@charset "UTF-8";
.hidden {
  display: none !important;
}

.bootstrap-select .dropdown-menu {
  background: #fff;
}
.bootstrap-select .dropdown-menu li {
  display: block;
}
.bootstrap-select .dropdown-menu li a.active.dropdown-item.selected {
  background: #fffae7;
  color: #000;
}
.bootstrap-select .dropdown-toggle:before {
  content: none;
}
.bootstrap-select .dropdown-toggle:after {
  border: none;
  content: "";
  font-family: "Glyphicons Halflings";
  position: absolute;
  top: 9px;
  right: 10px;
  font-size: 14px;
  color: #778191;
}

.btn-light:not(:disabled):not(.disabled).active,
.btn-light:not(:disabled):not(.disabled):active,
.show > .btn-light.dropdown-toggle {
  color: #778191;
  background-color: #fff;
  border-color: #E6ECEF;
}

.show > .dropdown-toggle:after {
  border: none;
  content: "";
}

.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  width: 100%;
}
.bootstrap-select > .dropdown-toggle.bs-placeholder {
  background: #fff;
  height: 44px;
  color: #778191;
  font-size: 14px;
  font-style: inherit;
  box-shadow: none;
  border-radius: 2px;
  border: 1px solid #E6ECEF;
  width: 100%;
  outline: none;
}
.bootstrap-select .btn {
  padding: 12px 12px;
  color: #6C757D;
  font-size: 14px;
  height: 44px;
  font-style: normal;
  box-shadow: none;
  background: #fff;
  border-radius: 2px;
  border-color: #E6ECEF;
  width: 100%;
  outline: none;
}
.bootstrap-select .bootstrap-select .dropdown-toggle:focus {
  outline: none !important;
}
.bootstrap-select .dropdown-toggle:focus {
  outline: none !important;
}
.bootstrap-select .dropdown-menu {
  border: 1px solid #E6ECEF;
  border-top: none;
  position: absolute;
  top: 100%;
  left: 0;
  float: left;
  min-width: 100%;
  width: 100%;
  padding: 0;
  margin: 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: rgba(0, 0, 0, 0.1);
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.bootstrap-select .dropdown-menu > li > a {
  color: #778191;
  padding: 10px 13px;
  font-size: 13px;
  transition: none;
  background-color: #fff;
  border-bottom: 1px solid #E6ECEF;
}
.bootstrap-select .dropdown-menu > li > a:focus {
  color: #F0A81C;
  text-decoration: none;
  background-color: #fff;
}
.bootstrap-select .dropdown-menu > li > a:hover {
  color: #1D1263;
  text-decoration: none;
  background-color: #F7F7F7;
}

.bootstrap-select.btn-group.dropup .dropdown-toggle .filter-option {
  color: #778191;
}

.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-default.active.focus, .btn-default.active:focus, .btn-default.active:hover, .btn-default:active.focus, .btn-default:active:focus, .btn-default:active:hover, .open > .dropdown-toggle.btn-default.focus, .open > .dropdown-toggle.btn-default:focus, .open > .dropdown-toggle.btn-default:hover {
  color: #778191;
  background-color: #fff;
  border-color: #E6ECEF;
}

.btn-default.active, .btn-default:active, .open > .dropdown-toggle.btn-default {
  color: #778191;
  background-color: #fff;
  border-color: #E6ECEF;
}

.banner-form-wrapper .bootstrap-select.btn-group.dropup .dropdown-toggle .filter-option {
  color: #FFB500;
}

.bootstrap-select.btn-group.open .caret:after {
  content: "";
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-10 {
  margin-bottom: 10px !important;
}

.p-0 {
  padding: 0;
}

.pr-0 {
  padding-right: 0;
}

.img-responsive {
  max-width: 100%;
  height: auto;
}

.button {
  font-size: 14px;
  font-weight: bold;
}
.button:focus {
  text-decoration: none;
}
.button:active {
  text-decoration: none;
}
.button:hover {
  text-decoration: none;
}

button[disabled].button {
  opacity: 0.6;
  background: #ccc;
}
button[disabled].button .hover {
  display: none;
}

.slick-slide:focus {
  outline: none;
}

.datepicker-custom ul li {
  display: list-item;
}

.icon-alarm {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-image: url("../../assets/images/icons/icon-alarm.png");
  height: 29px;
  width: 28px;
}

.icon-arrow {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-image: url("../../assets/images/icons/icon-arrow.png");
  height: 16px;
  width: 47px;
}

.popup-show {
  position: fixed;
  bottom: 0;
  right: 0;
  cursor: pointer;
  background: #BA1919;
  display: block;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  text-align: center;
  line-height: 60px;
  z-index: 9999999;
}
.popup-show:hover {
  background: #A41616;
}
.popup-show .icon-alarm {
  display: inline-block;
  margin: 0px auto;
}

.open-label {
  position: absolute;
  right: 0;
  z-index: 9;
}

.loading {
  visibility: visible;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  opacity: 1;
  position: absolute;
  -webkit-transition: all ease 0.8s;
  -moz-transition: all ease 0.8s;
  -o-transition: all ease 0.8s;
  transition: all ease 0.8s;
}
.loading::before {
  content: "";
  position: absolute;
  color: #fff;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #F0A81C;
  z-index: 98;
  text-align: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  opacity: 1;
  visibility: visible;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  transition: all ease 0.5s;
}
.loading .loader {
  box-sizing: border-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
  max-width: 25%;
  height: 200px;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 31% auto;
}

.ball-grid-pulse {
  width: 57px;
  position: relative;
  z-index: 999;
}
.ball-grid-pulse > div {
  width: 15px;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  float: left;
  -webkit-animation-name: ball-grid-pulse;
  animation-name: ball-grid-pulse;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  height: 15px;
  border-radius: 100%;
  display: inline-block;
  background-color: #fff;
  margin: 2px;
}
.ball-grid-pulse > div:nth-child(1) {
  -webkit-animation-delay: 0.22s;
  animation-delay: 0.22s;
  -webkit-animation-duration: 0.9s;
  animation-duration: 0.9s;
}
.ball-grid-pulse > div:nth-child(2) {
  -webkit-animation-delay: 0.64s;
  animation-delay: 0.64s;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
}
.ball-grid-pulse > div:nth-child(3) {
  -webkit-animation-delay: -0.15s;
  animation-delay: -0.15s;
  -webkit-animation-duration: 0.63s;
  animation-duration: 0.63s;
}
.ball-grid-pulse > div:nth-child(4) {
  -webkit-animation-delay: -30ms;
  animation-delay: -30ms;
  -webkit-animation-duration: 1.24s;
  animation-duration: 1.24s;
}
.ball-grid-pulse > div:nth-child(5) {
  -webkit-animation-delay: 80ms;
  animation-delay: 80ms;
  -webkit-animation-duration: 1.37s;
  animation-duration: 1.37s;
}
.ball-grid-pulse > div:nth-child(6) {
  -webkit-animation-delay: 0.43s;
  animation-delay: 0.43s;
  -webkit-animation-duration: 1.55s;
  animation-duration: 1.55s;
}
.ball-grid-pulse > div:nth-child(7) {
  -webkit-animation-delay: 50ms;
  animation-delay: 50ms;
  -webkit-animation-duration: 0.7s;
  animation-duration: 0.7s;
}
.ball-grid-pulse > div:nth-child(8) {
  -webkit-animation-delay: 50ms;
  animation-delay: 50ms;
  -webkit-animation-duration: 0.97s;
  animation-duration: 0.97s;
}
.ball-grid-pulse > div:nth-child(9) {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
  -webkit-animation-duration: 0.63s;
  animation-duration: 0.63s;
}

.loading.active {
  opacity: 0;
  visibility: hidden;
}
.loading.active::before {
  opacity: 0;
  visibility: hidden;
}
.loading.active:before {
  opacity: 0;
  visibility: hidden;
}
.loading.active:after {
  opacity: 0;
  visibility: hidden;
}

.open.invert > .dropdown-toggle.btn-default:hover {
  color: #fff;
  border-color: #FFD01F;
}

.bootstrap-select.invert.btn-group.dropup .dropdown-toggle .filter-option {
  color: #fff;
  border-color: #FFD01F;
}

.bootstrap-select.invert .btn {
  color: #fff;
  border-color: #FFD01F;
}
.bootstrap-select.invert .dropdown-menu > li > a {
  color: #10087d;
  background-color: #f8f8f8;
  border-bottom: 1px solid #ddd;
}
.bootstrap-select.invert .dropdown-menu > li > a:focus {
  color: #10087d;
  background: #FEB400;
}
.bootstrap-select.invert .dropdown-menu > li > a:hover {
  color: #10087d;
  background: #FEB400;
}

.bootstrap-select.invert.btn-group .dropdown-menu.inner {
  max-width: 200px;
}

.bootstrap-select.btn-group.invert .dropdown-toggle .caret:after {
  color: #FFD01F;
}

select:-webkit-autofill {
  background-color: transparent;
  background-image: none;
  color: black;
}

input:-webkit-autofill {
  background-color: transparent;
  background-image: none;
  color: black;
}

textarea:-webkit-autofill {
  background-color: transparent;
  background-image: none;
  color: black;
}

section.form.select-placeholder .dropdown-menu > li:first-child a {
  color: #bdb8b8;
  font-weight: 200;
  font-style: italic;
}

.field-hidden {
  display: none;
}

a.add-btn {
  font-size: 16px;
  color: #fff;
  text-align: center;
  line-height: 40px;
  display: inline-block;
  background: #FFB500;
  height: 40px;
  padding: 0 15px;
  border-radius: 5px;
}
a.add-btn:hover {
  color: #fff !important;
}

.custom-field {
  position: relative;
}

.form-sub-title h4 span {
  display: block;
  padding: 5px 0;
}

label.error-mess {
  color: #fff;
  font-size: 14px;
  padding-left: 15px;
  display: block;
  font-style: italic;
  font-weight: 200;
  position: relative;
}

.sidebar-banner {
  width: 100%;
  overflow: hidden;
  margin: 50px 0;
}
.sidebar-banner .image {
  display: table;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  height: 400px;
  width: 100%;
  max-width: 270px;
}
.sidebar-banner .image .content {
  position: relative;
  z-index: 2;
  display: table-cell;
  vertical-align: bottom;
  padding: 10px;
}
.sidebar-banner .image .content .title-top {
  color: #fff;
  text-transform: uppercase;
  font-weight: 900;
  margin-bottom: 0;
}
.sidebar-banner .image .content .title-bot {
  line-height: 1;
  margin-top: 0;
  text-transform: uppercase;
}
.sidebar-banner .image:after {
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-image: url("../../assets/images/sidebar-banner-bg.png");
}

.menu-tags a {
  font-size: 12px;
  font-weight: 600;
  color: #1D1263;
  margin-right: 15px;
  display: inline-block;
  border-bottom: 1px solid #778191;
}
.menu-tags a:hover {
  color: #F0A81C;
  border-color: #F0A81C;
}

.post-author {
  font-size: 15px;
  color: #2c3e50;
  font-style: italic;
  display: inline-block;
  margin: 10px 0;
  font-weight: 500;
}

.sidebar-recent .post-holder {
  line-height: 1.2;
  margin-bottom: 25px;
}
.sidebar-recent .post-holder .date {
  color: #ffb400;
  font-size: 15px;
  font-weight: 900;
  padding-bottom: 5px;
  letter-spacing: -0.8px;
}
.sidebar-recent .post-holder .post-title {
  color: #2C3D4F;
  font-size: 17px;
  font-weight: 600;
  line-height: 1.4;
}
.sidebar-recent .post-holder .post-title span {
  border-bottom: 2px solid #959EA7;
  transition: all ease 0.5s;
}
.sidebar-recent .post-holder .post-title:hover span {
  border-color: #2C3D4F;
}

.close-btn {
  position: absolute;
  z-index: 10;
  right: -14px;
  top: -5px;
  font-size: 16px;
  color: #ffb500;
  text-align: center;
  line-height: 40px;
  display: block;
  height: 40px;
  width: 40px;
  padding: 0 15px;
  border-radius: 5px;
}
.close-btn:hover {
  color: #ffb500;
}

.convergine-wrapper {
  width: 240px;
  margin: 0px auto 0;
  float: right;
  display: table;
}
.convergine-wrapper .left-block {
  width: 190px;
  float: none;
  display: table-cell;
  vertical-align: middle;
}
.convergine-wrapper .left-block a {
  color: #778191;
  font-size: 12px;
  text-transform: none;
  line-height: 18px;
  display: block;
  text-decoration: none;
}
.convergine-wrapper .right-block a {
  margin-top: 0px;
  display: block;
  position: relative;
}

.entry-content img {
  max-width: 100%;
  height: auto;
}

.form-full-wrapper .form .form-radio-field .form-radio {
  margin-right: 5px;
  height: 44px;
}

.form {
  padding: 50px 0 20px;
}
.form .bootstrap-datetimepicker-widget {
  height: auto !important;
  font-size: 13px;
  color: #778191;
}
.form .bootstrap-datetimepicker-widget table td span.active {
  background-color: #F0A81C;
  color: #ffffff;
  text-shadow: none;
}
.form .bootstrap-datetimepicker-widget table td.active,
.form .bootstrap-datetimepicker-widget table td.active:hover {
  background-color: #F0A81C;
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.form .bootstrap-datetimepicker-widget table th {
  font-weight: 500;
}
.form .bootstrap-datetimepicker-widget .dropdown-menu {
  color: #778191;
  font-size: 13px;
}
.form .form-title {
  margin-top: 0;
}
.form .form-title.co {
  padding-left: 30px;
}
.form h3 {
  font-size: 24px;
  margin-bottom: 20px;
}
.form h4 {
  font-size: 18px;
  margin-bottom: 5px;
  margin-top: 15px;
}
.form .field-group h4 {
  padding-top: 20px;
  margin-bottom: 8px;
}
.form #amortization {
  background: transparent;
  font-weight: 500;
  display: inline-block;
  float: none;
  padding: 0;
  margin: 0;
  border: none;
  font-size: 16px;
  position: relative;
  box-sizing: inherit;
  width: 25px;
  height: inherit;
  text-align: center;
  line-height: 1;
}
.form .slider-numbers {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  border-radius: 0px;
  border: none;
}
.form .slider-numbers .number {
  line-height: 38px;
  display: inline-block;
  width: 3%;
  font-size: 10px;
  text-align: center;
  z-index: 40;
  position: relative;
  font-weight: 500;
}
.form .slider-range-container {
  position: absolute;
  top: 1px;
  left: 1px;
  width: 100%;
  padding: 0;
}
.form .slider-range-container .ui-slider-horizontal .ui-slider-range-min {
  left: -5px;
}
.form .slider-range-container .ui-widget-content {
  background: transparent;
  height: 34px;
  border-radius: 2px;
  border: 1px solid #E6ECEF;
}
.form .slider-range-container .ui-widget-content .ui-state-default {
  border: none;
  height: 65px;
  width: 17px;
  background: transparent url("../../assets/images/icons/range-arrow.png?v=1") no-repeat;
  font-weight: normal;
  color: #555555;
}
.form .slider-range-container .ui-widget-header .ui-state-default {
  border: none;
  height: 65px;
  width: 10px;
  background: transparent url("../../assets/images/icons/range-arrow.png?v=1") no-repeat;
  font-weight: normal;
  color: #555555;
}
.form .slider-range-container .ui-slider-horizontal .ui-slider-range {
  display: block;
  height: 34px;
  width: 17px;
  border-radius: 0;
  cursor: pointer;
  background: linear-gradient(90deg, #FFE079 0%, #F0A81C 100%);
}
.form .slider-range-container .ui-slider-horizontal .ui-slider-handle {
  cursor: pointer;
}
.form .slider-range-container.ui-state-default {
  border: none;
  height: 65px;
  width: 17px;
  background: transparent url("../../assets/images/icons/range-arrow.png?v=1") no-repeat;
  font-weight: normal;
  color: #555555;
}
.form .button span.approved {
  background: transparent;
  font-size: 18px;
  padding-left: 5px;
}
.form .button span.price {
  background: transparent;
  font-weight: 600;
  font-size: 30px;
  color: #ffb500;
  line-height: 30px;
}
.form .button span.price-val {
  background: transparent;
  font-size: 18px;
  color: #fff;
  line-height: 30px;
}
.form .form-field {
  position: relative;
  margin-bottom: 20px;
}
.form .form-field .form-file .input-group-addon {
  height: 43px;
  font-size: 20px;
  color: #ffb500;
}
.form .form-field .form-file .form-control {
  transition: none;
}
.form .form-field .form-file .form-control:focus ~ .input-group-btn .input-group-addon {
  border-color: #0F077D;
}
.form .form-field .input-group {
  display: block;
  position: relative;
}
.form .form-field .input-group-addon {
  top: 5px;
  line-height: 35px;
  right: 15px;
  z-index: 6;
  position: absolute;
  border: none;
  border-radius: 0;
  color: #778191;
  background: transparent;
  height: 44px;
  transition: none;
}
.form .form-field .label-custom {
  padding: 0;
  margin: 0;
  color: #778191;
  font-size: 11px;
  border-radius: 0;
  margin-top: 7px;
}
.form .form-field .label-placeholder {
  position: absolute;
  top: 7px;
  left: 0px;
  line-height: 28px;
  padding: 0;
  margin: 0;
  color: #2c3e50;
  font-size: 16px;
  font-style: italic;
  border-radius: 0;
  font-weight: 200;
  transition: 0.1s ease all;
  pointer-events: none;
}
.form .form-field .active.label-placeholder {
  top: -15px;
  font-size: 14px;
}
.form label.input-group-btn {
  padding: 0 !important;
}
.form .mt-30 {
  margin-top: 30px;
}
.form .bootstrap-select {
  position: relative;
}
.form .bootstrap-select label.error {
  color: red;
  font-size: 12px;
  display: block;
  font-weight: 500;
  position: absolute;
  left: 0;
  border-top: 2px solid red;
  clear: both;
  top: 100%;
  z-index: 5;
  width: 100%;
}
.form .form-field.mb-10 {
  margin-top: 10px;
}
.form label.label-field {
  font-weight: 500;
  font-size: 16px;
}
.form .form-checkbox {
  margin-bottom: 30px;
  position: relative;
  padding-left: 40px;
}
.form .form-checkbox label.error {
  color: red;
  font-size: 12px;
  display: block;
  font-weight: 500;
  position: relative;
  border: none;
}
.form .form-checkbox label {
  line-height: 28px;
  font-weight: 500;
  padding: 0;
  margin: 0;
  color: #778191;
  font-size: 14px;
  border-radius: 0;
}
.form .form-checkbox input[type=checkbox] {
  height: 30px;
  width: 30px;
  opacity: 0;
  z-index: 2;
  left: 0;
  margin: 0;
  position: absolute;
}
.form .form-checkbox input[type=checkbox] ~ .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 30px;
  width: 30px;
  background-color: #fff;
  border-radius: 3px;
  border: 1px solid #dbddde;
  transition: all ease 0.2s;
}
.form .form-checkbox input[type=checkbox] ~ .checkmark:after {
  content: "";
  position: absolute;
  visibility: hidden;
  opacity: 0;
  transition: all ease 0.15s;
  left: 9px;
  top: 1px;
  width: 9px;
  height: 18px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg) scale(0);
  -ms-transform: rotate(45deg) scale(0);
  transform: rotate(45deg) scale(0);
}
.form .form-checkbox input[type=checkbox]:hover input ~ .checkmark {
  border-color: #d2d2d2;
}
.form .form-checkbox input[type=checkbox]:checked ~ .checkmark {
  background-color: #ffa532;
  border-color: #ffa532;
}
.form .form-checkbox input[type=checkbox]:checked ~ .checkmark:after {
  visibility: visible;
  opacity: 1;
  -webkit-transform: rotate(45deg) scale(1);
  -ms-transform: rotate(45deg) scale(1);
  transform: rotate(45deg) scale(1);
}
.form label.error {
  display: block;
  position: relative;
  color: red;
  font-size: 12px;
  font-weight: 500;
  border-top: 2px solid red;
  clear: both;
  top: 0px;
}
.form .wpcf7-list-item {
  padding: 0;
  margin: 0;
  position: relative;
}
.form .wpcf7-checkbox {
  display: block;
  margin-top: 10px;
  margin-bottom: 30px;
}
.form .wpcf7-checkbox input[type=checkbox] {
  height: 30px;
  width: 30px;
  opacity: 0;
  z-index: 2;
  position: absolute;
  top: 0px;
}
.form .wpcf7-checkbox input[type=checkbox] ~ .wpcf7-list-item-label {
  font-weight: 500;
  position: relative;
  line-height: 1.4;
  display: inline-block;
}
.form .wpcf7-checkbox input[type=checkbox] ~ .wpcf7-list-item-label:before {
  position: absolute;
  top: 0;
  left: 0;
  height: 30px;
  width: 30px;
  background-color: #fff;
  border-radius: 3px;
  border: 1px solid #dbddde;
  transition: all ease 0.2s;
}
.form .wpcf7-checkbox input[type=checkbox] ~ .wpcf7-list-item-label:after {
  content: "";
  position: absolute;
  visibility: hidden;
  opacity: 0;
  transition: all ease 0.15s;
  left: 11px;
  top: 3px;
  width: 9px;
  height: 18px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg) scale(0);
  -ms-transform: rotate(45deg) scale(0);
  transform: rotate(45deg) scale(0);
}
.form .wpcf7-checkbox input[type=checkbox]:checked ~ .wpcf7-list-item-label:before {
  background-color: #ffa532;
  border-color: #ffa532;
}
.form .wpcf7-checkbox input[type=checkbox]:checked ~ .wpcf7-list-item-label:after {
  visibility: visible;
  opacity: 1;
  -webkit-transform: rotate(45deg) scale(1);
  -ms-transform: rotate(45deg) scale(1);
  transform: rotate(45deg) scale(1);
}
.form .wpcf7-list-item-label {
  padding: 0 0 0 40px;
  color: #778191;
  font-size: 14px;
  box-shadow: none;
  background: rgba(0, 0, 0, 0);
  border-radius: 0;
  border: none;
  font-weight: 300;
  outline: none;
  position: relative;
  display: block;
}
.form .form-radio-field {
  margin-top: 10px;
}
.form .form-radio-field .form-radio {
  margin-right: 15px;
  font-size: 14px;
}
.form .form-checkbox-field {
  margin-top: 20px;
  margin-bottom: 25px;
  height: 28px;
}
.form .form-checkbox-field label {
  line-height: 1;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
}
.form .form-radio-field-small {
  margin-top: -5px;
}
.form .form-radio-field-small label.label-field {
  margin-bottom: 5px;
  margin-top: 0px;
}
.form .form-radio-field-small .form-radio {
  margin-top: 0;
}
.form .form-field-checkbox {
  margin-top: 10px;
  margin-bottom: 25px;
}
.form .radio-holder {
  padding-top: 10px;
}
.form .form-radio {
  color: #778191;
  font-weight: 400;
  font-size: 12px;
  display: inline-block;
  margin-right: 15px;
  margin-top: 0px;
  margin-bottom: 0;
  position: relative;
  padding-left: 32px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  line-height: 28px;
}
.form .form-radio input {
  position: absolute;
  opacity: 0;
  left: 0;
  top: 0;
  height: 22px;
  width: 22px;
}
.form .form-radio input:checked ~ .checkmark {
  border-color: #27AE60;
  background: #fff;
  border-color: #FFB500;
  background: #fff;
}
.form .form-radio input:checked ~ .checkmark:after {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}
.form .form-radio .checkmark {
  position: absolute;
  top: 3px;
  left: 0;
  height: 22px;
  width: 22px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 50%;
  transition: all ease 0.5s;
}
.form .form-radio .checkmark:after {
  content: "";
  position: absolute;
  display: none;
  display: block;
  opacity: 0;
  visibility: hidden;
  top: 5px;
  left: 5px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #FFB500;
  transition: all ease 0.3s;
  transform: scale(0);
}
.form .form-radio:hover input ~ .checkmark {
  border-color: #FFB500;
}
.form .form-control {
  background: #fff;
  height: 44px;
  color: #6C757D;
  font-size: 14px;
  font-style: inherit;
  box-shadow: none;
  border-radius: 2px;
  border: 1px solid #E6ECEF;
  width: 100%;
  outline: none;
}
.form textarea.form-control {
  height: 75px;
}
.form label.label-field {
  color: #778191;
  font-weight: 500;
  font-size: 14px;
}
.form .recaptcha > div {
  margin: 0;
}
.form div.wpcf7 .ajax-loader {
  position: absolute;
}
.form span.wpcf7-not-valid-tip {
  color: red;
  font-size: 12px;
  display: block;
  font-weight: 500;
  position: relative;
  border-top: 2px solid red;
}
.form input::-webkit-input-placeholder {
  color: #2c3e50;
  font-weight: 300;
}
.form input::-moz-placeholder {
  color: #2c3e50;
  font-weight: 300;
}
.form input:-ms-input-placeholder {
  color: #2c3e50;
  font-weight: 300;
}
.form input:-moz-placeholder {
  color: #2c3e50;
  font-weight: 300;
}
.form div.wpcf7-response-output {
  margin: 20px 0;
  font-size: 14px;
}
.form .form-field.btn-holder {
  margin-bottom: 40px;
}
.form .field-dynamically .row.form-sub-title {
  margin-bottom: 20px;
}
.form .field-dynamically .row {
  margin-bottom: 0;
}
.form ul.typeA li {
  display: list-item;
  list-style: upper-alpha;
}
.form ul.type1 li {
  display: list-item;
  list-style: decimal;
}
.form ul.typei li {
  display: list-item;
  list-style: lower-roman;
}
.form input[type=text].input-inline {
  width: 200px;
  display: inline-block;
}
.form .form-field-inline {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  margin: 0 10px;
}
.form .m-signature-pad canvas {
  border: 1px solid #E6ECEF;
  background: #fff;
  margin-top: 0px;
  width: 100%;
  height: 150px;
}
.form .recaptcha-holder .g-recaptcha > div {
  margin: 0 0 20px;
}
.form .info-details {
  position: relative;
  margin-bottom: 40px;
}
.form .info-details .info-content {
  position: relative;
  z-index: 2;
  padding: 40px 30px;
  min-height: 200px;
  background: #FFFAE7;
  border: 1px solid #F0A81C;
  border-radius: 2px;
}
.form .info-details h4 {
  margin-top: 10px;
  padding-top: 0px;
  margin-bottom: 10px;
  line-height: 1.5;
  font-size: 16px;
  font-weight: 200;
  height: 24px;
}
.form .info-details h4 span {
  font-weight: 500;
  font-size: 22px;
  line-height: 1.5;
  margin: 0 5px;
  display: inline-block;
}
.form .info-details h4.payment-amount span {
  letter-spacing: 2px;
}
.form .info-details .change-btn {
  border: 2px solid #fff;
  margin-top: 20px;
  font-weight: 200;
}

