/*!
Theme Name: AARP Child
Theme URI: http://underscores.me/
Author: Invictus Studio
Author URI: http://invictusstudio.com/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: aarp-child
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

alpha is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  line-height: 1.5;
  color: #000;
}

ul {
  padding: 0;
  margin: 0;
}

.section {
  padding: 50px 0;
}

a {
  text-decoration: none !important;
  transition: 0.5s ease !important;
}

p {
  margin: 0px !important;
}

::-webkit-scrollbar {
  width: 5px;
  background-color: #fff;
}

::-webkit-scrollbar-thumb {
  background-color: #404040;
}

::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgb(0 0 0 / 30%);
  background-color: #fff;
}

a,
input,
select,
textarea,
button {
  outline: 0 !important;
}

.post,
.page {
  margin: 0;
}

body,
p {
  font-weight: 400;
  color: #000;
  font-family: "Figtree" !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
  font-family: "Figtree" !important;
}

.home .entry-title {
  display: none;
}

ul li,
li {
  list-style: none;
}

.skip-link.screen-reader-text {
  display: none;
}

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: inherit;
  opacity: 1;
}

::-moz-placeholder {
  /* Firefox 19+ */
  color: inherit;
  opacity: 1;
}

:-ms-input-placeholder {
  /* IE 10+ */
  color: inherit;
  opacity: 1;
}

:-moz-placeholder {
  /* Firefox 18- */
  color: inherit;
  opacity: 1;
}

#sidebar {
  display: none;
}

.entry-footer {
  clear: both;
}

#colophon {
  clear: both;
}

/* 404 - NOT FOUND PAGE */

.error-404.not-found {
  text-align: center;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100vw;
  left: 50%;
  margin-left: -50vw;
  position: relative;
  padding: 100px 0px;
  background-size: cover;
}

header.entry-header h1.entry-title {
  display: none;
}

.logo a {
  outline: 0 !important;
}

.error-404.not-found .logo {
  padding: 0;
  background-color: transparent;
}

.error-404.not-found h1 {
  font-size: 200px;
  line-height: 1;
  color: #54ade0;
  margin-bottom: 30px;
  font-weight: 800;
}

.error-404.not-found h1 span {
  color: #000;
}

.page-header h3 {
  color: #000;
  font-weight: 700;
  margin-bottom: 10px;
  font-size: 40px;
}

.page-header p {
  font-size: 22px !important;
  color: #000;
  margin-bottom: 20px;
}

.page-content .return_home {
  background-color: #e01e26;
  color: #fff;
  padding: 20px 50px;
  display: inline-block;
  font-size: 20px;
  box-shadow: 0 2px 10px 0px rgba(0, 0, 0, 0.5);
  text-decoration: none;
  transition: all 0.5s ease-in-out;
  border: 2px solid #e01e26;
}

.page-content .return_home:hover {
  transform: translateY(-3px);
  background-color: transparent;
  color: #000;
  transform: scale(1.1);
}

/* 404 - NOT FOUND PAGE ENDS */

/*SEARCH RESULTS - NO RESULTS CSS */

.search-results article.product,
.search-results article.page {
  display: none;
}

.search-results .page-title span::before,
.search-results .page-title span::after {
  content: '"';
}

.search-results .page-title {
  font-weight: bold;
  font-size: 28px;
  text-align: center;
  margin-bottom: 30px;
}

.search-results .page-header {
  width: 100%;
}

.search-results #primary {
  display: flex;
  flex-wrap: wrap;
}

.search-results #primary article {
  width: 30%;
  margin: 0 1.5%;
  box-shadow: 0 2px 10px 2px rgba(0, 0, 0, 0.1);
  padding: 20px;
  padding-top: 0;
  margin-bottom: 35px;
  border-radius: 6px;
}

.search-results #primary article a.post-thumbnail {
  display: block;
  margin-left: -20px;
  margin-right: -20px;
}

.search-results #primary article a.post-thumbnail img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}

.search-results #primary article .entry-title a {
  display: block;
  color: #000;
  font-size: 24px;
  font-weight: 600;
  margin-top: 20px;
  margin-bottom: 20px;
}

.no-results.not-found {
  text-align: center;
  margin-bottom: 50px;
}

.no-results.not-found .search-form input.search-field {
  height: 45px;
  padding-left: 10px;
  border: 1px solid #eee;
  background-color: #eee;
  color: #333;
  font-size: 14px;
  width: 250px;
}

.no-results.not-found .search-form .search-submit {
  height: 45px;
  padding: 0 30px;
  border: 0;
  background-color: #0b204d;
  color: #fff;
  cursor: pointer;
}

.no-results.not-found .search-form .search-submit:hover {
  background-color: #252525;
}

.no-results.not-found .search-form label span {
  display: none;
  width: 0;
}

/*SEARCH RESULTS - NO RESULTS CSS ENDS*/

/* Modal box CSS*/

.modal {
  background-color: rgba(0, 0, 0, 0.6);
}

.modal-content {
  background-color: transparent !important;
  border: 0px solid rgba(0, 0, 0, 0.2) !important;
}

.modal-footer {
  display: none !important;
}

.modal-header {
  border-bottom: 0px !important;
}

.close {
  color: #000 !important;
  opacity: 1 !important;
  border: 1px solid #fff !important;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  background-color: #fff !important;
  padding: 0 !important;
  float: left !important;
  margin: 0 !important;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.modal-dialog {
  max-width: 550px !important;
  /*     margin: 50px auto !important; */
}

.close span {
  display: block;
  color: #fff;
  position: absolute;
  left: 120%;
  top: 0;
}

.dgwt-wcas-sf-wrapp input[type="search"].dgwt-wcas-search-input {
  height: 50px !important;
}

.dgwt-wcas-no-submit .dgwt-wcas-sf-wrapp input[type="search"].dgwt-wcas-search-input {
  padding: 15px 15px 15px 40px !important;
}

.dgwt-wcas-details-main-image img {
  max-height: 200px !important;
}

.dgwt-wcas-suggestion-selected {
  background-color: #0b204d;
}

.dgwt-wcas-suggestion-selected .dgwt-wcas-st {
  color: #fff;
}

.dgwt-wcas-suggestion-selected .dgwt-wcas-sp {
  color: #fff;
}

.dgwt-wcas-pd-addtc .add_to_cart_inline {
  margin-left: 20px;
}

.asl_nores {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}

.results .asl_nores .asl_keyword {
  padding: 5px 0px !important;
  cursor: pointer;
  font-weight: bold;
  font-family: inherit;
  border-top: 1px solid #eee;
}

.asl_nores_header {
  margin-bottom: 10px !important;
}

/*  Modal CSS ENDS */

/*  Drop down menu CSS*/
#primary-menu {
  text-align: right;
  margin: 0;
}

#primary-menu li {
  display: inline-block;
  padding: 0 10px;
}

#primary-menu li a {
  font-weight: 500;
  font-size: 16px;
  color: #000;
  text-transform: uppercase;
}

#primary-menu li a:hover,
#primary-menu li.current_page_item a,
.footer li.current_page_item a,
#primary-menu li.current-menu-item a {
  color: #1fb0e5;
}

.single-post #primary-menu li.current_page_parent a {
  color: #1fb0e5;
}

#primary-menu li:last-child a {
  all: unset;
  border-radius: 9px;
  background-color: #fff;
  color: #1fb0e5;

  padding: 10px 30px;
  text-align: center;

  cursor: pointer;
  line-height: 74px;
  border: 1px solid #1fb0e5;
}

#primary-menu li:last-child {
  padding-right: 0px;
}

#primary-menu li:last-child a:hover {
  background: #1fb0e5;
  color: #fcfcfc;
}

.menu-item-has-children {
  position: relative;
}

.menu-item-has-children::after {
  content: "\f107";
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  position: absolute;
  right: -5px;
  top: 2px;
  display: block;
}

.menu-item-has-children .sub-menu {
  position: absolute;
  z-index: 99;
  background-color: #fff;
  box-shadow: 0 2px 10px 0px rgba(0, 0, 0, 0.15);
  top: calc(100% + 10px);
  left: 10px;
  width: 220px;
  border-radius: 5px;
  transform: translateY(20px);
  opacity: 0;
  transition: all 0.5s ease-in-out;
  visibility: hidden;
  overflow: hidden;
}

.menu-item-has-children:hover .sub-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

#primary-menu .sub-menu li {
  display: block;
  padding: 0;
}

#primary-menu .sub-menu li a:hover {
  color: #fff;
  border-color: transparent;
}

#primary-menu .sub-menu li a {
  display: block;
  text-align: left;
  padding: 17px 10px;
  border-bottom: 1px solid #eee;
  position: relative;
  z-index: 9;
  transition: all 0.5s ease-in-out;
}

#primary-menu .sub-menu li:last-child a {
  border-bottom: 0;
}

#primary-menu .sub-menu li a:hover::before {
  width: 100%;
  background-color: #0b204d;
  border-color: #0b204d;
}

#primary-menu .sub-menu li a::before {
  content: "";
  background-color: transparent;
  width: 3px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  transition: all 0.5s ease-in-out;
  z-index: -1;
  border-bottom: 1px solid transparent;
}

.menu-toggle {
  display: none;
}

/*  Drop down menu CSS ENDS */

/*
Nav bar
*/
#mm #primary-menu ul.sub-menu li {
  width: 100%;
  border: none;
}

#mm #primary-menu ul.sub-menu li a {
  font-size: 18px;
  line-height: 18px;
  border: none;
  padding: 10px 0;
}

#mm ul li ul li ul {
  padding-bottom: 0 !important;
  padding-left: 20px;
}

/* #mm #primary-menu li ul.sub-menu ul.sub-menu li a {
  font-size: 16px;
} */
#mm #primary-menu .sub-menu li a::before {
  content: unset;
}

#mm ul.sub-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  overflow: visible;
  position: relative;
  margin: 0;
  width: 100%;
  left: 0px;
  background: #1fb0e5;
  box-shadow: none;
  padding-bottom: 10px;
}

i.fas.fa-angle-down.active:before {
  transform: rotate(0deg);
}

#mml {
  padding: 0 15px;
  color: #ffffff;
}

#mml h4 {
  display: inline-block;
  margin-bottom: 0;
  margin-top: 12px;
}

.mm {
  position: fixed;
  min-height: 49px;
  padding-top: 0px;
  padding-bottom: 0px;
  z-index: 999;
  width: 100%;
  background: #fff;
  top: 0;
}

#mmb {
  position: absolute;
  width: 30px;
  height: 50px;
  margin-right: 15px;
  top: 20px;
  right: 0;
  cursor: pointer;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

#mmb span {
  display: block;
  position: absolute;
  height: 4px;
  width: 100%;
  background: #000;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

#mmb span:nth-child(1) {
  top: 16px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

#mmb span:nth-child(2) {
  top: 26px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

#mmb span:nth-child(3) {
  top: 36px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

#mmb.on span {
  height: 3px;
}

#mmb.on span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 15px;
  left: 8px;
}

#mmb.on span:nth-child(2) {
  width: 0%;
  opacity: 0;
}

#mmb.on span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 36px;
  left: 8px;
}

div#mm {
  padding-left: 0;
  margin-bottom: 0;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 1000;
  background-color: #1fb0e5;
  position: absolute;
}

body .header_icons ul.cnss-social-icon {
  display: none;
}

#mm ul li {
  display: block;
  position: relative;
  padding: 0;
}

#mm #primary-menu a {
  display: block;
  padding: 10px 0px;
  color: #fff;
  text-decoration: none;
  font-size: 21px;
  line-height: 21px;
  word-wrap: break-word;
  text-align: left;
  text-transform: capitalize;
  font-weight: 400;
}

#mm #primary-menu li {
  border-bottom: #ffffff2e 1px solid;
  width: 92%;
  margin: auto;
}

#mm #primary-menu a:hover {
  color: #fff;
}

#mm #primary-menu li:last-child a {
  border: none;
  background: transparent;
}

.mm,
#mm {
  display: none;
}

/* 
 * NAVBAR CSS ENDS
 */

.home header#masthead {
  position: fixed;
}

header#masthead {
  padding: 14px 60px;
  position: sticky;
  right: 0;
  top: 0;
  left: 0;
  z-index: 999;
  background: white;
}

header#masthead .row {
  align-items: center;
}

/* header#masthead .site-branding img {
    width: 100%;
    height: 90px;
    object-fit: contain;
    object-position: left;
}
.footer1 section#media_image-2 img {
    width: 90%;
} */
.head-phone h2 {
  display: none;
}

.head-phone .pay_box {
  display: flex;
  align-items: center;
  gap: 10px;
}

.phone.pay_box {
  margin-right: 30px;
}

.head-phone a {
  font-size: 20px;
  color: #000;
  font-weight: 500;
  text-transform: uppercase;
}

.head-phone img {
  width: 20px;
}

.blue,
.head-phone a:hover,
p.copyright a:hover,
.footer a:hover {
  color: #1fb0e5;
}

footer#colophon {
  border-radius: 24px 24px 0px 0px;
  background: #d4d4d3;
}

.footer {
  padding: 100px 60px;
}

.copyrights {
  text-align: center;
  border-top: 1px solid #505050;
}

