/*.select2-container--open .select2-dropdown {
    left: -506px;
}
*/
/*
===========================
Property Agent Single Page
===========================
*/

.intl-tel-input,
.iti {
    width: 100%;
}

.upload_nid_div>img {
    width: 150px;
}

.input-without-icon>.form-control {
    background: #fff;
    border: none;
    border-radius: 5px;
    box-shadow: 0 0 6px 1px rgba(62, 28, 131, .1);
    -webkit-box-shadow: 0 0 6px 1px rgba(62, 28, 131, .1);
    height: 39px;
    overflow: hidden;
    padding-left: 14px;
}

.location-property-thumb>a>img {
    width: 100% !important;
    height: 220px !important;
}

.fr-grid-info ul li {
    list-style: none;
    padding: 0.1rem 1.5rem;
    font-size: 14px;
    white-space: nowrap;
}

.agent-badge {
    display: inline-block;
    padding: 7px;
    font-size: 11px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    vertical-align: middle;
    line-height: 1;
}

.nav-link.active>span {
    background: #daece7 !important;
    color: #27b737;

}

.bg-success-agent {
    background-color: #767676 !important;
}

.agent-content-nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 5px;
}

.agent-btn-group {
    display: flex;
    gap: 8px;
}

.agent-page-title {
    background: linear-gradient(270deg, #e9f7f0, #e9f7f0 .01%, #b2cfd1);
}

.title-container {
    display: flex;
    gap: 25px;
    align-items: center;
}

.agent-logo {
    position: relative;
    width: 215px;
    background: white;
    height: 210px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    overflow: hidden;
}

.agent-logo::before {
    content: '';
    position: absolute;
    inset: -10px 140px;
    background: linear-gradient(3deg, #4285f4, #34a853, #fbbc05, #ea4335);
    transition: 0.5s;
    animation: animate 4s linear infinite;
}

.agent-logo:hover::before {
    inset: -20px 0px;
}

@keyframes animate {
    0% {
        transform: rotate(0deg);
    }

    0% {
        transform: rotate(360deg);
    }
}

.agent-logo::after {
    content: '';
    position: absolute;
    inset: 6px;
    background: white;
    border-radius: 50%;
}

.agent-logo>img {
    z-index: 9999;
    width: 100%;
    padding: 19px;
    border-radius: 50%;
}

.agent-page-name {
    width: 100%;
    background: #212529;
    padding: 5px 12px;
    border-radius: 5px;
    margin-bottom: 5px;
}

.agent-page-name>h5 {
    padding: 0;
    margin: 0;
    font-size: 25px;
    color: #fff;
    font-weight: 500;
}

.agent-total-pp>span {
    padding: 0;
    margin: 0;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    text-shadow: 0 0 black;
    background: #212529;
    padding: 3px 8px;
    border-radius: 5px;
}

.agent-content {
    border-bottom: 0.1rem solid #dedede;
}

ul#myTab {
    display: flex;
    align-items: center;
}

.nav-tabs .nav-link {
    background: none !important;
    border: none;
    border-radius: 0;
    color: #767676;
    margin-right: 0;
    padding: 5px 10px;
    font-size: 18px;
}

.nav-tabs.customize-tab li {
    border-right: none;
}

.nav-tabs .nav-link.active,
.nav-tabs.customize-tab .nav-item.show .nav-link {
    background: none !important;
    border-radius: 0;
    color: #28b16d !important;
    margin-right: 0;
    font-size: 18px;
    font-weight: 600;
    border-bottom: 2px solid #28b16d !important;
    margin: 0;
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    border-color: #e9ecef #e9ecef #dee2e6;
    isolation: isolate;
    color: #767676;
}

/*
===========================
Property gallery Page
===========================
*/
ul.list-gallery-inline li {
    flex: 0 0 33.33333%;
    padding: 5px;
    width: 33.333333%;
    max-height: 132px;
}

.currency-wrapper li a {
    align-items: center;
    display: flex !important;
    font-size: 12px;
    height: 14px;
    justify-content: center;
    padding: 0;
    text-align: left;
    width: 100%;
}

.mobile-menu .mobile-menu-item {
    font-family: var(--font-heading);
    font-weight: 500;
    padding: 5px 24px;
    display: flex;
}

.realcheck-grid {
    position: absolute;
    top: 17px;
    left: 90px;
    cursor: pointer;
    display: flex;
    align-items: center;
    border-radius: 36px;
    width: 120px;
}

.realcheck-grid-img {
    width: 120px;
    position: absolute;
    left: -83px;
    top: -11px;
}

/*
===================
Property Mangment
===================
*/
.breadcrumb-item.active {
    color: #6c757d;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 430px;
}

.currency-wrapper li a {
    font-size: 12px;
    height: 40px;
    justify-content: flex-start;
    padding: 0 0px;
    text-align: left;
    width: 100%;
    display: flex;
}

.caption-wrap-content {
    margin-top: 37px;
}

input#label {
    display: none;
}

label[for="label"] {
    display: none;
}

.sm-modal-close {
    position: absolute;
    right: 9px;
    top: 3px;
    cursor: pointer;
}

.sm-property-name {
    font-size: 21px;
    font-weight: 500;
    text-shadow: 0 0 black;
    color: #000;
}

.sm-carousel-item>img {
    min-height: 200px;
}

.share-blade {
    position: absolute;
    overflow: visible;
    top: 0;
    right: 12px;
}

ul.like_share_list li a {
    background: #f5f5f5;
    border: none;
    border-radius: 0.4rem;
    color: #006169 !important;
    font-size: 14px;
    font-weight: 600;
    width: 100%;
    padding: 7px 13px;
}

.sm-pricing-details {
    text-align: center;
}

.sm-pricing-title {
    margin: 0;
    font-size: 35px;
    font-weight: 500;
    text-shadow: 0 0 black;
    text-transform: capitalize;
}

.sm-pricing-desciption {
    margin: 0;
    padding: 0;
    font-size: 14px;
    font-weight: 400;
    text-transform: capitalize;
    margin-top: 7px;
}

ul.like_share_list li:last-child a {
    background: #f5f5f5;
    color: #006169 !important;
}

.sm-pricing-card-container {
    margin-top: 25px;
    display: flex;
    gap: 15px;
    justify-content: center;
}

.sm-pricing-card {
    width: 391px;
    min-height: 385px;
    background: #fff;
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important;
    border-radius: 5px;
    padding: 30px 30px 120px;
    position: relative;
    border: 1px solid #e6e6e6;
}

.sm-pricing-card:first-child {
    background: #e3ecee;
    border: none;
}


.sm-card-title {
    margin: 0;
    font-size: 26px;
    margin-bottom: 0;
    font-weight: 700;
    text-shadow: 0 0 black;
}

.sm-pricing-feature {
    list-style: none !important;
    padding-left: 8px;
}

.sm-pricing-feature>li {
    margin-bottom: 10px;
    white-space: nowrap;
}

.sm-card-button {
    display: flex;
    justify-content: center;
    position: absolute;
    bottom: 40px;
    left: 30%;
}

.sm-contact-form {
    padding-top: 30px;
}

.qouite-btn {
    padding: 10px 33px;
    border-radius: 29px;
    text-decoration: none;
    color: #000;
    font-size: 16px;
    font-weight: 500;
    text-shadow: 0 0 black;
}

.qouite-color {
    background: #e3ecee;
}

.qouite-white {
    background: #ffffff;
}

.sm-card-info {
    position: absolute;
    bottom: 17px;
    text-align: center;
    left: 23%;
}

.sm-card-info>p {
    margin: 0;
    font-size: 11px;
}

section.image-cover {
    height: 415px;
}

.caption-wrap-content>h2 {
    white-space: nowrap;
    font-size: 18px;
    font-weight: 500;
    max-width: 80%;
    color: #fff;
}

.caption-wrap-content>p {
    font-size: 67px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    margin: auto;
    line-height: 70px;
    font-family: system-ui;
}

.custom-btn {
    padding: 10px 15px;
    background: #d4e5da;
    color: #000;
    font-size: 17px;
    font-weight: 700;
    text-shadow: 0 0 black;
    border-radius: 5px;
}

.custom-btn:hover {
    background: white !important;
    color: black !important;
    transition: 0.8s;
}

.sm-mv-truecheck-details {
    position: absolute;
    top: 14px;
    left: 74px;
    background: white !important;
    cursor: pointer;
    display: flex;
    align-items: center;
    padding: 1px 5px;
    border-radius: 36px;
    /* width: 87px; */
    color: #000000;
    box-shadow: 0 0.1rem 0.2rem rgba(0, 0, 0, .16078) !important;
    -webkit-box-shadow: 0 0.1rem 0.2rem rgba(0, 0, 0, .16078);
    border: 0.1rem solid #f5f5f5;
    z-index: 1;
}

