@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");

/***** General CSS *****/

body {
  word-break: break-word;
  font-family: "Poppins", sans-serif;
  color: #7c7c7c;
  overflow-x: hidden;
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  position: relative;
}

@font-face {
  font-family: "gingerBrand";
  src: url("../fonts/GingerBrand.ttf");
}

/***** Headings *****/

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #000;
  font-family: "gingerBrand";
}

h1 {
  font-size: 98px;
  line-height: 1;
}

h2 {
  font-size: 55px;
  line-height: 60px;
}

h3 {
  font-size: 30px;
  line-height: 35px;
}

h4 {
  font-size: 24px;
  line-height: 29px;
}

h5 {
  font-size: 20px;
  line-height: 25px;
}

h6 {
  font-size: 18px;
  line-height: 22px;
}

p {
  font-size: 14px;
  line-height: 24px;
}

/***** Gradient Text *****/

/***** Utilities *****/

.bl {
  color: #00537e;
}

.padd {
  padding: 100px 0;
  position: relative;
}

.paddTop {
  padding-top: 100px;
}

.paddBottom {
  padding-bottom: 100px;
}

.margTop {
  margin-top: 100px;
}

.margBottom {
  margin-bottom: 100px;
}

.flx {
  display: flex;
  align-items: center;
  gap: 16px;
}

.bt {
  display: inline-block;
}