p.copyright {
  margin: 0px;
  padding: 20px 0px;
  font-weight: normal;
  font-size: 16px;
  line-height: 26px;
  color: #000;
}

p.copyright a {
  color: #000;
}

h2.widget-title {
  font-family: Figtree;
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  color: #000;
  margin-bottom: 30px;
}

.footer a {
  font-weight: normal;
  font-size: 16px;
  line-height: 26px;
  color: #000;
}

.footer1 h2.widget-title {
  margin-top: 50px;
}

body .footer5 ul.cnss-social-icon li a {
  background: transparent !important;
  padding: 0px !important;
  width: 22px !important;
  height: 22px !important;
  line-height: 20px !important;
  margin-right: 20px !important;
  position: relative;
  display: block;
}

body .footer5 ul.cnss-social-icon li a:hover {
  background: transparent !important;
}

body .footer5 ul.cnss-social-icon li a img {
  width: 18px;
  height: 18px;
  opacity: 1 !important;
}

body .footer5 ul.cnss-social-icon li a i,
body .footer5 ul.cnss-social-icon li a img {
  transition: 0.5s ease !important;
}

body .footer5 ul.cnss-social-icon li a:hover i,
body .footer5 ul.cnss-social-icon li a:hover img {
  transform: rotate(360deg);
}

body .footer5 ul.cnss-social-icon li:not(:last-child) a:after {
  content: "";
  position: absolute;
  right: -11px;
  width: 1px;
  height: 15px;
  background: #434343;
  top: 4px;
}

body .footer5 ul.cnss-social-icon li a,
body .footer5 ul.cnss-social-icon li a:hover {
  color: black !important;
}

body .footer5 ul.cnss-social-icon li a img {
  filter: invert(1);
}

.f_cont_info {
  margin-top: 20px;
  margin-bottom: 50px;
}

.heading h1 {
  font-weight: 500 !important;
  font-size: 55px !important;
  line-height: 100%;
  color: #fff !important;
  letter-spacing: -2.2px;
}

.heading h2 {
  font-size: 45px;
  line-height: 55px;
  letter-spacing: -2.2px;
  font-weight: 500 !important;
  color: #404040 !important;
}

.heading h3 {
  font-weight: 500 !important;
  font-size: 28px;
  line-height: 34px;
  color: #404040 !important;
}

.heading h4 {
  font-weight: 500 !important;
  font-size: 32px;
  line-height: 38px;
  color: #000 !important;
}

.heading h5 {
  font-weight: 500 !important;
  font-size: 28px;
  line-height: 34px;
  color: #000 !important;
}

.heading h6 {
  font-weight: 500 !important;
  font-size: 24px;
  line-height: 28px;
  color: #000 !important;
}

.para p,
.para .elementor-widget-container {
  font-family: "Figtree" !important;
  color: #000 !important;
  font-weight: normal;
  font-size: 20px;
  line-height: 30px;
}

.para ul {
  margin-left: 20px;
  margin-bottom: 20px !important;
}

.para li {
  list-style: disc;
}

ul.featured_face li {
    list-style: none;
}

.para ol {
    padding-left: 20px;
}

.para ol li {
    list-style: auto;
}
    
.home_banner .img img {
  object-position: 100% 100px !important;
}

.home_sec1 {
  margin-top: 40px;
  z-index: 1;
}

.circle.icon_circle {
  position: absolute;
  bottom: 50px;
  height: 49px;
  width: 49px;
  border: 1px solid #fff;
  line-height: 55px;
  font-size: 32px;
  color: #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 500ms ease-out 0.5s;
  -moz-transition: all 500ms ease-out 0.5s;
  -o-transition: all 500ms ease-out 0.5s;
  transition: all 500ms ease-out 0.5s;
  z-index: 1;
  left: 0;
  right: 0;
  margin: auto;
}

.circle.icon_circle:before {
  content: '\f107';
  font-family: 'FontAwesome';
  position: absolute;
  right: 0;
  bottom: -5px;
  display: block;
  transition: .5s all ease;
  color: #fff;
  cursor: pointer;
  left: 0;
  margin: auto;
  text-align: center;
}

.circle.icon_circle:hover {
  background: #fff;
  color: #ab2243;
  box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.3);
}

.circle.icon_circle:hover::before {
  color: #1fb0e5;
}

.home_search_box {
  background: #f2f2f2;
  border-radius: 20px;
  padding: 40px 30px;
  position: relative;
  box-shadow: 0px 0px 18px rgba(0, 0, 0, 0.2);
}

.home_search_box .main {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 50px;
  margin-bottom: 20px;
}

.home_search_box .main .box {
  width: 100%;
}

.home_search_box label {
  display: block;
  font-weight: normal;
  font-size: 14px;
  color: #656565;
}

.home_search_box input,
.home_search_box select {
  width: 100%;
  border-radius: 12px;
  background: #fff;
  padding: 7px 16px;
  font-weight: normal;
  font-size: 16px;
  color: #333;
  border: 2px solid #ccc;
  height: 50px;
}

.home_search_box select {
  cursor: pointer;
  appearance: none;
  background-image: url(/wp-content/uploads/2024/10/down_arrow.png);
  background-repeat: no-repeat;
  background-position: top 52% right 16px;
}

.home_search_box .row {
  align-items: end;
}

.home_search_box .btn_box {
  text-align: center;
  width: 50%;
}

.home_search_box button {
  all: unset;
  display: inline-block;
  width: 100%;
  border-radius: 9px;
  background: #1fb0e5;
  border: 1px solid #1fb0e5;
  padding: 13px 0px;
  font-weight: 500;
  font-size: 14px;
  text-align: center;
  color: #fcfcfc;
  cursor: pointer;
  transition: 0.5s ease !important;
}

.home_search_box button:hover {
  background-color: transparent;
  color: #1fb0e5;
}

.home_sec2 .heading h2 {
  color: #1fb0e5 !important;
  font-size: 60px;
  font-weight: 300 !important;
  letter-spacing: -2.7px;
}

.home_sec2 .heading h6 {
  font-size: 16px;
}

.home_sec3>div {
  background: #1fb0e5;
  border-radius: 20px;
}

.home_sec3 .heading h2,
.home_sec3 .heading h6,
.home_sec3 .para p,
.home_sec3 .para .elementor-widget-container {
  color: #fff !important;
}

.home_sec3 .left>div {
  padding: 65px 50px !important;
}

.home_sec3 .left>div .elementor-background-overlay {
  border-radius: 20px 0px 0px 20px;
}

.home_sec3 .right>div {
  padding: 45px 50px !important;
}

.home_sec3 .box:not(:last-child) {
  border-bottom: 1px solid #fff;
}

.home_sec3 .box {
  padding: 20px 0px;
}

.main_slider.home_about_slider .swiper-slide-inner {
  padding: 50px !important;
}

.main_slider .swiper-slide-bg {
  background-position: top !important;
  transition-duration: 0s !important;
}

.main_slider .elementor-slide-heading {
  margin-bottom: 20px !important;
  font-size: 70px !important;
  font-style: normal;
  font-weight: 500 !important;
  line-height: 70px !important;
  letter-spacing: -2.8px;
  font-family: "Figtree" !important;
  display: block;
}

.main_slider .elementor-slide-description {
  font-family: "Figtree" !important;
  font-size: 20px !important;
  font-style: normal !important;
  font-weight: 300 !important;
  line-height: 25px !important;
  width: 500px;
}

.main_slider .swiper-slide-contents {
  margin-top: 70px !important;
}

.main_slider a.elementor-button.elementor-slide-button {
  all: unset;
  background: #1fb0e5;
  padding: 10px 0px;
  border: 1px solid #1fb0e5;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
  border-radius: 9px;
  position: relative;
  margin-top: 10px;
  cursor: pointer;
  width: 200px;
  text-align: center;
  font-family: "Figtree" !important;
  color: #fff;
  text-transform: capitalize;
}

.main_slider a.elementor-button.elementor-slide-button span {
  display: none;
}

.main_slider a.elementor-button.elementor-slide-button i {
  font-weight: 500;
  font-family: "fontawesome";
  font-size: 16px;
  position: relative;
  top: 0;
}

.main_slider a.elementor-button.elementor-slide-button:hover {
  background: #fff;
  color: #1fb0e5;
}

span.swiper-pagination-bullet.swiper-pagination-bullet-active {
  position: relative;
}

span.swiper-pagination-bullet.swiper-pagination-bullet-active:before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  border: 1px solid #fff;
  border-radius: 50px;
  left: -6px;
  top: -6px;
}

span.swiper-pagination-bullet {
  margin: 0px 12px !important;
}

.swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal {
  text-align: left;
  padding-left: 45px;
  bottom: 150px !important;
  margin: auto;
  width: 100%;
  left: 0;
  right: 0;
  z-index: 1;
}

.back_slider {
  padding: 0px 100px;
  margin: 40px 0px;
  margin-top: 30px;
}

.home_about_slider {
  border: 2px solid #dcdcdc;
  border-radius: 16px;
}

.home_about_slider .elementor-slide-heading {
  font-size: 55px !important;
  line-height: 70px !important;
}

.home_about_slider .swiper-slide-bg,
.home_about_slider .elementor-background-overlay {
  border-radius: 16px;
}

.main_slider.home_about_slider a.elementor-button.elementor-slide-button {
  display: inline-block;
}

.main_slider.home_about_slider .swiper-slide-contents {
  margin-top: 0px !important;
}

.btn_1 a {
  all: unset;
  cursor: pointer;
  display: inline-block;
  font-family: "Inter Tight" !important;
  background: transparent !important;
  font-size: 16px;
  color: #fff !important;
}

.btn_1 a:hover {
  color: #333333 !important;
}

.home_sec4 {
  padding: 40px 0px;
  margin: 40px 0px;
}

.home_sec4 .heading h2,
.home_sec4 .heading h6,
.home_sec4 .para p,
.home_sec4 .para .elementor-widget-container {
  color: #fff !important;
}

.row.technolgy-slider {
  row-gap: 30px;
  /*margin: auto;*/
}

.technolgy-slider .tech-slide-info {
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 392px;
  border-radius: 20px;
  padding: 20px 20px 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  z-index: 1;
  border: 1px solid #1fb0e5;
  border-radius: 20px;
}

.technolgy-sliders .tech-slide-info:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  border-radius: 20px;
  opacity: 0.3;
  z-index: -1;
}

.technolgy-slider .tech-slide-info:before {
  content: "";
  position: absolute;
  background-color: #1fb0e5;
  border-radius: 20px;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: -1;
}

.technolgy-slider .tech-slide-info .heading h3 {
  color: #fff !important;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.technolgy-slider .h-tech-desc {
  padding-right: 0px;
  opacity: 0;
  transition: 0.5s ease;
  position: relative;
}

.technolgy-slider .h-tech-desc.para p {
  color: #fff !important;
  font-size: 18px;
  line-height: 26px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
}

.technolgy-slider .link {
  all: unset;
  cursor: pointer;
  display: inline-block;
  border-radius: 9px;
  background: transparent;
  border: 1px solid #fff;
  font-size: 14px;
  text-align: left;
  line-height: 16px;
  color: #fff;
  padding: 10px 10px;
  width: 120px !important;
}

.technolgy-slider .tech-slide-info:hover:before {
  opacity: 1;
  z-index: 0;
}

.technolgy-slider .tech-slide-info:hover .h-tech-desc {
  opacity: 1;
}

.technolgy-slider .tech-slide-info .heading,
.technolgy-slider .link {
  position: relative;
}

.content_btn a,
.media_card .elementor-button-wrapper a {
  all: unset;
  cursor: pointer;
  display: inline-block;
  border-radius: 9px;
  background: #fff !important;
  border: 1px solid #fff;
  font-weight: 500 !important;
  font-size: 14px;
  text-align: center;
  color: #1fb0e5 !important;
  width: 200px !important;
  padding: 10px 0px;
}

.media_card .elementor-button-wrapper a {
  border-color: #1fb0e5 !important;
}

.content_btn a:hover,
.media_card .elementor-button-wrapper a:hover {
  color: #fff !important;
  background-color: #1fb0e5 !important;
  border-color: #1fb0e5 !important;
}

.our_featured_sec {
  margin-top: 10px;
}

.our_featured_sec .row {
  margin: auto;
  row-gap: 40px;
}

.our_featured_sec .box .img img {
  height: 275px;
  width: 100%;
  object-fit: cover;
  border-radius: 20px;
}

.our_featured_sec .box .content .para p,
.our_featured_sec .box .content .para .elementor-widget-container {
  font-size: 16px;
  line-height: 19px;
}

.our_featured_sec .box .content,
.our_newpropery_sec .box .content {
  margin-top: 20px;
}

.our_newpropery_sec .box .img img {
  height: 275px;
  width: 100%;
  object-fit: cover;
  border-radius: 20px;
}

.our_newpropery_sec .box .content {
  display: grid;
  grid-template-columns: 65% 35%;
  align-items: center;
}

.our_newpropery_sec .box .content .link {
  text-align: right;
}

.our_newpropery_sec .box .content .link a {
  border-radius: 5px;
  display: inline-block;
  padding: 10px 18px;
  background: #fff;
  border: 1px solid #1fb0e5;
  font-weight: 500;
  font-size: 14px;
  text-align: center;
  color: #1fb0e5;
}

