@import url("https://fonts.googleapis.com/css2?family=Fira+Sans: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=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Maven+Pro:wght@400..900&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 *****/

/* goto colors blue,soft colors
 no red no orange  colors */

body {
  background: #f5f5f5;
  word-break: break-word;
  overflow-x: hidden;
  position: relative;
  color: #2b2b2b;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
}

@font-face {
  font-family: "AvenirLTStd";
  src: url("../fonts/AvenirLTStd-Black.otf");
}
/***** Headings *****/

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #151834;
}

h1 {
  font-size: 26px;
  line-height: 1.3846153846;
}

h2 {
  font-size: 35px;
  line-height: 45px;
  color: #0e5f81;
  text-transform: uppercase;
  margin: 0;
  font-weight: 800;
  font-family: "Fira Sans", sans-serif;
}

h3 {
  font-size: 22px;
  line-height: 28px;
}

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

h5 {
  font-size: 18px;
  line-height: 23px;
}

h6 {
  font-size: 16px;
  line-height: 20px;
}

address {
  font-style: italic;
  margin-bottom: 24px;
}

.cl2 {
  color: #17375f;
}
/***** Gradient Text *****/

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

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

.paddTop {
  padding-top: 80px;
}

.paddBottom {
  padding-bottom: 80px;
}

.margTop {
  margin-top: 80px;
}

.margBottom {
  margin-bottom: 80px;
}

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

.bt {
  display: inline-block;
}

.pbtn {
  background: rgb(3, 82, 115);
  font-size: 16px;
  color: #fff;
  text-transform: uppercase;
  font-family: "Fira Sans", sans-serif;
  font-weight: 400;
  display: inline-block;
  padding: 12px 24px;
  border-radius: 6px;
  transition: 0.2s;
}

.maxWidth {
  max-width: 1440px;
}

/* general btn css start  */

a {
  color: #24890d;
  text-decoration: none;
}

a:focus {
  outline: thin dotted;
  color: inherit;
}

a:hover {
  text-decoration: none;
  color: #fff;
  color: #41a62a;
}

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: 0px 0;
  background: rgba(86, 86, 86, 0.2) !important;
}

.menuSec img {
  margin: 0;
}

.menuSec ul {
  position: relative;
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.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;
  padding: 10px 10px;
  font-size: 16px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 500;
  background: transparent;
}

.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: #28b16d;
}

.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: #0e5f81;
  color: #fff !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;
}

.menuSec ul li a:before {
  position: absolute;
  content: "";
  width: 1px;
  height: 46%;
  right: -10px;
  top: 13px;
  background: #fff;
  transition: 0.2s;
}

.menuSec ul li a:hover:before {
  opacity: 0;
}

.menuSec ul li a:hover {
  background: #857dbd;
  color: #fff;
}

.menuSec ul li:last-child a:before {
  display: none;
}

/* Header start  */

/*banner css start */

.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: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}

.btm-center_head h1 a {
  font-size: 40px;
  font-family: "Lato";
  color: #fff;
  font-weight: 700;
}

.top_header p {
  margin: 0;
  display: flex;
  align-items: center;
  gap: 18px;
}

.top_header a {
  color: #333;
  font-weight: 400;
  transition: 0.2s;
  text-transform: uppercase;
  font-family: "Fira Sans";
  font-size: 14px;
}

.top_header a:hover {
  color: #24890d;
}

p.top_head_rgt-links {
  justify-content: flex-end;
}

.btm-center_head h1 ~ span {
  text-transform: uppercase;
  font-size: 12px;
  line-height: 10px;
  font-weight: 600;
  display: block;
  color: #fff;
}

.btm-left_head a {
  font-size: 22px;
  font-family: "AvenirLTStd";
  line-height: 30px;
  color: #fff;
}

.btm-rigth_head .head_logo ~ a {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  margin-right: 33px;
}

.top_header {
  background: #fff;
}

.btm_header {
  padding-top: 10px;
}

.btm-left_head {
  width: 74%;
  text-align: center;
}

.btm-left_head img {
  width: 41%;
}
/* Header end  */

/* Banner start  */

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

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

.banner_text {
  position: relative;
  margin-top: 60px;
}

section.main_slider {
  position: relative;
  background: #4d4e75;
}

.carousel-caption:before {
  position: absolute;
  width: 100%;
  height: 60px;
  background: #4d4e75;
  bottom: 0;
}

.search-form-container {
  width: 69%;
  margin: 40px auto;
}

/* Banner end  */

/* featured listing start  */

.heading {
  position: relative;
  padding-bottom: 4px;
  margin-bottom: 32px;
}

.heading span {
  position: relative;
}

.heading:before {
  position: absolute;
  content: "";
  width: 100px;
  height: 3px;
  background: #0e5f81;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.prop_cd {
  position: relative;
  padding: 20px;
  background: #fff;
  transition: 0.3s;
  overflow: hidden;
}

.prop_head {
  background: #f0f0f0;
  text-align: center;
  width: 100%;
  float: left;
  padding: 18px 0 15px;
  position: relative;
}

.prop_head h3 {
  color: #282828;
  text-transform: uppercase;
  font-family: "AvenirLTStd";
  margin: 0;
}

.prop_head h4 {
  color: #666;
  font-size: 18px;
  margin: 0px;
}

img.propty-cd_img {
  height: 400px;
  width: 100%;
  object-fit: cover;
  transition: 0.3s;
  position: relative;
}

.prop_img {
  position: relative;
  display: inline-block;
  width: 100%;
}

a.view_list {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  padding: 14px 20px;
  color: #fff;
  text-transform: uppercase;
  font-size: 18px;
  bottom: 0;
  background: rgba(88, 191, 74, 0.8);
  text-align: center;
  transition: 0.3s;
}

a.view_list:hover {
  background: rgba(14, 95, 129, 0.8);
}

.prop_txt h5 {
  padding: 30px 0 24px;
  margin: 0 0 20px;
  font-size: 28px;
  text-transform: uppercase;
  color: #0972a7;
  font-family: "Fira Sans", sans-serif;
  font-weight: 500;
  border-bottom: solid 1px #e5e5e4;
  text-align: center;
}

ul.prop_list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0;
}

ul.prop_list li {
  display: flex;
  align-items: center;
  gap: 14px;
}

ul.prop_list li span {
  font-family: "Fira Sans";
  font-weight: 400;
}

.prop_cd:hover {
  transform: translate(0px, -3px);
  filter: drop-shadow(2px 4px 16px #9999994a);
}

.prop_cd:hover img.propty-cd_img {
  filter: brightness(0.6);
}

.pbtn:hover {
  color: #fff;
  background: #59ad52;
  transform: scale(0.99);
}

/* featured listing end  */

/* tabs-sec start  */

.nav-tabs .nav-link {
  color: #000000d4;
  font-size: 14px;
  font-weight: 600;
  padding: 13px 18px;
  background: #fff;
  border: 0px;
  border-radius: 58px;
  text-transform: uppercase;
  font-family: "AvenirLTStd";
  box-shadow: 0px 0px 3px 0px #99999970;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  border: 0;
  background: #035273;
  color: #fff;
}

ul.nav-tabs {
  display: flex;
  justify-content: center;
  border: 0px;
  margin-bottom: 30px;
  gap: 14px;
}

section.tabs-sec .tab-content {
  background: #fff;
}

.tabs-sec p a {
  color: #035273;
  font-family: "Fira Sans";
  text-decoration: underline;
}

.tabs-sec p a:hover {
  color: #24890d;
}

a.read_more {
  border: solid 2px #bdbdbd;
  background: none;
  padding: 12px 24px;
  margin: 0;
  text-transform: uppercase;
  display: inline-block;
  letter-spacing: 0.01em;
  font-weight: 600;
  color: #545455;
  font-size: 16px;
  line-height: normal;
  transition: 0.2s;
  border-radius: 45px;
}

a.read_more:hover {
  border-color: transparent;
  background: #035273;
  color: #fff;
}

.tab-bt {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

/* tabs-sec end  */

/* search properties start  */

.search-box {
  border: 4px solid #035273;
  padding: 30px;
  background: #fff;
  border-radius: 9px;
}

.field-row {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  gap: 15px;
}

.field-row label {
  width: 170px;
  font-size: 13px;
  font-weight: 600;
}

.field-row select {
  width: 100%;
  height: 38px;
  border: 1px solid #ccc;
  padding: 0 10px;
  background: #fff;
}

.range {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
}

.range select {
  width: 100%;
}

.features-row {
  background: #dddddd78;
  padding: 12px 15px;
  margin: 25px 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px;
  font-size: 12px;
}

.features-row span {
  font-weight: 700;
  margin-right: 10px;
  font-family: "Fira Sans";
}

.features-row label {
  display: flex;
  align-items: center;
  gap: 5px;
  font-weight: 500;
  font-size: 14px;
  font-family: "Fira Sans";
  color: #444444bf;
}

.submit-btn {
  background: transparent;
  border: 2px solid #2a6c8f;
  padding: 10px 60px;
  font-weight: 700;
  color: #035273;
}

.submit-btn:hover {
  background: #035273;
  color: #fff;
}

.field-row select {
  width: 100%;
  height: 38px;
  border: 1px solid #cfcfcf;
  padding: 0 35px 0 10px;
  background-color: #fff;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  /* custom arrow */
  background-image: url("data:image/svg+xml;utf8,<svg fill='%23999' height='20' viewBox='0 0 20 20' width='20' xmlns='http://www.w3.org/2000/svg'><path d='M5 7l5 5 5-5z'/></svg>");
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 14px;
  cursor: pointer;
}

.range span {
  flex-shrink: 0;
}

section.search-prop-sec .nav-tabs .nav-link {
  min-width: 190px;
}

section.search-prop-sec .nav-tabs .nav-link:hover {
  background: #035273;
  color: #fff;
}

img.nw-propty-cd_img {
  height: 270px;
  width: 100%;
  object-fit: cover;
  display: inline-block;
  position: relative;
  transition: 0.3s;
}

.prop_cd.new-list {
  padding: 10px;
}

.prop_cd.new-list h3 {
  font-size: 16px;
  line-height: 20px;
}

.prop_cd.new-list h4 {
  font-size: 13px;
  line-height: 20px;
  text-transform: uppercase;
  font-family: "Fira Sans";
}

.new-list:hover img.nw-propty-cd_img {
  filter: brightness(0.6);
}

p.m-0.de-info {
  text-align: center;
  padding-bottom: 16px;
}

.prop_cd.new-list h5.price {
  margin-bottom: 10px;
}

/* search properties end  */

.search-form {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 54px;
  background: #fff;
  font-size: 17px;
  color: #bdbcbc;
  font-family: "Fira Sans", sans-serif;
  font-weight: normal;
  border: none;
  width: 100%;
  padding: 0px 10px;
  gap: 24px;
  border-radius: 4px;
}

.search-form-container form {
  display: flex;
  align-items: center;
  gap: 14px;
}

.search-form input {
  height: 100%;
  width: 100%;
  border: 0px;
  padding: 0px 10px;
  border-right: 1px solid #66666638;
}

.search-form .formff {
  flex-shrink: 0;
  min-width: 190px;
  position: relative;
  height: 100%;
}

.search-form .formff select {
  width: 100%;
  border: 0px;
  height: 100%;
  color: #666;
  border-right: 1px solid #66666638;
  cursor: pointer;
}

.search-form .formff i {
  position: absolute;
  right: 20px;
  top: 18px;
}

.search-form .formff:last-child select {
  border: 0px;
}

.s-btn button {
  border: 0px;
  height: 54px;
  width: 54px;
  background: #fff;
  border-radius: 4px;
  color: #0e5f81;
  font-size: 20px;
  transition: 0.3s;
}

.s-btn button:hover {
  background: #0e5f81;
  color: #fff;
}

/* browse section start */

.browse-cd {
  position: relative;
  overflow: hidden;
}

.browse-cd a:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  background: -moz-linear-gradient(
    top,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0) 61%,
    rgba(0, 54, 57, 0.56) 100%
  );
  background: -webkit-linear-gradient(
    top,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0) 61%,
    rgba(0, 54, 57, 0.56) 100%
  );
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0) 61%,
    rgba(0, 54, 57, 0.56) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#003639',GradientType=0 );
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.browse-cd a {
  display: block;
  position: relative;
  transition: 0.2s;
}

