@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0-beta3/css/all.min.css');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');

* {
    margin: 0;
    padding: 0;
}

::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}
::-webkit-scrollbar-track {
    background: #f1f1f1;
}
::-webkit-scrollbar-thumb {
    background: #0077b6;
    border-radius: 10px;
}
::-webkit-scrollbar-thumb:hover {
    background: black;
}

html, body {
    font-family: "Poppins", sans-serif !important;
    overflow-x: hidden;
}

.top-listing-parent-box{
    position: sticky;
    top: 0;
    left: 0;
    right: 0;
    background: #fff;
  }


  .swal2-backdrop-show {
    z-index: 99999999;
}
/* HTML: <div class="loader"></div> */
.loader {
  --d:22px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  color: #0077B6;
  box-shadow:
    calc(1*var(--d))      calc(0*var(--d))     0 0,
    calc(0.707*var(--d))  calc(0.707*var(--d)) 0 1px,
    calc(0*var(--d))      calc(1*var(--d))     0 2px,
    calc(-0.707*var(--d)) calc(0.707*var(--d)) 0 3px,
    calc(-1*var(--d))     calc(0*var(--d))     0 4px,
    calc(-0.707*var(--d)) calc(-0.707*var(--d))0 5px,
    calc(0*var(--d))      calc(-1*var(--d))    0 6px;
  animation: l27 1s infinite steps(8);
}
@keyframes l27 {
  100% {transform: rotate(1turn)}
}
.loading-animation-box-1 {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    background: #6c757d1f;
    z-index: 99999;
    border-radius: 5px;
    backdrop-filter: blur(5px);
    box-shadow: 0px 0px 6px 5px #6c757d1f;
}

.nav-active{
    color: #0077B6 !important;
}
.nav-active svg path{
    fill: #0077B6 !important;
}

.loading-animation-box-1 img {
    height: 150px;
    width: 150px;
    object-fit: contain;
}

  .loading-animation-box {
    position: absolute;
    width: 100%;
    height: 90vh;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    background: #6c757d1f;
    z-index: 99999;
    border-radius: 5px;
    backdrop-filter: blur(5px);
    box-shadow: 0px 0px 6px 5px #6c757d1f;
}

.upload-container input[type="file"] {
    opacity: 0;
}

.loading-animation-box img {
    height: 150px;
    width: 150px;
    object-fit: contain;
}

  #write-message-box .chat-prompt-carousel {
    width: 100%;
    display: -webkit-inline-box;
    margin-bottom: 5px;
    padding-bottom:5px;
    overflow: overlay;
    overflow-y: hidden;
    column-gap: 15px;
    position:relative;
}

#write-message-box:before {
    content: '';
    height: 42px;
    width: 5%;
    position: absolute;
    top: 0;
    right: 0;
    background: linear-gradient(to left, #eee, transparent);
    z-index: 9;
    pointer-events: none;
    border-radius: 5px;
}

#create_msg_box .chat-box-upload-gallery-box input.chat-box-upload-gallery {
    position: absolute;
    z-index: 9;
    background: transparent;
    border: none;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 0 !important;
    opacity: 0;
    cursor: pointer;
}

#create_msg_box .chat-box-upload-gallery-box {
    width: fit-content;
    padding:0;
    position: absolute;
    top: 0;
    right: 12%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: -webkit-fill-available;
    cursor: pointer;
}

#create_msg_box .chat-box-upload-gallery-box svg {
    align-items: center;
    cursor: pointer;
}

.maintop-bar-profile .top-pin-box {
    position: absolute;
    top: 110%;
    display: flex;
    gap: 15px;
    flex-direction: row;
    align-items: center;
    flex-wrap: nowrap;
    padding: 15px;
    background: #EDEDED;
    width: 100%;
    left: 0;
    border: 1px solid #DEDEDE;
    border-radius: 15px;
    cursor: pointer;
}

.text-box h3 {
    font-size: 30px;
    font-weight: 600;
    color: #5A5A5A;
}

.property-insight-details .bg-box {
    margin-top: 20px;
}

.maintop-bar-profile .top-pin-box p {
    font-size: 15px;
    color: #9A9A9A;
    width: -webkit-fill-available;
}

#write-message-box .chat-prompt-carousel .chat-prompt-box {
    background: #fff;
    padding: 5px 20px;
    border-radius: 100px;
    width: fit-content;
    cursor:pointer;
}

.property-insight-details th {
    background: #DEDEDE;
    padding: 20px 40px;
    color: #5A5A5A;
    font-size: 18px;
    font-weight: 500;
}
.main-website-header{
    background-color: #fff;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.21);
}
.property-insight-details tr {
    border: none !important;
}

.property-insight-details td {
    padding: 20px 40px;
    border-bottom: 1px solid #DEDEDE;
}

#write-message-box .chat-prompt-carousel .chat-prompt-box p {
    font-size: 15px;
    color: #B5B5B5;
}

#write-message-box .chat-prompt-carousel::-webkit-scrollbar{
    height:3px;
}

#write-message-box .chat-prompt-carousel::-webkit-scrollbar-thumb{
    cursor:grab;
}

.property-insight-details .insight-property-chart .bg-box {
    width: 49%;
}

.body-overlay-scroll {
    height: 84vh;
    overflow: overlay;
    overflow-x: hidden;
    padding-right: 5px;
}

button {
    border: 0;
    outline: 0;
}

button:hover {
    cursor: pointer;
}

button:focus,
input:focus,
textarea:focus {
    border: 0;
    outline: 0;
}

a:hover {
    text-decoration: none;
}

img {
    max-width: 100%;
}

li {
    list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6{
    font-family: "Lato", sans-serif;
}

.no-pad {
    padding: 0;
}

header {
    background-color: #F1F1F1;
    padding: 20px 0;
    position: sticky;
    top: 0;
    z-index: 9999999;
}

dl, ol, ul {
margin: 0 !important;
padding: 0 !important;
}

header .header-menu ul {
    display: flex;
    justify-content: flex-end;
    column-gap: 20px;
    align-items: center;
}
header .header-menu ul li a {
    color: #777777;
    font-family: "Poppins", Sans-serif;
    font-size: 14px;
    text-decoration: none;
    font-weight: 400;
    transition: .3s;
}
header .header-menu ul li a:hover {
color: black !important;
}

header .header-menu ul a.t-btn.t-btn-header {
    background-color: #0077B6;
    border-radius: 50px;
    padding: 5px 30px;
    color: white;
    font-weight: 400;
    margin-left: 30px;
    transition: .3s;
}

header .header-menu ul a.t-btn.t-btn-header:hover {
    background-color: #414141;
    color: white !important;
}

.home-sec-01 {
    height: 700px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.profile-banner-box {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    gap: 20px;
    position: relative;
    margin-bottom: 200px;
}

.profile-banner-box .profile-top-banner {
    width: 100%;
    background: linear-gradient(45deg, #0077B6, #96CAE6);
    border-radius: 30px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 50px 30px 25px;
}

.home-sec-01 .text h2 {
color: #ffffff;
font-size: 30px;
font-weight: 500;
}

.home-sec-01 .text h1 {color: white;font-size: 50px;font-weight: 800;}

.home-sec-01 .text p {
color: white;
font-size: 17px;
margin: 10px 0 20px !important;
}

.form-box {
width: 580px;
}

.form-box form {
position: relative;
}

.landlord-dashboard .user-panel-list-box {
    height: 300px;
    overflow: overlay;
}

.detailed-user-box .user-more-details ul li {
    color: #777777;
}

.detailed-user-box .user-img-box h5 {
    color: #414141;
    font-weight: 600;
}

.form-box form input {
color: #777777;
background-color: #ffffffc7;
width: 100%;
height: 50px;
border-radius: 50px;
border: none;
padding: 20px;
}

.form-box form select {
    color: #777777;
    background-color: #e5e5e5;
    width: 100%;
    height: 50px;
    border-radius: 50px;
    border: none;
    padding: 10px;
    padding-right: 20px !important;
}

.form-box form button {
color: white;
background-color: #0077B6;
font-size: 17px;
padding: 10px 20px;
border-radius: 50px;
position: absolute;
right: 3px;
top: 3px;
transition: .3s;
}

.form-box form button:hover {
background-color: black;
color: white;
}
p {
margin-top: 0 !important;
margin-bottom: 0rem !important;
}
.home-sec-02 {
padding: 100px 0;
}

.text h3 {
color: #0077B6;
font-size: 30px;
font-weight: 500;
}

.text h2 {
color: #414141;
font-size: 50px;
font-weight: 800;
margin-bottom: 20px;
}

.text p {
color: #777777;
font-size: 17px;
}

.t-btn.t-btn-blue {color: white;background: linear-gradient(45deg, #0077B6 0%, #96CAE6 100%);padding: 10px 30px;border-radius: 10px;display: inline-flex;margin-top: 20px;text-decoration: none;}

.t-btn.t-btn-blue:hover {
background-color: black;
color: white;
}

.text.text-right-pading {
padding-right: 50px;
}
.text.text-left-pading {
    padding-left: 50px;
    }
.home-sec-03 {
padding: 100px 0;
background-color: red;
background: rgb(65,65,65);
background: linear-gradient(90deg, rgba(65,65,65,1) 0%, rgba(85,85,85,1) 100%);
}


.bg-box {
    background-color: #FAFAFA !important;
    border: 1px solid #EDEDED;
    border-radius: 20px;
    padding: 20px 25px;
}

.business-detail-box {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 10px;
    margin-bottom: 15px;
}

.business-detail-box .business-revenue {
    background: linear-gradient(150deg, #0077B6 0%, #96CAE6 100%) !important;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 5px;
    width: 605px;
    position: relative;
    overflow: hidden;
}

.business-detail-box .business-revenue .b-title {
    color: #fff;
    font-size: 20px;
    width: 100%;
}

.business-detail-box .business-revenue .business-amount {
    color: #fff;
    font-size: 70px;
    font-weight: 600;
    width: 100%;
}

.business-detail-box .business-revenue img, .business-detail-box .propertiy-listed img {
    height: 134px;
    width: 135px;
    object-fit: contain;
}

.business-detail-box .propertiy-listed {
    width: 449px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 5px;
    position: relative;
    overflow: hidden;
}

.business-detail-box .propertiy-listed .p-title {
    width: 100%;
    color: #888888;
    font-size: 20px;
}

.business-detail-box .propertiy-listed .property-amount {
    font-size: 70px;
    color: #5A5A5A;
    width: 100%;
    font-weight: 600;
}

.business-detail-box .propertiy-listed:last-child .property-amount {
    color: #499C00;
}

.business-overview-box {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 20px;
}

.business-overview-box .business-chart {
    width: 53.7%;
}

.business-overview-box .new-user-panel {
    width: 45%;
}

.business-overview-box h3, .landlord-dashboard .text-box h3 {
    font-size: 30px;
    font-weight: 600;
    color: #5A5A5A;
}

.business-overview-box p {
    color: #888888;
    font-size: 15px;
}


.profile-banner-box .profile-top-banner img {
    width: 250px;
    height: 250px;
    border: 1px solid #DEDEDE;
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.15);
    border-radius: 30px;
    object-fit: cover;
    margin-bottom: -200px;
}

.main-parent-place-box .child-place-box .properties-icons-details {
    padding: 0px 20px 20px 20px;
}

.fit-index-box {
    padding: 10px 20px;
    width: fit-content;
    background: rgba(122, 122, 122, 0.15);
    border-radius: 10px;
    margin-top: 20px;
}

.for-property-aproval-detail-box p.lgreen-bg {
    padding: 5px 30px;
    border-radius: 20px;
    color: #499C00 !important;
    font-size: 13px;
    font-weight: 600;
}

#fsf-table {
    width: 100%;
    display: block;
    overflow: overlay;
    height: 80vh;
}

#fsf-table tr, #fsf-table tbody, #fsf-table thead, #fsf-table .tb-item-fix {
    width: 100%;
}

#fsf-table th, #fsf-table td {
    text-align: center;
    padding: 10px;
    color: #5A5A5A;
    font-size: 17px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
    width: 25%;
}

#fsf-table th:first-child, #fsf-table td:first-child {
    text-align: left;
}

.tenant-fit-index-box table {
    width: 100%;
}

.tenant-fit-index-box table .tb-item-fix {
    width: 220px;
}


.tenant-fit-index-score-box {
    padding: 5px 20px;
    background: rgba(122, 122, 122, 0.1);
    border-radius: 30px;
    text-align: center;
    width: fit-content;
}

.tenant-fit-index-score-box p, .tenant-fit-index-score-box span {
    color: #7A7A7A;
    font-size: 13px !important;
}

.see-insight-fit-index a {
    background: rgba(122, 122, 122, 0.1);
    padding: 10px;
    border-radius: 10px;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
    color: #7A7A7A;
    font-size: 18px;
    font-weight: 500;
}

#fsf-table td p {
    font-size: 16px;
    color: #5A5A5A;
    font-weight: 400;
}

.b-blue-light {
    background: rgba(0, 119, 182, 0.1);
}

.b-blue-light p, .b-blue-light span {
    color: #0077B6 !important;
}

.b-blue-light span {
    font-weight: 700;
    margin-left: 5px;
}

.tenant-fit-index-box {
    margin: 20px 0;
}

.tenant-fit-index-box tr {
    border-bottom: 20px solid transparent;
}

.tips-credit-scores-box {
    padding: 15px 30px;
    background: rgba(73, 156, 0, 0.1);
    border-radius: 20px;
    margin-top: 20px;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 15px;
}

.tips-credit-scores-box span {
    color: #499C00;
    font-size: 20px;
    font-weight: 700;
}

.tips-credit-scores-box p {
    font-size: 14px !important;
    font-weight: 500 !important;
}


.task-box {
    background: #FAFAFA;
    border-radius: 15px;
    border: 1px solid #DEDEDE;
    padding: 30px;
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;
    gap: 30px;
    color: #000000;
}

.task-box span {
    color: #5A5A5A;
    font-size: 20px;
    font-weight: 700;
}

.task-box p {
    text-decoration: none;
    font-size: 14px !important;
    font-weight: 500 !important;
    line-height: 12px;
}

.task-box a {
    letter-spacing: 0.5px;
    padding: 7px 14px;
    border-radius: 15px;
    background-color: #057ab8 ;
    color: #fff !important;
    text-decoration: none;
}

.task-box a:hover {
    background-color: #057ab8d4;
    transition: .2s;
    border-left: 5px solid transparent;
}

.for-property-aproval-detail-box p.lred-bg {
    padding: 5px 30px;
    border-radius: 20px;
    color: #FF4A4A !important;
    font-size: 13px;
    font-weight: 600;
    background: rgba(255, 74, 74, 0.1);
}

.for-property-aproval-detail-box p.lred-bg span {
    color: #FF4A4A;
    font-size: 13px;
    font-weight: 600;
}

.for-property-aproval-detail-box p.lgreen-bg span {
    color: #499C00;
    font-size: 13px;
    font-weight: 600;
}

.for-property-aproval-detail-box .two-things-align {
    margin: 0;
    padding: 0;
}

.fit-index-box p {
    font-size: 13px;
    color: #7A7A7A;
    font-weight: 600;
}

.lgreen-bg {
    background: rgba(73, 156, 0, 0.15);
    color: #499C00;
}

.lgreen-bg p {
    color: #499C00;
}

.profile-banner-box .profile-banner-down-detail {
    width: 75%;
    right: 0;
    position: absolute;
    bottom: -110px;
    border-bottom: 1px solid #DEDEDE;
    padding: 15px 0;
}

.profile-banner-box .profile-banner-down-detail h3 {
    font-size: 30px;
    font-weight: 600;
    color: #5A5A5A;
}

.profile-banner-box .profile-banner-down-detail p {
    color: #999999;
    font-size: 15px;
}

.profile-detail-page-box .detail-box-profile {
    padding: 10px 0px 10px 40px;
}

.profile-detail-page-box .detail-box-profile h6 {
    color: #5A5A5A;
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 5px;
}

.profile-detail-page-box .detail-box-profile p {
    color: #999999;
    font-size: 14px;
    padding-bottom: 10px;
    border-bottom: 1px solid #DEDEDE;
    margin-bottom: 10px !important;
}

.profile-detail-page-box
 .profile-recent-table h4 {
    color: #5A5A5A;
    font-size: 20px;
    font-weight: 600;
}

.profile-recent-table .recent-properties {
    width: 100%;
}

.business-overview-box .new-user-panel .search-user input, .profile-detail-page-box .profile-recent-table input, .landlord-dashboard .search-user input {
    padding: 10px 20px;
    border-radius: 10px;
}

.business-overview-box .new-user-panel .user-panel-list-box table {
    width: 100%;
}

.business-overview-box .new-user-panel .user-panel-list-box table th, .landlord-dashboard table th {
    color: #5A5A5A;
    font-size: 17px;
    font-weight: 600;
    padding: 10px 0;
}

.business-overview-box .new-user-panel .user-panel-list-box table tr:first-child, .landlord-dashboard table tr:first-child {
    border-bottom: 1px solid #DEDEDE;
    position: sticky;
    top: 0;
    background: #FAFAFA;
}

.business-overview-box .new-user-panel .user-panel-list-box table td, .landlord-dashboard table td {
    padding: 10px 0;
}


.business-overview-box .new-user-panel .user-panel-list-box table td .user-img img ,table td .two-things-align .user-img img {
    height: 50px;
    width: 50px;
    border: 2px solid #0077B6;
    border-radius: 100%;
    object-fit: cover;
}

.business-overview-box .new-user-panel .user-panel-list-box table td .user-detail-box h6, table td .user-detail-box h6 {
    color: #5A5A5A;
    font-size: 17px;
    font-weight: 600;
}

.business-overview-box .new-user-panel .user-panel-list-box table td .user-detail-box p, table td .user-detail-box p {
    color: #888888;
    font-size: 13px;
}

.business-overview-box .new-user-panel .user-panel-list-box table td p {
    color: #5A5A5A;
    font-size: 17px;
}

.business-overview-box .new-user-panel .user-panel-list-box table td .two-things-align, table th .two-things-align {
    justify-content: flex-start;
    gap: 10px;
}

.business-overview-box .new-user-panel .user-panel-list-box table th:nth-child(2), .business-overview-box .new-user-panel .user-panel-list-box table th:nth-child(3), .business-overview-box .new-user-panel .user-panel-list-box table th:nth-child(4), .business-overview-box .new-user-panel .user-panel-list-box table td:nth-child(2), .business-overview-box .new-user-panel .user-panel-list-box table td:nth-child(3), .business-overview-box .new-user-panel .user-panel-list-box table td:nth-child(4) {
    text-align: center;
}

.business-overview-box .new-user-panel .user-panel-list-box {
    height: 370px;
    overflow: scroll;
    overflow-x: hidden;
}

.home-sec-03 .parent-box {
background-color: #3B3B3B;
border-radius: 20px;
padding: 30px;
position: relative;
overflow: hidden;
min-height: 330px;
}

.home-sec-03 .parent-box .text h3 {
color: white;
font-size: 40px;
font-weight: 800;
}

.home-sec-03 .parent-box .text h2 {
color: #0077B6;
font-size: 30px;
font-weight: 400;
}

i {
    align-content: center;
}

.home-sec-03 .parent-box .text p {
color: #999999;
font-size: 15px;
}

.home-sec-03 .parent-box h6 {
font-size: 200px;
font-weight: 900;
color: #ffffff1c;
position: absolute;
top: -50px;
line-height: 1;
margin: 0;
text-align: right;
right: 0;
}

.home-sec-05 .row {
    background-color: #0077B6;
    padding: 70px 100px;
    border-radius: 40px;
}

.home-sec-05 .row .item .align-plus {
    display: flex;
}

.home-sec-05 .row .item .align-plus h1 {
    color: white;
    font-size: 75px;
    font-weight: 900;
    margin: 0;
}

.home-sec-05 .row .item {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: flex-start;
}

.home-sec-05 .row .item h3.text {
    color: #CCCCCC;
    font-size: 25px;
}

.home-sec-07 {
    padding: 50px 0;
}

.align-two-things {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 50px;
}


#propertiesTable_wrapper {
    position: relative;
}

.dt-search {
    float: right;
    margin-bottom: 20px;
}

.dt-buttons {
    float: left;
    margin-bottom: 20px;
}

.dt-search label {
    color: #999999;
    font-size: 15px;
    margin-right: 5px;
}

.dt-search #dt-search-0 {
    background: #F6F6F6;
    border: 1px solid #DEDEDE;
    border-radius: 10px;
}

.dt-buttons button.dt-button.buttons-csv.buttons-html5.btn.btn-outline-primary.btn-sm, .dt-buttons button.dt-button.buttons-pdf.buttons-html5.btn.btn-outline-danger.btn-sm {
    background: #0077B6;
    color: #fff;
    border-radius: 10px;
    padding: 10px 40px;
    font-size: 17px;
    font-weight: 600;
    border: none;
    transition: .3s;
}

.dt-buttons button.dt-button.buttons-print.btn.btn-outline-secondary.btn-sm {
    padding: 10px 40px;
    border-radius: 10px;
    border: none;
    color: #fff;
    font-size: 17px;
    font-weight: 600;
    background: #CCCCCC;
}

.dt-info{
    float: left;
    color: #323232;
    font-size: 15px;
    font-weight: 500;
}

.dt-paging {
    float: right;
}

table.dataTable th.dt-type-numeric, table.dataTable th.dt-type-date, table.dataTable td.dt-type-numeric, table.dataTable td.dt-type-date{
    text-align: left !important;
}

.dt-paging .dt-paging-button {
    height: 28px;
    width: 28px;
    background-color: transparent !important;
    padding: 0 !important;
    font-size: 15px !important;
    font-weight: 500 !important;
    color: #323232 !important;
    border: none !important;
}

#propertiesTable thead tr {
    position: sticky;
    top: 0;
    background: #fff;
}

.dt-paging .current, .dt-paging .dt-paging-button:hover {
    background: #0077B6 !important;
    border-radius: 100% !important;
    color: #fff !important;
    font-weight: 600 !important;
    border: none !important;
}



.property-for-approvel-table table {
    width: 100%;
    height: 850px !important;
}

.property-for-approvel-table table th:nth-child(1), .property-for-approvel-table table td:nth-child(1) {
    width: 18%;
}

.property-for-approvel-table table th:nth-child(2), .property-for-approvel-table table td:nth-child(2) {
    width: 15%;
    text-align: center;
}

.property-for-approvel-table table th:nth-child(3), .property-for-approvel-table table td:nth-child(3) {
    width: 15%;
    text-align: center;
}

.property-for-approvel-table table th:nth-child(4), .property-for-approvel-table table td:nth-child(4) {
    width: 5%;
    text-align: center;
}

.property-for-approvel-table table th:nth-child(5), .property-for-approvel-table table td:nth-child(5) {
    width: 7%;
    text-align: center;
}

.property-for-approvel-table table th:nth-child(6), .property-for-approvel-table table td:nth-child(6) {
    width: 15%;
    text-align: center;
}

.property-for-approvel-table table th:nth-child(7), .property-for-approvel-table table td:nth-child(7) {
    width: 25%;
    text-align: center;
}