.our_newpropery_sec .box .content .link a:hover {
  background-color: #1fb0e5;
  color: #fff;
}

.our_newpropery_sec .row {
  margin: auto;
}

.home_sec5 {
  margin-bottom: 40px;
}

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

.slick-slide {
  margin-right: 15px;
  margin-left: 15px;
}

ul.slick-dots {
  bottom: -40px;
  left: 0px;
}

.slick-dots li button:before {
  font-size: 10px !important;
  opacity: 1 !important;
  color: #b1b1b1 !important;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 0 !important;
  left: -0.9px !important;
}

ul.slick-dots {
  text-align: left;
  z-index: 1;
}

ul.slick-dots li.slick-active button:before {
  background: #54ade0 !important;
}

.slick-dots li button:before {
  content: "" !important;
  width: 10px !important;
  height: 10px !important;
  background: #b1b1b1 !important;
  border-radius: 50%;
  bottom: 0 !important;
  margin: auto !important;
  left: 0 !important;
  right: 0;
}

ul.slick-dots li.slick-active button {
  border: 1px solid #54ade0;
  border-radius: 50%;
  padding: 0 !important;
}

.slick-dots li {
  margin: 0px 2px !important;
}

.slick-dots li button {
  position: relative;
}

.partner_img {
  border-radius: 20px;
  border: 1px solid #1fb0e5;
  padding: 5px 10px;
}

.partner_img img {
  width: 100%;
  height: 150px !important;
  object-fit: contain;
}

.our_tenants_slider {
  margin-bottom: 40px !important;
}

.our_tenants_slider ul.slick-dots {
  left: 15px;
}

.home_sec7 {
  margin: 40px 0px;
  /*margin-bottom: 60px;*/
}

.content_btn1 a {
  all: unset;
  cursor: pointer;
  display: inline-block;
  border-radius: 9px;
  background: #fff !important;
  border: 1px solid #1fb0e5;
  font-weight: 500 !important;
  font-size: 14px;
  text-align: center;
  color: #1fb0e5 !important;
  padding: 10px 0px;
  width: 200px !important;
}

.content_btn1 a:hover {
  color: #fff !important;
  background-color: #1fb0e5 !important;
  border-color: #1fb0e5 !important;
}

/*.our_news {*/
/*  margin-top: 20px;*/
/*}*/

.row.our_news_slider {
  /*   margin: auto; */
  margin-bottom: 40px !important;
}

.our_news_slider ul.slick-dots {
  left: 10px;
}

.our_news_slider .col-md-4 {
  padding: 0px !important;
  border-radius: 22px;
  border: 1px solid #1fb0e5;
  transition: 0.5s ease !important;
  margin-top: 10px;
  margin-bottom: 10px;
}

.our_news_slider .col-md-4:hover {
  box-shadow: 0px 0px 18px rgba(0, 0, 0, 0.12);
}

.our_news .img img {
  height: 221px !important;
  object-fit: cover;
  width: 100%;
  border-radius: 20px 20px 0px 0px !important;
}

.news_inn_box_one {
  position: relative;
}

.news_inn_box_one a {
  position: absolute;
  text-align: right;
  right: 0;
  bottom: 0px;
}

.our_news .content {
  padding: 30px 20px;
  padding-bottom: 30px;
  padding-top: 23px;
}

.our_news .news_inn_box {
  display: flex;
  align-items: center;
  gap: 15px;
}

.our_news .news_inn_box.small p {
  font-family: Poppins !important;
  border-radius: 3px;
  line-height: 14px;
  background: #1fb0e5;
  display: inline-block;
  padding: 5px 10px;
  letter-spacing: 0.5px;
  margin: 0 !important;
  color: #fff;
}

.small p {
  font-weight: 500;
  font-size: 10px;
  color: #000;
}

.our_news .news_inn_box .data p {
  font-weight: 400;
  line-height: normal;
  padding: 0;
  background: transparent;
  border-radius: 0px;
  letter-spacing: -0.5px;
  color: #000;
}

.our_news .content .heading h6 {
  margin-top: 20px;
  margin-bottom: 0px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  font-size: 20px;
  line-height: 104%;
  width: 80%;
}

/*Inner Pages*/
header.entry-header h1.entry-title {
  display: none;
}

.banner_sec .elementor-element-populated {
  padding: 10px 0px !important;
}

.banner_sec>div {
  height: 655px;
}

.banner_sec .heading h1 {
  width: 60%;
  position: relative;
}

.banner_sec:before,
.property_new_banner:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.3;
}

p#breadcrumbs {
  text-transform: uppercase;
  margin-top: 20px !important;
}

p#breadcrumbs span.breadcrumb_last,
p#breadcrumbs a:hover {
  color: #1fb0e5 !important;
}

/* p#breadcrumbs span.breadcrumb_last {
        font-weight: bold;
    } */

p#breadcrumbs a {
  color: #000;
  /*     font-weight: 500; */
}

p#breadcrumbs {
  color: #1fb0e5 !important;
  font-size: 20px;
}

.about_sec1,
.about_sec3 {
  margin: 40px 0px;
}

.about_sec2 .heading h2,
.about_sec2 .para p,
.about_sec2 .para .elementor-widget-container {
  color: #fff !important;
}

.about_sec2 .left::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 20px 0px 0px 20px;
  background: url(/wp-content/uploads/2024/10/vision_bg.png);
  opacity: 0.53;
  background-repeat: no-repeat;
  background-size: cover;
}

.about_sec2 .box .elementor-col-50 {
  padding: 60px 100px;
}

#companyleadership_slide {
  display: grid;
  grid-template-columns: 19% 19% 19% 19% 19% !important;
  gap: 1.3%;
}

div#companyleadership_slide .found-img {
  border-radius: 16px;
  border: 1px solid #1fb0e5;
  overflow: hidden;
}

.found-img img {
  height: 260px !important;
  width: 100%;
  object-fit: cover !important;
}

.founder_box .content {
  margin-top: 15px;
}

.founder_box .content h3 {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  border-bottom: 1px solid #1fb0e5;
  margin: 0px;
  padding-bottom: 10px;
}

.founder_box .content p {
  margin: 0px;
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 120%;
  letter-spacing: -0.28px;
  padding-top: 10px;
}

.slick-dotted.slick-slider {
  margin-bottom: 40px !important;
}

.our_team_slider .col-md-4,
.our_testimonials_slider .col-md-4 {
  padding: 0px !important;
}

/* .slick-list {
  margin: 0px -15px !important;
} */

.testimonials_sec .box {
  border-radius: 16px;
  border: 1px solid #dcdcdc;
  height: 100%;
  padding: 20px 10px;
}

.testimonials_sec .box .quote {
  display: inline-block;
  width: 15%;
}

.testimonials_sec .box .content {
  text-align: left;
  display: inline-block;
  width: 85%;
  padding-left: 10px;
  height: 420px;
  overflow-x: auto;
}

.testimonials_sec .box .content p {
  margin: 0px;
}

.testimonials_sec .box h3 {
  font-size: 18px;
  line-height: 30px;
}

.testimonials_sec .box .excerpt p {
  margin: 0px;
  font-weight: bold;
  margin-top: 15px;
}

.testimonials_sec .box .content h3 {
  font-size: 24px;
  font-weight: bold;
  color: #404040 !important;
  margin-bottom: 20px;
  line-height: 26px;
}

.testimonials_sec ul.slick-dots {
  text-align: center;
}

.testimonials_sec button.slick-arrow:before,
.our_news_slide button.slick-arrow:before {
  opacity: 1;
  color: #c9c9c9;
  content: "\f054";
  font-family: fontawesome;
}

.testimonials_sec button.slick-prev:before,
.our_news_slide button.slick-prev:before {
  content: "\f053";
}

.testimonials_sec button.slick-prev,
.our_news_slide button.slick-prev {
  left: -15px;
}

.testimonials_sec button.slick-next,
.our_news_slide button.slick-next {
  right: -15px;
}

.about_sec_map {
  margin-bottom: 40px;
}

.about_sec_map iframe {
  height: 500px !important;
  border-radius: 20px;
}

.contact_map iframe {
  height: 700px !important;
}

.cont_sec {
  margin: 40px 0px;
}

.loc_text h2.elementor-heading-title.elementor-size-default {
  color: #000;
  font-size: 16px;
  font-weight: 500;
  line-height: 104%;
  letter-spacing: -0.32px;
}

.loc_text ul.elementor-icon-list-items li span.elementor-icon-list-text {
  font-family: "Figtree" !important;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
}

.loc_text ul.elementor-icon-list-items li a {
  width: auto !important;
}

.loc_text ul.elementor-icon-list-items li a:hover span.elementor-icon-list-text {
  color: #1fb0e5;
}

.location_box h2.widget-title,
.location_box section#cnss_widget-2 {
  display: none;
}

.location_box p,
.location_box a {
  font-size: 20px;
  line-height: 30px;
  color: #000;
}

.location_box .f_cont_info {
  margin-top: 40px;
  margin-bottom: 0px;
}

.location_box .map_loc,
.contact_form {
  margin-top: 10px;
}

.location_box a:hover {
  color: #1fb0e5;
}

.contact_form .gform_wrapper label {
  font-size: 14px;
  line-height: 17px;
  color: #656565;
}

.contact_form .gform_wrapper input,
.contact_form .gform_wrapper select,
.contact_form .gform_wrapper textarea {
  width: 100%;
  color: #333 !important;
  font-size: 16px !important;
  border-radius: 5px !important;
  background-color: #fff !important;
  border: 1px solid #ccc !important;
  box-shadow: none !important;
  height: 40px !important;
}

.contact_form .gform_wrapper select {
  cursor: pointer;
  appearance: none;
  background-image: url(/wp-content/uploads/2024/10/down_arrow.png);
  background-repeat: no-repeat;
  background-position: top 52% right 16px;
}

.contact_form .gform_wrapper textarea {
  height: 138px !important;
  min-block-size: 0rem !important;
  resize: none !important;
}

.contact_form .gform_wrapper #gform_2 textarea {
  height: 82px !important;
}

div#gform_wrapper_1 input,
div#gform_wrapper_1 textarea {
  padding: 9px 15px;
}

div#gform_wrapper_1 select {
  padding: 0px 15px;
}

.contact_form .gform_wrapper ::placeholder {
  color: #333;
}

.contact_form .gform_wrapper li {
  margin-bottom: 15px !important;
}

.contact_form .gform_wrapper div {
  margin-top: 0px;
  row-gap: 20px !important;
}

.contact_form .gform_wrapper li.gfield.gfield_error {
  background: transparent !important;
  border: none !important;
  padding: 0px !important;
}

.contact_form .gform_confirmation_message {
  border: 1px solid #1fb0e5;
  margin: 50px 0px;
  display: inline-block;
  padding: 15px 20px;
  color: #1fb0e5;
}

.gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container,
.gform_wrapper li.gfield.gfield_error.gfield_contains_required label.gfield_label {
  margin: 0px !important;
}

.gform_wrapper .gfield_error [aria-invalid="true"] {
  border: none !important;
  border: 1px solid #c02b0a !important;
}

#gform_ajax_spinner_1,
.gfield_validation_message,
div#gform_1_validation_container,
span.gfield_required {
  display: none !important;
}

/*  #gform_ajax_spinner_1,
    .gfield_validation_message,
    div#gform_1_validation_container,
    span.gfield_required,
    .iti__selected-dial-code {
        display: none !important;
    }
    .iti__selected-flag {
        background: transparent !important;
    }
    .iti__arrow {
        width: 11px !important;
        height: 6px !important;
        border: none !important;
        background-image: url(/wp-content/uploads/2024/10/down_arrow.png) !important;
        background-repeat: no-repeat !important;
    }
    .iti__selected-flag {
        padding: 0 10px 0 10px !important;
    } */
.contact_form .gform_wrapper {
  margin-top: 0px;
}

.contact_form .gform_wrapper input#gform_submit_button_1,
.contact_form .gform_wrapper input#gform_submit_button_2,
div#exampleModalCenter .contact_form button {
  all: unset;
  background-color: #1fb0e5 !important;
  padding: 10px 0px !important;
  font-size: 14px !important;
  font-style: normal;
  font-weight: 600 !important;
  line-height: 124%;
  border-radius: 8px !important;
  position: relative;
  border: 1px solid #1fb0e5 !important;
  color: #fff !important;
  text-align: center;
  cursor: pointer;
  display: inline-block;
  width: 100%;
  font-family: "Poppins" !important;
  margin: 0px !important;
  transition: 0.5s ease !important;
  height: auto !important;
}

.contact_form .gform_wrapper input#gform_submit_button_1:hover,
.contact_form .gform_wrapper input#gform_submit_button_2:hover,
div#exampleModalCenter .contact_form button:hover {
  color: #1fb0e5 !important;
  background: #fff !important;
}

.contact_form .gform_wrapper .gform_footer,
div#exampleModalCenter .contact_form .gform_footer {
  width: 181px;
  padding: 0px !important;
  margin-top: 20px !important;
  position: relative;
  transition: 0.5s ease !important;
}

.privacy_sec,
.tabs_data {
  margin: 40px 0px;
}

