/*@import url('../fonts/fontawesome-free-5.0.2/css/all.css');*/
@import url('../fonts/fontawesome-free-5.0.2/css/fontawesome-all.css');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400;1,600;1,700;1,800&family=Roboto:ital,wght@0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

:root {
    --primary-color: #127DFD;
    --secondary-color: #b9ee00;
    --heading-color: #000000;
    --sub-heading: #41527D;
    --nav-color: #002251;
    --lightblue-color: #f3faff;
    --lightblue-color1: #E9F0FD;
    --newblue: #2a3b90;
    --text-color: #737373;
    --icon-color: #7A869A;
    --star-color: #fead2c;
    --field-color: #EEF2F9;
    --white: #ffffff;
    --vucher-1: #4772d1;
    --vucher-2: #5cafbe;
    --vucher-5: #b7b7b7;
    --pending: #fec110;
    --closed: #ff6868;
    --open: #51c98e;
    --park: #3da8b2;
    --fb: #4867AA;
    --roboto-family: 'Roboto', sans-seri;
    --opensans-family: 'Open Sans', sans-serif;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
    -webkit-appearance: none;
}

select::-ms-expand {
    display: none;
}

.form-field {
    background: var(--lightblue-color1);
    border: 1px solid var(--lightblue-color);
    border-radius: 4px;
    height: 33px;
    font-size: 14px;
    color: #7A869A;
    padding: 0 20px;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    /* text-indent: 1px; */
    background: var(--lightblue-color) url(../img/caret-down.png) !important;
    position: relative;
    background-repeat: no-repeat !important;
    background-position: 95% center !important;
    background-size: 11px !important;
}

.pending {
    color: var(--pending);
    background: #fff7e0 !important;
}

.closed {
    color: var(--closed);
    background: #ffe9e9 !important;
}

.open {
    color: var(--open);
    background: #e6f8ef !important;
}

.btn-theme {
    text-align: center;
    font-weight: 600;
    height: 45px;
    line-height: 45px;
    display: inline-block;
    font-size: 13px;
    padding: 0 30px;
    background: var(--newblue);
    border: var(--newblue);
    border-radius: 5px;
    color: #fff;
    text-transform: capitalize;
    transition: 1s all;
}

.btn-theme1 {
    text-align: center;
    font-weight: 700;
    height: 45px;
    line-height: 45px;
    display: inline-block;
    font-size: 14px;
    padding: 0 40px;
    background: var(--nav-color);
    border: var(--nav-color);
    border-radius: 5px;
    color: #fff;
    text-transform: capitalize;
    transition: 1s all;
}

.btn-theme:hover {
    background: #000;
    color: #fff;
    text-decoration: none;
}

body {
    font-family: 'Open Sans', sans-serif;
}

.heading_02 {
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 30px;
    color: var(--heading-color);
}

h1 {
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 23px;
    color: var(--nav-color);
    text-transform: capitalize;
}

h2 {
    font-size: 25px;
    font-weight: 600;
    line-height: 34px;
}

h3 {
    font-size: 20px;
    font-weight: 600;
}

h4 {
    font-size: 24px;
}

h5 {
    font-size: 17px;
    font-weight: 500;
}

p {
    font-size: 14px;
    color: var(--sub-heading);
}

label {
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 15px;
    color: var(--sub-heading);
}

ul {
    list-style: none;
    padding: 0;
}

.pd-20 {
    padding: 20px;
}


.pd-30 {
    padding: 30px;
}

.pd-10 {
    padding: 10px 30px 10px 10px;
}

.mb-40 {
    margin-bottom: 40px;
}

.mb-25 {
    margin-bottom: 17px;
}

.mb-20 {
    margin-bottom: 15px;
}

.mb-50 {
    margin-bottom: 50px;
}

.mb-60 {
    margin-bottom: 20px;
}

.mb-15 {
    margin-bottom: 15px;
}

.mb-70 {
    margin-bottom: 80px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-100 {
    margin-bottom: 20px;
}

.image_sec {
    width: 100%;
    height: 145px;
    box-shadow: 0px 0px 10px 0px rgba(0, 54, 81, 0.08);
    position: relative;
    transition: .5s ease;
}

.image_sec img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.prop:hover .btn-group.dropdown_menu {
    opacity: 1;
}

.btn-group.dropdown_menu {
    position: absolute;
    right: 15px;
    opacity: 0;
    top: 20px;
    z-index: 9;
    transition: .5s ease;
}

.image_sec:hover {
}

.main_app:hover .btn-group.dropdown_menu {
    opacity: 1;
    transition: .5s ease;
}

.image_sec:after {
    transition: .5s ease;
    width: 100%;
    height: 100%;
    background: #0000002e;
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    opacity: 0;
    overflow: hidden;
    border-radius: 10px;
}

.main_app:hover .image_sec:after {
    opacity: 1;
}

.btn-group.dropdown_menu i {
    color: #fff;
    padding: 0 10px;
}

.main_app {
    color: #002251;
    box-shadow: 0px 0px 10px 0px rgba(0, 54, 81, 0.08);
    padding: 10px 10px 32px 10px;
    background: #fff;
    border-radius: 10px;
    margin-bottom: 34px;
    display: block;
}

.main_app:hover .detail_fl h5 {
    color: #002251;
}

.availability {
    position: absolute;
    top: 23px;
    list-style: none;
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin: 0;
    align-items: center;
    padding: 0 20px;
}

.availability svg {
    width: 18px;
    height: 18px;
    fill: var(--primary-color);
}

.hear {
    width: 35px;
    height: 35px;
    display: block;
    text-align: center;
    line-height: 35px;
    background: var(--lightblue-color);
    border-radius: 50%;
}

.av {
    background: #fdfdfe;
    height: 36px;
    line-height: 36px;
    font-size: 14px;
    padding: 0 21px;
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.15);
    border-radius: 5px;
    font-weight: 600;
}

.code {
    background: var(--primary-color);
    height: 36px;
    line-height: 36px;
    font-size: 14px;
    padding: 0 21px;
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.15);
    border-radius: 5px;
    color: #fff;
    font-weight: 600;
}

.content_tnant .date {
    font-size: 10px;
    margin-bottom: 9px;
    font-weight: 600;
}

.feature {
    padding: 10px 5px;
    display: flex;
    position: absolute;
    bottom: 20px;
    margin: 0;
    background: #00000000;
    border-radius: 10px;
    align-items: center;
    /* width: 95%; */
    left: 0;
    justify-content: center;
    right: 0;
    text-align: center;
    margin: 0 17px;
    transition: .3s ease;
}

.main_app:hover .feature {
    background: #000000a6;
}


.main_app:hover .feature li {
    opacity: 1;
}

.showImage img {
    width: 110px;
    border: 4px solid white;
    border-radius: 11px;
    height: 100px;
    margin-right: 10px;
    margin-bottom: 15px;
    object-fit: cover;
}

input.attachmentBtn {
    width: 100%;
    height: 100%;
    opacity: 0;
}

.feature li {
    list-style: none;
    display: flex;
    border-right: 1px solid #fff;
    padding-right: 10px;
    opacity: 0;
    margin-right: 10px;
}

.feature li svg {
    width: 17px;
    height: 20px;
    fill: #fff;
}

.feature li p {
    color: #fff;
    margin: 0;
    padding: 0 0 0 10px;
    font-size: 13px;
}

.feature li:last-child {
    padding: 0;
    margin: 0;
    opacity: 1;
    border-right: 0px;
}

.ic360 svg {
    width: 40px !important;
    height: 40px !important;
}

.ic360 {
    background: var(--primary-color);
    border-radius: 50%;
    width: 40px;
    height: 40px;
}

.detail_fl {
}

.image_sec .dropdown-menu.dropdown-menu-right.show a {
    font-size: 12px;
    padding: 6px 10px;
}

.display_property h5 {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    align-items: flex-start;
}

.main_app .detail_fl h5, .main_app .detail_fl h5 a {
    margin-top: 20px;
    margin-bottom: 5px;
    text-transform: capitalize;
    font-weight: 700;
    color: #002251;
    font-size: 14px;
}

.main_app:hover {
    text-decoration: none;
    color: #002251;
}

.detail_fl h5 {
    transition: .4s ease;
    color: #002251;
    display: block;
    height: 18px;
    overflow: hidden;
}

.detail_fl h5:hover {
    color: var(--primary-color);
    text-decoration: none;
}

.detail_fl h6 {
    font-size: 13px;
    color: #002251;
    font-weight: 700;
    line-height: 21px;
}

.detail_fl h6 span {
    font-weight: 400;
    font-size: 14px;
}

/*.location {*/
/*    display: flex;*/
/*    align-items: center;*/
/*    margin-top: 0px;*/
/*}*/
.location {
    display: flex;
    align-items: center;
    margin-top: 0px;
    flex-wrap: nowrap;
    flex-direction: row;
    align-content: center;
    justify-content: flex-start;
}

.loc {
    width: 30px;
    height: 30px;
    background: var(--lightblue-color);
    border-radius: 50%;
    text-align: center;
    line-height: 30px;
    float: left;
    margin-right: 5px;
}

.loc svg {
    width: 15px;
    fill: #002250;
    height: 15px;
}

.location p {
    display: inline-block;
    float: right;
    margin: 0;
    font-size: 12px;
}

.main_home {
    background: #F7FAFF;
    min-height: 100vh;
}

.pt-30 {
    padding-top: 30px;
}

.pt-60 {
    padding-top: 60px;
}

.pt-80 {
    padding-top: 80px;
}

.pd-50 {
    padding-top: 50px;
    padding-bottom: 50px;
}

.pd-80 {
    padding: 120px 0 80px;
}

.pb-40 {
    padding-bottom: 40px;
}

.pb-30 {
    padding-bottom: 30px;
}

.overlay.active {
    background: #01387b70;
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0px;
    top: 0px;
    z-index: 99;
}

.filters {

}

.mg-30 {
    margin-left: 30px;
    margin-right: 30px;
    padding-bottom: 25px;
}

.field {
}

.field label {
    display: block;
}

.field label .sp {
}

.field .select {
    background: var(--lightblue-color);
    border: 1px solid var(--lightblue-color);
    border-radius: 5px;
    height: 46px;
    font-size: 14px;
    color: #737373;
    padding: 0 20px;
}

.sp {
    color: var(--primary-color);
    float: right;
}

.box-width {
    width: 49%;
    text-align: center;
    display: inline-block;
}

.checkbox input[type=checkbox] + label {
    display: block;
    margin: 0em 0.2em 0em 0.2em;
    cursor: pointer;
    padding: 0.2em;
    font-size: 14px;
    color: #737373;
    height: 45px;
    line-height: 45px;
    border-radius: 5px;
    background: var(--lightblue-color);
}

.checkbox input[type=checkbox] {
    display: none;
}


.checkbox input[type=checkbox]:checked + label {
    background: var(--primary-color);
    color: #fff;
}

.rating {
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    margin: 0;
}

.rating li {
    list-style: none;
    width: 20%;
    text-align: center;
    margin: 0;
}


.pd-40 {
    padding: 30px;
}


.feature_det {
    padding: 0;
    list-style: none;
}


.pd-40 {
    padding: 30px;
}

.available {
    background: var(--lightblue-color);
    font-size: 14px;
    color: var(--heading-color);
    padding: 0px 22px;
    height: 35px;
    line-height: 35px;
    border-radius: 5px;
    display: inline-block;
}

.fl-right {
    float: right;
}

.feature_det {
    padding: 0;
    list-style: none;
}

.feature_det li {
    display: inline-block;
    color: #737373;
    padding-right: 24px;
    margin-right: 20px;
    border-right: 1px solid #737373;
}

.feature_det li:last-child {
    border-right: 0px;
}

.wish_icon {
    width: 60px;
    height: 60px;
    background: var(--lightblue-color);
    border-radius: 50%;
    text-align: center;
    line-height: 60px;
    margin-left: auto;
    margin-top: 29px;
}

.wish_icon svg {
    width: 30px;
    height: 30px;
    fill: var(--primary-color);
}

.pricing {
    margin-top: 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.pricing h3 {
    margin: 0;
    color: var(--primary-color);
}

.rating01 {
    display: flex;
    align-items: center;
}

.rating01 .star {
    background: var(--lightblue-color);
    width: 42px;
    height: 42px;
    text-align: center;
    line-height: 42px;
    border-radius: 50%;
    margin-right: 10px;
}

.rating01 p {
    margin: 0;
}

.rating01 .star svg {
    width: 20px;
    height: 20px;
    fill: var(--star-color);
}

.text-fl {
    line-height: 26px;
    margin-top: 26px;
    margin-bottom: 50px;
}

.text-fl1 {
    line-height: 22px;
    margin-bottom: 40px;
    font-size: 13px;
    word-break: break-all;
    overflow-x: hidden;
    max-height: 94px;
    padding-right: 5px;
}

.text-fl1::-webkit-scrollbar {
    width: 3px;
}

.text-fl1::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgb(195 195 195 / 30%);
}

.text-fl1::-webkit-scrollbar-thumb {
    background-color: #2a3b90;
    outline: 0px solid slategrey;
}

.detail_property .submit_form.pd1-30 {
    padding: 0 30px;
}

.ic01 {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    line-height: 60px;
    text-align: center;
    margin-right: 20px;
}

.ic01 svg {
    fill: #fff;
    width: 30px;
    height: 30px;
}

.bg-star {
    background: var(--star-color);
}

.contact_detail {
    padding: 0;
    display: flex;
    align-items: center;
}

.contact_detail li {
    list-style: none;
}

.contact_detail li p {
    margin: 0;
    font-size: 24px;
    font-weight: 600;
}

.bg-primary1 {
    background: var(--primary-color);
}

.br-10 {
    border-radius: 10px;
}

.main-colum {
    background: #fff;
    border-radius: 25px;
    position: relative;
}

.calculate {
}

.calculate li {
    width: 49%;
    display: inline-block;
    margin-bottom: 50px;
}

.calculate li p {
    font-weight: 500;
    margin: 0;
}

.calculate li:nth-child(even) p {
    text-align: right;
}

.calculate li:nth-child(13), .calculate li:last-child {
    margin-bottom: 0;
}

/*.detail_fl .location p {*/
/*    margin: 0;*/
/*    display: flex;*/
/*    align-items: center;*/
/*    font-size: 11px;*/
/*    line-height: 18px;*/
/*    height: 44px;*/
/*    overflow: hidden;*/
/*}*/
.detail_fl .location p {
    margin: 0;
    /* display: flex; */
    /* align-items: center; */
    font-size: 11px;
    line-height: 18px;
    /* height: 40px; */
    /* width: 85%; */
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.chat_icons {
}

.chat_icons li {
    display: inline-block;
    width: 20%;
}

.chat_icons li a {
}

.chat_icons li a .icon_con {
    display: inline-block;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
}

.chat_icons li a .icon_con svg {
    width: 20px;
    height: 20px;
    fill: #fff;
}

.chat_icons li a span {
    color: #737373;
    font-size: 14px;
    padding-left: 6px;
}

.chat_icons li a:hover {
    text-decoration: none;
}

.date_form {
    width: 21%;
    display: inline-block;
    padding-right: 20px;
}


.form-field1 {
    background: var(--lightblue-color);
    border: 1px solid var(--lightblue-color);
    height: 45px;
    font-size: 12px;
    color: #737373;
    padding: 0 20px;
    width: 100%;
}

.form-field2 {
    background: var(--lightblue-color);
    border: 1px solid var(--lightblue-color);
    font-size: 12px;
    color: #737373;
    padding: 10px 20px;
    width: 100%;
    height: 100px !important;
}

.submit_form {
    font-weight: 700;
    height: 45px;
    line-height: 45px;
    display: inline-block;
    font-size: 14px;
    padding: 0 25px;
    background: var(--newblue);
    border: var(--primary-color);
    border-radius: 5px;
    color: #fff;
    text-transform: capitalize;
    transition: .5s ease;
}

.main-colum.pd-custom h3 {
    font-size: 18px;
}

.btn-wfill {
    font-weight: 700;
    height: 45px;
    line-height: 45px;
    display: inline-block;
    font-size: 14px;
    padding: 0 25px;
    background: #fff;
    border-radius: 5px;
    color: var(--primary-color);
    text-transform: capitalize;
    transition: .5s ease;
    border: 1px solid var(--primary-color);
}

.btn-wfill:hover {
    background: var(--primary-color);
    color: #fff;
    text-decoration: none;
}

.signup_form {
    font-weight: 700;
    height: 58px;
    line-height: 58px;
    display: inline-block;
    border: 0px solid;
    font-size: 24px;
    padding: 0 25px;
    border-radius: 10px;
    color: #fff;
    text-transform: capitalize;
    transition: .5s ease;
    text-align: center;
}

.submit_form:hover, .v_amount li a:hover, .submit_form:hover {
    background: #000;
    text-decoration: none;
    color: #fff;
}

.contact_app .form-group {
    margin-bottom: 40px;
}


.form-check1 {
    position: relative;
    display: inline-block;
    padding-right: 20px;
    width: 32%;
}

.form-check1 input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
}

.form-check1 label {
    position: relative;
    cursor: pointer;
}

.form-check1 label:before {
    content: '';
    -webkit-appearance: none;
    background-color: transparent;
    border: 1px solid #767676;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
    padding: 14px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 5px;
    border-radius: 5px;
    background: var(--lightblue-color);
}

.form-check1 input:checked + label:after {
    content: '';
    display: block;
    position: absolute;
    top: 6px;
    left: 12px;
    width: 6px;
    height: 14px;
    border: solid #767676;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

svg#Isolation_Mode {
    width: 30px;
}

.bg-color1 {
    background: var(--vucher-1);
}

.bg-color2 {
    background: var(--vucher-2);
}

.bg-color3 {
    background: var(--primary-color);
}

.bg-color5 {
    background: var(--vucher-5);
}

.bg-fb {
    background: var(--fb);
}

.flat {
    height: 100%;
    text-align: center;
    border-radius: 10px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 210px;
    /* width: 200px; */
}

.flat h3 {
    font-size: 60px;
    font-weight: 700;
}

.v_code {
    display: flex;
    flex-wrap: wrap;
}

.v_code li {
    width: 50%;
}

.v_code li:last-child {
    text-align: right;
}

.v_code li p {
    font-size: 16px;
    font-weight: 500;
    margin: 0;
}

.v_code li h3 {
    margin: 10px 0;
}

.voucher_number {
    font-size: 16px;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    padding: 0 20px;
    border: 1px dashed var(--primary-color);
    color: var(--primary-color);
    border-radius: 5px;
    font-weight: 600;
}

.v_amount {
    display: flex;
    margin: 0;
    align-items: center;
}

.v_amount li {
    /*width: 50%;*/
}

.v_amount li:nth-child(1) {
    width: 40%;
}

.v_amount li:last-child {
    width: 60%;
}

.v_amount li:last-child {
}

.v_amount li h5 {
    font-size: 30px;
    color: var(--primary-color);
    font-weight: 600;
}

.v_amount li a {
    font-weight: 600;
    height: 45px;
    line-height: 45px;
    display: inline-block;
    font-size: 18px;
    padding: 0 22px;
    background: var(--primary-color);
    border: var(--primary-color);
    border-radius: 5px;
    color: #fff;
    text-transform: capitalize;
    transition: .5s ease;
    float: right;
}

.clock {
    position: absolute;
    top: 10px;
    right: 7px;
    z-index: 0;
}

.clock i {
    color: #737373;
}

span.bootstrap-timepicker-minute, span.bootstrap-timepicker-meridian, span.bootstrap-timepicker-hour {
    color: #000;
}


.download {
    float: right;
}

.download svg {
    width: 20px;
    height: 20px;
}

.rent_property li {
    width: 27%;
}

.rent_property {
    margin-top: 20px;
    margin-bottom: 20px;
}

.tearm {
    border-bottom: 1px solid #e1e1e1;
    padding-bottom: 20px;
    margin-bottom: 15px;
}

.tearm li {
    width: 49%;
    display: inline-block;
}

.tearm li p {
    margin-bottom: 30px;
}

.tearm li:nth-child(even) {
    text-align: right;
}

.tearm li:last-child p, .tearm li:nth-child(5) p {
    margin-bottom: 0;
}

.rent_prop {
    padding: 0 8px;
}

.number_br {
    margin: 0;
}

ul.number_br {
}

.number_br li {
    width: 58%;
    display: inline-block;
}

.number_br li:last-child {
    width: 40%;
}

.number_br li .br_num {
    display: inline-block;
}

.number_br li .br_num svg {
    width: 20px;
    height: 20px;
}

.number_br li p {
    display: inline-block;
    margin: 0;
    color: #000000;
    padding-left: 6px;
}

.number_br li:last-child {
    text-align: right;
}

.star_icon p {
    display: inline-block;
    margin-bottom: 0;
}

.bn li {
    width: initial;
}

.add_app .location {
    border-bottom: 1px solid #e1e1e1;
    margin-bottom: 20px;
    padding-bottom: 15px;
    margin-top: 0;
}


.add02 {
    /* width: 300px; */
    display: inline-block;
    padding-left: 30px;
    text-align: right;
}

.add01 {
    width: 83%;
    display: inline-block;
}

.add_app {
    display: flex;
    align-items: center;
}

.app_image {
    width: 120px;
}

.app_name {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.app_image .image_ap {
    width: 100px;
    height: 100%;
}

.app_image .image_ap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}

.app_det {
}

.app_det .name_app {
    font-size: 16px;
    color: #000;
    font-weight: 500;
    margin-bottom: 5px;
}

.app_det p {
    margin: 0;
}


.edit {
    margin-top: 50px;
}

.edit a {
    font-weight: 600;
    color: var(--primary-color);
    font-size: 15px;
    font-family: 'Poppins', sans-serif;
}

.edit a:hover {
    text-decoration: none;
}

.edit a span svg {
    width: 17px;
    height: 19px;
    fill: var(--primary-color);
    margin-right: 3px;
}

.ap_image {
    width: 180px;
    height: 180px;
    margin: 0 auto;
    border: 10px solid var(--lightblue-color);
    border-radius: 50%;
    position: relative;
}

.svg {
    position: absolute;
    right: 0;
    bottom: 9px;
    background: var(--primary-color);
    width: 64px;
    height: 64px;
    text-align: center;
    line-height: 47px;
    border-radius: 50%;
    border: 6px solid #fff;
}

.svg svg {
    fill: #fff;
    width: 27px;
    height: 24px;
}

.ap_image img {
    border-radius: 50%;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.color_light {
    color: var(--nav-color);
    font-weight: 500;
}

.color_blue01 {
    color: var(--primary-color) !important;
}

.mb-65 {
    margin-bottom: 65px;
}

.main_appointment {
    /*margin-top: 100px;*/
}

.main_appointment h3 {
    font-weight: 700;
    color: var(--nav-color);
    line-height: 40px;
    word-break: break-all;
}

.fw-600 {
    font-weight: 600;
}

.main_appointment h5 {
    /* font-weight: 600; */
    font-size: 14px;
    color: #002251;
}

.pro h5 {
    margin-bottom: 10px;
    margin-top: 16px;
}

.main_appointment p {
}

.main_appointment .appointment p {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 0;
    line-height: 20px;
    word-break: break-all;
}


.types li {
    width: 49%;
    display: inline-block;
    line-height: 29px;
    font-weight: 300;
}

.pd-30 {
    padding-left: 30px;
    padding-right: 30px;
}

.delete_btn {
    margin-left: 60px;
}

.delete_btn svg {
    width: 16px;
    height: 17px;
    fill: #9e0b0f;
    margin-top: -3px;
}

.dl_btn {
    font-size: 18px;
    color: #9e0b0f;
    font-weight: 600;
}

.dl_btn:hover {
    color: #9e0b0f;
    text-decoration: none;
}

.search {
    display: inline-block;
    width: 70%;
    margin-right: 14px;
}

.add_icon {
    display: inline-block;
}

.add_icon .plus_icon {
    width: 60px;
    height: 60px;
    background: var(--primary-color);
    text-align: center;
    line-height: 60px;
    border-radius: 50%;
    display: block;
}

.add_icon .plus_icon svg {
    width: 20px;
    height: 20px;
    fill: #fff;
}

.search form.form_header {
    padding: 0;
}

.bb-1 {
    border-bottom: 1px solid #d6ddeb;
}

.u_list {
    display: flex;
    align-items: center;
    padding: 22px 0;
    margin: 0;
    margin: 0 20px;
}

.mess {
    margin: 0;
    font-size: 10px;
    /* font-weight: 300; */
    color: var(--icon-color);
}

.image_user {
    width: 50px;
    position: relative;
    height: 50px;
}

.image_user img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}

.image_user.active:after {
    background: #39b44a;
}

.image_user:after {
    content: '';
    width: 12px;
    height: 12px;
    background: #7A869A;
    border-radius: 50%;
    position: absolute;
    bottom: 0;
    right: 5px;
    border: 2px solid #fff;
}

.u_list li:nth-child(1) {
    width: 60px;
}

.u_list li:nth-child(2) {
    padding-left: 10px;
    padding-right: 10px;
}

.u_list li:nth-child(3) {
}

.u_list h6 {
    font-size: 11px;
    color: var(--sub-heading);
    font-weight: 600;
}

.active_list {
    background: var(--lightblue-color);
    margin: 0;
    padding: 22px 20px;
    color: #fff;
    border-bottom: 0px;
}

.active_list .mess {
    color: #fff;
    color: var(--sub-heading);
}

.user2 li.message_user {
    padding-right: 10px;
}

.user_one {
    display: flex;
    margin-bottom: 20px;
}

.user_one .img_user {
    width: 70px;
    height: 60px;
    flex-basis: 8%;
}

.user_one .img_user .image_user_message {
    width: 50px;
    height: 50px;
}

.user_one .img_user .image_user_message img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}

.user_one .message_user {
    flex-basis: 90%;
    padding-left: 10px;
}

.user_one .message_user h6 {
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 13px;
    color: var(--sub-heading);
}

.user_one .message_user h6 span {
    padding-left: 20px;
    color: var(--text-color);
    font-size: 10px;
}

.user_one .message_user .message {
    padding: 12px;
    border-radius: 0 20px 20px 20px;
    line-height: 21px;
    display: inline-block;
    font-weight: 600;
    font-size: 12px;
}


.user2 {
}

.user2 h6 {
    text-align: right;
}

.user2 h6 .mess {
    padding-left: 0;
    padding-right: 20px;
}

.user2 .message {
    text-align: right;
    background: #127dfd7a;
}

.user2 li.message_user {
    text-align: right;
}

.user2 li.img_user {
}

.user2 li.img_user .image_user_message {
    margin-left: auto;
}

.days {
    position: relative;
    display: flex;
    justify-content: center;
    margin-top: 0px;
    justify-content: flex-end;
}

.days:after {
    content: '';
    width: 100%;
    height: 1px;
    position: absolute;
    background: #d7d7d7;
    bottom: 17px;
}

.days h5 {
    text-align: center;
    font-size: 12px;
    margin-bottom: 14px;
    color: #41527D;
    font-weight: 600;
    background: #F7FAFF;
    margin: 0 60px 0 0;
    padding: 10px 34px;
    border-radius: 40px;
    z-index: 9;
}

.attachment {
    padding: 14px 0px;
    border-right: 1px solid #ffffff;
    width: 9%;
    text-align: left;
    position: relative;
    background: #fff;
}

.file_attachment {
    opacity: 0;
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    height: 100%;
    cursor: pointer;
}

.attachment svg {
    width: 20px;
    fill: #7A869A;
    margin-top: -6px;
}

.message_type {
    display: flex;
    background: var(--lightblue-color);
    align-items: center;
    border-radius: 15px;
    width: 100%;
    justify-content: space-between;
}

.send {
    width: 90px;
    padding: 14px 10px;
    border-left: 1px solid #cbeef5;
    text-align: center;
}

.submit {
    color: var(--primary-color);
    border: 1px solid rgb(204 204 204 / 0%);
    font-weight: 700;
    font-size: 13px;
    display: block;
    width: 100%;
    text-align: left;
    background: url(../img/send.png);
    background-repeat: no-repeat;
    background-position: 90% center !important;
    background-size: 14px;
}

.message_text {
    width: 90%;
}

.u1 .message {
    background: #7a869a26;
}

.message_text .text {
    border: 1px solid var(--lightblue-color);
    background: var(--lightblue-color);
    font-size: 12px;
    width: 100%;
    height: 30px;
    padding-top: 6px;
    padding-right: 10px;
    resize: none;
    padding-left: 20px;
}

.message_text .text::-webkit-scrollbar {
    width: 0;
}

.message_text .text::-webkit-scrollbar-track {

}

.message_text .text::-webkit-scrollbar-thumb {

}

:focus {
    outline: -webkit-focus-ring-color auto 0px;
}

.reset_password .form-group {
    margin-bottom: 30px;
}

.main_screen {
    width: 100%;
    min-height: 100vh;
    background: url(../img/main_banner.png);
    background-position: center;
    background-size: 100%;
    background-repeat: no-repeat;
}

.buttons_log {
    text-align: center;
}

.buttons_log .sign_up1 {
    font-size: 16px;
    color: var(--primary-color);
    height: 58px;
    line-height: 58px;
    background: #fff;
    display: inline-block;
    border-radius: 10px;
    font-weight: 700;
    transition: .5s ease;
    margin-bottom: 40px;
    width: 260px;
    text-align: center;
}

