@import url("https://pro.fontawesome.com/releases/v6.0.0-beta1/css/all.css");
@import url("https://fonts.googleapis.com/css2?family=Oxygen:wght@300;400;700&display=swap");

body {
  --wp--preset--color--black: #000000;
  --wp--preset--color--cyan-bluish-gray: #abb8c3;
  --wp--preset--color--white: #ffffff;
  --wp--preset--color--pale-pink: #f78da7;
  --wp--preset--color--vivid-red: #cf2e2e;
  --wp--preset--color--luminous-vivid-orange: #ff6900;
  --wp--preset--color--luminous-vivid-amber: #fcb900;
  --wp--preset--color--light-green-cyan: #7bdcb5;
  --wp--preset--color--vivid-green-cyan: #00d084;
  --wp--preset--color--pale-cyan-blue: #8ed1fc;
  --wp--preset--color--vivid-cyan-blue: #0693e3;
  --wp--preset--color--vivid-purple: #9b51e0;
  --wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(
    135deg,
    rgba(6, 147, 227, 1) 0%,
    rgb(155, 81, 224) 100%
  );
  --wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(
    135deg,
    rgb(122, 220, 180) 0%,
    rgb(0, 208, 130) 100%
  );
  --wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(
    135deg,
    rgba(252, 185, 0, 1) 0%,
    rgba(255, 105, 0, 1) 100%
  );
  --wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(
    135deg,
    rgba(255, 105, 0, 1) 0%,
    rgb(207, 46, 46) 100%
  );
  --wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(
    135deg,
    rgb(238, 238, 238) 0%,
    rgb(169, 184, 195) 100%
  );
  --wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(
    135deg,
    rgb(74, 234, 220) 0%,
    rgb(151, 120, 209) 20%,
    rgb(207, 42, 186) 40%,
    rgb(238, 44, 130) 60%,
    rgb(251, 105, 98) 80%,
    rgb(254, 248, 76) 100%
  );
  --wp--preset--gradient--blush-light-purple: linear-gradient(
    135deg,
    rgb(255, 206, 236) 0%,
    rgb(152, 150, 240) 100%
  );
  --wp--preset--gradient--blush-bordeaux: linear-gradient(
    135deg,
    rgb(254, 205, 165) 0%,
    rgb(254, 45, 45) 50%,
    rgb(107, 0, 62) 100%
  );
  --wp--preset--gradient--luminous-dusk: linear-gradient(
    135deg,
    rgb(255, 203, 112) 0%,
    rgb(199, 81, 192) 50%,
    rgb(65, 88, 208) 100%
  );
  --wp--preset--gradient--pale-ocean: linear-gradient(
    135deg,
    rgb(255, 245, 203) 0%,
    rgb(182, 227, 212) 50%,
    rgb(51, 167, 181) 100%
  );
  --wp--preset--gradient--electric-grass: linear-gradient(
    135deg,
    rgb(202, 248, 128) 0%,
    rgb(113, 206, 126) 100%
  );
  --wp--preset--gradient--midnight: linear-gradient(
    135deg,
    rgb(2, 3, 129) 0%,
    rgb(40, 116, 252) 100%
  );
  --wp--preset--duotone--dark-grayscale: url("#wp-duotone-dark-grayscale");
  --wp--preset--duotone--grayscale: url("#wp-duotone-grayscale");
  --wp--preset--duotone--purple-yellow: url("#wp-duotone-purple-yellow");
  --wp--preset--duotone--blue-red: url("#wp-duotone-blue-red");
  --wp--preset--duotone--midnight: url("#wp-duotone-midnight");
  --wp--preset--duotone--magenta-yellow: url("#wp-duotone-magenta-yellow");
  --wp--preset--duotone--purple-green: url("#wp-duotone-purple-green");
  --wp--preset--duotone--blue-orange: url("#wp-duotone-blue-orange");
  --wp--preset--font-size--small: 13px;
  --wp--preset--font-size--medium: 20px;
  --wp--preset--font-size--large: 36px;
  --wp--preset--font-size--x-large: 42px;
  --wp--preset--spacing--20: 0.44rem;
  --wp--preset--spacing--30: 0.67rem;
  --wp--preset--spacing--40: 1rem;
  --wp--preset--spacing--50: 1.5rem;
  --wp--preset--spacing--60: 2.25rem;
  --wp--preset--spacing--70: 3.38rem;
  --wp--preset--spacing--80: 5.06rem;
}

:where(.is-layout-flex) {
  gap: 0.5em;
}

body .is-layout-flow > .alignleft {
  float: left;
  margin-inline-start: 0;
  margin-inline-end: 2em;
}

body .is-layout-flow > .alignright {
  float: right;
  margin-inline-start: 2em;
  margin-inline-end: 0;
}

body .is-layout-flow > .aligncenter {
  margin-left: auto !important;
  margin-right: auto !important;
}

body .is-layout-constrained > .alignleft {
  float: left;
  margin-inline-start: 0;
  margin-inline-end: 2em;
}

