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

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

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

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
    margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
    display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
    font-family: monospace, monospace;
    font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
    background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
    font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
    border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
    overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
    text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
    padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
    vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
    overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
    display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
    display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
    display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
    display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
    box-sizing: inherit;
}

html {
    box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
    color: #404040;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    font-size: 1rem;
    line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
}

p {
    margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
    font-style: italic;
}

blockquote {
    margin: 0 1.5em;
}

address {
    margin: 0 0 1.5em;
}

pre {
    background: #eee;
    font-family: "Courier 10 Pitch", courier, monospace;
    line-height: 1.6;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 1.6em;
}

code,
kbd,
tt,
var {
    font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
    border-bottom: 1px dotted #666;
    cursor: help;
}

mark,
ins {
    background: #fff9c0;
    text-decoration: none;
}

big {
    font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
    background: #fff;
}

hr {
    background-color: #ccc;
    border: 0;
    height: 1px;
    margin-bottom: 1.5em;
}

ul,
ol {
    margin: 0 0 1.5em 3em;
}

ul {
    list-style: disc;
}

ol {
    list-style: decimal;
}

li>ul,
li>ol {
    margin-bottom: 0;
    margin-left: 1.5em;
}

dt {
    font-weight: 700;
}

dd {
    margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
    max-width: 100%;
}

img {
    height: auto;
    max-width: 100%;
}

figure {
    margin: 1em 0;
}

table {
    margin: 0 0 1.5em;
    width: 100%;
}

/* Links
--------------------------------------------- */
a {
    color: #4169e1;
}

a:visited {
    color: #800080;
}

a:hover,
a:focus,
a:active {
    color: #191970;
}

a:focus {
    outline: thin dotted;
}

a:hover,
a:active {
    outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    border: 1px solid;
    border-color: #ccc #ccc #bbb;
    border-radius: 3px;
    background: #e6e6e6;
    color: rgba(0, 0, 0, 0.8);
    line-height: 1;
    padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
    border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
    border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
    color: #666;
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
    color: #111;
}

select {
    border: 1px solid #ccc;
}

textarea {
    width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
    display: block;
    width: 100%;
}

.main-navigation ul {
    display: none;
    list-style: none;
    margin: 0;
    padding-left: 0;
}

.main-navigation ul ul {
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    float: left;
    position: absolute;
    top: 100%;
    left: -999em;
    z-index: 99999;
}

.main-navigation ul ul ul {
    left: -999em;
    top: 0;
}

.main-navigation ul ul li:hover>ul,
.main-navigation ul ul li.focus>ul {
    display: block;
    left: auto;
}

.main-navigation ul ul a {
    width: 200px;
}

.main-navigation ul li:hover>ul,
.main-navigation ul li.focus>ul {
    left: auto;
}

.main-navigation li {
    position: relative;
}

.main-navigation a {
    display: block;
    text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
    display: block;
}

@media screen and (min-width: 37.5em) {

    .menu-toggle {
        display: none;
    }

    .main-navigation ul {
        display: flex;
    }
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
    margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
    display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
    flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
    text-align: end;
    flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
    display: block;
}

.post,
.page {
    margin: 0 0 1.5em;
}

.updated:not(.published) {
    display: none;
}

.page-content,
.entry-content,
.entry-summary {
    margin: 1.5em 0 0;
}

.page-links {
    clear: both;
    margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
    word-wrap: break-word;
}

.bypostauthor {
    display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
    margin: 0 0 1.5em;
}

