/*
Theme Name: Elixir
Author: WebSkitters
Description: Property Listing Site
Version: 1.0
*/
@import url("https://fonts.googleapis.com/css2?family=Belleza&family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap");

/*
font-family: 'Belleza', sans-serif;
font-family: 'Montserrat', sans-serif;
*/
/* body,
html {
    overflow-x: hidden;
} */

:root {
  --bodyfont: "Montserrat", sans-serif;
  --headingfont: "Belleza", sans-serif;
  --body-txt-color: #2f2f2f;
  --primary-color: #ff5a5f;
  --secondary-color: #130928;
  --heading-text-color: #000;
  --WhiteColor: #ffffff;
  /* --text-black2: #1B1B1B; */
}

html {
  scroll-behavior: inherit !important;
}

body {
  margin: 0;
  padding: 0;
  font-family: var(--bodyfont);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 100%;
  font-weight: 500;
  font-style: normal;
  color: var(--body-txt-color);
  font-size: 15px;
  line-height: 1.6;
  background-color: #fff;
}

b,
strong {
  font-weight: 700;
}

p {
  margin: 0 0 22px 0;
}

p:last-child {
  margin-bottom: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 25px 0;
  padding: 0;
  color: var(--heading-text-color);
  font-family: var(--headingfont);
  font-weight: 400;
  text-transform: capitalize;
}

h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child {
  margin-bottom: 0;
}

h1,
.hOne {
  font-size: 60px;
  line-height: 1;
}

h2,
.hTwo {
  font-size: 45px;
  line-height: 1;
}

h3,
.hThree {
  font-size: 31px;
  line-height: 1;
}

h4,
.hFour {
  font-size: 25px;
  line-height: 1.2;
}

h5,
.hFive {
  font-size: 22px;
}

h6,
.hSix {
  font-size: 17px;
}

a {
  margin: 0;
  padding: 0;
  text-decoration: none !important;
  outline: none !important;
  color: var(--primary-color);
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

a:hover {
  color: var(--secondary-color);
}

img {
  max-width: 100%;
}

.main-head select {
  background: transparent !important;
  color: #ffffff;
  border: 0 !important;
}

input[type="text"],
input[type="tel"],
input[type="password"],
input[type="email"],
input[type="search"],
select {
  background-color: #f7f7f7;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  color: var(--body-txt-color);
  border: 1px solid #d9d9d9;
  height: 50px;
  padding: 0 16px;
  font-size: 14px;
  outline: none !important;
  font-weight: 500;
}

textarea {
  background-color: #f7f7f7;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  border: 1px solid #d9d9d9;
  padding: 17px 15px 10px;
  width: 100%;
  color: var(--body-txt-color);
  height: 110px;
  outline: none !important;
  font-weight: 500;
}

select {
  border: 1px solid #d9d9d9;
  width: 100%;
  padding: 0 11px;
  background: url(images/down-caret.svg) no-repeat calc(100% - 37px) center
    transparent;
  background-size: 10px;
  padding-right: 45px;
  background-color: #f7f7f7;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  height: 50px;
}

select::-ms-expand {
  display: none;
}

input[type="submit"] {
  background: var(--primary-color);
  color: #fff;
  height: 60px;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  padding: 0 30px;

  cursor: pointer;
  font-family: var(--headingfont);
  font-size: 21px;
  outline: none !important;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

input[type="submit"]:hover {
  background: var(--secondary-color);
}

::-webkit-input-placeholder {
  opacity: 1;
  color: #9d9d9d;
}

:-ms-input-placeholder {
  opacity: 1;
  color: #9d9d9d;
}

::-moz-placeholder {
  opacity: 1;
  color: #9d9d9d;
}

:-moz-placeholder {
  opacity: 1;
  color: #9d9d9d;
}

/* images alignment for wordpress content pages */
.alignright {
  float: right;
  margin: 0 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 0 20px 20px 0;
}

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
  float: none;
  clear: both;
}

/* custom checkbox */

.form_input_check label {
  position: relative;
  margin: 0;
  padding-left: 30px;
  display: inline-block;
  font-size: 14px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.form_input_check label:hover {
  color: var(--primary-color);
}

.form_input_check label span {
  margin: 0;
  padding: 0;
}

.form_input_check label input[type="checkbox"] {
  visibility: hidden;
  display: none;
}

.form_input_check label input[type="checkbox"] + span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0px;
  width: 18px;
  height: 18px;
  border: 1px solid #473966;
  background: transparent;
}

.form_input_check label input[type="checkbox"] + span::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0px;
  width: 18px;
  height: 18px;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  background: url(images/tick.svg) no-repeat center center;
  background-size: 12px;
  background-color: var(--primary-color);
}

.form_input_check label input[type="checkbox"]:not(:checked) + span::after {
  opacity: 0;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}

/* .form_input_check input[type="checkbox"]:checked + span::before {

    } */

.form_input_check label input[type="checkbox"]:checked + span:after {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

/* custom radio */

.form_input_radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: -12px;
}

.form_input_radio label {
  position: relative;
  margin: 0;
  padding-left: 28px;
  display: inline-block;
  margin-right: 22px;
  cursor: pointer;
  margin-bottom: 12px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.form_input_radio label:hover {
  color: var(--primary-color);
}

.form_input_radio label:last-child {
  margin-right: 0;
}

.form_input_radio label span {
  margin: 0;
  padding: 0;
}

.form_input_radio label input[type="radio"] {
  visibility: hidden;
  display: none;
}

.form_input_radio label input[type="radio"] + span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 1px;
  width: 20px;
  height: 20px;
  border: 1px solid #473966;
  border-radius: 100%;
}

.form_input_radio label input[type="radio"] + span::after {
  content: "";
  width: 8px;
  height: 8px;
  background: var(--secondary-color);
  position: absolute;
  top: 7px;
  left: 6px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.form_input_radio label input[type="radio"]:not(:checked) + span::after {
  opacity: 0;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}

.form_input_radio input[type="radio"]:checked + span::before {
  background: #fff;
}

.form_input_radio label input[type="radio"]:checked + span:after {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

/* custom radio end */

/* back to top */

#scroll {
  position: fixed;
  right: 20px;
  bottom: 20px;
  cursor: pointer;
  width: 55px;
  height: 55px;
  background-color: #bdd653;
  display: none;
  border-radius: 100%;
  line-height: 68px;
  text-align: center;
  cursor: pointer;
  display: inline-block;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
  z-index: 9;
}

#scroll:hover {
  background: #88a725;
}

#scroll i {
  color: #fff;
  font-size: 44px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

#scroll:hover i {
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: translateY(-6px);
  -ms-transform: translateY(-6px);
  transform: translateY(-6px);
}

/* navbar*/

.navbar-brand {
  padding: 0;
  margin: 0;
  width: 283px;
  display: inline-block;
}

.navbar {
  background: none;
  margin: 0;
  padding: 0;
  min-height: inherit;
  height: inherit;
  border: none;
  border-radius: 0;
}

.navbar-nav li {
  position: relative;
  list-style: none;
}

.navbar-nav > li {
  margin: 0 25px;
  padding: 15px 0;
  position: relative;
}

.navbar-nav > li:last-child {
  margin-right: 0;
}

.navbar-nav > li:first-child {
  margin-left: 0;
}

.navbar-nav > li > a {
  color: #fff;
  font-size: 20px;
  line-height: 1;
  position: relative;
  font-family: var(--headingfont);
}

/* .navbar-nav>li>a:after {
    content: '';
    display: block;
    width: 0;
    height: 2px;
    background: #3B61DC;
    position: absolute;
    bottom: -10px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
} */

.navbar-nav > li.current-menu-item > a,
.navbar-nav > li > a:hover,
.navbar-nav > li.menu-item-has-children:hover > a {
  color: var(--primary-color);
}

.navbar-nav > li.current-menu-item > a:after,
.navbar-nav > li > a:hover:after,
.navbar-nav > li.menu-item-has-children:hover > a:after {
  width: 100%;
}

/* navbar submenu*/

.sub-menu {
  background: #fff;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0;
  width: 140px;
  padding: 6px 0 10px;
}

.sub-menu > li > a {
  color: var(--secondary-color);
  display: block;
  width: 100%;
  padding: 6px 10px;
  font-size: 17px;
  line-height: 1.2;
  font-family: var(--headingfont);
}

.sub-menu > li {
  width: 100%;
  display: block;
}

.sub-menu > li > a:hover,
.sub-menu > li.menu-item-has-children:hover > a,
.sub-menu > li.current-menu-item > a {
  color: var(--primary-color);
}

.navbar-nav > li:last-child > .sub-menu {
  right: 0;
  left: inherit;
}

/* 2nd level submenu */
.navbar-nav > li > .sub-menu .sub-menu {
  position: absolute;
  left: 100%;
  top: 0;
}

/* for push-menu */
.navbar-collapse .navbar-toggler {
  display: none;
}

#navoverlay {
  display: block;
  pointer-events: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  margin: 0;
  padding: 0 !important;
  z-index: 99;
  -webkit-transition: background-color 0.5s linear;
  -o-transition: background-color 0.5s linear;
  transition: background-color 0.5s linear;
}

/* for push-menu end*/

.nav-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

header.main-head {
  background-color: var(--secondary-color);
  padding: 17px 0;
  width: 100%;
  position: sticky;
  top: 0;
  z-index: 100;
}

header.main-head.sticky {
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.nav-right .wishlist-btn {
  margin-right: 18px;
}

.nav-right .wishlist-btn:hover img {
  -webkit-filter: brightness(0) saturate(100%) invert(39%) sepia(23%)
    saturate(1487%) hue-rotate(309deg) brightness(121%) contrast(108%);
  filter: brightness(0) saturate(100%) invert(39%) sepia(23%) saturate(1487%)
    hue-rotate(309deg) brightness(121%) contrast(108%);
}

.nav-right .currency-select-wpr {
  margin-right: 10px;
}

.nav-right .amt-dropdown-option {
  width: 100%;
}

.amt-dropdown-option label {
  display: block;
  position: relative;
}

.amt-dropdown-option label span {
  padding: 0;
  padding-right: 20px;
  border: 0;
  color: #fff;
  font-size: 20px;
  font-family: var(--headingfont);
  background-color: transparent;
  position: relative;
  background-image: url(images/down-angle.svg);
  background-size: 12px;
  background-position: right center;
  background-repeat: no-repeat;
}

.amt-dropdown-option select {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
}

.nav-right .amt-dropdown {
  margin-right: 26px;
}

.amt-dropdown > button {
  padding: 0;
  padding-right: 20px;
  border: 0;
  color: #fff;
  font-size: 20px;
  font-family: var(--headingfont);
  background-color: transparent;
  position: relative;
}

.amt-dropdown > button::after {
  border: 0;
  background-image: url(images/down-angle.svg);
  background-size: 12px;
  background-position: right center;
  background-repeat: no-repeat;
  width: 15px;
  height: 15px;
  top: 50%;
  right: 0;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  margin: 0;
  position: absolute;
}

.amt-dropdown .dropdown-menu {
  background-color: var(--secondary-color);
  padding: 0;
  border: 1px solid var(--primary-color);
  border-radius: 5px;
}

.amt-dropdown .dropdown-menu li > a {
  color: #fff;
  padding: 8px 20px;
  font-size: 16px;
  background-color: transparent;
}

.amt-dropdown .dropdown-menu li:first-child > a {
  padding-top: 16px;
}

.amt-dropdown .dropdown-menu li:last-child > a {
  padding-bottom: 16px;
}

.amt-dropdown .dropdown-menu li > a:hover {
  color: var(--primary-color);
}

.side-menu-wpr {
  position: relative;
}

.side-menu-wpr > .side-menu-toggler {
  padding: 0;
  border: 0;
  background-color: transparent;
  cursor: pointer;
}

.side-menu-wpr .side-menu-dropdown {
  position: absolute;
  top: 120%;
  right: 0;
  background-color: #f9f9f9;
  padding: 0;
  border: 1px solid var(--secondary-color);
  border-radius: 5px;
  display: none;
  margin: 0;
  min-width: 260px;
  -webkit-box-shadow: 0 10px 15px rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.2);
  overflow: hidden;
}

.side-menu-wpr .side-menu-dropdown > li {
  list-style: none;
  border-bottom: 1px solid #ededed;
}

.side-menu-wpr .side-menu-dropdown > li:last-child {
  margin-bottom: 0;
}

.side-menu-wpr .side-menu-dropdown > li > p.side-menu-heading {
  font-size: 19px;
  margin-bottom: 0;
  font-family: var(--headingfont);
  padding: 10px 25px;
  line-height: 1.3;
  position: relative;
  cursor: pointer;
  color: var(--heading-text-color);
}

.side-menu-wpr .side-menu-dropdown > li > p.side-menu-heading:hover {
  color: var(--primary-color);
}

.side-menu-wpr .side-menu-dropdown > li > p.side-menu-heading.show {
  background-color: var(--primary-color);
  color: #fff;
}

/* .side-menu-wpr .side-menu-dropdown>li>p.side-menu-heading::before {
    content: '';
    position: absolute;
    top: 20px;
    right: 20px;
    width: 10px;
    height: 10px;
    background-image: url(images/down-angle.svg);
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
}

.side-menu-wpr .side-menu-dropdown>li>p.side-menu-heading.show::before {
    -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg);
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
} */

.side-menu-wpr .side-menu-dropdown > li > ul.sub-sidemneu {
  margin: 5px 0;
  padding: 0 0 0 30px;
}

ul.sub-sidemneu > li {
  /* margin-bottom: 10px; */
  list-style: none;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

/* ul.sub-sidemneu>li:last-child {
    margin-bottom: 0;
} */
ul.sub-sidemneu > li:hover {
  padding-left: 15px;
}

ul.sub-sidemneu > li::before {
  content: "";
  position: absolute;
  top: 11px;
  left: -15px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: var(--primary-color);
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

ul.sub-sidemneu > li:hover::before {
  left: 0;
  opacity: 1;
}

ul.sub-sidemneu > li > a {
  font-size: 15px;
  line-height: 1.2;
  color: var(--secondary-color);
  display: block;
  width: 100%;
  padding: 6px 40px 6px 0;
}

ul.sub-sidemneu > li > a:hover,
ul.sub-sidemneu > li.current-menu-item > a {
  color: var(--primary-color);
}

.cmn-gap {
  padding: 75px 0;
}

.default-btn {
  display: inline-block;
  text-align: center;
  font-size: 21px;
  font-family: var(--headingfont);
  color: #fff;
  background-color: var(--secondary-color);
  padding: 17px 30px;
  line-height: 1.2;
  text-transform: capitalize;
  min-width: 193px;
}

.default-btn:hover {
  color: #fff;
  background-color: var(--primary-color);
}

.main-banner {
  min-height: 800px;
  padding: 90px 0;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}

.main-banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.3;
  z-index: 2;
}

.main-banner-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.main-banner-bg > video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.main-banner .main-banner-content {
  width: 100%;
  text-align: center;
  position: relative;
  z-index: 10;
}

.main-banner h1 {
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 50px;
}

.main-banner h1:last-child {
  margin-bottom: 0;
}

.join-mailing-btn-sec .join-btn-wpr {
  text-align: center;
  position: relative;
  z-index: 10;
  margin-top: -40px;
}

.join-mailing-btn-sec .default-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 15px 23px;
  line-height: 1.2;
  text-transform: capitalize;
}

.join-mailing-btn-sec .default-btn img {
  margin-top: 10px;
}

.sec-heading {
  margin: 0 auto 46px;
  max-width: 885px;
}

.sec-heading h2 {
  margin-bottom: 17px;
}

.sec-heading h2:last-child {
  margin-bottom: 0;
}

.featured-card {
  background-color: #fff;
  height: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.featured-card:hover {
  -webkit-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  transform: translateY(-5px);
  -webkit-box-shadow: 0 8px 10px -10px rgb(0 0 0 / 10%),
    5px 50px 30px -30px rgb(0 0 0 / 30%);
  box-shadow: 0 8px 10px -10px rgb(0 0 0 / 10%),
    5px 50px 30px -30px rgb(0 0 0 / 30%);
}

.featured-card .featured-card-img-wpr {
  display: block;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.featured-card:hover .featured-card-img-wpr {
  opacity: 0.9;
}

.featured-card .featured-card-img-wpr img {
  width: 100%;
  height: 300px;
  -o-object-fit: cover;
  object-fit: cover;
}

.featured-card .featured-card-body {
  padding: 16px 22px 22px;
  font-size: 14px;
  border: 1px solid #f2f2f2;
  border-top: 0;
  color: var(--body-txt-color);
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: block;
}

.featured-card .featured-card-wishlist-btn {
  position: relative;
  z-index: 5;
  float: right;
}

.featured-card .featured-card-wishlist-btn:hover img {
  -webkit-filter: brightness(0) saturate(100%) invert(39%) sepia(23%)
    saturate(1487%) hue-rotate(309deg) brightness(121%) contrast(108%);
  filter: brightness(0) saturate(100%) invert(39%) sepia(23%) saturate(1487%)
    hue-rotate(309deg) brightness(121%) contrast(108%);
}

.featured-card .hFive {
  margin-bottom: 10px;
  padding-right: 40px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.featured-card .hFive a {
  color: var(--heading-text-color);
}

.featured-card .hFive a:hover {
  color: var(--primary-color);
}

.featured-card .featured-card-body > p {
  margin-bottom: 8px;
}

.featured-card .featured-card-point-list ul {
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: -6px;
}

.featured-card .featured-card-point-list ul > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  list-style: none;
  margin-right: 10px;
  margin-bottom: 6px;
  font-size: 14px;
  text-transform: capitalize;
}

.featured-card .featured-card-point-list ul > li > img {
  margin-right: 6px;
}

.featured-home-slider .featured-home-slider-item {
  padding: 0 11px;
}

.featured-home-row {
  --bs-gutter-x: 0;
  /* margin-right: calc(var(--gap-x) * -.5);
    margin-left: calc(var(--gap-x) * -.5); */
}

/* .featured-home-row>* {
    padding-right: calc(var(--gap-x) * .5);
    padding-left: calc(var(--gap-x) * .5);
} */

.featured-home-row-wpr {
  position: relative;
}

.featured-home-row-wpr {
  position: relative;
}

.arrow_control .arrow_btn {
  position: absolute;
  top: 45%;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 1px solid #000;
  padding: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 5;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}

.arrow_control .arrow_btn:hover {
  border-color: var(--primary-color);
}

.arrow_control .arrow_btn > img {
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.arrow_control .arrow_btn:hover > img {
  -webkit-filter: brightness(0) saturate(100%) invert(39%) sepia(23%)
    saturate(1487%) hue-rotate(309deg) brightness(121%) contrast(108%);
  filter: brightness(0) saturate(100%) invert(39%) sepia(23%) saturate(1487%)
    hue-rotate(309deg) brightness(121%) contrast(108%);
}

.arrow_control .arrow_btn.prev_arrow {
  left: -28px;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
}

.arrow_control .arrow_btn.next_arrow {
  right: -28px;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
}

.featured-card-row {
  --bs-gutter-x: 22px;
  --bs-gutter-y: 25px;
  /* margin-right: calc(var(--gap-x) * -.5);
    margin-left: calc(var(--gap-x) * -.5);
    margin-bottom: -25px; */
}

/* .featured-card-row>* {
    padding-right: calc(var(--gap-x) * .5);
    padding-left: calc(var(--gap-x) * .5);
    margin-bottom: 25px;
} */

.btn-grp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 50px;
}

.btn-grp > a:not(:last-child) {
  margin-right: 20px;
}

.default-btn.lite {
  background-color: var(--primary-color);
}

.default-btn.lite:hover {
  background-color: var(--secondary-color);
  /* background-color: transparent; */
  /* color: var(--primary-color); */
}

.dark-bg {
  background-color: var(--secondary-color);
}

.dark-bg .sec-heading,
.dark-bg .sec-heading h2 {
  color: #fff;
}

.bg-gray {
  background-color: #f9f9f9;
}

.ownership-card-row {
  --bs-gutter-x: 30px;
  --bs-gutter-y: 30px;
  /* margin-right: calc(var(--gap-x) * -.5);
    margin-left: calc(var(--gap-x) * -.5);
    margin-bottom: -30px; */
}

/* .ownership-card-row>* {
    padding-right: calc(var(--gap-x) * .5);
    padding-left: calc(var(--gap-x) * .5);
    margin-bottom: 30px;
} */

.ownership-card {
  background-color: #fff;
  border: 1px solid #f2f2f2;
  -webkit-box-shadow: 8px 39px 37px rgba(0, 0, 0, 0.1);
  box-shadow: 8px 39px 37px rgba(0, 0, 0, 0.1);
  padding: 40px 16px 17px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
}

.ownership-card .ownership-card-icon-wpr {
  height: 80px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 28px;
}

.ownership-card .ownership-card-icon-wpr > img {
  max-height: 80px;
  max-width: 120px;
  -o-object-fit: contain;
  object-fit: contain;
}

.ownership-card .hThree {
  margin-bottom: 21px;
}

.ownership-card > p {
  padding: 0 8px;
  margin-bottom: 33px;
}

.ownership-card > .default-btn {
  width: 100%;
  margin-top: auto;
}

.default-btn.border-lite {
  background-color: var(--primary-color);
  border: 1px solid var(--primary-color);
}

.default-btn.border-lite:hover {
  background-color: transparent;
}

.ownership-benefit-row {
  --bs-gutter-x: 30px;
  --bs-gutter-y: 30px;
}

.ownership-benefit-sec .ownership-benefit-left-txt {
  padding-right: 40px;
}

.ownership-benefit-sec .ownership-benefit-left-txt > .default-btn {
  margin-top: 10px;
}

.ownership-benefit-sec .ownership-benefit-table-wpr {
  margin-top: 27px;
}

.ownership-benefit-table {
  width: 100%;
  border: 1px solid #f9f9f9;
  /* -webkit-box-shadow: 8px 39px 37px rgba(0, 0, 0, 0.05);
    box-shadow: 8px 39px 37px rgba(0, 0, 0, 0.05); */
}

.ownership-benefit-table thead th {
  background-color: var(--primary-color);
  color: #fff;
  /* padding: 16px 22px; */
  padding: 16px 10px;
  font-size: 22px;
  font-family: var(--headingfont);
  font-weight: 400;
  text-align: center;
  line-height: 1;
}

.ownership-benefit-table thead th:first-child {
  text-align: left;
}

.ownership-benefit-table tbody tr:nth-child(even) {
  background-color: #f9f9f9;
}

.ownership-benefit-table tbody td {
  font-size: 16px;
  font-family: var(--headingfont);
  font-weight: 400;
  padding: 12px 10px;
  text-align: center;
}

.ownership-benefit-table tbody td:first-child {
  text-align: left;
}

.ownership-benefit-table tbody tr:first-child td:last-child {
  color: var(--primary-color);
}

.ownership-benefit-table tbody tr td > img {
  max-width: 20px;
}

.ownership-benefit-table .atttributes-th {
  width: 34%;
}

.ownership-benefit-table .elixir-th,
.ownership-benefit-table .time-share-th,
.ownership-benefit-table .vacation-rental-th {
  width: 22%;
}

.why-elixir-row {
  --bs-gutter-x: 55px;
  --bs-gutter-y: 30px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.why-elixir-img-wpr img {
  width: 100%;
}

.why-elixir-sec .why-elixir-txt {
  padding: 20px 5px 20px 0;
}

.why-elixir-txt .default-btn {
  margin-top: 15px;
}

.owner-testimonial-sec .owner-testimonial-txt,
.owner-testimonial-sec .owner-testimonial-txt h2 {
  color: #fff;
}

.owner-testimonial-row {
  --bs-gutter-x: 60px;
  --bs-gutter-y: 30px;
  /* margin-right: calc(var(--gap-x) * -.5);
    margin-left: calc(var(--gap-x) * -.5); */
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

/* .owner-testimonial-row>* {
    padding-right: calc(var(--gap-x) * .5);
    padding-left: calc(var(--gap-x) * .5);
} */

.full-video-wpr {
  position: relative;
  background-color: #000;
}

.full-video-wpr > img.video-poster {
  width: 100%;
}

.full-video-wpr::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.31;
  z-index: 1;
}

.full-video-wpr .video-play-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.33);
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-animation: wave 1.2s linear infinite;
  animation: wave 1.2s linear infinite;
  z-index: 2;
}

@-webkit-keyframes wave {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5),
      0 0 0 2px rgba(255, 255, 255, 0.5), 0 0 0 15px rgba(255, 255, 255, 0.5);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5),
      0 0 0 2px rgba(255, 255, 255, 0.5), 0 0 0 15px rgba(255, 255, 255, 0.5);
  }

  100% {
    -webkit-box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.5),
      0 0 0 15px rgba(255, 255, 255, 0.5), 0 0 0 30px rgba(11, 165, 255, 0);
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.5),
      0 0 0 15px rgba(255, 255, 255, 0.5), 0 0 0 30px rgba(11, 165, 255, 0);
  }
}

