/*========================= Custom =========================*/
/*@font-face{ font-family: 'Viga'; src:url("../fonts/Viga.ttf"); }*/

/*===== Pre CSS =====*/
body {
    margin: 0;
    padding: 0;
    font-size: 14px;
    font-weight: normal;
    color: #333;
    font-family: 'Roboto Flex', sans-serif;
    ;
    background: #fff;
}

a {
    text-decoration: none;
}

p,
a,
span,
table,
th,
tr,
td,
h1,
h2,
h3,
h4,
h5,
h6,
img,
ul,
ol,
li {
    margin: 0;
    padding: 0;
    font-family: 'Roboto Flex', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Roboto Flex', sans-serif;
    font-weight: 700;
}

a[href^=tel] {
    text-decoration: inherit;
    color: inherit;
}

/* ================================================== */
.lds-spinner,
.lds-spinner div,
.lds-spinner div:after {
    box-sizing: border-box;
}

.lds-spinner {
    color: currentColor;
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80px;
    height: 80px;
}

.lds-spinner div {
    transform-origin: 40px 40px;
    animation: lds-spinner 1.2s linear infinite;
}

.lds-spinner div:after {
    content: " ";
    display: block;
    position: absolute;
    top: 3.2px;
    left: 36.8px;
    width: 6.4px;
    height: 17.6px;
    border-radius: 20%;
    background: currentColor;
}

.lds-spinner div:nth-child(1) {
    transform: rotate(0deg);
    animation-delay: -1.1s;
}

.lds-spinner div:nth-child(2) {
    transform: rotate(30deg);
    animation-delay: -1s;
}

.lds-spinner div:nth-child(3) {
    transform: rotate(60deg);
    animation-delay: -0.9s;
}

.lds-spinner div:nth-child(4) {
    transform: rotate(90deg);
    animation-delay: -0.8s;
}

.lds-spinner div:nth-child(5) {
    transform: rotate(120deg);
    animation-delay: -0.7s;
}

.lds-spinner div:nth-child(6) {
    transform: rotate(150deg);
    animation-delay: -0.6s;
}

.lds-spinner div:nth-child(7) {
    transform: rotate(180deg);
    animation-delay: -0.5s;
}

.lds-spinner div:nth-child(8) {
    transform: rotate(210deg);
    animation-delay: -0.4s;
}

.lds-spinner div:nth-child(9) {
    transform: rotate(240deg);
    animation-delay: -0.3s;
}

.lds-spinner div:nth-child(10) {
    transform: rotate(270deg);
    animation-delay: -0.2s;
}

.lds-spinner div:nth-child(11) {
    transform: rotate(300deg);
    animation-delay: -0.1s;
}

.lds-spinner div:nth-child(12) {
    transform: rotate(330deg);
    animation-delay: 0s;
}

@keyframes lds-spinner {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}


/* ================================================== */

/*===== Mobile Menu =====*/
.mobile-version,
.mobile-version-link {
    display: none;
}

.mobile_menu.active {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent;
    z-index: 9999999999;
}

.menu_icon_box {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999999999;
    display: block;
    width: 100%;
    background: #191919;
    height: 57px;
}

.tab_button {
    float: left;
}

.tab_button a {
    display: inline-block;
    padding: 7px 10px;
    margin-top: 14px;
    font-size: 10px;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    background: transparent;
    border: #fff solid 1px;
    border-radius: 5px;
    box-sizing: border-box;
    text-decoration: none;
}

.tab_button a:hover {
    background: #747474;
    border: #747474 solid 1px;
}

.tab_button1 {
    margin-left: 15px;
    margin-right: 5px;
}

.menu_icon {
    position: fixed;
    top: 15px;
    right: 15px;
    width: 30px;
    height: 30px;
    padding: 1px 5px;
    background: transparent;
    box-sizing: border-box;
    cursor: pointer;
    z-index: 999;
}

.menu_icon span {
    width: 100%;
    height: 2px;
    display: block;
    background: #fff;
    margin: 5px 0;
    border-radius: 5px;
    transition: all linear 0.3s;
}

.menu_icon.active {
    color: #fff;
    padding: 8px 3px 0;
}

.menu_icon.active span {
    position: absolute;
    width: 85%;
}

.menu_icon.active span:nth-child(1) {
    transform: rotate(45deg);
}

.menu_icon.active span:nth-child(3) {
    transform: rotate(-45deg);
}

.menu_icon.active span:nth-child(2) {
    display: none;
}

.mobile_slideLogo {
    display: block;
    text-align: center;
}

.mobile_slideLogo img {
    display: inline-block;
    float: none;
    background: #fff;
    padding: 15px;
    margin-bottom: 15px;
    border-radius: 5px;
    width: inherit;
    height: auto;
}

.sidebar {
    padding: 65px 15px;
    position: fixed;
    top: 0;
    left: -100%;
    z-index: 99999;
    overflow-y: scroll;
    width: 100%;
    height: 100%;
    background: #191919;
    text-align: center;
    box-sizing: border-box;
    z-index: 999999;
    transition: all linear 0.3s;
}

.sidebar.active {
    left: 0;
}

.sidebar ul li {
    list-style: none;
}

.sidebar ul li a {
    position: relative;
    display: block;
    padding: 10px 15px;
    border: #747474 solid 1px;
    text-align: left;
    color: #fff;
    margin-bottom: 1px;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 12px;
    font-weight: 400;
    border-radius: 5px;
}

.sidebar ul li a::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    padding: 12px 0;
    height: 100%;
    width: 0%;
    background: #747474;
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
}

.sidebar ul li a:hover::before {
    width: 100%;
}

.sidebar ul li.active {
    background: #747474;
    border-radius: 5px;
}

.vendor-message-user .close-icon {
    display: none;
}

/*===== Responsive Mobile Dropdown =====*/
.accordion {
    list-style: none;
    padding: 0;
    margin: 0;
}

.accordion_headline {
    background: transparent;
    padding: 10px;
    border: #666 solid 1px;
    color: #fff;
    text-align: left;
    text-transform: uppercase;
    font-size: 14px;
    border-radius: 5px;
    font-weight: 400;
    transition: .3s ease;
    position: relative;
}

.accordion_headline::before,
.accordion_headline::after {
    content: "";
    width: 15px;
    height: 2px;
    background: #ffffff;
    position: absolute;
    display: block;
    top: 50%;
    right: 15px;
    transform: translate(-50%, -50%) rotate(0deg);
    transition: .3s ease;
}

.accordion_headline::after {
    transform: translate(-50%, -50%) rotate(90deg);
}

.accordion_headline:hover {
    cursor: pointer;
    background: transparent;
}

.open>.accordion_headline::before {
    transform: translate(-50%, -50%) rotate(180deg);
}

.open>.accordion_headline::after {
    transform: translate(-50%, -50%) rotate(360deg);
}

.accordion_content {
    display: none;
    background: transparent;
    padding: 0;
    border-top: 0;
}

.accordion li {
    margin-bottom: 1px;
}

.accordion_headline h5 {
    font-size: 16px;
    margin: 0;
    padding-right: 30px;
}

.accordion_content p {
    font-size: 14px;
    margin: 0;
}

/*title-wrapper*/
.title-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 30px 0;
}

.title-wrapper h2 {
    color: #000;
    font-family: 'Roboto Flex', sans-serif;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    position: relative;
}

.title-wrapper a {
    text-decoration: none;
    display: inline-block;
    color: #AE1F23;
    font-family: 'Roboto Flex', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.title-wrapper h2::before {
    content: '';
    position: absolute;
    width: 49px;
    height: 49px;
    border-radius: 50%;
    background: rgba(220, 20, 63, 0.10);
    top: -5px;
    left: -18px;
    display: none;
}

/*Header*/
header {
    padding: 10px 0;
    box-shadow: 3px 2px 10px 0px rgba(163, 163, 163, 0.15);
}

.header-menus-wrapper {
    display: flex;
    justify-content: flex-end;
}

.header-menus-wrapper nav ul {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    min-height: 76px;
}

.header-menus-wrapper nav ul li {
    list-style: none;
    margin-left: 15px;
}

.header-menus-wrapper nav ul li:first-child {
    margin-left: 0;
}

.header-menus-wrapper nav ul li.login-register-btn svg {
    position: relative;
    top: -3px
}

.header-menus-wrapper nav ul li a {
    text-decoration: none;
    display: inline-block;
    font-family: 'Roboto Flex', sans-serif;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0em;
    text-align: left;
    color: #515151;
    transition: all linear .3s;
}

.header-menus-wrapper nav ul li a:hover {
    color: #AE1F23;
}

.header-menus-wrapper nav ul li.login a svg {
    margin-right: 10px;
}

.header-menus-wrapper nav ul li.signup a svg {
    margin-right: 10px;
}

.header-menus-wrapper nav ul li.property-btn a {
    padding: 13px 19px;
    background: #AE1F23;
    border: 1px solid #AE1F23;
    color: #fff;
    border-radius: 5px;
    transition: all linear .3s;
}

.header-menus-wrapper nav ul li.property-btn a:hover {
    background: transparent;
    color: #AE1F23;
}

.header-menus-wrapper nav ul li.property-btn a svg path {
    fill: #fff;
    transition: all linear .3s;
}

.header-menus-wrapper nav ul li.property-btn:hover a svg path {
    fill: #AE1F23;
}

/*Hamburger Menu */
.sidepanel {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 0;
    position: fixed;
    z-index: 9999;
    height: 100%;
    top: 0;
    right: 0;
    background-color: #AE1F23;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
}

.sidepanel.active {
    width: 250px;
}

.sidepanel a {
    color: #fff;
}

.sidepanel a {
    padding: 15px 0;
    text-decoration: none;
    font-size: 18px;
    color: #fff;
    display: block;
    transition: 0.3s;
}

.sidepanel a:hover {
    color: #f1f1f1;
}

.sidepanel .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
}

.openbtn {
    font-size: 24px;
    cursor: pointer;
    background-color: transparent;
    color: #333;
    padding: 10px 15px;
    border: none;
    font-weight: 700;
}

.mobile-search {
    display: none;
}

/*banner*/
.banner {
    position: relative;
    z-index: 1;
}

.banner img {
    width: 100%;
}

.banner .banner-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: linear-gradient(212deg, rgba(0, 0, 0, 0.20) 0%, rgba(0, 0, 0, 0.76) 62.50%);
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
}

.banner .banner-content-box h2 {
    color: #FFF;
    font-family: 'Roboto Flex', sans-serif;
    font-size: 64px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.banner .banner-content-box h2 strong {
    color: #F7B044;
    font-weight: 600;
}

.banner .banner-content-box p {
    color: #FFF;
    font-family: 'Roboto Flex', sans-serif;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 2;
    margin-bottom: 30px;
}

.banner .banner-content .container {
    text-align: center;
    max-width: 850px;
    margin: auto;
    position: relative;
}

.banner-content form {
    position: relative;
    padding: 10px;
    overflow: hidden;
    border-radius: 5px;
    margin: 0;
    background: #fff;
}

.banner-content form .search {
    padding: 0 135px 0 10px;
    margin: 0;
    border: none;
    border-radius: 0;
    height: 50px;
    width: 100%;
    font-size: 18px;
    color: #515151;
}

.banner-content form input:focus {
    outline-color: transparent;
}

.banner-content .button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 10px;
    font-size: 16px;
    padding: 0 30px;
    min-width: 10px;
    background: transparent;
    color: #515151;
    border: none;
    border-radius: 0;
    border-left: rgba(168, 169, 173, 0.4) solid 1px;
}

