.ip-banner {
  display: none;
}

#inner-page-wrapper {
  padding: 123px 0 62px;
  z-index: 2;
}

.inner-page-container.max-container {
  padding: 0 20px;
}

#content-full {
  padding: 0;
}

.header:not(.header--sticking) {
  top: 0;
}

.header:not(.header--sticking) .section-bg {
  opacity: 1;
}

#content .ip-property-search {
  margin: 0 -24px;
  padding: 24px 0 0;
}
#content .ip-property-search__inner {
  display: flex;
  flex-flow: row wrap;
}
#content .ip-property-search__content {
  width: 100%;
}
#content .ip-property-search__content .section-title {
  margin-bottom: 25px;
}
#content .ip-property-search__forms {
  position: relative;
  padding: 40px 30px 40px;
  background: var(--primary);
  z-index: 1;
}
#content .ip-property-search__forms .section-bg:before {
  content: "";
  background: var(--primary);
  opacity: 0.8;
}
#content .ip-property-search__forms .tab-list {
  margin: 0;
  list-style: none;
  display: flex;
  flex-flow: row wrap;
  gap: 0;
  border-bottom: 1px solid var(--secondary);
  margin-bottom: 31px;
}
#content .ip-property-search__forms .tab-list li {
  width: 100%;
}
#content .ip-property-search__forms .tab-list li a {
  display: flex;
  padding: 10px;
  justify-content: center;
  align-items: center;
  color: #FFF;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
  text-transform: uppercase;
  transition: all var(--default-transition);
}
#content .ip-property-search__forms .tab-list li.active a, #content .ip-property-search__forms .tab-list li:hover a {
  background: var(--secondary);
  color: var(--primary);
}
#content .ip-property-search__forms .search-form {
  position: relative;
  margin: 0;
}
#content .ip-property-search__forms .search-form__fields {
  display: flex;
  flex-flow: row wrap;
  margin: 0 -10px;
}
#content .ip-property-search__forms .search-form__col {
  width: 100%;
  padding: 0 10px;
}
#content .ip-property-search__forms .search-form__col.col-full {
  width: 100%;
}
#content .ip-property-search__forms .search-form__field {
  position: relative;
  margin-bottom: 20px;
  min-height: 52px;
}
#content .ip-property-search__forms .search-form__field-label {
  display: block;
  color: #FFF;
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  line-height: 25px;
  text-transform: uppercase;
}
#content .ip-property-search__forms .search-form__field small {
  display: block;
  color: #BDE3DE;
  font-size: 8px;
  font-style: normal;
  font-weight: 300;
  line-height: 12px;
  margin-top: 10px;
}
#content .ip-property-search__forms .search-form__field select, #content .ip-property-search__forms .search-form__field input[type=text], #content .ip-property-search__forms .search-form__field input[type=number], #content .ip-property-search__forms .search-form__field .custom-select-dropdown .dropdown-toggle {
  display: block;
  width: 100%;
  height: 48px;
  padding: 0;
  background: transparent;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  height: 27px;
  color: #FFF;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
  text-align: left;
}
#content .ip-property-search__forms .search-form__field select, #content .ip-property-search__forms .search-form__field .custom-select-dropdown .dropdown-toggle {
  padding-right: 15px;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAFCAYAAACXU8ZrAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAABdSURBVHgBfYzLEUBAEESnNw4OSiL2IA8isTIRhyUHAWCrdhIQgVHjpPzeqbvrVcPz4gyhoXc2A1ho+hBPwSbZZLSVae52kvZqiKBW4fE9xLkbeZU+hor+8ByK+3YAG64eFy4VnL0AAAAASUVORK5CYII=);
  background-repeat: no-repeat;
  background-position: 100% 50%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