.dt-paging nav {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 20px;
}

#propertiesTable, #categoryTable, .fixed-scroll-table {
    margin-bottom: 25px;
    height: 600px !important;
    overflow: overlay;
    display: block;
    width: 100%;
}

#categoryTable td:nth-child(2) img {
    height: 50px;
    width: 50px;
    object-fit: cover;
    border: 2px solid #0077B6;
    border-radius: 100%;
}

#propertiesTable th, #categoryTable th, #roomFeaturesTable th, #rentToWhoTable th, #pettable th, #table_id th, #users_list th, #userTable th, #TestimonialTable th, .profile-recent-table .recent-properties th {
    color: #5A5A5A;
    font-size: 17px;
}

table{
    --bs-table-striped-bg:transparent !important;
}

#propertiesTable td, #categoryTable td, #roomFeaturesTable td, #rentToWhoTable td, #pettable td, #table_id td, #users_list td, #userTable td, #TestimonialTable td, .profile-recent-table .recent-properties td {
    padding: 20px 5px;
    border-bottom: 1px solid #DEDEDE;
    background: transparent !important;
    align-content: center !important;
}

.property-action-buttons {
    background: #F6F6F6;
    border-radius: 50px;
    width: max-content;
    padding: 10px 30px;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 20px;
    justify-self: center;
    margin:auto;
}

.property-action-buttons .btn-success:hover {
    background: transparent;
    color: #499C00;
}

.main-parent-place-box .child-place-box .properties-icons-details ul li {
    font-size: 13px;
    color: #888888;
    font-weight: 500;
    margin: 0;
    border-right: 1px solid #888888;
    padding-right: 5px;
}

.property-action-buttons .btn-primary:hover {
    background: transparent;
    color: #0077B6;
}

.property-action-buttons .Delet-btn {
    background: transparent;
    color: #777777;
}

 .property-action-buttons .Delet-btn {
    color: #777777;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
    font-size: 15px;
    font-weight: 400;
}

.property-action-buttons .btn-primary {
    background: transparent;
    border: none;
    color: #0077B6;
    font-size: 15px;
    font-weight: 400;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
}

.modal-title {
    font-size: 30px;
    font-weight: 600;
    color: #5A5A5A;
}


.upload-container {
    position: relative;
    width: 100%;
    height: 200px;
    border: 2px dashed #0099ff;
    border-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #f5faff;
    overflow: hidden;
  }
  .upload-container img {
    width: 100px;
    height: 100px;
    object-fit: contain;
    /* display: none; */
    position: absolute;
    top: 22%;
    left: 37%;
    border: none;
    opacity: 1;
}
  .upload-text {
    text-align: center;
    color: #0099ff;
    font-family: Arial, sans-serif;
  }
  .cancel-button {
    position: absolute;
    top: 10px;
    right: 10px;
    background-color: #ff4d4d;
    color: white;
    border: none;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: none;
    justify-content: center;
    align-items: center;
    cursor: pointer;
  }

.modal-content {
    border-radius: 30px !important;
    background: #FFFFFF;
    border: none !important;
    padding: 30px;
}

.form-control {
    background: #F6F6F6 !important;
    border: 1px solid #DEDEDE !important;
    border-radius: 10px !important;
    padding: 10px 30px !important;
    color: #999999 !important;
}

modal input.form-control::placeholder {
    color: #999999 !important;
}


.property-details-category .property-catgory-box {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
    padding-right: 15px;
    border-right: 1px solid #CCCCCC;
}

.aproval-detail-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 20px;
    margin-top: 30px;
}

.property-details-category .property-catgory-box span {color: #0077B6;font-size: 17px;font-weight: 500;}

.aproval-detail-box span {color: #999999;font-size: 17px;}

.property-detail-owner-box {
    background: #F2F2F2;
    padding: 30px;
    border-radius: 30px;
}



.property-insight-details .tips-credit-scores-box {
    margin: 0;
}

.property-insight-details .tips-credit-scores-box .two-things-align {
    margin: 0;
    padding: 0;
    width: 100%;
}

.property-insight-details .tips-credit-scores-box .two-things-align .insight-tip-box {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
}

.property-insight-details .tips-credit-scores-box .two-things-align .insight-edit-box a {
    font-size: 20px;
    color: #0077B6;
    font-weight: 500;
    text-decoration: underline !important;
}

.property-detail-owner-box .ownerdetail h4 {
    color: #5A5A5A;
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 20px;
}

.property-detail-owner-box .ownerdetail .owners-links {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
}


form#regForm {
    height: 80vh;
    overflow: overlay;
    padding-right: 10px;
    position: relative;
}

.step-form-indicator .form-steps {
    text-align: center;
}

.step-form-indicator .form-movement {
    float: right;
    margin-top: -10px;
}

#add-user-Modal .modal-dialog, #edit-user-Modal .modal-dialog, #profile-Modal .modal-dialog {
    width: 1000px;
   max-width: 1000px;
}


#add-user-Modal .modal-header, #edit-user-Modal .modal-header, #profile-Modal .modal-header {
    display: flex;
    flex-direction: column;
    gap: 20px;
    border: none;
    height: 100%;
}

#add-user-Modal .modal-header .two-things-align, #edit-user-Modal .modal-header .two-things-align, #profile-Modal .modal-header .two-things-align {
    width: 100%;
    flex-direction: row;
    justify-content: space-between;
}

#add-user-Modal .modal-header .upload-container, #edit-user-Modal .modal-header .upload-container, #profile-Modal .modal-header .upload-container {
    height: 100%;
}

#add-user-Modal .modal-header .upload-container img, #edit-user-Modal .modal-header .upload-container img, #profile-Modal .modal-header .upload-container img {
    top: 45%;
}

#add-user-Modal .modal-body, #edit-user-Modal .modal-body, #profile-Modal .modal-body {
    margin: 0;
}

#add-user-Modal .modal-body .between-space-boxes, #edit-user-Modal .modal-body .between-space-boxes, #profile-Modal .modal-body .between-space-boxes {
    margin-bottom: 20px;
}

#add-user-Modal .modal-body .two-things-align, #edit-user-Modal .modal-body .two-things-align, #profile-Modal .modal-body .two-things-align {
    padding: 0;
    margin: 0;
}

.scroll-page-content {
    height: 80vh;
    overflow: scroll;
    overflow-x: hidden;
    padding-right: 5px;
}
#table_id, #users_list, #TestimonialTable {
    overflow: overlay;
    max-height: 65vh;
    display: block;
    padding-right: 5px;
}

table td {
    font-size: 15px !important;
}

#userTable_wrapper #userTable{
    overflow: overlay;
    height: 74vh;
    padding-right: 5px;
    display: block;
}

.scroll-page-content::-webkit-scrollbar, #table_id::-webkit-scrollbar, #users_list::-webkit-scrollbar, #TestimonialTable::-webkit-scrollbar, #userTable::-webkit-scrollbar{
    width: 5px;
}

.property-detail-owner-box .ownerdetail .owners-links a {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
    color: #0077B6;
    font-size: 19px;
    text-decoration: underline !important;
    font-weight: 500;
}

.property-detail-owner-box .owner-profile-img img {
    height: 150px;
    width: 150px;
    border-radius: 100%;
    border: 5px solid #0077B6;
    object-fit: cover;
}

.modal-header{
    justify-content: space-between;
}

.for-property-aproval-detail-box h3 {color: #5A5A5A;font-size: 30px;font-weight: 600;}

.for-property-aproval-detail-box {
    margin-top: 40px;
}

.for-property-aproval-detail-box p {
    font-size: 15px;
    color: #999999;
    font-weight: 600;
}

.property-details-category {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 15px;
    margin-top: 20px;
}

.top-back-btn {
    margin-bottom: 20px;
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
    gap: 15px;
}

.for-property-aproval-detail-images {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 25px;
    margin-bottom: 20px;
}

.for-property-aproval-detail-images img {
    width: 100%;
    height: 260px;
    object-fit: cover;
    border-radius: 30px;
    overflow: hidden;
}

.t-btn-blue-shade {
    background: linear-gradient(45deg, #0077B6 0%, #96CAE6 100%);
    padding: 10px 40px !important;
    border-radius: 10px !important;
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    gap: 10px !important;
    color: #fff !important;
    font-size: 17px !important;
    font-weight: 600 !important;
    border: none !important;
    width: fit-content !important;
}


.profile-recent-table .recent-properties {
    height: 410px;
    overflow: overlay;
    display: block;
    width: 100%;
}

.profile-recent-table .recent-properties tbody::-webkit-scrollbar{
    width: 5px;
}

.profile-recent-table .recent-properties tr {
    width: 100% !important;
    flex: 0 0 auto;
    max-width: 100%;
}

.profile-recent-table .recent-properties tr th {
    width: 35%;
}

#propertiesTable th:last-child, #categoryTable th:last-child, #categoryTable th:nth-child(2), #categoryTable td:last-child, #categoryTable td:nth-child(2), .profile-recent-table .recent-properties th:last-child, .profile-recent-table .recent-properties th:nth-child(3){
    text-align: center;
}
.modal-header button {
    background: transparent;
}

.profile-recent-table .recent-properties tr:first-child {
    position: sticky;
    top: 0;
    background: #fff;
}

 .property-action-buttons .btn-success {
    background: transparent;
    font-size: 15px;
    font-weight: 400;
    border: none;
    color: #499C00;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
}

.not-approved-badge {
    background: rgba(255, 74, 74, 0.1);
    display: flex;
    flex-direction: row;
    gap: 10px;
    padding: 5px 15px;
    width: fit-content;
    border-radius: 100px;
    align-items: center;
    color: #FF4A4A;
    font-size: 15px;
    font-weight: 400;
    justify-self: center;
    width: max-content;
}

.approved-badge {
    font-size: 15px;
    border-radius: 100px;
    font-weight: 400;
    color: #499C00;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
    background: rgba(73, 156, 0, 0.1);
    width: fit-content;
    padding: 5px 15px;
    text-align: center;
    justify-self: center;
    width: max-content;
}


.properties-main-box .img-box {
    position: relative;
}

.properties-main-box .img-box .arrow-box {
    background-color: #0077B6;
    width: 70px;
    height: 70px;
    display: flex;
    border-radius: 100%;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 0;
    bottom: 0;
    transition: .3s;
}

.properties-main-box a {
    transition: .3s;
    text-decoration: none;
}

.properties-main-box a:hover .img-box .arrow-box {
    background-color: #026092;
    transform: rotate(-30deg);
}

.properties-main-box .content-box h6 {
    color: #414141;
    font-size: 20px;
    text-decoration: none;
    font-weight: 700;
}

.properties-main-box .content-box {
    padding: 15px 0px;
}

.properties-main-box .content-box p {
    color: gray;
    font-size: 18px;
    transition: .3s;
    opacity: 0;
}

.properties-main-box a:hover .content-box p {
    opacity: 100%;
}

.home-sec-08 {
    background-repeat: no-repeat;
    background-size: cover;
    height: 600px;
    display: flex;
    align-items: center;
}

.home-sec-08 .text h2,.home-sec-08 .text p {
    color: white;
}

.home-sec-08 .form-box {margin-top: 30px;}

.home-sec-07 .main-testi-box-flex {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    column-gap: 20px;
    row-gap: 20px;
}

.home-sec-07 .main-testi-box-flex .parent-box-testi {
    width: 31%;
    background-color: #E5E5E5;
    padding: 30px 30px 30px 30px;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    row-gap: 0px;
    border: 1px solid #E5E5E5;
    transition: .3s;
}

.home-sec-07 .main-testi-box-flex .parent-box-testi img {
    margin-bottom: 25px;
    filter: grayscale(1);
    transition: .3s;
}

.home-sec-07 .main-testi-box-flex .parent-box-testi img h5 {
    color: #414141;
    font-size: 20px;
}

.home-sec-07 .main-testi-box-flex .parent-box-testi img p {
    color: #777777;
    font-size: 17px;
}

.home-sec-07 .main-testi-box-flex .parent-box-testi:hover {
    border-color: #0077B6;
}

.home-sec-07 .main-testi-box-flex .parent-box-testi:hover img {
    filter: none;
}

.home-sec-07 .main-testi-box-flex .parent-box-testi h5 {
    font-weight: 600;
}

footer {
    padding: 50px 0 30px;
    background-color: #fff;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.21);
    background-image: url(https://apartmentone.co/wp-content/uploads/2025/04/Group-22.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

footer .text p {
    color: #777777;
    font-size: 15px;
    margin: 20px 0 !important;
}

footer .footer-social-links ul {
    display: flex;
    column-gap: 30px;
}

footer .footer-social-links ul li a {
    color: #777777;
    font-size: 30px;
    transition: .3s;
}

footer .footer-social-links ul li a:hover {
    color: #0077b6;
}

footer .footer-links h5 {
    color: #414141;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 25px;
}

footer .footer-links ul {
    display: flex;
    flex-direction: column;
    row-gap: 15px;
}

footer .footer-links ul li a {
    display: flex;
    align-items: center;
    column-gap: 10px;
    justify-content: flex-start;
    color: #777777;
    text-decoration: none;
    font-size: 15px;
    transition: .3s;
}

footer .footer-links ul li a:hover {
    color: #0077b6;
}

footer .footer-copy-right {
    border-top: 1px solid #00000038;
    margin-top: 40px;
    padding-top: 20px;
}

footer .footer-copy-right p {
    text-align: center;
    color: #414141;
    font-size: 17px;
}

footer .footer-copy-right p a {
    color: #414141;
    text-decoration: none;
    font-weight: 600;
    transition: .3s;
}

footer .footer-copy-right p a:hover {
    color: #0077b6;
}

footer .col-lg-4.col-md-4:nth-child(2) {
    padding-left: 100px !important;
    position: relative;
}

header li.drop-down-menu {
    position: relative;
    transition: .3s;
}

header li.drop-down-menu ul {
    position: absolute;
    background-color: red;
    display: flex;
    flex-direction: column;
    row-gap: 10px;
    border-radius: 10px;
    background-color: white;
    width: 240px;
    padding: 20px !important;
    right: 0;
    left: 0;
    margin: auto !important;
    border: 1px solid #0077b6;
    display: none;
    transition: .3s;
}

header li.drop-down-menu ul li a {
    font-size: 14px;
}

header li.drop-down-menu:hover ul {
    display: flex !important;
}

#menu__toggle {
    opacity: 0;
}

#menu__toggle:checked ~ .menu__btn > span {
    transform: rotate(45deg);
}
#menu__toggle:checked ~ .menu__btn > span::before {
    top: 0;
    transform: rotate(0);
}
#menu__toggle:checked ~ .menu__btn > span::after {
    top: 0;
    transform: rotate(90deg);
}
#menu__toggle:checked ~ .menu__box {
    visibility: visible;
    left: 0;
}

.menu__btn {
    display: flex;
    align-items: center;
    /* position: fixed; */
    top: 20px;
    left: 20px;
    width: 26px;
    height: 26px;
    cursor: pointer;
    z-index: 1;
}

.menu__btn > span,
.menu__btn > span::before,
.menu__btn > span::after {
    display: block;
    position: absolute;
    width: 25px;
    height: 2px;
    background-color: #0077b6;
    transition-duration: .25s;
}
.menu__btn > span::before {
    content: '';
    top: -8px;
}
.menu__btn > span::after {
    content: '';
    top: 8px;
}


button.t-btn.t-btn-blue.t-btn-gray {
    background-color: #a3a3a3;
    margin-left: 10px;
}

.menu__box {
    display: block;
    position: fixed;
    visibility: hidden;
    top: 0;
    left: -100%;
    width: 300px;
    height: 100vh;
    margin: 0;
    padding: 80px 0;
    list-style: none;
    background: linear-gradient(-74deg, #0077B6 0%, #96CAE6 100%);
    box-shadow: 1px 0px 6px rgba(0, 0, 0, .2);
    transition-duration: .25s;
    z-index: 999;
}

tbody, td, tfoot, th, thead, tr {
    width: 20%;
}

.menu__item {
    display: block;
    padding: 12px 24px;

    color: #333;

    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    font-weight: 600;

    text-decoration: none;

    transition-duration: .25s;
}
.menu__item:hover {
    background-color: #CFD8DC;
}
.hamburger-menu { position: relative; float: right; }
header .two-things-header-mb {
    display: flex;
    justify-content: space-between;
    display: none;
}

.about-counter {
    margin-top: -130px;
}

.home-sec-02.about-sec-01 {
padding: 150px 0 100px;
}
.home-sec-02.home-sec-04.about-sec-02 {
padding-top: 0;
}
.about-sec-03 {
padding: 50px 0;
}

.about-sec-03 img {
margin-top: 30px;
}

.lock-access-box-top {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 85vh;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
}

.lock-access-box-top .box {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
    height: 100%;
    width: 100%;
}

.about-sec-04 {
padding: 100px 0;
}

.accordion-button {
display: flex;
justify-content: space-between;
align-items: center;
padding-right: 2.5rem; /* Make space for the icon on the right */
}

.icon {
font-weight: bold;
font-size: 1.5rem;
}

.accordion-button.collapsed .icon {
content: '+';
}

.accordion-button:not(.collapsed) .icon {
content: '−';
}

/* Remove the default Bootstrap arrow */
.accordion-button::after {
display: none;
}
.about-sec-04 .accordion-item {
background-color: #E5E5E5;
margin-top: 20px;
border: none;
border-radius: 10px;
}

.about-sec-04 .accordion-item button.accordion-button {
background-color: #E5E5E5;
border: none !important;
border-radius: 10px;
}

.about-sec-04 .accordion-item .accordion-header {
border: none !important;
margin: 0;
padding: 0;
border-radius: 20px !important;
}

.about-sec-04 .accordion-item button.accordion-button span.ms-auto.icon {
background-color: #D1D1D1;
padding: 5px 10px;
border-radius: 5px;
}


button:focus {
box-shadow: none;
outline: none;
}

.about-sec-04 .accordion-item button:focus {
box-shadow: none !important;
}

.about-sec-05 {
padding: 100px 0;
}

.about-sec-05 .text p {
margin-top: 20px !important;
}

.about-sec-04.help-sec-02 {
padding-top: 0;
padding-bottom: 0;
}

.help-sec-03 {
padding: 50px 0;
}

.help-sec-03 .text h2 {
margin-top: 20px;
}

.help-sec-03 .text p {
margin-bottom: 15px  !important;
}

.blog-sec-01 {
padding: 100px 0;
}

.blog-sec-01 .blog-parent-box {
background-color: #E5E5E5;
border: 1px solid #0000002e;
border-radius: 15px;
padding: 10px;
margin-bottom: 20px;
width: 250px;
}

.blog-sec-01 .blog-parent-box .img-box {position: relative;}

.blog-sec-01 .blog-parent-box .img-box img {
width: 100%;
height: 200px;
}

.blog-sec-01 .blog-parent-box .img-box h6 {
position: absolute;
top: 0;
font-size: 13px;
color: white;
font-weight: 600;
top: 10px;
left: 10px;
background-color: #ffffff4d;
padding: 5px 10px;
border-radius: 50px;
}

.blog-sec-01 .blog-parent-box  .text h5 {
color: #414141;
font-size: 22px;
font-weight: 700;
margin-bottom: 5px;
}

.blog-sec-01 .blog-parent-box .text {
padding: 15px 0 10px;
}

.blog-sec-01 .blog-parent-box .text p {
font-size: 15px;
color: #777777;
}

.blog-sec-01 .blog-parent-box .text a {
font-size: 17px;
border-radius: 50px;
}

.pagination-box ul {
display: flex;
justify-content: flex-end;
column-gap: 10px;
}

.pagination-box ul li a {
border: 1.5px solid black;
background-color: #FFFFFF;
padding:  5px 10px;
border-radius: 5px;
color: #777777;
font-size: 18px;
font-weight: 500;
text-decoration: none;
transition: .3s;
width: 40px;
height: 40px;
display: flex;
align-items: center;
justify-content: center;
}

.pagination-box ul li a:hover, .pagination-box ul li a.pagi-btn.normal-box-pagi.active-pagi {
color: #0077B6;
border-color: #0077B6;
}


.pagination-box a.pagi-btn.right-left-btn {
background-color: #777777;
color: white;
border-color: #777777;
}

.home-sec-02.home-sec-04.blog-des-sec-01 .text.content-box {
margin-top: 50px;
}

.home-sec-02.home-sec-04.blog-des-sec-01 .large-img-box {
margin: 30px 0;
}

.home-sec-02.home-sec-04.blog-des-sec-01 .large-img-box img {
width: 100%;
}
.home-sec-07.blog-sec-01.blog-des-sec-02 .container {
border-top: 1px solid #AAAAAA;
padding-top: 80px;
}

.home-sec-07.blog-sec-01.blog-des-sec-02 {
padding-top: 0;
}
.about-sec-04.help-sec-02.faqs-sec-01 {
padding: 100px 0;
}
.contact-us-sec-01 {
padding: 100px 0;
}

.contact-us-sec-01 .iframe-box {
border-radius: 20px;
overflow: hidden;
}

.contact-us-sec-01 .iframe-box iframe {
width: 100%;
height: 550px;
}

.contact-us-sec-01  .form-box {
position: relative;
}

.contact-us-sec-01 .form-box form {
width: 100%;
display: flex;
flex-direction: column;
align-items: flex-start;
}

.contact-us-sec-01 .form-box form button {
position: relative;
padding: 10px 30px;
}

.contact-us-sec-01 .form-box form .two-input-align {
display: flex;
column-gap: 20px;
width: 100%;
}

.contact-us-sec-01 .form-box form input,.contact-us-sec-01 .form-box form textarea {
background-color: #E5E5E5;
width: 100%;
border-radius: 10px;
border: 1px solid #00000052;
margin-bottom: 20px;
}

.contact-us-sec-01 .form-box form textarea {
height: 150px;
padding: 16px;
}

.home-sec-02.home-sec-04.service-sec-02 {
padding-top: 0;
}

.tick-true ul {
display: flex;
flex-direction: column;
row-gap: 25px;
margin-top: 20px !important;
}

.tick-true ul li {
display: flex;
align-items: center;
column-gap: 20px;
}

.service-sec-03 {
padding: 50px 0 100px;
}

.service-sec-03 img {
margin-top: 30px;
}

.service-sec-04 {
padding: 100px 0;
}

.service-sec-04 .text.number-box h6 {
font-size: 60px;
color: #0077B6;
font-weight: 900;
}

.service-sec-04 .text.number-box h5 {
font-size: 40px;
color: #414141;
}

.service-sec-04 .text.number-box p {
font-size: 17px;
color: #777777;
}
.service-sec-04 .text.number-box {
max-width: 500px;
}
.service-sec-04 .text.number-box {
margin-bottom: 40px;
}

.seeking-ahome-sec-01 {
padding: 100px 0;
}
.seeking-ahome-sec-02 {
padding: 100px 0;
}

.seeking-ahome-sec-02 .text-box {
background-color: #E5E5E5;
border-radius: 15px;
padding: 50px 20px;
}

.seeking-ahome-sec-02 .text-box h6 {
font-size: 20px;
color: #0077B6;
font-weight: 600;
transition: .3s;
}

.seeking-ahome-sec-02 .text-box h5 {
font-size: 30px;
color: #414141;
font-weight: 800;
text-transform: capitalize;
transition: .3s;
}

.seeking-ahome-sec-02 .text-box {
min-height: 280px;
display: flex;
flex-direction: column;
justify-content: center;
margin: 25px 0;
transition: .3s;
overflow: hidden;
}

.seeking-ahome-sec-02 .text-box p {
color: #777777;
font-size: 17px;
}

.seeking-ahome-sec-02 .text-box:hover {
background-color: #0077B6;
box-shadow: 0px 0px 10px 5px #00000052;
}

.seeking-ahome-sec-02 .text-box:hover h6,.seeking-ahome-sec-02 .text-box:hover h5,.seeking-ahome-sec-02 .text-box:hover p {
color: white;
}

.info-sec-01 {
padding: 100px 0 50px;
}
/*
.info-sec-01 .text h2 {
max-width: 750px;
} */

.info-sec-01 h4 {
    font-weight: 600;
}

.info-sec-01 .text h2 {
    margin: 0;
    padding: 20px 0 15px;
    font-size: 40px;
}

.info-sec-01 .text p {
margin-bottom: 20px !important;
}
.service-sec-03.info-sec-02 img {
margin-top: 0;
margin-bottom: 50px;
}

.login-register-sec {
padding: 150px 0;
}

.form-box form input, .form-box form textarea {
background-color: #E5E5E5;
border: 1px solid #00000033;
border-radius: 15px;
margin-bottom: 20px;
width: 100%;
}

.login-register-sec .form-box form {
width: 100%;
}

.login-register-sec .form-box form .forms-btns-inline {
position: relative;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
row-gap: 20px;
margin-top: 0px;
}


.login-register-sec .form-box form .forms-btns-inline button {
position: relative;
}

.form-box form input {
background-color: #E5E5E5;
border: 1px solid #00000033;
border-radius: 15px;
margin-bottom: 20px;
}

.login-register-sec .form-box form .forms-btns-inline a {
color: #414141;
font-weight: 600;
transition: .3s;
}

.login-register-sec .form-box form .forms-btns-inline a:hover {
color: #0077b6;
text-decoration: underline;
}


.form-box form textarea {
padding: 20px;
height: 130px;
}
.form-box {
width: 580px;
display: block;
margin: auto;
margin-top: 30px;
}
.home-sec-01 .form-box,.home-sec-08 .form-box {
margin-left: 0;
}
.home-sec-01 input,.home-sec-08 input {
border-radius: 50px !important;
}
.contact-us-sec-01 .form-box {
margin: 0;
}

/* tenant screening form csss start */

.profile-page.rooms-features-page .profile-basic-info-form form .two-inputs-boxes-align .input-box {
    width: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 5px;
    align-items: flex-start;
}

.profile-page.rooms-features-page .profile-basic-info-form form .two-inputs-boxes-align .input-box button#addMore {
    max-width: 150px;
    background-color: #1d77b4;
    border: none;
    padding: 15px 0 !important;
    border-radius: 50px;
    font-size: 12px;
    margin-top: 10px;
    margin-bottom: -5px;
    width: 200px;
    margin: 0;
}

