.custom-contact-wrap {
  width: 100%;
}

.custom-contact-wrap form {
  width: 100%;
}

.custom-contact-wrap form label {
  width: 100%;
  display: block;
  font-family: "Lucida Grande", "Lucida Sans Unicode", Tahoma, sans-serif;
  color: #f19c49;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 500;
  padding-bottom: 20px;
}

.custom-contact-wrap form .form_row {
  margin-bottom: 45px;
}

.custom-contact-wrap form input,
textarea {
  width: 100%;
  color: #fff;
  font-size: 17px;
  font-family: "effra-cc", sans-serif;
  background: transparent;
  border: 1px solid #9db0ac;
  border-radius: 0;
}
.custom-contact-wrap form input {
  height: 40px;
  padding: 6px 10px;
}
.custom-contact-wrap form textarea {
  padding: 6px 10px;
}
.custom-contact-wrap form input::placeholder,
.custom-contact-wrap form textarea::placeholder {
  color: #fff;
  font-size: 14px;
}
.custom-contact-wrap .form_btn {
  display: flex;
  align-items: center;
  column-gap: 12px;
  font-size: 16px;
  font-weight: 500;
  font-family: "effra-cc", sans-serif;
  letter-spacing: 0.64px;
  text-transform: uppercase;
  padding: 12px 30px 12px 30px;
  margin: 0;
  border: none;
  outline: none;
  border-radius: 0;
  box-shadow: none;
  background: #f19c49;
  transition: color 0.3s ease-in-out;
  cursor: pointer;
}
.custom-contact-wrap .form_btn:hover {
  color: #fff;
  background: #f19c49;
}
.custom-contact-wrap .form_btn svg path {
  transition: all 0.3s ease-in-out;
}
.custom-contact-wrap .form_btn:hover svg path {
  fill: #fff;
}
.custom-contact-wrap .form-options p {
  font-family: "Lucida Grande", "Lucida Sans Unicode", Tahoma, sans-serif;
  color: #f19c49;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 500;
  padding-bottom: 20px;
}
.custom-contact-wrap .radio-group {
  display: flex;
  flex-direction: column;
}

.custom-contact-wrap .custom-radio {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  cursor: pointer;
}

.custom-contact-wrap .custom-radio input[type="radio"] {
  display: none;
}

.custom-contact-wrap .radio-btn {
  width: 27px;
  height: 27px;
  border: 1px solid #9db0ac;
  display: inline-block;
  position: relative;
  margin-right: 10px;
  transition: background-color 0.2s ease, border-color 0.2s ease;
}

.custom-contact-wrap .custom-radio input[type="radio"]:checked + .radio-btn {
  background-color: #f19c49;
}

.custom-contact-wrap
  .custom-radio
  input[type="radio"]:checked
  + .radio-btn::after {
  content: "";
  position: absolute;
  left: 8px;
  top: 4px;
  width: 6px;
  height: 12px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.custom-contact-wrap .custom-radio span {
  display: inline-block;
  vertical-align: middle;
}

.custom-contact-wrap form label.error {
  padding-bottom: 0px;
  padding-top: 10px;
  color: red;
  font-size: 12px;
  text-transform: initial;
}

#thank-you .content {
  height: 80vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

#floor-plans .results-section .unit-body .image {
  cursor: pointer;
}

#map-section .gm-style .gm-style-iw {
  padding-top: 8px !important;
}

#map-section .gm-ui-hover-effect {
  position: absolute !important;
  right: 0px;
  top: -6px;
}
@media (min-width: 768px) {
  #neighborhood .neighborhood-apartment-views-section:after {
    width: 44%;
  }
}

#gallery .gallery-section__filter-nav-item {
  font-family: "new-frank", sans-serif;
  background: none;
  border-top: 0px;
  border-left: 0px;
  border-right: 0px;
  appearance: none;
  padding: 0px;
}

#gallery .gallery-section__images img {
  cursor: default;
}

@media only screen and (min-width: 1024px) {
  #gallery .gallery-section__filter {
    max-width: 180px;
  }
}

#error-page {
  height: 80vh;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-height:971px)
{
#thank-you .content
{
  height: calc(100vh - 489px);

}
#error-page
{
  height: calc(100vh - 391px);
}
}
#error-page h2 {
  padding-bottom: 5px;
  text-transform: uppercase;
}
#error-page p {
  padding-bottom: 40px;
  font-family: "effra-cc", sans-serif;
}

#error-page a {
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: 500;
  font-family: "effra-cc", sans-serif;
  letter-spacing: 0.64px;
  text-transform: uppercase;
  padding: 13px 30px 11px 30px;
  margin: 0;
  outline: none;
  background: #f19c49;
  transition: color 0.3s ease-in-out;
  color: #444444;
}
#error-page a:hover {
  color: #fff;
}

.fp-wrap-box {
  position: relative;
}
.fp-loader {
  position: absolute;
  left: 0px;
  top: 0px;
  height: 100%;
  width: 100%;
  background: #fff;
  z-index: 9;
  text-align: center;
}

.fp-loader i 
{
  font-size: 30px;
  position: relative;
  top: 40px;
}


.lightbox-body
{
  position: relative;
}