.pbtn {
  padding: 16px 24px;
  border-radius: 45px;
  color: #fff;
  font-size: 15px;
  line-height: 24px;
  border: 0px;
  background: linear-gradient(to bottom, #0075b0, #005582);
  transition: 0.2s;
  display: inline-block;
  min-width: 160px;
  text-align: center;
}

.maxWidth {
  max-width: 1400px;
}

/* general btn css start  */

a {
  text-decoration: none;
  color: #fff;
  white-space: initial;
}

a:hover,
a:focus {
  text-decoration: none;
  color: #fff;
}

a:hover {
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
}

img {
  max-width: 100%;
}

input[type="text"]:focus,
textarea:focus,
input[type="password"]:focus,
select:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus {
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  outline: none;
}

select,
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="number"],
textarea,
input[type="tel"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

ul {
  margin: 0 0 20px;
  padding: 0;
  list-style-type: none;
}

::-webkit-input-placeholder {
  color: #575757;
}

::-moz-placeholder {
  color: #575757;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #575757;
}

:-moz-placeholder {
  color: #575757;
  opacity: 1;
}

/*header css start */

.menuSec {
  padding: 18px 0 0;
}

.menuSec img {
  margin: 0;
}

.menuSec ul {
  position: relative;
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 32px;
  margin-left: 30px;
}

.menuSec ul li {
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 0;
}

.menuSec li ul {
  display: none;
}

.menuSec ul li a {
  position: relative;
  display: inline-block;
  text-decoration: none;
  color: #000000c9;
  font-size: 15px;
  font-weight: 500;
}

.menuSec ul li:last-child a {
  padding-right: 0px;
}

.menuSec ul li a:hover,
.menuSec ul li a.active {
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  color: #005b8b;
}

.menuSec li:hover > ul {
  display: block;
  position: absolute;
  z-index: 1000;
  background-color: #000000;
  left: 0px;
  width: 230px;
  text-align: left;
  top: 38px;
}

.menuSec li > ul > li > a {
  border: none;
  padding: 13px 20px !important;
  color: #fff !important;
  overflow: hidden;
  font-size: 13px;
  line-height: 20px;
}

.menuSec li > ul > li,
.menuSec li > ul > li > a {
  display: block;
  margin: 0;
}

.menuSec li:hover li {
  float: none;
}

.menuSec li ul li a:hover {
  background-color: #ffffff;
  color: #000000 !important;
}

.menuSec ul ul ul {
  left: 100%;
  top: 0;
}

.menuSec li > ul > li:hover > ul {
  left: 230px;
  top: 0px;
  width: 270px;
}

.droopdwon li:hover > ul {
  display: block;
  position: absolute;
  z-index: 1000;
  background-color: #000000;
  left: 0px;
  width: 230px;
  text-align: left;
  top: 40px;
}

.droopdwon {
  float: left;
}

.droopdwon li:hover li a:hover {
  background-color: #ffffff;
  color: #000 !important;
}

/*header css start */

.dropdown-menu {
  position: absolute !important;
  z-index: 1000;
  display: block;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0;
  font-size: 1rem;
  color: #212529;
  text-align: left !important;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}

/*banner css start */

.carousel-inner > .item > a > img,
.carousel-inner > .item > img {
  width: 100%;
}

.carousel-control.right,
.carousel-control.left {
  background: none;
  opacity: 1;
  width: 50px;
  height: 50px;
  top: initial;
  top: 40%;
  background: rgba(255, 255, 255, 0.1);
  text-shadow: none;
}

.carousel-control.right:hover,
.carousel-control.left:hover {
  background: rgba(255, 27, 27, 0.6);
  color: #fff;
}

.carousel-control.right .fa,
.carousel-control.left .fa {
  position: relative;
  top: 12px;
  font-size: 20px;
  color: #fff;
  opacity: 0.5;
}

.carousel-control.right {
  right: 0px;
}

.carousel-control.left {
  left: 0px;
}

.carousel-indicators [data-bs-target] {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 10px;
  height: 12px;
  padding: 0;
  margin: 3px !important;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 1;
  /* transition: opacity 0.6s ease; */
  border-radius: 20px;
}

.carousel-caption {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  margin: 0;
  padding: 0;
  color: #fff;
  text-align: left;
  display: -webkit-box;
  display: flex;
  align-items: center;
  background: transparent;
}

.carousel-indicators li {
  border: none;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  background: #fff;
  width: 12px;
  height: 12px;
  margin: 0;
}

.carousel-indicators .active {
  margin: 0;
  background-color: #28b16d;
  width: 10px;
  height: 12px;
}

/*banner css end*/

.pbtn:hover {
  transform: translate(3px, 0px);
}

header {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 12;
}

img.banner-bg-img {
  height: 850px;
  width: 100%;
  object-fit: cover;
}

.banner_text {
  position: relative;
}

.banner_text h1 {
  color: #fff;
  text-shadow: 0 0 3px #00000078;
}

.banner_text p {
  color: #ccc;
}

/* about start  */

.abtop {
  margin-bottom: 32px;
}

.top-txt-righ {
  float: right;
}

img.abt-img1 {
  width: 100%;
}

img.abt-img2 {
  width: 100%;
  object-fit: cover;
  height: 360px;
}

.ab-tx {
  margin-top: 18px;
}

.secWp {
  width: 90%;
  margin: 0px auto;
}

/* about end  */

/* services start  */

section.sr-sec {
  position: relative;
  overflow: hidden;
}

section.sr-sec .slick-slide {
  opacity: 1;
  margin: 10px 10px;
}

section.sr-sec:before {
  position: absolute;
  content: "";
  background: linear-gradient(to bottom, #0075b0, #005582);
  height: 62%;
  top: 0;
  width: 100%;
}

section.sr-sec .secWp {
  position: relative;
}

section.sr-sec .heading p {
  margin: 0;
  color: #ccc;
}

.sr-card {
  position: relative;
  padding: 20px;
  background: #fff;
}

img.ss-card-img {
  height: 260px;
  object-fit: cover;
  width: 100%;
}

.sr-card-txt {
  padding: 20px 30px 0px 0px;
}

.ss-arrow {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  top: 44%;
  width: 109%;
  left: -53px;
  margin: 0px auto;
}

.ss-arrow button {
  width: 40px;
  height: 40px;
  background: transparent;
  border: 1px solid #fff;
  border-radius: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.2s;
}

.ss-arrow button:hover {
  background: #fff;
}

.ss-arrow button:hover img {
  filter: unset;
}

.ss-arrow button img {
  transition: 0.2s;
  filter: brightness(0) invert(1);
}

/* services end  */

/* property start  */
.prop-tp {
  margin-bottom: 18px;
}

img.prop-card-img {
  height: 240px;
  width: 100%;
  object-fit: cover;
}

.prop-card-txt {
  border: 1px solid #cccccc96;
  padding: 18px 0px 30px 0px;
}

.prop-card-txt h3 {
  padding: 0 20px;
}

.prop-card-txt h3 ~ p {
  padding: 0 20px;
}

img.prop-map-i {
  margin-right: 9px;
}

ul.prop-items {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid #cccccc96;
  border-bottom: 1px solid #cccccc96;
}

ul.prop-items span {
  color: #000;
  font-weight: 500;
  display: flex;
  gap: 10px;
  align-items: center;
}

ul.prop-items li {
  padding: 10px 22px;
  border-right: 1px solid #cccccc96;
}

ul.prop-items li:last-child {
  border: 0;
}

.prop-card-txt .bt {
  width: 90%;
  margin: 0px auto;
  display: table;
}

.prop-card-txt .bt .pbtn {
  width: -webkit-fill-available;
}

/* property end  */

/* chose start  */

.chos-top-txt {
  padding-left: 32px;
}

.chose-list {
  border-bottom: 1px solid #9999997d;
  margin-bottom: 18px;
}

.chose-list h3 {
  margin-bottom: 5px;
  font-size: 25px;
  line-height: 30px;
}

.chose-btm {
  margin-top: -50px;
  position: relative;
}

img.chose-img1 {
  width: 100%;
  height: 300px;
  object-fit: cover;
}

img.chose-img2 {
  width: 100%;
  height: 480px;
  object-fit: cover;
}

.chos-btm-txt {
  padding-right: 34px;
}

/* chose end  */

/* reviews start  */

.auth-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 60px;
}

.rev-left {
  background: #fff;
  box-shadow: 0px 7px 15px rgb(0 0 0 / 13%);
  margin: 20px 0px;
}

.rev-arrow {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 26px 26px;
}

.rev-arrow button {
  width: 45px;
  height: 45px;
  background: transparent;
  border-radius: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.2s;
  border: 1px solid #006ea6;
}

.rev-arrow button img {
  width: auto;
  transition: 0.2s;
}

.rev-arrow button:hover {
  background: #006ea5;
}

.rev-arrow button:hover img {
  filter: brightness(0) invert(1);
}

.rev-arrow p {
  margin: 0px;
}

.rev-arrow p span {
  color: #000;
  font-size: 22px;
  line-height: 29px;
}

img.review-auth-img {
  height: 320px;
  width: 100%;
  object-fit: cover;
}

.review-card-txt {
  padding-left: 14px;
}

.rev-rating {
  margin-bottom: 32px;
}

.rev-rating i {
  font-size: 24px;
  color: #f9ae0e;
}

.review-card-txt p {
  font-size: 16px;
  line-height: 28px;
}

.auth-info p.auth-name {
  font-size: 22px;
  line-height: 30px;
  font-family: "gingerBrand";
  color: #000;
}

/* reviews end  */

/* contact start  */

section.cnt-sec .secWp {
  padding: 18px 24px 24px;
  border: 1px solid #9999996b;
}

.cnt-tp {
  margin-top: 24px;
}

.form-field {
  position: relative;
  margin-bottom: 7px;
}

.form-field input {
  width: 100%;
  border: 1px solid #9999996b;
  padding: 16px 18px;
}

.form-field select {
  width: 100%;
  border: 1px solid #9999996b;
  padding: 16px 18px;
  color: #7c7c7c;
}

img.down-arrow-img-slc {
  position: absolute;
  right: 14px;
  top: 26px;
  cursor: pointer;
}

.form-field textarea {
  width: 100%;
  border: 1px solid #9999996b;
  padding: 16px 18px;
  resize: unset;
}

img.cnt-img1 {
  width: 100%;
  height: 450px;
  object-fit: cover;
}

/* contact end  */

/* ----------------------------- Footer ------------------------*/

ul.footer-socials li a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 35px;
  width: 35px;
  border-radius: 100px;
  background-color: transparent;
  color: #ffffff9c;
  border: 1px solid #ffffff9c;
  transition: 0.2s;
}