.banner-content .button i {
    padding-right: 10px;
    font-size: 14px;
}

#bannerSlider .owl-pagination {
    display: none;
}

.loader-spinner-border,
.search-spinner-border {
    display: none;
}

.loader-spinner-border.active {
    display: block;
    margin: 0 auto 50px;
}

.search-spinner-border.active {
    display: inline-block;
    position: absolute;
    right: 145px;
    top: 18px;
    background: #fff;
}

/* ================================ Banner Search ================================ */
.web-search-result {
    position: absolute;
    top: calc(100% - 5px);
    left: 12px;
    width: calc(100% - 24px);
    z-index: 9999999999;
    background: #fff;
    border-radius: 0;
    overflow: hidden;
    box-shadow: 0 5px 30px -20px rgba(0, 0, 0, 0.5);
}

.search-result-property-card {
    display: flex;
    gap: 15px;
    padding: 15px;
    border-top: #eee solid 1px;
}

.search-result-property-card-image {
    position: relative;
}

.search-result-property-card-image img {
    position: relative;
    width: 150px;
    height: auto;
    z-index: 9;
}

.search-result-property-card-content {
    text-align: left
}

.search-result-property-card-content h3 {
    font-size: 14px;
    color: #515151;
    font-family: 'Roboto Flex', sans-serif;
    font-style: normal;
    font-weight: 600;
}

.search-result-property-card-content .srpcc-price {
    color: #515151;
    font-family: 'Roboto Flex', sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
}

.search-result-property-card-content .srpcc-category {
    color: #515151;
    font-family: 'Roboto Flex', sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
}

.search-result-property-card-content .srpcc-location {
    color: #515151;
    font-family: 'Roboto Flex', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
}

.search-result-property-card-content .srpcc-date {
    color: #515151;
    font-family: 'Roboto Flex', sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
}

.search-result-property-card-content .srpcc-btn {
    text-decoration: none;
    display: inline-block;
    padding: 5px 10px;
    background: #fff;
    border: 1px solid #AE1F23;
    color: #AE1F23;
    border-radius: 5px;
    transition: all linear .3s;
    font-size: 10px;
    font-weight: 400;
}

.search-result-property-card-content .srpcc-btn:hover {
    background: #AE1F23;
    color: #fff;
}

/* ================================ popular-categories ================================ */
.popular-categories {
    padding: 50px 0;
}

.popular-categories h2 {
    color: #000;
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 30px;
}

.popular-categories ul li {
    display: inline-block;
    width: calc(20% - 10px);
    padding: 5px;
}

.popular-categories-card a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    border: rgba(168, 169, 173, 0.4) solid 1px;
    min-height: 180px;
    transition: all linear 0.3s;
}

.popular-categories-card a .fa-solid {
    font-size: 48px;
    color: #515151;
    transition: all linear 0.3s;
}

.popular-categories-card a .category-name {
    display: block;
    font-size: 18px;
    color: #515151;
    font-weight: 400;
    margin-top: 15px;
    transition: all linear 0.3s;
}

.popular-categories-card a .count-property {
    display: block;
    font-size: 14px;
    color: #515151;
    font-weight: 400;
    transition: all linear 0.3s;
}

.popular-categories-card a:hover {
    border-color: #aa1e22;
    background: #aa1e22;
}

.popular-categories-card a:hover .fa-solid,
.popular-categories-card a:hover span {
    color: #fff;
}


/*property-category-wrapper*/
.property-category {
    background: url('../images/request.png')center center #F5F5FF;
    border-radius: 5px;
    box-shadow: 2px 2px 10px 0px rgba(45, 45, 45, 0.10);
    padding: 20px 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 30px;
    position: relative;
    z-index: 99;
}

.property-category h2 {
    color: #000;
    font-family: 'Roboto Flex', sans-serif;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 15px;
}

.property-category h2 strong {
    color: #02AF86;
}

