/*
Theme Name: Tony Alan
Theme URI: https://dotsquares.com/
Author: the Dotsquares team
Author URI: https://dotsquares.com/
Description: Twenty Sixteen is a modernized take on an ever-popular WordPress layout — the horizontal masthead with an optional right sidebar that works perfectly for blogs and websites. It has custom color options with beautiful default color schemes, a harmonious fluid grid using a mobile-first approach, and impeccable polish in every detail. Twenty Sixteen will make your WordPress look beautiful everywhere.
Version: 3.1
Tested up to: 6.4
Requires at least: 4.4
Requires PHP: 5.2.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: one-column, two-columns, right-sidebar, accessibility-ready, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, flexible-header, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready, blog, block-patterns
Text Domain: twentysixteen

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/


/**
 * Table of Contents
 *
 * 1.0 - Normalize
 * 2.0 - Genericons
 * 3.0 - Typography
 * 4.0 - Elements
 * 5.0 - Forms
 * 6.0 - Navigation
 *   6.1 - Links
 *   6.2 - Menus
 * 7.0 - Accessibility
 * 8.0 - Alignments
 * 9.0 - Clearings
 * 10.0 - Widgets
 * 11.0 - Content
 *    11.1 - Header
 *    11.2 - Posts and pages
 *    11.3 - Post Formats
 *    11.4 - Comments
 *    11.5 - Sidebar
 *    11.6 - Footer
 * 12.0 - Media
 *    12.1 - Captions
 *    12.2 - Galleries
 * 13.0 - Multisite
 * 14.0 - Media Queries
 *    14.1 - >= 710px
 *    14.2 - >= 783px
 *    14.3 - >= 910px
 *    14.4 - >= 985px
 *    14.5 - >= 1200px
 * 15.0 - Print
 */


/**
 * 1.0 - Normalize
 *
 * Normalizing styles have been helped along thanks to the fine work of
 * Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
 */

 .menu-item-has-children a:after,
 .social-navigation a:before,
 .dropdown-toggle:after,
 .bypostauthor > article .fn:after,
 .comment-reply-title small a:before,
 .pagination .prev:before,
 .pagination .next:before,
 .pagination .nav-links:before,
 .pagination .nav-links:after,
 .search-submit:before {
	 -moz-osx-font-smoothing: grayscale;
	 -webkit-font-smoothing: antialiased;
	 display: inline-block;
	 font-family: "Genericons";
	 font-size: 16px;
	 font-style: normal;
	 font-variant: normal;
	 font-weight: normal;
	 line-height: 1;
	 speak: never;
	 text-align: center;
	 text-decoration: inherit;
	 text-transform: none;
	 vertical-align: top;
 }
 
 
 
 
 /**
  * 6.2 - Menus
  */



 
 .site-header-menu {
	 display: none;
	 -webkit-flex: 0 1 100%;
	 -ms-flex: 0 1 100%;
	 flex: 0 1 100%;
	 margin: 0.875em 0;
 }
 
 .site-header-menu.toggled-on,
 .no-js .site-header-menu {
	 display: block;
 }
 
 .main-navigation {
	 /*font-family: Montserrat, "Helvetica Neue", sans-serif;*/
 }
 
 .site-footer .main-navigation {
	 margin-bottom: 1.75em;
 }
 
 .main-navigation ul {
	 list-style: none;
	 margin: 0;
 }
 
 .main-navigation li {
	 border-top: 1px solid #d1d1d1;
	 position: relative;
 }
 
 .main-navigation a {
	 color: #1a1a1a;
	 display: block;
	 line-height: 1.3125;
	 outline-offset: -1px;
	 padding: 0.84375em 0;
 }
 
 .main-navigation a:hover,
 .main-navigation a:focus {
	 color: #007acc;
 }
 
 .main-navigation .current-menu-item > a,
 .main-navigation .current-menu-ancestor > a {
	 font-weight: 700;
 }
 
 .main-navigation ul ul {
	 display: none;
	 margin-left: 0.875em;
 }
 
 .no-js .main-navigation ul ul {
	 display: block;
 }
 
 .main-navigation ul .toggled-on {
	 display: block;
 }
 
 .main-navigation .primary-menu {
	 border-bottom: 1px solid #d1d1d1;
 }
 
 .main-navigation .menu-item-has-children > a {
	 margin-right: 56px;
 }
 
 .dropdown-toggle {
	 background-color: transparent;
	 border: 0;
	 border-radius: 0;
	 color: #1a1a1a;
	 content: "";
	 height: 48px;
	 padding: 0;
	 position: absolute;
	 right:15px;
	 text-transform: none;
	 top: 0;
	 width: 48px;
 }
 
 .dropdown-toggle:after {
	 border: 0 solid #d1d1d1;
	 border-left-width: 1px;
	 content: "\f431";
	 font-size: 24px;
	 left: 1px;
	 position: relative;
	 width: 48px;
 }
 
 .dropdown-toggle:hover,
 .dropdown-toggle:focus {
	 background-color: transparent;
	 color: #007acc;
 }
 
 .dropdown-toggle:focus {
	 outline: thin dotted;
	 outline-offset: -1px;
 }
 
 .dropdown-toggle:focus:after {
	 border-color: transparent;
 }
 
 .dropdown-toggle.toggled-on:after {
	 content: "\f432";
 }
 
 .site-header .main-navigation + .social-navigation {
	 margin-top: 1.75em;
 }
 
 .site-footer .social-navigation {
	 margin-bottom: 1.75em;
 }
 
 .social-navigation ul {
	 list-style: none;
	 margin: 0 0 -0.4375em;
 }
 
 .social-navigation li {
	 float: left;
	 margin: 0 0.4375em 0.4375em 0;
 }
 
 .social-navigation a {
	 border: 1px solid #d1d1d1;
	 border-radius: 50%;
	 color: #1a1a1a;
	 display: block;
	 height: 35px;
	 position: relative;
	 width: 35px;
 }
 
 .social-navigation a:before {
	 content: "\f415";
	 height: 33px;
	 line-height: 33px;
	 text-align: center;
	 width: 33px;
 }
 
 .social-navigation a:hover:before,
 .social-navigation a:focus:before {
	 color: #007acc;
 }
 
 .social-navigation a[href*="codepen.io"]:before {
	 content: "\f216";
 }
 
 .social-navigation a[href*="digg.com"]:before {
	 content: "\f221";
 }
 
 .social-navigation a[href*="dribbble.com"]:before {
	 content: "\f201";
 }
 
 .social-navigation a[href*="dropbox.com"]:before {
	 content: "\f225";
 }
 
 .social-navigation a[href*="facebook.com"]:before {
	 content: "\f203";
 }
 
 .social-navigation a[href*="flickr.com"]:before {
	 content: "\f211";
 }
 
 .social-navigation a[href*="foursquare.com"]:before {
	 content: "\f226";
 }
 
 .social-navigation a[href*="plus.google.com"]:before {
	 content: "\f206";
 }
 
 .social-navigation a[href*="github.com"]:before {
	 content: "\f200";
 }
 
 .social-navigation a[href*="instagram.com"]:before {
	 content: "\f215";
 }
 
 .social-navigation a[href*="linkedin.com"]:before {
	 content: "\f208";
 }
 
 .social-navigation a[href*="path.com"]:before {
	 content: "\f219";
 }
 
 .social-navigation a[href*="pinterest.com"]:before {
	 content: "\f210";
 }
 
 .social-navigation a[href*="getpocket.com"]:before {
	 content: "\f224";
 }
 
 .social-navigation a[href*="polldaddy.com"]:before {
	 content: "\f217";
 }
 
 .social-navigation a[href*="reddit.com"]:before {
	 content: "\f222";
 }
 
 .social-navigation a[href*="skype.com"]:before {
	 content: "\f220";
 }
 
 .social-navigation a[href*="stumbleupon.com"]:before {
	 content: "\f223";
 }
 
 .social-navigation a[href*="tumblr.com"]:before {
	 content: "\f214";
 }
 
 .social-navigation a[href*="twitter.com"]:before {
	 content: "\f202";
 }
 
 .social-navigation a[href*="vimeo.com"]:before {
	 content: "\f212";
 }
 
 .social-navigation a[href*="wordpress.com"]:before,
 .social-navigation a[href*="wordpress.org"]:before {
	 content: "\f205";
 }
 
 .social-navigation a[href*="youtube.com"]:before {
	 content: "\f213";
 }
 
 .social-navigation a[href^="mailto:"]:before {
	 content: "\f410";
 }
 
 .social-navigation a[href*="spotify.com"]:before {
	 content: "\f515";
 }
 
 .social-navigation a[href*="twitch.tv"]:before {
	 content: "\f516";
 }
 
 .social-navigation a[href$="/feed/"]:before {
	 content: "\f413";
 }
 
 .post-navigation {
	 border-top: 4px solid #1a1a1a;
	 border-bottom: 4px solid #1a1a1a;
	 clear: both;
	 /*font-family: Montserrat, "Helvetica Neue", sans-serif;*/
	 margin: 0 7.6923% 3.5em;
 }
 
 .post-navigation a {
	 color: #1a1a1a;
	 display: block;
	 padding: 1.75em 0;
 }
 
 .post-navigation span {
	 display: block;
 }
 
 .post-navigation .meta-nav {
	 color: #686868;
	 font-size: 13px;
	 font-size: 0.8125rem;
	 letter-spacing: 0.076923077em;
	 line-height: 1.6153846154;
	 margin-bottom: 0.5384615385em;
	 text-transform: uppercase;
 }
 
 .post-navigation .post-title {
	 display: inline;
	 /*font-family: Montserrat, "Helvetica Neue", sans-serif;*/
	 font-size: 23px;
	 font-size: 1.4375rem;
	 font-weight: 700;
	 line-height: 1.2173913043;
	 text-rendering: optimizeLegibility;
 }
 
 .post-navigation a:hover .post-title,
 .post-navigation a:focus .post-title {
	 color: #007acc;
 }
 
 .post-navigation div + div {
	 border-top: 4px solid #1a1a1a;
 }
 
 .pagination {
	 border-top: 4px solid #1a1a1a;
	 /*font-family: Montserrat, "Helvetica Neue", sans-serif;*/
	 font-size: 19px;
	 font-size: 1.1875rem;
	 margin: 0 7.6923% 2.947368421em;
	 min-height: 56px;
	 position: relative;
 }
 
 .pagination:before,
 .pagination:after {
	 background-color: #1a1a1a;
	 content: "";
	 height: 52px;
	 position: absolute;
	 top:0;
	 width: 52px;
	 z-index: 0;
 }
 
 .pagination:before {
	 right: 0;
 }
 
 .pagination:after {
	 right: 54px;
 }
 
 .pagination a:hover,
 .pagination a:focus {
	 color: #1a1a1a;
 }
 
 .pagination .nav-links {
	 padding-right: 106px;
	 position: relative;
 }
 
 .pagination .nav-links:before,
 .pagination .nav-links:after {
	 color: #fff;
	 font-size: 32px;
	 line-height: 51px;
	 opacity: 0.3;
	 position: absolute;
	 width: 52px;
	 z-index: 1;
 }
 
 .pagination .nav-links:before {
	 content: "\f429";
	 right: -1px;
 }
 
 .pagination .nav-links:after {
	 content: "\f430";
	 right: 55px;
 }
 
 /* reset screen-reader-text */
 .pagination .current .screen-reader-text {
	 position: static !important;
 }
 
 .pagination .page-numbers {
	 display: none;
	 letter-spacing: 0.013157895em;
	 line-height: 1;
	 margin: 0 0.7368421053em 0 -0.7368421053em;
	 padding: 0.8157894737em 0.7368421053em 0.3947368421em;
	 text-transform: uppercase;
 }
 
 .pagination .current {
	 display: inline-block;
	 font-weight: 700;
 }
 
 .pagination .prev,
 .pagination .next {
	 background-color: #1a1a1a;
	 color: #fff;
	 display: inline-block;
	 height: 52px;
	 margin: 0;
	 overflow: hidden;
	 padding: 0;
	 position: absolute;
	 top: 0;
	 width: 52px;
	 z-index: 2;
 }
 
 .pagination .prev:before,
 .pagination .next:before {
	 font-size: 32px;
	 height: 53px;
	 line-height: 52px;
	 position: relative;
	 width: 53px;
 }
 
 .pagination .prev:hover,
 .pagination .prev:focus,
 .pagination .next:hover,
 .pagination .next:focus {
	 background-color: #007acc;
	 color: #fff;
 }
 
 .pagination .prev:focus,
 .pagination .next:focus {
	 outline: 0;
 }
 
 .pagination .prev {
	 right: 54px;
 }
 
 .pagination .prev:before {
	 content: "\f430";
	 left: -1px;
	 top: -1px;
 }
 
 .pagination .next {
	 right: 0;
 }
 
 .pagination .next:before {
	 content: "\f429";
	 right: -1px;
	 top: -1px;
 }
 
 .clear:before,
 .clear:after,
 blockquote:before,
 blockquote:after,
 .entry-content:before,
 .entry-content:after,
 .entry-summary:before,
 .entry-summary:after,
 .comment-content:before,
 .comment-content:after,
 .site-content:before,
 .site-content:after,
 .site-main > article:before,
 .site-main > article:after,
 .primary-menu:before,
 .primary-menu:after,
 .social-links-menu:before,
 .social-links-menu:after,
 .textwidget:before,
 .textwidget:after,
 .content-bottom-widgets:before,
 .content-bottom-widgets:after {
	 content: "";
	 display: table;
 }
 
 .clear:after,
 blockquote:after,
 .entry-content:after,
 .entry-summary:after,
 .comment-content:after,
 .site-content:after,
 .site-main > article:after,
 .primary-menu:after,
 .social-links-menu:after,
 .textwidget:after,
 .content-bottom-widgets:after {
	 clear: both;
 }
 
 .menu-toggle {
	 background-color: transparent;
	 border: 1px solid #d1d1d1;
	 color: #1a1a1a;
	 font-size: 13px;
	 font-size: 0.8125rem;
	 margin: 1.076923077em 0;
	 padding: 0.769230769em;
 }
 
 .no-js .menu-toggle {
	 display: none;
 }
 
 .menu-toggle:hover,
 .menu-toggle:focus {
	 background-color: transparent;
	 border-color: #007acc;
	 color: #007acc;
 }
 
 .menu-toggle.toggled-on,
 .menu-toggle.toggled-on:hover,
 .menu-toggle.toggled-on:focus {
	 background-color: #1a1a1a;
	 border-color: #1a1a1a;
	 color: #fff;
 }
 
 .menu-toggle:focus {
	 outline: 0;
 }
 
 .menu-toggle.toggled-on:focus {
	 outline: thin dotted;
 }
 
 
 /**
  * 14.1 - >= 710px
  */
 
 @media screen and (min-width: 44.375em) {
 
	 .menu-toggle {
		 font-size: 16px;
		 font-size: 1.0rem;
		 margin: 1.3125em 0;
		 padding: 0.8125em 0.875em 0.6875em;
	 }
 
 
 }
 
 
 
 @media screen and (min-width: 56.875em) {
	 
	 .site-header-menu {
		 display: block;
		 -webkit-flex: 0 1 auto;
		 -ms-flex: 0 1 auto;
		 flex: 0 1 auto;
	 }
	 .main-navigation {
		 margin: 0 -0.875em;
	 }
 
	 .main-navigation .primary-menu,
	 .main-navigation .primary-menu > li {
		 border: 0;
	 }
 
	 .main-navigation .primary-menu > li {
		 float: left;
	 }
 
	 .main-navigation a {
		 outline-offset: -8px;
		 padding: 0.65625em 0.875em;
		 white-space: nowrap;
	 }
 
	 .main-navigation li:hover > a,
	 .main-navigation li.focus > a {
		 color: #007acc;
	 }
 
	 .main-navigation ul ul {
		 border-bottom: 1px solid #d1d1d1;
		 display: block;
		 left: -999em;
		 margin: 0;
		 position: absolute;
		 z-index: 99999;
	 }
 
	 .main-navigation ul ul ul {
		 top: -1px;
	 }
 
	 .main-navigation ul ul ul:before,
	 .main-navigation ul ul ul:after {
		 border: 0;
	 }
 
	 .main-navigation ul ul li {
		 background-color: #fff;
		 border: 1px solid #d1d1d1;
		 border-bottom-width: 0;
	 }
 
	 .main-navigation ul ul a {
		 white-space: normal;
		 width: 12.6875em;
	 }
 
	 .main-navigation ul ul:before,
	 .main-navigation ul ul:after {
		 border-style: solid;
		 content: "";
		 position: absolute;
	 }
 
	 .main-navigation ul ul:before {
		 border-color: #d1d1d1 transparent;
		 border-width: 0 10px 10px;
		 right: 9px;
		 top: -9px;
	 }
 
	 .main-navigation ul ul:after {
		 border-color: #fff transparent;
		 border-width: 0 8px 8px;
		 right: 11px;
		 top: -7px;
	 }
 
	 .main-navigation li:hover > ul,
	 .main-navigation li.focus > ul {
		 left: auto;
		 right: 0;
		 padding: 0;
	 }
 
	 .main-navigation ul ul li:hover > ul,
	 .main-navigation ul ul li.focus > ul {
		 left: auto;
		 right: 100%;
	 }
 
	 .main-navigation .menu-item-has-children > a {
		 margin: 0;
		 padding-right: 2.25em;
	 }
 
	 .main-navigation .menu-item-has-children > a:after {
		 content: "\f431";
		 position: absolute;
		 right: 0.625em;
		 /*top: 0.8125em;*/
	 }
 
	 .main-navigation ul ul .menu-item-has-children > a {
		 padding-right: 2.0625em;
	 }
 
	 .main-navigation ul ul .menu-item-has-children > a:after {
		 right: 0.5625em;
		 top: 0.875em;
		 -webkit-transform: rotate(90deg);
		 -moz-transform: rotate(90deg);
		 -ms-transform: rotate(90deg);
		 transform: rotate(90deg);
	 }
 
	 .dropdown-toggle,
	 .main-navigation ul .dropdown-toggle.toggled-on,
	 .menu-toggle,
	 .site-header .social-navigation,
	 .site-footer .main-navigation {
		 display: none;
	 }
 
	 img{
		 width:100%
	 } 
 }

 
 /* Custom css */

img.custom-logo {width: auto;z-index: 99;position: relative;}

body{font-family: 'Helvetica Neue' !important; margin: 0;}