.sm-mv-truecheck-details>p {
    margin: 0;
    padding: 0;
    font-size: 11px;
    font-weight: bold;
    color: #000000;
    margin-left: 5px;
    text-shadow: 0 0 black;
}

.mv-truecheck-details-img {
    width: 103px;
    position: absolute;
    right: -27px;
    top: -7px;
}

/*
Map Css
*/
iframe#gmap_canvas {
    height: 333px;
}

.price_custom>p {
    margin: 0;
    margin-left: 5px;
    font-weight: 700;
    font-size: 28px;
}

.price_custom {
    display: flex;
    align-items: baseline;
    color: black;
}

.price_custom>span {
    font-size: 20px;
    font-weight: 500;
}

/*
================
Scrollbar CSS
================
*/
::-webkit-scrollbar {
    width: 8px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: rgba(62, 28, 131, .1);
    border-radius: 5px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #014224;
}

/*
================
Hero Banner CSS
=================
*/
.hero-banner {
    flex-direction: column;
}

.main-home-search {
    width: 60%;
}

.hero-search-wrap {
    background: rgba(34, 34, 34, .85);
    border-radius: 10px;
    box-shadow: 0 20px 30px rgba(0, 22, 84, .15);
    max-width: 100% !important;
    overflow: hidden;
    padding: 15px;
    position: relative;
    z-index: -1;
    padding-bottom: 15px;
}

.myinput-icon {
    height: 40px !important;
    background-color: #fff;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 40px !important;
}

.select2-container--default .select2-selection--single {
    height: 40px !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 39px !important;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
    position: absolute;
    margin-top: -5px;
}

.select2-container--open .select2-dropdown--below {
    position: relative;
    margin-top: 10px;
    border-radius: 3px;
}

.select2-container--open .select2-dropdown--below:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    bottom: 100%;
    right: 25.6px;
    right: 4px;
    border: 10px solid transparent;
    border-top: none;
    border-bottom: 10px solid #fff;
    -webkit-filter: drop-shadow(0 -1px 1px rgba(0, 0, 0, .1));
    filter: drop-shadow(0 -1px 1px rgba(0, 0, 0, .1));
    -webkit-filter: drop-shadow(0 -0.0625rem 0.0625rem rgba(0, 0, 0, .1));
    filter: drop-shadow(0 -0.0625rem 0.0625rem rgba(0, 0, 0, .1));
    border-radius: 1px;
}

.hero-search-content.side-form .select2-container--default .select2-selection--single {
    background: #ffffff !important;
    border-radius: 5px;
    box-shadow: none !important;
    padding-left: 15px !important;
}

.btn-search {
    background: #00913a;
    border-radius: 5px;
    box-shadow: 0 5px 24px rgba(31, 37, 59, .15);
    color: #fff;
    font-size: 1.2rem;
    padding: 5px;
    width: 100%;
}

@media (min-width: 992px) {}

.sm-search-map {
    position: relative;
    color: #0a2e40;
    font-size: 1.4rem;
    width: 100%;
    line-height: 3.2rem;
    cursor: pointer;
    padding: 1px 17px;
    margin-top: 15px;
}

.sm-search-map:before {
    background-image: url(https://albayti.com/storage/svgexport-1-copy.webp);
    background-repeat: no-repeat;
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    background-size: cover;
}

.sm-mapsearch-text {
    display: inline;
    font-weight: 700;
    margin-right: 1rem;
    font-size: 17px;
}

.sm-search-map>a {
    font-size: 17px;
}

.svg_icon_sm {
    fill: #0a2e40;
    width: 1rem;
    margin-left: 1rem;
}

.sm-hero-title {
    font-size: 47px;
    margin-bottom: 78px;
    color: inherit;
    text-shadow: 0.2rem 0.2rem 7px rgb(6 11 38);
    color: #fff;
}

.nav-menu>li>a {
    display: inline-block;
    font-family: var(--font-heading);
    font-weight: 500;
    padding: 24px 12px;
    transition: color .3s, background .3s;
}

.nav-menu.nav-menu-social>li.add-listing {
    background: #08184b;
    border-radius: 4px;
    height: 38px;
    position: relative;
    top: 2px;
}

.nav-menu.nav-menu-social>li.add-listing a {
    color: #fff !important;
    padding: 8px 20px;
    top: 0;
}

.navigation {
    display: table;
    font-family: inherit;
    height: 0;
    position: relative;
    width: 100%;
}

.nav-brand {
    font-size: 24px;
    margin-right: 1rem;
    padding: 10px 15px;
    text-decoration: none !important;
}

.hero-search-content.side-form .form-control,
.hero-search-content.side-form .select2-container--default .select2-selection--single {
    background: #ffffff !important;
    box-shadow: none !important;
    height: 40px;
}

#custon-sm-auth>li.add-listing {
    background: #08184b;
    border-radius: 4px;
    height: 38px;
    position: relative;
    top: 0px;
    right: -16px;
}

#custon-sm-auth>li.add-listing a {
    color: #fff !important;
    padding: 10.5px 20px;
    top: 0;
}

li#dropdownusermenu>a {
    display: inline-block;
    font-family: var(--font-heading);
    font-weight: 500;
    padding: 7px 12px;
    transition: color .3s, background .3s;
    color: #fff;
}

ul#custon-sm-auth>li>a {
    color: #fff;
    padding: 0;
    margin-left: 23px;
}

.nav-menu>li {
    display: inline-block;
    float: right;
    text-align: left;
}

/*Static SERVICE BLOCK CSS*/
.custom-card {
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 243px;
    cursor: pointer;
    border: none !important;

}

.custom-badge {
    background-color: #f73131 !important;
    font-size: 15px;
}

.custom-card-text {
    margin-top: 32px;
    color: #222;
    font-size: 15px;
    font-weight: 400;
    text-shadow: 0 0 black;
}

section {
    padding: 32px 0;
}

/*Custom Home Slider Section*/
.item-sliders-sm>img {
    width: 100%;
    border-radius: 5px;
    position: relative;
    height: 185px;
    max-height: 185px;
}

.btn-custom {
    color: #139152;
    background-color: #ffffff;
    border-color: #ffffff;
    font-weight: 500;
}

.item-sliders-sm {
    position: relative;
}

.item-sliders-sm::before {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    border-radius: 5px;
}