.widget select {
    max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
    display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption .wp-caption-text {
    margin: 0.8075em 0;
}

.wp-caption-text {
    text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
    margin-bottom: 1.5em;
    display: grid;
    grid-gap: 1.5em;
}

.gallery-item {
    display: inline-block;
    text-align: center;
    width: 100%;
}

.gallery-columns-2 {
    grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
    grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
    grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
    grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
    grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
    grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
    grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
    grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
    display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
    display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
    display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    clip-path: none;
    color: #21759b;
    display: block;
    font-size: 0.875rem;
    font-weight: 700;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
    outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

    /*rtl:ignore*/
    float: left;

    /*rtl:ignore*/
    margin-right: 1.5em;
    margin-bottom: 1.5em;
}

.alignright {

    /*rtl:ignore*/
    float: right;

    /*rtl:ignore*/
    margin-left: 1.5em;
    margin-bottom: 1.5em;
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1.5em;
}

/*****Property Search Page Css*****/
/*****Property Search Page Css*****/
#mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-item-has-children:last-child .mega-sub-menu {
    right: 0px;
    left: auto;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-item-has-children:last-child:hover .mega-sub-menu {
    right: 0px;
    left: auto;
}

.main_body_wrapper {
    background: #f1f1f1;
}

.featured_property {
    padding: 40px 0px;
}

.banner_search.search-bg {
    background: url(./images/property-real-estate-banner-bg.png) #262626;
    background-position: center;
    background-repeat: no-repeat;
    height: auto;
    padding: 42.5px 0;
    min-height: 275px;
}

.banner_search .container {
    max-width: 1200px;
    margin: 0px auto;
}

.search_form form {
    display: flex;
    justify-content: space-between;
    column-gap: 20px;
}

.search_form .search_select_right {
    width: calc(100% - 430px);
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.search_form .search_select_min {
    display: flex;
}

.property_filter_search .search_form {
    padding: 25px;
    background: #ffffff;
    color: #525252;
    border: 1px solid #eaeaea;
}

.property_filter_search .search_form h3 {
    font-size: 24px;
    line-height: 26px;
    letter-spacing: 0;
    color: #333;
    font-weight: 300;
    margin: 0px 0px 20px;
}

.property_filter_search .search_form hr {
    border: 1px solid #f1f1f1;
    margin: 0px 0px 20px;
    background: transparent;
    height: 0px;
}

.search_select_min select {
    max-width: 150px;
    min-width: 150px;
    margin-right: 10px;
}

.filter_price {
    margin-right: 50px;
    max-width: 170px;
    width: 170px;
}

.filter_price input {
    position: relative;
    border: 1px solid #232323;
    height: 37px;
    max-width: 100%;
    padding: 4px 6px;
    border: 1px solid #eaeaea;
    border-radius: 2px;
    background: #ffffff;
    color: #525252;
    position: relative;
    width: 100%;
    -webkit-box-sizing: border-box !important;
    box-sizing: border-box !important;
    color: #999;
}

.search_type_btn {
    display: flex;
    justify-content: space-between;
}

.search_type_btn button,
.search_type_btn a {
    background-image: none;
    border: 1px solid #e0e0e0;
    border-radius: 3px;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: normal;
    margin-bottom: 0;
    padding: 10px 15px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    background-color: #ffffff;
    color: #464646;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
    position: relative;
    transition: all 0.2s ease 0s;
    padding: 10px 15px !important;
    font-size: 14px !important;
    background-color: #d52d12;
    border-color: #d52d12;
    color: #ffffff;
    text-decoration: none;
}

.property_search_btn span {
    font-size: 16px;
    font-weight: 300;
    color: #525252;
    font-family: "Lato", sans-serif;
    margin: 3px 0px;
    display: block;
    padding: 0px;
}

.property_filter_search .search_form .search_select_input select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: transparent;
    background-image: none;
    color: #999;
}

.search_form .search_select_right .filter_price label {
    display: block;
}

.property_filter_search .search_form label,
input,
select,
textarea {
    line-height: 24px;
    font-family: 'Lato';
    font-size: 16px;
    font-weight: normal;
}

.search_select_input input,
select {
    position: relative;
    border: 1px solid #232323;
    height: 37px;
    max-width: 100%;
    padding: 4px 6px;
    border: 1px solid #eaeaea;
    border-radius: 2px;
    background: #ffffff;
    color: #525252;
    position: relative;
    width: 100%;
    -webkit-box-sizing: border-box !important;
    box-sizing: border-box !important;
    color: #999;
    font-weight: 300;
}

.search_select_input i {
    position: absolute;
    top: 50%;
    width: 36px;
    margin-top: -8px;
    font-size: 16px;
    color: #aaaaaa;
    text-align: center;
    pointer-events: none;
    right: 0px;
    z-index: 1;
}

.search_select_area {
    display: block;
    width: 400px;
}

.search_select_input {
    position: relative;
    display: block;
    width: 100%;
    margin-bottom: 10px;
}







.featured_property .container {
    max-width: 1200px;
    margin: 0 auto;
}

.home_info_featured {
    padding: 25px;
    background: #ffffff;
    color: #525252;
    border: 1px solid #eaeaea;
    margin-bottom: 35px;
}

.home_header_text span {
    font-family: "Lato", sans-serif;
    font-weight: 300;
    line-height: 24px;
    text-transform: uppercase;
    font-size: 14px;
    display: inline-block;
    margin-right: 5px;
}

.home_header_text h3 {
    font-family: "Lustria", serif;
    font-size: 30px;
    line-height: 30px;
    display: inline-block;
    color: #333;
    font-weight: 300;
    margin: 0px;
}

.home_header_text {
    margin-top: 35px;
    margin-bottom: 10px;
}

.home_header_text h3 a {
    color: #232323;
    text-decoration: none;
}

.home_info_featured .panel-title {
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 25px;
    text-transform: uppercase;
    color: #444;
    font-weight: 300;
}

.common-panel-title {
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 25px;
    text-transform: uppercase;
    color: #444;
    font-weight: 300;
}

.home_info_style {
    display: flex;
    justify-content: space-between;
    column-gap: 35px;
}

.home_info_style .home_price {
    background: rgba(213, 45, 18, 0.9) none repeat scroll 0 0;
    color: #fff;
    font-size: 20px;
    height: auto;
    line-height: 30px;
    padding: 10px;
    text-align: center;
    margin-bottom: 10px;
    font-weight: 300;
}

.home_info_style .home_description {
    font-family: "Lato", sans-serif;
    font-size: 14px;
    line-height: normal;
    font-weight: 300;
    line-height: 24px;
    color: #777;
}

.home_info_style .box_img_style {
    max-width: 438px;
    width: 100%;
}

.home_info_style .box_img_style img {
    max-width: 438px;
    width: 100%;
    min-height: 438px;
    display: block;
    object-fit: cover;
}

.home_info_style .details_button {
    background-color: #d52d12;
    border: #d52d12 1px solid;
    border-radius: 3px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 14px !important;
    font-weight: normal;
    height: auto;
    line-height: 1.57143;
    margin-bottom: 0;
    padding: 5px 25px !important;
    position: relative;
    text-align: center;
    transition: all 0.2s ease 0s;
    vertical-align: middle;
    white-space: nowrap;
    width: auto;
    float: right;
    margin-top: 10px;
    text-decoration: none;
}


.home_box_style .home_bottom_style {
    background: rgba(213, 45, 18, 0.9) none repeat scroll 0 0;
    color: #fff;
    font-size: 12px;
    height: auto;
    line-height: 30px;
    padding: 8px;
    padding-left: 10px;
}

.home_box_style .home_bottom_style .first_bottom {
    display: inline-block;
    margin-right: 10px;
    font-size: 16px;
    font-weight: normal;
    line-height: 24px;
    color: #fff;
}


.home_get_in_touch {
    padding: 25px;
    background: #ffffff;
    color: #525252;
    border: 1px solid #eaeaea;
    margin-top: 35px;
}

.home_get_in_touch h3 {
    font-size: 40px;
    line-height: 42px;
    letter-spacing: 0;
    color: #333;
    font-weight: 300;
    font-family: "Lustria", serif;
    margin: 10px 0px 20px;
}

.home_get_in_touch h3+p {
    margin-bottom: 25px;
}

.home_get_in_touch p:last-child {
    margin-top: 25px;
}

.home_get_in_touch p {
    margin: 0 0 20px 0;
    font-weight: 300;
    font-size: 16px;
    line-height: normal;
    color: #555;
    margin-bottom: 10px;
}

.home_get_in_touch p a {
    color: #555;
    text-decoration: none;
    cursor: pointer;
}

.latest_property_style {
    overflow: hidden;
    position: relative;
    margin-top: 35px;
}

.box_hover_style {
    background-color: #000;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    height: 100%;
    text-align: center;
    width: 100%;
    transition: all 0.6s ease-out 0s;
}

.for_rent_txt {
    position: absolute;
    top: 8%;
    background: #fff;
    color: #000;
    text-transform: uppercase;
    font-size: 14px;
    transition: all 0.6s ease-out 0s;
    padding: 6px;
    left: 0;
}

.latest_property_style:hover .for_rent_txt {
    left: -200px;
}

.latest_property_style:hover .box_hover_style {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    opacity: 0.6;
}

.for_per_month {
    right: 0;
    background: #0a001f;
    color: #fff;
    position: absolute;
    top: 8%;
    text-transform: uppercase;
    font-size: 14px;
    transition: all 0.6s ease-out 0s;
    padding: 6px;
}

.latest_property_style:hover .for_per_month {
    opacity: 0;
}

.latest_property_feature {
    position: absolute;
    top: -40px;
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-size: 12px;
    background: #3fc387;
    opacity: 1;
    color: #FFF;
    transition: all 0.6s ease-out 0s;
    padding-left: 10px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.latest_property_feature div {
    font-size: 12px;
    line-height: 24px;
    color: #fff;
    text-transform: uppercase;
    cursor: pointer;
    margin-right: 10px;
}

.latest_property_style:hover .latest_property_feature {
    top: 0;
}

.latest_property_bottom {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    left: 0;
    padding: 10px;
    transition: all 0.2s ease 0s;
    width: 100%;
    color: #fff;
    box-sizing: border-box;
    text-align: center;
}

.latest_property_bottom h4 {
    font-size: 18px;
    line-height: 25px;
    letter-spacing: 0;
    color: #fff;
    font-weight: 300;
    margin: 0px;
    margin-bottom: 5px;
}

.latest_property_bottom span {
    font-size: 14px;
    margin: 5px 0px;
    text-transform: uppercase;
}

.latest_property {
    display: flex;
    column-gap: 35px;
    justify-content: space-between;
}

.latest_property_bottom span i {
    margin-right: 2px;
}

.latest_property_box {
    padding: 25px;
    background: #ffffff;
    color: #525252;
    border: 1px solid #eaeaea;
    margin-top: 35px;
}

.latest_property_style a {
    display: block;
    text-decoration: none;
}

.latest_property_style a img {
    width: 100%;
    height: auto;
    display: block;
}

.cd_beds:before {
    font-family: 'FontAwesome';
    content: "\f236";
}

.cd_bath:before {
    font-family: 'FontAwesome';
    content: "\f1a5";
}

.home_bottom_style label:after,
.latest_property_feature label:after {
    content: ": ";
}


/****Search Result page*****/
.search_result_layout {
    display: flex;
    flex-wrap: wrap;
    column-gap: 4%;
}

.search_result_list {
    width: 71%;
    display: block;

}

.search_result_list .property_pagination {
    display: flex;
    justify-content: center;
    align-items: center;
}

.search_result_list .property_pagination a {
    display: inline-block;
    min-width: 20px;
    padding: 3px 5px;
    line-height: 24px;
    text-decoration: none;
    border: 1px solid #f1f1f1;
    box-sizing: content-box;
    text-align: center;
    color: #555;
    text-decoration: none;
    font-weight: 300;
    margin-left: 5px;
}

.search_result_product {
    width: 100%;
    display: flex;
    column-gap: 20px;
}

.search_result_sidebar {
    width: 25%;
}

.search_box_layout {
    float: none;
    position: relative;
    width: 50%;
    /*    padding-bottom: 45%;*/
    cursor: pointer;
    /*    overflow: hidden;*/
    margin-bottom: 20px;
}

.select_sort_filter {
    display: flex;
    max-width: 305px;
    justify-content: space-between;
    margin-bottom: 15px;
    column-gap: 15px;
}

.search_box_layout .box_inner {
    /*    position: absolute;
    right: 10px;
    left: 10px;
    bottom: 20px;
    border: 1px solid #ccc;
    border: 1px solid #d52d12 !important;
    top: 0px;
    min-height: 383px;
    max-height: 383px;*/
    position: relative;
    right: 0px;
    left: 0px;
    bottom: 0px;
    border: 1px solid #ccc;
    border: 1px solid #d52d12 !important;
    top: 0px;
    min-height: 383px;
    max-height: 383px;
}

.search_box_layout .box_inner img {
    min-height: 383px;
    max-height: 383px;
}

.box_titlebox {
    position: absolute;
    display: block;
    top: 0px;
    left: 0px;
    font-size: 14px;
    line-height: 20px;
    background-color: #ffffff;
    height: 0;
    width: 100%;
    opacity: 0;
    color: #5a5a5a;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px 10px 10px;
    overflow: hidden;
    cursor: pointer;
    transition: all 0.3s ease-out 0s;
}

.box_inner:hover .box_titlebox {
    display: block;
    opacity: 0.9;
    height: 100%;
}

.box_titlebox .box_titlenumber {
    font-weight: bold;
}

.box_titlebox .box_titlenumber,
.box_titlebox .introText {
    font-size: 14px;
    line-height: 20px;
    color: #5a5a5a;
    font-weight: 300;
}

.box_titlebox .details-box {
    text-align: center;
    position: absolute;
    top: 40%;
    width: 100%;
    margin-bottom: 20px;
    margin-top: 20px;
}

.box_titlebox .details-box a {
    border: 1px solid #000;
    background: #333;
    padding: 8px 10px;
    text-transform: lowercase;
    letter-spacing: 2px;
    width: auto;
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    line-height: 20px;
    font-weight: 300;
}

.box_inner:hover .box_grid_top {
    opacity: 0;
}

.box_inner .home_box_style {
    position: absolute;
    left: 0;
    bottom: 0;
    display: block;
    width: 100%;
    height: 45px;
    line-height: 45px;
    padding: 0px;
    -webkit-box-shadow: inset 0px 5px 5px -5px rgba(180, 180, 180, 0.75);
    -moz-box-shadow: inset 0px 5px 5px -5px rgba(180, 180, 180, 0.75);
    box-shadow: inset 0px 5px 5px -5px rgba(180, 180, 180, 0.75);
}

.box_inner img {
    width: 100%;
}

.box_inner .box-topRow {
    position: absolute;
    bottom: 45px;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 5px;
    background: #000;
    background: rgba(0, 0, 0, 0.5);
    color: #FFF;
}

.box-topRow {
    text-align: left;
}

.box-topRow h3 {
    margin: 0;
    padding: 0;
    font-size: 20px;
    font-weight: 300;
    line-height: 20px;
}

.box-topRow h3 a {
    color: #fff;
    text-decoration: none;
}

.box-topRow .box-text-small {
    margin: 5px 0px;
}

.box-topRow .box-text-small span {
    font-family: "Lato", sans-serif;
    font-weight: 300;
    line-height: 24px;
    font-size: 16px;
    color: #fff;
}

.box_inner .box_grid_top {
    position: absolute;
    right: 0;
    z-index: 10;
    width: 100%;
    top: 0;
    text-align: right;
    opacity: 0.9;
    min-height: 35px;
    background: rgba(213, 45, 18, 0.9) none repeat scroll 0 0;
}

.box_grid_top .box_grid_category {
    background: #fff;
    color: #000;
    text-transform: uppercase;
    float: left;
    padding: 0 5px;
    font-size: 12px;
    line-height: 35px;
    height: 35px;
    font-weight: 300;
}

.box_grid_top .box_category_price {
    margin-top: 5px;
    padding-right: 10px;
}

.box_grid_top .box_category_price span {
    font-weight: bold;
    color: #fff;
}

/****sidebar style****/
.sidebar-panel-box {
    padding: 25px;
    background: #ffffff;
    color: #525252;
    border: 1px solid #eaeaea;
}

.common_row_style input,
select {
    width: 100%;
    border: 1px solid #eaeaea;
    padding: 4px 6px;
    font-weight: 300;
}

.common_row_style label {
    display: block;
    font-weight: bold;
    margin-bottom: 5px;
}

a.map_btn_search {
    background-color: #4caf50;
    border-color: #25a25a;
    color: #ffffff;
    padding: 5px 15px;
    font-size: 14px;
    text-decoration: none;
    line-height: 25px;
    min-height: 25px;
    border-radius: 3px;
    cursor: pointer;
    display: inline-block;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
    position: relative;
    transition: all 0.2s ease 0s;
}

.common_row_style {
    margin: 10px 0px;
    display: inline-block;
    width: 100%;
}

.sidebar-panel-box hr {
    border: 1px solid #f1f1f1;
    margin: 20px 0px;
    background: transparent;
    height: 0px;
}

.common_row_style .sidebar-scroll-box input[type="checkbox"] {
    width: auto;
    display: inline-block;
    height: 14px;
    width: 14px;
    border: 1px solid #aaaaaa;
    overflow: hidden;
    margin-top: -4px;
    vertical-align: middle;
    -webkit-appearance: none;
    outline: 0;
    background: transparent;
    cursor: pointer;
    padding: 0px;
}

.common_row_style .sidebar-scroll-box input[type="checkbox"]:checked:before,
.common_row_style .sidebar-scroll-box input[type="checkbox"]:indeterminate:before {
    content: "\f00c";
    font-family: FontAwesome;
    font-size: 12px;
    -webkit-font-smoothing: antialiased;
    text-align: center;
    line-height: 12px;
    display: block;
}

input.filter_search_btn {
    background-color: #4caf50;
    border-color: #25a25a;
    color: #ffffff;
    padding: 5px 15px;
    font-size: 14px;
    text-decoration: none;
    line-height: 25px;
    min-height: 25px;
    border-radius: 3px;
    cursor: pointer;
    display: inline-block;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
    position: relative;
    transition: all 0.2s ease 0s;
    width: auto;
    box-shadow: none;
    border: none;
    cursor: pointer;
}

a.filter_clear {
    background-color: #4caf50;
    border-color: #25a25a;
    color: #ffffff;
    padding: 5px 15px;
    font-size: 14px;
    text-decoration: none;
    line-height: 25px;
    min-height: 25px;
    border-radius: 3px;
    cursor: pointer;
    display: inline-block;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
    position: relative;
    transition: all 0.2s ease 0s;
    width: auto;
    box-shadow: none;
    border: none;
    cursor: pointer;
}

.common_row_style.filter_sidebtn_show input.filter_search_btn {
    background-color: #d52d12;
    border-color: #d52d12;
}

.common_row_style.filter_sidebtn_show {
    display: flex;
    justify-content: space-between;
}

.common_row_style select:focus,
.common_row_style input[type="file"]:focus,
.common_row_style input[type="radio"]:focus,
.common_row_style input[type="checkbox"]:focus {
    outline: thin dotted #333;
    outline: 0px auto -webkit-focus-ring-color;
    outline-offset: 0px;
}

.common_row_style .sidebar-scroll-box label {
    font-weight: normal;
    cursor: pointer;
}

.search_result_page {
    margin: 50px 0px;
}

.search_result_page_full .search_result_page {
    margin: 0px 0px;
    background: #fff;
    padding: 30px;
}

.featured_property.search_result_page_full {
    padding: 0px;
    padding: 0px 30px;
}

/****end sidebar style***/

/*****Media Query*****/
@media only screen and (max-width: 991px) {
    .search_result_list {
        width: 100%;
    }

    .search_result_sidebar {
        width: 100%;
        padding: 0;
        margin-top: 20px;
    }
}

@media (min-width: 768px) {
    .home_info_style .box_img_style {
        width: 40%;
    }

    .box_content_style {
        width: 60%;
    }

    .latest_property_box {
        width: 50%;
    }
}

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

    .home_info_style,
    .latest_property {
        flex-wrap: wrap;
    }

    .search_form form {
        display: block;
    }

    .search_select_area {
        width: 100%;
    }

    .search_form .search_select_right {
        width: 100%;
        display: block;
    }

    .search_form .search_select_min {
        display: block;
    }

    .search_select_min select {
        width: 100%;
        max-width: 100%;
    }

    .search_type_btn {
        display: block;
        margin-top: 15px;
    }

    .property_search_btn {
        margin-top: 20px;
    }

    .search_select_input {
        margin-bottom: 15px;
    }

    .select_beds_wise {
        margin-top: 15px;
    }

    .sidebar-panel-box {
        padding: 18px;
    }

    .search_result_product {
        width: 100%;
        display: block;
    }

    .search_box_layout {
        width: 100%;
        /*    padding-bottom: 100%;*/
    }

    .select_sort_filter {
        flex-direction: column;
        row-gap: 15px;
        padding: 10px;
    }

    .search_result_page h3 {
        padding: 10px;
    }
}

@media only screen and (max-width: 480px) {
    .latest_property_bottom h4 {
        font-size: 12px;
    }

    .latest_property_style:hover .latest_property_feature {
        top: 0;
        display: none;
    }

    .box_titlebox {
        font-size: 12px;
        line-height: normal;
    }

    .box-topRow h3 {
        font-size: 14px;
        line-height: normal;
        padding: 0px;
    }

    .box-topRow .box-text-small span {
        font-size: 12px;
    }
}

@media only screen and (max-width: 360px) {
    .home_box_style .home_bottom_style .first_bottom {
        font-size: 12px;
    }
}


/****search detail page****/

#result_tabs_style h1 {
    padding: 50px 0;
    font-weight: 400;
    text-align: center;
}