.privacy_sec .para p,
.privacy_sec .para .elementor-widget-container {
  font-family: "Figtree" !important;
  color: #000 !important;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
}

.privacy_sec .para ol, .privacy_sec .para ul {
    margin-bottom: 0 !important;
}

.privacy_sec h2 {
  font-size: 26px;
  line-height: 36px;
  color: #000 !important;
  font-weight: 500 !important;
  letter-spacing: -2.2px;
}

.privacy_sec .para.listing p:not(:last-child) {
  margin-bottom: 20px !important;
}

/**/
.media_card .elementor-post__card .elementor-post__meta-data {
  order: 1;
  padding: 0px 0px !important;
  margin-top: 21px !important;
  border-color: transparent !important;
}

.media_card .elementor-post__card {
  flex-wrap: wrap;
  flex-direction: row !important;
  border: 1px solid #54ade0 !important;
  border-radius: 22px !important;
}

.media_card .elementor-post__card img,
.media_card .elementor-post__badge {
  position: relative !important;
}

.media_card .elementor-post__badge {
  font-family: Poppins !important;
  background: #1fb0e5 !important;
  letter-spacing: 0.5px;
  line-height: 14px !important;
  text-transform: capitalize !important;
  font-size: 10px !important;
  border-radius: 3px !important;
  padding: 5px 10px !important;
}

.media_card article {
  border-radius: 16px;
}

.media_card article:hover {
  box-shadow: 0px 0px 18px rgba(0, 0, 0, 0.12);
}

.media_card .elementor-post__card a.elementor-post__thumbnail__link {
  order: 0;
  margin: 0px !important;
}

.media_card .elementor-post__card a.elementor-post__thumbnail__link,
.media_card .elementor-post__card a.elementor-post__thumbnail__link .elementor-post__thumbnail {
  height: 221px;
}

.media_card .elementor-post__card .elementor-post__text {
  order: 2;
  margin: 0px !important;
  padding: 0px 20px !important;
  position: relative;
  margin-bottom: 30px !important;
}

.media_card .elementor-post__card a.elementor-post__thumbnail__link img {
  width: 100% !important;
  object-fit: cover;
  object-position: top;
}

.media_card .elementor-post__card a.elementor-post__thumbnail__link .elementor-post__thumbnail.elementor-fit-height {
  padding: 0px !important;
  height: 100%;
}

.media_card .elementor-post__card .elementor-post__meta-data span.elementor-post-date {
  color: #000;
  font-family: Poppins !important;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.5px;
  text-transform: capitalize;
  margin-bottom: 10px !important;
  display: inline-block;
}

.media_card .elementor-post__card .elementor-post__text h3.elementor-post__title {
  margin: 0px !important;
}

.media_card .elementor-post__card .elementor-post__text h3.elementor-post__title a {
  color: #000 !important;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 115%;
  letter-spacing: -0.32px;
  text-align: left;
  margin: 0;
  width: 80%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  font-family: "Figtree" !important;
}

.media_card .elementor-post__card .elementor-post__text h3.elementor-post__title a.elementor-post__read-more {
  position: absolute !important;
  text-align: right;
  right: 0;
  bottom: 0px;
}

.media_card .elementor-post__card .elementor-post__text a.elementor-post__read-more {
  position: absolute;
  text-align: right;
  right: 20px;
  bottom: 0px;
  margin: 0px !important;
  color: #000 !important;
  font-size: 20px !important;
}

.media_card .elementor-post__card a.elementor-post__thumbnail__link .elementor-post__thumbnail {
  padding: 0px !important;
}

section.single_blog_sec {
  padding: 40px 0px;
}

.content_btn1.news-sin-page a {
  margin-top: 0px;
  margin-bottom: 20px;
}

.content_btn1.news-sin-page a i {
  top: 1px;
  position: relative;
  padding-left: 7px;
  font-weight: 500;
  font-family: "fontawesome";
  font-size: 16px;
}

.blog-date p {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 10px;
}

.row.blog-img-slider {
  gap: 2%;
  max-width: 100%;
  padding-left: 15px;
}

.row.blog-img-slider .col-msd-4 {
  width: 30%;
}

.images_blog {
  margin: 40px 0px;
}

.images_blog img {
  height: 200px;
  width: 100%;
  object-fit: cover;
  border-radius: 16px;
  border: 4px solid #1fb0e5;
  object-position: top;
}

.blog-content a {
  color: #000;
  text-decoration: underline !important;
}

.blog-content a:hover {
  color: #1fb0e5;
}

.fancybox-inner img {
  width: 100%;
  height: 350px;
  object-fit: cover;
  object-position: top;
}

.fancybox-inner h3 {
  font-size: 20px;
  font-weight: 600;
  color: #000;
  margin: 10px 0px;
}

.fancybox-inner p {
  margin: 0px;
  font-size: 16px;
  border-bottom: 1px solid #ddd;
  padding-bottom: 15px;
}

.fancybox-inner a.downloadButton {
  padding: 8px 16px;
  border: 1px solid #1fb0e5;
  margin-top: 15px;
  display: inline-block;
  line-height: 1.1;
  color: #000;
  font-family: Poppins !important;
  font-size: 14px;
  font-style: normal;
  font-weight: 500 !important;
}

.right_bar h2 {
  font-size: 24px;
  font-weight: 500 !important;
}

.right_bar a {
  color: #666;
  font-size: 14px;
  text-decoration: underline !important;
}

.right_bar a:hover {
  color: #1fb0e5;
}

.right_bar .Download-file,
.right_bar .Contact {
  margin-bottom: 20px;
}

.fancybox-lock .fancybox-overlay {
  overflow: hidden !important;
}

.social-media-sharing {
  display: flex;
  align-items: center;
  margin-top: 20px;
}

.social-media-sharing a {
  color: #000;
  margin-right: 20px;
  transition: 0.5s ease !important;
}

.social-media-sharing a img {
  filter: brightness(0);
  height: 24px;
  object-fit: scale-down;
}

.social-media-sharing a:hover {
  color: #000;
  transform: rotate(360deg);
}

.fancybox-wrap.fancybox-desktop.fancybox-type-inline.fancybox-opened {
  width: 630px !important;
}

.fancybox-inner {
  width: 600px !important;
}

.cus-tabb .elementor-tab-title {
  background: transparent;
  width: 171px;
  height: 44px;
  text-align: center;
  color: #54ade0;
  font-family: Poppins !important;
  font-size: 14px;
  font-style: normal;
  font-weight: 500 !important;
  line-height: 44px !important;
  border-radius: 5px;
  border: 1px solid #54ade0 !important;
  padding: 0px !important;
  position: relative;
}

.cus-tabb .elementor-tab-title:before {
  content: "" !important;
  position: absolute !important;
  right: 20px !important;
  top: 0px;
  bottom: 0px !important;
  height: 11px !important;
  width: 7px !important;
  background: url(/wp-content/uploads/2024/11/arrow_right_blue.png);
  margin: auto;
  background-repeat: no-repeat;
}

.cus-tabb .elementor-tab-title.elementor-active {
  background: #54ade0;
  color: white !important;
}

.cus-tabb .elementor-tab-title.elementor-active:before {
  filter: brightness(10);
}

.cus-tabb .elementor-tabs-wrapper {
  margin-bottom: 40px;
  display: flex;
  align-items: center;
  gap: 5px;
}

.cus-tabb p:empty {
  display: none;
}

.cus-tabb .elementor-tab-content {
  padding: 0px !important;
}

.blog-content.para p:not(:last-child) {
  margin-bottom: 1rem !important;
}

span.spf-phone.error-msg,
span.spf-phone.valid-msg,
span.spf-phone.valid-msg.hide {
  display: none;
}

.property_banner {
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

section.residence_sec1 {
  padding: 40px 0px;
}

section.residence_sec1 .para p {
  margin-bottom: 20px !important;
  text-align: justify;
}

/* section.residence_sec1 .para ul{ */
/* 	margin-bottom:0px !important; */
/* 	padding-top:20px;
	padding-left:20px;
} */

section.residence_sec1 .para ul {
  margin-bottom: 20px !important;
  padding-top: 0px;
  padding-left: 20px;
}

section.residence_sec1 .para ul li {
  list-style: unset;
}

section.residence_sec1 .para strong,
section.residence_sec1 .para ul li {
  color: #000 !important;
  font-size: 20px;
  line-height: 30px;
}
.residence_card {
    background: #fcfcfc;
    padding: 30px;
    border-radius: 20px;
    /* margin-top: -210px; */
    position: relative;
    z-index: 1;
    border: 1px solid #1fb0e5;
}

.residence_card div:not(:last-child) {
  margin-bottom: 20px;
}

.residence_card .box label {
  margin: 0px;
  font-size: 14px;
  color: #656565;
  display: flex;
  gap: 8px;
  align-items: end;
}

.residence_card_icon {
  width: 15px;
  height: 20px;
  display: inline-block;
}

.residence_card_icon img {
  width: 100%;
  height: 100%;
}

.residence_card .box p,
.residence_card .box a.item {
  font-size: 20px;
  color: #000;
}

.residence_card .box a.item:hover {
  color: #1fb0e5;
}

.residence_card .content_btn a {
  width: 100% !important;
  text-align: center;
  background: #1fb0e5 !important;
  color: #fff !important;
}

.residence_card .content_btn a:hover {
  background: #fff !important;
  color: #1fb0e5 !important;
}

.residence_card .content_btn1 a {
  width: 100% !important;
}

.Brochure_link {
  text-align: center;
}

.Brochure_link a {
  display: none;
}

.Brochure_link a {
  font-weight: 500;
  font-size: 16px;
  color: #1fb0e5;
}

.Brochure_link a:hover {
  color: #000;
}

.residence-property p#breadcrumbs {
  width: 65%;
}

section.residence_sec2 .heading,
section.residence_sec3 .heading,
section.residence_sec4 .heading {
  margin-bottom: 20px;
}

section.residence_sec2 {
  padding-top: 0px;
}

section.residence_sec2 .box ul {
  display: grid;
  grid-template-columns: 19% 19% 19% 19% 19%;
  column-gap: 1.3%;
  row-gap: 20px;
  margin: 0;
  text-align: center;
}

section.residence_sec2 .box ul .text {
  margin-top: 10px;
}

section.residence_sec2 .box ul li.slick-slide {
  display: flex;
  align-items: center;
  column-gap: 15px;
  height: auto;
  margin-right: 8px;
  margin-left: 8px;
}

section.residence_sec2 .box ul li .img {
  max-width: 70px !important;
  width: 100%;
  height: 70px !important;
  background: #f5f5f5;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
}

section.residence_sec2 .box ul li .img img {
  width: 40px !important;
  height: 40px !important;
  object-fit: contain;
}

section.residence_sec2 .box ul li .text h3 {
  font-weight: normal;
  font-size: 16px;
  color: #000;
}

section.residence_sec3 .box ul {
  display: grid;
  grid-template-columns: auto auto;
  gap: 20px;
}

section.residence_sec3 .box ul .img img {
  width: 100%;
  height: 400px;
  object-fit: cover;
  border-radius: 20px;
}

section.residence_sec3 {
  padding-bottom: 40px;
}

.residence_sec5 {
  padding: 40px 0px;
}

.residence_sec5 .left-col>div,
div#properties-list .property-item .col-md-7 {
  padding-left: 0px !important;
}

.residence_sec5 .right-col>div {
  padding-right: 0px !important;
}

.residence-part {
  padding-bottom: 40px;
}

input#customCheck:after {
  display: none;
}

input#customCheck {
  all: unset;
  height: auto !important;
  border: none !important;
  padding: 0 !important;
  margin: 0 !important;
}

div#exampleModalCenter .modal-body {
  background: #fff;
  border-radius: 16px;
  box-shadow: 0px 0px 18px rgba(0, 0, 0, 0.2);
}

div#exampleModalCenter .modal-header {
  padding: 0px !important;
  justify-content: end;
  margin-bottom: -15px;
  z-index: 1;
  margin-right: -15px;
}

div#exampleModalCenter .modal-header button {
  box-shadow: 0px 0px 18px rgba(0, 0, 0, 0.2);
  font-size: 28px;
  width: 35px;
  height: 35px;
  transition: 0.5s all ease;
}

div#exampleModalCenter .modal-header button:hover {
  background: #1fb0e5 !important;
  color: #fff !important;
  border-color: #1fb0e5 !important;
}

div#exampleModalCenter .contact_form {
  padding: 20px;
}

div#exampleModalCenter .contact_form h2 {
  font-weight: 500 !important;
  font-size: 32px;
  line-height: 38px;
  color: #404040 !important;
  margin-bottom: 20px;
}

div#exampleModalCenter .contact_form .gform_wrapper .pd_group input {
  padding: 9px 15px;
}

div#exampleModalCenter .contact_form .gform_wrapper input {
  margin-bottom: 20px;
}

.input-group>.intl-tel-input.allow-dropdown {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 1%;
}

.input-group>.intl-tel-input.allow-dropdown>.flag-container {
  z-index: 4;
}

.iti-flag {
  background-image: url("https://cdnjs.cloudflare.com/ajax/libs/intl-tel-input/12.1.6/img/flags.png");
}