.item-sliders-sm::before {
    background-image: -webkit-gradient(linear, left top, right top, from(#119050), to(rgba(40, 177, 109, .1)));
    background-image: linear-gradient(90deg, #119050, rgba(40, 177, 109, .1));
}

.itembefore::before {
    background-image: -webkit-gradient(linear, left top, right top, from(#0093cb), to(rgba(198, 227, 255, .2)));
    background-image: linear-gradient(90deg, #0093cb, rgba(198, 227, 255, .2));
}

.itembefore-2::before {
    background-image: -webkit-gradient(linear, left top, right top, from(#006169), to(rgba(0, 97, 105, .1)));
    background-image: linear-gradient(90deg, #006169, rgba(0, 97, 105, .1));
}

.home-slider-caption {
    z-index: 1;
    text-align: left;
    left: 18px;
}

.carousel-indicators [data-bs-target] {
    height: 1px;
}

.home-slider-caption>h5 {
    color: #fff;
}

/*Propoerty Gallery*/
.sm-breadcrumb {
    display: flex;
    flex-wrap: wrap;
    padding: 0 0;
    margin-bottom: 9px;
    list-style: none;
    margin-top: 7px;
    align-items: center;
}

.top_gallery {
    position: relative;
    padding-top: 0;
}

.property-gallerys {
    display: grid;
    grid-template-areas:
        "imageone imageone imagetow"
        "imageone imageone imagethree"
        "imageone imageone imagefour"
    ;
    grid-gap: 10px;
    text-align: center;
    grid-template-columns: 1fr 30% 30%;
}

.gallerys-image:nth-child(1) {
    grid-area: imageone;
    max-height: 465px;
    overflow: hidden;
}

.gallerys-image:nth-child(2) {
    grid-area: imagetow;
    max-height: 166px;
    overflow: hidden;
    width: 100%;
}

.gallerys-image:nth-child(3) {
    grid-area: imagethree;
    max-height: 140px;
    overflow: hidden;
    width: 100%;
}

.gallerys-image:nth-child(4) {
    grid-area: imagefour;
    max-height: 140px;
    overflow: hidden;
    width: 100%;
}

.gallerys-image>img {
    width: 100%;
    border-radius: 5px;
    height: 100%;
    object-fit: cover;
    background: #000000cc;
}


.gallerys-image {
    cursor: pointer;
    position: relative;
}

.gallerys-image:hover.gallerys-image::before {
    position: absolute;
    content: "";
    background-color: #7e72724b;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    opacity: 0.5;
}

.top_gallery {
    position: relative;
}

.maptop {
    position: absolute;
    bottom: 45px;
    left: 20px;
    text-align: center;
    padding: 7px 8px;
    font-size: 14px;
    width: 100px;
    height: 34px;
    display: flex;
    align-items: center;
    cursor: pointer;
    justify-content: center;
    border-radius: 20px;
    background: #041f30b5 !important;
}

.countphoto {
    position: absolute;
    bottom: 45px;
    right: 20px;
    text-align: center;
    padding: 7px 8px;
    font-size: 14px;
    width: 66px;
    height: 34px;
    display: flex;
    align-items: center;
    cursor: pointer;
    justify-content: center;
    border-radius: 20px;
    background-color: #061926ba !important;
}

span>i {
    padding-right: 9px;
}

/*
===========================
Property Image Mobile View
===========================
*/
.sm-carousel-item {
    height: 263px;
    border-radius: 5px;
    overflow: hidden;
}

.sm-carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 8px;
    height: 8px !important;
    padding: 0;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #6d6d6d;
    background-clip: padding-box;
    border: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: .5;
    transition: opacity .6s ease;
    border-radius: 50%;
}

.sm-carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    display: flex;
    justify-content: center;
    padding: 0;
    margin-right: 15%;
    margin-bottom: 5px;
    margin-left: 15%;
    list-style: none;
}

.sm-carousel-indicators>.active {
    opacity: 1 !important;
}

/*
====================
Property Modal
====================
*/
.propoertymodal {
    max-width: 900px;
    margin: 40px auto;
}

.topnavtabs {
    border: 1px solid #f2f2f2;
    padding: 5px;
    border-radius: 5px;
}

.topnavtabs>li {
    flex-grow: 1;
    text-align: center;


}

.topnavtabs>li>a {
    color: #767676;
    font-weight: 500;
}

.topnavtabs>li>a:hover {
    color: #767676;
    transition: 0.8s;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #249f62;
    background: #e9f7f0;
}

.proportymodal-body {
    padding: 10px;
    height: 400px;
    overflow-y: scroll;
    overflow-x: hidden;
}

#trafficMap {
    min-height: 335px;
    z-index: 9;
}

/*
=======================
Property Agent Details
=======================
*/
.property-agent-info {
    display: flex;
    width: 100%;
    gap: 15px;
    align-items: center;
    justify-content: space-between;
}

.property-agent-thum {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.property-agent-thum>img {
    width: 60px;
    border-radius: 50%;
}

.agent-title {
    font-size: 17px;
    font-weight: bold;
}

a.agency-names {
    color: #128b53;
    text-decoration: none;
}

.agent-reviews {
    display: flex;
    gap: 10px;
    align-items: center;
}

.review-title {
    font-size: 15px;
    margin: 0;
}

.review-btn {
    border-radius: 25px;
    font-size: 13px;
    padding: 3px 8px;
    border: none !important;
}

.callbtn-agent,
.mailbtn-agent {
    background: #006169;
    padding: 5px 18px;
    font-weight: 700;
    border: none;
}

.wabtn-agent {
    padding: 5px 18px;
    font-weight: 700;
}

.callbtn-agent:hover,
.mailbtn-agent:hover {
    background: #006169;
    border: none;
    color: #fff !important;
}

.callbtn-agent:focus,
.mailbtn-agent:focus {
    background: #006169;
}

.property-calto-action {
    display: flex;
    gap: 10px;
}

a.btn.btn-success.review-btn {
    color: #fff !important;
    font-weight: bold;
}

/*
=================
Sidebar CSS
=================
*/
.agent-details-sidebar {
    padding: 10px;
    background: white;
    border: 1px solid #ffffff;
    border-radius: 4px;
    margin-bottom: 20px;
}

.agent-info-sidebar {
    display: flex;
    align-items: center;
    gap: 15px;
}

.agent-sidebar-photo>img {
    width: 80px;
    border: 1px solid #cdcdcd;
    border-radius: 50%;
    max-height: 80px;
}

.sidebar-agent-reviews {
    display: flex;
    gap: 35px;
    width: 100%;
}

h4.sidebar-review-title {
    margin: 0;
    font-size: 15px;
    display: flex;
    align-items: center;
    gap: 5px;
}

.sidebar-calttoaction-btn {
    margin-top: 10px;
    display: flex;
    gap: 5px;
    justify-content: center;
}

.sidebar-calttoaction-btn>.callbtn-agent,
.mailbtn-agent {
    background: #006169;
    padding: 5px 13px;
    font-weight: 700;
    border: none;
    border-radius: 5px;
}

.sidebar-calttoaction-btn>.callbtn-agent:hover,
.mailbtn-agent:hover {
    background: #024146 !important;
    border: none;
    color: #fff !important;
}

.sidebar-calttoaction-btn>.wabtn-agent {
    background: #198754 !important;
    border: 1px solid #198754 !important;
    color: #fff !important;
    border-radius: 5px;
}

.sidebar-agent-property-count {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 5px;
}

.sidebar-calttoaction-btn>.wabtn-agent:hover {
    background: #198754 !important;
    border: 1px solid #198754 !important;
}

.callbtn-agent:focus,
.mailbtn-agent:focus {
    border: none;
}

h5.total-property {
    margin: 0;
    font-size: 15px;
    color: #006169;
}

a.view-all-properties {
    color: #006169;
    text-decoration: none;
    font-weight: bold;
    font-size: 15px;
}

.chat-contact {
    display: flex;
    justify-content: center;
    margin-top: 12px;
}

/*Sidebar E-mail Modal*/
.sidebar-email {
    max-width: 400px !important;
}

.sidebar-email>.modal-content>.modal-body {
    padding: 8px !important;
}

.sidebar-email>.modal-content>.modal-body>.sides-widget>.sides-widget-body {
    padding: 5px !important;
}

.sidebar-email>.modal-content>.modal-body>.sides-widget {
    border: none !important;
}

.btn-customs {
    color: #fff !important;
    background-color: #198754 !important;
    border-color: #198754 !important;
}

/*
=====================
Features Section CSS
=====================
*/
.features {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.feature-item {
    width: 129px;
    background: #e6e9ed9e;
    min-height: 115px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    cursor: pointer;
}

.feature-icon {
    font-size: 10px;
    font-weight: 500;
    color: black;
}

.feature-item:hover {
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important;
}

.feature-title>h4 {
    font-size: 15px;
    font-weight: 500;
    color: black;
}

.property-listing .icon-actions-wrapper .add-to-wishlist {
    color: #198754;
}

.property-listing .icon-actions-wrapper {
    background: none !important;
}

/*
Filter
*/
input#pricefilter {
    padding: 10px;
    height: 39px;
    cursor: pointer;
    background: #fff;
    border-color: #e1e3e5;
}

input#pricefilter:focus {
    border-color: #e1e3e5;
}

.dropdowncustom {
    position: absolute;
    z-index: 1000;
    display: none;
    min-width: 341px;
    padding: 0.5rem 9px;
    margin: 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 0.25rem;
    margin-top: 10px !important;
    margin-left: -177px !important;
}

.dropdowncustom:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    bottom: 100%;
    right: 25.6px;
    right: 4px;
    border: 10px solid transparent;
    border-top: none;
    border-bottom: 10px solid #fff;
    -webkit-filter: drop-shadow(0 -1px 1px rgba(0, 0, 0, .1));
    filter: drop-shadow(0 -1px 1px rgba(0, 0, 0, .1));
    -webkit-filter: drop-shadow(0 -0.0625rem 0.0625rem rgba(0, 0, 0, .1));
    filter: drop-shadow(0 -0.0625rem 0.0625rem rgba(0, 0, 0, .1));
    border-radius: 1px;
}

@media screen and (max-width: 600px) {
    .dropdowncustom {
        position: absolute;
        z-index: 1000;
        display: none;
        min-width: 100px !important;
        padding: 0.5rem 9px;
        margin: 0;
        font-size: 1rem;
        color: #212529;
        text-align: left;
        list-style: none;
        background-color: #fff;
        background-clip: padding-box;
        border: 1px solid rgba(0, 0, 0, .15);
        border-radius: 0.25rem;
        margin-top: 10px !important;
        margin-left: 10px !important;
    }
}

.btn.btn-theme-light-2,
.btn.btn-theme-light-2:focus,
.btn.btn-theme-light-2:hover {
    background: #198754 !important;
    border: 2px solid #198754 !important;
    color: #ffffff !important;
    padding: 6px 50px;
}

.input-with-icon .form-control,
.input-with-icon .select2-container,
.input-with-shadow .form-control,
.input-with-shadow .select2-container {
    background: #fff;
    border: none;
    border-radius: 5px;
    box-shadow: 0 0 6px 1px rgba(62, 28, 131, .1);
    -webkit-box-shadow: 0 0 6px 1px rgba(62, 28, 131, .1);
    height: 41px;
    overflow: hidden;
    padding-left: 45px;
}

/*
=================
Filter Section
=================
*/
.shorting-list li a {
    align-items: center;
    background: #fff;
    border: 1px solid #e1e9ec;
    border-radius: 4px;
    display: inline-flex;
    height: 0;
    justify-content: center;
    transition: all .4s ease;
    width: 0;
    padding: 20px;
}

.shorting-list li a.active,
.shorting-list li a.focus,
.shorting-list li a:hover {
    align-items: center;
    background: rgba(25, 206, 109, .1);
    border: 1px solid #19ce6d;
    border-radius: 4px;
    color: #19ce6d;
    display: inline-flex;
    height: 0;
    justify-content: center;
    width: 0;
    padding: 20px;
}

/*
==================
Property Item CSS
=================
*/
.listing-card-info-price {
    color: #08184b;
    font-size: 22px;
    font-weight: 600;
    line-height: 1.4;
    /* padding-left: 0.35em; */
    padding-left: 0 !important;
    position: relative;
    margin: 0;
}

.property-listing.property-1 .listing-detail-wrapper .list-price {
    display: flex;
    flex-direction: column;
}

.sm-property-type.rent {
    width: 80px;
    font-weight: bold;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.list-layout .property-listing.property-1 .listing-detail-wrapper {
    padding: 1rem 1rem 0.5rem;
    gap: 2px;
}

.list-fx-features {
    margin-top: 0px;
    margin-bottom: 0;
}

.list-fx-features {
    justify-content: start;
}

.property-listing {
    background: #fff;
    border: none;
    border-radius: 0.5rem;
    box-shadow: 0 0 20px 0 rgba(62, 28, 131, .1);
    -webkit-box-shadow: 0 0 20px 0 rgba(62, 28, 131, .1);
    margin-bottom: 30px;
    overflow: hidden;
    position: relative;
    width: 100%;
}

.list-layout .property-listing.property-1 .listing-img-wrapper {
    border-radius: 3px 0 0 3px;
    flex: 2;
    height: 100% !important;
    min-height: 100%;
    overflow: hidden;
}

.list-layout .property-listing.property-1 .listing-img-wrapper a {
    height: 100%;
}

.list-layout .property-listing.property-1 .listing-img-wrapper img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    min-height: 220px !important;
}

.property-calto-action>.callbtn-agent,
.mailbtn-agent {
    background: #006169;
    padding: 5px 14px;
    font-weight: 700;
    border: none;
}

.list-layout .property-listing.property-1 .listing-footer-wrapper {
    align-items: center;
    border-top: 1px solid #e5e9ec;
    bottom: 0;
    display: flex;
    left: 0;
    padding: 8px 10px;
    position: relative;
    right: 0;
    vertical-align: middle;
    width: 100%;
}

a.sm-agency-images>img {
    width: 55px;
    border-radius: 50%;
    height: 55px;
    background: white;
    box-shadow: 2px 2px 20px -15px;
    border: 3px solid #80808026;
}

.price-features-wrapper>.property-agent-info>.property-calto-action>.btn-success,
.btn-success.disabled {
    background: #198754;
    border: none !important;
    color: #fff;
    border-radius: 0;
    font-size: 15px;
}

.price-features-wrapper>.property-agent-info>.property-calto-action>.btn-success.disabled:hover,
.btn-success:hover {
    background: #198754;
    border: 1px solid #0a7041 !important;
    color: #fff !important;
}

.price-features-wrapper>.property-agent-info>.property-calto-action>.callbtn-agent,
.mailbtn-agent {
    background: #006169;
    padding: 5px 14px;
    font-weight: 700;
    border: none !important;
    font-size: 15px;
    display: flex;
    gap: 5px;
    align-items: center;
}

.prt-types {
    background: #efefef;
    border-radius: 50px;
    display: inline-block;
    font-size: 12px;
    font-weight: 600;
    margin-top: 5px;
    padding: 4px 12px;
    width: 25px;
    text-align: center;
    width: 80px !important;
}

.inc-fleat-icon {
    align-items: center;
    border-radius: 50%;
    display: inline-flex;
    justify-content: center;
    margin-right: 7px;
    font-size: 16px;
}

p.sm-lxseaech-text {
    margin: 0;
    font-size: 14px;
    color: #000;
    font-weight: 500;
}

.item-sorting-box {
    align-items: center;
    display: flex;
    margin-bottom: 1.5rem;
    width: 100%;
    border: 1px solid #e6eaf1;
    padding: 6px 12px;
    border-radius: 5px;
    background: #fff;
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important;
}

.list-img-slide,
.property-listing.property-2 .listing-img-wrapper {
    max-height: 220px;
    min-height: 220px;
    overflow: hidden;
    position: relative;
}

.property-listing.property-2 .listing-img-wrapper img {
    max-height: 276px;
    min-height: 276px;
    width: 100%;
}

div#staticBackdrop {
    overflow-y: hidden;
}

span.sm-address {
    font-size: 18px;
    font-weight: 500;
    display: flex;
    align-items: center;
}

p.sm-lxfeature {
    margin: 0;
    font-size: 16px;
    font-weight: 500;
    color: #000;
}

.inc-fleat-icon {
    align-items: center;
    border-radius: 50%;
    display: inline-flex;
    justify-content: center;
    margin-right: 7px;
    font-size: 21px;
    background: none;
    color: #000;
}

p.location-sm {
    color: #000;
}

.property_block_wrap.style-2 .property_block_wrap_header h4 {
    color: #000000;
    font-family: var(--font-body);
    font-size: 23px;
    font-weight: 700;
    margin: 0;
    text-shadow: 0 0 black;
}

.sm-review {
    margin-bottom: 5px;
}

.list-layout .property-listing.property-1 {
    margin: 0 0 15px;
}

/*
========================
Properties Helf Map CSS
========================
*/
div#properties-list {
    height: 730px;
    overflow-x: hidden;
    overflow-y: scroll;
}

/*
======================
Call To Action
=====================
*/
.btn.btn-call-to-act {
    padding: 11px 29px;
}

.call-to-act-wrap {
    padding: 20px 0;
}

.footer-bottom {
    padding: 10px 0;
}

h4.widget-title {
    margin-bottom: 15px;
}

.footer-widget ul li {
    margin-top: 8px;
}

img.img-footer {
    margin-bottom: 15px;
}

.other-store-link {
    display: inline-block;
    margin-bottom: 8px;
    width: auto;
}

/*
=======================
Search Sidebar CSS
=======================
*/
.custom-side-card {
    border: none !important;
}

.side-card-text {
    position: absolute;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 30px;
    width: 100%;
}

a.find-info {
    background: #fff;
    padding: 8px 24px;
    border-radius: 10px;
    display: flex;
    gap: 10px;
    text-decoration: none;
    color: #249f81;
    font-weight: bold;
    align-items: center;
}

a.find-info>i {
    font-size: 20px;
}

.custom-side-alert-card {
    display: flex;
    justify-content: center;
    width: 100%;
    border: 1px solid #249f81;
    padding: 9px;
    border-radius: 5px;
    cursor: pointer;
}


.custom-side-alert-card:hover {
    background-color: #15997914;
    transition: 0.8s;
}

a.find-info-alert-box {
    color: #249f81;
    text-decoration: none;
    font-weight: 600;
}

/*
=================
Modal Alert
=================
*/
div#alertmodal {
    overflow: hidden;
}

.sm-alert-modal {
    width: 350px !important;
}

.modal-alert-header {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: space-between;
    padding: 7px 16px;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: calc(0.3rem - 1px);
    border-top-right-radius: calc(0.3rem - 1px);
    padding-left: 5px;
}

.modal-alert-header>i {
    cursor: pointer;
}

.modal-alert-body {
    padding: 15px 10px;
}

.modal-alert-w-title {
    font-size: 15px;
    margin-bottom: 0px !important;
}

.alert-modal-form {
    height: 38px !important;
}

.alert-subs-btn {
    padding: 5px 25px !important;
}

/*
==================
Share Section CSS
==================
*/
.sm-custom-layout {
    position: relative;
    padding: 15px;
}

a.btn.btn-likes {
    white-space: nowrap;
}

ul.like_share_list {
    align-items: center;
    display: flex;
    margin: 0;
    padding: 0;
    width: 100%;
    margin-top: 10px;
    flex-direction: row-reverse;
}

.image>img {
    width: 100%;
}

/*
===================
Home Search Section
====================
*/
#sqrfilterhome,
input#pricefilterhome {
    padding: 10px;
    height: 39px;
    cursor: pointer;
    background: #fff;
    border-color: #e1e3e5;
}

.custom-dropdown-home {
    position: absolute;
    z-index: 1000;
    display: none;
    width: 341px;
    padding: 0.5rem 9px;
    margin: 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 0.25rem;
    margin-top: 4px !important;
    margin-left: -157px !important;
}

.custom-dropdown-home:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    bottom: 100%;
    right: 25.6px;
    right: 4px;
    border: 10px solid transparent;
    border-top: none;
    border-bottom: 10px solid #fff;
    -webkit-filter: drop-shadow(0 -1px 1px rgba(0, 0, 0, .1));
    filter: drop-shadow(0 -1px 1px rgba(0, 0, 0, .1));
    -webkit-filter: drop-shadow(0 -0.0625rem 0.0625rem rgba(0, 0, 0, .1));
    filter: drop-shadow(0 -0.0625rem 0.0625rem rgba(0, 0, 0, .1));
    border-radius: 1px;
}

