.logo-box-style1 {
    max-width: 250px;
}
.m0 {
    margin: 0 !important;
}
h2.property-listing-block {
    margin: 0;
    font-size: 1.5rem;
}
.property-listing-address {
    margin: 15px 0;
}

.single-properties-box-style1 .text-holder .btn-box {
    position: relative;
    display: block;
}
.single-properties-box-style1 .text-holder .btn-box a {
    position: relative;
    display: block;
    width: 50px;
    height: 50px;
    background: #f9fafe;
    border-radius: 50%;
    text-align: center;
    z-index: 1;
}
.single-properties-box-style1 .text-holder .btn-box a:before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: var(--thm-base);
    content: "";
    border-radius: 50%;
    z-index: -1;
    transform: scale(0);
    transform-origin: center;
    transform-style: preserve-3d;
    transition: all 0.4s cubic-bezier(0.62, 0.21, 0.45, 1.52);
}
.single-properties-box-style1 .footer-holder {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    /*padding: 23px 20px 11px;*/
    padding: 12px 0px 11px;
}
.single-properties-box-style1 .text-holder .btn-box a:hover:before {
    transform: scaleX(1);
}
.single-properties-box-style1 .text-holder .btn-box a span::before {
    position: relative;
    display: inline-block;
    color: #cecece;
    font-size: 20px;
    line-height: 50px;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}
.single-properties-box-style1 .text-holder .btn-box a:hover span::before {
    color: #ffffff;
}
.single-properties-box-style1 .footer-holder::before {
    content: "";
    position: absolute;
    top: 0;
    left: -30px;
    right: -30px;
    height: 1px;
    background-color: #f6f6f6;
}
.info-box-custom::before {
    display: none !important;
}
.single-properties-box-style1 .text-holder .info-box-custom {
    padding: 5px 0 10px;
}
.custom-single-property .property-listing-address {
    margin: 5px 0;
}
.custom-single-property .btn-one {
    line-height: 50px;
}
.about-stats .col-lg-4:not(:last-child) {
    border-right: 1px solid #e2e2e2;
}
.about-stats {
    padding: 30px 0;
}
.about-stats h3 {
    color: var(--thm-base);
}
.about-stats h3 span {
    color: #000;
    display: block;
    font-size: 1rem;
}
div.categories-list {
    padding: 80px 0;
}
.categories-list .text-holder {
    padding: 20px 0;
}
.pt-pb-120 {
    padding-top: 80px;
    padding-bottom: 80px;
}
.pb-80 {
    padding-bottom: 80px;
}
.pt-0 {
    padding-top: 0;
}
.pb-0 {
    padding-bottom: 0;
}
.footer-area {
    background: #292929;
}
.single-footer-widget .our-company-info .text-box p {
    color: #ffffff;
}
.single-footer-widget .title h3,
.footer-widget-links ul li a,
.footer-widget-contact-info > ul > li {
    color: #ffffff;
}
.footer-widget-contact-info ul > li > a,
.footer-social-link .inner-title h3 {
    color: #007acc;
}
.single-properties-box-custom .text-holder h3 {
    margin-bottom: 0px;
}
.single-properties-box-custom .text-holder p {
    margin-bottom: 15px;
}
.single-properties-box-custom .footer-holder {
    justify-content: unset;
}
.single-properties-box-custom .text-holder .btn-box {
    margin-left: 30px;
}
.single-properties-box-custom .text-holder .info-box {
    padding-top: 0;
}
.single-properties-box-custom .text-holder .info-box::before {
    display: none;
}
.property-listing-search-form {
    border: 1px solid #e2e2e2;
    padding: 15px;
    border-radius: 10px;
    box-shadow: white;
    box-shadow: 8px 10px 10px 0px #e2e2e2;
}
.property-listing-search-form ul li .nice-select {
    background: #f9f9f9;
}
.mt-50 {
    margin-top: 50px;
}
.pt-50 {
    padding-top: 50px;
}
.mt-0 {
    margin-top: 0;
}
.mb-0 {
    margin-bottom: 0;
}
.p-0 {
    padding: 0;
}
.mb-50 {
    margin-bottom: 50px;
}
.mb-25 {
    margin-bottom: 25px;
}
.bx-wrapper .bx-viewport {
    box-shadow: unset;
}
.property-details-top {
    padding-bottom: 0;
}
.property-info ul li:nth-child(odd) {
    background: #f8f8f8;
    border-radius: 5px;
    padding: 10px 20px;
}
.property-info ul li:nth-child(even) {
    padding: 0px 20px;
}
.property-details-custom .tag-social-share-box {
    border-top: unset;
    padding-top: 0;
}
.property-details-custom .tag-social-share-box {
    border-top: unset;
    padding-top: 0;
}
.property-details-custom .tag-social-share-box .tag-box .inner-title h5 {
    font-size: 20px;
    line-height: 20px;
    font-weight: 600;
    margin-bottom: 15px;
}
.property-details-custom .property-description-box .inner-title h5 {
    font-size: 20px;
    line-height: 20px;
    font-weight: 600;
    margin-bottom: 15px;
}
.pb-20 {
    padding-bottom: 20px;
}
.pt-20 {
    padding-top: 20px;
}
.property-detail-right .pricing .btn-one {
    line-height: 40px;
}
/* .property-detail-right .pricing .btn-one{
	line-height: 40px;
	color: #ffffff;
	background-color: var(--thm-base);
	background: var(--thm-base);
}
.property-detail-right .btn-one:after{
	color: #ffffff;
	background-color: var(--thm-base);
	background: var(--thm-base);
}
.property-detail-right .btn-one:hover, .property-detail-right .btn-one:focus, .property-detail-right .btn-one:before{
	color: var(--thm-base);
	background: #ffffff;
	background-color: #ffffff;
	border: 1px solid #e2e2e2;
} */
.property-detail-right .listed-by-form .form-group {
    margin-bottom: 10px;
}
.property-details-custom .property-info .inner-title h5 {
    font-size: 20px;
}
.property-details-custom .property-details-location-box .inner-title h5 {
    font-size: 20px;
}
.form-group .field-input input {
    position: relative;
    display: block;
    width: 100%;
    height: 45px;
    background-color: #ffffff;
    border: 1px solid #e8e8e8;
    color: #cecece;
    font-size: 14px;
    font-weight: 400;
    padding-left: 15px;
    padding-right: 15px;
    border-radius: 4px;
    transition: all 500ms ease 0s;
}
.modal-footer .btn-one {
    line-height: 40px;
}
.header-custom .main-menu .main-menu__list > li.dropdown > a:before {
    display: none;
}
.header-custom .main-menu-box {
    margin: auto;
}
.main-menu .main-menu__list > li > ul,
.main-menu .main-menu__list > li > ul > li > ul,
.stricky-header .main-menu__list > li > ul,
.stricky-header .main-menu__list > li > ul > li > ul {
    /* min-width: unset; */
    left: -187px;
}
.property-item-custom .short-box .select-box {
    width: 150px;
}
textarea {
    position: relative;
    display: block;
    width: 100%;
    height: 100px;
    background-color: #ffffff;
    border: 1px solid #e8e8e8;
    color: #cecece;
    font-size: 14px;
    font-weight: 400;
    padding-left: 15px;
    padding-right: 15px;
    border-radius: 4px;
    transition: all 500ms ease 0s;
}
.add-property-custom .create-listing-box {
    margin-bottom: 20px;
}
.edit-profile .btn-one {
    line-height: 40px;
}
.edit-profile .btn-box {
    max-width: 150px;
}
.mobile-nav__content {
    background: #0f2425;
}
.mobile-nav__content img {
    max-width: 200px;
}
.single-properties-box-custom .img-holder {
    min-height: 200px;
}