body .is-layout-constrained > .alignright {
  float: right;
  margin-inline-start: 2em;
  margin-inline-end: 0;
}

body .is-layout-constrained > .aligncenter {
  margin-left: auto !important;
  margin-right: auto !important;
}

body
  .is-layout-constrained
  > :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
  max-width: var(--wp--style--global--content-size);
  margin-left: auto !important;
  margin-right: auto !important;
}

body .is-layout-constrained > .alignwide {
  max-width: var(--wp--style--global--wide-size);
}

body .is-layout-flex {
  display: flex;
}

body .is-layout-flex {
  flex-wrap: wrap;
  align-items: center;
}

body .is-layout-flex > * {
  margin: 0;
}

:where(.wp-block-columns.is-layout-flex) {
  gap: 2em;
}

.has-black-color {
  color: var(--wp--preset--color--black) !important;
}

.has-cyan-bluish-gray-color {
  color: var(--wp--preset--color--cyan-bluish-gray) !important;
}

.has-white-color {
  color: var(--wp--preset--color--white) !important;
}

.has-pale-pink-color {
  color: var(--wp--preset--color--pale-pink) !important;
}

.has-vivid-red-color {
  color: var(--wp--preset--color--vivid-red) !important;
}

.has-luminous-vivid-orange-color {
  color: var(--wp--preset--color--luminous-vivid-orange) !important;
}

.has-luminous-vivid-amber-color {
  color: var(--wp--preset--color--luminous-vivid-amber) !important;
}

.has-light-green-cyan-color {
  color: var(--wp--preset--color--light-green-cyan) !important;
}

.has-vivid-green-cyan-color {
  color: var(--wp--preset--color--vivid-green-cyan) !important;
}

.has-pale-cyan-blue-color {
  color: var(--wp--preset--color--pale-cyan-blue) !important;
}

.has-vivid-cyan-blue-color {
  color: var(--wp--preset--color--vivid-cyan-blue) !important;
}

.has-vivid-purple-color {
  color: var(--wp--preset--color--vivid-purple) !important;
}

.has-black-background-color {
  background-color: var(--wp--preset--color--black) !important;
}

.has-cyan-bluish-gray-background-color {
  background-color: var(--wp--preset--color--cyan-bluish-gray) !important;
}

.has-white-background-color {
  background-color: var(--wp--preset--color--white) !important;
}

.has-pale-pink-background-color {
  background-color: var(--wp--preset--color--pale-pink) !important;
}

.has-vivid-red-background-color {
  background-color: var(--wp--preset--color--vivid-red) !important;
}

.has-luminous-vivid-orange-background-color {
  background-color: var(--wp--preset--color--luminous-vivid-orange) !important;
}

.has-luminous-vivid-amber-background-color {
  background-color: var(--wp--preset--color--luminous-vivid-amber) !important;
}

.has-light-green-cyan-background-color {
  background-color: var(--wp--preset--color--light-green-cyan) !important;
}

.has-vivid-green-cyan-background-color {
  background-color: var(--wp--preset--color--vivid-green-cyan) !important;
}

.has-pale-cyan-blue-background-color {
  background-color: var(--wp--preset--color--pale-cyan-blue) !important;
}

.has-vivid-cyan-blue-background-color {
  background-color: var(--wp--preset--color--vivid-cyan-blue) !important;
}

.has-vivid-purple-background-color {
  background-color: var(--wp--preset--color--vivid-purple) !important;
}

.has-black-border-color {
  border-color: var(--wp--preset--color--black) !important;
}

.has-cyan-bluish-gray-border-color {
  border-color: var(--wp--preset--color--cyan-bluish-gray) !important;
}

.has-white-border-color {
  border-color: var(--wp--preset--color--white) !important;
}

.has-pale-pink-border-color {
  border-color: var(--wp--preset--color--pale-pink) !important;
}

.has-vivid-red-border-color {
  border-color: var(--wp--preset--color--vivid-red) !important;
}

.has-luminous-vivid-orange-border-color {
  border-color: var(--wp--preset--color--luminous-vivid-orange) !important;
}

.has-luminous-vivid-amber-border-color {
  border-color: var(--wp--preset--color--luminous-vivid-amber) !important;
}

.has-light-green-cyan-border-color {
  border-color: var(--wp--preset--color--light-green-cyan) !important;
}

.has-vivid-green-cyan-border-color {
  border-color: var(--wp--preset--color--vivid-green-cyan) !important;
}

.has-pale-cyan-blue-border-color {
  border-color: var(--wp--preset--color--pale-cyan-blue) !important;
}

.has-vivid-cyan-blue-border-color {
  border-color: var(--wp--preset--color--vivid-cyan-blue) !important;
}

.has-vivid-purple-border-color {
  border-color: var(--wp--preset--color--vivid-purple) !important;
}

.has-vivid-cyan-blue-to-vivid-purple-gradient-background {
  background: var(
    --wp--preset--gradient--vivid-cyan-blue-to-vivid-purple
  ) !important;
}