img.browse-cd_img {
  display: block;
  width: 100%;
  height: 250px;
  transition: 0.3s;
}

.browse-cd_txt {
  position: absolute;
  padding: 14px 20px;
  bottom: 0;
  text-align: center;
  width: 100%;
}

h3.browse-cd_title {
  margin: 0;
  text-align: center;
  font-family: "Fira Sans";
  position: relative;
  text-transform: uppercase;
  color: #fff;
}

.browse-cd a:hover:before {
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0) 61%,
    rgba(191, 6, 2, 0.56) 100%
  );
}

.browse-cd a:hover {
  transform: translate(0px, -4px);
}

/* browse section end  */

/* News & updates start  */

.services-new-Slider .slick-next:hover:before {
  background: #0e5f81;
  color: #fff !important;
}

.services-new-Slider .slick-next:before {
  content: "\f061" !important;
  font-family: "FontAwesome";
  border: 1px solid #0e5f81;
  padding: 14px 16px;
  border-radius: 30px;
  color: #0e5f81 !important;
  background: #fff;
}

.services-new-Slider .slick-prev:hover:before {
  background: #1e477d;
  color: #fff !important;
}

.services-new-Slider .slick-prev:before {
  content: "\f060" !important;
  font-family: "FontAwesome";
  border: 1px solid #0e5f81;
  padding: 14px 16px;
  border-radius: 30px;
  color: #0e5f81 !important;
  background: #fff;
}

.services-new-Slider .slick-prev {
  left: -15px;
  z-index: 12;
}

.services-main-sec .slick-slide {
  margin: 0px 14px;
}

.blogs-cd {
  position: relative;
  padding: 10px;
  background: #fff;
  transition: 0.3s;
  height: 670px;
}

img.blog-poster_img {
  height: 300px;
  width: 100%;
  object-fit: cover;
  transition: 0.3s;
}

.blogs_txt {
  padding: 0 14px 14px;
  position: relative;
  text-align: center;
}

.blogs_txt h3 {
  color: #0e5f81;
  text-transform: uppercase;
  padding: 10px 0 4px;
  margin: 0;
  font-weight: 800;
  font-family: "Fira Sans", sans-serif;
}

span.bgdate {
  font-size: 12px;
  color: #797878;
  text-transform: uppercase;
  display: inline-block;
  background: #eeeeec;
  line-height: 18px;
  padding: 3px 22px;
}

.blogs_txt .bt {
  width: 100%;
}

.blogs_txt .bt a.pbtn {
  width: 100%;
}

.blogs-cd:hover {
  transform: translate(0px, -3px);
}

.services-new-Slider .slick-list {
  overflow: visible;
}

.services-new-Slider .slick-next {
  right: 15px;
}

.services-main-sec .slick-active {
  opacity: 1;
}

/* News & updates end  */

/* Testimonial start  */

section.testi {
  padding: 60px 0;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url(../images/testi-bg-img.webp);
}

img.rating-line-img {
  width: auto;
}

img.qutoe-left {
  position: absolute;
  width: auto;
  left: 0;
  top: 0;
}

.testi-txt {
  position: relative;
  padding: 40px 0px;
}

.testi-txt p {
  font-family: "Lato", sans-serif;
  color: #343535;
  font-size: 26px;
  line-height: 36px;
  font-weight: 300;
  font-style: italic;
  color: #710000;
  text-shadow: 1px 1px #fff;
  padding: 0 0px 20px 0px;
}

img.qutoe-right {
  position: absolute;
  right: 0;
  width: auto;
  bottom: 0;
}

.rating {
  display: table;
  margin: 0px auto 20px;
}

span.name-test {
  font-size: 22px;
  line-height: 24px;
  font-weight: 400;
  font-style: italic;
  color: #710000;
  text-shadow: 1px 1px #fff;
  display: inline-block;
}

a.read-more-link {
  color: #710000;
  font-weight: 500;
}

a.read-more-link:hover {
  color: #24890d;
}

/* Testimonial end  */

/* Usefull blocks start  */

.new-step_card {
  text-align: center;
  background: #fff;
  box-shadow: 0px 0px 10px 0px #4444440d;
  border-radius: 9px;
  position: relative;
  border: 1px solid #44444442;
  min-height: 210px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 30px;
  transition: 0.3s;
  overflow: hidden;
}

.new-step_card h2 {
  font-size: 24px;
  line-height: 30px;
  padding: 0;
  transition: 0.3s;
  position: relative;
  color: #fff;
}

.new-step_card:hover {
  background: #035273;
}

.new-step_card:hover h2 {
  color: #fff;
}

.new-step_card:hover {
  transform: translate(0px, -2px);
}

/* Usefull blocks end  */

/* media section start  */

.footer-socials i {
  border: 1px solid #eeee;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s;
  width: 40px;
  height: 40px;
  color: #fff;
  background: transparent;
}

.media-top {
  margin-bottom: 24px;
  background: #5ea407 url(../images/footer-social-logo.webp) 80% top no-repeat;
  background-size: auto 100%;
  float: left;
  width: 100%;
  padding: 20px 20px;
}

.media-top h2 {
  padding: 0;
  font-size: 26px;
  line-height: 32px;
  font-weight: 300;
  color: #fff;
  font-family: "Fira Sans", sans-serif;
  text-transform: capitalize;
}

.footer-socials {
  justify-content: flex-end;
}

.footer-socials i:hover {
  background: #fff;
  color: #0e5f81;
}

.main-imgs {
  position: relative;
}

img.meida-img1 {
  height: 280px;
  width: 100%;
  object-fit: cover;
  margin-bottom: 14px;
}

.media-txt {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: #dfe0e1;
  padding: 20px 30px;
}

.media-txt h2 {
  font-weight: normal;
  font-size: 26px;
  color: #0e5f81;
  text-transform: uppercase;
  margin: 0;
  font-family: "AvenirLTStd";
}

.media-txt p {
  font-size: 18px;
  line-height: 30px;
}

.media-form {
  width: 90%;
  margin-top: 60px;
  display: flex;
  align-items: center;
  gap: 16px;
}

.media-form input {
  flex-grow: 1;
  height: 50px;
  border: 1px solid #cdcdcd;
  width: 100%;
  border-radius: 6px;
  font-size: 14px;
  color: #333;
  box-shadow: none;
  padding: 0px 10px;
}

.media-form .bt {
  flex-shrink: 0;
}

.media-form .bt button {
  border: 0px;
}

.main-imgs .bt .pbtn {
  border-radius: 0;
}

/* media section start  */

/* footer start  */

footer.footerSec {
  clear: both;
  background: #67717c;
  border-top: 4px solid #737e8a;
  padding: 50px;
  font-family: "Maven Pro", sans-serif;
  color: #fff;
}

.robot {
  font-size: 14px;
  margin: 0;
}