@keyframes wave {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5),
      0 0 0 2px rgba(255, 255, 255, 0.5), 0 0 0 15px rgba(255, 255, 255, 0.5);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5),
      0 0 0 2px rgba(255, 255, 255, 0.5), 0 0 0 15px rgba(255, 255, 255, 0.5);
  }

  100% {
    -webkit-box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.5),
      0 0 0 15px rgba(255, 255, 255, 0.5), 0 0 0 30px rgba(11, 165, 255, 0);
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.5),
      0 0 0 15px rgba(255, 255, 255, 0.5), 0 0 0 30px rgba(11, 165, 255, 0);
  }
}

.agent-referral-row {
  --bs-gutter-x: 50px;
  --bs-gutter-y: 30px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.agent-referral-sec .agent-referral-txt-wpr {
  padding: 20px 0 20px 75px;
}

.agent-referral-sec .agent-referral-txt-wpr h2 {
  margin-bottom: 15px;
}

.agent-referral-sec .agent-referral-img-wpr {
  position: relative;
}

.agent-referral-sec .agent-referral-img-wpr > img {
  width: 100%;
}

.agent-referral-sec .agent-referral-img-wpr img.bg-shape {
  position: absolute;
  top: 0;
  left: 51%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: -1;
  width: 100%;
  max-width: 425px;
}

.newsletter-sec .newsletter-txt-wpr {
  padding-right: 60px;
  color: #fff;
}

.newsletter-sec .newsletter-txt-wpr h2 {
  color: #fff;
  margin-bottom: 15px;
}

.newsletter-form-wpr form .form-group {
  margin-bottom: 25px;
}

.newsletter-form-wpr form .form-group > label {
  font-size: 16px;
  margin-bottom: 25px;
}

.newsletter-form-wpr form input[type="text"],
.newsletter-form-wpr form input[type="email"] {
  border: 0;
  border-bottom: 1px solid #473966;
  padding: 0 30px;
  color: #fff;
  font-size: 20px;
  font-family: var(--headingfont);
  background-color: transparent;
}

.newsletter-form-wpr form ::-webkit-input-placeholder {
  opacity: 1;
  color: #fff;
}

.newsletter-form-wpr form :-ms-input-placeholder {
  opacity: 1;
  color: #fff;
}

.newsletter-form-wpr form ::-moz-placeholder {
  opacity: 1;
  color: #fff;
}

.newsletter-form-wpr form :-moz-placeholder {
  opacity: 1;
  color: #fff;
}

.newsletter-form-wpr form .submit-btn-wpr {
  margin-top: 40px;
  margin-bottom: 20px;
}

.newsletter-form-wpr form input[type="submit"] {
  min-width: 330px;
  border: 1px solid var(--primary-color);
  text-transform: capitalize;
}

.newsletter-form-wpr form input[type="submit"]:hover {
  background-color: transparent;
}

.newsletter-row {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.newsletter-img-wpr img {
  width: 100%;
}

/* .custom-radio-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: -12px;
}


.custom-radio-group label {
    position: relative;
    margin: 0;
    padding-left: 28px;
    display: inline-block;
    margin-right: 22px;
    cursor: pointer;
    margin-bottom: 12px;
}

.custom-radio-group label:hover {
    color: var(--primary-color);
}

.custom-radio-group label:last-child {
    margin-right: 0;
}

.custom-radio-group label span {
    margin: 0;
    padding: 0;
}

.custom-radio-group label input[type="radio"] {
    visibility: hidden;
    display: none;
}

.custom-radio-group label input[type="radio"]+span::before {
    content: '';
    position: absolute;
    left: 0;
    top: 1px;
    width: 20px;
    height: 20px;
    border: 1px solid #473966;
    border-radius: 100%;
}

.custom-radio-group label input[type="radio"]+span::after {
    content: '';
    width: 8px;
    height: 8px;
    background: var(--secondary-color);
    position: absolute;
    top: 7px;
    left: 6px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.custom-radio-group label input[type="radio"]:not(:checked)+span::after {
    opacity: 0;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
}


.custom-radio-group input[type="radio"]:checked+span::before {
    background: #fff;
}

.custom-radio-group label input[type="radio"]:checked+span:after {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
} */

.term-policy-txt-wpr {
  padding-bottom: 12px;
  margin-bottom: 12px;
  border-bottom: 1px solid #473966;
}

.newsletter-sec p > a:hover,
.term-policy-txt-wpr p > a:hover {
  color: #fff;
}

.faq-sec .sec-heading {
  margin-bottom: 70px;
}

.faq-list .faq-menu:first-child {
  border-top: 0 solid #d9d9d9;
}

.faq-list .faq-menu {
  border-top: 1px solid #d9d9d9;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.faq-list .faq-menu h3 {
  font-size: 20px;
  margin-bottom: 0;
  padding: 19px 23px;
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  text-transform: none;
}

.faq-list .faq-menu h3::before {
  content: "";
  position: absolute;
  top: 20px;
  right: 25px;
  width: 20px;
  height: 20px;
  background-image: url(images/plus-btn-icon.svg);
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
}

.faq-list .faq-menu h3:hover {
  color: var(--primary-color);
}

.faq-list .faq-menu.show h3::before {
  background-image: url(images/minus-btn-iocn.svg);
}

.faq-list .faq-menu.show {
  border-color: #f9f9f9;
}

.faq-list .faq-menu.show + .faq-menu {
  border-color: #f9f9f9;
}

.faq-list .faq-menu.show h3 {
  padding-bottom: 0;
  background-color: #f9f9f9;
}

.faq-list .faq-menu .faq-ans {
  padding: 20px 23px 21px;
  background-color: #f9f9f9;
  text-align: justify;
}

.faq-list .faq-menu h3,
.faq-list .faq-menu .faq-ans {
  padding-right: 130px;
}

.faq-list .faq-menu .faq-ans ol > li {
  padding-left: 10px;
  margin-bottom: 16px;
}

.faq-list .faq-menu .faq-ans > p {
  margin-bottom: 16px;
}

.faq-list .faq-menu .faq-ans > p:last-child {
  margin-bottom: 0;
}

.faq-wpr .btn-grp .default-btn {
  min-width: 357px;
}

.main-footer .footer-top {
  padding: 75px 0 45px;
  border-bottom: 1px solid #433a55;
}

.footer-txt-wpr .footer-brand {
  display: inline-block;
  max-width: 257px;
  margin-bottom: 24px;
}

.footer-txt-wpr .footer-signup-form-wpr {
  color: #dfdfdf;
}

.footer-signup-form-wpr p.footer-signup-heading {
  font-size: 21px;
  font-family: var(--headingfont);
  margin-bottom: 8px;
  color: #fff;
  line-height: 1.2;
}

.footer-signup-form-wpr form .form-group {
  margin-bottom: 0;
  position: relative;
}

.footer-signup-form-wpr form input[type="text"],
.footer-signup-form-wpr form input[type="email"] {
  height: 51px;
  background-color: #f1efef;
  font-size: 15px;
  padding: 0 140px 0 8px;
}

.footer-signup-form-wpr form ::-webkit-input-placeholder {
  opacity: 1;
  color: #d0d0d0;
}

.footer-signup-form-wpr form :-ms-input-placeholder {
  opacity: 1;
  color: #d0d0d0;
}

.footer-signup-form-wpr form ::-moz-placeholder {
  opacity: 1;
  color: #d0d0d0;
}

.footer-signup-form-wpr form :-moz-placeholder {
  opacity: 1;
  color: #d0d0d0;
}

.footer-signup-form-wpr form input[type="submit"] {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  min-width: 0;
  padding: 0 34px;
  height: 51px;
  border: 2px solid var(--primary-color);
  border-left: 3px solid var(--primary-color);
}

.footer-txt-wpr address {
  margin-top: 30px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  color: #fff;
  font-weight: 400;
}

/* .footer-txt-wpr address a:hover {
    color: var(--primary-color);
} */

.footer-txt-wpr address img {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-right: 15px;
}

.footer-top-row {
  --bs-gutter-x: 35px;
  --bs-gutter-y: 35px;
  /* margin-right: calc(var(--gap-x) * -.5);
    margin-left: calc(var(--gap-x) * -.5); */
}

/* .footer-top-row>* {
    padding-right: calc(var(--gap-x) * .5);
    padding-left: calc(var(--gap-x) * .5);
} */

.footer-menu-row {
  padding-left: 90px;
}

.footer-menu-heading {
  font-size: 24px;
  color: #fff;
  font-family: var(--headingfont);
  padding-bottom: 26px;
  margin-bottom: 25px;
  position: relative;
  line-height: 1;
}

.footer-menu-heading::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 39px;
  height: 3px;
  border-radius: 3px;
  background-color: var(--primary-color);
}

.footer-menu-list ul {
  padding: 0;
  margin: 0;
}

.footer-menu-list ul > li {
  margin-bottom: 27px;
  line-height: 1;
  list-style: none;
}

.footer-menu-list ul > li:last-child {
  margin-bottom: 0;
}

.footer-menu-list ul > li > a {
  font-size: 16px;
  color: #fff;
  font-weight: 400;
}

.footer-menu-list ul > li > a:hover,
.footer-menu-list ul > li.current-menu-item > a {
  color: var(--primary-color);
}

.footer-btm {
  padding: 24px 0;
}

.footer-btm .footer-btm-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.footer-social-link ul {
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-social-link ul > li {
  margin-right: 14px;
  list-style: none;
}

.footer-social-link ul > li:last-child {
  margin-right: 0;
}

.footer-social-link ul > li a {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background-color: var(--primary-color);
  padding: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 1px solid var(--primary-color);
}

.footer-social-link ul > li a:hover {
  background-color: transparent;
}

.footer-social-link ul > li a img {
  -webkit-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

.footer-social-link ul > li a:hover img {
  -webkit-filter: brightness(0) saturate(100%) invert(39%) sepia(23%)
    saturate(1487%) hue-rotate(309deg) brightness(121%) contrast(108%);
  filter: brightness(0) saturate(100%) invert(39%) sepia(23%) saturate(1487%)
    hue-rotate(309deg) brightness(121%) contrast(108%);
}

.footer-btm-txt,
.footer-btm-txt p a {
  color: #fff;
  font-weight: 400;
}

.footer-btm-txt p a:hover {
  color: var(--primary-color);
}

.cookie-wpr {
  position: fixed;
  top: 100px;
  left: 0;
  width: 100%;
  z-index: 20;
  padding: 7px 0;
  background-color: var(--primary-color);
  color: #fff;
}

.cookie-wpr .cookie-content {
  text-align: center;
  width: 100%;
  position: relative;
  padding: 0 50px;
  text-transform: capitalize;
}

.cookie-wpr .cookie-content .close-btn {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.cookie-wpr .cookie-content .close-btn:hover {
  opacity: 0.8;
}

.ownership-work-sec .owner-testimonial-row {
  --bs-gutter-x: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.ownership-work-sec .owner-testimonial-txt {
  padding-right: 63px;
}

.main-banner.inner-banner {
  min-height: 450px;
}

.img-para-listing-wpr .each-img-para {
  padding: 75px 0;
}

.img-para-listing-wpr.sml-gap .each-img-para {
  padding: 50px 0;
}

.img-para-listing-wpr .each-img-para:nth-child(odd) {
  background-color: #f9f9f9;
}

.img-para-listing-wpr .each-img-para:nth-child(even) .why-elixir-right-col {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  width: 32%;
}

.img-para-listing-wpr .each-img-para:nth-child(even) .why-elixir-left-col {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  width: 68%;
}

.find-elixir-form-wpr form .form-group {
  margin-bottom: 12px;
}

.find-elixir-form-wpr form .form-group.textarea-wpr {
  margin-top: 40px;
}

.find-elixir-form-wpr form .submit-btn-wpr {
  margin-top: 20px;
}

.find-elixir-form-wpr form input[type="text"],
.find-elixir-form-wpr form input[type="email"],
.find-elixir-form-wpr form input[type="tel"],
.find-elixir-form-wpr form input[type="password"] {
  border: 0;
  border-bottom: 1px solid #473966;
  padding: 0 30px;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  background-size: 18px;
  background-position: left center;
  background-repeat: no-repeat;
  height: 48px;
  background-color: transparent;
}

.find-elixir-form-wpr form input[type="text"] {
  background-image: url(images/user-icon.svg);
}

.find-elixir-form-wpr form input[type="email"] {
  background-image: url(images/email-icon.svg);
}

.find-elixir-form-wpr form input[type="tel"] {
  background-image: url(images/call-icon.svg);
}

.custom-select-option label {
  width: 100%;
  position: relative;
  display: block;
}

.custom-select-option label span {
  border: 0;
  border-bottom: 1px solid #473966;
  padding: 0;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  height: 48px;
  background-color: transparent;
  background-repeat: no-repeat;
  width: 100%;
  padding: 0 11px;
  /* background: url(images/down-caret.svg) no-repeat calc(100% - 37px) center transparent;
    background-size: 10px; */
  padding-right: 45px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  position: relative;
  white-space: nowrap;
  overflow: hidden;
}

.custom-select-option span::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 70px;
  height: 99%;
  background: url(images/down-caret.svg) no-repeat center center transparent;
  background-color: var(--secondary-color);
  background-size: 10px;
}

.custom-select-option select {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background-color: transparent;
}

.find-elixir-form-wpr form .custom-select-option span {
  border: 0;
  border-bottom: 1px solid #473966;
  padding: 0;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  height: 48px;
  background-color: transparent;
  white-space: nowrap;
  position: relative;
  background-image: none;
}

.find-elixir-form-wpr form textarea {
  border: 0;
  border-bottom: 1px solid #473966;
  padding: 0;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  height: 50px;
  text-indent: 30px;
  background-image: url(images/msg-icon.svg);
  background-size: 18px;
  background-position: left top 4px;
  background-repeat: no-repeat;
  resize: none;
  background-color: transparent;
}

.find-elixir-form-wpr form input[type="submit"] {
  width: 100%;
  font-size: 22px;
  border: 1px solid var(--primary-color);
}

.find-elixir-form-wpr form ::-webkit-input-placeholder {
  opacity: 1;
  color: #fff;
}

.find-elixir-form-wpr form :-ms-input-placeholder {
  opacity: 1;
  color: #fff;
}

.find-elixir-form-wpr form ::-moz-placeholder {
  opacity: 1;
  color: #fff;
}

.find-elixir-form-wpr form :-moz-placeholder {
  opacity: 1;
  color: #fff;
}

.alt-term-policy-txt-wpr {
  color: #fff;
  font-size: 12px;
  max-width: 505px;
  margin: 0 auto;
  padding: 20px 0;
}

.alt-term-policy-txt-wpr a {
  font-weight: 700;
  text-decoration: underline !important;
}

.alt-term-policy-txt-wpr a:hover {
  color: #fff;
}

.learning-page .ownership-card {
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* ------------------ LISTING CSS END ----------------- */

.property-listing-sec {
  padding: 78px 0;
}

.property-heading {
  margin-bottom: 24px;
}

.property-heading .hTwo {
  margin-bottom: 8px;
}

.property-heading p {
  font-size: 22px;
  font-family: var(--headingfont);
}

.property-details-wpr .property-img-wpr {
  width: 100%;
  margin-bottom: 8px;
}

.property-details-wpr .property-img-wpr {
  width: 100%;
}

.property-view-points-wpr {
  padding: 10px;
  background-color: var(--primary-color);
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.property-view-points-wpr .property-view-points-list {
  padding: 10px 8px 8px;
  border: 1px solid #f5787b;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin-right: 10px;
}

.property-view-points-wpr .property-view-points-list:last-child {
  margin-right: 0;
}

.property-view-points-wpr .property-view-points-list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  margin: 0;
}

.property-view-points-wpr .property-view-points-list ul li {
  list-style: none;
  margin-right: 18px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.property-view-points-wpr .property-view-points-list ul li:last-child {
  margin-right: 0;
}

.property-view-points-wpr .property-view-points-list ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  font-size: 14px;
  font-family: var(--headingfont);
  height: 100%;
  line-height: 1.2;
  text-align: center;
}

.property-view-points-wpr .property-view-points-list ul li a:hover {
  color: var(--heading-text-color);
}

.property-view-points-wpr .property-view-points-list ul li a img {
  margin-top: auto;
  margin-bottom: 10px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.property-view-points-wpr .property-view-points-list ul li a:hover img {
  -webkit-filter: brightness(0);
  filter: brightness(0);
}

.property-details-point-wpr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 15px 0;
  margin-bottom: 25px;
}

.property-details-point-wpr .property-details-point-list {
  margin-right: 30px;
}

.property-details-point-list ul {
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.property-details-point-list ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  list-style: none;
  margin-right: 14px;
  text-transform: capitalize;
}

.property-details-point-list ul li:last-child {
  margin-right: 0;
}

.property-details-point-list ul li img {
  margin-right: 10px;
}

.property-details-point-wpr address {
  font-size: 19px;
  font-family: var(--headingfont);
  margin-bottom: 0;
}

.about-property {
  padding: 30px 30px 40px 20px;
  border: 1px solid #f2f2f2;
  margin-bottom: 24px;
}

.about-property .hFive {
  margin-bottom: 18px;
}

.about-property p a {
  font-weight: 700;
}

.property-features-point-wpr {
  padding: 25px 20px 30px;
  border: 1px solid #f2f2f2;
  margin-bottom: 24px;
}

.property-features-point-wpr:last-child {
  margin-bottom: 0;
}

.property-features-point-wpr .hFive {
  margin-bottom: 14px;
}

.property-features-point-list > ul {
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -10px;
  margin-bottom: -16px;
}

.property-features-point-list > ul > li {
  list-style: none;
  padding: 0;
  margin-bottom: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 33.33%;
  padding: 0 10px;
  text-transform: capitalize;
  color: var(--heading-text-color);
}

.property-features-point-list > ul > li > img {
  max-width: 30px;
  -o-object-fit: contain;
  object-fit: contain;
  margin-right: 10px;
}

.property-features-point-list > ul > li > a.property-feature-txt {
  color: var(--heading-text-color);
  text-decoration: underline !important;
}

.property-features-point-list > ul > li > a.property-feature-txt:hover {
  color: var(--primary-color);
}

.property-view-points-wpr.dark {
  background-color: var(--secondary-color);
}

.property-view-points-wpr.dark .property-view-points-list {
  border-color: #3d2e5e;
}

.property-view-points-wpr.dark .property-view-points-list ul li a img {
  -webkit-filter: brightness(0) saturate(100%) invert(39%) sepia(23%)
    saturate(1487%) hue-rotate(309deg) brightness(121%) contrast(108%);
  filter: brightness(0) saturate(100%) invert(39%) sepia(23%) saturate(1487%)
    hue-rotate(309deg) brightness(121%) contrast(108%);
}

.property-view-points-wpr.dark .property-view-points-list ul li a:hover {
  color: var(--primary-color);
}

.property-listing-row {
  --bs-gutter-x: 24px;
  --bs-gutter-y: 30px;
  margin-bottom: 38px;
}

.property-listing-right-col .property-view-points-wpr {
  margin-bottom: 24px;
}

.property-listing-right-col .property-loaction-wpr {
  margin-bottom: 20px;
}

.booking-learning-option-wpr {
  padding: 21px 20px;
  border: 1px solid #f2f2f2;
  margin: 0;
}

.booking-learning-option-wpr ul {
  padding: 0;
  margin: 0 -8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: -16px;
}

.booking-learning-option-wpr ul > li {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 50%;
  padding: 0 8px;
  list-style: none;
  margin-bottom: 16px;
}

.booking-learning-option-wpr ul > li .each-option {
  width: 100%;
  padding: 0 8px;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #f2f2f2;
  padding: 21px 20px 25px;
  text-align: center;
}

.booking-learning-option-wpr ul > li .each-option:hover {
  border-color: var(--primary-color);
}

.booking-learning-option-wpr ul .each-option .option-icon {
  margin-bottom: 20px;
  height: 56px;
  width: 100%;
  text-align: center;
}

.booking-learning-option-wpr ul .each-option .option-icon img {
  max-width: 70px;
  max-height: 56px;
  -o-object-fit: contain;
  object-fit: contain;
}

.booking-learning-option-wpr ul .each-option .hSix {
  font-weight: 600;
  font-family: var(--bodyfont);
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.booking-learning-option-wpr ul .each-option:hover .hSix {
  color: var(--primary-color);
}

.listing-form-row {
  --bs-gutter-x: 26px;
  --bs-gutter-y: 30px;
}

.listing-form-row .listing-form-col {
  max-width: 440px;
}

.enquery-form-wpr {
  padding: 34px 20px 20px;
  border: 1px solid #f2f2f2;
  height: 100%;
}

.enquery-form-wpr .form-heading {
  text-align: center;
  margin-bottom: 22px;
}

.enquery-form-wpr .hFour {
  text-transform: none;
}

.enquery-form-wpr .form-heading figure {
  height: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 16px;
}

.enquery-form-wpr .form-heading img {
  max-height: 70px;
  max-width: 100px;
  -o-object-fit: contain;
  object-fit: contain;
}

.enquery-form-wpr form .form-group {
  margin-bottom: 15px;
}

.enquery-form-wpr form .form-group > label {
  margin-top: 22px;
  margin-bottom: 13px;
  display: block;
}

.enquery-form-wpr form .form-group .form_input_radio {
  margin-bottom: 16px;
}

.enquery-form-wpr form input[type="text"],
.enquery-form-wpr form input[type="tel"],
.enquery-form-wpr form input[type="email"],
.enquery-form-wpr form input[type="password"] {
  padding-left: 40px !important;
  background-size: 18px;
  background-position: left 13px center;
  background-repeat: no-repeat;
  height: 60px;
  font-size: 14px !important;
  border: 1px solid #d9d9d9 !important;
}

.enquery-form-wpr form input[type="text"] {
  background-image: url(images/user-icon-dark.svg);
}

.enquery-form-wpr form input[type="email"] {
  background-image: url(images/email-icon-dark.svg);
}

.enquery-form-wpr form input[type="tel"] {
  background-image: url(images/call-icon-dark.svg);
}

.enquery-form-wpr form select {
  height: 60px;
  background-image: url(images/down-caret-dark.svg);
  background-size: 10px;
  background-position: right 19px center;
  background-repeat: no-repeat;
  padding: 0 36px 0 11px !important;
  color: #9d9d9d;
  font-size: 14px !important;
}

.enquery-form-wpr form textarea {
  height: 110px !important;
  resize: none;
  background-image: url(images/msg-icon-dark.svg);
  background-size: 18px;
  background-position: left 13px top 21px;
  background-repeat: no-repeat;
  padding: 17px 15px 10px 40px !important;
}

.enquery-form-wpr form input[type="submit"] {
  width: 100%;
  font-size: 22px;
  text-transform: capitalize;
}

.enquery-form-wpr .term-text-wpr {
  padding: 0 20px;
  text-align: center;
  font-size: 14px;
  margin-top: 25px;
  color: var(--heading-text-color);
}

.enquery-form-wpr:not(.nwsltr-signup) .term-text-wpr p > a {
  /* font-weight: 700; */
  /* text-decoration: underline !important; */
  /* text-transform: capitalize; */
  color: var(--primary-color);
}

.enquery-form-wpr:not(.nwsltr-signup) .term-text-wpr p > a:hover {
  color: var(--heading-text-color);
}

.enquery-form-wpr.nwsltr-signup form input[type="submit"] {
  background-color: #130928;
}

.enquery-form-wpr.nwsltr-signup form input[type="submit"]:hover {
  background-color: var(--primary-color);
}

.enquery-form-wpr.nwsltr-signup .booking-learning-option-wpr {
  padding: 0px;
  border: 0;
  margin-top: 25px;
}

.enquery-form-wpr.nwsltr-signup .booking-learning-option-wpr ul {
  margin: 0 -10px;
  margin-bottom: -20px;
}

.enquery-form-wpr.nwsltr-signup .booking-learning-option-wpr ul > li {
  padding: 0 10px;
  margin-bottom: 20px;
}

/* ------------------ LISTING CSS END ----------------- */

.client-comm-sec .sec-heading {
  margin-bottom: 64px;
}

.client-comm-sec .ownership-card .hThree {
  margin-bottom: 20px;
  font-size: 28px;
  line-height: 1.1;
}

.ownership-card > p:last-child {
  margin-bottom: 0;
}

.ownership-card.alt-card {
  padding-bottom: 40px;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.client-comm-sec .ownership-card .ownership-card-icon-wpr {
  margin-bottom: 20px;
}

.shared-ownership-row {
  --bs-gutter-x: 30px;
  --bs-gutter-y: 30px;
  /* margin-right: calc(var(--gap-x) * -.5);
    margin-left: calc(var(--gap-x) * -.5); */
}

/* .shared-ownership-row>* {
    padding-right: calc(var(--gap-x) * .5);
    padding-left: calc(var(--gap-x) * .5);
} */
.shared-ownership-card {
  height: 100%;
  background-color: #fff;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}

.shared-ownership-card .shared-ownership-btn-dv {
  margin-top: auto;
  padding: 0px 20px 20px;
}

.shared-ownership-card .shared-ownership-btn-dv .default-btn {
  width: 100%;
}

.shared-ownership-card > .shared-ownership-img-wpr {
  width: 100%;
}

.shared-ownership-card > .shared-ownership-img-wpr img {
  width: 100%;
  max-height: 185px;
  -o-object-fit: cover;
  object-fit: cover;
}

.shared-ownership-card > .shared-ownership-card-content {
  padding: 20px 20px;
  background-color: #fff;
}

.shared-ownership-card > .shared-ownership-card-content .hFour {
  margin-bottom: 6px;
}

.shared-ownership-card .shared-ownership-card-content > .default-btn {
  width: 100%;
  margin-top: 5px;
}

.full-video-wpr.no-overlay::before {
  display: none;
}

.img-para-listing-wpr.alt-bg .each-img-para:nth-child(odd) {
  background-color: transparent;
}

.img-para-listing-wpr.alt-bg .each-img-para:nth-child(even) {
  background-color: #f9f9f9;
}

.contact-sml-form-wpr .form-row {
  --bs-gutter-x: 30px;
  --bs-gutter-y: 16px;
  /* margin-right: calc(var(--gap-x) * -.5);
    margin-left: calc(var(--gap-x) * -.5);
    margin-bottom: -16px; */
}

/* .contact-sml-form-wpr .form-row>* {
    padding-right: calc(var(--gap-x) * .5);
    padding-left: calc(var(--gap-x) * .5);
    margin-bottom: 16px;
} */

.contact-sml-form-wpr form .form-group > label {
  margin-bottom: 14px;
}

.contact-sml-form-wpr form input[type="text"],
.contact-sml-form-wpr form input[type="email"],
.contact-sml-form-wpr form input[type="tel"],
.contact-sml-form-wpr form input[type="password"],
.contact-sml-form-wpr form input[type="search"] {
  border: 0;
  border-bottom: 1px solid #473966;
  padding: 0;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  height: 48px;
  background-color: transparent;
}

.contact-sml-form-wpr form input[type="search"] {
  padding-left: 25px;
  background-image: url(images/srch-icon.svg);
  background-size: 14px;
  background-position: left center;
  background-repeat: no-repeat;
  background-color: transparent;
}

.contact-sml-form-wpr form .custom-select-option span {
  border: 0;
  border-bottom: 1px solid #473966;
  padding: 0;
  padding-right: 20px;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  height: 48px;
  background-image: url(images/down-angle-dark.svg);
  background-size: 11px;
  background-position: right 5px center;
  background-color: transparent;
}

.contact-sml-form-wpr form .custom-select-option span::before {
  width: 25px;
  background-image: url(images/down-angle-dark.svg);
  background-size: 11px;
  background-position: right 5px center;
}

.contact-sml-form-wpr form textarea {
  border: 0;
  border-bottom: 1px solid #473966;
  padding: 10px 0 15px;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  height: 90px;
  resize: none;
  background-color: transparent;
}

.contact-sml-form-wpr form input[type="submit"] {
  width: 206px;
  border: 1px solid var(--primary-color);
}

.contact-sml-form-wpr .submit-btn-wpr {
  margin-top: 10px;
}

.contact-sml-form-wpr form ::-webkit-input-placeholder {
  opacity: 1;
  color: #fff;
}

.contact-sml-form-wpr form :-ms-input-placeholder {
  opacity: 1;
  color: #fff;
}

.contact-sml-form-wpr form ::-moz-placeholder {
  opacity: 1;
  color: #fff;
}

.contact-sml-form-wpr form :-moz-placeholder {
  opacity: 1;
  color: #fff;
}

.contact-sml-form-wpr {
  margin-bottom: 26px;
  padding-right: 40px;
}

.agent-slider .agent-slider-item {
  padding: 0 12px;
}

.agent-card .agent-card-img-wpr {
  width: 100%;
}

.agent-card .agent-card-img-wpr img {
  width: 100%;
  max-height: 300px;
  -o-object-fit: cover;
  object-fit: cover;
}

.agent-card .agent-card-content {
  padding: 18px 40px 22px 18px;
  border: 1px solid #f2f2f2;
  border-top: 0;
}

.agent-card .agent-card-content .hFive {
  text-transform: none;
  line-height: 1.3;
}

.agent-slider-wpr {
  position: relative;
}

.arrow_control .agent-slider-arrow.next_arrow {
  right: -22px;
}

.arrow_control .agent-slider-arrow.prev_arrow {
  left: -22px;
}

.single-text-slider-wpr {
  position: relative;
}

.single-text-slider-wpr .arrow_control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-top: 84px;
}

.single-text-slider-wpr .arrow_control .arrow_btn.prev_arrow,
.single-text-slider-wpr .arrow_control .arrow_btn.next_arrow {
  position: relative;
  left: 0;
  top: 0;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
  margin-right: 10px;
}

.single-text-slider-wpr .arrow_control .arrow_btn:last-child {
  margin-right: 0;
}

.single-text-slider-wpr .arrow_control .arrow_btn:hover {
  -webkit-filter: none;
  filter: none;
}

.community-slider-sec .owner-testimonial-row {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.contatc-us-sec .sec-heading {
  max-width: 620px;
}

.contact-sml-form-wpr.talk-more-form-wpr {
  padding-right: 17px;
}

.contact-sml-form-wpr.talk-more-form-wpr .form-row {
  --bs-gutter-y: 20px;
}

.contact-sml-form-wpr.talk-more-form-wpr .form-group > label {
  font-size: 12px;
  text-transform: capitalize;
}

.contact-sml-form-wpr.talk-more-form-wpr .form-group.radio-group > label {
  font-size: 16px;
  margin-bottom: 19px;
  text-transform: none;
}

.contact-sml-form-wpr.talk-more-form-wpr form .custom-select-option span {
  border: 1px solid #473966;
  padding: 0 20px 0 14px;
  padding-right: 30px;
  color: #473966;
  font-size: 17px;
  font-weight: 500;
  height: 60px;
}

.contact-sml-form-wpr.talk-more-form-wpr
  form
  .custom-select-option
  span::before {
  width: 35px;
  background-image: url(images/down-caret.svg);
  background-size: 10px;
  background-position: right 13px center;
}

.featured-home-slider-wpr {
  position: relative;
}

.featured-home-slider {
  margin-top: -10px;
}

.featured-home-slider > .slick-list {
  padding-top: 10px;
  padding-bottom: 45px;
  margin-bottom: -45px;
}

.why-elixir-row.reverse > .why-elixir-right-col {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.why-elixir-row.reverse > .why-elixir-left-col {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

.multi-img-row {
  --bs-gutter-x: 18px;
  --bs-gutter-y: 18px;
}

.contact-sml-form-wpr.get-in-touch-form-wpr .form-row {
  --bs-gutter-y: 12px;
}

.contact-sml-form-wpr.get-in-touch-form-wpr .form-group > label {
  margin-bottom: 18px;
}

.contact-sml-form-wpr.get-in-touch-form-wpr form input[type="email"] {
  padding-left: 30px;
  background-image: url(images/email-icon.svg);
  background-size: 20px;
  background-position: left center;
  background-repeat: no-repeat;
  font-family: var(--headingfont);
}

.contact-sml-form-wpr.get-in-touch-form-wpr form textarea {
  height: 130px;
  border: 1px solid #473966;
  padding: 13px 14px 0;
}

.contact-sml-form-wpr.get-in-touch-form-wpr
  form
  textarea::-webkit-input-placeholder {
  opacity: 1;
  color: #473966;
}

.contact-sml-form-wpr.get-in-touch-form-wpr
  form
  textarea:-ms-input-placeholder {
  opacity: 1;
  color: #473966;
}

.contact-sml-form-wpr.get-in-touch-form-wpr form textarea::-moz-placeholder {
  opacity: 1;
  color: #473966;
}

.contact-sml-form-wpr.get-in-touch-form-wpr form textarea:-moz-placeholder {
  opacity: 1;
  color: #473966;
}

.contact-sml-form-wpr.get-in-touch-form-wpr .submit-btn-wpr {
  margin-top: 20px;
}

.contatc-us-row {
  --bs-gutter-x: 30px;
  --bs-gutter-y: 30px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.main-contact-form-wpr {
  padding: 20px;
  border: 1px solid #f2f2f2;
}

.main-contact-form-wpr .form-group:not(:last-child) {
  margin-bottom: 15px;
}

.main-contact-form-wpr form input[type="text"],
.main-contact-form-wpr form input[type="tel"],
.main-contact-form-wpr form input[type="password"],
.main-contact-form-wpr form input[type="email"],
.main-contact-form-wpr form input[type="search"] {
  background-size: 18px;
  background-position: left 13px center;
  background-repeat: no-repeat;
  padding-left: 40px;
  height: 60px;
}

.main-contact-form-wpr form textarea {
  padding-left: 40px;
  background-image: url(images/msg-icon-dark.svg);
  background-repeat: no-repeat;
  background-size: 18px;
  background-position: left 13px top 22px;
  resize: none;
}

.main-contact-form-wpr form input[type="text"] {
  background-image: url(images/user-icon-dark.svg);
}

.main-contact-form-wpr form input[type="email"] {
  background-image: url(images/email-icon-dark.svg);
}

.main-contact-form-wpr form input[type="tel"] {
  background-image: url(images/call-icon-dark.svg);
}

.main-contact-form-wpr form input[type="submit"] {
  width: 100%;
  font-size: 22px;
}

.img-form-content-wpr h2 {
  color: #fff;
}

.team-slider-wpr {
  position: relative;
}

.team-slider .team-slider-item {
  padding: 0 15px;
}

.team-card .team-card-details {
  padding: 25px 21px;
  border: 1px solid #f2f2f2;
}

.team-card .team-card-img-wpr img {
  width: 100%;
  max-height: 363px;
  -o-object-fit: cover;
  object-fit: cover;
}

.team-card .hFour {
  font-size: 24px;
  margin-bottom: 5px;
}

.team-card .desg {
  display: block;
  font-size: 14px;
  text-transform: uppercase;
}

.half-bg {
  position: relative;
}

.half-bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 72%;
  background-color: #f9f9f9;
  z-index: -1;
}

.full-img-sec .sec-heading {
  margin-bottom: 55px;
}

.full-img-sec .sec-heading h2 {
  line-height: 1.3;
  margin-bottom: 23px;
}

.faq-banner h1 {
  text-transform: none;
}

.prop-listing-slider-wpr {
  position: relative;
}

.prop-listing-slider .prop-listing-slider-item {
  padding: 0 11px;
}

.article-listing-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
}

.article-listing-card .article-listing-img-wpr {
  display: inline-block;
  width: 100%;
}

.article-listing-card .article-listing-img-wpr img {
  width: 100%;
  height: 300px;
  -o-object-fit: cover;
  object-fit: cover;
}

.article-listing-card .article-listing-content {
  background-color: #ffffff;
  border: 1px solid #f2f2f2;
  padding: 20px 18px 25px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.article-listing-card .article-listing-content .hFive {
  margin-bottom: 13px;
  line-height: 1.3;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}

.article-listing-card .article-listing-content > p {
  margin-bottom: 17px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  /* number of lines to show */
  line-clamp: 4;
  -webkit-box-orient: vertical;
}

.article-listing-card .article-listing-content > p:last-child {
  margin-bottom: 0;
}

.article-listing-card .article-listing-content .article-listing-btn-wpr {
  text-align: center;
  margin-top: auto;
}

.cmn-txt-btn {
  font-family: var(--headingfont);
  font-size: 24px;
  text-transform: capitalize;
  text-decoration: underline !important;
}

.white-arrow .arrow_control .arrow_btn.prev_arrow,
.white-arrow .arrow_control .arrow_btn.next_arrow {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}

.white-arrow .arrow_control .arrow_btn:hover {
  -webkit-filter: none;
  filter: none;
}

.article-listing-row {
  --bs-gutter-x: 22px;
  --bs-gutter-y: 23px;
}

.img-slider-wpr {
  position: relative;
}

.img-slider-wpr .arrow_control .img-slider-arrow {
  position: absolute;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  padding: 8px;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}

/* .img-slider-wpr .arrow_control .img-slider-arrow:hover {
    background-color: var(--heading-text-color);
} */

.img-slider-wpr .arrow_control .prev_arrow.img-slider-arrow {
  left: 15px;
}

.img-slider-wpr .arrow_control .next_arrow.img-slider-arrow {
  right: 15px;
}

.img-slider-wpr .arrow_control .img-slider-arrow img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -webkit-filter: brightness(0) invert(1) drop-shadow(0px 0px 3px black);
  filter: brightness(0) invert(1) drop-shadow(0px 0px 3px black);
}

.sml-bg {
  position: relative;
}

.sml-bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 420px;
  background-color: #f9f9f9;
  z-index: -1;
}

.full-details-sec .sec-heading {
  margin-bottom: 54px;
}

.full-details-sec .article-details-heading {
  margin-bottom: 20px;
}

.full-details-sec .sec-heading .m_detls_date {
  font-size: 18px;
}

.full-details-sec.article-dels-sec .footer-social-link ul {
  justify-content: flex-end;
  margin-bottom: 30px;
}

.full-details-sec.cmn-gap {
  padding-top: 100px;
}

.full-details-sec .full-img-wpr {
  margin-bottom: 36px;
}

.location-details-wpr img {
  width: 100%;
}

.details-content-wpr h2,
.details-content-wpr h3,
.details-content-wpr h4 {
  margin: 25px 0 15px;
  line-height: 1.2;
}

.details-content-wpr h2,
.details-content-wpr h3 {
  font-size: 25px;
}

.details-content-wpr h5,
.details-content-wpr h6 {
  margin: 20px 0 15px;
}

.details-content-wpr > img {
  margin: 20px 0 30px;
  width: 100%;
}

.details-content-wpr ul {
  padding: 0;
  margin: 26px 0 30px;
}

.details-content-wpr ol {
  padding: 0 0 0 15px;
  margin: 26px 0 30px;
  counter-reset: css-counter 0;
}

.details-content-wpr ol > li,
.details-content-wpr ul > li {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 10px;
  list-style: none;
  position: relative;
  padding-left: 34px;
}

.details-content-wpr ol > li {
  counter-increment: css-counter 1;
}

.details-content-wpr ul > li::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: var(--primary-color);
}

.details-content-wpr ol > li::before {
  content: counter(css-counter) ". ";
  width: 20px;
  position: absolute;
  left: 0;
  color: var(--primary-color);
  font-size: 16px;
  font-weight: 600;
}

.details-content-wpr ul > li:last-child,
.details-content-wpr ol > li:last-child {
  margin-bottom: 0;
}

/* .details-content-wpr {
  margin-bottom: 30px;
} */

.ownership-benefit-table-wpr {
  overflow-x: auto;
}

.ownership-benefit-table-wpr > table {
  min-width: 520px;
}

.navbar-nav.mobile {
  display: none;
}

.client-comm-sec .ownership-card {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.each-img-wpr img {
  widows: 100%;
}

.contatc-us-img-wpr img {
  width: 100%;
}

.property-loaction-wpr > img,
.estimated-cost-wpr > img {
  width: 100%;
}

.img-slider-img-wpr > img {
  width: 100%;
  height: 568px;
  object-fit: cover;
}

.listing-img > img {
  max-height: 450px;
  -o-object-fit: cover;
  object-fit: cover;
}

.each-img-wpr > img {
  width: 100%;
}

.full-img-wpr > img {
  width: 100%;
}

.article-banner h1 {
  text-transform: capitalize;
  line-height: 1.2;
}

/* ================ 10/014/2023 ============= */
.side-menu-dropdown > li {
  list-style: none;
  border-bottom: 1px solid #ededed;
}

.side-menu-dropdown > li > a {
  font-size: 19px;
  margin-bottom: 0;
  font-family: var(--headingfont);
  padding: 10px 25px;
  line-height: 1.3;
  position: relative;
  cursor: pointer;
  color: var(--heading-text-color);
  width: 100%;
  display: block;
}

.side-menu-dropdown > li > .sub-menu {
  margin: 5px 0;
  padding: 0 0 0 30px;
  background-color: transparent;
  position: static;
  width: 100%;
  display: block;
  border: 0;
}

.side-menu-dropdown > li > .sub-menu a {
  font-size: 15px;
  line-height: 1.2;
  color: var(--secondary-color);
  display: block;
  width: 100%;
  padding: 6px 40px 6px 0;
}

.side-menu-dropdown > li > .sub-menu > li {
  list-style: none;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

/* .side-menu-dropdown>li>.sub-menu>li:hover {
  padding-left: 15px;
} */

.side-menu-dropdown > li > .sub-menu > li::before {
  content: "";
  position: absolute;
  top: 11px;
  left: -15px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: var(--primary-color);
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

/* .side-menu-dropdown>li>.sub-menu>li:hover::before {
  left: 0;
  opacity: 1;
} */

.side-menu-dropdown > li > .sub-menu-toggle {
  display: none;
}

.side-menu-dropdown > li > .sub-menu a:hover,
.side-menu-dropdown > li.current-menu-item > .sub-menu a {
  color: var(--primary-color);
}

.side-menu-dropdown > li > .sub-menu a {
  font-size: 15px;
  line-height: 1.2;
  color: var(--secondary-color);
  display: block;
  width: 100%;
  padding: 6px 40px 6px 0;
  font-family: var(--bodyfont);
}

.footer-signup-form-wpr form {
  position: relative;
}

.footer-signup-form-wpr form .gform_footer {
  padding: 0 !important;
}

/* ================ 10/014/2023 END ============= */

/* support-12-04-2023-css-start */

.newsletter-form-wpr .gfield_radio {
  display: flex;
  align-items: center;
  width: auto;
  margin: 0 -11px;
}

.newsletter-form-wpr .gfield_radio .gchoice {
  padding: 0 11px;
}

.newsletter-form-wpr .gfield_radio .gchoice input[type="radio"] {
  visibility: hidden;
  display: none;
}

.newsletter-form-wpr .gfield_radio .gchoice label {
  max-width: 100% !important;
  padding-left: 28px;
  position: relative;
}

.newsletter-form-wpr
  .gfield_radio
  .gchoice
  input[type="radio"]
  + label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 1px;
  width: 20px;
  height: 20px;
  border: 1px solid #473966;
  border-radius: 100%;
  background: transparent;
}

.newsletter-form-wpr
  .gfield_radio
  .gchoice
  input[type="radio"]:checked
  + label::before {
  background: #fff;
}

.newsletter-form-wpr .gfield_radio .gchoice input[type="radio"] + label::after {
  content: "";
  width: 8px;
  height: 8px;
  background: var(--secondary-color);
  position: absolute;
  top: 7px;
  left: 6px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.newsletter-form-wpr
  .gfield_radio
  .gchoice
  input[type="radio"]:checked
  + label::after {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.newsletter-form-wpr
  .gfield_radio
  .gchoice
  input[type="radio"]:not(:checked)
  + label::after {
  opacity: 0;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}

.testimonial-slider-innerWrp {
  position: relative;
  background: #ffffff;
  border: 1px solid #f2f2f2;
  padding: 25px 43px 25px 23px;
}

.testimonial-slider-snglWrp {
  padding: 0 15px;
}

.testimonial-slider-mainSec .slick-list {
  margin: 0 -15px;
}

.testimonial-slider-wpr {
  position: relative;
}

.testimonial-slider-innerTop {
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.testimonial-slider-innerTop span {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-weight: 400;
  font-size: 45px;
  font-family: var(--headingfont);
}

.testimonial-slider-innerTop span.oneWrap {
  background: #ffd9a9;
  color: #995a0b;
}

.testimonial-slider-innerTop span.twoWrap {
  background: #ffd5d6;
  color: #b1575b;
}

.testimonial-slider-innerTop span.threeWrap {
  background: #f9e3ff;
  color: #b56ec9;
}

.testimonial-slider-innerTop i {
  padding-left: 15px;
}

.testimonial-slider-innerWrp h4 {
  font-size: 20px;
  margin-bottom: 12px;
}

/* support-12-04-2023-css-end */

/* support 13-04-23 start */
.main-banner .main-banner-content h1 {
  text-transform: uppercase;
}

.newsletter-sec #input_3_7 {
  padding-left: 25px !important;
  background-image: url(./images/srch-icon.svg);
  background-size: 14px;
  background-position: left center;
  background-repeat: no-repeat;
}

.newsletter-sec #input_3_8,
.newsletter-sec #input_3_9 {
  background-image: url(./images/down-angle-dark.svg);
  background-size: 11px;
  background-position: right 5px center;
  border: 0;
  border-bottom: 1px solid #473966;
  padding: 0;
  background-color: transparent;
  color: #fff;
}

.newsletter-sec .gform_wrapper.gravity-theme input {
  padding: 0 !important;
}

.newsletter-sec .gform_wrapper.gravity-theme textarea {
  padding: 0 !important;
}

.newsletter-sec .gform_wrapper.gravity-theme .gform_fields {
  grid-column-gap: 5%;
}

.newsletter-sec .gform_wrapper.gravity-theme .gform_footer {
  padding-bottom: 0;
}

.newsletter-sec
  .gform_wrapper.gravity-theme
  .gform_footer
  input[type="submit"] {
  margin-bottom: 0;
}

.footer-social-link .norm_row {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  float: none;
  width: auto !important;
}

.footer-social-link .sfsi_wicons {
  margin: 0 !important;
  margin-right: 14px !important;
  padding-top: 0;
  z-index: 1 !important;
}

.footer-social-link .sfsi_wicons:last-child {
  margin-right: 0 !important;
}

.footer-social-link .sfsi_shortcode_container {
  float: none !important;
  margin-bottom: 26px;
  min-height: initial;
}

.buying-social-link.footer-social-link .sfsi_shortcode_container {
  margin-bottom: 0;
}

.buying-social-link.footer-social-link .norm_row {
  justify-content: flex-start;
}

/*.footer-social-link .sfsi_wicons{
    width: 36px !important;
    height: 36px !important;
}
 .footer-social-link .sfsi_wicons .inerCnt a{
    width: 36px !important;
    height: 36px !important;
}*/
/* support 13-04-23 end */

/* CSS Modification 14.04.23 */
.contact-sml-form-wpr.get-in-touch-form-wpr
  .gform_body.gform-body
  input[type="email"] {
  padding-left: 30px !important;
}

.contact-sml-form-wpr.get-in-touch-form-wpr
  .gform_body.gform-body
  label.gfield_label {
  margin-bottom: 18px;
  font-weight: 500;
  font-size: 15px;
}

.contact-sml-form-wpr.get-in-touch-form-wpr
  .gform_body.gform-body
  textarea.textarea {
  height: 130px;
  padding: 13px 14px 0 !important;
}

.contact-sml-form-wpr.get-in-touch-form-wpr
  .gform_wrapper.gravity-theme
  .gform_fields {
  grid-row-gap: 12px;
}

.contact-sml-form-wpr.get-in-touch-form-wpr
  .gform_wrapper.gravity-theme
  .gform_footer,
.contact-sml-form-wpr.get-in-touch-form-wpr
  .gform_wrapper.gravity-theme
  .gform_page_footer {
  margin: 15px 0 0;
}

.main-contact-form-wpr .gform_wrapper.gravity-theme input[type="text"],
.main-contact-form-wpr .gform_wrapper.gravity-theme input[type="tel"],
.main-contact-form-wpr .gform_wrapper.gravity-theme input[type="password"],
.main-contact-form-wpr .gform_wrapper.gravity-theme input[type="email"],
.main-contact-form-wpr .gform_wrapper.gravity-theme input[type="search"] {
  padding-left: 40px !important;
}

.main-contact-form-wpr .gform_body.gform-body .gfield textarea.textarea {
  height: 110px;
  background-position: left 13px top 22px;
  padding: 17px 15px 10px !important;
  padding-left: 40px !important;
}

.main-contact-form-wpr .gform_wrapper.gravity-theme .gform_footer,
.main-contact-form-wpr .gform_wrapper.gravity-theme .gform_page_footer {
  padding-bottom: 0;
  margin-top: 0;
}

.main-contact-form-wpr
  .gform_wrapper.gravity-theme
  .gform_footer
  input[type="submit"],
.main-contact-form-wpr
  .gform_wrapper.gravity-theme
  .gform_page_footer
  input[type="submit"] {
  margin-bottom: 0;
}

.find-elixir-form-wpr .gform_body.gform-body input[type="text"],
.find-elixir-form-wpr .gform_body.gform-body input[type="email"],
.find-elixir-form-wpr .gform_body.gform-body input[type="tel"],
.find-elixir-form-wpr .gform_body.gform-body input[type="password"] {
  padding-left: 30px !important;
}

.find-elixir-form-wpr .gform_body.gform-body .gfield textarea.textarea {
  height: 50px;
  text-indent: 30px;
  padding: 0;
  margin-top: 20px;
}

.find-elixir-form-wpr .gform_body.gform-body .ginput_container_select select {
  background-color: transparent;
  border: 0;
  border-bottom: 1px solid #473966;
  color: #fff;
  padding-right: 50px;
}

.find-elixir-form-wpr
  .gform_body.gform-body
  .ginput_container_select
  select
  option,
.contact-sml-form-wpr
  .gform_body.gform-body
  .ginput_container_select
  select
  option {
  color: #473966;
}

.find-elixir-form-wpr .gform_wrapper.gravity-theme .gform_footer,
.find-elixir-form-wpr .gform_wrapper.gravity-theme .gform_page_footer {
  padding-bottom: 0;
  margin-top: 0;
}

.find-elixir-form-wpr
  .gform_wrapper.gravity-theme
  .gform_footer
  input[type="submit"],
.find-elixir-form-wpr
  .gform_wrapper.gravity-theme
  .gform_page_footer
  input[type="submit"] {
  margin-bottom: 0;
}

.find-elixir-form-wpr .gform_wrapper.gravity-theme .gform_fields {
  grid-row-gap: 13px;
}

/* CSS Modification 14.04.23 */

/*support 17/4/2023 start */
.page-template-selling-exisitng-home .contact-sml-form-wpr form .gfield_radio {
  display: flex;
  flex-wrap: wrap;
}

.page-template-selling-exisitng-home
  .contact-sml-form-wpr
  .gfield_radio
  input[type="radio"] {
  display: none;
  visibility: hidden;
}

.page-template-selling-exisitng-home
  .contact-sml-form-wpr
  .gfield_radio
  input[type="radio"]
  + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 1px;
  width: 20px;
  height: 20px;
  border: 1px solid #473966;
  border-radius: 100%;
  transition: 0.5s;
}

.page-template-selling-exisitng-home
  .contact-sml-form-wpr
  .gfield_radio
  input[type="radio"]
  + label::after {
  content: "";
  width: 8px;
  height: 8px;
  background: var(--secondary-color);
  position: absolute;
  top: 7px;
  left: 6px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.page-template-selling-exisitng-home
  .contact-sml-form-wpr
  .gfield_radio
  input[type="radio"]:checked
  + label::after {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.page-template-selling-exisitng-home
  .contact-sml-form-wpr
  .gfield_radio
  input[type="radio"]
  + label,
.page-template-selling-exisitng-home
  .contact-sml-form-wpr
  .gfield_checkbox
  input[type="checkbox"]
  + label {
  width: 100%;
  max-width: 100%;
}

.page-template-selling-exisitng-home
  .contact-sml-form-wpr
  .gfield_radio
  input[type="radio"]:checked
  + label:before {
  background: #fff;
}

.page-template-selling-exisitng-home
  .contact-sml-form-wpr
  .gfield_radio
  .gchoice {
  position: relative;
  margin: 0;
  padding-left: 28px;
  display: inline-block;
  margin-right: 14px;
  cursor: pointer;
  margin-bottom: 12px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.page-template-selling-exisitng-home
  .contact-sml-form-wpr
  .ginput_container_select
  select {
  border: 1px solid #473966;
  padding: 0 20px 0 14px;
  padding-right: 30px;
  font-size: 17px;
  color: #ffffff;
  font-weight: 500;
  min-height: 60px;
  background-image: url(images/down-caret.svg);
  background-size: 10px;
  background-position: right 13px center;
  background-color: transparent;
}

.page-template-selling-exisitng-home
  .contact-sml-form-wpr
  .ginput_container_select
  option {
  color: #ffffff;
}

.page-template-selling-exisitng-home
  .contact-sml-form-wpr
  .ginput_container_select
  option.gf_placeholder {
  color: #473966;
}

.page-template-selling-exisitng-home
  .contact-sml-form-wpr
  .gfield_checkbox
  .gchoice {
  position: relative;
  margin: 0;
  padding-left: 30px;
  display: inline-block;
  font-size: 14px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.page-template-selling-exisitng-home
  .contact-sml-form-wpr
  .gfield_checkbox
  input[type="checkbox"] {
  display: none;
  visibility: hidden;
}

.page-template-selling-exisitng-home
  .contact-sml-form-wpr
  .gfield_checkbox
  input[type="checkbox"]
  + label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0px;
  width: 18px;
  height: 18px;
  border: 1px solid #473966;
  background: transparent;
}

.page-template-selling-exisitng-home
  .contact-sml-form-wpr
  .gfield_checkbox
  input[type="checkbox"]
  + label::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0px;
  width: 18px;
  height: 18px;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  background: url(images/tick.svg) no-repeat center center;
  background-size: 12px;
  background-color: var(--primary-color);
}

.page-template-selling-exisitng-home
  .contact-sml-form-wpr
  .gfield_checkbox
  input[type="checkbox"]:not(:checked)
  + label::after {
  opacity: 0;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}

.page-template-selling-exisitng-home
  .contact-sml-form-wpr
  .gfield_checkbox
  label {
  cursor: pointer;
}

.page-template-selling-exisitng-home
  .contact-sml-form-wpr
  .gfield_checkbox
  label:hover {
  color: var(--primary-color);
}

.page-template-selling-exisitng-home
  .contact-sml-form-wpr
  .gfield_checkbox
  input[type="checkbox"]:checked
  + label::after {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.page-template-selling-exisitng-home
  .contact-sml-form-wpr
  .gform_wrapper.gravity-theme
  .gfield_label {
  font-weight: 500;
  margin-bottom: 19px;
}

.location-details-imgbox {
  width: 115px;
  height: 115px;
}

.location-details-mainbox {
  height: 440px;
  padding-right: 18px;
}

.location-details-imgbox img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.location-details-contntbox {
  width: calc(100% - 115px);
  padding-left: 15px;
}

.location-details-card {
  display: flex;
  padding: 15px;
}

.location-details-card h4 {
  font-size: 18px;
  margin-bottom: 15px;
}

.location-details-card.active {
  border: 1px solid var(--primary-color);
}

.nicescroll-rails-vr {
  background-color: #e1e1e1;
}

/*support 17/4/2023 end */

/*support 18/4/2023 start */

.newsletter-txt-wpr .ginput_container_phone input.large,
.img-form-content-wpr .ginput_container_phone input.large {
  border: none !important;
}

.newsletter-txt-wpr .ginput_container_phone .iti__flag-container,
.img-form-content-wpr .ginput_container_phone .iti__flag-container {
  position: static !important;
}

.newsletter-txt-wpr .ginput_container_phone .iti--allow-dropdown,
.img-form-content-wpr .ginput_container_phone .iti--allow-dropdown {
  display: flex !important;
  align-items: center;
  border-bottom: 1px solid #473966 !important;
}

.find-elixir-form-wpr .iti--allow-dropdown .iti__selected-dial-code {
  color: #fff !important;
}

.newsletter-txt-wpr .iti__country-name {
  color: #2f2f2f !important;
}

.article-listing-card .article-listing-content .hFive {
  overflow: visible;
  -o-text-overflow: inherit;
  text-overflow: inherit;
  -webkit-line-clamp: inherit;
  line-clamp: inherit;
  -webkit-box-orient: inherit;
}

.prop-listing-slider .slick-track {
  display: flex !important;
}

.prop-listing-slider .prop-listing-slider-item {
  height: inherit !important;
}

.article-listing-card .article-listing-content > p {
  overflow: visible;
  -o-text-overflow: inherit;
  text-overflow: inherit;
  display: -webkit-box;
  -webkit-line-clamp: inherit;
  line-clamp: inherit;
  -webkit-box-orient: inherit;
}

/*support 18/4/2023 end */

/* update start RN 19-04-2023 */

.sw-pagination {
  text-align: center;
  margin-top: 35px;
}

.sw-pagination .page-numbers {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background: var(--primary-color);
  color: #fff;
  border: 1px solid var(--primary-color);
  transition: all 0.3s ease-in-out;
  font-weight: 500;
  margin-right: 10px;
}

.sw-pagination .page-numbers:last-child {
  margin-right: 0;
}

.sw-pagination .page-numbers:hover {
  color: var(--primary-color);
  background: #fff;
}

.sw-pagination .page-numbers.current {
  color: var(--primary-color);
  background: #fff;
}

.sw-pagination .page-numbers.next,
.sw-pagination .page-numbers.prev {
  width: auto;
  height: auto;
  color: var(--primary-color);
  background: #fff;
  border: none;
}

.sw-pagination .page-numbers.prev:hover {
  color: var(--body-txt-color);
}

/* update end RN 19-04-2023 */
/* support start 25.4.23 */
.photo-modals {
  z-index: 99999 !important;
}

.photo-modals .modal-content {
  width: 100%;
  position: relative;
}

.photo-modals .modal-dialog {
  max-width: 900px;
}

.photo-modals .btn-close {
  position: absolute;
  right: 4px;
  top: 5px;
  width: 22px;
  height: 22px;
  background: var(--primary-color);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  opacity: 1;
}

.photo-modals .btn-close img {
  width: 10px;
  filter: brightness(0) invert(1);
}

.vidcls {
  width: 100%;
  height: 100%;
}

.vidcls source {
  width: 100%;
  height: 100%;
  display: block;
}

.photo-modals .btn-close:focus {
  box-shadow: none;
}

.enquery-form-wpr .iti__selected-flag {
  display: none;
}

.enquery-form-wpr #gform_8 .gform_footer,
.enquery-form-wpr #gform_9 .gform_footer {
  padding-bottom: 0;
}

.enquery-form-wpr #gform_8 .gform_footer .gform_button,
.enquery-form-wpr #gform_9 .gform_footer .gform_button {
  margin-bottom: 0;
}

.enquery-form-wpr #gform_8 .ginput_container_textarea {
  height: 110px;
}

.ftrlinks-ssl ul {
  justify-content: center;
}

/* enwuery-from sec radio btn start */

.enquery-form-wpr #gform_9 .gfield_radio {
  display: flex;
  flex-wrap: wrap;
}

.enquery-form-wpr #gform_9 .gfield_radio input[type="radio"] {
  display: none;
  visibility: hidden;
}

.enquery-form-wpr #gform_9 .gfield_radio input[type="radio"] + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 1px;
  width: 20px;
  height: 20px;
  border: 1px solid #473966;
  border-radius: 100%;
  transition: 0.5s;
}

.enquery-form-wpr #gform_9 .gfield_radio input[type="radio"] + label::after {
  content: "";
  width: 8px;
  height: 8px;
  background: var(--secondary-color);
  position: absolute;
  top: 7px;
  left: 6px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  opacity: 0;
}

.enquery-form-wpr
  #gform_9
  .gfield_radio
  input[type="radio"]:checked
  + label::after {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.enquery-form-wpr #gform_9 .gfield_radio input[type="radio"] + label {
  width: 100%;
  max-width: 100%;
}

.enquery-form-wpr
  #gform_9
  .gfield_radio
  input[type="radio"]:checked
  + label:before {
  background: #fff;
}

.enquery-form-wpr #gform_9 .gfield_radio .gchoice {
  position: relative;
  margin: 0;
  padding-left: 28px;
  display: inline-block;
  margin-right: 14px;
  cursor: pointer;
  margin-bottom: 12px;

  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.enquery-form-wpr #gform_9 .gfield_radio .gchoice label {
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.enquery-form-wpr #gform_9 .gfield_label {
  font-size: 15px;
  font-weight: 500;
}

.enquery-form-wpr #gform_9 .gfield_radio .gchoice:hover label {
  color: var(--primary-color);
}

/* about calculator start */
.estimated-cost-wpr #main-sec {
  padding: 0;
  background: var(--primary-color);
}

.estimated-cost-wpr
  #main-sec
  .loan-option-text-info
  .loan-option-text-info-section
  .loan-option-text-info-block
  .first-row
  .first-row-sub-child {
  width: 50%;
  padding: 8px;
}

.estimated-cost-wpr
  #main-sec
  .loan-option-text-info
  .loan-option-text-info-section
  .loan-option-text-info-block
  .first-row {
  margin: -8px;
}

.estimated-cost-wpr
  #main-sec
  .loan-option-text-info
  .loan-option-text-info-section
  .loan-option-text-info-block
  .first-row
  .first-row-sub-child:last-child {
  width: 100%;
}

.estimated-cost-wpr
  #main-sec
  .loan-option-text-info
  .loan-option-text-info-section
  .loan-option-text-info-block
  .first-row
  .first-row-sub-child:last-child
  .first-row-main-child {
  width: 100%;
  padding-right: 0;
}

.estimated-cost-wpr
  #main-sec
  .loan-option-text-info
  .loan-option-text-info-section
  .loan-option-text-info-block
  .second-row
  .second-row-sub-child {
  width: 100%;
}

.estimated-cost-wpr
  #main-sec
  .loan-option-text-info
  .loan-option-text-info-section
  .loan-option-text-info-block
  .second-row {
  margin-top: 12px;
}

.estimated-cost-wpr #main-sec .loan-option-text-info,
.estimated-cost-wpr #main-sec .calculator-child-heading {
  background: transparent;
}

.estimated-cost-wpr #main-sec .loan-text {
  font-weight: 500;
  font-size: 11px;
  line-height: 1;
  text-transform: uppercase;
  color: #ffffff;
  margin-bottom: 10px;
}