.buttons_log .sign_in {
    font-size: 16px;
    color: #fff;
    height: 58px;
    line-height: 58px;
    background: rgb(255 255 255 / 0%);
    display: inline-block;
    border-radius: 10px;
    font-weight: 600;
    transition: .5s ease;
    margin-bottom: 40px;
    border: 1px solid #fff;
    width: 260px;
    text-align: center;
}

.buttons_log .forget {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
}

.buttons_log .sign_up1:hover, .buttons_log .sign_in:hover {
    text-decoration: none;
    background: #000;
    border-color: #000;
}

.sign_up {
}

.white_logo {
    margin-bottom: 30px;
    width: 100%;
    height: 290px;
}

.white_logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.detail_property {
    padding-top: 20px;
}

.detail_property .pricing {
    margin-top: 30px;
}

.w-70 {
    width: 70%;
}

.contact_deta .contact_detail {
    width: 50%;
}

.contact_deta .contact_detail li p {
    font-size: 14px;
    font-weight: 400;
}

.contact_deta {
    flex-wrap: wrap;
    display: flex;
}

.mt-30 {
    margin-top: 30px;
}

.ml-30 {
    margin-left: 6px;
}

.mt-10 {
    margin-top: 10px;
}

.mt-70 {
    margin-top: 70px;
}

.contact_deta .contact_detail li .ic01 {
    margin-right: 10px;
}

.map_direction .direction a {
    display: block;
}

.map_direction {
    text-align: center;
    background: var(--primary-color);
    height: 200px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
}

.map_direction .direction {
    display: block;
}

.map_direction .direction svg {
    width: 30px;
    height: 30px;
    fill: #fff;
    margin-bottom: 10px;
}

.map_direction p {
    color: #fff;
    font-size: 18px;
    margin: 0;
    font-weight: 600;
    line-height: 25px;
}

.map_sec {
    width: 100%;
    height: 200px;
    border-radius: 10px;
}

.map_sec iframe {
    width: 100%;
    height: 100%;
    border-radius: 10px;
}

.map_direction .direction a:hover {
    text-decoration: none;
}

.main1 {
    position: relative;
}

.main1 .slick-prev {
    width: 50px;
    height: 50px;
    font-size: 0;
    border-radius: 50%;
    border: 1px solid #e8f5ff;
    background: #e8f5ff url(../img/left.png);
    opacity: .6;
    background-repeat: no-repeat;
    background-position: center;
    top: 45%;
    z-index: 99;
    position: absolute;
    left: 10px;
}

.main1 .slick-next {
    width: 50px;
    right: 10px;
    height: 50px;
    font-size: 0;
    border-radius: 50%;
    border: 1px solid #e8f5ff;
    background: #e8f5ff url(../img/left.png);
    opacity: .6;
    background-repeat: no-repeat;
    background-position: center;
    top: 45%;
    position: absolute;
    transform: rotate(180deg);
}

button:focus {
    outline: 0px auto -webkit-focus-ring-color;
}

.slid_show {
    height: 487px !important;
    width: 100%;
}

.slid_show img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.slider.slider-for {
    margin-bottom: 25px;
}

.slid_thumb {
    padding-right: 10px;
    width: 100%;
    height: 125px !important;
}

.slid_thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.type_detail {
    display: flex;
    flex-wrap: wrap;
}

.type_detail li {
    width: 50%;
    margin-bottom: 25px;
}

.type_detail li .icon_detail {
    display: inline-block;
    width: 40px;
}

.type_detail li .icon_detail svg {
    width: 25px;
    height: 25px;
    fill: #737373;
}

.type_detail li p {
    display: inline-block;
    margin: 0;
    font-size: 18px;
    font-weight: 500;
    /* line-height: 60px; */
}

.type_detail li:nth-child(even) {
    text-align: right;
}

.type_detail li:last-child, .type_detail li:nth-child(11) {
    margin: 0;
}


.m-105 {
    margin-bottom: 98px;
}

.amenities {
    margin: 0;
    display: flex;
    flex-wrap: wrap;
}

.amenities li {
    width: 33%;
    display: flex;
    align-items: center;
}

.amenities li .icon_bath {
}

.amenities li .icon_bath svg {
    width: 40px;
    height: 40px;
    fill: var(--text-color);
}

.amenities li p {
    margin: 0;
    padding-left: 10px;
    font-size: 18px;
    font-weight: 500;
    /* line-height: 60px; */
}

.amenities li:nth-child(7), .amenities li:nth-child(8) {
    margin: 0;
}

.ny_location {
    display: flex;
    align-items: center;
}

.ny_location li:last-child {
    width: 30%;
}

.ny_location li {
    width: 60%;
}

.ny_location li .near_by {
    display: flex;
    align-items: center;
}

.ny_location li .near_by .n_icon {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    text-align: center;
    line-height: 50px;
}

.ny_location li .near_by span {
    font-size: 18px;
    color: var(--text-color);
    padding-left: 10px;
}

.ny_location li a {
    font-size: 13px;
    color: var(--primary-color);
}

.ny_location li span {
    padding-left: 10px;
}

.ny_location li span svg {
    width: 15px;
    fill: var(--primary-color);
}

.main_location {
    display: flex;
    flex-wrap: wrap;
}

.main_location > li {
    width: 50%;
    border-bottom: 1px solid #d5d5d5;
    border-right: 1px solid #d5d5d5;
    padding-top: 30px;
    padding-bottom: 30px;
}

.main_location li:last-child {
    text-align: right;
}

.main_location > li:nth-child(3), .main_location > li:nth-child(4) {
    border-bottom: 0px solid #d5d5d5;
}

.main_location > li:nth-child(even) {
    border-right: 0px;
}

.pr-50 {
    padding-right: 50px;
}

.pl-50 {
    padding-left: 50px;
}

.ny_location li a:hover {
    text-decoration: none;
}

.ny_location li .near_by .n_icon svg {
    width: 30px;
    height: 30px;
    text-align: center;
    fill: #fff;
}

.flor_plan {
    width: 100%;
    height: 430px;
}

.flor_plan img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.star_rating {
    /* display: flex; */
    /* align-items: center; */
}

.star_rating svg {
    width: 20px;
    fill: var(--star-color);
}

.star_rating span {
    padding-left: 12px;
    font-size: 14px;
    color: var(--text-color);
}

.rating_person {
    display: flex;
    align-items: center;
    margin: 0;
}

.rating_person .img_per {
    width: 100px;
    height: 100px;
    margin-right: 40px;
}

.rating_person .img_per img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}

.rating_person li {
}

.rating_person li h6 {
    font-weight: 600;
    color: var(--text-color);
    font-size: 18px;
    margin-bottom: 20px;
}

.review_rating {
    border-bottom: 1px solid #d5d5d5;
    padding: 30px 0;
}

.review_rating p {
    line-height: 26px;
    margin: 0;
}

.main_review {
    height: 300px;
    overflow-y: scroll;
    overflow-x: hidden;
}

.sl .main_app {
    margin: 10px;
}

.main_review::-webkit-scrollbar {
    width: 1em;
}

.main_review::-webkit-scrollbar-track {
    background-color: #eaeaea;
    border-radius: 20px;
}

.main_review::-webkit-scrollbar-thumb {
    background-color: #29c0ce;
    border-radius: 20px;
}


.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    right: 0;
    box-shadow: 0px 0px 10px 0px rgb(0 54 81 / 21%);
    background: #fff;
    overflow-x: hidden;
    transition: 0.5s;
    top: 0;
    border-radius: 20px 0 0 0;
    z-index: 99;
    padding-top: 80px;
}


#mySidenav1 .notification_set {
    padding: 10px 8px 10px 0px;
    text-decoration: none;
    transition: 0.3s;
    border-bottom: 0px solid #d7d7d7;
    color: var(--nav-color);
    font-size: 14px;
    font-weight: 600;
}

.sidenav a:hover {
    color: #127dfd;
    text-decoration: none;
}

a {
}

.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 31px;
    margin-left: 50px;
    display: block;
    padding: 0;
    border-radius: 50%;
    color: var(--primary-color);
    text-align: center;
    line-height: 40px;
    border: 0;
    font-weight: 700;
    z-index: 9999;
}

.logout a {
}

.logout {
    margin-top: 60px;
    text-align: left;
}

.logout a:hover {
}

.main_slidmenu {
    padding-bottom: 20px;
}

.top_nev {
    padding: 20px 20px 20px 20px;
    border-bottom: 1px solid #D6DDEB;
    /* position: relative; */
    position: -webkit-sticky;
    position: sticky;
    background: #fff;
    top: -10px;
}

.top_nev3 {
    padding: 20px 20px 20px 20px;
    position: relative;
}

.bg-color4 {
    background: var(--park);
}

.bottom_nev {
    padding: 20px 20px 0;
}

.top_nev h3 {
    font-size: 20px;
    font-weight: 600;
    color: var(--heading-color);
    margin: 0;
}

.sidenav a span {
    font-size: 10px;
    font-weight: 400;
    font-style: italic;
}


.properties .slick-next {
    width: 50px;
    right: 0;
    height: 50px;
    font-size: 0;
    border-radius: 50%;
    border: 1px solid #000000;
    background: #000000 url(../img/arrow.png);
    opacity: .6;
    background-repeat: no-repeat;
    background-position: center;
    top: 45%;
    position: absolute;
    transform: rotate(180deg);
}

.properties .slick-prev {
    width: 50px;
    height: 50px;
    font-size: 0;
    border-radius: 50%;
    border: 1px solid #000000;
    background: #000000 url(../img/arrow.png);
    opacity: .6;
    background-repeat: no-repeat;
    background-position: center;
    top: 45%;
    z-index: 999;
    position: absolute;
    left: -10px;
}

.ic360 img {
    width: 70%;
    height: 70%;
    object-fit: contain !important;
    object-position: center;
    margin: 3px auto 0;
}

.nearby {
}

.nearby li {
    width: 50%;
}

.apartment {
}

.apartment li {
    width: 100%;
}

.heading_02 {
    font-size: 29px;
}

.mainlogin_image {
    height: 100vh;
    min-height: auto;
    position: relative;
}

.signup.mainlogin_image {
    height: 100vh;
    min-height: 630px;
    position: relative;
}

.mainlogin_image:before {
    content: '';
    z-index: -9;
    width: 33.333333%;
    height: 100%;
    position: absolute;
    top: 0;
    background: #f4f6ff url(../img/sign_up.png);
    background-repeat: no-repeat;
    background-position: right top;
    background-size: cover;
    left: 0;
}

.social_button {
    margin-top: 60px;
}

.field-icon.password.toggle-password {
    cursor: pointer;
}

.sign_up .form-group {
    margin-bottom: 30px;
}

.hav {
    text-align: center;
}

.login {
    font-weight: 600;
    color: var(--primary-color);
    transition: .4s ease;
}

.signup_form:hover {
    color: #fff;
    text-decoration: none;
    background: #000;
}

.sign_up h1 {
    margin-bottom: 30px;
    color: #002251;
}

.sign_up h3 {
    color: #002251;
    font-size: 13px;
}

.hav a:hover {
    text-decoration: none;
}

.login:hover {
    color: #000;
    text-decoration: none;
}

.reset {
    font-size: 16px;
    margin-bottom: 30px;
}

.field-icon {
    float: right;
    margin-left: 0;
    position: relative;
    z-index: 2;
    margin-top: -30px;
    margin-right: 10px;
    color: #737373;
    font-size: 15px;
}

.switch {
    position: relative;
    display: inline-block;
    width: 49px;
    height: 27px;
    margin: 0;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transition: .4s;
    transition: .4s;
    /*background: #e4e4e4;*/
}

.slider:before {
    position: absolute;
    content: "";
    height: 20px;
    width: 20px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

.switch input:checked + .slider {
    background-color: var(--primary-color);
}

.switch input:checked + .slider01 {
    background-color: #4AD863;
}

.switch input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

.switch input:checked + .slider:before {
    -webkit-transform: translateX(22px);
    -ms-transform: translateX(22px);
    transform: translateX(22px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}

.sidenav a span svg {
    width: 14px;
    fill: #8a8a8a;
    height: 14px;
}

.dropdown1 a:hover {
    text-decoration: none;
}

.mobile_menu {
    display: none;
}

a.close_btn {
    position: absolute;
    right: 5px;
    top: 5px;
    background: var(--primary-color);
    width: 22px;
    height: 22px;
    border-radius: 50%;
    text-align: center;
    color: #fff;
    line-height: 22px;
    font-size: 12px;
}

.open_nev {
    width: 540px;
}

.desktop-show {
    display: block;
}

.close_button {
    display: none;
}

.submit_icon {
}

.sticky {
    position: -webkit-sticky; /* Safari */
    position: sticky;
    top: 100px;
}

.add_icon .plus_icon {
    width: 40px;
    height: 40px;
    line-height: 40px;
}

.submit_icon svg {
    width: 20px;
    height: 20px;
    fill: var(--primary-color);
}

.file_upload {
    opacity: 0;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.pl-md-0 {
    padding-left: 0px;
}

.overflow {
    overflow: hidden;
}

.req_voucher {
    font-weight: 600;
    height: 45px;
    line-height: 45px;
    display: inline-block;
    font-size: 14px;
    padding: 0 36px;
    background: var(--newblue);
    border: var(--newblue);
    border-radius: 5px;
    color: #fff;
    text-transform: capitalize;
    transition: .5s ease;
    text-align: center;
}

.pd-60 {
    padding: 0 60px;
}

.cancel {
    font-weight: 600;
    height: 45px;
    line-height: 45px;
    display: inline-block;
    font-size: 18px;
    padding: 0 20px;
    background: var(--fb);
    border: var(--fb);
    border-radius: 5px;
    color: #fff;
    text-transform: capitalize;
    transition: .5s ease;
    margin-left: 11px;
}

.cancel:hover, .req_voucher:hover, .btn-theme1:hover {
    color: #fff;
    background: var(--primary-color);
    text-decoration: none;
}

label span {
    font-size: 12px;
    font-weight: 400;
}

span.review_count {
    font-size: 18px;
    color: #455D78;
    padding-left: 20px;
    font-weight: 600;
}

.review_page {
    height: 1000px;
}

.pr_gress {
}

.pr_gress .progress {
    height: 10px;
}

.pr_gress .progress .progress-bar {
    background: #4772D1;
}

.text_prog {
    font-size: 16px;
    font-weight: 600;
    color: #000;
    margin: 0;
}

.line_height {
    line-height: 36px;
}

.progress_colum {
    margin-bottom: 25px;
}

.rating_box {
}

.rating_box svg {
    width: 20px;
    height: 20px;
    fill: #FEAD2C;
}

.fileUpload div#upload {
    position: absolute;
    width: 100%;
    top: 0;
    height: 100%;
    left: 0;
}

.main_file_upload {
    width: 100%;
    margin-top: 40px;
    border: 2px dashed #ccc;
    border-radius: 20px;
    background: #fcfdfe;
    box-shadow: -3px -4px 50px 0px rgb(0 0 0 / 6%);
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 90px;
    padding: 100px 0;
}

.upload_section {
    position: relative;
}

.upload_section h3 {
    font-weight: 600;
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
}

.upload_section span {
    font-weight: 600;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    color: #828283;
    display: block;
    padding-bottom: 20px;
}

.upload_section .upload_btn {
    background: #fdcfdb;
    display: inline-block;
    padding: 6px 20px;
    border-radius: 5px;
    font-size: 14px;
    margin-bottom: 30px;
}

.fileUpload p {
    color: var(--sub-heading);
    font-weight: 600;
    margin: 0;
}

.up_img {
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}

.main_upload {
    background: var(--lightblue-color);
    padding: 20px;
    position: relative;
    margin-bottom: 20px;
}

.upload_box {
    border: 2px dashed #ccc;
    padding: 20px;
    border-radius: 10px;
    text-align: center;
}


.fileUpload p a {
    color: # #127DFD;
}

.fileUpload {
    margin-top: 20px;
}

ul#preview {
    margin: 0;
}

ul#preview li {
    width: 22%;
    display: inline-block;
    height: 100px;
    margin-right: 10px;
    margin-bottom: 15px;
}

ul#preview li img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 5px;
}

ul#preview li:last-child {
    margin-right: 0;
}

.term p {
    color: #000000;
    line-height: 28px;
}

.accordion .card-header:after {
    font-family: "Font Awesome 5 Free";
    content: "\f068";
    float: right;
    font-weight: 900;
    color: #737373;
}

.accordion .card-header.collapsed:after {
    /* symbol for "collapsed" panels */
    content: "\f067";
}

div#accordion .card-header {
    border-bottom: 0;
    background: var(--lightblue-color);
    border-radius: 5px;
}

div#accordion .card {
    border: 0;
}

div#accordion .card-body {
    background: var(--lightblue-color);
}

div#accordion .card-body p {
    color: var(--text-color);
}

.card-title {
    color: #737373 !important;
    font-size: 16px;
    cursor: pointer;
}

.main_acc {
    margin-bottom: 15px;
}

input.form-control.form-field1, textarea.form-control.form-field2 {
    background: var(--lightblue-color);
    border: 1px solid var(--lightblue-color);
    height: 45px;
    font-size: 14px;
    color: #606060;
    font-weight: 600;
    padding: 6px 20px;
    width: 100%;
    font-size: 12px;
}

.passwordDiv {
    position: relative;
}

.passwordDiv span.field-icon.password_confirmation {
    position: absolute;
    right: 0;
    top: 14px;
    margin: 0;
    right: 10px;
    cursor: pointer;
}

/*  estatepie*/
.main_menu_left {
    width: 210px;
}

.main_menu_left li {
    margin-bottom: 13px;
}

.main_menu_left li a {
    font-size: 15px;
    font-weight: 400;
    display: block;
    height: 45px;
    line-height: 45px;
    padding: 0px 0px 0px 12px;
    color: var(--nav-color);
    transition: all 1s;
    border-radius: 10px;
    display: flex;
    align-items: center;
}

.main_menu_left li.active-menu a {
    color: var(--nav-color);
}

.active-menu {
    color: var(--primary-color) !important;
}

.main_menu_left li:hover {
}

.main_menu_left li a:hover, .active-menu {
    text-decoration: none;
    background: #fff;
    color: var(--nav-color);
    box-shadow: 0px 3px 9px 0px #00365114;
    border-radius: 10px;
}

.box {
    border-radius: 15px;
    background: #fff;
    padding: 23px 14px 25px 14px;
}

.icon_prop {
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 45px;
    border-radius: 10px;
    margin-bottom: 10px;
}

.icon_prop svg {
    width: 30px;
    fill: #41527D;
    height: 36px;
}

.bg_c1 {
    background: #E9F3FF;
}

.bg_c2 {
    background: #FFEFD3;
}

.bg_c3 {
    background: #FCEEF1;
}

.bg_c4 {
    background: #FCEEF1;
}

.property_status h4 {
    font-size: 15px;
    color: var(--nav-color);
    line-height: 30px;
    margin-bottom: 5px;
}

.property_status h6 {
    font-size: 35px;
    font-weight: 600;
    display: block;
    color: #41527D;
    line-height: 30px;
    margin: 0;
}

.icon_menu {
    margin-right: 8px;
}

.ic1 {
    background: url('../img/icons.png') no-repeat;
    width: 21px;
    height: 25px;
    background-position: -2px -2px;
}

.ic2 {
    background: url('../img/icons.png') no-repeat;
    background-position: -29px -1px;
    width: 29px;
    height: 25px;
}

.ic3 {
    background: url('../img/icons.png') no-repeat;
    background-position: -68px -2px;
    width: 27px;
    height: 25px;
}

.ic4 {
    background: url('../img/icons.png') no-repeat;
    background-position: -110px -2px;
    width: 19px;
    height: 25px;
}

.ic5 {
    background: url('../img/icons.png') no-repeat;
    background-position: -144px -2px;
    width: 24px;
    height: 25px;
}

.main_menu_left li a:hover .ic1, .active-menu .ic1 {
    transition: 1s all;
    background-position: -2px -41px;
}

.main_menu_left li a:hover .ic2, .active-menu .ic2 {
    transition: 1s all;
    background-position: -29px -41px;

}

.main_menu_left li a:hover .ic3, .active-menu .ic3 {
    transition: 1s all;
    background-position: -68px -40px;

}

.main_menu_left li a:hover .ic4, .active-menu .ic4 {
    transition: 1s all;
    background-position: -110px -40px;

}

.main_menu_left li a:hover .ic5, .active-menu .ic5 {
    transition: 1s all;
    background-position: -144px -41px;
    /* width: 23px; */
}

.form-icom input {
    width: 294px;
    background: var(--lightblue-color1);
    border: 1px solid var(--lightblue-color1);
    border-radius: 33px;
    height: 45px;
    line-height: 45px;
    font-size: 12px;
    color: #7A869A;
    padding: 0 20px 0 45px;
    font-family: var(--roboto-family);
}

.select_field {
    display: flex;
    justify-content: flex-end;
}

.select_field .form-group {
    margin: 0 3px;
    width: 48%;
}

.box01 {
    width: 37px;
    height: 37px;
    border-radius: 10px;
    background: #FCEEF1;
    margin-bottom: 10px;
}

.box02 {
    width: 37px;
    height: 37px;
    border-radius: 10px;
    background: #FFF6E5;
    margin-bottom: 10px;
}

.requesr h6 {
    font-size: 16px;
    font-weight: 400;
    color: var(--sub-heading);
    line-height: 25px;
    margin-bottom: 0;
}

.requesr h5 {
    font-size: 15px;
    font-weight: 600;
    color: var(--sub-heading);
    line-height: 30px;
    margin: 0;
}

.requesr h4 {
    font-size: 36px;
    font-weight: 700;
    color: var(--sub-heading);
    line-height: 35px;
    margin: 0;
}

.pd-custom {
    padding: 20px 20px 35px 20px;
}

.panel-heading {
    position: relative;
}

.panel-heading:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: #f3faff;
    z-index: 0;
}

.panel-title {
    z-index: 9;
    position: relative;
}

.panel-body {
    padding: 40px 30px;
    border-radius: 0px 25px 25px 25px;
}

.tabings_main {
}

.tabings_main ul {
    margin: 0;
    border-bottom: 0;
}

.tabings_main ul
li {
    display: inline-block;
}

.files-list li img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.delete-files-list li img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.file {
    width: 100%;
    height: 100%;
}

.tabings_main ul
li.active {
}

.tabings_main ul
li a {
    font-weight: 600;
    display: block;
    padding: 13px 35px;
    /* font-weight: 400; */
    font-size: 14px;
    border-radius: 10px 10px 0 0;
    color: var(--nav-color);
    transition: 1s all;
    text-transform: capitalize;
}

.tabings_main ul .active {
    background: #fff;
    color: var(--nav-color);
    border-radius: 10px 10px 0 0;
}

.tabings_main ul li a:hover {
    background: #fff;
    color: var(--nav-color);
    text-decoration: none;
}


.price {
    font-size: 21px;
    color: var(--nav-color);
    font-weight: 700;
    line-height: 30px;
}

.price span {
    font-size: 15px;
    font-weight: 600;
    color: var(--sub-heading);
}

.detail_property h3 {
    color: var(--nav-color);
    margin-bottom: 14px;
}

.spacification {
    margin: 33px 0;
    display: flex;
    justify-content: start;
    padding: 0 16px;
    background: #E7F2FF;
    flex-wrap: wrap;
}

.spacification p {
    margin: 0;
    padding-left: 8px;
    font-weight: 600;
    font-size: 11px;
}

.icon_sp {
    width: 27px;
    height: 27px;
    padding-right: 3px;
}

.icon_sp img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.spacification li {
    display: flex;
    align-items: center;
    margin-right: 15px;
    margin-bottom: 8px;
    margin-top: 8px;
}

.spacification p span {
    display: block;
}

.pd1-30 {
    padding-left: 30px;
    padding-right: 30px;
}

.upload_cv {
    position: relative;
    display: inline-block;
}

.upload_cv .up {
    position: absolute;
    width: 100%;
    font-size: 11px;
    height: 100%;
    cursor: pointer;
    opacity: 0;
}

.add_men p {
    font-size: 16px;
    color: var(--sub-heading);
    margin-bottom: 40px;
}

.form-group {
    margin-bottom: 30px;
}

.wrap_tenant {
    margin-bottom: 30px;
    box-shadow: 0px 0px 10px 0px rgba(0, 54, 81, 0.08);
    padding: 16px;
    border-radius: 10px;
    position: relative;
}

.main_tenant {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.img_wrap {
    width: 80px;
    height: 80px;
}

.img_wrap img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
    border: 1px solid #70707038;
}

.image_tnant {
    margin-right: 20px;
}

.content_tnant {
    width: 85%;
    text-align: left;
}

.content_tnant h5 {
    line-height: 21px;
    color: var(--sub-heading);
    font-weight: 600;
    font-size: 14px;
}

.content_tnant h3 {
    font-weight: 700;
    line-height: 28px;
    font-size: 16px;
}

.notification_set {
    align-items: center;
    display: flex;
}

.notification_set .left-colum {
    width: 94%;
}

.sidenav .notification_set {
    padding: 13px 8px 13px 0px;
}

.notification_set .right-colum {
    width: 6%;
}

.notification_set .left-colum .title_notification {
    margin: 0 0px 6px 0;
    font-weight: 600;
}

.notification_set .left-colum .text_notification {
    margin: 0;
    font-size: 12px;
    color: var(--icon-color);
    font-weight: 400;
    line-height: 22px;
}

.h-1000 {
    height: 800px;
}

.no-entry p {
    font-size: 16px;
    margin-top: 30px;
}

.buttons_log .sign_up1:hover {
    color: #fff;
    border-color: #fff;
}

.login_links {
    text-align: center;
    margin-top: 40px;
}

.login_links a {
    color: #fff;
    font-size: 17px;
    font-weight: 700;
    width: 150px;
    display: inline-block;
}

.login_links span {
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    padding: 0;
}


.mr-30 {
    margin-right: 30px;
}

.pl-10 {
    padding-left: 10px;
}

.login_links a:hover {
    color: #fff;
    text-decoration: none;
}

.btn-submit {
    font-weight: 600;
    height: 45px;
    line-height: 45px;
    display: inline-block;
    border: 0px solid;
    font-size: 14px;
    padding: 0 50px 0 40px;
    border-radius: 5px;
    color: #fff;
    text-transform: capitalize;
    transition: .5s ease;
    text-align: center;
    background: var(--nav-color) url(../img/right.png);
    background-repeat: no-repeat;
    background-position: 81% center;
}

.btn-submit:hover {
    text-decoration: none;
    color: #fff;
}

.arrow_right {
    position: relative;
    display: inline-block;
}

.arrow_right svg {
    color: #fff;
    position: absolute;
    right: 24px;
    top: 16px;
    width: 20px;
    height: 20px;
    fill: #fff;
}

.g-plus {
    width: 20px;
    height: 20px;
    line-height: 19px;
    background: #fff;
    border-radius: 3px;
    margin-right: 6px;
    display: inline-block;
    text-align: center;
}

.g-plus svg {
    text-align: center;
    width: 16px;
    height: 16px;
    fill: #127dfd;
    padding-left: 3px;
}

.mb-120 {
    margin-bottom: 50px;
}

.btn-submit:hover {
    background: var(--primary-color) url(../img/right.png);
    background-repeat: no-repeat;
    background-position: 81% center;
}

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

.wrap_tenant .req_voucher {
    font-size: 13px;
    height: 35px;
    line-height: 35px;
    padding: 0 20px;
}

.box_01 {
}

.box_01 svg {
    width: 43px;
    height: 43px;
    margin-top: -10px;
    fill: #fff;
}

.bg-orange {
    background: #FFA200;
}

.bg-green {
    background: #00B43C;
}

.bg-blue {
    background: var(--primary-color);

}

.bg-lightblue {
    background: var(--lightblue-color1);

}

.box_01 {
    width: 70px;
    height: 70px;
    text-align: center;
    line-height: 70px;
    border-radius: 50%;
    margin-right: 20px;
}

.box_01 img {
    width: 60%;
    height: 60%;
    object-fit: contain;
    margin-top: -7px;
}

.bill_detail {
    display: flex;
    align-items: center;
    width: 80%;
}


.tabings_main ul li h5 {
    font-weight: 600;
    line-height: 21px;
    color: var(--sub-heading);
    font-size: 14px;
}

.tabings_main ul li p {
    margin: 0;
    font-size: 12px;
}

.pricing_bill {
    width: 20%;
}

.pricing_bill h5 {
    font-weight: 600;
    color: #3CB878 !important;
    text-align: right;
    font-size: 15px;
}

.pricing_bill h3 {
    font-weight: 700;
    line-height: 28px;
    color: var(--primary-color);
    text-align: right;
    font-size: 16px;
}

.btn_invoice {
    font-weight: 600;
    height: 45px;
    line-height: 45px;
    display: inline-block;
    font-size: 14px;
    color: rgb(255, 255, 255);
    text-transform: capitalize;
    padding: 0px 10px;
    border-radius: 5px;
    transition: all 1s ease 0s;
    background: var(--nav-color);
    border: 0px;
    text-align: center;
}

.btn_invoice:hover {
    background: var(--primary-color);
    text-decoration: none;
    color: #fff;
}

.profile_panl {
}

.profile_panl li {
    padding: 15px 0;
    cursor: pointer;
    position: relative;
}

.profile_panl li:hover {
    color: var(--primary-color);
}

.profile_panl li a {
    color: var(--nav-color);
    font-size: 14px;
    font-weight: 600;
    transition: 1s all;
    display: flex;
    align-items: center;
}

.profile_panl li:hover a {
    color: var(--primary-color);
}

.profile_panl li:hover a svg {
    fill: var(--primary-color) !important;
}