.custom-control.custom-checkbox label a:hover {
  color: #656565;
}

.custom-control.custom-checkbox label a {
  color: #1fb0e5;
}

div#properties-map {
  height: 750px;
  position: relative;
}

.proper_page {
  margin-bottom: 40px;
  position: relative;
}

.categories-container.active,
.regions-container.active,
.property-type-container.active {
  position: absolute;
  top: 60px;
  z-index: 1;
  border-radius: 20px;
  background: #1fb0e5d9;
  padding: 30px 50px;
  padding-left: 25px;
}

.regions-container.active {
  left: 60px;
}

.categories-container.active {
  left: 320px;
}

.categories-container .box label,
.regions-container .box label {
  font-weight: 500;
  font-size: 18px;
  color: #fff;
  padding-left: 15px;
}

.categories-container input[type="radio"]::before,
.categories-container input[type="radio"]::after,
.regions-container input[type="radio"]::before,
.regions-container input[type="radio"]::after {
  display: none !important;
}

.categories-container input[type="radio"],
.regions-container input[type="radio"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 1px solid #fff;
  outline: none;
  cursor: pointer;
}

.categories-container input[type="radio"]:checked,
.regions-container input[type="radio"]:checked {
  background: url(/wp-content/uploads/2024/10/tick.png);
  background-repeat: no-repeat;
  background-size: contain;
  border: none;
}

.gmnoprint.gm-style-mtc-bbw {
  display: none;
}

.load-item-1 {
  display: none;
}

.meet-btn.disabled {
  display: none !important;
}

div#Load-More-1 {
  text-align: center;
  width: 100%;
}

div#Load-More-1 a {
  margin-top: 40px;
}

div#properties-list .box,
div#properties-list .property-item {
  margin-top: 40px;
}

div#properties-list .box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.sort_btn a {
  display: inline-block;
  padding: 5px 10px;
  border: 1px solid #1fb0e5;
  border-radius: 8px;
  color: #1fb0e5;
  font-size: 16px;
}

.sort_btn a:hover,
.sort_btn a.active {
  background: #1fb0e5;
  color: #fff;
}

div#properties-list {
  position: relative;
}

.loader {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  font-size: 20px;
  color: #333;
  background-color: #fff;
  width: 100%;
  height: 100%;
  text-align: center;
  justify-content: center;
}

div#properties-list .heading h2 {
  text-transform: capitalize;
}

#properties-list .property-item .row {
  margin: auto;
}

div#properties-list .property-item .back_side,
div#properties-list .property-item .back_side .img {
  height: 100%;
}

div#properties-list .property-item .img img {
  width: 100% !important;
  height: 100%;
  object-fit: cover;
}

div#properties-list .property-item .slick-dotted.slick-slider {
  margin-bottom: 0px !important;
}

.prop_in_box p {
  font-size: 14px;
  color: #fff !important;
}

.see_detail_divide {
  display: flex;
  justify-content: space-between;
  height: 90px;
  margin-bottom: 10px;
}

.prop_in_box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* ul.featured_face {
    margin-bottom: 20px;
    display: grid;
    grid-template-columns: auto auto auto auto;
    row-gap: 10px;
    column-gap: 5px;
} */
ul.featured_face {
  margin: 0;
}

div#properties-list .property-item ul.featured_face.slick-dotted.slick-slider {
  margin-bottom: 40px !important;
}

.f_list {
  display: grid;
  grid-template-columns: 23.5% 23.5% 23.5% 23.5%;
  gap: 5px;
}

/*div#properties-list .property-item .content ul.featured_face li {*/
/*  display: inline-block;*/
/*  width: 24%;*/
/*}*/

div#properties-list .property-item ul.featured_face ul.slick-dots {
  bottom: -25px;
  left: 10px;
}

div#properties-list .property-item ul.featured_face ul.slick-dots button {
  width: 14px !important;
  height: 14px !important;
}

div#properties-list .property-item ul.featured_face ul.slick-dots button:before {
  width: 8px !important;
  height: 8px !important;
}

ul.featured_face.no-post {
  justify-content: flex-start;
}

ul.featured_face li .img {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  background: #f5f5f5;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
}

div#properties-list .property-item ul.featured_face li .img img {
  width: 32px !important;
  height: 32px !important;
  border-radius: 0px !important;
  object-fit: contain;
}

ul.featured_face h6 {
  font-size: 10px;
  margin: 0px;
  text-align: center;
  line-height: normal;
  margin-top: 5px;
  color: #fff !important;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  width: 100%;
}

/*ul.featured_face li {*/
/*  place-items: center;*/
/*}*/

div#properties-list .property-item a.item_btn {
  display: inline-block;
  border-radius: 5px;
  background: transparent;
  border: 1px solid #fff;
  font-weight: 400;
  color: #fff;
  font-size: 13px;
  padding: 0 3px;
  margin-left: 15px;
}

div#properties-list .property-item .two_btns a.item_btn {
  width: 42%;
  text-align: center;
  padding: 5px 0px;
  margin: 0px;
}

div#properties-list .property-item .two_btns {
  display: flex;
  justify-content: space-between;
  position: absolute;
  bottom: 20px;
  width: 89%;
}

div#properties-list .property-item a.disabled,
.residence_card .content_btn a.disabled {
  background: #ccc !important;
  border-color: #ccc;
  color: #fff !important;
  pointer-events: none;
}

div#properties-list .property-item a.property-name {
  padding: 0;
  border: 0;
  background: unset;
  border-radius: 0;
}

div#properties-list .property-item .location_text p,
div#properties-list .property-item .location_text a,
div#properties-list .property-item .location_text.property_text {
  display: flex;
  gap: 7px;
}

div#properties-list .property-item .location_text span {
  font-size: 14px;
  line-height: 16px;
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  font-weight: 500;
}

div#properties-list .property-item .content .divide_box {
  display: grid;
  grid-template-columns: 62% 33%;
  gap: 15px;
}

div#properties-list .property-item .location_text img {
  height: 30px;
  object-fit: contain;
  filter: brightness(100);
  width: 20px;
}

div#properties-list .property-item .location_text p svg,
div#properties-list .property-item .location_text p img,
div#properties-list .property-item .inn_box p img {
  max-width: max-content;
  height: 25px;
  width: 100%;
  position: relative;
  top: 7px;
}

div#properties-list .property-item .inn_box p img {
  top: 0px;
}

div#properties-list .property-item .location_text {
  margin-bottom: 20px;
}

div#properties-list .property-item .location_text h6 {
  font-size: 10px;
  color: #fff !important;
  line-height: 10px;
  font-weight: 400 !important;
  margin-bottom: 4px;
}

div#properties-list .property-item,
div#properties-list .property-item .img {
  position: relative;
}

div#properties-list .property-item .back_side:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.3;
  z-index: 1;
}

div#properties-list .property-item .content {
  position: absolute;
  top: 0;
  left: 0;
  padding: 10px 20px;
  width: 100%;
  height: 100%;
  z-index: 1;
}

div#properties-list .property-item .content h5 {
  color: #fff !important;
  font-size: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

div#properties-list .property-item .inn_box {
  margin-bottom: 20px;
  display: grid;
  align-items: center;
  gap: 0px;
  grid-template-columns: 40% 60%;
}

.inner_content_box {
  height: 40px;
  overflow: hidden;
  transform: translateY(230px);
  transition: 0.5s all ease;
}

.property-item:hover .inner_content_box {
  height: auto;
  transform: none;
}

div#properties-list .property-item .back_side:after {
  background: #1fb0e5;
  opacity: 1;
  content: "";
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  height: 100%;
  z-index: 1;
  transition: 0.6s all ease;
  visibility: hidden;
}

div#properties-list .property-item {
  overflow: hidden;
  height: 392px;
  border-radius: 16px;
  border: 1px solid #1fb0e5;
}

div#properties-list .property-item:hover .back_side:after {
  top: 0;
  opacity: 0.8;
  visibility: visible;
}

div#properties-list .property-item:hover .inner_content_box .location_text.property_text {
  display: none;
}

#properties-list .property-item .property_slider_images ul.slick-dots {
  text-align: center;
  bottom: 20px;
}

#properties-list .property-item .property_slider_images .slick-dots li button:before {
  background: #fff !important;
  opacity: 0.5 !important;
  width: 12px !important;
  height: 12px !important;
}

#properties-list .property-item .property_slider_images .slick-dots li button {
  padding: 0px !important;
}

#properties-list .property-item .property_slider_images ul.slick-dots li.slick-active button {
  border: none;
}

#properties-list .property-item .property_slider_images ul.slick-dots li.slick-active button::before {
  opacity: 1 !important;
}

.gm-style-iw-d h3 {
  font-size: 16px;
}

.property-modal {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 15px 0 0 0;
  width: 340px;
  height: 100px;
}

.pm-cols {
  flex: 0 0 48%;
  max-width: 48%;
  height: 100%;
}

.pm-col1 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.pm-col2 h3 {
  font-size: 20px;
}

/*.pm-col2 a {*/
/*  background-color: #1fb0e5;*/
/*  color: #fff;*/
/*  width: 100px;*/
/*  display: inline-block;*/
/*  text-align: center;*/
/*  height: 35px;*/
/*  line-height: 34px;*/
/*  margin-top: 15px;*/
/*  font-size: 14px;*/
/*  border-radius: 9px;*/
/*  border: 1px solid #1fb0e5;*/
/*}*/

.pm-col2 a {
    font-size: inherit;
    background-color: transparent;
    border: 0;
    color: inherit;
    margin: 0;
    padding: 0;
    width: inherit;
    height: inherit;
    text-align: inherit;
    border-radius: 0;
}

/*.pm-col2 a:hover {*/
/*  color: #1fb0e5;*/
/*  background-color: #fff;*/
/*}*/

.pm-col2 a:hover {
  color: inherit;
  background-color: inherit;
}

#info-modal {
  position: absolute;
  display: none;
  background: white;
  z-index: 999;
  width: 300px;
  padding: 10px;
  border-radius: 10px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
  transform: translate(-50%, -100%);
  transition: all 0.2s ease;
}

.gm-style .gm-style-iw-tc {
  display: none;
}

.gm-style .gm-style-iw-c {
    top: 15px;
    overflow: visible;
}

.gm-style-iw-chr {
    position: absolute;
    top: -10px;
    right: -10px;
}
  .gm-style-iw-chr button.gm-ui-hover-effect span {
    margin: 0 !important;
    background: #fff !important;
    width: 16px !important;
    height: 16px !important;
  }

  .gm-style-iw-chr button.gm-ui-hover-effect {
    width: 25px !important;
    height: 25px !important;
    background: #1fb0e5  !important;
    border-radius: 20px !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    opacity: 1 !important;
  }
.property_banner .heading {
  width: 100%;
  padding: 0px 15px;
}

section.images_popup_sec {
  display: none;
}

.images_popup_main_slider .img {
  height: auto;
  margin-right: 8px;
  margin-left: 8px;
}

.images_popup_main_slider button.slick-arrow:before,
.property_new_banner button.slick-arrow:before {
  opacity: 1;
  color: #1fb0e5;
  content: "\f054";
  font-family: 'fontawesome';
}

.images_popup_main_slider button.slick-prev:before,
.property_new_banner button.slick-prev:before {
  content: "\f053";
}

.property_new_banner button.slick-arrow {
  z-index: 1;
}

.property_new_banner button.slick-prev {
  left: 30px;
}

.property_new_banner button.slick-next {
  right: 30px;
}

.images_popup_main_slider .img img,
.slider-nav .img img {
  width: 100%;
  height: 220px;
  border-radius: 16px;
  /* border: 4px solid #1fb0e5; */
  object-fit: cover;
}

.slider-nav .img img {
  border: 4px solid transparent;
  height: 180px;
}

.slider-nav .img.slick-current.slick-center img {
  border: 4px solid #1fb0e5;
}

.images_popup_main_slider {
  padding: 0px 10px;
}

.images_popup_main_slider ul.slick-dots {
  left: 15px;
}

.images_popup_main_slider .img img.cursor,
.slider-nav .img img.cursor {
  cursor: pointer;
}

div#myModal .modal-content {
  position: relative;
  height: 100%;
  margin: auto;
  padding: 0;
  width: 90%;
  max-width: 1200px;
  justify-content: center;
}

.slider-nav {
  margin-top: 40px;
}

div#myModal span.close.cursor {
  background-color: transparent !important;
  border: none !important;
  right: -50px !important;
  top: 60px !important;
  position: absolute;
  color: #1fb0e5 !important;
  text-shadow: none !important;
  font-size: 50px !important;
  font-weight: 500;
  display: block;
  text-align: right;
  width: auto !important;
  height: auto !important;
  line-height: 30px !important;
}

.slider-for .mySlides img {
  width: 100%;
  height: 600px;
  object-fit: cover;
}

.slider-nav button.slick-arrow {
  top: -300px;
}

.slider-nav button.slick-arrow::before {
  content: "\f054";
  font-weight: 500;
  font-family: Fontawesome;
  color: #1fb0e5;
  font-size: 30px;
}

.slider-nav button.slick-arrow.slick-prev::before {
  content: "\f053";
}

section.bedrooms_boxes {
  padding-bottom: 40px;
}

section.bedrooms_boxes .box {
  padding-top: 40px;
}