.estimated-cost-wpr #main-sec .loan-text-dis input,
.estimated-cost-wpr
  #main-sec
  .first-row-sub-child
  .first-row-main-child
  select {
  border: 1px solid #f5787b;
  height: 50px;
  padding: 0 12px;
  width: 100%;
  background: transparent;
  font-weight: 500;
  font-size: 14px;
  text-transform: uppercase;
  color: #ffffff;
}

.estimated-cost-wpr #main-sec .loan-text-dis span {
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  border: 1px solid #f5787b;
  font-weight: 500 !important;
  font-size: 13px;
  line-height: 1;
  text-transform: uppercase;
  color: #ffffff !important;
}

.estimated-cost-wpr #main-sec .calculator-child-heading h2 {
  font-size: 22px;
  font-weight: 400;
}

.estimated-cost-wpr
  #main-sec
  .loan-option-text-info
  .loan-option-text-info-section
  .loan-option-text-info-block
  .first-row
  .first-row-sub-child:nth-child(2)
  .loan-text-dis
  .extra-info {
  width: 150px;
}

.estimated-cost-wpr #main-sec .loan-detail-section-child {
  padding: 0;
}

.estimated-cost-wpr #main-sec .loan-detail-section-child .loan-detail-cal-desc {
  background: transparent;
}