.profile_panl li a .svg01 {
    margin-right: 10px;
}

.profile_panl li a .svg01 svg {
    width: 44px;
    fill: var(--nav-color);
    height: 29px;
    transition: 1s all;
}

.profile_panl li:hover a {
}

.profile_panl li:hover svg {
}

.top_nev1 {
    position: -webkit-sticky;
    position: sticky;
    top: 0px;
    background: #fff;
    z-index: 99;
}

#mySidenav2 .closebtn {
    top: 0;
}

.sidenav::-webkit-scrollbar {
    width: 5px;
}

.sidenav::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.sidenav::-webkit-scrollbar-thumb {
    background-color: #2a3b90;
    outline: 1px solid #2a3b90;
}

.mt-100 {
    margin-top: 50px;
}

.main_appointment.mt-100 p.color_light {
    font-weight: 600;
}

.mt-40 {
    margin-top: 40px;
}

.mt-50 {
    margin-top: 50px;
}

.mt-60 {
    margin-top: 60px;
}

.text-r {
    font-size: 10px;
}

.m_request h3 {
    margin-bottom: 10px;
    font-size: 15px;
}

.blue_color {
    color: var(--primary-color);
    font-weight: 600;
    text-transform: capitalize;
}


.green_color {
    color: #3CB878;
    font-weight: 600;
    text-transform: capitalize;
}

.text-r {
    text-align: right;
    padding-right: 15px;
}

.rp_maintenance h5 {
    font-weight: 600;
    color: #002251;
    margin-bottom: 15px;
}


.images_rp li {
    margin-right: 2px;
}

.images_rp li .image_box {
    width: 120px;
    height: 120px;
    margin-bottom: 10px;
}

.images_rp li .image_box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.images_rp {
    margin-top: 30px !important;
}

.mt-20 {
    margin-top: 13px;
}

.form-control::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #A1A1A1;
    opacity: 1; /* Firefox */
}

.form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #A1A1A1;
}

.form-control::-ms-input-placeholder { /* Microsoft Edge */
    color: #A1A1A1;
}

.detail_search .message_text {
    width: 84%;
}

.detail_search .send {
    width: 90px;
}

/*.m_request h3 .title {
    padding-right: 78px;
    display: inline-block;
    color: var(--nav-color);
    transition: 1s ease;
    font-weight: 700;
}*/

.top_nev3 h3 {
    /* font-weight: 700; */
    font-size: 20px;
    font-weight: 600;
    color: var(--heading-color);
    margin: 0;
}

.m_request h3:hover a {
    color: var(--primary-color);
    text-decoration: none;
}

.event_detail {
    position: relative;

}

.event_detail .icon_date {
    position: absolute;
    left: 0;
}

.event_detail .det_event {
    padding-left: 32px;
}

.event_detail .det_event p {
    margin-bottom: 2px;
    font-size: 11px;
}

.event_cat {
    font-size: 11px;
    opacity: .5;
}

.event_detail_page .event_detail .det_event p {
    font-size: 18px;
    font-weight: 600;
}

.event_detail_page .event_detail .det_event .event_cat {
    font-size: 14px;
    font-weight: 400;
}

.event_detail_page h1 {
    font-weight: 700;
    margin-bottom: 10px;
}

.event_detail_page h6 {
    font-size: 16px;
    opacity: .5;
}

.card_images li {
    display: inline-block;
    margin-right: 20px;
    width: 41%;
}

.card_images li img {
}

.card_images {
    margin-bottom: 50px;
}

.card_detail h5 {
    font-weight: 700;
}

.help h3 {
    font-weight: 700;
    line-height: 32px;
    color: var(--nav-color);
}

.help h1 {
    color: var(--nav-color);
}

.help p {
    color: #7A869A;
    line-height: 25px;
}

.pt_text {
    color: var(--primary-color);
    margin: 30px 0 30px 0;
}

.pt_text a {
    font-weight: 800;
}


.container-checkbox {
    display: block;
    position: relative;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin: 0;
}

/* Hide the browser's default checkbox */
.container-checkbox input, .container-checkbox1 input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom checkbox */
.container-checkbox .checkmark {
    background-color: #F3FAFF;
    width: 260px;
    height: 140px;
    border-radius: 5px;
    text-align: center;
    display: block;
    font-size: 14px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    border: 1px dashed #41527D;
}

li.active_pkg label.container-checkbox span.checkmark.main_check {
    background: var(--primary-color);
}

li.active_pkg label.container-checkbox span.checkmark.main_check h6 {
    color: #fff;
}

li.active_pkg label.container-checkbox span.checkmark.main_check h4 {
    color: #fff;
}

.container-checkbox .checkmark svg {
    width: 60px;
    height: 60px;
    fill: #41527D;
}

.checkmark span {
    margin-top: 20px;
}

.container-checkbox input:checked ~ .checkmark svg {
    fill: #fff;
}

.checkbox_list {
    margin-bottom: 60px;
}

.checkbox_list li {
    display: inline-block;
    padding: 20px;
    background: #f3faff;
    border-radius: 5px;
    margin-right: 17px;
}

.checkbox_list li:last-child {
    margin-right: 0px;
}

/* On mouse-over, add a grey background color */
.container-checkbox:hover input ~ .checkmark {
    background-color: #F3FAFF;
}

/* When the checkbox is checked, add a blue background */
.container-checkbox input:checked ~ .checkmark {
    background-color: var(--primary-color);
    color: #fff;
    border: 0;
}


/* Show the checkmark when checked */
.container-checkbox input:checked ~ .checkmark:after {
    display: block;
}


.container-checkbox1 .checkmark1 {
    width: 300px;
    height: 120px;
    cursor: pointer;
    border-radius: 10px;
    text-align: center;
    display: block;
    font-size: 14px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.container-checkbox1 .checkmark1 svg {
    width: 60px;
    height: 60px;
    fill: #41527D;
}

.container-checkbox1 input:checked ~ .checkmark1 {
    background-color: var(--primary-color);
    color: #fff;
    border: 0;
}

.container-checkbox1 .checkmark1 h3 {
    color: #fff;
    font-weight: 700;
    font-size: 20px;
}

.container-checkbox1 .checkmark1 p {
    font-size: 15px;
    font-weight: 200;
    color: #fff;
    margin: 0;
}

.checkmark1 span {
    margin-top: 20px;
}

.container-checkbox1:hover input ~ .checkmark1 {
    background-color: #F3FAFF;
}

.form-text1 a {
    color: var(--primary-color);
    font-weight: 800;
}

.main_check h4 {
    color: var(--sub-heading);
    font-size: 18px;
    font-weight: 700;
}

.main_check h3 {
    color: var(--sub-heading);
    font-size: 16px;
    font-weight: 600;
}

.nine {
    font-weight: 700;
    font-size: 24px;
}

.main_check p {
    color: var(--sub-heading);
    margin: 0;
}

.container-checkbox input:checked ~ .checkmark h4, .container-checkbox input:checked ~ .checkmark h3, .container-checkbox input:checked ~ .checkmark h4, .container-checkbox input:checked ~ .checkmark p {
    color: #fff;
}

.ten {
    font-weight: 700;
    font-size: 18px;
}

.subscription_plan {
    margin-bottom: 50px;
    border-bottom: 0px;
}

.subscription_plan li {
    display: inline-block;
    margin-right: 10px;
}

.subscription_plan li:last-child {
    margin-right: 0px;
}

.bg-parpal {
    background: linear-gradient(0deg, rgba(141, 120, 241, 1) 0%, rgba(64, 37, 142, 1) 72%);
}

.bg-blue1 {
    background: linear-gradient(0deg, rgba(127, 153, 255, 1) 0%, rgba(53, 85, 202, 1) 72%);
}

.bg-pink {
    background: linear-gradient(0deg, rgba(252, 174, 134, 1) 0%, rgba(252, 98, 131, 1) 72%);
}

.check {
    width: 15px;
    height: 15px;
    position: absolute;
    border-radius: 50%;
    background: var(--sub-heading);
    text-align: center;
    line-height: 15px;
    left: 0;
}

.check svg {
    width: 8px;
    fill: #fff;
    height: 8px;
}

.list_subscribe {
    position: relative;
    margin-bottom: 20px;
}

.list_subscribe li {
    padding-left: 30px;
    padding-bottom: 20px;
    font-size: 14px;
    font-weight: 600;
    color: var(--sub-heading);
}

.subscription_plan_content {
}

.subscription_plan_content h2 {
    font-size: 30px;
    color: var(--nav-color);
    margin-bottom: 20px;
    line-height: 32px;
}

.subscription_plan_content p {
}

.subscription_plan label {
    margin: 0;
}

.subscribe_page {
    min-height: 980px;
}

.d-tab-none {
    display: block;
}

.message01 {
    border-radius: 25px;
}

.chat_send {
    display: flex;
}

.user_header {
    padding: 19px 30px 0px 30px;
    background: #fff;
    width: 100%;
    left: 0;
    position: -webkit-sticky;
    position: sticky;
    top: 70px;
    border-radius: 20px 20px 0 0;
    z-index: 9;
}

.pd-401 {
    padding: 0 30px 30px 30px;
}

.user_header .chat_user {
    margin: 0;
}

.user_header .chat_user li {
    display: inline-block;
    margin-right: 10px;
}

.user_header .chat_user li .image_user1 {
    width: 50px;
    height: 50px;
}

.user_header .chat_user li p {
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
    margin: 0;
}

.user_header .chat_user li .image_user1 .img-fluid {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}

.mt_list {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 23px 20px;
    border-bottom: 1px solid #D6DDEB;
}

.mt_list li {
    display: inline-block;
    /* width: 100%; */
    display: block;
}

.mt_list li .search_icon {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    text-align: center;
    display: inline-block;
    line-height: 40px;
    margin-left: 6px;
}

.mt_list li .search_icon svg {
    width: 15px;
    height: 15px;
    fill: #7A869A;
}

.mt_list li:last-child {
    text-align: right;
}

.mt_list li h1 {
    margin: 0;
}

.search_icon.bg-blue svg {
    fill: #fff !important;
}

.chat_search .search {
    width: 100%;
}

.chat_search .search .form-field {
    width: 100%;
}

span.g-plus.fb {
}

span.g-plus.fb svg {
    fill: #3b5998;
}

.line-through {
    text-decoration: line-through;
}

.box_sh {
    box-shadow: 0px 0px 10px 0px rgb(0 54 81 / 8%);
}

.property_detail h1 {
    font-weight: 700;
    word-break: break-all;
}


.fs-30 {
    font-size: 30px;
}

.mobile-logo {
    display: none !important;
}

.top-left-menu li p {
    color: var(--nav-color);
    transition: .4s ease;
    font-size: 18px;
    font-family: var(--roboto-family);
    font-weight: 400;
    margin: 0;
}

/*Tenant Flow Style*/
.tenant_search {
    border-radius: 5px !important;
    color: #41527D;
    background: #F3FAFF !important;
    border-color: #F3FAFF !important;
}

.form-field_date {
    background: var(--lightblue-color);
    background-image: url(../img/clander.svg), url(../img/caret-down.png);
    border: 1px solid var(--lightblue-color);
    height: 46px;
    font-size: 14px;
    color: #A1A1A1;
    padding: 7px 30px 7px 50px !important;
    background-repeat: no-repeat !important;
    background-position: 3% 50%, 97% 50% !important;
    background-size: 18px, 11px;
    width: 100%;
}

.filter a {
    font-size: 14px;
    color: var(--sub-heading);
    margin: 0;
    text-decoration: none;
}

.filter {
    padding-top: 9px;
}

.paid {
    margin-bottom: 38px;
    font-size: 14px;
}

.price_01 {
    font-weight: 600;
    line-height: 21px;
    color: var(--sub-heading);
    font-size: 18px;
    text-align: right;
}

.card_images li:last-child {
    margin-right: 0;
}

.form-field_date1 {
    background: var(--lightblue-color);
    background-image: url(../img/cl.png);
    border: 1px solid var(--lightblue-color);
    height: 46px;
    font-size: 14px;
    color: #A1A1A1;
    padding: 7px 50px 7px 20px !important;
    background-repeat: no-repeat !important;
    background-position: 95% 50%;
    width: 100%;
    background-size: 20px;
}

.notification_set
span.fl-right {
    margin-top: -2px;
}

.icon_vi svg {
    width: 12px;
}

.wrap_toggle {
    box-shadow: 0px 0px 10px 0px rgb(0 54 81 / 8%);
    padding: 25px;
    border-radius: 10px;
    margin-bottom: 20px;
}

.wrap_toggle {
    display: flex;
    flex-wrap: wrap;
}

.wrap_toggle p {
    margin: 0;
    font-size: 15px;
    font-weight: 600;
}

.w-80 {
    width: 80%;
}

.w-20 {
    width: 20%;
    text-align: right;
}

.edit01 svg {
    width: 25px;
}

.desc h3 {
    font-size: 18px;
    font-weight: 700;
    color: #002251;
}

.desc h5 {
    color: #41527D;
    font-size: 14px;
    font-weight: 600;
}

.desc p {
    font-size: 12px;
    margin-bottom: 9px;
}

.vichal {
    display: flex;
    align-items: center;
    width: 80%;
    box-shadow: 0px 0px 10px 0px rgb(0 54 81 / 8%);
    padding: 18px 30px;
    border-radius: 10px;
    margin-top: 60px;
}

.vichal .vic_info {
    width: 80%;
    display: flex;
    align-items: center;
}

.vichal .vic_info .icon_vic {
    width: 70px;
    height: 70px;
    background: #127DFD;
    border-radius: 50%;
    text-align: center;
    margin-right: 25px;
    line-height: 70px;
}

.vichal .vic_info .icon_vic svg { /* width: 30px; */
}

.vichal .vic_info h5 a {
    font-size: 15px;
    color: #41527D;
    text-decoration: none;
    font-weight: 600;
}

.icon_vi {
    width: 20%;
    text-align: right;
}

.vichel_information {
}

.vichel_information p {
    color: #002251;
    font-weight: 600;
}

.vichel_information h6 {
    font-size: 16px;
}

.vichel_information h6 span {
    font-size: 14px;
    padding-left: 0px;
}

.box_filter {
    background: #f3faff;
    border-radius: 5px;
}

span.range {
    float: right;
    color: #127DFD;
    font-size: 14px;
    font-weight: 600;
}

div#exampleModalCenter {
    background: #01387b36;
}

.modal_01 .modal-content {
    background: #F8F8F8;
    border-radius: 14px;
}


.modal_01 h5 {
    text-align: center;
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #000;
}

.modal_01 p {
    text-align: center;
    font-size: 16px;
    padding: 0 50px;
    color: #000;
}

.bl01 {
    border-left: 1px solid #3F3F3F;
}

.modal_01 .modal-footer {
    padding: 0;
    border-top: 1px solid #3F3F3F;
}

.modal_01 .modal-footer a {
    width: 50%;
    text-align: center;
    line-height: 60px;
    height: 60px;
    font-size: 18px;
    font-weight: 700;
    color: #127DFD;
}

.modal_01 .modal-footer a:hover {
    text-decoration: none;
}

.menu_new .notice {
    margin-left: 10px;
}

.menu_new .desktop-dropdown {
    margin-left: 10px !important;
}

.footer_logo li {
    width: 49%;
}

.footer_logo {
    text-align: right;
    margin: 0;
}

.privacy li a:hover {
    text-decoration: none;
    color: #127dfd;
}

footer.footer {
    background: #C2D0E9;
    padding: 30px 0;
}

footer.footer p, footer.footer p a {
    color: #002251;
    margin: 0;
    text-align: center;
}

.privacy {
    text-align: center;
}

.privacy li {
    display: inline-block;
    padding: 0 30px;
}

.privacy li a {
    color: #002251;
    font-size: 16px;
    transition: 1s ease;
}

.svg1 {
    width: 39px;
    height: 39px;
    line-height: 39px;
    text-align: center;
    background: #f4f6ff;
    border-radius: 40px;
}

.svg1 svg {
    width: 18px;
    height: 17px;
    fill: var(--nav-color);
}

.footer_social li {
    display: inline-block;
    padding-right: 10px;
}

.footer_social {
    margin: 0;
}

.footer_social li a {
    display: block;
}

.bill_detail li h3 {
    font-weight: 700;
}

.bill_detail li h3 a, .bill_detail li h3 span {
    padding: 0 !important;
    font-weight: 700;
}

.n01.open_nev {
    width: 400px;
}

#barChart {
    max-height: 286px !important;
}

span.icon_menu {
    width: 30px;
}

#mixed {
    height: 202px !important;
}

#mixed1 {
    height: 278px !important;
}

p.mess {
    height: 13px;
    overflow: hidden;
    font-size: 12px;
}

.m_request h3 span.text-r {
    position: absolute;
    right: 10px;
    padding: 0;
    top: 13px;
}

.dis_mob {
    display: none;
}

.hf {
    min-height: 700px;
}

.mainlogin_image .container-fluid {
    max-width: 100%;
}

.irs-bar:before {
    content: '';
    top: 25px;
    width: 20px;
    height: 20px;
    border: 4px solid var(--primary-color);
    background: var(--primary-color);
    border-radius: 27px;
    -moz-border-radius: 27px;
    cursor: pointer;
    position: absolute;
    top: -8px;
    left: 0;
}


.irs-bar:after {
    content: '';
    top: 25px;
    width: 20px;
    height: 20px;
    border: 4px solid var(--primary-color);
    background: var(--primary-color);
    border-radius: 27px;
    -moz-border-radius: 27px;
    cursor: pointer;
    position: absolute;
    top: -8px;
    right: 0;
}

.chat_close {
    display: none;
}

.select_field .form-group:nth-child(1) {
    margin-right: 20px;
}

.textright {
    text-align: right;
}

.textleft {
    text-align: left;
}

.overflow {
    overflow: hidden;
}

/* 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;
}

.upload_cv .btn-theme.up_csv {
    padding: 0 44px;
}

div#mySidenav4 a.closebtn {
    /*    top: 10px;*/
}

.cat_prop {
    margin: 16px 0 0 0;
}

.cat_prop li {
    font-size: 12PX;
    text-align: right;
    margin: 0 0 11px 0;
}

.cat_prop li span {
    font-weight: 600;
    text-align: left;
    float: left;
    font-size: 14px;
    color: #000;
}

.green {
    color: green;
}


.cont {
    display: block;
    position: relative;
    padding-left: 29px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 13px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default radio button */
.cont input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom radio button */
.cont .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #d6e3fd;
    border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.cont:hover input ~ .checkmark {
    background-color: #d6e3fd;
}

/* When the radio button is checked, add a blue background */
.cont input:checked ~ .checkmark {
    background-color: #002251;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
.cont input:checked ~ .checkmark:after {
    display: block;
}

/* Style the indicator (dot/circle) */
.cont .checkmark:after {
    top: 3px;
    left: 3px;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: white;
}

.custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #BFBFBF !important;;
    background-color: #F3FAFF !important;;
}

.custom-control-label::after {
    width: 25px !important;
    height: 25px !important;
}

.custom-control-label::before {
    width: 25px !important;
    height: 25px !important;
}

label.custom-control-label {
    padding-left: 20px;
    line-height: 32px;
}

input[type="checkbox" i]:focus {
    outline-offset: 0px !important;
}

.custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 0.2rem rgb(0 123 255 / 0%) !important;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23BFBFBF' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e") !important;

}


.image-uploader .files {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.file_up {
    width: 100%;
    height: 100%;
    opacity: 0;
}

.files-list li {
    width: 110px;
    height: 100px;
    padding-right: 10px;
    padding-bottom: 10px;
    display: inline-block;
}

.delete-files-list li {
    width: 110px;
    height: 100px;
    padding-right: 10px;
    padding-bottom: 10px;
    display: inline-block;
}


.paid_bill {
}

.paid_bill h1 {
    margin-bottom: 10px;
}

.paid_bill p {
    font-size: 16px;
    margin: 0 0 7px;
    color: #41527D;
}

.paid_bill h5 {
    font-size: 12px;
    color: #41527D;
}

.paid_bill h1 span {
    text-align: right;
    float: right;
    padding-right: 0;
    padding-top: 7px;
    font-size: 14px;
}

.bill {
    width: 300px;
    height: 200px;
}

.bill img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 5px;
}

.bill_view {
    margin-top: 40px;
}

ul.images_rp li {
    display: inline-block;
}

/*signup multistep form*/


/* Form fields */
#booking-form {
}

#booking-form ul {
    padding-left: 0;
}

#booking-form li {
    list-style: none;
}

#booking-form input,
#booking-form textarea,
#booking-form select {
    font-family: 'Poppins', sans-serif;
}

#booking-form select {
    background: url('https://seashineadventures.com/wp-content/uploads/2017/08/grey-chevron.png') no-repeat;
    -webkit-appearance: none;
    appearance: none;
    background-size: 15px;
    background-position: 97% 50%;

}

#booking-form textarea {
    height: 120px;
    line-height: 1.5;
    padding: 15px 28px;
}

#booking-form input:focus,
#booking-form textarea:focus,
#booking-form select:focus {
    outline: 0;
    border: 1px solid rgb(211, 211, 211);
}

#booking-form label {
}

/* Buttons */
#booking-form .next-btn,
#booking-form .submit-btn {
}

#booking-form .next-btn:hover,
#booking-form .submit-btn:hover {
    background-color: #444b5d;
    color: #fff;
}

/* Progress Bar */
.progress-wrap {
    margin: auto;
    display: table;
}

.line-progress-bar {
    display: flex;
    margin: auto;
    width: 100%;
}

.line {
    height: 1px;
    width: 250px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: rgb(217, 217, 217);
    position: absolute;
    margin-top: 8px;
}

.progress-wrap div ul {
    display: flex;
    width: 250px;
    list-style: none;
    padding: 0px;
    margin: initial;
    justify-content: space-between;
    z-index: 1;
}

.progressbar-dots {
    display: inline-flex;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    text-align: center;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    color: #d4d4d4;
    font-size: 20px;
    margin-left: 0px;
}

.progressbar-dots span {
    font-size: 12px;
    line-height: 12px;
    position: absolute;
    margin-top: 60px;
    /* width: 75px; */
    float: left;
    margin-left: -30px;
    display: none;
}

.progressbar-dots.active {
    color: #fff;

}

/*  Tab */
.tab-pane {
    /* display: none; */
}

.tab-pane:first-child {
    /* display: block; */
}

/* Error */
span.error {
    font-size: 10px;
    text-transform: capitalize;
    display: block;
    margin-bottom: 10px;
    color: red;
}

section.subscribe_page.mainlogin_image .tab-pane.active {
    display: block !important;
}

section.subscribe_page.mainlogin_image .tab-pane:first-child {
    display: none;
}


.subscription_plan.nav.nav-tabs li a {
    padding: 0;
    border: 0;
}

.dropdown_menu .dropdown-item.active, .dropdown-item:active {
    background-color: #2a3b90;
}

.dropdown_menu .dropdown-item {
    font-size: 12px;
}

.dropdown_menu .dropdown-menu.dropdown-menu-right {
    padding: 0;
}

.dropdown_menu .dropdown-item:hover {

    background-color: #f7faff;
}

.modal_prop {
    padding: 0px 20px;
}

.modal_prop button.close {
    position: absolute;
    right: 10px;
    top: -14px;
    display: inline-block;
    width: 20px;
    height: 20px;
    line-height: 20px;
    border-radius: 50%;
    background: #127dfd;
}

.modal_prop button.close span {
    font-size: 17px;
    color: #fff;
    display: flow-root;
    font-weight: 400;
}

.icon_upload {
    position: absolute;
    bottom: 0;
    width: 40px;
    right: 0;
    height: 40px;
    text-align: center;
    line-height: 44px;
    background: var(--nav-color);
    border-radius: 50%;
    border: 2px solid var(--nav-color);
}

.icon_upload svg {
    width: 20px;
    line-height: 40px;
    margin-top: -10px;
    fill: #fff;
}

.file_field {
    opacity: 0;
    width: 100%;
    height: 100%;
    top: 0;
    position: absolute;
    left: 0;
}

.card_credit {
    padding: 14px;
    position: relative;
    border-radius: 10px;
    background-size: cover !important;
}

.visa {
    background: url(../img/bx1.png);
}

.bx1 {
    margin-bottom: 10px;
}

.bx1 p {
    font-size: 10px;
    margin: 0;
    color: #fff;
}

.bx1 h6 {
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    margin: 0;
}

.delete {
    position: absolute;
    width: 40px;
    height: 40px;
    background: #e9f0fd54;
    border-radius: 50%;
    text-align: center;
    line-height: 40px;
    right: 10px;
    top: 10px;
}

.delete svg {
    width: 20px;
    height: 20px;
    fill: #fff;
    text-align: center;
}

.bx2 {
    position: absolute;
    right: 10px;
    bottom: 20px;
}

.pr-30 {
    padding-right: 40px;
}

.visa1 {
    background: url(../img/bx2.png);
}

form#booking-form .tab-pane:first-child {
    display: block;
}

.mainTable.row {
    /*width: 100%;*/
}

a.load_more.submit_form {
    font-size: 13px;
}

.slider.slider-nav.slick-initialized.slick-slider {
    background: #fff;
}

.slick-track {
    transform: translate3d(0px, 0px, 0px) !important;
}

.form-icom.form-group input.form-control.tenant_search {
    width: 100% !important;
}

.new_serch input.form-control.tenant_search {
    height: 45px;
}

.new_serch svg {
    top: 15px;
}

.sort svg {
    width: 27px;
    fill: var(--sub-heading);
}

.count_ver {
    font-weight: 400;
    font-size: 12px;
    word-break: break-all;
    display: inline-block;
    width: 180px;
    white-space: nowrap;
    overflow: hidden !important;
    text-overflow: ellipsis;
}

.share {
    width: 92%;
    text-align: right;
    cursor: pointer;
    padding: 0 15px 5px;
}

.share a i {
    width: 20px;
    height: 20px;
    color: var(--nav-color);
    text-align: right;
}

div#logout {
    text-align: center;
}

div#logout a.btn-light {
    text-align: center;
    font-weight: 700;
    height: 45px;
    line-height: 45px;
    display: inline-block;
    font-size: 14px;
    padding: 0 40px;
    background: #ffffff;
    border: 1px solid #002251;
    border-radius: 5px;
    color: #002251;
    text-transform: capitalize;
    transition: 1s all;
}

div#cancel_subscription {
    text-align: center;
}

div#cancel_subscription a.btn-light {
    text-align: center;
    font-weight: 700;
    height: 45px;
    line-height: 45px;
    display: inline-block;
    font-size: 14px;
    padding: 0 40px;
    background: #ffffff;
    border: 1px solid #002251;
    border-radius: 5px;
    color: #002251;
    text-transform: capitalize;
    transition: 1s all;
}

div#change_standard {
    text-align: center;
}

div#change_standard a.btn-light {
    text-align: center;
    font-weight: 700;
    height: 45px;
    line-height: 45px;
    display: inline-block;
    font-size: 14px;
    padding: 0 40px;
    background: #ffffff;
    border: 1px solid #002251;
    border-radius: 5px;
    color: #002251;
    text-transform: capitalize;
    transition: 1s all;
}

div#change_premium {
    text-align: center;
}

div#change_premium a.btn-light {
    text-align: center;
    font-weight: 700;
    height: 45px;
    line-height: 45px;
    display: inline-block;
    font-size: 14px;
    padding: 0 40px;
    background: #ffffff;
    border: 1px solid #002251;
    border-radius: 5px;
    color: #002251;
    text-transform: capitalize;
    transition: 1s all;
}


div#delete-vehicle {
    text-align: center;
}

div#delete-vehicle a.btn-light {
    text-align: center;
    font-weight: 700;
    height: 45px;
    line-height: 45px;
    display: inline-block;
    font-size: 14px;
    padding: 0 40px;
    background: #ffffff;
    border: 1px solid #002251;
    border-radius: 5px;
    color: #002251;
    text-transform: capitalize;
    transition: 1s all;
    text-decoration: none;
}

div#delete-schedule-payment {
    text-align: center;
}

div#delete-schedule-payment a.btn-light {
    text-align: center;
    font-weight: 700;
    height: 45px;
    line-height: 45px;
    display: inline-block;
    font-size: 14px;
    padding: 0 40px;
    background: #ffffff;
    border: 1px solid #002251;
    border-radius: 5px;
    color: #002251;
    text-transform: capitalize;
    transition: 1s all;
}

div#confirmation_free {
    text-align: center;
}

div#confirmation_free a.btn-light {
    text-align: center;
    font-weight: 700;
    height: 45px;
    line-height: 45px;
    display: inline-block;
    font-size: 14px;
    padding: 0 40px;
    background: #ffffff;
    border: 1px solid #002251;
    border-radius: 5px;
    color: #002251;
    text-transform: capitalize;
    transition: 1s all;
}

div#purchase_premium_subscription_div {
    text-align: center;
}

div#purchase_premium_subscription_div a.btn-light {
    text-align: center;
    font-weight: 700;
    height: 45px;
    line-height: 45px;
    display: inline-block;
    font-size: 14px;
    padding: 0 40px;
    background: #ffffff;
    border: 1px solid #002251;
    border-radius: 5px;
    color: #002251;
    text-transform: capitalize;
    transition: 1s all;
}

div#purchase_standard_subscription_div {
    text-align: center;
}

div#purchase_standard_subscription_div a.btn-light {
    text-align: center;
    font-weight: 700;
    height: 45px;
    line-height: 45px;
    display: inline-block;
    font-size: 14px;
    padding: 0 40px;
    background: #ffffff;
    border: 1px solid #002251;
    border-radius: 5px;
    color: #002251;
    text-transform: capitalize;
    transition: 1s all;
}

