@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700&display=swap');

*,
*::after,
*::before {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

a {
    text-decoration: none;
}
 .mobileonly{
    display: none;
   }
.footer-log img {
    height: 24px;
}
body {
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
}

p {
    font-size: 16px;
    color: #000;
    line-height: 30px;
    font-weight: 500;
}
    .change-pasworddd .input-field input.form-control {
    padding: 10px 20px 20px 20px;
}
ul {
    margin-bottom: 0px;
    padding: 0px;
    list-style: none;
}

.navbar input[type="checkbox"],
.navbar .hamburger-lines {
    display: none;
}

header.darkHeader .navbar {
    background: #293241;
}

.navbar {
    border-bottom: 1px solid #fff;
    position: fixed;
    width: 100%;
    background: #293241;
    color: #000;
    /* height: 50px; */
    z-index: 12;
    padding: 25px 0px;
}

.all-pages-header {
    background: #4D4D4B;
}

.header-inner {
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
}

.menu-items {
    order: 2;
    display: flex;
}

.menu-items li {
    list-style: none;
    font-size: 1.2rem;
}

.menu-items a {
    text-decoration: none;
    color: #fff;
    font-weight: bold;
    transition: color 0.3s ease-in-out;
    font-size: 16px;
    padding: 0px 20px;
}

.menu-items a:hover {
    color: #e3e3e3;
    transition: color 0.3s ease-in-out;
}

.logo img {
    height: 25px;
}

button.btn.btn-signin {
    background: #293241;
    padding: 8px 30px;
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    vertical-align: middle;
    border-radius: 8px;
}

button.btn.btn-signin svg {
    width: 16px;
    height: 16px;
    margin-right: 18px;
}

.header-left {
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 200px;
}


/* ............//// Showcase styling ////......... */

.showcase-area {
    background-size: cover;
    background-repeat: no-repeat;
    height: 600px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.showcase-area h1 {
    font-size: 55px;
    color: #fff;
    font-weight: bold;
}

.showcase-area p {
    font-size: 25px;
    color: #fff;
    font-weight: 600;
    margin: 10px 0px 30px;
}

button.btn.btn-black {
    background: #293241;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    padding: 10px 50px;
    border-radius: 8px;
}

.showcase-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    font-size: 1.6rem;
}


/* ......//about us//...... */

section.about-wrapper {
    position: relative;
    margin: 80px 0px;
}

section.about-wrapper {
    position: relative;
    margin: 80px 0px;
}

.positon_img-about img {
    width: 40%;
    position: absolute;
    right: 0px;
    bottom: 0px;
}

.about-heading {
    font-size: 22px;
    color: #000000a6;
    font-weight: 500;
    margin-bottom: 20px;
}

.small-about-heding {
    font-size: 22px;
    color: #000;
    font-weight: bold;
    line-height: 35px;
}

ul.about-note li {
    position: relative;
    padding-left: 30px;
    line-height: 30px;
    /* display: flex; */
    /* align-items: center; */
    /* justify-content: center; */
    margin-bottom: 15px;
}

ul.about-note li:last-child {
    margin-bottom: 0px;
}

ul.about-note {
    margin-top: 20px;
}

ul.about-note li:before {
    position: absolute;
    top: 10px;
    left: 0px;
    background-image: url(../img/Iconawesome-check.png);
    background-size: cover;
    display: block;
    content: "";
    width: 18px;
    height: 14px;
}

.about-text {
    padding-right: 50px;
}

.about-img img {
    width: 100%;
}

img.shape-aboutus {
    position: absolute;
    width: 56%;
    right: 0px;
    z-index: -1;
}

.about-img {
    position: relative;
    padding: 40px 40px 40px 0px;
    display: flex;
    align-items: center;
    justify-content: end;
    z-index: 1;
}

.background-gray {
    background: #9B9B9B;
}

.our_listing-bg {
    background-size: cover;
    background-repeat: no-repeat;
    padding: 60px 0px 80px;
}

.our_listing-bg .main-title {
    color: #fff;
}

.main-title {
    font-size: 42px;
    color: #000;
    text-align: center;
    font-weight: bold;
    margin-bottom: 20px;
}

.listing-card {
    background: #ffff;
}

.listing-card {
    background: #ffff;
    border-radius: 15px;
    position: relative;
    overflow: hidden;
}

.listing-slider {
    padding-top: 30px;
    padding-bottom: 0px;
}

.img-listing:after {
    content: "";
    display: block;
    /*position: absolute;*/
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    opacity: 1;
    z-index: 1;
    /* transform: scaleY(0); */
    transform-origin: 100% 100%;
    transition: all 0.3s ease-in-out;
    z-index: 1;
    background: linear-gradient(180deg, rgba(2, 0, 36, 0) 0%, rgba(0, 0, 0, 0.5219129888283438) 110%);
}

.img-listing {
    position: relative;
    border-radius: 15px;
    overflow: hidden;
}

span.for-sale {
    background: #e20516;
    padding: 7px 20px;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    border-radius: 5px;
    position: absolute;
    top: 15px;
    left: 20px;
    z-index: 5;
}

.price-rate {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: absolute;
    width: 100%;
    bottom: 0px;
    padding: 15px 20px 20px;
    z-index: 5;
}

.price-rate p {
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    margin: 0px;
}

.indn-fav i {
    background: #000000b5;
    padding: 8px;
    border-radius: 5px;
    color: #fff;
    font-size: 15px;
}

.red-heart {
    background: #e20516 !important;
}

.listing-content {
    padding: 20px;
}

.auto-listing {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #444444;
    font-size: 15px;
}

.auton-name {
    display: flex;
    align-items: center;
    column-gap: 15px;
}

.auton-name img {
    width: 45px !important;
    height: 45px;
    border-radius: 100px;
}

.listing-content-outer {
    border-bottom: 1px solid #f0f0f0;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.listing-content-outer h4 {
    color: #9C9C9C;
    font-size: 18px;
}

.listing-content-outer p {
    color: #9C9C9C;
    font-size: 15px;
}

.listing-content-outer i {
    margin-right: 5px;
}

.listing-content-outer h6 {
    color: #000;
    font-size: 20px;
    font-weight: bold;
}

.listing-content-outer ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    column-gap: 22px;
}

.listing-content-outer li {
    color: #9C9C9C;
    font-size: 14px;
}

.listing-slider .owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 60px;
}

.table-listing .nav.nav-pills {
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 30px;
}