.custom-dropdown-bath {
    position: absolute;
    z-index: 99999;
    display: none;
    width: 278px;
    padding: 0.5rem 9px;
    margin: 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 0.25rem;
    margin-top: 6px !important;
    margin-left: -9px !important;
}

.custom-dropdown-bath:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    bottom: 100%;
    right: 25.6px;
    right: 104px;
    border: 10px solid transparent;
    border-top: none;
    border-bottom: 10px solid #fff;
    -webkit-filter: drop-shadow(0 -1px 1px rgba(0, 0, 0, .1));
    filter: drop-shadow(0 -1px 1px rgba(0, 0, 0, .1));
    -webkit-filter: drop-shadow(0 -0.0625rem 0.0625rem rgba(0, 0, 0, .1));
    filter: drop-shadow(0 -0.0625rem 0.0625rem rgba(0, 0, 0, .1));
    border-radius: 1px;
}

/*
=====================
Single Prpoperty CSS
=====================
*/
.sm-property-info {
    display: flex;
    gap: 51px;
    width: 100%;
}

.sm-property-rf,
.sm-property-lf {
    width: 50%;
}

.sm-feature-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #e7e3e3d1;
}

.lf-title {
    font-size: 18px;
    font-weight: 600;
    color: #000;
    text-align: justify;
    text-shadow: 0 0 black;
}