.property-category p {
    color: #000;
    font-family: 'Roboto Flex', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.property-category a {
    text-decoration: none;
    display: inline-block;
    color: #FFF;
    font-family: 'Roboto Flex', sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    padding: 13px 19px;
    background: #AE1F23;
    border: 1px solid #AE1F23;
    color: #fff;
    border-radius: 5px;
    transition: all linear .3s;
}

.property-category a:hover {
    background: transparent;
    color: #AE1F23;
}

/*allcategories*/
.allcategories ul {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding-bottom: 30px;
    border-bottom: 1px solid rgba(81, 81, 81, 0.50);
    margin-bottom: 30px;
}

.allcategories ul li {
    width: 18%;
    list-style: none;
    border-radius: 5px;
    background: #FFF;
    box-shadow: 2px 3px 10px 0px rgba(101, 101, 101, 0.20);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 30px;
    margin-top: 30px;
}

.allcategories ul li h4 {
    color: #000;
    font-family: 'Roboto Flex', sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin: 10px 0;
}

.allcategories ul li p {
    color: #515151;
    font-family: 'Roboto Flex', sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

/*listing*/
.listing {
    padding-bottom: 60px;
}

.listing ul {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
}

.my-property-card {
    list-style: none;
    background: #FFF;
    position: relative;
    overflow: hidden;
    margin-bottom: 25px;
}

.my-property-card .property-image {
    position: relative;
    overflow: hidden;
    min-height: 220px;
    background: #eee;
}

.my-property-card .property-image img {
    position: relative;
    z-index: 999;
    width: 100%;
    transition: all linear .3s;
}

.my-property-card:hover .property-image img {
    transform: scale(1.1);
}

.my-property-card .property-image .sale {
    border-radius: 10px 0px;
    background: rgba(2, 175, 134, 0.80);
    padding: 5px 15px;
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 9;
}

.my-property-card .property-image .sale h5 {
    color: #FFF;
    font-family: 'Roboto Flex', sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
}

.my-property-card .property-image .rent {
    border-radius: 10px 0px;
    background: rgba(247, 176, 68, 0.80);
    padding: 5px 15px;
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 9;
}

.my-property-card .property-image .rent h5 {
    color: #FFF;
    font-family: 'Roboto Flex', sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
}

.my-property-card .property-image .totalviews {
    position: absolute;
    top: 15px;
    left: 15px;
    z-index: 9;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.my-property-card .property-image .totalviews .eye {
    margin: 0 5px;
}

.my-property-card .property-image .totalviews p {
    color: #FFF;
    font-family: 'Roboto Flex', sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.my-property-card .property-image .property-cost {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    position: absolute;
    bottom: 15px;
    left: 15px;
}

.my-property-card .property-image .property-cost p {
    color: #FFF;
    font-family: 'Roboto Flex', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    margin-left: 5px;
}

.my-property-card .property-content {
    padding: 15px;
    border: rgba(168, 169, 173, 0.4) solid 1px;
}

.my-property-card .property-content h3 {
    height: 50px;
    color: #000;
    font-family: 'Roboto Flex', sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.my-property-card .property-content h4 {
    color: #515151;
    font-family: 'Roboto Flex', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    margin: 5px 0;
}

.my-property-card .property-content h4 span {
    color: #ae1f23;
}

.my-property-card .property-content h5 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.my-property-card .property-content h5 span {
    color: #515151;
    font-family: 'Roboto Flex', sans-serif;
    font-size: 15px;
    font-style: italic;
    font-weight: 400;
}

.my-property-card .property-btn {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
}

.my-property-card .property-btn p {
    color: #000;
    font-family: 'Roboto Flex', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.my-property-card .property-btn a {
    text-decoration: none;
    display: inline-block;
    padding: 7px 20px;
    background: #fff;
    border: 1px solid #AE1F23;
    color: #AE1F23;
    border-radius: 5px;
    transition: all linear .3s;
}

.my-property-card:hover .property-btn a {
    background: #AE1F23;
    color: #fff;
}

.my-property-card .property-btn a:hover {
    background: transparent;
    color: #AE1F23;
}

.featured.listing {
    padding: 60px 0;
    background: #F8F8F8;
}

.listing.recent {
    padding: 60px 0 30px;
    background: #fff;
}

.listing.forrent {
    padding: 60px 0;
    background: #fff;
}

#premiumListingSlider .my-property-card .property-content h3 {
    font-size: 16px;
    height: 40px;
}

#premiumListingSlider .property-price span {
    font-size: 16p;
}

#premiumListingSlider .my-property-card .property-content h4 {
    margin: 5px 0 10px;
}

/*Properties Page*/
.properties .below_title ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.properties .below_title ul li {
    list-style: none;
    color: #515151;
}

.properties .below_title ul li:first-child {
    background: #AE1F23;
    color: #fff;
    padding: 5px 15px;
    border-radius: 5px;
}

.properties .below_title ul li:nth-child(2) {
    color: #515151;
    font-weight: 700;
    display: flex;
    align-items: center;
}

.properties .below_title ul li:nth-child(3) {
    color: #1966BA;
    font-weight: 700;
    display: flex;
    align-items: center;
}

/*property-category-wrapper*/
/*.property-add-wrapper{padding:40px 0; border:1px solid rgba(81, 81, 81, 0.50); border-left: 0; border-right: 0; position: relative;}*/
.property-add-wrapper::before {
    content: '';
    position: absolute;
    top: -1%;
    left: 0;
    height: 102%;
    background: #fff;
    z-index: 1;
}

.property-add-wrapper::after {
    content: '';
    position: absolute;
    top: -1%;
    right: 0;
    height: 102%;
    background: #fff;
    z-index: 1;
}

.property-add-wrapper .property-add {
    background: url('../images/request.png')center center #F5F5FF;
    border-radius: 5px;
    box-shadow: 2px 2px 10px 0px rgba(45, 45, 45, 0.10);
    padding: 40px 60px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 15px 0;
}

.property-add-wrapper .property-add h2 {
    color: #000;
    font-family: 'Roboto Flex', sans-serif;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 15px;
}

.property-add-wrapper .property-add h2 strong {
    color: #02AF86;
}

.property-add-wrapper .property-add p {
    color: #000;
    font-family: 'Roboto Flex', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.property-add-wrapper .property-add a {
    text-decoration: none;
    display: inline-block;
    color: #FFF;
    font-family: 'Roboto Flex', sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    padding: 13px 19px;
    background: #AE1F23;
    border: 1px solid #AE1F23;
    color: #fff;
    border-radius: 5px;
    transition: all linear .3s;
}

.property-add-wrapper .property-add a:hover {
    background: transparent;
    color: #AE1F23;
}

.property-price {
    margin-top: 10px;
}

.property-price span {
    color: #515151;
    font-family: 'Roboto Flex', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 130.187%
}

.property-price span svg {
    position: relative;
    top: 1px;
}

/*services*/
.services {
    padding: 60px 0;
    background: #F8F8F8;
}

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

.services ul li {
    list-style: none;
    width: 32%;
    position: relative;
    overflow: hidden;
}

.services ul li img {
    width: 100%;
    height: auto;
    transition: all linear .3s;
}

.services ul li:hover img {
    transform: scale(1.1);
}

.services ul li .service-content {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    backdrop-filter: blur(6px)brightness(0.7);
    border-radius: 5px;
    overflow: hidden;
    padding: 40px;
}

.services ul li .service-content h2 {
    color: #FFF;
    font-family: 'Roboto Flex', sans-serif;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    margin-bottom: 10px;
}

.services ul li .service-content p {
    color: #FFF;
    text-align: center;
    font-family: 'Roboto Flex', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
}

/*blogs*/
.blogs {
    padding: 60px 0;
}

.blogs .blogs-list {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}

.blogs .blogs-list li {
    list-style: none;
    width: 32%;
    margin-bottom: 40px;
}

.blogs .blogs-list li img {
    width: 100%;
    height: auto;
    transition: all linear .3s;
}

.blogs .blogs-list li .blog-image {
    position: relative;
    overflow: hidden;
    border-radius: 5px;
}

.blogs .blogs-list li:hover img {
    transform: scale(1.1);
}

.blogs .blogs-list li h2 {
    color: #000;
    font-family: 'Roboto Flex', sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    margin: 15px 0;
}

.blogs .blogs-list li p {
    color: #515151;
    font-family: 'Roboto Flex', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.7;
}

.blogs .blogs-list li p a {
    text-decoration: none;
    display: inline-block;
    color: #AE1F23;
    font-family: 'Roboto Flex', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.blogs .blogs-list li h5 {
    display: flex;
    align-items: center;
    color: rgba(81, 81, 81, 0.70);
    font-family: 'Roboto Flex', sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-top: 15px;
}

.blogs .blogs-list li h5 svg {
    margin: 0 10px;
}

/*footer*/
.footer {
    padding: 60px 0 0;
    background: #000
}

.footer-contact-address img {
    width: 150px;
    height: auto;
}

.footer-contact-address ul li {
    list-style: none;
    line-height: 24px;
    margin-top: 20px;
}

.footer-contact-address ul li span {
    display: block;
    color: #fff;
    font-size: 16px;
}

.footer-social-link h4 {
    color: #FFF;
    font-family: 'Roboto Flex', sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 800;
    margin: 100px 0 20px;
}

.footer-quick-link {
    padding-top: 100px;
}

.footer-quick-link ul li {
    color: #FFF;
    font-family: 'Roboto Flex', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    list-style: none;
    line-height: 36px;
}

.footer-quick-link ul li a {
    text-decoration: none;
    display: inline-block;
    color: #FFF;
    font-family: 'Roboto Flex', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    list-style: none;
    line-height: 2;
    transition: all linear .3s;
}

.footer-quick-link ul li a:hover {
    color: #F7B044;
}

.footer-social-link ul li {
    display: inline-block;
}

.footer-social-link ul li a {
    text-decoration: none;
}

.mobile-app-store {
    padding: 10px;
    background: #fff;
    margin-top: 30px;
}

.mobile-app-store svg {
    width: 49%;
}

.footer .copyright-content {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    margin-top: 50px;
    padding: 20px 0;
    text-align: center;
}

.footer .copyright-content p {
    color: #FFF;
    font-family: 'Roboto Flex', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
}

/*Pages*/
.page-content {
    padding: 40px 0;
}

.page-content .page-main-title h2 {
    color: #000;
    font-family: 'Roboto Flex', sans-serif;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    border-bottom: 1px solid rgba(81, 81, 81, 0.50);
    padding-bottom: 20px;
}

.page-content .inner-content {
    padding: 20px 0;
}

.page-content .inner-content h3 {
    color: #000;
    font-family: 'Roboto Flex', sans-serif;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
}

.page-content .inner-content p {
    color: #515151;
    font-family: 'Roboto Flex', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 2;
    margin-top: 20px;
}

.page-content .inner-content img {
    width: 100%;
    height: auto;
    margin-top: 20px;
}

.page-content .inner-content ul {
    margin: 15px 0 0 15px;
}

.page-content .inner-content ul li {
    color: #515151;
    font-family: 'Roboto Flex', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.8;
}

/*.page-properties*/
.page-properties .title-wrapper h2 {
    font-size: 28px;
}

.page-properties.listing ul {
    flex-direction: column;
}

.page-properties.my-property-card {
    width: 100%;
}

/*page-listing*/
.page-listing {
    padding: 60px 0;
}

/*search-bar*/
.search-bar {
    padding: 30px;
    border-radius: 2px;
    background: #FFF;
    box-shadow: 0px 0px 10px 0px rgba(54, 54, 54, 0.15);
}

.search-bar h3 {
    color: #000;
    font-family: 'Roboto Flex', sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: capitalize;
    margin-bottom: 15px;
}

.search-bar .search {
    border-radius: 5px;
    border: 1px solid rgba(135, 135, 135, 0.70);
    box-shadow: none;
    padding: 10px;
    width: 100%;
}

.search-bar .search-wrapper {
    position: relative;
    margin-bottom: 20px;
}

.search-bar button {
    background: transparent;
    border: 0;
    position: absolute;
    top: 13px;
    right: 10px;
}

.search-bar .filter-tags-wrapper {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}

.search-bar .mainpoints {
    width: 30%;
    border-right: 1px solid #eee;
    padding-right: 10px;
    margin-right: 10px;
}

.search-bar .mainpoints span {
    border-radius: 5px;
    background: #F0F0F0;
    padding: 10px;
    color: #515151;
    font-family: 'Roboto Flex', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: capitalize;
    display: block;
    text-align: center;
    cursor: pointer;
    margin: 0 0 10px 0;
    transition: all linear .3s;
}

.search-bar .mainpoints span:hover {
    background: #AE1F23;
    color: #fff;
}

.search-bar .mainpoints span:last-child {
    margin-bottom: 0;
}

.search-bar .subpoints {
    display: none;
    width: 67%;
}

.search-bar .subpoints span {
    border-radius: 5px;
    background: #F0F0F0;
    padding: 10px;
    color: #515151;
    font-family: 'Roboto Flex', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: capitalize;
    display: inline-block;
    text-align: center;
    cursor: pointer;
    margin: 0 0 10px 0;
    transition: all linear .3s;
}

.search-bar .mainpoints .active {
    background: #AE1F23;
    color: #fff;
}

.search-bar .subpoints .subpoint-active {
    background: #AE1F23;
    color: #fff;
}

/*.select-form*/
.search-bar .select-form .select-options {
    width: 100%;
    border-radius: 0;
    border: 0;
    border-bottom: 1px solid rgba(135, 135, 135, 0.70);
    box-shadow: none;
    padding: 10px;
    box-shadow: none;
    margin-top: 15px;
    color: rgba(81, 81, 81, 0.70);
    font-family: 'Roboto Flex', sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
}

.search-bar h4 {
    color: #000;
    font-family: 'Roboto Flex', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: capitalize;
    margin: 15px 0 15px;
}

.search-bar .property-types span {
    border-radius: 5px;
    background: #F0F0F0;
    padding: 10px;
    color: #515151;
    font-family: 'Roboto Flex', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: capitalize;
    display: inline-block;
    text-align: center;
    cursor: pointer;
    margin: 4px 2px;
    transition: all linear .3s;
}

.search-bar .property-types .active {
    background: #AE1F23;
    color: #fff;
}

.price-range-container {
    width: 300px;
    margin: 20px auto;
}

#price-output {
    text-align: left;
    font-size: 18px;
    margin-top: 10px;
    background: #f0f0f0;
    border-radius: 5px;
    padding: 5px 10px;
    display: inline-block;
    font-family: 'Roboto Flex', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
}

/*category-listing*/
.category-my-property-card {
    width: 48%;
}

/*Inner Page Title*/
.title-section h2 {
    color: #000;
    font-family: 'Roboto Flex', sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: capitalize;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(81, 81, 81, 0.50);
}

.title-section h3 {
    color: #000;
    font-family: 'Roboto Flex', sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 15px;
}

.title-section h4 {
    margin-bottom: 30px;
    color: #000;
    font-family: 'Roboto Flex', sans-serif;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    position: relative;
}

.title-section h4::before {
    content: '';
    position: absolute;
    width: 49px;
    height: 49px;
    border-radius: 50%;
    background: rgba(220, 20, 63, 0.10);
    top: -5px;
    left: -18px;
}

.title-section p {
    color: #515151;
    font-family: 'Roboto Flex', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
    margin-bottom: 15px;
    padding-top: 10px;
}


/*Page Contact*/
.contact {
    padding: 60px 0;
}

.page-contact .title-section h2 {
    color: #000;
    font-family: 'Roboto Flex', sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: capitalize;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(81, 81, 81, 0.50);
}

.page-contact .title-section p {
    color: #515151;
    font-family: 'Roboto Flex', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
    margin-bottom: 15px;
}

.page-contact .title-section ul li {
    margin-right: 14px;
    display: inline-block;
    color: #515151;
    font-family: 'Roboto Flex', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
    margin-bottom: 15px;
}

.page-contact .title-section ul li strong {
    color: #AE1F23;
    font-family: 'Roboto Flex', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 25px;
    margin-bottom: 15px;
}

.page-contact .title-section h3 {
    padding-bottom: 10px;
    color: #000;
    font-family: 'Roboto Flex', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: capitalize;
}

.page-contact .title-section span {
    display: block;
}

.btn-formstyle {
    font-size: 16px;
    padding: 6px 30px;
    min-height: 32px;
    min-width: 10px;
    word-wrap: nowrap;
    background: #AE1F23;
    color: #fff;
    border: 1px solid #AE1F23;
    width: 100%;
}

/*Blog Post Page*/
.blog-post {
    padding: 60px 0;
}

.blog-post .title-section h2 {
    color: #000;
    font-family: 'Roboto Flex', sans-serif;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: capitalize;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(81, 81, 81, 0.50);
}

.blog-post .title-wrapper h3 {
    color: #000;
    font-family: 'Roboto Flex', sans-serif;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    position: relative;
}

.blog-post .title-wrapper h3::before {
    content: '';
    position: absolute;
    width: 49px;
    height: 49px;
    border-radius: 50%;
    background: rgba(220, 20, 63, 0.10);
    top: -5px;
    left: -18px;
}

.blog-page-list li {
    margin-left: 16px;
    color: #515151;
    font-family: 'Roboto Flex', sans-serif;
    font-size: 16px;
}

.post-image {
    float: left;
    width: 70%;
    margin-right: 20px;
}

.post-image img {
    width: 100%;
}

.recent-post ul li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
}

.post-content h5 {
    font-size: 15px;
    font-family: 'Roboto Flex', sans-serif;
    font-weight: 600;
    color: #000;
}

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

.post-time span {
    font-size: 14px;
    font-family: 'Roboto Flex', sans-serif;
    font-weight: 400;
    color: rgba(81, 81, 81, 0.70);
}

/*Login Page*/
.login {
    padding: 40px 0;
    background: #F8F8F8;
}

.login .login-block {
    padding: 30px;
    background: #fff;
    text-align: center;
    box-shadow: 3px 2px 10px 0px rgba(163, 163, 163, 0.15);
}

.login .login-block h3 {
    font-size: 25px;
    font-family: 'Roboto Flex', sans-serif;
    font-weight: 600;
    color: #000;
    margin-bottom: 25px;
}

.login .login-block a {
    font-family: 'Roboto Flex', sans-serif;
    font-size: 14px;
    text-decoration: underline;
}

.fp {
    text-align: left;
    display: block;
}

.button_login {
    font-family: 'Roboto Flex', sans-serif;
    font-size: 18px;
    color: #fff;
    margin: 10px 0;
    padding: 9px 20px;
    width: 100%;
    background: #AE1F23;
    border-radius: 5px;
    border: none;
}

.login-content {
    margin-top: 30px;
}

.login-content h3 {
    font-size: 30px;
    font-family: 'Roboto Flex', sans-serif;
    font-weight: 600;
    color: #000;
    margin-bottom: 20px;
}

.login-content h3 span {
    font-size: 30px;
    font-family: 'Roboto Flex', sans-serif;
    font-weight: 600;
    color: #AE1F23;
}

.login-content ul li {
    display: flex;
    align-items: center;
    color: #515151;
    font-family: 'Roboto Flex', sans-serif;
    font-weight: 400;
    font-size: 18px;
    list-style-type: none;
    margin-bottom: 10px;
}

.login-content ul li svg {
    margin-right: 15px;
}

/*===========================================*/
/*========== Vender Dashboard Page ==========*/
/*===========================================*/
.vendor-dashboard-left {
    padding-top: 50px;
    padding-bottom: 50px;
    padding-right: 0;
    border-right: #ccc solid 1px;
}

.vendor-dashboard-right {
    padding: 50px;
    margin-left: -1px;
    border-left: #ccc solid 1px;
}

.vendor-page-title {
    color: #000;
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 30px;
}

.vendor-request-details .btn-danger {
    float: right;
    margin-top: -30px;
}

.vendor-dashboard .vendor-info {
    position: relative;
    padding: 15px;
    margin-bottom: 30px;
    background: #AE1F23;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.vendor-dashboard .vendor-info::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 200%;
    height: 100%;
    background: #AE1F23;
    z-index: -1;
}

.vendor-image-info img {
    width: 57px;
    height: 57px;
    border-radius: 50%;
    background: #fff;
    margin-right: 20px;
}

.vendor-title-info {
    position: relative;
    width: 100%;
}

.vendor-title-info h4 {
    color: #fff;
    font-size: 28px;
}

.vendor-title-info a {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    color: #fff;
    font-size: 24px;
}

.vendor-title-info a span {
    position: absolute;
    top: -8px;
    right: -8px;
    width: 20px;
    height: 20px;
    color: #ae1f23;
    font-size: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    border-radius: 50%;
    border: #ae1f23 solid 2px;
    font-weight: 700;
}

.vendor-title-info a svg {
    fill: #fff;
}

.vendor-slidebar-link ul li {
    list-style: none;
}

.vendor-slidebar-link ul li a {
    position: relative;
    display: block;
    padding: 15px 30px;
    margin-bottom: 1px;
    color: #666;
    font-size: 16px;
    text-decoration: none;
    transition: all linear 0.3s;
}

.vendor-slidebar-link ul li a .fa {
    font-size: 16px;
    margin-right: 15px;
}

.vendor-slidebar-link ul li.active a,
.vendor-slidebar-link ul li.active a:hover {
    background: #ccc;
    color: #000;
}

.vendor-slidebar-link ul li a::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 200%;
    height: 100%;
    background: transparent;
    z-index: -1;
    transition: all linear 0.3s;
}

.vendor-slidebar-link ul li.active a::before,
.vendor-slidebar-link ul li.active a:hover::before {
    background: #ccc;
}

/*===========================================*/
/*============ Vender Profile Page ==========*/
/*===========================================*/
.vendor-profile {
    padding: 15px;
}

.vender-avatar {
    margin: 30px 0;
    width: 125px;
    text-align: center;
}

.vender-avatar img {
    display: block;
    width: 123px;
    height: 123px;
    border-radius: 50%;
    background: #eee;
    box-shadow: 2px 3px 10px 0px rgba(101, 101, 101, 0.15);
}

.vender-avatar span {
    display: inline-block;
    padding: 10px 30px;
    margin-top: -15px;
    color: #02AF86;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    background: #fff;
    border-radius: 30px;
    box-shadow: 3px 2px 10px 0px rgba(105, 105, 105, 0.15);

}

.vender-info h3 {
    margin: 30px 0 15px;
    color: 18px;
    font-size: 18px;
}

.vender-info ul li {
    display: inline;
    list-style: none;
    color: #515151;
    font-size: 15px;
    line-height: 30px;
}

.vender-info ul li:first-child {
    padding-right: 10px;
    margin-right: 10px;
    border-right: #515151 solid 1px;
}

.vender-info ul li:last-child {
    display: block;
}

.vender-info ul li:last-child .fa {
    color: #AE1F23;
    font-size: 16px;
    margin-right: 10px;
}

.vender-info a {
    display: inline-block;
    margin-top: 15px;
    padding: 8px 35px;
    color: #fff;
    font-size: 16px;
    text-decoration: none;
    border-radius: 5px;
    background: #AE1F23;
}

.vender-description ul {
    display: flex;
    flex-wrap: wrap;
}

.vender-description ul li {
    list-style: none;
}

.vender-description ul li h4 {
    font-size: 14px;
    color: #666;
    margin-bottom: 30px;
}

.vender-description ul li h4 span {
    display: block;
    font-size: 18px;
    color: #000;
    font-weight: 700;
    margin-top: 5px;
}

/*===========================================*/
/*========= Vender Edit Profile Page ========*/
/*===========================================*/
.vendor-form {
    padding: 30px;
    margin-top: 30px;
    background: #fff;
    box-shadow: 0px 0px 10px 0px rgba(159, 159, 159, 0.15);
}

.vendor-form h4 {
    padding-bottom: 20px;
    margin-bottom: 30px;
    border-bottom: #ccc solid 1px;
}

.vendor-form label {
    color: #292929;
    font-size: 18px;
    font-weight: 600;
}

.vendor-form label span {
    color: #ae1f23;
}

.vendor-form-control {
    height: 47px;
    border-radius: 5px;
    color: #292929;
    font-size: 16px;
    border: 0.5px solid var(--Outline, rgba(135, 135, 135, 0.50));
    margin-bottom: 30px;
}

.vendor-form-control::placeholder {
    color: #666;
    font-size: 16px;
}

.btn-vender-submit {
    display: block;
    padding: 10px;
    width: 100%;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    border-radius: 5px;
    background: #ae1f23;
    border: none;
}

/*===========================================*/
/*============ Vender Property Page =========*/
/*===========================================*/
.my-property-content-buttons {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.sort-by-category-form-control {
    height: 35px;
    border: #515151 solid 1px;
    border-radius: 5px;
    width: 210px;
    font-size: 15px;
}

.my-property-content-buttons a {
    display: inline-block;
    padding: 8px 40px;
    color: #fff;
    background: #ae1f23;
    text-decoration: none;
    border-radius: 5px;
    text-transform: capitalize;
    font-size: 15px;
    transition: all linear 0.3s;
}

.my-property-content-buttons a svg {
    position: relative;
    top: 3px;
    margin-right: 5px;
}

.property-list-item {
    padding: 30px;
    margin-top: 30px;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0px 0px 10px 0px rgba(220, 150, 150, 0.15);
}

.agent-property-list-item {
    position: relative;
    max-width: 500px;
}

.agent-property-list-item label {
    position: absolute;
    top: -15px;
    right: 0;
    display: inline-block;
    padding: 5px 10px;
    border-radius: 30px;
    background: #ae1f23;
    color: #fff;
    text-align: center;
}

.agent-property-list-item label.red {
    background: #ae1f23;
}

.agent-property-list-item label.green {
    background: green;
}

.property-list-item h4 {
    color: #000;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 15px;
}

.property-list-item ul li {
    list-style: none;
    color: #000;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 10px;
}

.property-list-item ul li .text-green {
    color: #27AE60;
}

.property-list-item ul li .text-grey {
    color: #4F4F4F;
}

.property-list-item a {
    display: inline-block;
    padding: 5px 20px;
    color: #fff;
    background: #ae1f23;
    border: #ae1f23 solid 1px;
    text-decoration: none;
    border-radius: 5px;
    text-transform: capitalize;
    font-size: 12px;
    transition: all linear 0.3s;
}

.property-list-item a:hover {
    background: #fff;
    color: #ae1f23;
}

.vendor-dashboard-right .property-card-thumbnail img {
    display: none;
}

.property-request-google-map-iframe {
    position: relative;
}

.property-request-google-map-iframe iframe {
    height: 400px;
}

/*===========================================*/
/*============== Vender Chat Page ===========*/
/*===========================================*/
.vendor-message-content {
    display: flex;
}

.vendor-message-user {
    width: 40%;
}

.search-user-form {
    position: relative;
}

.search-user-form .fa {
    position: absolute;
    top: 14px;
    left: 30px;
    font-size: 16px;
    color: #666;
}

.search-user-form-control {
    display: block;
    padding: 15px 30px;
    padding-left: 50px;
    height: 45px;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    border-radius: 50px;
    background: #EDEDED;
    border: none;
}

.vendor-message-user ul {
    height: 400px;
    overflow-y: scroll;
    padding-right: 15px;
}

.vendor-message-user ul li {
    display: flex;
    align-items: center;
    margin-top: 30px;
    background: #f1f1f1;
    padding: 6px 10px;
    border-radius: 50px;
    transition: all linear 0.3s;
}


.vendor-message-user ul li:hover,
.vendor-message-user ul li.user-item.active {
    background: #aa1e22;
}

.vendor-message-user ul li img {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    margin-right: 15px;
}

.vendor-message-user ul li span {
    display: block;
}

.vendor-message-user ul li .user_msg {
    width: 100%;
}

.vendor-message-user ul li a .user_msg {
    position: relative;
    height: 55px;
    text-decoration: none;
    white-space: normal;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.vendor-message-user ul li .username {
    color: #000;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
    transition: all linear 0.3s;
}

.vendor-message-user ul li .send-time {
    color: #000;
    font-size: 14px;
    font-weight: 7400;
    text-decoration: none;
    transition: all linear 0.3s;
}

.vendor-message-user ul li:hover .send-time,
.vendor-message-user ul li.user-item.active .send-time {
    color: #fff;
}

.vendor-message-user ul li:hover .username,
.vendor-message-user ul li.user-item.active .username {
    color: #fff;
}

.vendor-message-user ul li .recent-message {
    position: relative;
    color: #4F4F4F;
    font-size: 15px;
    transition: all linear 0.3s;
    height: 20px;
    overflow: hidden;
}

.vendor-message-user ul li:hover .recent-message,
.vendor-message-user ul li.user-item.active .recent-message {
    color: #fff;
}

.vendor-message-user ul li .recent-message img {
    position: absolute;
    top: 5px;
    right: -10px;
    width: 13px;
    height: 14px;
}

.vendor-chat-area {
    width: 60%;
    overflow: hidden;
    border: #eee solid 1px;
    border-radius: 10px;
    margin-left: 30px;
}

.vendor-chat-selected-user {
    display: flex;
    align-items: center;
    background: #AE1F23;
    padding: 10px 20px;
}

.vendor-chat-selected-user .left-content img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: #fff solid 2px;
    margin-right: 10px;
}

.vendor-chat-selected-user .left-content .fa {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #fff;
    font-size: 20px;
    color: #AE1F23;
    margin-right: 15px;
}

.vendor-chat-selected-user span {
    display: block;
    color: #fff;
    font-size: 18px;
}

.vendor-chat-list ul.chat-list {
    padding: 15px;
    height: 358px;
    overflow-y: scroll;
    padding-right: 15px;
}

.vendor-chat-list ul.chat-list li.chat-item {
    list-style: none;
}

.vendor-chat-list ul.chat-list .receiver {
    text-align: right;
}

.vendor-chat-list ul.chat-list li.chat-item .chat-item-container {
    display: inline-block;
    width: 50%;
}

.vendor-chat-list ul.chat-list li.chat-item .message-timer span {
    display: inline-block;
    color: #666;
    font-size: 12px;
    margin-top: 5px;
    margin-left: 40px;
    margin-right: 0;
}

.vendor-chat-list ul.chat-list li.receiver .message-timer span {
    margin-left: 0;
    margin-right: 40px;
}

.vendor-chat-list ul.chat-list li.receiver .message-timer {
    text-align: right;
}

.vendor-chat-list ul.chat-list li .chat-item-content {
    display: flex;
    align-items: center;
}

.vendor-chat-list ul.chat-list li.receiver .chat-item-content {
    flex-direction: row-reverse;
}

.vendor-chat-list ul.chat-list li .chat-item-content .user-icon img {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    margin-right: 10px;
}

.vendor-chat-list ul.chat-list li.receiver .chat-item-content .user-icon img {
    margin-left: 10px;
    margin-right: 0;
}

.vendor-chat-list ul.chat-list li .chat-item-content .user-text {
    padding: 10px;
    background: #EDEDED;
    border-radius: 5px;
}

.message-image {
    position: relative;
}

.message-image img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 10px;
    margin-bottom: 10px;
}

.vendor-chat-form-group {
    display: flex;
    justify-content: space-between;
    margin-bottom: 0;
}

.vendor-chat-form-group .msg_with_image {
    width: 80px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-top: 1px #ccc solid;
    background: #ae1f23;
}

.vendor-chat-form-group .img-form-control {
    display: none;
}

.vendor-chat-form-group .msg-form-control {
    width: 100%;
    border-radius: 0;
    border-color: #ccc;
}

.vendor-chat-form-group .btn-send-message {
    width: 100px;
    background: #ae1f23;
    color: #fff;
    border-radius: 0;
}

/*===========================================*/
/*=============== Property Card ==========*/
/*===========================================*/
.property-card {
    display: flex;
    border-radius: 5px;
    background: var(--White, #FFF);
    box-shadow: 1px 1px 10px 0px rgba(72, 72, 72, 0.20);
    margin-bottom: 30px;
    transition: all linear 0.3s;
}

.property-card-thumbnail {
    position: relative;
    width: 367px;
    z-index: 1;
}

.property-card-thumbnail::before {
    z-index: 2;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 5px 0px 0px 5px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 51.04%, rgba(0, 0, 0, 0.98) 100%);
}

.property-card-thumbnail span {
    z-index: 3;
    position: absolute;
    top: 15px;
    right: 15px;
    display: inline-block;
    padding: 8px 20px;
    border-radius: 0px 16.667px;
    background: rgba(247, 176, 68, 0.90);
    color: #fff;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.property-card-thumbnail img {
    width: 100%;
}

.property-card-description {
    width: calc(100% - 367px);
    padding: 30px;
}

.property-card-description h4 {
    color: #000;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 15px;
}

.property-card-body ul li {
    list-style: none;
    margin-bottom: 10px;
}

.property-card-body ul li:first-child span {
    color: #515151;
    font-size: 18px;
    font-weight: 600;
}

.property-card-body ul li:nth-child(2) span {
    color: #515151;
    font-size: 16px;
    font-weight: 600;
}

.property-card-body ul li:nth-child(2) span .text-red {
    color: #AE1F23;
}

.property-card-body ul li:last-child span {
    color: #515151;
    font-size: 14px;
    font-weight: 400;
    font-style: italic;
}

.property-card-body ul li:last-child .fa {
    color: #AE1F23;
    font-size: 18px;
    margin-right: 5px;
}

.property-card-footer {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 5px;
}

.property-card-footer form {
    margin-bottom: 0 !important;
}

.property-card-footer p,
.property-card-footer span {
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    flex: 1 1 0;
}

.property-card-footer .btn-delete,
.property-card-footer a {
    display: inline-block;
    padding: 8px 30px 6px;
    color: #fff;
    font-weight: 600;
    background: #ae1f23;
    text-decoration: none;
    border-radius: 5px;
    border: #ae1f23 solid 2px;
    text-transform: capitalize;
    font-size: 15px;
    transition: all linear 0.3s;
}

.property-card-footer .btn-delete {
    padding: 8px 15px 6px;
}

.property-card-footer a:hover {
    background: #fff;
    color: #ae1f23;
}

/*===========================================*/
/*=========== Change Password Page ==========*/
/*===========================================*/
.change-password-form label {
    color: rgba(41, 41, 41, 0.90);
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.change-password-form label span {
    color: #AE1F23;
}

.btn-change-password-form-control {
    display: block;
    width: 100%;
    padding: 10px;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    border-radius: 5px;
    border: #AE1F23 solid 2px;
    background: #AE1F23;
    transition: all linear 0.3s;
}

.btn-change-password-form-control:hover {
    background: #fff;
    color: #AE1F23;
}

.change-password-form-control {
    height: 47px;
    color: rgba(41, 41, 41, 0.60);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    border-radius: 5px;
    border: 0.5px solid var(--Outline, rgba(135, 135, 135, 0.50));
    margin-bottom: 30px;
}

/*===========================================*/
/*=========== Property Reques Page ==========*/
/*===========================================*/
.property-request-summary ul {
    display: flex;
    flex-wrap: wrap;
}

.property-request-summary ul li {
    list-style: none;
    margin-bottom: 20px;
}

.property-request-summary ul li h4 {
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 5px;
}

.property-request-summary ul li span {
    display: block;
    color: rgba(41, 41, 41, 0.80);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 130.187%;
}

.property-request-google-map {
    margin: 30px 0;
}

.property-request-google-map h3 {
    color: #000;
    font-size: 18px;
    margin-bottom: 15px;
}

.property-request-google-map-iframe {
    padding: 15px;
    border-radius: 5px;
    border: 0.5px solid var(--Outline, rgba(135, 135, 135, 0.50));
}

.property-request-google-map-iframe h4 {
    color: rgba(41, 41, 41, 0.80);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 15px;
}

.property-request-google-map-iframe iframe {
    border-radius: 5px;
}

.property-request-message h3 {
    color: #000;
    font-size: 18px;
    margin-bottom: 15px;
}

.property-request-message p {
    color: var(--Para-Text, #515151);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 160.187%;
}

.related-property-request h3 {
    margin: 30px 0 15px;
    color: #000;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

/*===========================================*/
/*======= Vender Property Details Page ======*/
/*===========================================*/
.property-details {
    width: 650px;
}

.property-details .property-card-thumbnail {
    width: 247px;
}

.property-details .property-card-description {
    padding: 20px;
    width: calc(100% - 247px);
}

.property-details .property-card-title h4 {
    font-size: 18px;
}

.property-details .property-card-body ul li {
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 130.187%;
}

.property-details .property-card-body ul li span.txt-green {
    color: #02AF86;
}

/*===========================================*/
/*========== Vender Property Add Page =======*/
/*===========================================*/
.property-request-google-map-iframe iframe {
    margin-bottom: 15px;
}

.property-request-google-map-iframe .add-property-form-control {
    margin-bottom: 0;
    border-radius: 5px;
    border: 0.5px solid var(--Outline, rgba(135, 135, 135, 0.50));
}

.property-request-google-map-iframe .add-property-form-control::placeholder {
    color: rgba(135, 135, 135, 0.70);
    font-family: 'Roboto Flex', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
}

.vendor-add-property h3 {
    color: #000;
    font-size: 26px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 15px;
    font-family: 'Roboto', sans-serif;
}

.vendor-add-property h4 {
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 10px;
    font-family: 'Roboto', sans-serif;
}

.add-property-form label {
    color: #000;
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 10px;
}

.add-property-form .radio-button {
    margin-bottom: 15px;
}

.add-property-form-control {
    margin-bottom: 30px;
    height: 47px;
    background: #fff;
    border-radius: 5px;
    color: rgba(41, 41, 41, 0.80);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    border: 1px solid rgba(135, 135, 135, 0.30);
}

.add-property-form-control::placeholder {
    color: rgba(41, 41, 41, 0.80);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.property-image-uploader-form-area {
    margin: 30px 0;
}

.uploaded-property-image-list {
    text-align: left;
}

.uploaded-property-image-item {
    position: relative;
    display: inline-block;
    width: 195px;
    height: 135px;
    border-radius: 10px;
    overflow: hidden;
    margin-right: 15px;
    margin-bottom: 15px;
    z-index: 1;
    transition: all linear 0.3s;
}

.uploaded-property-image-item:last-child:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(135, 135, 135, 0.70);
    z-index: -1;
}

.uploaded-property-image-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1;
}

.uploaded-property-image-item svg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    fill: #fff;
    color: #fff;
    z-index: 9;
}

.uploaded-property-image-item.removed {
    opacity: 0;
    display: none;
}

.uploaded-property-image-item .deletePropertyImage {
    position: absolute;
    top: 5px;
    right: 5px;
    background: #ae1f23;
    color: #fff;
    z-index: 9;
    width: 30px;
    height: 30px;
    border: none;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    text-align: none;
}

.uploaded-property-image-item label {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
    cursor: pointer;
}

.uploaded-property-image-item input[type="file"] {
    display: none;
}

.uploaded-property-image-item img {
    width: 100%;
    height: auto;
}

.property-description-wrapper {
    margin-bottom: 30px;
}

.property-description-wrapper .ck.ck-editor__main>.ck-editor__editable {
    min-height: 200px;
}

.uploaded-property-image-item #removeImage {
    position: absolute;
    top: 5px;
    right: 5px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    color: #ae1f23;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9;
    cursor: pointer;
}

.label-form-group label {
    display: inline-block;
    padding: 10px 25px;
    margin-right: 15px;
    margin-bottom: 20px;
    color: #666;
    font-size: 16px;
    background: #fff;
    border-radius: 5px;
    border: solid 1px rgba(135, 135, 135, 0.50);
    cursor: pointer;
    font-weight: 500;
    transition: all 0.3s;
}

.label-form-group input[type="checkbox"],
.label-form-group input[type="radio"] {
    display: none;
}

.label-form-group input[type="checkbox"]:checked+label,
.label-form-group input[type="radio"]:checked+label {
    color: #ffff;
    border-color: #AE1F23;
    background: #AE1F23;
}

.form-group-diver {
    display: flex;
    gap: 20px;
}

.form-group-diver .form-group {
    width: 140px;
}

.form-group-diver .form-group .add-property-form-control {
    text-align: center;
    margin-bottom: 15px;
}

.agree-policy {
    margin-bottom: 15px;
}

.agree-policy label {
    color: #515151;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 160.187%;
    cursor: pointer;
}

.agree-policy label span {
    color: #1966BA;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 160.187%;
}

.agree-policy label input[type="checkbox"] {
    position: relative;
    top: 3px;
    width: 20px;
    height: 20px;
    margin-right: 10px;
}

.form-submit-button {
    padding-top: 30px;
    display: flex;
    gap: 15px;
    border-top: rgba(81, 81, 81, 0.60) solid 1px;
}

.form-submit-button .btn-submit-as-draft {
    display: inline-block;
    padding: 10px 50px;
    margin-right: 15px;
    margin-bottom: 20px;
    color: #515151;
    font-size: 18px;
    border-radius: 5px;
    background: rgba(225, 225, 225, 0.50);
    border: solid 1px rgba(225, 225, 225, 0.50);
    cursor: pointer;
    font-weight: 700;
    transition: all 0.3s;
}

.form-submit-button .btn-submit-as-draft:hover {
    background: #515151;
    color: #fff;
}

.form-submit-button .btn-submit-as-publish {
    display: inline-block;
    padding: 10px 50px;
    margin-right: 15px;
    margin-bottom: 20px;
    color: #fff;
    font-size: 18px;
    background: #AE1F23;
    border-radius: 5px;
    border: solid 1px #AE1F23;
    cursor: pointer;
    font-weight: 700;
    transition: all 0.3s;
}

.form-submit-button .btn-submit-as-publish:hover {
    background: #ffff;
    color: #AE1F23;
}

/*===========================================*/
/*========== Property Details Page =======*/
/*===========================================*/
.property-gallery-slider {
    position: relative;
    padding-bottom: 100px;
}

.property-gallery-slider img {
    width: 100%;
}

.carousel-indicators {
    margin-right: 0;
    margin-left: 0;
    bottom: 0;
    top: calc(100% + 10px);
    justify-content: flex-start;
}

.carousel-indicators [data-bs-target].active,
.carousel-indicators [data-bs-target] {
    width: 20%;
    height: 90px;
    background: #fff;
    border-radius: 10px;
    border: #ccc solid 2px;
    text-indent: 0;
}

.carousel-indicators [data-bs-target].active {
    border-color: #AE1F23;
    text-indent: 0;
}

.title-wrapper h2 {
    font-family: 'Roboto Flex', sans-serif;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
}

.below_title_price {
    display: flex;
    align-items: center;
    gap: 10px;
}

.below_title_price .price {
    display: inline-block;
    color: #515151;
    font-family: 'Roboto Flex', sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 130.187%
}

.below_title_price .negotible {
    display: inline-block;
    margin-left: 15px;
    padding: 8px 15px;
    color: #fff;
    font-family: 'Roboto Flex', sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    border-radius: 5px;
    background: var(--Green, #02AF86);
}

.premium-listing-property {
    padding: 15px 30px;
    margin: 15px 0;
    border-radius: 5px;
    background: #F2F2F2;
}

.premium-listing-property svg {
    position: relative;
    top: -2px;
}

.premium-listing-property .favorite svg {
    top: 0;
    margin-right: 5px;
}

.premium-listing-property span {
    margin-left: 5px;
    color: #515151;
    font-family: 'Roboto Flex', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.below_title .address span {
    color: #000;
    font-family: 'Roboto Flex', sans-serif;
    font-size: 16px;
    font-style: italic;
    font-weight: 600;
    margin-left: 10px;
}

.below_title {
    padding-bottom: 30px;
    border-bottom: rgba(81, 81, 81, 0.50) solid 1px;
}

.share-to-social-media span {
    color: #515151;
    font-family: 'Roboto Flex', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.property-section {
    margin: 30px 0;
    padding: 15px 20px;
    border-radius: 2px;
    background: #fff;
    box-shadow: 0px 2px 10px 0px rgba(98, 98, 98, 0.15);
}

.property-map {
    width: 100%;
    height: 450px
}

.property-section h3 {
    color: var(--Muted-Blue, #000);
    font-family: 'Roboto Flex', sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 15px;
}

.property-navbar ul li {
    display: inline-block;
}

.property-navbar ul li a {
    display: inline-block;
    margin: 0 15px;
    color: #515151;
    font-family: 'Roboto Flex', sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-decoration: none;
}

.property-amenities-item {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 15px 0;
}

.property-amenities-item h4 span {
    display: block;
}

.property-amenities-item h4 .key {
    color: #666;
    font-family: 'Roboto Flex', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.property-amenities-item h4 .value {
    color: #000;
    font-family: 'Roboto Flex', sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.property-section.property-features ul li {
    position: relative;
    padding-left: 10px;
    display: inline-block;
    width: 32%;
    color: #515151;
    font-family: 'Roboto Flex', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
}

.property-section.property-features ul li .fa {
    font-size: 10px;
    position: relative;
    top: -2px;
    left: -10px;
}

.card-property {
    border-radius: 5px;
    background: #FFF;
    box-shadow: 3px 3px 10px 0px rgba(72, 72, 72, 0.20);
    position: relative;
    overflow: hidden;
    margin-bottom: 25px;
}

.card-property .property-image {
    position: relative;
    background: #000;
    overflow: hidden;
}

.card-property .property-image img {
    width: 100%;
    opacity: .8;
    transition: all linear .3s;
}

.card-property:hover .property-image img {
    transform: scale(1.1);
}

.card-property .property-image .sale {
    border-radius: 10px 0px;
    background: rgba(2, 175, 134, 0.80);
    padding: 5px 15px;
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 9;
}

.card-property .property-image .sale h5 {
    color: #FFF;
    font-family: 'Roboto Flex', sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
}

.card-property .property-image .rent {
    border-radius: 10px 0px;
    background: rgba(247, 176, 68, 0.80);
    padding: 5px 15px;
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 9;
}

.card-property .property-image .rent h5 {
    color: #FFF;
    font-family: 'Roboto Flex', sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
}

.card-property .property-image .totalviews {
    position: absolute;
    top: 15px;
    left: 15px;
    z-index: 9;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.card-property .property-image .totalviews .eye {
    margin: 0 5px;
}

.card-property .property-image .totalviews p {
    color: #FFF;
    font-family: 'Roboto Flex', sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.card-property .property-image .property-cost {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    position: absolute;
    bottom: 15px;
    left: 15px;
}

.card-property .property-image .property-cost p {
    color: #FFF;
    font-family: 'Roboto Flex', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    margin-left: 5px;
}

.card-property .property-content {
    padding: 20px;
}

.card-property .property-content h3 {
    color: #000;
    font-family: 'Roboto Flex', sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
}

.card-property .property-content h4 {
    color: #515151;
    font-family: 'Roboto Flex', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    margin: 15px 0;
}

.card-property .property-content h4 span {
    color: #ae1f23;
}

.card-property .property-content h5 span {
    color: #515151;
    font-family: 'Roboto Flex', sans-serif;
    font-size: 15px;
    font-style: italic;
    font-weight: 400;
}

.card-property .property-btn {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
}

.card-property .property-btn p {
    color: #000;
    font-family: 'Roboto Flex', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.card-property .property-btn a {
    text-decoration: none;
    display: inline-block;
    padding: 7px 20px;
    background: #AE1F23;
    border: 1px solid #AE1F23;
    color: #fff;
    border-radius: 5px;
    transition: all linear .3s;
}

.card-property .property-btn a:hover {
    background: transparent;
    color: #AE1F23;
}

.property-owner-details-price-content ul li {
    list-style: none;
    margin: 7px 0;
}

.property-owner-details-price-content ul li span {
    display: inline-block;
    color: #515151;
    font-family: 'Roboto Flex', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
}

.property-owner-details-price-content ul li span.field {
    width: 90px;
}

.property-owner-details-price-content ul li span.value {
    color: #000;
    padding-bottom: 0;
}

.property-owner-details-price-content ul li span.phone,
.property-owner-details-price-content ul li span.email {
    color: #1966BA;
}

.property-owner-details-price-content ul li span.status {
    color: #02AF86;
}

.premium-listing-properties-item {
    margin-top: 30px;
    list-style: none;
}

.contact-with-owner {
    padding: 30px;
    border-radius: 2px;
    background: var(--White, #FFF);
    box-shadow: 0px 0px 10px 0px rgba(54, 54, 54, 0.15);
}

.contact-with-owner h3 {
    color: #000;
    font-family: 'Roboto Flex', sans-serif;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.contact-with-owner .agent-info {
    display: flex;
    align-items: center;
    margin: 15px 0;
}

.contact-with-owner .agent-info .agent-avatar {
    margin-right: 15px;
}

.contact-with-owner .agent-info .agent-avatar img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
}

.contact-with-owner .agent-info .agent-contact .agent-name {
    display: block;
    color: #000;
    font-family: 'Roboto Flex', sans-serif;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: 150.188%;
}

.contact-with-owner .agent-info .agent-contact .agent-phone {
    display: block;
    margin-top: 5px;
    color: #515151;
    font-family: 'Roboto Flex', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.contact-with-owner .btn-call {
    display: inline-block;
    padding: 5px 10px;
    border-radius: 5px;
    background: #AE1F23;
    color: #fff;
    font-size: 14px;
}

.contact-with-owner .btn-sms {
    display: inline-block;
    padding: 5px 10px;
    border-radius: 5px;
    background: #515151;
    color: #fff;
    font-size: 14px;
}

.premium-listing-properties .section-divider-title h3 {
    margin-top: 30px;
    position: relative;
    color: #000;
    font-family: 'Roboto Flex', sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.premium-listing-properties .section-divider-title h3::before {
    content: '';
    position: absolute;
    width: 49px;
    height: 49px;
    border-radius: 50%;
    background: rgba(220, 20, 63, 0.10);
    top: -5px;
    left: -18px;
}

/*===========================================*/
/*========== Property Listing Page ==========*/
/*===========================================*/
.proprety-search-bar {
    padding: 30px;
    border-radius: 2px;
    background: #fff;
    box-shadow: 0px 0px 10px 0px rgba(54, 54, 54, 0.15);
}

.proprety-search-bar h3 {
    color: #000;
    font-family: 'Roboto Flex', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: capitalize;
    margin: 15px 0;
    border-bottom: #eee solid 1px;
    padding-bottom: 10px;
}

.proprety-search-bar #search,
.proprety-search-bar #google_map_location {
    margin-bottom: 15px;
}

.price-range-form-group {
    display: flex;
    gap: 5px;
}

.proprety-search-bar label {
    font-size: 14px;
    margin-right: 10px;
    margin-bottom: 11px;
    background: transparent;
    border: none;
}

.proprety-search-bar-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.proprety-search-bar-title label {
    background: #fff;
    border-radius: 5px;
    border: 1px solid rgba(81, 81, 81, 0.70);
    margin-right: 0;
    margin-bottom: 0;
}

.proprety-search-bar h4 {
    margin: 15px 0;
    color: #000;
    font-family: 'Roboto Flex', sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: capitalize;
}

.proprety-search-bar hr {
    margin: 30px 0 15px;
}

.proprety-search-bar .price_range {
    width: 100%;
}

.proprety-search-bar input[type="range"] {
    /* removing default appearance */
    -webkit-appearance: none;
    appearance: none;
    /* creating a custom design */
    width: 100%;
    cursor: pointer;
    outline: none;
    /*  slider progress trick  */
    overflow: hidden;
    border-radius: 16px;
}

/* Track: webkit browsers */
.proprety-search-bar input[type="range"]::-webkit-slider-runnable-track {
    height: 15px;
    background: #F0F0F0;
    border-radius: 16px;
}

/* Track: Mozilla Firefox */
.proprety-search-bar input[type="range"]::-moz-range-track {
    height: 15px;
    background: #F0F0F0;
    border-radius: 16px;
}

/* Thumb: webkit */
.proprety-search-bar input[type="range"]::-webkit-slider-thumb {
    /* removing default appearance */
    -webkit-appearance: none;
    appearance: none;
    /* creating a custom design */
    height: 15px;
    width: 15px;
    background-color: #fff;
    border-radius: 50%;
    border: 2px solid #ae1f23;
    /*  slider progress trick  */
    box-shadow: -407px 0 0 400px #ae1f23;
}


/* Thumb: Firefox */
.proprety-search-bar input[type="range"]::-moz-range-thumb {
    height: 15px;
    width: 15px;
    background-color: #fff;
    border-radius: 50%;
    border: 1px solid #ae1f23;
    /*  slider progress trick  */
    box-shadow: -407px 0 0 400px #ae1f23;
}

.proprety-search-bar .price_range_list {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 10px 0 30px;
}

.property-item .property-card .property-card-thumbnail {
    width: 250px;
}

.property-item .property-card .property-card-thumbnail img {
    display: none;
}

.property-item .property-card .property-card-description {
    width: calc(100% - 250px);
}

.property-item .property-card .property-card-description ul li {
    box-shadow: none;
    width: 100%;
}

.property-item .property-card .property-card-description ul li {
    color: #515151;
    font-family: 'Roboto Flex', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.property-item .property-card .property-card-description ul li .txt-red {
    color: #AE1F23;
}

.property-item .property-card .property-card-description ul li .google_address {
    color: #515151;
    font-family: 'Roboto Flex', sans-serif;
    font-size: 16px;
    font-style: italic;
    font-weight: 400;
    line-height: 130.187%;
}

.pagination-content .pagination {
    justify-content: center;
}

.pagination-content .pagination li.active>.page-link,
.page-link.active {
    background: #ae1f23;
    border-color: #ae1f23;
}


/*===========================================*/
/*============ Banner Searach =========*/
/*===========================================*/
.multiple-dropdown {
    position: relative;
    display: inline-block;
    height: 50px;
    width: 20%;
}

.multiple-dropdown .select-dropdown {
    width: 100%;
    padding: 10px 10px;
    height: 50px;
    border: none;
    border-radius: 0;
}

.multiple-dropdown .sub_category_id {
    position: absolute;
    top: calc(100% + 15px);
    left: 0;
    width: 100%;
    background: #fff;
}

.multiple-dropdown .property_type_id {
    position: absolute;
    top: calc(100% + 65px);
    left: 0;
    width: 100%;
    background: #fff;
}


.user-profile-avatar-img {
    margin-top: -15px;
    width: 100px;
    height: 100px;
}

/*===========================================*/
/*=========== Public User Profile ===========*/
/*===========================================*/
.public-user-profile {
    padding: 50px 0;
}

.public-user-profile-container {
    padding: 30px;
    border: #eee solid 2px;
}

.user-avatar .contact-with-owner .agent-info {
    display: block;
    text-align: center;
    margin-bottom: 20px;
}

.user-avatar .contact-with-owner .agent-info .agent-avatar {
    display: block;
    margin-bottom: 15px;
}

.user-avatar .contact-with-owner .agent-info .agent-avatar img {
    width: 150px;
    height: 150px;
}

.user-description {
    padding-top: 30px;
    padding-left: 50px;
}

.user-description ul li {
    display: block;
    list-style: none;
}

.user-description ul li h4 {
    font-size: 14px;
    color: #666;
    margin-bottom: 20px;
}

.user-description ul li span {
    display: block;
    font-size: 18px;
    color: #000;
    font-weight: 700;
    margin-top: 5px;
}

.property-description {
    margin-top: 30px;
    padding-top: 20px;
    border-top: #eee solid 2px;
}

.property-description h2 {
    font-size: 24px;
    margin-bottom: 20px;
}

.property-description p {
    color: #515151;
    font-family: 'Roboto Flex', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
}

.property-description ul li {
    list-style: none !important;
}

.user-profile-link {
    color: #000;
    transition: all linear 0.3s;
}

.user-profile-link:hover {
    color: #AE1F23;
}


/*===========================================*/
/*================ Google Map ================*/
/*===========================================*/
.leaflet-fade-anim .leaflet-map-pane .leaflet-popup {
    bottom: 20px !important;
}

.google_latitude {
    margin-top: 10px;
}

.google_longitude {
    margin-top: 5px;
}

.ad_expiry_date {
    width: 200px;
}

/*===========================================*/
/*================ Forms ================*/
/*===========================================*/
#realStateForm {
    display: none
}

#realStateForm.active {
    display: block
}

#propertyTypes {
    display: none
}

#propertyTypes.active {
    display: block
}

#publishProperty {
    display: none
}

#publishProperty.active {
    display: block
}

#furnitureDecorForm {
    display: none
}

#furnitureDecorForm.active {
    display: block
}

#mobileComputerForm {
    display: none
}

#mobileComputerForm.active {
    display: block
}

#mobileComputerForm {
    display: none
}

#mobileComputerForm.active {
    display: block
}

#vehicleForm {
    display: none
}

#vehicleForm.active {
    display: block
}