.table-listing .nav-pills .nav-link {
    padding: 8px 30px;
    background: #fff;
    margin: 0;
    border-radius: 0.25rem;
    border: 0px;
    color: #000;
    font-size: 16px;
    font-weight: 500;
}

.table-listing .nav-pills .nav-link.active,
.table-listing .nav-pills .show>.nav-link,
.table-listing .nav-pills .nav-link:hover {
    color: #fff;
    background-color: #e20516;
}

.table-listing {
    padding: 35px 0px 30px;
}

.cpntent-dowlod h5 {
    font-size: 70px;
    color: #000;
    margin-bottom: 20px;
}

.cpntent-dowlod h6 {
    font-size: 70px;
    color: #000;
    margin-bottom: 20px;
    font-weight: bold;
    text-transform: uppercase;
}

.stores-imag {
    display: flex;
    align-items: center;
    column-gap: 10px;
}

.stores-imag img {
    width: 100%;
    margin-top: 50px;
}

section.download-mobile img {
    width: 100%;
}

section.download-mobile {
    padding-top: 100px;
}

.icon-feed {
    background: #e20516;
    width: 90px;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 26px;
    border-radius: 100px;
    margin-top: 0px;
    position: absolute;
    z-index: 113;
    top: -50px;
    /* left: 40%; */
}

.feedback-box {
    box-shadow: rgb(0 0 0 / 9%) 0px 3px 12px;
    padding: 70px 20px 20px;
    /* margin-top: 90px; */
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background: #fff;
    border-radius: 10px;
}

.clientFeed-inner .owl-carousel .owl-stage-outer {
    padding: 50px 0px;
}

.feedback-admin {
    display: flex;
    align-items: center;
    width: 100%;
    column-gap: 20px;
}

.feedback-admin h6 {
    font-size: 20px;
    color: #000;
    margin: 0PX;
    font-weight: 500;
}

hr.border-fixxx {
    width: 100%;
    background: #afa7a7;
}

.feedback-admin p {
    margin: 0px;
    color: #7F7F7F;
    font-size: 16px;
    font-weight: 500;
}

.feedback-admin img {
    width: 75px !important;
    height: 75px;
    border-radius: 100%;
}

section.client-feedback {
    position: relative;
}

section.client-feedback:before {
    background: #F6F6F6;
    display: block;
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 250px;
    -webkit-box-shadow: inset 0 20px 20px -20px rgb(0 0 0 / 80%);
    -moz-box-shadow: inset 0 20px 20px -20px rgba(0, 0, 0, 0.8);
    box-shadow: inset 0 20px 9px -24px rgb(0 0 0 / 4%);
}

section.client-feedback {
    position: relative;
    padding: 50px 0px;
}


/* ..........////Food category///........... */

#food {
    padding: 5rem 0 10rem 0;
}

#food h2 {
    text-align: center;
    font-size: 2.5rem;
    font-weight: 400;
    margin-bottom: 40px;
    text-transform: uppercase;
    color: #555;
}

.food-container {
    display: flex;
    justify-content: space-between;
}

.food-container img {
    display: block;
    width: 100%;
    margin: auto;
    max-height: 300px;
    object-fit: cover;
    object-position: center;
}

.img-container {
    margin: 0 1rem;
    position: relative;
}

.img-content {
    position: absolute;
    top: 70%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    z-index: 2;
    text-align: center;
    transition: all 0.3s ease-in-out 0.1s;
}

.img-content h3 {
    color: #fff;
    font-size: 2.2rem;
}

.img-content a {
    font-size: 1.2rem;
}

.img-container::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.871);
    opacity: 0;
    z-index: 1;
    transform: scaleY(0);
    transform-origin: 100% 100%;
    transition: all 0.3s ease-in-out;
}

.img-container:hover::after {
    opacity: 1;
    transform: scaleY(1);
}

.img-container:hover .img-content {
    opacity: 1;
    top: 40%;
}

.lested-feed {
    border-radius: 20px;
    overflow: hidden;
}

.lested-feed img {
    width: 100%;
}

.letest-box {
    background: #FBFBFB;
    border-radius: 20px;
}

.letest-box-inner {
    padding: 20px;
}

.letest-box-inner i {
    color: #9B9B9B;
    font-size: 12px;
    margin-right: 5px;
    VERTICAL-ALIGN: MIDDLE;
}

.letest-box-inner h6 {
    font-size: 25px;
    margin-bottom: 25px;
    line-height: 34px;
    font-weight: 600;
    color: #000;
}

.lested-feed-admin p {
    color: #9B9B9B !important;
    margin-bottom: 0px;
}

.letest-box-inner .lested-feed-admin i {
    color: #9B9B9B;
    font-size: 16px;
    margin-right: 5px;
    VERTICAL-ALIGN: MIDDLE;
}

.lested-feed-admin a {
    color: #000;
    font-size: 16px;
}

.lested-feed-admin {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #000;
}

.letest-box-inner p {
    color: #000;
}


/* .........../Food Menu/............ */

.food-menu-heading {
    text-align: center;
    font-size: 3.4rem;
    font-weight: 400;
    color: #666;
}

.food-menu-container {
    display: flex;
    flex-wrap: wrap;
    padding: 50px 0px 30px 0px;
}

.food-menu-container img {
    display: block;
    width: 250px;
    height: 250px;
    border-radius: 50%;
    object-fit: cover;
    object-position: center;
}

.food-menu-item {
    display: flex;
    flex: 1 1 600px;
    justify-content: space-evenly;
    margin-bottom: 3rem;
}

.food-description {
    margin: auto 1.5rem;
}

.font-title {
    font-size: 1.8rem;
    font-weight: 400;
    color: #444;
}

.food-description p {
    font-size: 1.4rem;
    color: #555;
    font-weight: 500;
}

.food-description .food-price {
    color: #117964;
    font-weight: 700;
}


/* ........./ Testimonial /.......... */

#testimonials {
    padding: 5rem 0;
    background: rgba(243, 243, 243);
}

.testimonial-title {
    text-align: center;
    font-size: 2.8rem;
    font-weight: 400;
    color: #555;
}

.testimonial-container {
    display: flex;
    justify-content: space-between;
    font-size: 1.4rem;
    padding: 1rem;
}

.testimonial-box .checked {
    color: #ff9529;
}

.testimonial-box .testimonial-text {
    margin: 1rem 0;
    color: #444;
}

.testimonial-box {
    text-align: center;
    padding: 1rem;
}