.estimated-cost-wpr
  #main-sec
  .loan-option-text-info
  .loan-detail-section
  .loan-detail-section-child
  .sub-main-tab {
  padding-top: 0;
}

.estimated-cost-wpr #main-sec .loan-option-text-info .loan-detail-section {
  background: transparent;
}

.estimated-cost-wpr #main-sec .loan-cal-desc-heading label,
.estimated-cost-wpr #main-sec .loan-cal-desc-val label {
  color: #ffffff;
  font-weight: 400;
}

.estimated-cost-wpr #main-sec .loan-cal-desc-heading,
.estimated-cost-wpr #main-sec .loan-cal-desc-heading {
  margin-bottom: 8px;
}

.estimated-cost-wpr #main-sec .loan-cal-desc-val label span small,
.estimated-cost-wpr #main-sec .loan-cal-desc-val label span span,
.estimated-cost-wpr #main-sec .loan-cal-desc-val label small,
.estimated-cost-wpr #main-sec .loan-cal-desc-val label span {
  color: #ffffff;
}

.estimated-cost-wpr #main-sec .loan-cal-desc-val label span span,
.estimated-cost-wpr #main-sec .loan-cal-desc-val label span {
  font-size: 26px;
  font-weight: 400;
}

.estimated-cost-wpr #main-sec .loan-cal-desc-val label strong {
  font-weight: 400;
}

.estimated-cost-wpr
  #main-sec
  .loan-option-text-info
  .loan-option-text-info-section
  .loan-option-text-info-block
  input[type="range"] {
  height: 7px;
  border-radius: 0;
}

.estimated-cost-wpr #main-sec .loan-text-dis input:focus {
  -webkit-text-fill-color: #ffffff;
}

.estimated-cost-wpr #main-sec .loan-text-dis input#interest_rates {
  padding-right: 0;
}

.estimated-cost-wpr
  #main-sec
  .loan-option-text-info
  .loan-option-text-info-section
  .loan-option-text-info-block
  .second-row
  .second-row-sub-child
  .loan-text-dis
  span#interest_rate_range_dis {
  right: 0;
  width: 80px;
}

.featured-home-sec.dark-bg .arrow_control .arrow_btn.prev_arrow,
.featured-home-sec.dark-bg .arrow_control .arrow_btn.next_arrow {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}

.featured-home-sec.dark-bg .arrow_control .arrow_btn:hover {
  -webkit-filter: none;
  filter: none;
}

.estimated-cost-wpr .heading-section .heading-sec-link li a {
  color: #000000;
}

.estimated-cost-wpr .heading-section .heading-sec-link li a:hover {
  color: var(--primary-color);
}

.ssl-head {
  text-align: center;
  margin-bottom: 20px;
}

.estimated-cost-wpr #main-sec .calculator-child-heading center {
  text-align: left;
  padding-left: 16px;
}

.currency-switcher-form,
.currency-switcher-form .wSelect-theme-classic.wSelect,
.currency-switcher-form .wSelect-theme-classic .wSelect-options-holder,
.currency-switcher-form > input {
  background: transparent !important;
  box-shadow: none !important;
}

.currency-switcher-form .wSelect-theme-classic.wSelect {
  background-color: transparent !important;
  border: 0 !important;
  margin-top: -26px;
  margin-bottom: 0 !important;
  background: transparent !important;
  line-height: 1;
}

.currency-switcher-form .wSelect-el {
  background: transparent !important;
}

.currency-switcher-form .wSelect-arrow {
  background-image: url(images/down-angle.svg) !important;
  background-size: 10px;
  background-position: right center !important;
  background-repeat: no-repeat !important;
  width: 12px !important;
  right: 41px !important;
}

.currency-switcher-form .wSelect-selected {
  color: #fff;
  font-size: 20px;
}

.currency-switcher-form-blks {
  max-width: 75px;
}

.currency-switcher-form .wSelect-selected {
  margin: 0 !important;
  padding: 0 !important;
}

.currency-switcher-form .wSelect-theme-classic.wSelect-hover,
.currency-switcher-form .wSelect-theme-classic.wSelect-active {
  border: 0 !important;
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  background: transparent !important;
}

.currency-switcher-form-blks .currency-switcher-form .wSelect-option-icon {
  padding-left: 0 !important;
  font-family: var(--headingfont);
  background: transparent !important;
}

.currency-switcher-form-blks .currency-switcher-form .wSelect-option-value {
  font-size: 16px;
}

.currency-switcher-form-blks
  .currency-switcher-form
  .wSelect-theme-classic
  .wSelect-options {
  height: auto !important;
}

.about-this-calculator-popup .about-this-calculator-popup-body a.close-button {
  display: flex;
  align-items: center;
  justify-content: center;
}

/* support start mutistep form 26.4.23 */
.survey-form .sec-heading h2 {
  color: #ffffff;
}

.survey-form .sec-heading {
  margin: 0 auto 20px;
}

.survey-form .gfield_radio {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin: -15px;
}

.survey-form .gfield_radio .gchoice {
  display: inline-block;
  width: 33.33%;
  padding: 15px;
  position: relative;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  margin: 0 auto;
}

.survey-form .gfield_radio .gchoice input[type="radio"] {
  visibility: hidden;
  display: none;
}

.survey-form .gfield_radio .gchoice input[type="radio"]:checked + label {
  background: #000000;
  color: var(--white-clr);
}

.survey-form .gfield_radio .gchoice input[type="radio"] + label {
  display: inline-block;
  line-height: 1;
  text-align: center;
  width: 100%;
  background: transparent;
  /* padding: 16px; */
  max-width: 100%;
}

.survey-form .gfield_radio .gchoice label span {
  display: block;
  text-align: center;
  padding: 14px;
  color: #ffffff;
  margin: 0;
}

.survey-form .gfield_radio .gchoice label img {
  width: 100%;
}

.survey-form {
  background: var(--primary-color);
  padding: 30px;
  max-width: 100%;
  margin: 0 auto;
}

/* .second-home-sec {} */

.survey-form .gform_page_footer {
  text-align: center;
  margin-top: 65px !important;
}

.survey-form .gform_page_footer .gform_next_button,
.survey-form .gform_page_footer .gform_button {
  display: inline-block;
  text-align: center;
  font-size: 21px;
  font-family: var(--headingfont);
  color: #fff;
  background: var(--secondary-color);
  padding: 17px 30px;
  line-height: 1 !important;
  text-transform: capitalize;
  min-width: 193px;
  border: 0;
  height: auto;
  margin-bottom: 0 !important;
}

.survey-form .gform_page_footer .gform_next_button:hover,
.survey-form .gform_page_footer .gform_button:hover {
  background: #ffffff;
  color: var(--secondary-color);
}

.survey-form .gform_page_footer .gform_previous_button {
  display: inline-block;
  text-align: center;
  font-size: 21px;
  font-family: var(--headingfont);
  color: var(--secondary-color);
  background: #ffffff;
  padding: 17px 30px;
  line-height: 1 !important;
  text-transform: capitalize;
  min-width: 193px;
  border: 0;
  height: auto;
  margin-bottom: 0 !important;
}

.survey-form .gform_page_footer .gform_previous_button:hover {
  background: var(--secondary-color) !important;
  color: #ffffff !important;
}

.survey-form .gform_page_fields .gfield_label {
  text-align: center;
  color: #ffffff;
  font-family: var(--headingfont);
  font-weight: 400 !important;
  font-size: 22px !important;
  margin-bottom: 15px;
}

.survey-form #gf_page_steps_10 {
  display: none;
}

/* 2nd step start */
.survey-form #gform_page_10_2 .gfield_checkbox {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin: -8px;
}

