/* Smooth scroll effect */
html {
    scroll-behavior: smooth;
}

/* Resets */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    transition: var(--transition);
}

p {
    font-family: 'Gotham';
}


a {
    font-family: 'Gotham';
    color: #000;
}

a:hover {
    text-decoration: none;
}


p,
a {
    font-family: 'Gotham';
    font-size: 14px;
    line-height: 22px;
}

p {
    color: #000;
}

.urban-page-header-title p {
    color: #fff !important;
}

.ubn-award-img img:hover {
    transform: scale(1.15);
}

.ubn-award-img {
    padding-bottom: 30px
}

.ubn-award-img img {
    transition: 0.5s ease-in all;
}

html {
    scroll-padding-top: 30px;
}

.submit-btn input[type="submit"] {
    z-index: 999;
}

section.our-clients {
    background: #000;
}

section.our-clients .client-content h2 {
    color: #fff;
    text-align: center;
    text-transform: uppercase;
}

.owl-client-slide .item.client-logo {
    background: #fff;
}

/*instagram sec*/
.instagram-feed-sec {
    padding: 100px 0px;
}

.instagram-posts {
    margin: 20px -20px 0px;
}

.instagram-feed-sec h4 {
    font-weight: 600 !important;
    color: #222222;
    font-size: 25px !important;
}

.instagram-feed-top a {
    font-size: 13px;
    font-weight: 400;
    font-family: 'Gotham' !important;
    color: rgba(0, 0, 0, 0.5);
    text-transform: lowercase;
}

.instagram-feed-top a:hover {
    color: #9f7f56;
}

/*end instagram sec*/
.wpkqcg_qrcode_wrapper {
    /* 	display: none; */
}

.logged-in .wpkqcg_qrcode_wrapper {
    display: block;
}

section.is_featured .featured-img {
    height: 350px;
}

section.is_featured .featured-content h2 {
    letter-spacing: 6px;
    font-weight: 400;
}

section.is_featured .featured-content h4 a {
    font-size: 21px;
    font-weight: 700;
}

section.is_featured .featured-content h4 {
    padding-top: 5px;
}

section.is_featured .featured-content p {
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 10;
    -webkit-box-orient: vertical;
}

section.is_featured a.profile-btn {
    border-radius: 50px;
}

section.is_featured a.profile-btn:hover {
    color: #fff !important;
}

section.is_featured .featured-boxes {
    display: flex;
    align-items: center;
}

form.filterform.projects-filter .banner-filter-field {
    width: 100%;
    margin: 0 15px;
}

form.filterform.projects-filter .banner-filter-field.search-btn {
    width: auto;
}

form.filterform.projects-filter {
    position: relative;
    width: 100%;
    max-width: 990px;
    margin: 0 auto;
    top: -50px;
    /* transform: translateY(100%); */
    z-index: 9;
}

form.filterform.projects-filter .filter-fields {
    box-shadow: 0 4px 4px 0 #00000025;
}

div#register-home {
    display: none !important;
}

.wpcr3_pagination {
    display: none !important
}

.property-listing .featured-content h4 {
    min-height: 60px;
}

.reviews .wpcr3_respond_3 {
    display: none;
}

section.expert-s-detail .wpcr3_in_content {
    display: none;
}

.reviews .wpcr3_aggregateRating {
    display: block !important;
    margin-bottom: 10px;
    line-height: 24px;
    font-size: 0.8em;
}

div.wpcr3_rating_style1_average {
    filter: invert(0%) sepia(3%) saturate(7499%) hue-rotate(188deg) brightness(00%) contrast(104%);
}

.reviews .wpcr3_review {
    display: none;
}

.reviews .wpcr3_dotline {
    display: none !important;
    margin: 0 !important;
}

.reviews span.wpcr3_aggregateRating_overallText {
    display: none;
}

.reviews .wpcr3_item_name {
    display: none;
}

.reviews p.dull-text {
    display: none;
}

p:empty {
    display: none;
}


/* imported style ends*/



section#register-interest span.wpcf7-spinner {
    top: 0;
}

.sub-menu-toggle:after {
    pointer-events: all;
    cursor: pointer;
}

.icons h5 {
    color: #ffff;
    font-size: 16px !important;
    font-weight: 600 !important;
    font-family: 'Gotham' !important;
}

.icons ul li {
    padding: 0px !important;
}

.icons ul.get_in_touch {
    position: relative;
    display: flex;
    justify-content: start;
    align-items: center;
}

.icons {
    margin-top: 85px;
}

.main-manu .menu li {
    padding-left: 0px;
}

.main-manu .menu li a {
    font-size: 16px;
    color: #fff;
    opacity: 1;
    text-transform: uppercase;
    font-weight: 400;
    font-family: 'Gotham';
    line-height: 60px;
    /*     opacity: 0.7; */
}


.navbar3 ul li {
    padding: 0;
    text-align: left;
    display: block;
}

.main-manu .menu {
    display: inline-block;
    margin: 0;
    width: 100%;
}

.menu_items {
    margin-top: 32px;
}

ul.get_in_touch {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

#site-header ul.get_in_touch li a img {
    width: 50px;
}

.icons h5 {
    color: #ffff;
}

.main-manu .menu {
    display: inline-block;
    margin: 0;
}

.top-nav-btn {
    margin-right: 44px;
}

.top-nav-btn a {
    border: solid 1px #fff;
    border-radius: 50px;
    padding: 11px 25px;
    color: #fff;
    text-transform: uppercase;
}

.top-nav-btn a:hover {
    background: #fff;
}

input.toggle_button {
    display: none;
}

.toggle_button {
    position: relative;
    display: inline-flex;
    box-sizing: border-box;
    cursor: pointer;
    z-index: 2;
    justify-content: flex-end;
    align-items: center;
}

.toggle_button i {
    padding: 13px 14.5px;
    font-size: 150%;
    display: inline-block;
    transition: all 0.1s;
}

label.toggle_button::after {
    content: "";
    position: absolute;
    font-family: 'Comic Sans MS';
    top: 5px;
    font-size: 30px;
    left: 13px;
    display: none;
    transition: all 0.1s;
}

input.toggle_button:checked+label.toggle_button::after {
    display: inline-block;
}

input.toggle_button:not(:checked)+label.toggle_button i {
    display: inline-block;
}

input.toggle_button:checked+label.toggle_button i {
    display: none;
}

.navbar3 {
    height: 100vh;
    width: 345px;
    position: fixed;
    background-color: #222222fa;
    top: 0;
    right: 0;
    display: none;
    z-index: 999999;
    padding: 0px 40px;
}

input.toggle_button:checked~.navbar3 {
    display: block;
}

/* .navbar3 ul{
	list-style: none;
	height: 100vh;
	width: 100%;
	position: absolute;
	top: calc(50% - 200px);
} */
.navbar3 ul li {
    padding: 20px;

}

.navbar3 ul li a {
    text-decoration: none;
    color: white;
    font-size: 30px;
    text-align: center;
    font-family: 'Comic Sans MS';
    font-weight: bolder;
}

.ham {
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    transition: transform 400ms;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    transform: ;
    /*   margin: -11px; */
}

/* .hamRotate.active {
   transform: rotate(45deg);
    position: relative;
    right: -150%;
    top: -92%;
    height: 44px;
}*/
.hamRotate180.active {
    transform: rotate(180deg);
}

/* .line {
  fill:none;
  transition: stroke-dasharray 400ms, stroke-dashoffset 400ms;
  stroke:#fff;
  stroke-width:5.5;
  stroke-linecap:round;
}
.ham1 .top {
  stroke-dasharray: 40 139;
}
.ham1 .bottom {
  stroke-dasharray: 40 180;
}
.ham1.active .top {
  stroke-dashoffset: -98px;
}
.ham1.active .bottom {
  stroke-dashoffset: -138px;
} */





.sidebar {
    height: 100%;
    width: 400px;
    position: fixed;
    top: 0;
    z-index: 1;
    right: 0;
    background-color: #ffffff;
}

.bar {
    display: block;
    height: 5px;
    width: 50px;
    background-color: #0000000;
    margin: 10px auto;
}

.button {
    cursor: pointer;
    display: inline-block;
    width: auto;
    margin: 0 auto;
    -webkit-transition: all .7s ease;
    -moz-transition: all .7s ease;
    -ms-transition: all .7s ease;
    -o-transition: all .7s ease;
    transition: all .7s ease;
}

.nav-right {
    position: fixed;
    right: 40px;
    top: 20px;
}

.nav-right.visible-xs {
    z-index: 3;
}

.hidden-xs {
    display: none;
}

.middle {
    margin: 0 auto;
}

.bar {
    -webkit-transition: all .7s ease;
    -moz-transition: all .7s ease;
    -ms-transition: all .7s ease;
    -o-transition: all .7s ease;
    transition: all .7s ease;
}

.nav-right.visible-xs .active .bar {
    background-color: #FFF;
    -webkit-transition: all .7s ease;
    -moz-transition: all .7s ease;
    -ms-transition: all .7s ease;
    -o-transition: all .7s ease;
    transition: all .7s ease;
}

.button.active .top {
    -webkit-transform: translateY(15px) rotateZ(45deg);
    -moz-transform: translateY(15px) rotateZ(45deg);
    -ms-transform: translateY(15px) rotateZ(45deg);
    -o-transform: translateY(15px) rotateZ(45deg);
    transform: translateY(15px) rotateZ(45deg);
}

.button.active .bottom {
    -webkit-transform: translateY(-15px) rotateZ(-45deg);
    -moz-transform: translateY(-15px) rotateZ(-45deg);
    -ms-transform: translateY(-15px) rotateZ(-45deg);
    -o-transform: translateY(-15px) rotateZ(-45deg);
    transform: translateY(-15px) rotateZ(-45deg);
}

.button.active .middle {
    width: 0;
}

.move-to-left {
    -webkit-transform: translateX(-400px);
    -moz-transform: translateX(-400px);
    -ms-transform: translateX(-400px);
    -o-transform: translateX(-400px);
    transform: translateX(-400px);
}

.sidebar-list {
    padding: 0;
    margin: 0;
    list-style: none;
    position: relative;
    margin-top: 150px;
    text-align: center;
}

.sidebar-item {
    margin: 30px 0;
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    transform: translateY(-20px);
}

.sidebar-item:first-child {
    -webkit-transition: all .7s .2s ease-in-out;
    -moz-transition: all .7s .2s ease-in-out;
    -ms-transition: all .7s .2s ease-in-out;
    -o-transition: all .7s .2s ease-in-out;
    transition: all .7s .2s ease-in-out;
}

.sidebar-item:nth-child(2) {
    -webkit-transition: all .7s .4s ease-in-out;
    -moz-transition: all .7s .4s ease-in-out;
    -ms-transition: all .7s .4s ease-in-out;
    -o-transition: all .7s .4s ease-in-out;
    transition: all .7s .4s ease-in-out;
}

.sidebar-item:nth-child(3) {
    -webkit-transition: all .7s .6s ease-in-out;
    -moz-transition: all .7s .6s ease-in-out;
    -ms-transition: all .7s .6s ease-in-out;
    -o-transition: all .7s .6s ease-in-out;
    transition: all .7s .6s ease-in-out;
}

.sidebar-item:last-child {
    -webkit-transition: all .7s .8s ease-in-out;
    -moz-transition: all .7s .8s ease-in-out;
    -ms-transition: all .7s .8s ease-in-out;
    -o-transition: all .7s .8s ease-in-out;
    transition: all .7s .6s ease-in-out;
}

.sidebar-item.active {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
}

.sidebar-anchor {
    color: #FFF;
    text-decoration: none;
    font-size: 1.8em;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 7px;
}

.sidebar-anchor:before {
    content: "";
    width: 0;
    height: 2px;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #FFF;
    -webkit-transition: all .7s ease-in-out;
    -moz-transition: all .7s ease-in-out;
    -ms-transition: all .7s ease-in-out;
    -o-transition: all .7s ease-in-out;
    transition: all .7s ease-in-out;
}

.sidebar-anchor:hover:before {
    width: 100%;
}

.ua {
    position: absolute;
    bottom: 20px;
    left: 30px;
}

.fa {
    font-size: 1.4em;
    color: #F19106;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

.ua:hover .fa {
    color: #FFF;
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -ms-transform: scale(1.3);
    -o-transform: scale(1.3);
    transform: scale(1.3);
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}


/* ---------------------------> Header Nav <--------------------------- */


section.top-bar {
    background: #9F7F56;
    display: table;
    width: 100%;
    height: 100%;
}

section.top-bar ul.contact-list {
    margin: 0;
    padding: 0;
}

section.top-bar ul.contact-list li {
    list-style: none;
    font-family: 'Lato';
    font-size: 14px;
    color: #fff;
    font-weight: 400;
    position: relative;
}

section.top-bar ul.contact-list li {
    padding-left: 30px;
    margin-left: 40px;
    line-height: 45px;
}

section.top-bar .contact-list {
    display: flex;
    justify-content: flex-end;
}

section.top-bar .fa-envelope:before {
    background: url(../imgs/email.svg);
    background-size: contain;
    width: 17px;
    height: 12px;
    position: absolute;
    top: 17px;
    left: 0;
    font-size: 0;
}

section.top-bar .fa-phone:before {
    background: url(../imgs/phone.svg);
    background-size: contain;
    width: 14px;
    height: 14px;
    position: absolute;
    top: 17px;
    left: 0;
    font-size: 0;
}

.top-nav-btn {
    padding-right: 0 !important;
}

.top-nav-btn button {
    border: 1px solid #9F7F56;
    background: transparent;
    padding: 4px 30px;
    border-radius: 200px;
}

.navbar-expand-sm>.container,
.navbar-expand-sm>.container-fluid,
.navbar-expand-sm>.container-lg,
.navbar-expand-sm>.container-md,
.navbar-expand-sm>.container-sm,
.navbar-expand-sm>.container-xl {
    display: block !important;
}

#site-header ul.navbar-nav li a {
    font-size: 13px;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 400;
    text-decoration: none;
    padding: 0 30px;

}

#site-header ul.navbar-nav li a:hover {
    color: #9F7F56;
    font-weight: 700;
}

#site-header ul.navbar-nav .dropdown-toggle::after {
    background: url(../imgs/menu-arrow.svg);
    width: 12px;
    height: 8px;
    font-size: 0;
    background-size: contain;
    position: absolute;
    top: 8px;
    right: 10px;
}

#site-header ul.navbar-nav .dropdown-toggle:hover::after {
    background: url(../imgs/menu-arrow-hover.svg);
}

/* D */

.main-manu .menu {
    display: flex;
    margin: 0;
}

.main-manu .menu li {
    padding: 16px 24px;
    list-style: none;
}

.navbar3 {
    overflow-y: auto;
}

.icons {
    position: absolute;
    bottom: 10px;
}

.icons ul.get_in_touch {
    padding-top: 10px;
    gap: 5px;
}

.navbar-dark .row {
    /*     align-items: baseline;
    width: 100%; */
}

.navbar-collapse {
    justify-content: flex-end;
}


.main-manu .menu li a {
    font-size: 16px;
    color: #fff;
    opacity: 1;
    text-transform: uppercase;
    font-weight: 400;
    font-family: 'Lato';
    line-height: 25px;
    /*     opacity: 0.7; */
}

.current-menu-item a,
.current_page_parent a,
.current_page_parent .sub-menu-toggle,
.sub-menu .menu-item .current_page_item a {
    color: #F19106 !important;
    opacity: 1 !important;
}

.menu-item a:hover {
    color: #F19106 !important;
    opacity: 1 !important;
}

.main-manu .menu ul.sub-menu a:hover,
.sub-menu .current_page_item a:hover {
    color: #F19106;
    opacity: 1 !important;
}

.current-menu-item .sub-menu-toggle {
    color: #9F7F56 !important;
    opacity: 1 !important;
}


.current-menu-item .sub-menu-toggle:after,
.menu-item a:hover .sub-menu-toggle:after {
    filter: brightness(0) saturate(100%) invert(49%) sepia(87%) saturate(817%) hue-rotate(5deg) brightness(102%) contrast(95%);
    opacity: 1 !important;
}



.hamRotate.active {
    /* background: url(/wp-content/uploads/2022/08/close-menu-icon.svg); */
    background-size: cover;
    width: 30px;
    height: 30px;
    background-repeat: no-repeat;
    transform: inherit;
    right: -170%;
    top: -105%;
    position: relative;
    opacity: 0;
}

.navbar3 img.menu-cross {
    position: absolute;
    top: 55px;
    right: 60px;
}

.sub-menu-toggle.changetoggleicon {
    transform: rotate(180deg);
}

.navbar3.menu-open {
    display: block;
}

.navbar3 img.menu-cross {
    position: absolute;
    top: 55px;
    right: 60px;
    pointer-events: all;
    cursor: pointer;
}

/*.sub-menu-toggle:hover{
    filter: brightness(0) saturate(100%) invert(49%) sepia(87%) saturate(817%) hue-rotate(5deg) brightness(102%) contrast(95%);
}*/


/* Sticky header css  */
.header-footer-group.navbar-shrink {
    position: fixed;
    z-index: 9999999;
    width: 100%;
    background: #fff;
    top: 0;
    transition: 0.5s;
}

.navbar-shrink .navbar-dark .navbar-brand img {
    width: 170px;
    transition: 0.5s;
}

/*
.navbar-shrink .main-manu .menu li a {
    font-size: 12px;
    transition: 0.5s;
} */





/* ---------------------------> Home Banner <--------------------------- */
section.hero-banner {
    background: url(/wp-content/uploads/2022/08/Urbannest-Slide-01.jpg);
    /*     height: 555px; */
    height: 100vh;
    background-size: cover;
    background-position: center;
    width: 100%;
    display: flex;
    align-content: center;
    justify-content: center;
    flex-wrap: wrap;
    position: relative;
}