.profile-page.rooms-features-page .profile-basic-info-form form .two-inputs-boxes-align .input-box button#addMore:hover {
    background-color: black;
}


.profile-page.rooms-features-page .two-hex-align {
    display: flex;
    gap: 20px;
    width: 100%;
}

.profile-page.rooms-features-page .two-hex-align input {
    width: 1000px !important;
}


.profile-page .profile-basic-info-form form .two-inputs-boxes-align .input-box select {
}

.picture-tabs {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 30px;
}

.radio-item {
    position: relative;
    display: block;
}

.radio-item input {
    position: absolute;
    height: 100% !important;
    width: 100%;
    opacity: 0;
}

.radio-item label {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 20px 40px;
    border: 3px solid #E5E5E5;
    border-radius: 30px;
    transition: .3s;
    gap: 10px;
}

.radio-item label {
    color: #777777;
    font-size: 17px;
}

.selection-boxex-true {
    display: flex;
    align-items: center;
    flex-direction: row;
    gap: 20px;
    margin: 20px 0;
}

.selection-boxex-true .selection-content-true span,
.selection-boxex-true .radio-item label {
    color: #777777;
    font-size: 20px;
}

#featureContainer ul li {
    color: #777777;
    font-size: 15px;
    font-weight: 500;
}

#featureContainer ul li.mt-3 .input-box {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.profile-page .profile-basic-info-form form .two-inputs-boxes-align .input-box label img {
    height: 80px;
    width: 80px;
    object-fit: cover;
}

.radio-item label:hover,
.radio-item label.active {
    transition: .3s !important;
    border-color: #0077B6 !important;
}

.two-btn-align-sub-del.p-3 .t-btn {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
}


/* tenant screening form csss end  */


/* Dashboard-css-start */

.dashboard-main .left-panel {
    background: linear-gradient(180deg, #0077B6 0%, #96CAE6 200%);
    border-radius: 20px;
    padding: 25px;
    height: 96vh;
}


.dashboard-main .left-panel .panel-box .user-login-box {
    display: flex;
    gap: 8px;
    align-items: center;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    padding: 15px 0;
    justify-content: flex-start; /* default for 2 children */
}

/* When exactly 3 children */
.dashboard-main .left-panel .panel-box .user-login-box:has(:nth-child(3):last-child) {
    justify-content: space-between;
}


.dashboard-main .left-panel .panel-box .user-login-box .user-img img {
    border: 2px solid #fff;
    border-radius: 100%;
    height: 70px;
    width: 70px;
    object-fit: cover;
}

.dashboard-main .left-panel .panel-box .user-login-box .user-detail p {
    color: #fff !important;
    font-size: 15px !important;
}

.dashboard-main .left-panel .panel-box .user-login-box .user-detail h5 {
    color: #fff;
    margin: 0;
    font-size: 30px;
}

table .user-img img {
    height: 50px;
    width: 50px;
    border: 2px solid #0077B6;
    border-radius: 100%;
}

.tenant-fit-index-box {
    overflow: overlay;
}

table .two-things-align {
    gap: 10px;
    justify-content: flex-start;
    margin: 0;
    padding: 0;
    flex-direction: row;
    width: 300px;
}

table .user-detail-box h6 {
    color: #5A5A5A;
    font-weight: 600;
    font-size: 17px;
    margin: 0;
}

table .user-detail-box p {
    font-size: 13px;
    color: #888888;
}

.dashboard-main .left-panel .header-logo {
    padding-bottom: 20px;
}
.header-logo{
    width: 105px;
}

.dashboard-main .left-panel .left-panel-menu h5 {
    font-size: 30px;
    color: #777777;
    font-weight: 800;
}

.property-for-approvel-table table td,.property-for-approvel-table table th {
    padding: 10px 0;
}

.left-panel-menu .panel-box:last-child {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    background: linear-gradient(180deg, #FFFFFE 0%, #96CAE6 100%);
    padding: 10px;
    border-radius: 20px;
    gap: 10px;
}

.left-panel-menu .panel-box:last-child .profile-active {
    color: #0077B6;
    font-size: 17px;
    gap: 10px;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 10px 20px;
}

.business-detail-box .propertiy-listed:hover {
    background: linear-gradient(150deg, #0077B6 0%, #96CAE6 100%) !important;
    transition: .3s;
    .property-amount{
        color:#fff;
        transition: .3s;
    }
    .p-title{
        color:#fff;
        transition: .3s;
    }

    img {
        filter: brightness(0) invert(1);
        transition: .3s;
    }
}

img{
    transition: .3s;
}

.property-amount{
        transition: .3s;
    }
    .p-title{
        transition: .3s;

    }

.business-detail-box .propertiy-listed {
    transition: .3s;
}

.left-panel-menu .panel-box:last-child a.t-btn.t-btn-blue.t-btn-svg {
    background: #FF7474;
    border-radius: 10px;
    font-size: 17px;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 10px;
}


.dashboard-main .left-panel .left-panel-menu ul li a {
    display: flex;
    padding: 5px 15px;
    align-items: center;
    column-gap: 10px;
    transition: .3s;
    color: white;
    font-size: 17px;
    font-weight: 500;
}

.dashboard-main .left-panel .left-panel-menu ul {
    display: flex;
    flex-direction: column;
    gap: 5px;
    margin-top: 30px !important;

}

.dashboard-main .left-panel .left-panel-menu ul.scroll-ul{
    height: 40vh;
    overflow: overlay;
}

.dashboard-main .left-panel .left-panel-menu ul.scroll-ul::-webkit-scrollbar{
    width: 5px;
}

.dashboard-main .left-panel .left-panel-menu ul.scroll-ul::-webkit-scrollbar-thumb{
    background-color: #fff;
}

.dashboard-main .left-panel .left-panel-menu ul.scroll-ul::-webkit-scrollbar-track{
    background-color: #ffffff4d;
}

.dashboard-main .left-panel .left-panel-menu ul li a:hover {
    background-color: rgba(250, 250, 250, 0.1);
    transition: .3s;
    border-left: 5px solid #fff;
}

.dashboard-main {
    padding: 15px;
}
.t-btn.t-btn-blue.t-btn-svg {
    border-radius: 50px;
    column-gap: 10px;
    margin: 0;
}


.picture-tabs .radio-item label img {
    height: 130px;
    width: 130px;
    object-fit: contain;
}

.left-panel-menu {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 87%;
}



.notification-drop-box .notification-dropdown {
    background: white;
    width: 500px;
    position: absolute;
    padding: 20px;
    top: 100%;
    right: 0px;
    border: 1px solid;
    display: none;
    transition:.3s;
    z-index: 999999;
}

.notification-drop-box .notification-dropdown .two-thing-space {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}


.notification-drop-box .notification-dropdown .notification-list-box .notification-listing {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 25px;
    background: #E5E5E5;
    border-radius: 15px;
}

.notification-drop-box .notification-dropdown .notification-list-box .notification-listing button.cancel-notify {
    height: 40px;
    width: 40px;
    border-radius: 10px;
}

.notification-list-box {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    row-gap: 10px;
}

.notification-drop-box .notification-dropdown .two-thing-space h6 {
    font-size: 20px;
    font-weight: 600;
}

button#markAllAsReadBtn {
    color: #0077B6;
    background: transparent;
    text-decoration: underline;
    font-size: 14px;
}

.notification-drop-box:hover {
    .notification-dropdown {
        display: block;
        transform: .3s;
    }

    .notification-drop-box .notification-dropdown .notification-list-box .notification-listing .box span {
        font-size: 13px;
    }
}

.notification-list-box {
    overflow: overlay;
    padding-right: 5px;
    max-height: 250px;
}


.icon-notify {
    position: relative;
}

.icon-notify:after {
    position: absolute;
    content: "";
    height: 10px;
    width: 10px;
    background: #0077b6;
    top: 0;
    z-index: 1;
    border-radius: 100%;
    left: 0;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.flex-grid {
    flex-wrap:wrap;
}

.business-detail-box .business-revenue img.bg-overlay, .business-detail-box .propertiy-listed img.bg-overlay {
    position: absolute;
    left: 0;
    bottom: 0;
    opacity: 0.1;
    width: 100%;
    object-fit: contain;
    height: 100%;
    right: 0;
    top: 30%;
}

.icon-notify.icon-notify-active:after {
    opacity: 1;
}

.left-panel-menu::-webkit-scrollbar-track {
    background:transparent;
}

.left-panel-menu::-webkit-scrollbar-thumb {
    background:#fff;
}

.main-dashboard-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #00000026;
    margin-bottom: 25px;
    padding-bottom: 10px;
}

.main-dashboard-header .right-header-links ul {
    display: flex;
    align-items: center;
    column-gap: 25px;
}

.main-dashboard-header .right-header-links ul li a {
    display: flex;
    align-items: center;
    column-gap: 10px;
    color: #777777;
    font-size: 17px;
    text-decoration: none;
    transition: .3s;
}

.main-dashboard-header .page-detail-box h5 {
    color: #5A5A5A;
    font-size: 30px;
    font-weight: 600;
}

.main-dashboard-header .page-detail-box p {
    font-size: 15px;
    color: #999999;
    font-weight: 400;
}

.categories-slider {
    display: flex !important;
    flex-direction: row;
    flex-wrap: nowrap !important;
    overflow: overlay;
    padding-bottom: 10px !important;
    width: 100%;
}
.categories-slider .nav-item {
  width: max-content;
  flex: 0 0 auto;
}

.categories-slider::-webkit-scrollbar{
    height: 5px;
}

.main-dashboard-header .page-detail-box h6 {
    color: #0077B6;
    font-size: 40px;
    font-weight: 500;
}

.main-dashboard-header .right-header-links ul li a.user-profile-link img {
    border-radius: 100%;
    border: 3px solid #0077B6;
}

.main-dashboard-header .right-header-links ul li a svg path {
    transition: .3s;
}

.main-dashboard-header .right-header-links ul li a:hover {
    color: #0077B6;
}

.main-dashboard-header .right-header-links ul li a:hover svg path {
    fill: #0077B6;
}
.detailed-user-box {
    background-color: #E5E5E5;
    border-radius: 15px;
    border: 1px solid #DEDEDE;
    padding: 30px;
}

.detailed-user-box .user-img-box img {
    width: 180px;
    height: 180px;
    border-radius: 100%;
    border: 5px solid #0077b6;
    object-fit: cover;
}

.detailed-user-box .user-img-box {
    display: flex;
    flex-direction: column;
    gap: 15px;
    border-bottom: 1px solid #0000002b;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.detailed-user-box .user-more-details ul {
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.main-dashboard-header .right-header-links ul li a.user-profile-link {
    font-weight: 600;
}

.main-dashboard-header .right-header-links ul li a.user-profile-link img {
    width: 45px;
    height: 45px;
}

.credit-report-box {
    padding: 30px 25px 40px 25px;
    margin-bottom: 20px;
    border-bottom: 1px solid #CCCCCC;
}

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

.two-things-align .box h6 {
    font-size: 30px;
    font-weight: 600;
}

.two-things-align .box p {
    font-size: 16px;
    color: #777777;
}

.landlord-dashboard table {
    width: 100%;
}

.user-login-box .properties-dropdown .properties-dropdown-box {
    display: none ;
}

.properties-dropdown .properties-dropdown-box {
    gap: 5px !important;
    margin-top: 10px !important;
    padding: 0 0px 10px 60px !important;
    display: none;
}

.properties-dropdown .properties-dropdown-box li {
    list-style: initial;
    color: #fff;
}

.properties-dropdown .properties-dropdown-box li a {
    font-size: 15px !important;
    font-weight: 400;
    padding: 0 !important;
    transition: .3s;
}

.properties-dropdown .properties-dropdown-box li a:hover {
    background: transparent !important;
    border: none !important;
    text-decoration: underline !important;
    transition: .3s;
}
.credit-report-box   .two-things-align {
    padding-bottom: 20px;
    margin-bottom: 0px !important;
}

.two-things-align {
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.credit-report-box .four-reports-align {
    display: flex;
    justify-content: space-between;
}

.credit-report-box .four-reports-align .number-box h6 {
    color: #0077B6;
    font-size: 45px;
    font-weight: 700;
    margin: 0;
}

.notification-recent-box .notification-listing .cancel-notify svg {
    background: #E4E4E4;
    border-radius: 6px;
}


.notification-recent-box .notification-listing {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 10px 20px;
    background: #ececec8c;
    border-radius: 10px;
    margin-bottom: 10px;
}

.notification-recent-box .notification-listing .box h6 {
    color: #414141;
    font-size: 17px;
    font-weight: 600;
}

.notification-recent-box .notification-listing .box  span {
    color: #777777;
    font-size: 15px;
    font-weight: 500;
}

.notification-recent-box .box h6 {
    color: #555555;
}

.notification-recent-box .two-things-align .box a {
    color: #0077B6;
    font-size: 15px;
    border-bottom: 1px solid #0077B6;
}

.credit-report-box .four-reports-align .number-box:first-child h6 {
    color: #003170;
}

.credit-report-box .four-reports-align .number-box p {
    color: #555555;
    font-size: 13px;
}

.main-parent-place-box .child-place-box {
    border: 1px solid #00000030;
    border-radius: 10px;
    width: 32%;
    overflow: hidden;
}

.main-parent-place-box {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 15px;
}

.main-parent-place-box .child-place-box .img-box img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.main-parent-place-box .child-place-box .some-align {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 20px 20px 15px;
}

.main-parent-place-box .child-place-box .some-align .content-box {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    background-color: transparent;
    padding: 0;
    border-radius:0;
    width: 100%;
    max-width: 100%;
}

.main-parent-place-box .child-place-box .some-align .content-box .price-month {
    display: flex;
    align-items: flex-end;
    column-gap: 5px;
}

.main-parent-place-box .child-place-box .some-align .content-box .price-month h6 {
    color: #0077B6;
    font-size: 20px;
    font-weight: 800;
    margin: 0;
}

.main-parent-place-box .child-place-box .some-align .content-box .price-month p {
    font-size: 12px;
    color: #414141;
}

.main-parent-place-box .child-place-box .some-align .content-box .place-name h5 {
    margin: 0;
    font-size: 20px;
    color: #414141;
    font-weight: 800;
}

.main-parent-place-box .child-place-box .some-align .content-box .place-location p {
    color: #414141;
    font-size: 12px;
}

.main-parent-place-box .child-place-box .some-align .heart-box a {
    width: 38px;
    height: 38px;
    border: 1px solid #CCCCCC;
    display: flex;
    border-radius: 100%;
    align-items: center;
    justify-content: center;
    transition: .3s;
}

.main-parent-place-box .child-place-box .some-align .heart-box a:hover , .main-parent-place-box .child-place-box .some-align .heart-box a.heart-link.heart-active {
    background-color: #0077b6;
    border-color: #0077b6;
}

.main-parent-place-box .child-place-box .some-align .heart-box a:hover svg path,.main-parent-place-box .child-place-box .some-align .heart-box a.heart-link.heart-active svg path {
    fill: white;
}

.main-parent-place-box .child-place-box .place-details-three {
    padding: 0px 15px 15px 15px;
}

.main-parent-place-box .child-place-box .place-details-three ul {
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #00000036;
    margin-top: 0px !important;
    padding-top: 15px !important;
}

.main-parent-place-box .child-place-box .place-details-three ul li {
    display: flex;
    font-size: 12px;
    column-gap: 3px;
}

.main-parent-place-box .child-place-box .properties-icons-details ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    gap: 5px;
}

.main-parent-place-box .child-place-box a {
    text-decoration: none;
}

.properties-page .main-parent-place-box .child-place-box {
    width: 24%;
    border-radius: 30px;
    overflow: hidden;
}

.properties-page .main-parent-place-box .child-place-box .some-align .content-box .price-month h6 {
    font-size: 25px;
    margin-top: 10px;
}

.properties-page .main-parent-place-box .child-place-box .some-align .content-box .place-name h5 {
    font-size: 25px;
    color: #5A5A5A;
}

.properties-page .main-parent-place-box .child-place-box .some-align .content-box .place-location p {
    font-size: 13px !important;
    color: #888888;
    font-weight: 500;
}

.properties-page .two-things-align ul.nav.nav-tabs {
    border: none;
    display: flex;
    column-gap: 15px;
}

.properties-page .two-things-align ul.nav.nav-tabs a.nav-link {
    background-color: #ecececa1;
    color: #666666;
    border-radius: 50px;
    border: none;
    font-size: 15px;
    transition: .3s;
}

.properties-page .two-things-align ul.nav.nav-tabs a.nav-link.active,.properties-page .two-things-align ul.nav.nav-tabs a.nav-link:hover {
    background-color: #0077B6;
    color: white;
}
.propertieslistings-page .place-gallery-box {
    display: flex;
    flex-direction: column;
    row-gap: 15px;
}

.propertieslistings-page .place-gallery-box .large-gallery-box a,.propertieslistings-page .place-gallery-box .large-gallery-box a img {
    width: 100%;
    height: 100%;
}

.propertieslistings-page .place-gallery-box .small-gallery-box {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 15px;
}

.propertieslistings-page .place-gallery-box .small-gallery-box a {
    width: 31%;
}

.propertieslistings-page .place-gallery-box .small-gallery-box a img {
    width: 100%;
    height: 100%;
}

.propertieslistings-page .place-gallery-box .proper-list-price h3 {
    font-size: 35px;
    color: #0077B6;
    font-weight: 800;
    margin-top: 20px;
}


.propertieslistings-page .properties_details_main .properties_name_add {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}

.propertieslistings-page .properties_details_main .properties_name_add .name h5 {
    font-size: 30px;
    color: #414141;
    font-weight: 800;
    max-width: 400px;
}

.propertieslistings-page .properties_details_main .properties_name_add .add a {
    background-color: #0077B6;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .3s;
}

.propertieslistings-page .properties_details_main .properties_name_add .add a:hover {
    background-color: black;
}

.propertieslistings-page .properties_details_main .properties-icons-details ul {
    display: flex;
    gap: 30px;
    margin-bottom: 30px !important;
}

.propertieslistings-page .properties_details_main .properties-icons-details ul li {
    display: flex;
    align-items: center;
    gap: 10px;
    border-right: 1px solid #0000002b;
    padding-right: 15px;
    line-height: 0em;
}

.propertieslistings-page.propertiesdetails-page .name h6 {
    text-transform: capitalize;
    font-size: 25px;
    font-weight: 600;
    }
.propertieslistings-page .properties_details_main .properties-icons-details ul li:last-child {
    border: none;
}

.propertieslistings-page .properties_details_main .properties-content-style h6 {
    color: #414141;
    font-size: 20px;
    font-weight: 800;
    margin: 15px 0 10px;
}

.propertieslistings-page .properties_details_main .properties-content-style p {
    font-size: 20px;
    color: #666666;
}

.propertieslistings-page .properties_details_main .properties-content-style {
    border-bottom: 1px solid #00000038;
    padding-bottom: 20px;
    margin-bottom: 20px !important;
}

.propertieslistings-page .properties_details_main .properties-content-style .prop-owner-with-img-align {
    display: flex;
    gap: 40px;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
}

.propertieslistings-page .properties_details_main .properties-content-style .prop-owner-with-img-align .content h2 {
    color: #666666;
    font-size: 20px;
    font-weight: 500;
}

.propertieslistings-page .properties_details_main .properties-content-style .prop-owner-with-img-align .content p {
    font-size: 15px;
    color: #888888;
}

.propertieslistings-page .properties_details_main .properties-content-style .prop-owner-with-img-align .img-box {
    width: 20%;
    height: 150px;
}

.propertieslistings-page .properties_details_main .properties-content-style .prop-owner-with-img-align .content {
    width: 80%;
}

.propertieslistings-page .properties_details_main .properties-content-style .owner-details-links ul {
    display: flex;
    flex-direction: column;
    margin: 20px 0 !important;
    gap: 20px;
    align-items: flex-start;
}

.propertieslistings-page .properties_details_main .properties-content-style .owner-details-links ul li a {
    display: flex;
    gap: 15px;
    color: #777777;
    font-size: 20px;
    text-decoration: none;
    align-items: center;
    transition: .3s;
    justify-content: flex-start;
}

.propertieslistings-page .properties_details_main .properties-content-style .owner-details-links ul li a:hover {
    color: #0077B6;
}

.propertieslistings-page .properties_details_main .properties-content-style .owner-details-links ul li a:hover svg path {
    fill: #0077b6;
}

.propertieslistings-page .properties_details_main .properties-content-style:last-child {
    border: none;
}

.profile-page .profile-basic-info-form h3 {color: #414141;font-size: 30px;font-weight: 600;}

.profile-page .profile-basic-info-form form {
    width: 100%;
}

.profile-page .profile-basic-info-form form .two-inputs-boxes-align {
    display: flex;
    gap: 40px;
    margin-bottom: 20px;
}

.profile-page .profile-basic-info-form form .two-inputs-boxes-align .input-box {
    width: 45%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 5px;
}

.profile-page .profile-basic-info-form form .two-inputs-boxes-align .input-box label {
    color: #777777;
    font-size: 15px;
    font-weight: 500;
}

.profile-banner-box .profile-top-banner span {
    cursor: pointer;
}

.right-header-links .notification-drop-box {
    position: relative;
}

.profile-page .profile-basic-info-form form .two-inputs-boxes-align .input-box input, .profile-page .profile-basic-info-form form .two-inputs-boxes-align .input-box select {
    background-color: #E5E5E5;
    height: 45px;
    border-radius: 10px;
    border: 1px solid #0000003d;
    padding: 10px;
    color: #666666;
    font-size: 17px;
    font-weight: 500;
}

.profile-page .profile-basic-info-form form  .two-btn-align-sub-del {
    display: flex;
    column-gap: 30px;
}

.profile-page .profile-basic-info-form form .two-btn-align-sub-del button.form-btn {
    background-color: #0077B6;
    padding: 12px 30px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    gap: 15px;
    color: white;
    font-size: 17px;
    font-weight: 500;
    transition: .3s;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
-webkit-appearance: none;
margin: 0;
}

/* Firefox */
input[type=number] {
-moz-appearance: textfield;
}


.profile-page .profile-basic-info-form form .two-btn-align-sub-del button.form-btn:last-child {
    background-color: #777777;
}

.profile-page .profile-basic-info-form form .two-btn-align-sub-del button.form-btn:hover {
    background-color: black;
    color: white;
}


.profile-page .profile-basic-info-form .bank-info-box {
    margin-top: 40px;
    padding-top: 30px;
    border-top: 1px solid #00000038;
}


.notifications-main-box .align-date-and-time {
    display: flex;
    justify-content: space-between;
}

.notification-box-main {
    background-color: #E5E5E5;
    padding: 40px 30px;
    border-radius: 20px;
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
}

.notification-box-main .content-box h5 {
    color: #414141;
    font-size: 20px;
    font-weight: 600;
}

.notification-box-main .content-box p {
    color: #777777;
    font-size: 15px;
}

.notification-box-main .two-btns-inline {
    display: flex;
    gap: 20px;
    margin-top: 15px;
}

.notification-box-main .two-btns-inline button {
    background-color: #AAAAAA;
    color: white;
    padding: 5px 20px;
    border-radius: 50px;
    transition: .3s;
}

.notification-box-main .two-btns-inline button:hover {
    background-color: black !important;
}

.notification-box-main .two-btns-inline button:nth-child(1) {
    background-color: #0077B6;
}


.many-check-box .paren-check-box {
    width: 100%;
    display: flex;
    align-items: center;
    flex-direction: row;
    gap: 10px;
}

.many-check-box .paren-check-box div {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
}

.many-check-box .paren-check-box input[type="number"] {
   background-color: white !important;
    border: 1px solid #aaa !important;
    border-radius: 4px !important;
    cursor: text !important;
    position: relative !important;
    width: 140px !important;
    padding: 10px !important;
    height: 40px !important;
}


.notification-box-main .close-btn-box a {
    background-color: #D9D9D9;
    color: black;
    width: 40px;
    height: 40px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: .3s;
}

.notification-box-main .close-btn-box a:hover {
    background-color: #0077b6;
    color: white;
}

.parent-tabs-mesg-box {
    background-color: #ecececab;
    border-radius: 15px;
    padding: 20px;
     height: 80vh;
}

.parent-tabs-mesg-box .heading-form-mesg-box h6 {
    font-size: 25px;
    color: #414141;
    font-weight: 600;
    margin: 0;
}

.parent-tabs-mesg-box .heading-form-mesg-box h5 {
    color: #0077B6;
    font-size: 15px;
}

.parent-tabs-mesg-box .heading-form-mesg-box {
    border-bottom: 1px solid #0000001a;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.parent-tabs-mesg-box .heading-form-mesg-box form {
    position: relative;
}

.parent-tabs-mesg-box .heading-form-mesg-box form input {
    width: 100%;
    height: 40px;
    padding: 10px;
    border: 1px solid #0000004f;
    background-color: #D9D9D9;
    color: white;
    border-radius: 15px;
    text-indent: 25px;
    font-size: 14px;
}

.parent-tabs-mesg-box .heading-form-mesg-box form input::placeholder {
    color: #000000;
}

.parent-tabs-mesg-box .heading-form-mesg-box form button {
    position: absolute;
    left: 12px;
    top: 10px;
    background-color: #ff000000;
    font-size: 14px;
}

.parent-tabs-mesg-box .parent-box-message-user {
    display: flex;
    gap: 10px;
    align-items: center;
    background-color: #EDEDED;
    border-radius: 10px;
    padding: 15px;
    border: 1px solid transparent;
    transition: .3s;
    margin-bottom: 15px;
}

.parent-tabs-mesg-box .parent-box-message-user .content-box {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.parent-tabs-mesg-box .parent-box-message-user .content-box .name-and-date {
    display: flex;
    justify-content: space-between;
}

.parent-tabs-mesg-box .parent-box-message-user .content-box .name-and-date h6 {
    color: #414141;
    font-size: 17px;
    font-weight: 600;
    margin: 0;
}

.parent-tabs-mesg-box .parent-box-message-user .content-box .name-and-date h5 {
    font-size: 13px;
    color: #0077B6;
    margin: 0;
}

.parent-tabs-mesg-box .parent-box-message-user .content-box p {
    color: #AAAAAA;
    font-size: 13px !important;
}
a{
    text-decoration: none !important;
}
.parent-tabs-mesg-box .parent-box-message-user:hover, a.active-mesg-person .parent-box-message-user {
    background-color: #fff;
    border-color: #0077B6;
}

.parent-tabs-mesg-box .parent-box-message-user .img-box img {
    width: 60px;
    height: 60px;
    border: 1px solid #CCCCCC;
    border-radius: 10px;
    transition: .3s ;
}

.main-person-message-box .content-box {
    background: transparent !important;
}

.parent-tabs-mesg-box .parent-box-message-user:hover .img-box img ,a.active-mesg-person  .parent-box-message-user .img-box img  {
    border-color: #0077B6;
}
.messages-page .large-mesg-box {
    background-color: #ecececab !important;
    /* height: 970px; */
    height: 85vh;
    border-radius: 15px;
}

.large-mesg-box .parent-tabs-mesg-box .heading-form-mesg-box form button {
    right: 0px;
    left: auto;
    background-color: #0077B6;
    color: white;
    padding: 3px 20px;
    border-radius: 50px;
    top: 6px;
    transition: .3s ;
}
.large-mesg-box .parent-tabs-mesg-box .heading-form-mesg-box form button:hover {
    background-color: black;
}

.messages-page .large-mesg-box .parent-box-message-user {
    background-color: #ff000000;
    display: grid;
    flex-direction: column;
    border: none;
}

.messages-page .large-mesg-box .parent-box-message-user .content-box.you {
    background-color: white;
    width: 40%;
    padding: 15px;
    border-radius: 10px;
    margin: 10px;
    float: left;
    max-width: 40%;
}

.messages-page .large-mesg-box .parent-box-message-user .content-box.client {
    background-color: #C9C9C9;
    width: 40%;
    padding: 15px;
    border-radius: 10px;
    margin: 10px;
    float: right;
    max-width: 40%;
    margin: auto;
    margin-right: 0;
}

.messages-page .large-mesg-box .heading-form-mesg-box {
    border: none;
}

.messages-page .large-mesg-box .heading-form-mesg-box input {
    padding: 10px !important;
    text-indent: 10px;
}
/* Dashboard-css-end */


/* landlord-css-start */



.landlord-dashboard .reports-fours-box-align {
    display: flex;
    gap: 25px;
}

.landlord-dashboard .reports-fours-box-align .parent-box {
display: flex;
background-color: #E5E5E5;
border: 1px solid #00000029;
border-radius: 10px;
padding: 15px;
align-items: center;
gap: 20px;
}

.landlord-dashboard .reports-fours-box-align .parent-box .content h5 {
color: #003170;
font-size: 45px;
font-weight: 600;
margin: 0;
line-height: 0.9;
}

.landlord-dashboard .reports-fours-box-align .parent-box .content p {
color: #555555;
font-size: 12px;
}

.landlord-dashboard .reports-fours-box-align .parent-box .content {
max-width: 150px;
width: 150px;
}

.text h5 {
font-size: 25px;
font-weight: 500;
}


 .reports-listings-property-table .three-headings-align {
display: flex;
background-color: #E5E5E5;
border-radius: 10px;
padding: 15px 20px;
align-items: center;
justify-content: space-between;
margin: 20px 0;
}

 .reports-listings-property-table .three-headings-align h3 {
color: #414141;
font-size: 20px;
margin: 0;
font-weight: 600;
}

 .reports-listings-property-table .three-box-table a, .reports-listings-property-table .three-box-table span {
background-color: #EFEFEF;
display: flex;
justify-content: space-between;
padding: 15px 20px;
border: 1px solid #00000021;
border-radius: 10px;
align-items: center;
transition: .3s;
margin-bottom: 15px;
}

.reports-listings-property-table .three-box-table span {
    background-color: #EFEFEF;
    display: flex;
    justify-content: space-between;
    padding: 15px 20px;
    border: 1px solid #00000021;
    border-radius: 10px;
    align-items: center;
    transition: .3s;
    margin-bottom: 15px;

    }

.reports-listings-property-table .three-box-table .box.img-box-property {
display: flex;

}



.reports-listings-property-table .three-box-table .box.img-box-property img {
width: 70px;
height: 70px;
border: 2px solid #0077B6;
border-radius: 10px;

}

 .reports-listings-property-table .three-box-table .box.img-box-property {
display: flex;
align-items: center;
gap: 10px;

}

 .reports-listings-property-table .three-box-table .box.img-box-property .content {
width: 320px;
}

 .reports-listings-property-table .three-box-table .box.img-box-property .content h4 {
color: #414141;
margin: auto;
font-size: 15px;
font-weight: 600;
}

 .reports-listings-property-table .three-box-table .box.img-box-property .content p {
font-size: 17px;
color: #414141;
}

 .reports-listings-property-table .three-box-table .box {
width: 24%;
}

 .reports-listings-property-table .three-box-table .box.gallery-box-imges {
display: flex;
align-items: center;
justify-content: center;
}

 .reports-listings-property-table .three-box-table .box.gallery-box-imges img {
margin-left: -20px;
border: 2px solid #CCCCCC;
border-radius: 100%;
width: 55px;
height: 55px;
object-fit: cover;
transition: .3s;
}

 .reports-listings-property-table .three-box-table .box.img-box-property {
width: 30%;
}

 .reports-listings-property-table .three-headings-align h3:nth-child(1) {
width: 34%;
}

 .reports-listings-property-table .three-headings-align h3 {
width: 30%;
}

 .reports-listings-property-table .three-headings-align h3:nth-child(2) {
text-align: center;
}

 .reports-listings-property-table .three-headings-align h3:nth-child(3) {
text-align: right;
}

.menu__box .user-login-box {
    display: flex;
    align-items: center;
    gap: 20px;
}

.menu__box .user-login-box:has(:nth-child(3):last-child) {
    justify-content: space-between;
}

.menu__box .user-login-box img {
    height: 60px;
    width: 60px;
}



.menu__box .user-login-box p {
    color: #fff !important;
}

.menu__box .user-login-box h5 {
    color: #fff;
    font-size: 22px;
    font-weight: 600;
    margin: 0;
}

 .reports-listings-property-table .three-box-table .box:nth-child(3) {
text-align: right;
}

 .reports-listings-property-table .three-box-table a .box.numbers-of-applications p {
color: black;
display: flex;
justify-content: flex-end;
align-items: center;
gap: 5px;
}

 .reports-listings-property-table .three-box-table a:hover {
background-color: #DBDBDB;
}

 .reports-listings-property-table .three-box-table a:hover .content h4 {
color: #0077B6 !important;
}

 .reports-listings-property-table .three-box-table a:hover  .box.gallery-box-imges img {
border-color: #0077B6;
margin-left: -15px;
}

 .reports-listings-property-table .three-box-table a:hover .box.numbers-of-applications p {
color: #0077B6;
}

 .reports-listings-property-table .three-box-table a:hover .box.numbers-of-applications p svg path {
fill: #0077B6;
}


.landlord-dashboard.landlord-properties .reports-fours-box-align .parent-box {
background-color: #ff000000;
border: none;
}

.image-preview {
display: inline-block;
margin: 10px;
position: relative;
}
.image-preview img {
max-width: 100px;
max-height: 100px;
}
.close-btn {
position: absolute;
top: 5px;
right: 5px;
background-color: red;
color: white;
border: none;
cursor: pointer;
}

.add-property-form-sec form#uploadForm input#fileInput {
-webkit-appearance: none;
box-shadow: none !important;
display: none;
}

.add-property-form-sec form#uploadForm div#imageContainer {
display: flex;
flex-direction: row;
flex-wrap: wrap;
gap: 20px;
}

.add-property-form-sec form#uploadForm div#imageContainer .image-preview {
background-color: #fafafa;
border: 1px solid #0000001c;
width: 135px;
height: 108px;
display: flex;
align-items: center;
justify-content: center;
position: relative;
margin: 0;
border-radius: 15px;
}

.add-property-form-sec form#uploadForm div#imageContainer .image-preview img {
width: 100%;
height: 100%;
object-fit: cover;
max-width: 100%;
min-height: 100%;
border-radius: 15px;
border: 1px solid #00000038;
}

.add-property-form-sec form#uploadForm div#imageContainer .image-preview button.close-btn {
position: absolute;
top: 35%;
right: 38%;
border-radius: 100%;
width: 30px;
height: 30px;
display: flex;
align-items: center;
justify-content: center;
background-color: #489bc7;
transition: .3s;
}