.customer-photo img {
    display: block;
    width: 150px;
    height: 150px;
    object-fit: cover;
    object-position: center;
    border-radius: 50%;
    margin: auto;
}

section.lestet-feedback {
    padding-bottom: 80px;
}

.newslett-inner {
    background: #293241;
    padding: 70px 50px;
    border-radius: 20px;
}

.nes-letter-content h6 {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 15px;
    color: #fff;
    text-transform: uppercase;
}

.nes-letter-content p {
    font-size: 25px;
    color: #fff;
    font-weight: 500;
    margin-bottom: 0px;
}

.enter-email {
    height: 55px;
    padding: 0px 25px;
    font-size: 16px;
}

.nellter-input {
    position: relative;
}

button.subscribe-button {
    background: #293241;
    color: #fff;
    padding: 0px 30px;
    height: 48px;
    border-radius: 5px;
    font-weight: 600;
    position: absolute;
    top: 3px;
    right: 4px;
    border: 0px;
}

section.newsletter {
    margin-bottom: -100px;
}

section.newsletter {
    margin-bottom: -100px;
    position: relative;
    z-index: 1;
}
.footer-log img {
    margin-bottom: 20px;
}


footer.footer {
    background: #fbfbfb;
    padding: 180px 0px 60px;
}

.footer-widget h6 {
    padding-bottom: 20px;
    font-size: 22px;
    font-weight: 500;
    padding-top: 0px;
}

.footer-widget.mailfooter span {
    color: #767676;
    display: block;
    width: 60px;
}

.footer-widget a {
    padding: 0px 0px;
    color: #767676;
    font-size: 16px;
    font-weight: 500;
}

.footer-widget.mailfooter a {
    color: #000;
    font-weight: 500;
}

.mail-link p {
    line-height: 35px;
}

.footer-widget li {
    padding: 8px 0px;
}

.footer-widget li a i {
    margin-right: 5px;
}

.footer-log img {
    margin-bottom: 50px;
/*    height: auto;*/
/*    width: 250px;*/
}

.footer-log p {
    color: #767676;
    line-height: 35px;
}

.mail-link {
    display: flex;
    align-items: baseline;
}

.copyright-footer p {
    margin-bottom: 0px;
    color: #000;
    font-weight: 500;
    font-size: 16px;
}

.copyright-footer {
    text-align: center;
    padding: 20px 0px;
}

section.about-title h2 {
    font-size: 45px;
    font-weight: bold;
}

section.about-title {
    padding: 140px 0px 50px;
    background: #EAEAEA;
    text-align: center;
}

section.about-title .breadcrumb-item+.breadcrumb-item::before {
    content: ">";
}

section.about-title .breadcrumb-item.active {
    color: #000000;
}

section.about-title ol.breadcrumb {
    justify-content: center;
    font-size: 16px;
    font-weight: bold;
}

section.about-title li.breadcrumb-item a {
    color: #8A8A8A;
}

/*.container-width .container,
.container-width .container-lg,
.container-width .container-md,
.container-width .container-sm,
.container-xl {
    max-width: 1100px;
}*/

section.why-chhose {
    background: #f6f6f6;
    padding: 60px 0px 70px;
}

.why-box {
    padding: 25px;
    background: #fff;
    text-align: center;
    height: 100%;
}

.why-box img {
    height: 55px;
    margin-bottom: 25px;
    width: auto;
}

.why-box h4 {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 20px;
}

.modern-villa img {
    height: 50px;
    width: auto;
    margin-bottom: 25px;
}

.modern-villa h3 {
    font-size: 23px;
    font-weight: bold;
}

.modern-villa {
    margin-top: 30px;
}

.meetOur-box {
    text-align: center;
}

.meetOur-box p {
    font-size: 16px;
    font-weight: bold;
}

.meetOur-box img {
    border-radius: 10px;
    margin-bottom: 25px;
}

.meetOur-box h3 {
    font-size: 25px;
    font-weight: bold;
}

section.meetour-agent {
    padding: 0px 0px 80px;
}

.blogss-pages .letest-box {
    margin-bottom: 50px;
}

.servicce-page .table-listing .nav-pills .nav-link {
    border: 1px solid #9B9B9B;
    color: #9b9b9b;
}

.servicce-page .table-listing .nav-pills .nav-link.active,
.servicce-page .table-listing .nav-pills .show>.nav-link,
.servicce-page .table-listing .nav-pills .nav-link:hover {
    color: #fff;
    background-color: #9B9B9B;
}

section.our_listing-bg.servicce-page .listing-card {
    background: #FBFBFB;
    border-radius: 15px;
    position: relative;
    overflow: hidden;
    margin-bottom: 50px;
}

.map-loaction {
    border-radius: 10px;
    overflow: hidden;
}

section.contact-us {
    padding: 80px 0px;
}

.contatct-form {
    padding: 80px 50px 40px;
}

.box-1 {
    background: #F8F8F8;
    text-align: center;
    padding: 50px 30px;
    margin-bottom: 20px;
    border-radius: 20px;
}

.box-1:last-child {
    margin-bottom: 0px;
}

.box-1 h5 {
    font-size: 30px;
    margin: 10px 0px 15px;
    font-weight: 600;
    color: #3D3D3D;
}


}

.box-1 svg {
    width: 45px;
    height: 45px;
    fill: #3D3D3D;
}

.box-1 path {
    fill: #3D3D3D;
}

.box-1 p,
.box-1 a {
    font-size: 20px;
    margin: 0px;
    font-weight: 600;
    color: #3D3D3D;
}

.info-details {
    padding-right: 20px;
}

input.btn-send-btn {
    border: 0px;
    background: #293241;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    padding: 0px 60px;
    border-radius: 10px;
    height: 60px;
}

.contact-for-input {
    padding-left: 20px;
}

.contact-for-input h4 {
    font-size: 40px;
    font-weight: 500;
    margin-bottom: 40px;
}

.contact-for-input .form-control {
    height: 60px;
    border-color: #C2C2C2;
    border-radius: 12px;
    font-size: 18px;
    padding: 15px 30px;
    font-weight: 500;
    resize: none;
}

.contact-for-input textarea.form-control {
    height: auto;
}

.form-sign-page .form-control {
    color: #212529;
    background-color: transparent;
    border: 0px solid #ced4da;
    border-radius: 0px;
    padding: 0px;
    height: 40px;
    border-bottom: 1.5px solid #C2C2C2;
    margin-bottom: 0px;
    font-size: 16px;
}