/*section.hero-banner:after {
    content: '';
    background: #000;
    opacity: 0.2;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
*/
/* ---------------------------> Filter <--------------------------- */
.filter-fields {
    background-color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    z-index: 2;
    width: 100%;
    /*     height: 80px; */
    height: 65px;
    padding: 10px;
    border-radius: 300px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.banner-filter-field input,
select.form-control {
    border: 0px;
    border-bottom: 1px solid #9f7f564d;
    border-radius: 0;
    font-size: 13px;
    font-family: 'Lato';
    font-weight: 400;
    line-height: 25px;
    color: #000;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}


.banner-filter-field .form-control {
    padding: 5px 20px 5px 0px !important;
}

.banner-filter-field select.form-control {
    padding: 5px 20px 5px 25px !important;
}


select#property_category {
    padding-left: 0 !important;
}

.submit-btn {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    background-color: #212C56;
    /*     width: 60px;
    height: 60px; */
    width: 45px;
    height: 45px;
    border-radius: 100px;
}

.submit-btn input[type="submit"] {
    margin: 0;
    padding: 0;
    opacity: 0;
}

.banner-filter-field.search-btn {
    position: relative;
}

.submit-btn:hover {
    background-color: #fff;
    color: #9F7F56;
    border: solid 1px #9F7F56;
}

.submit-btn:hover:after {
    filter: invert(55%) sepia(20%) saturate(775%) hue-rotate(354deg) brightness(90%) contrast(89%);
}

/*.submit-btn:after{
    content: "";
    background: url(../imgs/search.svg);
    width: 28px;
    height: 28px;
    background-size: cover;
    background-repeat: no-repeat;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    z-index: 9;
    pointer-events: none;
}
.banner-filter-field.select-dropdown.p-type{
    position: relative;
}
.banner-filter-field.select-dropdown.p-type:before{
    content: '';
    background: url(../imgs/property-type.svg);
    width: 18px;
    height: 17px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 9;
    pointer-events: none;
}
.banner-filter-field.select-dropdown.p-beds{
    position: relative;
}
.banner-filter-field.select-dropdown.p-beds:before{
    content: '';
    background: url(../imgs/bed.svg);
    width: 19px;
    height: 16px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 9;
    pointer-events: none;
}
.banner-filter-field.select-dropdown.p-min{
    position: relative;
}
.banner-filter-field.select-dropdown.p-min:before{
    content: '';
    background: url(../imgs/min-price.svg);
    width: 10px;
    height: 16px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0px;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 9;
    pointer-events: none;
}
.banner-filter-field.select-dropdown.p-max{
    position: relative;
}
.banner-filter-field.select-dropdown.p-max:before{
    content: '';
    background: url(../imgs/max-price.svg);
    width: 16px;
    height: 16px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 9;
    pointer-events: none;
}
*/
/* .page-template-template-properties  .banner-filter-field.select-dropdown.p-min {
    padding: 0 15px 0 0;
}

.page-template-template-properties .banner-filter-field.select-dropdown.p-max {
    padding: 0 15px 0 0;
} */

/* ---------------------------> Partners <--------------------------- */
section.tu-partners {
    background-color: #9F7F56;
}

section.tu-partners .tu-partners-slide {
    display: flex;
    justify-content: space-between;
    padding: 35px 0;
}

.tu-partner-logo {
    display: flex;
    justify-content: center;
    align-items: center;
}

#owl-partners-slide .owl-carousel .owl-item img {
    display: inline-grid;
    width: 100%;
    max-width: 118px;
    align-items: center;
}

.owl-item {
    border: none !important;
}

/* ---------------------------> Our Story <--------------------------- */
section.our-story {
    padding: 80px 0;
    background: #000;
}

section.our-story .story-content {
    max-width: 750px;
    margin-right: auto;
    margin-left: auto;
}

section.our-story .story-content h2 {
    color: #fff;
    text-align: center;
    padding-bottom: 12px;
    text-transform: uppercase;
}

section.our-story .story-content hr {
    width: 500px;
    border-top: 1px solid #ffffff80;
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 8px;
}

section.our-story .story-content p {
    color: #ffffffb3;
    text-align: center;
    padding-bottom: 12px;
}

/* ---------------------------> Your Home <--------------------------- */
section.your-home {
    padding: 60px 0;
    background: url(../imgs/offplan-bg.jpg);
}

section.your-home .row {
    justify-content: space-between;
}

section.your-home .col-md-4.padding-0 {
    padding: 0px;
    flex: 0 0 32%;
    max-width: 32%;
}

section.your-home .home-box .home-img img {
    width: 100%;
}

section.your-home .home-box .home-title {
    background: #fff;
    border: 1px solid #9f7f564d;
    padding: 15px 0;
}

section.your-home .home-box .home-title h4,
section.your-home .home-box .home-title span {
    text-align: center;
}

/* ---------------------------> Featured Villas <--------------------------- */

section.featured-villas {
    padding: 80px 0;
    background: #000;
}

section.featured-villas .featured-vil-heading h2 {
    color: #fff;
    text-transform: uppercase;
}

section.featured-villas .villa-tabs {
    display: flex;
    justify-content: flex-end;
}

section.featured-villas .featured-vil-tabs ul.nav li {
    background: transparent;
    padding-bottom: 1px;
}

section.featured-villas .featured-vil-tabs ul.nav li .active {
    background: #9F7F56 !important;
}

section.featured-villas .featured-vil-tabs ul.nav li a:hover {
    background: #9F7F56 !important;
}

section.featured-villas .featured-vil-tabs ul.nav li a {
    font-size: 12px;
    text-transform: uppercase;
    color: #fff;
    text-decoration: none;
    background: transparent;
    border: 0;
    padding: 5px 10px;
    border-radius: 0;
}

section.featured-villas .featured-vil-tabs ul.nav li:active {
    background: #9F7F56;
}

/*.featured-boxes {
    padding-top: 30px;
    width: 100%;
    height: 100%;
}*/
.projects-listing .featured-boxes {
    /* height: 370px; */
}

section.featured-villas .featured-boxes .col-md-4.padding-0 {
    padding: 0px;
    flex: 0 0 32%;
    max-width: 32%;
}

/* .featured-villas .col-md-4 {
    display: flex;
    align-items: center;
    align-content: center;
} */
section.featured-villas .featured-img img {
    width: 100%;
    height: 100%;
    position: relative;
}

.featured-content h4 {
    color: #fff;
    font-weight: 600;
    padding-top: 15px;
    text-transform: uppercase;
}

.featured-listings span {
    color: #ffffff80;
    font-size: 13px;
    line-height: 25px;
    font-weight: 400;
}

/* Hover */

.featured-hover-content h3 {
    color: #fff;
    line-height: 25px;
}

.featured-hover-content p {
    color: #fff;
    font-size: 13px;
    line-height: 23px;
    padding-top: 0px;
    opacity: 0.8;
}

.featured-hover-content a {
    color: #fff;
    font-size: 13px;
    line-height: 25px;
    font-weight: 600;
    padding-top: 10px;
    position: relative;
    font-family: 'Gill Sans' !important;
}

.featured-hover-content a:hover {
    text-decoration: none;
}

.featured-hover-content a:after {
    content: '';
    background: url(../imgs/learn-arrow.svg);
    width: 7px;
    height: 11px;
    position: absolute;
    top: 13px;
    right: -15px;
}

.featured-img {
    position: relative;
    transition: 3s ease-in-out;
    height: 245px;
}

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


.projects-listing .featured-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.featured-hover-content {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    padding: 20px;
    z-index: 2;
    width: 100%;
    height: 0%;
    background: #9f7f56e6;
    -moz-transition: height 0.5s ease-out;
    -webkit-transition: height 0.5s ease-out;
    transition: height 0.5s ease-out;
}

.featured-img:hover .featured-hover-content {
    opacity: 1;
    height: 100%;
}

/* ---------------------------> Off-Plan Projects <--------------------------- */
section.offplan-projects {
    padding: 80px 0;
    background: url(../imgs/offplan-bg.jpg);
    height: 793px;
    background-size: cover;
    background-position: center;
    width: 100%;
    align-content: center;
    justify-content: center;
    position: relative;
    z-index: 0;
}

.offplan-heading {
    padding-bottom: 50px;
}

.offplan-heading h2 {
    text-transform: uppercase;
    color: #222222;
}

.offplan-heading p {
    color: #222222;
}

.swiper-container {
    height: 100%;
}

.swiper-slide .swiper-slide-img {
    position: relative;
}

.swiper-slide .swiper-slide-img:before {
    content: "";
    background: url(../imgs/bg-shadow.png);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-size: cover;
    background-position: bottom;

}

.swiper-slide.swiper-slide-active .swiper-slide-img {
    position: relative;
}

.swiper-slide.swiper-slide-active .swiper-slide-img:before {
    content: "";
    background: url(../imgs/bg-shadow.png);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-size: cover;
    background-position: bottom;

}

.swiper-slide-img img {
    background-position: center;
    background-size: cover;
    position: relative;
    width: 100%;
    height: 450px;
    position: relative;
}

/*.swiper-slide-img img:after{
content: '';
background: url(../imgs/bg-shadow.png);
width: 100%;
height: 100%;
position: absolute;
bottom: 0;
z-index: 1;
}*/
.swiper-slide .swiper-slide-content {
    display: none;
}

.swiper-slide-active .swiper-slide-content {
    position: absolute;
    bottom: 50px;
    left: 50px;
    z-index: 2;
    display: block;
}

.swiper-slide-content h4 {
    font-size: 20px !important;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    margin: 0 !important;
}

.swiper-slide-content p {
    font-family: 'Lato';
    font-size: 13px !important;
    font-weight: 400 !important;
    color: #fff !important;
    margin: 0 !important;
}

.swiper-button-prev,
.swiper-button-next {
    display: none;
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    position: initial;
    bottom: 10px !important;
    margin-top: 20px;
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    -webkit-transition: .3s opacity;
    -o-transition: .3s opacity;
    transition: .3s opacity;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 10;
}

.swiper-pagination-bullet {
    width: 14px !important;
    height: 14px !important;
    display: inline-block;
    border-radius: 50%;
    bottom: 10px;

}

.swiper-pagination-bullet-active {
    background: #9F7F56 !important;
}



/* ---------------------------> Meet The Experts <--------------------------- */
section.filter-bar.expert-main {
    padding-top: 80px;
}

section.meet-expert {
    padding: 80px 0;
    background: #fff;
    width: 100%;
    align-content: center;
    justify-content: center;
    position: relative;
}

.row.experts-team {
    display: flex;
    /*     justify-content: space-between; */
}

.row.experts-team .col-md-3 {
    flex: 0 0 24%;
    max-width: 24%;
    padding: 0 !important;
}

section.meet-expert .expert-main-content h2 {
    color: #222222;
    text-transform: uppercase;
    text-align: center;
}

section.meet-expert .expert-main-content p {
    color: #22222280;
    text-align: center;
    padding-bottom: 20px;
}

.experts-team .experts-content .experts-img img {
    width: 100%;
}

h3.expert-title {
    color: #222222;
    padding-top: 18px;
}

p.expert-job {
    color: #222222;
    font-weight: 700;
}

.profile-btn {
    color: #9F7F56;
    border: 1px solid #9F7F56;
    width: 150px;
    height: 32px;
    background: transparent;
    padding: 5px 10px;
    font-size: 13px;
    text-transform: uppercase;
    border-radius: 3px;
}

.profile-btn a {
    color: #9F7F56;
    text-transform: uppercase;
}

.profile-btn a:hover {
    color: #fff;
}

.profile-btn:hover {
    background: #9F7F56;
    color: #fff;
    text-decoration: none;
}

#owl-experts-slide .owl-carousel .owl-dots.disabled {
    display: block !important;
}

#owl-experts-slide .owl-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
}

#owl-experts-slide button.owl-dot {
    width: 14px !important;
    height: 14px !important;
    display: inline-block;
    border-radius: 50%;
    bottom: 10px;
    background: #22222226;
    margin: 5px;

}

#owl-experts-slide button.owl-do:hover {
    border: 0;
    outline: 0;
}

#owl-experts-slide button.owl-dot span:focus {
    border: 0 !important;
    outline: 0 !important;
}

#owl-experts-slide button.owl-dot.active:hover {
    border: 0;
    outline: 0;
}

#owl-experts-slide button.owl-dot.active {
    background: #9F7F56 !important;
    border: 0;
    outline: 0;
}

/* ---------------------------> Latest Blog <--------------------------- */

section.urb-blog .container .urb-blog-bg {
    padding-top: 105px;
    padding-bottom: 105px;
    background: url(../imgs/testimonial.jpg);
    height: 540px;
    background-size: cover;
    background-position: center;
    width: 100%;
    align-content: center;
    justify-content: center;
    position: relative;
}

section.urb-blog .urbblog-content {
    background: #000000b3;
    width: 80%;
    height: 330px;
    display: grid;
    align-items: center;
    align-content: center;
    justify-content: center;
    margin-right: auto;
    margin-left: auto;
}

section.urb-blog .urbblog-content .urb-blog-title {
    /*     width: 450px; */
    margin-right: auto;
    margin-left: auto;
}

section.urb-blog .urbblog-content .urb-blog-title h1 {
    color: #fff;
    text-align: center;
    text-transform: uppercase;
}

section.urb-blog .urbblog-content .urb-blog-desc {
    width: 758px;
    margin-right: auto;
    margin-left: auto;
}

section.urb-blog .urbblog-content .urb-blog-desc p {
    color: #ffffffb3;
    text-align: center;
    padding-top: 22px;
}

/* ---------------------------> Our Client <--------------------------- */

section.our-clients {
    padding: 80px 0;
}

section.our-clients .client-content h2 {
    color: #000;
    text-align: center;
    text-transform: uppercase;
}

.owl-client-slide {
    padding-top: 40px;
}

.owl-client-slide .item.client-logo {
    border: 1px solid #9F7F56;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 27px 50px;
}

.owl-client-slide .item.client-logo img {
    width: 120px;
    height: 65px;
    object-fit: contain;
}

/* .owl-client-slide .owl-nav {
    display: none;
} */


.owl-client-slide button.owl-prev span {
    font-size: 40px;
    color: #9F7F56;
    opacity: 1 !important;
    position: absolute;
    top: 30%;
    left: -40px;
}

.owl-client-slide button.owl-next span {
    font-size: 40px;
    color: #9F7F56;
    opacity: 1 !important;
    position: absolute;
    top: 30%;
    right: -40px;
}

.owl-client-slide .item.client-logo img {
    overflow: hidden;
}

.owl-client-slide .item.client-logo img {
    transition: 0.4s all ease-in-out;
}

.owl-client-slide .item.client-logo:hover img {
    transform: scale(1.2) !important;
}


/* ---------------------------> Newsletter <--------------------------- */
section.urb-news {
    padding: 50px 0 60px 0;
    background: url(/wp-content/uploads/2022/08/Footer-BG-scaled.jpg);
    height: 245px;
    background-size: cover;
    background-position: center;
    width: 100%;
    align-content: center;
    justify-content: center;
    position: relative;
}

section.urb-news:after {
    content: '';
    background: #00000080;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: 1;
}

section.urb-news .urbnews-content {
    position: relative;
    z-index: 2;
}

section.urb-news .urbnews-content h2 {
    text-transform: uppercase;
    text-align: center;
    color: #fff;
}

section.urb-news .urbnews-content p {
    text-align: center;
    color: #fff;
}

.subscribe-form .col-lg-9.col-md-8.col-sm-12 {
    padding: 0;
}

.subscribe-form .email input {
    width: 100%;
    height: 50px;
    border-radius: 100px 0 0 100px;
    padding-left: 33px;
    border: none;
}

.subscribe-form .email input::placeholder {
    color: #22222280;
    font-size: 16px;
    font-weight: 400;
}

.subscribe-form .col-lg-3.col-md-4.col-sm-12 {
    padding: 0;
}

.subscribe-form .wpcf7-submit {
    background: #9F7F56;
    border: none;
    color: #fff;
    height: 50px;
    width: 100%;
    border-radius: 0 100px 100px 0;
    font-size: 16px;
    text-transform: uppercase;
}

input:focus-visible {
    /*     border-color: #80bdff00 !important; */
    outline: none !important;
}

.form-control:focus {
    border-color: inherit !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.form-control:disabled {
    background-color: #fff !important;
}

/* ---------------------------> About Us <--------------------------- */


.about-title h1 {
    z-index: 2;
    position: relative;
    color: #fff;
    font-size: 40px !important;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
}

section.urban-page-header-big:after {
    content: '';
    background: #000;
    opacity: 0.2;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.urban-page-header-title {
    position: relative;
    z-index: 3;
}

section.urban-page-header:after {
    content: '';
    background: #000;
    opacity: 0.2;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

/* ---------------------------> Our Story <--------------------------- */
.story-content button {
    margin-right: auto;
    margin-left: auto;
    display: block;
    background: transparent;
    border: 1px solid #9F7F56;
    width: 150px;
    height: 32px;
    border-radius: 3px;
}

.story-content button:hover {
    background: #9F7F56;
}

.story-content button a {
    font-size: 13px;
    text-transform: uppercase;
    color: #9F7F56;
}

.story-content button a:hover {
    color: #fff;
    text-decoration: none;
}

/* ---------------------------> Stats <--------------------------- */
section.stats {
    padding: 80px 0;
}

.stat-content {
    display: block;
    text-align: center;
}

.stat-content span {
    font-family: Gill Sans;
    color: #0000004d;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
}

.stat-content h1.num {
    font-family: 'Lato';
    font-size: 50px !important;
    color: #9F7F56;
    font-weight: 400;
    padding: 30px 0;
}

.stat-content h4.stat-info {
    font-weight: 600;
    font-size: 13px;
    font-family: Gill Sans;
    text-transform: uppercase;
    color: #000;
}

/* ---------------------------> Why Choose Us <--------------------------- */
section.why-choose-us .why-img {
    position: relative;
}

section.why-choose-us .choose-us-bg {
    background: #F6F3EF;
    width: 83%;
    height: 650px;
    display: flex;
    align-items: center;
    padding: 0 48px;
}

section.why-choose-us .why-img:after {
    content: '';
    background: url(/wp-content/uploads/2022/04/why-choose-us.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    width: 495px;
    height: 520px;
    position: absolute;
    bottom: 0;
    right: 0;
}

.wcu-content {
    padding-top: 5px;
}

.wcu-content h2 {
    font-size: 21px !important;
    text-transform: uppercase;
    color: #000;
    margin: 0;
    padding: 0;
}

.wcu-content p {
    font-family: Lato;
    font-size: 13px;
    line-height: 25px;
    color: #00000080;
    margin: 0;
    padding: 30px 0 45px 0;
}

.wcu-nested .wcu-nested-content h4 {
    font-size: 13px !important;
    font-weight: 600;
    text-transform: uppercase;
    color: #000;
    margin: 0;
    padding-bottom: 25px;
}

.wcu-nested .wcu-nested-content p {
    padding: 0;
    margin: 0;
}

.wcu-nested .wcu-nested-content.fr {
    padding-bottom: 42px;
}


/* ---------------------------> Meet The Expert (About) <--------------------------- */

/* .expert-main-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
section.meet-expert .expert-main-content .expert-head h2 {
    text-align: left;
}
section.meet-expert .col-md-12{
    padding: 0;
}

section.meet-expert .expert-main-content .expert-btn button {
    margin-right: auto;
    margin-left: auto;
    display: block;
    background: transparent;
    border: 1px solid #9F7F56;
    width: 150px;
    height: 32px;
    border-radius: 3px;
}
section.meet-expert .expert-main-content .expert-btn button:hover {
    background: #9F7F56;
}
section.meet-expert .expert-main-content .expert-btn button a{
    font-size: 13px;
    text-transform: uppercase;
    color: #9F7F56;
}
section.meet-expert .expert-main-content .expert-btn button a:hover{
    color: #fff;
    text-decoration: none;
}
section.meet-expert #owl-experts-slide .owl-dots {
    justify-content: flex-start;
}
*/
/* ---------------------------> Our Blog <--------------------------- */

section.our-blog {
    padding: 80px 0;
    background: url(../imgs/offplan-bg.jpg);
    height: 739px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    align-content: center;
    justify-content: center;
    position: relative;
}

section.our-blog .our-blog-main-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 30px;
}

section.our-blog .our-blog-main-content .our-blog-head h2 {
    text-align: left;
}

section.our-blog .col-md-12 {
    padding: 0;
}

section.our-blog .our-blog-main-content .our-blog-btn button {
    margin-right: auto;
    margin-left: auto;
    display: block;
    background: transparent;
    border: 1px solid #9F7F56;
    width: 150px;
    height: 32px;
    border-radius: 3px;
}

section.our-blog .our-blog-main-content .our-blog-btn button:hover {
    background: #9F7F56;
}

section.our-blog .our-blog-main-content .our-blog-btn button a {
    font-size: 13px;
    text-transform: uppercase;
    color: #9F7F56;
}

section.our-blog .our-blog-main-content .our-blog-btn button a:hover {
    color: #fff;
    text-decoration: none;
}

section.our-blog .blog-content span.blog-date {
    font-family: Lato;
    color: #00000080;
    font-size: 13px;
    font-weight: 400;
    text-transform: uppercase;
    display: block;
    padding-top: 10px;
}

section.our-blog .blog-content h3.blog-title {
    font-size: 13px !important;
    text-transform: uppercase;
    line-height: 25px;
    padding: 10px 0;
    color: #000;
}

section.our-blog .blog-content button.blog-readmore {
    background: transparent;
    border: none;
}

section.our-blog .blog-content button.blog-readmore a {
    color: #9F7F56;
    font-size: 13px;
    text-transform: uppercase;
    text-decoration: underline;
}

section.our-blog .blog-content button.blog-readmore a:hover {
    color: #000;
}

#owl-blog-slide .owl-dots {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-top: 30px;
}

#owl-blog-slide button.owl-dot {
    width: 14px !important;
    height: 14px !important;
    display: inline-block;
    border-radius: 50%;
    bottom: 10px;
    background: #22222226;
    margin: 5px;
}

#owl-blog-slide button.owl-dot.active {
    background: #9F7F56 !important;
    border: 0;
    outline: 0;
}