.add-property-form-sec form#uploadForm div#imageContainer .image-preview button.close-btn:hover {
background-color: black;
}

.add-property-form-sec .main-file-upload-box {
display: flex;
gap: 20px;
flex-direction: row;
justify-content: flex-start;
margin: 20px 0;
}

.progress-container {
margin: 0px 0;
}

input[type="range"] {
width: 100% !important;
height: 20px !important;
-webkit-appearance: none !important;
appearance: none !important;
background: #f3f3f3;
border-radius: 5px;
outline: none;
padding: 0 !important;
margin-top: 10px;
}

input[type="range"]::-webkit-slider-thumb {
-webkit-appearance: none;
appearance: none;
width: 30px;
height: 30px;
background: #0077b6;
cursor: pointer;
border-radius: 50%;
}

input[type="range"]::-moz-range-thumb {
width: 30px;
height: 30px;
background: #0077b6;
cursor: pointer;
border-radius: 50%;
}

.progress-number {
    margin-top: 10px;
    font-size: 24px;
    color: #0077b6;
    font-weight: bold;
}

.number-input {
margin-bottom: 10px;
font-size: 18px;
text-align: center;
padding: 5px;
width: 80px;
border: 1px solid #ccc;
border-radius: 5px;
}

.max-value {
font-size: 20px;
color: #0077b6;
font-weight: bold;
text-align: center;
margin: 10px 0;
}


.add-property-form-sec .many-forms-fields-box .input-box label {
width: 100%;
color: #414141;
font-size: 15px;
margin-bottom: 2px;
}

.many-forms-fields-box label{
    color: #414141;
font-size: 20px;
margin-bottom: 2px;
}

.add-property-form-sec .many-forms-fields-box .input-box input,.add-property-form-sec .many-forms-fields-box .input-box select {
width: 100%;
height: 50px;
border-radius: 10px;
border: 1px solid #00000033;
padding: 20px;
color: black;
margin-bottom: 20px;
}

.paren-check-box {display: flex;align-items: center;gap: 10px;}

.add-property-form-sec .many-forms-fields-box .input-box.textarea textarea{
    height: 150px;
    padding: 15px;
    width: 100%;
    border: 1px solid #00000033;
    border-radius: 10px;
}

.add-property-form-sec .many-forms-fields-box .input-box select {
padding: 10px;
}

.add-property-form-sec .numbers-main-bb input {
width: 150px !important;
margin: 0 !important;
}

.add-property-form-sec .numbers-main-bb {
display: flex;
justify-content: space-between;
padding: 0px 100px;
margin-top: -5px;
}



.add-property-form-sec .many-check-box p {
    width: 100%;
    color: #414141;
    font-size: 20px;
    margin-bottom: 10px !important;
}

.add-property-form-sec .many-check-box .paren-check-box {
    display: inline-block;
    margin-right: 15px;
    display: inline-flex;
    flex-direction: row;
    gap: 10px;
    align-items: center;
    margin-bottom: 15px;
}

.add-property-form-sec .many-check-box .paren-check-box input, input[type="checkbox"] {
    width: 20px;
    height: 20px;
    background-color: #E5E5E5;
}

.add-property-form-sec .many-check-box .paren-check-box label {
    color: #777777;
    font-size: 17px;
}


.add-property-form-sec form .two-btn-inline {
    display: flex;
    gap: 20px;
}

.add-property-form-sec form .two-btn-inline button.t-btn {
    background-color: #0077B6;
    color: white;
    padding: 10px 20px;
    border-radius: 50px;
    transition: .3s;
}

.modal-body .between-space-boxes {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.modal-body .between-space-boxes .two-things-align {
    gap: 20px;
    padding: 0;
    margin: 0;
}

.modal-body .between-space-boxes .select-boxes-modal {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: space-between;
}

.modal-body .select-boxes-modal .select-box-content .two-thing-space label {
    color: #5A5A5A;
    font-size: 17px;
}

.modal-body .select-boxes-modal .select-box-content {
    width: 190px;
    background: #F6F6F6;
    border: 1px solid #DEDEDE;
    border-radius: 10px;
    padding: 10px 20px;
}

.modal-body .select-boxes-modal .select-box-content p {
    color: #999999;
    font-size: 15px;
    margin-bottom: 5px !important;
}

.modal-body .select-boxes-modal .select-box-content .two-thing-space {
    display: flex;
    align-items: center;
    flex-direction: row;
    gap: 5px;
}

.add-property-form-sec form .two-btn-inline button.t-btn:hover {
    background-color: black !important;
}

.add-property-form-sec form .two-btn-inline button.t-btn.t-btn-gray {
    background-color: gray;
}


.propertieslistings-page.propertiesdetails-page .three-headings-align h3 {
    width: 20% !important;
    max-width: 20% !important;
    font-size: 16px !important;
    text-align: left;
}

.reports-listings-property-table .three-box-table span a {
    padding: 0;
    border: none;
    column-gap: 10px;
    display: flex;
    justify-content: flex-start;
    color: black;
    margin: 0;
}


.reports-listings-property-table .three-box-table span p,.reports-listings-property-table .three-box-table span a {
    font-size: 13px !important;
}

.reports-listings-property-table .three-box-table span .box.img-box-property {
    border-radius: 100% !important;
}

.propertieslistings-page.propertiesdetails-page .box.img-box-property img {
    border-radius: 100%;
    width: 30px;
    height: 30px;
}

.properties-page.admin-properties .latest-listing-parent-box {
    background-color: #00000008;
    display: flex;
    justify-content: space-between;
    border: 1px solid #00000014;
    align-items: center;
    padding: 20px;
    border-radius: 15px;
    margin-bottom: 20px;
}

.properties-page.admin-properties .latest-listing-parent-box .latest-child-box .box.property-detail-box {
    display: flex;
    gap: 15px;
    align-items: center;
}


.properties-page.admin-properties .latest-listing-parent-box .latest-child-box .box.property-detail-box .content h6 {
    margin: 0;
    font-size: 12px;
    color: #003170;
    font-weight: 500;
}

.properties-page.admin-properties .latest-listing-parent-box .latest-child-box .box.property-detail-box .content h5 {
    color: black;
    font-size: 25px;
    font-weight: 600;
    margin: 0;
}

.properties-page.admin-properties .latest-listing-parent-box .latest-child-box .box.property-detail-box .content p {
    color: #777777;
    font-size: 13px;
}

.properties-page.admin-properties .latest-listing-parent-box .latest-child-box .box.property-detail-box .content h4 {
    color: #0077B6;
    font-size: 17px;
    font-weight: 600;
    margin: 0;
}

.properties-page.admin-properties .latest-listing-parent-box .box.two-person-align-box {
    display: flex;
    gap: 25px;
}

.properties-page.admin-properties .latest-listing-parent-box .box.two-person-align-box .sunb-person-child-box {
    display: flex;
    align-items: center;
    gap: 15px;
}

.properties-page.admin-properties .latest-listing-parent-box .box.two-person-align-box .sunb-person-child-box .content h6 {
    margin: 0;
    color: #003170;
    font-size: 12px;
}

.properties-page.admin-properties .latest-listing-parent-box .box.two-person-align-box .sunb-person-child-box .content h5 {
    color: black;
    font-size: 20px;
    font-weight: 600;
    margin: 0;
}

.properties-page.admin-properties .latest-listing-parent-box .box.two-person-align-box .sunb-person-child-box .content p {
    color: #777777;
    font-size: 13px;
}

.properties-page.admin-properties .latest-listing-parent-box .two-btns-inline {
    display: flex;
    gap: 20px;
}

.properties-page.admin-properties .latest-listing-parent-box .two-btns-inline button {
    background-color: #AAAAAA;
    color: white;
    padding: 5px 20px;
    border-radius: 50px;
    transition: .3s;
}

.properties-page.admin-properties .latest-listing-parent-box .two-btns-inline button:nth-child(1) {
    background-color: #0077B6;
}

.properties-page.admin-properties .latest-listing-parent-box .two-btns-inline button:hover {
    background-color: black;
}



.income-reports-sec-page .income-reports-two-boxes {
    display: flex;
    gap: 20px;
    border-bottom: 1px solid #00000026;
    padding-bottom: 30px;
    margin-bottom: 30px;
}

.income-reports-sec-page .income-reports-two-boxes .parent-box {
    border: 1px solid #00000021;
    background-color: #E5E5E5;
    border-radius: 10px;
    padding: 20px;
    max-width: 400px;
    width: 400px;
}

.income-reports-sec-page .income-reports-two-boxes .parent-box h6 {
    color: #414141;
    font-size: 25px;
    margin-bottom: 15px;
}

.income-reports-sec-page .income-reports-two-boxes .parent-box h5 {
    color: #003170;
    font-size: 50px;
    font-weight: 600;
    margin: 0;
    margin-bottom: 0px;
}

.income-reports-sec-page .income-reports-two-boxes .parent-box p {
    color: #888888;
    font-size: 15px;
}

.income-reports-sec-page .income-reports-two-boxes .parent-box.blue-box {
    background-color: #0077B6;
    color: white !important;
    border-color: #0077B6;
}

.income-reports-sec-page .income-reports-two-boxes .parent-box.blue-box h6,.income-reports-sec-page .income-reports-two-boxes .parent-box.blue-box h5,.income-reports-sec-page .income-reports-two-boxes .parent-box.blue-box p {
    color: white;
}


.reports-table
table {
    width: 100%;
}

.reports-table table tr th {
    background-color: #0000000f;
    padding: 10px;
    padding-left: 15px;
    border-left: 1px solid #0000002b;
}

.reports-table table tr td {
    padding: 10px;
    padding-left: 15px;
    border-left: 1px solid #00000038;
    border-bottom: 1px solid #0000002e;
}

.reports-table table tr {
    line-height: 40px;
}

.reports-table table tr td:nth-child(1), .reports-table table tr th:nth-child(1) {
    border-left: none !important;
}

.reports-table table tr
 td.price p {
    background-color: #7fae6536;
    color: #7FAE65;
    font-weight: 600;
    padding: 0px 10px;
    border-radius: 50px;
    width: 70%;
    text-align: center;
}

.reports-table table tr:last-child td {
    border-bottom: 0;
}

.reports-table table tr td {
    line-height: 3em;
}

.user-reports-page form {
    width: 100%;
    border-bottom: 1px solid #0000002b;
    margin-bottom: 20px;
    padding-bottom: 30px;
}

.user-reports-page form .select-box label {
    width: 100%;
    color: #414141;
    font-size: 20px;
    margin-bottom: 5px;
}

.user-reports-page form .select-box select {
    width: 100%;
    height: 50px;
    border-radius: 15px;
    padding: 10px;
    padding-left: 20px;
    background-color: #E5E5E5;
    border: 1px solid #0000002b;
}

.user-reports-page .user-reports-yealt {
    display: flex;
    justify-content: space-between;
    padding: 10px 20px;
    border: 1px solid #00000017;
    border-radius: 10px;
    padding-right: 100px;
    margin-bottom: 20px;
    align-items: center;
}
  .user-reports-page .report-item {
    padding: 5px 10px;
    font-size: 14px;
  }

  .user-reports-page .paid {
    background-color: green;
    color: white;
    border-radius: 3px;
  }

  .user-reports-page .select-box:first-child {
    margin-bottom: 30px;
}



.user-reports-page .user-reports-yealt .report-item.two-btns .two-btns-inline {
    display: flex;
    gap: 20px;
}

.user-reports-page .user-reports-yealt .report-item.two-btns .two-btns-inline button {
    padding: 5px 10px;
    border-radius: 10px;
    background-color: #0077b6;
    color: white;
    border-radius: 5px;
    transition: .3s;
}

.user-reports-page .user-reports-yealt .report-item.two-btns .two-btns-inline button:last-child {
    background-color: #0077b6ab;
}

.user-reports-page .user-reports-yealt .report-item.two-btns .two-btns-inline button:hover {
    background-color: black;
}


.user-reports-page.price-page .report-item.paid {
    background-color: #79856b29;
    color: #79856B;
}

.admin-users-page td a {
    margin-right: 10px !important;
    color: #003170;
    font-weight: 500;
    text-decoration: underline !important;
}

.admin-users-page td a:last-child {
    color: #0077B6;
}

.main-dashboard-header .hamburger-menu{
    display: none;
}

.col-lg-12 .page-detail-box {
    margin-bottom: 20px;
    display: none;
}


.property-for-approvel-table table tr:first-child, #table_id thead {
    position: sticky;
    top: 0;
    background: #fff;
}