.box-container {
  display: flex;
  background-color: #f9f9f9;
  border: 1px solid #d3d3d3;
  border-radius: 7px;
  align-items: center;
  padding: 5px 12px;
  gap: 34px;
}

.box-containe input[type="checkbox"] {
  appearance: none;
  width: 26px;
  height: 26px;
  border: 2px solid #c1c1c1;
  margin: 0px 14px 0px 14px;
}

.box-containe input[type="checkbox"]:checked::before {
  content: url(https://img.icons8.com/?size=20&id=27&format=png&color=1e5180);
  display: block;
  line-height: 20px;
  padding: 0.05rem 0.6rem 0rem 0.05em;
}

.box-containe .logo {
  display: block;
  margin-left: 65%;
}

.box-containe .logo-text {
  text-align: right;
  font-size: 9px;
  font-family: "Roboto", sans-serif;
}

.omss {
  display: flex;
  gap: 10px;
}

.omss input {
  flex-shrink: 0;
}

.footer-form p {
  margin: 0px;
  color: #000;
  font-size: 13px;
  line-height: 13px;
}

p.logo-text-tos {
  font-size: 8px;
  line-height: 10px;
}

.following-areas ul li {
  padding: 0 0 18px 0;
  margin: 0;
  font-size: 14px;
  line-height: 18px;
  color: #fff;
  text-transform: uppercase;
}

.following-areas ul {
  column-count: 4;
}

.following-areas ul li a:hover {
  text-decoration: underline;
}

.following-areas ul li a {
  color: #fff;
  font-weight: 300;
  transition: 0.2s;
}

h2.footer-title1 span {
  background: #67717c;
  padding: 0 10px;
}

h2.footer-title1 {
  font-family: "Maven Pro", sans-serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 18px;
  color: #91da05;
  text-transform: uppercase;
  padding: 0 0 22px 0;
  margin: 0;
  background: url(../images/green-border.webp) left 9px repeat-x;
  text-align: center;
}

.ft-form-ff {
  position: relative;
  margin-bottom: 24px;
}

.ft-form-ff input {
  height: 44px;
  border: 1px solid #cdcdcd;
  width: 100%;
  border-radius: 6px;
  font-size: 14px;
  color: #333;
  box-shadow: none;
  padding: 0px 10px;
  font-weight: 500;
}

.ft-form-ff textarea {
  width: 100%;
  resize: unset;
  border: 1px solid #cdcdcd;
  border-radius: 6px;
  font-size: 14px;
  color: #333;
  box-shadow: none;
  padding: 12px 10px;
  font-weight: 500;
  height: 80px;
}

.footer-form button.pbtn {
  border: 0px;
  width: 160px;
  margin-bottom: 50px;
}

.brand-logos {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 64px;
}

span.logos-caption {
  color: #fff;
  font-weight: 300;
  font-size: 13px;
  text-align: center;
  line-height: 11px;
  transition: 0.2s;
  display: inline-block;
}

.logosinner {
  text-align: center;
}

.logosinner a:hover span {
  color: #fff;
  text-decoration: underline;
}

.footer-right {
  text-align: center;
  border-left: 1px solid #ffffff2b;
}

.foter-rihgt-tit h2 {
  padding: 0 0 30px 0;
  margin: 0;
  text-transform: inherit;
  font-family: "Fira Sans", sans-serif;
  font-weight: 400;
  font-size: 26px;
  line-height: 26px;
  color: #4ec7cb;
}

.footer-right .add {
  font-size: 15px;
  line-height: 20px;
  text-transform: uppercase;
  padding-bottom: 25px;
}

.footer-right .add p {
  margin: 0;
  padding: 0 0 44px 0;
}

.footer-right .add p a {
  color: #fff;
}

.footer-right .add p a:hover {
  text-decoration: underline;
}

ul.foot-logo-right-sm {
  width: 100%;
  margin: 0 auto;
  padding: 25px 0 0 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 14px;
}

ul.foot-logo-right-sm img {
  opacity: 20%;
  transition: 0.2s;
}

ul.foot-logo-right-sm img:hover {
  opacity: 1;
  transform: scale(1.2);
}

img.footer-logo-2 {
  width: 80%;
}

footer.copyright {
  padding: 60px 0;
  background: #e8e6e5;
}

/* footer end  */

/* inner banner start  */

section.innerbaner {
  padding: 270px 0 20px;
  background-image: url(../images/inner-banner-img.webp);
  background-repeat: no-repeat;
  background-size: cover;
}

section.innerbaner h2 {
  font-family: "Fira Sans", sans-serif;
  text-align: center;
  font-size: 32px;
  color: #fff;
  line-height: 32px;
  font-weight: 400;
}

/* inner banner end  */

/* about page start  */

nav.breadcampnave {
  display: inline-block;
}

nav.breadcampnave ol.breadcrumb {
  padding: 8px 16px;
  background: #ddd;
}

nav.breadcampnave ol.breadcrumb a {
  color: #17375f;
  font-weight: 600;
}

nav.breadcampnave ol.breadcrumb a:hover {
  text-decoration: underline;
}

p.entry-content a {
  text-decoration: underline;
  color: #01496d;
  font-weight: 600;
}

p.entry-content:hover {
  text-decoration: unset;
}

p.entry-content {
  font-size: 17px;
  line-height: 30px;
  font-weight: 400;
}

.site-name {
  font-size: 52px;
  color: #02869a;
  padding-bottom: 8px;
  font-family: "Sanchez", serif;
  font-weight: 400;
  line-height: 50px;
}

.abousecRight {
  text-align: center;
  padding: 40px;
  background: #e1e8eb;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

span.color-02 {
  color: #02526d;
}

span.color-03 {
  color: #09aad2;
}

p.entry-content b {
  font-weight: 700;
  font-family: "Maven Pro";
}

section.ab2 .row .col-12 {
  background: #daedf6;
  padding: 40px;
  text-align: center;
}

section.ab3 .row {
  padding: 40px;
  text-align: center;
  background: #f0f0f0;
  border: 2px solid #d8d8d8;
  outline: 1px solid #4444443b;
  outline-offset: 4px;
}

ul.ab3list {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 14px;
}

ul.ab3list li {
  width: 100%;
  background: #e9e8db;
  font-size: 19px;
  color: #0e5f81;
  line-height: 20px;
  text-transform: uppercase;
  padding: 18px;
  font-family: "Fira Sans", sans-serif;
  font-style: normal;
  transition: 0.4s;
}

ul.ab3list li:hover {
  background: #0e5f81;
  color: #fff;
  transform: translate(3px, 0px);
}

section.ab3 .heading p {
  width: 85%;
  margin: 0 auto 18px;
  font-size: 17px;
  line-height: 26px;
}

section.ab3 .heading:before {
  display: none;
}

/* teams sec  */

img.barbarmorales-img {
  height: 350px;
  width: 100%;
  object-fit: cover;
}

div#our-team {
  text-align: center;
  margin-bottom: 50px;
}

div#our-team h2 {
  font-family: "Fira Sans", sans-serif;
  font-weight: 700;
  font-size: 30px;
  text-transform: uppercase;
  padding: 0;
  margin: 0;
  line-height: 30px;
  background: url(../images/title-border.webp) left center repeat-x;
}

div#our-team h2 span.b {
  background: #f0f0f0;
  padding: 0 15px;
}

section.team p {
  font-size: 19px;
  line-height: 30px;
}

section.team .row {
  background: #f9f9f9;
  padding: 40px 30px;
}

/* teams sec  */
/* about page end  */

/* testimonials page start  */

section.testi-page ul li {
  padding: 0 0 30px 0;
}

section.testi-page ul li .rev-main {
  background-size: cover;
  padding: 30px 15px;
  float: left;
  width: 100%;
  text-align: center;
  position: relative;
}

section.testi-page ul li .rev-main p {
  font-family: "Lato", sans-serif;
  font-size: 23px;
  line-height: 31px;
  font-style: italic;
  color: #710000;
  text-shadow: 1px 1px #fff;
  padding: 0 50px 20px 50px;
}

section.testi-page span.rev_ven {
  color: #0972a7;
  font-family: "Lato", sans-serif;
  font-size: 24px;
  line-height: 31px;
  font-style: italic;
  display: block;
}

section.testi-page span.date {
  font-size: 14px;
  color: #0972a7;
  font-style: italic;
}

/* testimonials page end  */

/* news start page  */

ul.mewslatters_list {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

ul.mewslatters_list .latters-wp {
  background-color: #e1e8eb;
  padding: 32px 16px;
  border-right: 2px solid #bed0d7;
  border-bottom: 2px solid #bed0d7;
}

section.testi-page ul.mewslatters_list li {
  padding: 0;
}

.latters-title h2 {
  font-size: 22px;
  font-family: "Fira Sans", sans-serif;
  text-decoration: none;
  font-weight: 600;
  line-height: normal;
}

.latters-title {
  margin-bottom: 32px;
}

.latters-btn {
  width: 45%;
  margin: 0 auto;
  position: relative;
}

.latters-btn a.latter-btn {
  background: #eaebeb;
  border: 1px solid #b5d0dc;
  line-height: 36px;
  height: 38px;
  text-align: center;
  width: 190px;
  display: inline-block;
  font-family: "Fira Sans";
  font-weight: 500;
  font-size: 15px;
  text-transform: uppercase;
  color: #3c3c3b;
  position: relative;
}

.latters-btn a.latter-btn:hover {
  background: #0e5f81;
  color: #fff;
}

.share-news {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
}

.latters-btn:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  bottom: 18px;
  background: #b5d0dc;
  left: 0;
}