.lf-des {
    font-size: 17px;
    font-weight: 500;
    color: #000;
}

p.sm-pp-cat {
    margin: 0;
    font-size: 15px;
    font-weight: 700;
}

section.property-detail.gray-simple {
    padding: 15px 0;
}

.property_block_wrap {
    margin-bottom: 15px;
}

.rating-overview {
    margin: 15px 0 25px;
}

/*
=====================
True Check CSS
=====================
*/
.sm-trucheck {
    width: 129px;
    display: flex;
    align-items: center;
    background: #ffffff;
    padding: 2px 14px;
    border-radius: 22px;
    color: #0fca98;
    top: 155px;
    position: absolute;
    z-index: 1;
    left: 129px;
    cursor: pointer;
}

.sm-trucheck:hover {
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
}

.sm-trucheck>p {
    margin: 0;
    padding: 0;
    font-size: 13px;
    font-weight: bold;
    margin-left: 5px;
}

.sm-trucheck>sup {
    font-size: 11px;
}

/*
.truecheck {
position: absolute;
top: 10px;
left: -282px;
background: white !important;
cursor: pointer;
display: flex;
align-items: center;
padding: 2px 6px;
border-radius: 36px;
width: 98px;
color: #000000;
box-shadow: 0 0.1rem 0.2rem rgba(0,0,0,.16078) !important;
-webkit-box-shadow: 0 0.1rem 0.2rem rgba(0,0,0,.16078);
border: 0.1rem solid #f5f5f5;
}
.truecheck-img {
width: 28px;
position: absolute;
right: -5px;
}
*/
.truecheck {
    position: absolute;
    top: 21px;
    left: -173px;
    /* background: white !important; */
    cursor: pointer;
    display: flex;
    align-items: center;
    /* padding: 2px 6px; */
    /* border-radius: 36px; */
    /* width: 98px; */
    /* color: #000000; */
    /* box-shadow: 0 0.1rem 0.2rem rgba(0,0,0,.16078) !important; */
    /* -webkit-box-shadow: 0 0.1rem 0.2rem rgba(0,0,0,.16078); */
    /* border: 0.1rem solid #f5f5f5; */
}

.truecheck-img {
    width: 120px;
    position: absolute;
    right: -5px;
    top: -10px;
}

.truecheck>p {
    margin: 0;
    padding: 0;
    font-size: 12px;
    font-weight: bold;
    color: #000000;
    margin-left: 5px;
    text-shadow: 0 0 black;
}

.truecheck>sup {
    font-size: 11px;
    margin: 0;
    padding: 0;
    text-shadow: 0 0 black;
}

.truecheck>i {
    text-shadow: 0 0 black;
}

.truecheck:hover {
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
}

.agent-info-mobile {
    position: fixed;
    z-index: 9999;
    width: 100%;
    left: 0;
    right: 0;
    bottom: -22px;
}


/*
=====================
Mobile Card
====================
*/
.mobile-price-sm {
    display: flex;
    gap: 3px;
    align-items: baseline;
    color: #000;
    font-family: var(--font-heading);
}

.mv-sm-currancy {
    font-size: 13px;
    font-weight: 400;
    text-shadow: 0 0 black;
}

.mv-sm-price {
    font-size: 20px;
    font-weight: bold;
    text-shadow: 0 0 black;
}

.sm-pp-mv-names>a {
    display: inline-block;
    width: 150px;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 14px;
    white-space: nowrap;
}

.sm-pp-item-img {
    width: 53%;
    height: 100%;
}

.sm-listing-img-wrapper {
    width: 100%;
}

.sm-listing-img-wrapper>a>img {
    max-width: 100%;
    height: 171px;
    object-fit: cover;
}

.sm-pp-item-card.card {
    display: flex;
    flex-direction: row;
    gap: 9px;
    margin-bottom: 15px;
    border: none !important;
}

.sm-pp-item-info {
    padding-right: 7px;
    margin-top: 3px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    position: relative;
    width: 100%
}

.sm-pp-title {
    margin: 0;
    font-size: 14px;
    font-weight: 600;
    color: #335a48;
}

.sm-ppm-item-btn>.btn-success,
.btn-success.disabled {
    background: #27b737;
    border: 1px solid #27b737;
    color: #fff;
    font-size: 9px;
    font-weight: 500;
}

.sm-ppm-item-btn>.btn {
    border: none;
    border-radius: 7px;
    color: #fff;
    cursor: pointer;
    padding: 1px 10px;
    transition: 0s;
    display: flex;
    align-items: center;
    gap: 2px;
    font-family: var(--font-heading);
    background: #006169;
}

.sm-ppm-item-btn {
    padding-bottom: 7px;
    display: flex;
    gap: 5px;
    justify-content: space-between;
    padding-top: 8px;
}

.sm-ppm-item-btn>.btn>i {
    font-size: 17px;
}

.sm-ppm-item-btn>.btn>span {
    font-size: 13px;
    font-weight: bold;
    font-family: var(--font-heading);
}

.sm-ppm-item-btn>.btn-success.disabled:hover,
.btn-success:hover {
    background: #198754;
    border: none !important;
    color: #fff !important;
}

.listing-detail-wrapper.sm-listing-detail-wrapper {
    padding: 5px 0 0 11px !important;
}

h6.listing-card-info-price.sm-listing-card-info-price {
    line-height: 1;
    margin: 0;
}

p.location-sm-mobile {
    overflow: hidden;
    white-space: nowrap;
    width: 160px;
    font-size: 12px;
    margin: 0;
}

.sm-pp-item-img>.list-img-slide,
.property-listing.property-2 .listing-img-wrapper {
    max-height: 115px;
    min-height: 115px;
    overflow: hidden;
    position: relative;
}

.sm-pp-item-img>.list-img-slide>.slick-mobile-views {
    position: relative;
    display: block;
    height: 137px;
}

.sm-pp-item-img>.list-img-slide>.slick-mobile-views>.slick-arrow:before {
    background: hsla(0, 0%, 100%, .2);
    border-radius: 4px;
    box-shadow: none;
    color: #000;
    cursor: pointer;
    display: inline-block;
    font-size: 12px;
    line-height: 20px;
    top: 0;
    transition: .2s;
    width: 19px;
    height: 19px;
    font-weight: bold;
}