ul.footer-socials li a:hover {
  background-color: #006598;
  color: #fff;
  border: transparent;
}

footer {
  background: #1d1d1d;
  padding-top: 60px;
}

.bottom-footer .row {
  border-top: 1px solid #3e3e3e;
  padding: 0px 110px;
}

.ft-general {
  padding: 40px 0 50px;
  position: relative;
}

.footer-main .row {
  border-top: 1px solid #3e3e3e;
  padding: 0px 110px;
}

.footer-info {
  padding-left: 70px;
  border-left: 1px solid #3e3e3e;
  margin-left: 20px;
}

.double-links {
  gap: 90px;
}

img.footer-logo {
  width: 150px;
}

.footer-heading {
  font-size: 25px;
  line-height: 30px;
  padding-bottom: 17px;
}

.footerlogo p {
  color: #ffffff9c;
}

.footer-links.ft-general.h-100 {
  border-right: 1px solid #3e3e3e;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  display: none;
}

/* ----------------------------- Footer ------------------------*/

/* inner banner start  */
section.inban {
  padding: 180px 0px 130px;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../images/inner-ban-img.png);
}

.intxt h1 {
  color: #fff;
  text-shadow: 0 0 3px #00000078;
}

/* inner banner end  */

img.abt-img3 {
  height: 380px;
  width: 100%;
  object-fit: cover;
}