.social-links {
  margin: 20px 0;
}
.social-links a {
  display: inline-block;
  color: #5F5F5F;
  font-size: 20px;
  margin-right: 15px;
}
.social-links a:hover {
  color: #F0A81C;
}

.container .container {
  padding: 0;
  width: 100%;
}

section.form.form-app {
  padding-top: 20px;
}

.steps-form {
  margin-bottom: 100px;
}
.steps-form .progress-cont {
  clear: both;
  padding-bottom: 20px;
  position: relative;
}
.steps-form .progress-cont .progress-numbers {
  width: 100%;
  position: relative;
}
.steps-form .progress-cont .progress-numbers span.active {
  color: #10087d;
}
.steps-form .progress-cont .progress-numbers span.active:after {
  background: #10087d;
}
.steps-form .progress-cont .progress-numbers span {
  width: 25%;
  float: left;
  display: block;
  text-align: right;
  position: relative;
  font-size: 18px;
  color: #dbddde;
  font-weight: bold;
  padding-bottom: 15px;
  transition: all ease 0.5s;
  transition-delay: 0.3s;
}
.steps-form .progress-cont .progress-numbers span i {
  font-style: inherit;
  position: relative;
  right: -4px;
}
.steps-form .progress-cont .progress-numbers span:after {
  content: "";
  display: block;
  width: 1px;
  background: #dbddde;
  height: 10px;
  position: absolute;
  right: 0px;
  transition: all ease 0.5s;
  transition-delay: 0.3s;
}
.steps-form .progress-cont .progress-numbers span:first-child {
  position: absolute;
  width: 20px;
  left: -4px;
  text-align: left;
}
.steps-form .progress-cont .progress-numbers span:first-child i {
  right: 0;
}
.steps-form .progress-cont .progress-numbers span:first-child:after {
  right: inherit;
  left: 4px;
}
.steps-form .progress-cont .progress-numbers span:last-child i {
  right: 0;
}
.steps-form .progress-cont .progress-numbers span:last-child:after {
  right: 3px;
}
.steps-form .progress-cont .progress {
  width: 100%;
  border-radius: 0;
  height: 20px;
  background: #fff;
  border: 1px solid #DBDDDE;
  box-shadow: none;
  -webkit-box-shadow: none;
  position: relative;
}
.steps-form .progress-cont .progress span {
  font-size: 18px;
  color: #183366;
  font-weight: 500;
  display: inline-block;
  width: 55px;
  text-align: right;
  float: left;
}
.steps-form .progress-cont .progress span:first-child {
  width: 20px;
  text-align: left;
}
.steps-form .progress-cont .progress div {
  display: block;
  background-color: #10087D;
  height: 100%;
  width: 0;
  border-radius: 0;
  position: relative;
  left: 0;
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
  background-size: 20px 20px;
  background-image: -webkit-linear-gradient(-45deg, #ffffff26 25%, #0000 25%, #0000 50%, #ffffff26 50%, #ffffff26 75%, #0000 75%, #0000);
  background-image: -o-linear-gradient(-45deg, rgba(255, 255, 255, 0.25) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.25) 50%, rgba(255, 255, 255, 0.25) 75%, transparent 75%, transparent);
  background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.25) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.25) 50%, rgba(255, 255, 255, 0.25) 75%, transparent 75%, transparent);
}
.steps-form .form-inner {
  width: 100%;
}
.steps-form .form-slider-cont {
  position: relative;
  overflow-x: hidden;
  overflow-y: visible;
  height: 300px;
}
.steps-form .form-slide {
  float: left;
  min-height: 2px;
}
.steps-form .form-buttons {
  margin-top: -100px;
}
.steps-form .form-buttons .prev-slide {
  display: none;
  margin-right: 15px;
}
.steps-form .form-slider h4 {
  margin-bottom: 25px;
}
.steps-form .bootstrap-select.btn-group .dropdown-menu.inner {
  height: 100px;
  overflow: auto;
}