.has-light-green-cyan-to-vivid-green-cyan-gradient-background {
  background: var(
    --wp--preset--gradient--light-green-cyan-to-vivid-green-cyan
  ) !important;
}

.has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background {
  background: var(
    --wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange
  ) !important;
}

.has-luminous-vivid-orange-to-vivid-red-gradient-background {
  background: var(
    --wp--preset--gradient--luminous-vivid-orange-to-vivid-red
  ) !important;
}

.has-very-light-gray-to-cyan-bluish-gray-gradient-background {
  background: var(
    --wp--preset--gradient--very-light-gray-to-cyan-bluish-gray
  ) !important;
}

.has-cool-to-warm-spectrum-gradient-background {
  background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important;
}

.has-blush-light-purple-gradient-background {
  background: var(--wp--preset--gradient--blush-light-purple) !important;
}

.has-blush-bordeaux-gradient-background {
  background: var(--wp--preset--gradient--blush-bordeaux) !important;
}

.has-luminous-dusk-gradient-background {
  background: var(--wp--preset--gradient--luminous-dusk) !important;
}

.has-pale-ocean-gradient-background {
  background: var(--wp--preset--gradient--pale-ocean) !important;
}

.has-electric-grass-gradient-background {
  background: var(--wp--preset--gradient--electric-grass) !important;
}

.has-midnight-gradient-background {
  background: var(--wp--preset--gradient--midnight) !important;
}

.has-small-font-size {
  font-size: var(--wp--preset--font-size--small) !important;
}

.has-medium-font-size {
  font-size: var(--wp--preset--font-size--medium) !important;
}

.has-large-font-size {
  font-size: var(--wp--preset--font-size--large) !important;
}

.has-x-large-font-size {
  font-size: var(--wp--preset--font-size--x-large) !important;
}

.wp-block-navigation a:where(:not(.wp-element-button)) {
  color: inherit;
}

:where(.wp-block-columns.is-layout-flex) {
  gap: 2em;
}

.wp-block-pullquote {
  font-size: 1.5em;
  line-height: 1.6;
}

body {
  font-family: "Poppins" !important;
  font-style: normal;
  font-size: 16px;
  line-height: 1.45em;
  color: #4b4b4b;
}

blockquote {
  font-family: "Playfair Display" !important;
  font-style: italic;
}

h1 {
  font-family: "Playfair Display" !important;
  font-style: normal;
  font-size: 2.441em;
  color: #2b2b2b;
}

h2 {
  font-family: "Playfair Display" !important;
  font-style: normal;
  font-size: 1.953em;
  color: #2b2b2b;
}

h3 {
  font-family: "Playfair Display" !important;
  font-style: normal;
  font-size: 1.563em;
  color: #2b2b2b;
}

h4 {
  font-family: "Playfair Display" !important;
  font-style: normal;
  font-size: 1.25em;
  color: #2b2b2b;
}

h5 {
  font-family: "Playfair Display" !important;
  font-style: normal;
  font-size: 1em;
  color: #2b2b2b;
}

h6 {
  font-family: "Playfair Display" !important;
  font-style: normal;
  font-size: 0.8em;
  color: #2b2b2b;
}

.post .post-thumb img {
  width: 100%;
}

/**** Primary Color ****/
.pagination2 li a:hover {
  color: #3caf6e;
}

label a {
  color: #3caf6e;
}

.overlay-search .btn-group .btn:last-child {
  background-color: #3caf6e !important;
  border-color: #3caf6e;
}

.left-content li a:hover {
  color: #3caf6e !important;
}

.left-content li a:hover i {
  color: #3caf6e !important;
}

.header-bottom-area.default-template-gradient .menu-list > li > a:hover {
  color: #3caf6e !important;
}

.banner-with-menu-area .menu-list > li > a:hover {
  color: #3caf6e !important;
}

.category-menu.default-template-gradient .category-list a:hover i,
.category-menu.default-template-gradient .category-list a:hover h4 {
  color: #3caf6e;
}

.social-media ul li a:hover {
  color: #3caf6e;
}

.slider-text-content h2:before {
  background-color: #3caf6e;
}

.slider-text-content a {
  background-color: #3caf6e;
}

.banner-text-content .more-link {
  background-color: #3caf6e;
}

.aboutus-area .nav.nav-tabs li.active:before {
  background-color: #3caf6e;
}

.booking {
  color: #3caf6e;
}

.blog-area .button,
.call-to-action .button {
  background-color: #3caf6e;
}

.call-to-action .contact-left-content h4 {
  color: #3caf6e;
}

.testimonial-slider .item .star i {
  color: #3caf6e;
}

.testimonial-slider .owl-dot.active {
  background-color: #3caf6e;
}

.yellow-color .button {
  background-color: #3caf6e;
}

.yellow-color .widget-title-area .widget-title {
  color: #3caf6e;
}