.sm-pp-item-img>.list-img-slide>.slick-mobile-views>.slick-next {
    right: 10px;
}

.sm-pp-item-img>.list-img-slide>.slick-mobile-views>.slick-prev {
    left: 3px;
    z-index: 1;
}

.sm-mobile-feature {
    display: flex;
    gap: 10px;
}

.sm-listing-card-info-icon {
    display: flex;
    align-items: center;

}

.sm-inc-fleat-icon {
    display: flex;
}

.sm-listing-card-info-text {
    margin: 0;
    font-size: 11px;
    margin-left: 4px;
    color: #000;
    white-space: nowrap;
}

.sm-inc-fleat-icon {
    display: flex;
    color: #000;
}

.sm-mobile-view-img {
    min-height: 115px !important;
}

p.sm-pp-cat-mobile-view {
    margin: 0;
    font-size: 12px;
    font-weight: 700;
}

p.sm-pp-cat-mobile-view {
    margin: 0;
    font-size: 12px;
    font-weight: 700;
}

span.sm-pp-item-price {
    color: #000;
    font-weight: bold;
}

span.sm-curency-mobile {
    font-size: 13px;
    color: #000;
    font-weight: bold;
    vertical-align: bottom;
    margin-right: 3px;
}

.truecheck-mobile {
    position: absolute;
    top: 0;
    left: -158px;
    background: white !important;
    cursor: pointer;
    display: flex;
    align-items: center;
    padding: 3px 6px;
    border-radius: 36px;
    width: 74px;
    color: #0fcb9b;
    z-index: 9999;
}

.truecheck-mobile>i.bi.bi-check2-all {
    margin: 0;
    font-size: 10px;
}

.truecheck-mobile>p {
    margin: 0;
    padding: 0;
    font-size: 8px;
    font-weight: 600;
    color: #0fca98;
}

.truecheck-mobile>sup {
    font-size: 8px;
    margin: 0;
    padding: 0;
}

.sm-mv-truecheck {
    position: absolute;
    top: 9px;
    left: 5px;
    background: white !important;
    cursor: pointer;
    display: flex;
    align-items: center;
    padding: 1px 5px;
    border-radius: 36px;
    width: 0;
    color: #000000;
    box-shadow: 0 0.1rem 0.2rem rgba(0, 0, 0, .16078) !important;
    -webkit-box-shadow: 0 0.1rem 0.2rem rgba(0, 0, 0, .16078);
    border: 0.1rem solid #f5f5f5;
    z-index: 1;
}

.mv-truecheck-img {
    width: 90px;
    position: absolute;
    right: -80px;
    top: -4px;
}

.sm-mv-truecheck>i {
    font-size: 12px;
    color: #000;
    text-shadow: 0 0 black;
}

.sm-mv-truecheck>p {
    margin: 0;
    padding: 0;
    font-size: 9px;
    font-weight: bold;
    color: #000000;
    margin-left: 5px;
    text-shadow: 0 0 black;
}

.sm-mv-truecheck>sup {
    font-size: 7px;
    margin: 0;
    padding: 0;
    color: black;
    text-shadow: 0 0 black;
}

.sm-mobile-type {
    display: flex;
    align-items: center;
    gap: 10px;
    position: absolute;
    left: -186px;
    bottom: 0px;
    width: 179px;
    background: #198754;
    color: #fff;
    justify-content: space-around;
}

.sm-mv-price {
    display: flex;
    justify-content: space-between;
}

/*
===================
True Check Details
===================
*/
.truecheck-details {
    position: absolute;
    top: 18px;
    left: 21px;
    background: none !important;
    cursor: pointer;
    display: flex;
    align-items: center;
    padding: 2px 6px;
    border-radius: 36px;
    width: 100px;
    color: #000000;
    box-shadow: 0 0.1rem 0.2rem rgba(0, 0, 0, .16078);
    -webkit-box-shadow: 0 0.1rem 0.2rem rgba(0, 0, 0, .16078);
    border: 0.1rem solid #f5f5f5;
}

.truecheck-details>i {
    text-shadow: 0 0 black;
}

.truecheck-details>p {
    margin: 0;
    padding: 0;
    font-size: 13px;
    font-weight: bold;
    color: #000000;
    margin-left: 5px;
    text-shadow: 0 0 black;
}

.truecheck-details>sup {
    font-size: 11px;
    margin: 0;
    padding: 0;
    text-shadow: 0 0 black;
}

.truecheck-details:hover {
    background: #fafafa;
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
}

/*
=====================
Mobile Grid Layout
=====================
*/
.mobile-grid-view>.list-img-slide,
.property-listing.property-2 .listing-img-wrapper {
    max-height: 177px;
    min-height: 177px;
    overflow: hidden;
    position: relative;
}

.mobile-grid-img-wrapper>.list-img-slide,
.property-listing.property-2 .listing-img-wrapper {
    max-height: 177px;
    min-height: 177px;
    overflow: hidden;
    position: relative;
}

.slick-mobile-views {
    position: relative;
    display: block;
    height: 177px;
}

.sm-ppm-item-grid-btn {
    margin: 0px 0px 10px 10px;
}

.sm-ppm-item-grid-btn>.btn {
    border: 2px solid transparent;
    border-radius: 0.1rem;
    color: #fff;
    cursor: pointer;
    padding: 6px 14px;
    transition: 0s;
}

.sm-ppm-item-grid-btn>.btn-success,
.btn-success.disabled {
    background: #198654;
    border: none;
    color: #fff;
    border-radius: 6px;
}

.sm-ppm-item-grid-btn>.btn-success.disabled:hover,
.btn-success:hover {
    background: #198754;
    border: none !important;
    color: #fff !important;
}

span.sm-curency {
    font-size: 18px;
    color: #198754;
    font-weight: bold;
}

/*
=====================
Seach Page CSS
=====================
*/
.listing-detail-wrapper-box {
    padding: 10px 10px 7px 12px;
}

.sm-listing-detail-wrapper {
    display: flex;
    flex-direction: column;
    gap: 2px
}

.sm-pp-location>a {
    font-size: 16px;
    text-shadow: 0 0 black;
}

.sm-pp-catname>span {
    font-size: 16px;
    font-weight: 600;
    color: #000;
}

.sm-pp-names>a {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 360px;
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    color: #000 !important;
}

.sm-price_html {
    color: #000 !important;
}

.price-info-custom {
    display: flex;
    align-items: baseline;
    margin: 0;
    padding: 0;
    gap: 5px;
}

.currency_ids {
    display: flex;
    -webkit-box-align: baseline;
    font-size: 18px;
}

.price_number {
    display: flex;
    align-items: baseline;
    font-size: 25px;
}

.sm-price_html {
    display: flex;
    align-items: baseline;
    gap: 5px;
    font-weight: 400;
    font-family: var(--font-heading);
    text-shadow: 0 0 black;
}

.sm-pp-location>a:hover,
.sm-pp-names>a:hover {
    color: #000;
}

.sm-sidebar-import {
    margin-top: 14px;
}

.sm-sidebar-title {
    background: #cccccc7a;
    padding: 7px;
    cursor: pointer;
}

.sm-sidebar-title>h5 {
    margin: 0;
    font-size: 16px;
    color: #3c3b3b;
}

/*
=====================
Responsive
=====================
*/
@media screen and (min-width:1920px) {
    .truecheck {
        position: absolute;
        top: 21px;
        left: -331px !important;
        cursor: pointer;
        display: flex;
        align-items: center;
        padding: 2px 6px;
        border-radius: 36px;
        background: none !important;
    }

    .truecheck-img {
        width: 136px;
        position: absolute;
        right: -27px;
        top: -10px;
    }

    .truecheck-details {
        position: absolute;
        top: 24px;
        left: 29px;
        background: none !important;
        cursor: pointer;
        display: flex;
        align-items: center;
        padding: 2px 6px;
        border-radius: 36px;
        width: 100px;
        color: #000000;
        box-shadow: 0 0.1rem 0.2rem rgba(0, 0, 0, .16078);
        -webkit-box-shadow: 0 0.1rem 0.2rem rgba(0, 0, 0, .16078);
        border: 0.1rem solid #f5f5f5;
    }

    .sm-trucheck {
        left: 322px !important;
    }

    .hero-banner,
    .hero-header,
    .main-banner.image-banner {
        min-height: 650px !important;
    }

    .price-features-wrapper>.property-agent-info>.property-calto-action>.callbtn-agent,
    .mailbtn-agent {
        background: #006169;
        padding: 7px 25px;
        font-weight: 700;
        border: 1px solid #006068;
        font-size: 15px;
    }
}