section.form.sheet-form {
  padding-top: 0;
}

section.sheet-form .sheet-form-title {
  margin-bottom: 40px;
}
section.sheet-form .rates-values {
  margin: 0 auto;
}
section.sheet-form .rates-values .rates-values-header {
  padding: 0 20px;
}
section.sheet-form .rates-values .rates-values-header .sec-title {
  margin-bottom: 15px;
  color: #F0A81C;
  text-transform: uppercase;
}
section.sheet-form .rates-values .rates-values-body .rate-value {
  display: block;
  text-align: left;
  padding: 5px 0;
  margin-bottom: 10px;
}
section.sheet-form .rates-values .rates-values-body .form-radio {
  font-size: 15px;
  margin-right: 0;
}
section.sheet-form .rates-values .rates-values-body h3.rate {
  margin: 0;
}
section.sheet-form .rates-values .rates-values-body .col-right {
  text-align: left;
}
section.sheet-form .rates-values .rates-values-footer .button {
  min-width: 250px;
  margin-top: 20px;
  font-size: 22px;
  font-weight: bold;
}
section.sheet-form .personilized .form-col-left {
  margin-top: 30px;
}
section.sheet-form .personilized .form-col-right {
  margin-top: 30px;
}
section.sheet-form .rates-values-body {
  padding: 15px 20px;
}
section.sheet-form .rates-values-body label.error {
  position: relative;
  text-align: center;
  top: inherit;
  font-size: 18px;
  font-weight: 200;
}
section.sheet-form .rates-values-body label.error:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 0 15px 25px;
  border-color: #0000 #0000 #0000 #FFB500;
  position: absolute;
  right: 46%;
  top: -34px;
  transform: scale(0.8);
  animation: MoveUpDown 3s linear infinite;
  transition: all ease 0.8s;
}
section.sheet-form .rates-values-body label.error:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 25px 15px 0;
  border-color: #0000 #FFB500 #0000 #0000;
  position: absolute;
  left: 46%;
  right: 0;
  top: -34px;
  transform: scale(0.8);
  animation: MoveUpDown 3s linear infinite;
  transition: all ease 0.8s;
}
section.sheet-form .rates-values-body.error-radio {
  border: 1px dashed #f00;
  background: #ffffff1a;
  border-radius: 5px;
}