.survey-form #gform_page_10_2 .gfield_checkbox .gchoice {
  display: inline-block;
  width: 33.33%;
  padding: 8px;
  position: relative;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  margin: 0 auto;
}

.survey-form #gform_page_10_2 .gfield_checkbox .gchoice input[type="checkbox"] {
  visibility: hidden;
  display: none;
}

.survey-form
  #gform_page_10_2
  .gfield_checkbox
  .gchoice
  input[type="checkbox"]
  + label {
  background: var(--secondary-color) !important;
  color: #ffffff !important;
  border-radius: 5px;
  padding: 16px;
  max-width: 100%;
  width: 100%;
}

.survey-form
  #gform_page_10_2
  .gfield_checkbox
  .gchoice
  input[type="checkbox"]:checked
  + label {
  background: #000000 !important;
  color: #ffffff !important;
}

.survey-form #gform_page_10_2 .gfield_checkbox .gchoice label span {
  text-align: center;
  display: block;
  margin-top: 15px;
  min-height: 50px;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.survey-form #gform_page_10_2 .gfield_checkbox .gchoice label img {
  text-align: center;
  display: block;
  margin: 0 auto;
  width: 50px;
  filter: brightness(0) invert(1);
}

/* 3rd step and 4th step start */
.survey-form
  #gform_page_10_3
  .gfield_radio
  .gchoice
  input[type="radio"]
  + label,
.survey-form
  #gform_page_10_4
  .gfield_radio
  .gchoice
  input[type="radio"]
  + label {
  background: var(--secondary-color) !important;
  color: #ffffff !important;
  border-radius: 5px;
  padding: 16px;
}

.survey-form
  #gform_page_10_3
  .gfield_radio
  .gchoice
  input[type="radio"]:checked
  + label,
.survey-form
  #gform_page_10_4
  .gfield_radio
  .gchoice
  input[type="radio"]:checked
  + label {
  background: var(--primary-color) !important;
  box-shadow: inset 0 0 0 1px #fff !important;
}

/* 5th step start */
.survey-form #gform_page_10_5 input[type="email"] {
  background-image: url(images/email-icon-dark.svg);
  padding-left: 40px !important;
  background-size: 18px;
  background-position: left 13px center;
  background-repeat: no-repeat;
  height: 60px;
  font-size: 16px !important;
  border: 0;
  background-color: #ffffff;
}

.survey-form #gform_page_10_5 .gfield .gfield_checkbox .gchoice {
  position: relative;
  margin: 0;
  padding: 0;
  display: inline-block;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.survey-form
  #gform_page_10_5
  .gfield
  .gfield_checkbox
  .gchoice
  input[type="checkbox"] {
  display: none;
  visibility: hidden;
}

.survey-form
  #gform_page_10_5
  .gfield
  .gfield_checkbox
  .gchoice
  input[type="checkbox"]
  + label {
  width: 100%;
  max-width: 100%;
}

.survey-form
  #gform_page_10_5
  .gfield
  .gfield_checkbox
  .gchoice
  input[type="checkbox"]
  + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 1px;
  width: 20px;
  height: 20px;
  border: 1px solid #ffffff;
  transition: 0.5s;
  background-color: #ff5a5f;
}

.survey-form
  #gform_page_10_5
  .gfield
  .gfield_checkbox
  .gchoice
  input[type="checkbox"]
  + label::after {
  content: "";
  width: 16px;
  height: 16px;
  background: url(images/tick5.svg) no-repeat;
  position: absolute;
  top: 2px;
  left: 2px;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  opacity: 0;
  background-size: 16px;
  background-position: center;
}

.survey-form
  #gform_page_10_5
  .gfield
  .gfield_checkbox
  .gchoice
  input[type="checkbox"]:checked
  + label::after {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.survey-form #gform_page_10_5 .gfield .gfield_checkbox .gchoice label {
  position: relative;
  padding-left: 30px;
  color: #ffffff;
}

.survey-form #gform_page_10_5 .gfield .gfield_checkbox {
  text-align: left;
}

.survey-form #gform_page_10_5 .gform_page_footer {
  margin-top: 15px !important;
}

.survey-form #gform_page_10_5 .gform_fields #field_10_25 {
  text-align: center;
  color: #ffffff;
  font-size: 20px;
  max-width: 300px;
  margin: 0 auto 40px;
}

.gform_confirmation_message_10 {
  color: #ffffff;
  text-align: center;
}

.survey-form #gform_page_10_1 .gfield_radio .gchoice label img {
  min-height: 122px;
  object-fit: cover;
}

.ftrlinks-ssl .norm_row {
  justify-content: center;
}

/* wishlist start */

.property-view-points-list .wishlist-button-wrap i {
  font-size: 24px;
  color: #ffffff;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.property-view-points-list .wishlist-button-wrap .wishlist_save {
  margin: 0;
}

.property-view-points-list
  .wishlist-button-wrap
  .wishlist_save
  .wishlist_save_icon {
  width: 24px;
  display: block;
  margin-bottom: 5px;
}

.property-view-points-list .wishlist-button-wrap {
  text-align: center;
}

.property-view-points-wpr
  .property-view-points-list
  ul
  li
  a:hover
  .wishlist-button-wrap
  i {
  color: var(--heading-text-color);
}

.top-favourite-icon .wishlist-button-wrap i {
  color: var(--primary-color);
}

.property-view-points-wpr
  .property-view-points-list
  ul
  li
  a.top-favourite-icon:hover
  .wishlist-button-wrap
  i {
  color: var(--primary-color);
}

/* wishlist start */

/* support end 26.4.23 */
/* support start 27.4.23 */
:where(body:not(.woocommerce-block-theme-has-button-styles))
  .woocommerce
  button.button,
:where(body:not(.woocommerce-block-theme-has-button-styles))
  .woocommerce
  a.button {
  display: inline-block;
  text-align: center;
  font-size: 16px;
  font-family: var(--headingfont);
  color: #fff;
  background-color: var(--secondary-color);
  padding: 10px 20px;
  line-height: 1;
  text-transform: capitalize;
}

:where(body:not(.woocommerce-block-theme-has-button-styles))
  .woocommerce
  a.button {
  background: var(--primary-color);
}

:where(body:not(.woocommerce-block-theme-has-button-styles))
  .woocommerce
  a.button:hover {
  background: #ffffff;
  color: #000000;
}

:where(body:not(.woocommerce-block-theme-has-button-styles))
  .woocommerce
  button.button:hover {
  background: var(--primary-color);
  color: #ffffff;
}

.woocommerce-account .footer-social-link {
  display: none;
}

.woocommerce-form-row.form-row {
  margin-top: 10px !important;
}

.woocommerce-MyAccount-navigation ul {
  list-style-type: none;
  padding-left: 0;
  margin: 0;
}

.woocommerce-MyAccount-navigation ul li.is-active {
  background: var(--primary-color);
}

.woocommerce-MyAccount-navigation ul li {
  background: var(--secondary-color);
  color: #ffffff;
  padding: 10px 20px;
  margin-bottom: 20px;
}

.woocommerce-MyAccount-navigation ul li:hover {
  background: var(--primary-color);
}

.woocommerce-MyAccount-navigation ul li::before {
  display: none;
}

.woocommerce-MyAccount-navigation ul li a {
  color: #ffffff;
}

.my-wishlist .item a.item_inside {
  margin: 0 auto;
}

.my-wishlist .items {
  text-align: left !important;
}

.wishlist-items .wl-single-item .remove:hover {
  background: var(--secondary-color);
  border: 0;
}

.wishlist-items .wl-single-item .remove {
  border: 0 !important;
}

.wl-title {
  color: var(--secondary-color);
  margin-bottom: 15px !important;
}

.wl-title:hover {
  color: var(--primary-color);
}

.pick .pick_notice.pick_success {
  border-left: 5px solid var(--primary-color) !important;
  background: var(--secondary-color);
  color: #ffffff;
}

/* .logged-in .footer-social-link {
    display: none;
} */

.single-wishlist .wishlist-items {
  margin: -15px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.single-wishlist .wishlist-items .wl-single-item {
  width: 25%;
  padding: 15px;
  margin: 0;
}

.single-wishlist .wishlist-items .wl-single-item .wl-thumb span {
  width: 100%;
  /* height: 150px; */
}

.woocommerce-MyAccount-content {
  border: 1px solid var(--secondary-color);
  padding: 40px;
}

.woocommerce-info {
  border-top-color: var(--primary-color);
  background: var(--secondary-color);
  color: #ffffff;
}

.woocommerce-info::before {
  color: #ffffff;
}

.woocommerce-Address {
  border: 1px solid var(--secondary-color);
  padding: 20px;
}

.woocommerce-Address-title .edit {
  background: var(--secondary-color);
  color: #fff;
  padding: 4px 12px;
  display: inline-block;
  text-align: center;
}

.woocommerce-Address-title .edit:hover {
  background: var(--primary-color);
}

.woocommerce-Address-title {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}

.woocommerce-Address-title h3 {
  margin: 0;
  width: calc(100% - 55px);
}

.woocommerce-MyAccount-content form h3 {
  margin-top: 0;
}

.woocommerce-MyAccount-content form p:last-child {
  margin-top: 20px;
}

.woocommerce form .form-row {
  margin-top: 0 !important;
}

.select2-container--default .select2-selection--single {
  background-color: #f7f7f7;
  border-radius: 0;
  color: var(--body-txt-color);
  border: 1px solid #d9d9d9;
  height: 50px;
  padding: 0 16px;
  font-size: 14px;
  font-weight: 500;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  color: var(--body-txt-color);
  line-height: 50px;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  height: 50px;
}

.woocommerce-MyAccount-content .my-wishlist .item {
  width: 33.33%;
  padding: 10px;
}

.woocommerce-MyAccount-content .my-wishlist .items {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -15px;
}

.woocommerce-MyAccount-content .my-wishlist .item a.item_inside {
  width: 100%;
  height: 100%;
}

.woocommerce-MyAccount-content .my-wishlist .item .item_img {
  width: 100%;
}

.featured-card-wishlist-btn .wishlist-button-wrap {
  margin-top: 0;
  font-size: 0 !important;
}

.featured-card-wishlist-btn .wishlist-button-wrap .wishlist_save_icon i {
  color: #000000;
  font-size: 22px;
}

.featured-card-wishlist-btn .wishlist-button-wrap .wishlist_save {
  margin: 0;
  line-height: 1;
}

.featured-card-wishlist-btn .wishlist-button-wrap .wishlist_save_icon i:hover {
  color: var(--primary-color);
}

/* header my account dropdown */
.menurt .btn {
  background: transparent;
  border: none;
  padding: 0;
  font-size: 20px;
  padding-right: 20px;
  font-family: var(--headingfont);
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.menurt .btn span {
  display: inline-block;
  margin-right: 5px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.menurt .btn.dropdown-toggle::after {
  background: url(images/down-angle.svg) no-repeat;
  border: none;
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  background-size: 10px;
  width: 11px;
  height: 6px;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
}

.menurt .dropdown-menu {
  font-size: 12px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.menurt button span img {
  filter: brightness(0) invert(1);
  width: 25px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.menurt {
  margin-right: 20px;
  line-height: 1;
}

.menurt .btn:focus {
  box-shadow: none;
  border: 0 !important;
  outline: none !important;
}

.menurt button a {
  color: #ffffff;
}

.menurt button:hover a {
  color: var(--primary-color);
}

.menurt button:hover a span img {
  filter: invert(51%) sepia(56%) saturate(1094%) hue-rotate(317deg)
    brightness(94%) contrast(117%);
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.single-wishlist .m_detls_date {
  display: none;
}

.single-wishlist .footer-social-link {
  display: none;
}

.menurt .dropdown-menu {
  min-width: 6rem;
}

.menurt .dropdown-item {
  font-size: 14px;
}

.woocommerce-error li::before {
  display: none;
}

.woocommerce-error::before,
.woocommerce-message::before {
  color: #ffffff;
}

.woocommerce-error,
.woocommerce-message {
  border-top-color: var(--primary-color);
  background: var(--secondary-color);
  color: #ffffff;
}

.woocommerce-error {
  padding: 1em 2em 1em 3.5em !important;
}

/* custom dropdown support start 28.4.23 */
.custom-dropdown.navbar-nav .clickD {
  position: absolute;
  display: inline-block;
  width: 14px;
  height: 14px;
  background: url(images/down-angle.svg) center center no-repeat transparent;
  background-size: 10px;
  right: 0;
  top: 50%;
  transform: translateY(-50%) !important;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.custom-dropdown.navbar-nav > li.menu-item-has-children > a {
  padding-right: 20px;
}

.custom-dropdown {
  margin-right: 20px;
}

.custom-dropdown li a span img {
  width: 22px;
  line-height: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.custom-dropdown li a span {
  margin-right: 5px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.custom-dropdown li:hover a span img {
  filter: invert(51%) sepia(56%) saturate(1094%) hue-rotate(317deg)
    brightness(94%) contrast(117%);
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.property-details-point-wpr .below_banner_features {
  width: 50%;
  margin-right: 0;
  padding: 10px;
}

.property-details-point-wpr .below_banner_features ul {
  flex-wrap: wrap;
}

.property-details-point-wpr {
  margin: -10px;
}

.property-details-point-wpr address {
  text-align: right;
}

/* support start 28.4.7 listing search star */
/* .listing-srch-frm-blk {
  max-width: 610px;
  margin: 0 auto;
} */

.listing-srch-area-top {
  display: flex;
  align-items: center;
  background: #ffffff;
  border: 1px solid #f2f2f2;
  border-radius: 10px;
  padding: 10px;
  justify-content: space-between;
  max-width: 610px;
  margin: 0 auto;
}

.fltr-btn00 {
  border: 1px solid #f2f2f2;
  display: inline-block;
  padding: 13px 20px;
  font-weight: 400;
  font-size: 16px;
  line-height: 1;
  text-transform: capitalize;
  color: #000000;
  border: 0;
  min-width: 110px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.srch-btn00,
input[type="submit"].frm-srch-btn-cls {
  background: var(--primary-color);
  min-width: 128px;
  padding: 13px 20px;
  display: inline-block;
  text-align: center;
  font-weight: 400;
  font-size: 18px;
  line-height: 1;
  text-transform: capitalize;
  color: #ffffff;
  border: 0;
  min-width: 128px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.srch-btn00:hover,
.fltr-btn00:hover,
input[type="submit"].frm-srch-btn-cls:hover {
  background: var(--secondary-color);
  color: #ffffff;
}

.fltr-btn00:hover span img {
  filter: brightness(0) invert(1);
}

.fltr-btn00 span img {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 18px;
}

.frmgrp-input input {
  height: 44px;
  font-weight: 400;
  font-size: 21px;
  color: #000000;
  padding: 5px 30px;
  background-image: url(images/srch00.svg);
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: left;
  border: 0;
  background-color: transparent;
}

.frm-btngrp {
  display: flex;
  align-items: center;
  width: 248px;
  justify-content: space-between;
}

.frmgrp-input {
  width: calc(100% - 248px);
}

.search-bar-wpr-in {
  background: #ffffff;
  border: 1px solid #f2f2f2;
  border-radius: 10px;
  padding: 30px 20px;
  margin-top: 20px;
  /* max-width: 987px;
  margin: 0 auto; */
}

.fltr-frm-blks select {
  border: 1px solid #9d9d9d;
  border-radius: 3px;
  height: 38px;
  padding: 5px 13px;
  padding-right: 20px;
  font-weight: 500;
  font-size: 13px;
  line-height: 26px;
  text-transform: uppercase;
  color: #9d9d9d;
  background: url(images/dwn0-arw.svg) no-repeat calc(100% - 16px) center
    transparent;
  background-size: 10px;
}

.rwcls-ss label {
  font-weight: 500;
  font-size: 13px;
  line-height: 1;
  text-transform: capitalize;
  color: #2f2f2f;
  margin-bottom: 8px;
}

.frm-hdng {
  font-weight: 700;
  font-size: 16px;
  line-height: 1;
  text-transform: capitalize;
  color: #000000;
  margin-bottom: 13px;
}

.fltr-frm-blks:not(:last-child) {
  border-bottom: 1px solid #d9d9d9;
  padding-bottom: 20px;
  margin-bottom: 18px;
}

.search-bar-wpr-in .hFive {
  text-align: center;
}

.fltr-frm-blks-btm {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 34px;
}

/* custom checkbox edit start */

.custm-checkbox-ss label input[type="checkbox"] + span::before {
  width: 18px;
  height: 18px;
  border: 1px solid #9d9d9d;
  border-radius: 3px;
  left: -24px;
  top: 2px;
}

.custm-checkbox-ss label {
  padding-left: 24px;
  line-height: 1;
  width: 33.33%;
  padding: 10px 20px;
  padding-left: 44px;
}

.custm-checkbox-ss label span {
  font-weight: 500;
  font-size: 15px;
  line-height: 1;
  text-transform: capitalize;
  color: #2f2f2f;
  position: relative;
  /* padding-left: 24px; */
}

.custm-checkbox-ss {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: -10px -20px;
}

.custm-checkbox-ss.form_input_check label input[type="checkbox"] + span::after {
  width: 18px;
  height: 18px;
  background: url(images/tick-ss.svg) no-repeat center center;
  background-size: 15px;
  left: -24px;
  top: 2px;
}

/* custom checkbox edit end */
.clearbtn1 {
  font-weight: 500;
  font-size: 15px;
  line-height: 1;
  text-transform: capitalize;
  color: #2f2f2f;
  display: inline-block;
}

.clearbtn1:hover {
  color: var(--primary-color);
}

/* search-open start */

/* .search-bar-wpr-in.search-open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0);
    transition: all 0.3s ease;
}

.search-bar-wpr-in {
    position: absolute;
    right: 0;
    width: 100%;
    z-index: 1000;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(-30px);
    transition: all 0.3s ease;
    max-width: 600px;
    top: 85px;
} */
.search-bar-wpr-in {
  display: none;
}

.listing-srch-area {
  position: relative;
}

/* search-open end */

.fltr-frm-blks .clsp {
  padding: 10px;
}

.fltr-frm-blks .rwsp {
  margin: -10px;
}

.search-bar-wpr-in h2 {
  font-weight: 700;
}

/* support end 28.4.7 listing search end */
.pick .pick_notice.pick_error {
  border-left: 5px solid var(--primary-color) !important;
  background-color: var(--secondary-color) !important;
}

.pick .pick_notice {
  color: #fff !important;
}

.survey-form .gfield_radio .gchoice input[type="radio"]:checked + label {
  background: var(--secondary-color);
}

.survey-form
  #gform_page_10_2
  .gfield_checkbox
  .gchoice
  input[type="checkbox"]:checked
  + label {
  background: var(--primary-color) !important;
  box-shadow: inset 0 0 0 1px #fff !important;
}

/* 04/05/2023 dm */

.contact-sml-form-wpr.get-in-touch-form-wpr form input[type="email"] {
  font-size: 15px;
  font-family: inherit;
}

.full-details-sec .details-content-wpr {
  max-width: 987px;
  text-align: justify;
  padding-left: 23px;
  padding-right: 23px;
}

.sfsi_widget .sfsi_wDiv .sfsi_wicons .inerCnt a,
.sfsi_widget .sfsi_wDiv .sfsi_wicons .inerCnt a.sficn {
  width: 35px !important;
  height: 35px !important;
}

.sfsi_actvite_theme_flat .inerCnt .sfcm.sfsi_wicon {
  width: 40% !important;
}

/* 04/05/2023 dm */

/* 5.5.2023 */
.footer-social-link.buying-social-link {
  margin-top: 20px;
}

.wishlist_status.meta-item.hint--top {
  display: none;
}

.pick .pick_notice.pick_warning {
  border-left: 5px solid var(--primary-color) !important;
}

.pick_notice.pick_warning {
  color: #fff !important;
  background: var(--secondary-color) !important;
}

.gform_wrapper .gform_validation_errors > h2.hide_summary {
  margin: 0;
  font-size: 15px;
  font-family: var(--bodyfont);
}

.second-home-sec.survey-info {
  background: var(--primary-color);
}

.second-home-sec.survey-info .survey-form {
  background: transparent;
}

.second-home-sec.survey-info #input_10_4 span {
  font-size: 22px;
}

/* 5.5.2023 */

/* support start 10.5.23 */
.search-filters {
  padding: 20px 23px 21px;
  padding-right: 130px;
}

.fond-cls-dvs {
  color: #000000;
  font-size: 22px;
  font-weight: 500;
}

.rslt-btm {
  margin-bottom: 0;
  margin-top: 25px;
  font-size: 30px;
}

.clear-dvs-cls {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}

.clear-dvs-cls .fond-cls-dvs {
  margin-right: 20px;
}

.clear-dvs-cls .link-clear {
  font-size: 22px;
}

.lst-rslt-dvs-ss {
  margin-top: 35px;
}

.lst-rslt-dvs-ss .featured-card-row .hFive {
  text-align: left;
}

.lst-rslt-dvs-ss .sec-heading {
  margin: 0 auto 30px;
}

/* support end 10.5.23 */

/* support 16/5/23 */

.full-details-sec .details-content-wpr {
  max-width: 1033px;
}

.calculation-info-top {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: -12px -12px 25px;
}

.calculation-info-select {
  padding: 12px 12px;
  width: 50%;
}

.calculation-info-middle {
  margin-bottom: 25px;
}

/* .calculation-info-middle-row{
  padding: -12px -12px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
} */

.calculation-info-middle-right {
  padding-left: 0;
  margin-bottom: 0;
  display: flex;
  justify-content: flex-end;
  margin: 0 -5px;
}

/* .calculation-info-middle-left{
  width: calc(100% - 90px);
} */

.calculation-info-middle-right li {
  list-style: none;
  height: 35px;
  width: 35px;
  border: 1px solid #ffffff;
  font-size: 25px;
  font-weight: 700;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 5px;
}

.calculation-info-middle-down ul {
  padding-left: 0;
  margin-bottom: 0;
  padding: 20px 0;
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
}

.calculation-info-middle-down li {
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.calculation-info-middle-down li span {
  display: inline-block;
}

.calculation-info-bottom {
  text-align: center;
}

.cal-h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 5px;
}

.calculation-main-sec {
  padding: 15px 15px !important;
  color: #ffffff;
}

.calculation-ownership {
  display: block;
  font-size: 15px;
}

.calculation-info-middle-left input[type="range"] {
  width: 100%;
  /* -webkit-appearance: none; */
  position: relative;
  /* background-color: transparent; */
}

/* .calculation-info-middle-left input[type=range]:before {
  position: absolute;
  content: "";
  width: var(--range);
  height: 2px;
  background: #FFFFFF;
}

.calculation-info-middle-left input[type="range"]::-webkit-slider-runnable-track {
  background: #130928;
  height: 2px;
}

.calculation-info-middle-left input[type="range"]::-webkit-slider-thumb {
  width: 10px;
  height: 10px;
  border-radius: 100%;
  border: none;
  -webkit-appearance: none;
  background-color: transparent;
  border: 1px solid #130928;
  margin-top: -3.5px;
  z-index: 99;
  position: relative;
  transition: 0.5s all ease;
} */

.calculation-main-sec .calculator-child-heading h2 {
  color: #ffffff;
}

.calculation-main-sec .calculator-child-heading {
  margin-bottom: 30px;
}

.calculation-main-sec .cal-h3 {
  color: #ffffff;
}

.calculation-info-middle-down {
  margin-bottom: 20px;
}

.calculation-info-select select {
  background: url(images/drop-select.svg) no-repeat calc(100% - 5px) center
    transparent !important;
  background-color: #ffffff !important;
  background-size: 40px !important;
}

/* end support 16/5/23 */

/* 17/05/2023 dm */

.map-popup {
  position: relative;
}

.map-popup > img {
  width: 100%;
  height: 391px;
  object-fit: cover;
}

.map-popup > a {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 32px;
  height: 32px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  box-shadow: rgba(51, 63, 72, 0.2) 0px 1px 1px 0px;
}

.map-popup > a:hover {
  background: #ff5a5f;
}

.map-popup > a:hover img {
  filter: brightness(0) invert(1);
}

.map-popup > a img {
  width: 16px;
  height: 16px;
}

.map-sec {
  padding: 50px 0;
  width: 60%;
}

.map-sec .map-container {
  max-height: 400px;
}

.map-sec .map-container > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.fancybox__content > .carousel__button.is-close {
  top: 5px;
}

.fancybox__content > .carousel__button.is-close svg {
  color: #000;
}

/* 17/05/2023 dm */

/* 19.05.2023 mm */
.home .featured-home-sec.cmn-gap {
  padding-top: 110px;
}

/* 19.05.2023 mm */

/* support-22-05-2023-css-start */

.page-id-704 .full-details-sec .details-content-wpr {
  max-width: 100%;
}

.page-id-710 .full-details-sec .details-content-wpr {
  max-width: 100%;
}

.page-id-698 .full-details-sec .details-content-wpr {
  max-width: 100%;
}

.map-popup img {
  cursor: pointer;
}

/* support-22-05-2023-css-end */

/* support-23-05-2023-css-start */

.full-details-sec .details-content-wpr {
  max-width: 100% !important;
  padding: 0 23px !important;
}

.full-details-sec .details-content-wpr .details-content-wpr {
  padding: 0 !important;
}

.footer-social-link.buying-social-link {
  padding: 0 23px;
}

/* .single-property .fancybox__track {
  transform: inherit !important;
} */

.photo-modals .modal-body {
  padding: 60px 20px;
}

.photo-modals .btn-close {
  z-index: 9;
}

/* support-23-05-2023-css-end */
/* support start 25.5.23 */
.new-map-popupNew .btn-close {
  position: absolute;
  right: 4px;
  top: 5px;
  width: 22px;
  height: 22px;
  background: var(--primary-color);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  opacity: 1;
  z-index: 9;
}

.new-map-popupNew .modal-dialog {
  max-width: 900px;
}

.new-map-popupNew .modal-content {
  width: 100%;
  position: relative;
}

.new-map-popupNew .btn-close img {
  width: 10px;
  filter: brightness(0) invert(1);
}

.new-map-popupNew .btn-close:focus {
  box-shadow: none;
}

.photo-modals .footer-social-link .sfsiTlleft .sfsi_inside a,
.full-details-sec .footer-social-link .sfsiTlleft .sfsi_inside a {
  width: 100% !important;
}

/* support end 25.5.23 */
/* 25.05.2023 */
.single-property .enquery-form-wpr .iti__selected-flag {
  display: flex;
}

.single-property .enquery-form-wpr form input[type="tel"] {
  background-position: center left 95px;
  padding-left: 120px !important;
}

body.home .fancybox__content > .carousel__button.is-close svg {
  color: #fff;
}

body.page-template-learning
  .fancybox__content
  > .carousel__button.is-close
  svg {
  color: #fff;
}

/* 25.05.2023 */
/* 26.05.2023 */
.cookie-content p a {
  color: #fff;
}

.cookie-content p a:hover {
  text-decoration: underline !important;
}

/* 26.05.2023 */

/* support satrt 6.6.23 */
.gmp_MapPreview {
  height: 440px !important;
}

.gfield_required_text {
  color: #ffffff !important;
}

.home .newsletter-txt-wpr,
.page-template-survey .ownership-card-row,
.single-property .enquery-form-wpr {
  position: relative;
}

.gform_anchor#gf_2,
.gform_anchor#gf_10 {
  width: 100%;
  background: transparent;
  z-index: -1;
  position: absolute;
  height: 133px;
  opacity: 0;
  display: block;
  top: -35%;
  left: 0%;
}

.gform_anchor#gf_8,
.gform_anchor#gf_9 {
  width: 100%;
  background: transparent;
  z-index: -1;
  position: absolute;
  height: 133px;
  opacity: 0;
  display: block;
  top: -9%;
  left: 0%;
}

/* support end 6.6.23 */

/* 07/06/2023 dm */

.pum-theme-lightbox .pum-container {
  border: 0 !important;
  margin: 0;
  background-color: #ff5a5f !important;
  padding: 7px 0 !important;
  /* top: 109.913px !important; */
  /* opacity: 0 !important; */
  top: 102px !important;
}

.pum-theme-lightbox .pum-container.show {
  opacity: 1 !important;
}

.pum-theme-lightbox .pum-container .pum-content p a {
  color: #fff !important;
  font-weight: normal !important;
}

.pum-theme-1317 .pum-content + .pum-close,
.pum-theme-lightbox .pum-content + .pum-close {
  right: 0 !important;
  left: calc(100% - 68px);
  top: 5px !important;
  box-shadow: none !important;
  text-shadow: none !important;
  background-color: #fff !important;
  color: #000 !important;
  transform: translateX(-100%) !important;
  width: 20px !important;
  height: 20px !important;
  font-size: 20px !important;
  line-height: 18px !important;
}

.cookie-wpr {
  display: none;
}

.gform_confirmation_message {
  /* color: #ff5a5f; */
  color: var(--WhiteColor);
}

/* 07/06/2023 dm */

/* 08/06/2023 */

.featured-card-body .featured-card-point-list ul > li:first-child {
  width: 100%;
}

#pum-1325 {
  z-index: 10 !important;
}

/* 08/06/2023 */
.main-contact-form-wpr
  .gform_body
  .ginput_container.ginput_container_phone
  .iti__flag-container {
  left: 32px !important;
}

.main-contact-form-wpr
  .gform_body
  .ginput_container.ginput_container_phone
  .iti__flag-container
  > .iti__selected-flag {
  background-color: transparent !important;
  width: 85px !important;
  justify-content: space-between;
}

.main-contact-form-wpr
  .gform_body
  .ginput_container.ginput_container_phone
  input[type="tel"] {
  padding-left: 120px !important;
  border: 1px solid #d9d9d9;
}

.main-contact-form-wpr
  .gform_body
  .gfield_error
  .ginput_container.ginput_container_phone
  input[type="tel"][aria-invalid="true"] {
  border: 1px solid #c02b0a;
}

/* support start 3-7-23 */
.side-menu-wpr .side-menu-dropdown > li > a {
  pointer-events: none;
  font-weight: 700;
}

/* support end 3-7-23 */
/* support start 4-7-23 */
#cookie-notice .cn-button:not(.cn-button-custom) {
  background-color: var(--primary-color) !important;
  border: 1px solid var(--primary-color) !important;
}

#cookie-notice .cn-button:not(.cn-button-custom):hover {
  background-color: transparent !important;
  border: 1px solid var(--primary-color) !important;
}

#cookie-notice .cookie-notice-container {
  padding: 8px 12px;
}

#cookie-notice {
  background-color: var(--heading-text-color) !important;
}

#cookie-notice .cn-close-icon:before,
#cookie-notice .cn-close-icon:after {
  background-color: var(--primary-color);
  top: 7px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#cookie-notice {
  font-size: 14px;
}

#cookie-notice .cn-close-icon {
  position: relative;
  right: 0;
  background: #ffffff;
  opacity: 1;
  width: 38px;
  height: 31px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border-radius: 3px;
  top: 10px;
  margin-left: 5px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#cookie-notice .cn-close-icon:hover {
  background: var(--primary-color);
}

#cookie-notice .cn-close-icon:hover::before,
#cookie-notice .cn-close-icon:hover::after {
  background-color: #ffffff;
}

.single-property-social-icons .norm_row {
  justify-content: center;
  flex-wrap: wrap;
}

.single-property-social-icons {
  margin-top: 50px;
}

.enq-pro-divs {
  margin-bottom: 20px;
}

.enq-pro-divs .default-btn.lite {
  width: 100%;
}

.newsletter-sec .gform_wrapper.gravity-theme select {
  background-image: url(./images/down-angle-dark.svg);
  background-size: 11px;
  background-position: right 5px center;
  border: 0;
  border-bottom: 1px solid #473966;
  padding: 0;
  background-color: transparent;
  color: #fff;
  padding-left: 0;
}

.newsletter-sec #field_3_15 .ginput_container_select {
  background-image: url(images/srch-icon.svg);
  background-size: 14px;
  background-position: left center;
  background-repeat: no-repeat;
}