@media screen and (min-width:1367px) {
    .main-home-search {
        width: 40%;
    }

    .sm-search-map {
        line-height: 2.3rem;
        padding: 7px;
    }

    .sidebar-calttoaction-btn {
        margin-top: 10px;
        display: flex;
        gap: 5px;
        justify-content: space-between;
    }

    .price-features-wrapper>.property-agent-info>.property-calto-action>.callbtn-agent,
    .mailbtn-agent {
        background: #006169;
        padding: 5px 18px;
        font-weight: 700;
        border: 1px solid #006068;
        font-size: 15px;
    }

    .sidebar-calttoaction-btn {
        justify-content: space-between;
    }

    .feature-item {
        width: 126px;
        background: #e6e9ed9e;
        min-height: 115px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        border-radius: 5px;
        cursor: pointer;
    }

    .truecheck {
        position: absolute;
        top: 18px;
        left: -282px;
        background: none !important;
        cursor: pointer;
        display: flex;
        align-items: center;
        padding: 2px 6px;
        border-radius: 36px;
        width: 108px;
        color: #0fcb9b;
    }

    .sm-trucheck {
        left: 138px;
    }
}

@media screen and (max-width:992px) {
    .main-home-search {
        width: 90%;
    }

    .list-layout .property-listing.property-1 {
        display: flex;
        margin: 0 0 30px;
    }

    .hero-banner {
        min-height: 310px;
        padding: 20px 0;
    }

    .sm-hero-title {
        font-size: 38px;
        margin-bottom: 29px;
        color: inherit;
        text-shadow: 0.2rem 0.2rem 7px rgb(6 11 38);
        color: #f5f5f5;
        text-align: center;
        line-height: 42px;
    }

    .sm-search-map {
        position: relative;
        color: #0a2e40;
        font-size: 1.4rem;
        width: 100%;
        line-height: 2.7rem;
        cursor: pointer;
        padding-left: 19px;
    }

    .custom-card {
        background-repeat: no-repeat;
        background-size: cover;
        min-height: 170px;
        cursor: pointer;
        border: none !important;
    }

    .custom-card>.card-body>h4 {
        font-size: 15px;
        line-height: 0px;
    }

    .custom-badge {
        background-color: #f73131 !important;
        font-size: 12px;
        margin-left: 5px;
    }

    section {
        padding: 27px 0;
    }
}

@media (min-width: 717px) and (max-width: 767px) {
    .fold-device {
        display: grid;
        grid-template-columns: 33.3333333333% 33.3333333333% 33.3333333333%;
    }

    .fold-device-dropdwn {
        display: grid;
        grid-template-columns: 50% 50%;
    }

    .col-f-12 {
        width: 100%;
    }

    .col-btn {
        display: flex;
        width: 220px;
        margin-top: 10px;
        margin-left: 221px;
        justify-content: center;
    }

    .sm-search-map {
        position: relative;
        color: #0a2e40;
        font-size: 1.4rem;
        width: 100%;
        line-height: 2.4rem;
        cursor: pointer;
        padding-left: 17px;
    }

    .fold-card-conatiner {
        display: flex;
        justify-content: center;
    }

    .fold-card {
        width: 50%;
        margin-top: 9px;
    }

    .fold-card>.custom-card {
        background-repeat: no-repeat;
        background-size: cover;
        min-height: 0;
        cursor: pointer;
        border: none !important;
    }

    .fold-card>.custom-card>.card-body {
        flex: 1 1 auto;
        padding: 10px 10px;
    }

    .fold-card>.custom-card>.card-body>h4 {
        font-size: 14px;
        line-height: 14px;
    }

    .fold-card>.custom-card>.card-body>.custom-card-text {
        margin-top: 15px;
        color: #222;
        font-size: 12px;
        font-weight: 400;
        text-shadow: 0 0 black;
    }

    .sm-pp-item-img {
        width: 85%;
        height: 100%;
    }

    .sm-pp-mv-names>a {
        display: inline-block;
        width: 250px;
        text-overflow: ellipsis;
        overflow: hidden;
        font-size: 14px;
        white-space: nowrap;
    }

    .mv-sm-currancy {
        font-size: 14px;
        font-weight: 400;
        text-shadow: 0 0 black;
    }

    .mv-sm-price {
        font-size: 19px;
        font-weight: 500;
        text-shadow: 0 0 black;
    }

    p.sm-listing-card-info-text {
        margin: 0;
        font-size: 15px;
        margin-left: 4px;
        color: #000;
    }

    .sm-inc-fleat-icon>i {
        font-size: 20px;
    }

    .sm-pp-mv-names>a {
        display: inline-block;
        width: 250px;
        text-overflow: ellipsis;
        overflow: hidden;
        font-size: 16px;
        white-space: nowrap;
    }

    .sm-ppm-item-btn>.btn {
        border: none;
        border-radius: 7px;
        color: #fff;
        cursor: pointer;
        padding: 5px 19px;
        transition: 0s;
        display: flex;
        align-items: center;
        gap: 5px;
        font-family: var(--font-heading);
        background: #006169;
    }

    .sm-ppm-item-btn>.btn>i {
        font-size: 18px;
    }

    .sm-ppm-item-btn>.btn>span {
        font-size: 18px;
        font-weight: bold;
        font-family: var(--font-heading);
    }

    .sm-listing-img-wrapper>a>img {
        max-width: 100%;
        height: 188px;
    }

    .item-sorting-box {
        align-items: center;
        display: flex;
        margin-bottom: 1.5rem;
        width: 100%;
        border: 1px solid #e6eaf1;
        padding: 6px 12px;
        border-radius: 5px;
        background: #fff;
        box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important;
        flex-direction: column;
    }

    .left-column.pull-left>h4 {
        font-size: 20px;
    }

    .item-sorting {
        margin-bottom: 6px;
    }
}

@media screen and (max-width:575px) {
    .custom-card {
        background-repeat: no-repeat;
        background-size: cover;
        min-height: 130px;
        cursor: pointer;
        border: none !important;
        margin-bottom: 15px;
    }

    .home-slider-caption {
        z-index: 1;
        text-align: left;
        left: 18px;
        top: 10px;
    }

    .hero-search-content.side-form {
        margin-bottom: 12px;
    }

    .sm-search-map {
        position: relative;
        color: #0a2e40;
        font-size: 1.4rem;
        width: 100%;
        line-height: 1.9rem;
        cursor: pointer;
        padding-left: 19px;
    }

    .footer-bottom {
        margin-top: 0;
    }

    .other-store-link {
        display: inline-block;
        margin-bottom: 8px;
        width: auto;
        margin-right: 20px;
    }

    .nav-brand img {
        max-width: 130px;
        position: relative;
        top: 2px;
    }

    .nav-brand {
        font-size: 24px;
        margin-right: 1rem;
        padding: 4px 3px;
        text-decoration: none !important;
    }

    .nav-toggle {
        cursor: pointer;
        height: 30px;
        margin-top: -14px;
        padding: 6px 2px 0;
        position: absolute;
        right: 3px;
        top: 50%;
        width: 30px;
    }

    .propoertymodal {
        max-width: 900px;
        margin: 40px auto;
        margin-top: 89px;
    }

    .caption-wrap-content>h2 {
        white-space: pre-line;
        font-size: 12px;
        font-weight: 400;
        max-width: 100%;
        color: #fff;
        line-height: 15px;
    }

    .caption-wrap-content>p {
        font-size: 45px;
        font-weight: 700;
        color: #fff;
        text-align: center;
        margin: auto;
        line-height: 44px;
        font-family: system-ui;
        margin-bottom: 21px !important;
    }

    section.image-cover {
        height: 267px;
    }

    .rounded-frame>h2 {
        font-size: 14px;
        font-weight: 700;
        text-shadow: 0 0 black;
        line-height: 20px;
    }

    .rounded-frame>h3 {
        font-size: 18px;
        line-height: 20px;
    }

    .sm-pricing-title {
        margin: 0;
        font-size: 22px;
        font-weight: 700;
        text-shadow: 0 0 black;
        text-transform: capitalize;
        white-space: nowrap;
    }

    .sm-pricing-desciption {
        margin: 0;
        padding: 0;
        font-size: 12px;
        font-weight: 400;
        text-transform: capitalize;
        margin-top: 7px;
    }

    .sm-pricing-card-container {
        margin-top: 25px;
        display: flex;
        gap: 15px;
        justify-content: center;
        flex-direction: column;
    }

    .sm-pricing-card {
        width: 325px;
        min-height: 385px;
        background: #fff;
        box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, .075) !important;
        border-radius: 5px;
        padding: 30px 13px 120px;
        position: relative;
        border: 1px solid #e6e6e6;
    }

    .sm-pricing-feature>li {
        margin-bottom: 10px;
        white-space: pre-line;
    }

    .sm-card-button {
        display: flex;
        justify-content: center;
        position: absolute;
        bottom: 40px;
        left: 26%;
    }

    .sm-card-info {
        position: absolute;
        bottom: 17px;
        text-align: center;
        left: 15%;
    }

}