img.new-lt-dt-img {
  margin: 0px auto;
  display: table;
  height: 500px;
}

.nw-lat-dt-list {
  margin: 40px 0 20px;
  display: flex;
  flex-wrap: wrap;
  row-gap: 14px;
  column-gap: 24px;
  justify-content: center;
}

.nw-lat-dt-list h3 {
  text-transform: capitalize;
  font-family: "Maven Pro";
  font-size: 22px;
  line-height: 25px;
  font-weight: 600;
  background: #fff;
  display: inline-block;
  padding: 14px 32px;
  transition: 0.3s;
}

.nw-lat-dt-list h3:hover {
  background: #151834;
  color: #fff;
}

.nw-lat-it {
  text-align: center;
  margin-bottom: 80px;
}

.nw-lat-it p {
  font-size: 18px;
}

.newdt-cl2 h4 {
  font-size: 18px;
  font-family: "Fira Sans", sans-serif;
  font-weight: 500;
  color: #151834;
  margin-bottom: 18px;
  line-height: 30px;
}

.newdt-cl2 h3 {
  text-transform: uppercase;
  font-weight: 600;
  font-family: "Fira Sans";
  color: #1111;
}

/* news end  page  */

/* contact page start  */

.form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
}

.contact-form-section .field {
  margin-bottom: 18px;
}

.contact-form-section .field label {
  display: block;
  font-size: 14px;
  margin-bottom: 6px;
  color: #333;
}

.contact-form-section .field span {
  color: red;
}

.contact-form-section .field input,
.contact-form-section .field select,
.contact-form-section .field textarea {
  width: 100%;
  border: 1px solid #cfcfcf;
  padding: 8px 10px;
  font-size: 14px;
  background: #fff;
}

.contact-form-section .field textarea {
  height: 120px;
  resize: none;
}

/* address */
.address-group h4 {
  font-size: 14px;
  margin: 10px 0;
  font-weight: normal;
}

.field-inline {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  gap: 10px;
}

.field-inline label {
  width: 60px;
  margin: 0;
}

.field-row {
  display: flex;
  gap: 15px;
}

.contact-form-section .state {
  flex: 1;
}

.contact-form-section .zip {
  width: 120px;
}

/* submit */
.contact-form-section .submit-btn {
  margin-top: 15px;
  background: #5ea000;
  color: #fff;
  border: none;
  padding: 10px 30px;
  font-weight: bold;
  letter-spacing: 1px;
  cursor: pointer;
}

.contact-form-section .submit-btn:hover {
  background: #4a8300;
}