.newsletter-sec #field_3_15 .ginput_container_select #input_3_15 {
  padding-left: 22px;
}

.newsletter-sec .ginput_container_phone .iti__selected-flag {
  padding-left: 0;
}

/* support end 4-7-23 */
/* support start 5-7-23 */
.single-property-social-icons.footer-social-link .sfsiTlleft .sfsi_inside a {
  width: 100% !important;
}

/* support end 5-7-23 */

/* 24/7/23 work start */
.location-details-wpr .gmp_map_opts {
  max-width: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row-reverse;
}

.location-details-wpr .gmpMapProControlsCon {
  width: 40% !important;
  padding-right: 15px;
}

.location-details-wpr .gmpMapDetailsContainer {
  width: 60% !important;
}

.location-details-wpr .jssorb03v {
  display: none;
}

.location-details-wpr .gmpMnlJssorSlider > div {
  width: 100% !important;
}

.location-details-wpr .gmpMnlJssorSlider {
  width: 100% !important;
}

.location-details-wpr .gmpMnlJssorSlides > div {
  width: 100% !important;
  box-shadow: none;
}

.location-details-wpr .gmpMnlJssorSlider .gmpMmlSlideImg img {
  height: 100% !important;
  object-fit: cover;
}

.location-details-wpr .gmpMnlJssorSlider .gmpMmlSlideImg,
.location-details-wpr .gmpMmlSlideContent {
  height: 100%;
}

.location-details-wpr .gmpMmlSlideContent {
  padding-left: 15px;
}

.location-details-wpr .gmpMmlTitleContainer {
  background: transparent !important;
}

.location-details-wpr .gmpMmlSlideTitle {
  background: transparent !important;
  font-size: 18px;
  margin-bottom: 5px;
  padding: 0px !important;
  color: var(--heading-text-color) !important;
  font-family: var(--headingfont);
  font-weight: 700;
}

.location-details-wpr .gmpMmlSlideDescription {
  padding: 0px;
  font-size: 14px !important;
}

.location-details-wpr .gmpMnlJssorSlider .gmpMmlSlideTitle a {
  font-size: inherit;
  color: #000;
}

.location-details-wpr .gmpMnlJssorSlides > div:hover {
  background: transparent !important;
}

.location-details-wpr .gm-style .gm-style-iw-c {
  padding: 20px !important;
}

.location-details-wpr .gm-ui-hover-effect {
  top: 0px !important;
  right: 0px !important;
}

.location-details-wpr .gmpInfoWindowtitle {
  color: #000 !important;
  margin-bottom: 5px;
}

.location-details-wpr .egm-marker-iw img {
  margin-top: 15px;
}

.location-details-wpr .jssora03u,
.location-details-wpr .jssora03d {
  position: relative;
  background: none;
  background-color: rgb(255 90 95 / 50%);
  left: 93% !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 35px !important;
  height: 35px !important;
}

.location-details-wpr .jssora03d {
  top: 90% !important;
  left: 85% !important;
}

.location-details-wpr .jssora03u:before,
.location-details-wpr .jssora03d:before {
  content: "\f053";
  font-size: 20px;
  color: #fff;
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
}

.location-details-wpr .jssora03d:before {
  content: "\f054";
}

/* 24/7/23 work end */

/* 25/07/2023 dm */

.location-details-wpr .gmpMnlJssorSlider .gmpMmlSlideTitle a:hover {
  color: #ff5a5f;
}

.location-details-wpr .gmpMmlSlideDescription {
  font-size: 13px !important;
}

/* 25/07/2023 dm */

/* 9/8/23 work start */
#cookie-notice .cn-close-icon {
  height: 32px;
  top: 11px;
}

/* 9/8/23 work end */

/* Support start 15-09-2023 */
.property-view-points-wpr .property-view-points-list ul li a img {
  margin-top: 0;
  height: 22px;
  width: 28px;
}

.property-view-points-wpr
  .property-view-points-list
  ul
  li
  a
  .wishlist-button-wrap {
  margin: 0;
}

.property-view-points-wpr
  .property-view-points-list
  ul
  li
  a
  .wishlist_save
  .wishlist_save_icon {
  margin-bottom: 8px;
}

.property-view-points-wpr
  .property-view-points-list
  ul
  li
  a
  .wishlist_save
  .wishlist_save_icon
  i {
  font-size: 22px;
}

/* Support end 15-09-2023 */

/*support paulomi 19/9/2023*/
#cookie-notice .cn-close-icon:before,
#cookie-notice .cn-close-icon:after {
  top: 9px;
}

/*support paulomi 19/9/2023*/

/* 27/09/2023 dm */

.main-banner .main-banner-content h1 span {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  border: 1px solid #fff;
  width: 26px;
  height: 26px;
  border-radius: 100%;
  line-height: 1;
  padding-top: 3px;
}

.main-banner .main-banner-content h1 {
  display: flex;
  justify-content: center;
}

#cookie-notice .cn-close-icon {
  top: auto !important;
  margin: 0 !important;
}

#cookie-notice .cookie-notice-container {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

#cookie-notice .cn-buttons-container {
  margin-right: 5px;
}

.cn-text-container {
  display: inline-block !important;
  margin-bottom: 0 !important;
}

/* 27/09/2023 dm */

/* 28/09/2023 dm */

#cookie-notice.cookie-notice-hidden .cookie-notice-container {
  display: none !important;
}

/* 28/09/2023 dm */

/* support start 9-10-23 */

/* .testimonial-slider-sec .te_postItem {
  height: 100% !important;
} */

/* support end 9-10-23 */

/* support start 16-10-23 */
.find-elixir-form-wpr .gform_wrapper.gravity-theme .gfield_label {
  font-weight: 500;
  padding: 0 50px 0 8px;
  font-size: 15px;
  color: #ffffff;
}

.find-elixir-form-wpr .ginput_container_multiselect select {
  background: rgba(62, 55, 76, 0.5);
  border: 0;
  color: #ffffff;
  height: 120px;
}

.find-elixir-form-wpr
  .ginput_container_multiselect
  select
  option:not(:last-child) {
  margin-bottom: 8px;
}

/* support end 16-10-23 */

/* support start 17-10-23 */
/* #themesPostWrapper .splide .te_postTag {
  height: auto;
} */

.help_note {
  color: rgb(255 90 95 / 56%);
  font-size: 13px;
  display: block;
  line-height: 1.2;
  margin-bottom: 6px;
  margin-top: -6px;
}

.main-contact-form-wpr {
  border: 0;
}

body.page-id-438 .find-elixir-form-wpr .gfield_required {
  display: none;
}

/* support end 17-10-23 */
/*support pp.c 2/9/2024*/
.book-apnt-butn {
  display: inline-block;
  text-align: center;
  font-size: 18px;
  font-family: var(--headingfont);
  color: #fff;
  background-color: var(--primary-color);
  padding: 15px 15px;
  line-height: 1.2;
  text-transform: capitalize;
  min-width: 180px;
  margin-left: 13px;
  border: 1px solid var(--primary-color);
  z-index: 1;
}

.book-apnt-butn:hover {
  background-color: var(--secondary-color);
  color: #ffffff;
}

/*support pp.c 2/9/2024*/
/*support pp.c 3/9/2024*/
.main-head .navbar-brand {
  /* width: 230px; */
  width: 257px;
}

.main-head .navbar-brand img {
  width: 100% !important;
  height: auto !important;
}

.main-head .navbar-nav > li {
  margin: 0px 14px;
}

.main-head .navbar-nav > li:first-child {
  margin-left: 0;
}

.main-head .navbar-nav > li:last-child {
  margin-right: 0;
}

.hmapntmnt-whtbutn {
  background-color: #ffffff;
  color: var(--primary-color);
  border: 1px solid #ffffff;
}

.hmapntmnt-whtbutn:hover {
  background-color: var(--primary-color);
  color: #ffffff;
  border: 1px solid var(--primary-color);
}

.hmapntmnt-butnbx {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}

.hmapntmnt-butnbx .default-btn:not(:first-child) {
  margin-left: 15px;
}

.book-apnt-butn img {
  display: none;
}

.hmapntmnt-row {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.hmapntmnt-butnimg {
  margin-bottom: 0;
}

.hmapntmnt-butnimg img {
  width: 100%;
  /* max-height: 350px; */
  -o-object-position: bottom center;
  object-position: bottom center;
  -o-object-fit: cover;
  object-fit: cover;
}

.page-id-2077 .full-details-sec .details-content-wpr {
  background-color: #dfdfdf;
  padding: 15px !important;
}

.page-id-2077 .full-details-sec::before {
  display: none;
}

.hmapntmnt-butnsec {
  padding: 50px 0;
}

/*support pp.c 3/9/2024*/

/* satwik 4_9_24 */

.hmapntmnt-rgtcol-box h2 {
  color: #ffffff;
}

.hmapntmnt-rgtcol-box p {
  color: #ffffff;
  margin-bottom: 40px;
}

.hmapntmnt-butnbx {
  justify-content: space-between;
}

.page-id-2077 .full-details-sec .details-content-wpr {
  background-color: var(--secondary-color);
}

.hmapntmnt-butnbx .hmapntmnt-whtbutn,
.hmapntmnt-butnbx .border-lite {
  width: 48%;
}

/* satwik 4_9_24 end */

/* satwik 6_09_24 */

.hmapntmnt-butnimg img {
  height: 100%;
}

/* satwik 6_09_24 end */

/* sg-10-sep-2024 */

.owner-white-bg.dark-bg {
  background: var(--WhiteColor);
}

.owner-testimonial-sec.owner-white-bg .owner-testimonial-txt h2 {
  color: var(--heading-text-color);
}

.owner-white-bg p {
  color: var(--body-txt-color);
}

/* sg-10-sep-2024 */

/* satwik 12-9-24 */
.img-para-listing-wpr .each-img-para:first-child {
  background-color: #f9f9f9;
}

.second-home-sec.learning-page.cmn-gap.bg-gray {
  background-color: #fff;
}

/* SM 19_09_24 */
.ginput_container.ginput_container_select select option {
  font-size: 15px;
  padding: 7px;
  background: transparent;
}

.enquery-form-wpr form select {
  height: 70px;
}

#gform_8 .help_note,
#gform_9 .help_note {
  color: #d84315 !important;
}

.enquery-form-wpr form select {
  padding: 0 6px 0 11px !important;
  background-image: none !important;
}

/* SM 20_09_24 */

.page-id-622 .ui-accordion .ui-accordion-icons {
  padding-left: 2.2em;
  background: transparent !important;
  border: none !important;
  padding: 11px 2px;
  font-size: 20px;
}

/* support start 23-9-24 */
#gform_confirmation_wrapper_10 #gform_confirmation_message_10 {
  color: var(--WhiteColor);
}

.single-property .listing-form-row .enquery-form-wpr form select {
  height: 140px;
}

.single-property .listing-form-row .enquery-form-wpr #gform_9 .help_note,
.single-property .listing-form-row .enquery-form-wpr #gform_8 .help_note {
  color: var(--primary-color) !important;
  font-size: 14px !important;
}

.single-property .listing-form-row .enquery-form-wpr .term-text-wpr {
  text-align: left;
  padding-left: 0;
}

.page-template-locations .gmpMarkersListCollapseArea {
  display: block !important;
}

.page-template-locations .gmpMarkersListCollapseTitle {
  display: none;
}

.new-eml-blkss {
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 5px;
  background: #343d44;
  border-radius: 100%;
}

.new-eml-blkss img {
  width: 14px;
  height: auto !important;
}

.footer-social-link .sfsi_wicons {
  margin-right: 5px !important;
  width: 35px !important;
  height: 35px !important;
}

.footer-social-link {
  display: flex;
}

.single-property .booking-learning-option-wpr {
  padding: 21px 16px;
}

.footer-social-link.buying-social-link {
  padding: 0 17px;
}

.single-post .footer-social-link {
  justify-content: flex-end;
  margin-bottom: 26px;
}

.single-post .footer-social-link .sfsi_shortcode_container,
.single-property .footer-social-link .sfsi_shortcode_container {
  margin-bottom: 0;
}

.single-property .footer-social-link {
  margin-bottom: 26px;
}

.single-property .ftrlinks-ssl .ssl-head {
  padding-right: 10px;
  margin-bottom: 0;
}

.single-property .ftrlinks-ssl.footer-social-link {
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 0;
}

.single-property .footer-social-link.single-property-social-icons {
  justify-content: center;
}

.img-slider-img-wpr {
  transition: transform 0.5s ease;
  width: 100%;
  height: auto;
  overflow: hidden;
}

.img-slider-img-wpr > img {
  transition: 0.5s all;
}

.img-slider-img-wpr > img:hover {
  transform: scale(1.2);
}

/* support end 23-9-24 */

/* support start 1-10-24 */
.single-property .img-slider .slick-track {
  display: flex !important;
}

.single-property .img-slider .slick-slide {
  height: inherit !important;
}
.single-property .img-slider .img-slider-img-wpr {
  height: 100%;
}
.single-property .img-slider .img-slider-img-wpr a img {
  width: 100%;
  height: 500px;
  object-fit: cover;
}
.logged-in .navbar-nav > li > a {
  font-size: 18px;
}
.logged-in .main-head .navbar-nav > li {
  margin: 0px 8px;
}
.sfsiTlleft{
  display: none !important;
}
.logged-in .custom-dropdown li a span img {
  width: 19px;
}
.survey-form #gform_page_10_5 .gform_fields #field_10_25 {
  max-width: inherit;
  font-size: 15px;
}

.page-template-survey .survey-form #gform_page_10_5 input[type="email"] {
  height: 50px;
}
.home .newsletter-sec .gform_wrapper.gravity-theme input[type=tel] {
  background: transparent;
  color: var(--WhiteColor);
}
/* support end 1-10-24 */

/* support start 3-10-24 */
.hidden {
  display: none;
}
.footer-brand img{
  width: 100% !important;
  height: auto !important;
}
.footer-txt-wpr .footer-brand {
  width: 257px;
  max-width: inherit;
}
.custom-dropdown li a .fav_mobile{
  margin-right: 0;
}
/* support end 3-10-24 */

/* support start 4-10-24 */
.fancybox__thumbs {
  display: none !important; /* Hides the thumbnail container */
}
/* support end 4-10-24 */

/* ========== responsive css =========== */

@media (min-width: 1025px) {
  /* navbar*/
  /* .navbar-nav .clickD {
        display: none;
    } */

  .navbar-nav li.menu-item-has-children:hover > .sub-menu {
    display: block;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
    padding: 0 30px;
  }

  /* support css 18-09-2024 START KM */
  .property-details-point-wpr .property-details-point-list.prt-btm {
    width: 100%;
    margin: -10px 0 0;
    padding: 0 10px 10px;
  }

  .property-details-point-list ul li.home-cls.ext_erp {
    display: none !important;
  }

  .property-details-point-wpr .below_banner_features.property-grid {
    width: 65% !important;
  }

  .property-details-point-wpr .below_banner_features.address-grid {
    width: 35% !important;
  }

  /* support css 18-09-2024 END KM */
}

@media (max-width: 1365px) {
  .arrow_control .arrow_btn.prev_arrow {
    left: -10px;
  }

  .arrow_control .arrow_btn.next_arrow {
    right: -10px;
  }
}

@media (max-width: 1279px) {
  .arrow_control {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 30px;
  }

  .arrow_control .arrow_btn {
    position: relative;
    top: 0;
    margin-right: 20px;
  }

  .arrow_control .arrow_btn:last-child {
    margin-right: 0;
  }

  .arrow_control .arrow_btn.prev_arrow {
    left: 0;
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
  }

  .arrow_control .arrow_btn.next_arrow {
    right: 0;
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
  }

  .img-slider-img-wpr {
    display: block;
  }

  .img-slider-wpr .arrow_control {
    position: static;
    margin: 0;
  }

  .enquery-form-wpr form input[type="text"],
  .enquery-form-wpr form input[type="tel"],
  .enquery-form-wpr form input[type="email"],
  .enquery-form-wpr form input[type="password"] {
    height: 50px;
  }

  .enquery-form-wpr form select {
    height: 50px;
  }

  .enquery-form-wpr form input[type="submit"] {
    font-size: 20px;
    height: 50px;
  }

  .enquery-form-wpr .term-text-wpr {
    padding: 0;
  }

  .agent-referral-sec .agent-referral-txt-wpr {
    padding: 20px 0 20px 50px;
  }
}