.right-part-sign h4 {
    font-size: 36px;
    font-weight: 600;
    color: #333333;
    margin-bottom: 15px;
}

.right-part-sign p {
    font-size: 16px;
    line-height: normal;
    color: #696969;
}

.form-control:focus {
    color: #212529;
    /*background-color: inherit;*/
    border-color: inherit;
    box-shadow: none;
}

.right-part-sign .form-control:focus {
    border-color: #c9c9c9;
    background-color: inherit;
    /* border-color: inherit; */

    box-shadow: none;
}

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

.form-sign-page .input-group-text {
    display: flex;
    align-items: center;
    padding: 8px 10px 8px 8px;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: center;
    white-space: nowrap;
    background-color: transparent;
    border: 0px solid #ced4da;
    border-radius: 0px;
    border-bottom: 1.5px solid #C2C2C2;
}

.forget-pass-puter {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.forget-pass-puter label.form-check-label {
    color: #C2C2C2;
    font-size: 16px;
    font-weight: 500;
}

.forget-pass-puter label.form-check-label strong {
    color: #000;
}

.forget-pass-puter .form-check-input {
    width: 20px;
    height: 20px;
    margin-right: 10px;
    margin-left: -14px;
    margin-top: 1px;
}

button.loginbtn {
    border: 0px;
    background: #293241;
    color: #fff;
    font-size: 22px;
    font-weight: 600;
    height: 55px;
    width: 100%;
    border-radius: 12px;
}

a.forget-password {
    font-size: 16px;
    color: #000;
    font-weight: 500;
}

p.dont-have-accound {
    text-align: center;
}

p.dont-have-accound strong {
    color: #000;
    cursor: pointer;
}

.form-sign-page .input-group-text svg {
    width: 20px;
    height: 20px;
}

.sign-outer {
    display: flex;
    border-radius: 12px;
    /*    overflow: hidden;*/
}

.signin-outer {
    padding: 200px 0px 150px;
}

.left-part-sign {
    background-image: url(./img/Rectangle12398.png);
    width: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    border-radius: 12px;
}

.right-part-sign {
    padding: 60px 50px;
    border-radius: 12px;
    width: 50%;
    box-shadow: 0px 0px 4px #ddd;
    background: #fff;
}

.check-yourmail h2 {
    font-size: 38px;
    color: #333333;
    font-weight: 600;
}

.check-yourmail img {
    width: 40%;
    margin-bottom: 28px;
}

.check-yourmail .modal-body {
    text-align: center;
    padding: 40px;
}

.check-yourmail .modal-content {
    border-radius: 12px;
}

.opt-input-field .form-control {
    text-align: center;
    font-size: 40px;
    padding-bottom: 5px;
    color: #333333;
    font-weight: 400;
}

.opt-input-field {
    display: flex;
    align-items: center;
    text-align: center;
    column-gap: 30px;
}

a.btn0cotinoue {
    background: #9B9B9B;
    color: #fff;
    font-weight: 600;
    font-size: 20px;
    width: 100%;
    display: block;
    height: 50px;
    line-height: 50px;
    border-radius: 12px;
    margin-top: 20px;
}

p.pas-reset {
    margin-bottom: 12px;
    font-size: 22px;
}

/* ........ Contact Us........... */

/* ......../ media query /.......... */


.services-img {
    border-radius: 20px;
    overflow: hidden;
}

.services-img img {
    width: 100%;
}

.content-services h4 {
    font-size: 38px;
    margin-bottom: 20px;
}

.content-services p {
    font-size: 16px;
    margin-bottom: 15px;
    font-weight: bold;
}

.resons-list li {
    position: relative;
    padding-left: 30px;
    /* padding-bottom: 10px; */

    line-height: 34px;
    margin: 10px 0px;
    font-weight: bold;
}

.resons-list li:before {
    content: "";
    position: absolute;
    left: 0px;
    display: block;
    background: #000;
    width: 10px;
    height: 10px;
    top: 14px;
}

button.btn.btn-black.background-gray {
    background: #293241;
}

.blog-details-contet h2 {
    font-size: 30px;
}

.blog-details-contet p {
    color: #696969;
}

.blog-details-contet img {
    margin-bottom: 20px;
    border-radius: 12px;
    width: 100%;
}

ul.user-infors {
    margin-bottom: 40px;
    margin-top: 20px;
    display: flex;
    align-items: center;
    column-gap: 40px;
}

ul.user-infors li svg {
    width: 22px;
    height: 22px;
    margin-right: 10px;
    vertical-align: middle;
}

ul.user-infors li {
    font-weight: 600;
    color: #9D9D9D;
}

.share-share p {
    text-align: right;
    margin-bottom: 0px;
    color: #696969;
    font-weight: bold;
}

.share-share a {
    color: #696969;
    font-weight: bold;
}

.share-share i {
    background: #9B9B9B;
    width: 40px;
    height: 40px;
    border-radius: 100px;
    display: inline-block;
    text-align: center;
    padding: 10px;
    margin-left: 10px;
}

.share-share {
    padding: 10px 0px;
    border-top: 1px solid #C2C2C2;
    border-bottom: 1px solid #C2C2C2;
}

.coment-user {
    border-bottom: 1px solid #C2C2C2;
    padding-top: 35px;
}

.share-share svg {
    width: 20px;
    height: 20px;
}

.comments h2,
.contact-for-input h2 {
    color: #333333;
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 20px;
}

.comments {
    padding: 25px 0px;
}

.commnt-box {
    display: flex;
    column-gap: 25px;
    margin-bottom: 30px;
}

.commnt-box h5 {
    color: #333333;
    font-size: 25px;
    font-weight: 600;
}

.commnt-box h5 span {
    font-size: 14px;
    color: #A5A5A5;
    font-weight: 400;
    margin-left: 50px;
}

.commnt-box img {
    border-radius: 12px;
    width: 120px;
    height: 120px;
}

.commnt-box p {
    font-size: 14px;
    color: #7F7F7F;
    font-weight: 400;
    line-height: 25px;
}

.commnt-box a svg {
    margin-right: 8px;
}

.commnt-box a {
    font-weight: 600;
    color: #000;
}

.reply-back {
    padding-left: 130px;
}

.blog-right-side h5 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 25px;
}

.serch-filter input {
    width: 100%;
    border-bottom: 1px solid #696969;
    border-width: 0px 0px 1px 0px;
    padding: 0px;
    font-size: 14px;
    font-weight: 600;
    padding: 10px 0px;
}