@media screen and (max-width : 540px) {

    #sqrfilterhome,
    input#pricefilterhome {
        padding: 10px;
        height: 39px;
        cursor: pointer;
        background: #fff;
        border-color: #e1e3e5;
        margin-bottom: 11px;
    }

    @media screen and (max-width:466px) {
        .title-container {
            display: flex;
            gap: 10px;
            align-items: center;
            flex-direction: column;
        }

        .agent-info-single {
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
        }

        .agent-logo {
            width: 120px;
            background: white;
            height: 120px;
            display: flex;
            justify-content: center;
            align-items: center;
            border-radius: 50%;
        }

        .agent-logo>img {
            width: 100%;
            padding: 5px;
        }

        .agent-name>h5 {
            padding: 0;
            margin: 0;
            font-size: 18px;
            color: #fff;
            font-weight: 500;
        }

        .agent-content-nav {
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding-top: 5px;
            flex-direction: column-reverse;
            gap: 10px;
        }

        .main-home-search {
            width: 90%;
        }

        ul.footer-bottom-social {
            margin: 0;
            padding: 0;
            text-align: center;
        }

        ul.list-gallery-inline li {
            flex: 0 0 50%;
            padding: 5px;
            width: 50%;
        }

        .sm-hero-title {
            font-size: 27px;
            margin-bottom: 21px;
            color: inherit;
            text-shadow: 0.2rem 0.2rem 7px rgb(6 11 38);
            color: white;
            text-align: center;
            line-height: 35px;
        }

        .sm-search-map {
            position: relative;
            color: #0a2e40;
            font-size: 0;
            width: 100%;
            cursor: pointer;
            padding-left: 12px;
            white-space: nowrap;
            margin-top: 5px;
            display: none;
        }

        .sm-search-map:before {
            background-size: contain;
        }

        .hero-banner {
            min-height: 520px;
            padding: 20px 0;
        }

        .custom-card {
            background-repeat: no-repeat;
            background-size: cover;
            min-height: 130px;
            cursor: pointer;
            border: none !important;
            margin-bottom: 15px;
        }

        .custom-card-text {
            margin-top: 2px;
            color: #222;
            font-size: 15px;
            font-weight: 400;
            text-shadow: 0 0 black;
        }

        section {
            padding: 6px 0;
        }

        .item-sorting-box {
            align-items: center;
            display: flex;
            margin-bottom: 1.5rem;
            width: 100%;
            border: 1px solid #e6eaf1;
            padding: 6px 12px;
            border-radius: 5px;
            background: #fff;
            box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important;
            flex-direction: column;
        }

        .price-features-wrapper>.property-agent-info>.property-calto-action>.btn-success,
        .btn-success.disabled {
            background: #198754;
            border: 1px solid #198754;
            color: #fff;
            border-radius: 0;
            font-size: 10px;
            padding: 5px 8px;
            font-weight: bold;
        }

        .shorting-list {
            display: flex;
            margin: 0;
            padding: 0;
        }

        .wabtn-agent {
            padding: 5px 13px;
            font-weight: 700;
        }

        .home-slider-caption {
            z-index: 1;
            text-align: left;
            left: 18px;
            position: absolute;
            right: 15%;
            bottom: 0;
            padding-top: 3px;
            padding-bottom: 4px;
            color: #fff;

        }

        .home-slider-caption {
            z-index: 1;
            text-align: left;
            left: 18px;
            top: 10px;
        }

        .home-slider-caption>h5 {
            color: #fff;
            font-size: 14px;
            font-weight: bold;
        }

        .btn-custom {
            color: #139152;
            background-color: #ffffff;
            border-color: #ffffff;
            font-weight: 500;
            padding: 6px 17px;
            margin-bottom: 16px;
        }

        .property-gallerys {
            display: grid;
            grid-template-areas:
                "imageone imageone imageone"
                "imagetow imagetow imagethree";
            grid-gap: 10px;
            text-align: center;
            grid-template-columns: 1fr 30% 30%;
        }

        .gallerys-image:nth-child(1) {
            grid-area: imageone;
            max-height: 130px;
            overflow: hidden;
        }

        .gallerys-image:nth-child(2) {
            grid-area: imagetow;
            max-height: 130px;
            overflow: hidden;
            width: 100%;
        }

        .gallerys-image:nth-child(3) {
            grid-area: imagethree;
            max-height: 130px;
            overflow: hidden;
            width: 100%;
        }

        .gallerys-image>img {
            width: 100%;
            border-radius: 5px;
            height: 100%;
            object-fit: cover;
        }

        .proportymodal-body {
            padding: 10px;
            height: 275px;
            overflow-y: scroll;
            overflow-x: hidden;
        }

        .property-calto-action {
            display: none;
        }

        .feature-item {
            width: 134px;
        }

        #sqrfilterhome,
        input#pricefilterhome {
            padding: 10px;
            height: 39px;
            cursor: pointer;
            background: #fff;
            border-color: #e1e3e5;
            margin-bottom: 13px;
        }

        .custom-dropdown-home {
            position: absolute;
            z-index: 1000;
            display: none;
            width: 100%;
            padding: 0.5rem 9px;
            margin: 0;
            font-size: 1rem;
            color: #212529;
            text-align: left;
            list-style: none;
            background-color: #fff;
            background-clip: padding-box;
            border: 1px solid rgba(0, 0, 0, .15);
            border-radius: 0.25rem;
            margin-top: 4px !important;
            margin-left: 0 !important;
        }

        .sm-custom-layout {
            display: flex;
            justify-content: start;
            position: relative;
            padding: 15px;
            flex-direction: column;
        }

        p.location-sm {
            color: #000;
            font-size: 16px;
        }

        .sm-property-info {
            display: flex;
            gap: 5px;
            width: 100%;
            flex-direction: column;
        }

        .sm-property-rf,
        .sm-property-lf {
            width: 100%;
        }

        .property_block_wrap.style-2 .property_block_wrap_header h4 {
            color: #140c40;
            font-family: var(--font-body);
            font-size: 19px;
            font-weight: bold;
            margin: 0;
        }

        .lf-title {
            font-size: 16px;
            font-weight: bold;
            color: #000;
            text-align: justify;
        }

        .lf-des {
            font-size: 15px;
            font-weight: 500;
            color: #000;
        }

        .row.rowm10.list-layout {
            padding: 0;
            margin: 0;
            width: 100%;
        }

        h4.sidebar-review-title {
            margin: 0;
            font-size: 15px;
            display: flex;
            align-items: center;
            gap: 5px;
            white-space: nowrap;
        }

        .review-btn {
            border-radius: 25px;
            font-size: 13px;
            padding: 3px 8px;
            white-space: nowrap;
        }

        .sm-trucheck {
            width: 129px;
            display: flex;
            align-items: center;
            background: #ffffff;
            padding: 2px 14px;
            border-radius: 22px;
            color: #0fca98;
            top: 98px;
            position: absolute;
            z-index: 9999;
            left: 19px;
            cursor: pointer;
        }

        .truecheck {
            position: absolute;
            top: -263px;
            left: 7px;
            background: white !important;
            cursor: pointer;
            display: flex;
            align-items: center;
            padding: 2px 6px;
            border-radius: 36px;
            width: 108px;
            color: #0fcb9b;
            z-index: 9999;
        }
      .social_share_list .social_share_panel{
      		left:-88px;
      }
    }

    @media screen and (max-width:414px) {
        .sm-mobile-type {
            left: -224px;
            bottom: 0px;
            width: 213px;
        }

        .truecheck-mobile {
            position: absolute;
            top: 0;
            left: -221px;
            background: white !important;
            cursor: pointer;
            display: flex;
            align-items: center;
            padding: 3px 6px;
            border-radius: 36px;
            width: 74px;
            color: #0fcb9b;
            z-index: 1;
        }

        .sm-mobile-type {
            display: flex;
            align-items: center;
            gap: 10px;
            position: absolute;
            left: -186px;
            bottom: 0px;
            width: 218px;
            background: #198754;
            color: #fff;
            justify-content: space-between;
            padding: 0 5px;
        }
    }

    @media screen and (max-width:375px) {
        .truecheck-mobile {
            left: -160px;
        }
    }

    @media screen and (max-width:366px) {
        .feature-item {
            width: 138px;
        }

    }