.page-content-heading .settings-title {
  text-align: center;
}
.page-content-heading .settings-title h1 {
  font-size: 38px;
}
@media (max-width: 767px) {
  .page-content-heading .settings-title h1 {
    font-size: 18px;
    margin-top: 25px;
  }
}
.page-content-heading .settings-submenu {
  text-align: center;
  margin-bottom: 30px;
  padding-top: 20px;
  font-size: 0;
}
@media (max-width: 767px) {
  .page-content-heading .settings-submenu {
    margin-bottom: 15px;
  }
}
.page-content-heading .settings-submenu .settings-subtitle {
  margin: 0;
  display: inline;
  position: relative;
  padding: 0 18px;
  font-family: "Brown-Light", Arial, sans-serif;
}
@media (max-width: 767px) {
  .page-content-heading .settings-submenu .settings-subtitle {
    display: inline-block;
    margin-bottom: 10px;
  }
  .page-content-heading .settings-submenu .settings-subtitle.xs-hide {
    display: none;
  }
}
.page-content-heading .settings-submenu .settings-subtitle a,
.page-content-heading .settings-submenu .settings-subtitle span {
  color: #454545;
  font-size: 18px;
  text-align: left;
  font-family: inherit;
  border-color: currentColor;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .page-content-heading .settings-submenu .settings-subtitle a,
  .page-content-heading .settings-submenu .settings-subtitle span {
    font-size: 18px;
    line-height: 18px;
  }
}
.page-content-heading .settings-submenu .settings-subtitle a:after {
  left: 18px;
  top: auto;
  bottom: 1px;
  right: 100%;
  height: 1px;
  content: ' ';
  position: absolute;
  background-color: currentColor;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.page-content-heading .settings-submenu .settings-subtitle.active {
  font-family: "Brown-Regular", Arial, sans-serif;
}
.page-content-heading .settings-submenu .settings-subtitle.active span {
  border-bottom: 1px solid;
  color: inherit;
}
.page-content-heading .settings-submenu .settings-subtitle a:hover,
.page-content-heading .settings-submenu .settings-subtitle a:focus {
  color: inherit;
  outline: 0;
}
.page-content-heading .settings-submenu .settings-subtitle a:focus:after {
  right: 18px;
}
.page-content-heading .settings-submenu .settings-subtitle.settings {
  color: #b77796;
}
.page-content-heading .settings-submenu .settings-subtitle.tenant {
  color: #BB809D;
}
.page-content-heading .settings-submenu .settings-subtitle.landlord {
  color: #FAAA41;
}
.page-content-heading .settings-submenu .settings-subtitle.payment {
  color: #828282;
}
.page-content-heading .settings-submenu .settings-subtitle.contact {
  color: #92D36F;
}
.page-content-heading .settings-submenu .settings-subtitle.rating {
  color: #F8C26C;
}
.page-content-heading .settings-submenu .settings-subtitle.notifications {
  color: #ed8a54;
}
.page-content-heading .settings-submenu .settings-subtitle.bid {
  color: #92d36e;
}
.page-content-heading .settings-submenu .settings-subtitle.favorite {
  color: #F8838F;
}
/*# sourceMappingURL=profile-head.css.map */
.contact-us-wrapper .success-send {
  display: none;
}
.contact-us-wrapper.after-submit .success-send {
  display: block;
  font-family: "Brown-Regular", Arial, sans-serif;
  font-size: 22px;
}
.contact-us-wrapper.after-submit .form-container-wrapper {
  display: none;
}
.contact-page-wrapper {
  padding-top: 50px;
}
@media (min-width: 992px) and (max-width: 1319px) {
  .contact-page-wrapper .contact-info-wrapper {
    padding-left: 55px;
  }
}
@media (min-width: 1320px) {
  .contact-page-wrapper .contact-info-wrapper {
    padding-left: 55px;
  }
}
.contact-page-wrapper .contact-info-wrapper .contact-info-title {
  font-family: "Brown-Regular", Arial, sans-serif;
  font-size: 26px;
  line-height: 30px;
  color: #4387e7;
}
@media (max-width: 767px) {
  .contact-page-wrapper .contact-info-wrapper .contact-info-title {
    font-size: 20px;
    line-height: 24px;
  }
}
.contact-page-wrapper .contact-info-wrapper .contact-info-text {
  font-family: "Brown-Light", Arial, sans-serif;
  font-size: 16px;
  color: #454545;
  margin-top: 15px;
  margin-bottom: 25px;
}
.contact-page-wrapper .contact-info-wrapper .contact-info-text p {
  font-family: "Brown-Light", Arial, sans-serif;
  font-size: 16px;
  color: #454545;
  line-height: 1.42857143;
}
.contact-page-wrapper .contact-info-wrapper img {
  width: 100%;
}
.contact-page-wrapper .form-container-wrapper {
  padding: 40px 25px;
  border: 1px solid #dcdcdc;
  border-radius: 3px;
  -webkit-box-shadow: 4px 6px 10px 0px #dcdcdc;
  -moz-box-shadow: 4px 6px 10px 0px #dcdcdc;
  box-shadow: 4px 6px 10px 0px #dcdcdc;
}
@media (min-width: 992px) and (max-width: 1319px) {
  .contact-page-wrapper .form-container-wrapper {
    margin-right: 55px;
  }
}
@media (min-width: 1320px) {
  .contact-page-wrapper .form-container-wrapper {
    margin-right: 55px;
  }
}
.contact-page-wrapper .form-container-wrapper .custom-row {
  margin-right: -10px;
  margin-left: -10px;
}
.contact-page-wrapper .form-container-wrapper .custom-col {
  padding-right: 10px;
  padding-left: 10px;
}
.contact-page-wrapper .form-container-wrapper .contact-element-wrapper {
  margin-bottom: 30px;
}
.contact-page-wrapper .form-container-wrapper .contact-element-wrapper .form-control button {
  min-height: 38px;
}
.contact-page-wrapper .form-container-wrapper .contact-button {
  font-family: "Brown-Regular", Arial, sans-serif;
  font-size: 18px;
  text-transform: uppercase;
}
.contact-page-wrapper .form-container-wrapper .custom-checkbox {
  display: block !important;
}
.contact-page-wrapper .form-container-wrapper .fake-checkbox-wrapper {
  margin-top: 25px;
  padding-left: 19px;
}
.contact-page-wrapper .form-container-wrapper .fake-checkbox-wrapper .custom-checkbox {
  margin-right: 18px;
}
.contact-page-wrapper .form-container-wrapper .fake-checkbox-wrapper .formtext {
  font-size: 16px;
}
.contact-page-wrapper .form-container-wrapper select {
  margin: 0 !important;
}
.contact-page-wrapper .form-container-wrapper textarea {
  resize: vertical;
  min-height: 180px;
  font-family: "Brown-Light", Arial, sans-serif;
  color: #454545;
}
.contact-page-wrapper .form-container-wrapper .textarea_feedback {
  font-family: "Brown-Light", Arial, sans-Serif;
  position: absolute;
  font-size: 14px;
  color: #999999;
  bottom: 5px;
  right: 30px;
}
.contact-page-wrapper .form-container-wrapper input.form-control {
  line-height: 20px;
  height: auto;
}
.contact-page-wrapper .form-container-wrapper input.form-control::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  line-height: 20px;
  height: auto;
}
.contact-page-wrapper .form-container-wrapper input.form-control::-moz-placeholder {
  /* Firefox 19+ */
  line-height: 20px;
  height: auto;
}
.contact-page-wrapper .form-container-wrapper input.form-control:-ms-input-placeholder {
  /* IE 10+ */
  line-height: 20px;
  height: auto;
}
.contact-page-wrapper .form-container-wrapper input.form-control:-moz-placeholder {
  /* Firefox 18- */
  line-height: 20px;
  height: auto;
}
/*# sourceMappingURL=contact-form.css.map */
.input-radio-wrapper input + label {
  position: relative;
  cursor: pointer;
  width: 100%;
  border: 1px solid #bfbfbf;
  color: #454545;
  text-align: center;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  font-size: 14px;
  font-weight: normal;
  font-family: "Brown-Light", Arial, sans-serif;
  line-height: 32px;
  background-color: white;
  padding: 0 30px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 767px) {
  .input-radio-wrapper input + label {
    font-size: 14px;
    line-height: 34px;
  }
}
.input-radio-wrapper input + label:hover {
  border-color: #faaa41;
  color: #faaa41;
}
.input-radio-wrapper input[type=checkbox] {
  display: none;
}
.input-radio-wrapper input[type=radio] {
  display: none;
}
.input-radio-wrapper input[type=checkbox]:checked + label {
  background-color: #faaa41;
  border-color: #faaa41;
  padding: 0 30px;
  color: #ffffff;
}
@media (max-width: 767px) {
  .input-radio-wrapper input[type=checkbox]:checked + label {
    padding: 0 20px 0 5px;
  }
}
.input-radio-wrapper input[type=checkbox]:checked + label:after {
  content: "\e930";
  font-family: 'icomoon';
  font-size: 12px;
  font-weight: 100;
  display: block;
  width: 5px;
  height: 5px;
  color: #ffffff;
  position: absolute;
  right: 22px;
  top: 0px;
}
.input-radio-wrapper input[type=radio]:checked + label {
  background-color: #faaa41;
  border-color: #faaa41;
  color: #ffffff;
}
.input-radio-wrapper input[type=radio]:checked + label:after {
  content: "\e930";
  font-family: 'icomoon';
  font-size: 12px;
  font-weight: 100;
  display: block;
  width: 5px;
  height: 5px;
  color: #ffffff;
  position: absolute;
  right: 22px;
  top: 0px;
}
.checkbox {
  cursor: pointer;
  display: table;
  width: 100%;
  float: left;
  position: relative;
  margin-top: 0px;
}
.checkbox .fake-checkbox-wrapper {
  display: table;
  vertical-align: middle;
  margin-bottom: 10px;
}
.checkbox .fake-checkbox-wrapper .formtext {
  font-size: 14px;
  font-family: "Brown-Light", Arial, sans-Serif;
  font-weight: normal;
  display: table-cell;
  vertical-align: middle;
  line-height: 1.1;
}
.checkbox .fake-checkbox-wrapper .formtext a {
  text-decoration: underline;
  color: #454545;
}
.checkbox .fake-checkbox-wrapper .custom-checkbox {
  box-sizing: border-box;
  border-radius: 0;
  border: 1px solid #999999;
  height: 16px;
  width: 16px;
  float: left;
  margin-right: 10px;
}
@media (max-width: 767px) {
  .checkbox .fake-checkbox-wrapper .custom-checkbox {
    display: none;
  }
}
.checkbox .fake-checkbox-wrapper input[type=checkbox] {
  display: none;
}
.checkbox .fake-checkbox-wrapper input[type=checkbox] + .custom-checkbox .rentingo-tick {
  display: none;
}
.checkbox .fake-checkbox-wrapper input[type=checkbox]:checked + .custom-checkbox {
  background: none;
  position: relative;
}
.checkbox .fake-checkbox-wrapper input[type=checkbox]:checked + .custom-checkbox:after {
  content: "\e930";
  font-family: 'icomoon';
  font-weight: 100;
  display: block;
  width: 100%;
  height: 100%;
  color: #b77897;
  position: absolute;
  right: 0px;
  top: 0px;
  font-size: 8px;
  line-height: 15px;
  text-align: center;
}
.checkbox .fake-checkbox-wrapper input[type=checkbox]:checked + .custom-checkbox .rentingo-tick {
  display: block;
  font-size: 8px;
  font-weight: 900;
  position: absolute;
  top: 4px;
  left: 2px;
  color: #b77897;
}
.checkbox .checkbox-text {
  display: table-cell;
}
@media (max-width: 767px) {
  .student .col-xs-6:nth-of-type(even) {
    padding-right: 13px;
  }
  .student .col-xs-6:nth-of-type(odd) {
    padding-left: 12px;
  }
}
.radio {
  cursor: pointer;
  display: table;
  width: 100%;
  float: left;
  position: relative;
  margin-top: 0px;
}
.radio .fake-radio-wrapper {
  display: table;
  vertical-align: middle;
  margin-bottom: 10px;
}
.radio .fake-radio-wrapper .formtext {
  font-size: 14px;
  font-family: "Brown-Light", Arial, sans-Serif;
  font-weight: normal;
  display: table-cell;
  vertical-align: middle;
  line-height: 1.1;
}
.radio .fake-radio-wrapper .formtext a {
  text-decoration: underline;
  color: #454545;
}
.radio .fake-radio-wrapper .custom-radio {
  box-sizing: border-box;
  border-radius: 20px;
  border: 1px solid #999999;
  height: 16px;
  width: 16px;
  float: left;
  margin-right: 10px;
}
@media (max-width: 767px) {
  .radio .fake-radio-wrapper .custom-radio {
    display: none;
  }
}
.radio .fake-radio-wrapper input[type=radio] {
  display: none;
}
.radio .fake-radio-wrapper input[type=radio]:checked + .custom-radio {
  background: none;
  position: relative;
}
.radio .fake-radio-wrapper input[type=radio]:checked + .custom-radio:after {
  content: " ";
  font-weight: 100;
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 20px;
  background: #b77897;
  position: absolute;
  right: 50%;
  top: 50%;
  margin-top: -3px;
  margin-right: -3px;
}
.big-checkboxes-wrapper {
  overflow: hidden;
}
.big-checkboxes-wrapper h5 {
  margin-top: 0;
}
@media (max-width: 767px) {
  .big-checkboxes-wrapper h5 {
    margin: 10px 0 15px;
  }
}
.big-checkboxes-wrapper .custom-row {
  line-height: 1!important;
  overflow: hidden;
  margin: 0 -10px;
}
@media (max-width: 767px) {
  .big-checkboxes-wrapper .custom-row {
    margin: 0 -7px;
  }
}
.big-checkboxes-wrapper .input-radio-wrapper input[type=checkbox] + label {
  display: flex;
  justify-content: center;
  padding: 12px 10px!important;
  line-height: 1;
  margin: 0 0 20px 0;
}
@media (max-width: 767px) {
  .big-checkboxes-wrapper .input-radio-wrapper input[type=checkbox] + label {
    margin: 0 0 10px 0;
    padding: 13px 10px;
  }
}
.big-checkboxes-wrapper .input-radio-wrapper input[type=checkbox]:checked + label {
  padding: 12px 10px;
}
.big-checkboxes-wrapper .input-radio-wrapper input[type=checkbox]:checked + label:after {
  top: 50%;
  transform: translate(0, -50%);
  height: 12px;
  width: 12px;
  right: 10px;
}
.big-checkboxes-wrapper .input-radio-wrapper {
  width: 95%;
}
@media (max-width: 767px) {
  .big-checkboxes-wrapper .input-radio-wrapper {
    width: 100%;
  }
}
.big-checkboxes-wrapper .custom-col {
  padding: 0 10px;
}
@media (max-width: 767px) {
  .big-checkboxes-wrapper .custom-col {
    padding: 0 7px 0 8px;
  }
}
/*# sourceMappingURL=checkbox-radio.css.map */
.compact-selection{
  line-height: normal!important;
  font-size: 16px!important;
  margin-bottom: 10px!important;
  padding-left: 9px;
  padding-right: 9px;
}

.compact-selection input + label {
  line-height: 32px;
  padding: 0 30px 0 30px !important;
}