section.bedrooms_boxes .heading h2 {
  margin-bottom: 20px;
}

section.bedrooms_boxes .img img {
  width: 100%;
  height: 400px;
  border: 1px solid #1fb0e5;
  border-radius: 20px;
  object-fit: cover;
}

section.bedrooms_boxes .bed_lisitng {
  display: flex;
  /* align-items: center; */
  justify-content: space-between;
  margin-top: 20px;
}

section.bedrooms_boxes .bed_lisitng ul {
  margin: 0px;
  display: grid;
  grid-template-columns: auto auto auto auto auto;
  width: 85%;
  gap: 20px;
  padding-top: 4px;
}

section.bedrooms_boxes .bed_lisitng ul li>div {
  display: flex;
  align-items: center;
  gap: 10px;
}
section.bedrooms_boxes .bed_lisitng ul li:nth-child(1)>div {
    align-items: start;
}

section.bedrooms_boxes .bed_lisitng ul li:nth-child(1)>div .data {
    padding-top: 4px;
}
section.bedrooms_boxes .bed_lisitng ul li img {
  max-width: max-content;
  height: 30px;
  width: 100%;
}

section.bedrooms_boxes .bed_lisitng .data small {
  font-weight: 500;
  display: none;
}

section.bedrooms_boxes .box.disabled a.item {
  pointer-events: none;
  color: #000;
}

section.bedrooms_boxes .bed_lisitng .data p,
section.bedrooms_boxes .bed_lisitng .data a.item {
  font-size: 16px;
  font-weight: 500;
  color: #404040;
  line-height: 22px;
}

section.bedrooms_boxes .bed_lisitng .data a.item:hover {
  color: #1fb0e5;
}

section.bedrooms_boxes .request_btn a {
  display: inline-block;
  padding: 5px 10px;
  border-radius: 5px;
  background: #fff;
  border: 1px solid #1fb0e5;
  font-weight: 400;
  color: #1fb0e5;
  font-size: 16px;
}

section.bedrooms_boxes .request_btn a:hover {
  background: #1fb0e5;
  color: #fff;
}

section.bedrooms_boxes .box.disabled ul li img {
  filter: invert(22%) sepia(0%) saturate(16%) hue-rotate(128deg) brightness(25%) contrast(80%);
}

section.bedrooms_boxes .box.disabled .request_btn a {
  border-color: #ccc;
  color: #ccc;
  pointer-events: none;
}

.blog_data .elementor-posts--skin-cards.elementor-grid {
  gap: 30px;
}

.form_submit {
  text-align: center;
}

.form_submit img {
  width: 100px;
}

/*New*/

.property_new_banner .img img {
  width: 100%;
  object-fit: cover;
}

.property_new_banner .img,
.property_new_banner .img img {
  height: 750px;
}

section.first_sec {
  position: relative;
}
section.first_sec .container{
    position:relative;
}
section.first_sec .heading {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  display: flex;
  align-items: center;
  left: 80px;
}
.property_new_banner {
    width: 100%;
    margin: 0;
    border-radius: 20px;
    overflow: hidden;
}
section.first_sec .heading h1 {
  /* width: 60%; */
  position: relative;
  z-index: 2;
}

.property_new_banner:before {
  z-index: 1;
}

/* Property Agent CSS */
.agents_boxes .agent-list .row{
      row-gap: 30px;

}

.agents_boxes {
  margin-bottom: 40px;
  background-color: #323232;
  padding: 40px 0px;
  margin: 40px 0px 0px 0px;
}

.view {
  height: 285px;
  overflow: hidden;
  position: relative
}

.view .mask,
.view .content {
  height: 285px;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  width: 100%;
  text-align: center;
  padding-top: 76px;
  cursor: pointer
}

.view-sixth img {
  max-width: none;
  -webkit-transition: opacity 0.55s, -webkit-transform 0.55s;
  transition: opacity 0.55s, transform 0.55s;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.view-sixth .mask {
  background-color: rgb(31, 176, 229, 0.8);
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transition: all 0.3s ease-in 0.4s;
  -moz-transition: all 0.3s ease-in 0.4s;
  -o-transition: all 0.3s ease-in 0.4s;
  -ms-transition: all 0.3s ease-in 0.4s;
  transition: all 0.3s ease-in 0.4s
}

.view-sixth .hoverline {
  width: 184px;
  margin: 0px auto;
  height: 12px;
  text-align: center;
  background: url("/wp-content/uploads/2025/06/hover_line_white.png") no-repeat left 6px;
  border: 0px;
  margin-bottom: 16px
}

.view-sixth .hoverline:after {
  content: "";
  background: url("/wp-content/uploads/2025/06/favicon-white.png") no-repeat center;
  text-align: center;
  width: 42px;
  height: 16px;
  background-size: contain;
  display: block;
  z-index: 9;
  margin: 0px auto
}

.view-sixth h2 {
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transform: scale(3);
  -moz-transform: scale(3);
  -o-transform: scale(3);
  -ms-transform: scale(3);
  transform: scale(3);
  -webkit-transition: all 0.3s ease-in-out 0.1s;
  -moz-transition: all 0.3s ease-in-out 0.1s;
  -o-transition: all 0.3s ease-in-out 0.1s;
  -ms-transition: all 0.3s ease-in-out 0.1s;
  transition: all 0.3s ease-in-out 0.1s;
  color: #fff;
  font-size: 19px;
  line-height: 19px;
  margin: 0px;
  text-align: center;
  padding-bottom: 5px
}

.view-sixth h5 {
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transform: scale(3);
  -moz-transform: scale(3);
  -o-transform: scale(3);
  -ms-transform: scale(3);
  transform: scale(3);
  -webkit-transition: all 0.3s ease-in-out 0.2s;
  -moz-transition: all 0.3s ease-in-out 0.2s;
  -o-transition: all 0.3s ease-in-out 0.2s;
  -ms-transition: all 0.3s ease-in-out 0.2s;
  transition: all 0.3s ease-in-out 0.2s;
  color: #fff;
  font-size: 14px;
  line-height: 14px;
  margin: 0px;
  text-align: center;
  padding-bottom: 10px
}

.view-sixth a.email {
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transform: translateY(100px);
  -moz-transform: translateY(100px);
  -o-transform: translateY(100px);
  -ms-transform: translateY(100px);
  transform: translateY(100px);
  -webkit-transition: all 0.3s ease-in-out 0.1s;
  -moz-transition: all 0.3s ease-in-out 0.1s;
  -o-transition: all 0.3s ease-in-out 0.1s;
  -ms-transition: all 0.3s ease-in-out 0.1s;
  transition: all 0.3s ease-in-out 0.1s;
  color: #fff;
  font-size: 14px;
  line-height: 14px;
  display: inline-block;
  margin: 0px auto;
  text-align: left;
  width: 200px;
  padding: 10px 0px 10px 41px;
  margin-bottom: 7px;
  position: relative;
  clear: left;
  word-wrap: break-word;
  height: 32px;
  vertical-align: middle
}

.view-sixth a.email:before {
  border: 1px solid #fff;
  position: absolute;
  left: 0px;
  top: 0px;
  margin-bottom: 10px;
  border-radius: 50%;
  height: 31px;
  width: 31px;
  line-height: 31px;
  display: inline-block;
  font-size: 15px;
  float: left;
  margin-right: 9px;
  text-align: center
}

.view-sixth:hover .mask {
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  -ms-transition-delay: 0s;
  transition-delay: 0s;
  cursor: auto
}

.view-sixth:hover h2 {
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition-delay: 0.1s;
  -moz-transition-delay: 0.1s;
  -o-transition-delay: 0.1s;
  -ms-transition-delay: 0.1s;
  transition-delay: 0.1s
}

.view-sixth:hover h5 {
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition-delay: 0.2s;
  -moz-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  -ms-transition-delay: 0.2s;
  transition-delay: 0.2s
}

.view-sixth:hover a.email {
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -o-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
  -webkit-transition-delay: 0.3s;
  -moz-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  -ms-transition-delay: 0.3s;
  transition-delay: 0.3s
}

section.agents_boxes .item {
  border-left: 1px solid #fff;
  padding: 0px;
  width: 25%;
}

section.agents_boxes .item a {
  width: 100%;
  padding: 0px;
  overflow: hidden
}

section.agents_boxes .item.view a:before {
  display: none
}

section.agents_boxes .item.view .mask a.email {
  position: relative;
  clear: left;
  word-wrap: break-word;
  height: auto;
  display: inline-block;
  margin: 0px auto;
  text-align: left;
  width: 220px;
  padding: 10px 0px 10px 41px;
  margin-bottom: 7px;
  float: none
}

/* section.agents_boxes .item.view .mask a.email:before { */
section.agents_boxes .item.view .mask a i {
  position: absolute;
  left: 0px;
  top: 0px;
  opacity: 1;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  display: block;
  border: 1px solid #fff;
  border-radius: 50%;
  height: 31px;
  width: 31px;
  line-height: 31px;
  display: inline-block;
  font-size: 15px;
  float: left;
  margin-right: 9px;
  text-align: center
}

/* section.agents_boxes .item.view .mask a.email.icon-mail:before {
  content: "n"
} */

.agents_boxes .heading h2 {
  margin-bottom: 30px;
  color: #fff !important;
}

.agent-list .consultant-card {
  /* width: 300px; */
  border-radius: 20px;
  border: 2px solid #1fb0e5;
  overflow: hidden;
  background-color: #1fb0e5;
  color: #fff;
  text-align: left;
}

.agent-list .card-img img {
  width: 100%;
  height: 100%;
  display: block;
  background-color: #fff;
  object-fit: cover;
}

.agent-list .card-img {
  height: 250px;
}

.agent-list .card-content {
  padding: 10px 20px;
}

.agent-list .agent-name {
  font-size: 20px;
  font-weight: bold;
  margin: 0 0 5px;
  color: inherit;
}

.agent-list .agent-title {
  font-size: 16px;
  text-transform: capitalize;
  margin-bottom: 10px !important;
  color: inherit;
}
.agent-list .agent-title:first-letter {
    text-transform: uppercase;
}
.agent-list .agent-languages,
.agent-list .agent-areas {
  font-size: 16px;
  margin: 3px 0;
  line-height: 1.4;
  color: inherit;
}

.agent-list .card-buttons {
  margin-top: 15px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 15px;
}

.agent-list .card-buttons .btn {
  flex: 1;
  background-color: transparent;
  color: #fff;
  border: 1px solid #fff;
  text-decoration: none !important;
  padding: 5px 0;
  border-radius: 10px;
  font-size: 13px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
}

.agent-list .card-buttons .btn:hover {
  background-color: #fff;
  color: #00AEEF;
}

.modal-open {
  overflow: hidden;
}

/* Properties Loader */
.properties-loader-ring,
.properties-loader-ring div {
  box-sizing: border-box;
}

.properties-loader-ring {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}

.properties-loader-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 64px;
  height: 64px;
  margin: 8px;
  border: 8px solid rgb(32 173 228);
  border-radius: 50%;
  animation: properties-loader-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: rgb(32 173 228) transparent transparent transparent;
}

.properties-loader-ring div:nth-child(1) {
  animation-delay: -0.45s;
}

.properties-loader-ring div:nth-child(2) {
  animation-delay: -0.3s;
}

.properties-loader-ring div:nth-child(3) {
  animation-delay: -0.15s;
}

@keyframes properties-loader-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

#properties-loader {
    height: 100%;
    width: 100%;
    position: relative;
    z-index: 9;
    background-color: rgb(0 0 0 / 50%);
}

#properties-loader>div {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
header#masthead li.magnify_box span {
    display: none;
}
.property_new_banner .img {
    margin: 0;
}
/*Responsive*/
@media (min-width: 1921px) {
  .home_silde .swiper-slide {
    height: 900px !important;
  }

  /*   header#masthead {
    max-width: 1920px;
    margin: auto;
  } */
  .home_about_slider {
    width: var(--container-widget-width, 1920px);
    max-width: 1920px;
    --container-widget-width: 1920px;
    --container-widget-flex-grow: 0;
    margin: auto;
  }
}

@media (max-width: 1600px) {

  .residence_card .box p,
  .residence_card .box a.item {
    font-size: 16px;
  }

  .home_about_slider .elementor-slide-heading {
    font-size: 55px !important;
    line-height: 60px !important;
  }

  .main_slider .elementor-slide-description {
    font-size: 16px !important;
    line-height: 20px !important;
  }

  .banner_sec>div,
  .property_new_banner .img,
  .property_new_banner .img img {
    height: 550px;
  }

  #primary-menu li a,
  #primary-menu li:last-child a {
    font-size: 14px;
  }

  .head-phone a {
    font-size: 16px;
  }

  p#breadcrumbs {
    font-size: 16px;
  }

  .head-phone img {
    width: auto;
  }

  .head-phone .d-flex.align-items-center {
    justify-content: center;
  }

  .home_search_box {
    padding: 42px 80px;
  }

  .home_sec3 .left>div {
    padding: 55px 30px !important;
  }

  .home_sec3 .right>div {
    padding: 35px 30px !important;
  }

  .heading h4 {
    font-size: 28px;
    line-height: 34px;
  }

  .f_cont_info p a {
    word-break: break-all;
  }

  .site-branding img {
    width: 100%;
    object-fit: scale-down;
  }

  .para p,
  .para .elementor-widget-container,
  section.residence_sec1 .para strong,
  section.residence_sec1 .para ul li,
  div#properties-list .property-item .location_text a {
    font-size: 18px;
    line-height: 30px;
  }

  .single_blog_sec .para p,
  .single_blog_sec .para .elementor-widget-container {
    font-size: 16px;
    line-height: 28px;
  }

  .slider-nav .img img {
    height: 150px;
  }

  .slider-for .mySlides img {
    height: 450px;
  }

  .slider-nav button.slick-arrow {
    top: -230px;
  }

  div#myModal span.close.cursor {
    top: 60px !important;
  }

  .footer a {
    font-size: 14px;
  }

  .prop_in_box p {
    font-size: 14px !important;
  }

  div#properties-list .property-item .content {
    padding: 10px 12px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1140px !important;
  }

  /*.elementor-section.elementor-section-boxed > .elementor-container {*/
  /*  max-width: 1140px !important;*/
  /*}*/
}