@media (max-width: 1199px) {
  .navbar-brand {
    width: 180px;
  }

  .navbar-nav > li {
    margin: 0 15px;
  }

  .main-banner {
    min-height: 675px;
  }

  h1,
  .hOne {
    font-size: 54px;
  }

  .cmn-gap {
    padding: 70px 0;
  }

  h2,
  .hTwo {
    font-size: 40px;
  }

  h5,
  .hFive {
    font-size: 20px;
  }

  .featured-card .featured-card-body {
    padding: 16px 18px 22px;
  }

  h3,
  .hThree {
    font-size: 28px;
  }

  .ownership-card .ownership-card-icon-wpr {
    height: 70px;
    margin-bottom: 22px;
  }

  .ownership-card .ownership-card-icon-wpr > img {
    max-height: 70px;
    max-width: 110px;
  }

  .ownership-card {
    padding: 30px 16px 17px;
  }

  .ownership-card .hThree {
    margin-bottom: 18px;
  }

  .owner-testimonial-row {
    --bs-gutter-x: 50px;
  }

  .agent-referral-sec .agent-referral-txt-wpr {
    padding: 20px 0 20px 30px;
  }

  .footer-menu-row {
    padding-left: 30px;
  }

  .ownership-card > p {
    padding: 0;
    margin-bottom: 25px;
  }

  .ownership-card-row {
    --bs-gutter-x: 20px;
  }

  .why-elixir-sec .why-elixir-txt {
    padding: 0;
  }

  .why-elixir-txt .default-btn {
    margin-top: 0;
  }

  .faq-sec .sec-heading {
    margin-bottom: 40px;
  }

  .footer-top-row {
    --bs-gutter-x: 30px;
    --bs-gutter-y: 25px;
  }

  .main-banner.inner-banner {
    min-height: 350px;
  }

  .why-elixir-row,
  .owner-testimonial-row {
    --bs-gutter-x: 40px;
  }

  .newsletter-sec .newsletter-txt-wpr {
    padding-right: 40px;
  }

  .img-para-listing-wpr .each-img-para {
    padding: 70px 0;
  }

  .property-view-points-wpr {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .property-view-points-wpr .property-view-points-list {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }

  .property-details-point-wpr .property-details-point-list {
    margin-right: 0;
    margin-bottom: 5px;
  }

  .property-details-point-wpr address {
    width: 100%;
  }

  .property-features-point-list > ul > li {
    width: 50%;
  }

  .property-listing-sec {
    padding: 65px 0;
  }

  .property-view-points-wpr .property-view-points-list:last-child {
    margin-bottom: 0;
  }

  /* support-12-04-2023-css-start */

  .newsletter-form-wpr .gfield_radio .gchoice label {
    font-size: 12px !important;
    line-height: 1.8;
  }

  /* support-12-04-2023-css-end */

  /* support start 26.4.23 */
  .survey-form {
    max-width: inherit;
  }

  .survey-form .gform_page_footer {
    margin-top: 30px !important;
  }

  .survey-form #gform_page_10_1 .gfield_radio .gchoice label img {
    min-height: 212px;
  }

  /* support end 26.4.23 */
  /* support start 27.4.23 */
  .woocommerce-Address-title h3 {
    font-size: 20px;
  }

  .woocommerce-Address {
    padding: 15px;
  }

  .woocommerce-MyAccount-content .my-wishlist .item .item_img {
    height: 100px;
  }

  .navbar-nav > li > a {
    font-size: 18px;
  }

  .menurt .btn {
    font-size: 18px;
  }

  .menurt button span img {
    width: 24px;
  }

  .currency-switcher-form .wSelect-selected {
    font-size: 18px;
  }

  /* support start 28.4.23 */
  .property-details-point-wpr .below_banner_features {
    width: 100%;
    padding: 0;
  }

  .property-details-point-wpr address.below_banner_features {
    text-align: left;
  }

  .property-details-point-wpr {
    margin: 0;
  }

  .full-details-sec .details-content-wpr {
    max-width: 829px;
  }

  .pum-theme-lightbox .pum-container {
    top: 88px !important;
  }

  .location-details-wpr .jssora03d {
    left: 82% !important;
  }

  /*support pp.c 3/9/2024*/
  .main-head .navbar-brand {
    width: 170px;
  }

  .main-head .navbar-nav > li {
    margin: 0px 9px;
  }

  .main-head .nav-right .wishlist-btn {
    margin-right: 12px;
  }

  .book-apnt-butn {
    font-size: 15px;
    padding: 13px 12px;
    min-width: 158px;
    margin-left: 12px;
  }

  .hmapntmnt-butnbx .default-btn {
    min-width: 134px;
    padding: 17px 18px;
  }

  /*support pp.c 3/9/2024*/

  /* sg-10-sep-2024 */
  .map-popup > img {
    height: 470px;
  }

  /* sg-10-sep-2024 */

  /* support css 18-09-2024 START KM */
  .property-details-point-wpr .property-details-point-list.prt-btm {
    display: none;
  }

  /* support css 18-09-2024 END KM */

  /* support start 1-10-24 */
  .logged-in .book-apnt-butn {
    padding: 10px;
    min-width: 139px;
  }
  .logged-in .currency-switcher-form-blks {
    max-width: 65px;
  }
  .logged-in .navbar-nav > li > a {
    font-size: 16px;
  }
  .logged-in .main-head .navbar-brand {
    width: 160px;
  }
  .logged-in .main-head .navbar-nav > li {
    margin: 0px 7px;
  }
  .logged-in .footer-txt-wpr .footer-brand {
    width: 160px;
    max-width: inherit;
  }
  .footer-txt-wpr .footer-brand {
    max-width: inherit;
    width: 170px;
}
  /* support end 1-10-24 */
}

@media (max-width: 1024px) {
  /* navbar*/
  .navbar-nav .clickD {
    position: absolute;
    right: 0;
    top: 17px;
    width: 20px;
    height: 20px;
    background: url(images/down-angle.svg) center center no-repeat;
    display: block;
    background-size: 10px;
    cursor: pointer;
  }

  .navbar-nav .clickD.toggled {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  .sub-menu > li.menu-item-has-children .clickD {
    top: 8px;
    right: 5px;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }

  .sub-menu > li.menu-item-has-children .clickD.toggled {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  .navbar-nav > li.menu-item-has-children {
    padding-right: 20px;
  }

  .sub-menu > li.menu-item-has-children > a {
    padding-right: 20px;
  }

  .sub-menu.show {
    display: block;
  }

  .navbar-nav > li {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .navbar-nav > li.current-menu-item > a:after,
  .navbar-nav > li > a:after,
  .navbar-nav > li.menu-item-has-children > a:after {
    width: 100%;
    opacity: 0;
  }

  .navbar-nav > li.current-menu-item > a:after,
  .navbar-nav > li > a:hover:after,
  .navbar-nav > li.menu-item-has-children:hover > a:after {
    width: 100%;
    opacity: 1;
  }

  /* navbar end*/

  /* support start 3-10-24 */
    .logged-in .main-head .navbar-nav > li {
      margin: 0px 6px;
    }
  /* support end 3-10-24 */
}

@media (max-width: 991px) {
  /* navbar*/
  .navbar-toggler {
    position: relative;
    width: 33px;
    margin-left: 16px;
    height: 28px;
    padding: 0;
    outline: none !important;
    border: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
  }

  .stick,
  .stick:after,
  .stick:before {
    width: 30px;
    height: 2px;
    background: #ffffff;
    position: absolute;
    left: 0;
    top: auto;
    -webkit-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
    border-radius: 5px;
  }

  .stick:before {
    content: "";
    top: -10px;
    left: 0;
  }

  .stick:after {
    content: "";
    top: 10px;
    left: 0;
  }

  .stick.open {
    -webkit-transform: translateX(-50px);
    -ms-transform: translateX(-50px);
    transform: translateX(-50px);
    background: transparent;
  }

  .stick.open:before {
    -webkit-transform: rotate(45deg) translate(42px, -28px);
    -ms-transform: rotate(45deg) translate(42px, -28px);
    transform: rotate(45deg) translate(42px, -28px);
    left: 2px;
  }

  .stick.open:after {
    -webkit-transform: rotate(-45deg) translate(42px, 28px);
    -ms-transform: rotate(-45deg) translate(42px, 28px);
    transform: rotate(-45deg) translate(42px, 28px);
    left: 2px;
  }

  .navbar-nav .clickD {
    top: 8px;
    right: 10px !important;
    -webkit-transform: rotate(0) !important;
    -ms-transform: rotate(0) !important;
    transform: rotate(0) !important;
  }

  .navbar-nav .clickD.toggled {
    -webkit-transform: rotate(180deg) !important;
    -ms-transform: rotate(180deg) !important;
    transform: rotate(180deg) !important;
  }

  .sub-menu,
  .navbar-nav > li > .sub-menu .sub-menu {
    position: relative;
    width: 100%;
    left: inherit;
    top: inherit;
    border: none;
    right: inherit;
  }

  .navbar-nav > li.menu-item-has-children {
    padding-right: 0;
  }

  .navbar-nav > li {
    margin: 0;
    padding: 0;
  }

  .navbar-nav li.menu-item-has-children > a {
    padding-right: 30px !important;
  }

  .navbar-nav > li > a {
    padding: 10px 20px;
    display: inline-block;
    width: 100%;
  }

  .sub-menu > li > a {
    padding-left: 40px;
  }

  .sub-menu .sub-menu > li > a {
    padding-left: 60px;
  }

  .sub-menu .sub-menu .sub-menu > li > a {
    padding-left: 80px;
  }

  .navbar-nav > li > a:after {
    bottom: 0;
  }

  /* navbar end*/

  /* push nav */

  .navbar-collapse {
    background: var(--secondary-color);
    position: fixed;
    top: 0;
    height: 100% !important;
    width: 290px;
    overflow-y: auto;
    -webkit-transition: inherit !important;
    -o-transition: inherit !important;
    transition: inherit !important;
    right: 0;
    margin: 0;
    display: block !important;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: transform 0.2s ease-in-out !important;
    -webkit-transition: -webkit-transform 0.2s ease-in-out !important;
    transition: -webkit-transform 0.2s ease-in-out !important;
    -o-transition: transform 0.2s ease-in-out !important;
    transition: transform 0.2s ease-in-out !important;
    transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out !important;
    z-index: 100;
  }

  .navbar-collapse.show,
  .navbar-collapse.collapsing {
    display: block !important;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: transform 0.2s ease-in-out !important;
    -webkit-transition: -webkit-transform 0.2s ease-in-out !important;
    transition: -webkit-transform 0.2s ease-in-out !important;
    -o-transition: transform 0.2s ease-in-out !important;
    transition: transform 0.2s ease-in-out !important;
    transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out !important;
  }

  .navbar-collapse .navbar-nav {
    margin: 80px 0 0 !important;
  }

  .navbar-collapse .navbar-toggler {
    display: block;
    right: 20px;
    top: 20px;
    position: absolute;
  }

  #navoverlay.open {
    background-color: rgba(0, 0, 0, 0.4);
    pointer-events: all;
    -webkit-transition: background-color 0.5s linear;
    -o-transition: background-color 0.5s linear;
    transition: background-color 0.5s linear;
    -webkit-backdrop-filter: blur(6px);
    backdrop-filter: blur(6px);
  }

  body.open-nav,
  html.open-nav {
    height: 100%;
    overflow: hidden !important;
  }

  /* push nav end */

  .main-banner {
    min-height: 600px;
  }

  h1,
  .hOne {
    font-size: 50px;
  }

  .default-btn {
    font-size: 19px;
  }

  .cmn-gap {
    padding: 55px 0;
  }

  .ownership-benefit-sec .ownership-benefit-left-txt {
    padding-right: 0;
  }

  h2,
  .hTwo {
    font-size: 37px;
  }

  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    margin: 0 0 20px 0;
  }

  .ownership-benefit-sec .ownership-benefit-left-txt > .default-btn {
    margin-top: 0;
  }

  .ownership-benefit-row {
    --bs-gutter-y: 35px;
  }

  .faq-list .faq-menu h3,
  .faq-list .faq-menu .faq-ans {
    padding-right: 70px;
  }

  .owner-testimonial-row > .owner-testimonial-right-col {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .owner-testimonial-row > .owner-testimonial-left-col {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .agent-referral-sec .agent-referral-txt-wpr {
    padding: 0;
  }

  .newsletter-row > .newsletter-right-col {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin-bottom: 30px;
  }

  .newsletter-row > .newsletter-left-col {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .main-footer .footer-top {
    padding: 60px 0 40px;
  }

  .side-menu-wpr {
    display: none;
  }

  .nav-right .currency-select-wpr {
    margin-right: 0;
  }

  .nav-right {
    margin-left: auto;
  }

  .navbar-collapse .navbar-nav.mobile {
    display: block;
    margin-top: 0 !important;
    padding-bottom: 40px;
  }

  /* .navbar-collapse .stick:after,
    .navbar-collapse .stick:before {
        background-color: var(--secondary-color);
    } */

  .ownership-benefit-row,
  .why-elixir-row,
  .owner-testimonial-row,
  .agent-referral-row,
  .newsletter-row,
  .footer-top-row {
    --bs-gutter-x: 0;
  }

  .ownership-card-row {
    --bs-gutter-x: 30px;
  }

  .newsletter-sec .newsletter-txt-wpr {
    padding-right: 0;
  }

  .footer-menu-row {
    padding-left: 0;
  }

  .main-banner.inner-banner {
    min-height: 300px;
  }

  .img-para-listing-wpr .each-img-para:nth-child(even) .why-elixir-left-col {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    width: 100%;
  }

  .img-para-listing-wpr .each-img-para:nth-child(even) .why-elixir-right-col {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    width: 100%;
  }

  .img-form-row > .img-form-left-col {
    margin-bottom: 30px;
  }

  .ownership-work-sec .owner-testimonial-txt {
    padding-right: 0;
  }

  .shared-ownership-card > .default-btn {
    font-size: 22px;
  }

  .client-comm-sec .sec-heading {
    margin-bottom: 40px;
  }

  .contact-sml-form-wpr {
    padding-right: 0;
  }

  .img-para-listing-wpr .each-img-para {
    padding: 50px 0;
  }

  .custom-select-option span::before {
    width: 50px;
  }

  .contact-sml-form-wpr.talk-more-form-wpr {
    padding-right: 0;
  }

  .contatc-us-row {
    --bs-gutter-x: 0;
  }

  .team-slider .team-slider-item {
    padding: 0 10px;
  }

  .property-listing-sec {
    padding: 50px 0;
  }

  .property-heading p {
    font-size: 20px;
  }

  .property-features-point-list > ul > li {
    width: 33.33%;
  }

  .property-features-point-list > ul > li > img {
    margin-right: 15px;
  }

  .property-loaction-wpr > img {
    max-height: 370px;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .property-listing-row {
    --bs-gutter-x: 0;
  }

  .why-elixir-row.reverse > .why-elixir-left-col {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .why-elixir-row.reverse > .why-elixir-right-col {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .sml-bg::before {
    height: 290px;
  }

  .why-elixir-txt h2 br {
    display: none;
  }

  .full-details-sec.cmn-gap {
    padding-top: 80px;
  }

  .full-details-sec .media-details-heading .footer-social-link {
    margin-top: 20px;
  }

  /* CSS Modification 14.04.23 */
  .contact-sml-form-wpr.get-in-touch-form-wpr
    .gform_body.gform-body
    .gfield.gfield--width-half {
    grid-column: span 12;
    -ms-grid-column-span: 12;
  }

  .find-elixir-form-wpr .gform_body.gform-body .ginput_container_select select {
    background-position: calc(100% - 17px) center;
    padding-right: 45px;
  }

  /* CSS Modification 14.04.23 */
  /*support 17/4/2023 start*/
  .location-details-lftwpr {
    margin-bottom: 30px;
  }

  /*support 17/4/2023 end*/
  /* support start 26.4.23 */
  .survey-form #gform_page_10_1 .gfield_radio .gchoice label img {
    min-height: 154px;
  }

  .survey-form #gform_page_10_5 .gform_fields #field_10_25 {
    margin: 0 auto 20px;
  }

  /* support end 26.4.23 */
  /* support start 27.4.23 */
  .single-wishlist .wishlist-items {
    margin: -10px;
  }

  .single-wishlist .wishlist-items .wl-single-item {
    width: 33.33%;
    padding: 10px;
  }

  .woocommerce-MyAccount-content {
    padding: 25px;
  }

  .woocommerce-MyAccount-content .my-wishlist .item {
    width: 50%;
  }

  .woocommerce-MyAccount-content .my-wishlist {
    margin-top: 0;
  }

  .menurt .btn {
    padding-right: 18px;
  }

  /* support end 27.4.23 */
  /* support start 28.4.23 */
  .custom-dropdown .sub-menu {
    position: absolute;
  }

  .custom-dropdown.navbar-nav .clickD.toggled {
    -webkit-transform: translateY(-50%) rotate(180deg) !important;
    -ms-transform: translateY(-50%) rotate(180deg) !important;
    transform: translateY(-50%) rotate(180deg) !important;
  }

  .frmgrp-input input {
    font-size: 16px;
  }

  .listing-srch-frm-sec {
    padding-top: 80px !important;
  }

  /* support start 10.5.23 */
  .search-filters {
    padding-right: 70px;
  }

  /* support end 10.5.23 */

  .full-details-sec .details-content-wpr {
    max-width: 649px;
  }

  .map-sec {
    padding: 40px 0;
    width: 85%;
  }

  .map-sec .map-container {
    max-height: 320px;
  }

  /* support start 6.6.23 */
  .img-slider-img-wpr > img {
    height: 416px;
  }

  /* support start 6.6.23 */

  .pum-theme-lightbox .pum-container {
    top: 82px !important;
  }

  /* support start 4-7-23 */

  #cookie-notice .cookie-notice-container {
    max-width: 700px;
    margin: 0 auto;
    padding: 8px 36px;
  }

  #cookie-notice .cookie-notice-container #cn-notice-buttons {
    display: inline-block;
  }

  /* support end 4-7-23 */

  /* 24/7/23 work start */
  .location-details-wpr .gmpMapProControlsCon {
    width: 100% !important;
  }

  .location-details-wpr .gmpMapDetailsContainer {
    width: 100% !important;
  }

  .location-details-wpr .gmpMapProControlsCon {
    width: 100% !important;
    margin-bottom: 20px;
  }

  .location-details-wpr .ui-widget-content {
    background-color: transparent !important;
  }

  .location-details-wpr .gmpMapProControlsCon {
    padding-right: 0px;
  }

  .location-details-wpr .jssora03u,
  .location-details-wpr .jssora03d {
    display: none;
  }

  /* 24/7/23 work end */
  /*support paulomi 18/9/2023*/

  .navbar-brand img {
    height: auto;
  }

  .page-id-292 .full-img-wpr > img,
  .page-id-548 .full-img-wpr > img,
  .postid-747 .full-img-wpr > img {
    height: auto;
  }

  .home .agent-referral-img-wpr img {
    height: auto;
  }

  img {
    height: auto;
  }

  /*support paulomi 18/9/2023*/

  /* 27/09/2023 dm */

  .main-banner .main-banner-content h1 span {
    width: 20px;
    height: 20px;
    font-size: 12px;
    padding-top: 4px;
  }

  /*support pp.c 3/9/2024*/
  .main-head .navbar-nav > li {
    margin: 0 0;
  }

  .hmapntmnt-butnimg {
    max-width: 600px;
    margin: 0 auto 25px auto;
  }

  .hmapntmnt-butnbx {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .hmapntmnt-butnsec {
    padding: 40px 0;
  }

  .page-id-2077 .full-details-sec .details-content-wpr {
    padding: 15px !important;
  }

  /*support pp.c 3/9/2024*/
  /* satwik 4_9_24 */

  .hmapntmnt-rgtcol-box {
    margin-top: 20px;
    text-align: center;
  }

  .hmapntmnt-butnbx .hmapntmnt-whtbutn,
  .hmapntmnt-butnbx .border-lite {
    width: auto;
  }

  /* satwik end 4_9_24 */

  /* sg-10-sep-2024 */
  .map-popup > img {
    height: auto;
  }

  /* sg-10-sep-2024 */

  /* sm 20_09_24 */

  .page-id-622 .gmpMnlJssorSlide {
    position: relative !important;
    top: 0 !important;
    margin-top: 15px !important;
  }

  .page-id-622 .gmpMnlJssorSlides {
    height: auto !important;
    max-height: inherit !important;
    position: static !important;
  }

  .page-id-622 .gmpMnlJssorSlider .gmpMnlJssorSlides {
    padding: 0 !important;
  }

  .page-id-622 .location-details-wpr .gmpMnlJssorSlider {
    height: auto !important;
    min-height: 375px;
  }

  .page-id-622 .ui-helper-reset {
    border: none !important;
  }

  .page-id-622 .location-details-wpr .gmpMnlJssorSlider > div {
    height: auto !important;
  }

  .single-property .ftrlinks-ssl.footer-social-link {
    justify-content: center;
  }

  .single-property .ftrlinks-ssl .ssl-head {
    padding-right: 0;
    width: 100%;
    margin-bottom: 26px;
  }
  /* support start 1-10-24 */
  .single-property .img-slider .img-slider-img-wpr a img {
    height: 100%;
  }
  /* support end 1-10-24 */

  /* support start 3-10-24 */
  .logged-in .book-apnt-butn {
    min-width: auto;
}
.fav_mobile{
  display: none;
}
.logged-in .custom-dropdown {
  margin-right: 6px;
}
.logged-in .custom-dropdown.navbar-nav > li.menu-item-has-children > a {
  padding: 0;
}
.logged-in .navbar-nav li.menu-item-has-children > a {
  padding-right: 26px !important;
}
.logged-in .main-head .navbar-nav > li {
  margin: 0;
}
.logged-in .custom-dropdown .sub-menu > li > a {
  padding-left: 15px;
}
.home .featured-home-sec.cmn-gap {
  overflow: hidden;
}
  /* support end 3-10-24 */
}

@media (max-width: 767px) {
  /* images alignment for wordpress content pages */
  .alignright,
  .alignleft,
  .aligncenter {
    float: none;
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    clear: both;
    margin-bottom: 24px;
  }

  .main-banner {
    min-height: 510px;
  }

  h1,
  .hOne {
    font-size: 44px;
  }

  .main-banner h1 {
    margin-bottom: 34px;
  }

  .default-btn {
    padding: 15px 22px;
    min-width: 160px;
  }

  .btn-grp {
    margin-top: 34px;
  }

  .faq-list .faq-menu h3 {
    font-size: 18px;
  }

  .cmn-gap {
    padding: 50px 0;
  }

  .ownership-benefit-table thead th {
    padding: 14px 10px;
    font-size: 20px;
  }

  .ownership-benefit-table tbody td {
    padding: 12px 18px;
  }

  h2,
  .hTwo {
    font-size: 34px;
  }

  .faq-list .faq-menu h3 {
    padding-right: 70px;
  }

  .faq-list .faq-menu .faq-ans {
    padding-right: 30px;
    font-size: 14px;
  }

  .footer-menu-heading {
    font-size: 22px;
    padding-bottom: 18px;
    margin-bottom: 20px;
  }

  .footer-menu-list ul > li > a {
    font-size: 15px;
  }

  .footer-menu-list ul > li {
    margin-bottom: 22px;
  }

  .footer-btm .footer-btm-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .footer-btm .footer-social-link {
    margin-bottom: 20px;
  }

  .main-footer .footer-top {
    padding: 50px 0 40px;
  }

  .featured-card-row,
  .ownership-card-row {
    --bs-gutter-x: 0;
  }

  .main-banner.inner-banner {
    min-height: 250px;
  }

  .shared-ownership-row {
    --bs-gutter-x: 0;
  }

  .form_input_radio {
    margin-bottom: -15px;
  }

  .form_input_radio label {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
    margin-right: 0;
    margin-bottom: 15px;
  }

  .cmn-txt-btn {
    font-size: 22px;
  }

  .property-details-point-wpr {
    margin-bottom: 15px;
  }

  .property-features-point-list > ul > li {
    width: 50%;
  }

  .listing-form-row .listing-form-col {
    max-width: 100%;
  }

  .listing-form-row {
    --bs-gutter-x: 0;
  }

  .details-content-wpr ul > li::before {
    top: 9px;
  }

  .sec-heading h2 {
    line-height: 1.2;
  }

  .sml-bg::before {
    height: 250px;
  }

  .faq-list .faq-menu .faq-ans ol {
    padding-left: 25px;
  }

  .details-content-wpr ol {
    padding: 0;
  }

  .details-content-wpr ol > li,
  .details-content-wpr ul > li {
    padding-left: 30px;
  }

  .full-details-sec .sec-heading .m_detls_date {
    font-size: 16px;
  }

  /* CSS Modification 14.04.23 */
  .newsletter-sec
    .contact-sml-form-wpr
    #gform_wrapper_3
    .gfield.gfield--width-half {
    grid-column: span 6 !important;
    -ms-grid-column-span: 6 !important;
  }

  /* CSS Modification 14.04.23 */

  /*support 17/4/2023 start*/
  .page-template-selling-exisitng-home
    .contact-sml-form-wpr
    .gfield_radio
    .gchoice {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
    margin-right: 0;
    margin-bottom: 15px;
  }

  .location-details-card {
    padding: 10px;
  }

  .location-details-imgbox {
    width: 90px;
    height: 90px;
  }

  .location-details-contntbox {
    width: calc(100% - 90px);
  }

  /*support 17/4/2023 end*/
  /* support start 26.4.23 */
  .survey-form {
    padding: 14px;
  }

  .survey-form .gfield_radio {
    margin: -6px;
  }

  .survey-form .gfield_radio .gchoice {
    padding: 6px;
  }

  .survey-form .gfield_radio .gchoice label span {
    padding: 10px 6px;
  }

  .survey-form #gform_page_10_1 .gfield_radio .gchoice label img {
    min-height: 118px;
  }

  .survey-form #gform_page_10_5 .gform_fields #field_10_25 {
    font-size: 18px;
    max-width: 400px;
    margin: 0 auto 10px;
  }

  /* support start 26.4.23 */
  /* support start 27.4.23 */
  .my-wishlist {
    margin-top: 30px;
  }

  .single-wishlist .wishlist-items .wl-single-item {
    width: 50%;
  }

  .woocommerce-MyAccount-content {
    margin-top: 25px;
    padding: 25px;
  }

  .woocommerce-Addresses .u-column1 {
    margin-bottom: 15px;
  }

  .menurt .btn {
    font-size: 16px;
  }

  .currency-switcher-form .wSelect-selected {
    font-size: 16px;
  }

  .menurt button span img {
    width: 18px;
  }

  .menurt .btn span {
    margin-right: 4px;
  }

  .nav-right .wishlist-btn img {
    width: 18px;
  }

  /* support end 27.4.23 */
  /* support start 28.4.23 */
  .custom-dropdown.navbar-nav > li > a {
    font-size: 16px;
  }

  .custm-checkbox-ss label {
    width: 50%;
  }

  .listing-srch-area-top {
    flex-wrap: wrap;
  }

  .frmgrp-input {
    width: 100%;
  }

  .frm-btngrp {
    margin: 0 auto;
    margin-top: 10px;
  }

  .frmgrp-input input {
    background-color: #f7f7f7;
    padding-left: 45px;
    background-position: left 17px center;
  }

  .survey-form .gfield_radio .gchoice {
    display: inline-block;
    width: 50%;
    padding: 15px;
    position: relative;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    margin: 0 auto;
  }

  .survey-form .gfield_radio .gchoice {
    width: 50%;
  }

  /* support start 10.5.23 */
  .search-filters {
    padding-right: 30px;
  }

  /* support end 10.5.23 */
  /* support start 6.6.23 */
  .img-slider-img-wpr > img {
    height: 309px;
  }

  /* support start 6.6.23 */
  /* support start 4.7.23 */

  #cookie-notice .cookie-notice-container {
    padding: 8px 30px;
    max-width: inherit;
  }

  /* support end 4.7.23 */

  /* 24/7/23 work start */
  .location-details-wpr .gmpMnlJssorSlider .gmpMmlSlideImg img {
    height: auto !important;
  }

  .location-details-wpr .gmpMnlJssorSlides > div {
    height: auto !important;
  }

  .location-details-wpr .gmpMnlJssorSlides > div {
    height: auto !important;
  }

  /* 24/7/23 work end */
  /*support pp.c 3/9/2024*/
  .main-head .navbar-brand {
    width: 160px;
  }

  /*support pp.c 3/9/2024*/

  /* support start 23-9-24 */
  .page-id-622 .location-details-wpr .gmpMnlJssorSlider {
    min-height: 335px;
  }

  .single-post .footer-social-link {
    justify-content: center;
  }

  /* support end 23-9-24 */

  /* support start 3-10-24 */
  .logged-in .main-head .navbar-brand {
    width: 160px;
  }
  .logged-in .footer-txt-wpr .footer-brand {
    width: 160px;
    max-width: inherit;
  }
  .footer-txt-wpr .footer-brand {
    max-width: inherit;
    width: 160px;
}

  /* support end 3-10-24 */
}

@media (max-width: 575px) {
  body {
    font-size: 14px;
  }

  .main-banner {
    min-height: 465px;
  }

  .main-banner h1 {
    margin-bottom: 30px;
  }

  h1,
  .hOne {
    font-size: 38px;
  }

  .default-btn {
    padding: 14px 20px;
    font-size: 17px;
  }

  h2,
  .hTwo {
    font-size: 30px;
  }

  .sec-heading h2 {
    margin-bottom: 15px;
  }

  h3,
  .hThree {
    font-size: 26px;
  }

  .ownership-benefit-table thead th {
    font-size: 16px;
  }

  .faq-list .faq-menu h3 {
    font-size: 17px;
  }

  .faq-list .faq-menu .faq-ans {
    padding: 20px 20px 25px;
  }

  /* .footer-txt-wpr .footer-brand {
    max-width: 210px;
  } */

  .footer-menu-row {
    --bs-gutter-y: 40px;
  }

  .client-comm-sec .ownership-card .hThree {
    font-size: 26px;
  }

  .client-comm-sec .ownership-card .hThree br {
    display: none;
  }

  .contact-sml-form-wpr .form-row {
    --bs-gutter-x: 0;
  }

  .main-contact-form-wpr form input[type="text"],
  .main-contact-form-wpr form input[type="tel"],
  .main-contact-form-wpr form input[type="password"],
  .main-contact-form-wpr form input[type="email"],
  .main-contact-form-wpr form input[type="search"] {
    height: 50px;
  }

  .main-contact-form-wpr form input[type="submit"] {
    font-size: 20px;
  }

  input[type="submit"] {
    font-size: 18px;
    height: 50px;
  }

  .cmn-txt-btn {
    font-size: 20px;
  }

  .featured-home-slider .featured-home-slider-item,
  .prop-listing-slider .prop-listing-slider-item {
    padding: 0 5px;
  }

  .property-heading p {
    font-size: 18px;
  }

  .property-details-point-list ul {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .property-details-point-wpr address {
    font-size: 17px;
  }

  .enquery-form-wpr .form-heading figure {
    height: 60px;
  }

  .enquery-form-wpr .form-heading img {
    max-height: 60px;
  }

  .details-content-wpr ul > li {
    font-size: 15px;
    margin-bottom: 7px;
  }

  .full-details-sec .sec-heading {
    margin-bottom: 40px;
  }

  .details-content-wpr ol > li,
  .details-content-wpr ul > li {
    font-size: 15px;
  }

  /* CSS Modification 14.04.23 */
  .newsletter-sec
    .contact-sml-form-wpr
    #gform_wrapper_3
    .gfield.gfield--width-half {
    grid-column: span 12 !important;
    -ms-grid-column-span: 12 !important;
  }

  /* CSS Modification 14.04.23 */
  /* support start 26.4.23 */
  .survey-form #gform_page_10_1 .gfield_radio .gchoice label img {
    min-height: 153px;
  }

  .survey-form #gform_page_10_5 .gform_fields #field_10_25 {
    font-size: 16px;
    max-width: inherit;
    margin: 0 auto 0;
  }

  /* support end 26.4.23 */
  /* support start 27.4.23 */
  .my-wishlist .item .item_img {
    width: 100% !important;
    /* height: 100% !important; */
  }

  .my-wishlist .item a.item_inside {
    width: 100% !important;
    height: 100% !important;
  }

  .my-wishlist .item {
    width: 100% !important;
  }

  .woocommerce-info {
    position: relative;
    padding-bottom: 66px;
  }

  .woocommerce-info .woocommerce-Button {
    float: none !important;
    position: absolute !important;
    bottom: 16px;
  }

  .woocommerce form .form-row-first,
  .woocommerce form .form-row-last,
  .woocommerce-page form .form-row-first,
  .woocommerce-page form .form-row-last {
    width: 100%;
  }

  /* support start 27.4.23 */

  .currency-switcher-form .wSelect-arrow {
    right: 46px !important;
  }

  .currency-switcher-form-blks {
    max-width: 68px;
  }

  /* support start 28.4.23 */
  .custom-dropdown {
    margin-right: 5px;
  }

  .custom-dropdown li a span img {
    width: 18px;
  }

  .search-bar-wpr-in {
    padding: 20px 15px;
  }

  .custm-checkbox-ss {
    margin: -10px;
  }

  .custm-checkbox-ss label {
    padding: 10px 20px;
  }

  .survey-form .gfield_radio .gchoice {
    width: 100%;
  }

  /* support start 10.5.23 */
  .search-filters {
    padding: 20px 20px 25px;
  }

  .fond-cls-dvs {
    font-size: 20px;
  }

  /* support end 10.5.23 */

  .full-details-sec .details-content-wpr {
    padding-left: 20px;
    padding-right: 20px;
  }

  /* support start 6.6.23 */
  .img-slider-img-wpr > img {
    height: 323px;
  }

  /* support start 6.6.23 */
  /* support start 4.7.23 */

  #cookie-notice .cookie-notice-container {
    padding: 8px 12px;
  }

  /* support end 4.7.23 */
  /*support pp.c 3/9/2024*/
  .book-apnt-butn {
    border-radius: 100%;
    width: 43px;
    height: 43px;
    min-width: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .book-apnt-butn img {
    display: block;
    max-width: 20px;
  }

  .book-apnt-butn span {
    display: none;
  }

  .hmapntmnt-butnbx .default-btn {
    padding: 14px 18px;
  }

  /*support pp.c 3/9/2024*/
  /* satwik 4_9_24 */
  .hmapntmnt-butnbx .default-btn {
    padding: 13px 18px;
  }

  .hmapntmnt-rgtcol-box p {
    margin-bottom: 30px;
  }

  /* satwik end 4_9_24 */

  .pum-theme-lightbox .pum-container {
    top: 78px !important;
  }
}