.n-abRow-top-img {
  padding-right: 12px;
}

.in-abRow-top {
  margin-bottom: 60px;
}

.n-abRow-bmt-img {
  padding-left: 12px;
}

/* brokerage page star  */

img.brokerage-img2 {
  width: 100%;
  height: 410px;
}

img.expert-img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  margin-bottom: 14px;
}

.meet-card h3 {
  margin: 0;
  font-size: 25px;
  line-height: 30px;
}

ul.expert-icon {
  display: flex;
  gap: 10px;
  justify-content: center;
  align-items: center;
  margin-top: 14px;
}

ul.expert-icon i {
  width: 45px;
  height: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #999;
  color: #999;
  border-radius: 45px;
  font-size: 18px;
  transition: 0.2s;
}

ul.expert-icon i:hover {
  background: #015784;
  color: #fff;
  border: transparent;
}

/* brokerage page end  */

/* sell / Buy page start  */

img.sell-img {
  width: 100%;
  height: 380px;
  object-fit: cover;
}

.sell-top .sell-imgs {
  padding-right: 18px;
  padding-left: 10px;
}

.sell-right ul li {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 10px 0px;
}

.sell-bottom .sell-imgs {
  padding-left: 40px;
}

/* sell / Buy page end   */

/* rental page start  */
/* 
.search-bar-wrapper {
  background: #fff;
  border-radius: 60px;
  padding: 10px 15px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  border: 1px solid #eee;
  margin-bottom: 60px;
}

.search-field {
  padding: 10px 20px;
}

.search-field label {
  font-size: 11px;
  font-weight: 600;
  color: #999;
  display: block;
  margin-bottom: 4px;
  letter-spacing: 0.5px;
}

.form-control {
  border: none;
  box-shadow: none;
  padding: 0;
  font-size: 14px;
  color: #333;
}

.form-control:focus {
  box-shadow: none;
}

.input-with-icon {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.input-with-icon .icon {
  color: #999;
  font-size: 14px;
}

.custom-select {
  border: none;
  padding: 0;
  font-size: 14px;
  color: #333;
  background: transparent;
}

.custom-select:focus {
  box-shadow: none;
}

.border-start {
  border-left: 1px solid #eee !important;
  height: 60px;
  display: flex;
  align-items: center;
} */
/* Make all columns same height */
/* ================= SEARCH BAR ================= */

.search-bar-wrapper {
  background: #ffffff;
  border-radius: 60px;
  padding: 0px 0px 0px 10px;
  border: 1px solid #e7e7e7;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.04);
  margin-bottom: 60px;
}