/* ---------------------------> About Property <--------------------------- */

.property-btns {
    display: flex;
    justify-content: center;
}

.property-btns button {
    margin: 0px 10px;
}

/* ---------------------------> Careers Opportunities <--------------------------- */

section.careers-section {
    padding: 80px 0;
}

.careers-brief {
    padding-bottom: 50px;
}


section.careers-section .careers-main-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 30px;
}

section.careers-section .careers-main-content .careers-head h2 {
    text-align: left;
    font-weight: 600;
    color: #000;
}

section.careers-section .careers-main-content .careers-btn button {
    margin-right: auto;
    margin-left: auto;
    display: block;
    background: transparent;
    border: 1px solid #9F7F56;
    width: 150px;
    height: 32px;
    border-radius: 3px;
}

section.careers-section .careers-main-content .careers-btn button:hover {
    background: #9F7F56;
}

section.careers-section .careers-main-content .careers-btn button a {
    font-size: 13px;
    text-transform: uppercase;
    color: #9F7F56;
}

section.careers-section .careers-main-content .careers-btn button a:hover {
    color: #fff;
    text-decoration: none;
}

.careers-content.box {
    border: 1px solid rgb(159 127 86 / 30%);
    border-left: 1px solid #9F7F56;
    padding: 50px 30px;
    margin-bottom: 30px;
}

.careers-content.box h4 {
    font-weight: 600;
    text-transform: uppercase;
    padding-bottom: 10px;
}

.careers-content.box i.fa.fa-map-marker {
    color: #9F7F56;
    font-size: 13px;
}

.careers-content.box span {
    color: #9F7F56;
    font-size: 13px;
    font-weight: 400;
    padding-left: 8px;
}

/* ---------------------------> Footer <--------------------------- */

section.footer-main {
    padding: 80px 0 0px 0;
    background: url(../imgs/footer.jpg);
    height: 100%;
    background-size: cover;
    background-position: center;
    width: 100%;
    align-content: center;
    justify-content: center;
    position: relative;
}

section.footer-main .footer-sec {
    border-bottom: 1px solid #ffffff33;
    padding-bottom: 15px;
}

.footer-add .footer-logo img {
    width: 100%;
}

.footer-add .footer-contact h4 {
    font-family: 'Lato';
    font-size: 18px;
    font-weight: 800;
    line-height: 32px;
    color: #fff;
    padding-top: 55px;
}

.footer-add .footer-contact .contact-details ul li {
    list-style: none;
}

.footer-add .footer-contact .contact-details ul li a {
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    line-height: 50px;
    padding-left: 60px;
    /*  font-weight: normal; */
}

p.footerheading {
    padding-bottom: 15px;
}

.footer-add .footer-contact .contact-details ul li a:hover {
    text-decoration: none;
    color: #000;
}

.footer-add .footer-contact .contact-details ul li.phone {
    position: relative;
}

.footer-add .footer-contact .contact-details ul li.phone:before {
    content: '';
    background: url(../imgs/phone.svg);
    width: 19px;
    height: 19px;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    top: 15px;
}

.footer-add .footer-contact .contact-details ul li.whatsapp {
    position: relative;
}

.footer-add .footer-contact .contact-details ul li.whatsapp:before {
    content: '';
    background: url(../imgs/whatsapp.svg);
    width: 22px;
    height: 22px;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    top: 15px;
}

.footer-add .footer-contact .contact-details ul li.email {
    position: relative;
}

.footer-add .footer-contact .contact-details ul li.email:before {
    content: '';
    background: url(../imgs/email.svg);
    width: 22px;
    height: 15px;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    top: 18px;
}

.footer-nav.about {
    padding-left: 0;
}

.footer-nav .footer-nav-heading h4 {
    font-family: 'Lato';
    font-size: 18px;
    font-weight: 800;
    line-height: 40px;
    color: #fff;
}

.footer-nav .nav-list li {
    list-style: none;
}

.footer-nav .nav-list li a {
    font-family: 'Lato';
    font-size: 14px;
    font-weight: 400;
    line-height: 32px;
    color: #fff;
}

.footer-nav .nav-list li a:hover {
    text-decoration: none;
    color: #000;
}

.total-result {
    position: absolute;
    top: -20px;
}