/* recaptcha */
.contact-form-section .recaptcha-box {
  margin-top: 25px;
  border: 1px solid #ccc;
  background: #fff;
  padding: 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.contact-form-section .recaptcha-left {
  display: flex;
  align-items: center;
  gap: 10px;
}

.contact-form-section .checkbox {
  width: 22px;
  height: 22px;
  border: 2px solid #666;
}

.contact-form-section .recaptcha-right {
  font-size: 12px;
  color: #777;
}

.note-red {
  background: #e4e4e4;
  color: #000;
  padding: 30px;
  margin-top: 32px;
  font-family: "Fira Sans", sans-serif;
  font-size: 18px;
  line-height: 33px;
  font-weight: 400;
}

.address-border {
  width: 100%;
  border-top: 1px solid #d7d7d7;
  margin-top: 48px;
}

.address-border .office-address {
  border-top: 1px solid #d7d7d7;
  margin-top: 2px;
  padding-top: 30px;
  margin-bottom: 20px;
}

p.office-title {
  font-weight: 600;
  text-transform: uppercase;
  font-family: "Fira Sans";
  display: inline-block;
}

img.office-img {
  padding: 10px;
  border: 1px solid #d7d7d7;
  width: 100%;
  height: 320px;
}

.conleftcol {
  position: relative;
  padding-left: 40px;
}

.cnt-right-sidebar {
  padding: 40px 20px;
  background: #e1e8eb;
}

.bb-logo {
  display: inline-block;
  margin: 30px 0px 40px;
}

.bb-logo img {
  width: 80%;
  margin: 0 auto;
}

.cnt-right {
  position: relative;
  padding-bottom: 20px;
}

.cnt-right:before {
  position: absolute;
  content: "";
  width: 30%;
  height: 3px;
  right: 0;
  left: 0;
  margin: 0 auto;
  display: table;
  background: #4444;
  bottom: 0;
  border-radius: 45px;
}

.barbara-image span {
  display: block;
  line-height: 20px;
  font-size: 14px;
}

img.barbaramorals-img {
}

.cnt-bhhlog {
  margin: 40px 0px 40px;
}

.cnt-bhhlog img {
  width: 100%;
}

.cnt-right-sidebar ul.foot-logo-right-sm img {
  filter: brightness(0);
}

/* contact page end  */

/* News Updated start  */

section.newsP-page .heading:before {
  left: 140px;
  right: unset;
}

section.newsP-page .heading {
  position: relative;
  left: -70px;
}

.cat-crd {
  position: relative;
  padding: 10px;
  background: #fff;
  transition: 0.3s;
  display: flex;
  align-items: center;
  gap: 18px;
  border-radius: 13px;
}

.cat-crd-img {
  flex-shrink: 0;
  width: 44%;
}

.cat-content {
  flex-grow: 1;
}

.cat-content h3 a {
  color: #01367d;
  font-family: "Fira Sans";
}

.cat-content h3 {
  margin: 0;
}

.cat-content .bt {
  width: 100%;
  text-align: center;
}

.cat-content .bt a.pbtn {
  border-radius: 45px;
  width: 100%;
  font-size: 13px;
  padding: 10px;
}

.cat-content p {
  font-size: 15px;
  line-height: 24px;
  font-family: "Lato";
  margin-bottom: 10px;
}

img.cat-drd-img {
  width: 100%;
  object-fit: cover;
  height: 210px;
}

.new-heading {
  margin-bottom: 50px;
}

.new-heading ul {
  margin: 0px auto;
  width: 65%;
  display: flex;
  flex-wrap: wrap;
  column-gap: 14px;
  row-gap: 10px;
  justify-content: center;
}

.new-heading ul a {
  display: inline-block;
  padding: 10px 34px;
  background: #fff;
  color: #035273;
  font-weight: 600;
  border: 1px solid #03527333;
  transition: 0.3s;
}

.new-heading ul a:hover {
  background: #035273;
  color: #fff;
}

.new-heading h3 {
  font-size: 24px;
  line-height: 30px;
  font-family: "Lato";
  font-weight: 600;
  margin: 8px 0px 18px;
}

img.news-item-img {
  height: 310px;
  width: 100%;
  object-fit: cover;
  transition: 0.3s;
  border-radius: 18px;
}

.news-items {
  position: relative;
  padding: 10px;
  background: #fff;
  transition: 0.3s;
  border-radius: 18px;
  margin: 20px 0;
}

.news-content {
  padding: 0 14px;
}

.news-content h2 {
  font-family: "Lato";
  font-size: 25px;
  line-height: 30px;
  font-weight: 600;
  padding-bottom: 5px;
}

.news-content span.news-dtaet {
  display: inline-block;
  padding: 3px 12px;
  background: #e0dddd;
  color: #000;
  font-weight: 600;
  border-radius: 60px;
  margin: 4px 0px 14px;
}

.post-desc {
  margin-bottom: 28px;
}

.share-icons {
  margin: 0px;
}

.share-icons li span {
  font-weight: 600;
  text-transform: uppercase;
  font-family: "Maven Pro";
}

.share-icons li i {
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 45px;
  background: #035273;
  color: #fff;
  transition: 0.2s;
}

.share-icons li i:hover {
  background: #5ea407;
}

.post-desc ~ .bt {
  margin-bottom: 12px;
}

.post-desc ~ .bt a {
  padding: 8px 50px;
  border-radius: 45px;
  font-size: 13px;
}

.news-pagination {
  background: #ffffff;
  padding: 15px;
  border-radius: 115px;
}

.news-pagination .pagination .page-link {
  color: #333;
  border-radius: 3px;
  margin: 0 3px;
}

.news-pagination .pagination .active .page-link {
  background: #035273;
  border-color: #035273;
  color: #fff;
}

.news-pagination .pagination .page-link:hover {
  background: #035273;
  border-color: #035273;
  color: #fff;
}

/* News Updated end   */

/* why we live page start  */

.why-we-title h2 {
  font-weight: 500;
}

img.blog-cat-why {
  height: 290px;
  width: 100%;
  object-fit: cover;
  border-radius: 18px;
}

.why-wh-liv-intro {
  padding: 14px;
  background: #fff;
  margin: 0px auto 0px;
  border-radius: 18px;
  width: 98%;
}

.why-we-title {
  padding-left: 30px;
}

/* why we live page end  */

/* news detail page start  */

.grecory-list {
  display: flex;
  flex-wrap: wrap;
  gap: 12px; /* spacing between boxes */
  padding: 10px 0;
}

.grecory-list span {
  display: inline-block;
  background: linear-gradient(135deg, #17375f, #5ea407); /* theme gradient */
  color: #fff;
  font-weight: 600;
  padding: 8px 14px;
  border-radius: 12px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  transition:
    transform 0.2s,
    box-shadow 0.2s;
  cursor: default;
  font-size: 14px;
}

.grecory-list span:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
}

.newsDt {
  margin-bottom: 24px;
}

img.news-item-dt-img {
  width: 100%;
  object-fit: cover;
  height: 800px;
  padding: 20px;
  border-radius: 18px;
  background: #fff;
  margin-bottom: 24px;
}

.ns-dt-content.news-content {
  padding: 24px;
  background: #fff;
  border-radius: 18px;
}

.ns-dt-content.news-content p {
  margin-bottom: 8px;
  font-weight: 600;
}

.ns-dt-content.news-content h3 {
  margin: 32px 0 14px;
  text-transform: uppercase;
  font-weight: 700;
}

.ns-dt-content.news-content h4 {
  margin-bottom: 14px;
  font-family: "AvenirLTStd";
  padding: 10px 20px;
  background: #eee;
  display: inline-block;
  margin-right: 20px;
}
/* news detail page end  */

.contact-card {
  background: #fff;
  padding: 40px;
  border-radius: 8px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  border-top: 4px solid #17375f;
}

/* left */
.agent-img {
  border-radius: 8px;
  border: 6px solid #f2f2f2;
  margin-bottom: 15px;
}

.agent-box h5 {
  font-size: 14px;
  font-weight: 700;
  color: #17375f;
  margin: 10px 0 0;
  line-height: 14px;
}

.agent-box p {
  font-size: 13px;
  color: #777;
}

/* center */
.contact-content h2 {
  font-size: 32px;
  font-weight: 500;
  color: #17375f;
  margin: 14px 0 10px;
}

.contact-content h2 span {
  color: #5ea407;
}

.contact-content h6 {
  font-weight: 700;
  margin-bottom: 15px;
}

.contact-content ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.contact-content ul li {
  font-size: 13px;
  color: #333;
  margin-bottom: 6px;
  font-weight: 600;
}

.contact-badge {
  background: #17375f;
  color: #fff;
  padding: 6px 38px;
  font-size: 12px;
  font-weight: 700;
  border-radius: 43px;
  display: inline-block;
}

img.nslog-main {
  box-shadow: 0px 0px 4px 0px #4444444d;
  border-radius: 8px;
  padding: 10px 0;
}

img.nsdt-img {
  display: inline-block;
  margin: 10px 10px 0;
}

/* Retirement page start  */

.retirement {
  background: linear-gradient(180deg, #2b8bd6 0%, #ffffff 100%);
}

.retirement .retirement-img img {
  width: 100%;
  border-radius: 20px;
  object-fit: cover;
  height: 630px;
  object-position: left;
}

.retirement .retirement-content h2 {
  color: #fff;
  margin-bottom: 10px;
  font-family: "Maven Pro";
}

.retirement .retirement-content h2 span {
  color: #00c853;
  font-style: italic;
}

.retirement .retirement-content h4 {
  font-size: 20px;
  color: #ffffff;
  margin-bottom: 15px;
  font-family: "Maven Pro";
  text-transform: uppercase;
}

.retirement .retirement-content p {
  color: #fff;
  margin-bottom: 10px;
}

.retirement .retirement-content a {
  color: #0b4aa6;
  text-decoration: underline;
}

.retirement .retirement-cards {
  margin-top: 25px;
}

.retirement .retirement-card {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 15px;
  cursor: pointer;
}

.retirement .retirement-card img {
  width: 100%;
  height: 190px;
  object-fit: cover;
  transition: 0.4s;
}

.retirement .retirement-card span {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 8px 10px;
  font-size: 14px;
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
}

.retirement .retirement-card:hover img {
  transform: scale(1.08);
}

/* sec 2  */

.retire-com {
  background: #2f5fb3;
  padding: 60px 0 60px;
  color: #fff;
}

.retire-com .retire-top {
  max-width: 900px;
  margin: 0 auto 50px;
}

.retire-com .retire-top h2 {
  font-size: 34px;
  font-weight: 600;
  margin-bottom: 15px;
  position: relative;
}

.retire-com .retire-top h2::after {
  content: "";
  width: 80px;
  height: 3px;
  background: #fff;
  display: block;
  margin: 10px auto 0;
  border-radius: 10px;
}

.retire-com .retire-top .lead {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.7;
}

.retire-com .retire-top p {
  color: #e6ecff;
}

.retire-com .retire-top a {
  color: #00e0ff;
  font-weight: 600;
  text-decoration: underline;
}

.retire-com .retire-list {
  background: #d9e2f1;
  padding: 50px 40px;
  border-radius: 10px;
  color: #123a6b;
}

.retire-com .retire-list h4 {
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 1px;
  margin-bottom: 30px;
}

.retire-com .retire-item {
  display: block;
  border: 1px solid #2f5fb3;
  padding: 12px 15px;
  margin-bottom: 18px;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  color: #123a6b;
  border-radius: 4px;
  background: #eef3fb;
  transition: all 0.3s ease;
}

.retire-com .retire-item:hover {
  background: #2f5fb3;
  color: #fff;
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
}

/* sec 2  */

/* sec 3 */

.retire-testi .testi-box {
  margin-bottom: 60px;
}

.retire-testi .testi-box h3 {
  font-size: 28px;
  font-weight: 600;
  color: #0b3d6d;
  margin-bottom: 20px;
}

.retire-testi .testi-box h3 span {
  color: #1e73be;
  border-bottom: 2px solid #1e73be;
}

.retire-testi .testi-text {
  font-size: 18px;
  color: #444;
  font-style: italic;
  max-width: 780px;
  margin: 0 auto 15px;
  line-height: 1.8;
  position: relative;
}

.retire-testi .testi-text::before {
  content: "“";
  font-size: 50px;
  color: #1e73be;
  position: absolute;
  left: -20px;
  top: -10px;
  opacity: 0.2;
}

.retire-testi .testi-box h5 {
  font-size: 18px;
  color: #666;
  margin-bottom: 20px;
}

.retire-testi .testi-btn {
  display: inline-block;
  padding: 10px 34px;
  border: 1px solid #ccc;
  border-radius: 30px;
  font-size: 13px;
  color: #0b3d6d;
  text-transform: uppercase;
  transition: 0.3s;
  font-weight: 600;
}

.retire-testi .testi-btn:hover {
  background: #2f5fb3;
  color: #fff;
  border-color: #2f5fb3;
}

.retire-testi .about-box {
  background: #fff;
  padding: 35px;
  border-radius: 10px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

.retire-testi .about-box h4 {
  font-size: 28px;
  font-weight: 600;
  color: #0b3d6d;
  margin-bottom: 15px;
}

.retire-testi .about-img img {
  width: 100%;
  border-radius: 10px;
}

.retire-testi a.pbtn {
  border-radius: 55px;
  min-width: 250px;
  text-align: center;
}

/* sec 3 */
/* Retirement page end  */

/* Texes Addvantages start  */

.delaware-tax-section {
  background: #f4f7fb;
  padding: 50px 0;
}

.delaware-tax-section .dt-layout {
  display: flex;
  align-items: flex-start;
  gap: 30px;
}

.delaware-tax-section .dt-main {
  flex: 2;
  background: #fff;
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
}

.delaware-tax-section .dt-heading {
  margin-top: 25px;
  font-size: 20px;
  color: #151834;
}

.delaware-tax-section p {
  color: #555;
  line-height: 1.7;
}

.delaware-tax-section .dt-examples {
  background: #e9f6f8;
  padding: 20px;
  border-radius: 10px;
  margin-top: 25px;
}

.delaware-tax-section .dt-card {
  background: #fff;
  padding: 15px;
  margin-top: 10px;
  border-radius: 8px;
  border-left: 4px solid #2fa4b7;
}

.delaware-tax-section .dt-link a {
  text-decoration: none;
  font-weight: bold;
  color: #151834;
}

.delaware-tax-section .dt-sidebar {
  flex: 1;
}

.delaware-tax-section .dt-side-card {
  background: #fff;
  padding: 20px;
  border-radius: 12px;
  margin-bottom: 20px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
}

.delaware-tax-section .dt-side-card h3,
.delaware-tax-section .dt-side-card h4 {
  font-size: 20px;
  color: #151834;
  text-align: center;
  margin: 0px 0 14px;
  font-weight: bold;
  font-family: "Fira Sans";
  text-transform: uppercase;
}

.delaware-tax-section input {
  width: 100%;
  padding: 10px;
  border-radius: 8px;
  border: 1px solid #ddd;
}

.delaware-tax-section ul {
  list-style: none;
  padding: 0;
}

.delaware-tax-section li {
  font-size: 13px;
  color: #2a6d7c;
  padding: 3px 0;
  border-bottom: 1px solid #ddd2c2;
  cursor: pointer;
}

.delaware-tax-section li:hover {
  color: #2fa4b7;
}

.delaware-tax-section .dt-cta button {
  width: 100%;
  padding: 14px;
  background: #2fa4b7;
  color: #fff;
  border: none;
  border-radius: 8px;
  font-weight: bold;
  cursor: pointer;
}

.delaware-tax-section .dt-cta button:hover {
  background: #238a9a;
}

.delaware-tax-section p strong {
  color: #000;
  font-weight: 800;
}

.delaware-tax-section p.dt-link {
  padding-top: 13px;
  border-top: 1px dashed #00000059;
  margin: 24px 0 0;
}

/* ========== */

/* SIDEBAR BACKGROUND COLUMN */
.delaware-tax-section .dt-sidebar {
  background: #0e5f812b;
  padding: 20px;
  border-radius: 16px;
}

/* QUICK SEARCH BOX */
.delaware-tax-section .dt-quick-search {
  text-align: center;
  margin-bottom: 25px;
  background: #fff;
  padding: 20px;
  border-radius: 12px;
  margin-bottom: 20px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
}

.delaware-tax-section .dt-quick-search h3 {
  font-size: 20px;
  color: #151834;
  text-align: center;
  margin: 0px 0 14px;
  font-weight: bold;
  font-family: "Fira Sans";
}

.delaware-tax-section .dt-quick-search label {
  display: block;
  font-size: 14px;
  color: #0e5f81;
  margin-bottom: 5px;
  letter-spacing: 0px;
  font-weight: 600;
  font-family: "Fira Sans";
}

.delaware-tax-section .dt-quick-search select {
  width: 100%;
  padding: 13px 18px;
  border: 1px solid #cfc6b8;
  background: #fff;
  border-radius: 3px;
  font-size: 14px;
  appearance: auto;
  border-radius: 55px;
  cursor: pointer;
}

/* POPULAR SEARCHES BOX */
.delaware-tax-section .dt-popular-searches {
  background: #fff;
  padding: 25px;
  border-radius: 14px;
  margin-bottom: 20px;
}

.delaware-tax-section .dt-popular-searches h4 {
  font-size: 20px;
  color: #151834;
  text-align: center;
  margin: 0px 0 14px;
  font-weight: bold;
  font-family: "Fira Sans";
}

/* LIST STYLE */
.delaware-tax-section .dt-popular-searches ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.delaware-tax-section .dt-popular-searches li {
  font-size: 13px;
  color: #2a6d7c;
  padding: 3px 0;
  border-bottom: 1px solid #ddd2c2;
  cursor: pointer;
}

.delaware-tax-section .dt-popular-searches li:hover {
  text-decoration: underline;
}

/* LINK BUTTON */
.delaware-tax-section .dt-link-btn {
  display: block;
  text-align: center;
  font-size: 13px;
  color: #2a6d7c;
  margin: 3px 0 0px;
  font-weight: bold;
  text-decoration: underline;
  font-family: "Fira Sans";
  text-transform: uppercase;
  line-height: 14px;
}

.delaware-tax-section .dt-popular-searches a.dt-link-btn {
  margin-top: 18px;
}

/* Texes Addvantages end  */

/* Buying and selling pages  */
.delaware-tax-section .dt-quote-box {
  position: relative;
  background: linear-gradient(135deg, #f8fbfd, #eef6f8);
  padding: 40px 20px 16px;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  border-left: 5px solid #2fa4b7;
  margin: 20px 0px;
  border-bottom: 5px solid #2fa4b7;
}

/* BIG QUOTE MARK */
.delaware-tax-section .dt-quote-icon {
  position: absolute;
  left: 20px;
  font-size: 80px;
  color: #2fa4b7;
  font-family: serif;
  top: 23px;
}

/* TEXT */
.delaware-tax-section .dt-quote-text {
  font-size: 16px;
  line-height: 1.8;
  color: #444;
}

/* AUTHOR */
.delaware-tax-section .dt-quote-author {
  margin-top: 20px;
  border-top: 1px solid #ddd;
  padding-top: 15px;
}

.delaware-tax-section .dt-quote-author span {
  display: block;
  font-weight: bold;
  font-size: 16px;
  color: #2fa4b7;
}

.delaware-tax-section .dt-quote-author small {
  color: #777;
  font-size: 13px;
}

/* Buying and selling pages  */

/* SECTION */
.buyser-reviews {
  background: #f4f7fb;
  padding: 60px 0;
  font-family: "Segoe UI", sans-serif;
}

/* CONTAINER */
.buyser-reviews .br-container {
  max-width: 1200px;
  margin: auto;
  padding: 0 20px;
}

/* HEADING */
.buyser-reviews .br-heading {
  text-align: center;
  font-size: 28px;
  letter-spacing: 2px;
  margin-bottom: 20px;
}

/* GRID */
.buyser-reviews .br-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 25px;
}

/* CARD */
.buyser-reviews .br-card {
  position: relative;
  background: #fff;
  padding: 25px;
  border-radius: 12px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
  border-top: 4px solid #2fa4b7;
  transition: all 0.3s ease;
}

.buyser-reviews .br-card:hover {
  transform: translateY(-6px);
}

/* QUOTE ICON */
.buyser-reviews .br-quote {
  position: absolute;
  top: -10px;
  left: 15px;
  font-size: 60px;
  color: #2fa4b7;
  opacity: 0.15;
  font-family: serif;
}

/* AUTHOR */
.buyser-reviews .br-author {
  margin-top: 15px;
  font-weight: bold;
  color: #2fa4b7;
  font-size: 14px;
}

/* ========================== */

.lender-partners .lp-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 25px;
}

.lender-partners .lp-card {
  background: #fff;
  padding: 25px;
  border-radius: 12px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
  border-top: 4px solid #2fa4b7;
  transition: 0.3s ease;
}

.lender-partners .lp-card:hover {
  transform: translateY(-6px);
}

.lender-partners .lp-card.highlight {
  border-top: 4px solid #6aa84f;
}

.lender-partners .lp-card h3 {
  font-size: 20px;
  color: #151834;
  text-align: center;
  margin: 0px 0 14px;
  font-weight: bold;
  font-family: "Fira Sans";
}

.lender-partners .lp-company {
  margin: 0px;
}

.lender-partners .lp-contact p {
  margin: 0px;
}

.lender-partners .lp-address {
  font-size: 12px;
  color: #666;
}

/* ================== */

/* ONLY affects mortgage calculator */
.mortage-cal {
  max-width: 100%;
  padding: 30px;
  border-radius: 18px;
  background: #0f172a;
  color: white;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
  font-family: "Maven Pro";
  margin-top: 24px;
}

.mortage-cal .mc-title {
  text-align: center;
  margin-bottom: 20px;
  font-size: 24px;
  color: #38bdf8;
}

.mortage-cal .mc-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
}

.mortage-cal .mc-field {
  display: flex;
  flex-direction: column;
  background: #111c33;
  padding: 12px;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.05);
}