.btn-story a.btn-theme1 {
    border: 1px solid var(--nav-color);
}

a.removeFile {
    padding: 0 !important;
    position: absolute;
    top: 5px;
    background: #2a3b90;
    color: #fff !important;
    width: 15px;
    height: 15px;
    line-height: 15px;
    border-radius: 50% !important;
    text-align: center;
    right: 5px;
}

a.deleteFile {
    padding: 0 !important;
    position: absolute;
    top: 5px;
    background: #2a3b90;
    color: #fff !important;
    width: 15px;
    height: 15px;
    line-height: 15px;
    border-radius: 50% !important;
    text-align: center;
    right: 5px;
}

.file.new {
    position: relative;
}

a.removeFile:hover {
    background: #1c83fd !important;
}

.notAvailable {
    font-size: 14px;
}

/*Swiper slider*/

.swiper-container {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.swiper-container {
    width: 100%;
    height: 300px;
    margin-left: auto;
    margin-right: auto;
}

.swiper-slide {
    background-size: cover;
    background-position: center;
}

.mySwiper2 {
    height: 80%;
    width: 100%;
    overflow: hidden;
}

.mySwiper {
    height: 20%;
    box-sizing: border-box;
    padding: 10px 0;
}

.mySwiper .swiper-slide {
    width: 25%;
    height: 100%;
    opacity: 0.4;
}

.mySwiper .swiper-slide-thumb-active {
    opacity: 1;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.swiper-button-prev {
    background: #e8f5ff94;
    width: 50px !important;
    height: 50px !important;
    border-radius: 50%;
}

.swiper-button-prev:after {
    font-size: 13px !important;
    color: #419ea2 !important;
    font-weight: 700 !important;
}

.swiper-button-next {
    background: #e8f5ff94;
    width: 50px !important;
    height: 50px !important;
    border-radius: 50%;
}

.swiper-button-next:after {
    font-size: 13px !important;
    color: #419ea2 !important;
    font-weight: 700 !important;
}

div#swiper-wrapper-6dcc35704a449c36 {
    margin-bottom: 25px;
}

.bottom_slider {
    margin-top: 20px;
}

span.ui-slider-handle.ui-state-default.ui-corner-all input {
    width: 50px;
    height: 20px;
    background: initial;
    border: 0px;
    font-size: 12px;
    position: absolute;
    top: -24px;
    left: -10px;
    color: #127dfd;
}

span#SomeID, span#SomeID1 {
    width: 20px;
    height: 20px;
    border: 4px solid var(--primary-color);
    background: var(--primary-color);
    border-radius: 27px;
    -moz-border-radius: 27px;
    cursor: pointer;
    top: -7px;
}

.slider.ui-slider.ui-slider-horizontal.ui-widget.ui-widget-content.ui-corner-all {
    height: 5px;
    background: #dde9f2;
    border: 0px;
    border-radius: 0px;
}

.ui-slider-range.ui-widget-header.ui-corner-all {
    background: #127dfd;
}

.slider-box {
    margin: 25px 14px;
}

.range {
    float: right;
    color: #127DFD;
    font-size: 12px;
    font-weight: 600;
    border: 0;
    text-align: right;
    line-height: 27px;
    width: 70%;
}

.social .fbtn {
    width: 35px;
    display: inline-block;
    color: #fff;
    border-radius: 50%;
    margin-left: 7px;
    height: 35px;
    padding: 0;
    text-align: center;
    line-height: 35px;
}

.social .fa {
    padding: 15px 0px
}

.facebook {
    background-color: #3b5998;
}

.gplus {
    background-color: #dd4b39;
}

.twitter {
    background-color: #55acee;
}

.stumbleupon {
    background-color: #eb4924;
}

.pinterest {
    background-color: #cc2127;
}

.linkedin {
    background-color: #0077b5;
}

.buffer {
    background-color: #323b43;
}

.share-button.sharer {
    height: 20px;
    padding: 0px;
}

.share-button.sharer .social.active.top {
    transform: scale(1) translateY(-10px);
}

.share-button.sharer .social.active {
    opacity: 1;
    transition: all 0.4s ease 0s;
    visibility: visible;
}

.share-button.sharer .social.networks-5 {

}

.share-button.sharer .social.top {
    margin-top: -20px;
    transform-origin: 0 0 0;
    display: flex;
    justify-content: flex-end;
    margin-right: 20px;
}

.share-button.sharer .social {
    opacity: 0;
    transition: all 0.4s ease 0s;
    visibility: hidden;
}

.social .fbtn i {
    color: #fff;
    text-align: center;
}

.prop:hover .main_app .image_sec:after {
    opacity: 1;
}

.switch .slider:before {
    background-color: #fff;
}

.slider.round {
    background: #e4e4e4;
}

.notes_cross .deletepop_notes {
    padding: 0;
    height: 20px;
    line-height: 20px;
    width: 20px;
    text-align: center;
    display: block;
    position: absolute;
    right: 7px;
    top: 7px;
    border-radius: 50%;
    font-size: 11px;
}

.notes_cross {
    position: relative;
}

.notes_cross > p {
    padding: 0;
    font-weight: 600;
    font-size: 15px;
    padding-right: 24px;
}

.notes_cross .main_tenant {
    width: 100%;
}

.notes_cross .content_tnant p {
    font-weight: 400;
    padding: 0;
}

div#delete_note .modal-content .modal-body {
    padding: 50px 0;
}

.content_tnant p.mb-0.pr-30 {
    width: 89%;
    white-space: nowrap;
    overflow: hidden !important;
    text-overflow: ellipsis;
}

.modal-content {
    padding: 20px 0;
}

.image_sec .close {
    position: absolute;
    right: 6px;
    top: 10px;
    opacity: 0;
    color: #fff;
    z-index: 999;
    cursor: pointer;
    font-size: 21px;
}


.main_app:hover {
}

.main_app:hover .image_sec {
}

.main_app:hover .image_sec .close {
    opacity: 1;
    transition: .5s ease;
}

.close:hover {
    color: #fff;
}

table.table-condensed .available {
    background: initial;
    padding: 0 6px;
    display: inline-block;
    text-align: center !important;
}

.table-condensed tr {
    display: inherit;
}

.daterangepicker td.active, .daterangepicker td.active:hover, td.active.end-date.in-range.available {
    background-color: #357ebd;
}

td.in-range.available {
    background: #ebf4f8;
}

.mySwiper {
    margin-top: 20px;
}

.image_logo.subscrip {
    padding-top: 320px;
}

.image_logo, .image_logo.subscrip {
    width: 160px;
    margin: 0 auto;
}

.note_heading {
    font-weight: 700;
    color: var(--nav-color);
    line-height: 40px;
}

div#add_note .modal-content {
    padding: 0;
}

input[type="date"]::-webkit-calendar-picker-indicator {
    background: transparent;
    bottom: 0;
    color: transparent;
    cursor: pointer;
    height: auto;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: auto;
}

input[type="time"]::-webkit-calendar-picker-indicator {
    background: transparent;
    bottom: 0;
    color: transparent;
    cursor: pointer;
    height: auto;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: auto;
}

a.image-popup-vertical-fit.btn-gallery {
    width: auto;
    height: auto;
    border-radius: 0;
    padding: 0;
}

.mfp-title {
    display: none !important;
}

.bill_detail li h3 {
    text-align: left !important;
}

/*Tenant Profile */

.not {
    position: relative;
    margin-bottom: 20px;
}

a.notes:hover {
    color: #127DFD;
    text-decoration: none;
}

.notes_form {
    background: #f7faff;
    padding: 15px;
    border-radius: 10px;
}

.form-field3 {
    background: #f7faff;
    border-top: 0px;
    border-left: 0;
    border-right: 0;
    border-bottom: 1px solid #7070701f;
    border-radius: 0;
    resize: none;
    height: 100px !important;
    font-size: 14px;
    padding: 0;
}

textarea.form-control.form-field3:focus {
    background-color: #f7faff;
    border-color: #7070701f;
}

.right_btn {
    text-align: right;
}

.right_btn {
    margin-bottom: 0 !important;
}

.delete1 {
    position: absolute;
    right: 0;
    top: -2px;
}

.delete1 svg {
    width: 17px;
    height: 16px;
    fill: #BB2A2A;
}

.notes_list {
    border-bottom: 1px solid #7070702e;
    margin-bottom: 30px;
    padding-bottom: 20px;
}

.notes_list h4 {
    position: relative;
    font-size: 18px;
    font-weight: 600;
    color: #002251;
    margin-bottom: 15px;
}

.notes_list p {
    padding-right: 22px;
}

.notes_form .form-group {
    margin-bottom: 13px !important;
}

.images_rp li .image_box a.image-popup-vertical-fit.btn-gallery {
    width: 100%;
    height: 100%;
}

.icon_address {
    margin-top: -5px;
}

.event_detail .det_event p {
    width: 273px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

h3.event_title .title {
    padding: 0;
    width: 303px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 25px;
}

.bill_detail h3 .title {
    font-weight: 600;
    display: block;
    font-size: 14px;
    border-radius: 10px 10px 0 0;
    color: var(--nav-color);
    transition: 1s all;
    text-transform: capitalize;
}

.bill_detail h3.title {
    font-weight: 600;
    display: block;
    font-size: 14px;
    border-radius: 10px 10px 0 0;
    color: var(--nav-color);
    transition: 1s all;
    text-transform: capitalize;
}

.dashboard_icon {
    margin-top: -4px;
}

m_request h3 .title {
    padding-right: 78px;
    display: inline-block;
    color: var(--nav-color);
    transition: 1s ease;
    font-weight: 700;
    word-break: break-all;
    height: 20px;
    white-space: nowrap;
    overflow: hidden !important;
    text-overflow: ellipsis;
    width: 330px;
}

.title {
    padding: 0;
    width: 303px;
    overflow: hidden;
    color: var(--nav-color);
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 21px;
}

.content_tnant h3 {
    width: 303px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    line-height: 21px;
}

.detail_buttons {
    text-align: center;
    margin-top: 31px;
}

.detail_buttons a.submit_form {
    margin: 0 10px;
}

ul.bill_detail li p {
    text-align: left;
}

.bottom_nev.notification_bottom_nev {
    padding: 0;
}

.notification_set.unread_notification {
    background: #cccccc2b;
    border-bottom: 1px solid #d6ddeb;
    padding: 13px 8px 13px 20px;
}

.bottom_nev.notification_bottom_nev .notification_set {
    padding: 13px 8px 13px 20px;
}

label.switch.notification_push {
    position: absolute;
    right: 0;
    top: 15px;
}

/*Dynamic Modal bill*/
.ui-widget-overlay.ui-front {
    background-color: #000;
    opacity: .5;
}

.ui-dialog.ui-corner-all.ui-widget.ui-widget-content.ui-front.ui-dialog-buttons.ui-draggable {
    padding: 20px 0;
}

div#dialog-confirm {
    padding: 0 20px;
}

.ui-dialog-buttonpane.ui-widget-content.ui-helper-clearfix {
    padding: 0;
    margin: 0;
    border: 0;
}

.ui-dialog-buttonset {
}

.ui-dialog-buttonset button:nth-child(1) {
    text-align: center;
    font-weight: 700;
    height: 45px;
    line-height: 45px;
    display: inline-block;
    font-size: 14px;
    padding: 0 40px;
    background: var(--nav-color);
    border: var(--nav-color);
    border-radius: 5px;
    color: #fff;
    text-transform: capitalize;
    transition: 1s all;
}

.ui-dialog-buttonset button:nth-child(2) {
    text-align: center;
    font-weight: 700;
    height: 45px;
    line-height: 45px;
    display: inline-block;
    font-size: 14px;
    padding: 0 40px;
    background: #ffffff;
    border: 1px solid #002251;
    border-radius: 5px;
    color: #002251;
    text-transform: capitalize;
    transition: 1s all;
}


.form-field2 {
}

.form-field2::-webkit-scrollbar {
    width: 3px;
}

.form-field2::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgb(243 250 255);
}

.form-field2::-webkit-scrollbar-thumb {
    background-color: #2a3b90
    outline: 1px solid #2a3b90;
}

.multiselect .dropdown-menu {
    border-radius: 0;
}

.multiselect .multiselect-native-select {
    position: relative;
}

.multiselect .multiselect-native-select select {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    height: 1px !important;
    margin: -1px -1px -1px -3px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important;
    left: 50%;
    top: 30px;
}

.multiselect .multiselect-container {
    position: absolute;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.multiselect .multiselect-container .input-group {
    margin: 5px;
}

.multiselect .multiselect-container li {
    padding: 0;
}

.multiselect .multiselect-container li .multiselect-all label {
    font-weight: 700;
}

body .multiselect-container li a {
    padding: 0 0 6px 0 !important;
}

body .multiselect-container li a label {
    margin: 0;
    /* height: 100%; */
    cursor: pointer;
    font-weight: 400;
    padding: 3px 20px 3px 10px;
    position: relative;
}

body .multiselect-container li a label input[type=checkbox] {
    /* margin-bottom: 5px; */
}

body .multiselect-container li a label.radio {
    margin: 0;
}

body .multiselect-container li a label.checkbox {
    margin: 0;
    display: flex;
    /* line-height: 20px; */
    align-items: center;
}

body .multiselect-container li.multiselect-group label {
    margin: 0;
    padding: 3px 20px 3px 20px;
    height: 100%;
    font-weight: 700;
}

body .multiselect-container li.multiselect-group-clickable label {
    cursor: pointer;
}

body .btn-group .btn-group .multiselect.btn {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

body .form-inline .multiselect-container label.checkbox {
    padding: 3px 20px 3px 40px;
}

body .form-inline .multiselect-container label.radio {
    padding: 3px 20px 3px 40px;
}

body .form-inline .multiselect-container li a label.checkbox input[type=checkbox] {
    margin-left: -20px;
    margin-right: 0;
}

body .form-inline .multiselect-container li a label.radio input[type=radio] {
    margin-left: -20px;
    margin-right: 0;
}

body .btn {
    border-radius: 0;
    padding: 10px 0;
}


ul.multiselect-container input[type=checkbox] {
    display: inline-block;
    margin: 0 7px 0 0px !important;
    /* margin-top: 0px!important; */
}

span.multiselect-selected-text {
    font-size: 12px;
}

.sale_multi .btn-group {
    background: var(--lightblue-color) url(../img/caret-down.png) !important;
    border: 1px solid var(--lightblue-color);
    height: 45px;
    font-size: 12px;
    color: #737373;
    /* padding: 0 20px; */
    width: 100% !important;
    display: block;
    background-repeat: no-repeat !important;
    background-position: 95% center !important;
    background-size: 11px !important;
}


.sale_multi .btn-group button.multiselect {
    width: 100% !important;
    text-align: left;
    padding: 8px 20px;
    color: #737373;
}

.btn.focus, .btn:focus {
    outline: 0;
    box-shadow: 0 0 0 0rem rgb(0 123 255 / 0%);
}

ul.multiselect-container {
    border: 1px solid #cccccc57;
    background: #fdfeff;
}

.sale_multi .btn-group button.multiselect:after {
    display: none;
}

.sort svg {
    cursor: pointer;
}

#dataLoader {
    text-align: center;
    padding-top: 5vh;
}

.mapControls {
    margin-top: 10px;
    border: 1px solid transparent;
    border-radius: 2px 0 0 2px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    height: 32px;
    outline: none;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
}

/*explore range slider*/

.explorerange .slider-track-high, .slider-track-low {
    background: #DDE9F2 !important;
    border: 1px solid #DDE9F2;
    height: 31% !important;
    top: 48% !important;
}

.explorerange .slider-selection {
    height: 6px !important;
    /* top: 33px; */
    background: #e1e1e1;
    background: #127dfd;
    top: 33% !important;
    border: 0px solid #ccc !important;
    box-shadow: inset 0 -1px 0 rgb(0 0 0 / 0%);
}

.explorerange .slider.slider-horizontal {
    background: #fff0;
}

.explorerange .range-slider-box {
    padding: 20px;
}

.slider.slider-horizontal .slider-track {
    background: #f3faff;
}

.slider:before {
    background-color: #fff0;
}

.explorerange .slider-track {
    box-shadow: inset 0 1px 2px rgb(0 0 0 / 0%);
    background: #fff;
}

.explorerange .slider-handle {
    background: #127dfd;
}

.exs label {
    display: block;
    margin-bottom: 20px;
    position: relative;
}

.exs label .right_p {
    text-align: right;
    display: inline-block;
    position: absolute;
    right: 0;
    font-size: 15px;
    line-height: 20px;
    top: 0;
    color: #127dfd;
}

.explorerange .slider.slider-horizontal {
    width: 90%;
    margin-left: 10px;
}


.box_file001 {
    position: relative;
    margin-bottom: 20px !important;
}

.box_file001 .new_upload001 {
    opacity: 0;
    margin: 0;
    z-index: 99999;
    position: relative;
}

span.upload_file001 {
    /* top: -45px; */
    left: 0;
    position: absolute;
    font-weight: 600;
    height: 45px;
    line-height: 45px;
    display: inline-block;
    font-size: 14px;
    padding: 0 36px;
    background: var(--newblue);
    border: var(--newblue);
    border-radius: 5px;
    color: #fff;
    text-transform: capitalize;
    transition: .5s ease;
    text-align: center;
}

div#file-name {
    font-size: 12px;
}

input#file-name {
    width: 100%;
    display: block;
    border: 0;
    height: 20px;
    margin-top: 7px;
    font-size: 13px;
}

link.active label {
    margin: 0;
}

#file-upload-filename {
    font-size: 13px;
    word-break: break-all;
}

.form-group.box_file001 #inputFile {
    margin-bottom: 10px;
}

.csv-background {
    background-size: 100%;
    background-position: top right;
    background-repeat: no-repeat;
    height: 550px;
}

.property_type h3 {

}

section.subscribe_page.mainlogin_image.plans_hide:before {
    display: none !important;
}

.main_appointment h5 a {
    text-decoration: none;
    color: #2a3b90;
    font-size: 12px;
}

.main_appointment h3 {
    line-height: 20px;
}

.row.appointment.mt-40 label {
    font-weight: 700;
    font-size: 15px;
    color: #002251;
}

.d-fl {
    display: flex;
    align-items: center;
}

.d-fl label {
    margin: 0;
    line-height: 30px;
    width: 80px;
}

.d-fl h5 {
    margin: 0;
    line-height: 30px;
}

section.subscribe_page.mainlogin_image.plans_hide a.req_voucher.pd-60 {
    position: absolute;
    right: 0;
    left: 0;
    text-align: center;
    bottom: 18px;
    margin: 0 13px;
}

.main_appointment span.color_light.mb-10 {
    font-weight: 600;
    margin-top: 8px;
    display: inline-block;
}

.col-12.col-sm-8.col-md-8.col-lg-8.col-xl-7.main_appointment.mt-100 a {
    transition: .7s ease;
}

.col-12.col-sm-8.col-md-8.col-lg-8.col-xl-7.main_appointment.mt-100 a:hover span {
    text-decoration: underline;
    transition: .7s ease;
}

.main_appointment span.color_light.mb-10:before {
    font-family: "Font Awesome 5 Free";
    content: "\f095";
    display: inline-block;
    padding-right: 3px;
    vertical-align: middle;
    font-weight: 900;
    transform: rotate(90deg);
    padding-top: 10px !important;
}

.comparisontable .row li:last-child {
    /* background: #c2d0e957!important; */
}

ul.checkbox_list.pd-list li:last-child {
    background: initial !important;
}

ul.checkbox_list.pd-list li.active_pkg {
    /* background: #c2d0e957!important; */
}

select.form-control.form-field1.keyword option {
    text-transform: capitalize;
}

div#root {
    height: 100%;
    box-shadow: 0 6px 10px 0 rgb(0 54 81 / 9%);
    background: #fff;
}

.chat {
    box-shadow: initial !important;
}

.chatui {
    height: calc(100vh - 37px) !important;
}

.contact_app h5 a {
    text-decoration: none;
    color: #2a3b90;
    font-size: 14px;
    font-weight: 600;
}

.contact_app h5 {
    margin: 0 0 5px 0;
}

.mobile_flex.mobile-btn span.mobile_menu1.me {
    margin-left: 10px;
}

.share-button.sharer .fav_icon_detail.mark_as_favourite {
    position: initial;
    display: inline-block;
    margin-left: 9px;
}

h3.event_title div {
    margin-bottom: 9px;
}

/*signup multistep form end*/
@media (max-width: 6000px) {
    .image_logo.subscrip {
        padding-top: 320px;
    }

    .form-field {

        font-size: 11px;

    }

    .mt_list li h1 {
        font-size: 15px;
    }

    .container-fluid {
        max-width: 1400px;
    }
}

@media (max-width: 1920px) {
    .image_logo.subscrip {
        padding-top: 320px;
    }

    .slid_thumb {
        height: 80px !important;
    }

    .slid_show {
        height: 520px !important;
        width: 100%;
    }

    .box {
        padding: 18px 14px 20px 14px;
    }

    .property_status h6 {
        font-size: 36px;
    }

    .ads_details {
        min-height: 640px;
    }

    .ads_details .slid_show {
        height: 413px !important;
    }

    .profile_panl li {
        padding: 18px 0;
    }

    .mt_list li h1 {
        font-size: 17px;
    }

    .container-fluid {
        max-width: 1340px;
    }

    .up_csv {
        font-size: 16px;
    }

    .main_menu_left {
        width: 205px;
    }

    .panel-body {
        padding: 50px 50px;
    }

    .image_sec {
        height: 145px;
    }

    .signup_form {
        font-weight: 700;
        border: 0px solid;
        font-size: 20px;
    }

    .white_logo {
        margin-bottom: 30px;
        width: 100%;
        height: 210px;
    }

    .h-1000 {
        height: 440px;
    }

    .contact_deta .contact_detail li .ic01 {
        margin-right: 24px;
    }

    .pd-30 {
        /*padding-left: 45px;*/
        /*padding-right: 45px;*/
    }

    .pd-30 {
        /*padding: 45px;*/
    }

    .pd-custom {
        padding: 14px 10px 24px 10px;
    }

    .flor_plan {
        height: 441px;
    }

    .text_prog {
        font-size: 20px;
        font-weight: 600;
    }

    .mt-10 {
        margin-top: 0px;
    }

    .location p {
        /*margin-right: 170px;*/
    }

    .top-right-menu li {
        margin-left: 10px;
    }


    .top-left-menu li {
        padding-right: 40px;
    }

    .form_header {
        padding-right: 0px;
    }

    .desktop-dropdown {
        margin-left: 5px !important;
    }

    .feature li p {
        padding: 0 0 0 12px;
        font-size: 16px;
    }

    .feature li {
        padding-right: 17px;
        margin-right: 17px;
    }

    .feature {
        padding: 10px 15px;
    }

}

@media (max-width: 1919px) and (min-width: 1800px) {
    .image_logo.subscrip {
        padding-top: 320px;
    }

}

@media (max-width: 1919px) and (min-width: 1680px) {
    label.switch.notification_push {

        top: 18px;
    }

    .bx1 h6 {
        font-size: 13px;
    }

    .bx1 p {
        font-size: 9px;
        margin: 0;
    }

    .bx2 {
        width: 60px;
    }

    .delete {
        width: 34px;
        height: 34px;
        line-height: 30px;
    }

    .delete svg {
        width: 14px;
        height: 14px;
    }


    .ml-30 {
        margin-left: 30px;
    }

    .container-fluid {
        max-width: 1340px;
    }

    .profile_panl li {
        padding: 15px 0;
    }

    .profile_panl li a {
        font-size: 14px;
    }

    .notice a {
        width: 40px;
        height: 40px;
        line-height: 40px;
        background-color: #f7faff;
    }

    .preson-img {
        width: 40px;
        height: 40px;
    }

    .form-icom input {
        height: 40px;
    }

    .box02 {
        width: 30px;
        height: 30px;
    }

    .form-field1 {
        font-size: 13px;
    }

    .top_nev h3 {
        font-size: 26px;
    }

    .mb-25 {
        margin-bottom: 18px;
    }

    .top-left-menu li p {
        font-size: 18px;
    }

    .sidenav .notification_set {
        padding: 10px 8px 10px 0px;
    }

    .notification_set .left-colum .title_notification {
        margin: 0 0px 6px 0;
        font-size: 13 pxX;
    }

    .notification_set .left-colum .text_notification {

        font-size: 11px;
        line-height: 18px;
    }

    .ap_image {
        width: 200px;
        height: 200px;
    }

    .main_appointment .appointment p {
        font-size: 13px;
        margin-bottom: 0;
        line-height: 18px;
    }

    .add_men p {
        font-size: 15px;
        margin-bottom: 20px;
    }

    .mb-65 {
        margin-bottom: 35px;
    }

    .mb-100 {
        margin-bottom: 20px;
    }

    .send {
        width: 90px;
    }

    .price {
        font-size: 20px;
        line-height: 25px;
    }

    .edit a {
        font-size: 15px;
    }

    .fs-30 {
        font-size: 22px;
    }

    .mt-50 {
        margin-top: 30px;
    }

    .mt-40 {
        margin-top: 20px;
    }

    .form-group, .contact_app .form-group {
        margin-bottom: 20px;
    }

    .event_detail_page .event_detail .det_event p {
        font-size: 15px;
    }

    .mt-60 {
        margin-top: 33px;
    }

    .event_detail_page .event_detail .det_event p {
        font-size: 15px;
    }

    .event_detail_page .event_detail .det_event .event_cat {
        font-size: 12px;
    }

    .mt-60 {
        margin-top: 33px;
    }

    .content_tnant .date {
        font-size: 12px;
    }

    .content_tnant p {
        font-size: 13px;
        padding-right: 80px;
    }

    .content_tnant h3 {
        line-height: 20px;
        font-size: 17px;
    }

    .img_wrap {
        width: 80px;
        height: 80px;
    }

    .tabings_main ul li h5 {
        line-height: 13px;
        font-size: 14px;
    }

    .pricing_bill h3 {
        line-height: 20px;
        font-size: 16px;
    }

    .pricing_bill h5 {
        font-size: 13px;
    }

    .btn-theme {
        font-size: 15px;
        padding: 0 30px;
    }

    h1 {
        font-size: 25px;
        margin-bottom: 20px;
    }

    .tabings_main ul li a {
        padding: 13px 35px;
        font-size: 15px;
    }

    #mixed {
        height: 182px !important;
    }

    #mixed1 {
        height: 232px !important;
    }

    .subscription_plan {
        margin-bottom: 30px;
    }

    .modal_01 h5 {
        font-size: 30px;
    }

    .spacification p {
        font-size: 12px;
        padding-left: 3px;
    }

    .modal_01 p {
        font-size: 18px;
    }

    .modal_01 .modal-footer a {
        line-height: 70px;
        height: 70px;
        font-size: 20px;
    }

    .pd1-30 {
        padding-left: 14px;
        padding-right: 20px;
    }

    .main_menu_left {
        width: 210px;
    }

    .box {

        padding: 20px 20px 20px 20px;
    }

    .property_status h4 {
        font-size: 22px;
        line-height: 35px;
    }

    .ml-30 {
        margin-left: 2px;
        padding: 0 30px;
    }

    .w-70 {
        width: 74%;
    }

    .mt_list li .search_icon {
        width: 40px;
        height: 40px;
        line-height: 40px;
    }

    .mt_list li h1 {
        margin: 0;
        font-size: 15px;
    }

    .mt_list {
        padding: 34px 20px;
    }

    .container-checkbox1 .checkmark1 h3 {
        font-size: 18px;
    }

    .blue_color, .green_color {
        font-size: 11px;
        padding-right: 5px;
    }

    .type_detail li p {
        font-size: 14px;
    }

    .amenities li p {
        font-size: 16px;
    }

    .type_detail li p {
        font-size: 16px;
    }

    .form_header {
        padding-left: 0px;
        padding-right: 10px;
    }

    .location p {
        margin-right: 0px;
    }

    .checkbox_list {
        margin-bottom: 20px;
    }

    .pt_text {
        margin: 10px 0 10px 0;
    }

    .mt_list {
        padding: 36px 20px;
    }

    .mt_list h1 {
        font-size: 18px;
    }

    #barChart {
        max-height: 203px !important;
    }

    .property_status h6 {
        font-size: 35px;
        line-height: 24px;
    }

    .icon_prop svg {
        width: 33px;
        height: 33px;
    }

    .requesr h4 {
        font-size: 27px;
        line-height: 23px;
    }

    .images_rp li .image_box {
        width: 110px;
        height: 110px;
    }

    .vichal .vic_info .icon_vic {
        width: 80px;
        height: 80px;
        line-height: 80px;
    }

    .ap_image {
        width: 220px;
        height: 220px;
    }

    .vichal {
        width: 90%;
    }

    .subscribe_page {
        min-height: 830px;
        padding: 20px 0;
    }

    .wrap_tenant {
        padding: 15px 16px;
    }

    .pd-list {
        margin-bottom: 30px;
    }

    .pd-list li {
        /* padding: 10px; */
    }

    .pd-list li {
    }


    .main_check h4 {
        font-size: 15px;
        margin: 0;
    }

    .main_check h3 {
        font-size: 14px;
        margin: 0;
    }

    .main_check p {
        font-size: 12px;
    }

    .container-checkbox1 .checkmark1 {
        width: 250px;
    }

    .contact_app h3 {
        font-size: 24px;
    }

    h3 {
        font-size: 17px;
        font-weight: 600;
    }

    h5 {
        font-size: 16px;
    }

    .req_voucher {
        font-size: 16px;
    }

    .btn_invoice {
        font-size: 16px;
    }

    .box_01 {
        width: 80px;
        height: 80px;
        line-height: 80px;
        margin-right: 13px;
    }

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

    .sign_up h1 {
        margin-bottom: 40px;
    }

    .mb-120 {
        margin-bottom: 90px;
    }

    .signup_form {
        font-size: 18px;
    }

    .spacification {
        margin: 25px 0;
        padding: 0px 10px;
    }

    .h-1000 {
        height: 400px;
    }

    .pd-30 {
        padding: 30px;
    }

    .text-fl1 {
        margin-bottom: 10px;
    }

    .hf {
        min-height: 640px;
    }

    .pd-30 {
        padding-left: 30px;
        padding-right: 30px;
    }

    .requesr h6 {
        font-size: 12px;
        line-height: 24px;
    }


    .pd-custom {
        padding: 26px 20px 20px 20px;
    }

    .subscription_plan_content h2 {
        font-size: 22px;
        margin-bottom: 10px;
    }


    .list_subscribe li {
        font-size: 14px;
        padding-bottom: 14px;
    }

    .box {
        padding: 20px 15px 20px 15px;
    }

    .property_status h4 {
        font-size: 18px;
        line-height: 25px;
    }

    .main_menu_left li a {
        font-size: 16px;
        padding: 0px 0px 0px 10px;
    }

    .type_detail li p {
        font-size: 14px;
    }

    .type_detail li p {
        font-size: 14px;
    }

    .flor_plan {
        height: 430px;
    }

    .amenities li p {
        font-size: 14px;
    }

    .amenities li .icon_bath svg {
        width: 35px;
        height: 35px;
    }

    .contact_deta .contact_detail li .ic01 {
        margin-right: 4px;
    }

    .text_prog {
        font-size: 16px;
    }

    .contact_detail li p {
        font-size: 20px;
    }

    .v_code li h3 {
        font-size: 18px;
    }

    .flat h3 {
        font-size: 50px;
    }

    .flat {
        height: 180px;
    }


    .pr-50 {
        padding-right: 30px;
    }

    .pl-50 {
        padding-left: 30px;
    }

    .ny_location li .near_by span {
        font-size: 15px;
    }

    .slid_thumb {
        height: 85px !important;
    }


    .map_direction, .map_sec {
        height: 150px;
    }

    .contact_deta .contact_detail:nth-child(1) {
        width: 40%;
    }

    .contact_deta .contact_detail:nth-child(2) {
        width: 60%;
    }

    .buttons_log .sign_up1, .buttons_log .sign_in {
        font-size: 18px;
    }

    label {
        font-size: 13px;
    }

    .form-check1 {
        padding-right: 4px;
        width: 32%;
    }

    .location p {
        margin-right: 0px;
    }

    .feature li {
        padding-right: 7px;
        margin-right: 7px;
    }

    .feature li p {
        padding: 0 0 0 6px;
        font-size: 12px;
    }

    .feature {
        margin: 0 10px;
        padding: 10px 5px;
    }

    svg#Isolation_Mode {
        width: 24px;
    }

    .form_header {
        padding-left: 0px;
        padding-right: 0px;
    }

    .desktop-dropdown {
        margin-left: 35px !important;
    }

    .ads_details {
        min-height: 600px;
    }

    .ads_details .slid_show {
        height: 413px !important;
    }

    .top-left-menu li {
        padding-right: 10px;
    }

    .top-right-menu li {
        margin-left: 35px;
    }

    .requesr h5 {
        font-size: 14px;
        line-height: 30px;
    }

    h2 {
        font-size: 24px;
        font-weight: 600;
        line-height: 35px;
    }

    .property_status h4 {
        font-size: 17px;
        line-height: 26px;
    }

    .property_status h6 {
        font-size: 30px;
        line-height: 21px;
    }

    #barChart {
        max-height: 248px !important;
    }

    .download {
        float: initial;
    }


    .rent_property li {
        width: 39%;
    }

    .heading_02 {
        font-size: 24px;
    }

    .image_sec {
        height: 130px;
    }

    .pr-50 {
        padding-right: 30px;
    }

    .pl-50 {
        padding-left: 30px;
    }

    .ny_location li .near_by span {
        font-size: 15px;
    }

    .slid_thumb {
        height: 85px !important;
    }

    .slid_show {
        height: 494px !important;
    }

    .map_direction, .map_sec {
        height: 150px;
    }

    .contact_deta .contact_detail:nth-child(1) {
        width: 40%;
    }

    .contact_deta .contact_detail:nth-child(2) {
        width: 60%;
    }

    .buttons_log .sign_up1, .buttons_log .sign_in {
        font-size: 22px;
    }

    label {
        font-size: 13px;
    }

    .form-check1 {
        padding-right: 4px;
        width: 32%;
    }

    .location p {
        margin-right: 0px;
    }

    .feature li {
        padding-right: 7px;
        margin-right: 7px;
    }

    .feature li p {
        padding: 0 0 0 6px;
        font-size: 12px;
    }

    .feature {
        margin: 0 10px;
        padding: 10px 5px;
    }

    svg#Isolation_Mode {
        width: 24px;
    }

    .form_header {
        padding-left: 0px;
        padding-right: 0px;
    }

    .desktop-dropdown {
        margin-left: 35px !important;
    }

    .top-left-menu li {
        padding-right: 14px;
    }

    .top-right-menu li {
        margin-left: 35px;
    }

    .v_amount li a {
        font-size: 16px;
        padding: 0 10px;
    }

    .container-checkbox1 .checkmark1 p {
        font-size: 15px;
    }

    .form-field {
        padding: 0 10px;
        font-size: 12px;
    }

    .req_voucher {
        font-size: 16px;
        height: 45px;
        line-height: 45px;
    }
}