/**/
.copyright {
    padding: 15px 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.copyright .btm-icon-list ul {
    display: flex;
    justify-content: center;
    margin: 0;
}

.copyright .btm-icon-list ul li {
    list-style: none;
    font-family: 'Lato';
    font-size: 17px;
    font-weight: 800;
    color: #fff;
}

.copyright p.footerheading {
    padding: 0 !important;
    margin-top: 5px;
}

.copyright ul li img {
    padding-left: 40px;
}


.custom-menu-class li {
    list-style: none;
}

.custom-menu-class li a {
    color: #fff;
    font-size: 14px;
    line-height: 32px !important;
    font-weight: 400;
}


/* ul#menu-popular-communities {
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
} */


/* ---------------------------> Media Quaries <--------------------------- */


@media (min-width: 1440px) {

    .icons {
        bottom: 50px;
    }

}

@media (min-width: 1100px) {
    span.lf-output {
        position: absolute;
        right: 15px !important;
    }

    span.tp-output {
        position: absolute;
        right: 15px !important;
    }
}

@media (min-width: 992px) {
    section.property-banner-slider .main-banner .single-image {
        width: 75% !important;
        float: left;
    }

    section.property-banner-slider .main-banner .single-image+.single-image {
        width: 25% !important;
        float: right;
    }
}

@media (max-width: 1200px) {

    /* Let Your Home Section */
    section.your-home {
        height: auto;
    }

    section.your-home .home-box .home-img img {
        width: 100%;
        height: auto;
    }

    section.urb-blog .urbblog-content .urb-blog-desc {
        width: auto;
        margin-right: auto;
        margin-left: auto;
        padding: 0 80px;
    }

    /* Footer Section */
    .footer-add .footer-logo img {
        width: 230px;
    }

    .footer-add .footer-contact .contact-details ul li a {
        padding-left: 30px;
    }

    .footer-nav.about {
        padding-left: 0;
    }

}

@media screen and (min-width: 1025px) {
    .project-ament {
        max-width: 20% !important;
        flex: 0 0 20% !important;
    }
}

.project-ament img {
    width: 35%;
    object-fit: scale-down;
}

@media screen and (max-width: 1024px) {
    p.expert-job {
        text-overflow: ellipsis;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        overflow: hidden;
        display: -webkit-box;
    }

    div.heateor_sss_sharing_ul a {
        margin: 0 5px !important;
    }

    .page-template-template-properties .total-result {
        padding-top: 0;
        position: absolute;
        top: -20px;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .p-essentials .essentials-items {
        margin-right: 10px;
    }

    .right {
        float: left !important;
    }
}

@media screen and (max-width: 900px) {
    section.featured-villas .featured-vil-tabs ul.nav li {
        background: transparent;
        padding: 0;
        padding-bottom: 1px;
        /* width: 33.33%; */
        text-align: center;
    }

    .offplan-heading {
        padding-bottom: 20px;
    }

    section.urb-news .urbnews-content p {
        padding: 0 20px;
    }

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

    .page-template-template-properties .urban-page-header {
        margin-bottom: 50px;
    }

}



/* ---------------------------> Page title  <--------------------------- */
.urban-page-header-big {
    background: url('/wp-content/uploads/2022/05/big-banner.png');
    height: 555px;
    background-size: cover;
    background-position: center;
    width: 100%;
    display: flex;
    align-content: center;
    justify-content: center;
    flex-wrap: wrap-reverse;
    position: relative;
}

.page-template-template-about .urban-page-header-big {
    height: 100vh !important;
}

.urban-page-header-big {
    background-size: cover !important;
    background-position: 50% 40% !important;
}

.about-us-sec {
    background: url('/wp-content/uploads/2022/05/about.png');
}

.urban-page-header-big .urban-page-header-title,
.urban-page-header .urban-page-header-desc {
    text-align: center;
    color: #fff;
}

.urban-page-header-big .urban-page-header-title h1 {
    font-size: 40px !important;
    color: #fff;
}

.urban-page-header {
    background: url('/wp-content/uploads/2022/04/header-banner.png');
    height: 252px;
    background-size: cover;
    background-position: center;
    width: 100%;
    display: flex;
    align-content: baseline;
    justify-content: center;
    flex-wrap: wrap-reverse;
    position: relative;
    margin-bottom: 100px;
}

.urban-page-header .filter-fields {
    top: 40px;
    box-shadow: 0 4px 4px 0 #00000025;
}

.urban-page-header .urban-page-header-title,
.urban-page-header .urban-page-header-desc {
    text-align: center;
    color: #fff;
}

.urban-page-header .urban-page-header-title h1 {
    font-size: 36px !important;
    color: #fff;
}

.urban-page-header .urban-page-header-desc p {
    font-size: 13px !important;
    color: #fff;
}

.keyword-search {
    width: 24%;
}

.property-filters {
    display: flex;
    justify-content: space-between;
    align-items: start;
    position: relative;
}

.property-filters .left {
    display: flex;
    align-items: center;
}

.property-filters .right {
    text-align: right;
}

.proprty-types {
    display: flex;
    align-items: center;
    margin-left: 15px;
}

.p-types {
    margin: 0px 5px;
}

.p-types a {
    font-weight: 400;
    font-size: 13px;
    color: #9F7F56;
    border: solid 1px #9F7F56;
    padding: 5px 15px;
    border-radius: 200px;
}

.p-types:hover a {
    background-color: #9F7F56;
    color: #fff;
}

.p-types a span {
    color: #000;
    margin-left: 8px;
}

.property-filters .title h1 {
    font-weight: 600;
    font-size: 21px !important;
    line-height: 30px;
}

.property-sorting span {
    font-size: 12px;
    font-weight: 600;
}

.total-result p {
    padding: 0;
    margin: 0;
    font-size: 13px;
}

.property-listing .featured-content h4,
.property-listing .featured-content span,
.property-listing .featured-content .ftd-price {
    color: #000 !important;
}

.property-listing .featured-content h4 {
    font-weight: 600;
    font-size: 13px;
}

.property-listing .featured-content h4 a {
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    display: -webkit-box;
    /*     height: 20px; */
}

.property-listing .featured-content span {
    font-weight: 400;
    font-size: 13px;
    line-height: 25px;
    color: #000000;
    opacity: 0.5;
}

.property-listing .featured-content .ftd-price {
    font-weight: 400;
    font-size: 17px;
    line-height: 20px;
    text-transform: uppercase;
    color: #9F7F56 !important;
    flex: 0 0 100%;
}

.property-listing .featured-listings span:not(:last-child):after {
    content: '|';
    padding: 0 5px;
}

.tab-content .featured-listings span:not(:last-child):after {
    content: '|';
    padding: 0 5px;
}

a.ftd-agent {
    font-size: 12px;
    line-height: 24px;
    display: flex;
    align-items: center;
    text-align: center;
    text-transform: uppercase;
    border: solid 1px #000;
    padding: 2px 10px;
    margin-left: 1px;
}

.featured-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.guide-sec,
.popular-search-sec {
    padding: 40px 0;
}

.guide-sec span {
    font-size: 13px;
    text-decoration-line: underline;
    text-transform: uppercase;
    color: #9F7F56;
}

.popular-search-sec .container {
    background: #F6F3EF;
    padding: 50px;
}

.popular-search-sec .p-searches {
    display: block;
}

.sec-heading {
    font-weight: 600 !important;
    font-size: 21px !important;
    line-height: 30px !important;
    letter-spacing: 0.05em !important;
    text-transform: uppercase !important;
    color: #000000 !important;
}

.dull-text {
    opacity: 0.5 !important;
}

section.c-guide {
    padding: 65px 0;
    background: url('/wp-content/uploads/2022/04/bg-light.png');
    background-size: cover;
    background-position: center;
    width: 100%;
    align-content: center;
    justify-content: center;
    position: relative;
    z-index: 0;
}

.guide-box img {
    width: 100%;
    object-fit: cover;
    max-height: 335px;
}

.guide-box h3 {
    width: 100%;
    font-weight: 600;
    font-size: 14px !important;
    line-height: 20px;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    display: -webkit-box;
}

/* .community-sec .guide-box h3 {
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    display: -webkit-box;
} */
.read-more-btn {
    font-weight: 400;
    font-size: 11px;
    line-height: 14px;
    text-decoration-line: underline;
    text-transform: uppercase;
    color: #9F7F56;
    margin: 0;
    padding: 0;
}

.read-more-btn:hover {
    cursor: pointer;
}

.guide-box-date {
    font-size: 11px;
    line-height: 25px;
    text-transform: uppercase;
    color: #000000;
    opacity: 0.5;
    margin: 0;
}

.sec-inner-div {
    padding: 0px 70px;
}

.why-choose-sec {
    padding: 150px 0 50px 0;
}

.why-choose-sec p {
    font-size: 13px;
}

.dark-sec-de {
    position: relative;
}

.dark-sec-de:before {
    content: '';
    width: 80%;
    height: auto;
    background-color: #000;
    position: absolute;
    top: -100px;
    bottom: 0;
}

.amenties-item .ament-txt {
    font-size: 18px;
    line-height: 27px;
    color: #000000;
    width: 100%;
    text-align: center;
}

.single-pro-stats {
    padding: 64px 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.single-stat-item strong {
    color: #fff;
    font-weight: 500;
    font-size: 64px;
    line-height: 1.3;
}

.single-stat-item {
    flex: 0 0 33.33%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0px 20px;
}

.sec-heading-dark {
    color: #fff !important;
}

.sec-inner-div p {
    color: #fff !important;
}

.sec-inner-div h3 {
    /* color: #000; */
}

.sec-inner-div h3 {
    margin-top: 15px;
    font-size: 13px !important;
}

.sec-inner-div h3,
.sec-inner-div h1 {
    text-transform: uppercase;
}

.sec-inner-div h1 {
    font-size: 21px !important;
}

.why-choose-sec img {
    width: 100%;
}

.sorting-img {
    width: 18px;
    margin-left: 8px;
}

.sort-dropdown {
    position: relative;
    display: inline-block;
}

.sort-dropdown-content {
    display: none;
    position: absolute;
    background-color: #111111;
    min-width: 250px;
    right: 0;
    box-shadow: 0px 8px 8px 0px rgb(0 0 0 / 20%);
    z-index: 99;
    padding: 20px;
}

.sort-dropdown-content a {
    color: #fff;
    padding: 5px 10px;
    text-decoration: none;
    display: block;
    text-align: left;
    font-size: 13px;
    opacity: 0.5;
}

.sort-dropdown-content a:hover {
    background-color: #4a4948;
    opacity: 0.8;
}

.sort-dropdown:hover .sort-dropdown-content {
    display: block;
}

.p-location {
    color: #9F7F56;
    font-size: 13px;
}

.property-detail-sec h1 {
    margin: 10px 0 25px 0;
    font-size: 21px !important;
}

.property-detail-sec h3 {
    margin: 10px 0 0 0;
    font-size: 13px !important;
}

.amenities {
    display: flex;
    align-items: self-start;
    justify-content: center;
}

.amenity-item {
    text-align: center;
    flex: 0 0 16%;
    display: block;
    text-align: center;
    width: 20%;
}

.amenity-img-box {
    padding-bottom: 24px;
}

.amenity-item p {
    font-size: 12px !important;
    text-transform: uppercase;
    line-height: 18px !important;
}

.sec-header {
    display: inline-block;
    width: 100%;
}

.sec-header .sec-heading {
    float: left;
    width: 80%;
}

.sec-header .sec-header-btn {
    float: right;
}

a.sec-header-btn {
    border: 1px solid #9F7F56;
    box-sizing: border-box;
    border-radius: 3px;
    color: #9F7F56;
    padding: 5px 25px;
    text-transform: uppercase;
    font-size: 13px;
    line-height: 13px;
    cursor: pointer;
}

a.sec-header-btn:hover {
    color: #fff;
    background-color: #9F7F56;
    border-color: #9F7F56 !important;
}

.dark-btn {
    background-color: #9F7F56 !important;
    color: #fff !important;
}

.dark-btn:hover {
    background-color: #fff !important;
    color: #9F7F56 !important;
}

.whatsapp-btn {
    border: 1px solid #25D366 !important;
    background-color: #25D366 !important;
    color: #fff !important;
}

.whatsapp-btn:hover {
    background-color: #fff !important;
    color: #25D366 !important;
}

.big-btn {
    padding: 7px 40px !important;
}

.color-heading {
    color: #9F7F56 !important;
}

.p-essentials {
    display: inline-block;
    width: 100%;
}

.essentials-items img,
.essentials-items p {
    display: inline-block;
}

.essentials-items img {
    margin-right: 5px;
}

.left {
    float: left;
}

.right {
    float: right;
}

.urban-btn-light {
    width: 100%;
    background-color: #fff;
    border: 1px solid #9F7F56;
    box-sizing: border-box;
    border-radius: 3px;
    color: #9F7F56;
    padding: 5px 20px;
    font-size: 13px;
    display: block;
    text-align: center;
}

.urban-btn-light:hover {
    background-color: #9f7f56 !important;
    color: #fff !important;
}

.urban-btn-dark {
    width: 100%;
    background-color: #9F7F56;
    border: 1px solid #9F7F56;
    box-sizing: border-box;
    border-radius: 3px;
    color: #fff;
    padding: 5px 20px;
    font-size: 13px;
}

.urban-btn-dark:hover {
    background-color: #fff !important;
    color: #9F7F56 !important;
}

.agent-box {
    background: #F6F3EF;
    padding: 20px;
}

.agent-box .left p {
    font-family: 'Gill Sans' !important;
    color: #9F7F56;
    font-size: 15px !important;
    text-transform: uppercase;
    font-weight: 600 !important;
}

.content p {
    line-height: 35px;
}

/* *********** IMG GALLERY ************* */

.modal {
    display: none;
    position: fixed;
    z-index: 99999999999999999999;
    padding-top: 50px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: #000000de;
}

.modal-content {
    position: relative;
    background-color: #fefefe00;
    margin: auto;
    padding: 0;
    width: 100%;
    height: 70%;
    max-width: 1200px;
    border: 0;
    top: 12%;
}

.close {
    color: white;
    position: absolute;
    top: 35px;
    right: 35px;
    font-size: 35px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: #999;
    text-decoration: none;
    cursor: pointer;
}

.mySlides {
    display: none;
    height: 100%;
    text-align: center;
}

.cursor {
    cursor: pointer;
}

.prev,
.next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -50px;
    color: white !important;
    background-color: #000000ad;
    font-weight: bold;
    font-size: 20px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
    -webkit-user-select: none;
}

.next {
    right: 0;
    border-radius: 3px 0 0 3px;
}

.prev:hover,
.next:hover {
    background-color: rgba(0, 0, 0, 0.8);
}

.demo {
    opacity: 0.6;
}

.active,
.demo:hover {
    opacity: 1;
}

img.hover-shadow {
    transition: 0.3s;
}

.hover-shadow:hover {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.side-thumb-img img {
    margin-bottom: 28px;
}

/* *********** IMG GALLERY ************* */

.dark-sec {
    background: #000000;
    padding: 50px 0;
}

.dark-sec h2,
.dark-sec p {
    color: #fff;
    font-size: 13px;
    text-align: center;
}

.dark-sec hr {
    width: 70%;
}

.dark-version-btn {
    background-color: #fff0 !important;
    width: auto !important;
    display: inline-block;
}

/* .projects-listing .featured-content {
    text-align: center !important;
} */
.projects-listing .featured-hover-content a {
    border: solid 1px #fff;
}

.projects-listing .featured-hover-content a:after {
    display: none;
}

.projects-listing .featured-hover-content a {
    padding: 2px 20px;
}

.projects-listing .featured-hover-content {
    display: flex;
    justify-content: center;
    align-items: center;
}

.projects-listing .featured-content h4 {
    margin-bottom: 0 !important;
}

section.projects-top-picks {
    height: auto !important;
}

section.projects-top-picks .home-box .home-title {
    background: #ffffff00;
    border: 0;
    padding: 25px;
    text-align: center;
}

.urban-page-header-big .urban-btn-dark {
    width: auto !important;
}

.urban-breadcrumbs {
    height: 50px;
    background-color: #0000004f;
    width: 100%;
    position: absolute;
    z-index: 999;
}

.project-ament {
    padding-top: 35px;
}

.project-ament p {
    margin-bottom: 0 !important;
}

p.breadcrumbs-data {
    text-align: center;
    line-height: 50px;
}

.breadcrumbs-data .breadcrumbs-active {
    color: #9F7F56;
}

.breadcrumbs-data .breadcrumbs-not-active {
    color: #fff;
}

.about-proj {
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    /*     height: 100%; */
}

.light-color-bg {
    background: #F6F3EF;
    padding: 80px 0;

}

.light-color-bg .testimonials-box {
    background-color: #fff;

}

.testimonials .owl-nav {
    float: none;
    top: 15px !important;
    position: absolute;
    width: 100% !important;
    display: flex;
    justify-content: flex-end;
    right: 50px;
}

/* .testimonials .owl-nav .owl-prev {
    position: absolute;
    left: 10px;
}
.testimonials .owl-nav .owl-next {
    position: absolute;
    right: 10px;
} */
.plan-per {
    font-size: 50px;
    color: #9F7F56;
}

.line-fw {
    width: 100% !important;
}

.project-dark-sec {
    margin-top: 35px;
    padding: 30px 0 85px 0;
}

.dark-sec hr {
    opacity: 0.3;
    border-top: 1px solid #fff;
}

.payment-plan-main {
    display: flex;
    justify-content: center;
    gap: 150px;
}

a.download-form {
    cursor: pointer;
}

label {
    font-size: 13px;
}

[type=submit] {
    background-color: #9F7F56;
    color: #fff;
    padding: 5px 25px !important;
    height: 45px;
    font-size: 13px;
}

.middle-heading {
    align-content: center !important;
    margin-bottom: 70px !important;
}

::placeholder {
    font-size: 13px;
}

.career-box {
    border: 1px solid rgba(159, 127, 86, 0.3);
    padding: 28px 35px;
    margin: 15px 0;
    border-left: 2px solid #9F7F56;
    background-color: #fff;
    ;
}

.career-box .carrer-loc {
    color: #9F7F56;
}

.career-box .urban-btn-light {
    width: auto !important;
}

.light-sec-de {
    position: relative;
}

.light-sec-de:before {
    content: '';
    width: 80%;
    height: auto;
    background-color: #F6F3EF;
    position: absolute;
    top: -100px;
    bottom: 0;
}

.light-sec-de .sec-inner-div p {
    color: #000000 !important;
    opacity: 0.5 !important;
}

.why-choose p {
    font-weight: 600;
    text-transform: uppercase;
    font-size: 12px;
    margin-top: 25px;
    line-height: 17px;
}

.testimonials-box {
    background-color: #F6F3EF;
    padding: 30px 40px;
}

.testimonials .owl-nav {
    float: right;
}

.testimonials .owl-nav span {
    font-size: 62px !important;
    color: #9F7F56 !important;
    opacity: 0.5;
}

.testimonials .owl-next {
    margin-left: 10px;
}

.testimonials-container {
    position: inherit;
    margin-left: -120px;
    margin-top: 50px;
}

.contact-box {
    background-color: #F6F3EF;
    padding: 30px 35px;
}

.contact-page-info {
    display: flex;
}

.contact-icon {
    min-width: 40px;
}

.contact-content a:hover {
    color: #9F7F56;
}

.socials-icon {
    display: flex;
    justify-content: space-around;
}

.socials-icon .img-div {
    opacity: 0.5;
}

.socials-icon .img-div:hover {
    opacity: 1;
}

.contact-form-data {
    padding-right: 90px;
}

.contact-form input {
    /* margin-bottom: 40px; */
}

input::placeholder,
textarea::placeholder {
    color: #000000;
    opacity: 0.5;
    font-size: 13px;
}

.breadcrumbs-white .active {
    color: #9F7F56;
}

.breadcrumbs-white .not-active {
    color: #000;
    opacity: 0.5;
    font-size: 13px;
}

.breadcrumbs-sec {
    margin: 40px 0 10px 0;
}

.p-searches {
    display: flex;
    flex-wrap: wrap;
}

.community-sec .p-searches .filter-btn {
    font-weight: 400;
    font-size: 12px;
    text-transform: uppercase;
    color: #9F7F56 !important;
    border: solid 1px #9F7F56;
    border-radius: 50px;
    padding: 0px 20px !important;
    margin-right: 14px;
    line-height: 26px !important;
    background-color: #fff;
    margin-bottom: 5px;
}

section.community-sec .aboutusimg img {
    height: 233px !important;
}

.single-community .guide-box img {
    height: 233px;
}

.single-community .detail-container img {
    width: 100%;
    object-fit: cover;
}

.single-community .detail-container:after {
    content: '';
    background: #000;
    opacity: 0.2;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.community-sec .p-searches .active,
.community-sec .p-searches .filter-btn:hover {
    color: #fff !important;
    background: #9F7F56 !important;
}

.p-searches [type=submit] {
    height: auto !important;
}

.filter-btn:hover a,
.filter-btn:active a,
.filter-btn.active a {
    color: #fff;
    font-size: 12px;
}

.filter-btn a {
    color: #9F7F56;
    font-size: 12px;
}

.default-color {
    color: #9F7F56;
    text-transform: uppercase;
    font-weight: 600;
}

.c-guide .featured-boxes {
    padding-top: 0px
}

.property-filters .default-color {
    opacity: 1;
}

.social-share {
    display: flex;
    align-items: self-end;
    padding-bottom: 15px;
}

.social-share .share-img {
    margin-left: 30px;
}

.colored-bg-sec {
    background: #F6F3EF;
}

.wpcf7 input[type="file"] {
    margin-bottom: 0 !important;
    border-bottom: solid 0px rgba(159, 127, 86, 0.3) !important;
    padding: 0 !important;
}

.choosefile {
    display: flex;
}

.choosefile label {
    font-size: 14px;
    font-weight: 600;
    margin-right: 30px;
}

.detail-container {
    position: relative;
    text-align: center;
}

.detail-container:after {
    content: '';
    background: #000;
    opacity: 0.2;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.blog-details-title {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    z-index: 2;
}

.col-div {
    display: flex;
    justify-content: end;
}

.seprator {
    border-top: 1px solid rgba(62, 62, 62, 0.3);

}

h1.sec-heading {
    margin: 0;
    padding-bottom: 35px;
}

.sec-heading p {
    font-family: 'Lato' !important;
    font-size: 13px !important;
    line-height: 22px !important;
    font-weight: 500 !important;
    line-height: 25px !important;
    letter-spacing: none !important;
    text-transform: none !important;
}

.about-expert #owl-experts-slide .owl-dots {
    justify-content: start;
}

.urban-paginations {
    display: flex;
    justify-content: center;
    align-items: center;
}


.urban-paginations .prev,
.urban-paginations .next {
    position: relative;
    background-color: #fff;
    border: 1px solid #9f7f56;
    color: #9f7f56 !important;
    font-size: 12px;
    font-weight: 500;
    padding: 2px 25px;
    text-transform: uppercase;
}


.projects-top-picks .row {
    justify-content: start !important;
}

.projects-top-picks .home-img img {
    height: 350px;
}

.sort-dropdown-content button {
    color: #fff;
    padding: 5px 10px;
    text-decoration: none;
    display: block;
    text-align: left;
    font-size: 13px;
    opacity: 0.5;
    background-color: transparent;
    border: 0;
}

.p-searches a:hover {
    cursor: pointer;
}

span.page-numbers.dots {
    border: 0px solid #000;
    margin: 0;
    padding: 0px 7px;
    font-size: 31px;
    line-height: 12px;
    color: #000;
    top: 0;
}

.grid-wrapper>div {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    overflow: hidden;
}

.grid-wrapper>div>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 0px;
    -moz-transition: all 0.9s;
    -webkit-transition: all 0.9s;
    transition: all 0.9s;
}

.grid-wrapper>div>img:hover {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.grid-wrapper {
    display: grid;
    grid-gap: 0px;
    grid-template-columns: repeat(auto-fit, minmax(270px, 1fr));
    grid-auto-rows: 200px;
    grid-auto-flow: dense;
}

.grid-wrapper .normal {
    grid-column: span 1;
}

.grid-wrapper .wide {
    grid-column: span 2;
}

.grid-wrapper .tall {
    grid-row: span 2;
}

.grid-wrapper .big {
    grid-column: span 2;
    grid-row: span 2;
}

.modal-content .mySlides .img-fluid {
    max-height: 100% !important;
}

.urban-paginations .active {
    background: #9F7F56;
    color: #fff;
    border-color: #9F7F56;
}

.intl-tel-input {
    width: 100%;
}

.choosefilebtn {
    opacity: 0 !important;
}

.choose-file-text {
    text-transform: uppercase;
    position: absolute;
    font-size: 13px;
    color: #9f7f56;
}

.choose-file-text:hover {
    cursor: pointer !important;
}

.choosefile .form-group {
    display: flex;
}

.wpcf7 input[type="file"] {
    width: 100px;
}

.wpcf7 input[type="file"]:hover {
    cursor: pointer !important;
}

textarea:focus,
input:focus,
select:focus {
    outline: none;
}

/*label {
    text-align: left;
    display: block;
}*/

.wpcf7 form .wpcf7-response-output {
    margin: 0em 0em 1em;
    padding: 0.2em 0em;
}

.wpcf7-not-valid-tip {
    font-size: 13px;
    display: block;
    text-align: left;
}

#uploadedfilename {
    margin-left: 25px;
    margin-bottom: 0;
}

.choosefile .form-group {
    margin: 0 !important;
}

.file-info-text {
    font-size: 11px;
}

.career-box-loc {
    display: flex;
    margin: 0 !important;
    margin-top: 12px !important;
}

.career-box-loc .carrer-loc {
    margin: 0;
    line-height: 13px;
    margin-left: 5px;
    font-weight: normal;
}

div.heateor_sss_sharing_ul a {
    margin: 0 10px !important;
}

.owl-carousel .owl-nav button:focus,
.owl-carousel .owl-nav button:active {
    outline: none;
}

.owl-carousel .owl-nav button span:hover {
    opacity: 1;
}

.pagecontent p {
    opacity: 0.5;
}

.pagecontent ul {
    padding-left: 30px;
}

#guide .pagecontent li {
    font-size: 14px;
}

.pagecontent li {
    opacity: 0.5 !important;
}

.pagecontent p.project-pricing {
    opacity: 1 !important;
    font-family: 'Lato';
    font-size: 16px;
}

.mySlides video {
    max-height: 100% !important;
}

.light-heading {
    color: #fff !important;
}

.dark-heading {
    color: #000 !important;
}

.book-a-viewing .urban-btn-light:hover {
    background-color: transparent !important;
    color: #9f7f56 !important;
}

.book-a-viewing .urban-btn-light {
    background-color: transparent !important;
}

.close {
    top: -35px !important;
    right: -15px !important;
    font-size: 26px !important;
    font-weight: normal !important;
}

.modal {
    background-color: #000000c7 !important;
}

.modelform input,
.modelform textarea,
.modelform select {
    background-color: transparent !important;
}

#enquiry .modal-content {
    width: 65% !important;
    height: 50% !important;
    top: 5% !important;
}

#enquiry .modal-content .close {
    top: 20px !important;
    right: 20px !important;
    font-size: 26px !important;
    font-weight: normal !important;
    color: #9F7F56 !important;
    z-index: 999999999;
}

.owl-carousel .owl-nav button {
    margin-top: 30px;
    opacity: 0.5;
}

.owl-carousel .owl-nav .owl-next {
    margin-left: 25px;
}

.owl-carousel .owl-nav .owl-next:hover,
.owl-carousel .owl-nav .owl-prev:hover {
    opacity: 1;
}

.owl-carousel .owl-nav button img {
    max-height: 26px;
}

.book-viewing textarea {
    padding-left: 20px;
}

.blogs-details-style h3 {
    color: #9F7F56;
    text-transform: uppercase;
    font-weight: 600;
}

.blogs-details-style p {
    opacity: 0.5 !important;
}

.blogs-details-style p a {
    color: #9F7F56 !important;
    opacity: 1 !important;
}

.blogs-details-style li {
    color: #000;
    opacity: 0.7 !important;
}

.blogs-details-style li a {
    opacity: 1 !important;
    color: #9F7F56;
}

.blogs-details-style ol li a:hover {
    opacity: 1 !important;
    color: #9F7F56;
    text-decoration: underline;
}

.blogs-details-style ol {
    padding-left: 30px;
}

.blogs-details-style ul {
    padding-left: 30px;
}

.blogs-details-style p a:hover {
    text-decoration: underline !important;
}

.blogs-details-style tbody {
    border: 1px solid #00000033;
}

.blogs-details-style tbody tr {
    border: 1px solid #00000033;
}

.blogs-details-style tbody tr td {
    border: 1px solid #00000033;
    padding: 10px 15px;
    opacity: 0.5;
}

.blogs-details-style tbody tr.main-c {
    background: #9F7F56;
    border-color: #fff !important;

}

.blogs-details-style tbody tr.main-c td {
    color: #fff;
    opacity: 1;
}

.blogs-details-style table {
    margin-bottom: 50px;
}

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

.sort-tab form:after {
    content: url(/wp-content/uploads/2022/04/sorting.png);
    position: absolute;
    right: 0px;
    top: 0;
    background: #fff;
}

.sort-tab select {
    border: 0px;
    cursor: pointer;
}

input[type=checkbox],
input[type=radio] {
    width: auto !important;
}

.sell-form .radio-label {
    min-width: 160px;
    display: inline-block;
}

.sell-form .radio-label,
.sell-form .wpcf7-list-item-label {
    opacity: 0.7;
    font-size: 13px;
}

.form-groupe button:focus,
.form-groupe button:active {
    outline: none;
}

.ftd-agent:hover {
    cursor: pointer;
}

.main-banner .image-1 img,
.main-banner .image-2 img,
.main-banner .image-3 img {
    height: 186px;
    width: 100%;
    margin: 0px;
}


#galleryModal .carousel-item img {
    width: 100%;
    height: 440px;

}

.f-image img {
    max-height: 600px;
}

section.property-banner-slider .main-banner a img {
    width: 100%;
}

.p-types:hover {
    cursor: pointer;
}


.popular-search-sec .p-searches button {
    font-weight: 600;
    font-size: 12px;
    text-transform: uppercase;
    color: #000 !important;
    border: solid 1px;
    border-radius: 50px;
    padding: 6px 20px;
    margin-right: 14px;
    line-height: 20px;
    margin-bottom: 15px;
    background-color: transparent;
}

.popular-search-sec .p-searches form {
    display: inline !important;
}

.lightbox {
    position: fixed !important;
    top: 0px !important;
    ;
}

.lb-nav a.lb-next,
.lb-nav a.lb-prev {
    width: 50% !important;
    opacity: 1 !important;
}

.lightbox .lb-image {
    position: absolute !important;
    display: inline-block !important;
    max-width: 85% !important;
    left: 50% !important;
    top: 50% !important;
    transform: translate(-50%, -50%) !important;

}

.lb-outerContainer {
    width: 90% !important;
    background-color: #fff0 !important;
    height: 100vh !important;
}

.lb-container {
    height: 90%;
}

.lb-dataContainer {
    width: 100% !important;
    position: absolute !important;
    top: 40px !important;
    right: 15px;

}

.lb-data .lb-number {
    display: none !important;
    ;
}