.box-blog {
    padding: 25px;
    box-shadow: rgb(0 0 0 / 10%) 0px 1px 8px;
    border-radius: 12px;
    margin-bottom: 35px;
}

.Categories ul li a {
    font-size: 16px;
    color: #696969;
    font-weight: 500;
    padding: 0px 0px 6px 0px;
    display: block;
}

.postr-ad-repeat img {
    height: 100px;
    width: 100px;
    border-radius: 12px;
}

.postr-ad-repeat {
    display: flex;
    column-gap: 20px;
}

.post-title h6 {
    font-size: 18px;
    font-weight: 600;
}

.post-title time {
    color: #C2C2C2;
    font-weight: 600;
    font-size: 14px;
}

.postr-ad-repeat {
    display: flex;
    column-gap: 20px;
    border-bottom: 1px solid #C2C2C2;
    padding-bottom: 2;
    padding-bottom: 25px;
    margin-bottom: 20px;
}


.sidebar-profile {
    background: #F9F9F9;
    padding: 25px;
    border-radius: 12px;

}

.sidebar-profile ul {
    display: block !important;
}

.sidebar-profile ul li a.nav-link {
    background-color: none;
    font-size: 18px;
    font-weight: 500;
    color: #696969;
    display: block;
    padding: 0px;
}

.sidebar-profile ul li a.nav-link.active {
    color: #000;
    background-color: none;
}

.sidebar-profile .nav-pills .nav-link.active,
.sidebar-profile .nav-pills .show>.nav-link {
    background-color: transparent !important;
}

section.onwer-portsal {
    padding: 60px 0px;
}

.sidebar-profile ul li {
    border-bottom: 1px solid #C7C7C7;
    padding: 20px 0px 20px;
}

.sidebar-profile ul li:last-child {
    border-bottom: 0px solid #C7C7C7;
    padding-bottom: 0px;

}

.sidebar-profile ul li:first-child {
    padding-top: 0px;

}

.input-field input.form-control {
    border-width: 0px 0px 1px 0px;
    border-radius: 0px;
    padding-left: 40px;
    border-color: #C2C2C2;
    font-weight: 600;
    font-size: 16px;
    padding: 10px 20px 20px 40px;
}

.input-field {
    position: relative;
    margin-bottom: 30px;
}

.input-field svg {
    width: 18px;
    height: 18px;
    position: absolute;
    left: 10px;
    top: 25%;
}

.ownerw-portal h2,
.faince-property h6 {
    font-size: 25px;
    margin-bottom: 30px;
    font-weight: 500;
}

.cocol-pwner-4 {
    width: 23%;
}

.col-pwner-8 {
    width: 74%;
}

.owener-portal-row {
    display: flex;
    justify-content: space-between;
}

.savced-pro {
    margin-left: -8px;
    margin-right: -8px;
}

.savced-pro .col-lg-4 {
    padding: 0px 8px;
}

.savced-pro .listing-card {
    background: #FBFBFB;
}

.user-repair i {
    background: #C2C2C2;
    width: 70px;
    height: 70px;
    border-radius: 100px;
    display: flex;
    align-items: center;
    line-height: 70px;
    justify-content: center;
}

.user-repair {
    display: flex;
    column-gap: 30px;
    align-items: center;
}

.user-repair h3 {
    font-size: 22px;
    margin-bottom: 5px;
    font-weight: 600;
}

.user-repair a {
    color: #696969;
    font-size: 15px;
    font-weight: 600;
}

.repair-box h6 {
    font-weight: 600;
    color: #000;
    font-size: 16px;
}

.repair-box p {
    font-weight: 600;
    color: #222222;
    font-size: 14px;
    margin-bottom: 0px;
}

.repair-box {
    padding: 30px;
    border-radius: 20px;
    background: #F9F9F9;
}

.property-box h4 {
    font-size: 25px;
    font-weight: bold;
    color: #333333;
    margin-bottom: 20px;
}

.property-box p {
    font-weight: 500;
    font-size: 16px;
    color: #9B9B9B;
    margin-bottom: 1px;
}

.inner-box-property {
    background: #FBFBFB;
    border-radius: 12px;
    display: flex;
    padding: 20px;
    column-gap: 25px;
    align-items: center;
}

.inner-box-property img {
    border-radius: 12px;
    width: auto;
    height: 110px;
}

.property-box p span {
    color: #333333;
}


.login-drop-down button.btn.btn-secondary {
    background: #9B9B9B;
    padding: 8px 20px;
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    vertical-align: middle;
    border-radius: 10px;
}

.login-drop-down button.btn.btn-secondary svg {
    margin-left: 18px;
    width: 14px;
    height: 14px;
}

.ownerw-portal h2 a {
    margin-right: 15px;
}

.ownerw-portal h2 a svg {
    width: 16px;
    height: 16px;
    vertical-align: baseline;
}

a.eport-availible {
    background: #9B9B9B;
    padding: 8px 30px;
    color: #fff !important;
    font-weight: bold;
    font-size: 16px;
    vertical-align: middle;
    border-radius: 8px;
}

.rputine-box {
    display: flex;
    align-items: center;
    column-gap: 20px;
}

.inspection-inner {
    font-weight: 500;
}

.rputine-box p,
.faince-property p,
.date-issue {
    margin-bottom: 0px;
    color: #9F9F9F;
}

.rputine-box p span {
    color: #333333;
}

a.eport-availible svg {
    width: 16px;
    height: 16px;
    margin-right: 18px;
}

.inspection-inner h3 {
    font-size: 18px;
    margin-bottom: 20px;
}

.inspection-inner a {
    color: #9F9F9F;
}

.inspection-inner,
.SnowMoreInspections-inner {
    font-weight: 500;
    background: #F5F5F5;
    padding: 25px;
    border-radius: 10px;
    margin-bottom: 15px;
}


.statement {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: 500;
}

.statement-text {
    font-size: 20px;
    color: #333333;
}

.statement-text svg {
    width: 15px;
    height: 15px;
    margin-right: 6px;
    vertical-align: baseline;
    color: #333333;
}

ul.income-of li {
    font-size: 18px;
    font-weight: 500;
    color: #9F9F9F;
}

ul.income-of li span {
    color: #333333;
}

ul.income-of {
    display: flex;
    align-items: center;
    column-gap: 20px;
    margin-top: 15px;
}

span.red-text {
    color: #FF0000 !important;
}

span.green-text {
    color: #15BF02 !important;
}

