.bigger-container {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 15px;
  display: block;
  width: 100%;
}

.leadform {
  background: #00041c;
  padding: 70px 0px;
  color: #fff;
}

.leadform .select2-container--default .select2-selection--multiple {
  background: #fff;
  border: 0px;
  border-radius: 0px;
  padding: 10px 16px;
  margin-bottom: 18px;
  height: 50px;
  color: #000;
  letter-spacing: 1px;
  font-size: 12px;
  text-transform: uppercase;
  border-bottom: 2px solid transparent;
}

.leadform .consent-ctn,
.leadform .consent-ctn a {
  color: #fff;
}

.properties .btn-default {
  font-weight: 500;
  font-size: 14px;
  text-align: center;
  color: #fff;
  line-height: 45px;
  text-transform: uppercase;
  transition: all 0.3s;
  display: inline-block;
  text-transform: uppercase;
  padding: 0px 20px;
  position: relative;
  border-radius: 0;
  margin: 0 4px;
  background: #00041c;
  letter-spacing: 0;
}

.properties .btn-default:hover {
  background: #fff;
  color: #000;
}

.properties .btn-default::after,
.properties .btn-default::before {
  display: none;
}

.current-page-pagination.btn-default {
  background: #fff;
  color: #000;
}

.searchbox {
  padding: 60px 0;
  background-color: #00041c;
}

#my-prop-search label,
#my-prop-search label {
  color: #fff;
  display: block;
  margin-bottom: 10px;
  text-transform: uppercase;
}

#my-prop-search input,
#my-prop-search select {
  width: 100%;
  height: 45px;
  color: #000;
  background: #fff;
  padding: 0 10px;
  border: none;
}

#my-prop-search input::placeholder,
#my-prop-search select::placeholder {
  color: #000;
}

#my-prop-search input:focus,
#my-prop-search select:focus {
  outline: none;
}

.search-btn-default {
  width: 100%;
  height: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
  color: #fff;
  border: solid 1px #fff;
  border-radius: 0px;
  background: transparent;
}

.search-btn-default:hover {
  background: #000;
  border: solid 1px #000;
}

/* new pagination buttons style start */
.nolist {
  padding: 0;
}

.my-pagination {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  list-style: none;
  padding-left: 0;
}

.my-pagination-btn {
  display: inline-block;
  min-width: 55px;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 1.61px;
  text-align: center;
  text-transform: uppercase;
  color: #000;
  background: transparent;
  border: 1px solid #000;
  padding: 10px 15px;
  transition: 0.4s all ease;
}

.my-pagination-btn:hover {
  color: #fff;
  background: #000;
}

.current-page-pagination {
  color: #fff;
  background: #000;
}
/* new pagination buttons style end */

.about .section-title h2 {
  font-size: 40px;
}