.menu__box .user-profile-img img {
    height: 60px;
    width: 60px;
}

.user-detail-box {
    text-align: left;
}
.websticky { position: fixed; top: 0; width: 100%; background: white; box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2); }

input[type="file"] {
    padding: 5px !important;
}

.input-box.progress-bar {
    background-color: #ff000000;
}

.profile-page.rooms-features-page .profile-basic-info-form {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
    border-bottom: 1px solid #00000036;
    padding-bottom: 20px;
    align-items: flex-start;
    flex-direction: row;
}

.profile-basic-info-form h3 {
    margin: 0;
}

.profile-basic-info-form a {
    margin: 0 !important;
}

.profile-page .profile-basic-info-form {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
}
.propertieslistings-page .properties_details_main .properties_name_add .add {
    display: flex;
    gap: 10px;
}

.propertieslistings-page .properties_details_main .properties_name_add .add a.Delet-btn {
    background-color: red;
}

.propertieslistings-page .properties_details_main .properties_name_add .add a.Delet-btn:hover {
    background-color: black;
}


#roomFeaturesTable td:last-child, #roomFeaturesTable th:last-child, #rentToWhoTable th:last-child, #pettable th:last-child, #table_id th, #table_id td, #users_list th:last-child, #TestimonialTable th:last-child, #userTable th:last-child {
    text-align: center !important;
}

.user-role-landlord {
    background: rgba(0, 119, 182, 0.1); /* Blue shade */
    padding: 5px 20px;
    border-radius: 100px;
    color: #0077B6;
    text-align: center;
}

.user-role-tenant {
    background: rgba(255, 193, 7, 0.1); /* Yellow shade */
    padding: 5px 20px;
    border-radius: 100px;
    color: #FFC107;
    text-align: center;
}

.user-role-admin {
    background: rgba(220, 53, 69, 0.1); /* Red shade */
    padding: 5px 20px;
    border-radius: 100px;
    color: #DC3545;
    text-align: center;
}

.user-role-affiliate {
    background: rgba(40, 167, 69, 0.1); /* Green shade */
    padding: 5px 20px;
    border-radius: 100px;
    color: #28A745;
    text-align: center;
}

.user-role-affiliate-realtor {
    background: rgba(111, 66, 193, 0.1); /* Purple shade */
    padding: 5px 20px;
    border-radius: 100px;
    color: #6F42C1;
    text-align: center;
}

.user-role-applicant {
    background: rgba(255, 87, 34, 0.1); /* Orange shade */
    padding: 5px 20px;
    border-radius: 100px;
    color: #FF5722;
    text-align: center;
}


.modal-body {
    margin: 0 !important;
}

.swal2-container.swal2-center>.swal2-popup {
    border-radius: 30px;
}


.tip-scroll-box {
    max-height: 55vh;
    overflow: overlay;
}

.swal2-container.swal2-center>.swal2-popup .swal2-actions {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.swal2-container.swal2-center>.swal2-popup .swal2-actions button {
    margin: 0;
    padding: 10px 40px;
    border-radius: 10px;
    font-size: 17px;
    font-weight: 600;
    border: none !important;
}

.swal2-container.swal2-center>.swal2-popup .swal2-actions .swal2-confirm {
    background: linear-gradient(45deg, #0077B6 0%, #96CAE6) !important;
}

.swal2-container.swal2-center>.swal2-popup .swal2-actions .swal2-cancel {
    background: #999999 !important;
}


.modal-cancel-btn {
    padding: 10px 40px;
    border-radius: 10px;
    font-size: 17px;
    background: #999999;
    color: #fff;
    font-weight: 600;
}

.modal-body input, .modal-body textarea {
    background: #F6F6F6;
    border: 1px solid #DEDEDE;
    width: 100%;
    border-radius: 10px;
    padding: 10px 20px;
    color: #999999;
}

.modal-body {
    padding: 0;
    margin: 30px 0;
}

.modal {
    display: flex;
    width: 100%;
    height: 100vh;
    align-content: center;
}


.tenant-dashboard .business-detail-box .bg-box {
    width: 100%;
}

.tenant-top-image {
    text-align: center;
}

.tenant-dashboard .business-detail-box {
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    align-items: stretch;
}


.tenant-dashboard .business-detail-box .bg-box .two-things-align {
    flex-direction: row-reverse;
    margin: 0;
    padding: 0;
    width: 100%;
}

.tenant-dashboard .business-detail-box .bg-box .two-things-align p {
    font-size: 16px;
}

.tenant-dashboard .business-detail-box .bg-box .two-things-align span {
    font-size: 50px;
    color: #5A5A5A;
}


.tenant-dashboard .business-detail-box .bg-box .two-things-align span.business-amount {
    color: #fff !important;
}


.input-check-box {
    display: flex;
    align-items: center;
    column-gap: 10px;
    margin-bottom: 10px;
}


.input-check-box input#show-password {
    width: 20px;
    margin: 0;
    height: 15px;
}

.modal-content .modal-body {
    overflow: overlay;
    max-height: 60vh;
}

.modal .two-things-align {
    margin-top: 20px;
}

.main-dashboard-header ul.menu__box li a svg path {
    fill: #fff !important;
}

td .tb-item-fix, th .tb-item-fix {
    display: block;
    width: 200px;
}

.tfi-top-banner {
    display: flex;
    gap: 20px;
    align-items: center;
}

.tenant-box-listing-box {
    padding: 30px;
    background: #f2f2f2;
    border-radius: 15px;
}

.tenant-box-listing-main {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.tenant-box-listing-box .two-things-align {
    padding: 0 !important;
}

.tenant-box-listing-box .dteail-box h6 {font-size: 20px;color: #5a5a5a;font-weight: 600;margin-bottom: 2px !important;}

.tenant-box-listing-box .dteail-box p {
    font-size: 15px;
    font-weight: 400;
    color: #999;
}

.tenant-box-listing-box .btn-box {
    padding: 10px 30px;
    color: #7a7a7a;
    background: rgba(122, 122, 122, 0.15);
    border-radius: 50px;
    font-size: 17px;
    font-weight: 400;
}

.tenant-box-listing-box .two-things-align {
    padding: 0;
}

.tfi-page .two-things-align {
    margin: 0;
    padding: 20px 0;
}

.tfi-page h5 {
    font-size: 25px;
    font-weight: 600;
    color: #5a5a5a;
}

.tfi-top-banner img {
    height: 80px;
    width: 80px;
    border-radius: 20px;
    border: 1px solid #dedede;
    box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.15);
    object-fit: cover;
}

.tfi-top-banner h6 {
    font-size: 30px;
    color: #fff;
    font-weight: 600;
    margin: 0 0 1px 0;
}

.tfi-top-banner p {
    color: #ccc;
    font-size: 15px;
    font-weight: 400;
}

.tfi-banner-box {
    width: 100%;
    background: linear-gradient(45deg, #0077B6, #96CAE6);
    border-radius: 30px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 20px 22px;
}

.btn-box {
    padding: 10px 20px;
    background: rgba(255, 255, 255, 0.25);
    border-radius: 15px;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
}

.tfi-show-box {
    position: relative; /* needed for absolute positioning of span */
    display: inline-block; /* shrink-wrap the SVG + span */
}

.tfi-show-box span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); /* center both vertically & horizontally */
    color: #fff;
    font-weight: 700;
    font-size: 15px;
    pointer-events: none; /* optional: allow clicking through the span */
    white-space: nowrap;  /* prevent breaking numbers */
}


#TestimonialTable .tb-item-fix {
    width: 100%;
}

#userTable_wrapper #userTable .tb-item-fix {
    width: 250px;
}

.renter-sec-03 ul li {
    color: #777777;
    list-style: inside;
    display: list-item;
}

.renter-sec-03 ul {
    row-gap: 10px;
}

.renter-sec-03 {
    padding: 0;
}

.pricing-sec .text {
    height: 100%;
    align-content: center;
}

.pricing-sec {
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    padding: 45px 145px 45px 120px;
}

.pricing-sec .text h2 {
    font-size: 40px;
    margin: 0;
}

.pricing-sec .text h1 {
    color: #0077B6;
    font-size: 150px;
    font-weight: 900;
    margin: 0;
}

.pricing-sec .text ul {
    row-gap: 15px;
    margin: 0 0 10px 0 !important;
}

.pricing-sec .text ul li {
    column-gap: 15px;
    color: #777777;
}

header .header-menu ul a.t-btn.t-btn-header:last-child {
    margin: 0;
    background: #9A9A9A;
}

.page-item.active .page-link {
    color: #fff;
    background-color: #0077B6;
    border-color: #0077B6;
}

.page-item {
    margin: 0 0.2rem;
}

.page-item.disabled .page-link {
    color: #6c757d;
    pointer-events: none;
    background-color: #e9ecef;
    border-color: #dee2e6;
}

.page-link {
    display: flex    ;
        align-items: center !important;
        justify-content: center !important;
    padding: 0.375rem 0.75rem !important;
    font-size: 1rem;
    color: #0077B6;
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: 50% !important;
    text-decoration: none;
    text-align: center;
    width: 2.5rem;
    height: 2.5rem;
    line-height: 1.75rem;
}

ul.pagination {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.page-item:first-child .page-link {
    border-top-left-radius: 10px !important;
    border-bottom-left-radius:10px !important;
}

.page-item:last-child .page-link {
    border-top-right-radius: 10px !important;
    border-bottom-right-radius:10px !important;
}

header li.user-login-dropdown {
    position: relative;
    transition: .3s;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
}

        header li.user-login-dropdown ul.sub-menu {
            position: absolute;
            background-color: red;
            display: flex;
            flex-direction: column;
            row-gap: 10px;
            border-radius: 10px;
            background-color: white;
            width: 240px;
            padding: 20px !important;
            right: 0;
            margin: auto !important;
            border: 1px solid #0077b6;
            display: none;
            transition: .3s;
            top: 100%;
        }

        header li.user-login-dropdown ul {
    position: relative;
    background: transparent;
    border: none;
    padding: 0 !important;
    width: fit-content;
    margin: 0 !important;
    display: block;
}

        header li.user-login-dropdown ul.sub-menu li a {
            font-size: 14px;
        }

        header li.user-login-dropdown:hover ul.sub-menu {
            display: flex !important;
        }

        .user-login-dropdown a.user-profile-link {
            display: flex;
            flex-direction: row;
            align-items: center;
            gap: 10px;
            flex-wrap: wrap;
        }

        .user-login-dropdown a.user-profile-link img {
            height: 35px;
            width: 35px;
            border-radius: 50%;
            object-fit: cover;
        }

        header .header-menu ul.sub-menu {
            align-items: center;
        }

        header ul.menu__box .header-logo {
            display: flex;
            flex-direction: row;
            align-items: center;
            justify-content: space-between;
        }

        header ul.menu__box .header-logo span ,header ul.menu__box .header-logo span::before, header ul.menu__box .header-logo span::after {
            background-color: transparent;
            content: none !important;
        }

        .text.work-text h3 {
            color: #fff;
            font-size: 50px;
            font-weight: 600;
            margin-bottom: 40px;
        }

        .text.contact-page h2 {
            font-size: 35px;
        }

        #propertiesTable .tb-item-fix {
            width: 210px;
        }

        #propertiesTable th:nth-child(3){
            text-align: center;
        }

        #propertiesapproveTable td:first-child .tb-item-fix {width: 300px;}

        header ul.menu__box .header-logo {margin-bottom: 20px;}

        .landlord-dashboard span.tb-item-fix {
            width: 150px;
        }

        .landlord-dashboard td:first-child span.tb-item-fix {
            width: 250px;
        }


        .renteraccordian .accordion-button {
            background: #E6E6E6 !important;
            border: none ;
            color: #414141 !important;
            font-size: 20px;
            font-weight: bolder;
            border-radius: 20px ;
            box-shadow: none !important;
        }

        .renteraccordian .accordion-header {
            margin: 0 !important;
            border: none ;
        }

        .renteraccordian .accordion-item {
            border: none ;
            background: #E6E6E6;
            border-radius: 20px !important;
            overflow-x: hidden;
            margin-bottom: 20px;
        }

        .renteraccordian {
            margin-top: 30px;
        }

        .renteraccordian .accordion-body {
            border: none;
            color: #777777;
            font-size: 16px;
        }

        .renteraccordian .accordion-collapse {
            border: none ;
        }
.footer-logo{
    width: 105px;
    display: contents;
}
        .footer-logo ~ .text a, .footer-logo ~ .text strong, .footer-logo ~ .text p {
            color: #777777 !important;
            margin: 0 !important;
            text-align: left;
            width: 100%;
        }

        .footer-logo ~ .text {
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: flex-start;
            gap: 10px;
            margin: 25px 0;
        }

        .footer-logo ~ .text span{
            width: 100%;
            text-align: left;
        }


    .renteraccordian .accordion-body ul {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
        gap: 7px;
        margin: 15px 0 !important;
    }

    .renteraccordian .accordion-body ul li {
        list-style: unset;
        margin-left: 20px;
        text-align: left;
    }

    .accordion-body .text p {
        text-align: left;
    }

    #collapseThree, #collapseTwo, #collapseOne, #collapseFour ,#collapseFive{
        transition: 1s;
    }

    ul.content-ul-li {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
        gap: 5px;
        margin: 10px 0 !important;
    }

    ul.content-ul-li li {
        color: #777777;
        list-style: inside;
    }

    .maintop-bar-profile .bar-info-access {
        display: flex    ;
        flex-direction: row;
        align-items: center;
        gap: 10px;
    }

    .maintop-bar-profile {
        display: flex    ;
        align-items: center;
        padding: 15px;
        border: 1px solid #0077B6;
        position: sticky;
        top: 0;
        z-index: 10;
        border-radius: 15px;
        box-shadow: 0px 3px 6px 0px #00000021;
        margin: 15px 15px 0px 15px;
        background: #FFFFFF !important;
        justify-content: space-between;
    }

    .top-profile-message-box .img-box img {
        width: 40px;
        height: 40px;
        border-radius: 50%;
        object-fit: cover;
    }

    #chat-box {
        flex: 1;
        overflow-y: overlay;
        padding: 10px;
        /* margin-top: 160px; */
    }

    .main-person-message-box {
        margin-bottom: 10px;
        overflow: overlay;
        height: 80%;
        margin: 0;
        padding-right: 5px;
    }

    .content-box {
        padding: 10px;
        border-radius: 10px;
        max-width: 70%;
        word-wrap: break-word;
    }

    .content-box.client {
        background-color: #f1f1f1;
        align-self: flex-start;
    }

    .content-box.you {
        background-color: #accada;
        align-self: flex-end;
    }

    #write-message-box {
        display: flex    ;
        align-items: center;
        position: sticky;
        bottom: 0;
        margin: 0 !important;
        padding: 5px 10px 10px;
        background: #EEEEEE;
        flex-direction: column;
    }

    #write-message-box input[type="text"] {
        flex: 1;
        padding: 0 !important;
        margin-right: 0 !important;
        border: 1px solid #ccc;
        border-radius: 5px;
        font-size: 14px;
        height: 50px;
    }

    .main-person-message-box a:last-child .parent-box-message-user {
        margin-bottom: 0;
    }

    .large-mesg-box .parent-tabs-mesg-box .heading-form-mesg-box form button {
        top: 10% !important;
    }

    #write-message-box button {
        padding: 7px 20px;
        background-color: #0077B6;
        color: #fff;
        border: none;
        border-radius: 20px;
        cursor: pointer;
        font-size: 14px;
        height: 40px;
        top: 2.5% !important;
    }
    #updateBtn {
        padding: 7px 20px !important;
        background-color: #0077B6 !important;
        color: #fff !important;
        border: none !important;
        border-radius: 20px !important;
        cursor: pointer !important;
        font-size: 14px !important;
        height: 40px !important;
        top: 2.5% !important;
    }

    #updateBtn:hover {
        background-color: #000 !important;
    }

    #write-message-box button:hover {
        background-color: #000;
    }

    .parent-tabs-mesg-box .heading-form-mesg-box form {
        width: 100%;
    }


    .message-icon-notify:after {
        position: absolute;
        content: "";
        height: 10px;
        width: 10px;
        background: #0077b6;
        top: 0;
        z-index: 1;
        border-radius: 100%;
        left: 0;
        opacity: 0;
        transition: opacity 0.3s ease;
    }

    .message-icon-notify.message-icon-notify-active:after {
        opacity: 1;
    }

    #message {
    width: 90%;
    border: 1px solid #ccc;
    border-radius: 20px;
    padding: 10px;
    font-size: 14px;
    resize: none;
    overflow: hidden;
    outline: none;
    line-height: 1.5;
    box-sizing: border-box;
    }

    #update_message {
    width: 84%;
    border: 1px solid #ccc;
    border-radius: 20px;
    padding: 10px;
    font-size: 14px;
    resize: none;
    overflow: hidden;
    outline: none;
    line-height: 1.5;
    box-sizing: border-box;
    }

    #write-message-box button#cancelBtn {
        right: 10.3%;
    }

    .main-dashboard-header .right-header-links ul li a.messages {
        color: #0077B6;
    }

    .main-dashboard-header .right-header-links ul li a.messages svg path {
        fill: #0077B6 !important;
    }

    .parent-tabs-mesg-box .heading-form-mesg-box form input {
        color: #000;
    }

    .parent-tabs-mesg-box .parent-box-message-user .content-box svg path {
        fill: #000;
    }

    .parent-tabs-mesg-box .parent-box-message-user .content-box {
        width: -webkit-fill-available;
        max-width: 100%;
        padding-right: 0;
        padding-top: 0;
        padding-bottom: 0;
    }

    #message{
        color: #000 !important;
    }

    #update_message{
        color: #000 !important;
    }

    .parent-tabs-mesg-box .top-profile-message-box {
        display: flex;
        align-items: center;
        gap: 20px;
    }

    .message-box {
        display: flex;
        justify-content: flex-start;
        margin-bottom: 10px;
    }

    .message-box.you {
        justify-content: flex-end;
    }

    .content-box {
        max-width: 70%;
        padding: 10px;
        border-radius: 10px;
        background-color: #f1f1f1;
    }

    .content-box.you {
        background-color: #accada;
    }

    .content-box.client {
        background-color: #ffffff;
    }

    .messages-page .img-box {
        margin-right: 10px;
        border-radius: 50%;
    }

    .top-profile-message-box img {
        width: 40px;
        height: 40px;
        object-fit: cover;
    }


    .parent-tabs-mesg-box .top-profile-message-box .profile-name-messange p {
        font-size: 16px;
        font-weight: 700;
        text-transform: capitalize;
    }

    .parent-tabs-mesg-box .top-profile-message-box .img-box img {
        height: 50px;
        width: 50px;
        border: 3px solid #808080a3;
        border-radius: 50%;
    }

    .message-box h6 {
        font-size: 17px;
        font-weight: 600;
    }

    .message-box h5 {
        font-size: 13px;
        opacity: 0.8;
        color: #9A9A9A;
    }

    .message-box p {
        font-size: 13px !important;
        color: #666666;
        font-weight: 300;
    }

    button.offcanvas-open-btn {
        margin-bottom: 10px;
        padding: 10px;
        border-radius: 10px;
        color: #000;
        font-weight: 600;
        font-size: 14px;
        display: none;
        flex-direction: row;
        align-items: center;
        gap: 10px;
    }

    button.offcanvas-open-btn:hover {
        background: #8080804d;
    }

    .profile-recent-table .recent-properties tbody {
        display: inline-table;
        width: 100%;
    }