#result_tabs_style p {
    margin: 0 0 20px;
    line-height: 1.5;
    font-weight: 300;
}

.description_view {
    font-weight: 300;
}

.property_details_below a,
#content5 a {
    text-decoration: underline;
    color: #555;
    font-weight: 300;
}

.property_details_below strong {
    font-weight: 500;
}

#content5 h3 {
    color: #333;
    font-weight: 300;
    font-family: inherit;
    font-size: 24px;
}

#result_tabs_style main {
    min-width: 320px;
    max-width: 800px;
    padding: 50px;
    margin: 0 auto;
    background: #fff;
}

#result_tabs_style section {
    display: none;
    padding: 20px 0 0;
    border-top: 1px solid #ddd;
    position: relative;
    padding: 20px;
    border-top: 0px solid #ddd;
    position: relative;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    margin-bottom: 20px;
}

#result_tabs_style input {
    display: none;
}

#result_tabs_style label {
    display: inline-block;
    margin: 0 0 -1px;
    padding: 15px 25px;
    font-weight: 600;
    text-align: center;
    color: #bbb;
    border: 1px solid transparent;
    background: #d52d12;
    color: #fff;
    font-size: 14px;
    font-weight: 300;
}

#result_tabs_style label:before {
    font-family: fontawesome;
    font-weight: normal;
    margin-right: 5px;
}