.ownerw-portal h2 a {
    font-size: 22px;
    margin-bottom: 30px;
    font-weight: 500;
    color: #333333;
}

.view-page h2 {
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 20px;
}

ul.house-bad {
    display: flex;
    align-items: center;
    column-gap: 30px;
    margin-bottom: 25px;
}

ul.house-bad li {
    font-weight: 500;
    color: #9F9F9F;
    font-size: 18px;
}

ul.house-bad li span {
    color: #333333;
}

table.list-view tr {
    background: #FBFBFB;
}

table {
    caption-side: bottom;
    border-collapse: separate;
    border-spacing: 0px 10px;
}

table.list-view td {
    color: #565656;
    padding: 20px 25px;
    font-weight: bold;
}

table.list-view td span {
    color: #000000
}

table {
    caption-side: bottom;
    border-collapse: collapse;
    border-collapse: separate;
    margin: 0px;
    border-spacing: 0px 15px;
}

table.list-view tr td:first-child {
    border-radius: 15px 0px 0px 15px;
}

table.list-view tr td:last-child {
    border-radius: 0px 15px 15px 0px;
}

table.list-view tr.bakground-yellow {
    background-color: #F4F8E5;
}

table.list-view tr.bakground-yellow td {
    color: #1D7E13;
}

table.list-view tr.bakground-red {
    background-color: #FEF4F2;
}

table.list-view tr.bakground-red td {
    color: #FF0000;
}

table.list-view tr.bakground-blue {
    background-color: #DAF5F5;
}

table.list-view tr.bakground-blue td {
    color: #00CBFF;
}

section.lsiting-page {
    padding: 80px 0px;
}

.filter-outer {
    background: #fff;
    box-shadow: 0px 0px 2px #ddd;
    border-radius: 12px;
    padding: 30px 20px;
}

.outer-serch input {
    width: 100%;
    border-bottom: 1px solid #AAAAAA !important;
    border: 0px;
    padding: 5px 20px;
}

.outer-serch {
    position: relative;
}

i.loaction-icon {
    position: absolute;
    left: 0px;
}

i.loaction-icon svg {
    width: 20px;
    height: 20px;
}

i.direction-icon {
    position: absolute;
    right: 0px;
}

.outer-serch svg {
    width: 15px;
    height: 15px;
}


.filter-outer h5 {
    margin-bottom: 22px;
    font-weight: 600;
    font-size: 20px;
}

.searchiflter {
    margin-bottom: 30px;
}

.checkbox-filter {
    color: #696969;
    display: flex;
    align-items: center;
    justify-content: space-between;
    column-gap: 20px;
    font-weight: 600;
    margin-bottom: 5px;
}

.checkbox-filter label {
    display: inline-block;
    margin-left: 5px;
}


input[type="range"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    outline: none;
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    background-color: transparent;
    pointer-events: none;
}

.slider-track {
    width: 100%;
    height: 5px;
    position: absolute;
    margin: auto;
    top: 15;
    bottom: 0;
    border-radius: 5px;
}

.slider-track1 {
    width: 100%;
    height: 5px;
    position: absolute;
    margin: auto;
    top: 15;
    bottom: 0;
    border-radius: 5px;
}

input[type="range"]::-webkit-slider-runnable-track {
    -webkit-appearance: none;
    height: 5px;
}

input[type="range"]::-moz-range-track {
    -moz-appearance: none;
    height: 5px;
}

input[type="range"]::-ms-track {
    appearance: none;
    height: 5px;
}

input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    height: 20px;
    width: 20px;
    cursor: pointer;
    border-radius: 50%;
    background-color: #9B9B9B;
    pointer-events: auto;
}

input[type="range"]::-moz-range-thumb {
    -webkit-appearance: none;
    height: 20px;
    width: 20px;
    cursor: pointer;
    border-radius: 50%;
    background-color: #9B9B9B;
    pointer-events: auto;
}

input[type="range"]::-ms-thumb {
    appearance: none;
    height: 20px;
    width: 20px;
    cursor: pointer;
    border-radius: 50%;
    background-color: #9B9B9B;
    pointer-events: auto;
}

/*input[type="range"]:active::-webkit-slider-thumb {
  background-color: #ffffff;
  border: 1px solid #3264fe;
}*/
.wrapper1 {
    position: relative;
}

.container1 {
    position: relative;
    margin-top: 20px;
}

.apply-btn {
    background: #9B9B9B;
    height: 55px;
    border: 1px solid#9B9B9B;
    border-radius: 12px;
    color: #fff;
    font-weight: 600;
    padding: 10px 60px;
}

.clear-btn {
    background: #fff;
    border: 1px solid#9B9B9B;
    height: 55px;
    border-radius: 12px;
    color: #9B9B9B;
    font-weight: 600;
    padding: 10px 60px;
}

.listing-list .listing-card {
    background: #FBFBFB;
}

.listing-car-mg {
    margin-bottom: 25px;

}

.listing-car-mg h2 {
    color: #fff;
    font-size: 25px;
}

.liting-img {
    padding: 0px 0px;
}

.liting-img img {
    width: 100%;
}


.check-villa-pic {
    padding: 50px 0px 50px;
}

.liting-img {
    padding: 60px 0px 60px;
    background-size: cover;
    background-position: right;
    background-repeat: no-repeat;
}

a.sale-bg {
    background: #FF0404;
    color: #fff;
    padding: 2px 10px;
    font-size: 14px;
}

.days-time svg {
    width: 15px;
    height: 15px;
    margin-right: 6px;
}

.listing-right-part ul {
    color: #696969;
    display: flex;
    align-items: center;
    column-gap: 20px;
    font-weight: 600;

}


.days-time {
    color: #696969;
    font-weight: 600;
    font-size: 14px;
}

.listing-right-part h1 {
    font-size: 30px;
    font-weight: 600;
    padding: 20px 0px 10px;
}

h5.price-rates {
    color: #15BF02;
    padding: 20px 0px;
    margin: 0px;
    font-size: 28px;
    font-weight: 600;
}

.listing-right-part p {
    color: #696969;
    font-size: 16px;
    font-weight: 500;
}

.bruno-sayes {
    width: 100%;
    justify-content: space-between;
    display: flex;
    align-items: center;
    background: #fff;

    border-radius: 10px;
    padding: 15px 20px;
    margin-top: 30px;
}

.bruno-sayes img {
    width: 70px;
    height: 70px;
    border-radius: 100px;
}

.bruno-left {
    display: flex;
    align-items: center;
    column-gap: 15px;
}

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