.hide_large {
    display: none;
}

.hide_small {
    display: block;
}

.navbar .show,
.navbar .collapsing {
    z-index: 99;
    position: absolute;
    background: #222;
    top: 100%;
    left: 0;
    right: 0;
}

.navbar .show .main-manu .menu li,
.navbar .collapsing .main-manu .menu li {
    line-height: 40px !important;
    width: 250px;
}

.navbar .show .main-manu .menu,
.navbar .collapsing .main-manu .menu {
    display: block;
    margin: 0;
}

.navbar .show .main-manu .menu ul.sub-menu,
.navbar .collapsing .main-manu .menu ul.sub-menu {
    position: initial;
}

.top-bar a {
    color: #fff;
    opacity: 0.5;
}

.top-bar a:hover {
    opacity: 1;
}

.guide-box-img {
    height: 335px;
}

.guide-box-img img {
    height: 100%;
    object-fit: cover;
}

.home-img,
.experts-img,
.aboutusimg,
.guide-box-img,
#single_p_img {
    position: relative;
    overflow: hidden;
}

.home-img img,
.experts-img img,
.aboutusimg img,
.guide-box-img img,
#single_p_img img {
    -moz-transition: all 0.9s;
    -webkit-transition: all 0.9s;
    transition: all 0.9s;
}

.home-img img:hover,
.experts-img img:hover,
.aboutusimg img:hover,
.guide-box-img img:hover,
#single_p_img img:hover {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

/* ******************* PROPERTY GALLERY  */
section.property-banner-slider .main-banner img {
    object-fit: cover;
}

section.property-banner-slider .main-banner .single-image {
    width: 70%;
    float: left;
}

section.property-banner-slider .main-banner .fw-image {
    width: 100% !important;
    float: left;
}

section.property-banner-slider .main-banner .hw-image {
    width: 50% !important;
    float: left;
}

section.property-banner-slider .main-banner .hw-image img {
    height: 400px !important;
}

section.property-banner-slider .main-banner .qw-image {
    width: 50% !important;
    float: left;
}

section.property-banner-slider .main-banner .qw-image0 img {
    height: 500px !important;
}

section.property-banner-slider .main-banner .qw-image1 img,
section.property-banner-slider .main-banner .qw-image2 img {
    height: 240px !important;
}

section.property-banner-slider .main-banner .fw-image img {
    max-height: 600px;
}

section.property-banner-slider .main-banner .single-image {
    display: inline-block;
}

section.property-banner-slider .main-banner .single-image+.single-image {
    width: 30%;
    float: right;
}

section.property-banner-slider .main-banner .single-image:nth-child(n+5) {
    display: none;
}

section.property-banner-slider .main-banner .single-image.image-0 img {
    height: 600px;
}

section.property-banner-slider .main-banner .single-image iframe {
    width: 100%;
}

section.property-banner-slider .main-banner .single-image.image-0 img,
section.property-banner-slider .main-banner .single-image.image-0 video,
section.property-banner-slider .main-banner .single-image.image-0 iframe {
    height: 600px;
}

.main-banner .image-1 img,
.main-banner .image-2 img,
.main-banner .image-3 img,
.main-banner .image-1 video,
.main-banner .image-2 video,
.main-banner .image-3 video,
.main-banner .image-1 iframe,
.main-banner .image-2 iframe,
.main-banner .image-3 iframe {
    height: 186px;
    width: 100%;
    margin: 0px;
}

#galleryModal .carousel-item img,
#galleryModal .carousel-item video,
#galleryModal .carousel-item iframe {
    width: 100%;
    height: 440px;
}

/* ******************* PROPERTY GALLERY  */

.navbar-dark .navbar-toggler {
    border-color: rgba(255, 255, 255, .5);
}

.floating-icon li {
    list-style: none;
}

.floating-icon {
    position: fixed;
    right: 19px;
    bottom: 65px;
    z-index: 99999;
}

.floating-icon a img {
    -moz-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.floating-icon a img:hover {
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    transform: scale(1.2);

}

.filterform {
    /*     margin: 0 46px; */
    margin: 0 60px;
}

.subscribe-form .wpcf7-not-valid-tip {
    color: #fff;
    font-size: 14px !important;
    padding-left: 25px;
}

.subscribe-form .wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
    border-color: #9F7F56;
    color: #fff;
    padding: 2px 8px;
}

.subscribe-form {
    margin-bottom: 15px;
}

.sub-menu-toggle:after {
    content: url(/wp-content/uploads/2025/03/menu-dropdown.svg);
    opacity: 1;
}

.sub-menu-toggle {
    color: #fff;
    float: right;
    margin-left: 7px;
}

.sub-menu-toggle i {
    font-weight: 600;
    font-size: 13px;
}

.sub-menu-toggle-dark {
    color: #9F7F56 !important;
}

.showsubmenu {
    display: block !important;
}

/* **************************************** */
/* Responsive Code Start */
/* **************************************** */


#register-home .modal-content {
    width: 45% !important;
    height: 50% !important;
    top: 12% !important;
}

@media all and (width: 844px) and (height: 390px) and (orientation:landscape) {
    .big-btn {
        padding: 7px 18px !important;
    }

    .essentials-items.right {
        padding-left: 10px;
    }

}

@media all and (width: 896px) and (height: 414px) and (orientation:landscape) {
    .big-btn {
        padding: 7px 18px !important;
    }
}

@media all and (width: 812px) and (height: 315px) and (orientation:landscape) {
    .col-md-6.hide_small img {
        padding-top: 50px;
    }
}

@media all and (width: 640px) and (height: 384px) and (orientation:landscape) {
    .col-md-6.hide_small img {
        padding-top: 50px;
    }
}


@media screen and (max-width: 767px) {

    .banner-filter-field {
        z-index: -1 !important;
    }

    .banner-filter-field.select-dropdown.p-beds.aos-init.aos-animate {
        z-index: -1 !important;
    }


    .page-template-template-properties .total-result {
        padding-top: 0;
        position: absolute;
        top: -20px;
    }

    section.mb-5.expert-s-detail .row {
        flex-direction: column-reverse;
    }

    section.mb-5.expert-s-detail .hide_small {
        display: block;
    }

    #register-home .modal-content {
        width: 85% !important;
        left: 10px;
        margin-right: 40px;
    }

    #register-home .close {
        right: 0 !important;
    }

    .book-a-viewing .close {
        right: 0 !important;
    }

    .home .featured-villas .owl-stage {
        display: flex;
    }

    h1.blog-details-title {
        padding: 0 15px !important;
    }

    .single-post .image-banner img {
        width: 100%;
        height: 300px !important;
        object-fit: cover;
    }

    .featured-content {
        padding: 0 10px;
    }

    .single-community h1.blog-details-title {
        top: 50% !important;
        left: 50% !important;
        transform: translate(-50%, -50%) !important;
    }

    .featured-content h4 {
        text-overflow: ellipsis;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        overflow: hidden;
        display: -webkit-box;
    }

    .counter-box1 {
        padding-bottom: 30px;
        max-width: 100%;
        flex: 0 0 100%;
    }

    .project-dark-sec {
        padding: 30px 0 30px 0;
    }

    .project-dark-sec .col-md-12.mb-5 {
        margin: 0 !important;
    }

    .careers .property-filters .left {
        max-width: 100% !important;
        flex: 0 0 100% !important;
    }

    section.filter-bar.expert-main {
        padding-top: 40px;
    }

    .c-guide .guide-box {
        padding-bottom: 30px;
    }

    div.heateor_sss_sharing_ul a {
        margin: 0 5px !important;
    }

    section.mb-5.expert-s-detail {
        padding-bottom: 50px;
    }

    .featured-boxes .featured-bottom {
        display: block;
    }

    .featured-boxes a.ftd-agent {
        display: block;
    }

    .c-guide.property-listing .featured-content {
        margin: 0 5px;
    }

    /* .general-slide .owl-stage{
    width: 100% !important;
}    */
    .general-slide .owl-item {
        width: 100% !important;
    }

    .left {
        max-width: 70%;
        flex: 0 0 70%;
    }

    .proprty-types {
        position: absolute;
        top: 40px;
    }

    .p-types {
        padding: 2px 5px 0px 0px !important;
        margin: 0px 0px 5px 0 !important;
    }

    .p-types a {
        font-size: 12px !important;
        padding: 5px 10px !important;
    }

    .total-result {
        padding-top: 30px;
    }


    .submit-btn input[type="submit"] {
        margin: 0;
        padding: 0;
        opacity: 0;
        justify-content: center;
        display: block;
        width: 100%;
    }

    .property-slide .owl-item {
        width: 100% !important;
        padding-bottom: 30px;
    }

    .counter-box1 {
        max-width: 50%;
        flex: 50%;
    }


}

@media screen and (max-width: 600px) {
    section.community-sec.property-listing.projects-listing {
        padding-top: 40px;
    }

    .contact-icon {
        margin-top: -4px;
    }

    #enquiry .modal-content .close {
        top: 5px !important;
        right: 0px !important;
        font-size: 22px !important;
    }

    .filterform {
        margin: 0;
    }

    .h-ml-5 {
        margin-left: 0px !important;
    }

    section.property-banner-slider .main-banner .single-image {
        width: 50%;
        float: left;
    }

    section.property-banner-slider .main-banner .single-image.image-0 img,
    section.property-banner-slider .main-banner .single-image.image-0 video,
    section.property-banner-slider .main-banner .single-image.image-0 iframe {
        height: 186px;
    }

    section.property-banner-slider .main-banner .single-image+.single-image {
        width: 50%;
        float: left;
    }

    .main-banner .image-1 img,
    .main-banner .image-2 img,
    .main-banner .image-3 img,
    .main-banner .image-1 video,
    .main-banner .image-2 video,
    .main-banner .image-3 video,
    .main-banner .image-1 iframe,
    .main-banner .image-2 iframe,
    .main-banner .image-3 iframe {
        height: 186px;
        width: 100%;
    }

    .why-choose-sec {
        padding: 50px 0 50px 0;
    }

    .light-sec-de:before {
        width: 100%;
        top: -20px;
    }

    .mt-5,
    .my-5 {
        margin-top: 1rem !important;
    }

    .mb-5,
    .my-5 {
        margin-bottom: 1rem !important;
    }

    .testimonials-container {
        margin-left: 0;
        margin-top: 0;
    }

    .plan-name {
        margin-bottom: 0px;
    }

    .sec-header .sec-heading {
        width: 70%;
    }

    .property-filters .right {
        width: 30%;
    }

    .hide_large {
        display: block;
    }

    .hide_small {
        display: none;
    }

    .col-div {
        align-items: start;
    }

    .blog-details-title {
        left: 0;
        transform: translate(0%, -50%);
        font-size: 18px !important;
    }

    .urban-page-header-big .urban-page-header-title h1 {
        font-size: 20px !important;
    }

    section.top-bar .contact-list {
        justify-content: center;
    }

    /* Banner */
    section.hero-banner {
        height: auto !important;
        padding: 50px 0 !important;
    }


    /**/

    section.featured-villas .villa-tabs {
        justify-content: flex-start !important;
    }

    section.featured-villas .featured-vil-tabs {
        width: 100% !important;
    }

    .nav-tabs {
        justify-content: center;
    }

    /* Mobile */
    button.navbar-toggler {
        background: transparent;
    }

    .navbar-dark .navbar-toggler:focus {
        border: none;
        outline: none;
    }

    #site-header ul.navbar-nav li a {
        padding: 0;
    }

    .navbar-dark .navbar-toggler:focus-visible {
        border: none;
        outline: none;
    }

    /*     #site-header .row{
        padding: 0;
        justify-content: space-between;
        align-items: center;
        width: 100%; 
        margin: 0;
    } */
    .container.urb-header {
        display: flex !important;
        padding: 0 15px;
    }

    .top-nav-btn {
        margin-right: 0 !important;
    }

    /*     #site-header a img {
        width: 260px;
    } */
    #site-header ul.navbar-nav li a {
        padding: 5px 0 5px 0;
        border-bottom: 1px solid #fff3;
    }

    #site-header ul.navbar-nav .dropdown-toggle::after {
        top: 15px;
    }


    /* Our Story Section */
    section.our-story {
        padding: 40px 0;
    }

    section.our-story .story-content p {
        padding-bottom: 10px;
        margin-bottom: 0;
    }

    section.our-story .story-content hr {
        width: auto;
    }

    /* Your Home Section */
    section.your-home {
        padding: 40px 0 20px 0;
    }

    section.your-home .col-md-4.padding-0 {
        flex: 100%;
        max-width: 100%;
    }

    .home-box {
        margin-bottom: 20px;
    }

    /* Featured Villas Section */
    section.featured-villas {
        padding: 40px 0;
    }

    /* Offplan Section */
    section.offplan-projects {
        padding: 40px 0;
        height: auto;
    }

    /* Experts Section */
    section.meet-expert {
        padding: 40px 0;
    }

    /* Blog Section */
    section.urb-blog {
        padding: 50px 0;
        height: auto;
    }

    section.urb-blog .urbblog-content {
        height: auto;
        padding: 40px 0;
    }

    section.urb-blog .urbblog-content .urb-blog-desc p {
        padding-top: 10px;
        margin: 0;
    }

    /* Client Section */
    section.our-clients {
        padding: 40px 50px;
    }

    /* Newsletter Section */
    section.urb-news {
        padding: 40px 0 30px 0;
        height: auto;
    }

    /* Footer Section */
    section.footer-main {
        padding: 40px 0;
        height: 100%;
    }

    .footer-nav.about {
        padding-left: 0;
    }

    .footer-add .footer-contact h4 {
        line-height: 1.2em;
        padding-top: 20px;
    }

    section.footer-main .footer-sec {
        display: flex;
    }

    .footer-sec .col-md-3 {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .banner-filter-field {
        width: 49.5%;
        display: inline-block;
        padding: 0 15px 0 0;
        height: 47px;
    }

    .filter-fields .form-control {
        height: 45px;
    }

    .banner-filter-field.select-dropdown.p-type:before,
    .banner-filter-field.select-dropdown.p-beds:before,
    .banner-filter-field.select-dropdown.p-min:before,
    .banner-filter-field.select-dropdown.p-max:before {
        top: 45%;
    }

    .filter-fields .search-btn {
        width: 100%;
        margin-top: 15px;
    }

    .featured-vil-tabs {
        width: 100%;
    }

    .featured-vil-heading {
        margin-bottom: 20px;
    }

    .property-listing .featured-img {
        height: 315px !important;
    }

    .projects-listing .featured-img {
        max-height: 415px;
    }


    section.top-bar .contact-list {
        display: block;
    }

    section.top-bar ul.contact-list li {
        margin-left: 0;
    }

    /*     #site-header a img {
        width: 250px !important;
    } */
    .light-sec-de:before {
        width: 100%;
        top: -10px;
    }

    .guide-box-img {
        height: 235px;
    }

    .plan-per {
        font-size: 40px;
    }

    .testimonials-container {
        margin-left: 0;
        margin-top: 0;
    }

    .urban-page-header {
        padding: 40px 0;
        height: 452px;
        align-content: start;
        margin-bottom: 100px;
    }

    .keyword-search {
        width: 100%;
    }

    .dark-sec-de:before {
        width: 100%;
        top: -10px;
        bottom: -5px;
    }

    p,
    a {
        font-size: 13px;
    }

    .property-filters .title h1 {
        font-size: 18px !important;
    }

    .p-types {
        padding: 2px 7px;
    }

    .close {
        top: -35px !important;
        right: 20px !important;
    }

    section.property-banner-slider .main-banner .qw-image0 img {
        height: 300px !important;
    }

    section.property-banner-slider .main-banner .qw-image1 img,
    section.property-banner-slider .main-banner .qw-image2 img {
        height: 140px !important;
    }

    .amenity-item {
        width: 25% !important;
    }

    section.urb-blog .urbblog-content .urb-blog-title {
        /*         width: 300px; */
    }
}


@media screen and (max-width: 580px) {
    .filter-bar .col-md-12 ul.dull-text {
        padding: 0 20px;
    }

    .choosefile {
        display: block;
    }
}

@media screen and (max-width: 515px) {
    .big-btn {
        padding: 7px 20px !important;
    }
}

@media screen and (max-width: 460px) {
    #result-autocomplete {
        width: calc(100% - 14%) !important;
        z-index: 999;
    }
}

@media screen and (max-width: 480px) {


    .nav-list {
        display: block;
    }

    .urban-page-header-big {
        height: 300px;
        background-size: cover;
    }

    .property-filters .right {
        width: 100% !important;
    }

    .page-template-template-sell .urban-page-header {
        height: 300px;
        background-size: cover;
    }

    .page-template-template-valuation .urban-page-header {
        height: 300px;
        background-size: cover;
    }

    .single-projects .urban-page-header-big {
        height: 450px;
    }

    .page-template-template-not-found .urban-page-header {
        height: 300px;
        margin-bottom: 20px !important;
    }

    section.property-banner-slider .main-banner .single-image+.single-image {
        width: 100% !important;
    }

    section.property-banner-slider .main-banner .single-image {
        width: 100% !important;
    }

    .amenity-item {
        width: 33.3% !important;
    }

    .filterform {
        margin: 0;
    }


    .col-md-7.col-7.mt-5.author-urb {
        max-width: 100% !important;
        flex: 0 0 100%;
    }

    .col-md-5.col-5.mt-3.col-div.social-urb {
        max-width: 100% !important;
        flex: 0 0 100%;
        justify-content: flex-start;
        padding-top: 0 !important;
        margin-top: 0 !important;
    }

    section.c-guide.mt-5.single-related-art {
        padding-left: 15px;
        padding-right: 15px;
    }

    section.c-guide.mt-5.single-related-art .col-md-12 {
        padding: 0;
    }

    .blogs-details-style table {
        display: inline-block;
        overflow-x: auto;
        width: 100%;
    }


}


@media screen and (max-width: 465px) {
    .total-result {
        padding-top: 70px;
    }
}

@media screen and (max-width: 430px) {
    .filter-bar .property-filters .left {
        max-width: 60%;
        flex: 0 0 60%;
        margin-bottom: 0 !important;
        margin-top: 5px;
    }
}

@media screen and (max-width: 390px) {
    .p-types {
        padding: 2px 5px 0px 0px !important;
        margin: 0px 0px 5px 0 !important;
    }

    .p-types a {
        font-size: 12px !important;
        padding: 5px 10px !important;
    }
}


@media screen and (max-width: 350px) {
    .big-btn {
        padding: 7px 15px !important;
    }
}

@media screen and (max-width: 320px) {
    label.toggle_button {
        height: 40px !important;
        width: 40px !important;
    }
}