#result_tabs_style label[for*='1']:before {
    content: '\f03e';
}

#result_tabs_style label[for*='2']:before {
    content: '\f0db';
}

#result_tabs_style label[for*='3']:before {
    content: '\f041';
}

#result_tabs_style label[for*='4']:before {
    content: '\f083';
}

#result_tabs_style label[for*='5']:before {
    content: '\f016';
}

#result_tabs_style label:hover {
    color: #fff;
    cursor: pointer;
}

#result_tabs_style input:checked+label {
    color: #d52d12;
    border: 1px solid #ddd;
    /*  border-top: 2px solid orange;*/
    border-bottom: 1px solid #fff;
    background: #fff;
}

#result_tabs_style #tab1:checked~#content1,
#result_tabs_style #tab2:checked~#content2,
#result_tabs_style #tab3:checked~#content3,
#result_tabs_style #tab4:checked~#content4,
#result_tabs_style #tab5:checked~#content5 {
    display: block;
}

@media screen and (max-width: 650px) {
    #result_tabs_style label {
        /*    font-size: 0;*/
        display: block;
        text-align: left;
    }

    #result_tabs_style label:before {
        /*    margin: 0;*/
        font-size: 18px;
    }
}

@media screen and (max-width: 400px) {
    #result_tabs_style label {
        padding: 15px;
    }
}