@media (max-width: 1679px) and (min-width: 1501px) {
    .image_logo.subscrip {
        padding-top: 160px;
    }

    label.switch.notification_push {

        top: 11px;
    }

    .bx1 h6 {
        font-size: 13px;
    }

    .bx1 p {
        font-size: 9px;
        margin: 0;
    }

    .bx2 {
        width: 60px;
    }

    .delete {
        width: 34px;
        height: 34px;
        line-height: 30px;
    }

    .delete svg {
        width: 14px;
        height: 14px;
    }


    .top_nev {
        padding: 15px 20px 15px 20px;
    }

    .bottom_nev {
        padding: 10px 20px 0;
    }

    .sidenav a span svg {
        width: 10px;
        height: 10px;
    }

    .profile_panl li {
        padding: 15px 0;
    }

    .profile_panl li a .svg01 svg {
        width: 30px;
        height: 20px;
    }

    .sidenav .closebtn {
        font-size: 22px;
        top: 0%;
        line-height: 10px;
    }

    .closebtn {
        top: 10px !important;
    }

    .logout {
        margin-top: 40px;
    }

    .open_nev {
        width: 350px;
    }

    .form-icom input {
        width: 274px;
        height: 40px;
        line-height: 40px;
    }

    .notice svg {
        width: 15px;
        height: 15px;
    }

    .per {
        font-size: 13px;
    }

    .preson-img {
        width: 40px;
        height: 40px;
        border: 3px solid var(--lightblue-color1);
    }

    .notice a {
        width: 40px;
        text-align: center;
        height: 40px;
        line-height: 40px;
    }

    .form-icom svg {
        width: 15px;
        height: 15px;
        top: 12px;
    }

    .btn-submit {
        font-size: 16px;
        height: 45px;
        line-height: 45px;
        padding: 0 50px 0 30px;
    }

    input.form-control.form-field1, textarea.form-control.form-field2 {
        font-size: 12px;
        padding: 8px 15px;
    }

    .user_header .chat_user li .image_user1 {
        width: 60px;
        height: 60px;
    }

    .user_one .message_user .message {
        padding: 21px;
        line-height: 23px;
        font-size: 13px;
    }

    .user_header .chat_user li .image_user1 {
        width: 60px;
        height: 60px;
    }

    .user_header {
        padding: 12px 30px 1px 30px;
    }

    .form-field1 {
        font-size: 13px;
    }

    .mb-25 {
        margin-bottom: 18px;
    }

    .top_nev h3 {
        font-size: 22px;
    }

    .top-left-menu li p {
        font-size: 20px;
    }

    .sidenav .notification_set {
        padding: 13px 8px 13px 0px;
    }

    .notification_set .left-colum .title_notification {
        margin: 0 0px 3px 0;
        font-size: 13px;
    }

    .notification_set .left-colum .text_notification {
        font-size: 10px;
        line-height: 14px;
    }

    .profile_panl li a {
        font-size: 14px;
    }

    .ap_image {
        width: 200px;
        height: 200px;
    }

    .main_appointment .appointment p {
        font-size: 13px;
        margin-bottom: 0;
        line-height: 18px;
    }

    .add_men p {
        font-size: 15px;
        margin-bottom: 20px;
    }

    .mb-65 {
        margin-bottom: 35px;
    }

    .mb-100 {
        margin-bottom: 20px;
    }

    .send {
        width: 90px;
    }

    .price {
        font-size: 20px;
        line-height: 25px;
    }

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

    .edit a {
        font-size: 15px;
    }

    .event_detail_page .event_detail .det_event p {
        font-size: 15px;
    }

    .event_detail_page .event_detail .det_event .event_cat {
        font-size: 12px;
    }

    .mt-60 {
        margin-top: 33px;
    }

    .img_wrap {
        width: 80px;
        height: 80px;
    }

    .content_tnant .date {
        font-size: 12px;
    }

    .content_tnant p {
        font-size: 13px;
        padding-right: 80px;
    }

    .content_tnant h3 {
        line-height: 20px;
        font-size: 17px;
    }

    .tabings_main ul li h5 {
        line-height: 13px;
        font-size: 14px;
    }

    .pricing_bill h3 {
        line-height: 20px;
        font-size: 16px;
    }

    .pricing_bill h5 {
        font-size: 13px;
    }

    .tabings_main ul li a {
        padding: 13px 35px;
        font-size: 15px;
    }

    .btn-theme {
        font-size: 14px;
        padding: 0 38px;
        height: 45px;
        line-height: 45px;
    }

    h1 {
        font-size: 25px;
        margin-bottom: 20px;
    }

    .req_voucher {
        font-size: 14px;
        height: 45px;
        line-height: 45px;
    }

    #mixed {
        height: 153px !important;
    }

    #mixed1 {
        height: 224px !important;
    }

    .form-field {
        font-size: 12px;
        padding: 0 10px;
    }

    .container-checkbox1 .checkmark1 p {
        font-size: 15px;
    }

    .subscription_plan {
        margin-bottom: 30px;
    }

    .pd-list li .checkmark.main_check {
        height: 130px;
    }


    .requesr h5 {
        font-size: 17px;
    }

    h2 {
        font-size: 24px;
        font-weight: 600;
        line-height: 35px;
    }


    .property_status h6 {
        font-size: 35px;
        line-height: 24px;
    }

    #barChart {
        max-height: 266px !important;
    }

    .modal_01 h5 {
        font-size: 30px;
    }

    .spacification p {
        font-size: 12px;
        padding-left: 3px;
    }

    .modal_01 p {
        font-size: 18px;
    }

    .modal_01 .modal-footer a {
        line-height: 70px;
        height: 70px;
        font-size: 20px;
    }

    .pd1-30 {
        padding-left: 14px;
        padding-right: 20px;
    }

    .main_menu_left {
        width: 210px;
    }

    .box {

        padding: 20px 20px 20px 20px;
    }


    .ml-30 {
        margin-left: 2px;
        padding: 0 30px;
    }

    .w-70 {
        width: 74%;
    }

    .mt_list li .search_icon {
        width: 40px;
        height: 40px;
        line-height: 40px;
    }

    .mt_list li h1 {
        margin: 0;
        font-size: 19px;
    }

    .mt_list {
        padding: 34px 20px;
    }

    .container-checkbox1 .checkmark1 h3 {
        font-size: 18px;
    }

    .blue_color, .green_color {
        font-size: 11px;
        padding-right: 5px;
    }

    .type_detail li p {
        font-size: 14px;
    }

    .amenities li p {
        font-size: 16px;
    }

    .type_detail li p {
        font-size: 16px;
    }

    .form_header {
        padding-left: 0px;
        padding-right: 10px;
    }

    .location p {
        margin-right: 0px;
    }

    .checkbox_list {
        margin-bottom: 20px;
    }

    .pt_text {
        margin: 10px 0 10px 0;
    }


    .modal_01 h5 {
        font-size: 30px;
    }

    .spacification p {
        font-size: 12px;
        padding-left: 3px;
    }

    .modal_01 p {
        font-size: 18px;
    }

    .modal_01 .modal-footer a {
        line-height: 70px;
        height: 70px;
        font-size: 20px;
    }

    .pd1-30 {
        padding-left: 14px;
        padding-right: 20px;
    }

    .main_menu_left {
        width: 210px;
    }

    .box {

        padding: 20px 20px 20px 20px;
    }


    .ml-30 {
        margin-left: 2px;
        padding: 0 30px;
    }

    .w-70 {
        width: 74%;
    }

    .mt_list li .search_icon {
        width: 40px;
        height: 40px;
        line-height: 40px;
    }

    .mt_list li h1 {
        margin: 0;
        font-size: 17px;
    }

    .mt_list {
        padding: 34px 20px;
    }

    .container-checkbox1 .checkmark1 h3 {
        font-size: 18px;
    }

    .blue_color, .green_color {
        font-size: 11px;
        padding-right: 10px;
    }

    .type_detail li p {
        font-size: 14px;
    }

    .amenities li p {
        font-size: 16px;
    }

    .type_detail li p {
        font-size: 16px;
    }

    .form_header {
        padding-left: 0px;
        padding-right: 10px;
    }

    .location p {
        margin-right: 0px;
    }

    .checkbox_list {
        margin-bottom: 20px;
    }

    .pt_text {
        margin: 10px 0 10px 0;
    }

    .mt_list {
        padding: 25px 20px;
    }

    .mt_list h1 {
        font-size: 18px;
    }

    #barChart {
        max-height: 234px !important;
    }

    .property_status h6 {
        font-size: 37px;
        line-height: 27px;
    }

    .icon_prop svg {
        width: 33px;
        height: 33px;
    }

    .requesr h4 {
        font-size: 30px;
        line-height: 26px;
    }

    .images_rp li .image_box {
        width: 90px;
        height: 90px;
    }

    .vichal .vic_info .icon_vic {
        width: 80px;
        height: 80px;
        line-height: 80px;
    }

    .ap_image {
        width: 220px;
        height: 220px;
    }

    .vichal {
        width: 90%;
    }

    .subscribe_page {
        min-height: 830px;
        padding: 20px 0;
    }

    .wrap_tenant {
        padding: 15px 15px;
    }

    .pd-list {
        margin-bottom: 30px;
    }

    .pd-list li {
        /* padding: 10px; */
    }

    .pd-list li {
    }


    .main_check h4 {
        font-size: 15px;
        margin: 0;
    }

    .main_check h3 {
        font-size: 14px;
        margin: 0;
    }

    .main_check p {
        font-size: 12px;
    }

    .container-checkbox1 .checkmark1 {
        width: 220px;
        height: 110px;
    }

    .contact_app h3 {
        font-size: 24px;
    }

    h3 {
        font-size: 17px;
        font-weight: 600;
    }

    h5 {
        font-size: 16px;
    }


    .btn_invoice {
        font-size: 16px;
    }

    .box_01 {
        width: 80px;
        height: 80px;
        line-height: 80px;
        margin-right: 13px;
    }

    .sign_up .form-group {
        margin-bottom: 30px;
    }

    .sign_up h1 {
        margin-bottom: 40px;
    }

    .mb-120 {
        margin-bottom: 40px;
    }

    .signup_form {
        font-size: 18px;
    }

    .spacification {
        margin: 25px 0;
        padding: 0px 10px;
    }

    .h-1000 {
        height: 400px;
    }

    .pd-30 {
        padding: 30px;
    }

    .text-fl1 {
        margin-bottom: 20px;
    }

    .hf {
        min-height: 660px;
    }

    .pd-30 {
        padding-left: 20px;
        padding-right: 20px;
    }

    .requesr h6 {
        font-size: 12px;
        line-height: 24px;
    }

    .requesr h5 {
        font-size: 14px;
    }

    .pd-custom {
        padding: 26px 20px 20px 20px;
    }

    .subscription_plan_content h2 {
        font-size: 22px;
        margin-bottom: 10px;
    }


    .list_subscribe li {
        font-size: 14px;
        padding-bottom: 14px;
    }

    .box {
        padding: 13px 15px 13px 15px;
    }

    .property_status h4 {
        font-size: 15px;
        line-height: 24px;
    }

    .main_menu_left li a {
        font-size: 15px;
        padding: 0px 0px 0px 10px;
    }

    .type_detail li p {
        font-size: 14px;
    }

    .type_detail li p {
        font-size: 14px;
    }

    .flor_plan {
        height: 430px;
    }

    .amenities li p {
        font-size: 14px;
    }

    .amenities li .icon_bath svg {
        width: 35px;
        height: 35px;
    }

    .contact_deta .contact_detail li .ic01 {
        margin-right: 4px;
    }

    .text_prog {
        font-size: 16px;
    }

    .contact_detail li p {
        font-size: 20px;
    }

    .v_code li h3 {
        font-size: 18px;
    }

    .flat h3 {
        font-size: 50px;
    }

    .flat {
        height: 180px;
    }


    .image_sec {
        height: 130px;
    }

    .pr-50 {
        padding-right: 30px;
    }

    .pl-50 {
        padding-left: 30px;
    }

    .ny_location li .near_by span {
        font-size: 15px;
    }

    .slid_thumb {
        height: 85px !important;
    }

    .slid_show {
        height: 493px !important;
    }

    .map_direction, .map_sec {
        height: 150px;
    }

    .contact_deta .contact_detail:nth-child(1) {
        width: 40%;
    }

    .contact_deta .contact_detail:nth-child(2) {
        width: 60%;
    }

    .buttons_log .sign_up1, .buttons_log .sign_in {
        font-size: 18px;
    }

    label {
        font-size: 12px;
        margin-bottom: 9px;
    }

    .form-check1 {
        padding-right: 4px;
        width: 32%;
    }

    .location p {
        margin-right: 0px;
        font-size: 12px;
    }

    .feature li {
        padding-right: 7px;
        margin-right: 7px;
    }

    .feature li p {
        padding: 0 0 0 6px;
        font-size: 12px;
    }

    .feature {
        margin: 0 10px;
        padding: 10px 5px;
    }

    svg#Isolation_Mode {
        width: 24px;
    }

    .form_header {
        padding-left: 0px;
        padding-right: 0px;
    }

    .desktop-dropdown {
        margin-left: 10px !important;
    }

    .top-left-menu li {
        padding-right: 10px;
    }

    .top-right-menu li {
        margin-left: 10px;
    }

    .contact_app .form-group {
        margin-bottom: 30px;
    }

    .fs-30 {
        font-size: 22px;
    }

    .mt-50 {
        margin-top: 30px;
    }

    .mt-40 {
        margin-top: 20px;
    }

    .form-group {
        margin-bottom: 20px;
    }

    .help h3 {
        line-height: 25px;
    }

    .no-entry p {
        font-size: 16px;
        margin-top: 20px;
    }

    .mb-60 {
        margin-bottom: 20px;
    }

    p {
        font-size: 13px;
    }

    .loc {
        width: 30px;
        height: 30px;
        line-height: 30px;
        margin-right: 8px;
    }

    .loc svg {
        width: 13px;
    }

    .main_app {
        padding: 10px 10px 22px 10px;
        margin-bottom: 30px;
    }

    .panel-body {
        padding: 30px 30px;
    }

    .ads_details {
        min-height: 600px;
    }

    .ads_details .slid_show {
        height: 413px !important;
    }
}

@media (max-width: 1500px) and (min-width: 1301px) {
    .image_logo.subscrip {
        padding-top: 160px;
    }

    .bx1 h6 {
        font-size: 13px;
    }

    .bx1 p {
        font-size: 9px;
        margin: 0;
    }

    .bx2 {
        width: 60px;
    }

    .delete {
        width: 34px;
        height: 34px;
        line-height: 30px;
    }

    .delete svg {
        width: 14px;
        height: 14px;
    }

    .contact_app .form-group {
        margin-bottom: 25px;
    }

    .hf {
        min-height: 651px;
    }

    .panel-body {
        padding: 30px 30px;
    }

    .loc {
        width: 30px;
        height: 30px;
        line-height: 30px;
        margin-right: 8px;
    }

    .loc svg {
        width: 13px;
    }

    p {
        font-size: 13px;
    }

    .help h3 {
        line-height: 25px;
    }

    .mb-60 {
        margin-bottom: 20px;
    }

    .top_nev {
        padding: 12px 20px 12px 20px;
    }

    .sidenav a span svg {
        width: 10px;
        height: 10px;
    }

    .bottom_nev {
        padding: 10px 20px 0;
    }


    .open_nev {
        width: 350px;
    }

    .profile_panl li {
        padding: 15px 0;

    }

    .profile_panl li a .svg01 svg {
        width: 30px;
        height: 20px;
    }

    .sidenav .closebtn {
        font-size: 22px;
        line-height: 10px;
        top: 0%;
    }

    .logout {
        margin-top: 40px;
    }

    .form-icom input {
        width: 274px;
        height: 40px;
        line-height: 40px;
    }

    .notice svg {
        width: 15px;
        height: 15px;
    }

    .per {
        font-size: 13px;
    }

    .preson-img {
        width: 40px;
        height: 40px;
        border: 3px solid #f7faff;
    }

    .notice a {
        width: 40px;
        text-align: center;
        height: 40px;
        line-height: 40px;
    }

    .form-icom svg {
        width: 15px;
        height: 15px;
        top: 12px;
    }

    .btn-submit {
        font-size: 16px;
        height: 45px;
        line-height: 45px;
        padding: 0 60px 0 40px;
    }

    input.form-control.form-field1, textarea.form-control.form-field2 {
        font-size: 12px;
        padding: 8px 13px;
    }

    .user_header .chat_user li .image_user1 {
        width: 60px;
        height: 60px;
    }

    .user_header {
        padding: 12px 30px 1px 30px;
    }

    .user_one .message_user .message {
        padding: 21px;
        line-height: 23px;
        font-size: 13px;
    }

    .mess {
        margin: 0;
        font-size: 11px;
    }

    .form-field1 {
        font-size: 12px;
    }

    .mb-25 {
        margin-bottom: 18px;
    }

    .top_nev h3 {
        font-size: 22px;
    }

    header.main_header {
        padding: 10px 0px;
        height: 70px;
    }

    .top-left-menu li p {
        font-size: 15px;
    }

    .sidenav .notification_set {
        padding: 13px 8px 13px 0px;
    }

    .notification_set .left-colum .title_notification {
        margin: 0 0px 3px 0;
        font-size: 13px;
    }

    .notification_set .left-colum .text_notification {
        line-height: 14px;
        font-size: 10px;
    }

    .profile_panl li a {
        font-size: 14px;
    }


    .main_appointment .appointment p {
        font-size: 13px;
        margin-bottom: 0;
        line-height: 18px;
    }

    .add_men p {
        font-size: 15px;
        margin-bottom: 20px;
    }

    .mb-65 {
        margin-bottom: 35px;
    }

    .mb-100 {
        margin-bottom: 20px;
    }

    .send {
        width: 90px;
    }

    .location {
        margin-top: 16px;
    }

    .no-entry p {
        font-size: 15px;
        margin-top: 20px;
    }

    .detail_fl h6 {
        font-size: 14px;
        line-height: 21px;
    }

    .edit a {
        font-size: 14px;
    }

    .btn-wfill, .submit_form {
        height: 42px;
        line-height: 42px;
        font-size: 15px;
    }

    .price {
        font-size: 20px;
        line-height: 25px;
    }

    .price span {
        font-size: 12px;
    }

    .fs-30 {
        font-size: 22px;
    }

    .mt-50 {
        margin-top: 30px;
    }

    .mt-40 {
        margin-top: 20px;
    }

    .form-group {
        margin-bottom: 30px;
    }

    .event_detail_page .event_detail .det_event p {
        font-size: 15px;
    }

    .mt-60 {
        margin-top: 33px;
    }

    .event_detail_page .event_detail .det_event .event_cat {
        font-size: 12px;
    }

    .img_wrap {
        width: 70px;
        height: 70px;
    }

    .content_tnant .date {
    }

    .content_tnant p {
        font-size: 12px;
        padding-right: 80px;
    }

    .content_tnant h3 {
        line-height: 18px;
        font-size: 16px;
    }

    .tabings_main ul li h5 {
        line-height: 10px;
        font-size: 12px;
    }

    .tabings_main ul li p {
        font-size: 11px
    }

    .pricing_bill h3 {
        line-height: 20px;
        font-size: 16px;
    }

    .pricing_bill h5 {
        font-size: 13px;
    }

    .tabings_main ul li a {
        padding: 13px 35px;
        font-size: 14px;
    }

    h1 {
        font-size: 22px;
        margin-bottom: 20px;
    }

    .btn-theme {
        font-size: 13px;
        padding: 0 30px;
        height: 40px;
        line-height: 40px;
    }

    .main_tenant {
        margin-bottom: 6px;
    }

    .content_tnant h5 {
        line-height: 16px;
        font-size: 12px;
    }

    #mixed {
        height: 175px !important;
    }

    #mixed1 {
        height: 244px !important;
    }

    .form-field {
        padding: 0 10px;
        font-size: 12px;
    }

    .container-checkbox1 .checkmark1 {
        width: 230px;
        height: 110px;
    }

    .container-checkbox1 .checkmark1 p {
        font-size: 13px;
    }

    .subscription_plan {
        margin-bottom: 30px;
    }

    .modal_01 h5 {
        font-size: 23px;
    }

    .spacification p {
        font-size: 11px;
        padding-left: 8px;
    }

    .modal_01 p {
        font-size: 16px;
    }

    .modal_01 .modal-footer a {
        line-height: 60px;
        height: 60px;
        font-size: 16px;
    }

    .pd1-30 {
        padding-left: 14px;
        padding-right: 20px;
    }

    .main_menu_left {
        width: 210px;
    }

    .box {

        padding: 20px 20px 20px 20px;
    }


    .ml-30 {
        margin-left: 15px;
        padding: 0 30px;
    }

    .w-70 {
        width: 74%;
    }

    .mt_list li .search_icon {
        width: 40px;
        height: 40px;
        line-height: 40px;
    }

    .mt_list li h1 {
        margin: 0;
        font-size: 16px;
    }

    .mt_list {
        padding: 29px 20px;
    }

    .container-checkbox1 .checkmark1 h3 {
        font-size: 16px;
    }

    .blue_color, .green_color {
        font-size: 10px;
        padding-right: 16px;
    }

    .type_detail li p {
        font-size: 14px;
    }

    .amenities li p {
        font-size: 16px;
    }

    .type_detail li p {
        font-size: 16px;
    }

    .form_header {
        padding-left: 0px;
        padding-right: 10px;
    }


    .checkbox_list {
        margin-bottom: 20px;
    }

    .pt_text {
        margin: 10px 0 10px 0;
    }

    .mt_list {
        padding: 24px 13px;
    }

    .mt_list h1 {
        font-size: 18px;
    }

    #barChart {
        max-height: 240px !important;
    }

    .property_status h6 {
        font-size: 26px;
        line-height: 29px;
    }

    .icon_prop svg {
        width: 33px;
        height: 33px;
    }

    .requesr h4 {
        font-size: 30px;
        line-height: 26px;
    }

    .images_rp li .image_box {
        width: 90px;
        height: 90px;
    }


    .ap_image {
        width: 200px;
        height: 200px;
    }

    .vichal {
        width: 90%;
        padding: 25px;
    }

    .subscribe_page {
        min-height: 830px;
        padding: 20px 0;
    }

    .wrap_tenant {
        padding: 13px 10px;
    }

    .pd-list {
        margin-bottom: 30px;
    }

    .pd-list li {
        /* padding: 10px; */
    }

    .pd-list li {
    }

    .pd-list li .checkmark.main_check {
        height: 130px;
        width: 232px;
    }

    .main_check h4 {
        font-size: 15px;
        margin: 0;
    }

    .main_check h3 {
        font-size: 14px;
        margin: 0;
    }

    .main_check p {
        font-size: 12px;
    }

    .container-checkbox1 .checkmark1 {
        width: 230px;
        height: 92px;
    }

    .contact_app h3 {
        font-size: 20px;
    }

    .mb-40 {
        margin-bottom: 30px;
    }

    h3 {
        font-size: 17px;
        font-weight: 600;
    }

    .detail_fl h5 {
        margin-top: 12px;
        margin-bottom: 8px;
        font-size: 14px;
    }

    .main_app {
        padding: 7px 7px 22px 7px;
        margin-bottom: 30px;
    }

    h5 {
        font-size: 16px;
    }

    .main_appointment h5 {
        font-size: 15px;
    }

    .req_voucher {
        font-size: 14px;
        height: 45px;
        line-height: 45px;
        padding: 0 36px;
    }

    .btn_invoice {
        font-size: 15px;
    }

    .box_01 {
        width: 70px;
        height: 70px;
        line-height: 70px;
        margin-right: 18px;
    }

    .sign_up .form-group {
        margin-bottom: 19px;
    }

    section.signup.mainlogin_image .sign_up h1 {
        margin-bottom: 20px;
    }

    .sign_up h1 {
        margin-bottom: 50px;
    }

    .mb-120 {
        margin-bottom: 40px;
    }

    .signup_form {
        font-size: 16px;
        height: 60px;
        line-height: 60px;
    }

    .spacification {
        margin: 20px 0;
        padding: 0px 6px;
    }

    .h-1000 {
        height: 360px;
    }

    .pd-30 {
        padding: 20px;
    }

    .text-fl1 {
        margin-bottom: 20px;
    }

    .pd-30 {
        padding-left: 20px;
        padding-right: 20px;
    }

    .requesr h6 {
        font-size: 12px;
        line-height: 24px;
    }

    .requesr h5 {
        font-size: 14px;
    }

    .pd-custom {
        padding: 21px 20px 20px 20px;
    }

    .subscription_plan_content h2 {
        font-size: 22px;
        line-height: 20px;
    }

    h2 {
        font-size: 23px;
        line-height: 29px;
    }

    .list_subscribe li {
        font-size: 14px;
        padding-bottom: 14px;
    }

    .box {
        padding: 13px 15px 11px 15px;
    }

    .property_status h4 {
        font-size: 13px;
        line-height: 25px;
        margin-bottom: 11px;
    }

    .main_menu_left li a {
        font-size: 14px;
        padding: 0px 0px 0px 10px;
    }

    .type_detail li p {
        font-size: 14px;
    }

    .type_detail li p {
        font-size: 14px;
    }

    .flor_plan {
        height: 430px;
    }

    .amenities li p {
        font-size: 14px;
    }

    .amenities li .icon_bath svg {
        width: 35px;
        height: 35px;
    }

    .contact_deta .contact_detail li .ic01 {
        margin-right: 4px;
    }

    .text_prog {
        font-size: 16px;
    }

    .contact_detail li p {
        font-size: 20px;
    }

    .v_code li h3 {
        font-size: 18px;
    }

    .flat h3 {
        font-size: 50px;
    }

    .flat {
        height: 180px;
    }


    .image_sec {
        height: 140px;
    }

    .pr-50 {
        padding-right: 30px;
    }

    .pl-50 {
        padding-left: 30px;
    }

    .ny_location li .near_by span {
        font-size: 15px;
    }

    .slid_thumb {
        height: 85px !important;
        background: #fff0 !important;
    }

    .ads_details {
        min-height: 571px;
    }

    .ads_details .slid_show {
        height: 413px !important;
    }

    .slid_show {
        height: 483px !important;
    }

    .map_direction, .map_sec {
        height: 150px;
    }

    .contact_deta .contact_detail:nth-child(1) {
        width: 40%;
    }

    .contact_deta .contact_detail:nth-child(2) {
        width: 60%;
    }

    .buttons_log .sign_up1, .buttons_log .sign_in {
        font-size: 16px;
        height: 50px;
        line-height: 50px;
        width: 250px;
    }

    label {
        font-size: 13px;
        margin-bottom: 9px;
    }

    .form-check1 {
        padding-right: 4px;
        width: 32%;
    }

    .location p {
        margin-right: 0px;
        font-size: 11px;
    }

    .feature li {
        padding-right: 7px;
        margin-right: 7px;
    }

    .feature li p {
        padding: 0 0 0 6px;
        font-size: 12px;
    }

    .feature {
        margin: 0 10px;
        padding: 10px 5px;
    }

    svg#Isolation_Mode {
        width: 24px;
    }

    .form_header {
        padding-left: 0px;
        padding-right: 0px;
    }

    .desktop-dropdown {
        margin-left: 10px !important;
    }

    .top-left-menu li {
        padding-right: 10px;
    }

    .top-right-menu li {
        margin-left: 10px;
    }
}