@media (min-width: 1600px) {
  .container {
    max-width: 1202px !important;
  }

  /*.elementor-section.elementor-section-boxed > .elementor-container {*/
  /*  max-width: 1202px !important;*/
  /*}*/

  .swiper-slide-inner,
  .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal {
    max-width: 1202px;
    padding: 0px !important;
  }

  .main_slider.home_about_slider .swiper-slide-inner {
    padding: 50px 15px !important;
  }
}
@media (max-width: 1600px) {
  #primary-menu li {
    padding: 0 5px;
  }
}
@media (max-width: 1400px) {
  #primary-menu li:last-child a {
    padding: 10px 20px;
  }

  header#masthead {
    padding: 15px 50px;
  }

  .phone.pay_box {
    margin-right: 15px;
  }

  .pay_box img {
    width: 20px;
    height: 24px;
    object-fit: contain;
  }

  .footer {
    padding: 100px 50px;
  }

  .map_loc a br {
    display: none;
  }

  .location_box .map_loc a br {
    display: block;
  }

  .slider-nav {
    margin-top: 20px;
  }

  .slider-nav .img img {
    height: 130px;
  }

  .slider-for .mySlides img {
    height: 420px;
  }

  div#myModal span.close.cursor {
    top: 30px !important;
  }

  .main_slider .swiper-slide-bg {
    background-position: 0 36px !important;
  }
}

@media (max-width: 1366px) {

  .our_newpropery_sec .box .content .link a {
    padding: 10px 14px;
  }
}

@media (max-width: 1300px) {
  .head-phone a {
    font-size: 14px;
  }

  #primary-menu li a,
  #primary-menu li:last-child a {
    font-size: 13px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1299px) {
        #primary-menu li:last-child a {
        padding: 10px 15px;
    }
}
@media (max-width: 1199px) {
    div#mm li.magnify_box i {
    display: none;
}
header#masthead li.magnify_box span {
    display: block;
}
  html.overflow {
    overflow: hidden;
  }

  #mm #primary-menu li.current-menu-ancestor>a,
  #mm #primary-menu li.current-menu-parent ul li.current-menu-item>a,
  #mm #primary-menu li.current-menu-ancestor ul li.current-menu-ancestor>a {
    background: transparent;
    text-decoration: underline !important;
    text-underline-offset: 11px;
  }

  /* Header Start */
  .mm.open .En_btn {
    display: none;
  }

  .menu-item-has-children::after {
    display: none !important;
  }

  body {
    overflow-x: hidden;
  }

  li.about_arrow.active i:before {
    transform: rotate(0deg);
    transition: 0.5s ease;
  }

  .home div#mm ul#primary-menu li.about_arrow.current-menu-item>a {
    text-decoration: none !important;
  }

  .En_btn .toggle .slider::before {
    width: 24px;
    height: 24px;
  }

  .En_btn .toggle input:checked+.slider::before {
    left: 0;
  }

  .mm.open .menu-menu-container {
    position: relative;
    z-index: 1;
    background: #1fb0e5;
    overflow: auto;
    overflow-x: hidden;
    padding-bottom: 20px;
  }

  #mm #primary-menu>li:last-child a:hover {
    background: transparent;
  }

  .home .mm {
    position: fixed;
  }

  .mm,
  #mm,
  .mm.open div#mm .head-phone {
    display: block;
  }

  #primary-menu,
  div#mm .head-phone {
    display: none;
  }

  .mm.open div#mm .head-phone .d-flex.align-items-center {
    gap: 10px;
    flex-direction: column-reverse;
  }

  header#masthead {
    display: none;
  }

  .mm.open div#mm {
    height: 100vh;
    padding-top: 120px;
  }

  .mm.open {
    background: #1fb0e5;
    padding: 0px;
    min-height: auto;
    height: 100vh;
    overflow-y: auto;
  }

  .mm.open div#mml {
    left: 0px;
    position: absolute;
    width: 100%;
    z-index: 9999;
    top: 0px;
    background: #1fb0e5;
    padding: 20px 15px;
    right: 0px;
    margin: auto;
    padding-top: 0px;
  }

  .mm.open #mmb span {
    background: #1e1e1e;
  }

  .mm.open .site-branding img {
    filter: contrast(0) brightness(10);
  }

  .mm .site-branding img {
    width: 25%;
    object-fit: contain;
    object-position: left;
    margin: 10px 0px;
    height: 80px;
  }

  .mm.open #mmb span {
    background: #fff;
  }

  .En_btn {
    position: absolute;
    right: 60px;
    top: 33px;
  }

  li.about_arrow i {
    position: absolute;
    right: 0;
    font-size: 20px;
    transition: 0.5s ease !important;
    color: #fff;
    width: 30px;
    height: 40px;
    top: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    z-index: 999;
  }

  li.about_arrow i:before {
    transform: rotate(-90deg);
    transition: 0.5s ease;
  }

  div#mm ul#primary-menu li.current-menu-item>a {
    text-decoration: underline !important;
    text-underline-offset: 10px;
  }

  div#mm .head-phone {
    width: 92%;
    margin: auto;
    padding-bottom: 20px;
  }

  div#mm .head-phone img {
    filter: brightness(100);
  }

  div#mm .head-phone a,
  div#mm .head-phone a span {
    color: #fff;
    font-size: 20px;
  }

  div#mm .head-phone .pay_box {
    text-align: left;
    width: 100%;
    margin: 0;
  }

  /* Header End */

  .main_slider .swiper-slide {
    height: 600px !important;
  }

  .home_search_box {
    padding: 22px 20px;
  }
.home_search_box .main {
    gap: 20px;
}
  .back_slider {
    padding: 0px 40px;
  }

  .main_slider.home_about_slider .elementor-slide-heading {
    font-size: 35px !important;
    line-height: 40px !important;
  }

  .main_slider.home_about_slider .swiper-slide {
    height: 500px !important;
  }

  .heading h2 {
    font-size: 35px;
    line-height: 40px;
  }

  .elementor-section.elementor-section-boxed>.elementor-container {
    max-width: 930px !important;
  }

  .tech-slide-info {
    height: 272px !important;
  }

  .tech-slide-info .heading h3 {
    font-size: 20px;
    line-height: 105.5%;
  }

  .tech-slide-info .h-tech-desc {
    padding-right: 5px;
    height: 140px;
    overflow-y: auto;
  }

  .tech-slide-info .h-tech-desc.para p {
    font-size: 16px;
    line-height: 20px;
    height: auto;
  }

  .partner_img img {
    height: 120px !important;
  }

  section.single_blog_sec,
  .contact_map,
  .banner_sec,
  div#properties-map,
  section.first_sec {
    margin-top: 110px;
  }

  /*section.first_sec .heading {*/
  /*  left: 0;*/
  /*  right: 0;*/
  /*  width: 90%;*/
  /*}*/

  .banner_sec .heading h1,
  section.first_sec .heading h1 {
    font-size: 45px !important;
    line-height: 100%;
    width: 100%;
  }

  .banner_sec>div,
  .property_new_banner .img,
  .property_new_banner .img img {
    height: 450px;
  }

  .para p,
  .para .elementor-widget-container,
  section.residence_sec1 .para strong,
  section.residence_sec1 .para ul li,
  div#properties-list .property-item .location_text a {
    font-size: 16px;
    line-height: 28px;
  }

  .found-img img {
    height: 200px !important;
  }

  .testimonials_sec .box .content {
    height: 390px;
  }

  div#properties-map {
    height: 500px;
  }

  .our_news .img img {
    height: 170px !important;
  }

  .our_news .conten {
    padding: 10px 10px;
    padding-bottom: 20px;
    padding-top: 13px;
  }

  .our_news .news_inn_box {
    gap: 2%;
  }

  .our_news .content .heading h6 {
    font-size: 14px;
    height: auto;
  }

  .row.blog-img-slider {
    padding-left: 0;
    margin: auto;
  }

  .row.blog-img-slider .col-md-4 {
    padding-left: 0px;
    margin-left: 0;
  }

  .row.blog-img-slider ul.slick-dots {
    bottom: -30px;
    /*left: 15px;*/
  }

  .contact_map iframe {
    height: 500px !important;
  }

  .privacy_sec h2 {
    font-size: 22px;
  }


  div#myModal span.close.cursor {
    right: -10px !important;
  }

  .images_popup_main_slider .slick-track {
    margin-left: unset;
    margin-right: auto;
  }

  section.bedrooms_boxes .img img {
    height: 350px;
  }

  section.bedrooms_boxes .bed_lisitng .data p,
  section.bedrooms_boxes .bed_lisitng .data a.item {
    font-size: 14px;
  }

  section.residence_sec2 .box ul li .text h3 {
    font-size: 16px;
  }

  .our_news .content {
    padding: 10px 10px;
    padding-bottom: 20px;
    padding-top: 13px;
  }

  div#properties-list .property-item .content h5 {
    font-size: 20px;
  }

  .prop_in_box p {
    font-size: 10.5px !important;
  }

  div#properties-list .property-item a.item_btn {
    font-size: 11px;
    margin-left: 10px;
  }

  /*div#properties-list .property-item .content ul.featured_face li {*/
  /*  width: 23%;*/
  /*}*/

  ul.featured_face li .img {
    width: 50px;
    height: 50px;
  }

  div#properties-list .property-item {
    height: 360px;
  }

  div#properties-list .property-item .location_text h6 {
    font-size: 9px;
  }

  div#properties-list .property-item .location_text span {
    font-size: 12px;
  }

  .see_detail_divide {
    height: 80px;
  }

  .inner_content_box {
    transform: translateY(210px);
  }

  .media_card .elementor-post__card a.elementor-post__thumbnail__link,
  .media_card .elementor-post__card a.elementor-post__thumbnail__link .elementor-post__thumbnail {
    height: 170px;
  }
}

