@font-face {
    font-family: Poppins-R;
    src: url(../fonts/Poppins-Regular.ttf);
}

@font-face {
    font-family: Poppins-SB;
    src: url(../fonts/Poppins-SemiBold.ttf);
}

@font-face {
    font-family: DMSans-Bold;
    src: url(../fonts/DMSans-Bold.ttf);
}

@font-face {
    font-family: Poppins-L;
    src: url(../fonts/Poppins-Light.ttf);
}

@font-face {
    font-family: Poppins-M;
    src: url(../fonts/Poppins-Medium.ttf);
}

@font-face {
    font-family: OpenSans-L;
    src: url(../fonts/OpenSans-Light.ttf);
}

@font-face {
    font-family: OpenSans-B;
    src: url(../fonts/OpenSans-Bold.ttf);
}

* {
    margin: 0;
    padding: 0;
    border: 0;
    font-weight: normal;
    text-decoration: none;
    outline: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    font-family: Poppins-R;
}

dl,
ol,
ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

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

img {
    width: 100%;
    height: 100%;
    display: block;
}

.no_property_img{
    width: 50%;
    height: 50%;
    margin: 0 auto;
}

a {
    text-decoration: none;
    transition: 0.4s;
}

::placeholder {
    color: #808080;
}

/* *****************   Login Starts   ***************** */

.login .login-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.login .login-row .left {
    width: 49.4792%;
    height: 100vh;
}

.login .login-row .left img {
    object-fit: cover;
}

.login .login-row .right {
    width: 50.5208%;
    padding: 60px 0;
    height: 100vh;
    display: flex;
    align-items: center;
}

.login .login-row .right .right-row {
    max-width: 450px;
    width: 80%;
    margin: 0 auto;
}

.login .login-row .right .logo {
    width: 212px;
    height: 100px;
    margin: 0 auto;
    margin-bottom: 50px;
}

.login .login-row .right .logo img {
    object-fit: contain;
}