.mortage-cal .mc-field label {
  font-size: 16px;
  color: #94a3b8;
  margin-bottom: 6px;
  text-transform: uppercase;
}

.mortage-cal .mc-field input {
  background: transparent;
  border: none;
  outline: none;
  color: white;
  font-size: 15px;
  padding: 6px 0;
}

.mortage-cal .mc-btn {
  grid-column: span 2;
  padding: 14px;
  border: none;
  border-radius: 12px;
  background: linear-gradient(90deg, #06b6d4, #3b82f6);
  color: white;
  font-weight: 600;
  cursor: pointer;
  transition: 0.3s;
}

.mortage-cal .mc-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 25px rgba(59, 130, 246, 0.4);
}

.mortage-cal .mc-results {
  margin-top: 20px;
  display: grid;
  gap: 10px;
}

.mortage-cal .mc-box {
  display: flex;
  justify-content: space-between;
  padding: 14px;
  background: #111c33;
  border-radius: 12px;
}

.mortage-cal .mc-total {
  background: linear-gradient(90deg, #22c55e, #16a34a);
  font-weight: bold;
}

/* Chrome, Safari, Edge, Opera */
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type="number"] {
  -moz-appearance: textfield;
}

.mortage-cal .mc-field input::placeholder {
  color: #ffffff91;
  text-transform: uppercase;
  font-size: 12px;
  font-family: "Fira Sans";
}

.mortage-cal .mc-field.full {
  grid-column: 1 / -1;
}

/* ===================================================== */
/* SEARCH LISTING STARTED  */
/* ===================================================== */

/* ===== SEARCH WRAPPER ===== */

.general-listing {
  padding: 25px 0;
}

.general-listing .search-bar {
  display: flex;
  align-items: center;
  gap: 10px;
  background: #fff;
  padding: 12px;
  border-radius: 12px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
}

.general-listing .search-input {
  flex: 1;
  padding: 12px 14px;
  border: 1px solid #ddd;
  border-radius: 8px;
  outline: none;
}

.general-listing .search-input:focus {
  border-color: #e53935;
}

.general-listing .dropdown {
  position: relative;
}

.general-listing .drop-btn {
  padding: 12px 14px;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 8px;
  cursor: pointer;
  min-width: 180px;
  transition: 0.2s;
  flex-shrink: 0;
}

.general-listing .drop-btn:hover {
  border-color: #5ea407;
}

.general-listing .dropdown-content {
  display: none;
  position: absolute;
  top: 50px;
  left: 0;
  background: #fff;
  min-width: 320px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  padding: 12px;
  z-index: 999;
}

.general-listing .dropdown:hover .dropdown-content {
  display: block;
}

.general-listing .dropdown-content label {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 4px 8px;
  cursor: pointer;
  font-size: 14px;
  display: inline-block;
}

.general-listing .dropdown-content label:hover {
  background: #f5f5f5;
  border-radius: 6px;
}

.general-listing .results {
  margin-top: 20px;
  font-size: 15px;
  color: #333;
  font-weight: 600;
}

.general-listing .range-row {
  display: flex;
  gap: 8px;
  margin-bottom: 10px;
}

.general-listing .range-row select {
  width: 100%;
  padding: 8px;
  border: 1px solid #ddd;
  border-radius: 6px;
}

.general-listing .drop-btn {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.general-listing .drop-btn i {
  font-size: 12px;
  opacity: 0.7;
}

.listing-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 24px 0;
  padding-left: 5px;
}

.listing-header h2 {
  font-size: 18px;
  font-weight: 600;
  margin: 0;
}

.favorite-btn:hover {
  background: #035273;
}

.favorite-btn:hover i {
  color: #fff;
}

.general-listing .right {
  display: flex;
  align-items: center;
  gap: 16px;
}