@media (min-width: 801px) and (max-width: 850px) {
    .proprty-types {
        display: flex;
        align-items: center;
        margin-left: 15px;
        flex-flow: wrap-reverse;
    }

    .p-types {
        margin: 0px 5px;
        margin-bottom: 10px;
    }

    .property-filters .right {
        text-align: right;
        max-width: 15% !important;
        flex: 0 0 15%;
    }

    .single-career .property-filters .right {
        max-width: 27% !important;
        flex: 0 0 27%;
    }

    .dark-sec-de:before {
        top: -40px;
    }

    .sec-inner-div {
        padding: 10px;
        padding-left: 20px !important;
    }

    .why-choose-sec {
        padding: 50px 0 50px 0;
    }

    div.heateor_sss_sharing_ul a {
        margin: 0 5px !important;
    }

    .page-template-template-properties .featured-content .featured-listings {
        text-overflow: ellipsis;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        overflow: hidden;
        display: -webkit-box;
    }

}

@media screen and (max-width: 800px) {
    form.filterform.projects-filter .banner-filter-field {
        z-index: 9 !important;
    }

    form.filterform.projects-filter {
        max-width: 85%;
    }

    form.filterform.projects-filter .filter-fields {
        padding-left: 0;
    }

    form.filterform.projects-filter .banner-filter-field.search-btn {
        width: 100%;
        margin-top: 15px;
        margin-bottom: 15px;
    }

    a.sec-header-btn {
        padding: 5px 20px;
    }

    .single-projects section.dark-sec.project-dark-sec .row {
        justify-content: center;
    }

    .p-essentials .essentials-items {
        margin-right: 10px;
    }

    #enquiry.modal .modelrow h2 {
        display: block;
        padding-right: 25px;
    }

    .grid-wrapper .wide {
        grid-column: span 1;
    }

    section.featured-villas .featured-vil-tabs ul.nav li {
        width: 33.33%;
    }

    .nav-tabs {
        float: none;
    }

    .popular-search-sec .container {
        padding: 10px;
    }

    .popular-search-sec .p-searches button {
        padding: 2px 10px !important;
        margin-right: 5px;
    }

    .property-filters .left {
        flex-wrap: wrap;
        margin-bottom: 15px;
    }

    section.urb-blog .urbblog-content .urb-blog-title {
        /*         width: 350px; */
    }

    .h-ml-5 {
        margin-left: 0px !important;
    }

    .amenity-item {
        width: 25% !important;
    }

    section.property-banner-slider .main-banner .qw-image0 img {
        height: 400px !important;
    }

    section.property-banner-slider .main-banner .qw-image1 img,
    section.property-banner-slider .main-banner .qw-image2 img {
        height: 190px !important;
    }

    .property-banner-slider .container {
        max-width: 100%;
    }

    .close {
        top: -35px !important;
        right: 20px !important;
    }

    p,
    a {
        font-size: 13px;
    }

    .property-filters .title h1 {
        font-size: 18px !important;
    }

    .p-types {
        padding: 2px 7px;
        margin: 0px 5px 5px 0;
    }

    .proprty-types {
        align-items: start;
        margin-left: 0;
        flex-wrap: wrap;
    }

    .dark-sec-de:before {
        width: 100%;
        top: 0;
        bottom: 0;
    }

    .keyword-search,
    .buy-rent {
        width: 100%;
    }

    .urban-page-header {
        padding: 40px 0;
        height: 452px;
        align-content: start;
        margin-bottom: 100px;
    }

    .plan-per {
        font-size: 40px;
    }

    .guide-box-img {
        height: 235px;
    }

    .light-sec-de:before {
        width: 100%;
    }

    /*     #site-header a img {
        width: 250px !important;
    } */
    section.top-bar .contact-list {
        display: block;
    }

    section.top-bar ul.contact-list li {
        margin-left: 0;
    }

    .contact-list .phoneicon {
        margin-left: 15px !important;
    }

    .contact-list .h-ml-5 {
        margin-left: 5px !important;
    }

    .featured-img img {
        object-fit: cover;
        height: 100%;
    }

    .featured-img {
        height: 170px;
    }

    .projects-listing .featured-img img {
        object-fit: cover;
        height: 100%;
    }

    .projects-listing .featured-img {
        max-height: 270px;
    }

    .featured-vil-tabs {
        width: 100%;
    }

    .featured-vil-heading {
        margin-bottom: 20px;
    }

    section.hero-banner {
        height: 450px;
    }

    .banner-filter-field.select-dropdown.p-type:before,
    .banner-filter-field.select-dropdown.p-beds:before,
    .banner-filter-field.select-dropdown.p-min:before,
    .banner-filter-field.select-dropdown.p-max:before {
        top: 45%;
    }

    .filter-fields .search-btn {
        width: 100%;
        margin-top: 15px;
    }

    .banner-filter-field {
        width: 49.3%;
        display: inline-block;
        padding: 0 15px 0 0;
        height: 47px;
    }

    .filter-fields .form-control {
        height: 45px;
    }

    section.top-bar .contact-list {
        justify-content: center;
    }

    section.property-banner-slider .main-banner .single-image {
        width: 50%;
        float: left;
    }

    section.property-banner-slider .main-banner .single-image.image-0 img,
    section.property-banner-slider .main-banner .single-image.image-0 video,
    section.property-banner-slider .main-banner .single-image.image-0 iframe {
        height: 200px;
        width: 100%;
    }

    section.property-banner-slider .main-banner .single-image+.single-image {
        width: 50%;
        float: left;
    }

    .main-banner .image-1 img,
    .main-banner .image-2 img,
    .main-banner .image-3 img,
    .main-banner .image-1 video,
    .main-banner .image-2 video,
    .main-banner .image-3 video,
    .main-banner .image-1 iframe,
    .main-banner .image-2 iframe,
    .main-banner .image-3 iframe {
        height: 200px;
        width: 100%;
    }

    .filter-fields {
        background-color: #fff;
        display: block;
        justify-content: space-between;
        align-items: center;
        position: relative;
        z-index: 2;
        width: 100%;
        height: 100%;
        padding: 10px 10px 10px 20px;
        border-radius: 10px;
    }

    .submit-btn {
        margin: 0;
        padding: 0;
        width: 100%;
        height: 100%;
        display: block;
        justify-content: center;
        background-color: #9F7F56;
        width: 100%;
        height: 100%;
        border-radius: 10px;
    }

    .banner-filter-field.select-dropdown.p-type:before {
        /*         left: -8px; */
    }

    .banner-filter-field.select-dropdown.p-beds:before {
        /*         left: -8px; */
    }

    .banner-filter-field.select-dropdown.p-min:before {
        /*         left: -4px; */
    }

    .banner-filter-field.select-dropdown.p-max:before {
        /*         left: -7px; */
    }

    .banner-filter-field.select-dropdown:after {
        top: 20px !important;
        right: 15px !important;
    }

}

@media (min-width: 768px) and (max-width: 800px) {
    .featured-hover-content h3 {
        color: #fff !important;
        line-height: 1.2em !important;
    }

    .featured-hover-content p {
        text-overflow: ellipsis !important;
        -webkit-line-clamp: 3 !important;
        -webkit-box-orient: vertical;
        overflow: hidden;
        display: -webkit-box;
        line-height: 1.2em !important;
        margin-bottom: 5px !important;
    }

    .page-template-template-properties .property-filters .right {
        text-align: right;
        max-width: 40%;
        flex: 0 0 40%;
    }

    .page-template-template-properties .featured-content .featured-listings {
        text-overflow: ellipsis;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        overflow: hidden;
        display: -webkit-box;
    }

    .submit-btn input[type="submit"] {
        width: 100%;
    }

}

@media screen and (max-width: 1050px) {
    .contact-form-data {
        padding-right: 10px;
    }

    .filterform {
        margin: 0;
    }

    #site-header a img {
        width: 170px;
    }

    .sec-inner-div {
        padding: 10px;
    }

    .light-sec-de:before {
        top: -75px;
    }

    .career-box {
        padding: 15px 10px;
    }

    .career-box .mb-4 {
        margin-bottom: 0rem !important;
    }
}

@media screen and (max-width: 1199px) {
    #site-header a img {
        width: 220px;
    }

    .main-manu .menu li {
        padding: 0px 15px;
        list-style: none;
    }
}

@media screen and (min-width: 1023px) {


    .f-w-c {
        width: 100% !important;
        max-width: 100% !important;
    }

    .c-no-p {
        padding: 0 !important;
    }
}



@media screen and (max-width: 768px) {
    .testimonials-container {
        margin-left: 0;
        margin-top: 0;
    }

    .main-manu .menu li {
        padding: 0px 15px;
    }

    #site-header a img {
        /*         width: 170px !important; */
    }

    .light-sec-de:before {
        top: 0;
        width: 100%;
    }

    .why-choose-sec {
        padding: 40px 0 50px 0;
    }

    .counter-box1 {
        padding-bottom: 40px;
    }
}

@media screen and (max-width: 801px) {
    .main-manu .menu li {
        padding: 0px 15px;
    }

    #site-header a img {
        /*         width: 170px !important; */
    }
}

@media screen and (max-width: 550px) {
    #site-header img.custom-logo {
        width: 150px !important;
    }
}

@media screen and (max-width: 466px) {
    .banner-filter-field {
        width: 100%;
    }

    #site-header img.custom-logo {
        width: 120px !important;
    }

    .top-nav-btn a {
        padding: 8px 15px !important;
        text-transform: capitalize !important;
    }

    section.our-clients {
        padding: 40px 50px !important;
    }
}

@media screen and (max-width: 420px) {
    .copyright {
        justify-content: start;
        align-items: center;
        flex-wrap: wrap;
    }

    .icon-title .footerheading {
        margin-bottom: 15px;
    }

    section.urb-blog .urbblog-content {
        height: auto;
        padding: 15px 0;
    }

    section.urb-blog .urbblog-content {
        width: 100%;
    }

    .nav-tabs {
        float: left;
        width: 100%;
    }

    section.footer-main {
        padding-bottom: 10px;
    }

    .form-with-custom-checkboxes-radios .wpcf7-list-item {
        margin-right: 0;
        display: block;
        margin-top: 10px;
    }

    .copyright ul li img {
        padding-left: 0px;
        padding-right: 40px;
    }

    .grid-wrapper {
        display: grid;
        grid-gap: 5px;
        grid-template-columns: repeat(auto-fit, minmax(50%, 1fr));
        grid-auto-rows: 120px;
        grid-auto-flow: dense;
    }

    .grid-wrapper .normal {
        grid-column: span 1;
    }

    .grid-wrapper .wide {
        grid-column: span 2;
    }

    .grid-wrapper .tall {
        grid-row: span 1;
    }

    .grid-wrapper .big {
        grid-column: span 1;
        grid-row: span 1;
    }

    .keyword-search {
        width: 100% !important;
    }

    .pcount1 {
        margin: 30px 0;
    }

    .single-properties .pcount1 {
        margin: 0 !important;
    }

    .image-0 img {
        width: 100%;
    }

    .amenity-item {
        width: 33.3% !important;
    }

    .modelrow {
        padding: 10px 0px;
    }

    .nav-tabs {
        justify-content: space-between;
    }

    section.featured-villas .featured-vil-tabs ul.nav li {
        width: auto;
    }

    .featured-img {
        height: 282px;
    }

    .navbar {
        padding: 0;
    }

    section.top-bar ul.contact-list li {
        padding-left: 20px;
    }

    .subscribe-form .wpcf7-submit {
        font-size: 12px;
    }

    .dark-sec {
        padding: 40px 0;
    }

    .counter-sec {
        padding: 40px 0;
    }

    .counter-box1,
    .counter-box2 {
        padding-bottom: 40px;
    }

    .counter-box5,
    .counter-box6 {
        padding-top: 40px;
    }

    a.sec-header-btn {
        padding: 5px 10px;
        font-size: 12px;
        text-align: center;
        margin-bottom: 10px;
        display: block;
    }

    .keyword-search {
        width: 100%;
    }
}

.counter-sec {
    padding: 40px 0;
}

/* **************************************** */
/* Responsive Code End */
/* **************************************** */
.footerheading {
    font-size: 16px !important;
    font-weight: bold;
    color: #fff;
    letter-spacing: 1px;
    margin: 0;
}

.footer-nav-heading h4 {
    font-size: 14px !important;
}

.footer-nav-heading li a {
    font-size: 13px !important;
    opacity: 0.7;
}

.h-social-icon {
    padding-left: 5px !important;
    margin-left: 5px !important;
}

.h-ml-5 {
    margin-left: 35px !important;
}

.h-social-icon a img {
    max-height: 14px !important;
}

.projects-title-bg {
    background-color: hsl(0deg 0% 0% / 50%);
    padding: 15px;
}

#single_p_img {
    height: 100%;
    max-height: 370px
}

#single_p_img img {
    object-fit: cover;
    height: 100%;
}

.ftd-price small {
    font-size: 11px;
    line-height: 26px;
    font-weight: 600;
}

#result-autocomplete {
    display: none;
    position: absolute;
    background-color: #fff;
    padding: 5px 10px;
    max-height: 180px;
    overflow-y: auto;
    overflow-x: hidden;
    width: 100% !important;
    box-shadow: 0 0 5px 1px #bfbfbf;
    border-radius: 10px;
    margin-top: 5px;
    width: calc(100% - 76%);
}

.navbar-shrink a.navbar-brand.custom-logo-link {
    padding: 0 !important;
}

#result-autocomplete ul {
    list-style: none;
    margin-bottom: 0;
}

#result-autocomplete ul li {
    font-size: 13px;
    border-bottom: solid 1px;
    margin-bottom: 5px;
    cursor: pointer;
    color: #000;
    opacity: 0.5;
}

.footer-sec a:hover,
.footer-nav .current-menu-item a {
    color: #fff !important;
    opacity: 1 !important;
}

.reviews i {
    font-size: 12px;
}

.reviews i {
    font-size: 12px;
}

.reviews .grey {
    color: #afafaf;
}

.reviews p {
    display: inline-block;
    margin-left: 8px;
}

.modelrow {
    padding: 30px 10px;
}

.modal-content .aboutusimg {
    height: 100%;
    max-height: 390px;
}

.modal-content .aboutusimg img {
    height: 100%;
    object-fit: cover;
}

.form-with-custom-checkboxes-radios .wpcf7-list-item {
    margin-right: 20px;
}


.form-with-custom-checkboxes-radios label {
    cursor: pointer;
}

.form-with-custom-checkboxes-radios [type="radio"],
.form-with-custom-checkboxes-radios [type="checkbox"] {
    position: absolute;
    left: -9999px;
}

.form-with-custom-checkboxes-radios [type="radio"]+.wpcf7-list-item-label,
.form-with-custom-checkboxes-radios [type="checkbox"]+.wpcf7-list-item-label {
    position: relative;
    padding-left: 20px;
    line-height: 20px;
}

.form-with-custom-checkboxes-radios [type="radio"]+.wpcf7-list-item-label::before,
.form-with-custom-checkboxes-radios [type="checkbox"]+.wpcf7-list-item-label::before,
.form-with-custom-checkboxes-radios [type="radio"]+.wpcf7-list-item-label::after,
.form-with-custom-checkboxes-radios [type="checkbox"]+.wpcf7-list-item-label::after {
    content: "";
    position: absolute;
    box-sizing: border-box;
}

.form-with-custom-checkboxes-radios [type="radio"]+.wpcf7-list-item-label::before,
.form-with-custom-checkboxes-radios [type="radio"]+.wpcf7-list-item-label::after {
    border-radius: 50%;
}

.form-with-custom-checkboxes-radios [type="radio"]+.wpcf7-list-item-label::before,
.form-with-custom-checkboxes-radios [type="checkbox"]+.wpcf7-list-item-label::before {
    top: 0;
    left: 0;
    width: 15px;
    height: 15px;
    border: 1px solid #000;
    opacity: 0.5;
}

.form-with-custom-checkboxes-radios [type="radio"]+.wpcf7-list-item-label::after,
.form-with-custom-checkboxes-radios [type="checkbox"]+.wpcf7-list-item-label::after {
    top: 4px;
    left: 4px;
    width: 7px;
    height: 7px;
    background: #9F7F56;
    transition: all 0.2s;
}

.form-with-custom-checkboxes-radios [type="radio"]:not(:checked)+.wpcf7-list-item-label::after,
.form-with-custom-checkboxes-radios [type="checkbox"]:not(:checked)+.wpcf7-list-item-label::after {
    opacity: 0;
    transform: scale(0.01);
}

.form-with-custom-checkboxes-radios [type="radio"]:checked+.wpcf7-list-item-label::after,
.form-with-custom-checkboxes-radios [type="checkbox"]:checked+.wpcf7-list-item-label::after {
    opacity: 1;
    transform: scale(1);
}

.plan-per-at,
.plan-per-bt {
    font-size: 50px;
    color: #9F7F56;
}

.light-propertyname {
    color: #fff !important;
}

@media screen and (max-width: 350px) {
    .featured-villas .featured-vil-tabs ul.nav li {
        width: 100% !important;
    }
}

.top-nav-btn a {
    border: solid 1px #9f7f56;
    border-radius: 50px;
    padding: 7px 25px;
}

.navbar .container,
.navbar .container-fluid,
.navbar .container-lg,
.navbar .container-md,
.navbar .container-sm,
.navbar .container-xl {
    display: block !important;
}


@media screen and (max-width: 991px) {
    .collapse:not(.show) {
        display: none !important;
    }

    .navbar-expand-md .navbar-toggler {
        display: block !important;
    }

    .plan-per,
    .plan-per-at,
    .plan-per-bt {
        font-size: 36px !important;
        line-height: 36px !important;
    }

    .navbar-collapse {
        justify-content: flex-start;
    }

    .main-manu {
        padding-bottom: 10px;
    }
}


@media screen and (max-width: 415px) {
    section.top-bar {
        display: none;
    }
}

@media screen and (max-width: 340px) {
    label.toggle_button {
        height: 40px;
        width: 40px;
    }

    .top-nav-btn a {
        padding: 8px 10px !important;
    }

    .navbar-brand {
        margin-right: 0 !important;
    }
}

.filter-fields {
    padding-left: 20px;
}

.buy-rent .form-control {
    padding: 0;
}

.home-box:hover *,
.light-propertyname:hover,
.swiper-slide-content h4:hover,
.expert-title a:hover,
.experts-team .guide-box h3:hover,
.career-box #jobtitle:hover,
.career-box h4 a:hover,
.community-sec .guide-box h3:hover,
.c-guide .guide-box h3:hover,
.c-guide .guide-box h3 a:hover,
.read-more-btn a:hover {
    color: #9f7f56 !important;
}

.featured-hover-content a:hover {
    color: #fff !important;
}

section.broker-listing.c-guide.property-listing.mt-5 {
    margin: 0 !important;
}

a.ftd-agent:hover,
.popular-search-sec .p-searches button:hover,
a.sec-header-btn:hover {
    color: #fff !important;
    background-color: #9F7F56 !important;
}


section.seller-guide-sec {
    /*     background: #F6F3EF; */
    /*     padding: 30px 0 0 0; */
    margin-top: 75px;
    margin-bottom: 75px;
    /*     clip-path: polygon(0% 0%, 89% 0, 100% 50%, 89% 100%, 0% 100%); */
}