@media (max-width: 991px) {
.home_search_box select {
        padding: 7px 10px;
        padding-right: 30px;
        background-position: top 52% right 8px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        width: 100%;
        font-size: 16px;
    }
    .agents_boxes .agent-list .row {
    row-gap: 30px;
}
.agents_boxes .agent-list .row .col-md-4 {
    flex: 0 0 50%;
    max-width: 50%;
}
  .elementor-section.elementor-section-boxed>.elementor-container {
    max-width: 690px !important;
  }

  .main_slider .elementor-slide-heading {
    font-size: 40px !important;
    line-height: 40px !important;
  }

  .main_slider .swiper-slide {
    height: 500px !important;
  }

  .home_search_box {
    padding: 20px;
  }

  .home_search_box .main {
    margin-bottom: 10px;
    gap: 15px;
  }

  .home_sec2 .heading h2 {
    font-size: 45px;
  }

  .home_sec2 .heading h6 {
    font-size: 15px;
  }

  .tech-slide-info {
    height: 202px !important;
    padding: 15px 10px 15px !important;
  }

  .tech-slide-info .heading h3 {
    font-size: 16px;
    line-height: 105.5%;
  }

  .tech-slide-info .h-tech-desc.para p {
    font-size: 14px;
    line-height: 22px;
    -webkit-line-clamp: 3;
  }

  .tech-slide-info .h-tech-desc {
    height: 80px;
  }

  .partner_img img {
    height: 110px !important;
  }

  .our_news .img img {
    height: 130px !important;
  }

  .our_news .news_inn_box .data p {
    font-size: 8px;
  }

  .footer {
    padding: 40px 0px;
  }

  .footer ul {
    margin: 0;
  }

  .footer .row,
  .footer3.d-none {
    padding: 0 15px;
  }

  .footer1,
  .footer2,
  .footer3 {
    padding-bottom: 30px;
    border-bottom: 1px solid #272727;
  }

  .footer2,
  .footer3,
  .footer5 {
    padding-top: 30px;
  }

  .footer h2.widget-title {
    margin-bottom: 10px;
  }

  .footer .col-lg-4 {
    padding: 0;
  }

  body .footer5 ul.cnss-social-icon {
    margin-top: 50px !important;
    position: relative;
    bottom: 0px;
  }

  .footer5 .map_loc a br {
    display: none;
  }

  .banner_sec .heading h1,
  section.first_sec .heading h1 {
    font-size: 35px !important;
    width: 100%;
  }

  .banner_sec>div,
  .property_new_banner .img,
  .property_new_banner .img img {
    height: 350px;
  }

  .testimonials_sec .box .content {
    height: 300px;
    padding-right: 10px;
  }

  #companyleadership_slide {
    display: block;
    width: 100% !important;
  }

  #companyleadership_slide .owl-stage-outer {
    overflow: visible;
  }

  .found-img img {
    height: 260px !important;
  }

  .left_right_screen .content h3,
  .left_right_screen .content p {
    padding-left: 20px;
  }

  .founder_box .content h3 {
    font-size: 16px;
  }

  .left_right_screen:before {
    content: "";
    position: absolute;
    left: -200px;
    height: 100%;
    width: 200px;
    background: #fff;
    z-index: 2;
    top: -1px;
  }

  .owl-dots button span {
    width: 10px;
    height: 10px;
    background: #b1b1b1;
    border-radius: 50%;
    position: relative;
    display: block;
  }

  .owl-dots button {
    margin-right: 20px;
  }

  .left_right_screen .owl-dots {
    width: 100%;
    padding-left: 25px;
    margin-top: 20px;
  }

  .owl-dots button.active span {
    background: #54ade0;
  }

  .owl-dots button span:before {
    content: "";
    position: absolute;
    left: -5px;
    top: 0px;
    width: 20px;
    height: 20px;
    border: 1px solid transparent;
    right: 0;
    bottom: 0;
    margin: auto;
    border-radius: 50%;
  }

  .owl-dots button.active span:before {
    border-color: #54ade0;
  }

  .media_card .elementor-post__badge {
    margin: 10px !important;
  }

  .media_card .elementor-post__card .elementor-post__text {
    padding: 0px 10px !important;
    margin-bottom: 20px !important;
  }

  .media_card .elementor-post__card .elementor-post__text h3.elementor-post__title a {
    font-size: 14px;
  }

  .images_blog img {
    height: 150px;
  }

  .right_bar h2 {
    font-size: 20px;
  }

  .error-404.not-found {
    padding-bottom: 50px;
  }

  .error-404.not-found h1 {
    font-size: 100px;
  }

  .residence_card {
    padding: 20px 15px;
  }

  .images_popup_main_slider .img img,
  .slider-nav .img img {
    height: 150px;
  }

  section.bedrooms_boxes .img img {
    height: 300px;
  }

  section.bedrooms_boxes .bed_lisitng ul {
    width: 79%;
    gap: 15px;
  }

  section.bedrooms_boxes .bed_lisitng ul li img {
    height: 25px;
    width: auto;
  }

  div#properties-list .col-md-4.load-item-1 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  div#myModal span.close.cursor {
    top: 150px !important;
  }

  .footer1 h2.widget-title {
    margin-top: 10px;
  }

  .media_card .elementor-post__card a.elementor-post__thumbnail__link,
  .media_card .elementor-post__card a.elementor-post__thumbnail__link .elementor-post__thumbnail {
    height: 130px;
  }

  .property_new_banner button.slick-prev {
    left: 20px;
  }

  .property_new_banner button.slick-next {
    right: 20px;
  }

  .images_popup_main_slider .slick-prev {
    left: -10px;
  }

  .images_popup_main_slider .slick-next {
    right: -10px;
  }
  .agent-list .card-content {
    padding: 10px;
    }
}

@media (max-width: 767px) {
    .property_new_banner {
        width: auto;
        /*margin: 0 -15px;*/
    }
    section.first_sec .heading {
        left: 50px;
        width: 75%;
    }
    .agents_boxes .agent-list .row .col-md-4 {
    flex: 0 0 100%;
    max-width: 100%;
}
    section.bedrooms_boxes .bed_lisitng ul li:nth-child(1)>div .data {
    padding-top: 1px;
}
  .elementor-section.elementor-section-boxed>.elementor-container {
    max-width: 100% !important;
    margin-right: auto;
    margin-left: auto;
  }

  .cus-tabb .elementor-tabs .elementor-tabs-wrapper {
    display: block;
  }

  .cus-tabb .elementor-tabs .elementor-tabs-wrapper .elementor-tab-title {
    display: block;
    width: 100%;
    line-height: 35px !important;
    height: 35px;
  }

  .cus-tabb .elementor-tabs .elementor-tabs-wrapper .elementor-tab-title:not(:last-child) {
    margin-bottom: 15px;
  }

  .news_page_sec .elementor-tab-mobile-title {
    display: none;
  }

  .mm.open div#mm {
    padding-top: 90px;
  }

  #mmb {
    top: 15px;
  }

  .mm .site-branding img {
    width: 60%;
    height: 80px;
  }

  .main_slider .swiper-slide-bg {
    background-position: 30% 10px !important;
  }

  .main_slider .swiper-slide {
    height: 100vh !important;
  }

  .home_search_box .main {
    display: block;
  }

  .home_search_box .main .box {
    margin-bottom: 20px;
    text-align: center;
  }

  .home_search_box .btn_box {
    margin: auto;
    width: 100%;
  }

  .home_sec2 .heading h2 {
    font-size: 50px;
  }

  .home_sec2 .elementor-col-25 {
    width: 50%;
  }

  .home_sec2 .elementor-col-25:nth-child(1),
  .home_sec2 .elementor-col-25:nth-child(2) {
    margin-bottom: 20px;
  }

  .home_sec2 .heading h6 {
    line-height: 18px;
  }

  .back_slider {
    padding: 0px 15px;
  }

  .main_slider .elementor-slide-description {
    width: auto;
  }

  .main_slider.home_about_slider .swiper-slide-inner {
    padding: 30px !important;
  }

  .heading h2 {
    font-size: 28px;
    line-height: 30px;
  }

  .tech-slide-info {
    height: 392px !important;
    padding: 20px 20px 20px !important;
  }

  .heading h3,
  .tech-slide-info .heading h3 {
    font-size: 24px;
    line-height: 29px;
  }

  .tech-slide-info .h-tech-desc.para p {
    font-size: 18px;
    line-height: 26px;
    -webkit-line-clamp: 5;
  }

  .tech-slide-info .h-tech-desc {
    height: 160px;
  }

  .home_sec4 .elementor-container.elementor-column-gap-no,
  .blog section>.elementor-container.elementor-column-gap-no {
    padding: 0 20px;
  }

  .our_tenants_slider {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin: 0 !important;
  }

  .our_news .img img {
    height: 170px !important;
    border-radius: 20px 20px 0px 0px !important;
  }

  p.copyright {
    font-size: 14px;
    line-height: 22px;
    text-align: center;
  }

  .our_news .content .heading h6 {
    font-size: 18px;
    height: auto;
  }

  .our_news .news_inn_box .data p {
    font-size: 10px;
  }

  .banner_sec>div,
  .property_new_banner .img,
  .property_new_banner .img img {
    height: 360px;
  }

  .banner_sec .heading h1 {
    padding: 0 5px;
  }

  .banner_sec .heading h1 {
    padding: 0 15px;
  }

  #companyleadership_slide {
    display: block;
    width: 80% !important;
  }

  .owl-dots button {
    margin-right: 12px;
  }

  .found-img img {
    height: 315px !important;
  }

  .left_right_screen .owl-dots {
    padding-left: 10px;
  }

  .testimonials_sec .box .d-flex {
    display: block !important;
    text-align: center;
  }

  .testimonials_sec ul.slick-dots {
    text-align: center;
    padding: 0;
    left: 0;
  }

  .testimonials_sec .box {
    padding: 20px;
  }

  .testimonials_sec .box .content {
    padding: 0px;
    text-align: center;
    width: 100%;
  }

  .testimonials_sec .box .quote {
    text-align: center;
  }

  .testimonials_sec .box .content {
    height: 250px;
    padding-right: 10px;
  }

  .news_page_sec section .elementor-container.elementor-column-gap-no {
    padding: 0;
  }

  section.single_blog_sec,
  .contact_map,
  .banner_sec,
  div#properties-map {
    margin-top: 80px;
  }

  .images_blog {
    margin-top: 20px;
  }

  .row.blog-img-slider .col-md-4 {
    padding: 0;
    margin: 0;
  }

  /*.row.blog-img-slider {*/
  /*  padding-left: 15px;*/
  /*}*/
  .images_blog img {
    height: 200px;
  }

  .right_bar {
    margin-top: 40px;
  }

  .privacy_sec h2 {
    font-size: 20px;
    line-height: 28px;
  }

  .fancybox-wrap.fancybox-desktop.fancybox-type-inline.fancybox-opened {
    width: 310px !important;
  }

  .fancybox-inner {
    width: 280px !important;
  }

  .fancybox-inner img {
    height: 280px;
  }

  .contact_form .gform_confirmation_message {
    margin-bottom: 0;
    text-align: center;
  }

  .cont_sec>div {
    gap: 40px;
  }

  div#properties-list .col-md-4.load-item-1 {
    flex: 100%;
    max-width: 100%;
  }

    .property-search-box {
        width: 100% !important;
        height: auto !important;
        right: 0;
        margin: auto;
        padding: 20px;
        left: 0 !important;
    }

  .property-search-box .categories-container.active, .property-search-box .regions-container.active, .property-search-box .property-type-container.active {
    position: relative;
    left: unset;
    top: 0;
  }

  .property-search-box .regions-container.active, .property-search-box .categories-container.active {
    margin-bottom: 10px;
  }
.filter-select {
    padding: 5px 10px !important;
    height: auto !important;
    font-size: 14px !important;
}
  div#properties-map {
    height: 90vh;
  }

  div#properties-list .box {
    flex-direction: column;
    gap: 20px;
  }

  div#properties-list .property-item .content h5 {
    font-size: 24px;
  }

  div#properties-list .property-item .location_text h6 {
    font-size: 10px;
  }

  div#properties-list .property-item .location_text span {
    font-size: 14px;
  }

  .prop_in_box p {
    font-size: 13px !important;
  }

  div#properties-list .property-item a.item_btn {
    font-size: 13px;
    margin-left: 10px;
  }

  div#properties-list .property-item .two_btns {
    width: 94%;
  }

  ul.featured_face h6 {
    font-size: 11px;
  }

  .see_detail_divide {
    height: 75px;
  }

  .modal {
    padding: 0px !important;
  }

  .modal-dialog.modal-dialog-centered {
    width: 90%;
    margin: auto;
  }

  div#exampleModalCenter .contact_form h2 {
    font-size: 24px;
  }

  div#exampleModalCenter .contact_form {
    padding: 0px;
  }

  .form_submit h1 {
    font-size: 24px;
  }

  .property_banner .heading,
  .banner_sec .heading h1.property-heading {
    padding: 0;
  }

  section.residence_sec1 .row {
    flex-direction: column-reverse;
    gap: 20px;
  }

  .residence_card {
    margin-top: 0px;
    box-shadow: 0px 0px 18px rgba(0, 0, 0, 0.12);
  }

  section.residence_sec1 .para p:last-child {
    margin: 0 !important;
  }

  .slider-for .mySlides img {
    height: 280px;
  }

  div#myModal span.close.cursor {
    top: 60px !important;
    right: -5px !important;
  }

  section.residence_sec2 .box ul {
    grid-template-columns: 50% 50%;
    text-align: center;
  }

  section.residence_sec2 .box ul li .img {
    margin: auto;
  }

  section.bedrooms_boxes .bed_lisitng {
    display: block;
  }

  section.bedrooms_boxes .bed_lisitng ul {
    width: 100%;
    display: block;
  }

  section.bedrooms_boxes .bed_lisitng ul li {
    margin-bottom: 20px;
  }

  section.bedrooms_boxes .bed_lisitng ul li img {
    height: 25px;
    max-width: 25px;
    object-fit: contain;
  }

  .media_card .elementor-post__card a.elementor-post__thumbnail__link,
  .media_card .elementor-post__card a.elementor-post__thumbnail__link .elementor-post__thumbnail {
    height: 170px;
  }

  .property-modal .pm-col1 img {
    height: 100px;
  }

  .gm-style-iw-d .property-modal {
    width: 100%;
    height: auto;
    flex-direction: column;
    gap: 10px;
  }

  .gm-style .gm-style-iw-c {
    max-width: 250px !important;
    min-width: 250px !important;
  }

  .pm-cols {
    max-width: 100%;
    flex: 0 0 100%;
  }

  /*.property-modal .pm-col2>div {*/
  /*  height: 150px;*/
  /*  overflow-y: auto;*/
  /*}*/

  .property_new_banner button.slick-prev {
    left: 5px;
  }

  .property_new_banner button.slick-next {
    right: 5px;
  }

  .images_popup_main_slider .slick-prev {
    left: 43%;
  }

  .images_popup_main_slider .slick-next {
    right: 43%;
  }

  .images_popup_main_slider .slick-arrow {
    z-index: 11;
    top: unset;
    bottom: -50px;
  }

  section.images_popup_sec {
    padding-bottom: 40px;
  }
  .agents_boxes .agent-list .row {
    row-gap: 30px;
}
}

@media (max-width: 389px) {
  .main_slider .swiper-slide-bg {
    background-position: 30% 30px !important;
  }
  section.first_sec .heading {
    width: 70%
  }
}