/* Equal height row */
.search-bar-wrapper .row {
  min-height: 72px;
}

/* Columns alignment */
.search-bar-wrapper .col-lg-3,
.search-bar-wrapper .col-lg-2 {
  display: flex;
  align-items: center;
}

/* ================= FIELD ================= */

.search-bar-wrapper .search-field {
  width: 100%;
  padding: 6px 22px 12px;
}

.search-bar-wrapper .search-field label {
  font-size: 10px;
  color: #0000008a;
  margin-bottom: 1px;
  text-transform: uppercase;
  font-weight: 500;
}

/* ================= INPUT ================= */

.search-bar-wrapper .form-control {
  border: none;
  padding: 0;
  font-size: 15px;
  font-weight: 500;
  color: #1e1e1e;
  background: transparent;
}

.search-bar-wrapper .form-control:focus {
  outline: none;
  box-shadow: none;
}

.search-bar-wrapper .form-control::placeholder {
  color: #b5b5b5;
  font-weight: 400;
}

/* Input + icon */
.input-with-icon {
  display: flex;
  align-items: center;
}

.input-with-icon input {
  flex: 1;
  color: #000;
}

.input-with-icon .icon {
  font-size: 14px;
  color: #b5b5b5;
  margin-left: 10px;
}

/* ================= DIVIDER ================= */

.border-start {
  border-left: 1px solid #e7e7e7 !important;
  height: 100%;
}

/* ================= BUTTON ================= */

.search-bar-wrapper .bt {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding-right: 10px;
}

/* ================= CUSTOM DROPDOWN ================= */

.custom-dropdown {
  position: relative;
  width: 100%;
  cursor: pointer;
}

/* Selected */
.dropdown-selected {
  font-size: 16px;
  font-weight: 500;
  color: #1e1e1e;
  position: relative;
  padding-right: 22px;
}

/* Arrow */
.dropdown-selected::after {
  content: "\f107";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 13px;
  color: #000000bd;
  transition: 0.3s;
}

/* Rotate arrow */
.custom-dropdown.active .dropdown-selected::after {
  transform: translateY(-50%) rotate(180deg);
}

/* Dropdown list */
.dropdown-list {
  position: absolute;
  top: calc(100% + 18px);
  left: 0;
  width: 100%;
  min-width: 180px;
  background: #fff;
  border-radius: 12px;
  border: 1px solid #eee;
  padding: 8px 0;
  list-style: none;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: all 0.25s ease;
  z-index: 999;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.05);
}

/* Show dropdown */
.custom-dropdown.active .dropdown-list {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

/* Items */
.dropdown-list li {
  padding: 9px 16px;
  font-size: 14px;
  color: #333;
  transition: 0.2s;
}

.dropdown-list li:hover {
  background: #f5f5f5;
}

/* ================= HOVER EFFECT ================= */

.custom-dropdown:hover .dropdown-selected {
  color: #000;
}

/* ================= RESPONSIVE ================= */

.input-with-icon input::placeholder {
  color: #000;
}

/* rental page end  */

/* get a consultation start  */

.get-consult-form {
  margin-top: 32px;
}

.get-consult-form .form-field input,
.get-consult-form .form-field select {
  border-radius: 45px;
  padding: 20px 26px;
}

.get-consult-form .form-field textarea {
  border-radius: 20px;
}

.get-consult-form .form-field textarea::placeholder {
  position: absolute;
  bottom: 20px;
}

.get-consult-form .form-field img.down-arrow-img-slc {
  top: 32px;
  right: 20px;
  width: 13px;
}

/* get a consultation end  */

/* buyer form start  */

.get-consult-form i.fa-solid.fa-angle-down {
  position: absolute;
  right: 24px;
  top: 27px;
  color: #000;
  font-size: 16px;
}

.get-consult-form .inner-header {
  margin: 24px 0px 20px;
}

.buyer-chose-ff label {
  color: #000000;
  font-weight: 500;
  font-size: 17px;
  line-height: 27px;
}

.buyer-chose-ff-ins {
  display: flex;
  align-items: center;
  gap: 24px;
  flex-wrap: wrap;
  margin: 16px 0px 5px;
}

.buyer-chose-ff-ins label {
  color: #7c7c7c;
  font-size: 15px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.buyer-chose-ff-ins label input {
  display: none;
}

.buyer-chose-ff-ins label span {
  width: 22px;
  height: 22px;
  border-radius: 45px;
  border: 1px solid #d2d2d2;
  background: #fffefb;
  cursor: pointer;
}

.radio-box input:checked + span {
  background: #0072ab;
  border-color: transparent;
}

.get-consult-form .inner-header h3 {
  font-size: 21px;
  line-height: 26px;
}

textarea#buyer-message {
  border-radius: 0;
  padding-left: 24px;
}

textarea#buyer-message::placeholder {
  position: unset;
}