#content .ip-property-search__forms .search-form__field.two-cols {
  display: flex;
  flex-flow: row wrap;
  gap: 0 20px;
}
#content .ip-property-search__forms .search-form__field.two-cols .search-form__field-label {
  width: 100%;
}
#content .ip-property-search__forms .search-form__field.two-cols select, #content .ip-property-search__forms .search-form__field.two-cols .custom-select-dropdown {
  width: calc(50% - 10px);
}
#content .ip-property-search__forms .search-form__field .custom-radio-list {
  margin: 10px 0 0;
  list-style: none;
  display: flex;
  align-items: flex-start;
  gap: 5px;
}
#content .ip-property-search__forms .search-form__field .custom-radio-list li {
  position: relative;
}
#content .ip-property-search__forms .search-form__field .custom-radio-list li span {
  padding: 7px 9px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #FFF;
  text-align: center;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 11px;
  border-radius: 5px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  transition: all var(--default-transition);
}
#content .ip-property-search__forms .search-form__field .custom-radio-list li input[type=radio],
#content .ip-property-search__forms .search-form__field .custom-radio-list li input[type=checkbox] {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  visibility: hidden;
}
#content .ip-property-search__forms .search-form__field .custom-radio-list li input[type=radio]:checked + span,
#content .ip-property-search__forms .search-form__field .custom-radio-list li input[type=checkbox]:checked + span {
  background: var(--secondary);
  color: var(--primary);
}
#content .ip-property-search__forms .search-form__field .custom-checkbox-list {
  position: relative;
  display: flex;
  flex-flow: row wrap;
  align-items: flex-start;
  gap: 10px 35px;
  margin: 5px 0 0;
  list-style: none;
}
#content .ip-property-search__forms .search-form__field .custom-checkbox-list.inline-checkbox li {
  width: auto;
}
#content .ip-property-search__forms .search-form__field .custom-checkbox-list li {
  width: 100%;
  position: relative;
}
#content .ip-property-search__forms .search-form__field .custom-checkbox-list li label {
  display: block;
  position: relative;
}
#content .ip-property-search__forms .search-form__field .custom-checkbox-list li input {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  visibility: hidden;
}
#content .ip-property-search__forms .search-form__field .custom-checkbox-list li span {
  display: block;
  color: #FFF;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 15px;
  padding-left: 30px;
}
#content .ip-property-search__forms .search-form__field .custom-checkbox-list li span:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 15px;
  height: 15px;
  border: 1px solid #fff;
}
#content .ip-property-search__forms .search-form__field .custom-checkbox-list li span:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 5px;
  height: 9px;
  margin: 2px 5px;
  border: 2px solid #fff;
  border-top: none;
  border-left: none;
  transform: rotate(45deg);
  opacity: 0;
}
#content .ip-property-search__forms .search-form__field .custom-checkbox-list li input:checked + span:after {
  opacity: 1;
}
#content .ip-property-search__forms .search-form__field .custom-checkbox-list.box-right li {
  min-width: 60px;
  max-width: 100%;
  text-align: left;
}
#content .ip-property-search__forms .search-form__field .custom-checkbox-list.box-right li span {
  padding-left: 0;
  padding-right: 15px;
}
#content .ip-property-search__forms .search-form__field .custom-checkbox-list.box-right li span:before {
  right: 0;
  left: initial;
}
#content .ip-property-search__forms .search-form__field .custom-checkbox-list.box-right li span:after {
  right: 0;
  left: initial;
}
#content .ip-property-search__forms .search-form__btns {
  display: flex;
  flex-flow: row wrap;
  gap: 15px;
  margin: 20px 0 0;
}
#content .ip-property-search__forms .search-form ul.dropdown-menu {
  margin: 0;
  list-style: none;
  padding: 10px 0;
  border-radius: 0;
  box-shadow: none;
  width: 100%;
  max-height: 250px;
  overflow-y: auto;
  overflow-x: hidden;
}
#content .ip-property-search__forms .search-form ul.dropdown-menu::-webkit-scrollbar {
  width: 4px;
}
#content .ip-property-search__forms .search-form ul.dropdown-menu::-webkit-scrollbar-track {
  background: #fff;
}
#content .ip-property-search__forms .search-form ul.dropdown-menu::-webkit-scrollbar-thumb {
  background: var(--primary);
}
#content .ip-property-search__forms .search-form ul.dropdown-menu li {
  margin-bottom: 10px;
}
#content .ip-property-search__forms .search-form ul.dropdown-menu li:last-child {
  margin-bottom: 0;
}
#content .ip-property-search__forms .search-form ul.dropdown-menu li a {
  display: block;
  color: var(--primary);
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
  padding: 0 20px;
  transition: all var(--default-transition);
}
#content .ip-property-search__forms .search-form ul.dropdown-menu li.active a, #content .ip-property-search__forms .search-form ul.dropdown-menu li:hover a {
  background: var(--secondary);
  color: var(--primary);
}
#content .ip-property-search__sidebar {
  width: 100%;
  padding: 40px 20px 0;
}
#content .ip-property-search__cta-list {
  position: relative;
  z-index: 1;
  padding: 38px 0 0;
  max-width: 360px;
  margin: 0 auto;
}
#content .ip-property-search__cta-item {
  width: calc(100% - 30px);
  position: relative;
  margin-bottom: 39px;
}
#content .ip-property-search__cta-item:nth-child(odd) {
  margin-right: auto;
}
#content .ip-property-search__cta-item:nth-child(odd) a:before {
  top: -30px;
  left: 30px;
}
#content .ip-property-search__cta-item:nth-child(even) {
  margin-left: auto;
}
#content .ip-property-search__cta-item:nth-child(even) a:before {
  top: 30px;
  left: -30px;
}
#content .ip-property-search__cta-item a {
  display: block;
  position: relative;
  z-index: 1;
}
#content .ip-property-search__cta-item a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  border: 3px solid var(--secondary);
  transition: all var(--default-transition);
}
#content .ip-property-search__cta-item a:hover:before {
  background: var(--primary);
  border-color: var(--primary);
}
#content .ip-property-search__cta-item a:hover h2 {
  margin-bottom: 83px;
}
#content .ip-property-search__cta-item a:hover .section-btn {
  opacity: 1;
}
#content .ip-property-search__cta-item a .img-wrapper {
  position: relative;
}
#content .ip-property-search__cta-item a h2 {
  position: absolute;
  bottom: 24px;
  left: 30px;
  right: 30px;
  color: #FFF;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  z-index: 1;
  transition: all var(--default-transition);
}
#content .ip-property-search__cta-item a h2 span {
  display: block;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 4px;
}
#content .ip-property-search__cta-item a .section-btn {
  position: absolute;
  bottom: 31px;
  left: 30px;
  width: 149px;
  min-width: initial;
  opacity: 0;
  z-index: 1;
  transition: all var(--default-transition);
}
@media screen and (min-width: 600px) {
  #content .ip-property-search__forms .tab-list li {
    width: auto;
  }
}
@media screen and (min-width: 744px) {
  #inner-page-wrapper {
    padding-top: 153px;
  }
  .inner-page-container.max-container {
    padding: 0 40px;
  }
}
@media screen and (min-width: 1024px) {
  #inner-page-wrapper {
    padding: 163px 0 98px;
  }
  .inner-page-container.max-container {
    padding: 0 60px;
  }
  #content #breadcrumbs {
    margin: 0 -24px;
  }
  #content .ip-property-search__content {
    width: 61.457%;
    margin-right: auto;
  }
  #content .ip-property-search__content .section-title {
    text-align: left;
    letter-spacing: 2.75px;
  }
  #content .ip-property-search__forms {
    padding: 55px 60px 55px 0;
  }
  #content .ip-property-search__forms .section-bg {
    left: -64px;
  }
  #content .ip-property-search__forms .tab-list {
    gap: 15px;
  }
  #content .ip-property-search__forms .tab-list li a {
    padding: 15px 25px;
    font-size: 18px;
  }
  #content .ip-property-search__forms .search-form__col {
    width: 50%;
  }
  #content .ip-property-search__sidebar {
    width: 33.005%;
    padding: 0;
  }
  #content .ip-property-search__cta-list {
    padding: 38px 0 0;
    max-width: initial;
    margin: 0;
  }
  #content .ip-property-search__cta-item a h2 {
    font-size: 20px;
  }
}
@media screen and (min-width: 1280px) {
  .inner-page-container.max-container {
    padding: 0 85px;
  }
  #content .ip-property-search__cta-item a h2 {
    font-size: 30px;
  }
}