/****form style*****/
.result_tabs_contact {
    background: #f7f7f7;
    border: 1px solid #ddd;
    padding: 20px;
}

.contact_form_row {
    margin-top: 20px;
}

h3.result_contact_title {
    font-size: 24px;
    line-height: 26px;
    color: #333;
    font-weight: 300;
}

.contact_form_row label {
    margin-bottom: 5px;
    display: block;
    font-size: 16px;
    font-weight: normal;
    line-height: 24px;
    color: #555;
}

.contact_form_row input,
textarea {
    border: 1px solid #eaeaea;
    height: auto;
    padding: 4px 6px;
    display: block;
    width: 100%;
    box-sizing: border-box;
}


.common_check_style input[type="checkbox"] {
    width: auto;
    display: inline-block;
    height: 14px;
    width: 14px;
    border: 1px solid #aaaaaa;
    overflow: hidden;
    margin-top: -4px;
    vertical-align: middle;
    -webkit-appearance: none;
    outline: 0;
    background: transparent;
    cursor: pointer;
    margin-right: 5px;
}

.common_check_style input[type="checkbox"]:checked:before,
.common_check_style input[type="checkbox"]:indeterminate:before {
    content: "\f00c";
    font-family: FontAwesome;
    font-size: 12px;
    -webkit-font-smoothing: antialiased;
    text-align: center;
    line-height: 12px;
    display: block;
}

.email_terms_agree {
    font-family: "Lato", sans-serif;
    font-weight: 300;
    line-height: 24px;
    color: #555;
    margin: 10px 0px;

}

.contact_form_accept_condition.common_check_style {
    padding: 10px 0px;
}

.email_terms_agree a {
    color: #d52d12;
    text-decoration: none;
}

.result_tabs_contact .contact_form_row p {
    margin-bottom: 0px;
    margin: 0px;
}

.result_tabs_contact .contact_form_row {
    margin-top: 10px;
}

.send_email_btn {
    padding: 5px 15px !important;
    font-size: 14px !important;
    background-color: #d52d12;
    border-color: #d52d12;
    color: #ffffff;
    border: 0px;
    cursor: pointer;
}

input[type="submit"].send_email_btn {
    padding: 10px 15px !important;
    font-size: 14px !important;
    background-color: #d52d12;
    border-color: #d52d12;
    color: #ffffff;
    border: 0px;
    cursor: pointer;
}

/****end form style****/
/*****slider detail page****/
section .gallery_slider_all {
    width: 100%;
    height: auto;
    display: inline-block;
}

section .gallery_slider_all .slider {
    width: auto;
    height: auto;
    overflow: hidden;
    border-radius: 3px;
    position: relative;
}

section .gallery_slider_all .slider .owl-nav,
section .gallery_slider_all .slider .owl-dots {
    display: none;
}

/*section .gallery_slider_all .slider:hover .left {
  visibility: visible;
  opacity: 1;
  left: 20px;
}*/
/*section .gallery_slider_all .slider:hover .right {
  visibility: visible;
  opacity: 1;
  right: 20px;
}*/
section .gallery_slider_all .slider .item-box {
    padding: 0px;
    overflow: hidden;
    width: 100%;
    height: 450px;
    position: relative;
    border-radius: 3px;
    /*  background: no-repeat url(http://www.cyw51.com/file/upload/201302/22/18-49-19-74-127.jpg) center center;*/
    background-size: cover;
}

section .gallery_slider_all .slider .item-box:after {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    content: "";
    display: block;
/*    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), #000000);*/
}

/*section .gallery_slider_all .slider .left {
  position: absolute;
  z-index: 1;
  top: 167px;
  left: -20px;
  width: 40px;
  height: 40px;
  cursor: pointer;
  visibility: hidden;
  opacity: 0;
  transition: all ease 0.25s;
  transform: rotate(0deg);
  background: url(http://svgshare.com/i/2V9.svg) top left;
}
section .gallery_slider_all .slider .left:hover {
  visibility: visible;
  opacity: 1;
  left: 20px;
  background: url(http://svgshare.com/i/2UW.svg) top left;
  transform: rotate(180deg);
}*/
section .gallery_slider_all .slider .left.nonl {
    left: -20px;
    opacity: 0;
    visibility: hidden;
}

/*section .gallery_slider_all .slider .right {
  cursor: pointer;
  position: absolute;
  z-index: 1;
  top: 167px;
  right: -20px;
  width: 40px;
  height: 40px;
  visibility: hidden;
  opacity: 0;
  transition: all ease 0.25s;
  background: url(http://svgshare.com/i/2V9.svg) top left;
  transform: rotate(180deg);
}*/
/*section .gallery_slider_all .slider .right:hover {
  visibility: visible;
  opacity: 1;
  right: 20px;
  background: url(http://svgshare.com/i/2UW.svg) top left;
  transform: rotate(0deg);
}*/
section .gallery_slider_all .slider .right.nonr {
    right: -20px;
    opacity: 0;
    visibility: hidden;
}