@font-face {
    font-family: 'Helvetica Neue';
    src: url('fonts/HelveticaNeue.woff2') format('woff2'),
        url('fonts/HelveticaNeue.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Helvetica Neue';
    src: url('fonts/HelveticaNeue-MediumItalic.woff2') format('woff2'),
        url('fonts/HelveticaNeue-MediumItalic.woff') format('woff');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}



@font-face {
    font-family: 'Helvetica Neue';
    src: url('fonts/HelveticaNeue-Bold.woff2') format('woff2'),
        url('fonts/HelveticaNeue-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Helvetica Neue';
    src: url('fonts/HelveticaNeue-Black.woff2') format('woff2'),
        url('fonts/HelveticaNeue-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

body{ background:#F9FDFE; }
h1, h3, h4, h5, h6{font-family: 'Helvetica Neue';}
body h2{ font-size:50px;color: #2E5059 !important;font-weight: 500 !important;text-shadow: none !important; text-transform:uppercase; font-family: 'Helvetica Neue';}
p{ font-size:15px; color:#7a7a7a; font-family: 'Helvetica Neue';}
.btns{background: #A88F70;color: #fff;font-size: 15px;border: none;padding: 4px 20px;border-radius: 0px;height: 51px;width: 165px;display: flex;align-items: center;
justify-content: center;transition: all 0.2s ease;font-family: 'Helvetica Neue';}
.btns:hover{background: #2E5059;transition: all 0.2s ease; color: #fff;}
input[type="submit"]{background: #A88F70;color: #fff;font-size: 15px;border: none;padding: 4px 20px;border-radius: 0px;height: 51px;width: 160px;display: flex;align-items: center;
justify-content: center;transition: all 0.2s ease;font-family: 'Helvetica Neue';}
input[type="submit"]:hover{background: #2E5059;transition: all 0.2s ease; color: #fff;}
.property-search-form input[type="submit"]:hover{background: #2E5059;transition: all 0.2s ease; color: #fff;}
:focus{outline: none !important;}

ul,li{ margin:0; padding:0; list-style:none;font-family: 'Helvetica Neue'; }

/*loader css*/
.loader {position: fixed;left: 0;right: 0;width: 100%;height: 100%;text-align: center;vertical-align: middle;background: #fff;z-index: 999;}
.loader .lds-roller {display: inline-block;position: relative;width: 80px;height: 80px;top: 50%;transform: translate(0, -50%);}
.loader .lds-roller div {animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;transform-origin: 40px 40px;}
.loader .lds-roller div:after {content: " ";display: block;position: absolute;width: 7px;height: 7px;border-radius: 50%;background: #2E5059;margin: -4px 0 0 -4px;}
.loader .lds-roller div:nth-child(1) {animation-delay: -0.036s;}
.loader .lds-roller div:nth-child(1):after {top: 63px;left: 63px;}
.loader .lds-roller div:nth-child(2) {animation-delay: -0.072s;}
.loader .lds-roller div:nth-child(2):after {top: 68px;left: 56px;}
.loader .lds-roller div:nth-child(3) {animation-delay: -0.108s;}
.loader .lds-roller div:nth-child(3):after {top: 71px;left: 48px;}
.loader .lds-roller div:nth-child(4) {animation-delay: -0.144s;}
.loader .lds-roller div:nth-child(4):after {top: 72px;left: 40px;}
.loader .lds-roller div:nth-child(5) {animation-delay: -0.18s;}
.loader .lds-roller div:nth-child(5):after {top: 71px;left: 32px;}
.loader .lds-roller div:nth-child(6) {animation-delay: -0.216s;}
.loader .lds-roller div:nth-child(6):after {top: 68px;left: 24px;}
.loader .lds-roller div:nth-child(7) {animation-delay: -0.252s;}
.loader .lds-roller div:nth-child(7):after {top: 63px;left: 17px;}
.loader .lds-roller div:nth-child(8) {animation-delay: -0.288s;}
.loader .lds-roller div:nth-child(8):after {top: 56px;left: 12px;}
@keyframes lds-roller {0% {
transform: rotate(0deg);
}
100% {
transform: rotate(360deg);
}
}
/*loader css end*/



/*header css*/
.site-header {position:absolute;z-index: 9;width: 100%;}
.site-header .site-header-main {margin: 28px 0 0px;}
.site-header .site-header-main .site-branding {display: flex;padding: 0 30px;align-items: center; position: relative;}
.site-header .site-header-main .site-branding a.custom-logo-link {margin: auto;display: table;}
.site-header .site-header-main .site-branding .login-sec {float: right; position: absolute; right: 30px; display: flex; justify-content: space-between;}
.site-header .site-header-main .site-branding nav.login-sec.top-headeer-left {left: 0;}
.site-header .site-header-main .site-branding .login-sec ul li.top-call {position: relative;margin: 0;}
.site-header .site-header-main .site-branding .login-sec ul li.top-call a {padding: 7px 18px 7px 30px;}
.site-header .site-header-main .site-branding .login-sec ul li.top-call:before {content: '';background: url(images/phone-calling.svg) no-repeat;position: absolute;left: 9px;top: 3px;
height: 18px;width: 18px;background-size: 100%;}

.site-header .site-header-main .site-branding .login-sec ul {display: flex; margin: 0;}
.site-header .site-header-main .site-branding .login-sec ul li {list-style: none;margin: 0 0 0 15px;}
.home li#menu-item-2235 {display: none;}
.site-header .site-header-main .site-branding .login-sec ul li a {background: #A88F70;color: #fff;padding: 7px 15px;font-size: 16px;text-transform:capitalize;border-radius: 0px;
font-family: 'Helvetica Neue'; font-weight: 500; transition:all 0.2s ease;}
.site-header .site-header-main .site-branding .login-sec ul li a:hover{background:#2E5059; transition:all 0.2s ease; }

.site-header .site-header-main .main-navigation {margin: 0;}
.site-header .site-header-main .main-navigation .primary-menu {text-align: center;padding: 0 15px;margin: auto;display: table;}
.site-header .site-header-main .main-navigation .primary-menu li a {color: #fff;text-transform: uppercase;font-size: 14px;font-weight: 600;font-family: 'Helvetica Neue'; font-weight: 500;}
.site-header .site-header-main .main-navigation .primary-menu li a:hover, .site-header .site-header-main .main-navigation .primary-menu li.current-menu-item a {color: #f6eb9c}
.site-header .site-header-main .main-navigation .primary-menu li ul.sub-menu {border-bottom: none;}
.site-header .site-header-main .main-navigation .primary-menu li ul.sub-menu li a {color: #000;}
.site-header .site-header-main .main-navigation .primary-menu li ul.sub-menu li:hover {border: 1px solid #14495a;}
.site-header .site-header-main .main-navigation .primary-menu li ul.sub-menu li:hover a {color: #fff;background: #14495a;border-bottom: none;}
.site-header .site-header-main .main-navigation .primary-menu li ul.sub-menu:hover:before {border-color: #14495a transparent;}
.site-header .site-header-main .main-navigation .primary-menu li ul.sub-menu:hover:after{border-color: #14495a transparent;}
.site-header .site-header-main .main-navigation .primary-menu li.woocommerce_custom_menu {display: none;}
/*header css end*/

/*accreditation advertisement css*/
.home-accreditation .swiper-pagination-horizontal {margin-top: 16px !important;bottom: -15px !important;}
.home-accreditation .swiper-pagination-horizontal span {width: 12px;height: 12px;margin: 0 4px !important;}
.home-accreditation .swiper-pagination-horizontal .swiper-pagination-bullet-active {background: #2e5059;}
/*accreditation advertisement css end*/


/*sales listing css*/
.sales-letting-banner{ margin-top:0; }
.sales-letting-banner{ margin-top:15px; padding: 0 15px;  background: #f9fdfe; z-index: 0;}
.sales-letting-banner .sales-letting-banner-left{ position:relative; padding:0; overflow:hidden; height: 340px;}
.sales-letting-banner .sales-letting-banner-left .elementor-widget-image {height: 100%;}
.sales-letting-banner .sales-letting-banner-left .elementor-widget-image img.attachment-full {height: 100%;object-fit: cover;}
.sales-letting-banner .sales-letting-banner-left .elementor-widget-heading {position: absolute;top: 42%;left: 0;right: 0;text-align: center;width: auto;transform: translate(0, -50%);
z-index: 9}


.sales-letting-banner .elementor-widget-heading h4 {margin-top: 100px;}
.sales-letting-banner .elementor-widget-heading h4 a {position: relative;top: 0;background: #A88F70;color: #fff !important;font-size: 15px !important;border: none;
padding: 15px 50px;border-radius: 0px;text-decoration: none;}
.sales-letting-banner .elementor-widget-heading h4 a:hover{background: #2E5059;transition: all 0.2s ease; color: #fff;}

.sales-letting-banner .sales-letting-banner-left:after {content: '';width: 100%;height: 100%;margin: 0;padding: 20px;background: lch(6.32 0 0 / 0.4);position: absolute;}

.sales-letting-banner .sales-letting-banner-right{ overflow:hidden; height:340px; }
.sales-letting-banner .sales-letting-banner-right img {width: 100%;height: 100%;object-fit: cover;}
.sales-letting-banner .sales-letting-banner-right .elementor-widget-image {height: 100%;}
.sales-letting-banner .sales-letting-banner-right .elementor-widget-image img.attachment-full {height: 100%;object-fit: cover;}
.sales-letting-banner .sales-letting-banner-right .elementor-widget-heading {position: absolute;top: 42%;left: 0;right: 0;text-align: center;width: auto;transform: translate(0, -50%); z-index: 9}
.sales-letting-banner .sales-letting-banner-right:after {content: '';width: 100%;height: 100%;margin: 0;padding: 20px;background: lch(6.32 0 0 / 0.4);position: absolute;}
.sales-letting-banner .elementor-widget-heading h3{ color:#fff }
/*sales listing css end*/

/*slider css*/
.home-slider {position: relative;height: 740px; overflow: hidden; z-index: 1;}
.home-slider:after {content: '';background: rgb(33, 65, 74, 0.6);position: absolute;top: 0;height: 100%;width: 100%;z-index: 1;}
.home-slider .explore-property {position: absolute;z-index: 5;left: 50%;right: 0;top: 50%;width:900px;transform: translate(-50%, -50%);padding: 0 15px; z-index: 9999;}
.home-slider .explore-property h2 {color: #fff !important;font-size: 42px;text-align: center;margin: 0 0 8px;}
.home-slider .explore-property form.property-search-form {display: block; position: relative;}
.home-slider .explore-property form.property-search-form .control { width: 19.4%;float: left;margin-top: 0px;padding-right: 0px;padding-left: 0;}
.home-slider .explore-property form.property-search-form .control-department {width: 100%;text-align: center;display: block; margin-bottom: 20px;}
.home-slider .explore-property form.property-search-form .control-department label {margin: 0 8px;color: #fff;}
.home-slider .explore-property form.property-search-form .control-department label {argin: 0 8px;color: #fff;font-size: 15px;}
.home-slider .explore-property form.property-search-form .control-department label input {position: relative;top: 1px;}

.home-slider .explore-property form.property-search-form .home-filter-button { margin: 0 0;position: absolute;top: 79px;right: 164px;display: inline-block;width: auto;text-align: right;margin-top: 0px;}
.home-slider .explore-property form.property-search-form .home-filter-button a {color: #a88f70;font-size: 15px;border: none;border-radius: 5px;}

.home-slider .explore-property form.property-search-form .control-address_keyword {width: 100%;display: inline-block;position: relative; margin-top: 20px;}
.home-slider .explore-property form.property-search-form .control-address_keyword .current-location img {width: 18px; margin-top: 10px; margin-left: 6px;}
.property-search-form-homepage .filter-box{display: none; position: absolute;bottom: -51px; width: 100%;}
.home-slider .explore-property form.property-search-form .control-address_keyword label {display: none;}
.home-slider .explore-property form.property-search-form .control-address_keyword input#address_keyword {padding:0px;width:83.1%;height: 51px;border: 0;border-radius:5px 0 0 5px;
    padding-left: 60px;}
.home-slider .explore-property form.property-search-form .control-address_keyword .current-location {left: 0px;top: 0;border: 0 !important;height: 51px;background: #c8c0b5;
width: 49px !important;border-radius: 0;display: flex;align-items: center;justify-content: center;}
.home-slider .explore-property form.property-search-form .control-address_keyword .current-location img {width: 18px;margin-top: 0;margin-left: 0;}
.home-slider .explore-property form.property-search-form input[type="submit"] { position: absolute; background: #A88F70; color: #fff; font-size: 15px; border: none; padding: 4px 50px;
border-radius:0; height: 51px; width: 160px; width: auto; right: 0;margin: auto;display: table;top:64px;}
.home-slider .explore-property form.property-search-form input[type="submit"]:hover{background: #2E5059;transition: all 0.2s ease; color: #fff;}
.home-slider .explore-property form.property-search-form .lettings-only label, .home-slider .explore-property form.property-search-form .residential-only label, 
.home-slider .explore-property form.property-search-form .sales-only label {display: none;}
.home-slider .explore-property form.property-search-form .residential-only {width: 25%;float: left;}
.home-slider .explore-property form.property-search-form .control select, .home-slider .explore-property form.property-search-form .residential-only select{
background: #fff;padding: 10px;border: none;border-radius: 0px;width: 100%;color: #000;height: 51px; font-size: 14px; border-right: 1px solid #e1e4e6;}
.home-slider .explore-property form.property-search-form .control select:focus, .home-slider .explore-property form.property-search-form .residential-only select:focus{ outline:none; }
.home-slider .explore-property form.property-search-form .control-radius {float: left;width: 19.4%;margin-top: 0px;padding-right: 0px;border-right: 1px solid #e1e4e6;}
.home-slider .explore-property form.property-search-form .control-radius select {padding: 9px;width: 100%;height: 51px;border: 0;border-radius: 0px;color: #000; font-size: 14px;}

.home-slider .explore-property form.property-search-form .control-radius label {display: none;}

.home-slider .elementor-widget-image-carousel, .home-slider .elementor-widget-image-carousel .swiper-backface-hidden {height: 100%}

.home-slider .elementor-widget-image-carousel .swiper-backface-hidden {height: 100%;}
.home-slider .elementor-widget-image-carousel .swiper-backface-hidden figure.swiper-slide-inner{ height: 100% }
.home-slider .elementor-widget-image-carousel .swiper-backface-hidden figure.swiper-slide-inner img {height: 100%;object-fit: cover;}


.home-slider:before {content: '';background: url(images/banner-before.png) no-repeat;width: 550px;height: 100%;position: absolute;left: 0;
bottom: 0;z-index: 9999;background-position: bottom left;opacity: 0.4; background-size: 360px;}

.explore-property .get-free-valutaion {text-align: center;margin-top: 79px; display: none;}
.explore-property .get-free-valutaion a {font-size: 15px;border: none;padding: 13px 27px;border-radius: 0;width: 258px; margin: auto;}
/*slider css end*/


/*about us css*/
.home-abt-sec{ background: #f9fdfe; display: inline-block; position: relative;}
.home-abt-sec:after{content: '';background: url(images/property-scratch.png) no-repeat;width: 567px;height: 335px;position: absolute;right: 0;top: 0;z-index: 9999;
background-position: top right; background-size: 100%;}
.home-abt-sec.homeafter-img:after{ display:none; }
.home-abt-sec .abt-img {width: 40%;    height: 600px;}

/*
.elementor-widget-image{ position:relative;height: 100%; overflow: hidden;}
.elementor-widget-image:before {content: "";background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);content: "";display: block;height: 100%;
left: -75%;position: absolute;top: 0;transform: skewX(-25deg);width: 50%;z-index: 9999;}
.elementor-widget-image:hover:before{    -webkit-animation: shine 0.85s;animation: shine 0.99s;}
@keyframes shine {100% {left: 125%;}
}
*/

.home-abt-sec .abt-img img {height: 600px;width: 100%;object-fit: cover; border-radius: 0px; position: relative;}

.home-abt-sec .e-con-inner {display: flex;align-items: center !important;}
.home-abt-sec h4.elementor-heading-title {font-size: 22px;color: #A88F70 !important;text-shadow: none !important;font-weight: normal;}
.home-abt-sec h2.elementor-heading-title {padding-right: 32px;}
.home-abt-sec p {margin-bottom: 24px; font-size: 24px;}
.home-abt-sec .e-con-inner .store-open {position: absolute;bottom: -32px;right: -30px;background: #2E5059;border-radius: 0px;padding: 24px;}
.home-abt-sec .e-con-inner .store-open h3 {color: #fff;font-size: 16px;font-weight: 500;text-align: center;margin: 0 0 12px;}
.home-abt-sec .e-con-inner .store-open ul {margin: 0;padding: 0;}
.home-abt-sec .e-con-inner .store-open ul li {color: #fff;font-size: 12px;margin: 0 0 4px;}
.home-abt-sec .e-con-inner a.btns {margin-top: 20px;}
/*about us css end*/

/*featured css*/
.featured-panel{ position:relative; padding: 0 30px; background: #f9fdfe;}
.featured-panel .featured-tabing .elementor-tabs .elementor-tabs-wrapper {text-align: center;margin: auto;float: none;display: flex;justify-content: center; margin-bottom: 40px;}
.featured-panel .featured-tabing .elementor-tabs .elementor-tab-title:before, .featured-panel .featured-tabing .elementor-tabs .elementor-tab-title:after {
border-color: #2E5059;border: solid 4px #2E5059;}
.featured-panel .featured-tabing .elementor-tabs .elementor-tabs-wrapper .elementor-tab-title {background: #E2F0F3;z-index: 0;padding: 42px 21px;text-align: left;width: 230px;
font-size: 18px;font-weight: normal;height: 102px;color: #000;}

.featured-tabing .elementor-tabs-content-wrapper .elementor-tab-content:before {content: '';color:#EDF3F4;position: absolute;right: 115px;top: -179px;font-size: 145px;font-weight: bold;}
.featured-tabing .elementor-tabs-content-wrapper .sales_slider {margin-top: 0;}
.featured-tabing .elementor-tabs-content-wrapper .sales-left {position: relative;z-index: 9;}
.featured-tabing .elementor-tabs-content-wrapper .elementor-tab-content h2 {position: absolute;top: -130px;background: #A88F70;color: #fff !important;padding: 10px 28px;font-size: 56px;left: 250px;}
.featured-tabing .elementor-tabs-content-wrapper .sales-left img {height: 620px;width: 490px;object-fit: cover;position: absolute;top: -200px;}
.featured-panel .featured-tabing .elementor-tabs .elementor-tabs-wrapper .elementor-tab-title.elementor-active {background: #2e5059;color: #fff;height: 110px;}

.featured-tabing .elementor-tabs-content-wrapper {border: none !important;}
.featured-tabing .elementor-tabs-content-wrapper .elementor-tab-content {padding: 60px 0;border: none;background: #2E5059;position: relative;margin-top: 210px; padding-right: 20px;
 box-shadow: 109px 0px 0px 0px #f9fdfe inset;border: 1px solid #f9fdfe;}
.featured-tabing .elementor-tabs-content-wrapper .swiper-container{ width:65%; justify-content: right; float: right;}
.featured-tabing .elementor-tabs-content-wrapper .swiper-wrapper {width: 100%;}
.featured-tabing .elementor-tabs-content-wrapper .swiper-wrapper .swiper-slide {background: #1A3B44;border-radius: 0px;padding:15px 15px 25px;height: 100%;}
.featured-tabing .elementor-tabs-content-wrapper .swiper-wrapper .swiper-slide img {border-radius: 0px;height: 220px;object-fit: cover;margin: 0 0 20px; width: 100%;}
.featured-tabing .elementor-tabs-content-wrapper .swiper-wrapper .swiper-slide h3 {line-height: 24px;min-height: 64px;}
.featured-tabing .elementor-tabs-content-wrapper .swiper-wrapper .swiper-slide h3 a {font-size: 20px;color: #fff;min-height: 100px;}
.featured-tabing .elementor-tabs-content-wrapper .swiper-wrapper .swiper-slide .int-details span {margin: 0 8px 0 0px; color: #fff;}
.featured-tabing .elementor-tabs-content-wrapper .swiper-wrapper .swiper-slide .int-details span i.fa-solid {font-family: 'FontAwesome';color: #fff;margin: 0 0 0 0px;font-style: normal;}
.featured-tabing .elementor-tabs-content-wrapper .sales_slider .swiper-scrollbar {width: 346px;position: relative;margin: auto;margin-top: 47px;background: #1B3F48;}
.featured-tabing .elementor-tabs-content-wrapper .sales_slider .swiper-scrollbar .swiper-scrollbar-drag {background: #A88F70;    height: 10px; top: -3px;}
.featured-tabing .elementor-tabs-content-wrapper .swiper-wrapper .swiper-slide span.price {
    color: #fff;
}
/*featured css end*/


/*property dev css*/
.property-dev h2.elementor-heading-title {margin-bottom: 50px;}
.property-dev{background: #f9fdfe;}
.property-dev .e-con-inner {overflow: hidden;}
.property-dev .property-right-sec {width: 53%; position: relative; z-index: 0;}
.property-dev .property-right-sec .property-right-sec-inner{z-index: 99; position: relative;}
.property-dev .property-right-sec .property-right-sec-inner .elementor-widget-container {width: 114%; border-radius: 8px;overflow: hidden; z-index: 99; position: relative;}
.property-dev .property-right-sec .property-right-sec-inner img {height: 520px;object-fit: fill;}

.property-dev .property-right-sec .ds-devlopmnet-box {background: #2e5059;height: 83%;position: absolute; z-index: 0; width: 86%;}
.property-dev .property-right-sec .ds-devlopmnet-box:after{content: '';background: url(images/banner-before.png) no-repeat;width: 550px;height: 100%;position: absolute;
left: 0;bottom: 0;z-index: 9999;background-position: bottom left;opacity: 0.1;background-size: 280px;}
.property-dev .property-right-sec .ds-devlopmnet-box .e-con-inner {justify-content: end;}
.property-dev .property-right-sec .ds-devlopmnet-box .e-con-inner h2.elementor-heading-title {color: #fff !important; /*opacity: 0.1;*/ font-weight: bold !important;font-size: 50px;
margin: 10px 30px;}

.property-dev .property-dev-right {background: #fff;border-radius: 0; box-shadow:6px 12px 30px -14px #ededed; margin-top: 130px; width: 46%; z-index: 0;}
.property-dev .property-dev-right .swiper-slide{padding:25px 65px 135px; z-index: 99;}
.property-dev .property-dev-right h3 {font-size: 22px;color: #A88F70;font-weight: 500;}
.property-dev .property-dev-right h2 {font-size: 30px;color: #2E5059;margin: 0 0 40px;}
.property-dev .left-dev {display: flex;justify-content: space-between; padding-bottom: 20px;}
.property-dev .left-dev span {width: 48%;font-size: 16px;color: #2E5059; position: relative;}
.property-dev .left-dev span img {width: auto;margin: 0 0 6px;}

.property-dev .right-dev {display: flex;justify-content: space-between;}
.property-dev .right-dev span {width: 48%;font-size: 16px;color: #2E5059; position: relative;}
.property-dev .right-dev span img {width: auto;margin: 0 0 6px;}


.property-dev .bottom-dev {display: flex;justify-content: space-between;margin-top: 28px;border-top: 1px solid #a88f70;border-bottom: 1px solid #a88f70;padding: 18px 0px;}
.property-dev .bottom-dev span.phone {display: flex;align-items: center;font-size: 24px;color: #2e5059;}
.property-dev .bottom-dev span.phone img {margin: 0 10px 0 0px;}
.property-dev .bottom-dev span.read-more a {background: #A88F70;color: #fff;font-size: 15px;border: none;padding: 4px 20px;border-radius: 0px;height: 51px;width: 160px;display: flex;
align-items: center;justify-content: center;transition: all 0.2s ease;}
.property-dev .bottom-dev span.read-more a:hover{background: #2E5059;transition: all 0.2s ease; color: #fff;}


.property-charming-sec h3 {font-size: 24px;font-weight: bold;}
.property-charming-sec ul {padding: 0;}
.property-charming-sec ul li {color: #a88f70;font-weight: bold;}
.property-charming-sec .property-enquiry {display: inline-block;padding: 0 24px 0 0px;}
.youtube_video_pro-charming {margin-top: 10px; margin-bottom: 20px;}
.youtube_video_pro-charming iframe{ width:100%; }
/*property dev css end*/

/*service css*/
.service-panel {padding-top: 70px; padding-bottom: 70px;background: #ccc url(images/service-bg.png) no-repeat;background-size: cover;background-position: center; position: relative;
padding:60px 30px; z-index: 0;}
.service-panel:after{    content: '';background: rgb(46, 80, 89, 65%);position: absolute;top: 0;height: 100%;width: 100%;z-index: 1; left: 0;}/*service css end*/
.service-panel h2.elementor-heading-title {color: #fff !important;z-index: 9;position: relative;}
.service-panel p.elementor-heading-title {color: #fff;z-index: 9;position: relative;font-weight: normal;line-height: 35px;}
.service-panel .service-sec-inner {padding: 0;margin: 0;z-index: 9;}
.service-panel .service-sec-inner .e-con-inner {float: left;margin: inherit;}
.service-panel .service-sec-inner .e-con-inner .e-con-full {position: relative; padding-right: 25px;padding-bottom: 15px; padding-left: 0;}
.service-panel .service-sec-inner .e-con-inner .e-con-full .elementor-widget-image {height: 300px;}
.service-panel .service-sec-inner .e-con-inner .e-con-full .elementor-widget-image img {height: 100%;object-fit: cover; border: 4px solid #C8C0B5; width: 100%;}
.service-panel .service-sec-inner .e-con-inner .e-con-full .elementor-widget-heading {position: absolute;top: 50%;left: 50%;right: 0;
transform: translate(-50%, -50%);text-align: center;background: rgb(46 80 89 / 70%);padding:5px 0 13px;}
.service-panel .service-sec-inner .e-con-inner .e-con-full .elementor-widget-heading h3.elementor-heading-title a {color: #fff;font-size: 18px;font-weight: normal;}
.service-panel .service-sec-inner .e-con-inner .e-con-full.for-landing .elementor-widget-heading {width: 100%;height: 94%;margin: 0;padding: 20px; background: lch(6.32 0 0 / 0.4);}
.service-panel .service-sec-inner .e-con-inner .e-con-full.for-landing .elementor-widget-heading .elementor-widget-container {border: 1px solid #A88F70;display: flex;align-items: center;
justify-content: center;flex-wrap: wrap;padding: 0 15px;}
.service-panel .service-sec-inner .e-con-inner .e-con-full.for-landing .elementor-widget-heading p.elementor-heading-title {font-size: 18px;line-height: 30px; margin-top: 35px;}

.service-panel .service-sec-inner .e-con-inner .e-con-full.for-landing .elementor-widget-heading.for-landingheading {width: auto;height: auto;background: none;padding: 0;
z-index: 99;}
.service-panel .service-sec-inner .e-con-inner .e-con-full.for-landing .elementor-widget-heading.for-landingheading .elementor-widget-container {border: none;}
.service-panel .service-sec-inner .e-con-inner .e-con-full.for-landing .elementor-widget-heading.for-landingheading .elementor-widget-container h3.elementor-heading-title a {
font-size: 18px;font-weight: bold; background: rgb(46 80 89 / 70%);  padding: 8px 18px 8px; display: inline-block; font-weight: normal;}
.property-dev .property-dev-right .swiper-button-prev {bottom: 0;top: inherit;background: #C8C0B5;width: 70px;height: 70px;margin: 0 0 0 -9px;}
.property-dev .property-dev-right .swiper-button-next {bottom: 0;top: inherit;background: #C8C0B5;width: 70px;height: 70px;left: 72px;}
.property-dev .property-dev-right .swiper-button-prev:after, .property-dev .property-dev-right .swiper-button-next:after {font-size: 24px;color: #fff;}
/*news sec css*/
.news-panel {background: #F9FDFE; padding: 0 15px; position: relative; z-index: 0;}
.news-panel:after{content: '';background: url(images/property-scratch.png) no-repeat;width: 567px;height: 335px;position: absolute;right: 0;top: 0;z-index:1;
background-position: top right; background-size: 100%;}
.news-panel h2 {margin: 0 0 30px;}
.news-panel article.wpr-grid-item .wpr-grid-item-inner {background: #fff; padding: 25px !important; box-shadow: 1px 6px 15px -2px #d9d9d9; border-radius:0px; z-index:9; }
.news-panel article.wpr-grid-item .wpr-grid-item-inner .wpr-grid-item-below-content {
position: relative;
} 
.news-panel article.wpr-grid-item .wpr-grid-item-inner .wpr-grid-item-below-content .wpr-grid-item-date {position: absolute; background: #CF944A; height: 70px; width: 70px; top: -38px;
text-align: center;}
.news-panel article.wpr-grid-item .wpr-grid-item-inner .wpr-grid-item-below-content .wpr-grid-item-date .inner-block {height: 100%; width: 100%; display: flex;
align-items: center;justify-content: center;}
.news-panel article.wpr-grid-item .wpr-grid-item-inner .wpr-grid-item-below-content .wpr-grid-item-date .inner-block span {color: #fff; font-size: 13px; padding: 0 12px;
font-weight: 500;}
.news-panel article.wpr-grid-item .wpr-grid-item-inner .wpr-grid-item-below-content h2.wpr-grid-item-title a {margin-top: 40px;margin-bottom: 11px;font-size: 22px;color: #2E5059;
font-weight: bold; min-height: 80px; line-height: 35px;}
.news-panel article.wpr-grid-item .wpr-grid-item-inner .wpr-grid-item-below-content p {font-size: 18px;color: #565656;}
.news-panel article.wpr-grid-item .wpr-grid-item-inner .wpr-grid-item-below-content a.wpr-button-effect {color: #2E5059 !important;font-size: 18px;font-weight: bold; position: relative;}
.news-panel article.wpr-grid-item .wpr-grid-item-inner .wpr-grid-item-below-content a.wpr-button-effect:after {
content: '';background: url(images/icon-feather-arrow-right.png) no-repeat;width: 22px;height: 15px;display: inline-block;margin: 12px 0 0 10px;position: relative;top: 3px;}
/*news sec css end*/

/*map-info css*/
.map-info{ position:relative; background: #F9FDFE; margin-bottom: 0px;}
.map-info .e-con-inner {}
.map-info .e-con-inner .map-left {position: static;margin-top: 0;padding: 0 !important;}
.map-info .map-sec {position: absolute;left: 0;    height: 100%; width: 50%;}
.map-info .map-sec .elementor-custom-embed {height: 100%;}
.map-info .map-sec .elementor-custom-embed iframe {height: 100%;}
.map-info .e-con-inner .form-sec {width:70%;border-radius: 8px;}
.map-info .e-con-inner .form-sec .form-inner {background: #2E5059;padding: 40px 40px;border-radius: 0; position: relative;}
.map-info .e-con-inner .form-sec .form-inner:before{content: '';background: url(images/banner-before.png) no-repeat;width: 550px;height: 100%;position: absolute;
	left: 0;bottom: 0;z-index:0;background-position: bottom left;opacity: 0.1;background-size: 300px;}
.map-info .e-con-inner .form-sec .elementor-widget-heading {margin-left: 156px;}
.map-info .e-con-inner .form-sec h2.elementor-heading-title {color: #2e5059 !important;font-size: 82px;font-weight: normal !important;padding: 0 63px 0 0px; z-index: 99;
position: relative;}
.map-info .e-con-inner .form-sec h2.elementor-heading-title:after {content: 'Contact us';position: absolute;color: #EDF3F4;text-transform: uppercase;font-weight: bold;
font-size: 109px;right: 0px;z-index: -1;top: 29px;white-space: pre; display: none;}
.map-info .e-con-inner .form-sec .form-inner .elementor-shortcode {color: #fff;}
.map-info .e-con-inner .form-sec .form-inner form.wpcf7-form{ margin-top:20px; }
.map-info .e-con-inner .form-sec .form-inner form.wpcf7-form br {display: none;}
.map-info .e-con-inner .form-sec .form-inner form.wpcf7-form .send-home-msg {display: flex;flex-wrap: wrap;}
.map-info .e-con-inner .form-sec .form-inner form.wpcf7-form .send-home-msg span.wpcf7-form-control-wrap {width: 49%;margin: 0 0 20px;}
.map-info .e-con-inner .form-sec .form-inner form.wpcf7-form .send-home-msg {display: flex;flex-wrap: wrap;justify-content: space-between;}
.map-info .e-con-inner .form-sec .form-inner form.wpcf7-form .send-home-msg span.wpcf7-form-control-wrap input {width: 100%;border-radius: 0px;border: none;font-size: 16px;
padding: 10px 15px;}
.map-info .e-con-inner .form-sec .form-inner form.wpcf7-form .send-home-msg span.wpcf7-form-control-wrap:nth-child(5) {width: 100%;}
.map-info .e-con-inner .form-sec .form-inner form.wpcf7-form .send-home-msg span.wpcf7-form-control-wrap textarea {width: 100%;border-radius: 4px;border: none;font-size: 16px;
padding: 10px 15px;height: 100px;}
.map-info .e-con-inner .form-sec .form-inner form.wpcf7-form .send-home-msg input.has-spinner {
background: #A88F70;color: #fff;font-size: 15px;border: none;padding: 4px 20px;border-radius: 0px;height: 51px;width: 160px;display: flex;align-items: center;justify-content: center;
transition: all 0.2s ease;border: 1px solid #fff;font-family: 'Helvetica Neue'; z-index: 9;}
.map-info .e-con-inner .form-sec .form-inner form.wpcf7-form .send-home-msg input.has-spinner:hover{background: #2E5059;}

.map-info .e-con-inner .form-sec .form-inner ul {display: flex;justify-content: space-between;border-top: 1px solid #fff;margin: 40px 0 0px;padding: 30px 0 0;}
.map-info .e-con-inner .form-sec .form-inner ul li {width: 33.33%;padding: 0 0 0px 55px;position: relative;color: #fff;display: flex;align-items: center; font-size: 14px;
border-right: 1px solid #fff;}
.map-info .e-con-inner .form-sec .form-inner ul li:last-child {border-right: none; margin-bottom: 0; padding-bottom: 0;}
.map-info .e-con-inner .form-sec .form-inner ul li i {position: absolute;background: #fff;width: 45px;height: 45px;border-radius: 50px;padding: 8px;left: 0; display: flex;
align-items: center;justify-content: center;}
.map-info .e-con-inner .form-sec .form-inner ul li:nth-child(1) {width: 25%;}
.map-info .e-con-inner .form-sec .form-inner ul li:nth-child(2) {width: 33.33%;}
/*map-info css end*/


/*sales property home css*/
.homeproperty-sale:after{ display:none;}
.homeproperty-sale .testimonial-panel {background: none; padding-top: 0}
.homeproperty-sale .testimonial-panel .strong-view.wpmtst-modern .wpmtst-testimonial-inner {overflow: visible;padding: 20px 25px;}
.homeproperty-sale .wpmslider-has-pager .wpmslider-controls-direction {display: none;}
.homeproperty-sale .wpmslider-has-pager .wpmslider-custom-pager .wpmslider-pager-item {margin: 0 2px;}
.homeproperty-sale .wpmslider-has-pager .wpmslider-custom-pager .wpmslider-pager-item a:before {mask: none;border-radius: 50%;background: #ccc;}
/*.homeproperty-sale .wpmslider-has-pager .wpmslider-custom-pager .wpmslider-pager-item a.active:before {background: #2e5059;}*/

.homeproperty-sale .testimonial-panel .e-con-inner {padding: 0;}
.homeproperty-sale .grw-dots .grw-dot {width: 12px !important;height: 12px !important;}
.homeproperty-sale .grw-dots .grw-dot.active {background: #2e5059 !important;}
.homeproperty-sale .grw-reviews .grw-review .grw-backgnd {background: #fff !important;box-shadow: 2px 1px 13px 0px #e1f0ff !important;}
.homeproperty-sale .grw-controls {display: none;}

/*sales property home css end*/

/*inner page css*/
.inner-background {height: 500px;background-repeat: no-repeat;background-size:cover;background-position: bottom; position: relative;}
.inner-background:after {content: '';background: rgb(33, 65, 74, 0.6);position: absolute;top: 0;height: 100%;width: 100%;z-index: 1;}
.inner-background:before {content: '';background: url(images/banner-before.png) no-repeat;width: 550px;height: 100%;position: absolute;left: 0;bottom: 0;z-index:5;
background-position: bottom left;opacity: 0.4;background-size: 360px;}
.inner-background h1.page-title {position: absolute;top: 66%;left: 0;right: 0;text-align: center;text-transform: uppercase;font-weight: bold;transform: translate(0, -50%);z-index: 5; color: #fff;
    padding: 0 15px;}
/*inner page css end*/


/*search page css*/
.propertyhive .propertyhive-views {display: inline-block;width: 100%;margin-top: 20px;position: relative;}
.propertyhive .propertyhive-views ul {padding: 0;display: flex;}
.propertyhive .propertyhive-views ul li.list-view {margin: 0 15px 0 0px;}
.propertyhive .propertyhive-views ul li a {background: #A88F70;color: #fff;font-size: 15px;border: none;padding: 4px 20px;border-radius: 0px;height: 51px;
width: 160px;display: flex;align-items: center;justify-content: center;transition: all 0.2s ease;font-family: 'Helvetica Neue';}
.propertyhive .propertyhive-views ul li a:hover {background: #2E5059;transition: all 0.2s ease;}

.propertyhive #container{ max-width:1600px; width:100%; padding: 0 15px; }
.propertyhive form.property-search-form { display: flex;flex-wrap: wrap;justify-content: space-between;margin-bottom: 25px;position: relative;}
.propertyhive form.property-search-form .control{ display:inline-block; width:32.7%; padding: 0}
.propertyhive form.property-search-form .control.control-department {display: block;margin: 30px 0 15px;background: #a88f70;padding: 15px 15px; text-align: center; width: 100%;}
.propertyhive form.property-search-form .control.control-department label {margin: 0 15px 0 0;color: #fff;font-weight: bold;font-size: 14px;width: auto;height: auto;display: inline-block;}
.propertyhive form.property-search-form .control.control-department label input {position: relative;top: 2px;height: auto;width: auto; border: none; padding: 0;}
.propertyhive form.property-search-form .control.control-address_keyword {margin: 0 0 16px; vertical-align: top; padding-left: 0; width: 32.66%;}
.propertyhive form.property-search-form .control label {font-weight: 500;}
.propertyhive form.property-search-form .control input {background: #fff;padding: 10px;border: 2px solid #efefef;border-radius: 0px;width: 100%;color: #000;height: 50px;}
.propertyhive form.property-search-form .control.sales-only {width: 32.7%;}

.propertyhive form.property-search-form .control .current-location {width: 20px !important;right: 15px !important;bottom: 15px !important;}
.propertyhive form.property-search-form .control .current-location img {width: 100%;}
.propertyhive form.property-search-form .control select {padding: 0px 10px;border: 2px solid #efefef;border-radius:0px;width: 100%;color: #000;height:50px; font-size: 14px;}
.propertyhive form.property-search-form .control.control-availability {padding-right: 0; margin: 0 0px 15px 0px;}
.propertyhive form.property-search-form input[type="submit"] {height: 50px; margin-top: 0px; width: 32.7%}
p.propertyhive-result-count {font-weight: bold; float: left; color: #000; margin: 0;}
.propertyhive form.propertyhive-ordering {float: right; margin-bottom: 30px;}
.propertyhive form.propertyhive-ordering select.orderby {padding: 0px 10px;border: 1px solid #ccc;border-radius: 5px;width: 100%;color: #000;height: 40px;font-size: 14px;}
.propertyhive ul.properties{ display:flex; flex-wrap:wrap; padding-top: 20px; }
.propertyhive ul.properties li {border: 1px solid #ccc !important; padding: 12px;margin-bottom: 25px; position: relative; transition: all 0.2s ease;height: auto !important; position: relative;}
.propertyhive ul.properties li:hover{border: 1px solid #A88F70 !important; transition: all 0.2s ease; transform: scale(1.02);background: #fffaf3;}
.propertyhive ul.properties li .thumbnail{overflow: hidden; margin: 0 0 15px;}
.propertyhive ul.properties li .thumbnail img{ transition:all 0.8s ease; }
.propertyhive ul.properties li .thumbnail:hover img {transform: scale(1.2);transition: all 0.8s ease;}
.propertyhive ul.properties li .details{padding: 0 0 50px;}
.propertyhive ul.properties li .details .floor-area {margin: 10px 0px 15px;font-weight: bold; font-size: 18px;}
.propertyhive ul.properties li .details h3 a {color: #000;font-weight: bold;font-size: 18px;}
.propertyhive ul.properties li .details .price {color: #a88f70;font-weight: bold;font-size: 18px;margin: 0;}
.propertyhive ul.properties li .details .rooms .room.room-bedrooms {position: relative;}
.propertyhive ul.properties li .details .rooms .room.room-bedrooms:before{content: "\f236"; font-family: fontawesome; margin: 0 6px 0 0px;}
.propertyhive ul.properties li .details .rooms {display: flex;justify-content: space-between;margin: 10px 0 15px;}
.propertyhive ul.properties li .details .rooms span {font-weight: bold; font-size: 14px;}
.propertyhive ul.properties li .details .rooms .room.room-bathrooms {position: relative;}
.propertyhive ul.properties li .details .rooms .room.room-bathrooms:before{content: "\f2cd"; font-family: fontawesome; margin: 0 6px 0 0px;}

.propertyhive ul.properties li .details .rooms .room.room-receptions {position: relative;}
.propertyhive ul.properties li .details .rooms .room.room-receptions:before{content: "\f4b8"; font-family: fontawesome; margin: 0 6px 0 0px;}

.propertyhive ul.properties li .actions {position: absolute;bottom: 10px;width: 100%;left: 0;padding: 0 9px;}
.propertyhive ul.properties li a.button {position: relative;background: #A88F70;color: #fff;font-size: 15px;border: none;padding: 9px 28px;border-radius: 0px;height: 40px;
display: inline-block;width: auto; transition: all 0.2s ease;}
.propertyhive ul.properties li a.button.arrange-viewing {float: right;}
.propertyhive ul.properties li:hover a.button {background: #2E5059;transition: all 0.2s ease;}
.propertyhive-pagination ul.page-numbers {text-align: center; margin: 0 0 40px;}
.propertyhive-pagination ul.page-numbers li span.page-numbers.current {background: #a88f70;color: #fff;width: 35px;height: 35px;display: flex;align-items: center;justify-content: center;}
.propertyhive-pagination ul.page-numbers li a.page-numbers {background: #dbdbdb;color: #000;width: 35px;height: 35px;display: flex;align-items: center;justify-content: center;}

p.propertyhive-info {display: inline-block;width: 100%; font-size: 15px;}
/*search page css end*/

/*blog css*/
.blog .site-main {max-width: 1600px;width: auto;margin: 0 auto;padding: 0 15px;}
.blog .type-post {
    max-width: 33%;
    border: 1px solid #ccc !important;
    padding: 12px;
    margin-bottom: 25px;
    position: relative;
    transition: all 0.2s ease;
    margin-top: 24px;
}
.blog .type-post header.entry-header h2.entry-title {
    display: inline-block;
    font-size: inherit;
}
.blog .type-post a.post-thumbnail {
    transition: all 0.2s ease;
    overflow: hidden;
}

.blog .type-post img {object-fit: cover;width: 100%;}
.blog .type-post header.entry-header h2.entry-title a {font-size: 24px;color: #000;font-weight: bold;}
.blog .type-post .entry-content p {font-size: 15px;}
.blog .type-post footer.entry-footer span.byline span.author.vcard {display: flex;align-items: center;margin: 0 0 10px;}
.blog .type-post footer.entry-footer span.byline span.author.vcard img {margin: 0 15px 0 0px;}
.blog .type-post footer.entry-footer span.byline span.author.vcard a {float: left;color: #000;font-weight: bold;}
.blog .type-post footer.entry-footer span a {color: #000;font-weight: 500;margin: 0 10px 0 0px;}
/*blog css end*/



/*development start*/
/*navdeep sir css*/
.related-properties .container {padding: 0;}
.development.property-grid.grid {margin: 80px 0px;transition: all 0.2s ease;}
.development .card-box-a, .development .card-box-b, .development .card-box-d {position: relative;overflow: hidden;-webkit-backface-visibility: hidden;backface-visibility: hidden;}
.development .card-shadow {-webkit-backface-visibility: hidden; backface-visibility: hidden;}
.development .card-shadow:before {content: " ";position: absolute;top: 0;left: 0;width: 100%;height: 100%;z-index: 1;
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 27%, rgba(0, 0, 0, 0.65) 90%);}
.development .card-box-a .development .img-a, .development .card-box-a .img-b, .development .card-box-b .img-a, .development .card-box-b .img-b {transition: 0.8s all ease-in-out;}
.development .card-overlay {position: absolute;width: 100%;height: 100%;top: 0;left: 0;}
.development .card-overlay-a-content {transition: all 0.5s ease-in;position: absolute;width: 100%;bottom: 0px;z-index: 2;}
.card-box-a:hover .card-overlay-a-content {bottom: 66px;}
.development .link-a {text-decoration: none;color: #ffffff;text-decoration: none;}
.development .card-header-a {padding: 0 1rem;} 
.development .card-body-a {z-index: 2;transition: all 0.5s ease-in;padding: 0rem 1rem 2rem 1rem;}
.development .card-footer-a {width: 100%;position: absolute;z-index: 2;background-color:#a88f70;}
.development .card-header-a .card-title-a {color: #ffffff;margin-bottom: 0;padding-bottom: 15px;font-size: 2rem;}
.development .card-header-a .card-title-a a{color: #ffffff; text-decoration: none; font-size: 27px; font-weight: bold; text-transform: capitalize; max-width: 290px;
display: inline-block;width: 100%;line-height: 40px;}
.development .card-info {list-style: none;margin-bottom: 0;padding: 12px 0;}
.development .card-info li{  text-align:center; }
.development .card-info .card-info-title {font-size: 15px;color: #000;font-weight:600; margin: 0; text-transform: capitalize;}
.development .card-info li span {color: #ffffff;font-size: 0.9rem;}
.development .price-a {color: #ffffff;padding: 4px 20px 4px;border: 2px solid #a88f70;border-radius: 50px;text-transform: uppercase;letter-spacing: 0.03em;width: auto; margin: 0 0 15px;
background: #a88f70;}

.development .card-box-a {height: 500px;}
.development .card-box-a .img-box-a {height: 100%;}
.development .card-box-a .img-box-a img {height: 100%;object-fit: cover; width: 100%;}
.card-box-a .img-a{transition: 0.8s all ease-in-out;}
.card-box-a:hover img {transform: scale(1.2);transition: 0.8s all ease-in-out;}
/*navdeep sir css end*/
/*development end*/

/*development detail css*/
.single-property-development .type-property-development {margin-top: 50px;}
.single-property-development .type-property-development p {font-size: 15px;}
.single-property-development .type-property-development .property-enquiry {margin: 0 0 30px;}
.single-property-development .type-property-development .property-enquiry h3 {font-weight: bold;font-size: 22px;}
.single-property-development .type-property-development .property-enquiry p {color: #000;font-size: 16px;font-weight: 500;}
.single-property-development .type-property-development .property-enquiry a {color: #a88f70;font-weight: 500;margin-top: 6px;display: inline-block; font-size: 15px;}
.single-property-development .type-property-development a {color: #000;}
.single-property-development .type-property-development a:hover {color: #a88f70;}

body.single-property-development .development-card-detail ul.card-info {background: none;padding: 0;justify-content: space-between !important; flex-wrap: wrap;}
.single-property-development .development-card-detail ul.card-info li {background: #A88F70;width: 18.5%;text-align: center;padding: 54px 20px;height: 165px;border-radius: 10px;
transition: all 0.2s ease;}
.single-property-development .development-card-detail ul.card-info li:hover {transition: all 0.2s ease;transform: scale(1.1);}
.single-property-development .development-card-detail ul.card-info li h4.card-info-title {font-size: 22px;}
.single-property-development .development-card-detail ul.card-info li span {font-size: 18px;}


.single-property-development .card-footer-a ul.card-info {background: #A88F70;padding: 15px 15px;border-radius: 10px;}
.single-property-development .card-footer-a ul.card-info li h4 {font-weight: bold;font-size: 18px;}
.single-property-development .card-footer-a ul.card-info li span {color: #fff;}
/*development detail css end*/

/*news css*/
.page-template-news-template ul.wpr-grid-filters li span {background: #e5e5e5;}
.page-template-news-template ul.wpr-grid-filters li span:hover{background-color: #a88f70 !important;}
.page-template-news-template ul.wpr-grid-filters li span.wpr-active-filter {background-color: #a88f70 !important;}
/*news css end*/

/*news detail css*/
.single-post .type-post {margin-top: 30px;}
.single-post .type-post p {font-size: 16px;}
.single-post .type-post footer.entry-footer {margin: 0 0 30px;}
.single-post .type-post footer.entry-footer span.author img {width: auto;margin: 0 15px 0 0px;}
.single-post .type-post footer.entry-footer span.author {display: flex;align-items: center;}
.single-post .type-post footer.entry-footer span.author a.url {color: #000;}
.single-post .type-post footer.entry-footer span a {color: #000 !important;margin: 0 0;}
.single-post .post-navigation {margin: 0 0 20px;border: none;}
.single-post .post-navigation .nav-links {display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-pack: justify;-ms-flex-pack: justify;
	justify-content: space-between; -ms-flex-wrap: wrap; flex-wrap: wrap;}
.single-post .post-navigation .nav-links .nav-next {border-top: none;}
.single-post .post-navigation .nav-links a span.post-title {font-size: 15px;}
.single-post .post-navigation .nav-links .nav-previous {margin: 0 30px 0 0px;}
.single-post .post-navigation .nav-links .nav-previous a span {font-weight: bold;color: #2e5059;}
.single-post .post-navigation .nav-links .nav-previous a span:hover{color: #2e5059;}

.single-post .post-navigation .nav-links .nav-next a span {font-weight: bold;color: #2e5059;}
.single-post .post-navigation .nav-links .nav-next a span:hover{color: #2e5059;}

.property-reno .e-con-inner h4 {text-align: left;}
.property-reno .e-con-inner p {text-align: left;}
.property-reno .e-con-inner h2 {font-size: 28px !important; text-align: left;}
.single-property-development .development-card-detail {display: none;}
.property-reno img.attachment-full {width:400px;}
.type-property-development .property-reno {width: 100%;max-width: 100%; padding: 0;}
.type-property-development .property-reno-video{width: 100%;max-width: 100%;}
.type-property-development .property-reno-video iframe {}

.property-reno .about-right p {text-align: left;}
.single-property-development .development.property-grid.grid {margin-top: 24px;}

.single-post .type-post img {width: auto; object-fit: cover;}
.single-post .type-post ol {padding: 0 0 0 20px;}
.single-post .type-post li {margin: 0 0 18px;list-style: disc;}
/*news detail css end*/

/*services css*/
.page-template-service-template .service {margin-top: 50px;}
.page-template-service-template .service .single-solutions {position: relative;margin: 0 0 30px; transition: all 0.5s; height: 450px;}
.page-template-service-template .service .single-solutions:hover{transform: translateX(-5px);}
.page-template-service-template .service .single-solutions:before{ content:''; background:linear-gradient(to bottom, transparent, rgba(1, 4, 20, 0.99)); left:0; right:0; height:100%; width:100%; top:0; position:absolute; }
.page-template-service-template .service .single-solutions:after{ content: "";position: absolute;bottom: 0;left: 0;width: 100%;height: 0;
background-image:linear-gradient(to bottom, rgb(168 143 112), rgb(168 143 112));opacity: 0.8;transition: all 0.5s; }
.page-template-service-template .service .single-solutions:hover:after {height: 100%;top: 0;bottom: auto;}
.page-template-service-template .service .single-solutions img {height: 100%;object-fit: cover;}
.page-template-service-template .service .single-solutions .solutions-content {position: absolute;bottom: 0;z-index: 9;padding: 25px 20px;}
.page-template-service-template .service .single-solutions .solutions-content h3 {color: #fff;font-weight: bold;font-size: 24px;}
.page-template-service-template .service .single-solutions .solutions-content p { color:#fff; }
.page-template-service-template .service .single-solutions .solutions-content a.more-link {color: #a88f70;font-weight: bold;}
.page-template-service-template .service .single-solutions .solutions-content a.more-link {color:#d79038;font-weight: bold;}
.page-template-service-template .service .single-solutions .solutions-content a.read-more {background: #A88F70;color: #fff;padding: 7px 15px;font-size: 16px;text-transform: capitalize;
border-radius: 0px;font-family: 'Helvetica Neue';font-weight: 500;transition: all 0.2s ease;}
/*services css end*/

/*services popup css*/
.fancybox-inner .fancybox-slide h2 {font-size: 24px;font-weight: bold !important;}
.fancybox-inner .fancybox-slide legend {font-weight: bold;font-size: 18px;}
/*.fancybox-inner .fancybox-slide label {display: none;}*/
.fancybox-inner .fancybox-slide input {border: 1px solid #e1e1e1;padding: 7px 15px;font-size: 14px; box-shadow: none;height: 40px;}
.fancybox-inner .fancybox-slide textarea {border: 1px solid #e1e1e1;padding: 7px 15px;font-size: 14px; box-shadow: none;}
.fancybox-inner .fancybox-slide select {border: 1px solid #e1e1e1;padding: 7px 15px;font-size: 14px; box-shadow: none;height: 40px;}
/*services popup css end*/

/*valuation css*/
.free_valuation {background: #f1f3f6;margin: 0;padding: 40px 15px;}
.free_valuation .e-con-inner {max-width: 1140px;}
.free_valuation form.wpcf7-form {display: flex;flex-wrap: wrap;justify-content: space-between;}
.free_valuation form.wpcf7-form .mb-3 {width: 49%;}
.free_valuation form.wpcf7-form .mb-3.valuation-textarea {width: 100%;}
.free_valuation form.wpcf7-form input.form-control {border: 1px solid #efefef;padding: 10px 15px;font-size: 14px;}
.free_valuation form.wpcf7-form select.form-control {border: 1px solid #efefef;padding: 10px 15px;font-size: 14px;-webkit-appearance: auto;-moz-appearance: auto;appearance: auto}
.free_valuation form.wpcf7-form textarea.form-control{border: 1px solid #efefef; height: 200px; resize: none;}
.free_valuation form input.btn-primary.btns:hover {background: #2E5059;}
.free_valuation form .form-control:focus{box-shadow: none; border-color: #ced4da;}
.free_valuation form.wpcf7-form .wpcf7-response-output {width: 100%;margin: 15px 0 0px;}
/*valuation css end*/

/*testimonial css*/
.testimonial-panel {margin: 0px 0 0px 0;background: #f1f3f6;padding: 50px 0;}
.testimonial-panel .testimonial{  }
.testimonial-panel .e-con-inner {padding: 0 15px;}
.testimonial-panel .strong-view.wpmtst-modern .wpmtst-testimonial-inner{background:#fff;padding: 30px;text-align: center;box-shadow: 1px 1px 16px 4px #f1f1f1; min-height: 390px;}
.testimonial-panel .strong-view.wpmtst-modern .wpmtst-testimonial-inner h3 {font-style: normal;font-size: 24px;text-align: left;}
.testimonial-panel .testimonial-inner .testimonial-inner:after {content: '';-webkit-clip-path: polygon(25% 0%, 100% 0, 0 100%, 0% 100%);clip-path: polygon(25% 0%, 100% 0, 0 100%, 0% 100%);position: absolute;
background: #ffffff;bottom: -23px;width: 32px;height: 26px;left: 60px; display: none;}
.testimonial-panel .testimonial-inner .testimonial-inner .testimonial-content { padding: 0 0 18px;display: inline-block;margin: 0;}
.testimonial-panel .testimonial-inner .testimonial-inner .testimonial-content p {text-align: left;font-weight: 100;color: #000; font-style: normal;}
.testimonial-panel .testimonial-inner .testimonial-inner .testimonial-content:before, .testimonial-panel .testimonial-inner .testimonial-inner .testimonial-content:after{ display:none; }
.testimonial-panel .testimonial-inner .testimonial-inner .testimonial-image {float: left; width: 60px; border-radius: 50px; border: 1px solid #ccc; margin: 0 15px 0 0px}
.testimonial-panel .testimonial-inner .testimonial-inner .testimonial-name {width: auto;text-align: left;margin: 0 !important;font-weight: 600;font-size: 20px;    clear: inherit;}
.testimonial-panel .testimonial-inner .testimonial-inner .testimonial-company {display: block;text-align: left;    clear: inherit;}
.testimonial-panel .testimonial-inner .testimonial-inner .testimonial-company a {color: #a88f70;font-weight: bold;text-transform: capitalize;}
.testimonial-panel .wpmslider-controls .wpmslider-custom-pager .wpmslider-pager-item {margin: 0 3px;}
.testimonial-panel .wpmslider-controls .wpmslider-custom-pager .wpmslider-pager-item a.active:before {background: #3d5d65;}
/*testimonial css end*/

/*career css*/
.awsm-job-container{ max-width:1600px; padding: 0 15px;}
.awsm-job-main.awsm-job-archive-content {margin-top: 50px;margin-bottom: 50px;}
.awsm-job-main.awsm-job-archive-content h1.page-title {margin: 0 0 30px;font-weight: bold;}
.awsm-filter-wrap .awsm-filter-item .awsm-selectric-wrapper .awsm-selectric {box-shadow: none;}
.awsm-job-container .awsm-job-listings .awsm-grid-item .awsm-job-item {box-shadow: 1px 6px 15px -2px #d9d9d9; border: none;}
.awsm-job-container .awsm-job-listings .awsm-grid-item .awsm-grid-left-col .awsm-job-featured-image {height: 300px; transition: all 0.8s ease; overflow: hidden;}
.awsm-job-container .awsm-job-listings .awsm-grid-item .awsm-grid-left-col .awsm-job-featured-image img {transition: all 0.8s ease;}
.awsm-job-container .awsm-job-listings .awsm-grid-item .awsm-grid-left-col .awsm-job-featured-image:hover img {transform: scale(1.2);transition: all 0.8s ease;}
.awsm-job-container .awsm-job-listings .awsm-grid-item .awsm-grid-left-col .awsm-job-featured-image img {height: 100%;object-fit: cover; width: 100%;}
.awsm-job-container .awsm-job-item h2.awsm-job-post-title {font-weight: bold !important;color: #000 !important; margin: 0 0 10px; font-size: 18px !important;}
.awsm-job-container .awsm-job-item .awsm-grid-right-col .awsm-job-specification-wrapper {display: flex;}
.awsm-job-container .awsm-job-item .awsm-grid-right-col .awsm-job-specification-wrapper .awsm-job-specification-item {margin: 0 8px 0 0px;}
.awsm-job-container .awsm-job-item .awsm-grid-right-col .awsm-job-specification-wrapper {display: flex;margin: 0 0 11px;}
.awsm-job-container .awsm-job-item .awsm-grid-right-col span.awsm-job-more {color: #a88f70;font-weight: bold;font-size: 15px;}

.awsm_job_openings .awsm-job-single-wrap {margin-top: 50px;}
.awsm_job_openings .awsm-job-single-wrap .awsm-job-form-inner {padding: 20px;background: #f1f3f6;border: none; margin-bottom: 40px;}
.awsm_job_openings .awsm-job-single-wrap .awsm-job-form-inner h2 {font-size: 30px;font-weight: bold !important;}
.awsm_job_openings .awsm-job-single-wrap .awsm-job-form-inner .awsm-application-form .awsm-job-form-group label {font-weight: bold;font-size: 14px;margin: 0;}
.awsm_job_openings .awsm-job-single-wrap .awsm-job-form-inner .awsm-application-form .awsm-job-form-group input {width: 100%;border: 1px solid #efefef;padding: 10px 15px;font-size: 14px;
max-width: 100% !important;}
.awsm_job_openings .awsm-job-single-wrap .awsm-job-form-inner .awsm-application-form .awsm-job-form-group textarea {width: 100%;border: 1px solid #efefef;padding: 10px 15px;font-size: 14px;
max-width: 100% !important;resize: none;}
.awsm_job_openings .awsm-job-single-wrap .awsm-job-form-inner .awsm-application-form .awsm-job-form-group input.awsm-form-file-control {padding: 0;margin-top: 15px;margin-bottom: 0;}
.awsm_job_openings .awsm-job-single-wrap .awsm-job-form-inner .awsm-application-form .awsm-job-form-group.awsm-job-inline-group input {width: auto;position: relative;top: 2px;}
/*career css end*/

/*meet the team css*/
.meet-team-sec .elementor-widget-wpr-team-member {background: #f1f3f6;border: 1px solid #e5e5e5; height: 100%;}
.meet-team-sec .elementor-widget-wpr-team-member .wpr-member-image {height: 350px;overflow: hidden; transition: all 0.2s ease;}
.meet-team-sec .elementor-widget-wpr-team-member .wpr-member-image img {height: 100%;object-fit: cover;padding: 0px;background: #e8e9e9; width: 100%;transition: all 0.8s ease;}
.meet-team-sec .elementor-widget-wpr-team-member .wpr-member-image img:hover {transition: all 0.8s ease;transform: scale(1.1);}
.meet-team-sec .elementor-widget-wpr-team-member .wpr-member-content {padding-bottom: 25px !important;}
.meet-team-sec .elementor-widget-wpr-team-member h3.wpr-member-name {font-weight: bold;font-size: 22px;}
.meet-team-sec .elementor-widget-wpr-team-member .wpr-member-social-media a.wpr-member-social {border: 1px solid #000000;color: #000000;}
.meet-team-sec .elementor-widget-wpr-team-member .wpr-member-social-media a.wpr-member-social:hover {border: 1px solid #a88f70;color: #a88f70;}
.home-abt-sec.meet-team-panel .e-con-inner .abt-img {width: 50%;}

.meet-contact-detail .e-con-inner {display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-align: center !important;-ms-flex-align: center !important;align-items: center !important;}
.meet-contact-detail .e-con-inner .meet-team-info .meet-info-contact {margin-top: 20px;}
.meet-contact-detail .e-con-inner .meet-team-info .meet-info-contact span {font-weight: bold;color: #a88f70;}
.meet-contact-detail .e-con-inner .meet-team-info .meet-info-contact a {color: #000;margin: 0 0 0 6px;}
.meet-contact-detail .e-con-inner .meet-team-info .meet-info-contact a:hover {color: #a88f70;}
.awsm_job_openings .awsm-job-single-wrap .awsm-job-form-inner .awsm-application-form .awsm-job-form-group .awsm-application-submit-btn {width: auto;padding: 0px 30px;}
.home-abt-sec.meet-team-panel.meet-team2-panel:after {display: none;}
.home-abt-sec.meet-team-panel.meet-team2-panel .e-con-inner {padding-top: 0;}
/*meet the team css end*/

/*finsbury park css*/
.finsbury-project .abt-img ul {padding: 0 0 0 18px;}
.finsbury-project .abt-img ul li {list-style: disc;color: #000;margin: 0 0 5px;}
/*finsbury park css end*/


/*faq css*/
.ewd-ufaq-faqs {max-width: 1600px; margin: 0 auto; padding: 50px 0;}
.ewd-ufaq-faqs .ewd-ufaq-faq-div {background: #f1f3f6;padding: 8px 15px;margin: 0 0 15px;}
.ewd-ufaq-faqs .ewd-ufaq-faq-div a {display: flex;align-items: center;}
.ewd-ufaq-faqs .ewd-ufaq-faq-div a .ewd-ufaq-post-margin-symbol {margin-right: 5px;}
.ewd-ufaq-faqs .ewd-ufaq-faq-div a .ewd-ufaq-post-margin-symbol span {font-size: 18px;color: #000;}
.ewd-ufaq-faqs .ewd-ufaq-faq-div a .ewd-ufaq-faq-title-text h4 {font-size: 15px;color: #000; font-weight: bold;}
.ewd-ufaq-faqs .ewd-ufaq-faq-div .ewd-ufaq-faq-body {padding-left: 28px;}
.ewd-ufaq-faqs .ewd-ufaq-faq-div .ewd-ufaq-faq-body .ewd-ufaq-faq-categories {display: none;}
/*faq css end*/

/*404 css*/
section.error-404 {max-width: 1600px;margin: 0 auto;padding: 40px 0; padding-left: 1.875rem;padding-right: 1.875rem;}
section.error-404 input.search-field {border: 1px solid #ccc;padding: 6px 13px; height: 40px;}
section.error-404 button.search-submit {height: 40px;border: 1px solid #ccc;padding: 7px 15px;}
section.error-404 button.search-submit span.screen-reader-text {font-size: 20px !important;overflow: visible;position: relative;height: 40px;color: #000;border: none;
top: inherit;clip: auto;width: auto;height: auto;display: inline-block;margin: 0;word-wrap: normal !important;clip-path: none !important;font-size: 13px !important;
text-transform: uppercase;font-weight: bold;}
/*404 css end*/


/*let css*/
.news-panel.let-service:after {display: none;}
.news-panel.let-service h2 a {font-size: 22px !important;}
.let-service article .wpr-grid-media-hover .wpr-anim-transparency {background-image: linear-gradient(180deg, rgba(255, 255, 255, 0) 46%, rgb(20 73 90) 100%) !important;}
.elementor-widget-wpr-magazine-grid .wpr-grid-item-title a{ font-size:22px; }
.let-service article .wpr-grid-item-align-left .inner-block {margin-left: 16px !important;}
/*let css end*/

/*contact us css*/ 
.contact-map iframe {height: 450px !important;}
.contact-desc {background:#f9f9f9;margin: 0;padding: 20px 0;}
.contact-form-sec {background:#f9f9f9;padding: 60px 0 50px; margin: 0;}
.contact-form-sec .e-con-inner {background: #fff;padding:0;border-radius: 13px;/*box-shadow: 0px 0px 24px 8px #f9f9f9;*/border: 1px solid #efefef; overflow: hidden;}
.contact-form-sec form.wpcf7-form {padding: 20px 0px 20px 20px;}
.contact-form-sec form.wpcf7-form input {border:1px solid #efefef;padding: 10px 15px;font-size: 14px;}
.contact-form-sec form.wpcf7-form textarea {border: 1px solid #e5e5e5;padding: 10px 15px;font-size: 14px; height: 200px; resize: none;}
.contact-form-sec .contact-address-sec {background:#a88f70;padding: 20px;margin: 0 0 0 26px;border-radius: 0;}
.contact-form-sec .contact-address-sec ul li {margin: 0 0 25px;position: relative;padding: 0 0 0 40px; color: #fff;}
.contact-form-sec .contact-address-sec ul li svg {left: 0;position: absolute;top: 0px;color: #fff;fill: #fff;background: #fff;width: 30px;height: 30px;padding: 8px;border-radius: 50px;}
.contact-form-sec .contact-address-sec ul li a {color: #fff;}
.contact-form-sec form.wpcf7-form input.wpcf7-submit {background: #a88f70;font-size: 15px;border-radius: 0;}
.contact-form-sec form.wpcf7-form input.wpcf7-submit:hover{background: #2E5059;transition: all 0.2s ease;color: #fff;}
/*contact us css end*/

/*footer css*/
footer.site-footer {background: #2E5059;padding: 50px 0 0; position: relative;}
footer.site-footer .footer_top{ display:none; }
footer.site-footer .footer_top figure img {margin: auto;margin-bottom: 50px; width: 160px !important;}
footer.site-footer:before{content: '';background: url(images/banner-before.png) no-repeat;width: 550px;height: 100%;position: absolute;left: 0;
bottom: 0;z-index:0;background-position: bottom left;opacity: 0.1; background-size: 408px;}
footer.site-footer .address-col .widget_media_image figure img {height: auto;width: 260px;object-fit: cover;}
footer.site-footer .address-col ul {margin: 0;padding: 0;}
footer.site-footer .address-col ul li {color: #fff;list-style: none; position: relative; padding:0 0 14px 30px; font-size: 16px;}
footer.site-footer .address-col ul li svg {position: absolute;top: 5px; left: 0;}
footer.site-footer .address-col ul li a {color: #fff;}
footer.site-footer .address-col ul li a:hover {color:#cf944a;}
footer.site-footer h2 {font-size: 16px !important;color: #fff !important; margin: 0 0 18px; font-weight:bold !important;}
footer.site-footer .widget_nav_menu {margin: auto;display: table;}
footer.site-footer .col-lg-3 {z-index: 1;}
footer.site-footer nav ul {padding: 0;margin: 0;}
footer.site-footer nav ul li {list-style: none; margin: 0 0 6px;}
footer.site-footer nav ul li a{ color:#fff; }
footer.site-footer nav ul li a:hover{color: #A88F70;}

footer.site-footer .subscribe-sec p {color: #fff;font-size: 16px;}
footer.site-footer .tnp-subscription {max-width: 100%;}
footer.site-footer .tnp-subscription form {position: relative; border-radius: 8px; overflow: hidden;}
footer.site-footer .tnp-subscription form .tnp-field{ margin:0 }
footer.site-footer .tnp-subscription form .tnp-field input.tnp-email {height: 50px;padding-right: 60px; border-radius: 8px;overflow: hidden;}
footer.site-footer .tnp-subscription form .tnp-field-button {position: absolute;background: #A88F70;top: 0;right: 0px; width: 50px; height: 50px; margin: 0;display: flex;
align-items: center; justify-content: center; cursor: pointer; z-index: 10;}
footer.site-footer .tnp-subscription form .tnp-field-button:after {content: '';font-family: fontawesome;color: #fff; position: absolute; left: 0; right: 0; margin: 0 auto; display: block; text-align: center; z-index: 5;}
footer.site-footer .tnp-subscription form .tnp-field-button input.tnp-submit {background: #A88F70; font-size: large; position: relative; width: 100%; height: 100%; display: block; z-index: 10; text-indent: -999px; opacity: 0;}
footer.site-footer .socialmedia-sec {/*margin: auto;display: table;*/}
footer.site-footer .socialmedia-sec p {color: #fff;}
footer.site-footer .socialmedia-sec ul.wp-block-social-links {padding: 0;}
footer.site-footer .socialmedia-sec ul.wp-block-social-links li {list-style: none; margin: 0 5px 0 0px;}
footer.site-footer .socialmedia-sec ul.wp-block-social-links li a {background: #fff;width: 35px;height: 35px;display: flex;border-radius: 50px;align-items: center;
justify-content: center;}
footer.site-footer .socialmedia-sec ul.wp-block-social-links li a:hover {background: #a88f70;}
footer.site-footer .socialmedia-sec ul.wp-block-social-links li a:hover svg {fill: #fff;}
footer.site-footer .socialmedia-sec ul.wp-block-social-links li a svg {fill: #2e5059 !important; width: 20px;}

.footer-second-menu {border-top: 1px solid #415f66;margin-top: 29px;}
.footer-second-menu .widget_nav_menu nav.menu-copyright-footer-menu-container .menu {display: flex;margin-top: 15px; justify-content: center;}
.footer-second-menu .widget_nav_menu nav.menu-copyright-footer-menu-container .menu li {margin: 0 8px;font-size: 14px;}

.footer-btm {background: rgb(23 57 67 / 50%);padding: 20px 0; margin-top:18px; position: relative; z-index: 1;}
.footer-btm .footer-btm-inner {display: flex;align-items: center;justify-content: space-between;}
.footer-btm .footer-btm-inner h4 {color: #fff;font-size: 14px;font-weight: normal; margin: 0;}
.footer-btm .footer-btm-inner h4 a {color: #fff;}
.footer-btm .footer-btm-inner h4 a:hover{color: #A88F70;}
.footer-btm .footer-btm-inner .ds-branding {display: flex;align-items: center;}
.footer-btm .footer-btm-inner .ds-branding img {width: 100px;margin: 0 0 0 6px;}
.footer-btm .footer-btm-inner nav.menu-copyright-footer-menu-container .menu {display: flex;display: -ms-flexbox;}
.footer-btm .footer-btm-inner nav.menu-copyright-footer-menu-container .menu li {margin: 0 10px;}
.footer-btm .footer-btm-inner nav.menu-copyright-footer-menu-container .menu li a {font-size: 13px;}
/*footer css end*/
/*contact us start*/
.contact-address ul{padding-left:0;}
/*contact us end*/

/**/


/*15-03-24 kh*/


/*Registration page css*/
.ds-registration-heading .e-con-inner {max-width: 1600px;padding: 70px 15px;text-align: center;}
.content-area .entry-content .ds-registration {margin: 0px 0 0px 0;background: #f1f3f6;padding: 50px 0;}
.content-area .entry-content .ds-registration .e-con-inner form.applicant-registration-form {display: -webkit-box;display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;-webkit-box-pack: justify;
-ms-flex-pack: justify;justify-content: space-between;}
.ds-registration .e-con-inner {;padding: 0 15px;}
.content-area .applicant-registration-form .control {width: 49%;display: inline-block;}
.content-area .entry-content .ds-registration .e-con-inner form.applicant-registration-form .control {margin-top: 0; margin-bottom: 20px;}
.content-area .entry-content .ds-registration .e-con-inner form.applicant-registration-form .control.control-additional_requirements {width: 100%;}
.content-area .entry-content .ds-registration .e-con-inner form.applicant-registration-form .control label{ display:inline-block; width: 100%; font-weight: bold; font-size: 14px}
.content-area .entry-content .ds-registration .e-con-inner form.applicant-registration-form .control input {width: 100%;border: 1px solid #efefef;padding: 10px 15px;font-size: 14px;
max-width: 100% !important}

.content-area .entry-content .ds-registration .e-con-inner form.applicant-registration-form .control div#ms-list-1 {width: 100%;}
.content-area .entry-content .ds-registration .e-con-inner form.applicant-registration-form .control textarea {width: 100%;border: 1px solid #efefef;padding: 10px 15px;font-size: 14px;max-width: 100% !important; height: 200px;}
.content-area .entry-content .ds-registration .e-con-inner form.applicant-registration-form .control.control-department input {display: inline-flex; width: auto; padding: 0.375rem 0.75rem; font-size: 1rem; font-weight: 400; line-height: 1.5; color: #212529; background-color: #fff; background-clip: padding-box; border: 1px solid #ced4da;    appearance: auto;    border-radius: 0.25rem;    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;}
.content-area .entry-content .ds-registration .e-con-inner form.applicant-registration-form .control div#ms-list-1 .selected {  width: 100%;border: 1px solid #efefef;padding: 10px 15px;font-size: 14px;max-width: 100% !important;}
.content-area .entry-content .ds-registration .e-con-inner form.applicant-registration-form .control.control-department label {padding-left: 20px;}
.content-area .entry-content .ds-registration .e-con-inner form.applicant-registration-form .control.control-department label:first-child {padding: 0 !important;}
.content-area .entry-content .ds-registration .e-con-inner form.applicant-registration-form input[type="submit"] {margin-top: 15px;}
.content-area .entry-content .ds-registration .e-con-inner form.applicant-registration-form .control div#ms-list-1 .selected span {color: #b0b0b0;}
.content-area .entry-content .ds-registration .e-con-inner form.applicant-registration-form input[type="submit"]:hover {background: #2E5059;}



/*Login page css*/
.page-id-790 .elementor-element-d357237 {display: none;}
.content-area .entry-content .ds-login form.propertyhive-form.login-form .alert {width: 100%;}
.ds-login .e-con-inner {max-width:600px;padding: 0 15px;}
.ds-login {margin: 0px 0 0px 0;background: #f1f3f6;padding: 50px 0;}
.ds-login form.propertyhive-form.login-form .control{ margin-bottom:20px; }
.ds-login form.propertyhive-form.login-form .control input{width: 100%;border: 1px solid #efefef;padding: 10px 15px;font-size: 14px;max-width: 100% !important;}
.ds-login form.propertyhive-form.login-form input[type="submit"] { margin-top: 20px;}
.ds-login form.propertyhive-form.login-form .ph-forgot-password-link {padding-top: 6px; text-align:right;}
.ds-login form.propertyhive-form.login-form .ph-forgot-password-link a.ph-forgot-password {color: #b2701d;}
.ds-login form.propertyhive-form.login-form .ph-forgot-password-link a.ph-forgot-password:hover {color: #2E5059;}
.ds-login form.propertyhive-form.login-form input[type="submit"]:hover {background: #2E5059;}

/*Login page css end*/

.ds-login .lost-password-form .control.control-email_address label {width: 100%;margin: 0 0 4px;}
.ds-login .lost-password-form .control.control-email_address input {border: 1px solid #efefef;padding: 10px 15px;font-size: 14px;width: 100%;margin-bottom: 20px;}

/*property page css*/
.single-property .inner-background {height: 210px;}
.single-property .inner-background:after {background: rgb(33, 65, 74, 1);}
.single-property .inner-background:before{ display:none; }
.single-property .inner-background h1.page-title{ display:none; }

.single-property .property-detail .property .images {text-align: center;}
.single-property .property-detail .property .images img {height: auto;width: auto;margin: auto;object-fit: cover;}

.single-property .property-detail .ds-property-details {margin: 0px 0; /*background: #f1f3f6;*/ padding-bottom: 50px; overflow: hidden;}
.single-property .property-detail .ds-property-details .images ul.slides li {background: #c7bbac;}
.single-property .property-detail .ds-property-details .images ul.slides li a.propertyhive-main-image img {width:100%; height: 600px; object-fit: cover;}
.single-property .property-detail .ds-property-details .summary {margin-top: 30px;}
.single-property .property-detail .ds-property-details .summary.entry-summary span.availability {margin: 0 0 8px;display: inline-block; background: #a88f70; padding: 4px 15px;}
.single-property .property-detail .ds-property-details .summary.entry-summary span.availability strong {font-size: 16px;color: #fff;font-weight: normal;}
.single-property .property-detail .ds-property-details .summary h4 {font-weight: bold; padding-bottom: 7px;}
.single-property .property-detail .ds-property-details .summary.entry-summary h1.property_title.entry-title.custom_address_make {font-size: 35px !important;}
.single-property .property-detail .ds-property-details .summary.entry-summary h1.property_title.entry-title {font-weight: bold; font-size: 20px !important;}
.single-property .property-detail .ds-property-details .thumbnails.flexslider {margin: 0 auto;width: 1600px;margin-top: 0px;padding: 7px 6px;border: none;}
.single-property .property-detail .ds-property-details .summary.entry-summary .property_meta ul {padding-left: 0 !important; width: auto;border-bottom: 1px solid #e5e5e5; margin-bottom: 40px;
	padding-bottom: 30px; display: flex;  flex-wrap: wrap;}
.single-property .property-detail .ds-property-details .summary .summary-contents {font-weight: normal;}

.single-property .property-detail .ds-property-details .summary.entry-summary .price {font-weight: bold;padding: 20px 0 15px;font-size: 24px;color: #A88F70;border-bottom: 1px solid #e5e5e5;margin: 0 0 35px;}
.single-property .property-detail .ds-property-details .summary.entry-summary .price span.price-qualifier {font-weight: normal; color: #000;}
.single-property .property-detail .ds-property-details .summary.entry-summary .property_meta ul li {display: flex;align-items: center;width: auto;padding: 0;font-size: 1rem;
font-weight: normal;line-height: 1.5;color: #212529;background-clip: padding-box;appearance: none;border: none;position: relative;padding: 0 0 10px 35px;width: 28%;}
.single-property .property-detail .ds-property-details .summary.entry-summary .property_meta ul li span {width: auto;display: inline-block;color: #000;padding: 7px;margin: 0 10px 0 0px;
font-weight: bold;border-right: none;}
.single-property .property-detail .ds-property-details .summary.entry-summary .property_meta ul li.reference-number:before {content: '';position: absolute;background: url(images/reference.png) no-repeat;
width: 28px;height: 30px;display: inline-block;font-size: 24px;left: 0;background-size: 28px;top: 7px;}
.single-property .property-detail .ds-property-details .summary.entry-summary .property_meta ul li.availability:before {content: '';position: absolute;background: url(images/availability.png) no-repeat;
width: 28px;height: 26px;display: inline-block;font-size: 24px;left: 0;background-size: 28px;top: 9px;}
.single-property .property-detail .ds-property-details .summary.entry-summary .property_meta ul li.bedrooms:before {content: '';position: absolute;background: url(images/bedroom.png) no-repeat;
width: 30px;height: 26px;display: inline-block;font-size: 24px;left: 0;background-size: 29px;top: 9px;}
.single-property .property-detail .ds-property-details .summary.entry-summary .property_meta ul li.bathrooms:before {content: '';position: absolute;background: url(images/bathroom.png) no-repeat;
width: 30px;height: 26px;display: inline-block;font-size: 24px;left: 0;background-size: 28px;top: 9px;}
.single-property .property-detail .ds-property-details .summary.entry-summary .property_meta ul li.reception-rooms:before {content: '';position: absolute;background: url(images/reception.png) no-repeat;
width: 28px;height: 24px;display: inline-block;font-size: 24px;left: 0;background-size: 27px;top: 9px;}
.single-property .property-detail .ds-property-details .summary.entry-summary .property_meta ul li.tenure:before {content: '';position: absolute;background: url(images/tenure.png) no-repeat;
width: 28px;height: 24px;display: inline-block;font-size: 24px;left: 0;background-size: 27px;top: 9px;}


.single-property .property-detail .ds-property-details .property_meta {margin-top: 12px;}
.single-property .property-detail .ds-property-details .backtolisting_socialshare {margin-top: 0px;position: absolute;z-index:1;right:0; display: flex; justify-content: space-between; width: 100%;
padding: 0 30px;}
.single-property .property-detail .ds-property-details .backtolisting_socialshare .sharerelate{ position:relative; display: flex; align-items: center;}
.single-property .property-detail .ds-property-details .backtolisting_socialshare .sharerelate.backtolistingbutton {margin: 0 15px 0 0px;}
.single-property .property-detail .ds-property-details .sharerelate button {background: rgba(0, 0, 0, 0.5);color: #fff;border: none;padding: 10px 15px;margin:6px 0 5px; height: 50px;}
.single-property .property-detail .ds-property-details .sharerelate button i.fas {margin: 0 10px 0 0px;}
.single-property .property-detail .ds-property-details .sharerelate button svg {margin: 0 10px 0 0px;}
.single-property .property-detail .ds-property-details #share-options {background: #fff;padding: 8px 15px;position: absolute;/*box-shadow: 0px 8px 13px 1px #e4e4e7;*/right: 0%; top: 70px;}
.single-property .property-detail .ds-property-details #share-options:before {content: '';border-left: 10px solid transparent;border-right: 10px solid transparent;
border-bottom: 10px solid #ffffff;top: -10px;position: absolute;left: 70%;transform: translate(0, 0%);}
.single-property .property-detail .ds-property-details .backtolisting_socialshare .sharerelate .action-like {float: left;vertical-align: top;}
.single-property .property-detail .ds-property-details .backtolisting_socialshare .sharerelate .action-like a.action-shortlist {
background: rgba(0, 0, 0, 0.5);color: #fff;border: none;padding: 16px 18px 16px 40px;margin:0 10px 5px 0; position: relative;} 
.single-property .property-detail .ds-property-details .backtolisting_socialshare .sharerelate .action-like a.action-shortlist:before{content: ''; background: url(images/hearfav.svg) no-repeat;
	position: absolute;left: 15px;top: 50%;height: 18px;width: 18px;background-size: 100%; transform: translate(0, -50%);}
.single-property .property-detail .ds-property-details .addtoany_shortcode .addtoany_list{ display:flex; }

.single-property .property-detail .ds-property-details .addtoany_shortcode .addtoany_list a span {width: 21px; height: 23px; background: none !important}
.single-property .property-detail .ds-property-details .addtoany_shortcode a:hover span {opacity: 1;}
.single-property .property-detail .ds-property-details .addtoany_shortcode a { border-radius: 50px;padding: 1px 5px;width: 30px;height: 30px;color: #fff;margin: 0 6px 0 0px; background: #A88F70;}
.single-property .property-detail .ds-property-details .addtoany_shortcode a svg {background: #a88f70;border: none !important;}
/*.single-property .property-detail .ds-property-details .addtoany_shortcode a.a2a_button_facebook {background: #0866ff;}
.single-property .property-detail .ds-property-details .addtoany_shortcode a.a2a_button_twitter {background: #1d9bf0;}
.single-property .property-detail .ds-property-details .addtoany_shortcode a.a2a_button_email {background: #888990;}
.single-property .property-detail .ds-property-details .addtoany_shortcode a.a2a_button_whatsapp {background: #12af0a;}
.single-property .property-detail .ds-property-details .addtoany_shortcode a.a2a_button_linkedin {background: #007bb5;}*/

.single-property .property-detail .ds-property-details .property_actions { margin-top: 30px;display: inline-block;width: 100%;margin-bottom: 20px;}
.single-property .property-detail .ds-property-details .property_actions ul {padding-left: 0; display: flex; margin: 0; flex-wrap: wrap;}
.single-property .property-detail .ds-property-details .property_actions ul li{margin-left: 0;}
.single-property .property-detail .ds-property-details .property_actions ul li a {background: #A88F70; padding: 10px 15px; text-decoration: none; color: #fff;}
.single-property .property-detail .ds-property-details .property_actions ul li a:hover {background: #2E5059;}
.single-property .property-detail .ds-property-details .property_actions ul li {margin-right: 10px;}
.single-property .property-detail .ds-property-details .features {margin-top: 20px;}
.single-property .property-detail .ds-property-details .features h4 {font-weight: bold;}
.single-property .property-detail .ds-property-details .features ul {padding:0 0 0 18px;}
.single-property .property-detail .ds-property-details .features ul li {position: relative;list-style: disc; font-weight: normal;}
.single-property .property-detail .ds-property-details .description {margin: 30px 0;}
.single-property .property-detail .ds-property-details .description h4 {font-weight: bold; padding-bottom: 7px;}
.single-property .property-detail .ds-property-details .morgage-box {margin-top: 30px;background: #f1f3f6; padding: 30px 30px;}
.single-property .property-detail .ds-property-details .morgage-box h4 {font-weight: bold; padding-bottom: 7px;}
.single-property .property-detail .ds-property-details .morgage-box .mortgage-calculator input {margin-top: 5px;display: block;font-weight: 400;line-height: 1.5;color: #212529;background-color: #fff;
background-clip: padding-box;appearance: none;border-radius: 0.25rem;transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;width: 100%;border: 1px solid #efefef;
padding: 10px 15px;font-size: 14px;max-width: 100% !important;}
.single-property .property-detail .ds-property-details .morgage-box .mortgage-calculator button {background: #A88F6D; color: #fff; font-size: 15px; border: none; padding: 4px 20px; border-radius: 0px;
 height: 51px; width: 160px; display: flex; align-items: center; justify-content: center; transition: all 0.2s ease; font-family: 'Helvetica Neue'; margin-top: 20px;}
.single-property .property-detail .ds-property-details .morgage-box .mortgage-calculator button:hover {background: #2E5059;}
.single-property .property-detail .ds-property-details .morgage-box .mortgage-calculator label {margin-top: 14px; font-weight:bold; }
.single-property .property-detail .ds-property-details .flexslider{margin: 0 0 0px; border: none;}
.single-property .property-detail .ds-property-details #property_map_canvas {margin-top: 35px;}

/*.single-property .fancybox-stage .fancybox-content h2 {font-size: 30px;font-weight: bold !important;}
.single-property .fancybox-stage .fancybox-content .property-enquiry-form .control {margin: 0 0 15px;}
.single-property .fancybox-stage .fancybox-content .property-enquiry-form .control label {font-weight: bold;font-size: 14px;}
.single-property .fancybox-stage .fancybox-content .property-enquiry-form .control input {border: 1px solid #efefef;padding: 10px 15px;font-size: 14px;}
.single-property .fancybox-stage .fancybox-content .property-enquiry-form .control textarea {height: 88px;border: 1px solid #efefef;padding: 10px 15px;font-size: 14px;}*/
/*property page css end*/

/*my account css*/
.my-account {background: #f1f3f6;margin: 0;padding: 40px 15px;}
.my-account .propertyhive-my-account nav.my-account-navigation {height: 100%;background: #a88f70;}
.my-account .propertyhive-my-account nav.my-account-navigation ul {padding: 0; margin: 0;}
.my-account .propertyhive-my-account nav.my-account-navigation ul li a {color: #fff;width: 100%;display: inline-block;padding: 10px 15px;border-bottom: 1px solid #b19e88;transition: all 0.2s ease;}
.my-account .propertyhive-my-account nav.my-account-navigation ul li a:hover {background: #2e5059;color: #fff;transition: all 0.2s ease;}

.my-account form.propertyhive-form .control {margin-bottom: 20px;}
.my-account form.propertyhive-form .control label {width: 100%;font-weight: bold;font-size: 14px;}
.my-account form.propertyhive-form .control label span{ color:#ff0000; }
.my-account form.propertyhive-form .control input {width: 100%; border: 1px solid #efefef; padding: 10px 15px; font-size: 14px; max-width: 100% !important; }
.my-account form.propertyhive-form.account-requirements-form .control.control-department {width: auto;display: inline-block;}
.my-account form.propertyhive-form.account-requirements-form .control.control-department label{ width:auto; display:inline; margin: 0 15px 0 0px;}
.my-account form.propertyhive-form.account-requirements-form .control.control-department input {width: auto;position: relative;top: 2px;}
.my-account form.propertyhive-form.account-requirements-form .control.control-department label:first-child {display: block;margin: 0 0 10px;font-size: 18px;}
.my-account form.propertyhive-form .control .ms-options-wrap {width: 100%;}
.my-account form.propertyhive-form .control .selected {width: 100%;border: 1px solid #efefef;padding: 10px 15px;font-size: 14px;max-width: 100% !important;}
.my-account form.propertyhive-form .control textarea {width: 100%;border: 1px solid #efefef;padding: 10px 15px;font-size: 14px;max-width: 100% !important;height: 100px;resize: none;}
.my-account form.propertyhive-form input[type="submit"] {width: auto;}

.my-account #my-account-shortlisted_properties .upcoming-viewings-table a img {width:40px;}
.my-account #my-account-shortlisted_properties .upcoming-viewings-table tr td {width: 90px;}
.my-account #my-account-shortlisted_properties .upcoming-viewings-table a img {width: 66px;}
.my-account #my-account-shortlisted_properties .upcoming-viewings-table tr td a {color: #000;}
/*my account css end*/

/*terms_conditions page css end*/

.terms_conditions {margin: 30px 0px;}

/*terms_conditions page css end*/



/*tenants css*/
.news-panel.tenants-discover .e-con-inner {padding-top: 0;}
.news-panel.tenants-discover .e-con-inner h2 {font-size: 36px !important;margin: 0;}
.news-panel.tenants-discover:after {display: none;}
.tenants-panel{background: #F9FDFE;padding: 0 15px;position: relative;z-index: 0;}
.tenants-panel .e-con-inner h3 {font-size: 20px;}
.tenants-panel .e-con-inner .elementor-widget {height: 100%;}
.tenants-panel .e-con-inner .elementor-widget-container {height: 100%;border: 1px solid #efefef !important;padding: 40px 18px;height: 100%; background: #fff; position: relative;}
.tenants-panel .e-con-inner .elementor-widget-container:before {content: '';border-top: 1px solid #2E5059;border-bottom: 1px solid #2E5059;opacity: 0;transform: scaleX(0);
position: absolute;top: 10px;left: 10px;right: 10px;bottom: 10px;transition: all 0.5s ease 0s;}
.tenants-panel .e-con-inner .elementor-widget-container:hover:before {transform: scaleX(1);opacity: 1;}
.tenants-panel .e-con-inner .elementor-widget-container:after {border-top: none;border-bottom: none;border-left: 1px solid #2E5059;border-right: 1px solid #2E5059;transform: scaleY(0);
content: '';position: absolute;top: 10px;left: 10px;right: 10px;bottom: 10px;transition: all 0.5s ease 0s;}
.tenants-panel .e-con-inner .elementor-widget-container:hover:after {transform:scaleY(1);opacity: 1;}
.tenants-panel .e-con-inner .elementor-widget-container figure img {width: 75px;margin: auto;}

/*tenants css end*/

/*letting tony css*/
.news-panel.seamlesland h2 {margin: 0;}
.news-success-property:after {display: none;}
.meet-contact-detail h3 {font-size: 22px;font-weight: bold;color: #a88f70;}
.ready-management-estate h2 {margin: 0;}
.ready-management-estate:after{display: none;}
.explore-choose:after{display: none;}
.ready-management-estate p a {color: #000;font-weight: normal;}
.ready-management-estate p a:hover{color: #A88F70;}
.ready-management-estate p a b {font-weight: 600;}
.explore-choose h2 {margin: 0;}
.management-choose .management-choose-inner .elementor-widget-container {background: #a88f70 !important;}
.management-choose p a {color: #000;}

.seamlesland:after{ display:none; }

.rent-appears:after{ display:none; }
.rent-appears h2 {margin: 0;}
.rent-appears ul li {margin: 0 0 16px !important;display: inline-block;}
.rent-appears ul li span.elementor-icon-list-icon svg {fill: #a88f70 !important;}

.faq-letting:after{ display:none; }
.faq-letting h2 {margin: 0;}
.faq-letting .elementor-toggle .elementor-tab-title {padding-left: 0;}
.faq-letting .elementor-toggle .elementor-tab-title span svg {fill: #000;}
.faq-letting .elementor-toggle .elementor-tab-title a {color: #000;}
/*letting tony css*/


/*selling css*/
.selling-property:after{ display:none; }
.home-abt-sec.sales-service p, .home-abt-sec.meet-team-panel p {font-size: 15px;}
.sales-service:after{ display:none; }
.sales-service p a {color: #000;font-weight: 600;}
.selling-property h2 {margin: 0;}
.selling-property p.MsoNormal {background: none !important;border: none !important;}
.selling-property .selling-property-process ul.wpr-feature-list span.wpr-feature-list-line {border-color: #a88f70;}
.selling-property .selling-property-process ul.wpr-feature-list .wpr-feature-list-icon-inner-wrap {background: #a88f70;}
.selling-property .selling-property-process h2 a {font-size: 18px !important;}
/*selling css end*/


/*sell css*/
.london-agent .apex-content a {color: #a88f70;font-weight: bold;}
.sell-selling-process h2{ margin:0; }
.sell-selling-process h3 {font-weight: revert;color: #000;font-size: 20px;}
/*sell css end*/

/*area guide css*/
.area-panel .area-box {border: 1px solid #ccc !important;padding: 12px;margin-bottom: 25px;position: relative;transition: all 0.2s ease;height: auto !important; margin: 0 10px;}
.area-panel .area-box:first-child {margin-left: 0;}
.area-panel .area-box:hover {border: 1px solid #A88F70 !important;transition: all 0.2s ease;transform: scale(1.02);background: #fffaf3;}
.area-panel .area-box .area-thumbnail{ overflow:hidden; transition: all 0.8s ease;}
.area-panel .area-box .area-thumbnail img {transition: all 0.8s ease;}
.area-panel .area-box .area-thumbnail img:hover{transform: scale(1.2);transition: all 0.8s ease;}
.area-panel .area-box h3 {font-size: 18px;}
.area-panel .area-box a.elementor-button {border-radius: 0;}
.area-panel .area-box:hover a.elementor-button {background: #2E5059;}

.area-guide-inner h5 {font-weight: bold;color: #000;}
.area-guide-inner ul, .area-guide-inner ol {padding:0 0 0 20px;}
.area-guide-inner ul li, .area-guide-inner ol li {list-style: outside;color: #000;}
.area-guide-inner ul li strong, .area-guide-inner ol li strong{color: #000;font-weight: normal;}
.area-guide-inner ol li {margin: 0 0 15px;}

.area-guide-inner .area-guide-inner-right { padding: 0 0 0 30px;border-left: 1px solid #000;margin-left: 15px;}
/*area guide css*/



/*single post css*/
.single-post .text-base {padding: 0 !important;}
.single-post footer.entry-footer, .single-post .comments-area {display: none;}
.single-post .text-message img {width: auto;}
.single-post .text-message p {text-align: left !important;}
/*single post css end*/

/*cms contect sec css*/
.cms-content-sec h5 {color: #000;font-size: 20px;font-weight: bold;}
.cms-content-sec a {color: #000;font-weight: bold;}
.cms-content-sec a:hover {color: #a88f70;}


.bed-house-sec {background: none;}
.bed-house-sec:after{ display:none; }
.bed-house-content ul {padding: 0 0 0 20px;}
.bed-house-content ul li {color: #000;list-style: disc;}
.bed-house-content ul li strong{ color:#000; }
.bed-house-content ul li h5 {margin: 0 0 4px;font-weight: bold;}
/*cms content sec css end*/



/*02-04-24 (kh)*/

.page-id-2420 div#primary .home-abt-sec.sales-service{background: none;}
.page-id-2420 div#primary .home-abt-sec.sales-service .e-con-inner .about-right {background: #fff; box-shadow: 2px 1px 31px #bbd9f2; padding: 19px 24px 0px 24px; margin-left: 40px;}
.page-id-2420 div#primary .home-abt-sec.sales-service .e-con-inner .abt-img img {height: 500px;}
.page-id-2420 div#primary .home-abt-sec .e-con-inner .abt-img {width: 45%;}
.page-id-2420 div#primary .home-abt-sec .e-con-inner .about-right {width: 45%;}
.page-id-2420 div#primary .home-abt-sec.meet-team-panel{background: none;}
.page-id-2420 div#primary .home-abt-sec.meet-team-panel .e-con-inner .about-right {background: #fff; box-shadow: 2px 1px 31px #bbd9f2; padding: 19px 24px 0px 24px;}
.page-id-2420 div#primary .home-abt-sec.meet-team-panel .e-con-inner .abt-img {margin-left: 40px;}
.page-id-2420 div#primary .news-panel {padding: 60px 0;}
.page-id-2420 div#primary .home-abt-sec.sales-service {background: none;}

/*02-04-24 (kh)*/


/*05-04-24 (kh)*/

.footer-second-1 .footer_brands {margin-top: 30px;}
/*.footer-second-1 .footer_brands .footer_brand img.swiper-slide-image {margin: auto;    background: #fff;    text-align: center;    border-radius: 15px;    margin-bottom: 15px;    height: 100px;    display: flex;    -webkit-box-align: center;    align-items: center;    -webkit-box-pack: center;    justify-content: center;    width: 250px;    object-fit: contain;    padding: 20px;}*/

.footer-second-1 .footer_brands .footer_brand img.swiper-slide-image {
    margin: auto;
    background: #fff;
    text-align: center;
    border-radius: 15px;
    margin-bottom: 15px;
    height: 100px;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    width: 159px;
    object-fit: contain;
    padding: 10px;
}

/*.footer-second-1 .footer_brands .footer_brand img.swiper-slide-image:hover {transform: scale(1.1);}*/
.footer_logo a.custom-logo-link img.custom-logo {margin-bottom: 20px;}
.content-area .property_content {padding: 40px 0 40px 0;}
.property_contact {display: none;}
.property_gallery .e-con-inner article img {height: 190px;}
.property_gallery {margin-bottom: 40px;}
/*05-04-24 (kh)*/





/*09-04-24 (kh)*/

footer.site-footer .socialmedia-sec section#block-17 figure img {width: 100px !important;}
.list_heading_title h5 {color: #2E5059;}
.about-content .elementor-widget-container a.btns {margin-top: 20px;}
.page-id-3 .terms__single ul {padding-left: 18px;}
.page-id-3 .terms__single ul li {list-style-type: initial;}

/*09-04-24 (kh)*/



















@media(max-width:1600px){
body h2 {font-size: 50px}

body .container{ max-width:1260px; padding-left: 1.875rem;padding-right: 1.875rem; }

.page .e-con-inner {max-width: 1260px;}

/*404 css*/
section.error-404 {max-width:1260px;}
/*404 css end*/



/*about us css*/
.page-id-1372 .e-con-inner{max-width:1260px;}
/*about us css end*/

/*map-info css*/
.map-info .e-con-inner .form-sec h2.elementor-heading-title:after{ font-size:95px; }
/*map-info css end*/

/*featured css*/
.featured-tabing .elementor-tabs-content-wrapper .elementor-tab-content:before{ top: -150px;font-size: 116px;     right: 160px;;}
/*featured css end*/

/*property dev css*/
/*property dev css end*/

/*property page css*/
.single-property .property-detail .ds-property-details .thumbnails.flexslider{max-width:1199px; }
/*property page css end*/

/*featured css*/
.featured-tabing .elementor-tabs-content-wrapper .sales-left img{ width:425px; }
.featured-tabing .elementor-tabs-content-wrapper .swiper-container { width: 62%;}
/*featured css end*/

/*search page css*/
/*search page css end*/

/*career css*/
.awsm-job-container{ max-width:1260px;padding-left: 1.875rem;padding-right: 1.875rem;  }
/*career css end*/

/*faq css*/
.ewd-ufaq-faqs {max-width:1260px;    padding-left: 1.875rem;padding-right: 1.875rem;}
/*faq css end*/

/*tenants service css*/
.page-id-2308 .e-con-inner{max-width:1260px;}
/*tenants service css end*/

/*contact us css*/
.contact-form-sec .e-con-inner{ max-width:80%; }
/*contact us css*/

/*footer css*/
.footer-btm .footer-btm-inner nav.menu-copyright-footer-menu-container .menu li a {font-size: 11px;}
.footer-btm .footer-btm-inner nav.menu-copyright-footer-menu-container .menu li {margin: 0 5px;}
/*footer css end*/
}

@media(max-width:1400px){


/*map-info css*/
.map-info .e-con-inner .form-sec h2.elementor-heading-title:after{ font-size:78px;top: 42px; }
.map-info .e-con-inner .form-sec .form-inner ul li {width: 33.33%;padding: 0 0 0px 45px;}
.map-info .e-con-inner .form-sec .form-inner ul li i{ height:35px; width:35px; padding:11px; }
/*map-info css end*/

/*development start*/
.development .card-header-a .card-title-a a{ font-size:20px; line-height: 30px; }
.development .card-info .card-info-title{ font-size:13px; }
.development .card-info li span{ font-size:12px; }
/*development start end*/

/*featured css*/
.featured-tabing .elementor-tabs-content-wrapper .swiper-container { width: 60%;}
.featured-tabing .elementor-tabs-content-wrapper .elementor-tab-content:before {top: -110px;font-size: 78px;}
/*featured css end*/

/*property dev css*/
.property-dev .bottom-dev span.phone{ font-size:16px; }
/*property dev css end*/

	}

@media(max-width:1199px){


.footer-second-1 .footer_brands .footer_brand img.swiper-slide-image{width: 220px;}

body h2 {font-size: 36px;}

.page .e-con-inner {max-width:960px}

/*header css*/
.site-header .site-header-main .site-branding img.custom-logo {width: 170px;height: auto;}
.site-header .site-header-main .site-branding .login-sec ul li a{font-size: 13px;}
/*header css end*/

/*footer css*/
footer.site-footer .address-col .widget_media_image figure img{ width:190px; }
footer.site-footer .socialmedia-sec ul.wp-block-social-links li {margin: 0 10px 0 0px;}

.footer-btm .footer-btm-inner h4{ font-size:11px; }
/*footer css end*/

/*slider css*/
.home-slider{height:600px; }
.home-slider .explore-property{ top:52%; }
.map-info .e-con-inner .form-sec h2.elementor-heading-title{font-size: 65px;}
/*slider css end*/

/*services css*/
.news-panel article.wpr-grid-item .wpr-grid-item-inner .wpr-grid-item-below-content h2.wpr-grid-item-title a{min-height: 62px; line-height: 28px; font-size: 16px;}
/*services css end*/

/*featured css*/
.featured-panel{ padding:0 15px; }
.featured-tabing .elementor-tabs-content-wrapper .elementor-tab-content{ padding:20px 0 50px; margin-top: 30px; box-shadow: none;z-index: 0;}
.featured-tabing .elementor-tabs-content-wrapper .sales-left img{ display:none; }
.featured-tabing .elementor-tabs-content-wrapper .elementor-tab-content h2 {position: relative;top: 0;background: none;color: #fff !important;padding: 10px 28px;font-size: 56px;
left: 0;width: 100%;}
.featured-tabing .elementor-tabs-content-wrapper .swiper-container {width: 100%;padding: 0 27px;}
.featured-tabing .elementor-tabs-content-wrapper .elementor-tab-content:before{ display:none; }
/*featured css end*/


/*map-info css*/ 
.map-info .e-con-inner .form-sec h2.elementor-heading-title:after{ font-size:58px; display:none; }
.map-info .e-con-inner .form-sec .form-inner ul li{ font-size:12px; display: block; position: relative; padding: 0; text-align: center; padding: 0 14px;}
.map-info .e-con-inner .form-sec .form-inner ul li i{ position:relative; margin: auto; margin-bottom: 10px; }
.map-info .e-con-inner .form-sec .form-inner ul li:nth-child(1){ width:33.33%; }
/*map-info css end*/

/*search page css*/
.propertyhive form.property-search-form .control{width: 32.5%;}
.propertyhive ul.properties li a.button{ font-size:12px; }
/*search page css end*/

/*letting tony css*/
.management-choose .management-choose-inner h3 {font-size: 18px;}
.management-choose .management-choose-inner h2 {font-size: 24px !important;}
/*letting tony css end*/

/*free valuation css*/
.free_valuation form.wpcf7-form .mb-3 span.wpcf7-form-control-wrap {display: block;}
.free_valuation form.wpcf7-form .mb-3 span.wpcf7-form-control-wrap .wpcf7-radio span.wpcf7-list-item {margin: 0 15px 0 0px;}
/*free valuation css end*/

.single-property .property-detail .ds-property-details .summary.entry-summary h1.property_title.entry-title.custom_address_make{ font-size:30px !important }

/*footer css*/
.footer-btm .footer-btm-inner nav.menu-copyright-footer-menu-container .menu{ display:block; }
.footer-btm .footer-btm-inner nav.menu-copyright-footer-menu-container .menu li{ text-align:center; }
/*footer css end*/
}


@media(max-width:991px){
body h2 {font-size: 40px !important;}
body .container{ max-width:720px;}

.page .e-con-inner {max-width:720px}

/*about us css*/
.page-id-1372 .e-con-inner{max-width:720px;}
/*about us css end*/


/*404 css*/
section.error-404 {max-width:720px;}
.abt-steller .e-con-inner .elementor-element {width: 50%;}
.abt-steller .e-con-inner .elementor-element .elementor-widget-wpr-team-member {width: 100%;}
/*404 css end*/

/*header css*/
.site-header .site-header-main .main-navigation .primary-menu li a{ font-size:12px; }
.site-header .site-header-main .site-branding img.custom-logo { width: 130px;}
.site-header .site-header-main .site-branding{ justify-content:space-between; }
/*header css end*/

/*slider css*/
.property-search-form-homepage .filter-box{ bottom: inherit; top: 115px;}
.home-slider .explore-property form.property-search-form .control-address_keyword input#address_keyword{ width:100%; }
.home-slider .explore-property form.property-search-form .control-radius, .home-slider .explore-property form.property-search-form .control, 
.home-slider .explore-property form.property-search-form .residential-only{width: 83%;}
/*slider css end*/

/*sales listing css*/
.sales-letting-banner  .elementor-widget-heading h3{ font-size:18px; }
/*sales listing css end*/

/*about css*/
.home-abt-sec p{ font-size:18px; }
.home-abt-sec:after{ display:none }
.home-abt-sec .abt-img{ height:auto; }
.home-abt-sec .abt-img img{height:auto; }
.home-abt-sec .e-con-inner{ display:block; }
.home-abt-sec .e-con-inner .abt-img { width: 100%; display: block;}
.home-abt-sec .about-right {padding-left: 15px; padding-right: 15px; width: 100%;}
.home-abt-sec .e-con-inner .store-open {position: relative;bottom: 0;right: 0;width: 100%;text-align: center; margin-bottom: 40px; margin-top: 20px;}
/*about css end*/

/*featured css*/
.featured-panel{ padding:0 10px; }
/*featured css end*/

/*property dev css*/
.single-property .inner-background {height: 150px;}
.property-dev .e-con-inner {display: block;}
.property-dev .property-right-sec{ width:100%; }
.property-dev .property-dev-right { width:100%; margin-top: 0;}
.property-dev .property-dev-right .swiper-slide {padding: 25px 0px 135px;}
/*property dev css end*/

/*property page css*/
.single-property .property-detail .ds-property-details .property_actions ul li a{font-size: 12px;}
.single-property .property-detail .ds-property-details .summary.entry-summary .property_meta ul li{width: 42%;}
/*property page css end*/

/*map-info css*/
.map-info .e-con-inner{ display:block; }
.map-info .e-con-inner .map-left{ width:100%; }
.map-info .map-sec{ width:100%; height:300px; position: relative;}
.map-info .e-con-inner .form-sec{ width:100%; }
.map-info .e-con-inner .form-sec .elementor-widget-heading {margin-left: 0;margin-top: 40px; margin-bottom: 15px;}
.map-info .e-con-inner .form-sec h2.elementor-heading-title {font-size: 40px;}

.map-info .e-con-inner .form-sec .form-inner ul li{ display:block; position:relative; }
.map-info .e-con-inner .form-sec .form-inner:before{ display:none; }
.property-dev .property-right-sec .property-right-sec-inner .elementor-widget-container{ border-radius:0; }
.property-dev .property-right-sec .property-right-sec-inner img{ width:100%; object-fit:cover; }
/*map-info css end*/



/*search page css*/
.propertyhive form.property-search-form .control.control-address_keyword, .propertyhive form.property-search-form .control.sales-only{width:49%;}
.propertyhive form.property-search-form .control{width:48%; margin: 0 0 15px;}
.propertyhive form.property-search-form input[type="submit"]{ width:46%; }
.propertyhive ul.properties li{ width:47% !important; }
.propertyhive ul.properties li:nth-child(2n+1){margin-left:15px !important;}
/*search page css end*/

/*development start*/
.development .col-md-4 {width: 50%;}
.single-property-development .card-footer-a ul.card-info li h4{ font-size:14px; }
/*development start end*/

/*development detail css*/
.single-property-development .development-card-detail ul.card-info li {background: #A88F70;width: 48%;margin-bottom: 20px;}
/*development detail css end*/

/*services css*/
.page-template-service-template .service .col-md-4 {width: 50%;}
/*services css end*/

/*meet the team css*/
.home-abt-sec.meet-team-panel .e-con-inner {padding-bottom: 20px;}
.home-abt-sec.meet-team-panel.meet-team2-panel .e-con-inner {padding-bottom: 0; padding-top: 0; display: -webkit-box;display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;}
.home-abt-sec.meet-team-panel.meet-team2-panel .e-con-inner .about-right {order: 2;}
.home-abt-sec.meet-team-panel .e-con-inner .abt-img {width: 100%;margin: 0 0 30px;}
/*meet the team css end*/


/*my account css*/
.my-account #my-account-shortlisted_properties .upcoming-viewings-table tr th {font-size: 14px;}
.my-account #my-account-shortlisted_properties .upcoming-viewings-table tr td a, .my-account #my-account-shortlisted_properties .upcoming-viewings-table tr td{ font-size:13px; }
/*my account css end*/

/*tenants service css*/
.page-id-2308 .e-con-inner{max-width:720px;}
/*tenants service css end*/

/*letting tony css*/
.management-solution-letting .e-con-inner {display: block;}
.management-solution-letting .e-con-inner .abt-img {width: 100%;}
.management-solution-letting .e-con-inner img {width: 100%;}
.management-solution-letting .e-con-inner .about-right {width: 100%;padding:50px 7px 0;}
/*letting tony css end*/

/*news detail css*/
.property-reno .e-con-inner {display: block; padding: 0;}
.property-reno .e-con-inner .photo-park {width: 100%; padding: 0;}
.property-reno .e-con-inner h2 {font-size: 24px !important; margin: 10px 0 10px; line-height: 30px;}
.property-reno img.attachment-full {width: 100%;}
.property-reno .about-right {width: 100%;padding: 15px 0 0;}
.property-reno .e-con-inner .abt-img {width: 100%;margin: 0 0 40px;}
/*news detail css end*/

/*single post css*/
.bed-house-sec .about-right {padding: 0;}
.bed-house-sec .abt-img {padding: 0;}
/*single post css end*/

/*contact us css*/
.contact-form-sec form.wpcf7-form {padding: 20px 20px 20px 20px;}
.contact-form-sec .e-con-inner{ display:block; }
.contact-form-sec .e-con-inner .contact-form-inner {width: 100%;}
.contact-form-sec .e-con-inner .contact-address-sec {width: 100%;}
.contact-form-sec .e-con-inner .contact-address-sec {width: 100%;margin: 30px 0 0px;}
/*contact us css end*/

/*footer css*/ 
footer.site-footer:before{ display:none; }
footer.site-footer .address-col ul { margin: 0 0 50px;}
footer.site-footer .widget_nav_menu {margin: inherit;padding: 10px 0 0;width: 100%;}
footer.site-footer .socialmedia-sec{ margin:inherit; padding: 0 0 0 0px;}
.footer-btm .footer-btm-inner{ display:block; }
.footer-btm .footer-btm-inner .ds-branding { margin-top: 14px; justify-content: center;}
.footer-btm .footer-btm-inner h4{ line-height:25px; text-align:center; }

.footer-second-menu .widget_nav_menu nav.menu-copyright-footer-menu-container .menu {margin-top: 8px;}
.footer-second-menu .widget_nav_menu nav.menu-copyright-footer-menu-container .menu li{ font-size:11px; }
/*footer css end*/
}


@media(max-width:909px){
/*header css*/
.site-header .site-header-main .main-navigation .primary-menu li.woocommerce_custom_menu{ display:block; }

.site-header .site-header-main .site-branding .menu-top-header-container {display: none;}
.site-header .site-header-main .site-branding .login-sec ul li.myaccount-top, .site-header .site-header-main .site-branding .login-sec ul li.logout-top{display: none;}			

.site-header .site-header-main {margin: 0px 0 0px;}
.site-header .site-header-main .site-branding a.custom-logo-link {margin: inherit;   margin-top: 58px; display: inline-block;}
.site-header .site-header-main .site-branding img.custom-logo {width: 180px;height: auto;}

.menu-toggle.toggled-on, .menu-toggle.toggled-on:hover, .menu-toggle.toggled-on:focus{ background:none; }
.site-header button.menu-toggle {position: absolute;top: 46px;right: 30px;font-size: 0;border: none;}
.site-header button.menu-toggle span {width: 21px;height: 2px;display: block;background: #fff;margin: 0 0 5px;}
.site-header .site-header-menu {position: fixed;top: 0px;background: #121212;z-index: 99;clear: both;padding: 15px 0;left: 0;right: 0;bottom: 0;
width: 270px;transform: translateX(-100%);transition: 0.4s;display: block;margin: 0;}
.site-header .site-header-menu{padding: 0;}
.site-header .toggled-on{ transform: translateX(0);}
.site-header .toggled-on span{transition: all 0.2s ease;}
.site-header .toggled-on span:nth-child(2) {display: none;}
.site-header .toggled-on span:nth-child(3) {transform: rotate(-51deg);transition: all 0.2s ease;top: -7px;position: relative;}
.site-header .toggled-on span:nth-child(1) {transform: rotate(45deg);transition: all 0.2s ease;}
.site-header .site-header-main .main-navigation .primary-menu {text-align: center;padding: 0;margin: inherit;display: table;width: 100%;border-bottom: none;}
.site-header .site-header-main .main-navigation .primary-menu li {border-top: none;position: relative;border-bottom:1px solid #4e4e4e;padding: 0 15px;}
.site-header .site-header-main .main-navigation .primary-menu li:last-child{ border-bottom:none; }
.site-header .site-header-main .main-navigation .primary-menu li a {color: #fff;text-align: left;font-size: 13px;}



.site-header .site-header-main .site-branding img.custom-logo {width: 115px;}
.site-header .site-header-main .site-branding .login-sec {right: 0;position: absolute;width: 100%;float: none;margin-top: 0;top: 0;background: #14495a;padding: 10px 15px 14px;justify-content: center;}
.site-header .site-header-main .site-branding .login-sec ul {display: flex;margin: 0;justify-content: center;padding: 0;}
.site-header .site-header-main .site-branding .login-sec ul li{ margin:0 0 0 7px; }
.site-header .site-header-main .site-branding .login-sec ul li a {padding: 7px 10px;font-size: 13px;}
.site-header .site-header-main .site-branding .login-sec ul li a:hover {background: #ffffff;transition: all 0.2s ease;color: #000;}

.site-header .menu-toggle.toggled-on {top:100px;transform: translateX(0);}
.site-header .site-header-main .site-branding{ padding:0 15px; display:block; }
.site-header .site-header-main .site-branding img.custom-logo { width: 125px;}
.site-header button.menu-toggle{ top:72px; right: 15px; }
.site-header .site-header-main .site-branding{ padding:0 15px; display:block; }
.site-header .site-header-main .site-branding img.custom-logo { width: 170px;}
.site-header button.menu-toggle{ top:94px; right: 15px; }

.site-header .site-header-main .main-navigation .primary-menu li#menu-item-2293, .site-header .site-header-main .main-navigation .primary-menu li#menu-item-2297 {display:block;}
/*header css end*/
}


@media (min-width: 768px) {

	.grid .card-box-a,
	.grid .card-box-b,
	.grid .card-box-c,
	.grid .card-box-d {
	  margin-bottom: 2.5rem;
	}
}

@media(max-width:767px){
body h2 {font-size: 30px !important;}
p {font-size: 15px;line-height: 28px !important;}
/*header css*/

.site-header .site-header-main {margin: 0px 0 0px;}


.footer-second-1 .footer_brands .footer_brand img.swiper-slide-image{margin-left: initial;}


/*header css end*/


/*registration page css*/
.content-area .entry-content .ds-registration .e-con-inner form.applicant-registration-form .control.control-department label {padding-left: 10px;}
/*registration page css end*/

.news-panel:after{ display:none; }
.home-accreditation figure.swiper-slide-inner {text-align: center;margin: auto !important;display: table;}

/*slider css*/
.home-slider {height: 700px;}
.home-slider:before{ display:none; }
.home-slider .explore-property h2{ font-size:30px !important; }
.home-slider .explore-property{ top:55%; }
.property-search-form-homepage .filter-box {top: 97px;}
.home-slider .explore-property form.property-search-form .control.control-department {width: 100%;}
.home-slider .explore-property form.property-search-form .home-filter-button{    top: 59px;}
.home-slider .explore-property form.property-search-form input[type="submit"] {    top: 46px;right: 0px;}
.home-slider .explore-property form.property-search-form .control{ width:25%; margin: 0px 0; padding-right: 0px;}
.home-slider .explore-property form.property-search-form .residential-only{ width:25%; }
.home-slider .explore-property form.property-search-form .control-address_keyword{ max-width:100%; width:100%; margin-top:22px; }
.home-slider .explore-property form.property-search-form .control-radius{ width:25%;  padding-right:0px; margin: 0;}
/*slider css end*/




/*sales listing css*/
.sales-letting-banner .sales-letting-banner-left{ margin-bottom:15px; }
.sales-letting-banner .sales-letting-banner-left .elementor-widget-heading h3{ font-size:15px; }
.sales-letting-banner .sales-letting-banner-right {overflow: hidden;padding: 0 0 0;}
.sales-letting-banner .sales-letting-banner-right .elementor-widget-heading h3{ font-size:15px; }
/*sales listing css end*/

/*featured css*/
.featured-panel {padding: 0 15px;}
.featured-panel .featured-tabing .elementor-tabs .elementor-tab-mobile-title {display: none;}
.service-panel .service-sec-inner .e-con-inner .e-con-full { padding: 0 0 30px;}
.featured-tabing .elementor-tabs-content-wrapper .sales_slider .swiper-scrollbar{ width:100%; }
.featured-tabing .elementor-tabs-content-wrapper .swiper-container{ padding:0 15px; }
/*featured css end*/

/*search page css*/
.inner-background{ height:315px; }
.inner-background:before{ width:100%;background-size: 65%; height:60% }
.inner-background h1.page-title{ top:55%; font-size:20px; }
.propertyhive form.property-search-form input[type="submit"]{    margin-top: 15px; margin-left: 0;}
.propertyhive form.property-search-form .control .current-location{ top:15px; right: 15px !important;}
.propertyhive form.property-search-form .control {padding: 0 0px 0px 0;width: 100%;}
.propertyhive form.property-search-form .control.control-address_keyword, .propertyhive form.property-search-form .control.sales-only{ width:100%; }
.propertyhive ul.properties li .details h3 a{ font-size:16px; }
.propertyhive ul.properties li a.button{ width:100%; font-size:15px; margin-bottom:10px; text-align: center;}

/*search page css end*/


/*development start*/
.development .col-md-4 {width: 100%; margin-bottom: 30px;}
.card-box-a:hover .card-overlay-a-content {bottom: 68px;}
/*development start end*/

/*development detail css*/
.single-property-development .card-footer-a ul.card-info li h4, .single-property-development .card-footer-a ul.card-info li span{ font-size:14px; margin: 0;}
/*development detail css end*/

/*services css*/
.page-template-service-template .service .col-md-4 {width: 100%;}
.page-template-service-template .service .single-solutions .solutions-content p {line-height: 20px !important;}
.news-panel article.wpr-grid-item .wpr-grid-item-inner .wpr-grid-item-below-content h2.wpr-grid-item-title a{ min-height:auto; }
.propertyhive ul.properties li:nth-child(2n+1){    padding-bottom: 62px;}
.propertyhive ul.properties li .actions{ bottom:0; }
/*services css end*/

/*services popup css*/
.fancybox-inner .fancybox-slide h2 {font-size: 20px !important;}
.fancybox-inner .fancybox-slide input#preferred_viewing_date{ width:100%; }
/*services popup css end*/

/*career css*/
.awsm-job-main.awsm-job-archive-content h1.page-title {margin: 0 0 20px;}
.awsm-filter-wrap.awsm-no-search-filter-wrap .awsm-filter-toggle{background: #a88f70; color: #fff;}
.awsm-filter-wrap.awsm-no-search-filter-wrap .awsm-filter-toggle svg {width: 28px;height: 28px;background: #fff; padding: 4px 4px;}
/*career css end*/

/*meet the team css*/
.meet-contact-detail .e-con-inner .meet-team-info {margin-top: 20px;}
/*meet the team css end*/

/*property page css*/
.single-property .property-detail .ds-property-details .property_actions ul li a {background: #A88F70;padding: 10px 7px;font-size: 13px;}
.single-property .property-detail .ds-property-details .summary.entry-summary h1.property_title.entry-title.custom_address_make{font-size: 24px !important;}
.single-property .property-detail .ds-property-details .summary.entry-summary h1.property_title.entry-title {font-weight: bold;font-size: 18px !important;}
.single-property .property-detail .ds-property-details .summary.entry-summary .property_meta ul li{width: 100%;}
/*property page css end*/

/*property dev css*/
.property-dev h2.elementor-heading-title {margin-bottom: 20px;}
.home-abt-sec h2.elementor-heading-title {margin: 10px 0;}
/*property dev css end*/

/*my account css*/
.my-account .propertyhive-my-account nav.my-account-navigation{ width:100%; }
.my-account .propertyhive-my-account .my-account-sections{ width:100%; margin-top:20px; }
/*my account css end*/

.contact-form-sec .e-con-inner {max-width: 85%;}

.news-panel.tenants-discover .e-con-inner h2 {font-size: 30px !important;margin: 0;}

/*letting tony css*/
.management-choose .abt-img, .management-choose .about-right {padding: 0;}
/*letting tony css end*/

/*area guide css*/
.area-panel .area-box{ margin: 0;margin-top: 20px; }
.area-panel .area-box:first-child{margin:00px;}
.area-panel .area-box .area-thumbnail img{ width:100%; }

.area-guide-inner .area-guide-inner-right {padding: 30px 0 0 0;border-top: 1px solid #000;margin-left: 0px;border-left:0px;}
/*area guide css end*/

/*finsbury park css*/
.finsbury-project .about-right{ padding:0; }
.meet-contact-detail .e-con-inner {padding-bottom: 0;}

.property-reno img.attachment-full {width: auto;}
/*finsbury park css end*/

.development .card-box-a {height: 430px;}

/*footer css*/
footer.site-footer .footer_top figure img{margin-bottom: 25px;}
footer.site-footer .address-col ul { margin: 0 0 20px;}
footer.site-footer .widget_nav_menu{ margin:inherit; padding: 0 0 0 0px;}
footer.site-footer .socialmedia-sec{ margin:inherit; padding: 0 0 0 0px;}
footer.site-footer .subscribe-sec {margin: 30px 0;}
/*footer css end*/
}

@media(max-width:590px){
.propertyhive ul.properties li:nth-child(2n+1) {margin-left: 0px !important;}
}

@media(max-width:575px){
body h2 {font-size: 24px !important;}

/*header css*/
.single-property .inner-background{ height:123px; }
.site-header .site-header-main {margin: 0px 0 0px;}
.site-header .site-header-main .site-branding img.custom-logo {width: 115px;}
.site-header .site-header-main .site-branding .login-sec{ display:block;  padding: 10px 15px 0px;}
.site-header .site-header-main .site-branding .login-sec ul li.top-call:before{ top:5px; }
.site-header .site-header-main .site-branding .login-sec ul li{ margin:0 0 0 7px; }
.site-header .site-header-main .site-branding .login-sec ul li a {padding: 7px 10px;font-size: 11px;}
.site-header .site-header-main .site-branding nav.login-sec .menu-top-left-menu-container {margin: 0 0 15px;}
.site-header button.menu-toggle {top: 78px;}
.site-header .menu-toggle.toggled-on { top: 84px;}
/*header css end*/

/*404 css*/
.abt-steller .e-con-inner .elementor-element {width: 100%;}
.abt-steller .e-con-inner .elementor-element .elementor-widget-wpr-team-member {width: 100%;}
/*404 css end*/

/*slider css*/
.property-search-form-homepage .filter-box{    top: 0;position: relative;}
.home-slider .explore-property form.property-search-form .home-filter-button{ top: 0;position: relative;right: 0;width: 100%; padding: 0px 0 10px}
.home-slider .explore-property form.property-search-form .home-filter-button a{ color:#fff; }
.home-slider .explore-property form.property-search-form input[type="submit"] { position: relative;top: 0;right: 0;width: 100%;}
.home-slider .explore-property form.property-search-form .control{ width:100%; margin: 0px 0; padding-right: 0;}
.home-slider .explore-property form.property-search-form .residential-only{ width:100%; margin-bottom:16px }
.home-slider .explore-property form.property-search-form .control-address_keyword{ max-width:100%; width:100%; margin-top:22px; padding-right: 0; }
.home-slider .explore-property form.property-search-form .control-radius{ width:100%;  padding-right: 10px; margin: 0; padding-right: 0; }
.explore-property .get-free-valutaion{margin-top: 32px;}
/*slider css end*/

/*registration page css*/
.content-area .applicant-registration-form .control{ width:100%; }
.content-area .entry-content .ds-registration .e-con-inner form.applicant-registration-form .control.control-department label {padding-top: 10px;}
.content-area .entry-content .ds-registration .e-con-inner form.applicant-registration-form .control.control-department label:first-child {width: 100%; padding-top: 0px;}
/*registration page css end*/


/*slider css*/
.home-slider .explore-property h2{ font-size:20px !important; }
/*slider css end*/


/*featured css*/
.featured-panel .featured-tabing .elementor-tabs .elementor-tabs-wrapper .elementor-tab-title {padding: 42px 5px;width: 33%;font-size: 14px;color: #000;text-align: center;}
/*featured css end*/

/*service css*/
.service-panel{padding: 30px 18px;}
.service-panel .service-sec-inner .e-con-inner .e-con-full.for-landing .elementor-widgfet-heading .elementor-widget-container{ padding:0 15px; }
.service-panel .service-sec-inner .e-con-inner .e-con-full.for-landing .elementor-widget-heading.for-landingheading{top: 50%; width: 100%}
.service-panel .service-sec-inner .e-con-inner .e-con-full.for-landing .elementor-widget-heading.for-landingheading .elementor-widget-container h3.elementor-heading-title a {
font-size: 18px;font-weight: normal;}
.news-panel article.wpr-grid-item .wpr-grid-item-inner .wpr-grid-item-below-content h2.wpr-grid-item-title a{ font-size:18px; }
/*service css end*/

/*property page css*/
.single-property .property-detail .ds-property-details .images ul.slides li a.propertyhive-main-image img{ height:500px; }
.single-property .property-detail .ds-property-details .backtolisting_socialshare{padding: 0 15px; display:block;}
.single-property .property-detail .ds-property-details .summary{ margin-bottom:30px; padding:0; }
.single-property .property-detail .ds-property-details .property_actions{margin-top: 0;}
.single-property .property-detail .ds-property-details .property_actions ul{ justify-content:space-between; }
.single-property .property-detail .ds-property-details .property_actions ul li {margin-left: 0;width: 100%;margin-bottom: 11px;}
.single-property .property-detail .ds-property-details .property_actions ul li a{ width:100%; display:inline-block; }
.single-property .property-detail .ds-property-details #share-options{right: inherit;}

.single-property .property-detail .ds-property-details .sharerelate button i.fas {margin: 0 7px 0 0px;}
.single-property .property-detail .ds-property-details .sharerelate button svg{ width:13px; }
/*property page css end*/

/*property dev css*/
.property-dev .bottom-dev span.phone{ font-size:15px; }
.property-dev .bottom-dev span.read-more a{ width:135px; }
/*property dev css end*/

/*development detail css*/
.single-property-development .card-footer-a ul.card-info {-ms-flex-wrap: wrap;flex-wrap: wrap;}
.single-property-development .card-footer-a ul.card-info li {margin: 0 0 15px;}
.single-property-development .card-footer-a ul.card-info li h4, .single-property-development .card-footer-a ul.card-info li span {font-size: 11px;margin: 0;}

.single-property-development .development-card-detail ul.card-info li{padding: 45px 8px; height: 140px;}
.single-property-development .development-card-detail ul.card-info li span{ font-size:13px; }
.single-property-development .development-card-detail ul.card-info li h4.card-info-title {font-size: 18px;}


/*development detail css end*/

/*map-info css*/
.map-info .e-con-inner .form-sec .form-inner{ padding:20px; }
.map-info .e-con-inner .form-sec .form-inner form.wpcf7-form .send-home-msg{ display:block; }
.map-info .e-con-inner .form-sec .form-inner form.wpcf7-form .send-home-msg span.wpcf7-form-control-wrap {width: 100%;margin: 0 0 20px;display: inline-block;}
.map-info .e-con-inner .form-sec .form-inner ul{ display:block; }
.map-info .e-con-inner .form-sec .form-inner ul li{ border-right:none; border-bottom:1px solid #fff; margin: 0 0 20px; padding: 0 0 20px; }
.map-info .e-con-inner .form-sec .form-inner ul li:last-child{ border-bottom:none; }
.map-info .e-con-inner .form-sec .form-inner ul li, .map-info .e-con-inner .form-sec .form-inner ul li:nth-child(1), 
.map-info .e-con-inner .form-sec .form-inner ul li:nth-child(2){ width:100% }
/*map-info css end*/

/*meet the team css*/
.meet-team-sec .elementor-widget-wpr-team-member .wpr-member-image{ height:auto; }
/*meet the team css end*/

/*search page css*/
p.propertyhive-result-count{ width:100%; margin: 0 0 15px; }
.propertyhive form.propertyhive-ordering{ width:100%; }
.propertyhive .propertyhive-views ul li a{ width:130px }

.propertyhive ul.properties li .details h3 a {font-size: 14px;}
/*search page css end*/

/*news detail css*/
.single-post .post-navigation .nav-links a span.post-title {font-size: 12px;}
/*news detail css end*/

/*valuation css*/
.free_valuation form.wpcf7-form{ display:block; }
.free_valuation form.wpcf7-form .mb-3{ width:100%; }
/*valuation css end*/

/*career css*/
.awsm-job-container .awsm-job-listings .awsm-grid-item .awsm-grid-left-col .awsm-job-featured-image{ height:auto; }
/*career css end*/

/*faq css*/
.ewd-ufaq-faqs .ewd-ufaq-faq-div a .ewd-ufaq-faq-title-text h4{ font-size:13px; }
/*faq css end*/

/*let css*/
.news-panel.let-service h2 a{ font-size:18px !important }
/*let css end*/
 
/*news detail css*/
.single-post .post-navigation .nav-links .nav-previous {margin: 0 0px 0 0px;}
.single-post .post-navigation .nav-links .nav-previous a {padding-bottom: 0;}
/*news detail css end*/

/*my account css*/
.my-account #my-account-shortlisted_properties .upcoming-viewings-table a img {width: 35px;}
.my-account #my-account-shortlisted_properties .upcoming-viewings-table tr th {font-size: 13px;}
.my-account #my-account-shortlisted_properties .upcoming-viewings-table tr td a, .my-account #my-account-shortlisted_properties .upcoming-viewings-table tr td{ font-size:12px; }
/*my account css end*/

/*contact us css*/
.contact-form-sec .contact-address-sec ul li{ font-size:13px; }
/*contact us css end*/

.footer-second-menu .widget_nav_menu nav.menu-copyright-footer-menu-container .menu{display: block; text-align: center;}
.footer-second-menu .widget_nav_menu nav.menu-copyright-footer-menu-container .menu

}


@media(max-width:350px){
.single-property .inner-background {height: 111px;}
.site-header button.menu-toggle {top: 71px;}
.site-header .menu-toggle.toggled-on {top: 80px;}

.featured-panel .featured-tabing .elementor-tabs .elementor-tabs-wrapper .elementor-tab-title{font-size: 12px;}	
.site-header .site-header-main .site-branding .login-sec ul li a{ font-size:11px; }
.site-header .site-header-main .site-branding img.custom-logo {width: 92px;}

/*404 css*/
section.error-404 input.search-field { padding:6px 4px;}
section.error-404 button.search-submit{ padding: 7px 8px}
section.error-404 button.search-submit span.screen-reader-text{font-size: 11px !important;}
/*404 css end*/
}


.share_options {
   position: absolute;
    top: 16px;
    right: 8px;
    z-index: 9;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    padding: 2px;
    margin: 0 10px 5px 0;
}


.all_share_options {
    position: absolute;
    top: 36px;
    background: #ffffff80;
    padding: 6px;
    right: 0;
    width: 180px;
}

.all_share_options .addtoany_list.a2a_kit_size_32 a:not(.addtoany_special_service)>span{
		    line-height: 32px;
		    width: 25px;
		    height: 25px;

}

.share_options button {
    background: no-repeat;
    border: none;
}


.share_options a.button:before{
	     	content: '';
		    background: url(images/hearfav.svg) no-repeat;
		    position: absolute;
		    left: 4px;
		    top: 55%;
		    height: 16px;
		    width: 16px;
		    background-size: 100%;
		    transform: translate(0, -50%);
}
 	


.share_options a.button {
   font-size: 13px !important;
    padding: 6px 7px 6px 25px !important;
    height: 30px !important;
    background: transparent !important;
}


.single.single-property .ds-property-details .summary.entry-summary .property_actions li.action-shortlist {
    display: none;
}



nav.navigation.post-navigation .nav-links .post-thumbnail img.attachment-thumbnail.size-thumbnail.wp-post-image {
    width: 100px;
    height: 100px;
}



.availability-onlisting span.availability {margin: 0 0 8px;display: inline-block; background: #14495a; padding: 4px 15px;}


.availability-onlisting  span.availability strong {
    font-size: 16px;
    color: #fff;
    font-weight: normal;
}

.availability-onlisting {
    position: absolute;
    top: 16px;
    left: 16px;
    z-index: 9;
    padding: 2px;
}