section.seller-guide-sec .row .col-md-3 {
    padding-bottom: 30px;
}

.sg-content h4 {
    font-family: 'Lato';
    font-size: 14px;
    line-height: 22px;
    opacity: 0.5;
    color: #9F7F56;
    text-transform: uppercase;
    font-weight: 600;
    padding-top: 20px;
    text-align: center;
}

.sg-content p {
    font-family: 'Lato';
    font-size: 14px;
    line-height: 22px;
    opacity: 0.5;
    color: #000;
    font-weight: 400;
    text-align: center;
}

.sg-content img {
    margin: 0 auto;
    display: block;
}

h2.sg-heading {
    padding-bottom: 30px;
}

.property-detail-sec {
    padding-bottom: 75px;
}

#text {
    display: none;
}

span#toggle {
    cursor: pointer;
    color: #9F7F56;
    opacity: 1 !important;
}

.pagecontent p:empty {
    display: none;
}

.container.urb-header {
    display: flex !important;
}

.career-box-loc.mt-4.mb-4 {
    margin-bottom: 30px !important;
}

a.project-det-a {
    color: unset;
}

/* Side Header */

.menu_items {
    height: 450px;
    overflow-y: auto;
}

@media (min-height: 800px) {
    .menu_items {
        height: 650px;
    }
}

@media (max-height: 799px) {
    .menu_items {
        height: 450px;
    }
}

@media (max-height: 500px) {
    .menu_items {
        height: 300px;
    }
}

@media (max-height: 400px) {
    .menu_items {
        height: 190px;
    }
}

@media (min-width: 768px) and (max-width: 1199px) {
    .expert-s-detail .big-btn {
        padding: 7px 13px !important;
    }
}

@media (min-width: 768px) and (max-width: 800px) {
    .col-md-7.col-7.mt-5.author-urb {
        max-width: 40%;
        flex: 0 0 40%;
    }

    .col-md-5.col-5.mt-3.col-div.social-urb {
        max-width: 60%;
        flex: 0 0 60%;
    }
}

/* width */
.menu_items::-webkit-scrollbar {
    width: 5px;
}

/* Track */
.menu_items::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 10px;
}

/* Handle */
.menu_items::-webkit-scrollbar-thumb {
    background: #F19106;
    border-radius: 3px;
}

/* Handle on hover */
.menu_items::-webkit-scrollbar-thumb:hover {
    background: #b30000;
}

.property-detail-sec iframe {
    width: 100%;
}

section.top-bar {
    display: none;
}

/* .property-detail-sec iframe {
    filter: grayscale(100%);
} */

.social-share span.heateor_sss_svg {
    margin-top: -2px !important;
}

.social-share span.heateor_sss_svg.heateor_sss_s__default.heateor_sss_s_linkedin {
    width: 30px !important;
}

.banner-filter-field.select-dropdown:after {
    content: '';
    background: url(/wp-content/uploads/2022/08/dpd.svg);
    width: 12px;
    height: 6px;
    position: absolute;
    top: 15px;
    right: 0px;
}

.col-md-12.mt-5.mb-5.tri-banner {
    margin-bottom: 0 !important;
    padding-bottom: 4px;
}

.enquiry-model h2 {
    font-weight: bold !important;
}

.wpcf7 form .wpcf7-response-output {
    color: #F19106;
    border: 2px solid #F19106 !important;
    padding-left: 20px !important;
}

.subscribe-form .wpcf7 form.sent .wpcf7-response-output {
    border-color: #fff;
    color: #fff;
    padding-left: 20px;
}

.subscribe-form .wpcf7-not-valid-tip {
    padding-top: 15px;
}

.subscribe-form .wpcf7 form.invalid .wpcf7-response-output {
    display: none;
}

span.wpcf7-spinner {
    display: block;
    margin: 0 auto;
    top: 10px;
}

.p-types a.active {
    color: #fff !important;
    background: #9F7F56 !important;
}

.p-types a.active span {
    color: #fff !important;
    background: #9F7F56 !important;
}

.p-types a:hover span {
    color: #fff !important;
}

.c-guide.property-listing .owl-stage {
    display: flex;
    align-items: flex-start;
}

.single-properties section.c-guide.property-listing.mt-5 {
    margin: 0 !important;
}

.counter-head h2 {
    text-align: center !important;
}

a.light-propertyname {
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    display: -webkit-box;
}

#choose-us {
    position: relative;
    top: -180px;
}

.colored-bg-sec-new {
    background: #F6F3EF;
    padding: 3rem !important;
}

.colored-bg-sec-new h4.default-color {
    margin: 0;
}

section.dark-sec.talk-about {
    display: none;
}

section.why-choose-sec.why-property {
    display: none;
}

section.blog-details.community {
    margin: 0 !important;
    overflow: hidden;
}

p.no-data.dull-text {
    text-align: center;
    display: block;
    width: 100%;
    padding: 50px 15px;
    margin: 0;
}

.sell-form h2.text-center.mb-2 {
    text-align: left !important;
}

.sell-form .dull-text {
    margin-bottom: 1rem !important;
    text-align: left !important;
}

section.why-choose-sec.hide {
    display: none;
}

@media (min-width: 768px) {
    .nav-right {
        position: absolute;
    }

    .hidden-xs {
        display: block;
    }

    .visible-xs {
        display: none;
    }

    .book-room-btn-mbl {
        display: none;
    }

    section.footer-main .row.footer-sec {
        display: flex !important;
        justify-content: space-between !important;
    }

    section.footer-main .row.footer-sec .footer-col.one {
        max-width: 35%;
        flex: 0 0 35%;
    }

    section.footer-main .row.footer-sec .footer-col.two {
        max-width: 25%;
        flex: 0 0 25%;
    }

    section.footer-main .row.footer-sec .footer-col.three {
        max-width: 20%;
        flex: 0 0 20%;
    }

    section.footer-main .row.footer-sec .footer-col.four {
        max-width: 20%;
        flex: 0 0 20%;
    }

    .footer-add .footer-logo img {
        width: 100%;
        max-width: 300px;
    }
}


@media (min-width: 1020px) and (max-width: 1030px) {
    section.footer-main .row.footer-sec .footer-col.two {
        max-width: 15%;
        flex: 0 0 15%;
    }

    section.footer-main .row.footer-sec .footer-col.three {
        max-width: 19%;
        flex: 0 0 19%;
    }

    section.footer-main .row.footer-sec .footer-col.four {
        max-width: 20%;
        flex: 0 0 20%;
    }
}

@media (min-width: 768px) and (max-width: 800px) {
    section.footer-main .row.footer-sec .footer-col.two {
        max-width: 20%;
        flex: 0 0 20%;
    }

    section.footer-main .row.footer-sec .footer-col.three {
        max-width: 17%;
        flex: 0 0 17%;
    }

    section.footer-main .row.footer-sec .footer-col.four {
        max-width: 20%;
        flex: 0 0 20%;
    }
}

@media (max-width: 800px) {
    .page-template-template-properties .urban-page-header {
        height: 250px;
    }
}

@media (max-width: 767px) {

    form.filterform.desktop {
        display: none;
    }

    .book-room-btn-mbl {
        position: relative;
        z-index: 2;
    }

    .book-popup .modal-header {
        border: 0;
        padding: 0;
    }

    .book-popup button.close.cursor {
        right: 40px !important;
        top: -20px !important;
    }

    .book-room-btn-mbl a {
        background: #9F7F56;
        padding: 12px 20px;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 0 auto;
        width: 200px;
        border-radius: 50px;
        margin-top: 50px;
        color: #ffffff !important;
        font-size: 16px;
        font-weight: 400;
    }

    .page-template-template-properties .book-room-btn-mbl a {
        margin-top: 20px;
    }

    .page-template-template-properties .urban-page-header-title {
        padding-top: 30px;
    }

    .page-template-template-properties .book-popup button.close.cursor {
        right: 40px !important;
        top: 40px !important;
        position: relative;
        z-index: 3;
    }

}

a.filter-btn.luxury-collection {
    display: none;
}

.btns-offplan .urban-btn-dark,
.btns-offplan .urban-btn-light {
    padding: 5px 15px;
}

.btns-offplan {
    display: flex;
    /*     justify-content: space-between; */
}

.pd-100 {
    padding: 0px 100px;
}

.display-none {
    display: none;
}

@media (max-width: 421px) {
    .btns-offplan {
        flex-direction: column;
    }
}

.btn-off {
    margin-right: 10px;
}

@media (max-width: 650px) {
    .pd-100 {
        padding: 0px;
    }

    .btns-offplan .urban-btn-dark,
    .btns-offplan .urban-btn-light {
        padding: 5px 10px;
    }

    h2.listing-heading {
        text-align: center !important;
    }

    section.property-listing a.sec-header-btn.dark-btn.big-btn {
        margin: 0px auto !important;
    }


}

@media (min-width: 768px) and (max-width: 1024px) {
    .pd-100 {
        padding: 0px;
    }

}

@media (min-width: 768px) and (max-width: 980px) {

    .btns-offplan .urban-btn-dark,
    .btns-offplan .urban-btn-light {
        padding: 5px 8px;
        font-size: 11px;
    }
}

.property-slide .owl-nav .owl-next {
    margin-left: auto;
    right: -22px;
    position: absolute;
}

.property-slide .owl-nav button {
    margin-top: -31px;
    opacity: 1;
    position: relative;
    top: 20%;
    font-size: 70px !important;
    color: #9f7f56 !important;
}

.property-slide .owl-nav .owl-prev {
    left: -22px;
    position: absolute;
}

.space-btm-30 {
    margin: 30px 0px;
}

.property-listing.exper-single {
    padding-bottom: 35px;
}

.property-listing.exper-single h4 {
    min-height: 60px;
}

.testi-desig-wrap {
    margin-top: 64px;
}



/* 07-11-2022 */

.submit-review-popup .col-md-12 {
    padding: 0;
}

.wpcr3_leave_text {
    display: none;
}

tr.wpcr3_review_form_text_field {
    display: flex;
    justify-content: space-between;
    padding-bottom: 10px;
    flex-direction: column;
}

.wpcr3_review_form_text_field input {
    width: 100%;
    border: 0;
    border-bottom: solid 1px rgba(159, 127, 86, 0.3);
    padding: 7px;
    color: #00000050;
    font-size: 13px;
    min-width: 100% !important;

}

tr.wpcr3_review_form_rating_field {
    display: flex;
    justify-content: space-between;
}

.wpcr3_respond_2 textarea {
    height: 50px !important;
    width: 100%;
    border: 0;
    border-bottom: solid 1px rgba(159, 127, 86, 0.3);
    padding: 7px;
    color: #00000050;
    font-size: 13px;
    min-width: 100% !important;
    max-width: 0;
}

.wpcr3_clear.wpcr3_pb5 {
    display: none !important;
}

div.wpcr3_dotline,
div.wpcr3_review div.wpcr3_dotline {
    display: none !important;
}

.wpcr3_button_1.wpcr3_submit_btn {
    font-size: 12px;
    line-height: 24px;
    text-transform: uppercase;
    border-radius: 0 !important;
    padding: 2px 10px;
    margin-top: 10px;
    margin-bottom: 0 !important;
    background: #9F7F56 !important;
    border-color: #9F7F56 !important;
    color: #fff !important;
}

.wpcr3_button_1.wpcr3_submit_btn:hover {
    background: #fff !important;
    border: 1px solid #9F7F56 !important;
    color: #9F7F56 !important;
}

.wpcr3_button_1.wpcr3_cancel_btn {
    font-size: 12px;
    line-height: 24px;
    text-transform: uppercase;
    border-radius: 0 !important;
    padding: 2px 10px;
    margin-top: 10px;
    margin-bottom: 0 !important;
    background: #9F7F56 !important;
    border-color: #9F7F56 !important;
    color: #fff !important;
}

.wpcr3_button_1.wpcr3_cancel_btn:hover {
    background: #fff !important;
    border: 1px solid #9F7F56 !important;
    color: #9F7F56 !important;
}

td.wpcr3_check_confirm {
    display: flex;
    margin-left: -5px;
}


/* 08-11-2022 */

#testimonials button.urban-btn-dark.mb-4 {
    float: right;
}

div.wpcr3_rating_style1_score div:hover {
    /*     background: url(newstars.png) bottom right no-repeat; */
    filter: invert(0%) sepia(3%) saturate(7499%) hue-rotate(188deg) brightness(00%) contrast(104%) !important;
}

@media (max-width: 800px) {
    .submit-review-popup .close {
        top: -35px !important;
        right: -15px !important;
    }
}

@media (max-width: 550px) {
    #testimonials h2.mt-2 {
        text-align: center;
    }

    #testimonials img.img-fluid {
        margin-top: 50px;
    }

    #testimonials button.urban-btn-dark.mb-4 {
        left: 50% !important;
        transform: translateX(-50%) !important;
        position: absolute;
        bottom: -60px;
        z-index: 5;
    }
}

.modal div.wpcr3_rating_style1_status {
    display: flex;
    justify-content: flex-end;
}


.grecaptcha-badge {
    display: none !important;
}

.floating-icon ul li img {
    width: 70px;
}

.who-we-img img {
    height: 500px;
    object-fit: cover;
}

.urban-page-header-title.request-valuation h2.aos-init.aos-animate {
    font-size: 40px !important;
    color: #fff;
    font-family: 'Gill Sans' !important;
    font-style: normal;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

@media (min-width: 768px) {
    #contact-lred .fa-phone-alt:before {
        content: "\f879";
        position: absolute;
        left: 0px;
    }
}

@media (min-width: 840px) {
    #contact-lred .fa-phone-alt:before {
        content: "\f879";
        position: absolute;
        left: 10px;
    }
}

@media (min-width: 870px) {
    #contact-lred .fa-phone-alt:before {
        content: "\f879";
        position: absolute;
        left: 20px;
    }
}

@media (min-width: 960px) {
    #contact-lred .fa-phone-alt:before {
        content: "\f879";
        position: absolute;
        left: 30px;
    }
}

@media (min-width: 1000px) {
    #contact-lred .fa-phone-alt:before {
        content: "\f879";
        position: absolute;
        left: 45px;
    }
}

@media (min-width: 1040px) {
    #contact-lred .fa-phone-alt:before {
        content: "\f879";
        position: absolute;
        left: 15px;
    }
}


@media (max-width: 400px) {
    .elementor-2453 .elementor-element.elementor-element-d7990f5 {
        width: 100%;
    }

    .btn-request .elementor-mobile-align-right {
        text-align: center;
    }

    .elementor-2453 .elementor-element.elementor-element-d7990f5>.elementor-element-populated {
        padding: 0px;
    }

    .elementor-2453 .elementor-element.elementor-element-7941aeb {
        width: 100%;
    }

    .elementor-widget.elementor-mobile-align-left .elementor-icon-list-items {
        -webkit-box-pack: center;
        -ms-flex-pack: start;
        justify-content: center !important;
    }



    .elementor-column.elementor-col-25.elementor-top-column.elementor-element.elementor-element-418cbac {
        order: 1;
    }

    .elementor-column.elementor-col-25.elementor-top-column.elementor-element.elementor-element-05f69c4 {
        order: 2;
    }

    .elementor-column.elementor-col-25.elementor-top-column.elementor-element.elementor-element-7941aeb.social-col {
        order: 3;
    }

    .elementor-column.elementor-col-25.elementor-top-column.elementor-element.elementor-element-d7990f5.btn-request {
        order: 4;
    }


}

.footer-phone h4.elementor-heading-title.elementor-size-default a:hover {
    color: #000000;
}


.elementor-widget .elementor-icon-list-icon i {
    width: auto !important;
}

@media (max-width: 1024px) {
    .email-footer a {
        font-size: 15px;
        font-weight: 400;
    }

    #news-slider .post-description p span:last-child {
        font-size: 15px !important;
        font-weight: 400;
    }

    .post-slide h3.post-title a {
        font-size: 15px !important;
    }

    .post-slide .read-more {
        font-size: 14px !important;
    }
}

@media (min-width: 901px) and (max-width: 1024px) {
    .request-btn.elementor-widget.elementor-widget-button {
        left: 50px;
    }
}

@media (min-width: 768px) and (max-width: 900px) {
    .request-btn.elementor-widget.elementor-widget-button {
        left: 20px;
    }
}

@media (min-width: 768px) and (max-width: 800px) {
    .hero-banner .banner-filter-field .filter-search-dd {
        /* 		display: none; */
        right: 20px;
    }

    .banner-filter-field.select-dropdown:after {
        display: none;
    }
}



@media (min-width: 1025px) {
    p.main-banner-title {
        font-size: 16px;
    }

    .post-slide h3.post-title a {
        font-size: 16px !important;
        height: 30px;
    }

}

@media (min-width: 1600px) {
    .team-p.elementor-widget.elementor-widget-text-editor {
        max-width: 1000px;
        margin-right: auto;
        margin-left: auto;
    }

    /* .seen-h h4 {
    padding-left: 60px;
}	 */

}

.read-more-btn p:hover {
    color: #9F7F56;
}


.client-logos a .elementor-carousel-image:hover {
    transform: scale(1.2);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.post-slide h3.post-title a {
    font-size: 16px !important;
}

.social-footer svg path {
    fill: #9F7F56;
}

.social-footer svg path:hover {
    fill: #000000;
}

#contact-lred svg path {
    fill: #9F7F56;
}

#contact-lred svg path:hover {
    fill: #000000;
}

.email-footer a:hover {
    color: #9F7F56 !important;
}

#contact-no span.elementor-icon-list-icon svg {
    position: absolute;
    top: 70%;
    transform: translateY(-30%);
    left: 20px;
}

div#contact-lred .elementor-icon-list-items .elementor-icon-list-item .elementor-icon-list-text span {
    left: -8px !important;
    position: relative !important;
}



/* .hero-section{
	position:relative;
} */
.elementor-element.elementor-element-8fb82d4.footer-logo .elementor-widget-container img {
    width: 70%;
}

ul.rol-of li {
    margin-bottom: 20px;
}

ul.rol-of li img {
    width: 40px;
    height: 40px;
    margin-right: 20px;
}

ul.rol-of {
    position: relative;
    list-style: none;
    padding-left: 0px;
    margin-top: 20px;
}

/* ul.rol-of li:before {
       content: "";
    background: url(/wp-content/uploads/2021/09/right-arrow.png);
    width: 20px;
    height: 20px;
    position: absolute;
    /* background-repeat: no-repeat; */
background-position: center;
background-size: cover;
top: 5px;
left: 0;
}

*/ .logo-img a img {
    width: 45% !important;
    height: 13.2%;
    max-width: 1500px;
}

.social-pos {
    position: absolute;
    bottom: 83px;
    left: 35px;
    transform: translateX(-50%);
}

.elementor-element-87f2f1c {
    overflow: hidden;
    padding-bottom: 21px;
}