.bruno_name h2 {
    color: #333333;
    font-size: 18px;
    margin: 0px;
}

.bruno-socila {
    display: flex;
    align-items: center;
    column-gap: 10px;
    color: #696969;
}

.bruno-socila a {
    color: #696969;
    font-size: 15px;
}

.bruno_name {
    display: flex;
    align-items: baseline;
    column-gap: 20px;
}

a.bruno-btn {
    background: #9B9B9B;
    padding: 8px 30px;
    color: #fff;
    font-weight: 500;
    display: block;
    font-size: 16px;
    vertical-align: middle;
    border-radius: 8px;
}

.right-brunon a {
    font-weight: 600;
    font-weight: 15px;
}

.right-brunon {
    /* align-items: center; */
    text-align: center;
    display: flex;
    align-items: center;
    flex-direction: column;
    row-gap: 12px;
}

a.mt-5.loginbtn {
    border: 0px;
    background: #293241;
    color: #fff;
    font-size: 22px;
    font-weight: 600;
    height: 55px;
    width: 100%;
    border-radius: 12px;
    display: block;
    text-align: center;
    line-height: 55px;
}

.error {
    color: red;
}

.meet-team img {
    width: 305px !important;
    height: 425px !important;
}

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

@media (min-width: 767.98px) and (max-width: 1200.98px) {
    .img-container h3 {
        font-size: 1.5rem;
    }

    .img-container .btn {
        font-size: 0.7rem;
    }
}

@media (orientation: landscape) and (max-height: 500.98px) {
    /*.showcase-area {*/
    /*    height: 1000px;*/
    /*}*/
}

@media(max-width: 1199.98px){
    button.btn.btn-signin {
    padding: 8px 0px;
}
  .menu-items a{
        font-size: 14px;
            padding: 0px 10px;

  }
  button.btn.btn-signin{
    padding: 8px 10px;
  }
  button.btn.btn-signin svg {
    margin-right: 10px;
}
.navbar {
    padding: 25px 10px!important;
}
}
@media(max-width: 1199.98px){
  button.btn.btn-signin{
        padding: 8px 24px;
    }
            .cpntent-dowlod h5 {
    font-size: 40px;
    color: #000;
    margin-bottom: 20px;
}
.cpntent-dowlod h6{
    font-size: 50px;
}
} 