@media (max-width: 1364px) and (min-width: 1201px) {
    .detail_property .submit_form.pd1-30 {
        padding: 0 20px;
    }

    .slid_show {
        height: 390px !important;
    }

    .bx1 h6 {
        font-size: 13px;
    }

    .bx1 p {
        font-size: 9px;
        margin: 0;
    }

    .bx2 {
        width: 60px;
    }

    .delete {
        width: 34px;
        height: 34px;
        line-height: 30px;
    }

    .delete svg {
        width: 14px;
        height: 14px;
    }

    input.form-control.form-field1, textarea.form-control.form-field2 {
        height: 40px;
        font-size: 12px;

    }

    .image_logo.subscrip {
        padding-top: 160px;
    }

    .image_logo {
        width: 40%;
        margin: 0 auto;
    }

    label {
        font-size: 12px;
    }

    .user_one .message_user .message {
        font-size: 13px;
        line-height: 18px;
    }

    .h-1000 {
        height: 400px;
    }

    .main-colum.pd-custom h3 {
        font-size: 16px;
    }

    .per span {
        font-size: 12px;
    }

    .open_nev {
        width: 340px;
    }

    .profile_panl li {
        padding: 15px 0;
        cursor: pointer;
    }

    .logout {
        margin-top: 30px;
    }

    .form-icom input {
        height: 40px;
        line-height: 40px;
    }

    .notice a {
        width: 40px;
        height: 40px;
        line-height: 40px;
    }

    .form-field1 {
        font-size: 13px;
    }

    .mb-25 {
        margin-bottom: 18px;
    }

    .top_nev h3 {
        font-size: 26px;
    }

    header.main_header {
        padding: 10px 0px;
        height: 70px;
    }

    .top-left-menu li p {
        font-size: 16px;
    }

    .profile_panl li a .svg01 svg {
        width: 34px;
        height: 20px;
    }

    .profile_panl li a {
        font-size: 12px;
    }

    .ap_image {
        width: 200px;
        height: 200px;
    }

    .main_appointment .appo {
        font-size: 13px;
        margin-bottom: 0;
        line-height: 18px;
    }

    .slid_thumb {
        height: 75px !important;
    }

    .hf {
        min-height: 616px;
    }

    .btn-wfill, .submit_form {
        height: 42px;
        line-height: 42px;
        font-size: 15px;
        padding: 0 25px;
    }

    .price {
        font-size: 19px;
        line-height: 30px;
    }

    .property_detail h1 {
        font-size: 22px;
        margin-bottom: 15px;
    }

    .spacification li p {
        font-size: 11px;
    }


    .w-70 {
        width: 100%;
    }

    .ml-30 {
        margin-left: 4px;
    }

    .edit a {
        font-size: 15px;
    }

    .detail_search .send {
        width: 14%;
    }

    .images_rp li .image_box {
        width: 90px;
        height: 90px;
    }

    .content_tnant h3 span {
        font-size: 12px;
    }

    .sign_up .form-group {
        margin-bottom: 20px;
    }

    .form-group, .contact_app .form-group {
        margin-bottom: 20px;
    }

    .img_wrap {
        width: 80px;
        height: 80px;
    }

    .content_tnant .date {
        font-size: 12px;
    }

    .content_tnant p {
        font-size: 13px;
    }

    .content_tnant h3 {
        line-height: 20px;
        font-size: 16px;
    }

    .img_wrap {
        width: 80px;
        height: 80px;
    }

    input.form-control.form-field1, textarea.form-control.form-field2 {

        height: 40px;
        font-size: 12px;
        width: 100%;
    }

    label {
        font-size: 12px;
    }

    h1 {
        font-size: 20px;
        margin-bottom: 20px;
    }

    .req_voucher {
        font-weight: 600;
        height: 40px;
        line-height: 40px;
        display: inline-block;
        font-size: 13px;
        padding: 0 26px;
    }

    .spacification {
        margin: 13px 0;
        padding: 0px 6px;
    }

    #mixed {
        height: 172px !important;
    }

    #mixed1 {
        height: 242px !important;
    }

    .checkbox_list {
        margin-bottom: 30px;
    }

    .sign_up h1 {
        margin-bottom: 20px;
    }

    .container-checkbox1 .checkmark1 h3 {
        font-size: 15px;
        line-height: 20px;
    }

    .subscription_plan {
        margin-bottom: 20px;
    }

    .box {
        padding: 14px;
    }

    h2 {
        font-size: 21px;
        line-height: 43px;
    }

    .requesr h4 {
        font-size: 32px;
        line-height: 30px;
    }

    .main_menu_left {
        width: 180px;
    }

    .main_menu_left li a {
        font-size: 12px;
        height: 38px;
        line-height: 38px;
    }

    h3 {
        font-size: 16px;
        line-height: 24px;
    }

    .nine {
        font-size: 20px;
    }

    h2 {
        font-size: 21px;
        line-height: 27px;
    }

    .form-field {
        font-size: 10px;
        padding: 0 10px;
    }

    .pd-custom {
        padding: 26px 20px 16px 20px;
    }

    #barChart {
        max-height: 250px !important;
    }

    .box {
        padding: 17px 20px 17px 20px;
    }

    .ads_details {
        min-height: 600px;
    }

    .ads_details .slid_show {
        height: 413px !important;
    }

    .requesr h5 {
        font-size: 11px;
        line-height: 25px;
    }

    .property_status h6 {
        font-size: 35px;
        line-height: 20px;
    }

    .property_status h4 {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 10px;
    }

    .requesr h6 {
        font-size: 12px;
        line-height: 20px;
    }

    .main_check h4 {
        font-size: 15px;
    }

    .container-checkbox .checkmark {
        width: 219px;
    }

    .mt_list {
        padding: 34px 10px;
    }

    .mt_list li h1 {
        font-size: 15px;
    }

    .mt_list li .search_icon svg {
        width: 15px;
        height: 15px;
    }

    .mt_list li .search_icon {
        width: 30px;
        height: 30px;
        border-radius: 50%;
        line-height: 30px;
    }

    .mt_list {
        padding: 23px 9px;
    }

    .form-field1 {
        height: 43px;
    }

    .submit {
        letter-spacing: 0;
        font-size: 14px;
        background-position: 90% center !important;
    }

    .message_text {
        width: 85%;
    }

    .send {
        width: 90px;
        padding: 14px 10px;
    }

    .top-left-menu li {
        padding-right: 4px;
    }

    .top-left-menu li a {
        font-size: 22px;
    }

    .container-checkbox1 .checkmark1 {
        width: 190px;
    }

    .container-checkbox1 .checkmark1 p {
        font-size: 13px;
    }

    .top-left-menu li a {
        font-size: 24px;
    }

    .location {
        margin-top: 10px;
    }

    .detail_fl h6 {
        font-size: 11px;
    }

    .tabings_main ul li a {
        padding: 10px 33px;
        font-size: 13px;
    }

    .btn-theme {
        height: 40px;
        line-height: 40px;
        font-size: 13px;
        padding: 0 30px;
    }

    .image_sec {
        height: 125px;
    }

    .panel-body {
        padding: 30px 30px;
    }

    .detail_fl h5 {
        font-size: 13px;
        margin-top: 14px;
        margin-bottom: 8px;
    }

    .text-fl1 {
        margin-bottom: 20px;
    }

    p {
        font-size: 11px;
    }

    .number_br li p {
        padding-left: 4px;
    }

    .feature li p {
        padding: 0 0 0 2px;
    }

    .preson-img {
        width: 40px;
        height: 40px;
    }

    .form_header {
        padding-left: 0px;
        padding-right: 0px;
    }

    .desktop-dropdown {
        margin-left: 15px !important;
    }

    .top-left-menu li {
        padding-right: 4px;
    }

    .form-icom svg {
        width: 15px;
        height: 15px;
        top: 12px;
    }

    .top-right-menu li {
        margin-left: 15px;
    }
}

@media (max-width: 1200px) and (min-width: 768px) {
    .mobile_menu img.img-fluid {
        width: 100px;
    }

    .csv-background {
        background-position: bottom right;
    }

    .fl-right.mb-40 a.btn-theme {
        padding: 0 9px;
        font-size: 11px;
        margin-left: 2px !important;
    }

    .fav_icon_detail {

        top: 30px !important;
    }

    div.comparisontable ul.row li {
        font-size: 10px;
        line-height: 12px;
    }

    .check1 {
        left: 80px;
    }

    .mobile_flex.mobile-btn span.mobile_menu1.me {
        display: none;
    }

    .hide_tab001 {
        display: none;
    }

    .detail_property .submit_form.pd1-30 {
        padding: 0 20px;
    }

    .detail_buttons a.submit_form {
        margin: 0 0px;
    }

    .notes_list h4 {
        font-size: 13px;
    }

    .notes_list {
        margin-bottom: 20px;
        padding-bottom: 10px;
    }

    .card_images {
        margin-bottom: 20px;
    }

    .bx2 {
        width: 50px;
    }

    .bx1 {
        margin-bottom: 6px;
    }

    .delete {
        position: absolute;
        width: 30px;
        height: 30px;
        line-height: 25px;
    }

    .delete svg {
        width: 12px;
        height: 12px
    }

    .bx1 h6 {
        font-size: 12px;
    }

    .bx1 p {
        font-size: 8px;
    }

    .card_images li {
        width: 47%;
    }

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

    form.form_header.mobile_search {
        width: 30%;
        padding-right: 2px;
    }

    form.form_header.mobile_search input.form-control {
        width: 100%;
        height: 40px;
        padding: 0 6px 0 28px;
        font-size: 12px;
    }

    form.form_header.mobile_search svg {
        width: 15px;
        height: 14px;
        top: 36%;
        left: 8px;
    }

    .desc h3 {
        font-size: 16px;
    }

    #mySidenav1 .notification_set {
        padding: 0px 8px 0px 0px;
        font-size: 14px;
    }

    .top_nev3 {
        padding: 20px 20px 10px 20px;
    }

    .pro h5 {
        margin-bottom: 7px;
        margin-top: 11px;
    }

    .desc h5 {
        font-size: 13px;
    }

    .desc p {
        font-size: 11px;
        margin-bottom: 3px;
    }

    .top_nev h3 {
        font-size: 20px;
    }

    .filter svg {
        width: 14px;
    }

    .filter a span {
        font-size: 11px;
    }

    .filter {
        padding-top: 10px;
    }

    .svg1 {
        width: 35px;
        height: 35px;
        line-height: 35px;
    }

    .svg1 svg {
        width: 16px;
        height: 16px;
    }

    .privacy li a {
        font-size: 12px;
    }

    .icon_vi svg {
        width: 14px;
        height: 14px;
    }

    li.hide-mobile {
        display: none;
    }

    .top-right-menu li {
        margin-left: 15px;
    }

    .top_nev {
        padding: 10px 20px 10px 20px;
    }

    .event_detail_page .event_detail .det_event p {
        font-size: 15px;
    }

    .sidenav .closebtn {
        top: 0px;
    }

    .sidenav .notification_set {
        padding: 10px 8px 10px 0px;
    }

    .notification_set .left-colum .text_notification {
        font-size: 10px;

        line-height: 16px;
    }

    .sidenav a span svg {
        width: 11px;
        height: 8px;
    }

    label {
        font-size: 12px;
    }

    input.form-control.form-field1, textarea.form-control.form-field2 {
        height: 40px;
        font-size: 12px;

    }

    .menu-right {
        justify-content: flex-end;
    }

    .image_logo {
        width: 40%;
        margin: 0 auto;
    }

    .main-colum.pd-custom h3 {
        font-size: 13px;
    }

    .per span {
        display: none;
    }

    .top-left-menu li p {
        font-size: 14px;
    }

    .notice svg {
        width: 16px;
        height: 16px;
    }

    .preson-img {
        width: 40px;
        height: 40px;
    }

    .desktop-dropdown {
        margin-left: 15px !important;
    }

    .profile_panl li a {
        font-size: 12px;
    }

    .profile_panl li {
        padding: 15px 0;
    }

    .profile_panl li a .svg01 svg {
        width: 34px;
        height: 19px;
    }

    .open_nev {
        width: 280px;
    }

    .logout {
        margin-top: 30px;
    }

    header.main_header {
        padding: 9px 0px;
        height: 60px;
    }

    .pd-80 {
        padding: 90px 0 40px;
    }

    .icon_prop svg {
        width: 31px;
        height: 31px;
    }

    .sticky {
        top: 90px;
    }

    .logo-image {
        display: block;
        width: 130px;
        height: 42px;
    }

    .logo-image img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }

    .notice a {
        width: 40px;
        height: 40px;
        line-height: 40px;
    }

    .buttons_log .sign_up1, .buttons_log .sign_in {
        font-size: 16px;
        height: 60px;
        line-height: 58px;
        width: 250px;
    }

    .main_appointment h5 {
        font-size: 13px;
        color: #002251;
    }

    .vichal .vic_info .icon_vic svg {
        width: 30px;
    }

    .user_one .message_user h6 {
        font-size: 12px;
    }

    .days:after {

        bottom: 14px;
    }

    .days h5 {
        font-size: 11px;
        padding: 5px 22px;
    }

    .attachment {
        padding: 7px 0px;
    }

    .user_one {
        margin-bottom: 20px;
    }

    .days {
        margin-bottom: 20px;
    }

    .user_header {
        padding: 5px 20px 1px 20px;
        top: 60px;
    }

    .user_header .chat_user li {
        margin-right: 12px;
    }

    .mt_list li:last-child {
        text-align: left;
    }

    .user_one .message_user .message {
        font-size: 13px;
        line-height: 18px;
    }

    .mb-25 {
        margin-bottom: 18px;
    }

    .form-field1 {
        font-size: 13px;
    }


    .hf {
        min-height: 596px;
    }

    .ml-30 {
        margin-left: 10px;
    }

    .edit a {
        font-size: 15px;
    }

    .wrap_tenant {
        margin-bottom: 30px;
        padding: 20px;
    }

    .form-group, .contact_app .form-group, .sign_up .form-group {
        margin-bottom: 20px;
    }

    .mt-50 {
        margin-top: 20px;
    }

    .fs-30 {
        font-size: 20px;
    }

    .mt-60 {
        margin-top: 30px;
    }

    .mt-40 {
        margin-top: 20px;
    }

    .mb-25 {
        margin-bottom: 15px;
    }

    .mt-20 {
        margin-top: 10px;
    }

    .content_tnant h3 span {
        font-size: 12px;
    }


    .content_tnant .date {
        font-size: 12px;
    }

    .content_tnant p {
        font-size: 13px;
    }

    .main_tenant {
        margin-bottom: 10px;
    }

    .content_tnant h3 {
        line-height: 20px;
        font-size: 15px;
    }

    .content_tnant h5 {
        line-height: 15px;
        font-size: 15px;
    }

    .btn-submit {
        font-size: 13px;
        line-height: 40px;
        height: 40px;
        padding: 0 50px 0 40px;
    }

    .btn-theme {
        font-size: 13px;
        padding: 0 20px;
        line-height: 40px;
        height: 40px;
    }

    .req_voucher {
        font-weight: 600;
        height: 40px;
        line-height: 40px;
        display: inline-block;
        font-size: 12px;
        padding: 0 19px;
    }

    h1 {
        font-size: 25px;
    }

    .image_tnant {
        margin-right: 10px;
    }

    .img_wrap {
        width: 50px;
        height: 50px;
    }

    .spacification li p {
        font-size: 11px;
    }

    .spacification {
        margin: 13px 0;
    }

    .detail_property {
        padding-top: 0px;
    }

    .property_detail h1 {
        margin-bottom: 10px;
        font-size: 18px;
    }

    .location {
        margin-top: 12px;
    }

    .text-fl1 {
        font-size: 12px;
        line-height: 20px;
        margin-bottom: 10px;
    }

    .price {
        font-size: 18px;
        line-height: 24px;
    }

    .price span {
        font-size: 16px;
    }

    .box01 {
        width: 33px;
        height: 33px;
    }

    #mixed {
        height: 104px !important;
    }

    #mixed1 {
        height: 174px !important;
    }

    .checkbox_list {
        margin-bottom: 20px;
    }

    .sign_up h1 {
        margin-bottom: 30px;
    }

    .checkbox_list li {
        margin-right: 0px;
        width: 48%;
    }

    .container-checkbox1 .checkmark1 h3 {
        font-size: 14px;
    }

    .subscription_plan {
        margin-bottom: 30px;
    }

    .desktop-show {
        display: none;
    }

    .main_menu_left li a {
        padding: 0px 0px 0px 12px;
        font-size: 12px;
        height: 40px;
        line-height: 40px;
    }

    #barChart {
        max-height: 192px !important;
    }

    .requesr h6 {
        font-size: 12px;
        line-height: 20px;
    }

    .box {
        padding: 8px 10px;
    }


    .property_status h6 {
        font-size: 22px;
        line-height: 16px;
    }

    .subscription_plan_content h2 {
        font-size: 24px;

        margin-bottom: 10px;
    }

    .list_subscribe li {
        padding-left: 30px;
        padding-bottom: 14px;
        font-size: 14px;
    }

    h2 {
        font-size: 17px;
        line-height: 27px;
    }

    .vichal {
        width: 100%;
    }

    .mess {
        font-size: 11px;
        line-height: 11px;
    }

    .box_01 {
        width: 70px;
        height: 70px;
        line-height: 70px;
        margin-right: 8px;
    }

    .bill_detail {
        width: 75%;
    }

    .pricing_bill {
        width: 25%;
    }

    .vichal .vic_info .icon_vic {
        margin-right: 5px;
        width: 60px;
        height: 60px;
        line-height: 60px;
    }

    .vichal {
        padding: 14px 9px;
    }

    .panel-body {
        padding: 30px 24px 20px;
    }

    .box_01 img {
        /* padding: 10px; */
    }

    .pricing_bill h3 {
        font-size: 14px;
        line-height: 15px;
    }

    .form-icom input {
        width: 100%;
    }

    .footer_social li {
        padding-right: 6px;
    }

    .form-field_date {
        height: 42px;
    }

    .form-icom svg {
        top: 13px;
    }

    .tabings_main ul li a {
        padding: 15px 32px;
        font-size: 13px;
    }

    .form-icom input {
        height: 40px;
    }

    .subscribe_page {
        min-height: 1370px !important;
    }

    .mb-50 {
        margin-bottom: 30px;
    }

    ul#preview li {
        width: 60px;
        height: 60px;
    }

    .requesr h5 {
        font-size: 10px;
        line-height: 14px;
        margin-bottom: 7px;
    }

    .property_status h4 {
        font-size: 10px;
        line-height: 14px;
        margin-bottom: 6px;
    }

    .requesr h4 {
        font-size: 24px;
        line-height: 23px;
    }

    .desktop_mobile_logo {
        display: none;
    }

    .d-mobile-none {
        display: block;
    }

    .mb-40 {
        margin-bottom: 20px;
    }

    .mobile_menu {
        display: block;
    }

    .user_header .chat_user li .image_user1 {
        width: 50px;
        height: 50px;
    }

    .u_list {
        margin: 0;
        padding: 12px;
    }

    .image_user {
        width: 40px;
        height: 40px;
    }

    .mt_list li .search_icon {
        width: 30px;
        height: 30px;
        line-height: 30px;
    }

    .tab_menu {
        display: none;
    }

    .hide-tab {
        display: none;
    }

    span.checkmark.main_check h6 {
        font-size: 13px;
    }

    .container-checkbox .checkmark {
        width: 100%;
        height: 115px;
    }

    .mt_list {
        padding: 17px 10px;
        flex-wrap: wrap;
    }

    .mt_list li h1 {
        font-size: 11px;
        margin-bottom: 12px;
    }

    .container-checkbox1 .checkmark1 {
        width: 170px;
    }

    .container-checkbox1 .checkmark1 p {
        font-size: 12px;
    }

    .help h3 {
        line-height: 18px;
    }

    .mb-60 {
        margin-bottom: 20px;
    }

    .mt-200 {
        margin-top: 20px;
    }

    .mb-120 {
        margin-bottom: 30px;
    }

    .tabings_main ul li h3 {
        font-size: 16px;
    }

    .tabings_main ul li h5 {
        line-height: 7px;
        font-size: 12px;
    }

    .images_rp li .image_box {
        width: 50px;
        height: 50px;
    }

    .main_menu_left {
        width: 150px;
    }

    .mb-100 {
        margin-bottom: 20px;
    }

    .edit a {
        font-size: 15px;
    }

    .subscribe_page:before {
        /*display: none;*/
    }

    /*.d-tab-none {*/
    /*display: none;*/
    /*}*/
    .pricing_bill {
        margin-top: 0px;
    }

    .pricing_bill h5 {
        font-size: 12px;
        /* text-align: left; */
    }

    .signup_form {
        font-size: 13px;
        padding: 0 1px;
        height: 50px;
        line-height: 50px;
    }

    .mainlogin_image:before {
        width: 33%;
    }

    .main_screen {
        background-size: cover;
    }

    .slid_show {
        height: 426px !important;
    }

    .slid_thumb {
        height: 80px !important;
    }

    .pd-30 {
        padding-left: 20px;
        padding-right: 20px;
    }

    .v_amount li a {
        font-size: 14px;
    }

    .v_amount li h5 {
        font-size: 25px;
    }

    .filters {
        padding-top: 0;
    }

    .ml-30 {
        margin-left: 0px;
    }

    .btn-wfill, .submit_form {
        padding: 0 18px;
        font-size: 13px;
    }

    .w-70 {
        width: 80%;
    }

    .mainlogin_image {
        min-height: 570px;
        padding: 20px 0;
    }

    .form-field1 {
        height: 42px;
    }

    .white_logo {
        margin-bottom: 30px;
    }

    .mg-30 {
        margin-left: 10px;
        margin-right: 10px;
    }

    .pd-40 {
        padding: 20px;
    }

    .form-field {
        padding: 0 9px;
        font-size: 10px;
    }

    .pd-50 {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    h1 {
        font-size: 19px;
    }


    .ads_details .slid_show {
        height: 323px !important;
    }

    .add02 {
        padding-left: 10px;
    }

    .main_check h4 {
        font-size: 10px;
    }

    .checkmark span {
        font-size: 13px
    }

    .main_check h3 {
        font-size: 10px;
    }

    .nine {
        font-size: 18px;
    }

    h3 {
        font-size: 13px;
    }

    .main_appointment .appointment p {
        font-size: 13px;
        line-height: 20px;
    }


    .mb-65 {
        margin-bottom: 25px;
    }

    .close_button {
        display: none;
    }

    .desktop-show {
        display: none;
    }

    .checkbox input[type=checkbox] + label {
        font-size: 13px;
    }

    .top-left-menu li {
        display: block;
        padding-right: 25px;
        padding-bottom: 0;
    }


    .tab-block {
        display: block;
    }

    .rent_property li {
        width: 45%;
    }

    .types li {
        width: 48%;
        font-size: 13px;
    }

    .edit {
        margin-top: 10px;
    }

    .ap_image {
        width: 180px;
        height: 180px;
    }

    .filters {
        padding-left: 0;
        padding-right: 0;
    }

    .detail_fl h6 {
        font-size: 12px;
        line-height: 21px;
    }

    .text-r {
        font-size: 12px;
    }

    .user_header .chat_user li p {
        font-size: 14px;

    }

    p {
        font-size: 12px;
    }

    .pd-401 {
        padding: 0 20px 20px 20px;
    }

    .detail_fl h5 {
        margin-top: 10px;
        margin-bottom: 10px;
        font-size: 13px;
    }

    .image_sec {
        height: 135px;
    }

    .ic360 {
        width: 30px;
        height: 30px;
    }

    .feature li p {
        padding: 0 0 0 3px;
        font-size: 10px;
    }

    .box-width {
        width: 48%;
    }

    .m-105, .mb-70 {
        margin-bottom: 50px;
    }

    .field .select {
        margin-bottom: 10px;
    }

    .feature li svg {
        width: 13px;
    }

    .flor_plan {
        height: 242px;
    }

    .rating_person .img_per {
        margin-right: 7px;
    }

    .rating_person li h6 {
        font-size: 16px;
    }

    .main_menu {
        justify-content: center;
    }

    ul.top-left-menu {
        width: 100%;
        text-align: center;
    }

    .sign_up h1 {
        margin-bottom: 32px;
    }


    .submit {
        letter-spacing: 0;
        font-size: 12px;
        background-position: 74% center !important;
    }

    .message_text {
        width: 76%;
    }

    .send {
        width: 86px;
        padding: 5px 10px;
    }

    .tearm li {
        width: 48%;
    }

    .mt-100 {
        margin-top: 30px;
    }

    .h-1000 {
        height: auto;
    }

    .h-1000 img {
        width: 30%;
    }

    .no-entry p {
        font-size: 14px;
        margin-top: 30px;
    }

}