.widget_houserent_rental_category ul li a {
  color: #3caf6e;
}

.widget_rental_search .advance_search_query.booking-form .form-group label {
  color: #3caf6e;
}

.commingsoon-count .timer-body-block > div .tab-unit {
  color: #3caf6e;
}

.error-page-area .default-pd-center .error-text-content .error-title {
  color: #3caf6e;
}

.stat i {
  color: #3caf6e;
}

.call-to-action.style-two .right-content .contact a {
  background-color: #3caf6e !important;
}

.footer-area .bottom-content a {
  color: #3caf6e;
}

.widget.widget_search .btn-primary {
  background: #3caf6e !important;
  border-color: #3caf6e;
}

.widget-about-content .button {
  background: #3caf6e;
}

/**** Secondary Color ****/
::-moz-selection {
  background-color: #21b360;
}

::selection {
  background-color: #21b360;
}

a:hover,
a:focus {
  color: #21b360;
}

.header-top-content .left-content ul li a {
  color: #21b360;
}

.menu-list li:hover > a,
.menu-list > li > a:hover,
.menu-list > li > a.active {
  color: #21b360 !important;
}

.button:hover {
  background-color: #21b360;
}

.banner-text-content .more-link:hover {
  background-color: #21b360;
}

.call-to-action.style-two .right-content .contact a:hover {
  background-color: #21b360;
}

.apartments-content .text-content .top-content h3 a:hover {
  color: #21b360;
}

.dropdown-menu li a:hover,
.share-meta li a:hover {
  color: #21b360;
}

.category-list a:hover i,
.category-list a:hover h4 {
  color: #21b360;
}

.catagory-left-content .button:hover {
  background-color: #21b360;
}

.call-to-action.style-two .right-content .contact a:hover {
  background-color: #21b360 !important;
}