section .gallery_slider_all .slider-two {
    width: auto;
    height: auto;
    overflow: hidden;
    position: relative;
}

section .gallery_slider_all .slider-two .owl-nav,
section .gallery_slider_all .slider-two .owl-dots {
    display: none;
}

section .gallery_slider_all .slider-two:hover .left-t {
    visibility: visible;
    opacity: 1;
    left: 3px;
}

section .gallery_slider_all .slider-two:hover .right-t {
    visibility: visible;
    opacity: 1;
    right: 3px;
}

section .gallery_slider_all .slider-two .item {
    transition: all ease 0.25s;
    height: 80px;
    border-radius: 3px;
    border: solid 3px #e6ecf2;
    cursor: pointer;
    /*  background: no-repeat url(http://www.cyw51.com/file/upload/201302/22/18-49-19-74-127.jpg) center center;*/
    background-size: cover;
}

section .gallery_slider_all .slider-two .item.active {
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.15);
    border: solid 3px #cc2e38;
}

section .gallery_slider_all .slider-two .owl-stage {
    padding: 20px 0;
}

section .gallery_slider_all .slider-two .left-t {
    transform: rotate(180deg);
    cursor: pointer;
    position: absolute;
    z-index: 1;
    top: 23px;
    visibility: hidden;
    opacity: 0;
    transition: all ease 0.25s;
    width: 40px;
    height: 95px;
    background: no-repeat rgba(204, 46, 56, 0.85) url(http://svgshare.com/i/2Vs.svg) center center;
    left: -40px;
}

section .gallery_slider_all .slider-two .left-t:hover {
    visibility: visible;
    opacity: 1;
    left: 3px;
}

section .gallery_slider_all .slider-two .left-t.nonl-t {
    left: -40px;
    opacity: 0;
    visibility: hidden;
}

section .gallery_slider_all .slider-two .right-t {
    background: no-repeat rgba(204, 46, 56, 0.85) url(http://svgshare.com/i/2Vs.svg) center center;
    cursor: pointer;
    position: absolute;
    z-index: 1;
    top: 23px;
    right: -40px;
    visibility: hidden;
    opacity: 0;
    transition: all ease 0.25s;
    width: 40px;
    height: 95px;
    background-color: rgba(204, 46, 56, 0.85);
}

section .gallery_slider_all .slider-two .right-t:hover {
    visibility: visible;
    opacity: 1;
    right: 3px;
}

section .gallery_slider_all .slider-two .right-t.nonr-t {
    right: -40px;
    opacity: 0;
    visibility: hidden;
}

.gallery-item-box-price {
    position: absolute;
    top: 0;
    left: 0;
    background: #fff;
    opacity: 0.9;
    padding: 10px;
    text-align: right;
    font-size: 20px;
    line-height: 120%;
    border: 1px solid #ccc;
    border-top: 3px solid #dc5537;
    box-sizing: border-box;
    width: 100%;
    width: auto;
    left: auto;
    right: 20px;
    top: 20px;
    z-index: 2;
}

.gallery-item-box-price span {
    font-size: 20px;
    line-height: 120%;
}

.property-status-sold {
    display: block;
    background: #D52D12;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 1px;
    padding: 6px 14px;
    margin-bottom: 6px;
    text-align: center;
}

.gallary_slider_full .owl-nav {
    font-size: 0px;
    display: none;
}

section .gallery_slider_all .slider .left {
    position: absolute;
    cursor: pointer;
    display: block;
    background: url(./images/arrow_sign.png) no-repeat;
    overflow: hidden;
    width: 40px;
    height: 40px;
    top: 40%;
    z-index: 2;

}

section .gallery_slider_all .slider .right {
    position: absolute;
    cursor: pointer;
    display: block;
    background: url(./images/arrow_sign.png) no-repeat;
    overflow: hidden;
    width: 40px;
    height: 40px;
    top: 40%;
    z-index: 2;

}

section .gallery_slider_all .slider .left {
    background-position: -11px -41px;
    left: 8px;
}

section .gallery_slider_all .slider .right {
    background-position: -71px -41px;
    right: 8px;
}

section .gallery_slider_all .slider .left:hover {
    background-position: -131px -41px;
}

section .gallery_slider_all .slider .right:hover {
    background-position: -191px -41px;
}

.slider-two .left-t,
.slider-two .right-t {
    display: none;
}

.detail-item-box-toolbar {
    text-align: right;
    margin-bottom: 15px;
}

.detail-item-box-toolbar a {
    padding: 5px 15px !important;
    font-size: 14px !important;
    line-height: 25px;
    min-height: 25px;
    border: 1px solid #e0e0e0;
    border-radius: 3px;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    background-color: #ffffff;
    color: #464646;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
    position: relative;
    transition: all 0.2s ease 0s;
    text-decoration: none;
}

.custom_field_row label {
    font-size: 16px;
    font-weight: bold;
    line-height: 24px;
    color: #555;
}

#result_tabs_layout h3 {
    font-family: "Lustria", serif;
    font-size: 38px;
    line-height: 38px;
    margin: 0 0 20px 0;
    font-weight: normal;
}

#result_tabs_layout .details_brief h3 {
    font-size: 24px;
    font-weight: 300;
    font-family: inherit;
}

.custom_field_row {
    margin-bottom: 10px;
}

.custom_field_row .cd-beds,
.custom_field_row .cd-public-rooms,
.custom_field_row .cd-baths {
    display: inline-block;
    margin-right: 10px;
}

.custom_field_row span {
    font-weight: 300;
    color: #555;
}

.custom_field_row label:after {
    content: ": ";
}

.custom_field_row .cd-beds:before {
    font-family: FontAwesome;
    content: "\f236";
}

.custom_field_row .cd-baths:before {
    font-family: FontAwesome;
    content: "\f1a5";
}

@media only screen and (max-width: 480px) {
    section .gallery_slider_all .slider .item-box {
        height: 265px;
    }
}

/****end slider detail****/
/*******Send to friend****/
.sendto_friend_popup {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    padding: 20px;
    border: 1px solid #ccc;
    z-index: 9999;
}

.sendto_friend_popup .common_row_style p {
    margin: 0px;
}

.sendto_friend_popup .common_row_style textarea {
    height: 75px;
}

.sendto_friend_popup .common_row_style {
    margin: 5px 0px;
}

.send-panel-box .wpcf7-response-output {
    font-size: 12px;
    border-color: #d52d12 !important;
}

.sendto_friend_popup .common_row_style span span {
    font-size: 12px;
}