.chat_box_side_bar .heading-form-mesg-box h6 {
    color: #7A7A7A;
    margin-bottom: 15px;
    font-size: 20px;
}

.chat_box_side_bar .heading-form-mesg-box input[type="text"] {
    background: #F6F6F6;
    padding: 10px 20px;
    text-indent: 0;
    border-radius: 10px;
}


.parent-tabs-mesg-box .parent-box-message-user .content-box .two-things-align {
    margin: 0;
    padding: 0;
}

.parent-tabs-mesg-box .parent-box-message-user .content-box .two-things-align .time-zone {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 5px;
}

.parent-tabs-mesg-box .parent-box-message-user .content-box .two-things-align .time-zone h5 {
    color: #9A9A9A;
    font-size: 12px;
    margin: 0;
}

.parent-tabs-mesg-box .parent-box-message-user .content-box .two-things-align .time-zone h5:first-child {
    padding-right: 5px;
    border-right: 1px solid #9A9A9A;
}

.parent-tabs-mesg-box .parent-box-message-user .content-box .two-things-align .pin-message button {
    background: transparent;
}

.parent-tabs-mesg-box .parent-box-message-user .content-box .two-things-align .pin-message button path {
    fill: #0077B6;
}

.parent-tabs-mesg-box .parent-box-message-user .img-box {
    width: max-content;
    max-width: max-content;
    margin: 0;
}

.parent-tabs-mesg-box .parent-box-message-user .img-box img {
    width: 60px;
    height: 60px;
    object-fit: cover;
    max-width: 60px;
    border-radius: 100%;
    border: 1px solid;
}

div#chat-box .content-box {
    padding: 20px 15px;
    background: #FEFEFE !important;
    border: 1px solid #DEDEDE;
    border-radius: 10px;
    position: relative;
}

.message-box .name-and-date {
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
    gap: 20px;
}

div#chat-box .content-box .message-status span {
    font-size: 10px;
    color: #9A9A9A;
}

.waiting-chat-box {
    height: 100%;
    width: 100%;
    text-align: center;
}

.waiting-chat-box .text h2 {
    margin-bottom: 5px;
}

.waiting-chat-box .down-waiting-chats .recent-chats-main-boxes {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-evenly;
    margin-top: 30px;
}

.waiting-chat-box .down-waiting-chats .recent-chats-main-boxes .recent-chats-box {
    background: #7a7a7a14;
    border-radius: 30px;
    padding: 15px;
    cursor: pointer;
}

.waiting-chat-box .down-waiting-chats .recent-chats-main-boxes .recent-chats-box h3 {
    font-size: 17px;
    font-weight: 500;
    color: #5A5A5A;
}

.waiting-chat-box .down-waiting-chats .recent-chats-main-boxes .recent-chats-box img {
    height: 60px;
    width: 60px;
    border-radius: 100px;
    margin-bottom: 7px;
}

.waiting-chat-box .top-waiting-image {
    height: 60%;
    align-content: center;
}

div#chat-box .content-box .message-status {
    text-align: end;
}


div#chat-box .content-box .message-action-options {
    position: absolute;
    top: 40%;
    right: -30px;
}

div#chat-box .content-box .message-action-options .message-action-options-dropdown {
    position: absolute;
    background: #DEDEDE;
    border-radius: 15px;
    padding: 10px 15px !important;
    left: 30px;
    width: max-content;
    transition: .3s;
    display: none;
    flex-direction: column;
    align-items: stretch;
    text-align: left;
    z-index: 99999;
}

div#chat-box .content-box .message-action-options .message-action-options-btn {
    position: relative;
}

div#chat-box .content-box .message-action-options .message-action-options-btn button {
    background: transparent;
}

div#chat-box .content-box .message-action-options .message-action-options-dropdown li {
    margin-bottom: 2.5px;
    border-bottom: 2px solid #EDEDED;
    padding-bottom: 2.5px;
    color: #666666;
    font-size: 13px;
    cursor: pointer;
}

div#chat-box .message-box.you .content-box .message-action-options {
    left: -30px;
    right: auto;
}

div#chat-box .message-box.you .content-box .message-action-options .message-action-options-dropdown {
    left: auto;
    right: 30px;
}

div#chat-box .message-box:last-child .content-box .message-action-options .message-action-options-dropdown {
    bottom: -30px;
}

@media (min-width: 1400px) {
.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1420px;
}
}

@media (max-width: 1600px){
    .tfi-show-box svg {
        width: 45px;
        height: 45px;
    }
    .tfi-show-box span {
        font-size: 13px;
        font-weight: 600;
    }


    .properties-page .main-parent-place-box .child-place-box {
        width: 32%;
    }

    .parent-tabs-mesg-box .parent-box-message-user .img-box img {
        height: 45px;
        width: 45px;
    }

    .parent-tabs-mesg-box .parent-box-message-user .content-box {
        padding: 0;
    }

    .parent-tabs-mesg-box .heading-form-mesg-box h6 {
        font-size: 20px;
    }

    .parent-tabs-mesg-box .heading-form-mesg-box h5 {font-size: 14px;margin-top: 10px;}



    .parent-tabs-mesg-box .heading-form-mesg-box h5 {
        font-size: 14px;
        margin-top: 10px;
    }

    .parent-tabs-mesg-box .heading-form-mesg-box h6 {
        font-size: 20px;
    }

    .parent-tabs-mesg-box .parent-box-message-user .img-box img {
        height: 45px;
        width: 45px;
    }

    .parent-tabs-mesg-box .parent-box-message-user .content-box {
        padding: 0;
    }

    table .two-things-align {
        width: 350px;
    }

    .tenant-fit-index-box table .two-things-align {
        width: 200px;
    }

    .profile-banner-box .profile-banner-down-detail {
        width: 74%;
    }

    #regForm .box input[type="checkbox"] {
        margin: 0 !important;
    }

    .display-room-feature {
        margin: 15px 0;
        gap: 10px;
    }

    .input-box.many-check-box.pt-5 {
        padding-top: 1.5rem !important;
    }

    p, #regForm .box label, .input-box label {
        font-size: 16px !important;
    }

    .many-check-box .paren-check-box label {
        margin: 0 !important;
    }

    .picture-tabs .radio-item label img {height: 80px;width: 80px;}

.radio-item label {
    font-size: 15px;
}

.picture-tabs {
    gap: 20px;
}

.picture-tabs .radio-item {
    width: 200px;
    height: 150px;
}

select, textarea, textarea, input, #activeNonActive12 .activeNonActive12 label, #activeNonActive180 .activeNonActive18 label {
    padding: 10px 15px;
    font-size: 15px !important;
}

form#regForm p {
    font-size: 17px !important;
}

#regForm h6 {
    font-size: 33px !important;
}

.box p {
    margin: 10px 0 !important;
}

#regForm .box {
    margin-top: 15px;
}


    .property-detail-owner-box .ownerdetail h4, .for-property-aproval-detail-box h3 {
        font-size: 20px;
    }


    .property-detail-owner-box .ownerdetail .owners-links a {
        font-size: 15px;
        gap: 5px;



        svg{
            height:25px;
            width:25px;
        }
    }



    .property-detail-owner-box .owner-profile-img img {
        height: 100px;
        width: 100px;
    }

    .property-detail-owner-box .two-things-align {
        padding: 0;
        margin: 0;
    }

    .property-details-category .property-catgory-box span {
        font-size: 15px;
    }

    .aproval-detail-box span {
        font-size: 15px;
    }

    .for-property-aproval-detail-images img {
        height: 200px;
    }

    .business-overview-box .bg-box {
        width: 100%;
    }

    .business-overview-box {
        flex-direction: column;
    }

    .business-detail-box .propertiy-listed .property-amount, .business-detail-box .business-revenue .business-amount {
        font-size: 50px;
    }

    .business-detail-box .business-revenue .b-title, .business-detail-box .propertiy-listed .p-title {
        font-size: 16px;
    }

    .business-detail-box .propertiy-listed {
        width: 300px;
    }

    .business-detail-box .business-revenue {
        width: 500px;
    }

    .properties-dropdown .properties-dropdown-box li a {
        font-size: 11px !important;
    }

    .properties-dropdown .properties-dropdown-box {
        padding: 0 0px 10px 30px !important;
    }

    .body-overlay-scroll {
        height: 75vh;
    }

    .dashboard-main .left-panel {
        height: 95vh;
    }

    .dashboard-main .left-panel .panel-box .user-login-box .user-detail p {
        font-size: 13px !important;
    }

    .dashboard-main .left-panel .panel-box .user-login-box .user-detail h5 {
        font-size: 15px;
    }

    .dashboard-main .left-panel .panel-box .user-login-box .user-img img {
        height: 45px;
        width: 45px;
        object-fit: cover;
    }

    .dashboard-main .left-panel .panel-box .user-login-box {
        gap: 6px;
    }

    .left-panel-menu .panel-box:last-child a.t-btn.t-btn-blue.t-btn-svg {
        font-size: 15px;
        padding: 6px;
        justify-content: center;
    }

    .left-panel-menu .panel-box:last-child {
        padding: 8px;
        gap: 5px;
    }

    .left-panel-menu .panel-box:last-child .profile-active {
        padding: 5px 10px;
        justify-content: center;
    }

    #table_id, #users_list, #TestimonialTable{
        overflow: overlay !important;
    }

    span.tb-item-fix {
        width: 200px;
        display: block;
    }

    .home-sec-01 {
    height: 550px;
}
.home-sec-01 .text h2 {
    font-size: 25px;
}
.text h2 {
    margin-bottom: 15px;
}
.home-sec-01 .text h1 {
    font-size: 50px;
}
.home-sec-02 {
    padding: 80px 0;
}
.text h3 {
    font-size: 25px;
}

.text p {
    font-size: 16px;
}
.home-sec-03 .parent-box h6 {
    font-size: 150px;
    top: -30px;
}
.home-sec-03 .parent-box .text h2 {
    font-size: 25px;
}
.home-sec-05 .row .item .align-plus h1 {
    font-size: 60px;
}
.home-sec-05 .row .item h3.text {
    font-size: 20px;
}
.text h2 {
    font-size: 40px;
}
.text.text-left-pading {
    padding-left: 30px;
}
.text.text-right-pading {
    padding-right: 30px;
}
.properties-main-box .content-box h6 {
    font-size: 18px;
}
.home-sec-08 {
    height: 500px;
}
footer .footer-social-links ul li a {
    font-size: 25px;
}
footer .footer-copy-right p {
    font-size: 14px;
}
footer .footer-links ul li a {
    font-size: 14px;
}
footer .text p {
    font-size: 16px;
    margin: 15px 0 !important;
}
footer .footer-links h5 {
    font-size: 25px;
    margin-bottom: 15px;
}
.home-sec-02.about-sec-01 {
    padding: 100px 0 50px;
}
.about-sec-04 {
padding: 50px 0;
}
.about-sec-05 {
padding: 50px 0;
}
.service-sec-04 .text.number-box h5 {
font-size: 30px;
}
.seeking-ahome-sec-01 .img-box.text-right img {
width: 500px;
display: block;
margin-right: 0;
margin: auto;
margin-right: 0;
}
.seeking-ahome-sec-01 {
padding: 50px 0;
}
.blog-sec-01 .blog-parent-box .text h5 {
font-size: 20px;
}
.login-register-sec {
padding: 100px 0;
}

/* dashbord-re-css-start */

.main-dashboard-header .page-detail-box p {
    font-size: 16px;
}

.main-dashboard-header .right-header-links ul li a {
    column-gap: 2px;
        font-size: 16px;
}

.main-dashboard-header .right-header-links ul li a.user-profile-link img {
    width: 35px;
    height: 35px;
}
.dashboard-main .left-panel .left-panel-menu h5 {
    font-size: 20px;

}

.dashboard-main .left-panel .left-panel-menu ul li a {
    padding: 5px;
    column-gap: 5px;
    font-size: 16px;
}

.dashboard-main .left-panel .left-panel-menu ul li a svg {
    width: 20px;
    height: 20px;
}

.main-dashboard-header .right-header-links ul li a svg {
    width: 20px;
    height: 20px;
}
.t-btn.t-btn-blue {
    padding: 7px 20px;
    margin-top: 15px;
    font-size: 14px;
    align-items: center;
}
.credit-report-box {
    padding: 20px;
    margin-bottom: 20px;
}
.two-things-align .box h6 {
    font-size: 25px;
}
.credit-report-box .four-reports-align .number-box h6 {
    font-size: 35px;
}
.notification-box-main {
    padding: 30px 20px;
    margin-top: 15px;
}

.dashboard-main {
    padding: 10px;
}
.container-fluid {
    padding: 5px 10px;
}

.tab-pane.p-3.active {
    padding: 0 !important;
}

.properties-page.admin-properties .latest-listing-parent-box .latest-child-box .box.property-detail-box .content h5 {
    font-size: 20px;
}
.properties-page.admin-properties .latest-listing-parent-box .latest-child-box .box.property-detail-box .content p {
    font-size: 12px;
    max-width: 170px;
    margin-right: 15px;
}

.properties-page.admin-properties .latest-listing-parent-box .box.two-person-align-box {
    display: flex;
    gap: 10px;
}
.properties-page.admin-properties .latest-listing-parent-box .box.two-person-align-box .sunb-person-child-box .content h5 {
    font-size: 16px;
}

.properties-page.admin-properties .latest-listing-parent-box .two-btns-inline {
    display: flex;
    gap: 10px;
    margin-left: 15px;
}
.properties-page.admin-properties .latest-listing-parent-box .two-btns-inline button {
    padding: 5px 20px;
    font-size: 13px;
}

.properties-page.admin-properties .latest-listing-parent-box .box.two-person-align-box .sunb-person-child-box .content p {
    font-size: 12px;
    max-width: 120px;
}

.properties-page .two-things-align ul.nav.nav-tabs {
    column-gap: 10px;
}

.properties-page .two-things-align ul.nav.nav-tabs a.nav-link {
    font-size: 13px;
}

.credit-report-box .two-things-align {
    padding-bottom: 15px;
    margin-bottom: 15px;
}
.profile-page .profile-basic-info-form form .two-btn-align-sub-del button.form-btn {
    padding: 10px 20px;
    font-size: 15px;
}
input[type="file"] {
    padding: 5px !important;
}

.detailed-user-box {
    padding: 20px;
}
.detailed-user-box .user-img-box img {
    width: 150px;
    height: 150px;
}

.detailed-user-box .user-img-box h5 {
    font-size: 18px;
}
.profile-page .profile-basic-info-form h3 {
    font-size: 25px;
}
.profile-page .profile-basic-info-form form .two-inputs-boxes-align .input-box label {
    font-size: 13px;
}
input,select,textarea
{
    font-size: 13px;
}
.detailed-user-box .user-more-details ul {
    gap: 10px;
}

.detailed-user-box .user-more-details ul li {
    font-size: 14px;
}








/* dashbord-re-css-end */

}

.flex-input {
    width: 100%;
}



@media (max-width: 1400px){

    .chat_box_side_bar {
        width: 100% !important;
    }

.tfi-show-box svg {
    height: 30px;
    width: 30px;
}

.tfi-show-box span {
    font-size: 9px;
    top: 52%;
}

.dashboard-main .left-panel .panel-box .user-login-box .user-detail h5 {
    font-size: 14px;
}

.dashboard-main .left-panel .panel-box .user-login-box .user-detail p {
    font-size: 9px !important;
}

.dashboard-main .left-panel .panel-box .user-login-box {
    gap: 5px;
}

.dashboard-main .left-panel .panel-box .user-login-box .user-img img {
    height: 30px;
    width: 30px;
}

    .register-new-sec .form-login-sec {
        padding: 20px 15px;
    }

    .many-check-box.mt-3 .paren-check-box {
        grid-template-columns: auto auto auto auto !important;
        margin-top: 20px;
    }

    .add-property-form-sec form#uploadForm div#imageContainer .image-preview {
        width: 45%;
    }

    .select2-container--default .select2-selection--multiple {
        padding-top: 0px;
    }
    .see-insight-fit-index a{
        font-size: 14px;
    }

    .tips-credit-scores-box~h1 {
        font-size: 25px;
    }

    button.offcanvas-open-btn{
        display: flex;
    }

    .messages-page .large-mesg-box {
        height: 75vh;
    }

    .col-lg-4.chat_box_side_bar > .parent-tabs-mesg-box  {
        display: none;
    }

    div#main-mesg-box {
        width: 100%;
    }

    .offcanvas-body .parent-tabs-mesg-box {
        background: transparent;
        border-radius: 0;
        padding: 0;
        height: 100%;
    }

    .offcanvas-body .main-person-message-box {
        overflow: visible;
        height: 100%;
    }

    .profile-banner-box .profile-banner-down-detail h3 {
        font-size: 25px;
    }

    .profile-banner-box .profile-banner-down-detail p {
        font-size: 14px !important;
    }

    .profile-banner-box .profile-banner-down-detail {
        width: 70%;
    }

    .profile-banner-box .profile-top-banner img {
        width: 200px;
        height: 200px;
    }

    .step {
        height: 10px;
        width: 10px;
    }

    .picture-tabs .radio-item label img {
        height: 50px;
        width: 50px;
    }

    .picture-tabs .radio-item {
        width: 180px;
        height: 150px;
    }

    .many-check-box .paren-check-box {
        display: grid    ;
        grid-template-columns: auto 1fr auto 1fr;
        justify-items: start;
    }

    .property-detail-owner-box .ownerdetail .owners-links {
        gap: 10px;
    }

    .property-detail-owner-box {
        padding: 20px;
    }

    .for-property-aproval-detail-images img {
        height: 150px;
    }

    .tab{
        font-size: 14px;
    }

    .landlord-dashboard .business-detail-box .bg-box {
        width: 48%;
    }

    #propertiesapproveTable .tb-item-fix {
        width: 180px;
    }

    .pricing-sec .text ul {
        row-gap: 10px;
        margin: 0 0 5px 0 !important;
    }

    .pricing-sec .text ul li svg {
        height: 23px;
        width: 23px;
    }

    .pricing-sec .text h2 {
        font-size: 25px;
    }

    .pricing-sec .text h1 {
        font-size: 70px;
    }

    .pricing-sec {
        padding: 45px 45px 45px 45px;
    }

    .main-dashboard-header .right-header-links ul li a {
        font-size: 14px;
    }

    .main-dashboard-header .page-detail-box p {
        font-size: 14px;
    }

    .main-dashboard-header .page-detail-box h5 {
        font-size: 20px;
    }

    .business-overview-box p {
        font-size: 14px;
    }

    .business-overview-box h3, .landlord-dashboard .text-box h3 {
        font-size: 25px;
    }

    .business-overview-box .new-user-panel .search-user input, .profile-detail-page-box .profile-recent-table input, .landlord-dashboard .search-user input {
        padding: 5px 10px;
    }

    .business-overview-box .new-user-panel .user-panel-list-box table td .user-img img, table td .two-things-align .user-img img {
        height: 35px;
        width: 35px;
    }

    .business-overview-box .new-user-panel .user-panel-list-box table th, .landlord-dashboard table th {
        font-size: 15px;
    }


    .business-overview-box .new-user-panel .user-panel-list-box table td .user-detail-box h6, table td .user-detail-box h6 {
        font-size: 16px;
    }

    .business-overview-box .new-user-panel .user-panel-list-box table td p {
        font-size: 14px;
    }

    .business-detail-box .propertiy-listed .property-amount, .business-detail-box .business-revenue .business-amount {
        font-size: 35px;
    }

    .business-detail-box .business-revenue .b-title, .business-detail-box .propertiy-listed .p-title {
        font-size: 14px;
    }

    .business-detail-box {
        flex-wrap: wrap;
    }

    .business-detail-box .business-revenue {
        width: 100%;
    }

    .business-detail-box .propertiy-listed {
        width: 49%;
    }

    .modal-cancel-btn {
        font-size: 14px;
    }

    .dt-buttons button.dt-button.buttons-print.btn.btn-outline-secondary.btn-sm {
        padding: 8px 25px;
        font-size: 13px;
    }


    #propertiesTable td, #categoryTable td, #roomFeaturesTable td, #rentToWhoTable td, #pettable td, #table_id td, #users_list td, #userTable td, #TestimonialTable td, .profile-recent-table .recent-properties td {
        padding: 7px 0px;
    }

    #propertiesTable th, #categoryTable th, #roomFeaturesTable th, #rentToWhoTable th, #pettable th, #table_id th, #users_list th, #userTable th, #TestimonialTable th, .profile-recent-table .recent-properties th {
        font-size: 15px;
    }

    .dashboard-main .left-panel .header-logo {
        padding-bottom: 10px;
        text-align: center;
    }

    .dashboard-main .left-panel {
        padding: 10px;
        padding-right: 10px;
    }

    .dashboard-main .left-panel .panel-box .user-login-box .user-detail h5 {
        font-size: 20px;
    }

    .dashboard-main .left-panel .left-panel-menu ul li a {
        font-size: 13px;
        font-weight: 400;
    }

    .left-panel-menu .panel-box:last-child a.t-btn.t-btn-blue.t-btn-svg {
        font-size: 13px;
        font-weight: 500;
    }

    .left-panel-menu .panel-box:last-child .profile-active {
        font-size: 13px;
    }

    .top-back-btn {
        margin-bottom: 10px;
    }

    .t-btn-blue-shade {
        padding: 8px 25px !important;
        font-size: 14px !important;
    }

    .dt-buttons button.dt-button.buttons-csv.buttons-html5.btn.btn-outline-primary.btn-sm, .dt-buttons button.dt-button.buttons-pdf.buttons-html5.btn.btn-outline-danger.btn-sm {
        padding: 8px 25px;
        font-size: 13px;
    }

    .property-action-buttons {
        padding: 10px 20px;
        gap: 10px;
    }

    table td span {
        font-size: 14px;
    }

    #table_id, #users_list, #TestimonialTable {
        max-height: 55vh;
    }

    .dt-search #dt-search-0 {
        width: 100%;
    }

    .dt-search {
        float: none;
        margin-bottom: 10px;
        width: 100%;
        display: flex;
        flex-direction: row;
        align-items: center;
    }

    .dt-buttons {
        float: none;
        margin-bottom: 20px;
        width: 100%;
    }

    span.tb-item-fix {
        width: 150px;
        display: block;
    }
    header .header-menu ul {
    column-gap: 12px;
}
header .header-menu ul li a {
    font-size: 12px;
}
header .header-menu ul a.t-btn.t-btn-header {
    margin-left: 15px;
}
.home-sec-01 {
    height: 500px;
}
.home-sec-01 .text h2 {
    font-size: 22px;
}
.home-sec-01 .text h1 {
    font-size: 45px;
}
.form-box form button {
    padding: 10px 20px;
}
.home-sec-03 .parent-box h6 {
    font-size: 100px;
    top: -20px;
}
.home-sec-03 .parent-box .text h3 {
    font-size: 30px;
}
.home-sec-03 .parent-box .text h2 {
    font-size: 20px;
}
.home-sec-03 .parent-box {
    padding: 20px;
}
.home-sec-03 {
    padding: 80px 0;
}
.home-sec-05 .row {
    padding: 50px;
}
.home-sec-05 .row .item .align-plus h1 {
    font-size: 45px;
}
.home-sec-02 {
    padding: 65px 0;
}
.properties-main-box .img-box .arrow-box {
    width: 40px;
    height: 40px;
}
.properties-main-box .img-box .arrow-box img {
    max-width: 16px;
}
.properties-main-box .content-box h6 {
    font-size: 16px;
}
.home-sec-08 {
    height: 450px;
}
.text h2, .text.work-text h3 {
    font-size: 35px;
}
.home-sec-07 .main-testi-box-flex .parent-box-testi {
    padding: 20px 20px 20px 20px;
}
.home-sec-07 .main-testi-box-flex .parent-box-testi img {
    margin-bottom: 20px;
    max-width: 40px;
}
.home-sec-07 .main-testi-box-flex .parent-box-testi h5 {
    font-size: 18px;
}
.home-sec-07 .main-testi-box-flex .parent-box-testi p {
    font-size: 14px;
}
footer .text p {
    font-size: 14px;
    margin: 15px 0 !important;
}
.about-counter {
    margin-top: -100px;
}
.about-sec-05 .text p {
margin-top: 10px !important;
}
.tick-true ul li img {
width: 35px;
}
.service-sec-03 {
padding: 50px 0;
}
.service-sec-04 {
padding: 50px 0;
}
.service-sec-04 .text.number-box h6 {
font-size: 45px;

}