.hero-section:before {
    content: "";
    position: absolute;
    background: #9F7F56;
    width: 10000px;
    bottom: -21px;
    height: 21px;
    right: 100%;
    opacity: 0.7;
}

.owl-stage {
    padding-left: 0px !important;
}

div#ht-ctc-chat {
    position: fixed;
    bottom: 68px !important;
    right: 0px;
    cursor: pointer;
    z-index: 99999999;
}

p.ctc-analytics.ctc_cta.ht-ctc-cta.ht-ctc-cta-hover {
    padding: 0 !important;
    padding: 0px 16px;
    line-height: 0 !important;
    font-size: 0 !important;
    background-color: none !important;
    color: none;
    border-radius: 0 !important;
    margin: 0 !important;
    order: 0;
    display: none;
}

use {
    fill: none;
    background: url(https://lootahlivinggarden.com/wp-content/uploads/2021/08/whatsapp-group@2x.png);
}

.ctc-analytics {
    background-color: #449B23;
}

.eicon-play:before {
    content: "";
    background: url(/wp-content/uploads/2021/09/play-button.svg);
    width: 50px;
    height: 50px;
    position: absolute;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#news-slider {
    margin-top: 80px;
}

#news-slider .owl-nav {
    position: absolute;
    bottom: 27px;
    left: -110px;
}

#news-slider .post-description p {
    display: flex;
}

#news-slider .post-description p span:first-child {
    flex: 0 0 25%;
    font-size: 16px;
    font-weight: 400;
}

#news-slider .post-description p span:last-child {
    font-size: 16px;
    font-weight: 400;
}

#news-slider .owl-nav .owl-prev span,
#news-slider .owl-nav .owl-next span {
    font-size: 0px;
}

#news-slider .owl-nav .owl-prev span:before {
    content: "";
    background: url(/wp-content/uploads/2022/01/left-arrow.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 30px;
    height: 25px;
    position: absolute;
}

.post-slide .read-more:hover {
    background: #9F7F56;
    color: #ffffff;
    transition: 0.3s ease-in all;
}

#news-slider .owl-nav .owl-next span:before {
    content: "";
    background: url(/wp-content/uploads/2022/01/right-arrow.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 30px;
    height: 25px;
    position: absolute;
    left: 50px;
}

.owl-item {
    border: 1px solid #F3F3F3;
}

h3.post-title {
    padding-bottom: 10px;
}

.post-slide {
    background: #fff;
    margin: 0;
    border-radius: 15px;
    padding-top: 0px;
    /* box-shadow: 0px 14px 22px -9px #bbcbd8;
/*     background: #fff;
    margin: 20px 15px 20px;
    border-radius: 15px;
    padding-top: 1px;
    box-shadow: 0px 14px 22px -9px #bbcbd8; */
}

.post-slide .post-img {
    position: relative;
    overflow: hidden;
    border-radius: 0;
    margin: 0;
    margin-left: 0;
}

.post-slide .post-img img {
    width: 100%;
    height: auto;
    transform: scale(1, 1);
    transition: transform 0.2s linear;
}

.post-slide:hover .post-img img {
    transform: scale(1.1, 1.1);
}

.post-slide .over-layer {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    background: linear-gradient(-45deg, rgba(6, 190, 244, 0.75) 0%, rgba(45, 112, 253, 0.6) 100%);
    transition: all 0.50s linear;
}

.post-slide:hover .over-layer {
    opacity: 1;
    text-decoration: none;
}

.post-slide .over-layer i {
    position: relative;
    top: 45%;
    text-align: center;
    display: block;
    color: #fff;
    font-size: 25px;
}

.post-slide .post-content {
    padding: 10px 0 0 20px;
    border-radius: 0;
}

.post-slide .post-title a {
    font-size: 21px;
    font-weight: 600;
    color: #9F7F56;
    display: inline-block;
    font-family: "Montserrat", Sans-serif !important;
    transition: all 0.3s ease 0s;
    pointer-events: none;
}

.post-slide .post-title a:hover {
    text-decoration: none;
    color: #9F7F56;
}

.post-slide .post-description {
    line-height: 24px;
    color: #707070;
    margin-bottom: 38px;
}

.post-slide .post-description p span {
    /*     padding-left: 43px; */
    font-family: "Montserrat", Sans-serif;
    color: #333333;
}

.post-slide .post-date {
    color: #a9a9a9;
    font-size: 14px;
}

.post-slide .post-date i {
    font-size: 20px;
    margin-right: 8px;
    color: #CFDACE;
}

.post-slide .read-more {
    padding: 7px 20px;
    float: right;
    font-size: 16px;
    background: #000000;
    color: #ffffff;
    font-weight: 400;
    text-transform: uppercase;
    font-family: "Montserrat", Sans-serif !important;
}

/* .post-slide .read-more:hover{
    background: #3498db;
    text-decoration:none;
    color:#fff;
} */
.owl-controls .owl-buttons {
    text-align: center;
    margin-top: 20px;
}

.owl-controls .owl-buttons .owl-prev {
    background: #fff;
    position: absolute;
    top: -13%;
    left: 15px;
    padding: 0 18px 0 15px;
    border-radius: 50px;
    box-shadow: 3px 14px 25px -10px #92b4d0;
    transition: background 0.5s ease 0s;
}

.owl-controls .owl-buttons .owl-next {
    background: #fff;
    position: absolute;
    top: -13%;
    right: 15px;
    padding: 0 15px 0 18px;
    border-radius: 50px;
    box-shadow: -3px 14px 25px -10px #92b4d0;
    transition: background 0.5s ease 0s;
}

.owl-controls .owl-buttons .owl-prev:after,
.owl-controls .owl-buttons .owl-next:after {
    content: "\f104";
    font-family: FontAwesome;
    color: #333;
    font-size: 30px;
}

.owl-controls .owl-buttons .owl-next:after {
    content: "\f105";
}

@media (min-width: 1400px) and (max-width: 1800px) {
    .grid-wrapper .normal {
        grid-column: span 2;
    }
}

@media (min-width: 1400px) {
    .grid-wrapper .tall {
        grid-row: span 2;
        grid-column: span 2;
    }
}

@media only screen and (max-width:1280px) {
    .post-slide .post-content {
        padding: 0px 0px 25px 15px;
    }
}

@media screen and (max-width: 1024px) and (min-width: 768px) {
    body:not(.rtl) .elementor-6 .elementor-element.elementor-element-1aff104 {
        left: 141.219px;
        top: 530px;
    }

    #contact-no span.elementor-icon-list-icon svg {
        position: absolute;
        top: 70%;
        transform: translateY(-30%);
        left: 30px;
    }

}



@media (max-width:850px) {
    #contact-no span.elementor-icon-list-icon svg {
        left: 0px;
    }

    .book-visit-btn {
        margin-right: 20px;
    }

}

@media (min-width:768px) and (max-width:850px) {
    .post-slide h3.post-title {
        padding-bottom: 10px;
        height: 60px;
        padding-top: 10px;
    }

    .contact-details a {
        font-size: 18px !important;
    }

}

@media (width:768px) {
    #contact-no span.elementor-icon-list-icon svg {
        left: -10px !important;
    }
}

@media only screen and (max-width:800px) {

    .hero-section:before {
        right: 100%;
    }
}

@media only screen and (max-width:767px) {
    /*instagram sec*/

    .instagram-feed-sec {
        padding: 50px 0px;
    }

    /*end instagram sec*/
    .submit-btn input[type="submit"] {
        position: relative;
    }

    #result-autocomplete {
        position: relative !important;
    }

    .banner-filter-field {
        z-index: 1 !important;
    }

    .banner-filter-field.select-dropdown.p-beds.aos-init.aos-animate {
        z-index: 1 !important;
    }

    .hero-section:before {
        width: 0;
    }

    .social-pos {
        position: initial;
        bottom: unset;
        left: unset;
        transform: unset;
        top: unset;
    }

    #news-slider .owl-nav {
        position: absolute;
        bottom: -20px;
        left: 0;
    }

    div#ht-ctc-chat {
        bottom: 50px !important;
    }

    /*	
	
		div#contact-lred .elementor-icon-list-items .elementor-icon-list-item .elementor-icon-list-text span{
		left: -10px !important;
	}
	
#contact-no span.elementor-icon-list-icon svg {
    left: 39% !important;
}
	
	*/

    #contact-no span.elementor-icon-list-icon svg {
        left: 62% !important;
    }

    div#contact-lred .elementor-icon-list-items .elementor-icon-list-item .elementor-icon-list-text span {
        left: -8px !important;
    }

    .page-template-template-experts .experts-content .experts-img {
        height: auto !important;
    }

    .page-template-template-experts .experts-content .experts-img img {
        width: 100%;
    }

    .page-template-template-experts .experts-content .reviews {
        display: none !important;
    }


}

@media only screen and (max-width: 699px) {
    #contact-no span.elementor-icon-list-icon svg {
        left: 58% !important;
    }
}

@media only screen and (max-width: 640px) {
    #contact-no span.elementor-icon-list-icon svg {
        left: 54% !important;
    }

}

@media only screen and (max-width: 540px) {
    #contact-no span.elementor-icon-list-icon svg {
        left: 48% !important;
    }

    .amenity-item {
        padding: 0 10px;
    }

}

@media only screen and (max-width: 480px) {

    /*instagram sec*/
    .instagram-feed-sec {
        padding: 50px 10px 20px;
    }

    /*end instagram sec*/
    #contact-no span.elementor-icon-list-icon svg {
        left: 40% !important;
    }

    .post-slide h3.post-title {
        padding-bottom: 10px;
        padding-top: 10px;
    }

    ul.rol-of li img {
        width: 30px;
        height: 30px;
        margin-right: 10px;
    }

}

@media only screen and (max-width: 430px) {
    #contact-no span.elementor-icon-list-icon svg {
        left: 30% !important;
    }
}

@media only screen and (max-width: 420px) {
    ul.rol-of li img {
        width: 30px;
        height: 30px;
        margin-right: 10px;
    }

    ul.rol-of li {
        margin-bottom: 20px;
        font-size: 13px;
    }


    #contact-no span.elementor-icon-list-icon svg {
        left: 26% !important;
    }

    /* .social-pos {
    position: absolute;
    bottom: unset;
    left: 65px;
    transform: translate(-50% , -50%);
    top: 34%;
} */
}


@media only screen and (max-width: 375px) {
    #contact-no span.elementor-icon-list-icon svg {
        left: 20% !important;
    }
}


@media only screen and (max-width: 320px) {
    #contact-no span.elementor-icon-list-icon svg {
        left: 5% !important;
    }
}

@media screen and (min-width: 1367px) {
    .elementor-element-34f518c>.elementor-container {
        max-width: 100% !important;
    }

    div#living-garden-sec {
        padding-left: 14%;
    }

}

@media (min-width: 1600px) {
    div#living-garden-sec {
        padding-left: 17%;
    }
}

@media (min-width: 1800px) {
    div#living-garden-sec {
        padding-left: 22%;
    }
}

@media (min-width: 1920px) {
    div#living-garden-sec {
        padding-left: 23%;
    }
}

@media (min-width: 1441px) and (max-width: 1600px) {
    .elementor-section {
        max-width: 1600px;
        margin: 0 auto;
        overflow: hidden;
        left: 0 !important;
    }
}

@media (min-width: 1281px) and (max-width: 1366px) {
    div#living-garden-sec {
        padding-left: 12%;
    }
}

@media (min-width: 1025px) and (max-width: 1280px) {
    div#living-garden-sec {
        padding-left: 10%;
    }
}

@media (min-width: 2000px) {
    section.elementor-section {
        max-width: 1920px;
        margin: 0 auto;
        left: 0 !important;
    }
}


#privacy a:hover {
    color: #9F7F56;
    font-weight: 500;
}


/* #contact-no .elementor-widget.elementor-align-right .elementor-icon-list-item a {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start;
    text-align: right !important;
}
 
*/

/* svg path:hover {
    fill: #6A5D28;
} */
.urban-btn .elementor-button {
    padding: 7px 25px;
    text-transform: uppercase;
}

@media (max-width: 480px) {
    #enquiry .modal-content {
        width: 85% !important;
    }

    .contact-form-data {
        padding-right: 0;
        padding-bottom: 40px;
    }

    .page-template-template-about .urban-page-header-big {
        height: 250px !important;
    }
}


@media (min-width: 768px) {
    .dark-sec.project-dark-sec .col-md-2\.4 {
        flex: 0 0 20%;
    }

    .dark-sec.project-dark-sec .col-md-1\.3333333333333 {
        flex: 0 0 20%;
    }
}


[data-aos][data-aos][data-aos-delay="3200"].aos-animate,
body[data-aos-delay="3200"] [data-aos].aos-animate {
    transition-delay: 3.2s;
}

[data-aos][data-aos][data-aos-delay="3400"].aos-animate,
body[data-aos-delay="3400"] [data-aos].aos-animate {
    transition-delay: 3.4s;
}

[data-aos][data-aos][data-aos-delay="3600"].aos-animate,
body[data-aos-delay="3600"] [data-aos].aos-animate {
    transition-delay: 3.6s;
}



/* 14-02-2023 */
.experts-img img {
    width: 100%;
}

.experts-img.defaultimg {
    width: 100%;
    height: 270px;
    background: #ECE5DD;
    display: flex;
    align-items: center;
    justify-content: center;
}

.experts-img {
    height: 270px !important;
    object-fit: cover;
}

.experts-img img {
    width: 270px;
}

.experts-img.defaultimg img {
    object-fit: contain !important;
    width: 100px;
    height: 100px;
}

.agent-box .aboutusimg {
    text-align: center;
}

@media (max-width: 1024px) {
    .experts-team .experts-content .experts-img img {
        object-fit: cover;
        width: 100%;
        height: 270px;
    }

    .experts-team .experts-content .experts-img.defaultimg img {
        object-fit: cover;
        width: 100px;
        height: 100px;
    }
}

.page-template-template-experts .experts-content .reviews {
    display: none !important;
}

@media (max-width: 480px) {
    section.urb-news .urbnews-content p {
        padding: 0;
    }
}


/*  */

.hero-banner .filter-pro-img {
    width: 18px;
    height: 17px;
    position: absolute;
    top: 30%;
    transform: translateY(-50%);
    left: 0;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 9;
    pointer-events: none;
}

.hero-banner .filter-search-dd {
    top: 3px;
    right: 0px;
    width: 12px;
    height: 6px;
    position: absolute;
}

.hero-banner .banner-filter-submit {
    width: 100%;
    height: 100%;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer-contact-img {
    justify-content: flex-start;
    display: flex;
    position: absolute;
    top: 15px;
    height: 22px;
    width: 22px;
}

.footer-add .footer-contact .contact-details ul li.phone .footer-contact-img img {
    max-width: 19px;
}

h3.expert-title a {
    color: #222;
}

.footer-add .footer-contact .contact-details ul li.email img {
    height: auto;
    max-width: 22px;
}

.home .modal-backdrop.show {
    opacity: .5;
    display: none;
}

.instagram-feed-sec {
    overflow: hidden;
}

@media (max-width: 767px) {
    .hero-banner .submit-btn {
        position: relative;
    }

    .hero-banner .banner-filter-submit {
        top: 0px;
    }

    .hero-banner .filter-search-dd {
        top: 8px;
        right: 17px;
    }
}





/* Award */
section.ubn-award-sec {
    padding: 100px 0;
    background: #F6F3EF;
    overflow: hidden;
}

.ubn-award-heading>h2 {
    font-size: 25px !important;
    font-weight: 600 !important;
    text-transform: uppercase;
    text-align: center;
    margin: 0;
    padding-bottom: 35px;
}

.ubn-award-content>p {
    font-size: 15px !important;
    font-weight: 400;
    color: #222222;
    margin-bottom: 28px;
    text-align: justify;
    /* padding: 0 25px; */
    text-align-last: center;
}

img.award-year-icon {
    width: 14px;
    height: 55px;
    object-fit: contain;
    margin-bottom: 10px;
}

.ubn-award-content>h5 {
    font-size: 20px !important;
    font-weight: 600 !important;
    color: #222222;
    margin-bottom: 28px;
    text-align: center;
}

.ubn-award-content:after {
    content: '';
    background: rgb(159 127 86 / 30%);
    width: 100%;
    height: 2px;
    position: absolute;
}

.ubn-award-img {
    margin-top: 70px;
}

#owl-award-slide .owl-nav>.owl-prev {
    content: '';
    background: url(/wp-content/uploads/2024/04/award-left-arrow-1.svg);
    width: 11px;
    height: 18px;
    position: absolute;
    left: -20px;
    background-size: contain;
    background-repeat: no-repeat;
    margin: 0;
    top: 50%;
    transform: translateY(-50%);

}

#owl-award-slide .owl-nav>.owl-prev>span {
    font-size: 0;
    margin: 0;
}

#owl-award-slide .owl-nav>.owl-next {
    content: '';
    background: url(/wp-content/uploads/2024/04/award-right-arrow-1.svg);
    width: 11px;
    height: 18px;
    position: absolute;
    right: -20px;
    background-size: contain;
    background-repeat: no-repeat;
    margin: 0;
    top: 50%;
    transform: translateY(-50%);

}

#owl-award-slide .owl-nav>.owl-next>span {
    font-size: 0;
    margin: 0;
}

.ubn-award-para {
    min-height: 150px;
}

.ubn-award-content>p {
    /*     text-align-last: center;
    text-overflow: ellipsis;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    display: -webkit-box;
	height: 130px; */
}

.ubn-award-img img {
    height: 160px;
    object-fit: contain;
}

#owl-award-slide .owl-nav>.owl-prev {
    top: 55.5%;
    left: -30px;
}

#owl-award-slide .owl-nav>.owl-next {
    top: 55.5%;
    right: -30px;
}

section.urb-blog .urbblog-content .urb-blog-title h2 {
    color: #fff;
    text-align: center;
    text-transform: uppercase;
}

@media (min-width: 1500px) {

    .ubn-award-img img,
    .ubn-award-img iframe,
    .ubn-award-img video {
        height: 170px !important;
    }
}

@media (max-width: 500px) {
    .ubn-award-content>p {
        -webkit-line-clamp: 3;
    }

    .ubn-award-content:after {
        width: 80%;
        height: 2px;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
    }
}

@media only screen and (max-width:767px) {

    .ubn-award-img iframe,
    .ubn-award-img video {
        width: 263px;
        height: 160px;
    }
}

@media (min-width: 768px) {

    .ubn-award-img iframe,
    .ubn-award-img video {
        height: 160px;
        width: 100%;
    }
}

.ubn-award-img {
    text-align: center;
}

.ubn-award-img video {
    background: black;
}

#sb_instagram #sbi_images .sbi_item {
    width: 100% !important;
}

.urb-news {
    overflow: hidden;
}

.search-btn .submit-btn:after {
    background: url(/wp-content/themes/urbannest/assets/imgs/search.svg) !important;
}