.popup-opened body:before {
    content: '';
    width: 100%;
    height: 100%;
    position: fixed;
    background: #232323;
    z-index: 999;
    opacity: 0.5;
}

html.popup-opened {
    overflow: hidden;
}

.sendto_friend_style hr {
    margin: 0.5em 0em;
}

.sendto_friend_style {
    max-width: 360px;
    margin: 0px auto;
    position: relative;
    padding-bottom: 40px;
}

.sendto_friend_style .panel-title h2 {
    color: #333;
    font-weight: 300;
    font-size: 18px;
    text-transform: uppercase;
}

.sendto_friend_style .common_row_style label {
    font-weight: normal;
}

.sendto_friend_style .cerabox-title {
    z-index: 1102;
    position: absolute;
    bottom: 0;
    left: 0;
    color: #FFF;
    text-align: left;
    background: #000;
    background: rgba(0, 0, 0, .8);
    width: 100%;
    -webkit-transform: scale(1);
    -webkit-transform-origin: 0 100%;
    transform: scale(1);
    transform-origin: 0 100%;
}

.sendto_friend_style .cerabox-title span {
    padding: 10px;
    display: block;
    font-family: Helvetica;
    font-size: 12px;
    color: #fff;
    line-height: normal;
}

.sendto_friend_style .cerabox-close {
    position: absolute;
    top: -20px;
    right: -20px;
    width: 40px;
    height: 40px;
    background: url(./images/cerabox.png) -42px 0px no-repeat;
    cursor: pointer;
    z-index: 1105;
    -webkit-transform: scale(1);
    -webkit-transform-origin: 100% 0;
    transform: scale(1);
    transform-origin: 100% 0;
}

.print_area {
    display: none;
}
@media print {
    .print_area {
        padding: 40px;
        display: block;
    }
    .print-title, .mb-15{
        margin: 0 0 15px;
    }
    .title-per-month{
        font-size: 20px;
        margin-bottom: 20px;
        font-weight: 600;
    }
    .print-green-title {
        color: #7EAE46;
        margin-bottom: 15px;
    }
    .table-options{
        margin-bottom: 20px;
    }
    .table-options table {
        width: 360px;
        border-collapse: collapse;
    }

    .table-options table tr td, .table-options table tr th {
        border: 1px solid #e5e5e5;
        padding: 4px 10px;
        text-align: left;
    }
    .gallery-panel .cd-thumbnail {
        background: none repeat scroll 0 0 #fff;
        border: 1px solid #e5e5e5;
        border-radius: 4px;
        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
        box-sizing: border-box;
        display: inline-block;
        margin: 0;
        max-width: 100%;
        padding: 4px;
    }
    .heading-title-main h2{
        margin-bottom: 15px;
        font-size: 20px;
        border-top: 1px solid #e5e5e5;
        padding-top: 20px;
        margin-top: 15px;
    }
    .cd-button.cd-button-primary{
        background-image: none;
        border: 1px solid #e0e0e0;
        border-radius: 3px;
        cursor: pointer;
        display: inline-block;
        font-size: 14px;
        font-weight: normal;
        margin-bottom: 0;
        padding: 6px 15px;
        text-align: center;
        vertical-align: middle;
        white-space: nowrap;
        background-color: #ffffff;
        color: #464646;
        box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
        position: relative;
        transition: all 0.2s ease 0s;
        background-color: #2196f3;
        border-color: #1c94f3;
        color: #ffffff !important;
        text-decoration: none;
    }
}

#result_tabs_layout #content5 h3 {
    font-family: inherit;
    font-size: 24px;
    line-height: 26px;
    letter-spacing: 0;
    color: #333;
    font-weight: 300;
}
#result_tabs_layout #content5 a {
    text-decoration: none;
    color: #d52d12;
}
.property_search_btn a{
    background-color: #4caf50;
    border-color: #25a25a;
    color: #ffffff;
    padding: 6px 15px !important;
    font-size: 14px !important;
}
.search_form .search_select_min {
    margin-bottom: 20px;
}
.contact_form_accept_condition.common_check_style .email_terms_agree{
    position: relative;
    padding-bottom: 30px;
}
.contact_form_accept_condition.common_check_style .email_terms_agree p{
    margin: 0;
    display: inline-flex;
}
.contact_form_accept_condition.common_check_style .email_terms_agree .wpcf7-list-item {
    margin: 0;
}
.contact_form_accept_condition.common_check_style .email_terms_agree .wpcf7-not-valid-tip{
    position: absolute;
    width: 200px;
    left: 0;
    bottom: -26px;
}

/*****end search detail page******/
@media only screen and (max-width: 1366px) {
    #mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-flyout ul.mega-sub-menu {
        width: 216px;
    }
}

@media only screen and (max-width: 767px) {
    .latest_property_style {
        margin-top: 15px;
    }

    .main_body_wrapper {
        padding: 0px 15px;
    }

    .featured_property.search_result_page_full {
        padding: 0px;
    }

    .home_info_featured,
    .latest_property_box,
    .search_result_page_full .search_result_page {
        padding: 15px;
    }

    #result_tabs_layout {
        margin-top: 35px;
    }
    .home_info_style .details_button {
        margin-bottom: 15px;
    }
}

@media only screen and (max-width: 480px) {
    .home_info_style .box_img_style img {
        min-height: 250px;
    }

    .home_box_style .home_bottom_style .first_bottom {
        font-size: 12px;
    }

    #result_tabs_layout h3 {
        font-size: 30px;
        line-height: 30px;
    }

    section .gallery_slider_all .slider-two .item {
        height: 50px;
    }

    section .gallery_slider_all .slider .item-box {
        height: 180px;
    }
}


.property_breadcrumb {
    padding: 0;
    list-style: none;
    font-family: "Lustria",serif;
    font-weight: 300;
    text-transform: uppercase;
    font-size: 1rem;
    vertical-align: top;
}
.property_breadcrumb a {
    color: #464646;
    text-decoration: none;
}
.elementor-location-header ul{

}
.elementor-location-header ul li{
    display: block;
    float: left;
    margin: 0;
    padding: 0;
    position: relative;
}
.elementor-location-header ul li a{
    font-size: 14px;
    color: #121212;
    padding: 15px 12px 35px;
    -webkit-box-shadow: inset 1px 0px 0px 0px rgba(255, 255, 255, 0.1);
    -moz-box-shadow: inset 1px 0px 0px 0px rgba(255, 255, 255, 0.1);
    box-shadow: inset 1px 0px 0px 0px rgba(255, 255, 255, 0.1);
}
.elementor-location-header ul li a span{
    border-bottom: 2px solid transparent;
    line-height: 1.6;
    display: inline-block;
}
.elementor-location-header ul li a:hover span{
    border-bottom: 2px solid #d52d12;
}
.contact-info{
    background: #ffffff none repeat scroll 0 0;
    box-sizing: border-box;
    color: #525252;
    float: right;
    font-size: 15px;
    padding-top: 0;
    position: relative;
    right: 0;
    text-align: right;
    z-index: 900;
}
.contact-info p{
    font-family: "Lato",sans-serif;
    margin-top: 20px;
    margin-bottom: 0;
}
.contact-info p a{
    color: #555;
    text-decoration: none;
}
.contact-info p a:hover, .contact-info p a:focus {
    color: #efefef;
    text-decoration: underline;
}
.details_brief .description_view a{
    display: inline-block;
    vertical-align: middle;
}