/* buyer form end   */

/* property detail start */

.prp-detail-slide {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  margin-top: 10px;
}

img.prp-slide-img {
  width: 130px;
  height: 110px;
  transition: 0.3s;
  object-fit: cover;
}

img.property-dt-min-img {
  height: 390px;
  width: 100%;
  object-fit: cover;
  transition: opacity 0.3s ease;
}

.property-dt-min-img.fade {
  opacity: 0;
}

.prp-detail-txt {
  position: relative;
  padding-left: 32px;
}

span.loaction-dt {
  display: flex;
  align-items: center;
  margin: 22px 0px 18px;
  gap: 9px;
  color: #000000;
  font-size: 17px;
  font-weight: 500;
}

span.loaction-dt i {
  color: #0f4c5c;
}

.prp-list-head {
  display: flex;
  align-items: center;
  gap: 30px;
  border-bottom: 1px solid #5f8892;
  height: 50px;
  margin-bottom: 20px;
}

span.prp-list-title {
  color: #000000;
  font-size: 18px;
  line-height: 24px;
  font-family: "gingerBrand";
  text-transform: uppercase;
}

ul.prp-list1 {
  list-style: square;
  margin-left: 20px;
}

ul.prp-list1 li {
  margin: 14px 0px;
}

ul.prp-list1 li::marker {
  color: #0075b0;
  font-size: 16px;
}

ul.prp-list2 li {
  margin: 18px 0px 0px;
  display: flex;
  align-items: center;
  gap: 10px;
}

ul.prp-list2 li:last-child {
  margin-bottom: 0px;
}

section.prp-detail p {
  line-height: 28px;
  font-size: 15px;
  color: gray;
}

ul.prp-list2 {
  margin: 0;
}

img.prp-slide-img:hover {
  filter: brightness(0.5);
  cursor: pointer;
  transform: scale(1.1);
}

/* descripton  */

.prp-dt-desp {
  margin: 60px 0px 40px;
}

.prp-dt-desp h2 {
  margin-bottom: 18px;
}

.prp-dt-desp h2 span {
  float: right;
}

.prp-dt-top h2 {
  padding-bottom: 12px;
}

.prp-dt-top ul.prp-list1 li {
  margin: 14px 0px;
}

/* descripton  */

/* property detail end  */

.menuSec .pbtn {
  font-size: 16px;
  line-height: 30px;
  min-width: 210px;
  padding: 16px 10px;
}

.footer-links a:hover {
  text-decoration: underline;
  color: #005886 !important;
}

.footer-info a:hover span {
  color: #005886;
  text-decoration: underline;
}

.menuSec ul li.active a {
  border-bottom: 2px solid #00699f;
}

.banner_text .pbtn {
  min-width: 210px;
  font-size: 16px;
  line-height: 30px;
}

.abt-revs .secWp {
  width: 80%;
  margin: 0px auto;
}
.search-bar-wrapper .form-control::placeholder {
  color: #000;
  font-weight: 500;
}

.prop-tp p {
  color: gray;
  font-size: 15px;
  line-height: 26px;
}

.prp-dt-list {
  padding-top: 10px;
}