/* Map button */
.general-listing .map-btn {
  background-color: #fff;
  color: #4caf50;
  border: 1px solid #4caf50;
  padding: 6px 14px;
  font-size: 14px;
  border-radius: 4px;
}

.map-btn i {
  margin-right: 6px;
}

.map-btn:hover {
  background-color: #4caf50;
  color: #fff;
}

/* Sort section */
.sort-wrapper {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 14px;
  font-weight: 700;
}

.sort-icon {
  color: #888;
}

/* Custom select */
.select-box {
  position: relative;
}

.select-box select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding: 6px 28px 6px 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
  background-color: #fff;
  font-size: 14px;
  cursor: pointer;
}

/* Dropdown arrow icon */
.dropdown-icon {
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  font-size: 12px;
  color: #888;
}

/* CARD */
.home-lst_card {
  border-radius: 14px;
  overflow: hidden;
  background: #fff;
  transition: 0.3s;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.06);
}

.home_lis t_card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

/* IMAGE */
.card-img-wrapper {
  position: relative;
}

.card-img-wrapper img {
  width: 100%;
  height: 240px;
  object-fit: cover;
  transition: 0.4s;
}

.home-lst_card:hover img {
  transform: scale(1.03);
}

/* BADGES */
.top-badges {
  position: absolute;
  top: 12px;
  left: 12px;
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.top-badges .badge {
  font-size: 11px;
  padding: 6px 10px;
  border-radius: 20px;
}

.badge.type {
  background: #6cbe00;
  color: #fff;
}

.badge.mls {
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
}

/* FAVORITE */
.favorite-btn {
  position: absolute;
  top: 12px;
  right: 12px;
  background: #fff;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: 0.3s;
}

.favorite-btn i {
  color: #999;
}

/* PRICE */
.price-badge {
  position: absolute;
  bottom: 12px;
  left: 12px;
  background: #0972a7;
  color: #fff;
  padding: 8px 14px;
  border-radius: 25px;
  font-weight: 600;
}

/* BODY */
.card-body {
  padding: 12px;
}

.address {
  font-weight: 700;
}

.location {
  font-size: 14px;
  color: #777;
  margin-bottom: 10px;
}

.desc {
  font-size: 14px;
  color: #555;
  line-height: 22px;
}

/* INFO */
.info-row {
  display: flex;
  gap: 15px;
  margin: 12px 0;
  font-size: 14px;
  color: #444;
}

/* BUTTONS */
.btn-group-custom {
  display: flex;
  gap: 8px;
}

.btn-main {
  flex: 1;
  background: #6cbe00;
  color: #fff;
  border-radius: 8px;
}

.btn-main:hover {
  background: #5aa800;
  color: #fff;
}

.btn-outline-main {
  border: 1px solid #0972a7;
  color: #0972a7;
  border-radius: 8px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.btn-outline-main:hover {
  background: #0972a7;
  color: #fff;
}

.listbn-1 {
  flex-grow: 1;
  width: 100%;
}

.listbn-1 a {
  width: 100%;
}

.listbn-2 {
  flex-shrink: 0;
}

.listbn-2 ~ a {
  display: none;
}

.home-listings {
  margin-bottom: 30px;
}

.btn-row-2 {
  display: flex;
  gap: 8px;
}

.btn-row-2 > div {
  flex: 1;
}

.btn-row-2 a {
  width: 100%;
}

.home-lst_card ul.prop_list li {
  gap: 6px;
  background: #00000012;
  padding: 5px 14px;
  border-radius: 5px;
}

.home-lst_card ul.prop_list li img {
  width: 15px;
}

.home-lst_card ul.prop_list li span {
  font-size: 13px;
  font-weight: 600;
}

.home-lst_card ul.prop_list {
  margin-bottom: 20px;
}

/* ===================== */

.top-communitee {
  position: sticky;
  top: 0;
  background: #f3f3f3;
  z-index: 2;
  padding-bottom: 10px;
}

.top-communitee .row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.contries-latters-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.contries-latters-wrap span {
  width: 28px;
  height: 28px;
  border: 1px solid #2a6ea6;
  color: #2a6ea6;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  cursor: pointer;
  border-radius: 5px;
}

.contries-latters-wrap span.active,
.contries-latters-wrap span:hover {
  background: #2a6ea6;
  color: #fff;
}

.top-strip {
  background: #ddd;
  text-align: center;
  padding: 8px;
  margin: 15px 0;
  font-weight: bold;
}

.latter-header {
  background: #2a6ea629;
  text-align: center;
  padding: 10px;
  font-weight: bold;
  margin: 30px 0;
  scroll-margin-top: 80px;
  border-radius: 12px;
}

.latter-body {
  display: flex;
  margin-bottom: 20px;
  gap: 40px;
  background: #fff;
  padding: 20px 30px;
  border-radius: 14px;
}

.bottom-communitee .column {
  width: 33.33%;
}

.bottom-communitee .column div {
  padding: 6px 0;
  border-bottom: 1px dotted #adadad;
  font-size: 14px;
}

.bottom-communitee .column div:hover {
  color: #2a6ea6;
  cursor: pointer;
}

.top-communitee ol.breadcrumb {
  margin: 0px;
}
.bottom-communitee .column div:last-child {
  border-bottom: none !important;
}

/* --------------------------------------------------------------------------- Mega Menu -------------------------- */

/* MEGA MENU */

.mega-parent {
  position: static !important;
}

.mega-menu {
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  background: #7c77b6;
  padding: 30px;
  display: none;
  z-index: 999;
}

.mega-parent:hover .mega-menu {
  display: block;
}

.mega-inner {
  display: flex;
  gap: 30px;
}

.mega-col {
  flex: 1;
  border: 1px solid #2cc3ff63;
  padding: 30px 20px 20px;
  position: relative;
}

.mega-col h4 {
  color: #ffe600;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  background: #0e5f81;
  position: absolute;
  top: -12px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 52%;
}

ul li .mega-col ul {
  margin: 0;
  padding: 0;
  display: block;
}

.mega-col ul li {
  display: block;
}

.mega-col ul li a {
  color: #fff;
  font-size: 13px;
  padding: 4px 10px;
  display: block;
  text-transform: uppercase;
}

.mega-grid {
  max-width: 1100px;
  margin: auto;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 25px;
}

/* bottom bar */

.mega-right {
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.mega-bottom {
  max-width: 726px;
  margin: 25px 0 0px 70px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 25px;
  border: 1px solid #2cc3ff63;
}

.mega-bottom a {
  flex: 1;
  padding: 12px;
  text-align: center;
  color: #ffe600;
  font-size: 13px;
  font-weight: 700;
  background: transparent;
}

.mega-bottom a:hover {
  background: #6d69a6;
}

ul li .mega-col ul li a:before {
  display: none !important;
}

.vw_more {
  text-align: center;
  display: inline-block;
}

.vw_more a:before {
  display: none !important;
}

.menuSec ul li .vw_more {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 14px;
}

.vw_more a:before {
  display: none !important;
}

.menuSec ul li .vw_more a {
  padding: 0;
  margin: 0;
  background: none;
  font-size: 12px;
  color: #9ff1f8;
  font-family: "Maven Pro", sans-serif;
  font-weight: 900;
  text-transform: uppercase;
  text-decoration: underline;
  line-height: 18px;
}

.menuSec ul li .vw_more a:hover {
  color: #6cbe00;
}

.menuSec ul li .mega-bottom a:before {
  display: none !important;
}

.menuSec ul ul {
  display: none;
}

/* --------------------------------------------------------------------------- Mega Menu -------------------------- */

/* detail page start  */

img.list-dt-min-img {
  height: 480px;
  width: 100%;
  object-fit: cover;
}

.lst-images {
  position: relative;
}

.mainSlider .slick-slide {
  opacity: 1;
  margin: 0px 10px;
}

img.list-dt-sm-img {
  height: 120px;
  width: 100%;
  object-fit: cover;
  transition: 0.3s;
}

img.list-dt-sm-img:hover {
  filter: brightness(0.7);
}

.slist-txt-right span.badge {
  width: 180px;
  font-size: 13px;
  padding: 11px 0px;
}

.top-badges.list-det-badges {
  position: relative;
  flex-direction: row;
  top: 0;
  left: unset;
  margin: 10px 0px 20px;
  border-bottom: 1px solid #9999995c;
  padding-bottom: 24px;
}

.desp-list-dt {
  margin-bottom: 22px;
}

a.list-det-link {
  font-weight: 600;
  text-decoration: underline;
  color: #0e5f81;
}

a.list-det-link:hover {
  color: #24890d;
}

ul#srch-listd {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

ul#srch-listd li {
  padding: 20px;
  background: #eee;
  border: 1px solid #88888840;
  border-radius: 16px;
}

.sMSlider .slick-slide {
  margin: 0px 5px;
  position: relative;
  opacity: 1;
}

.sMSlider {
  margin-top: 14px;
}

.lst-images button.slick-prev::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 58%;
  width: 10px;
  height: 10px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: translate(-50%, -50%) rotate(45deg);
  opacity: 1;
}

.lst-images button.slick-next::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0px;
  width: 10px;
  height: 10px;
  border-right: 2px solid #fff;
  border-top: 2px solid #fff;
  transform: translate(-50%, -50%) rotate(45deg);
  left: 7px;
  display: table;
  margin: 0 auto;
  opacity: 1;
}

.lst-images button.slick-arrow {
  width: 35px;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #0d5d7f;
  border-radius: 45px;
  transition: 0.3s;
}

.lst-images button.slick-arrow:hover {
  background: #6cbe00;
}

.lst-images button.slick-prev {
  left: 20px;
  z-index: 2;
}