.service-sec-04 .text.number-box h5 {
font-size: 25px;
}
.service-sec-04 .text.number-box p {
font-size: 14px;
}
.seeking-ahome-sec-01 {
padding: 0px;
}
.seeking-ahome-sec-02 .text-box h5 {
font-size: 20px;

}
.seeking-ahome-sec-02 .text-box p {
font-size: 13px;
}
.seeking-ahome-sec-02 .text-box {
min-height: 250px;
margin: 20px 0;
}
.blog-sec-01 .blog-parent-box .text h5 {
font-size: 16px;
}
.blog-sec-01 .blog-parent-box .text p {
font-size: 13px;
}
.blog-sec-01 .blog-parent-box .text a {
font-size: 12px;
padding: 7px 15px;
margin-top: 10px;
}
.blog-sec-01 {
padding: 50px 0;
}
.pagination-box ul li a {
padding:  5px;
font-size: 14px;
width: 35px;
height: 35px;
}
.home-sec-02.home-sec-04.blog-des-sec-01 .text.content-box {
margin-top: 15px;
}
.contact-us-sec-01 .form-box {
margin: 0;
max-width: 100%;
}
.contact-us-sec-01 .iframe-box iframe {
width: 100%;
height: 500px;
}
.contact-us-sec-01 {
padding: 50px 0;
}
.contact-us-sec-01 .form-box input, .contact-us-sec-01 .form-box textarea, .contact-us-sec-01 .form-box button {
font-size: 14px;
}

/* dashbord-re-css-start */

.dashboard-main .left-panel {
    padding: 15px;
    padding-right: 15px;
}

.dashboard-main .left-panel .left-panel-menu ul li a {
    padding: 5px;
    column-gap: 5px;
    font-size: 14px;
}

.two-things-align .box h6 {
    font-size: 20px;
}

.t-btn.t-btn-blue.t-btn-svg {
    column-gap: 5px;
}

.t-btn.t-btn-blue {
    padding: 5px 15px;
    margin-top: 15px;
    font-size: 13px;
}

.credit-report-box .four-reports-align .number-box {
    max-width: 100px;
    text-align: center;
}
.credit-report-box .four-reports-align .number-box h6 {
    font-size: 25px;
}
.credit-report-box .four-reports-align .number-box p {
    font-size: 12px;
}
.two-things-align .box p {
    font-size: 14px;
}
.notification-box-main .content-box p {
    font-size: 14px;
}

.notification-box-main .two-btns-inline button {
    padding: 4px 15px;
    font-size: 13px;
}

.properties-page.admin-properties .latest-listing-parent-box {
    padding: 15px;
    border-radius: 15px;
    margin-bottom: 15px;
    flex-direction: column;
    gap: 20px;
}

.properties-page.admin-properties .latest-listing-parent-box .box.two-person-align-box .sunb-person-child-box .content p {
    font-size: 12px;
    max-width: 100%;
}

.properties-page.admin-properties .latest-listing-parent-box .latest-child-box .box.property-detail-box .content p {
    font-size: 12px;
    max-width: 100%;
    margin-right: 10px;
}

.profile-page .profile-basic-info-form form .two-inputs-boxes-align {
    display: flex;
    gap: 15px;
    margin-bottom: 15px;
    justify-content: space-between;
}

.profile-page .profile-basic-info-form form .two-inputs-boxes-align .input-box input, .profile-page .profile-basic-info-form form .two-inputs-boxes-align .input-box select {
    height: 40px;
    padding: 10px;
    font-size: 13px;
    width: 100% !important;
}

.detailed-user-box .user-img-box img {
    width: 130px;
    height: 130px;
}

.profile-page .profile-basic-info-form form .two-inputs-boxes-align .input-box {
    width: 48%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 2px;
}
.profile-page .profile-basic-info-form form .two-btn-align-sub-del button.form-btn {
    padding: 8px 15px;
    font-size: 13px;
}

.profile-page .profile-basic-info-form form .two-btn-align-sub-del {
    display: flex;
    column-gap: 15px;
}







/* dashbord-re-css-end */




}

@media (max-width: 1200px) and (min-width: 991px){

    .dashboard-main .left-panel .panel-box .user-login-box .user-detail h5 {
        font-size: 13px;
    }
    .tfi-show-box svg {
        height: 30px;
        width: 30px;
    }

}

@media (max-width: 1024px){

    .main-parent-place-box .child-place-box .properties-icons-details ul li {
        font-size: 10px;
        padding-right: 4px;
    }

    .main-parent-place-box .child-place-box .properties-icons-details {
        padding: 0px 20px 20px 20px;
    }

    .main-parent-place-box .child-place-box .img-box img {
        height: 150px;
    }

    .properties-page .main-parent-place-box .child-place-box .some-align .content-box .price-month h6 {
        font-size: 15px;
    }

    .properties-page .main-parent-place-box .child-place-box .some-align .content-box .place-name h5 {
        font-size: 18px;
    }

    .profile-detail-page-box .detail-box-profile p {
        padding: 0;
    }

    #add-user-Modal .modal-dialog, #edit-user-Modal .modal-dialog, #profile-Modal .modal-dialog {
        width: 100%;
        max-width: 100%;
        padding: 0 20px;
    }

    .profile-banner-box .profile-banner-down-detail {
        width: 65%;
    }

    .profile-detail-page-box .detail-box-profile {
        padding: 10px 0 10px 10px;
    }

    .picture-tabs {
        gap: 15px;
    }

    .property-detail-owner-box .owner-profile-img img {
        height: 80px;
        width: 80px;
    }


    header .two-things-header-mb {
    justify-content: space-between;
    display: flex;
}

header .row.align-items-center{
    display: none;
}

header li.drop-down-menu ul {
    list-style: circle !important;
}
header li.drop-down-menu ul {
    position: relative;
    border-radius: 0px;
    background-color: #ffffff00;
    width: auto;
    padding: 10px !important;
    display: block;
    margin-left: 18px !important;
    border: none;
}

header ul.menu__box {
    padding: 20px !important;
    display: flex;
    flex-direction: column;
    row-gap: 20px;
    z-index: 99999;
}

header ul.menu__box li a {
    color: #fff;
    text-decoration: none;
    font-weight: 600;
}

header ul.menu__box li a i {
    display: none;
}

header li.drop-down-menu ul {
    list-style: circle !important;
}

header li.drop-down-menu ul li {
    list-style: disc !important;
}
.form-box {
    width: 500px;
}
.form-box form input {
    height: 45px;
    padding: 15px;
    font-size: 14px;
}
.form-box form button {
    padding: 9px 20px;
    font-size: 14px;
}
.home-sec-03 .parent-box .text h3 {
    font-size: 25px;
}
.home-sec-03 .parent-box .text h2 {
    font-size: 18px;
}
.home-sec-03 .parent-box .text p {
    font-size: 14px;
}
.home-sec-03 .parent-box {
    padding: 15px;
    min-height: 300px;
}
.text h2, .text.work-text h3, .text.contact-page h2 {
    font-size: 30px;
}
.text p {
    font-size: 14px;
}
a.t-btn.t-btn-blue {
    padding: 8px 25px;
    margin-top: 15px;
    font-size: 14px;
}
.home-sec-05 .row {
    padding: 40px;
}
.home-sec-02 {
    padding: 55px 0;
}
.service-sec-04 .text.number-box h6 {
    font-size: 35px;
}
.service-sec-04 .text.number-box h5 {
font-size: 20px;
}
.tick-true ul li {
display: flex;
align-items: center;
column-gap: 15px;
font-size: 14px;
}
.about-sec-03 img {
margin-top: 30px;
max-width: 600px;
display: block;
margin: auto;
margin-top: 20px;
}

.seeking-ahome-sec-01 .img-box.text-right img {
width: 400px;

}
.home-sec-01 {
height: 450px;
}
.info-sec-01 {
padding: 50px 0;
}
.service-sec-03 {
padding: 0px 0 50px;
}
.service-sec-03.info-sec-02 img {
margin-top: 0;
margin-bottom: 20px;
}

header li.drop-down-menu:hover ul {
display: block !important;
}

/* dashbord-re-css-start */

.two-things-align .box h6 {
    font-size: 18px;
}

.notification-box-main .content-box h5 {
    font-size: 18px;
}

.main-dashboard-header .right-header-links ul li a {
    font-size: 13px;
}

.main-dashboard-header .page-detail-box p {
    font-size: 14px;
}

/* dashbord-re-css-end */

.properties-page .two-things-align ul.nav.nav-tabs a.nav-link {
    font-size: 12px;
    padding: 5px 10px;
}

.properties-page.admin-properties .latest-listing-parent-box .two-btns-inline button {
    padding: 5px 20px;
    font-size: 12px;
}




}

@media (max-width: 991px){

    .dashboard-web-link{
        display:none ! important;
    }

    .matching-modal .green-item, .matching-modal .red-item {
        width: 100%;
    }

    #message {
        width: 88%;
    }

    #create_msg_box .chat-box-upload-gallery-box {
        right: 14%;
    }

    .login-register-new-sec .login-form-sec .login-container .two-things-align label {
        width: 100%;
    }

    .register-new-sec .form-login-sec .loginfooter-sec .two-things-align a {
        font-size: 13px;
    }

    .login-register-new-sec .col-lg-6.col-md-12:last-child {
        display: none !important;
    }

    .login-form-sec {
     text-align: center;
    }

    .register-new-sec .form-login-sec {
        padding: 20px 10px;
    }

    #activeNonActive180 .box.activeNonActive18, #activeNonActive12 .box.activeNonActive12 {
        width: 100%;
    }

    #uploadForm .row {
        flex-direction: column-reverse;
    }

    .radio-item {
        justify-content: flex-start;
    }

    .for-property-aproval-detail-box .col-lg-6:first-child {
        margin-top: 30px;
    }

    .properties-page .main-parent-place-box .child-place-box {
        width: 31.9%;
    }

    .messages-page .large-mesg-box {
        height: 80vh;
    }

    .step-form-indicator .form-movement {
        float: none;
        text-align: right;
        margin-bottom: 30px;
    }

    .step-form-indicator {
        display: flex;
        flex-direction: column;
        align-items: stretch;
    }

    form#regForm {
        height: 100%;
        overflow: auto;
        padding-right: 10px;
        position: relative;
        overflow-x: hidden;
    }

    .picture-tabs .radio-item label img {
        height: 70px;
        width: 100px;
    }

    .picture-tabs .radio-item {
        width: 220px;
    }

    .picture-tabs {
        justify-content: center;
    }

    .scroll-page-content {
        height: 100%;
        overflow: auto;
        overflow-x: hidden;
    }

    .property-detail-owner-box {
        margin-bottom: 30px;
    }

    .for-property-aproval-detail-box .row {
        flex-direction: column-reverse;
    }

    ul.content-ul-li li {
        font-size: 14px;
    }

    ul.content-ul-li {
        align-items: center;
        justify-content: center;
    }

    .footer-logo ~ .text a, .footer-logo ~ .text strong, .footer-logo ~ .text p {
        font-size: 14px !important;
    }

    .tab {
        font-size: 13px;
    }



    .tabs {
        gap: 10px;
        justify-content: center;
    }

    .renteraccordian .accordion-button {
        font-size: 17px;
    }

    .renteraccordian .accordion-body {
        font-size: 14px;
        text-align: left;
    }

    .landlord-dashboard .business-detail-box .bg-box {
        width: 100%;
    }

    .profile-page .profile-basic-info-form form .two-btn-align-sub-del {
        width: 100%;
    }

    .radio-item {
        width: 48.4%;
    }

    .radio-item label {
        padding: 20px 30px;
    }

    .picture-tabs {
        gap: 15px;
    }

    .profile-page .profile-basic-info-form form .two-inputs-boxes-align .input-box label img {
        height: 50px;
        width: 50px;
        object-fit: cover;
    }

    .pricing-sec .row {
        flex-direction: column !important;
        gap: 20px;
    }

    .pricing-sec {
        background-size: cover;
        border-radius: 30px;
    }

    #add-user-Modal .modal-dialog .modal-content, #edit-user-Modal .modal-dialog .modal-content, #profile-Modal .modal-dialog .modal-content {
        max-height: 80%;
       overflow: overlay;
       overflow-x: hidden;
    }

    #add-user-Modal .modal-dialog, #edit-user-Modal .modal-dialog, #profile-Modal .modal-dialog {
        max-width: 90%;
    }

    #add-user-Modal .modal-header .upload-container img, #edit-user-Modal .modal-header .upload-container img, #profile-Modal .modal-header .upload-container img {
        top: 20%;
        left: 43%;
    }

    #add-user-Modal .modal-header, #edit-user-Modal .modal-header, #profile-Modal .modal-header {
        height: 300px;
    }

    #add-user-Modal .modal-body, #edit-user-Modal .modal-body, #profile-Modal .modal-body {
        max-height: 100%;
    }

    .business-overview-box .new-user-panel .user-panel-list-box {
        height: 370px;
        overflow: overlay;
    }

    .business-overview-box .new-user-panel .user-panel-list-box table td p {
        display: block;
        width: 150px;
    }

    .bg-box {
        padding: 15px 15px;
    }

    /* .main-dashboard-header {
        position: sticky !important;
        top: 15px;
        background: #fff;
        z-index: 999;
    } */

    .sticky {
        position: fixed !important;
        top: 0;
        width: 100% !important;
        background: white;
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
        z-index: 9999999;
        left: 0;
        padding: 20px;
    }

    table td span {
        font-size: 15px;
    }

    .body-overlay-scroll {
        height: 100%;
        overflow: auto;
        overflow-x: hidden;
    }

    .text {
        text-align: center;
    }

    .tick-true ul {
        align-items: center;
    }

    .home-sec-01 {
    height: 450px;
    text-align: center;
}
.home-sec-01 .text h1 {
    font-size: 35px;
}
.home-sec-01 .text h2 {
    font-size: 20px;
    margin-bottom: 5px;
}
.form-box {
    width: 450px;
    display: block;
    margin: auto;
}
.home-sec-02 {
    padding: 45px 0;
    text-align: center;
}
.text.text-right-pading {
    padding-right: 0px;
}
.home-sec-02 img {
    margin-top: 30px;
    margin-bottom: 30px;
}

section.home-sec-02.home-sec-04.home-sec-06 img{
    margin-bottom: 0px !important;
}
.home-sec-03 {
    padding: 60px 0;
}
.home-sec-03 .parent-box {
    padding: 15px;
    min-height: 240px;
    margin: 10px 0;
    text-align: center;
}
.home-sec-03 .parent-box h6 {
    font-size: 90px;
    top: -30px;
    right: 0;
    left: 0;
    margin: auto;
    text-align: center;
}
.text.text-left-pading {
    padding-left: 0px;
}
.home-sec-05 .row {
    padding: 30px;
}
.home-sec-05 .row .item {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 10px;
}
.home-sec-05 .row .item .align-plus h1 {
    font-size: 40px;
}
.home-sec-05 .row .item h3.text {
    font-size: 18px;
}
section.home-sec-02.home-sec-04.home-sec-06 .row {
    display: flex;
    flex-direction: column;
}
.align-two-things {
display: flex;
align-items: center;
justify-content: center;
margin-bottom: 35px;
flex-direction: column;
align-content: center;
text-align: center;
row-gap: 5px;
}
.properties-main-box .img-box .arrow-box {
width: 70px;
height: 70px;
}
.properties-main-box .img-box .arrow-box img {
max-width: 40px;
}
.properties-main-box .content-box {
padding: 15px 0px;
text-align: center;
}
.home-sec-08 {
height: 350px;
text-align: center;
}
.home-sec-07 .main-testi-box-flex .parent-box-testi h5 {
font-size: 16px;
}
.home-sec-07 .main-testi-box-flex .parent-box-testi p {
font-size: 13px;
}
.home-sec-07 .main-testi-box-flex .parent-box-testi img {
margin-bottom: 15px;
max-width: 30px;
}
footer .col-lg-4.col-md-4:nth-child(2) {
padding-left: 30px !important;
position: relative;
}
footer .footer-links h5 {
font-size: 20px;
margin-bottom: 10px;
}
footer .text p {
font-size: 12px;
margin: 12px 0 !important;
}
footer .footer-social-links ul {
display: flex;
column-gap: 20px;
}
footer .footer-social-links ul li a {
font-size: 20px;
}
footer {
padding: 40px 0 15px;
}
.home-sec-02.about-sec-01 {
padding: 40px 0;
}
.home-sec-02.about-sec-01 img {
max-width: 500px;
display: block;
margin: auto;
margin-top: 30px;
}
.home-sec-02.home-sec-04.about-sec-02 .row {
display: flex;
flex-direction: column-reverse;
}
.home-sec-02.home-sec-04.about-sec-02 img {
max-width: 500px;
display: block;
margin: auto;
margin-top: 30px;
}
.about-sec-04 img {
max-width: 500px;
display: block;
margin: auto;
margin-top: 30px;
height: 400px;
}
.about-sec-05 .row img,.home-sec-02.home-sec-04.service-sec-02 .row img {
max-width: 500px;
display: block;
margin: auto;
height: 400px;
object-fit: contain;
margin-top: 30px;
}
.about-sec-05 .row {
display: flex;
flex-direction: column-reverse;
text-align: center;
}
.about-sec-04 .text {
text-align: center;
}
.home-sec-02.home-sec-04.service-sec-02 .row {
display: flex;
flex-direction: column-reverse;
}
.tick-true ul li img {
width: 25px !important;
height: 25px !important;
margin: 0 !important;
}
.tick-true ul li {
display: flex;
align-items: center;
column-gap: 15px;
font-size: 14px;
justify-content: flex-start;
}
.service-sec-04 .text.number-box {
margin-bottom: 25px;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
text-align: center;
width: 100%;
max-width: 100%;
}
.seeking-ahome-sec-01 .img-box.text-right img {
width: 350px;
display: block;
margin: auto;
}
.seeking-ahome-sec-01 .text {
text-align: center !important;
margin-bottom: 30px;
}
.seeking-ahome-sec-02 .text-box {
min-height: 200px;
margin: 10px 0;
}
.home-sec-02.home-sec-04.blog-des-sec-01 .row {
display: flex;
flex-direction: column-reverse;
}

.home-sec-02.home-sec-04.blog-des-sec-01 .row img {
max-width: 400px;
height: 300px;
display: block;
margin: auto;
margin-top: 20px;
margin-bottom: 20px;
object-fit: cover;
border-radius: 20px;
}
.home-sec-02.home-sec-04.help-sec-01 .row img {
max-width: 500px;
display: block;
margin: auto;
height: 300px;
margin-top: 30px;
object-fit: cover;
border-radius: 20px;
}
.home-sec-02.home-sec-04.help-sec-01 .row {
display: flex;
flex-direction: column-reverse;
}
.help-sec-03 {
padding: 40px 0;
text-align: center;
}
.contact-us-sec-01 .row {
display: flex;
flex-direction: column-reverse;
text-align: center;
}
.contact-us-sec-01 .form-box {
margin: 0;
max-width: 100%;
width: 100%;
margin-bottom: 30px;
}
.contact-us-sec-01 .iframe-box iframe {
width: 100%;
height: 350px;
}
.contact-us-sec-01 .form-box form {
width: 100%;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
}
.login-register-sec {
padding: 70px 0;
}
.login-register-sec .form-box {
margin-top: 20px;
}
.login-register-sec .form-box form .forms-btns-inline a {

font-size: 14px;
}
.login-register-sec .form-box input, .login-register-sec .form-box textarea{
font-size: 12px;
}
header {
background-color: #F1F1F1;
padding: 15px 0;
}

/* dashbord-re-css-start */

.main-dashboard-header #menu__toggle:checked ~ .menu__box {
    left: auto;
    right: 0;
    overflow: overlay;
}

.left-panel {
    display: none;
}


.main-dashboard-header  label.menu__btn {
    margin-top: -20px;
}

.main-dashboard-header .hamburger-menu{
    display: block;
}

.main-dashboard-header ul.menu__box {
    padding: 20px !important;
}

.main-dashboard-header ul.menu__box li {
    margin-bottom: 20px;
}

.main-dashboard-header ul.menu__box li a {
    color: white;
}

.main-dashboard-header ul.menu__box li a svg path {
    fill: black;
}

.main-dashboard-header ul.menu__box li a.t-btn.t-btn-blue.t-btn-svg svg path {
    fill: white;
}

.main-dashboard-header ul.menu__box li a.t-btn.t-btn-blue.t-btn-svg {
    color: white;
}

.col-lg-12 .page-detail-box {
    display: block;
}

/* .main-dashboard-header .page-detail-box {
    display: none;
} */

.two-things-align h6 {
    margin: 0;
}

.main-dashboard-header .page-detail-box {
    /* margin-left: -60px; */
}

.main-dashboard-header .page-detail-box h5{
    margin-bottom: 0;
}

.properties-page.admin-properties .latest-listing-parent-box .latest-child-box .box.property-detail-box .content h5 {
    font-size: 18px;
}


.detailed-user-box {
    padding: 20px;
    margin-bottom: 20px;
}

.profile-page .profile-basic-info-form h3 {
    font-size: 20px;
    text-align: center;
}

.profile-page .profile-basic-info-form form .two-btn-align-sub-del {
    display: flex;
    column-gap: 15px;
    align-items: center;
    justify-content: center;
}



/* dashbord-re-css-end */


}