/**** Gradient Color ****/
.default-template-gradient {
  background: #a1fe44;
  background: -moz-linear-gradient(left, #a1fe44 0%, #006317 100%);
  background: -webkit-linear-gradient(left, #a1fe44 0%, #006317 100%);
  background: linear-gradient(to right, #a1fe44 0%, #006317 100%);
}

input.default-template-gradient {
  background: #a1fe44 !important;
  background: -moz-linear-gradient(left, #a1fe44 0%, #006317 100%) !important;
  background: -webkit-linear-gradient(
    left,
    #a1fe44 0%,
    #006317 100%
  ) !important;
  background: linear-gradient(to right, #a1fe44 0%, #006317 100%) !important;
}

.default-gradient-before:before {
  background: #a1fe44;
  background: -moz-linear-gradient(left, #a1fe44 0%, #006317 100%);
  background: -webkit-linear-gradient(left, #a1fe44 0%, #006317 100%);
  background: linear-gradient(to right, #a1fe44 0%, #006317 100%);
}

.default-text-gradient,
.gallery-area.four .gallery-left-content h2 {
  background: -moz-linear-gradient(330deg, #a1fe44 0%, #006317 100%);
  background: -webkit-linear-gradient(330deg, #a1fe44 0%, #006317 100%);
  background: linear-gradient(330deg, #a1fe44 0%, #006317 100%);
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .default-text-gradient,
  .gallery-area.four .gallery-left-content h2 {
    color: #006317;
  }
}

.gradient-transparent {
  background: #a1fe448a;
  background: -moz-linear-gradient(left, #a1fe448a 0%, #006317a2 100%);
  background: -webkit-linear-gradient(left, #a1fe448a 0%, #006317a2 100%);
  background: linear-gradient(to right, #a1fe448a 0%, #006317a2 100%);
}

.gradient-transparent-overlay:before {
  background: #a1fe448a;
  background: -moz-linear-gradient(left, #a1fe448a 0%, #006317a2 100%);
  background: -webkit-linear-gradient(left, #a1fe448a 0%, #006317a2 100%);
  background: linear-gradient(to right, #a1fe448a 0%, #006317a2 100%);
}

.overlay-gradient:before {
  background: rgba(33, 183, 95, 0.45);
  background: -moz-linear-gradient(
    left,
    rgba(33, 183, 95, 0.45) 0%,
    rgba(49, 56, 110, 0.45) 100%
  );
  background: -webkit-linear-gradient(
    left,
    rgba(33, 183, 95, 0.45) 0%,
    rgba(49, 56, 110, 0.45) 100%
  );
  background: linear-gradient(
    to right,
    rgba(33, 183, 95, 0.45) 0%,
    rgba(49, 56, 110, 0.45) 100%
  );
}

.gradient-border:after {
  background: #a1fe44;
  background: -moz-linear-gradient(bottom, #a1fe44 0%, #006317 100%);
  background: -webkit-linear-gradient(bottom, #a1fe44 0%, #006317 100%);
  background: linear-gradient(to bottom, #a1fe44 0%, #006317 100%);
  border-radius: 10px;
}

.gradient-circle > div {
  background: #a1fe44;
  background: -moz-linear-gradient(bottom, #a1fe44 0%, #006317 100%);
  background: -webkit-linear-gradient(bottom, #a1fe44 0%, #006317 100%);
  background: linear-gradient(to bottom, #a1fe44 0%, #006317 100%);
}

.apartment-menu li.active > a,
.apartment-menu > li.active > a,
.apartment-menu > li.active > a:focus,
.apartment-menu > li.active > a:hover,
.apartment-menu li a:hover {
  background: #a1fe44 !important;
  background: -moz-linear-gradient(left, #a1fe44 0%, #006317 100%) !important;
  background: -webkit-linear-gradient(
    left,
    #a1fe44 0%,
    #006317 100%
  ) !important;
  background: linear-gradient(to right, #a1fe44 0%, #006317 100%) !important;
}

.no-touch .cd-form input[type="submit"]:hover,
.no-touch .cd-form input[type="submit"]:focus,
.cd-form input[type="submit"] {
  background: #a1fe44;
  background: -moz-linear-gradient(left, #a1fe44 0%, #006317 100%);
  background: -webkit-linear-gradient(left, #a1fe44 0%, #006317 100%);
  background: linear-gradient(to right, #a1fe44 0%, #006317 100%);
  outline: none;
}

.contactus-area .submit {
  background: #a1fe44;
  background: -moz-linear-gradient(left, #a1fe44 0%, #006317 100%);
  background: -webkit-linear-gradient(left, #a1fe44 0%, #006317 100%);
  background: linear-gradient(to right, #a1fe44 0%, #006317 100%);
}

.gallery-area .gallery-slider > div.owl-nav > div.owl-prev i {
  background: -moz-linear-gradient(330deg, #a1fe44 0%, #006317 100%);
  background: -webkit-linear-gradient(330deg, #a1fe44 0%, #006317 100%);
  background: linear-gradient(330deg, #a1fe44 0%, #006317 100%);
}

.gallery-area .gallery-slider > div.owl-nav > div.owl-next i {
  background: -moz-linear-gradient(330deg, #a1fe44 0%, #006317 100%);
  background: -webkit-linear-gradient(330deg, #a1fe44 0%, #006317 100%);
  background: linear-gradient(330deg, #a1fe44 0%, #006317 100%);
}

.apartments-area.post h1 {
  background: -moz-linear-gradient(330deg, #a1fe44 0%, #006317 100%);
  background: -webkit-linear-gradient(330deg, #a1fe44 0%, #006317 100%);
  background: linear-gradient(330deg, #a1fe44 0%, #006317 100%);
}

.corousel-gallery-area .family-apartment-content .apartment-description:before {
  background: -moz-linear-gradient(left, #a1fe44 0%, #006317 100%);
  background: -webkit-linear-gradient(left, #a1fe44 0%, #006317 100%);
  background: linear-gradient(to right, #a1fe44 0%, #006317 100%);
}

.category-menu.five .category-list:hover h4 {
  background: -moz-linear-gradient(330deg, #a1fe44 0%, #006317 100%);
  background: -webkit-linear-gradient(330deg, #a1fe44 0%, #006317 100%);
  background: linear-gradient(330deg, #a1fe44 0%, #006317 100%);
}

.aboutus-area.four .title {
  background: -moz-linear-gradient(330deg, #a1fe44 0%, #006317 100%);
  background: -webkit-linear-gradient(330deg, #a1fe44 0%, #006317 100%);
  background: linear-gradient(330deg, #a1fe44 0%, #006317 100%);
}

.about-heading-content h2,
.about-content-left h2,
.social-media.footer i,
.availability-area.two h2 {
  background: -moz-linear-gradient(330deg, #a1fe44 0%, #006317 100%);
  background: -webkit-linear-gradient(330deg, #a1fe44 0%, #006317 100%);
  background: linear-gradient(330deg, #a1fe44 0%, #006317 100%);
}

img.wp-smiley,
img.emoji {
  display: inline !important;
  border: none !important;
  box-shadow: none !important;
  height: 1em !important;
  width: 1em !important;
  margin: 0 0.07em !important;
  vertical-align: -0.1em !important;
  background: none !important;
  padding: 0 !important;
}

/* End  */

.site-navigation ul.menu-list > li.menu-item-has-children > a:after {
  content: "" !important;
}

.header-bottom-area.four .menu-list > li > a {
  padding: 21px 16px !important;
}

.flickity-button {
  background: linear-gradient(to right, #a1fe44 0%, #006317 100%) !important;
  width: 50px !important;
  height: 59px !important;
  display: flex;
  align-items: center;
  justify-content: center;
  color: aliceblue !important;
  transition: 500ms;
}

.flickity-button:hover {
  background: linear-gradient(to right, #15753d 0%, #171a33 100%) !important;
  transition: 200ms;
}

.fw-main-row {
  position: relative;
}

.titleForRent {
  position: absolute !important;
  top: -9rem;
  left: 0;
  font-size: 35px !important;
}

.fw-container {
  padding: 100px 0 !important;
}

.cardForSellRent {
  box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px,
    rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
  background: #f7f7f7;
  padding: 20px;
  border-radius: 5px;
}

.fw-container-two {
  padding-top: 20px !important;
}

.widget_rental_search .advance_search_query.booking-form .form-group input {
  outline: none !important;
}

.optional {
  color: red;
  font-weight: bold;
  font-size: 10px;
}

.buttonHover {
  transition-duration: 200ms;
}

.buttonHover:hover {
  transition-duration: 200ms;
  background: linear-gradient(to right, #15753d 0%, #171a33 100%) !important;
}

.image img {
  width: 60px;
  height: 60px;
  object-fit: cover;
  background-position: center;
  border-radius: 5px;
}

.postRow {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 1px solid #00000014;
  padding: 5px;
  border-radius: 5px;
  margin: 5px 0;
}

.details {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 80%;
}

.details h5 {
  margin-bottom: 0;
  font-weight: bold;
}

.details span {
  font-size: 10px;
}

.details div {
  font-size: 10px;
}

.locAndPrice {
  display: flex;
  justify-content: space-between;
}

.propertyPrice {
  font-weight: bold;
  font-size: 12px !important;
}

.relatedPost {
  overflow-y: scroll;
  height: 500px;
  border: 1px solid #bbb;
  padding: 5;
  border-radius: 5px;
}

#categories-3 {
  margin-bottom: 0 !important;
}

/* .featuredSlider {
  background: #a1fe44 !important;
  background: -moz-linear-gradient(bottom, #a1fe44 0%, #006317 100%) !important;
  background: -webkit-linear-gradient(bottom,
      #a1fe44 0%,
      #006317 100%) !important;
  background: linear-gradient(to bottom, #a1fe44 0%, #006317 100%) !important;
  border-radius: 10px !important;
} */

.flickity-enabled.is-draggable .flickity-viewport {
  background: #e7e7e7;
  margin: 15px;
  padding: 15px;
  border-radius: 10px !important;
}

.apartments-content .image-content {
  height: 200px !important;
}

.text-content {
  height: 250px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.apartments-content .text-content .top-content {
  border: 1px solid #e4e4e4;
  padding: 0px 20px 20px;
  margin-top: 0 !important;
}

.horizontal-ad-section-main {
  width: 100%;
  display: flex;
  justify-content: center;
}

.add-section {
  padding: 30px 0 !important;
}

.horizontal-ad-section {
  width: auto !important;
  object-fit: cover;
  background-position: center;
  border-radius: 10px;
  background: #a1fe44 !important;
  background: -moz-linear-gradient(bottom, #a1fe44 0%, #006317 100%) !important;
  background: -webkit-linear-gradient(
    bottom,
    #a1fe44 0%,
    #006317 100%
  ) !important;
  background: linear-gradient(to bottom, #a1fe44 0%, #006317 100%) !important;
  padding: 10px;
}

.horizontal-ad,
.horizontal-ad-for-post-page,
.vertical-ad {
  width: 970px;
  height: 90px;
  object-fit: cover;
  background-position: center;
  border-radius: 10px;
  margin: auto;
  display: flex;
}

.horizontal-ad-for-post-page {
  width: 720px !important;
}

.vertical-ad {
  width: 300px !important;
  height: 600px !important;
}

/* Categories  */
#category-tab h1 {
  text-align: center;
}

#category-tab ol {
  /* width: min(60rem, 90%); */
  margin-inline: auto;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  list-style: none;
  counter-reset: cardnr;
  justify-content: center;
}

#category-tab li a {
  --frontColor: white;
  --width: 10em;
  --inlineP: 0.5rem;
  --borderR: 4rem;
  --arrowW: 2rem;
  --arrowH: 1.5rem;

  counter-increment: cardnr;
  width: calc(var(--width) - var(--inlineP) * 2);
  display: grid;
  grid-template:
    "icon" var(--borderR) "title"
    "descr" 1fr;
  margin-inline: var(--inlineP);
  margin-bottom: calc(var(--borderR));
  position: relative;
}

#category-tab li a .icon,
#category-tab li a .title,
#category-tab li a .descr {
  background: var(--frontColor);
  padding-inline: 1rem;
  padding-bottom: 1rem;
}

#category-tab li a .icon,
#category-tab li a .title {
  color: var(--accent-color);
  text-align: center;
  padding-bottom: 0.5rem;
}

#category-tab li a .title,
#category-tab li a .descr {
  filter: drop-shadow(0.125rem 0.125rem 0.075rem rgba(0, 0, 0, 0.25));
}

#category-tab li a .icon {
  grid-area: icon;
  font-size: 2rem;
  display: grid;
  place-items: center;
  border-radius: var(--borderR) 0 0 0;
  position: relative;
}

#category-tab li a .title {
  grid-area: title;
  font-size: 1.1rem;
  font-weight: bold;
}

#category-tab li a .descr {
  grid-area: descr;
  font-size: 0.85rem;
  text-align: center;
}

#category-tab li a .descr::before {
  content: "";
  width: var(--arrowW);
  height: var(--arrowH);
  position: absolute;
  right: 1.5rem;
  top: 100%;
  background: inherit;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}

#category-tab .credits {
  margin-top: 2rem;
  text-align: right;
}

#category-tab .credits a {
  color: var(--color);
}

/* Property type  */
#property-type-tab h1 {
  text-align: center;
}

#property-type-tab ol {
  /* width: min(60rem, 90%); */
  margin-inline: auto;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  list-style: none;
  counter-reset: cardnr;
  justify-content: center;
}

#property-type-tab li a {
  --frontColor: white;
  --width: 10em;
  --inlineP: 0.5rem;
  --borderR: 4rem;
  --arrowW: 2rem;
  --arrowH: 1.5rem;

  counter-increment: cardnr;
  width: calc(var(--width) - var(--inlineP) * 2);
  display: grid;
  grid-template:
    "icon" var(--borderR) "title"
    "descr" 1fr;
  margin-inline: var(--inlineP);
  margin-bottom: calc(var(--borderR));
  position: relative;
}

#property-type-tab li a .icon,
#property-type-tab li a .title,
#property-type-tab li a .descr {
  background: var(--frontColor);
  padding-inline: 1rem;
  padding-bottom: 1rem;
}

#property-type-tab li a .icon,
#property-type-tab li a .title {
  color: var(--accent-color);
  text-align: center;
  padding-bottom: 0.5rem;
}

#property-type-tab li a .title,
#property-type-tab li a .descr {
  filter: drop-shadow(0.125rem 0.125rem 0.075rem rgba(0, 0, 0, 0.25));
}

#property-type-tab li a .icon {
  grid-area: icon;
  font-size: 2rem;
  display: grid;
  place-items: center;
  border-radius: var(--borderR) 0 0 0;
  position: relative;
}

#property-type-tab li a .title {
  grid-area: title;
  font-size: 1.1rem;
  font-weight: bold;
}

#property-type-tab li a .descr {
  grid-area: descr;
  font-size: 0.85rem;
  text-align: center;
}

#property-type-tab li a .descr::before {
  content: "";
  width: var(--arrowW);
  height: var(--arrowH);
  position: absolute;
  right: 1.5rem;
  top: 100%;
  background: inherit;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}

#property-type-tab .credits {
  margin-top: 2rem;
  text-align: right;
}

#property-type-tab .credits a {
  color: var(--color);
}

.apartment-tab-area .pagination-link2 {
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Preloader  */
#preloader {
  position: fixed;
  background: linear-gradient(to right, #a2fe4480 0%, #006317d1 100%);
  width: 100%;
  height: 100vh;
  left: 0px;
  top: 0px;
  bottom: 0px;
  right: 0px;
  z-index: 100;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(50px);
  -webkit-backdrop-filter: blur(50px);
  display: flex;
  justify-content: center;
  align-items: center;
}

#preloader img {
  width: 100px;
  margin-bottom: 10rem;
}

.circles-preloader {
}

.circle {
  width: 2.5%;
  padding-top: 2.5%;
  height: 0%;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  position: absolute;
  transform: translateX(-50%) translateY(-50%);
}

.circle-1 {
  background-color: #fff;
  opacity: 0;
  animation: 4s circle-move 0s infinite;
}

.circle-2 {
  background-color: #fff;
  opacity: 0;
  animation: 4s circle-move 1s infinite;
}

.circle-3 {
  background-color: #fff;
  opacity: 0;
  animation: 4s circle-move 2s infinite;
}

.circle-4 {
  background-color: #fff;
  opacity: 0;
  animation: 4s circle-move 3s infinite;
}

@keyframes circle-move {
  0%,
  15% {
    left: 53.5%;
    transform: translateX(-50%) translateY(-50%) scale(0);
    opacity: 0;
  }

  15.1%,
  25% {
    left: 53.5%;
    transform: translateX(-50%) translateY(-50%) scale(0.5);
    opacity: 0.5;
  }

  50% {
    left: 50%;
    transform: translateX(-50%) translateY(-50%) scale(1);
    opacity: 1;
  }

  75%,
  85% {
    left: 46.5%;
    transform: translateX(-50%) translateY(-50%) scale(0.5);
    opacity: 0.5;
  }

  85.1%,
  100% {
    left: 46.5%;
    transform: translateX(-50%) translateY(-50%) scale(0);
    opacity: 0;
  }
}

.page-header {
  background: #a1fe44 !important;
  background: -moz-linear-gradient(left, #a1fe44 0%, #006317 100%) !important;
  background: -webkit-linear-gradient(
    left,
    #a1fe44 0%,
    #006317 100%
  ) !important;
  background: linear-gradient(to right, #a1fe44 0%, #006317 100%) !important;
}

#featuredContainer {
  width: 100% !important;
  margin: auto !important;
}

.search-home {
  display: flex;
  justify-content: center;
}

#search-home-submit {
  display: flex;
  justify-content: center;
}

.header-area {
  background-color: #fff !important;
  color: #000000 !important;
}

.header-bottom-content2 {
  color: #ffffff !important;
  background: #006317 !important;
  background: -moz-linear-gradient(left, #a1fe44 0%, #006317 100%) !important;
  background: -webkit-linear-gradient(
    left,
    #a1fe44 0%,
    #006317 100%
  ) !important;
  background: linear-gradient(to right, #a1fe44 0%, #006317 100%) !important;
}

/* Pagination  */
#pagination {
  display: flex;
  align-items: center;
  justify-content: center;
}

#paginationContainer {
  padding: 0;
  list-style: none;
  display: flex;
}

#paginationContainer li {
  padding: 5px;
  background-color: #ffffff;
  margin: 3px;
  width: 35px;
  height: 35px;
  border-radius: 99%;
  display: flex;
  align-items: center;
  justify-content: center;
}

#paginationContainer li.active {
  background-color: #006317;
  color: #fff;
}

#paginationContainer .nextButton,
#paginationContainer .prevButton {
  color: #21b360;
  background: #d5edda;
}

#paginationContainer .disabled a {
  pointer-events: none;
  cursor: default;
  color: gray;
}

#paginationContainer .disabled {
  background-color: #80808047;
}

.bage-feat {
  position: absolute;
  right: 5px;
  top: 5px;
  font-size: 12px;
  background: #21b360;
  padding: 0px 10px;
  border-radius: 50px;
  color: #fff;
}

.widget-title {
  color: #3caf6e !important;
}

/* Max width 320px = Max width 290 */
@media only screen and (min-width: 320px) {
  .slider-acive {
    max-width: 290px;
    width: auto !important;
  }
}

/* Max width 375px = Max width 345 */
@media only screen and (min-width: 375px) {
  .slider-acive {
    max-width: 345px;
    width: auto !important;
  }
}

/* Max width 425px = Max width 395 */
@media only screen and (min-width: 425px) {
  .slider-acive {
    max-width: 395px;
    width: auto !important;
  }
}

/* Max width 768px = Max width 768 */
@media only screen and (min-width: 768px) {
  .slider-acive {
    max-width: 768px;
    width: auto !important;
  }
}

/* Max width 1440px = Max width 750 */
@media only screen and (min-width: 1440px) {
  .slider-acive {
    max-width: 750px;
    width: auto !important;
  }
}

#_pagination {
  display: flex;
  align-items: center;
  justify-content: center;
}

#_pagination #_paginationContainer {
  width: 30px;
  height: 30px;
  display: flex;
  border-radius: 99%;
  align-items: center;
  justify-content: center;
}

#_pagination #_paginationContainer li {
  width: 30px;
  height: 30px;
  display: flex;
  border-radius: 99%;
  align-items: center;
  justify-content: center;
  margin: 2px;
}

#_pagination #_paginationContainer li a {
  width: 30px;
  background: #fff;
  height: 30px;
  display: flex;
  border-radius: 99%;
  align-items: center;
  justify-content: center;
  color: #00420f;
}

#_pagination #_paginationContainer li.active a {
  width: 30px;
  background: #00420f;
  height: 30px;
  display: flex;
  border-radius: 99%;
  align-items: center;
  justify-content: center;
  color: #fff;
}

#_pagination #_paginationContainer li.prevButton a,
#_pagination #_paginationContainer li.nextButton a {
  width: 30px;
  background: #21b75f40;
  height: 30px;
  display: flex;
  border-radius: 99%;
  align-items: center;
  justify-content: center;
  color: #00420f;
}

.featuredSlider {
  position: relative;
}

.prevArrow,
.nextArrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 3rem;
  z-index: 10;
  cursor: pointer;
}

.prevArrow {
  left: -1.5rem;
}

.nextArrow {
  right: -1.5rem;
}

.title-section {
  position: relative;
}

.share-meta {
  position: absolute;
  top: 0;
  right: 0;
}

.submit-button-c {
  width: 100%;
  border: none;
  background: #a1fe44;
  background: -moz-linear-gradient(left, #a1fe44 0%, #006317 100%);
  background: -webkit-linear-gradient(left, #a1fe44 0%, #006317 100%);
  background: linear-gradient(to right, #a1fe44 0%, #006317 100%);
  outline: none;
  border-radius: 5px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  font-size: 18px;
  font-weight: 500;
  color: #fff;
}
#alart-msg {
  color: red;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0;
}
.otp-logo {
  margin-bottom: 10px;
}

/* properties-class */
.properties-class {
}
.properties-class table {
}
.properties-class table thead {
}
.properties-class table thead tr {
}
.properties-class table thead tr th {
}
.properties-class table tbody {
}
.properties-class table tbody tr {
}
.properties-class table tbody tr td {
}
.properties-class table tbody tr td p {
}