.social_share{
    margin-top: 50px;
    margin-bottom: 20px;
}
.about-stronachs{
    background: #000000 none repeat scroll 0 0;
    position: relative;
}
.banner-image{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    opacity: 0.3;
    object-fit: contain;
}
.about-banner-content{
    position: relative;
    padding: 0 15px;
}
.about-right-content{
    max-width: 50%;
    margin-left: auto;
    color: #ffffff;
}
.about-content-inner h2{
    font-family: "Lustria", serif;
    font-weight: 300;
    font-size: 28px;
    margin-bottom: 15px;
    margin-top: 0;
}
.about-right-content p{
    margin-top: 0;
    margin-bottom: 10px;
}
.about-right-content a{
    color: #ffffff;
}
.twitter-svg{
    vertical-align: middle;
}
@media (max-width: 1200px){
    .banner-image{
        display: none;
    }
}
@media (max-width: 767px){
    .about-right-content{
        max-width: 100%;
    }
}
.search-map-section .uk-article-title {
    clear: both;
    font-family: "Lustria",serif;
    font-size: 40px;
    line-height: 42px;
    letter-spacing: 0;
    color: #333;
    font-weight: 300;
}
.search-map-section .tm-article-content p{
    align-items: center;
}
.search-map-section .tm-article-content p img{
    vertical-align: middle;
}
.search-map-section {
    padding: 30px;
}
.map-area{
    padding: 25px;
    background: #ffffff;
    color: #525252;
    border: 1px solid #eaeaea;
    margin-bottom: 30px;
    margin-top: 30px;
}
.map-body {
    background-color: rgba(0, 0, 0, 0.6);
    font-size: 22px;
    height: 500px;
    width: 100%;
}
.map-filters {
    padding: 25px;
    margin: auto;
    background: #333;
    z-index: 10;
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}
.w-full{
    width: 100%;
}
.select2-search input {
    background-image: none !important;
}
.select2-dropdown-open .select2-choice .select2-arrow b {
    background-position: -18px 5px !important;
}
.map-select {
    min-width: 160px;
}
.select2-container {
    width: 100%;
}
.map-filters .select2-container .select2-choice .select2-arrow {
    background: none !important;
    border: 0;
}
.map-filters .form-search-btn {
    background-image: none;
    border: 1px solid #e0e0e0;
    border-radius: 3px;
    cursor: pointer;
    display: inline-block;
    font-weight: normal;
    margin-bottom: 0;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
    position: relative;
    transition: all 0.2s ease 0s;
    padding: 10px 15px !important;
    font-size: 14px !important;
    background-color: #d52d12;
    border-color: #d52d12;
    color: #ffffff;
}
.map-filters .form-search-btn:hover, .map-filters .form-search-btn:focus {
    background-color: #b32812;
    color: #ffffff;
    border-color: rgba(0, 0, 0, 0.1);
    background-image: none;
}



/* popup on map pin click */


.modal-open #wrapper:before {
    content: "";
    
    position: fixed;
    top: 0;
    left: 0;
    z-index: var(--bs-backdrop-zindex);
    width: 100vw;
    height: 100vh;
    background-color: var(--bs-backdrop-bg);
    --bs-backdrop-zindex: 1050;
   
    background: rgba(0, 0, 0, 0.3);
    --bs-backdrop-opacity: 0.5;
}

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

.itemHeaderBox {
    padding: 60px 120px;
}

/* a.btn {
    background: #000;
    color: #fff;
    padding: 12px 30px;
}
a.btn:hover {
    background: #000 !important;
    color: #fff !important;
} */
.popup_contentBox .modal-header {
    background: #d52d12;
    padding: 12px 28px 12px 15px;
}
.popup_contentBox .modal-footer .btn {
    border: 0;
}
.popup_contentBox .modal-header h3{
    font-size: 16px;
    color: #FFF;
    font-family: "Lustria",serif;
    font-weight: 400;
    margin: 0;
}
.popup_contentBox .modal-dialog {
    max-width: 342px;
}
.map-area .map-body .gm-style-iw.gm-style-iw-c {
    padding: 0;
}
.map-area .map-body .gm-style .gm-style-iw-d {
    overflow: inherit !important;
}

.btn-close {
    background: transparent;
    opacity: 1;
    position: absolute;
    right: 10px;
    top: 8px;
    width: auto;
    height: auto;
    border: 0;
    padding: 0;
}

.popup_contentBox .subText span {
    display: block;
    text-align: right;
    color: #b0bd5a;
    font-size: 14px;
    margin-bottom: 15px;
}
.popup_contentBox .modal-footer {
    justify-content: space-between;
    display: flex;
    flex-wrap: wrap;
    border-top: 1px solid #ccc;
    padding: 10px;
}
.popup_contentBox .modal-body {
    padding: 20px 10px;
}
.popup_contentBox .subText p, .popup_contentBox .modal-footer p {
    color: #000;
    font-size: 14px;
}
.viewmore_btn {
    padding: 10px 30px;
    display: inline-block;
    background: #d52d12;
    font-size: 15px;
    color: #fff !important;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
}
.viewmore_btn i {
    margin-left: 10px;
    position: relative;
    top: 2px;
}

.map-area .map-body button.gm-ui-hover-effect {
    top: 8px !important;
    right: 10px !important;
    background: #000 !important;
    opacity: 1;
}

.map-area .map-body .gm-ui-hover-effect>span {
    background-color: #fff !important;
    width: 26px !important;
    height: 26px !important;
    color: #fff !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    position: absolute !important;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto !important;
}

/* .map-area .map-body button.gm-ui-hover-effect {
    display: none !important;
} */

@media (max-width: 479px) {
    .gm-style-iw.gm-style-iw-c {
        max-width: 230px !important;
    }
}
@media (max-width: 374px) {
    .gm-style-iw.gm-style-iw-c {
        max-width: 189px !important;
    }
}