@media (max-width: 767px){

    .main-dashboard-header .page-detail-box h5 {
        font-size: 17px !important;
    }

    .main-person-message-box{
        height: 70%;
    }

    .tip-scroll-box {
        max-height: 100%;
        overflow: auto;
    }

    #message {
        width: 85%;
    }

    #create_msg_box .chat-box-upload-gallery-box {
        right: 18%;
    }

    .flex-box {
        flex-wrap: wrap;
    }


    .main-parent-place-box {
        justify-content: center;
    }
    .properties-page .main-parent-place-box .child-place-box {
        width: 48%;
    }

    .tenant-dashboard .detailed-user-box .user-img-box {
        align-items: center;
    }

    .profile-banner-box {
        margin: 0;
    }

    .profile-banner-box .profile-top-banner img {
        margin: 0;
    }

    .profile-banner-box .profile-top-banner {
        padding: 20px;
    }

    .profile-banner-box .profile-banner-down-detail {
        width: 100%;
        position: relative;
        bottom: 0;
        margin-bottom: 20px;
    }

    .profile-detail-page-box .detail-box-profile {
        padding: 0;
        margin-bottom: 30px;
    }

    .for-property-aproval-detail-images img {
        height: 100px;
    }

    .text.contact-page h2 {
        font-size: 18px;
    }

    .reports-listings-property-table .three-box-table a .box.numbers-of-applications p {
        font-size: 14px;
    }

    .reports-listings-property-table .three-box-table .box.gallery-box-imges img {
        width: 40px;
        height: 40px;
    }

    .reports-listings-property-table .three-headings-align h3 {
        font-size: 14px;
    }

    .reports-listings-property-table .three-box-table .box.img-box-property {
        gap: 5px;
    }

    .reports-listings-property-table .three-box-table .box.img-box-property img {
        height: 40px;
        width: 40px;
    }

    .reports-listings-property-table .three-box-table .box.img-box-property .content {
        width: max-content;
    }

    .reports-listings-property-table .three-box-table .box.img-box-property .content p {display: block;font-size: 15px;}

    .footer-logo ~ .text, .footer-logo ~ .text span{

        text-align: center;
    }
    .footer-logo ~ .text a, .footer-logo ~ .text strong, .footer-logo ~ .text p {
        font-size: 14px !important;
        text-align: center;
    }



    #add-user-Modal .modal-header .upload-container img, #edit-user-Modal .modal-header .upload-container img, #profile-Modal .modal-header .upload-container img {
        left: 40%;
    }

    #add-user-Modal .modal-header .upload-container img, #edit-user-Modal .modal-header .upload-container img, #profile-Modal .modal-header .upload-container img {
        left: 30%;
    }

    #userTable_wrapper #userTable .tb-item-fix {
        width: 220px;
    }

    #TestimonialTable .tb-item-fix {
        width: 150px;
    }

    .bg-box {
        text-align: center;
        align-items: center !important;
    }

    .notification-drop-box .notification-dropdown .notification-list-box .notification-listing button.cancel-notify {
        height: 30px;
        width: 30px;
    }

    .notification-drop-box .notification-dropdown .two-thing-space h6 {
        font-size: 17px;
        margin: 0;
    }

    .notification-list-box {
        overflow: overlay;
        max-height: 250px;
    }

    .notification-listing span {
        font-size: 12px;
    }

    .notification-listing h6 {
        font-size: 14px;
        font-weight: 600;
    }

    .notification-drop-box .notification-dropdown .notification-list-box .notification-listing {
        padding: 10px;
    }

    .notification-drop-box .notification-dropdown {
        width: 300px;
        right: -10px;
        padding: 15px;
    }

    .modal-dialog {
        margin: 15px;
    }

    .modal-title {
        font-size: 20px;
    }


    .modal-body .select-boxes-modal .select-box-content .two-thing-space {
        gap: 20px;
        justify-content: flex-start;
        align-items: center;
        width: fit-content;
    }

    .modal-body .select-boxes-modal .select-box-content {
        width: 100%;
        padding: 5px 20px;
    }

    .upload-container img {
        top: 15%;
        left: 35%;
    }

    .upload-container {
        height: 150px;
    }

    .form-group {
        width: 100%;
    }

    .modal-body input, .modal-body textarea, .modal-body select.form-control {
        padding: 5px 10px !important;
        width: 100%;
        font-size: 14px;
    }

    .modal-content {
        padding: 10px;
    }

    .dt-info {
        font-size: 13px;
    }

    table td span {
        font-size: 13px;
    }
    .home-sec-01 {
    height: 400px;
    text-align: center;
}
header {
    background-color: #F1F1F1;
    padding: 15px 0;
}
.home-sec-01 .text h2 {
font-size: 18px;
margin-bottom: 5px;
}
.home-sec-01 .text h1 {
font-size: 30px;
}
.home-sec-01 .text p {
font-size: 14px;
margin: 5px 0 15px !important;
}
.form-box {
width: 400px;
display: block;
margin: auto;
}
.form-box form input {
height: 45px;
padding: 15px;
font-size: 12px;
}
.text h3 {
font-size: 20px;
}
.home-sec-03 .parent-box {
padding: 15px;
min-height: 200px;
margin: 10px 0;
text-align: center;
display: flex;
align-items: center;
justify-content: center;
}
.home-sec-03 .parent-box .text h2 {
font-size: 16px;
margin-bottom: 8px;
}
.home-sec-03 .parent-box .text h3 {
font-size: 22px;
}
section.home-sec-02.home-sec-04 .row {
display: flex;
flex-direction: column-reverse;
}
.home-sec-05 .row {
padding: 20px;
}

.home-sec-07 {
padding: 40px 0;
}
.home-sec-02 {
padding: 40px 0;
text-align: center;
}
.properties-main-box .img-box img {
display: block;
margin: auto;
}
.properties-main-box .img-box {
position: relative;
max-width: 350px;
display: block;
margin: auto;
}
.home-sec-07 .main-testi-box-flex .parent-box-testi {
padding: 20px;
width: 48%;
text-align: center;
display: flex;
align-items: center;
justify-content: center;
}
footer {
padding: 40px 0 15px;
text-align: center;
}
footer .footer-social-links ul {
display: flex;
column-gap: 20px;
align-items: center;
justify-content: center;
}
footer .footer-links h5 {
font-size: 18px;
margin-bottom: 10px;
margin-top: 20px;
}
footer .footer-links ul li a {
font-size: 14px;
display: flex;
align-items: center;
justify-content: center;
}
footer .col-lg-4.col-md-4:nth-child(2) {
padding-left: 15px !important;
position: relative;
}
footer .footer-copy-right p {
font-size: 12px;
}

.about-sec-03 img {
margin-top: 30px;
max-width: 100%;
display: block;
margin: auto;
margin-top: 20px;
}
.about-counter {
margin-top: -100px;
}
.home-sec-02.home-sec-04.about-sec-02 img {
max-width: 400px;
display: block;
margin: auto;
margin-top: 20px;
}

.about-sec-03 {
padding: 30px 0;
}
.about-sec-04 {
    padding: 50px 0 0;
}
.about-sec-04 img {
max-width: 400px;
display: block;
margin: auto;
margin-top: 20px;
height: 300px;
}
.about-sec-05 .row img, .home-sec-02.home-sec-04.service-sec-02 .row img {
max-width: 300px;
display: block;
margin: auto;
height: 300px;
object-fit: contain;
margin-top: 30px;

}
br{
display: none !important;
}
.seeking-ahome-sec-02 {
padding: 50px 0;
}
.seeking-ahome-sec-02 .text-box {
min-height: 200px;
margin: 10px 0;
text-align: center;
}
.blog-sec-01 .blog-parent-box .img-box img {
width: 100%;
height: 250px;
object-fit: cover;
border-radius: 20px;
}
.blog-sec-01 .blog-parent-box .text {
padding: 15px 0 10px;
text-align: center;
}
.pagination-box ul {
display: flex;
justify-content: center;
column-gap: 10px;
align-items: center;
}
.text h2, .text.work-text h3 {
font-size: 25px;
}
.login-register-sec .form-box {
margin-top: 20px;
width: 100%;
}
.info-sec-01 {
padding: 50px 0;
text-align: center;
}

/* dashbord-re-css-start */


.main-dashboard-header .right-header-links ul {
    column-gap: 10px;
}

.main-dashboard-header .right-header-links ul li a.user-profile-link img {
    width: 30px;
    height: 30px;
}

.two-things-align .box h6 {
    font-size: 16px;
    margin-bottom: 5px;
}

a.t-btn.t-btn-blue {
    padding: 5px 20px;
    margin-top: 15px;
    font-size: 10px;
}

.t-btn.t-btn-blue.t-btn-svg svg {
    width: 18px;
    height: 18px;
}

.two-things-align .box p {
    font-size: 12px;
}

.credit-report-box .four-reports-align .number-box h6 {
    font-size: 20px;
}
.credit-report-box .four-reports-align .number-box p {
    font-size: 10px;
}

.credit-report-box {
    padding: 15px;
    margin-bottom: 15px;
}

.notification-box-main {
    padding: 15px;
    margin-top: 15px;
}

.notification-box-main .content-box h5 {
    font-size: 14px;
}

.notification-box-main .content-box p {
    font-size: 12px;
}

.notification-box-main .close-btn-box a {
    width: 30px;
    height: 30px;
}

.properties-page .two-things-align ul.nav.nav-tabs {
    column-gap: 5px;
}

.properties-page .two-things-align ul.nav.nav-tabs a.nav-link {
    font-size: 10px;
    padding: 5px 8px;
}

.properties-page.admin-properties .latest-listing-parent-box .latest-child-box .box.property-detail-box .content p {
    font-size: 11px;
    max-width: 100%;
    margin-right: 0px;
}
.properties-page.admin-properties .latest-listing-parent-box .box.two-person-align-box .sunb-person-child-box .content p {
    font-size: 10px;
    max-width: 100%;
}
.properties-page.admin-properties .latest-listing-parent-box .box.two-person-align-box .sunb-person-child-box .content h5 {
    font-size: 15px;
}

section {
    padding: 25px 0 !important;
}

.detailed-user-box .user-more-details ul li {
    display: flex;
    justify-content: center;
}

.login-form-sec .alert.alert-success {
    width: 300px;
    margin: auto;
}


/* dashbord-re-css-end */

}

@media (max-width: 575px){

    .categories-slider .nav-item:first-child {
        margin-left: 500px;
    }


    .reports-listings-property-table {
        overflow: overlay;
    }

    .reports-listings-property-table .three-headings-align, .reports-listings-property-table .three-box-table {
        width: 500px;
    }


    .property-insight-details .insight-property-chart .bg-box {
        width: 100%;
    }

    .form-login-sec {
        padding: 40px 20px;
    }

    .login-form-sec .form-group {
        text-align: left;
    }

    .login-form-sec .form-group.d-flex.justify-content-between.mt-3 {
        display: flex    ;
        flex-direction: column;
        gap: 10px;
        align-items: center;
        text-align: center;
    }

    .form-login-sec {
        align-items: center;
        gap: 20px;
    }

    div#chat-box .message-box.you .content-box .message-action-options .message-action-options-dropdown {
        left: 0;
        bottom: 0;
    }

    .register-new-sec .form-login-sec .loginfooter-sec .text {
        width: 100%;
        display: flex !important    ;
        justify-content: center;
    }

    div#chat-box .content-box .message-action-options .message-action-options-dropdown {
        left: -30px;
    }

    #write-message-box .chat-prompt-carousel .chat-prompt-box {
        height: max-content;
    }

    #message {
        width: 70%;
    }

    #create_msg_box .chat-box-upload-gallery-box {
        right: 32%;
    }

    .content-box {
        max-width: 90%;
    }

    .many-check-box.mt-3 .paren-check-box {
        grid-template-columns: auto auto !important;
    }

    .add-property-form-sec .many-check-box .paren-check-box label {
        font-size: 10px;
    }

    .flex-box {
        display: flex    ;
        justify-content: center;
        align-items: flex-start;
        flex-wrap: wrap;
        flex-direction: column;
    }

    .select2-container--default .select2-selection--multiple{
        padding-top: 0;
    }

    .row .col {
        flex: 0 0 100%;
    }

    .for-property-aproval-detail-images {grid-template-columns: 1fr 1fr;margin-top: 30px;}

    .see-insight-fit-index {
        margin-bottom: 20px;
    }

    .tips-credit-scores-box {
        flex-direction: column;
        text-align: center;
    }

    .properties-page .main-parent-place-box .child-place-box {
        width: 100%;
    }

    button.offcanvas-open-btn {
        justify-content: center;
        width: 100%;
    }

    .profile-banner-box .profile-top-banner img {
        width: 150px;
        height: 150px;
    }

    p, #regForm .box label, .input-box label {
        font-size: 13px !important;
    }

    button.next-btn, button.cancel-btn {
        font-size: 13px;
        padding: 5px 20px;
    }

    .picture-tabs .radio-item {
        width: 130px;
        height: 110px;
    }

    .radio-item label {
        padding: 10px 10px;
        font-size: 13px;
    }

    .picture-tabs .radio-item label img {
        width: 100%;
        height: 50px;
    }

    .property-details-category .property-catgory-box {
        padding-right: 5px;
    }

    .property-details-category {
        gap: 5px;
        margin-top: 10px;
        justify-content: center;
    }

    .for-property-aproval-detail-box {
        text-align: center;
    }

    .property-detail-owner-box .ownerdetail .owners-links {
        align-items: center;
    }

    .property-detail-owner-box .two-things-align {
        flex-direction: column-reverse;
    }

    .reports-listings-property-table .three-box-table .box {
        width: 20%;
    }

    .reports-listings-property-table .three-box-table .box.img-box-property {
        width: 40%;
    }

    .notification-drop-box .notification-dropdown {
        right: 0px;
    }

    .tabs {
        flex-direction: column;
    }

    .tabs .tab {
        width: 100%;
    }

    .radio-item {
        width: 100%;
    }

    .pricing-sec .text ul li {
        column-gap: 5px;
    }

    .pricing-sec .text h1 {
        font-size: 40px;
    }

    .business-overview-box .new-user-panel .user-panel-list-box table td .two-things-align, table th .two-things-align {
        flex-direction: row;
    }

    .business-detail-box .propertiy-listed {
        width: 100%;
    }

    .t-btn-blue-shade, .modal-cancel-btn {
        width: 100% !important;
        text-align: center;
        display: flex    ;
        justify-content: center;
        align-items: center;
        padding: 7px !important;
    }

    .property-action-buttons .btn-primary, .property-action-buttons .Delet-btn, .property-action-buttons .btn-success, .not-approved-badge, .approved-badge {
        font-size: 14px;
    }

    .dt-info {
        margin-bottom: 10px;
    }

    .dt-buttons {
        display: flex;
        flex-direction: column;
        justify-content: center;
        gap: 5px;
    }

    .top-back-btn {
        margin-bottom: 5px;
    }

    .form-box {
    width: 100%;
    display: block;
    margin: auto;
}
header .header-logo a img {
    max-width: 70px;
}
header .two-things-header-mb {
justify-content: space-between;
display: flex;
align-items: center;
}
.menu__btn {
display: flex;
align-items: center;
/* position: fixed; */
top: 20px;
left: 20px;
width: 26px;
height: 10px;
cursor: pointer;
z-index: 1;
margin-top: -10px;
}
header ul.menu__box {padding: 15px !important;display: flex;flex-direction: column;row-gap: 15px;z-index: 99999;max-width: 250px;padding-top: 30px !important;}
header ul.menu__box li a {color: #fff;text-decoration: none;font-size: 14px;}
header li.drop-down-menu ul li a {
font-size: 12px;
}
.home-sec-01 {
height: 350px;
text-align: center;
}
.home-sec-01 .text h1 {
font-size: 25px;
}
.home-sec-01 .text p {
font-size: 13px;
margin: 5px 0 15px !important;
}
.form-box form input {
height: 35px;
padding: 10px;
font-size: 11px;
}
.form-box form button {
padding: 5.5px 15px;
font-size: 12px;
}

.home-sec-02 {
padding: 35px 0;
text-align: center;
}
.text h3 {
font-size: 16px;
margin-bottom: 0;
}
.text h2, .text.work-text h3 {
font-size: 22px;
}
.text p {
font-size: 13px;
}
a.t-btn.t-btn-blue {
padding: 6px 20px;
margin-top: 10px;
font-size: 12px;
}
.home-sec-03 {
padding: 40px 0;
}
.home-sec-03 .parent-box .text p {
font-size: 13px;
}
.home-sec-05 .row {
padding: 20px;
margin: 0 10px;
}
.home-sec-05 .row {
padding: 20px;
margin: 0 10px;
}
.home-sec-05 .row .item h3.text {
font-size: 16px;
}
.home-sec-08 {
height: 280px;
text-align: center;
}
.home-sec-07 .main-testi-box-flex .parent-box-testi {
padding: 16px;
width: 100%;
text-align: center;
display: flex;
align-items: center;
justify-content: center;
}
.home-sec-07 .main-testi-box-flex {
row-gap: 10px;
}
footer {
padding: 30px 0 15px;
text-align: center;
}
footer .footer-logo a img {
max-width: 100px;
}
footer .footer-links ul {
display: flex;
flex-direction: column;
row-gap: 10px;
}
footer .footer-copy-right p {
font-size: 10px;
}
footer .footer-copy-right {
border-top: 1px solid #00000038;
margin-top: 25px;
padding-top: 15px;
}
footer .footer-links ul li a {
font-size: 12px;
}
footer .footer-links h5 {
font-size: 16px;
margin-bottom: 8px;
margin-top: 15px;
}
.properties-main-box .content-box p {
font-size: 14px;
}

.home-sec-02.about-sec-01 img {
max-width: 100%;
display: block;
margin: auto;
margin-top: 30px;
}
.home-sec-02.home-sec-04.about-sec-02 img {
max-width: 100%;
display: block;
margin: auto;
margin-top: 20px;
}
.home-sec-05 .row .item .align-plus h1 {
font-size: 30px;
}
button.accordion-button {
font-size: 14px;
}
.accordion-body {
font-size: 14px;
}
.about-sec-05 .row img, .home-sec-02.home-sec-04.service-sec-02 .row img {
    max-width: 100%;
    display: block;
    margin: auto;
    height: 450px;
    object-fit: cover;
    margin-top: 30px;
    width: 100%;
    border-radius: 20px;
}
.tick-true ul li {display: flex;align-items: center;column-gap: 10px;font-size: 12px;justify-content: center;text-align: left;}
.tick-true ul {
display: flex;
flex-direction: column;
row-gap: 15px;
margin-top: 15px !important;
}
.service-sec-04 .text.number-box h6 {
font-size: 30px;
margin-bottom: 0;
}
.service-sec-04 .text.number-box h5 {
font-size: 18px;
}
.service-sec-04 .text.number-box p {
font-size: 12px;
}
.home-sec-01 {
height: 300px;
text-align: center;
}
.about-counter {
margin-top: -50px;
}
.seeking-ahome-sec-01 .img-box.text-right img {
width: 100%;
display: block;
margin: auto;
}
.seeking-ahome-sec-02 .text-box h5 {
font-size: 18px;
}
.contact-us-sec-01 .form-box form .two-input-align {
display: flex;
column-gap: 10px;
width: 100%;
flex-direction: column;
}
.contact-us-sec-01 .form-box form input, .contact-us-sec-01 .form-box form textarea {
margin-bottom: 10px;
font-size: 12px;
}
.contact-us-sec-01 .iframe-box iframe {
width: 100%;
height: 200px;
}
.contact-us-sec-01 .form-box form textarea {
height: 100px;
padding: 16px;
}
.home-sec-02.home-sec-04.help-sec-01 .row img {
max-width: 100%;
display: block;
margin: auto;
height: 200px;
margin-top: 20px;
object-fit: cover;
border-radius: 20px;
}
.help-sec-03 .text h2 {
margin-top: 15px;
}
.help-sec-03 {
padding: 40px 0 0;
text-align: center;
}

.home-sec-02.home-sec-04.blog-des-sec-01 .row img {
width: 100%;
}

.hide-text {
    display: none;
}

.credit-report-box .two-things-align {
    border-bottom: 1px solid #0000002b;
    padding-bottom: 15px;
    margin-bottom: 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
}
.credit-report-box .four-reports-align .number-box {
    width: 45%;
    border: 1px solid #0077b61c;
    height: 60px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.credit-report-box .four-reports-align {
    display: flex;
    justify-content: center;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
}

.two-things-align {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    gap: 10px;
}

.notification-box-main .content-box {
    text-align: left;
    padding-right: 10px;
}

.notification-box-main .two-btns-inline {
    display: flex;
    gap: 10px;
    margin-top: 10px;
    justify-content: flex-start;
}

.container-fluid {
    padding: 10px !important;
}

.col-lg-9 .col-lg-12::-webkit-scrollbar , .col-lg-9 .col-md-12::-webkit-scrollbar{

    width: 5px;

}

.col-lg-9 .col-lg-12::-webkit-scrollbar-track  , .col-lg-9 .col-md-12::-webkit-scrollbar-track {

    background: #f1f1f1;

}

.col-lg-9 .col-lg-12::-webkit-scrollbar-thumb  , .col-lg-9 .col-md-12::-webkit-scrollbar-thumb {

    background: #0077b6;
    border-radius: 10px;

}

.col-lg-12 .page-detail-box {
    text-align: center;
}
.top-listing-parent-box.mt-5 {
    margin-top: 30px !important;
}

.right-header-links ul li:nth-child(-n+3) a {
    text-indent: -9999px; /* Hides text */
  }

  .right-header-links ul li:nth-child(-n+3) svg {
    display: inline-block; /* Keeps the icons visible */
  }

  .right-header-links ul li:last-child a {
    text-indent: 0; /* Ensures "Admin" text is visible */
  }

  .properties-page .two-things-align ul.nav.nav-tabs {
    column-gap: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.properties-page.admin-properties .latest-listing-parent-box .box.two-person-align-box {
    display: flex;
    gap: 10px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}
.properties-page.admin-properties .latest-listing-parent-box .latest-child-box .box.property-detail-box .content h5 {
    font-size: 15px;
}
.properties-page.admin-properties .latest-listing-parent-box .box.two-person-align-box .sunb-person-child-box .content h5 {
    font-size: 14px;
}
.properties-page.admin-properties .latest-listing-parent-box {
    padding: 10px;
    border-radius: 15px;
    margin-bottom: 15px;
    flex-direction: column;
    gap: 15px;
}

.detailed-user-box .user-img-box {
    display: flex;
    flex-direction: column;
    gap: 10px;
    border-bottom: 1px solid #0000002b;
    padding-bottom: 10px;
    margin-bottom: 10px;
    align-items: center;
    justify-content: center;
}
.detailed-user-box .user-img-box img {
    width: 100px;
    height: 100px;
}
.detailed-user-box .user-img-box h5 {
    font-size: 16px;
}
.detailed-user-box {
    padding: 15px;
    margin-bottom: 15px;
}
.detailed-user-box .user-more-details ul li {
    font-size: 13px;
}
.profile-page .profile-basic-info-form form .two-inputs-boxes-align .input-box {
    width: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 2px;
}

.profile-page .profile-basic-info-form form .two-inputs-boxes-align {
    display: flex;
    gap: 10px;
    margin-bottom: 10px;
    justify-content: space-between;
    flex-direction: column;
}

.profile-page .profile-basic-info-form form .two-btn-align-sub-del {
    display: flex;
    column-gap: 15px;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 15px;
    margin-top: 15px;
}



}