#vehiclePropertyTypes {
    display: none
}

#vehiclePropertyTypes.active {
    display: block
}

.overlayer-property-card {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
}

#premiumListingSlider .item {
    padding: 0 15px;
}

#premiumListingSlider .owl-pagination {
    display: none;
}

#premiumListingSlider .owl-buttons .owl-prev {
    position: absolute;
    top: 50%;
    left: calc(-15px);
    transform: translateY(-50%);
    font-family: 'FontAwesome';
    text-align: center;
    width: 50px;
    height: 50px;
    border: #fff solid 2px;
    background: #fff;
    color: #333;
    font-size: 24px;
    border-radius: 50%;
    opacity: 1;
    padding-right: 12px;
    padding-top: 5px;
    transition: all linear 0.3s;
    box-shadow: 0 0 15px -10px #000;
}

#premiumListingSlider .owl-buttons .owl-next {
    position: absolute;
    top: 50%;
    right: calc(-15px);
    transform: translateY(-50%);
    font-family: 'FontAwesome';
    text-align: center;
    width: 50px;
    height: 50px;
    border: #fff solid 2px;
    background: #fff;
    color: #333;
    font-size: 24px;
    border-radius: 50%;
    opacity: 1;
    padding-left: 12px;
    padding-top: 5px;
    transition: all linear 0.3s;
    box-shadow: 0 0 15px -10px #000;
}