.login .login-row .right .login-form .form-field-group {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.login .login-row .right .login-form input {
    width: 100%;
    padding: 14px 23px 10px;
    border-radius: 10px;
    border: 0.5px solid #b0b0b0;
    color: #b0b0b0;
    font-family: Poppins-R;
    font-size: 12px;
    line-height: 24px;
}

.login .login-row .right .login-form .password-details {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: space-between;
}

.login .login-row .right .login-form .password-details .save-password {
    display: flex;
    align-items: center;
    gap: 9px;
}

.login .login-row .right .login-form .password-details .save-password input {
    width: 17px;
    height: 16px;
    border: 0.5px solid #312fa2;
    border-radius: 2px;
}

.login .login-row .right .login-form .password-details .save-password label {
    font-family: Poppins-R;
    font-size: 12px;
    line-height: 24px;
    color: #8a8a8a;
    text-transform: capitalize;
}

.login .login-row .right .login-form .password-details .forgot-password a {
    font-family: Poppins-R;
    font-size: 12px;
    line-height: 24px;
    color: #040400;
    text-transform: capitalize;
    transition: all 0.3s ease;
}

.login
    .login-row
    .right
    .login-form
    .password-details
    .forgot-password
    a:hover {
    color: #ea682d;
}

.login .login-row .right .login-form .password-details {
    margin: 21px 0 7px;
}

.login .login-row .right .login-form .form-field-submit button {
    width: 100%;
    padding: 8px 23px 7px;
    border-radius: 10px;
    background-color: #0f123f;
    border: 0.5px solid #0f123f;
    color: #ffffff;
    font-family: Poppins-SB;
    font-size: 15px;
    line-height: 33px;
    text-transform: uppercase;
    transition: all 0.3s ease;
}

.login .login-row .right .login-form .form-field-submit button:hover {
    background-color: #ff8e09;
    border: 0.5px solid #ff8e09;
}

.login .login-row .right .login-form .create-password {
    font-family: Poppins-R;
    font-size: 12px;
    line-height: 24px;
    text-transform: capitalize;
    color: #0f123f;
    text-align: center;
    margin-top: 14px;
}

.login .login-row .right .login-form .create-password a {
    color: #ea682d;
}

.login .login-row .right .login-form .create-password a:hover {
    color: #0f123f;
}

/* *****************   Login Ends  ***************** */

/* *****************   Dashboard Starts  ***************** */

.dashboard {
    min-height: 100vh;
    background-color: #f8f8fb;
    border-bottom: 10px solid #0f123f;
}

.dashboard .top-sec {
    background-color: #fff;
    padding-top: 5px;
    position: sticky;
    top: 0;
    z-index: 999;
}

.dashboard .top-sec-row {
    width: calc(100% - 140px);
    margin-left: auto;
    padding: 16px 30px 24px 33px;
    border-top: 1px solid #dcdcdc;
    display: flex;
    flex-wrap: wrap;
    column-gap: 20px;
    row-gap: 15px;
    align-items: center;
    justify-content: space-between;
    transition: all 0.3s ease;
}

.dashboard .top-sec .left {
    display: flex;
    align-items: center;
    gap: 20px;
}

.dashboard .top-sec .right {
    margin-left: auto;
}

.dashboard .top-sec .user-welcoming h2 {
    font-family: DMSans-Bold;
    font-size: 33px;
    line-height: 43px;
    text-transform: capitalize;
    letter-spacing: 1.541px;
    color: #171c60;
}

.dashboard .top-sec .user-welcoming p {
    font-family: Poppins-L;
    font-size: 12px;
    line-height: 18px;
    text-transform: capitalize;
    letter-spacing: 0.968px;
    color: #171c60;
    margin-top: -3px;
}

.dashboard .top-sec .dashborad-settings {
    display: flex;
    gap: 30px;
}

.dashboard .top-sec .dashborad-settings li {
    width: 57px;
    height: 57px;
    border: 1px solid #efeeee;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.dashboard .top-sec .dashborad-settings li.chat .icon,
.dashboard .top-sec .dashborad-settings li.notification .icon {
    width: 27px;
    height: 27px;
}

.dashboard .top-sec .dashborad-settings li.notification .icon {
    position: relative;
    margin-top: 5px;
}

.dashboard .top-sec .dashborad-settings li.notification .icon .signal {
    width: 11px;
    height: 11px;
    background-color: #f9be7a;
    border: 2px solid #5e25bc;
    border-radius: 50%;
    position: absolute;
    top: -5px;
    left: 5px;
}

.dashboard .top-sec .dashborad-settings li.notification.active .dropdown-menu {
    display: block;
    top: 100%;
    right: 0;
    margin-top: 10px;
    padding: 20px;
    border: none;
    border-radius: 12px;
    box-shadow: 0 5px 10px rgba(85, 98, 105, 0.1),
        0 5px 10px rgba(85, 98, 105, 0.1);
    min-width: 380px;
}

.dashboard
    .top-sec
    .dashborad-settings
    li.notification.active
    .dropdown-menu
    .top
    h2 {
    font-family: Poppins-R;
    font-size: 14px;
    line-height: 29px;
    color: #000000;
    background-color: #fcead6;
    border-radius: 12px;
    padding: 14px 20px;
    text-transform: capitalize;
    text-align: center;
}

.dashboard
    .top-sec
    .dashborad-settings
    li.notification.active
    .dropdown-menu
    .bottom {
    margin-top: 16px;
}

.dashboard
    .top-sec
    .dashborad-settings
    li.notification.active
    .dropdown-menu
    .bottom
    .alert-messages
    .empty-message
    h5 {
    font-family: Poppins-R;
    font-size: 12px;
    line-height: 20px;
    color: #000000;
}

.dashboard .top-sec .dashborad-settings li.profile .icon {
    width: 100%;
    height: 100%;
}

.dashboard .top-sec .dashborad-settings li.profile .icon img {
    border-radius: 9px;
}

.profile.dropdown.active .dropdown-menu {
    display: block;
    top: 100%;
    right: 0;
    margin-top: 10px;
    padding: 20px;
    border: none;
    border-radius: 12px;
    box-shadow: 0 5px 10px rgba(85, 98, 105, 0.1),
        0 5px 10px rgba(85, 98, 105, 0.1);
    min-width: 275px;
}

.profile.dropdown.active .dropdown-menu .top {
    display: flex;
    align-items: center;
    gap: 15px;
    padding-bottom: 14px;
}

.profile.dropdown.active .dropdown-menu .top .avatar {
    width: 50px;
    height: 50px;
}

.profile.dropdown.active .dropdown-menu .top .avatar img {
    border-radius: 9px;
}

.profile.dropdown.active .dropdown-menu .top .info h2 {
    font-family: Poppins-M;
    font-size: 14px;
    line-height: 20px;
    color: #0f123f;
    text-transform: capitalize;
}

.profile.dropdown.active .dropdown-menu .top .info a {
    font-family: Poppins-R;
    font-size: 12px;
    line-height: 18px;
    color: #0f123f;
}

.profile.dropdown.active .dropdown-menu .bottom .menu a {
    font-family: Poppins-M;
    font-size: 12px;
    line-height: 18px;
    color: #0f123f;
    display: block;
}

.profile.dropdown.active .dropdown-menu .bottom .menu a:hover {
    color: #ffb648;
}

.profile.dropdown.active .dropdown-menu .bottom .menu {
    margin-bottom: 8px;
}

.profile.dropdown.active .dropdown-menu .bottom .menu:last-child {
    margin-bottom: 0;
}

.dashboard .left-sec {
    background-color: #0f123f;
    width: 140px;
    position: fixed;
    top: 0px;
    left: 0px;
    bottom: 0;
    padding: 36px 18px;
    z-index: 9999;
    transition: all 0.3s ease;
}

.dashboard .left-sec .logo-details {
    margin-bottom: 74px;
}

.dashboard .left-sec .logo {
    width: 90px;
    height: 45px;
    margin: 0 auto;
}

.dashboard .menu-bar {
    display: none;
    cursor: pointer;
}

.dashboard .menu-bar span {
    width: 20px;
    height: 3px;
    background-color: #ff8e08;
    display: block;
    margin-bottom: 3px;
}

.dashboard .left-sec .side-menu {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
}

.dashboard .left-sec .side-menu li {
    width: 97px;
    border-radius: 10px;
    padding: 14px 10px 16px;
    transition: all 0.3s ease;
}

.dashboard .left-sec .side-menu li.active {
    background-color: #b8b8b9;
}

.dashboard .left-sec .side-menu li a .icon {
    width: 26px;
    height: 26px;
}

.dashboard .left-sec .side-menu li a {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 7px;
}

.dashboard .left-sec .side-menu li a span {
    font-family: Poppins-M;
    font-size: 12px;
    line-height: 20px;
    color: #ffffff;
    text-transform: capitalize;
    letter-spacing: 0.383px;
    text-align: center;
}

.dashboard .right-sec {
    padding: 2px 30px 62px 33px;
    width: calc(100% - 140px);
    margin-left: auto;
    transition: all 0.3s ease;
}

.dashboard .main-sec {
    padding: 50px 0 0;
    border-top: 1px solid #dcdcdc;
    display: flex;
    justify-content: space-between;
}

.dashboard .main-sec .listing-property {
    width: calc(100% - 346px);
    /* width: calc(100% - 21.0079%); */
}

.dashboard .main-sec .listing-property .listing-head {
    margin-bottom: 30px;
    display: flex;
    justify-content: space-between;
}

.dashboard .main-sec .listing-property.single .listing-head {
    display: block;
}

.dashboard .main-sec .listing-property.single .listing-head .back-button {
    text-align: end;
}

.dashboard
    .main-sec
    .listing-property.single
    .listing-head
    .back-button
    button {
    width: 158px;
    height: 48px;
    background-color: #ffffff;
    border: 1px solid #efeeee;
    border-radius: 10px;
    font-family: Poppins-M;
    font-size: 14px;
    line-height: 21px;
    text-transform: capitalize;
    color: #171c60;
    transition: all 0.3s ease;
}

.dashboard
    .main-sec
    .listing-property.single
    .listing-head
    .back-button
    button:hover {
    background-color: #171c60;
    color: #ffffff;
    border: 1px solid #171c60;
}

.dashboard .main-sec .listing-property .listing-head .location {
    display: flex;
    gap: 10px;
}

.dashboard .main-sec .listing-property .listing-head .location .icon {
    width: 42px;
    height: 42px;
    margin-top: 2px;
}

.dashboard .main-sec .listing-property .listing-head .location .info h2 {
    font-family: Poppins-M;
    font-size: 25px;
    line-height: 31px;
    text-transform: capitalize;
    color: #0f123f;
    margin-bottom: 3px;
}

.dashboard .main-sec .listing-property .listing-head .location .info p {
    font-family: Poppins-R;
    font-size: 19px;
    line-height: 31px;
    text-transform: capitalize;
    color: #0f123f;
}

.dashboard .main-sec .listing-property .listing-head .filter {
    background-color: #fff;
    border-radius: 10px;
    border: 1px solid #efeeee;
    padding: 13px 26px 22px;
    width: 63.6434%;
    max-width: 828px;
}

.dashboard .main-sec .listing-property .listing-head .filter .title {
    display: flex;
    align-items: center;
    gap: 11px;
    font-family: Poppins-M;
    font-size: 16px;
    line-height: 25px;
    text-transform: capitalize;
    color: #171c60;
    margin-bottom: 8px;
}

.dashboard .main-sec .listing-property .listing-head .filter .title .icon {
    width: 20px;
    height: 20px;
}

.dashboard .main-sec .listing-property .listing-head .filter .options {
    border-top: 0.5px solid #e4e4e4;
    padding-top: 11px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    row-gap: 20px;
}

.dashboard .main-sec .listing-property .listing-head .filter .options button {
    background-color: #090a0c;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 18px;
    font-family: Poppins-R;
    font-size: 12px;
    line-height: 24px;
    text-transform: capitalize;
    color: #ffffff;
    width: 30.7494%;
}

.dashboard
    .main-sec
    .listing-property
    .listing-head
    .filter
    .options
    button
    .icon {
    width: 8px;
    height: 4px;
}

.dashboard .main-sec .listing-property .listing-head .filter .options .search {
    background-color: #fff;
    border: 3px solid #ffedd8;
    border-radius: 10px;
    padding: 9px 10px;
}

.dashboard
    .main-sec
    .listing-property
    .listing-head
    .filter
    .options
    .search
    form {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.dashboard
    .main-sec
    .listing-property
    .listing-head
    .filter
    .options
    .search
    form
    input {
    width: 100%;
    font-size: 12px;
    line-height: 24px;
    text-transform: capitalize;
    color: #000000;
}

.dashboard
    .main-sec
    .listing-property
    .listing-head
    .filter
    .options
    .search
    form
    .icon {
    width: 24px;
    height: 24px;
}

.dashboard
    .main-sec
    .listing-property
    .listing-head
    .filter
    .options
    button.active
    .dropdown-menu {
    display: block;
    top: 100%;
    left: 0;
    padding: 20px;
    border: none;
    border-radius: 12px;
    box-shadow: 0 5px 10px rgba(85, 98, 105, 0.1),
        0 5px 10px rgba(85, 98, 105, 0.1);
    min-width: 100%;
    margin-top: 10px;
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
}

.dashboard
    .main-sec
    .listing-property
    .listing-head
    .filter
    .options
    button
    .dropdown-menu
    label {
    font-family: Poppins-R;
    font-size: 12px;
    line-height: 18px;
    color: #ff8e08;
    text-transform: capitalize;
    display: flex;
    align-items: baseline;
    gap: 10px;
    cursor: pointer;
}

.dashboard .main-sec .listing-property-tabs .nav-tabs {
    border: none;
    gap: 60px;
    margin-top: -18px;
    overflow-x: scroll;
    scrollbar-width: none;
    flex-wrap: nowrap;
}

.dashboard .main-sec .listing-property-tabs .nav-tabs .nav-link {
    padding: 0;
    margin: 0;
    border: 0;
    border-radius: 0;
    font-family: Poppins-M;
    font-size: 15px;
    line-height: 26px;
    color: #363b8a;
    text-transform: capitalize;
}

.dashboard .main-sec .listing-property-tabs .nav-tabs .nav-link.active {
    color: #171c60;
    background: none;
    font-size: 22.5px;
}

.dashboard .main-sec .listing-property-tabs .nav-tabs .nav-link.active::after {
    content: "";
    width: 70%;
    height: 3px;
    background-color: #ff8e09;
    border-radius: 2px;
    display: block;
    margin-top: 3px;
}

.dashboard .main-sec .listing-property .listing-property-panel {
    background-color: #fff;
    border-radius: 10px;
    padding: 20px 39.5px 39px;
}

.dashboard .main-sec .listing-property .listing-property-panel.single {
    padding: 46px 39.5px 67px;
}

.dashboard .main-sec .listing-property .listing-property-panel .sorting {
    margin-bottom: 20px;
}

.dashboard .main-sec .listing-property .listing-property-panel .sorting button {
    background-color: transparent;
    border: 1px solid #c3c3c3;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 13px 20px 12px 23px;
    font-family: Poppins-M;
    font-size: 14px;
    line-height: 21px;
    text-transform: capitalize;
    color: #171c60;
    min-width: 240px;
    margin-left: auto;
}

.dashboard
    .main-sec
    .listing-property
    .listing-property-panel
    .sorting
    button
    .icon {
    width: 8px;
    height: 4px;
}

.dashboard
    .main-sec
    .listing-property
    .listing-property-panel
    .sorting
    button.active
    .dropdown-menu {
    display: block;
    top: 100%;
    left: 0;
    padding: 10px 10px 16px;
    border: none;
    border-radius: 12px;
    box-shadow: 0 5px 10px rgba(85, 98, 105, 0.1),
        0 5px 10px rgba(85, 98, 105, 0.1);
    min-width: 100%;
    margin-top: 10px;
}

.dashboard
    .main-sec
    .listing-property
    .listing-property-panel
    .sorting
    button
    .dropdown-menu
    label {
    font-family: Poppins-R;
    font-size: 14px;
    line-height: 29px;
    color: #000000;
    background-color: #fcead6;
    border-radius: 12px;
    text-transform: capitalize;
    text-align: center;
    cursor: pointer;
    width: 100%;
    padding: 14px 20px;
    margin-bottom: 12px;
}

.dashboard
    .main-sec
    .listing-property
    .listing-property-panel
    .sorting
    button
    .dropdown-menu
    label:last-child {
    margin: 0;
}

.dashboard .main-sec .listing-property .listing-property-panel .property {
    background-color: #f8f8fb;
    border-radius: 10px;
    padding: 35px 38px 35px 27px;
    border: 0.5px solid #bfbfbf;
    display: flex;
    justify-content: space-between;
    margin-bottom: 26px;
}

.dashboard
    .main-sec
    .listing-property
    .listing-property-panel
    .property:last-child {
    margin-bottom: 0;
}

.dashboard .main-sec .listing-property .listing-property-panel .property .left {
    width: 39.8269%;
    min-width: 488px;
    display: flex;
    justify-content: space-between;
}

.dashboard
    .main-sec
    .listing-property
    .listing-property-panel
    .property
    .left
    .feat-img {
    width: 45.2869%;
    height: 162px;
}

.dashboard
    .main-sec
    .listing-property
    .listing-property-panel
    .property
    .left
    .feat-img
    img {
    border-radius: 10px;
    object-fit: cover;
}

.dashboard
    .main-sec
    .listing-property
    .listing-property-panel
    .property
    .left
    .info {
    width: 48.1557%;
}

.dashboard
    .main-sec
    .listing-property
    .listing-property-panel
    .property
    .left
    .info
    h2.title {
    font-family: Poppins-M;
    font-size: 20px;
    line-height: 24px;
    text-transform: capitalize;
    color: #0f123f;
    margin-bottom: 12px;
}

.dashboard
    .main-sec
    .listing-property
    .listing-property-panel
    .property
    .left
    .info
    p.location {
    font-family: Poppins-R;
    font-size: 10px;
    line-height: 15px;
    text-transform: capitalize;
    color: #ff8e09;
    margin-bottom: 44px;
}

.dashboard
    .main-sec
    .listing-property
    .listing-property-panel
    .property
    .left
    .info
    h3.price {
    font-family: OpenSans-L;
    font-size: 11px;
    text-transform: capitalize;
    color: #333333;
}

.dashboard
    .main-sec
    .listing-property
    .listing-property-panel
    .property
    .left
    .info
    h3.price
    span {
    font-family: OpenSans-B;
    font-size: 38px;
    line-height: 50px;
    text-transform: capitalize;
    color: #333333;
}

.dashboard
    .main-sec
    .listing-property
    .listing-property-panel
    .property
    .left
    .info
    h3.price
    span.slash {
    font-family: OpenSans-L;
    font-size: 28px;
}

.dashboard
    .main-sec
    .listing-property
    .listing-property-panel
    .property
    .right {
    width: 57.6623%;
    min-width: calc(100% - 524px);
    position: relative;
    padding-left: 3.1169%;
}

.dashboard
    .main-sec
    .listing-property
    .listing-property-panel
    .property
    .right::before {
    content: "";
    background-image: url(../img/property-divider.svg);
    position: absolute;
    left: 0;
    width: 1px;
    height: 101px;
}

.dashboard
    .main-sec
    .listing-property
    .listing-property-panel
    .property
    .right
    .top
    p {
    font-family: Poppins-R;
    font-size: 12px;
    line-height: 24px;
    text-transform: capitalize;
    color: #0f123f;
    margin-bottom: 34px;
}

.dashboard
    .main-sec
    .listing-property
    .listing-property-panel
    .property
    .right
    .bottom {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
}

.dashboard
    .main-sec
    .listing-property
    .listing-property-panel
    .property
    .right
    .bottom
    .property-includes {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
}

.dashboard
    .main-sec
    .listing-property
    .listing-property-panel
    .property
    .right
    .bottom
    .property-includes
    li {
    font-family: Poppins-R;
    font-size: 8px;
    line-height: 12px;
    text-transform: capitalize;
    text-align: center;
    color: #ff8e09;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
}

.dashboard
    .main-sec
    .listing-property
    .listing-property-panel
    .property
    .right
    .bottom
    .property-includes
    li
    .icon {
    width: 20px;
    height: 20px;
}

.dashboard
    .main-sec
    .listing-property
    .listing-property-panel
    .property
    .right
    .bottom
    .housemates-button
    button {
    background-color: #ff8e09;
    width: 184px;
    height: 49px;
    border-radius: 10px;
    font-family: Poppins-M;
    font-size: 14px;
    line-height: 21px;
    color: #ffffff;
    text-transform: capitalize;
    margin-bottom: 2px;
    transition: all 0.3s ease;
}

.dashboard
    .main-sec
    .listing-property
    .listing-property-panel
    .property
    .right
    .bottom
    .housemates-button
    button:hover {
    background-color: #0f123f;
}

.dashboard .main-sec .recently-added-property {
    width: 326px;
    /* width: 19.7936%; */
    height: 100%;
    padding: 24px 15px 42px 17px;
    background-color: #fff;
    border-radius: 10px;
}

.dashboard .main-sec .recently-added-property .title h2 {
    font-family: Poppins-M;
    font-size: 18px;
    line-height: 24px;
    text-transform: capitalize;
    color: #0f123f;
    margin-bottom: 17px;
}

.dashboard .main-sec .recently-added-property ul.properties {
    display: flex;
    flex-direction: column;
    gap: 21px;
}

.dashboard .main-sec .recently-added-property ul.properties li {
    padding: 17px;
    border: 0.5px solid #9f9f9f;
    border-radius: 9px;
    text-align: center;
}

.dashboard .main-sec .recently-added-property ul.properties li .property-image {
    border: 1px solid #efeeee;
    border-radius: 10px;
    margin-bottom: 7px;
    height: 267px;
}

.dashboard
    .main-sec
    .recently-added-property
    ul.properties
    li
    .property-image
    img {
    border-radius: 9px;
    object-fit: cover;
}

.dashboard .main-sec .recently-added-property ul.properties li h2 {
    font-family: Poppins-M;
    font-size: 20px;
    line-height: 24px;
    text-transform: capitalize;
    color: #0f123f;
    margin-bottom: 12px;
}

.dashboard .main-sec .recently-added-property ul.properties li p {
    font-family: Poppins-R;
    font-size: 10px;
    line-height: 15px;
    text-transform: capitalize;
    color: #ff8e08;
    margin-bottom: 5px;
}

/* *****************   Property Single Statrs  ***************** */

.dashboard
    .main-sec
    .listing-property
    .listing-property-panel
    .single-property
    .head {
    display: flex;
    justify-content: space-between;
}

.dashboard
    .main-sec
    .listing-property
    .listing-property-panel
    .single-property
    .head
    .left {
    width: 36.253%;
}

.dashboard
    .main-sec
    .listing-property
    .listing-property-panel
    .single-property
    .head
    .left
    .feat-img {
    position: relative;
}

.dashboard
    .main-sec
    .listing-property
    .listing-property-panel
    .single-property
    .head
    .left
    .feat-img
    img {
    border-radius: 5px;
    height: 436px;
    object-fit: cover;
}

.dashboard
    .main-sec
    .listing-property
    .listing-property-panel
    .single-property
    .head
    .left
    .gallery {
    position: relative;
}

.dashboard
    .main-sec
    .listing-property
    .listing-property-panel
    .single-property
    .head
    .left
    .gallery
    .calender-button
    button {
    background-color: #ffffff;
    width: 158px;
    height: 48px;
    border-radius: 10px;
    font-family: Poppins-R;
    font-size: 16px;
    line-height: 32px;
    color: #0f123f;
    text-transform: capitalize;
    transition: all 0.3s ease;
    position: absolute;
    bottom: 12px;
    left: 14px;
}

.dashboard
    .main-sec
    .listing-property
    .listing-property-panel
    .single-property
    .head
    .left
    .gallery
    .calender-button
    button:hover {
    background-color: #0f123f;
    color: #ffffff;
}

.dashboard
    .main-sec
    .listing-property
    .listing-property-panel
    .single-property
    .head
    .left
    .single-property-slider-arrows {
    margin-top: 10px;
    display: flex;
    justify-content: end;
    gap: 15px;
}

.dashboard
    .main-sec
    .listing-property
    .listing-property-panel
    .single-property
    .head
    .left
    .single-property-slider-arrows
    button {
    background: none;
}

.dashboard
    .main-sec
    .listing-property
    .listing-property-panel
    .single-property
    .head
    .left
    .add-image
    button {
    background: none;
    font-family: Poppins-R;
    font-size: 13px;
    line-height: 20px;
    color: #5a5a5a;
    text-transform: capitalize;
    width: 100%;
    text-align: right;
    margin-top: 6px;
}

.dashboard
    .main-sec
    .listing-property
    .listing-property-panel
    .single-property
    .head
    .right {
    width: 61.2112%;
    display: flex;
    justify-content: space-between;
    gap: 20px;
    padding-top: 3%;
}

.dashboard
    .main-sec
    .listing-property
    .listing-property-panel
    .single-property
    .head
    .right
    .info
    h2.title {
    font-family: DMSans-Bold;
    font-size: 40px;
    line-height: 52px;
    text-transform: capitalize;
    letter-spacing: 0.927px;
    color: #0f123f;
    margin-bottom: 12px;
}

.dashboard
    .main-sec
    .listing-property
    .listing-property-panel
    .single-property
    .head
    .right
    .info
    p.location {
    font-family: Poppins-R;
    font-size: 16px;
    line-height: 24px;
    text-transform: capitalize;
    color: #c94a30;
    margin-bottom: 10px;
}

.dashboard
    .main-sec
    .listing-property
    .listing-property-panel
    .single-property
    .head
    .right
    .info
    p.category {
    font-family: Poppins-R;
    font-size: 16px;
    line-height: 24px;
    text-transform: capitalize;
    color: #aeaeae;
    margin-bottom: 12px;
}

.dashboard
    .main-sec
    .listing-property
    .listing-property-panel
    .single-property
    .head
    .right
    .info
    h3.price {
    font-family: OpenSans-L;
    font-size: 16px;
    text-transform: capitalize;
    color: #333333;
    margin-bottom: 4px;
}

.dashboard
    .main-sec
    .listing-property
    .listing-property-panel
    .single-property
    .head
    .right
    .info
    h3.price
    span {
    font-family: OpenSans-B;
    font-size: 88px;
    line-height: 120px;
    text-transform: capitalize;
    color: #333333;
}

.dashboard
    .main-sec
    .listing-property
    .listing-property-panel
    .single-property
    .head
    .right
    .info
    h3.price
    span.slash {
    font-family: OpenSans-L;
    font-size: 66px;
}

.dashboard
    .main-sec
    .listing-property
    .listing-property-panel
    .single-property
    .head
    .right
    .info
    .property-includes {
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 45px;
    padding: 19px 0;
    border-top: 1px dashed #515151;
    border-bottom: 1px dashed #515151;
}

.dashboard
    .main-sec
    .listing-property
    .listing-property-panel
    .single-property
    .head
    .right
    .info
    .property-includes
    li {
    font-family: Poppins-R;
    font-size: 12px;
    line-height: 18px;
    text-transform: capitalize;
    text-align: center;
    color: #c94a30;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
}

.dashboard
    .main-sec
    .listing-property
    .listing-property-panel
    .single-property
    .head
    .right
    .info
    .property-includes
    li
    .icon {
    width: 28px;
    height: 28px;
}

.dashboard
    .main-sec
    .listing-property
    .listing-property-panel
    .single-property
    .head
    .right
    .housemates-button
    button {
    background-color: #ffb648;
    width: 184px;
    height: 49px;
    border-radius: 10px;
    font-family: Poppins-M;
    font-size: 14px;
    line-height: 21px;
    color: #ffffff;
    text-transform: capitalize;
    margin-bottom: 2px;
    transition: all 0.3s ease;
}

.dashboard
    .main-sec
    .listing-property
    .listing-property-panel
    .single-property
    .head
    .right
    .housemates-button
    button:hover {
    background-color: #0f123f;
}

.dashboard
    .main-sec
    .listing-property
    .listing-property-panel
    .single-property
    .about-the-property {
    padding: 30px 0 24px;
    border-bottom: 1px dashed #515151;
    max-width: 1193px;
}

.dashboard
    .main-sec
    .listing-property
    .listing-property-panel
    .single-property
    .about-the-property
    h2 {
    font-family: Poppins-SB;
    font-size: 18px;
    line-height: 26px;
    text-transform: capitalize;
    color: #000000;
    margin-bottom: 6px;
}

.dashboard
    .main-sec
    .listing-property
    .listing-property-panel
    .single-property
    .about-the-property
    p {
    font-family: Poppins-R;
    font-size: 16px;
    line-height: 32px;
    text-transform: capitalize;
    color: #0f123f;
}

.dashboard
    .main-sec
    .listing-property
    .listing-property-panel
    .single-property
    .other-available-rooms {
    padding: 30px 0 24px;
    max-width: 1193px;
}

.dashboard
    .main-sec
    .listing-property
    .listing-property-panel
    .single-property
    .other-available-rooms
    h2 {
    font-family: Poppins-SB;
    font-size: 18px;
    line-height: 26px;
    text-transform: capitalize;
    color: #000000;
    margin-bottom: 6px;
}

.dashboard
    .main-sec
    .listing-property
    .listing-property-panel
    .single-property
    .other-available-rooms
    .rooms {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    column-gap: 2.667%;
    row-gap: 15px;
}

.dashboard
    .main-sec
    .listing-property
    .listing-property-panel
    .single-property
    .other-available-rooms
    .rooms
    .room {
    width: 23%;
    padding: 17px;
    border: 0.5px solid #9f9f9f;
    border-radius: 9px;
}

.dashboard
    .main-sec
    .listing-property
    .listing-property-panel
    .single-property
    .other-available-rooms
    .rooms
    .room
    .title {
    font-family: DMSans-Bold;
    font-size: 20px;
    line-height: 28px;
    text-transform: capitalize;
    color: #0f123f;
}

.dashboard
    .main-sec
    .listing-property
    .listing-property-panel
    .single-property
    .other-available-rooms
    .rooms
    .room
    .prize {
    font-family: OpenSans-B;
    font-size: 16px;
    line-height: 24px;
    text-transform: capitalize;
    color: #333333;
}

.dashboard
    .main-sec
    .listing-property
    .listing-property-panel
    .single-property
    .other-available-rooms
    .rooms
    .room
    .guaranter {
    font-family: Poppins-R;
    font-size: 15px;
    line-height: 23px;
    text-transform: capitalize;
    color: #666666;
}

.dashboard
    .main-sec
    .listing-property
    .listing-property-panel
    .single-property
    .other-available-rooms
    .rooms
    .room
    .status {
    font-family: Poppins-R;
    font-size: 15px;
    line-height: 23px;
    text-transform: capitalize;
    color: #ff8e08;
}

.dashboard
    .main-sec
    .listing-property
    .listing-property-panel
    .single-property
    .property-amenities {
    padding-top: 20px;
}

.dashboard
    .main-sec
    .listing-property
    .listing-property-panel
    .single-property
    .property-amenities
    h2 {
    font-family: Poppins-SB;
    font-size: 18px;
    line-height: 26px;
    text-transform: capitalize;
    color: #000000;
    margin-bottom: 18px;
}

.dashboard
    .main-sec
    .listing-property
    .listing-property-panel
    .single-property
    .property-amenities
    ul {
    columns: 2;
    gap: 50px;
    width: fit-content;
}

.dashboard
    .main-sec
    .listing-property
    .listing-property-panel
    .single-property
    .property-amenities
    ul
    li {
    width: fit-content;
    display: flex;
    gap: 20px;
    margin-bottom: 13px;
}

.dashboard
    .main-sec
    .listing-property
    .listing-property-panel
    .single-property
    .property-amenities
    ul
    li
    .icon {
    width: 18px;
    height: 18px;
}

.dashboard
    .main-sec
    .listing-property
    .listing-property-panel
    .single-property
    .property-amenities
    ul
    li
    span {
    font-family: Poppins-R;
    font-size: 15px;
    line-height: 23px;
    text-transform: capitalize;
    color: #666666;
}

.dashboard
    .main-sec
    .listing-property
    .listing-property-panel
    .single-property
    .filter-gallery {
    margin-top: 35px;
    padding: 17px 18px 41px;
    border: 1px solid #8c8c8c;
    border-radius: 10px;
}

.dashboard
    .main-sec
    .listing-property
    .listing-property-panel
    .single-property
    .filter-gallery
    .top {
    display: flex;
    justify-content: space-between;
}

.dashboard
    .main-sec
    .listing-property
    .listing-property-panel
    .single-property
    .filter-gallery
    .top
    h2 {
    font-family: Poppins-SB;
    font-size: 23px;
    line-height: 34px;
    text-transform: capitalize;
    color: #000000;
}

.dashboard
    .main-sec
    .listing-property
    .listing-property-panel
    .single-property
    .filter-gallery
    .top
    .filter-option
    select {
    font-family: Poppins-M;
    font-size: 14px;
    line-height: 21px;
    text-transform: capitalize;
    color: #171c60;
    -webkit-appearance: none;
    appearance: none;
    background-image: url(../img/gallery-filter-dropdown.svg);
    background-repeat: no-repeat;
    background-size: 12px 7px;
    background-position: right 28px center;
    padding: 6px 51px 5px 29px;
    border: 1px solid #efeeee;
    border-radius: 5px;
}

.dashboard
    .main-sec
    .listing-property
    .listing-property-panel
    .single-property
    .filter-gallery
    .bottom {
    padding: 13px 1.5px 0;
}

.dashboard
    .main-sec
    .listing-property
    .listing-property-panel
    .single-property
    .filter-gallery
    .bottom
    .gallery-slider
    .slick-list {
    margin: 0 -15px;
}

.dashboard
    .main-sec
    .listing-property
    .listing-property-panel
    .single-property
    .filter-gallery
    .bottom
    .gallery-slider
    .slick-slide {
    margin: 0 15px;
}

.dashboard
    .main-sec
    .listing-property
    .listing-property-panel
    .single-property
    .filter-gallery
    .bottom
    .gallery-slider
    .feat-img
    img {
    border-radius: 5px;
    height: 111px;
}

.dashboard
    .main-sec
    .listing-property
    .listing-property-panel
    .single-property
    .property-reviews {
    padding-top: 38px;
}

.dashboard
    .main-sec
    .listing-property
    .listing-property-panel
    .single-property
    .property-reviews
    h2.title {
    font-family: Poppins-SB;
    font-size: 18px;
    line-height: 26px;
    text-transform: capitalize;
    color: #000000;
}

.dashboard
    .main-sec
    .listing-property
    .listing-property-panel
    .single-property
    .property-reviews
    .review-container {
    border: 1px solid #8c8c8c;
    border-radius: 10px;
    padding: 32px 35.5px 48px;
    margin-top: 13px;
    max-height: 422px;
    overflow-y: scroll;
    scrollbar-width: none;
}

.dashboard
    .main-sec
    .listing-property
    .listing-property-panel
    .single-property
    .property-reviews
    .review-container
    .reviews {
    display: flex;
    flex-direction: column;
    gap: 64px;
}

.dashboard
    .main-sec
    .listing-property
    .listing-property-panel
    .single-property
    .property-reviews
    .review-container
    .reviews
    .each-review
    .review-info {
    display: flex;
    margin-bottom: 25px;
}

.dashboard
    .main-sec
    .listing-property
    .listing-property-panel
    .single-property
    .property-reviews
    .review-container
    .reviews
    .each-review
    .review-info
    .feat-img {
    width: 40px;
    height: 40px;
    background-color: #d9d9d9;
    border-radius: 50%;
    margin-right: 15px;
    flex: 0 0 40px;
}

.dashboard
    .main-sec
    .listing-property
    .listing-property-panel
    .single-property
    .property-reviews
    .review-container
    .reviews
    .each-review
    .review-info
    .feat-img
    img {
    border-radius: 50%;
}

.dashboard
    .main-sec
    .listing-property
    .listing-property-panel
    .single-property
    .property-reviews
    .review-container
    .reviews
    .each-review
    .review-info
    .author-deatils {
    display: flex;
    flex-wrap: wrap;
}

.dashboard
    .main-sec
    .listing-property
    .listing-property-panel
    .single-property
    .property-reviews
    .review-container
    .reviews
    .each-review
    .review-info
    .name {
    font-family: Poppins-R;
    font-size: 14px;
    line-height: 24px;
    text-transform: capitalize;
    color: #656565;
    padding-right: 10px;
}

.dashboard
    .main-sec
    .listing-property
    .listing-property-panel
    .single-property
    .property-reviews
    .review-container
    .reviews
    .each-review
    .review-info
    .location {
    font-family: Poppins-L;
    font-size: 14px;
    line-height: 24px;
    text-transform: capitalize;
    color: #b8b8b8;
    padding: 0 8px 0 10px;
}

.dashboard
    .main-sec
    .listing-property
    .listing-property-panel
    .single-property
    .property-reviews
    .review-container
    .reviews
    .each-review
    .review-info
    .date {
    font-family: Poppins-L;
    font-size: 14px;
    line-height: 24px;
    text-transform: capitalize;
    color: #b8b8b8;
    padding: 0 7px;
}

.dashboard
    .main-sec
    .listing-property
    .listing-property-panel
    .single-property
    .property-reviews
    .review-container
    .reviews
    .each-review
    .review-info
    .divider {
    width: 0.5px;
    color: #333333;
}

.dashboard
    .main-sec
    .listing-property
    .listing-property-panel
    .single-property
    .property-reviews
    .review-container
    .reviews
    .each-review
    .review-content
    h2 {
    font-family: Poppins-SB;
    font-size: 14px;
    line-height: 21px;
    text-transform: capitalize;
    color: #313131;
    margin-bottom: 4px;
}

.dashboard
    .main-sec
    .listing-property
    .listing-property-panel
    .single-property
    .property-reviews
    .review-container
    .reviews
    .each-review
    .review-content
    p {
    font-family: Poppins-L;
    font-size: 14px;
    line-height: 24px;
    color: #656565;
}

.dashboard
    .main-sec
    .listing-property
    .listing-property-panel
    .single-property
    .add-review {
    padding-top: 38px;
}

.dashboard
    .main-sec
    .listing-property
    .listing-property-panel
    .single-property
    .add-review
    h2.title {
    font-family: Poppins-SB;
    font-size: 18px;
    line-height: 26px;
    text-transform: capitalize;
    color: #000000;
    margin-bottom: 14px;
}

.dashboard
    .main-sec
    .listing-property
    .listing-property-panel
    .single-property
    .add-review
    form
    label {
    width: 100%;
    font-family: Poppins-R;
    font-size: 15px;
    line-height: 24px;
    text-transform: capitalize;
    color: #0f123f;
    margin-bottom: 3px;
}

.dashboard
    .main-sec
    .listing-property
    .listing-property-panel
    .single-property
    .add-review
    form
    input,
.dashboard
    .main-sec
    .listing-property
    .listing-property-panel
    .single-property
    .add-review
    form
    textarea,
.dashboard
    .main-sec
    .listing-property
    .listing-property-panel
    .single-property
    .add-review
    form
    select {
    width: 100%;
    background-color: #f6f6f6;
    border-radius: 5px;
    height: 48px;
    padding: -1 18px;
    font-family: Poppins-L;
    font-size: 14px;
    line-height: 24px;
    color: #000000;
}

.dashboard
    .main-sec
    .listing-property
    .listing-property-panel
    .single-property
    .add-review
    form
    textarea {
    height: 159px;
    padding: 12px 18px;
}

.dashboard
    .main-sec
    .listing-property
    .listing-property-panel
    .single-property
    .add-review
    form
    .form-field-row {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.dashboard
    .main-sec
    .listing-property
    .listing-property-panel
    .single-property
    .add-review
    form
    .submit-btn {
    background-color: #ffb648;
    border-radius: 5px;
    border: 1px solid #efeeee;
    padding: 13px 37.5px;
    font-family: Poppins-R;
    font-size: 12px;
    line-height: 18px;
    color: #0f123f;
    text-transform: capitalize;
    transition: all 0.3s ease;
}

.dashboard
    .main-sec
    .listing-property
    .listing-property-panel
    .single-property
    .add-review
    form
    .submit-btn:hover {
    background-color: #0f123f;
    color: #ffb648;
}

.dashboard
    .main-sec
    .listing-property
    .listing-property-panel
    .single-property
    .add-review
    form
    .form-field-submit {
    text-align: right;
    margin-top: 30px;
}

/* *****************   Property Single Ends  ***************** */

/* *****************   Dashboard Ends  ***************** */
