@charset "UTF-8"; /*!
 * Author: ernasoft
 * Version: 1.0
 */
@font-face {
    font-family: dana;
    font-style: normal;
    font-weight: 600;
    src: url(../fonts/dana-demibold.eot);
    src: url(../fonts/dana-demibold.eot?#iefix) format("embedded-opentype"), url(../fonts/dana-demibold.woff2) format("woff2"),
    url(../fonts/dana-demibold.woff) format("woff");
    font-display: fallback;
}
@font-face {
    font-family: dana;
    font-style: normal;
    font-weight: normal;
    src: url(../fonts/dana-regular.eot);
    src: url(../fonts/dana-regular.eot?#iefix) format("embedded-opentype"), url(../fonts/dana-regular.woff2) format("woff2"),
    url(../fonts/dana-regular.woff) format("woff");
    font-display: fallback;
}
@font-face {
    font-family: sahar;
    font-style: normal;
    font-weight: normal;
    src: url(../fonts/W_sahar.eot);
    src: url(../fonts/W_sahar.eot?#iefix) format("embedded-opentype"), url(../fonts/W_sahar.woff2) format("woff2"),
    url(../fonts/W_sahar.woff) format("woff");
    font-display: fallback;
}
@font-face {
    font-family: ayndal;
    font-style: normal;
    font-weight: normal;
    src: url(../fonts/AYNDAL.eot);
    src: url(../fonts/AYNDAL.eot?#iefix) format("embedded-opentype"), url(../fonts/AYNDAL.woff2) format("woff2"),
    url(../fonts/AYNDAL.woff) format("woff");
    font-display: fallback;
}
@font-face {
    font-family: Yekan;
    src: local(YekanRegular), url(../webfonts/YekanRegular.eot?#iefix) format("embedded-opentype"), url(../webfonts/YekanRegular.woff) format("woff"), url(../webfonts/YekanRegular.woff2) format("woff2"),
    url(../webfonts/YekanRegular.ttf) format("truetype");
    font-weight: 400;
    font-display: fallback;
}
@font-face {
    font-family: YekanBold;
    src: local(YekanBold), url(../webfonts/YekanBold.eot?#iefix) format("embedded-opentype"), url(../webfonts/YekanBold.woff) format("woff"), url(../webfonts/YekanBold.woff2) format("woff2"),
    url(../webfonts/YekanBold.ttf) format("truetype");
    font-display: fallback;
}
:root {
    --white: #fff;
    --bs-erna-bg: #262637;
    --bs-blue: #0d6efd;
    --bs-indigo: #6610f2;
    --bs-purple: #6f42c1;
    --bs-pink: #d63384;
    --bs-red: #dc3545;
    --bs-orange: #fd7e14;
    --bs-yellow: #ffc107;
    --bs-green: #198754;
    --bs-teal: #20c997;
    --bs-cyan: #0dcaf0;
    --bs-white: #fff;
    --bs-gray: #6c757d;
    --bs-gray-dark: #343a40;
    --bs-gray-100: #f8f9fa;
    --bs-gray-125: #f2f4f5;
    --bs-gray-150: #eceff1;
    --bs-gray-200: #e9ecef;
    --bs-gray-300: #dee2e6;
    --bs-gray-400: #ced4da;
    --bs-gray-500: #adb5bd;
    --bs-gray-600: #6c757d;
    --bs-gray-700: #495057;
    --bs-gray-800: #343a40;
    --bs-gray-900: #212529;
    --bs-primary: #1f6fe6;
    --bs-primary-hover: #2569ce;
    --bs-secondary: #6c757d;
    --bs-success: #198754;
    --bs-info: #0dcaf0;
    --bs-warning: #ffc107;
    --bs-danger: #dc3545;
    --bs-light: #f8f9fa;
    --bs-dark: #212529;
    --bs-primary-rgb: 13, 110, 253;
    --bs-secondary-rgb: 108, 117, 125;
    --bs-success-rgb: 25, 135, 84;
    --bs-info-rgb: 13, 202, 240;
    --bs-warning-rgb: 255, 193, 7;
    --bs-danger-rgb: 220, 53, 69;
    --bs-light-rgb: 248, 249, 250;
    --bs-dark-rgb: 33, 37, 41;
    --bs-white-rgb: 255, 255, 255;
    --bs-black-rgb: 0, 0, 0;
    --bs-body-color-rgb: 33, 37, 41;
    --bs-body-bg-rgb: 255, 255, 255;
    --wp--preset--color--luminous-vivid-amberhover: #e1a90e;
    --bs-font-dana: "Yekan";
    --bs-body-font-family: var(--bs-font-dana);
    --bs-body-font-size: 1.4rem;
    --bs-body-font-weight: 400;
    --bs-body-line-height: 1.5;
    --bs-body-color: #212529;
    --bs-body-bg: #fff;
    --ern-bg-color1: #40407a;
    --ern-bg-colorz: #3a3a72;
    --ern-cl-color1: #47c97b;
    --ern-bg-notf: #eff0f1;
    --ern-yellow: #ffdd77;
    --ern-red: linear-gradient(to right, #db3057, #f74f31);
}
*,
*:before,
*:after {
    box-sizing: border-box;
}
body {
    margin: 0;
    font-family: var(--bs-body-font-family) !important;
    font-size: var(--bs-body-font-size) !important;
    font-weight: var(--bs-body-font-weight) !important;
    line-height: var(--bs-body-line-height);
    color: var(--bs-body-color);
    text-align: var(--bs-body-text-align);
    background-color: var(--bs-body-bg) !important;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
html,
body {
    padding: 0;
    margin: 0;
    text-align: right;
    direction: rtl;
    color: #0a1f44;
}
a {
    color: #213368;
    text-decoration: none;
}
a:hover {
    text-decoration: none !important;
}
ul {
    padding-right: 0;
    list-style: none;
}
ul li {
    font-size: 15px;
    color: #0a1f44;
    line-height: 30px;
}
p {
    font-weight: normal;
    font-size: 15px;
    line-height: 30px;
    margin: 0 !important;
}
textarea:hover,
textarea:active,
textarea:focus,
button:focus,
button:active,
button:hover,
label:focus,
.btn:active,
.btn.active
{
    outline:0px !important;
    -webkit-appearance:none;
    box-shadow: none !important;
}
.line-center{
    margin:0;padding:0 10px;
    background:#fff;
    display:inline-block;
}
.custom-divider{
    text-align:center;
    position:relative;
    z-index:2;
}
.custom-divider:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    border-top: 1px solid #3333331c;
    z-index: -1;
}
.container{
    width: 93% !important;
    max-width: 93%;
}
[data-theme~="light"].home header {
    float: right;
    width: 100%;
    box-shadow: none;
}
[data-theme~="light"] header {
    float: right;
    width: 100%;
    background: var(--white);
}
[data-theme~="light"].home header .top-bar {
    float: right;
    width: 100%;
    padding: 1rem 0;
    border-bottom: 3px dashed var(--bs-gray-125);
}
[data-theme~="light"] header .top-bar {
    float: right;
    width: 100%;
    padding: 1rem 0;
}
[data-theme~="light"] header .notification {
    color: var(--bs-dark);
    font-size: 14px;
    position: relative;
    top: 4px;
}
[data-theme~="light"] header .top-bar ul{
    float: left;
    width: 100%;
    padding: 0;
    margin: 0;
}
[data-theme~="light"] header .top-bar ul > li {
    float: left;
    direction: ltr;
    padding: 5px 0 0 0;
    margin-right: 15px;
}
[data-theme~="light"] header .top-bar ul > li > a {
    color: var(--bs-gray-600);
}
[data-theme~="light"] header .top-bar ul > li > a:hover i {
    color: var(--bs-primary-hover)
}
[data-theme~="light"] header .top-bar ul > li > a > i {
    font-size: 20px;
    margin-right: 5px;
    color: var(--bs-pink);
    position: relative;
    top: 3px;
}
[data-theme~="light"].home header .top {
    padding: 0;
    border-radius: 0;
    box-shadow: 0 0 0 !important;
    background: none !important;
}
[data-theme~="light"] header .top {
    float: right;
    width: 100%;
    background: var(--bs-light);
    border-radius: 1rem;
    padding: 0 2rem;
    box-shadow: 0 0.1375rem 2.9rem rgb(53 55 57 / 12%) !important;
}
[data-theme~="light"] header .top .navbar{
    margin-bottom: 0;
}
[data-theme~="light"] header .top .logo{
    float: right;
}
[data-theme~="light"] header .top .logo img{
    max-width: 100%;
    width: 150px;
}
[data-theme~="light"] header .top .other {
    float: left;
    position: relative;
    top: 1rem;
}
[data-theme~="light"] header .top .other li{
    float: left;
}
[data-theme~="light"] header .top .other li a {
    float: left;
    margin-right: 7px;
    color: var(--dark);
    font-size: 14px !important;
    border-radius: 10px;
    padding: 7px 10px;
    background: var(--bs-gray-150);
    text-decoration: none;
}
[data-theme~="light"] header .top .other li a:hover, header .top .other li a:active, header .top .other li a:focus, header .top .other li a:focus-visible {
    text-decoration: none;
    background-color: var(--bs-primary) !important;
    border-radius: 0;
    color: var(--white);
}
[data-theme~="light"] header .top .other li a:hover i, a:active i, a:focus i, a:focus-visible i {
    color: var(--white);
}
[data-theme~="light"] header .top .other li a > i {
    border-left: 1px solid #c9c9c9;
    padding-left: 5px;
    margin-left: 9px;
    font-size: 15px;
    line-height: 23px;
    width: 30px;
    text-align: center;
    color: var(--bs-gray-600);
}
[data-theme~="light"] header .top .other li:first-child a{
    float: left;
    margin-right: 10px;
    background: var(--bs-primary);
    color: var(--white) !important;
    border-radius: 10px;
    padding: 5px 10px;
}
[data-theme~="light"] header .top .other li:first-child a:hover{
    background: var(--bs-primary-hover);
}
[data-theme~="light"] header .top .other .dropdown button {
    background: var(--bs-gray-200);
    padding: 10px 10px !important;
    border-radius: 10px !important;
    margin-right: 5px;
    color: var(--bs-gray);
    width: auto;
    font-size: 15px;
}
[data-theme~="light"] header .top .other .dropdown button:after {
    position: relative;
    top: 4px;
}
[data-theme~="light"] header .top .other .dropdown-menu {
    left: 0 !important;
    right: auto !important;
    float: right !important;
    text-align: right !important;
    top: 53px !important;
    border: 1px solid #ededed;
    border-radius: 8px;
    padding: 0;
}
[data-theme~="light"] header .top .other .dropdown-menu .dropdown-item{
    background: var(--white);
}
[data-theme~="light"].home  header .top #navbarTop {
    margin-right: 25px;
    padding-left: 0;
    padding-right: 0;
    top: -3px;
    position: relative;
}
[data-theme~="light"] header .top #navbarTop {
    margin-right: 25px;
    padding-left: 0;
    padding-right: 0;
    top: -3px;
    position: relative;
}
[data-theme~="light"] header .top #navbarTop .navbar-nav .dropdown-menu {
    border: 1px solid #f3f3f3;
    margin-top: 5px;
    border-radius: 7px;
}
[data-theme~="light"] header .top #navbarTop .navbar-nav > li > a {
    font-size: 16px;
    color: var(--bs-gray-800);
    padding: 15px 15px;
    position: relative;
    top: 4px;
    font-weight: 600;
    text-decoration: none;
}
[data-theme~="light"] header .top .navbar-nav .nav-item .nav-link:hover, .nav-link:active, .nav-link:focus, .nav-link:focus-visible {
    text-decoration: none;
    border-bottom: 3px dashed var(--bs-danger);
    height: 50px;
    background-color: initial !important;
}
[data-theme~="light"] header .top .dropdown-menu>li>a {
    line-height: 2;
}
[data-theme~="light"] header .top .nav>li>a:focus, .nav>li>a:hover {
    background-color: initial !important;
}
[data-theme~="light"] header .navbar button[type=button] {
    background: none;
    float: left;
    text-align: left;
    font-size: 25px;
    font-weight: bold;
    border: none;
}
[data-theme~="light"] header .navbar:before{
    display: none;
}
[data-theme~="light"] .topcontent {
    width: 100%;
    float: right;
    text-align: center;
    padding: 0px 0 50px 0;
    background: url('../images/back2.png');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
[data-theme~="light"] .topcontent .slidertext {
    padding: 9rem 0 6rem 0;
}
[data-theme~="light"] .topcontent p {
    font-size: 21px;
    line-height: 35px;
    color: var(--bs-body-color);
}
[data-theme~="light"] .topcontent p.last {
    opacity: 0.6;
}
[data-theme~="light"] .topcontent h1 {
    font-family: 'YekanBold';
    margin: 0;
    padding: 15px 0;
    font-weight: bold;
    font-size: 35px;
    color: var(--bs-primary);
    line-height: 50px;
    transform-origin: 0 0;
}
[data-theme~="light"] .topcontent .custom-divider {
    width: 280px;
    color: var(--bs-gray-500);
    margin: 10px auto 20px auto;
}
[data-theme~="light"] .topcontent .search-form {
    margin: auto;
    margin-top: 0px;
    border-radius: 1rem;
    padding: 0rem 2rem 0 0;
    width: 100%;
    background: var(--white);
    box-shadow: 0 0.9375rem 3.75rem rgb(53 55 57 / 10%) !important;
}
[data-theme~="light"] .topcontent .search-form .more-list{
    display: none;
    margin: 0;
    padding: 0;
}
[data-theme~="light"] .topcontent .search-form .pabs {
    position: absolute;
    left: 0;
    height: 100%;
    padding: 0;
}
[data-theme~="light"] .topcontent .search-form .search-morebtn {
    border-radius: 0;
    background: var(--bs-body-bg);
    color: var(--bs-gray);
    width: 40%;
    height: inherit;
    border-right: 2px solid var(--bs-gray-150);
}
[data-theme~="light"] .topcontent .search-form form{
    position: relative;
    padding: 0;
}
[data-theme~="light"] .topcontent .search-form input[type=text] {
    width: 100% !important;
    border: none !important;
    padding: 10px 10px !important;
    margin: 16px 0 !important;
    font-size: 16px !important;
    color: var(--bs-body-color) !important;
    height: auto !important;
    box-shadow: none !important;
    background: var(--bs-gray-125);
    border-radius: 5px;
}
[data-theme~="light"] .topcontent .search-form input[type=text]::placeholder {
    color: var(--bs-body-color);
}
[data-theme~="light"] .topcontent .search-form select {
    width: 100%;
    border: none;
    padding: 8px 10px;
    margin: 16px 0;
    height: auto;
    font-size: 16px;
    box-shadow: none;
    -webkit-appearance: auto;
    -moz-appearance: auto;
    background: var(--bs-gray-125);
}
[data-theme~="light"] .topcontent .search-form button[type=submit], .topcontent .search-form  button[type=button] {
    float: left;
    height: 100%;
    border: none;
    font-size: 16px;
    color: var(--bs-gray-900);
    padding: 0 10px;
    width: 55%;
    background: var(--bs-gray-125);
    border-top-left-radius: 1rem;
    border-bottom-left-radius: 1rem;
}
[data-theme~="light"] .topcontent .search-form button[type=submit]:hover {
    background: var(--bs-primary-hover);
    color: #fff;
}
[data-theme~="light"] .ere-property.property-list .property-image {
    max-width: 300px !important;
    width: 300px;
}
[data-theme~="light"] .formConversion {
    float: left;
}
[data-theme~="light"] .formConversion .dropdown-toggle {
    font-size: 12px;
    line-height: 18px;
    border: none;
    background: var(--bs-gray-125);
    color: var(--bs-primary);
    font-family: 'YekanBold';
    position: relative;
    top: 3px;
}
[data-theme~="light"] .formConversion .dropdown-toggle:after {
    top: 4px;
    position: relative;
}
[data-theme~="light"] .formConversion .dropdown-menu {
    max-width: 320px;
    width: 320px;
    white-space: initial;
    border-radius: 12px;
    border: none;
    box-shadow: 0 5px 30px #33333347;
    margin-top: 9px;
    padding: 1.4rem;
}
[data-theme~="light"] .formConversion .dropdown-menu p {
    font-size: 14px;
    border-bottom: 1px solid var(--bs-gray-125);
    padding: 5px 0;
}
[data-theme~="light"] .formConversion .dropdown-menu span {
    font-size: 14px !important;
}
[data-theme~="light"] .formConversion .dropdown-menu strong {
    font-size: 15px;
    width: 100%;
    display: inline-block;
    margin-top: 5px;
    background: var(--bs-gray-200);
    color: var(--bs-gray-600);
    padding: 1rem 1rem;
    border-radius: 5px;
    margin-bottom: 1rem;
}
[data-theme~="light"] .formConversion .dropdown-menu input {
    border: 1px solid var(--bs-gray-200) !important;
    background: none !important;
    box-shadow: none;
    padding: 2rem 1rem;
    margin: 5px 0 !important;
}
[data-theme~="light"] .formConversion #priceConversionList p {
    border-bottom: 2px solid #efefef;
    padding: 5px 0;
}
[data-theme~="light"] .formConversion #priceConversionList p:last-child {
    border:none;
}
[data-theme~="light"] .formConversion #priceConversionList p b {
    font-size: 12px;
    color: var(--bs-success);
}
[data-theme~="light"] .formConversion #priceConversionList p span {
    font-size: 14px;
    color: var(--bs-gray-700);
    font-weight: bold;
}
[data-theme~="light"] .submit-search-form .ere-advanced-search-btn {
    background: var(--bs-primary);
    padding: 8px 1rem;
    height: auto;
    color: var(--white);
    border: none;
    border-radius: 5px;
    float: left;
    display: inline-table;
}
[data-theme~="light"] .btn-save-search {
    border-bottom-left-radius: 1em!important;
    border-bottom-right-radius: 1em!important;
    line-height: 2;
    padding: 3px 2rem;
    border-radius: 0;
    background: var(--bs-primary);
    border: none;
}
/*attribute*/
[data-theme~="light"] .attribute {
    float: right;
    width: 100%;
    padding: 5rem 0 2rem 0;
}
[data-theme~="light"] .attribute h2 {
    text-align: center;
    font-weight: bold;
    color: var(--bs-gray);
    font-size: 30px;
    line-height: 45px;
}
[data-theme~="light"] .attribute p {
    text-align: center;
    color: var(--bs-gray-500);
    font-size: 17px;
    margin: 15px 0 0 0 !important;
}
[data-theme~="light"] .attribute .list {
    margin: 3rem 0 2rem 0;
}
[data-theme~="light"] .attribute .list-item {
    width: 100%;
    margin: 0rem auto 1rem auto;
    color: var(--dark);
    box-shadow: 0 0.9375rem 3.75rem rgb(53 55 57 / 7%) !important;
    padding: 1rem 2rem;
    border-radius: 1rem;
    display: inline-block;
}
[data-theme~="light"] .attribute .list-item:hover {
    background: var(--bs-body-bg);
    border-radius: 35px;
    padding: 5px 15px;
    box-shadow: 0 25px 30px rgb(51 51 51 / 8%);
    -webkit-box-shadow: 0 25px 30px rgb(51 51 51 / 8%);
}
[data-theme~="light"] .attribute .list-item:hover i{
    color: var(--bs-primary);
}
[data-theme~="light"] .attribute .list-item:hover p {
    background: var(--bs-primary);
    color: var(--white);
    opacity: 1;
}
[data-theme~="light"] .attribute .list-item > i {
    text-align: center;
    width: 100%;
    font-size: 60px;
    margin: 15px 0;
    color: var(--bs-gray-500);
}
[data-theme~="light"] .attribute .list-item > h3 {
    text-align: center;
    font-weight: bold;
    font-size: 17px;
    color: var(--bs-gray);
}
[data-theme~="light"] .attribute .list-item > p {
    text-align: center;
    font-size: 15px;
    background: var(--bs-gray-150);
    padding: 10px 15px;
    border-radius: 15px;
    line-height: 30px;
}
/*properties*/
[data-theme~="light"] .last-properties {
    float: right;
    width: 100%;
    padding: 2rem 0 2rem 0;
}
[data-theme~="light"] .last-properties .container{
    position: relative;
}
[data-theme~="light"] .last-properties h4 {
    font-size: 24px;
    font-weight: bold;
    color: var(--bs-gray-600);
    line-height: 40px;
    text-align: right;
    padding: 0 0 0 110px;
}
[data-theme~="light"] .last-properties .desc {
    color: var(--bs-gray-500);
    font-size: 16px;
    text-align: right;
}
[data-theme~="light"] .last-properties .property-image img {
    max-height: 210px;
    width: 100%;
    object-fit: cover;
    border-radius: 10px;
}
[data-theme~="light"] .last-properties .property-image:hover img {
    border-radius: 15px;
}
[data-theme~="light"] .last-properties .ere-property:not(.property-zigzac) .property-location {
    display: none;
}
.address-marker i, .agent-info i, .attachment-file-type, .ere-dashboard-logout i, .ere-link-more, .ere-my-property-address i, .ere-my-property-date i, .ere-my-property-total-views i, .ere-my-saved-search-item i, .ere-widget-listing-property-taxonomy i, .open-on-google-maps, .property-agent i, .property-count span, .property-date i, .property-info-header .property-info span.fa, .property-location i, .property-type i, .property-type-list i, .property-views-count i, .user-dropdown i, .walk-score-more-detail, span.total-properties {
    color: var(--bs-red) !important;
}
.property-price-postfix, .property-price-prefix {
    font-size: 12px;
    margin-left: 5px;
    color: var(--bs-red) !important;
}
/*last-featuredpropertie*/
[data-theme~="light"] .last-featuredproperties {
    float: right;
    width: 100%;
    padding: 2rem 0 5rem 0;
}
[data-theme~="light"] .last-featuredproperties .box{
    width: 100%;
    margin: 0rem auto 1rem auto;
    color: var(--dark);
    box-shadow: 0 0.9375rem 3.75rem rgb(53 55 57 / 7%) !important;
    padding: 1rem 2rem;
    border-radius: 1rem;
    display: inline-block;
}
[data-theme~="light"] .last-featuredproperties .item-not-found {
    font-size: 80px;
    font-weight: bold;
    color: var(--bs-gray-125);
    width: 100%;
    text-align: center;
}
[data-theme~="light"] .last-featuredproperties .ere-item-wrap {
    width: 50%;
    margin-bottom: 15px;
}
[data-theme~="light"] .last-featuredproperties .ere-heading{
    display: none;
}
[data-theme~="light"] .last-featuredproperties h5 {
    font-size: 22px;
    font-family: 'YekanBold';
    color: var(--bs-gray-600);
    line-height: 50px;
}
[data-theme~="light"] .last-featuredproperties .desc {
    color: var(--bs-gray-500);
    font-size: 15px;
    line-height: 32px;
}
[data-theme~="light"] .last-featuredproperties .link {
    width: 100%;
    background: var(--bs-primary);
    display: block;
    padding: 14px 0;
    text-align: center;
    color: var(--white);
    font-size: 15px;
    border-radius: 10px;
    text-decoration: none;
    margin: 10px 0;
}
[data-theme~="light"] .last-featuredproperties .property-image img {
    max-height: 210px;
    width: 100%;
    object-fit: cover;
    border-radius: 10px;
}
[data-theme~="light"] .last-featuredproperties .property-image:hover img {
    border-radius: 15px;
}
[data-theme~="light"] .last-featuredproperties .ere-property:not(.property-zigzac) .property-location {
    display: none;
}
[data-theme~="light"] .enrline {
    width: 100%;
    border: 1px dashed var(--bs-gray-300);
    height: 0;
    margin: 10px 0 !important;
}
/*carousel*/