#premiumListingSlider .owl-buttons .owl-prev:hover,
#premiumListingSlider .owl-buttons .owl-next:hover {
    background: #aa1e22;
    color: #fff;
}

/*===========================================*/
/*================ Hero Advertisement =======*/
/*===========================================*/
.hero-advertisement {
    margin: 30px 0 50px;
}

/*===========================================*/
/*================ Boost Page ===============*/
/*===========================================*/
.boost-price,
.boost-form {
    position: relative;
    margin-bottom: 50px;
    overflow: hidden;
    border-radius: 10px;
    border: #333 solid 1px;
}

.boost-price h4,
.boost-form h4 {
    padding: 15px;
    background: #333;
    color: #fff;
    text-align: center;
    font-size: 20px;
}

.boost-price-table {
    text-align: center;
    margin-bottom: 0;
    padding-bottom: 0;
}

.boost-price-table tr th,
.boost-price-table tr td {
    padding-top: 20px;
    padding-bottom: 20px;
}

.boost-form-block {
    padding: 30px 30px 10px;
}

.boost-form-block label {
    margin-bottom: 5px;
    font-size: 16px;
    font-weight: 500;
}

.boost-form-block label .fa-solid {
    position: relative;
    top: -2px;
    font-size: 10px;
    margin-right: 5px;
}