@media (max-width: 991px) {
    .card_images {
        margin-bottom: 20px;
    }

    .bx2 {
        width: 50px;
    }

    .bx1 {
        margin-bottom: 6px;
    }

    .delete {
        position: absolute;
        width: 30px;
        height: 30px;
        line-height: 25px;
    }

    .delete svg {
        width: 12px;
        height: 12px
    }

    .bx1 h6 {
        font-size: 12px;
    }

    .bx1 p {
        font-size: 8px;
    }

    .card_images li {
        width: 47%;
    }

    .top_nev h3 {
        font-size: 20px;
    }

    .filter svg {
        width: 17px;
    }

    .filter a span {
        font-size: 14px;
    }

    .filter {
        padding-top: 10px;
    }

    .top_nev {
        padding: 10px 20px 10px 20px;
    }

    .event_detail_page .event_detail .det_event p {
        font-size: 15px;
    }

    .sidenav .closebtn {
        top: 0px;
    }

    .sidenav .notification_set {
        padding: 10px 8px 10px 0px;
    }

    .notification_set .left-colum .text_notification {
        font-size: 10px;

        line-height: 16px;
    }

    .sidenav a span svg {
        width: 11px;
        height: 8px;
    }

    .event_detail_page h6 {
        font-size: 14px;
    }

    .btn_invoice {
        height: 40px;
        line-height: 40px;
        font-size: 13px;
    }

    .image_logo {
        width: 40%;
        margin: 0 auto;
    }

    .box.mb-15.requesr {
        width: 47%;
        display: inline-block;
    }

    .box.mb-15.requesr:nth-child(2) {
        margin-left: 13px;
    }

    .sticky {
        top: 90px;
    }

    .notice a {
        width: 40px;
        height: 40px;
        line-height: 40px;
    }

    .hf {
        min-height: auto !important;
    }

    .content_tnant h3 span {
        font-size: 12px;
    }

    .req_voucher {
        height: 40px;
        line-height: 40px;
        font-size: 9px;
        padding: 0 13px;
    }

    .container-checkbox1 .checkmark1 {
        width: 225px;
    }

    .desktop-show {
        display: none;
    }

    .hide-tab {
        display: none;
    }

    .tab_menu {
        display: none;
    }


    .box_01 img {
        /* padding: 10px; */
    }

    .subscribe_page {
        min-height: auto !important;
        padding: 30px 0;
        height: auto;
    }

    .desktop_mobile_logo {
        display: block;
    }

    .deshboard h2 {
        font-size: 14px;
    }

    .pd-custom {
        padding: 20px 20px 20px 20px;
    }

    .mb-50 {
        margin-bottom: 10px;
    }

    .subscribe_page:before {
        display: none;
    }

    .container-checkbox .checkmark {
        /* width: 194px; */
    }

    .mt_list {
        padding: 14px 12px 14px;
    }

    .mobile-logo {
    }

    .mt_list li .search_icon {
        width: 25px;
        height: 25px;
        line-height: 23px;
        margin-left: 0;
    }

    .mt_list li .search_icon svg {
        width: 12px;
        height: 12px;
        fill: #7A869A;
    }

    .image_logo img.img-fluid {
        margin-left: 0 !important;
    }

    .subscrip img.img-fluid {
        margin: 0 auto !important;
    }

    .image_sec {
        height: 145px;
    }


    .edit a {
        font-size: 13px;
    }

    .main_menu_left {
        width: 150px;
    }

    .mt-40 {
        margin-top: 20px;
    }

    .tabings_main ul li a {
        padding: 12px 16px;
        font-size: 14px;
    }

    .main_menu_left li a {
        height: 40px;
        line-height: 40px;
        font-size: 12px;
        padding: 0px 0px 0px 10px;
    }

    .panel-body {
        padding: 30px 30px;
    }

    .ap_image {
        width: 150px;
        height: 150px;
    }


    .main_appointment h3 {
        font-weight: 700;
        color: var(--nav-color);
    }

    .fs-30 {
        font-size: 16px;
        line-height: 23px;
    }

    .images_rp li .image_box {
        width: 60px;
        height: 60px;
    }

    .detail_search .send {
        width: 80px;
    }

    .detail_search .message_text {
        width: 76%;
    }

    .mt-50 {
        margin-top: 30px;
    }

    .mb-40 {
        margin-bottom: 10px;
    }

    .submit {
        font-size: 11px;
        padding-right: 0;
    }

    .user_one .message_user .message {
        padding: 13px;
        font-size: 12px;
        line-height: 17px;
    }

    .feature li p {
        padding: 0 0 0 13px;
        font-size: 12px;
    }

    .mobile_menu {
        display: block;
    }

    /*
        .me1 {
            z-index: 999;
            position: fixed;
            width: 100%;
            top: 0;
            left: -100%;
            background: var(--lightblue-color);
            height: 100%;
            margin-top: 0;
            transition: 0.5s;
        } */
    /*     .act {
            left: 0;
        }
     */
    .mg-30 {
        margin-left: 10px;
        margin-right: 10px;
    }

    .search {
        margin-right: 2px;
    }

    .u_list {
        padding: 3px 0 8px 0;
        margin: 0 8px;
    }

    .active_list {
        padding: 14px 10px;
        margin: 0px;
    }

    .main_screen {
        background-size: cover;
    }

    .buttons_log .sign_up1, .buttons_log .sign_in {
        font-size: 16px;
        height: 60px;
        line-height: 60px;
        width: 250px;
        padding: 0;
        text-align: center;
    }

    .mt-200 {
        margin-top: 20px;
    }
}

@media (min-width: 0px) and (max-width: 767px) {
    .detail_buttons {
        align-items: self-start !important;
    }

    .detail_buttons a.submit_form {
        margin: 0 10px 0 0px;
    }

    .chat span.arrow_icns {

        line-height: 26px !important;
    }

    .help p {

        word-break: break-all;
    }

    .fl-right.mb-40 a {
        margin-left: 0px !important;
    }

    .fav_icon_detail {
        right: 10px !important;
        top: 30px !important;
    }

    .csv-background {
        background-position: bottom right;
    }

    .form-group.box_file001 span.upload_file001 {
        position: initial;
    }

    .form-group.box_file001 .form-group.form-field1.new_upload001 {
        position: absolute !important;
    }

    .buttons_log .sign_up1, .buttons_log .sign_in {

        line-height: 50px;
    }

    .top-menu ul li {
        margin: 20px 5px !important;
    }

    .top-menu ul li a {
        font-size: 11px !important;
    }

    .progress-bar {
        font-size: 8px;
    }

    select.form-control.sort_price.form-field1 {
        margin-bottom: 10px;
    }

    input#searchMapInput {
        margin-bottom: 10px;
    }

    input.form-control.form-field1.keyword {
        margin-bottom: 10px;
    }

    span.upload_file001 {
        left: 0;
        position: absolute;
        font-weight: 600;
        height: 43px;
        line-height: 43px;
        top: 40px;
    }

    .sign_up {
        padding-top: 70px;
    }

    .image_logo.subscrip {
        padding-top: 0px;
        padding-bottom: 20px;
    }

    .or1 {
        order: 1;
    }

    .or2 {
        order: 2;
    }

    .or3 {
        order: 3;
    }

    .title, .content_tnant h3 {
        width: 100%;
        overflow: visible;
        text-overflow: inherit;
        white-space: inherit;
    }

    span.ui-slider-handle.ui-state-default.ui-corner-all input {
        display: none;
    }

    h3.event_title .title {
        padding: 0;
        width: 100%;
        overflow: inherit;
        text-overflow: inherit;
        white-space: inherit;
    }

    .notes_list {
        margin-bottom: 20px;
        padding-bottom: 10px;
    }

    .notes {
        font-size: 12px;
    }

    .notes_list h4 {
        font-size: 15px;
    }

    .content_tnant p {
        padding: 0;
        word-break: break-all;
    }

    .content_tnant {
        width: 78%;
    }

    .m_request h3 span.text-r {
        position: initial;
    }

    .m_request h3 .title {
        padding-right: 0px;
    }

    .share-button.sharer .social.top {
        margin-top: -30px;
    }

    .mobile-btn .btn-theme {
        margin-bottom: 0;
        height: 26px;
        line-height: 26px;
        padding: 0 20px;
        font-size: 12px;
    }

    .mobile_flex.mobile-btn {
        margin-top: -4px;
    }

    label.container-checkbox1 {
        margin-bottom: 20px;
    }

    .card_images {
        margin-bottom: 20px;
    }

    .bx2 {
        width: 60px
    }

    .delete {
        position: absolute;
        width: 30px;
        height: 30px;
        line-height: 25px;
    }

    .delete svg {
        width: 12px;
        height: 12px
    }

    .bx1 h6 {
        font-size: 13px;
    }

    .bx1 p {
        font-size: 8px;
    }

    .bill {
        width: 100%;
        height: 160px;
    }

    form.form_header.mobile_search {
        width: 50%;
        padding-right: 8px;
    }

    form.form_header.mobile_search input.form-control {
        width: 100%;
        height: 30px;
        padding: 0 6px 0 22px;
        font-size: 12px;
    }

    form.form_header.mobile_search svg {
        width: 10px;
        height: 10px;
        top: 36%;
        left: 8px;
    }

    .image_logo img.img-fluid {
        margin: 0 auto !important;
    }

    .desc h3 {
        font-size: 16px;
    }

    .btn-theme1 {

        height: 40px;
        line-height: 40px;
        font-size: 13px;
    }

    .desc h5 {
        font-size: 13px;
    }

    .desc p {
        font-size: 11px;
        margin-bottom: 3px;
    }

    .panel-body {
        margin-top: 10px;
        border-radius: 25px 25px 25px;
    }

    .svg1 {
        width: 35px;
        height: 35px;
        line-height: 35px;
    }

    .svg1 svg {
        width: 18px;
        height: 18px;
    }

    .vichal {
        width: 100%;
        padding: 4px 20px;
        margin-top: 30px;
    }

    .icon_vi svg {
        width: 14px;
        height: 14px;
    }

    .form-icom.form-group .tenant_search {
        width: 100%;
    }

    .top-right-menu li:last-child {
        padding-left: 0px;
    }

    .mt-60 {
        margin-top: 20px;
    }

    .event_detail_page .event_detail .det_event p {
        font-size: 15px;
    }

    .event_detail_page h6 {
        font-size: 14px;
    }

    .event_detail_page .event_detail .det_event .event_cat {
        font-size: 11px;
    }

    .main1 .slick-next, .main1 .slick-prev {
        width: 30px;
        height: 30px;
    }

    .edit.text-center {
        text-align: left !important;
    }

    input.form-control.form-field1, textarea.form-control.form-field2 {
        font-size: 12px;
    }

    .user_header .chat_user li {
        margin-right: 10px;
    }

    .user_header .chat_user li p {
        font-size: 14px;

    }

    .subscription_plan_content h2 {
        font-size: 20px;
        line-height: 22px;
    }

    .list_subscribe li {
        padding-bottom: 14px;
        font-size: 13px;
    }

    .btn-submit {
        height: 40px;
        line-height: 40px;
        font-size: 13px;
    }

    .sign_up h1 {
        margin-bottom: 20px;
    }

    .logo-image {
        width: 80px;
        height: 40px;
        display: block;
        margin-top: -4px;
    }

    .btn_invoice {
        height: 40px;
        line-height: 40px;
        font-size: 13px;
    }

    .sidenav {
        padding-top: 50px;
    }

    .detail_fl h5 {
        margin-top: 10px;
        margin-bottom: 5px;

    }

    .days h5 {
        font-size: 10px;
        margin-bottom: 10px;
        margin: 0 60px 0 0;
        padding: 9px 34px;
    }

    h5 {
        font-size: 15px;
    }

    .detail_fl h6 {
        font-size: 15px;
    }

    .text-r {
        font-size: 10px;
    }

    p {
        font-size: 12px;
    }

    .mb-25 {
        margin-bottom: 15px;
    }

    input#inputFile {
        margin-bottom: 0;
    }

    .form-group, .contact_app .form-group {
        margin-bottom: 20px;
    }

    .btn-theme {
        /* margin-bottom: 30px; */
        height: 40px;
        line-height: 40px;
        font-size: 13px;
    }

    .sidenav a span svg {
        width: 12px;
        height: 12px;
    }

    .profile_panl li a .svg01 svg {
        width: 34px;
        height: 20px;
    }

    .box.mb-15.requesr {
        width: 100%;
        display: inline-block;
    }

    .box.mb-15.requesr:nth-child(2) {
        margin-left: 0px;
    }

    .profile_panl li {
        padding: 15px 0;
    }

    .logout {
        margin-top: 0px;
    }

    .logo-image img.img-fluid {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }

    .mobile_menu1.me {
        font-size: 20px;
    }

    .box {
        padding: 12px 12px 20px 12px;
    }

    h2 {
        line-height: 27px;
    }

    .icon_prop svg {
        width: 30px;
        height: 30px;
    }

    .requesr h5 {
        font-size: 18px;
    }

    .requesr h6 {
        font-size: 12px;
    }

    .select_field .form-group:nth-child(1) {
        margin-right: 0px;
    }

    header.main_header {
        padding: 5px 0px 10px;
        height: 44px;
    }

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

    .login_links span {
        font-size: 16px;
        padding: 0 0 0 27px;
    }

    .login_links a {
        font-size: 16px;
        width: auto;
    }

    .h-1000 img {
        width: 30%;
    }

    .no-entry p {
        font-size: 14px;
        margin-top: 30px;
    }

    .form-field {
        font-size: 12px;
    }

    .chat_close {
        display: block;
    }

    .property_status h6 {
        font-size: 26px;
        line-height: 12px;
    }

    #mixed, #mixed1 {
        height: auto !important;
    }

    .property_status h4 {
        font-size: 14px;
        line-height: 20px;
    }


    .user_header .chat_user li .image_user1 {
        width: 42px;
        height: 42px;
    }

    .signup_form {
        font-size: 14px;
        height: 50px;
        line-height: 50px;
    }

    .sidenav .closebtn {
        top: 10px;
    }

    .top_nev {
        padding: 20px 20px 20px 20px;
    }

    .user_list {
        height: 360px;
        overflow-y: auto;
    }

    .top_nev h3 {
        font-size: 22px;
    }

    .user_one .message_user .message {
        padding: 6px;
        font-size: 11px;
        line-height: 18px;
    }


    .main_chat .pd-401 {
        height: 324px;
        overflow-y: auto;
    }

    .op0 {
        opacity: 0;
    }

    .chat-or-2 {
        position: absolute;
        transform: translate(-100%);
        left: 0px;
        top: 0px;
        padding-top: 80px;
        z-index: 9;
        transition: linear .3s;
    }

    .active_chat {
        transform: translate(0%);
        transition: linear .3s;
        overflow-y: auto !important;
        z-index: 9;
    }

    .user_one .message_user h6 {
        font-size: 12px;
    }

    .user_header {
        top: 0 !important;
    }

    .bg-white.sticky.message01.mmt-20 {
        padding-top: 10px;
    }

    .files-list li {
        width: 65px !important;
        height: 60px !important;
        display: inline-block !important;
        border: 0px !important;
    }

    .delete-files-list li {
        width: 65px !important;
        height: 60px !important;
        display: inline-block !important;
        border: 0px !important;
    }

    .files-list {
        border: 0px !important;
        border-radius: 0px !important;
    }

    div#indexData {
        width: auto;
    }

    .event_detail .det_event p {
        width: 182px;
    }
}

@media (min-width: 570px) and (max-width: 767px) {


    .sidenav .notification_set {
        padding: 10px 8px 10px 0px;
    }

    .notification_set .left-colum .title_notification {
        margin: 0 0px 6px 0;
        font-size: 13px;
    }

    .notification_set .left-colum .text_notification {

        font-size: 11px;
        line-height: 18px;
    }

    .profile_panl li a {
        font-size: 14px;
    }

    .tabings_main ul li h3 {
        line-height: 22px;
    }

    .main_appointment h5 {
        font-size: 15px;
    }

    .mt-100 {
        margin-top: 40px;
    }

    .mb-65 {
        margin-bottom: 25px;
    }


    .btn-wfill, .submit_form {
        height: 42px;
        line-height: 42px;
        font-size: 14px;
        padding: 0 30px;
    }

    .text-fl1 {
        line-height: 21px;
        margin-bottom: 30px;
    }

    .dis_mob {
        display: none;
    }

    .content_tnant h3 span {
        font-size: 12px;
    }

    .img_wrap {
        width: 80px;
        height: 80px;
    }

    .content_tnant .date {
        font-size: 12px;
    }

    .content_tnant p {
        font-size: 13px;
    }

    .content_tnant h3 {
        line-height: 20px;
        font-size: 17px;
    }

    .m_request h3 span.text-r {
        float: initial;
        display: block;
        text-align: left;
        padding: 0;
        font-size: 12px;
        line-height: 12px;
        margin-bottom: 10px;
    }

    .req_voucher {
        height: 45px;
        line-height: 45px;
        font-size: 15px;
        padding: 0 38px;
    }

    .checkbox_list {
        margin-bottom: 30px;
    }

    .container-checkbox .checkmark {
        height: 150px;
    }

    .checkbox_list li {
        padding: 10px;
    }

    .desktop-show {
        display: none;
    }

    .per span {
        display: none;
    }

    .n01.open_nev {
        width: 100%;
    }

    .vichal .vic_info .icon_vic {
        width: 50px;
        height: 50px;
        line-height: 50px;
    }

    .vichal .vic_info .icon_vic svg {
        padding: 7px;
    }

    .vichal .vic_info h5 a {
        font-size: 15px;
    }

    .pro h3 {
        margin-top: 20px;
    }

    .dropdown1 i {
        display: none;
    }

    .box_01 img {
        height: 100%;
    }

    .new .pricing_bill {
        margin-top: 0;
    }

    .modal_01 p {
        font-size: 16px;
    }

    footer.footer p, footer.footer p a {
        margin-bottom: 20px;
    }

    .footer_social {
        text-align: center;
        margin-bottom: 20px;
    }

    .or01 {
        order: 2;
    }

    .wrap_toggle .w-50 {
        width: 100% !important;
    }

    .mob_mt {
        margin-top: 20px;
    }

    .main_menu_left {
        width: 154px;
    }

    .card_images li {
        margin-right: 8px;
        width: 47%;
    }

    .paid {
        margin-bottom: 20px;
    }

    .pricing_bill h3, .price_01 {
        text-align: left;
    }

    .subscription_plan li {
        margin-right: 3px;
    }

    .container-checkbox1 .checkmark1 {
        width: 138px;
    }

    .container-checkbox1 .checkmark1 p {
        font-size: 13px;
    }

    .container-checkbox1 .checkmark1 h3 {
        font-size: 16px;
    }

    .d-mobile-none {
        display: none !important;
    }

    .select_field {
        margin-bottom: 10px;
    }

    .images_rp {
        border: 0 !important;
    }

    .images_rp li {
        margin-right: 0px;
        width: auto !important;
        display: inline-block !important;
    }

    span.btn-theme.up_csv {
        margin-bottom: 0 !important;
    }

    .btn-theme {
        padding: 0px 21px;
        height: 40px;
        line-height: 40px;
        font-size: 12px;
    }

    .mt_list li .search_icon {
        width: 40px;
        height: 40px;
        line-height: 40px;
    }

    .close_button {
        display: block;
    }

    .hide-tab {
        display: block;
    }

    .top-left-menu li a {
        font-size: 13px;
    }

    .chat-or-1 {
        order: 1;
    }

    .chat-or-2 {
        order: 2;
    }

    .mmt-20 {
        margin-bottom: 20px;
    }

    .mt_list {
        padding: 4px 10px 20px;
    }

    .days {
        margin-bottom: 30px;
    }

    .user_one .message_user h6 span {
        padding-left: 0px;
    }

    .pd-401 {
        padding: 0 15px 20px 15px;
    }

    .edit {
        margin-bottom: 30px;
    }

    .box_01 svg {
        width: 30px;
    }

    .subscription_plan li {
        margin-bottom: 10px;
    }

    .mt-200 {
        margin-top: 20px;
    }

    .mobile-logo {
        display: block !important;
    }

    .checkbox_list li {
        margin-bottom: 20px;
        margin-right: 0;
    }

    .main_bill_detail .bill_detail {
        width: 100%;
        border: 0;
        text-align: left;
    }

    .main_bill_detail .bill_detail li {
        text-align: left;

    }

    .main_bill_detail .bill_detail li:first-child {
        width: 84px;
    }

    .sticky {
        position: initial;
        padding-top: 30px;
    }

    .mb-60 {
        margin-bottom: 30px;
    }

    .mb-100 {
        margin-bottom: 30px;
    }

    .tabings_main ul {
        border: 1px solid #a6b0c214;
        border-radius: 10px;
        overflow: hidden;
    }

    .tabings_main ul .active {
        border-radius: 0;
    }

    ul#preview {
        border: 0px solid #a6b0c24a;
    }

    .tabings_main ul li {
        display: block;
        width: 100%;
        text-align: center;
    }

    .panel-body {
        padding: 30px 14px;
    }

    .blue_color, .green_color {
        padding: 0 15px;
    }

    .main_tenant {
        align-items: flex-start;
    }

    .panel-body {
        border-radius: 25px;
        margin-top: 10px;
    }

    .pricing_bill h5 {
        text-align: left;
    }

    .box_01 {
        width: 60px;
        height: 60px;
        line-height: 60px;
    }

    .tabings_main ul li h5 {
        font-size: 15px;
    }

    .tabings_main ul li p {
        font-size: 12px;
    }

    .pricing_bill {
        margin-top: 20px;
        width: 100%;
    }

    .image_logo {
        width: 150px;
        margin: 0 auto 40px;
    }

    .mb-120 {
        margin-bottom: 10px;
    }

    .sign_up h1, .sign_up label, .sign_up h3 {
    }

    .mainlogin_image:before {
        width: 100%;
        background: #f3faff47;
    }

    .buttons_log .sign_up1, .buttons_log .sign_in {
        padding: 0 30px;
    }

    .mr-30 {
        margin-right: 0;
    }

    .h-1000 {
        height: auto;
    }

    .img_wrap {
        width: 60px;
        height: 60px;
    }

    .image_tnant {
        margin-right: 10px;
    }

    .wrap_tenant {
        padding: 20px 10px;
    }

    .content_tnant h3 {
        font-size: 16px;
    }

    .content_tnant h5 {
        font-size: 14px;
    }

    .ml-30 {
        margin-left: 0;
    }

    .submit_form.pd1-30 {
        margin-bottom: 15px;
    }

    .spacification {
        margin: 25px 0;
        padding: 0 9px;
        flex-wrap: wrap;
    }

    .spacification li {
        margin-bottom: 20px;
        width: 48%;
    }

    .pr_gress {
        margin-bottom: 20px;
    }

    .text_prog {
        font-size: 13px;
    }

    .top-left-menu li a {
        font-weight: 600;
    }

    .file_attachment {
        font-size: 1px;
    }

    .pd-80 {
        padding: 70px 0 50px;
    }

    .pl-md-0 {
        padding-left: 15px;
    }

    .mob-mauto {
        margin: 0 auto;
    }

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

    .sign_up {
        padding-top: 20px;
    }

    .ny_location li span {
        padding-left: 0;
    }

    .user_one .message_user .message {
        padding: 15px;
        font-size: 13px;
        line-height: 23px;
    }

    .user_one .img_user .image_user_message {
        width: 40px;
        height: 40px;
    }

    .user_one {
        margin-bottom: 20px;
    }

    .number_br li p {
        font-size: 12px;
    }

    .app_image .image_ap {
        width: 80px;
        height: 80%;
    }

    .app_image {
        width: 90px;
    }

    .main_appointment .appointment p {
        font-size: 14px;
        line-height: 26px;
    }


    .open_nev {
        width: 100%;
    }

    .sidenav a {
        padding: 0px 0px 0px 0px;
    }

    .sidenav a span {

        float: right;
    }

    .logout a {
        padding: 0 !important;
    }

    .sidenav {
        height: 100%;
    }

    .feature li p {
        padding: 0 0 0 6px;
        font-size: 11px;
    }

    .tab-block {
        display: none;
    }

    .notice a {
        width: 30px;
        text-align: center;
        height: 30px;
        line-height: 30px;
    }

    .notice svg {
        width: 14px;
        height: 14px;
    }

    .desktop-dropdown {
        margin-left: 6px !important;
    }

    .top-right-menu li {
        margin-left: 5px !important;
    }

    .top-right-menu {

        display: flex;
        align-items: center;
    }

    .preson-img {
        width: 30px;
        height: 30px;
        border-radius: 50%;
        display: inline-block;
        margin-right: 1px;
        border: 1px solid #e8f5ff;
    }

    /*.sidenav {*/
    /*width: 100%;*/
    /*}*/
    .mobile_menu {
        display: block;
    }

    .mobile_menu1.me {
        color: var(--primary-color);
        font-size: 20px;
        margin-left: 5px;
    }


    .me1 {
        z-index: 999;
        position: fixed;
        width: 100%;
        top: 0;
        left: -100%;
        background: var(--lightblue-color);
        height: 100%;
        margin-top: 0;
        transition: 0.5s;
    }

    .act {
        left: 0;
    }


    ul.top-left-menu {
    }

    ul.top-left-menu li {
        display: block;
        text-align: center;
        padding-right: 0;
    }

    .number_br li {
        width: 59%;
    }

    .download {
        float: initial;
    }

    .number_br li:last-child {
        width: 38%;
    }

    .delete_btn {
        margin-left: 0;
    }

    .dl_btn {
        font-size: 14px;
    }

    .pd-40 {
        padding: 20px;
    }

    .add_app {
        flex-wrap: wrap;
    }

    .add02 {
        padding-left: 0;
        margin-top: 20px;
    }

    .fl-right {
        float: left;
    }

    .form-check1 {
        width: 100%;
    }

    .date_form {
        width: 32%;
        padding-right: 10px;
    }

    .btn-theme {
        margin-bottom: 30px;
    }

    .chat_icons li {
        width: 42%;
    }

    .add01 {
        width: 100%;
    }

    .ap_image {
        width: 178px;
        height: 178px;
        margin: 0 auto;
    }

    .slid_show {
        height: 350px !important;
    }

    .mobile-icons {
        display: flex;
        align-items: center;
        margin-bottom: 20px;
        flex-wrap: wrap;
    }

    .ic01 {
        margin-right: 6px;
    }

    .apartment li {
        width: 100% !important;
    }

    .contact_det li {
        width: 100% !important;
        margin-bottom: 50px;
    }

    .ny_location {
        flex-wrap: wrap;
    }

    .ny_location li {
        text-align: center;
        width: 100%;
    }

    .pr-50 {
        padding-right: 10px;
    }

    .pl-50 {
        padding-left: 10px;
    }

    .ny_location li .near_by span {
        padding-left: 0;
        margin-top: 10px;
        display: block;
        margin-bottom: 10px;
    }

    .main_location > li {
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .flor_plan {
        height: 142px;
    }

    .rating_person .img_per {
        width: 70px;
        height: 70px;
        margin-right: 10px;
    }

    .main_app {
        padding: 10px 10px 24px 10px;
    }

    .image_sec {
        height: 185px;
    }

    .main_location li:last-child {
        text-align: center;
    }

    .ny_location li:last-child {
        width: 100%;
    }

    .ny_location li .near_by {
        display: initial;

    }

    .ny_location li .near_by .n_icon {
        margin: 0 auto;
    }

    .contact_det li:last-child {

        margin-bottom: 0px;
    }

    .slid_show {
        height: 190px !important;
    }

    .slid_thumb {
        height: 45px !important;
    }

    .type_detail li p {
        font-size: 14px;
    }

    .amenities li {
        width: 50%;
    }

    .m-105, .mb-70 {
        margin-bottom: 50px;
    }

    .wish_icon {
        margin-top: 0;
        margin-right: auto;
    }

    .map_direction {
        margin-top: 20px;
    }

    h1 {
        font-size: 23px;
    }

    h3 {
        font-size: 18px;
    }

    .pd-30 {
        padding-left: 15px;
        padding-right: 15px;
    }

    .contact_deta .contact_detail:nth-child(1) {
        width: 100%;
    }

    .submit_form {
        font-size: 15px;
    }

    .rating01 .star svg {
        width: 15px;
        height: 16px;
    }

    .rating01 .star {
        width: 35px;
        line-height: 35px;
        height: 35px;
    }

    .w-70 {
        width: 100%;
    }

    .mainlogin_image {
        height: auto;
        min-height: auto;
    }

    .mainlogin_image:after {
        display: none;
    }

    .white_logo {
        margin-bottom: 40px;
        height: 100px;
    }

    .buttons_log .sign_up1, .buttons_log .sign_in {
        font-size: 16px;
    }

    .pd-10 {
        padding: 10px 10px 10px 10px;
    }

    .location p {
        margin-right: 0px;
    }

    .flat {
        margin-bottom: 20px;
    }

    .v_code li {
        width: 100%;
    }

    .v_code li:last-child {
        text-align: left;
        margin-top: 10px;
    }

    .attachment {
        padding: 8px 6px;
        width: 15%;
        text-align: center;
    }

    .message_text {
        width: 76%;
    }

    .submit {
        font-size: 13px;
        letter-spacing: 0;
        padding: 0;
    }

    .send {
        width: 68px;
        padding: 5px 5px;
    }

    .attachment svg {
        width: 13px;
    }

    .submit_icon svg {
        width: 14px;
        height: 14px;
    }

    .select_field {
        flex-wrap: wrap;
    }

    .select_field .form-group {
        margin: 0 3px;
        width: 100%;
        margin-bottom: 10px;
    }

    .wish_icon {
        margin-top: 10px !important;
    }


    .hide-mobile {
    }

    .price {
        font-size: 26px;
        line-height: 23px;
    }


}