[data-theme~="light"] .ere-property-wrap .ere-property-carousel .navigation-wrap {
    padding: 0 !important;
    float: left;
    direction: ltr;
    width: auto;
    position: absolute;
    top: 20px;
    left: 0;
}
[data-theme~="light"] .ere-property-wrap .ere-property-carousel .navigation-wrap .ere-heading {
    display: none;
}
[data-theme~="light"] .ere-property-wrap .ere-property-carousel .navigation-wrap .owl-nav{
    margin: 0;
}
[data-theme~="light"] .ere-property-carousel .owl-nav .owl-next, .ere-property-carousel .owl-nav .owl-prev {
    background: var(--bs-gray-200);
    border-radius: 12px;
    padding: 0;
    margin: 0;
    font-size: 10px;
    width: 45px;
    height: 45px;
    margin-left: 5px;
}
[data-theme~="light"] .ere-property-carousel .owl-nav .owl-next:hover, .ere-property-carousel .owl-nav .owl-prev:hover {
    background: var(--bs-primary);
}
[data-theme~="light"] .ere-property-carousel .owl-nav .owl-next i, .ere-property-carousel .owl-nav .owl-prev i {
    line-height: 45px;
}
[data-theme~="light"] .ere-property-carousel .owl-nav .owl-prev:after, .ere-property-carousel .owl-nav .owl-next:after{
    display: none;
}
[data-theme~="light"] .ere-property-carousel .property-content {
    width: 100%;
    margin: 5rem 0;
}
[data-theme~="light"] .owl-carousel.owl-rtl .owl-item{
    margin: 3rem 0;
}
[data-theme~="light"] .ere-property:not(.property-zigzac) .property-inner {
    background: var(--bs-body-bg) !important;
    border-radius: 10px;
    padding: 15px 15px 0 15px;
    box-shadow: 0 0.9375rem 3.75rem rgb(53 55 57 / 7%) !important;
    overflow: hidden;
    position: relative;
}
[data-theme~="light"] .agency-element-inline>div:last-child, .property-element-inline>div:last-child {
    text-align: right;
}
[data-theme~="light"] .ere-property-carousel .property-element-inline {
    width: 100%;
    display: table !important;
}
[data-theme~="light"] .agency-element-inline>div:last-child, .property-element-inline>div:last-child {
    text-align: left !important;
}
[data-theme~="light"] .ere-property .property-item-content {
    line-height: 25px;
}
[data-theme~="light"]  .ere-property .property-item-content .property-info {
    margin-top: 5px;
    background-color: var(--white) !important;
    border-top: 2px dashed var(--bs-gray-125);
    padding: 1rem 1rem;
    color: var(--bs-gray-500);
}
[data-theme~="light"] .ere-property .property-item-content .property-info .property-info-inner .property-info-item-tooltip {
    direction: rtl !important;
}
[data-theme~="light"] .ere-property .property-item-content .property-info .property-info-inner>div:not(.tooltip) .property-info-value {
    font-size: 14px;
}
[data-theme~="light"] .ere-property:not(.property-zigzac) .property-inner:hover {
    box-shadow: 0 0.9375rem 3.75rem rgb(53 55 57 / 15%) !important;
}
[data-theme~="light"] .ere-property:not(.property-zigzac) .property-inner:hover .property-info {
    color: var(--bs-primary);
    background: var(--white);
}
[data-theme~="light"] .ere-property .property-item-content .property-info .property-info-inner>div:not(.tooltip) {
    border-left: 1px solid var(--bs-gray-150);
    padding: 0 2px;
    text-align: center;
}
[data-theme~="light"] .ere-property .property-item-content .property-info .property-info-inner>div:not(.tooltip):last-child {
    border: none;
}
[data-theme~="light"] .ere-property:not(.property-list) .property-type-list {
    display: none !important;
    font-size: 10px;
}
[data-theme~="light"] .ere-property .property-item-content .property-title {
    padding-bottom: 10px;
    font-size: 16px;
    border-bottom: 1px solid var(--bs-gray-125);
}
[data-theme~="light"] .ere-property .property-item-content .property-title a:hover, .ere-property .property-view-gallery-wrap:hover a, .ere-property.property-list.property-list-two-columns .property-link-detail a:hover{
    color: var(--bs-primary);
}
[data-theme~="light"] .ere-property .property-item-content .property-price {
    border-bottom: 1px solid var(--bs-gray-125);
    padding-bottom: 5px;
    font-weight: normal;
    width: 100%;
    text-align: right !important;
}
[data-theme~="light"] .position-inline, .property-info-item-tooltip{
    direction: ltr;
}
[data-theme~="light"] .ere-property:not(.property-zigzac) .property-inner:hover .property-info-inner>div:not(.tooltip) {
    border-left: 1px solid #dee2e673;
}
[data-theme~="light"] .ere-property:not(.property-zigzac) .property-inner:hover .property-info-inner>div:not(.tooltip):last-child {
    border: none
}
[data-theme~="light"] .ere-property .block-center-inner>a, .ere-property .property-view-gallery-wrap, .ere-property .social-share {
    width: 45px !important;
    height: 45px !important;
    background-color: #0000004a !important;
    line-height: 50px !important;
    -webkit-border-radius: 15px !important;
    -moz-border-radius: 15px !important;
    border-radius: 15px !important;
    font-size: 16px !important;
}
[data-theme~="light"]  .ere-property .property-active-hover .property-action, .ere-property .property-inner:hover .property-action {
    border-radius: 15px;
}
[data-theme~="light"] .ere-property-carousel .property-element-inline{
    display: block;
}
.ere-property .property-label p, .ere-property .property-status p {
    margin: 3px 0 !important;
}
/*footer*/
[data-theme~="light"] footer {
    width: 100%;
    float: right;
    padding: 5rem 0 0 0;
    color: var(--bs-dark);
    background: var(--white);
    box-shadow: 0 0 80px rgb(85 108 153 / 10%);
    margin-top: 2rem;
}
[data-theme~="light"] footer .top {
    padding-bottom: 2rem;
}
[data-theme~="light"] footer .center {
    padding-bottom: 3rem;
    border-bottom: 3px dashed var(--bs-gray-150);
}
[data-theme~="light"] footer h1, footer h2, footer h3, footer h4, footer h5 {
    margin: 0 0 15px 0;
    padding: 2rem 0;
    font-size: 18px;
    font-family: 'YekanBold';
    color: var(--bs-dark);
}
[data-theme~="light"] footer p{
    line-height: 29px;
    font-size: 16px;
}
[data-theme~="light"] footer img {
    margin: 1rem auto;
    display: table;
    max-width: 200px;
}
[data-theme~="light"] footer ul{
    width: 100%;
    float: right;
}
[data-theme~="light"] footer ul > li{
    line-height: 37px;
    font-size: 16px;
    color: var(--bs-gray-600);
    margin: 0;
    transition: all 0.2s linear;
}
[data-theme~="light"] footer ul > li:hover{
    padding-right: 5px;
    color: var(--bs-primary) !important;
}
[data-theme~="light"] footer ul > li i{
    display: none;
}
[data-theme~="light"] footer ul > li a {
    color: var(--bs-gray-600);
    text-decoration: none;
    font-size: 16px;
}
[data-theme~="light"] footer ul > li a:hover {
    color: var(--bs-primary) !important;
    margin: 0;
    padding: 0;
}
[data-theme~="light"] footer .property-inner {
    position: relative;
}
[data-theme~="light"] footer .property-inner .block-center-inner{
    display: none;
}
[data-theme~="light"] footer .property-inner .property-label{
    display: none;
}
[data-theme~="light"] footer .property-inner .property-location{
    display: none;
}
[data-theme~="light"] footer .property-image img {
    height: 100px;
    object-fit: cover;
    border-radius: 10px;
}
[data-theme~="light"] footer .owl-carousel.owl-rtl .owl-item{
    margin: 0;
}
[data-theme~="light"] footer .copyright {
    background: var(--white);
    padding: 2.5rem 0;
    color: var(--bs-gray-800);
    text-align: center;
}
[data-theme~="light"] footer .copyright p {
    width: auto;
    display: inline-block;
}
[data-theme~="light"] footer .center ul {
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    gap: 10px;
    float: right;
    width: 100%;
}
[data-theme~="light"] footer .center ul > li {
    background: #fff;
    box-shadow: 0 0.9375rem 3.75rem rgb(53 55 57 / 7%) !important;
    border-radius: 1rem;
    text-align: center;
    color: #939393;
    font-size: 14px;
    padding: 5px 5px;
}
[data-theme~="light"] footer .center ul > li:hover {
    background: var(--bs-gray);
    color: #ffffff;
}
[data-theme~="light"] footer .center ul > li:hover a {
    color: #ffffff !important;
}
[data-theme~="light"] footer .center ul > li > a {
    font-size: 15px;
    text-align: center;
    color: var(--bs-gray-500);
    padding: 5px;
}
[data-theme~="light"] footer .center ul > li > a:hover{
    color: #ffffff !important;
}
/*center-main*/
[data-theme~="light"] .center-main{
    width: 100%;
    float: right;
    padding: 3rem 0;
    overflow: hidden;
}
[data-theme~="light"] .center-main  .single-property-area .property-tab .tab-content>div {
    padding-top: 20px;
}
[data-theme~="light"] .center-main #content {
    padding-left: 2rem;
}
[data-theme~="light"] .center-main .single-property-element {
    margin: 0 0 1.5rem 0;
    background: var(--white);
    box-shadow: 0 0.9375rem 3.75rem rgb(53 55 57 / 7%) !important;
    padding: 2rem;
    border-radius: 10px;
}
[data-theme~="light"] .center-main .single-property-element h2 {
    background: var(--bs-gray-125);
    padding: 1.5rem;
    border-radius: 10px;
}
[data-theme~="light"] .center-main .property-main-info {
    position: relative !important;
    padding: 10px 23px 10px 15px;
    background: none;
    border-bottom: 2px solid var(--bs-gray-125);
    margin-bottom: 2rem;
}
[data-theme~="light"] .center-main .property-main-info .property-location{
    padding: 0;
    background: none;
}
[data-theme~="light"] .center-main .property-info-action .property-main-info .property-heading h1 {
    color: var(--bs-gray-600);
    font-size: 22px;
    font-weight: bold;
    float: right;
    line-height: 35px;
    margin: 0;
}
[data-theme~="light"] .center-main .property-info-action .property-main-info .property-info-block-inline {
    display: table;
    width: auto;
    float: left;
    padding: 0 15px;
    border-right: 2px solid var(--bs-gray-300);
}
[data-theme~="light"] .center-main .property-info-action .property-main-info .property-info-block-inline span {
    color: var(--bs-gray-600);
    font-size: 15px;
    line-height: 35px;
}
[data-theme~="light"]  .property-info-header .property-price-postfix, .property-info-header .property-price-prefix {
    color: var(--bs-primary) !important;
    font-weight: normal;
}
[data-theme~="light"] .center-main .property-info-action .property-main-info .property-info-block-inline span strong{
    color: var(--bs-primary);
}
[data-theme~="light"] .center-main .property-info-action .property-main-info .property-status {
    position: absolute;
    left: -25px;
    top: 18px;
}
[data-theme~="light"] .center-main .property-info-action .property-main-info .property-status span {
    border-radius: 7px;
    line-height: 22px;
    font-size: 13px;
    color: var(--white);
    transform: rotate(270deg);
    padding: 0px 10px;
}
[data-theme~="light"] .center-main .property-info-header .property-info {
    padding: 0;
    width: 100%;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    padding-left: 50px;
    margin-bottom: 1rem;
}
[data-theme~="light"] .center-main .property-info-header .property-info > div{
    width: 96% !important;
}
[data-theme~="light"] .center-main .property-info-header .property-action {
    float: right;
    top: 105px;
    position: absolute;
    left: 20px !important;
    width: 35px !important;
    padding: 0;
}
[data-theme~="light"] .center-main .property-action .property-action-inner a {
    background: var(--bs-gray-100) !important;
    color: var(--bs-gray-500);
    border-radius: 6px;
    margin: 0 0 2px 0;
    height: 43px;
}
[data-theme~="light"] .center-main .property-action .property-action-inner a:hover {
    background: var(--bs-primary) !important;
    color: var(--white);
}
[data-theme~="light"] .center-main .property-info-action .property-info>div {
    background: var(--bs-gray-100);
    border-radius: 10px;
    padding: 13px 15px;
}
[data-theme~="light"] .center-main .property-info-action .property-info>div p {
    text-align: center;
    padding: 10px 0;
    width: 100%;
}
[data-theme~="light"] .center-main .property-info-action .property-info>div>span {
    display: inline-block;
    width: 100%;
    text-align: center;
    padding-bottom: 15px;
}
[data-theme~="light"] .center-main .content-property-info {
    width: 100%;
    display: table;
}
[data-theme~="light"] .center-main .property-info-action .property-info .property-info-value {
    border-bottom: 1px dashed var(--bs-gray-200);
}
[data-theme~="light"] .center-main .property-description {
    color: var(--bs-gray-600);
    position: relative !important;
    font-size: 17px;
    margin: 2rem 0;
    line-height: 30px;
}
[data-theme~="light"] .center-main .property-description .ere-heading-style2{
    display: none;
}
[data-theme~="light"] .center-main .property-location .ere-heading-style2{
    display: none;
}
[data-theme~="light"] .center-main .single-property-area .property-location .open-on-google-maps {
    top: 10px;
    left: 10px;
}
[data-theme~="light"] .center-main .owl-carousel.owl-rtl .owl-item {
    margin: 1.5rem 0;
}
[data-theme~="light"] .center-main .single-property-image-main .owl-item img {
    border-radius: 10px;
    max-height: 500px;
    object-fit: cover;
}
[data-theme~="light"] .center-main .single-property-image-thumb .owl-item img {
    max-height: 120px;
    object-fit: cover;
}
[data-theme~="light"] .center-main .ere-property:not(.property-zigzac) .property-inner .property-location {
    padding: 0;
    margin: 0;
    background: none;
}
[data-theme~="light"] .center-main .ere-property.property-list .property-item-content .property-title {
    background: #fff;
    line-height: 30px;
    padding: 5px 15px;
    margin-top: 3px;
    border-radius: 10px;
}
[data-theme~="light"] .center-main ul.ere-property-list li:nth-child(odd) {
    background: var(--bs-gray-125)
}
[data-theme~="light"] .center-main .single-property-area .property-tab .nav-tabs {
    background: var(--bs-body-bg) !important;
    box-shadow: 0 0.9375rem 3.75rem rgb(53 55 57 / 7%) !important;
    color: var(--bs-erna-bg);
    border-radius: 10px;
    margin: 2rem 0;
}
[data-theme~="light"] .center-main .single-property-area .property-tab .nav-tabs li:first-child a {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}
[data-theme~="light"] .center-main .single-property-area .property-tab .nav-tabs li a {
    color: var(--bs-dark);
}
[data-theme~="light"] .center-main .single-property-area .property-tab .nav-tabs li.active a, .single-property-area .property-tab .nav-tabs li:hover a {
    background-color: var(--wp--preset--color--vivid-cyan-blue);
    color: #fff;
}
[data-theme~="light"] .center-main .single-property-area .property-tab .nav-tabs li.active a, .single-property-area .property-tab .nav-tabs li:hover a {
    background-color: var(--wp--preset--color--vivid-cyan-blue) !important;
    color: #fff !important;
}
[data-theme~="light"] .center-main #ere-features a{
    font-size: 14px;
}
[data-theme~="light"] .center-main .ere-property.property-list .property-image img {
    min-height: 220px;
    object-fit: cover;
    border-radius: 15px;
    margin-bottom: 10px;
}
[data-theme~="light"] .center-main .agent-info {
    margin: 2rem 0;
}
[data-theme~="light"] .center-main .agent-content {
    border-radius: 10px;
    font-size: 15px;
    line-height: 35px;
	padding:0
}
[data-theme~="light"] .center-main .single-property-area .agent-content .agent-heading {
    width: 100%;
    float: right;
    display: flex;
    border-bottom: 3px solid var(--bs-gray-100);
}
[data-theme~="light"] .center-main .single-property-area .agent-content .agent-heading span {
    color: var(--bs-gray-400);
    margin-right: 10px;
}
[data-theme~="light"] .center-main .single-property-area .agent-content .agent-heading h4 {
    width: auto;
    display: inline;
    float: right;
    margin: 0;
    padding: 0;
    font-size: 16px;
    line-height: 32px;
    text-align: right;
}
[data-theme~="light"] .center-main .single-property-area .agent-content .agent-social {
    width: 100%;
    float: right;
}
[data-theme~="light"] .center-main .single-property-area .agent-content .agent-social a {
    background: var(--bs-gray-125);
    border-radius: 10px;
    color: var(--bs-gray);
    width: 40px;
    height: 40px;
    line-height: 48px;
}
[data-theme~="light"] .center-main .single-property-area .agent-content .agent-social a > i {
    color: var(--bs-gray-500) !important;
    font-size: 19px;
}
[data-theme~="light"] .center-main .agent-info-contact i {
    color: var(--bs-primary) !important;
    font-size: 18px !important;
    text-align: center;
    margin-left: 5px;
}
[data-theme~="light"] .center-main #contact-agent-form {
    padding: 0 1rem;
}
[data-theme~="light"] .center-main #contact-agent-form input {
    background: none;
    padding: 2rem 2rem;
    border: 1px solid #e1e1e1dd !important;
    box-shadow: none;
    color: var(--bs-gray-600);
}
[data-theme~="light"] .center-main #contact-agent-form textarea {
    background: none;
    padding: 1rem 2rem;
    border: 1px solid #e1e1e1dd !important;
    box-shadow: none;
    color: var(--bs-gray-600);
}
[data-theme~="light"] .center-main .single-property-area .agent-avatar img {
    border-radius: 10px;
}
[data-theme~="light"] .center-main .ere-heading-style2 h2 {
    display: flex;
    align-items: center;
    text-align: right;
    font-size: 19px;
    font-weight: 600;
    color: var(--bs-gray-800);
    margin: 2rem 0;
}
ul.ere-property-list span {
    display: inline;
    width: 50%;
    float: left;
}
.single-property-element.property-location .property-address {
    border-bottom: 1px solid var(--bs-gray-100);
    padding: 1rem 0 2rem 0;
}
[data-theme~="light"] .center-main .ere-heading-style2 h2::after {
    display: none;
}
/*[data-theme~="light"] .center-main .ere-heading-style2 h2::after {*/
/*    content: '';*/
/*    flex: 1;*/
/*    margin-right: 1em;*/
/*    top: 0;*/
/*    position: relative;*/
/*    border-radius: 15px;*/
/*    height: 15px;*/
/*    background: #fff;*/
/*    box-shadow: 0 5px 20px #33333317;*/
/*}*/
[data-theme~="light"] .center-main input[type="submit"], .center-main button[type="submit"] {
    background-color: var(--bs-primary);
    border: none;
    border-radius: 5px !important;
    font-size: 14px;
    padding: 5px 10px;
    color: var(--bs-white);
    margin: 1rem 0;
}
[data-theme~="light"] .center-main input[type="submit"]:hover, .center-main button[type="submit"]:hover {
    background-color: #6295e5;
}
[data-theme~="light"] .center-main .ere-similar-properties{
    float: right;
    width: 100%;
}
[data-theme~="light"] .center-main .property-info-footer {
    display: none;
}
[data-theme~="light"] .single-property-area .floor-image img {
    width: auto;
    max-width: 100%;
    margin: auto;
    display: table;
}
[data-theme~="light"] .center-main ul.ere-property-list strong {
    font-weight: normal;
}
[data-theme~="light"] .center-main .property-info-action .property-action .property-action-inner>a, .property-info-action .property-action .social-share {
    background-color: var(--bs-primary);
}
/*sidebar*/
[data-theme~="light"] .sidebar {
    float: right;
    width: 100%;
    padding: 2rem 0;
    background: var(--bs-body-bg);
    padding: 20px;
    border-radius: 15px;
    box-shadow: 0 5px 30px #33333314;
}
[data-theme~="light"] .sidebar .ere-mortgage-wrap .btn-dark{
    background-color: var(--bs-primary);
    color: var(--white);
}
[data-theme~="light"] .sidebar .ere-mortgage-wrap .btn-dark:hover{
    color: var(--white);
}
[data-theme~="light"] .sidebar .title {
    font-size: 17px;
    padding: 15px 20px;
    font-weight: bold;
    margin: 2rem 0 2rem 0;
    border-radius: 10px;
    color: var(--bs-gray);
    box-shadow: 0 0.9375rem 3.75rem rgb(53 55 57 / 7%) !important;
}
.wp-block-search__label {
    font-size: 17px;
    padding: 15px 20px;
    font-weight: bold;
    margin: 2rem 0 2rem 0;
    border-radius: 10px;
    color: var(--bs-gray);
    background: var(--white);
    box-shadow: 0 0.9375rem 3.75rem rgb(53 55 57 / 7%) !important;
}
[data-theme~="light"] .sidebar ul > li:after {
    content: "+";
    float: right;
    margin-left: 10px;
    font-size: 22px;
    color: #d0d0d0;
}
[data-theme~="light"] .sidebar a {
    color: var(--bs-dark);
}
[data-theme~="light"] .sidebar .property-title {
    background: none !important;
    font-size: 16px;
    padding: 15px 20px;
    font-weight: bold;
    margin: 0;
    border-radius: 10px;
    box-shadow: none;
}
[data-theme~="light"] .single-property-area .property-location ul {
    width: 100%;
}
[data-theme~="light"] .single-property-area .property-location ul li {
    border-bottom: 1px solid var(--bs-gray-100);
    padding: 1rem 0;
}
[data-theme~="light"] .sidebar h1, .sidebar h2, .sidebar h3, .sidebar h4, .sidebar h5, .sidebar h6 {
    font-size: 17px;
    padding: 15px 20px;
    font-weight: bold;
    margin: 2rem 0 2rem 0;
    color: var(--bs-gray);
}
[data-theme~="light"] .sidebar .ere-search-status-tab {
    background: var(--bs-primary-hover);
}
[data-theme~="light"] .sidebar .ere-search-status-tab button {
    border-radius: 0;
    font-size: 15px;
}
[data-theme~="light"] .sidebar .ere-search-status-tab button.active {
    background: var(--bs-primary);
}
[data-theme~="light"] .sidebar input, .sidebar select {
    border-radius: 7px;
    background: var(--bs-gray-125);
    border: 1px solid #e0e0e0 !important;
}
[data-theme~="light"] .sidebar button[type=submit], .sidebar button[type=button] {
    border-radius: 9px;
    font-size: 15px;
    padding: 9px 15px !important;
    width: auto;
    float: right;
    height: auto;
}
[data-theme~="light"] .sidebar button[type=submit]:hover, .sidebar button[type=button]:hover, .sidebar button[type=submit]:active, .sidebar button[type=button]:active{
    background: var(--bs-gray-400); !important;
    color: var(--white) !important;
}
[data-theme~="light"] .sidebar .property-action {
    display: none;
}
[data-theme~="light"] .sidebar .property-label {
    display: none;
}
[data-theme~="light"] .sidebar .property-location {
    display: none;
}
[data-theme~="light"] .sidebar .property-title a {
    font-size: 15px;
    text-align: center;
    font-weight: bold;
    width: 100%;
    display: table;
    color: var(--bs-primary);
    border-bottom: 1px solid var(--bs-gray-125);
    padding-bottom: 10px;
}
[data-theme~="light"] .sidebar .property-price {
    font-size: 15px;
    text-align: center;
    width: 100%;
    display: table;
    color: var(--bs-gray-600);
}
[data-theme~="light"] .sidebar img {
    border-radius: 10px;
    max-width: 100%;
}
[data-theme~="light"] .sidebar .owl-carousel.owl-rtl .owl-item {
    margin: 1rem 0;
}
[data-theme~="light"] .sidebar .mc-output {
    font-size: 14px;
    width: 100%;
    display: inline-block;
    padding: 10px;
    margin: 1rem 0;
    border-radius: 10px;
    font-weight: normal;
}
[data-theme~="light"] .sidebar .mc-output p {
    border-bottom: 1px solid var(--bs-gray-200);
    padding: 0.5rem 0;
    font-size: 14px;
}
[data-theme~="light"] .sidebar .mc-output p:last-child {
    border: none;
}
/*Comments*/
.comments-area {
    width: 100%;
    float: right;
    margin: 0 0 1.5rem 0;
    background: var(--white);
    box-shadow: 0 0.9375rem 3.75rem rgb(53 55 57 / 7%) !important;
    padding: 2rem;
    border-radius: 10px;
}
.comments-area .comments-title {
    display: flex;
    align-items: center;
    text-align: right;
    font-size: 17px;
    font-weight: 600;
    color: var(--bs-gray-800);
    margin-bottom: 2rem;
}
.comments-area .comments-title::after {
    content: '';
    flex: 1;
    border-bottom: 5px solid var(--bs-gray-200);
}
.comments-area .comments-title:not(:empty)::after {
    margin-right: 1em;
}
.comments-area .comment-list{
    margin: 0;
    padding: 0;
}
.comments-area .comment-body {
    position: relative;
    width: 100%;
    float: right;
    box-shadow: 0 0 20px 0 #e6e6e6;
    padding: 1rem 2rem;
    margin: 0.8rem 0;
    border-radius: 5px;
    font-size: 14px;
}
.comments-area .comment-body .comment-author {
    width: 100%;
    float: right;
    padding: 0 0 10px 0;
}
.comments-area .comment-body .comment-author img {
    width: 32px;
    height: 32px;
}
.comments-area .comment-body .comment-meta {
    position: absolute;
    left: 2rem;
    top: 1.5rem;
    font-size: 13px;
}
.comments-area .comment-body p {
    width: 100%;
    font-size: 14px;
    float: right;
    padding: 0.7rem 0;
    border-top: 1px solid #e1e1e1;
    margin-bottom: 0;
}
.comments-area .comment-body .reply {
    position: absolute;
    left: -10px;
    bottom: 1rem;
    font-size: 13px;
}
.comments-area .comment-body .reply a {
    background-color: var(--bs-teal);
    color: var(--bs-white);
    padding: 3px 10px;
    font-size: 12px;
    border-radius: 4px;
}
.comments-area .children{
    width: 100%;
    float: right;
}
.comments-area li::marker{
    display: none;
}
.comments-area .comment-list {
    margin: 0;
    padding: 0;
    width: 100%;
    float: right;
    margin-bottom: 2rem;
    padding-bottom: 2rem;
}
.comments-area ol{
    list-style-type:none;
}
.comments-area .comment-respond {
    margin: 0;
    padding: 0;
    width: 100%;
    float: right;
}
.comments-area .comment-respond span{
    font-size: 14px;
}
.comments-area input[type="text"], .comments-area input[type="url"], .comments-area input[type="email"], .comments-area input[type="password"] {
    width: 100%;
    max-width: 100%;
    background-color: var(--bs-gray-150);
    border: none;
    border-radius: 5px;
    padding: 7px 10px;
    margin: 5px 0 15px 0;
}
.comment-form-comment{
    margin: 2rem 0 !important;
}
.comments-area textarea {
    width: 100%;
    max-width: 100%;
    background-color: var(--bs-light);
    border: 1px solid #f1f1f1 !important;
    border-radius: 5px;
    padding: 1.5rem;
    margin: 5px 0 15px 0;
}
.comments-area .comment-reply-title {
    display: flex;
    align-items: center;
    text-align: right;
    font-size: 17px;
    font-weight: 600;
    color: var(--bs-gray-800);
    margin-bottom: 2rem;
}
.comments-area .comment-reply-title::after {
    content: '';
    flex: 1;
    margin-right: 1em;
    top: 0;
    position: relative;
    border-radius: 5px;
    height: 15px;
    background: #f5f5f5dd;
}
.comments-area .comment-reply-title:not(:empty)::after {
    margin-right: 1em;
}
.comments-area .comment-reply-title a {
    color: var(--bs-teal);
    font-weight: normal;
    margin: 0 5px;
}
.comments-area .comment-reply-title small a{
    color: var(--bs-red);
}
.comments-area .submit {
    background-color: var(--bs-primary);
    border: none;
    border-radius: 5px;
    font-size: 15px;
    padding: 10px 10px;
    color: var(--bs-white);
    margin: 1rem 0;
}
.comments-area .submit:hover {
    background-color: #1db98b;
}
/*page*/
[data-theme~="light"] .post-heading {
    margin-bottom: 3rem;
}
[data-theme~="light"] .page-main img{
    max-width: 100%;
    margin: 2rem 0;
}
[data-theme~="light"] .page-main {
    float: right;
    width: 100%;
    padding: 3rem 0;
}
[data-theme~="light"] .page-main article {
    margin: 0 0 1.5rem 0;
    background: var(--white);
    box-shadow: 0 0.9375rem 3.75rem rgb(53 55 57 / 7%) !important;
    padding: 2rem;
    border-radius: 10px;
}
[data-theme~="light"] .post-title{
    display: flex;
    align-items: center;
    text-align: right;
    font-size: 17px;
    font-weight: 600;
    color: var(--bs-gray-800);
    margin-bottom: 0;
    text-decoration: none;
}
[data-theme~="light"] .post-title:after {
    content: '';
    flex: 1;
    margin-right: 1em;
    top: 3px;
    position: relative;
    border-radius: 5px;
    height: 15px;
    background: #f7f7f7;
}
[data-theme~="light"] .post-title h1 {
    font-size: 22px;
    font-weight: bold;
    color: var(--bs-gray-700);
    line-height: 35px;
}
[data-theme~="light"] .post-info {
    width: 100%;
    float: right;
    margin: 0;
    position: relative;
    top: 10px;
}
[data-theme~="light"] .post-info li {
    float: left;
    margin-right: 15px;
    direction: ltr;
    color: var(--bs-gray-500);
}
[data-theme~="light"] .post-info li > i {
    color: var(--bs-gray);
    margin-right: 9px;
}
[data-theme~="light"] .page-main .post-tag {
    margin: 3rem 0;
}
[data-theme~="light"] .tag-cloud-link {
    font-size: 12px !important;
    background: var(--bs-gray-150);
    padding: 5px 5px;
    display: inline-table;
    margin: 2px 0px;
    border-radius: 4px;
}
[data-theme~="light"] .page-main article .post-tag a {
    margin: 1px;
    background: var(--bs-gray-200);
    padding: 5px 10px;
    display: inline-block;
    float: right;
    border-radius: 5px;
    font-size: 14px;
    color: var(--bs-gray-600);
    line-height: 25px;
    text-decoration: none;
}
/*custom-page*/
[data-theme~="light"] .custom-page {
    width: 100%;
    float: right;
}
[data-theme~="light"] .ere-property-advanced-search .ere-search-status-tab {
    background-color: var(--bs-gray-125);
    border-radius: 10px;
}
[data-theme~="light"] .ere-property-advanced-search .ere-search-status-tab button {
    color: var(--bs-gray-700);
    font-size: 16px;
    border-radius: 0;
    padding: 0 2rem;
}
[data-theme~="light"] .ere-property-advanced-search .ere-search-status-tab button.active {
    background-color: var(--bs-primary);
}
[data-theme~="light"] .ere-property-advanced-search.color-dark .form-search-wrap input[type="text"], .ere-property-advanced-search.color-dark .form-search-wrap input[type="email"], .ere-property-advanced-search.color-dark .form-search-wrap input[type="url"], .ere-property-advanced-search.color-dark .form-search-wrap input[type="password"], .ere-property-advanced-search.color-dark .form-search-wrap select {
    background-color: var(--bs-light) !important;
    padding: 10px !important;
    color: var(--bs-gray-600) !important;
    border: 1px solid var(--bs-gray-150) !important;
    -webkit-appearance: auto;
    -moz-appearance: auto;
    height: auto;
    box-shadow: none !important;
    border-radius: 10px !important;
}
[data-theme~="light"] .archive-property-action .property-status ul li a {
    background: var(--bs-gray-150);
    color: var(--bs-gray-600);
    font-size: 14px;
    border-radius: 10px;
    margin-bottom: 5px;
}
[data-theme~="light"] .archive-property-action .property-status ul li a:focus, [data-theme~="light"] .archive-property-action .property-status ul li a:hover, [data-theme~="light"] .archive-property-action .property-status ul li.active a {
    background-color: var(--bs-primary);
    color: var(--white);
}
[data-theme~="light"] .sort-view-property .view-as {
    position: relative;
}
[data-theme~="light"] .above-archive-property h2 {
    font-size: 20px;
    margin: 10px 0 15px 0!important;
    padding: 0 !important;
}
[data-theme~="light"] .above-archive-property .ere-heading:after {
    display: none;
}
[data-theme~="light"] .advanced-saved-searches {
    border-top: 3px solid var(--bs-primary);
}
[data-theme~="light"] .above-archive-property h2 > sub {
    bottom: 0;
}
[data-theme~="light"] .ere-property-advanced-search .btn-other-features i {
    background: none;
    color: var(--bs-gray-500);
    font-size: 13px;
}
[data-theme~="light"] .other-features-list label{
    font-size: 15px;
}
[data-theme~="light"] .ere-property-advanced-search .btn-other-features {
    cursor: pointer;
    font-weight: 600;
    color: #337ab7;
    text-decoration: none;
}
[data-theme~="light"] .above-archive-property {
    margin: 2rem 0;
    float: right;
    width: 100%;
    color: var(--dark);
    background: var(--white);
    box-shadow: 0 0.9375rem 3.75rem rgb(53 55 57 / 7%) !important;
    padding: 1rem 2rem;
    border-radius: 1rem;
}
[data-theme~="light"] .above-archive-property .ere-heading{
    margin: 0 0 10px 0;
}
[data-theme~="light"] .above-archive-property .archive-property-action .sort-property ul {
    width: 100%;
    background: var(--white);
    box-shadow: 0 0.9375rem 3.75rem rgb(53 55 57 / 10%) !important;
}
[data-theme~="light"] .above-archive-property .archive-property-action .sort-property ul li{
    width: 100%;
}
[data-theme~="light"] .above-archive-property .archive-property-action .sort-property ul li a {
    color: var(--bs-gray-600);
    font-size: 14px;
    border-bottom: 1px solid var(--bs-gray-150);
    padding: 4px 1rem;
}
[data-theme~="light"] .archive-property-action .view-as span {
    background: var(--bs-gray-400);
    color: var(--white);
    height: 39px;
    width: 39px;
    border-radius: 8px;
    margin: 0;
}
[data-theme~="light"] .archive-property-action .view-as span.active, [data-theme~="light"] .archive-property-action .view-as span:hover {
    background-color: var(--bs-primary);
}
[data-theme~="light"] .archive-property-action .view-as span:before {
    display: none;
}
[data-theme~="light"] .archive-property-action .sort-property span {
    margin-left: 0;
    background: var(--bs-gray-150);
    padding: 1rem;
    border-radius: 8px;
    font-size: 14px;
    color: var(--bs-gray-500);
    margin-bottom: 5px;
}
[data-theme~="light"] .above-archive-property .archive-property-action{
    margin: 0;
}
[data-theme~="light"] .search-result .post-heading{
    margin-bottom: 1rem;
}
[data-theme~="light"] .search-result .post-heading:nth-child(odd) .post-title{
    direction: ltr;
}
[data-theme~="light"] .search-result .post-heading:nth-child(odd) .post-title:after {
    margin-right: 0;
    margin-left: 15px;
}
[data-theme~="light"] .search-result .post-title h2 {
    font-size: 18px;
    font-weight: bold;
    color: var(--bs-gray-700);
    line-height: 35px;
    margin: 0 0 10px 0;
    background: var(--bs-body-bg);
    padding: 15px;
    border-radius: 15px;
    box-shadow: 0 5px 30px #33333314;
}
[data-theme~="light"] .page-main .searchbox {
    padding-left: 2rem;
    margin-bottom: 2rem;
}
[data-theme~="light"] .page-main .searchbox .wp-block-search__input {
    background: var(--bs-body-bg);
    padding: 15px;
    border-radius: 15px;
    box-shadow: 0 5px 30px #33333314;
    border: 1px solid var(--bs-gray-400);
}
[data-theme~="light"] .page-main .searchbox .wp-block-search__button {
    background: var(--bs-primary);
    padding: 15px;
    border-radius: 15px;
    box-shadow: 0 5px 30px #33333314;
    border: 1px solid var(--bs-gray-400);
    color: var(--white);
}
[data-theme~="light"] .ere-property-advanced-search .sidebar-filter .ui-slider-range.ui-widget-header.ui-corner-all {
    background: #c9d5ff;
}
[data-theme~="light"] .ere-property-advanced-search .sidebar-filter .ui-slider-handle.ui-state-default.ui-corner-all {
    background: #6897ff;
}
[data-theme~="light"] .toptitle {
    background: var(--bs-gray-125);
    padding: 15px 15px 10px 15px;
    margin-left: 2rem;
    border-radius: 10px;
    margin-bottom: 3rem;
    float: right;
    width: 100%;
    font-size: 17px;
}
[data-theme~="light"] .toptitle h1 {
    font-size: 23px;
    font-weight: bold;
    width: auto;
    float: right;
    margin: 0 5px 0 0;
    padding: 0;
    color: var(--bs-gray-600);
}
[data-theme~="light"] .toptitle span {
    float: right;
    color: var(--bs-gray-500);
    margin-bottom: 5px;
}
[data-theme~="light"] .compare-table-wrap {
    overflow-x: auto;
    margin: 0 0 1.5rem 0;
    background: var(--white);
    box-shadow: 0 0.9375rem 3.75rem rgb(53 55 57 / 7%) !important;
    padding: 2rem;
    border-radius: 10px;
}
[data-theme~="light"] .compare-table-wrap .property-inner {
    background: none !important;
}
[data-theme~="light"] .compare-table-wrap .property-title {
    text-align: center !important;
}
[data-theme~="light"] .compare-table-wrap .property-info {
    display: none;
}
[data-theme~="light"] .compare-table-wrap .property-image-wrap img {
    width: 190px;
    height: 160px;
    border-radius: 10px;
    max-height: 160px;
    max-width: 190px;
}
[data-theme~="light"] .compare-tables .title-list-check {
    background: var(--bs-gray-100);
    font-family: 'YekanBold';
}
[data-theme~="light"] .compare-tables.table-striped tbody>tr:nth-of-type(even) {
    background-color: var(--bs-gray-100);
}
[data-theme~="light"] .compare-tables.table-striped .property-inner:before {
    display: none;
}
[data-theme~="light"] .compare-listing.listing-open {
    box-shadow: 0 10px 30px #3333333b;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}
[data-theme~="light"] .compare-listing.listing-open .compare-thumb-main .compare-property-remove {
    top: 5px;
    right: 0px;
    border-radius: 0;
    background: var(--bs-light);
    height: 16px;
    width: 15px;
    font-size: 14px;
    text-align: center;
    font-weight: normal;
    color: var(--bs-danger);
}
[data-theme~="light"] .compare-listing.listing-open .compare-listing-header {
    box-shadow: none;
    border-bottom: 5px solid var(--bs-gray-150);
}
[data-theme~="light"] .compare-listing.listing-open img{
    max-height: 100px !important;
    object-fit: cover;
}
[data-theme~="light"] .listing-btn {
    border-radius: 0;
    background: var(--bs-primary);
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    padding: 0;
    right: -35px;
    margin: 0;
}
[data-theme~="light"] .single-property-area .single-property-image-main .owl-nav .owl-prev {
    height: 40px;
    border-radius: 22px;
    width: 40px;
    line-height: 40px;
    padding: 0;
    margin: 0;
    bottom: 23px;
    transform: rotate(-180deg);
}
[data-theme~="light"] .single-property-area .single-property-image-main .owl-nav .owl-prev:after {
    display: none;
}
[data-theme~="light"] .single-property-area .single-property-image-main .owl-nav .owl-prev i{
    line-height: 40px;
}
[data-theme~="light"] .single-property-area .single-property-image-main .owl-nav .owl-next {
    height: 40px;
    border-radius: 22px;
    width: 40px;
    line-height: 40px;
    padding: 0;
    margin: 0;
    bottom: 23px;
    right: 60px!important;
    transform: rotate(180deg);
}
[data-theme~="light"] .single-property-area .single-property-image-main .owl-nav .owl-next:after {
    display: none;
}
[data-theme~="light"] .single-property-area .single-property-image-main .owl-nav .owl-next i{
    line-height: 40px;
}
/*agency*/
[data-theme~="light"] .ere-dashboard-sidebar-content {
    background: var(--bs-body-bg);
    border-radius: 10px;
    box-shadow: 0 0.9375rem 3.75rem rgb(53 55 57 / 7%) !important;
}
[data-theme~="light"] .panel-default {
    background: var(--bs-body-bg);
    border-radius: 10px;
    box-shadow: 0 0.9375rem 3.75rem rgb(53 55 57 / 7%) !important;
    border: none;
}
[data-theme~="light"] .panel-default>.panel-heading {
    background: var(--bs-gray-100);
    padding: 15px;
    border-bottom: 2px solid #efefef;
}
[data-theme~="light"] .ere-property-multi-step{
    background: var(--bs-body-bg);
    border-radius: 10px;
    box-shadow: 0 0.9375rem 3.75rem rgb(53 55 57 / 7%);
    border: none;
    padding: 2rem;
}
[data-theme~="light"] input[type=submit] {
    background: var(--bs-primary);
    padding: 10px;
    color: var(--bs-body-bg);
    border: none;
    border-radius: 10px;
}
[data-theme~="light"] .ere-heading-style2 h2:after{
    background-color: #77acff;
}
[data-theme~="light"] input[type=submit]:hover {
    background: #135bc7;
}
[data-theme~="light"] .ere-dashboard-sidebar-content .ere-dashboard-welcome{
    border: none !important;
}
[data-theme~="light"] .ere-dashboard-sidebar-content .navbar-default {
    border: none !important;
    border-top: 4px solid #f1f1f1 !important;
    padding: 0;
}
[data-theme~="light"] .ere-dashboard-sidebar-content .navbar-default .ere-dashboard-nav {
    width: 100%;
}
[data-theme~="light"] .ere-google-map-directions .ere-directions {
    position: initial;
    display: flex;
    margin-top: 2rem;
}
[data-theme~="light"] .ere-google-map-directions #directions-input {
    width: 100%;
    margin: 0;
    padding: 2rem;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
[data-theme~="light"] .ere-google-map-directions #get-direction {
    border: none;
    background: var(--bs-primary);
    color: var(--white);
    padding: 2rem;
    border-top-left-radius: 7px;
    height: 42px;
    border-bottom-left-radius: 7px;
}
[data-theme~="light"] .ere-google-map-directions #get-direction:hover {
    background: #413fbd !important;
}
[data-theme~="light"] .ere-google-map-directions #get-direction i {
    position: relative;
    top: -5px;
}
.ere-google-map-directions .ere-google-map-direction {
    border-radius: 10px;
}
.error404 h1 {
    text-align: center;
    font-size: 70px;
    direction: ltr;
    font-weight: bold;
    color: var(--bs-danger);
}
.error404 h2{
    text-align: center;
    font-size: 24px;
}
/*login*/
[data-theme~="light"] .forgotpasswordaContainer{
    margin: 2rem 0 !important;
}
[data-theme~="light"] .digits_register .backtoLoginContainer{
    margin: 2rem 0;
}
[data-theme~="light"] .dig_form {
    width: 300px;
    margin: 5rem auto;
    display: table;
    padding: 25px;
    transition: all 0.3s linear;
    cursor: help;
    background: var(--bs-body-bg);
    border-radius: 15px;
    box-shadow: 0 25px 30px rgb(51 51 51 / 8%);
    -webkit-box-shadow: 0 25px 30px rgb(51 51 51 / 8%);
}
[data-theme~="light"] .dig_form label{
    color: #6f6f6f;
}
[data-theme~="light"] .dig_form input {
    border: 1px solid #d7d5d5 !important;
    padding: 9px !important;
    height: auto !important;
    width: 100% !important;
    min-height: auto !important;
    border-radius: 5px !important;
}
[data-theme~="light"] .dig_form button {
    background: var(--bs-gray-150);
    width: 100%;
    margin: 0.5rem 0 !important;
    font-size: 14px !important;
    border-radius: 5px;
    color: var(--bs-gray-600);
    border: none;
}
[data-theme~="light"] .dig_form button:hover, .dig_form button:focus, .dig_form button:active {
    background: #0c63e4;
    color: #fff;
}
[data-theme~="light"] .digits_login .signupbutton {
    background: var(--bs-gray-150);
    width: 100%;
    margin: 0.5rem 0 !important;
    font-size: 14px !important;
    border-radius: 5px;
    color: var(--bs-gray-600);
    border: none;
}
[data-theme~="light"] .digits_login signupbutton:hover, .digits_login signupbutton:focus, .digits_login signupbutton:active {
    background: #0c63e4;
    color: #fff;
}
[data-theme~="light"] .loginviasms {
    background: var(--bs-warning);
    width: 100%;
    margin: 0.5rem 0 !important;
    font-size: 14px !important;
    border-radius: 5px !important;
    color: var(--white);
    border: none !important;
}
[data-theme~="light"] .loginviasms:hover, .loginviasms:focus, .loginviasms:active {
    background: #0c63e4;
    color: #fff;
}
[data-theme~="light"] input[type=text], input[type=email], textarea {
    color: #333;
    padding: 5px 10px;
    border-radius: 7px;
    background: var(--bs-gray-100);
    border: 1px solid #ebebeb !important;
    width: 100%;
}
[data-theme~="light"] .wpcf7-form-control-wrap {
    width: 100%;
    display: inline-table;
}
[data-theme~="light"] .wpcf7-form label {
    width: 100%;
}