.boost-form-block .form-group {
    margin-bottom: 15px;
}

.boost-form-block .form-control {
    height: 40px;
    background: #eee;
    font-size: 14px;
}

.boost-form-block .btn-submit {
    padding: 8px 30px;
    background: #333;
    color: #fff;
}

/*===========================================*/
/*================ Responive ================*/
/*===========================================*/
@media (max-width: 991px) {
    .popular-categories ul li {
        display: inline-block;
        width: calc(33% - 10px);
        padding: 5px;
    }
}

@media (max-width: 767px) {
    .header-bottom .row {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .desktop-version {
        display: none;
    }

    .mobile-version {
        display: block;
        position: absolute;
        top: 7px;
        left: 0px;
    }

    .mobile-version-link {
        display: block;
        text-align: right;
    }

    .mobile-version-link .fa {
        color: #191919;
        font-size: 14px;
    }

    .mobile-version-link span {
        display: inline-block;
        padding: 5px 10px;
        background: #aa1e22;
        color: #fff;
        border-radius: 5px;
        font-size: 12px;
        margin-left: 10px;
    }

    .openbtn {
        font-size: 14px;
    }

    .sidepanel {
        right: inherit;
        left: 0;
    }

    .logo {
        margin-left: 20px;
    }

    .logo img {
        display: inline-block;
        width: 50px;
    }

    .header-menus-wrapper nav ul li {
        display: none;
    }

    .header-menus-wrapper nav ul li:last-child {
        display: block;
        margin-left: 0;
    }

    .mobile-search {
        display: block;
        padding: 0;
        padding-bottom: 0;
        box-shadow: 0 5px 15px -10px rgba(0, 0, 0, 0.5);
    }

    .mobile-search-form {
        position: relative;
        background: #f6f6f6;
        padding: 5px;
        padding-left: 15px;
        border-radius: 5px;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .mobile-search-form span {
        position: absolute;
        left: 15px;
        top: 50%;
        transform: translateY(-50%);
        font-size: 12px;
        color: #a6a6a6;
    }

    .mobile-search-form .form-control {
        padding-left: 0;
        max-width: calc(100% - 50px);
        height: 40px;
        border: none;
        border-radius: 0;
        background: transparent;
        color: #a6a6a6;
        font-size: 14px;
        outline: none;
        box-shadow: none;
    }

    .btn-mobile-search-form {
        width: 15px;
        border-left: 1px solid #a6a6a6;
        border-radius: 0;
        padding: 0;
        color: #a6a6a6;
        font-size: 14px;
        border: navajowhite;
        background: transparent;
        margin-right: 10px;
    }

    .btn-mobile-search-form-toggle {
        width: 60px;
        border-left: 1px solid #a6a6a6;
        border-radius: 0;
        padding: 0;
        color: #a6a6a6;
        font-size: 18px;
        font-weight: 300;
    }

    .proprety-search-sidebar {
        position: fixed;
        top: 0;
        left: 0;
        transform: translateX(-100%);
        width: 100%;
        height: 100vh;
        background: #aa1e22;
        z-index: 9999;
        padding: 15px;
        display: flex;
        justify-content: center;
        align-items: center;
        transition: all ease-in-out 0.3s;
    }

    .proprety-search-sidebar.active {
        transform: translateX(0);
    }

    .btn-proprety-search-sideba:focus,
    .btn-proprety-search-sideba:hover,
    .btn-proprety-search-sidebar {
        position: absolute;
        top: 15px;
        right: 15px;
        background: #fff;
        color: #aa1e22;
        border-radius: 50%;
        height: 30px;
        width: 30px;
        padding: 0;

    }

    .proprety-search-sidebar h3 {
        color: #fff;
        font-size: 16px;
        font-weight: 600;
        margin-bottom: 15px;
    }

    .proprety-search-sidebar .form-control {
        height: 40px;
        border: 0;
        border-radius: 3px;
        margin-bottom: 15px;
        font-size: 14px;
    }

    .proprety-search-sidebar .btn-danger {
        border-radius: 3px;
        margin-bottom: 10px;
        width: 100%;
        display: block;
    }

    .proprety-search-sidebar .add-property-form label {
        color: #fff;
    }

    .banner {
        display: none;
    }

    /* popular-categories */
    .popular-categories {
        padding: 15px 0;
        background: #f6f6f6;
    }

    .popular-categories h2 {
        font-size: 16px;
        margin-bottom: 10px;
    }

    .popular-categories ul {
        display: flex;
        flex-wrap: wrap;
    }

    .popular-categories ul li {
        width: 25%;
        margin: 0;
        padding: 2px;
    }

    .popular-categories-card a {
        padding: 10px 0;
        min-height: 75px;
        background: #fff;
        border: none;
    }

    .popular-categories-card a .fa-solid {
        font-size: 20px;
    }

    .popular-categories-card a span {
        font-size: 10px;
        margin-top: 5px;
    }

    .premium-listing {
        padding: 15px 0;
        background: #f6f6f6;
    }

    .title-wrapper {
        margin: 0;
    }

    .title-wrapper h2 {
        font-size: 16px;
        margin-bottom: 15px;
    }

    #premiumListingSlider .item {
        padding: 0 5px;
    }

    #premiumListingSlider .owl-buttons .owl-prev {
        width: 40px;
        height: 40px;
        font-size: 17px;
    }

    #premiumListingSlider .owl-buttons .owl-next {
        width: 40px;
        height: 40px;
        font-size: 17px;
    }

    .title-wrapper a {
        font-size: 14px;
        margin-top: -15px;
    }

    .title-wrapper a svg {
        width: 13px;
    }

    .property-page-listing,
    .recent-listing {
        padding: 30px 0;
        background: #f6f6f6;
    }

    .property-page-listing .my-property-card,
    .recent-listing .my-property-card {
        display: flex;
        border-radius: 5px;
        overflow: hidden;
    }

    .property-page-listing .my-property-card .property-image,
    .recent-listing .my-property-card .property-image {
        width: 150px;
        background-size: cover;
    }

    .property-page-listing .my-property-card .property-image img,
    .recent-listing .my-property-card .property-image img {
        display: none;
    }

    .property-page-listing .my-property-card .property-content,
    .recent-listing .my-property-card .property-content {
        width: calc(100% - 150px);
        border-radius: 0 5px 5px 0;
    }

    .property-page-listing .my-property-card .property-content h3,
    .recent-listing .my-property-card .property-content h3 {
        height: auto;
        font-size: 14px;
    }

    .property-page-listing .my-property-card .property-btn a,
    .recent-listing .my-property-card .property-btn a {
        padding: 5px 7px;
        background: #AE1F23;
        color: #fff;
        font-size: 12px;
    }

    .property-price {
        margin-top: 5px;
    }

    .property-price span {
        font-size: 14px;
    }

    .my-property-card .property-content h4 {
        font-size: 14px;
    }

    .footer {
        padding: 40px 0 0;
    }

    .footer-contact-address img {
        width: 130px;
    }

    .footer-quick-link {
        padding-top: 20px;
    }

    .footer-contact-address ul li span {
        font-size: 14px;
    }

    .footer-quick-link ul li {
        line-height: 30px;
    }

    .footer-quick-link ul li a {
        font-size: 14px;
    }

    .footer-social-link h4 {
        margin: 30px 0 20px;
        font-size: 14px;
    }

    .footer .copyright-content {
        margin-top: 20px;
        padding: 20px 0;
    }

    /* about page */
    .page-content .page-main-title h2 {
        font-size: 24px;
        padding-bottom: 15px;
    }

    .page-content .inner-content h3 {
        font-size: 18px;
    }

    .blogs {
        padding: 30px 0;
    }


    .blogs ul {
        display: block;
    }

    .blogs .blogs-list li {
        width: 100%;
    }

    .blogs .blogs-list li h2 {
        font-size: 16px;
        margin-bottom: 10px;
    }

    .blogs .blogs-list li p {
        font-size: 14px;
        line-height: 26px;
    }

    /* listing page */
    .proprety-search-bar h3 {
        font-size: 18px;
    }

    .proprety-search-bar {
        padding: 20px;
        margin-bottom: 50px;
        display: none;
    }

    .page-listing {
        padding: 15px 0;
    }

    .property-item .property-card .property-card-thumbnail {
        width: 115px;
        border-radius: 5px 0 0 5px;
    }

    .property-item .property-card .property-card-description {
        width: calc(100% - 115px)
    }

    .property-card-description {
        padding: 10px;
    }

    .property-card-footer p,
    .property-card-footer span {
        font-size: 12px;
    }

    .property-card-footer a {
        padding: 5px 10px;
        font-size: 12px;
    }

    /* property details page */
    .carousel-indicators [data-bs-target].active,
    .carousel-indicators [data-bs-target] {
        height: 50px;
        border-radius: 5px;
    }

    .property-gallery-slider {
        padding-bottom: 60px;
    }

    .below_title_price .negotible {
        display: block;
        margin: 5px 0;
        width: 100px;
        text-align: center;
        padding: 5px;
    }

    .below_title .address {
        margin-bottom: 15px;
        margin-top: 15px;
    }

    .property-navbar {
        padding: 15px;
    }

    .property-navbar ul li {
        display: block;
        padding: 0;
    }

    .property-navbar ul li a {
        display: block;
        margin: 0;
        padding: 10px 15px;
        background: #f1f1f1;
        margin-bottom: 5px;
    }

    .property-section.property-features ul li {
        display: block;
        width: 100%;
    }

    .property-add-wrapper .property-add a {
        font-size: 14px;
        padding: 10px 20px;
        border-radius: 5px;
        margin-top: 15px;
    }

    .contact-with-owner .btn-call {
        margin-bottom: 5px;
    }

    .property-similar {
        padding: 0;
        box-shadow: none;
    }

    .header-menus-wrapper nav ul li a {
        padding: 15px 0;
    }

    /* agent profile  */
    .vendor-dashboard-left {
        padding-right: 15px;
    }

    .vendor-slidebar-link {
        padding: 0 15px;
    }

    .vendor-slidebar-link ul li:first-child a::before,
    .vendor-slidebar-link ul li a:hover::before {
        display: none;
    }

    .vendor-slidebar-link ul li a {
        background: #ccc;
        color: #000;
        margin: 0;
        padding: 10px 1px;
        border-radius: 3px;
        margin-bottom: 5px;
    }

    .vendor-slidebar-link ul li:last-child a {
        margin-top: -8px;
    }

    .vendor-dashboard-right {
        padding: 0 30px;
    }

    .header-menus-wrapper nav ul {
        justify-content: flex-end;
    }

    .banner-content form .fa-thumb-tack {
        display: none;
    }

    .vendor-form {
        padding: 15px;
    }

    .form-group img {
        display: block;
        margin: 15px 0;
    }

    /* agent property */
    .my-property-content-buttons {
        display: block;
    }

    .vendor-form-control {
        height: 45px;
        margin-bottom: 15px;
    }

    .vendor-slidebar-link ul li form {
        margin-top: 0;
    }

    .sort-by-category-form-control {
        margin-bottom: 15px;
    }

    .property-list-item {
        padding: 20px;
    }

    .my-property-content {
        padding-bottom: 50px;
    }

    .property-details,
    .property-details .property-card-thumbnail,
    .property-details .property-card-description {
        width: 100%;
    }

    .vendor-dashboard-right .property-card-thumbnail img {
        display: block;
    }

    .uploaded-property-image-item {
        width: 48%;
        margin: 0 auto;
    }

    .add-property-form label {
        font-size: 14px;
    }

    .vendor-add-property h3 {
        font-size: 20px;
    }

    .label-form-group label {
        padding: 10px 20px;
        margin-right: 5px;
        margin-bottom: 10px;
        font-size: 14px;
    }

    .add-property-form-control {
        margin-bottom: 15px;
        height: 40px;
        font-size: 14px;
    }

    .property-request-google-map-iframe iframe {
        height: 200px;
    }

    .vendor-request-details .btn-danger {
        float: none;
        margin-top: -15px;
        margin-bottom: 15px;
    }

    .property-card-thumbnail,
    .property-card-description {
        width: 100%;
    }

    .property-card-description h4 {
        font-size: 16px;
        font-weight: 600;
        margin-bottom: 5px;
    }

    .property-item .property-card .property-card-description ul li {
        font-size: 14px;
    }

    .property-card-body ul li:first-child span {
        display: block;
        font-size: 14px;
        margin-bottom: 5px;
    }

    .vendor-dashboard-right .property-card-thumbnail img {
        width: 100%;
        height: auto;
    }

    /*===========================================*/
    /*================ User Message =============*/
    /*===========================================*/
    .vendor-message-content {
        position: relative;
    }

    .vendor-message-user {
        position: absolute;
        left: 0;
        width: 84px;
        background: #ae1f23;
        margin-left: -20px;
        height: 100%;
        padding: 15px;
        padding-top: 40px;
        border-radius: 10px;
        transition: all linear 0.3s;
        z-index: 99999;
    }

    .vendor-message-user.active {
        width: calc(100% + 40px);
    }

    .vendor-message-user .close-icon {
        position: absolute;
        top: 5px;
        right: 5px;
        width: 30px;
        height: 30px;
        border-radius: 50%;
        background: #fff;
        display: flex;
        justify-content: center;
        align-items: center;
        cursor: pointer;
    }

    .vendor-message-user ul {
        padding-right: 0;
    }

    .vendor-message-user ul li {
        display: block;
        padding: 0;
        margin-top: 10px;
        text-align: center;
    }

    .vendor-message-user ul li {
        display: flex;
        padding: 0;
        margin-top: 10px;
        text-align: left;
        border: #fff solid 2px;
    }

    .vendor-message-user ul li:hover,
    .vendor-message-user ul li.user-item.active {
        background: transparent;
    }

    .vendor-message-user ul li .user_msg {
        display: none;
    }

    .vendor-message-user.active ul li .user_msg {
        display: block;
    }

    .vendor-message-user ul li img {
        width: 50px;
        height: 50px;
        margin-right: 0;
    }

    .vendor-message-user.active ul li img {
        width: 70px;
        height: 70px;
        margin-right: 10px;
    }

    .vendor-chat-area {
        width: 100%;
        margin-left: 70px;
    }

    .user-description {
        padding-left: 0;
    }

    .vendor-slidebar-link ul li.active a::before,
    .vendor-slidebar-link ul li.active a:hover::before {
        display: none;
    }

    .vendor-slidebar-link ul li.active a,
    .vendor-slidebar-link ul li.active a:hover {
        background: #ae1f23;
        color: #fff;
    }

    .form-submit-button .btn-submit-as-draft {
        display: none;
    }

    /*// expand*/
    .vendor-message-user.active ul li {
        display: flex;
        padding: 5px 10px;
        text-align: left;
    }

    .vendor-message-user.active ul li .user_msg {
        display: block;
    }

    .below_title_price {
        display: block;
    }

    .below_title_price span {}

    .premium-listing-property {
        display: none
    }

    .property-section.property-navbar.sticky-top {
        position: relative;
    }

    .property-map {
        height: 200px;
    }
}