@media (max-width: 569px) and (min-width: 481px) {


    .profile_panl li a {
        font-size: 14px;
    }

    .sidenav .notification_set {
        padding: 10px 8px 10px 0px;
    }

    .notification_set .left-colum .title_notification {
        margin: 0 0px 6px 0;
        font-size: 13 pxX;
    }

    .notification_set .left-colum .text_notification {

        font-size: 11px;
        line-height: 18px;
    }

    .tabings_main ul li h3 {
        line-height: 22px;
    }

    .main_appointment h5 {
        font-size: 15px;
    }

    .mt-100 {
        margin-top: 40px;
    }

    .mb-65 {
        margin-bottom: 25px;
    }

    .btn-wfill, .submit_form {
        height: 42px;
        line-height: 42px;
        font-size: 14px;
        padding: 0 30px;
    }

    .text-fl1 {
        line-height: 21px;
        margin-bottom: 30px;
    }

    .spacification p {
        font-size: 12px;
    }

    .content_tnant h3 span {
        font-size: 12px;
    }

    .img_wrap {
        width: 80px;
        height: 80px;
    }

    .content_tnant .date {
        font-size: 12px;
    }

    .content_tnant p {
        font-size: 13px;
    }

    .content_tnant h3 {
        line-height: 20px;
        font-size: 17px;
    }

    .m_request h3 span.text-r {
        float: initial;
        display: block;
        text-align: left;
        padding: 0;
        font-size: 12px;
        line-height: 12px;
        margin-bottom: 10px;
    }

    .req_voucher {
        height: 45px;
        line-height: 45px;
        font-size: 15px;
        padding: 0 38px;
    }

    .checkbox_list {
        margin-bottom: 30px;
        text-align: center;
    }

    .container-checkbox .checkmark {
        height: 150px;
    }

    .checkbox_list li {
        padding: 10px;
    }

    .desktop-show {
        display: none;
    }

    .per span {
        display: none;
    }

    .n01.open_nev {
        width: 100%;
    }

    .vichal .vic_info .icon_vic {
        width: 50px;
        height: 50px;
        line-height: 50px;
    }

    .vichal .vic_info .icon_vic svg {
        padding: 7px;
    }

    .vichal .vic_info h5 a {
        font-size: 15px;
    }

    .pro h3 {
        margin-top: 20px;
    }

    .dropdown1 i {
        display: none;
    }

    .box_01 img {
        height: 100%;
    }

    .new .pricing_bill {
        margin-top: 0;
    }

    .modal_01 p {
        font-size: 16px;
    }

    footer.footer p, footer.footer p a {
        margin-bottom: 20px;
    }

    .footer_social {
        text-align: center;
        margin-bottom: 20px;
    }

    .or01 {
        order: 2;
    }

    .wrap_toggle .w-50 {
        width: 100% !important;
    }

    .mob_mt {
        margin-top: 20px;
    }

    .main_menu_left {
        width: 154px;
    }

    .card_images li {
        margin-right: 8px;
        width: 47%;
    }

    .paid {
        margin-bottom: 20px;
    }

    .pricing_bill h3, .price_01 {
        text-align: left;
    }

    .subscription_plan li {
        margin-right: 3px;
    }

    .container-checkbox1 .checkmark1 {
        width: 138px;
    }

    .container-checkbox1 .checkmark1 p {
        font-size: 13px;
    }

    .container-checkbox1 .checkmark1 h3 {
        font-size: 16px;
    }

    .d-mobile-none {
        display: none !important;
    }

    .select_field {
        margin-bottom: 10px;
    }

    .images_rp {
        border: 0 !important;
    }

    .images_rp li {
        margin-right: 0px;
        width: auto !important;
        display: inline-block !important;
    }

    span.btn-theme.up_csv {
        margin-bottom: 0 !important;
    }

    .btn-theme {
        padding: 0px 21px;
    }

    .mt_list li .search_icon {
        width: 40px;
        height: 40px;
        line-height: 40px;
    }

    .close_button {
        display: block;
    }

    .hide-tab {
        display: block;
    }

    .top-left-menu li a {
        font-size: 13px;
    }

    .chat-or-1 {
        order: 1;
    }

    .chat-or-2 {
        order: 2;
    }

    .mmt-20 {
        margin-bottom: 20px;
    }

    .mt_list {
        padding: 4px 10px 20px;
    }

    .days {
        margin-bottom: 30px;
    }

    .user_one .message_user h6 span {
        padding-left: 0px;
    }

    .pd-401 {
        padding: 0 15px 20px 15px;
    }

    .edit {
        margin-bottom: 30px;
    }

    .box_01 svg {
        width: 30px;
    }

    .subscription_plan li {
        margin-bottom: 10px;
    }

    .mt-200 {
        margin-top: 20px;
    }

    .mobile-logo {
        display: block !important;
    }

    .checkbox_list li {
        margin-bottom: 20px;
        margin-right: 0;
        /* width: 100%; */
    }

    .main_bill_detail .bill_detail {
        width: 100%;
        border: 0;
        text-align: left;
    }

    .main_bill_detail .bill_detail li {
        text-align: left;

    }

    .main_bill_detail .bill_detail li:first-child {
        width: 84px;
    }

    .sticky {
        position: initial;
        padding-top: 30px;
    }

    .mb-60 {
        margin-bottom: 30px;
    }

    .mb-100 {
        margin-bottom: 30px;
    }

    .tabings_main ul {
        border: 1px solid #a6b0c214;
        border-radius: 10px;
        overflow: hidden;
    }

    .tabings_main ul .active {
        border-radius: 0;
    }

    ul#preview {
        border: 0px solid #a6b0c24a;
    }

    .tabings_main ul li {
        display: block;
        width: 100%;
        text-align: center;
    }

    .panel-body {
        padding: 30px 14px;
    }

    .blue_color, .green_color {
        padding: 0 15px;
    }

    .main_tenant {
        align-items: flex-start;
    }

    .panel-body {
        border-radius: 25px;
        margin-top: 10px;
    }

    .pricing_bill h5 {
        text-align: left;
    }

    .box_01 {
        width: 60px;
        height: 60px;
        line-height: 60px;
    }

    .tabings_main ul li h5 {
        font-size: 15px;
    }

    .tabings_main ul li p {
        font-size: 12px;
    }

    .pricing_bill {
        margin-top: 20px;
        width: 100%;
    }

    .image_logo {
        width: 150px;
        margin: 0 auto 40px;
    }

    .mb-120 {
        margin-bottom: 10px;
    }

    .sign_up h1, .sign_up label, .sign_up h3 {
    }

    .mainlogin_image:before {
        width: 100%;
        background: #f3faff47;
    }

    .buttons_log .sign_up1, .buttons_log .sign_in {
        padding: 0 30px;
    }

    .mr-30 {
        margin-right: 0;
    }

    .h-1000 {
        height: auto;
    }

    .img_wrap {
        width: 60px;
        height: 60px;
    }

    .image_tnant {
        margin-right: 10px;
    }

    .wrap_tenant {
        padding: 20px 10px;
        margin-bottom: 20px;
    }

    .content_tnant h3 {
        font-size: 16px;
    }

    .content_tnant h5 {
        font-size: 14px;
    }

    .ml-30 {
        margin-left: 0;
    }

    .submit_form.pd1-30 {
        margin-bottom: 15px;
    }

    .spacification {
        margin: 25px 0;
        padding: 0 9px;
        flex-wrap: wrap;
    }

    .spacification li {
        margin-bottom: 20px;
        width: 48%;
    }

    .pr_gress {
        margin-bottom: 20px;
    }

    .text_prog {
        font-size: 13px;
    }

    .top-left-menu li a {
        font-weight: 600;
    }

    .file_attachment {
        font-size: 1px;
    }

    .pd-80 {
        padding: 70px 0 50px;
    }

    .pl-md-0 {
        padding-left: 15px;
    }

    .mob-mauto {
        margin: 0 auto;
    }

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

    .sign_up {
        padding-top: 20px;
    }

    .ny_location li span {
        padding-left: 0;
    }

    .user_one .message_user .message {
        padding: 15px;
        font-size: 13px;
        line-height: 23px;
    }

    .user_one .img_user .image_user_message {
        width: 40px;
        height: 40px;
    }

    .user_one {
        margin-bottom: 20px;
    }

    .number_br li p {
        font-size: 12px;
    }

    .app_image .image_ap {
        width: 80px;
        height: 80%;
    }

    .app_image {
        width: 90px;
    }

    .main_appointment .appointment p {
        font-size: 14px;
        line-height: 26px;
    }


    .open_nev {
        width: 100%;
    }

    .sidenav a {
        padding: 0px 0px 0px 0px;
    }

    .sidenav a span {

        float: right;
    }

    .logout a {
        padding: 0 !important;
    }

    .sidenav {
        height: 100%;
    }

    .feature li p {
        padding: 0 0 0 6px;
        font-size: 11px;
    }

    .tab-block {
        display: none;
    }

    .notice a {
        width: 30px;
        text-align: center;
        height: 30px;
        line-height: 30px;
    }

    .notice svg {
        width: 14px;
        height: 14px;
    }

    .desktop-dropdown {
        margin-left: 6px !important;
    }

    .top-right-menu li {
        margin-left: 0px;
    }

    .preson-img {
        width: 30px;
        height: 30px;
        border-radius: 50%;
        display: inline-block;
        margin-right: 1px;
        border: 1px solid #e8f5ff;
    }

    /*.sidenav {*/
    /*width: 100%;*/
    /*}*/
    .mobile_menu {
        display: block;
    }

    .mobile_menu1.me {
        color: var(--primary-color);
        font-size: 20px;
        margin-left: 5px;
    }


    .me1 {
        z-index: 999;
        position: fixed;
        width: 100%;
        top: 0;
        left: -100%;
        background: var(--lightblue-color);
        height: 100%;
        margin-top: 0;
        transition: 0.5s;
    }

    .act {
        left: 0;
    }


    ul.top-left-menu {
    }

    ul.top-left-menu li {
        display: block;
        text-align: center;
        padding-right: 0;
    }

    .number_br li {
        width: 59%;
    }

    .download {
        float: initial;
    }

    .number_br li:last-child {
        width: 38%;
    }

    .delete_btn {
        margin-left: 0;
    }

    .dl_btn {
        font-size: 14px;
    }

    .pd-40 {
        padding: 20px;
    }

    .add_app {
        flex-wrap: wrap;
    }

    .add02 {
        padding-left: 0;
        margin-top: 20px;
    }

    .fl-right {
        float: left;
    }

    .form-check1 {
        width: 100%;
    }

    .date_form {
        width: 32%;
        padding-right: 10px;
    }

    .btn-theme {
        margin-bottom: 20px;
    }

    .chat_icons li {
        width: 42%;
    }

    .add01 {
        width: 100%;
    }

    .ap_image {
        width: 178px;
        height: 178px;
        margin: 0 auto;
    }

    .slid_show {
        height: 350px !important;
    }

    .mobile-icons {
        display: flex;
        align-items: center;
        margin-bottom: 20px;
        flex-wrap: wrap;
    }

    .ic01 {
        margin-right: 6px;
    }

    .apartment li {
        width: 100% !important;
    }

    .contact_det li {
        width: 100% !important;
        margin-bottom: 50px;
    }

    .ny_location {
        flex-wrap: wrap;
    }

    .ny_location li {
        text-align: center;
        width: 100%;
    }

    .pr-50 {
        padding-right: 10px;
    }

    .pl-50 {
        padding-left: 10px;
    }

    .ny_location li .near_by span {
        padding-left: 0;
        margin-top: 10px;
        display: block;
        margin-bottom: 10px;
    }

    .main_location > li {
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .flor_plan {
        height: 142px;
    }

    .rating_person .img_per {
        width: 70px;
        height: 70px;
        margin-right: 10px;
    }

    .main_app {
        padding: 10px 10px 24px 10px;
    }

    .image_sec {
        height: 185px;
    }

    .main_location li:last-child {
        text-align: center;
    }

    .ny_location li:last-child {
        width: 100%;
    }

    .ny_location li .near_by {
        display: initial;

    }

    .ny_location li .near_by .n_icon {
        margin: 0 auto;
    }

    .contact_det li:last-child {

        margin-bottom: 0px;
    }

    .slid_show {
        height: 190px !important;
    }

    .slid_thumb {
        height: 45px !important;
    }

    .type_detail li p {
        font-size: 14px;
    }

    .amenities li {
        width: 50%;
    }

    .m-105, .mb-70 {
        margin-bottom: 50px;
    }

    .wish_icon {
        margin-top: 0;
        margin-right: auto;
    }

    .map_direction {
        margin-top: 20px;
    }

    h1 {
        font-size: 23px;
    }

    h3 {
        font-size: 18px;
    }

    .pd-30 {
        padding-left: 15px;
        padding-right: 15px;
    }

    .contact_deta .contact_detail:nth-child(1) {
        width: 100%;
    }

    .submit_form {
        font-size: 15px;
    }

    .rating01 .star svg {
        width: 15px;
        height: 16px;
    }

    .rating01 .star {
        width: 35px;
        line-height: 35px;
        height: 35px;
    }

    .w-70 {
        width: 100%;
    }

    .mainlogin_image {
        height: auto;
        min-height: auto;
    }

    .mainlogin_image:after {
        display: none;
    }

    .white_logo {
        margin-bottom: 40px;
        height: 100px;
    }

    .buttons_log .sign_up1, .buttons_log .sign_in {
        font-size: 16px;
    }

    .pd-10 {
        padding: 10px 10px 10px 10px;
    }

    .location p {
        margin-right: 0px;
    }

    .flat {
        margin-bottom: 20px;
    }

    .v_code li {
        width: 100%;
    }

    .v_code li:last-child {
        text-align: left;
        margin-top: 10px;
    }

    .attachment {
        padding: 8px 6px;
        width: 15%;
        text-align: center;
    }

    .message_text {
        width: 76%;
    }

    .submit {
        font-size: 13px;
        letter-spacing: 0;
        padding: 0;
        text-align: center;
        background: initial;
    }

    .send {
        width: 15%;
        padding: 5px 0px;
        text-align: center;
    }

    .attachment svg {
        width: 13px;
    }

    .submit_icon svg {
        width: 14px;
        height: 14px;
    }

    .select_field {
        flex-wrap: wrap;
    }

    .select_field .form-group {
        margin: 0 3px;
        width: 100%;
        margin-bottom: 10px;
    }

    .dis_mob {
        display: block;
    }

    .hide-mobile {
        display: none;
    }

    .price {
        font-size: 26px;
        line-height: 23px;
    }
}

@media (max-width: 480px) and (min-width: 0px) {


    .sidenav .notification_set {
        padding: 10px 8px 10px 0px;
    }


    .notification_set .left-colum .text_notification {

        font-size: 11px;
        line-height: 18px;
    }

    .tabings_main ul li h3 {
        line-height: 22px;
    }

    .main_appointment h5 {
        font-size: 14px;
    }

    .mt-100 {
        margin-top: 20px;
    }

    .mb-65 {
        margin-bottom: 25px;
    }

    .btn-wfill, .submit_form {
        height: 42px;
        line-height: 42px;
        font-size: 14px;
        padding: 0 30px;
    }

    .text-fl1 {
        line-height: 21px;
        margin-bottom: 30px;
    }

    .spacification p {
        font-size: 12px;
    }

    .price, .price span {
        font-size: 17px;
        line-height: 19px;
    }

    .dis_mob {
        display: block;
    }

    .hide-mobile {
        display: none;
    }


    .content_tnant .date {
        font-size: 12px;
    }

    .content_tnant p {
        font-size: 11px;
    }


    .content_tnant h3 span {
        font-size: 12px;
    }

    .m_request h3 span.text-r {
        float: initial;
        display: block;
        text-align: left;
        padding: 0;
        font-size: 12px;
        line-height: 20px;
        margin-bottom: 10px;
    }

    .req_voucher {
        height: 40px;
        line-height: 40px;
        font-size: 13px;
        padding: 0 38px;
    }

    .mt_list li h1 {
        font-size: 15px;
    }

    .mess {
        font-size: 9px;
    }

    .image_user {
        width: 45px;
        height: 45px;
        margin: 0 auto;
    }

    .u_list h6 {
        font-size: 13px;
    }

    .u_list {
        padding: 6px 0;
    }

    .subscription_plan {
        text-align: center;
    }

    .checkbox_list {
        margin-bottom: 0px;
    }

    .container-checkbox .checkmark {
        width: 100%;
        height: 150px;
    }

    .checkbox_list li {
        padding: 10px;
    }

    .desktop-show {
        display: none;
    }

    .per span {
        display: none;
    }

    .n01.open_nev {
        width: 100%;
    }

    .vichal .vic_info .icon_vic {
        width: 50px;
        height: 50px;
        line-height: 50px;
        margin-right: 15px;
    }

    .vichal .vic_info .icon_vic svg {
        padding: 7px;
    }

    .vichal .vic_info h5 a {
        font-size: 12px;
    }

    .pro h3 {
        margin-top: 20px;
    }

    .dropdown1 i {
        display: none;
    }

    .box_01 img {
        height: 100%;
    }

    .new .pricing_bill {
        margin-top: 0;
    }

    .modal_01 p {
        font-size: 16px;
    }

    footer.footer p, footer.footer p a {
        margin-bottom: 20px;
    }

    .footer_social {
        text-align: center;
        margin-bottom: 20px;
    }

    .or01 {
        order: 2;
    }

    .wrap_toggle .w-50 {
        width: 100% !important;
    }

    .mob_mt {
        margin-top: 20px;
    }

    .main_menu_left {
        width: 280px;
    }

    .card_images li {
        margin-right: 8px;
        width: 100%;
        margin-bottom: 10px;
    }

    .paid {
        margin-bottom: 20px;
    }

    .pricing_bill h3, .price_01 {
        text-align: left;
        line-height: 19px;
    }


    .container-checkbox1 .checkmark1 {
        width: 100%;
        min-width: 290px;
    }

    .container-checkbox1 .checkmark1 p {
        font-size: 13px;
    }

    .container-checkbox1 .checkmark1 h3 {
        font-size: 16px;
    }

    .d-mobile-none {
        display: none !important;
    }

    .select_field {
        margin-bottom: 10px;
    }

    .images_rp {
        border: 0 !important;
    }

    .images_rp li {
        margin-right: 0px;
        width: auto !important;
        display: inline-block !important;
    }

    span.btn-theme.up_csv {
        margin-bottom: 0 !important;
    }


    .mt_list li .search_icon {
        width: 30px;
        height: 30px;
        line-height: 30px;
    }

    .mt_list li .search_icon svg {
        width: 12px;
        height: 12px;
        margin-top: -4px;
    }

    .close_button {
        display: block;
    }

    .hide-tab {
        display: block;
        margin-left: 8px;
    }

    .top-left-menu li a {
        font-size: 13px;
    }

    .chat-or-1 {
        order: 1;
    }

    .chat-or-2 {
        order: 2;
    }

    .mmt-20 {
        margin-bottom: 20px;
    }

    .mt_list {
        padding: 4px 10px 13px;
    }

    .days {
        margin-bottom: 20px;
    }

    .user_one .message_user h6 span {
        padding-left: 0px;
    }

    .pd-401 {
        padding: 0 15px 20px 15px;
    }

    .edit {
        margin-bottom: 30px;
        margin-top: 20px;
    }

    .box_01 svg {
        width: 30px;
    }

    .subscription_plan li {
        margin-bottom: 10px;
        margin-right: 0;
        width: 100%;
    }

    .mt-200 {
        margin-top: 20px;
    }

    .mobile-logo {
        display: block !important;
    }

    .checkbox_list li {
        margin-bottom: 20px;
        margin-right: 0;
        width: 100%;
    }

    .main_bill_detail .bill_detail {
        width: 100%;
        border: 0;
        text-align: left;
    }

    .main_bill_detail .bill_detail li {
        text-align: left;

    }

    .main_bill_detail .bill_detail li:first-child {
        width: 84px;
    }

    .sticky {
        position: initial;
        padding-top: 30px;
    }

    .mb-60 {
        margin-bottom: 30px;
    }

    .mb-100 {
        margin-bottom: 20px;
    }

    .tabings_main ul {
        border: 1px solid #a6b0c214;
        border-radius: 10px;
        overflow: hidden;
    }

    .tabings_main ul .active {
        border-radius: 0;
    }

    ul#preview {
        border: 0px solid #a6b0c24a;
    }

    ul#preview li {
        height: 60px;
    }

    .tabings_main ul li {
        display: block;
        width: 100%;
        text-align: center;
    }

    .panel-body {
        padding: 30px 14px;
    }

    .blue_color, .green_color {
        padding: 0 15px;
    }

    .main_tenant {
        align-items: flex-start;
    }


    .pricing_bill h5 {
        text-align: left;
        font-size: 13px;
    }

    .box_01 {
        width: 60px;
        height: 60px;
        line-height: 60px;
    }

    .tabings_main ul li h5 {
        font-size: 11px;
        line-height: 3px;
    }

    .tabings_main ul li p {
        font-size: 12px;
    }

    .pricing_bill {
        margin-top: 20px;
        width: 100%;
        padding-left: 84px;
    }

    .image_logo {
        width: 150px;
        margin: 0 auto 40px;
    }

    .mb-120 {
        margin-bottom: 10px;
    }

    .sign_up h1, .sign_up label, .sign_up h3 {
    }

    .mainlogin_image:before {
        width: 100%;
        background: #f3faff47;
    }


    .mr-30 {
        margin-right: 0;
    }

    .h-1000 {
        height: auto;
    }

    .img_wrap {
        width: 40px;
        height: 40px;
    }

    .image_tnant {
        margin-right: 10px;
    }

    .wrap_tenant {
        padding: 10px 10px;
        margin-bottom: 20px;
    }

    .content_tnant h3 {
        font-size: 14px;
        line-height: 20px;
    }

    .content_tnant h5 {
        font-size: 14px;
    }

    .ml-30 {
        margin-left: 0;
    }

    .submit_form.pd1-30 {
        margin-bottom: 15px;
    }

    .spacification {
        margin: 25px 0;
        padding: 0 9px;
        flex-wrap: wrap;
    }

    .spacification li {
        margin-bottom: 20px;
        width: 42%;
    }

    .pr_gress {
        margin-bottom: 20px;
    }

    .text_prog {
        font-size: 13px;
    }

    .top-left-menu li a {
        font-weight: 600;
    }

    .file_attachment {
        font-size: 1px;
    }

    .pd-80 {
        padding: 70px 0 20px;
    }

    .pl-md-0 {
        padding-left: 15px;
    }

    .mob-mauto {
        margin: 0 auto;
    }

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

    .sign_up {
        padding-top: 20px;
    }

    .ny_location li span {
        padding-left: 0;
    }


    .user_one .img_user .image_user_message {
        width: 40px;
        height: 40px;
    }

    .user_one {
        margin-bottom: 10px;
    }

    .number_br li p {
        font-size: 12px;
    }

    .app_image .image_ap {
        width: 80px;
        height: 80%;
    }

    .app_image {
        width: 90px;
    }

    .main_appointment .appointment p {
        font-size: 12px;
        line-height: 21px;
        margin-bottom: 7px;
    }


    .open_nev {
        width: 100%;
    }

    .sidenav a {
        padding: 0px 0px 0px 0px;
    }

    .sidenav a span {

        float: right;
    }

    .logout a {
        padding: 0 !important;
    }

    .sidenav {
        height: 100%;
    }

    .feature li p {
        padding: 0 0 0 6px;
        font-size: 11px;
    }

    .tab-block {
        display: none;
    }

    .notice a {
        width: 30px;
        text-align: center;
        height: 30px;
        line-height: 30px;
    }

    .notice svg {
        width: 14px;
        height: 14px;
        margin-top: -3px;
    }

    .desktop-dropdown {
        margin-left: 0px !important;
    }

    .top-right-menu {
        display: flex;
        align-items: center;
    }

    .top-right-menu li {
        margin-left: 4px !important;
    }

    .preson-img {
        width: 30px;
        height: 30px;
        border-radius: 50%;
        display: inline-block;
        margin-right: 1px;
        border: 1px solid #e8f5ff;
    }

    /*.sidenav {*/
    /*width: 100%;*/
    /*}*/
    .mobile_menu {
        display: block;
    }

    .mobile_menu1.me {
        color: var(--primary-color);
        font-size: 20px;
    }


    .me1 {
        z-index: 999;
        position: fixed;
        width: 100%;
        top: 0;
        left: -100%;
        background: var(--lightblue-color);
        height: 100%;
        margin-top: 0;
        transition: 0.5s;
    }

    .act {
        left: 0;
    }


    ul.top-left-menu {
    }

    ul.top-left-menu li {
        display: block;
        text-align: center;
        padding-right: 0;
    }

    .number_br li {
        width: 59%;
    }

    .download {
        float: initial;
    }

    .number_br li:last-child {
        width: 38%;
    }

    .delete_btn {
        margin-left: 0;
    }

    .dl_btn {
        font-size: 14px;
    }

    .pd-40 {
        padding: 20px;
    }

    .add_app {
        flex-wrap: wrap;
    }

    .add02 {
        padding-left: 0;
        margin-top: 20px;
    }

    .fl-right {
        float: left;
    }

    .form-check1 {
        width: 100%;
    }

    .date_form {
        width: 32%;
        padding-right: 10px;
    }

    .btn-theme {
        margin-bottom: 20px;
    }

    .chat_icons li {
        width: 42%;
    }

    .add01 {
        width: 100%;
    }

    .ap_image {
        width: 128px;
        height: 128px;
        margin: 0;
    }

    .slid_show {
        height: 350px !important;
    }

    .mobile-icons {
        display: flex;
        align-items: center;
        margin-bottom: 20px;
        flex-wrap: wrap;
    }

    .ic01 {
        margin-right: 6px;
    }

    .apartment li {
        width: 100% !important;
    }

    .contact_det li {
        width: 100% !important;
        margin-bottom: 50px;
    }

    .ny_location {
        flex-wrap: wrap;
    }

    .ny_location li {
        text-align: center;
        width: 100%;
    }

    .pr-50 {
        padding-right: 10px;
    }

    .pl-50 {
        padding-left: 10px;
    }

    .ny_location li .near_by span {
        padding-left: 0;
        margin-top: 10px;
        display: block;
        margin-bottom: 10px;
    }

    .main_location > li {
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .flor_plan {
        height: 142px;
    }

    .rating_person .img_per {
        width: 70px;
        height: 70px;
        margin-right: 10px;
    }

    .main_app {
        padding: 10px 10px 24px 10px;
    }

    .image_sec {
        height: 145px;
    }

    .main_location li:last-child {
        text-align: center;
    }

    .ny_location li:last-child {
        width: 100%;
    }

    .ny_location li .near_by {
        display: initial;

    }

    .ny_location li .near_by .n_icon {
        margin: 0 auto;
    }

    .contact_det li:last-child {

        margin-bottom: 0px;
    }

    .slid_show {
        height: 190px !important;
    }

    .slid_thumb {
        height: 35px !important;
    }

    .swiper-button-next, .swiper-button-next, .swiper-button-prev {
        width: 40px !important;
        height: 40px !important;
    }

    .type_detail li p {
        font-size: 14px;
    }

    .amenities li {
        width: 50%;
    }

    .m-105, .mb-70 {
        margin-bottom: 50px;
    }

    .wish_icon {
        margin-top: 0;
        margin-right: auto;
    }

    .map_direction {
        margin-top: 20px;
    }

    h1 {
        font-size: 19px;
        margin-bottom: 16px;
    }

    h3 {
        font-size: 16px;
    }

    .pd-30 {
        padding-left: 15px;
        padding-right: 15px;
    }

    .contact_deta .contact_detail:nth-child(1) {
        width: 100%;
    }

    .submit_form {
        font-size: 15px;
    }

    .rating01 .star svg {
        width: 15px;
        height: 16px;
    }

    .rating01 .star {
        width: 35px;
        line-height: 35px;
        height: 35px;
    }

    .w-70 {
        width: 100%;
    }

    .mainlogin_image {
        height: auto;
        min-height: auto;
    }

    .mainlogin_image:after {
        display: none;
    }

    .white_logo {
        margin-bottom: 40px;
        height: 100px;
    }

    .buttons_log .sign_up1, .buttons_log .sign_in {
        font-size: 16px;
        padding: 0 30px;
    }

    .pd-10 {
        padding: 10px 10px 10px 10px;
    }

    .location p {
        margin-right: 0px;
    }

    .flat {
        margin-bottom: 20px;
    }

    .v_code li {
        width: 100%;
    }

    .v_code li:last-child {
        text-align: left;
        margin-top: 10px;
    }

    .attachment {
        padding: 8px 6px;
        width: 15%;
        text-align: center;
    }

    .message_text {
        width: 76%;
    }

    .submit {
        text-align: center;
        font-size: 11px;
        letter-spacing: 0;
        padding: 0 0 0 7px;
        background-position: 84% center !important;
        background: initial;
    }

    .detail_search .send {
        width: 24%;
    }

    .send {
        width: 19%;
        padding: 5px 0px;
    }

    .attachment svg {
        width: 13px;
    }

    .submit_icon svg {
        width: 14px;
        height: 14px;
    }

    .select_field {
        flex-wrap: wrap;
    }

    .select_field .form-group {
        margin: 0 3px;
        width: 100%;
        margin-bottom: 10px;
    }

    .user_header {

        top: 0;
    }

    .profile_panl li a {
        font-size: 12px;
    }

    .sidenav .notification_set {
        padding: 10px 8px 10px 0px;
    }

    .notification_set .left-colum .title_notification {
        margin: 0 0px 6px 0;
        font-size: 13px;
    }

    .notification_set .left-colum .text_notification {

        font-size: 11px;
        line-height: 18px;
    }


    .tabings_main ul li h3 {
    }

    .btn-wfill, .submit_form {
        height: 42px;
        line-height: 42px;
        font-size: 14px;
        padding: 0 30px;
    }

    .container-checkbox .checkmark {
    }

    .spacification p {
        font-size: 12px;
    }

    .text-fl1 {
        line-height: 21px;
        margin-bottom: 30px;
    }

    .main_check h3 {
        font-size: 13px;
    }

    .buttons_log .sign_up1, .buttons_log .sign_in {
        font-size: 15px;
        display: block;
        width: 80%;
        text-align: center;
        margin: 0 auto 10px;
        height: 50px;
        /* line-height: 5 */
    }

}