.mainSlider button.slick-next {
  right: 20px;
  z-index: 2;
}

.reqtuest-btn {
  display: flex;
  padding: 12px 24px;
  background: #fff;
  border-radius: 45px;
  margin: 40px auto 0;
  justify-content: center;
  width: 50%;
  gap: 20px;
}

.prop-desc-wrapper {
  padding: 40px 0;
  background: #f7f9fb;
  margin-top: 24px;
}

.prop-desc-header {
  text-align: center;
  margin-bottom: 25px;
}

.prop-desc-header h3 {
  display: inline-block;
  background: #6cbe00;
  color: #fff;
  padding: 12px 25px;
  font-size: 18px;
  font-weight: 500;
  border-radius: 10px;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: "Fira Sans";
}

.prop-desc-box {
  background: #fff;
  border: 1px solid #e5e5e5;
  padding: 25px 30px;
  border-radius: 6px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.prop-desc-box p {
  font-size: 15px;
  line-height: 1.8;
  color: #555;
  margin-bottom: 15px;
}

.prop-desc-box strong {
  color: #0d5d7f;
}

.prop-desc-highlight {
  margin-top: 20px;
  font-weight: 600;
  color: #0d5d7f;
  border-left: 4px solid #6cbe00;
  padding-left: 12px;
}

.prop-desc-box:hover {
  transform: translateY(-2px);
  transition: 0.3s ease;
}
/* detail page end  */

.prop-details-wrapX {
  padding: 50px 0;
  background: #f4f7f9;
}

.prop-details-titleX {
  text-align: center;
  margin-bottom: 30px;
}

.prop-details-titleX h3 {
  background: #6cbe00;
  color: #fff;
  display: inline-block;
  padding: 10px 25px;
  font-size: 18px;
  border-radius: 4px;
}

/* CARD */
.pd-cardX {
  background: #fff;
  border: 1px solid #e4e4e4;
  border-left: 4px solid #0d5d7f;
  padding: 20px;
  margin-bottom: 20px;
  border-radius: 6px;
  transition: 0.3s;
}

.pd-cardX:hover {
  transform: translateY(-3px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}

/* HEADINGS */
.pd-cardX h4 {
  font-size: 18px;
  margin-bottom: 13px;
  color: #0d5d7f;
  font-weight: 600;
  text-transform: uppercase;
  font-family: "Fira Sans";
}

/* LIST */
.pd-cardX ul {
  margin: 0;
}

.pd-cardX ul li {
  display: flex;
  justify-content: space-between;
  padding: 8px 0 8px 13px;
  font-size: 16px;
  border-bottom: 1px dashed #ddd;
  position: relative;
}

.pd-cardX ul li span {
  color: #0d5d7f;
  font-weight: 600;
  font-size: 18px;
}

/* GRID LIST */
.pd-gridX {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px 15px;
}

.pd-gridX li {
  border: none;
  padding: 0;
  position: relative;
  padding-left: 15px;
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .pd-gridX {
    grid-template-columns: 1fr;
  }
}

.pd-cardX ul li:before {
  position: absolute;
  content: "";
  width: 4px;
  height: 4px;
  background: #0d5d7f;
  left: 0;
  top: 20px;
}

.pd-cardX ul li:last-child {
  border: 0px;
}

.pd-cardX ul li:last-child {
  border: 0px;
}

.pd-cardX ul li:last-child {
  border: 0px;
}

.featured-listing {
  background: #f7f9fb;
  font-family: "Segoe UI", sans-serif;
}

/* HEADER */
.fl-header {
  margin-bottom: 25px;
}

.fl-breadcrumb {
  font-size: 14px;
  color: #666;
  background: #0000001a;
  padding: 4px 20px;
}

.fl-filters {
  display: flex;
  align-items: center;
  gap: 10px;
}

.fl-btn {
  border: 1px solid #0d5d7f;
  background: transparent;
  color: #0d5d7f;
  padding: 6px 14px;
  font-size: 13px;
  transition: 0.3s;
  font-weight: 700;
}

.fl-btn:hover,
.fl-btn.active {
  background: #0d5d7f;
  color: #fff;
}

/* CARD */
.fl-card {
  background: #fff;
  border: 1px solid #ddd;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  overflow: hidden;
  margin: 32px 0px;
}

/* IMAGE */
.fl-img-wrap {
  position: relative;
  padding: 0;
  overflow: hidden;
}

.fl-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.4s;
}

.fl-img-wrap:hover img {
  transform: scale(1.05);
}

.fl-view-btn {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #6cbe00;
  color: #fff;
  text-align: center;
  padding: 12px;
  text-decoration: none;
  font-weight: bold;
  transition: 0.3s;
}

.fl-view-btn:hover {
  background: #579e00;
}

/* CONTENT */
.fl-content {
  padding: 25px;
}

.fl-title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 5px;
}

.fl-location {
  color: #888;
  font-size: 13px;
}

.fl-price {
  color: #0d5d7f;
  margin: 15px 0 5px;
  font-weight: bold;
}

.fl-type {
  color: #6cbe00;
  font-size: 13px;
  font-weight: 600;
}

.fl-desc {
  margin: 15px 0;
  color: #555;
  line-height: 1.6;
}

/* BUTTON */
.fl-read {
  border: 1px solid #ccc;
  background: #f3f3f3;
  padding: 8px 18px;
  margin-bottom: 15px;
  transition: 0.3s;
}

.fl-read:hover {
  background: #0d5d7f;
  color: #fff;
}

/* FEATURES */
.fl-features {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin: 15px 0;
}

.fl-features div {
  background: #f1f1f1;
  padding: 8px 12px;
  font-size: 13px;
}

/* FAVORITE */
.fl-fav {
  border: 1px solid #ccc;
  background: #fff;
  padding: 10px;
  width: 100%;
  transition: 0.3s;
}

.fl-fav:hover {
  background: #6cbe00;
  color: #fff;
  border-color: #6cbe00;
}

/* ================ */

/* Parent */
.about-dropdown-parent {
  position: relative;
}

.about-dropdown {
  position: absolute;
  top: 100%;
  background: linear-gradient(135deg, #7b6ea7, #6f86b2);
  padding: 10px;
  display: none;
  border-bottom: 3px solid #00aaff;
  z-index: 999;
  min-width: 410px;
  right: -150px;
}

.about-dropdown-parent:hover .about-dropdown {
  display: block;
}

.about-inner {
  display: flex;
  gap: 12px;
}

/* Columns */
.about-col {
  width: 50%;
}

/* Links */
.menuSec ul li .about-col a {
  display: block;
  color: #fff;
  font-size: 12px;
  line-height: 20px;
  padding: 8px 0;
  text-decoration: none;
  position: relative;
}

/* Underline like image */
.menuSec ul li .about-col a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.4);
}

/* Hover */
.menuSec ul li .about-col a:hover {
  color: #fff;
  transform: translate(3px, 0px);
  transition: 0.3s;
}

/* Parent */
.custom-dropdown-parent {
  position: relative;
}

/* Dropdown Box */
.custom-dropdown {
  position: absolute;
  top: 100%;
  right: -120px; /* 🔥 prevents overflow */
  width: 500px;
  background: linear-gradient(135deg, #7b6ea7, #6f86b2);
  padding: 0px;
  border-bottom: 3px solid #00aaff;
  z-index: 999;

  /* animation */
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: all 0.3s ease;
}

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

/* Layout */
.custom-inner {
  display: flex;
  gap: 10px;
}

.custom-col {
  width: 50%;
}

/* Links */
.menuSec ul li .custom-col a {
  display: block;
  color: #fff;
  font-size: 13px;
  padding: 12px 10px;
  text-decoration: none;
  position: relative;
  border-bottom: 1px solid #ffffff52;
  line-height: 20px;
}

/* Hover */
.custom-col a:hover {
  color: #00e0ff;
  padding-left: 6px;
}

.menuSec ul li .custom-col a:before {
  display: none;
}

/* =================== */

/* MODAL WIDTH */
.custom-modal {
  border-radius: 6px;
  overflow: hidden;
}

/* HEADER */
.custom-header {
  background: #0d6e94;
  color: #fff;
  padding: 12px 20px;
}

.custom-header h5 {
  font-size: 15px;
  font-weight: 500;
  color: #fff;
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: "Maven Pro";
}

.custom-close {
  filter: invert(1);
  opacity: 1;
}

/* LEFT + RIGHT SECTIONS */
.left-sec {
  border-right: 1px solid #ddd;
  background: #fff;
}

.right-sec {
  background: #fff;
}

/* TITLES */
.title {
  font-weight: 700;
  margin-bottom: 20px;
}

/* INPUTS */
.custom-input {
  margin-bottom: 12px;
  border-radius: 0;
  height: 42px;
}

/* LOGIN BUTTON */
.btn-login {
  background: #5ca400;
  color: #fff;
  border: none;
  margin-top: 10px;
}

.btn-login:hover {
  background: #4a8700;
}

/* REGISTER BUTTON */
.btn-register {
  background: #5ca400;
  color: #fff;
  border: none;
  margin-top: 10px;
}

.btn-register:hover {
  background: #4a8700;
}

/* TEXT */
.register-text {
  font-size: 14px;
  color: #333;
  margin-bottom: 15px;
}

.help-text {
  font-size: 13px;
  background: #f5f5f5;
  padding: 12px;
  margin-top: 15px;
  text-align: center;
}

.help-text a {
  color: #0d6e94;
}

img.living-sec-imgs {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  left: 0;
  filter: brightness(0.5);
}

/* =================== */