#user-chats ul li.active {
    background: #f1f1f1;
}

.add-photo-box .inner input {
    opacity: 1;
}

.short-menu .custom-btn-box button {
    width: unset;
    padding: 0 15px;
    border-radius: 10px;
    border: 1px solid #ccc;
    margin-right: 5px;
}

.short-menu .custom-btn-box button:hover,
.short-menu .custom-btn-box button.on {
    color: #fff;
}

.custom-short-menu {
    width: unset;
}
.count-holder {
    font-size: 12px;
    margin-bottom: 10px;
}
.count-holder span {
    margin-right: 10px;
}
.check-label:hover {
    color: white !important;
    background-color: blue !important;
    border-color: black !important;
}
.btn-group input[type="checkbox"] {
    display: none;
}
.custom-checkbox-holder .btn-outline-primary {
    border-color: #007acc !important;
}
.custom-checkbox-holder .check-label:hover {
    background-color: #007acc !important;
}
.custom-checkbox-holder .btn-check:checked + .btn-outline-primary {
    background-color: #007acc;
}
.create-listing-form .form-group label {
    margin-right: 5px;
}
.chat-inbox,
.chat-message {
    padding: 0 !important;
}
.chat-inbox h5 {
    background: #f5f5f5;
    padding: 15px;
    border: 1px solid #ccc;
}
.chat-message h5 {
    background: #f5f5f5;
    padding: 15px;
    /*border: 1px solid #ccc;*/
    padding-top: 15px;
    padding-bottom: 10px;
}
[data-letters]:before {
    content: attr(data-letters);
    display: inline-block;
    font-size: 1em;
    width: 1.5em;
    height: 1.5em;
    line-height: 1.5em;
    text-align: center;
    border-radius: 50%;
    background: #007acc;
    vertical-align: middle;
    margin-right: 1em;
    color: white;
}
#chat-messages {
    min-height: 300px;
    max-height: 400px;
    overflow-y: scroll;
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #ccc;
}
.chat-message-card span {
    font-size: 10px;
    line-height: 1;
}
.text-right {
    text-align: right !important;
}
.text-left {
    text-align: left !important;
}
.chat-message-card .card-body {
    /* padding: 10px; */
    background: #f7f7f7;
    color: #282828;
    border: 1px solid #e4e4e4;
    padding: 5px 10px 5px 15px;
}
.chat-message-card p {
    line-height: 1;
}
#chat-messages .card {
    width: 100%;
    border: 0;
}
.chat-message-card .card-body.sent {
    max-width: 75%;
    margin-left: auto;
    border-right: 0;
    border-radius: 20px 3px 3px 20px;
    background: #007acc;
    color: #fff;
}
.chat-message-card .card-body.received {
    margin-right: auto;
    border-left: 0;
    border-radius: 3px 20px 20px 3px;
}
.chat-message .sidebar-search-box {
    margin-top: 0;
}
.chat-message-card .card-body.sent.property-message {
    background: #ededed;
    color: #000;
    width: 100%;
    border-radius: 0;
}
.single-properties-box-style1 .img-holder .icon span.property-like {
    color: #007acc;
    font-weight: 900;
}
::placeholder {
    color: #cecece;
    opacity: 1;
}
.create-listing-form .form-group .field-input input[type="text"],
.create-listing-form .form-group .field-input input[type="number"],
.create-listing-form .form-group .field-input .nice-select,
textarea {
    color: #2f2f2f;
}