@media (max-width: 991.98px) {
 .savced-pro .listing-card  .img-listing img  {
    width: 100%;
    object-fit: cover;
}
    .blogss-pages .letest-box{
        margin-bottom: 30px;
    }
   section.our_listing-bg.servicce-page  .table-listing .nav.nav-pills {
    column-gap: 10px;
    row-gap: 10px;
}
 section.our_listing-bg.servicce-page .table-listing {
    padding: 10px 0px 0px;
}
 section.our_listing-bg.servicce-page .table-listing .nav-pills .nav-link {
    padding: 8px 20px;
    font-size: 15px;
}
    ul li:hover > ul, ul li:focus-within > ul, ul li ul:hover, ul li ul:focus{
        position: unset!important;
    }
    .footer-log img{
            margin-bottom: 20px;
    }
    .footer-widget {
    margin-bottom: 20px;
}
    .navbar {
        opacity: 0.95;
        padding: 15px 0px;
    }
    button.btn.btn-signin{
        display: none;
    }

    .header-inner input[type="checkbox"],
    .header-inner .hamburger-lines {
        display: block;
    }
    
    .header-inner {
        display: block;
        position: relative;
        height: 64px;
    }
    
    .header-inner input[type="checkbox"] {
        position: absolute;
        display: block;
        height: 32px;
        width: 30px;
        top: 15px;
        left: 3px;
        z-index: 5;
        opacity: 0;
    }
    
    .header-inner .hamburger-lines {
        display: block;
        height: 23px;
        width: 35px;
        position: absolute;
        top: 17px;
        left: 5px;
        z-index: 2;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
    
    .header-inner .hamburger-lines .line {
        display: block;
        height: 4px;
        width: 100%;
        border-radius: 10px;
        background: #fff;
    }
    
    .header-inner .hamburger-lines .line1 {
        transform-origin: 0% 0%;
        transition: transform 0.4s ease-in-out;
    }
    
    .header-inner .hamburger-lines .line2 {
        transition: transform 0.2s ease-in-out;
    }
    
    .header-inner .hamburger-lines .line3 {
        transform-origin: 0% 100%;
        transition: transform 0.4s ease-in-out;
    }
    
.navbar .menu-items {
    position: fixed;
    padding-top: 100px;
    background: #fff;
    height: 100vh;
    max-width: 100%;
    transform: translate(-150%);
    display: flex;
    flex-direction: column;
    margin-left: 0px;
    padding-left: 0px;
    transition: transform 0.5s ease-in-out;
    box-shadow: 5px 0px 10px 0px #aaa;
    width: 100%;
    top: 0px;
    height: auto;
}
    .navbar .menu-items li {
        margin-bottom: 1.5rem;
        font-size: 1.3rem;
        font-weight: 500;
    }
    
    .logo {
        position: absolute;
        top: 15px;
        right: 5px;
        font-size: 2rem;
    }
    
    .header-inner input[type="checkbox"]:checked~.menu-items {
        transform: translateX(0);
    }
    
    .header-inner input[type="checkbox"]:checked~.hamburger-lines .line1 {
        transform: rotate(35deg);
             background: #000;
    }
    
    .header-inner input[type="checkbox"]:checked~.hamburger-lines .line2 {
        transform: scaleY(0);
             background: #000;
    }
    
    .header-inner input[type="checkbox"]:checked~.hamburger-lines .line3 {
        transform: rotate(-35deg);
        background: #000;
    }
    /* ......./ food /......... */
    
    .food-container {
        flex-direction: column;
        align-items: stretch;
    }
    
    .food-type:not(:last-child) {
        margin-bottom: 3rem;
    }
    
    .food-type {
        box-shadow: 5px 5px 10px 0 #aaa;
    }
    
    .img-container {
        margin: 0;
    }

.nes-letter-content{
    margin-bottom: 20px;
}
.owener-portal-row{
    flex-wrap: wrap;
}
.col-pwner-8{
    width: 100%;
    margin-top: 30px;
}
section.onwer-portsal {
    padding: 40px 0px;
}

.cocol-pwner-4{
    width: 100%;
}
.right-part-sign {
    padding: 40px 30px;}
.contact-for-input h4 {
    font-size: 35px;
    font-weight: bold;
    margin-bottom: 10px;
}
    .contatct-form {
    padding: 50px 0px 0px;
}
.contact-for-input{
    padding-left: 0px;
}
section.lestet-feedback{
    padding-bottom: 50px;
}
.why-box{
    padding: 25px 15px;
}
.container, .container-md, .container-sm{
    width: 100%;
    max-width: 100%;
}

.stores-imag img {
    margin-top: 10px;
}
.newslett-inner{
    margin: 0px;
}
   .mobileonly{
    display: block;
   }
    .menu-items a{
    color: #000;
   }
   .mobileonly button.btn.btn-signin{
     display: inline-block;
}
    section.download-mobile {
    padding-top: 90px;
    padding-bottom: 60px;
}
.main-title {
    font-size: 30px;
}
}

@media(max-width: 767.98px){
    .view-page h2 {
    font-size: 20px;
}
table.list-view td {
    padding: 10px 15px;
}
ul.house-bad {
    flex-wrap: wrap;
    row-gap: 10px;
}
ul.house-bad li{
    width: 100%;
}
    section.download-mobile{
        padding-top: 30px;
    }
    .nes-letter-content p{
            font-size: 18px;
    }
    .nes-letter-content h6 {
    font-size: 14px;
}

.our_listing-bg {
    padding: 40px 0px 40px;
}
.about-img{
        padding: 20px 10px 20px 0px;
        margin-top: 20px;
}
.small-about-heding {
    font-size: 18px;
    line-height: 28px;
}
.main-title {
    font-size: 25px;
    margin-bottom: 10px;
}
.letest-box-inner h6 {
    font-size: 20px;
    margin-bottom: 15px;
    }
    .letest-box-inner{
        height: auto!important;
    }
.about-text{
    padding-right: 0px;
}
.left-part-sign{
    width: 100%;
    height: 400px;
}

.right-part-sign{
    width: 100%;
}
.sign-outer{
    flex-wrap: wrap;
}
.signin-outer {
    padding: 160px 0px 60px;
}
.blogss-pages .letest-box{
    margin-bottom: 30px;
}
.lested-feed img{
    height: auto;
}
section.client-feedback{
    padding-bottom: 0px;
}
.newslett-inner{
    padding: 40px 10px;
}
.why-box{
    padding: 25px 25px;
}
.cpntent-dowlod {
margin-top: 40px;
}
/*.clientFeed-inner .owl-carousel .owl-stage-outer {
    padding: 30px 0px 10px;
}*/
section.about-wrapper{
    margin-bottom: 0px;
}
section.why-chhose{
    padding-bottom: 0px;
}
    .button-right{
        display: none;
    }
  

   .showcase-area h1 {
    font-size: 35px;
    color: #fff;
    font-weight: bold;
}
.showcase-area {
    height: auto;
    padding-top: 170px;
    padding-bottom: 50px;
}
section.about-wrapper {
    position: relative;
    margin: 50px 0px;
}
.table-listing {
    padding: 15px 0px 10px;
}
.table-listing .nav-pills .nav-link{
        padding: 8px 20px;
}
.table-listing .nav.nav-pills {
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 10px;
    overflow-x: auto;
    /* flex-wrap: unset; */
    width: 100%;
    row-gap: 15px;
}
.table-listing .nav-pills .nav-link {
    padding: 8px 16px;
    font-size: 14px;
}
footer.footer{
    padding: 180px 0px 0px;
}
section.about-title h2{
    font-size: 30px;
}
.cpntent-dowlod h6 {
    font-size: 30px;
}
.cpntent-dowlod h5 {
    font-size: 20px;
    margin-bottom: 10px;
}
.logo {
    right: 115px !important;
}
.header-inner {
  margin-left: 270px;
}
.navbar .menu-items {
    margin-right: 270px;
    padding-left: 20px;
}

}


@media(max-width: 480px){
    .logo {
        right: 210px !important;
    }
    .header-inner {
      margin-left: 350px;
    }
}

@media(max-width: 450px){
    .logo {
        right: 180px !important;
    }
    .header-inner {
      margin-left: 350px;
    }
}

@media(max-width: 425px){
    .logo {
        right: 130px !important;
    }
    .header-inner {
      margin-left: 300px;
    }
}

@media(max-width: 376px){
    .logo {
        right: 110px !important;
    }
    .header-inner {
      margin-left: 280px;
    }
}


@media(max-width: 350px){
    .logo {
        right: 90px !important;
    }
    .header-inner {
      margin-left: 270px;
    }
}


@media(max-width: 330px){
    .logo {
        right: 80px !important;
    }
    .header-inner {
      margin-left: 250px;
    }
}


@media(max-width: 320px){
    .logo {
        right: 60px !important;
    }
    .header-inner {
      margin-left: 240px;
    }
}

@media(max-width: 310px){
    .logo {
        right: 60px !important;
    }
    .header-inner {
      margin-left: 220px;
    }
}

@media(max-width: 300px){
    .logo {
        right: 50px !important;
    }
    .header-inner {
      margin-left: 220px;
    }
}

@media(max-width: 575.98px){

    .inner-box-property{
        flex-wrap: wrap;
    }
    .contert-property{
        width: 100%;
        margin-top: 20px;
    }
    .inner-box-property img{
        width: 100%;
        height: auto;
    }
    .rputine-box, ul.income-of{
    flex-wrap: wrap;
    row-gap: 10px;
}
section.about-title h2{
    font-size: 25px;
}
.inspection-inner, .SnowMoreInspections-inner{
    padding: 20px;
}
    html {
        font-size: 65%;
    }

    .navbar .menu-items li {
        font-size: 1.6rem;
    }

    .testimonial-container {
        flex-direction: column;
        text-align: center;
    }

    .food-menu-container img {
        margin: auto;
    }

    .food-menu-item {
        flex-direction: column;
        text-align: center;
    }

    .form-container {
        width: 90%;
    }

    .contact-container {
        display: flex;
        flex-direction: column;
    }

    .contact-img {
        width: 90%;
        margin: 3rem auto;
    }
.showcase-area h1 {
    font-size: 25px;
    line-height: 35px;
}
.table-listing .nav.nav-pills{
        column-gap: 8px;
}
    .logo {
        position: absolute;
        top: 18px;
        right: 15px;
        font-size: 3rem;
    }

    .navbar .menu-items li {
        margin-bottom: 2.5rem;
        font-size: 1.8rem;
        font-weight: 500;
    }
}