@media (max-width: 479px) {
  .navbar-brand {
    width: 120px;
  }

  .cookie-wpr .cookie-content {
    padding: 0 25px;
  }

  .main-banner {
    min-height: 410px;
  }

  h1,
  .hOne {
    font-size: 34px;
  }

  h2,
  .hTwo {
    font-size: 28px;
  }

  .sec-heading h2 {
    margin-bottom: 10px;
  }

  .sec-heading {
    margin: 0 auto 30px;
  }

  .btn-grp {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .btn-grp > a:not(:last-child) {
    margin-right: 0;
    margin-bottom: 15px;
  }

  .btn-grp > .default-btn {
    width: 100%;
  }

  .faq-list .faq-menu h3 {
    font-size: 16px;
    line-height: 1.3;
    padding: 16px 20px;
    padding-right: 40px;
  }

  .faq-list .faq-menu h3::before {
    right: 20px;
    width: 16px;
    height: 16px;
  }

  .faq-wpr .btn-grp .default-btn {
    min-width: 0;
    width: 100%;
  }

  .newsletter-form-wpr form input[type="submit"] {
    min-width: 0;
    width: 100%;
  }

  .amt-dropdown-option label span {
    font-size: 18px;
  }

  .nav-right .wishlist-btn {
    margin-right: 11px;
    width: 16px;
  }

  .nav-right {
    margin-left: auto;
  }

  .nav-right .amt-dropdown-option {
    margin-right: 0;
  }

  .navbar-toggler {
    margin-left: 12px;
  }

  input[type="submit"] {
    height: 54px;
    font-size: 18px;
  }

  .main-banner.inner-banner {
    min-height: 210px;
  }

  .why-elixir-row {
    --bs-gutter-y: 20px;
  }

  .footer-signup-form-wpr form input[type="submit"] {
    padding: 0 18px;
    height: 46px;
  }

  .footer-signup-form-wpr form input[type="text"],
  .footer-signup-form-wpr form input[type="email"] {
    height: 46px;
    font-size: 14px;
    padding: 0 100px 0 8px;
  }

  .client-comm-sec .sec-heading {
    margin-bottom: 30px;
  }

  h4,
  .hFour {
    font-size: 24px;
  }

  .shared-ownership-card > .default-btn {
    font-size: 20px;
  }

  .contact-sml-form-wpr form input[type="submit"] {
    width: 100%;
  }

  .cmn-gap {
    padding: 40px 0;
  }

  .img-para-listing-wpr .each-img-para,
  .img-para-listing-wpr.sml-gap .each-img-para {
    padding: 40px 0;
  }

  .custom-select-option span::before {
    width: 34px;
    background-position: right 10px center;
  }

  .form_input_radio label {
    width: 100%;
  }

  .contact-sml-form-wpr.talk-more-form-wpr form .custom-select-option span {
    font-size: 14px;
    font-weight: 500;
    height: 50px;
  }

  .footer-social-link ul > li a {
    width: 32px;
    height: 32px;
    padding: 7px;
  }

  .main-contact-form-wpr {
    padding: 13px;
  }

  .team-card .hFour {
    font-size: 22px;
  }

  .property-listing-sec {
    padding: 40px 0;
  }

  .property-view-points-wpr .property-view-points-list ul {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -5px;
    margin-bottom: -16px;
  }

  .property-view-points-wpr .property-view-points-list ul li {
    margin-right: 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 20%;
    margin-bottom: 16px;
  }

  .about-property {
    padding: 18px 15px 30px;
  }

  .property-features-point-list > ul {
    margin: 0 0 -16px;
  }

  .property-features-point-list > ul > li {
    width: 100%;
    padding: 0;
  }

  .enquery-form-wpr {
    padding: 26px 15px 20px;
  }

  .booking-learning-option-wpr ul .each-option .option-icon {
    height: 48px;
  }

  .booking-learning-option-wpr ul .each-option .option-icon img {
    max-height: 48px;
  }

  h6,
  .hSix {
    font-size: 15px;
  }

  .enquery-form-wpr.nwsltr-signup .booking-learning-option-wpr ul {
    margin: 0 -6px;
    margin-bottom: -14px;
  }

  .enquery-form-wpr.nwsltr-signup .booking-learning-option-wpr ul > li {
    padding: 0 6px;
    margin-bottom: 14px;
  }

  .full-details-sec .sec-heading {
    margin-bottom: 30px;
  }

  .property-view-points-wpr .property-view-points-list ul li a img {
    max-height: 18px;
    max-width: 24px;
    -o-object-fit: contain;
    object-fit: contain;
    margin-bottom: 0;
  }

  .property-details-point-list ul li img {
    margin-right: 8px;
    max-width: 15px;
    -o-object-fit: contain;
    object-fit: contain;
  }

  .property-features-point-list > ul > li > img {
    max-width: 16px;
    max-height: 16px;
  }

  .enquery-form-wpr .form-heading figure {
    height: 46px;
  }

  .enquery-form-wpr .form-heading img {
    max-height: 46px;
  }

  .booking-learning-option-wpr ul .each-option .option-icon {
    height: 40px;
    margin-bottom: 12px;
  }

  .booking-learning-option-wpr ul .each-option .option-icon img {
    max-height: 40px;
  }

  .half-bg::before {
    height: 90%;
  }

  .sml-bg::before {
    height: 170px;
  }

  .faq-list .faq-menu .faq-ans ol {
    padding-left: 18px;
  }

  .faq-list .faq-menu .faq-ans ol > li {
    padding-left: 8px;
  }

  .details-content-wpr h2 {
    font-size: 22px;
  }

  .property-view-points-wpr .property-view-points-list ul li a {
    font-size: 0;
  }

  .property-view-points-wpr .property-view-points-list {
    padding: 8px;
  }

  /* support-12-04-2023-css-start */
  .newsletter-form-wpr .gfield_radio {
    flex-wrap: wrap;
  }

  .newsletter-form-wpr .gfield_radio .gchoice {
    width: 100%;
    margin: 0 0 6px;
  }

  /* support-12-04-2023-css-end */

  /* support 13-04-23 start */
  .footer-social-link .sfsi_wicons {
    width: 32px !important;
    height: 32px !important;
    margin-right: 6px !important;
    margin-bottom: 10px !important;
  }

  .sfsi_widget .sfsi_wDiv .sfsi_wicons .inerCnt a,
  .sfsi_widget .sfsi_wDiv .sfsi_wicons .inerCnt a.sficn {
    width: 32px !important;
    height: 32px !important;
  }

  .footer-social-link .sfsi_wicons .inerCnt a {
    width: 32px !important;
    height: 32px !important;
  }

  .footer-social-link .sfsi_wicons .inerCnt a img {
    height: 100%;
    width: 100%;
    object-fit: contain;
  }

  /* support 13-04-23 end */
  /*support 17/4/2023 start*/
  .page-template-selling-exisitng-home
    .contact-sml-form-wpr
    .gfield_radio
    .gchoice {
    width: 100%;
  }

  /*support 17/4/2023 end*/

  /* update start RN 19-04-2023 */
  .sw-pagination .page-numbers {
    width: 35px;
    height: 35px;
    margin-right: 5px;
  }

  /* update end RN 19-04-2023 */

  /* support 25.4.23  start */
  /* .currency-switcher-form .wSelect-selected {
        padding: 0 !important;
    } */

  /* .currency-switcher-form-blks {
        max-width: 87px;
    } */

  .enquery-form-wpr #gform_8 .gfield iframe,
  .enquery-form-wpr #gform_9 .gfield iframe {
    width: 100%;
  }

  /* support 25.4.23  end */
  /* support start 26.4.23 */

  .survey-form .gfield_radio .gchoice label span {
    padding: 10px 5px;
    font-size: 14px;
  }

  .survey-form #gform_page_10_2 .gfield_checkbox .gchoice {
    width: 50%;
  }

  .survey-form .gform_page_footer .gform_previous_button,
  .survey-form .gform_page_footer .gform_next_button,
  .survey-form .gform_page_footer .gform_button {
    font-size: 16px;
    padding: 10px 20px;
    min-width: 120px;
  }

  .survey-form
    #gform_page_10_4
    .gfield_radio
    .gchoice
    input[type="radio"]
    + label {
    padding: 16px 8px;
    font-size: 13px;
  }

  /* support end 26.4.23 */
  /* support start 27.4.23 */

  .single-wishlist .wishlist-items .wl-single-item {
    width: 100%;
  }

  .woocommerce-MyAccount-content {
    padding: 15px;
  }

  .menurt button span {
    display: none;
  }

  .menurt .btn {
    font-size: 14px;
  }

  .currency-switcher-form-blks {
    max-width: 56px;
  }

  .menurt {
    margin-right: 10px;
  }

  .custom-dropdown.navbar-nav > li > a {
    font-size: 14px;
  }

  .currency-switcher-form .wSelect-selected {
    font-size: 14px;
  }

  .custom-dropdown li a {
    padding: 6px;
  }

  .custom-dropdown li a span img {
    width: 16px;
  }

  .frmgrp-input input {
    padding: 5px 15px;
    padding-left: 45px;
    padding-left: 40px;
    background-position: left 12px center;
  }

  /* support end 27.4.23 */

  /* 04/05/2023 dm */

  .footer-social-link .norm_row {
    flex-wrap: wrap;
  }

  /* 04/05/2023 dm */

  /* support 16/5/23 */

  .calculation-main-sec .calculator-child-heading {
    margin-bottom: 21px;
  }

  .calculation-info-select {
    width: 100%;
  }

  .calculation-info-top {
    margin-bottom: 20px;
  }

  .map-sec .map-container {
    max-height: 250px;
  }

  /* support-23-05-2023-css-start */

  .full-details-sec .details-content-wpr {
    padding: 0 20px !important;
  }

  .full-details-sec .details-content-wpr .details-content-wpr {
    padding: 0 !important;
  }

  /* support-23-05-2023-css-end */
  /* support start 24.5.23 */
  .photo-modals .footer-social-link .sfsiTlleft .sfsi_inside a,
  .full-details-sec .footer-social-link .sfsiTlleft .sfsi_inside a {
    width: 100% !important;
  }

  .footer-social-link .sfsiTlleft .sfsi_inside:last-child {
    margin-bottom: 4px !important;
  }

  /* support end 24.5.23 */

  /* support start 6.6.23 */
  .img-slider-img-wpr > img {
    height: 257px;
  }

  /* support start 6.6.23 */

  .location-details-wpr .gm-style .gm-style-iw-c {
    max-width: 220px !important;
  }

  .location-details-wpr .gmpMnlJssorSlider .gmpMmlSlideTitle a {
    font-size: 15px;
  }

  .location-details-wpr .gmpMmlSlideDescription {
    font-size: 12px !important;
  }

  /*support pp.c 3/9/2024*/
  .main-head .navbar-brand {
    width: 120px;
  }

  .hmapntmnt-butnbx {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .hmapntmnt-butnbx .default-btn:not(:first-child) {
    margin-left: 0;
    margin-top: 15px;
  }

  /*support pp.c 3/9/2024*/

/* support start 3-10-24 */
.logged-in .main-head .navbar-brand {
  width: 120px;
}
.logged-in .footer-txt-wpr .footer-brand {
  width: 120px;
  max-width: inherit;
}
.footer-txt-wpr .footer-brand {
  max-width: inherit;
  width: 120px;
}
.logged-in .currency-switcher-form-blks {
  max-width: 56px;
}
/* support end 3-10-24 */



}

@media (max-width: 360px) {
  .navbar-brand {
    width: 88px;
  }

  .currency-switcher-form .wSelect-arrow {
    right: 52px !important;
  }

  .currency-switcher-form-blks {
    max-width: 50px;
  }

  .custm-checkbox-ss label {
    width: 100%;
  }

  /* support start 6.6.23 */
  .img-slider-img-wpr > img {
    height: 191px;
  }

  .pum-container .pum-content {
    text-align: left !important;
    padding-left: 12px;
  }

  .pum-container .pum-content p {
    text-align: left !important;
    font-size: 14px;
  }

  /* support start 6.6.23 */
  /*support pp.c 3/9/2024*/
  .main-head .navbar-brand {
    width: 88px;
  }

  /*support pp.c 3/9/2024*/

  
  
/* support start 3-10-24 */
.logged-in .main-head .navbar-brand {
  width: 88px;
}
.logged-in .footer-txt-wpr .footer-brand {
  width: 88px;
  max-width: inherit;
}
.footer-txt-wpr .footer-brand {
  max-width: inherit;
  width: 88px;
}
.logged-in .navbar-nav li.menu-item-has-children > a {
  padding-right: 23px !important;
}
.logged-in .custom-dropdown {
  margin-right: 2px;
}
  /* support end 3-10-24 */
}

@media (max-width: 320px) {
  /* .navbar-brand {
        width: 124px;
    } */

  .join-mailing-btn-sec .default-btn {
    padding: 15px 9px;
    width: 100%;
  }

  .footer-menu-col {
    width: 100%;
  }

  .amt-dropdown-option label span {
    font-size: 16px;
  }

  /* .nav-right .wishlist-btn {
        margin-right: 11px;
        width: 16px;
    } */

  h1,
  .hOne {
    font-size: 30px;
  }

  h2,
  .hTwo {
    font-size: 26px;
  }

  /* support start 6.6.23 */
  .img-slider-img-wpr > img {
    height: 174px;
  }

  /* support start 6.6.23 */

  
}

body.single-property #sidebar,
body.single-property .comments-area,
body.single-wishlist .prop-listing-sec,
.gform_wrapper #gform_2 #field_2_2 .gfield_required .gfield_required_text,
.woocommerce-MyAccount-content p:nth-child(3) {
  display: none;
}