/** Update 1.1 */
[data-theme~="light"] .ere-search-content {
    width: 100%;
    color: var(--dark);
    background: var(--white);
    box-shadow: 0 0.9375rem 3.75rem rgb(53 55 57 / 7%) !important;
    padding: 2rem;
    border-radius: 1rem;
}
@media (max-width: 992px){
    [data-theme~="light"] .topcontent .search-form{
        position: relative;
        padding: 0rem 2rem;
    }
    [data-theme~="light"] .topcontent .search-form .search-morebtn {
        width: 45%;
        border: none !important;
    }
    [data-theme~="light"] .topcontent .search-form .pabs{
        position: inherit;
    }
    [data-theme~="light"] .center-main #content {
        border: none;
        padding: 0;
    }
    .topcontent .search-form button[type=submit], .search-form button[type=button] {
        position: inherit !important;
        margin-bottom: 15px;
        border-radius: 0px !important;
        padding: 15px 0 !important;
    }
    .topcontent .search-form {
        width: 100% !important;
    }
    [data-theme~="light"] .center-main .property-info-action .property-main-info .property-info-block-inline {
        width: 100%;
        margin-bottom: 1rem;
    }
    [data-theme~="light"] .center-main .property-info-action .property-info>div {
        width: 45%;
        margin-bottom: 10px;
    }
    [data-theme~="light"] .sidebar button[type=submit], .sidebar button[type=button] {
        padding: 9px 15px !important;
    }
    [data-theme~="light"] #indexsbtn {
        border-top-left-radius: 8px !important;
        border-bottom-left-radius: 10px !important;
    }
    [data-theme~="light"] .ere-dashboard-sidebar-content .navbar-default{
        display: block;
    }
    [data-theme~="light"] .ere-dashboard-sidebar .navbar-header {
        float: right;
    }
    [data-theme~="light"] footer .center ul {
        grid-template-columns: repeat(4, 1fr);
        gap: 5px;
    }
    [data-theme~="light"] .center-main #contact-agent-form {
        padding: 2rem 0rem;
    }
}
@media (max-width: 768px){
    [data-theme~="light"] .last-featuredproperties .ere-item-wrap {
        width: 100%;
    }
    .container {
        width: 94% !important;
        max-width: 94%;
    }
    [data-theme~="light"] header .top .logo {
        float: right;
        position: absolute;
        right: 0;
        top: 1px;
        z-index: 9;
    }
    [data-theme~="light"] header .navbar button[type=button] {
        width: 100%;
        position: relative;
        top: 5px;
        z-index: 1;
    }
    [data-theme~="light"] header .top #navbarTop .navbar-nav .dropdown-menu {
        width: 100%;
        box-shadow: none;
        border: none;
        border-right: 3px solid var(--bs-gray-150);
        border-radius: 0;
        position: relative;
    }
    [data-theme~="light"] header .top .navbar-nav .nav-item .nav-link:hover, .nav-link:active, .nav-link:focus, .nav-link:focus-visible{
        border-bottom: none !important;
    }
    [data-theme~="light"] .center-main .property-info-action .property-info>div {
        width: 100%;
        margin-bottom: 10px;
    }
    [data-theme~="light"] .ere-property .property-inner:hover .property-item-content .property-info-inner {
        -webkit-transform: translateX(0%);
        -moz-transform: translateX(0%);
        -o-transform: translateX(0%);
        -ms-transform: translateX(0%);
        transform: translateX(0%);
    }
    [data-theme~="light"] header .top .navbar-nav {
        margin-top: 25px;
    }
    [data-theme~="light"] header .top .logo img {
        width: 100px;
    }
    [data-theme~="light"] .center-main .property-info {
        grid-template-columns: repeat(2, 1fr) !important;
    }
}
@media (max-width: 520px){
    [data-theme~="light"] footer .center ul {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 5px;
    }
    [data-theme~="light"] .center-main .property-info {
        grid-template-columns: repeat(1, 1fr) !important;
        padding-left: 0 !important;
    }
    [data-theme~="light"] .center-main .property-info-header .property-info > div {
        width: 100% !important;
    }
    [data-theme~="light"] .center-main .content-single-property .property-info-header .property-action {
        width: 100% !important;
        position: initial !important;
    }
    [data-theme~="light"] .center-main .property-action {
        float: none !important;
        top: -10px !important;
        position: relative !important;
        left: 0px !important;
        width: 100% !important;
        padding: 0 !important;
        margin-bottom: 1rem !important;
    }
    [data-theme~="light"] .center-main .property-action .property-action-inner a {
        margin-left: 5px;
    }
}
@media (min-width: 768px) and (max-width: 998px){
    [data-theme~="light"] header .top .other{
        display: none !important
    }
}
@media (min-width: 867px) and (max-width: 1280px) {
    [data-theme~="light"] .columns-4>.ere-item-wrap {
        width: 33.33333333%;
    }
	[data-theme~="light"] .columns-2>.ere-item-wrap:nth-child(2n+1), .columns-3>.ere-item-wrap:nth-child(3n+1), .columns-4>.ere-item-wrap:nth-child(4n+1), .columns-5>.ere-item-wrap:nth-child(5n+1), .columns-6>.ere-item-wrap:nth-child(6n+1){
		clear: inherit !important;
	}
}
@media (max-width: 1280px){
	[data-theme~="light"] .columns-sm-2>.ere-item-wrap:nth-child(2n+1), .columns-sm-3>.ere-item-wrap:nth-child(3n+1), .columns-sm-4>.ere-item-wrap:nth-child(4n+1), .columns-sm-5>.ere-item-wrap:nth-child(5n+1), .columns-sm-6>.ere-item-wrap:nth-child(6n+1) {
		clear: unset !important;
	}
}