section.mortgage-form.form {
  background: transparent;
  border: none;
  padding: 0;
}
section.mortgage-form.form .form-title-holder {
  margin-bottom: 0;
  background: #F7F7F7;
}
section.mortgage-form.form .border-col {
  border-right: 1px solid #DEE7F2;
}
section.mortgage-form.form .space {
  height: 22px;
}
section.mortgage-form.form .form-title {
  background: #FFFAE7;
  border: 1px solid #F0A81C;
  text-align: center;
  padding-top: 12px;
  padding-bottom: 12px;
  line-height: 45px;
  margin-top: 30px;
}
section.mortgage-form.form .form-title.co {
  border-color: #d1e1ef;
  background: #E9F4FF;
}
section.mortgage-form.form .form-title h4 {
  margin: 0;
  padding: 0;
}
section.mortgage-form.form .field-group {
  background: #F3F3F3;
  border: 1px solid #DEE7F2;
  border-top: none;
  border-radius: 2px;
  padding: 0 40px 30px;
}
section.mortgage-form.form .field-group strong {
  font-weight: 600;
  color: #1D1263;
}
section.mortgage-form.form .field-group h3 {
  padding-bottom: 20px;
  padding-top: 30px;
  margin: 0 -41px 30px;
  background: #f7f7f7;
  border-bottom: 1px solid #DEE7F2;
}
section.mortgage-form.form .form-field {
  margin-top: 10px;
}
section.mortgage-form.form .form-field-checkbox {
  margin-top: 22px;
  margin-bottom: 25px;
}
section.mortgage-form.form .row.form-sub-title.big h4 {
  height: 60px;
  padding: 13px 0;
  line-height: 1;
}
section.mortgage-form.form .risk-scale label.form-radio {
  color: #fff;
  margin-top: 15px;
}
section.mortgage-form.form .risk-scale .col-sm-6 {
  background: #fff;
  padding: 0;
  border: 1px solid #ddd;
  border-right: none;
}
section.mortgage-form.form .risk-scale .col-sm-6 label.label-field {
  display: block;
  color: #fff;
  padding: 5px 0;
  margin-bottom: 1px;
}
section.mortgage-form.form .risk-scale .col-sm-6:last-child {
  border-right: 1px solid #ddd;
}
section.mortgage-form.form .risk-scale .col-sm-6 .form-field {
  margin-top: 0;
  margin-bottom: 0;
}
section.mortgage-form.form .risk-scale .col-sm-6:first-child .form-field {
  background: #888;
}
section.mortgage-form.form .risk-scale .col-sm-6:nth-child(2) .form-field {
  background: #666;
}
section.mortgage-form.form .risk-scale .col-sm-6:nth-child(3) .form-field {
  background: #444;
}
section.mortgage-form.form .risk-scale .col-sm-6:nth-child(4) .form-field {
  background: #222;
}

/*# sourceMappingURL=extra.css.map */
