@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');
@import url("../fonts/font-awesome/css/font-awesome.css");

h1,
h2,
h3,
h4,
h5,
p,
ul,
a,
label,
strong,
span {
    font-family: "Open Sans", sans-serif;
    /* margin: 0px; */

}

input:focus,
textarea:focus,
select:focus,
button:focus {
    outline: none !important;
    box-shadow: none !important;
    border-color: initial;
}

.form-select:focus,
.form-select {
    border-color: transparent;
    outline: 0;
}

a {
    text-decoration: none;
    color: #000;
}

/* new-landingpage css */
.landing-page {
    position: sticky;
    top: 0;
    background: #fff;
    border-bottom: 1px solid #000;
    z-index: 9;

}


img.logo {
    width: 295px;
}

.slider-cstm .swiper-button-prev {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E") !important;
    width: 20px !important;
    height: 20px !important;
    left: 0px !important;
    right: auto;
    background-size: 16px !important;
}

img.quote-img {
    height: 20px !important;
    width: 20px !important;
}

.slider-cstm .swiper-button-next {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E") !important;
    background-size: 16px !important;
    width: 20px !important;
    height: 20px !important;
    left: auto;
    right: 0px !important;
}

.slider-cstm .swiper-button-prev span {
    display: inline-block;
    transform: rotate(90deg);
}

.slider-cstm .swiper-button-next span {
    display: inline-block;
    transform: rotate(-90deg);
    position: relative;
    right: 27px;
}

.slider-cstm {
    position: relative;
    padding: 80px 0px 100px 0px;
    background: #F7F5EC;
}

.slider-cstm .swiper-pagination {
    margin-top: 50px;
}

.nav-item .nav-link::after {
    content: '';
    display: block;
    width: 100%;
    border-bottom: solid 2px #008850;
    transform: scaleX(0);
    transition: transform 300ms ease-in-out;
    top: 30px;
}

.nav-item .nav-link:hover::after {
    transform: scaleX(1);
}

.slider-cstm span.swiper-pagination-bullet {
    margin: 0px 8px;
    opacity: 1;
    background-color: #525252;
}

.slider-cstm span.swiper-pagination-bullet.swiper-pagination-bullet-active {
    outline: 1px solid #008850;
    outline-offset: 3px;
    background-color: #008850;
    border: 1px solid #008850;
}

.slider-cstm .slider-heding {
    padding-bottom: 50px;
    text-align: center;
}

.slider-cstm .swiper-slide.swiper-slide-prev {
    background-image: url('../images/pre-m.png');
    position: relative;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.slider-cstm .swiper-slide.swiper-slide-next {
    background-image: url('../images/next-m.png');
    position: relative;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.slider-cstm .swiper-slide.swiper-slide-active {
    background-image: url('../images/active-m.png');
    position: relative;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    transform: scale(1);
}

.testimonial {
    padding: 30px;
    text-align: center;
    width: 350px;
    position: absolute;
    top: -20px;
}

.testimonial img {
    border-radius: 50%;
    width: 80px;
    height: 80px;
}

.testimonial h3 {
    margin: 10px 0;
    font-size: 1.2em;
}

.testimonial .role {
    font-style: italic;
    color: gray;
}

.testimonial .quote {
    margin-top: 10px;
    font-size: 0.9em;
}

.slider-cstm .swiper-container {
    width: 100%;
    height: 450px;
}

.slider-cstm .swiper-container>.swiper-slide__content {
    position: absolute;
    top: 0;
}

.slider-cstm .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 200ms linear;
    transform: scale(0.8);
    height: -webkit-fill-available !important;

}

.btn.view-detail:hover {
    background: #000;
    color: #fff;
}

.slider-cstm .swiper-slide__content {
    height: 300px;
}

.min-ht h2 {
    font-size: 27px;
    color: #000;
    font-weight: bold;
}

.download-btn-s {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

img.pdf-D {
    width: 90px;
}

.download-inner h4 {
    font-size: 20px;
}

img.bullet-D {
    width: 150px;
}


.search-with input::placeholder {
    color: #008850 !important;
}

.search-in input::placeholder {
    color: #8d8d8d !important;
}

a.app-d {
    width: 200px;
    text-align: center;
    margin-top: 20px;
    float: right;
    background: #fff;
    text-decoration: none;
    color: #008850;
    padding: 10px 40px;
    border: 1px solid #008850;
    transition: box-shadow 0.3s ease;
}

a.app-d:hover {
    box-shadow: 6px 6px #008850;
}


.min-ht span {
    color: #000;
    font-size: 22px;
    font-weight: 400;
}

.min-ht .col-md-7,
.min-ht .col-md-12 {
    z-index: 1;
}

.vartical-section-tab .tab-pane {
    transition: opacity 0.5s ease-in-out;
}

.vartical-section-tab .tab-pane:not(.show) {
    opacity: 0;
}

.vartical-section-tab {
    padding: 50px 0px;
    gap: 20px;
}

.min-ht p {
    font-size: 18px;
    margin: 12px 0px 0px;
    font-weight: 300;
}

.vertical-m-tab {
    width: 100%;
}

img.alt-imgsdae {
    width: 100%;
    height: -webkit-fill-available;
}

.min-ht {
    position: relative;
    padding: 40px 67px;
}

.bg-overlap {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.alt-imge {
    width: 100%;
}

.get-app-section h3 {
    font-weight: 400;
    color: #008850;
}

.qr-img {
    width: 56px;
}

.qr-img1 {
    width: 100%;
}

p.para-one {
    font-size: 20px;
    font-weight: 400;
}

.para-two {
    font-size: 16px;
    font-weight: 300;
}

.right-section {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0px;
    padding: 30px 0px;
}

.Place-btn {
    display: flex;
    gap: 20px;
    align-items: center;
}

.img-map-st {
    margin: 0 auto;
}

img.map-P {
    width: 100%;
}

.Place-btn a:hover {
    box-shadow: 6px 6px #008850;
}

.Place-btn a {
    text-align: center;
    text-decoration: none;
    color: #008850;
    background: #fff;
    padding: 10px 55px;
    border: 1px solid #008850;
    transition: box-shadow 0.3s ease;
}

.place-section {
    background-image: url(../images/place-img-1.png);
    background-size: cover;
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    padding: 50px 0px;
}

.sec-txt {
    position: relative;
    height: 300px;
    background-image: url("../images/path-m-2.png");
    background-size: contain;
    background-position: center right;
    background-repeat: no-repeat;
}

.contact-us-btn a:hover {
    box-shadow: 6px 6px #008850;
}

.contact-us-btn a {
    display: inline-block;
    width: 100%;
    text-align: center;
    text-decoration: none;
    color: #008850;
    transition: box-shadow 0.3s ease;
    padding: 10px 40px;
    border: 1px solid #008850;
}

.contact-us-btn {
    width: 200px !important;
    margin: 0 auto;
    display: block;
}

.simplified-section {
    padding: 80px 0px;
    position: relative;
}

.last-head {
    margin: 0px;
    padding: 30px 0px;
    text-align: center;
}

.simplified-section .middle {
    border-right: 1px solid #E2E2E2;
}

.heading-section {
    text-align: center;
    margin-bottom: 30px;
}

.simplified-section .middle:last-child {
    border-right: none;
}

.eql-section {
    padding: 0px 15px 15px 15px;
}

.eql-section p {
    font-size: 14px;
}

.rap-head-des span {
    color: #008850;
    text-decoration: underline;
}

.des {
    margin: 0px;
    padding: 15px 0px;
}

.rap-head-des {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    padding: 0px 0px 15px 0px;
    border-bottom: 1px solid #000;
}

.rap-head {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin: 20px auto;
}

.rap-head h5 {
    margin: 0px;
    font-size: 28px;
    font-weight: 400;
}

.imgline {
    position: relative;
}

.btn-style-all a:hover {
    box-shadow: 6px 6px #008850;
}

.btn-style-all a {
    display: inline-block;
    width: 100%;
    text-align: center;
    text-decoration: none;
    color: #008850;
    transition: box-shadow 0.3s ease;
    padding: 10px 40px;
    border: 1px solid #008850;
}

.btn-style-all {
    position: relative;
    padding: 50px 0px 0;
    margin: 0 auto;
    display: block;
    width: 200px;
}

.top-icons {
    position: absolute;
    top: 10px;
    left: 10px;
    display: flex;
    border-radius: 0px;
    align-items: center;
    gap: 5px;
    background-color: #ffffffcc;
    padding: 0px 12px;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
}

/* Bottom Icon List */
.bottom-icons {
    position: absolute;
    bottom: 0;
    left: 0;
    max-width: 310px;
    right: 0;
    background-color: rgba(255, 255, 255, 0.8);
    display: flex;
    justify-content: flex-start;
    padding: 10px;
    gap: 33px;
}

#search-listing-section nav .pagination {
    flex-wrap: wrap;
    justify-content: center;
}

.bottom-icons img {
    filter: grayscale(100%) brightness(0.5);
    object-fit: contain;
    height: 21px;
    width: 21px;
}

.btn.view-detail {
    font-family: "Open Sans", sans-serif !important;
    background: #000;
    width: 100%;
    text-align: center;
    color: #fff;
    border-radius: 0px;
    padding: 8px;
    font-size: 23px;
    font-weight: 300;
}

.list-map-section .card-value {
    font-size: 20px;
    font-weight: 400;
}

.list-map-section .card-body {
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: flex-start;
}

.list-map-section .row {
    row-gap: 20px;
}

.list-map-section .card {
    border: 1px solid #000;
    border-radius: 0px;
    position: relative;
}

.list-map-section .card-title {
    font-size: 25px;
}

.list-map-section .card-img-top {
    width: 100%;
    object-fit: cover;
    border-radius: 0px;
    min-height: 250px;
}

#search-listing-section .page-item {
    padding: 5px;
}

#search-listing-section .page-item a.page-link {
    color: #000;
    font-size: 14px;
    font-family: 'Open Sans';
    border-color: #008850;
}

#search-listing-section .page-item.active .page-link {
    color: #fff;
    font-size: 14px;
    font-family: 'Open Sans';
    border-color: #008850;
    outline: none !important;
    background: #008850;
}

.search-section {
    padding: 80px 0px;
    background-image: url("../images/Bg-Re.png");
    background-size: cover;
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-blend-mode: overlay !important;
}

.affsearch-section {
    padding: 80px 0px;
    background-color: #f7f7f7;
}

img.flow-img {
    position: relative;
    width: 130px;
}

.second-section-aff {
    position: relative;
    padding: 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    justify-content: center;
    gap: 10px;
}

.second-section-aff h4 {
    margin: 0px;
    font-weight: 400;
    font-size: 20px;
}

.second-section-aff::after {
    content: "";
    background-image: url('../images/Arc1.png');
    background-size: contain;
    background-position: center;
    opacity: 0.8;
    background-repeat: no-repeat;
    position: absolute;
    bottom: 157px;
    left: 70%;
    width: 60%;
    height: 29%;
}

.first-section-aff {
    position: relative;
    padding: 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    justify-content: center;
    gap: 10px;
}

.first-section-aff h4 {
    margin: 0px;
    font-weight: 400;
    font-size: 20px;
}

.first-section-aff::after {
    content: "";
    background-image: url('../images/Arc2.png');
    background-size: contain;
    background-position: center;
    opacity: 0.8;
    background-repeat: no-repeat;
    position: absolute;
    top: 32px;
    left: 73%;
    width: 60%;
    height: 10%;
}

.third-section-aff {
    position: relative;
    padding: 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    justify-content: center;
    gap: 10px;
}

.third-section-aff h4 {
    margin: 0px;
    font-weight: 400;
    font-size: 20px;
}


.result-section {
    padding: 40px 0px;
}

.form-control:focus {
    outline: none !important;
    box-shadow: none !important;
}

.search-with .input-group {
    padding: 9px;
    border: 1px solid #000;
    max-width: 100%;
    width: 100%;
}

.aff-second-section {
    padding: 50px 0px;
}

img.cstm-icn {
    width: 25px;
    height: 25px;
}

.advance-search {
    border: 1px solid #000;
    padding: 16px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.advance-search img {
    width: 20px;
}

.search-with {
    width: 60%;
}

.search-cstm {
    display: flex;
    align-items: center;
    gap: 10px;
    width: 100%;
    flex-wrap: wrap;
    justify-content: center;
}

.search-cstm-new {
    display: flex;
    align-items: center;
    gap: 10px;
    width: 100%;
    flex-wrap: wrap;
    justify-content: center;
}

.search-with-new {
    width: 60%;
}

.search-with-new .input-group {
    padding: 5px;
    border: 1px solid #008850;
    max-width: 100%;
    width: 100%;
}



.new-sch-btn {
    line-height: normal;
    padding: 4px 10px;
}

.search-with-new input.form-control {
    font-weight: 300;
}

.new-loc {
    width: 16px;
    height: 22px;
}

.new-home-card p.card-location {
    color: #3F3F3F;
    font-weight: 300;
    font-size: 12px;
    margin: 0px;
}

.new-home-card .card-title {
    font-size: 18px;
}

.new-list .card-img-top {
    width: 100%;
    object-fit: cover;
    border-radius: 0px;
    min-height: 158px;
}

.bottom-icons-new {
    filter: grayscale(100%);
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: rgba(255, 255, 255, 0.8);
    display: inline-flex;
    justify-content: flex-start;
    padding: 10px;
    gap: 20px;
    max-width: 100%;
}

/* Optional: Limit to max 6 icons using nth-child */
.bottom-icons-new > *:nth-child(n+7) {
    display: none;
}

.doller-new {
    width: 20px;
    height: 20px;
}

.new-img-icn p.card-value {
    margin: 0px;
}

.new-img-icn {
    display: flex;
    align-items: center;
    gap: 10px;
}

.new-img-icn-w {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
}

.new-img-icn-w .card-value {
    margin: 0px;
    padding-bottom: 5px;
    font-size: 15px;
    font-weight: 400;
}

img.group-newp {
    width: 25px;
    height: 20px;
}

.new-home-card {
    gap: 0px !important;
    padding: 20px 10px;
}

.new-item-cardH {
    border: 0px !important;
    box-shadow: 0 10px 10px -5px #00885029;
}

img.cstm-icn-new {
    width: 18px;
    height: 18px;
}

.advance-search-new {
    border: 2px solid #008850;
    padding: 9px 10px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.advance-search-new img {
    width: 20px;
}

.custom-filter-slider {
    width: 80%;
    margin: 0 auto;
    padding-bottom: 20px;
    border-bottom: 1px solid #0000003d;
}


.custom-filter-slider .slide {
    padding: 0px;
    text-align: center;
}

.custom-filter-slider .slide.nav-item.nav-link.active {
    background-color: transparent;
}

.custom-filter-slider .active svg path {
    fill: #008850;
    stroke: #008850;
}

.custom-filter-slider .active p {
    color: #008850 !important;
}

.custom-filter-slider .slide svg {
    width: 50px;
    height: 50px;
}

.custom-filter-slider .slide p {
    font-size: 12px;
    font-weight: 300;
    margin: 0px;
    color: #000;
}


.custom-filter-slider .slick-prev:hover,
.custom-filter-slider .slick-prev:focus,
.custom-filter-slider .slick-next:hover,
.custom-filter-slider .slick-next:focus {
    outline: none;
}


/* Custom Previous Arrow */
.custom-filter-slider .slick-prev::before {
    background: url("../images/green-left.png") no-repeat center center;
    background-size: contain;
    width: 20px;
    height: 20px;
    position: relative;
    display: inline-block;
    content: '' !important;
}

/* Custom Next Arrow (flipped) */
.custom-filter-slider .slick-next::before {
    background: url("../images/green-right.png") no-repeat center center;
    background-size: contain;
    width: 20px;
    height: 20px;
    position: relative;
    display: inline-block;
    content: '' !important;
}



.top-tab-section .nav-tabs .nav-link {
    border: none !important;
}

ul.myTab1 {
    display: flex;
    padding-bottom: 10px;
    align-items: center;
    justify-content: space-between;
    text-decoration: none;
    list-style: none;
    border-bottom: 2px solid #0000002e;
}

.myTab1 .nav-link-cstm {
    font-size: 18px;
    cursor: pointer;
    color: #000;
    font-weight: 300;
}

.myTab1 .nav-link-cstm:hover {
    color: #008850;
}

.global-link {
    text-decoration: underline;
    color: #008850;
}

.join-team-section {
    background-color: #F7F7F7;
    padding: 50px 0 0;
}

.join-team-section h2 {
    font-weight: 300;
    margin-bottom: 20px;
}

.join-team-btn {
    background: #fff;
    padding: 15px 22px;
    color: #008850;
    margin-top: 20px;
    display: inline-block;
    font-size: 18px;
    border-radius: 0px;
    border: 1px solid #008850;
    transition: box-shadow 0.3s ease;
    font-weight: 400;
}

.submit-btn {
    background: #fff;
    padding: 10px 50px;
    color: #008850;
    margin-top: 20px;
    display: inline-block;
    font-size: 18px;
    border-radius: 0px;
    border: 1px solid #008850;
    transition: box-shadow 0.3s ease;
    font-weight: 400;
}

.text-talk h2 {
    color: #008850;
}

.captcha-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 244px;
    margin: 20px 0px;
}

.captcha-text {
    font-size: 27px;
    letter-spacing: 17px;
    width: 100%;
    font-weight: bold;
    text-align: center;
    background-image: url('../images/caphha.png');
    background-repeat: no-repeat;
}

.rotate {
    padding: 7px;
    cursor: pointer;
    background: #008850;
}

.captcha-refresh {
    cursor: pointer;
    width: 24px;
    height: 24px;
    transition: transform 0.5s ease-in-out;
}

.captcha-refresh.rotate {
    transform: rotate(360deg);
}

.hidden-honeypot {
    display: none;
}

.text-talk h2,
.text-talk p,
.text-talk h3 {
    font-weight: 300;
}

.join-team-btn:hover,
.submit-btn:hover {
    box-shadow: 6px 6px #008850;
}

.myTab1 .nav-link-cstm:after {
    display: block;
    content: '';
    position: relative;
    border-bottom: solid 2px #008850;
    transform: scaleX(0);
    transition: transform 300ms ease-in-out;
    top: 12px;
}

.myTab1 .nav-link-cstm:hover:after {
    transform: scaleX(1);
}

.top-tab-section {
    padding-top: 30px;
}

.horizental-tab-section .nav-link {
    color: #000;
}

.horizental-tab-section .nav-link:hover {
    color: #000;
    border-top: 0px;
    border-right: 0px;
    border-left: 0px;
    border-radius: 0px !important;
}

.horizental-tab-section .nav-link.active {
    background: transparent !important;
    color: #008850 !important;
    border-bottom: 1px solid #008850 !important;
    border-top: 0px;
    border-right: 0px;
    border-left: 0px;
    border-radius: 0px !important;
}

.vartical-section-tab .nav-link.active {
    background: transparent !important;
    color: #008850 !important;
    border-bottom: 1px solid #008850;
    border-radius: 0px !important;
}

.vartical-section-tab .nav-link {
    background: #F7F5EC;
    color: #000;
    text-align: start;
    font-size: 22px;
    margin-bottom: 10px;
    border-radius: 0px !important;
}

.vartical-section-tab .nav-link:hover {
    color: #000 !important;
}

.new-top-sec {
    margin: 0;
    padding: 20px 0px;
    background: linear-gradient(to bottom, #f7f5ec00 0%, #F7F5EC 100%);
    /* box-shadow: 0px 4px 0px #00000033; */
}

.new-top-sec-aff {
    margin: 0;
    padding: 20px 0px;
    background: linear-gradient(to bottom, #f7f5ec00 0%, #F7F5EC 100%);
}

.new-top-sec-aff .heading {
    font-weight: 400;
    line-height: 50px;
}

.new-top-sec-aff .heading span {
    color: #008850;
    font-weight: 700;
}

img.simple-class {
    width: 100%;
}

.top-property-sec {
    margin: 0;
    padding: 30px 0px;
    background-color: #F7F7F7;
}

.app-msection {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.app-msection img {
    width: 25px;
}

.scan-section {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
}

img.right-mg {
    width: 80%;
}

.get-touch-form .form-control {
    border: none;
    border-radius: 0px;
    font-family: 'Open Sans';
    width: 100%;
    font-size: 13px;
    border-bottom: 1.5px solid #000;
}

.md-list h3 {
    padding: 20px 0px 0px;
    font-size: 20px !important;
    color: #000 !important;
}

.get-touch {
    margin: 40px auto;
}

.get-touch-form .form-label {
    font-size: 16px;
    font-weight: 400;
    color: #008850;
}

.get-touch-form .row.g-3 {
    row-gap: 20px;
}

.main-sidebar {
    position: fixed;
    top: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 1001;
    width: 15%;
    box-shadow: 10px 4px 9px 10px #008850;
    height: 100%;
    background-color: #f7f5ecd9;
}

.sidebar-button {
    position: absolute;
    left: -70px;
    top: 47%;
    padding-left: 18px;
    line-height: 17px;
    text-transform: uppercase;
}

.dwn p {
    margin: 0px;
    font-size: 7px;
    font-weight: 600;
    color: #008850;
}

.w-button {
    display: inline-block;
    padding: 6px;
    background-color: #fff;
    color: white;
    border: 1px solid #008850;
    line-height: inherit;
    text-decoration: none;
    cursor: pointer;
    border-radius: 0;
}

.main-page-sidebar-wrapper {
    height: 100%;
    padding: 20px 10px 20px 20px;
}

.main-page-sidebar-content {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.modal-text {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    font-size: 30px;
    margin-top: 50px;
    position: relative;
    color: #fff;
    gap: 10px;
}

img.app-img {
    width: 100%;
    position: relative;
}

.show-side {
    transition: all, transform 500ms;
    transform: translateX(0px) translateY(0px) translateZ(0px);
    display: block;
}

.hide-side {
    transition: all, transform 500ms;
    transform: translateX(100%) translateY(0px) translateZ(0px);
    display: block;
}

.heading {
    font-size: 45px;
    line-height: normal;
    font-weight: bold;
}

.aboutheading {
    font-size: 50px;
    line-height: normal;
    font-weight: 500;
}

.propertyheading {
    font-size: 36px;
    line-height: normal;
    font-weight: 500;
}

.location-m {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
}

.location-m p {
    font-size: 18px;
    margin: 0px;
    font-weight: 300;
}

.storyabout {
    padding: 60px 0px;
}

.storyheading {
    font-size: 40px;
    line-height: normal;
    font-weight: 300;
}

.team {
    padding: 30px 0px 60px 0px;
    background-color: #B7D0BB;
}

.name-sec {
    padding: 10px 0px 20px 0px;
}

.team-card:hover {
    transform: translateY(-5px);
}

.social-links img {
    background: #008850;
    padding: 15px 15px;
}

.social-links {
    display: flex;
    align-items: center;
    gap: 5px;
}

.logo-ft {
    width: 100%;
}

.next {
    padding: 60px 0px;
}

.value-card {
    border: 1px solid #000;
    padding: 20px;
    height: 100%;
    gap: 19px;
    display: flex;
    align-items: flex-start;
}

.value-card-operte img {
    width: 60px;
}

.value-card-operte p {
    font-weight: 300;
    font-size: 16px;
    margin: 0px;
}

.meet {
    gap: 35px;
    display: flex;
}

.meet img {
    width: 150px;
    height: 150px;
}

.meet-melinda {
    padding: 25px;
    background: #fff;
}

.text-meet h4 {
    font-size: 17px;
}

.text-meet {
    display: flex;
    flex-direction: column;
}

.text-meet span {
    padding: 4px 0px;
    margin: 10px 0px;
    color: #008850;
    font-size: 20px;
    font-weight: 500;
    border-top: 1px solid #000;
}

.stars-meet {
    width: 100px !important;
    height: auto !important;
}

.value-card-insight p {
    font-weight: 300;
}

.last-list {
    width: 390px;
    float: inline-end;
    background: #008850;
    color: #fff;
    padding: 30px;
    line-height: 35px;
}

.th-sec {
    padding: 20px 0px !important;
}

.sec-aff {
    padding: 50px 0px;
}

.para-three {
    font-size: 40px;
    font-weight: 300;
}

.last-m {
    width: 250px !important;
}

.value-card-insight img {
    width: 50px;
    height: 50px;
    object-fit: contain;
}

.value-card-insight {
    padding: 20px;
    height: 100%;
    flex-direction: column;
    gap: 19px;
    text-align: center;
    display: flex;
    align-items: center;
}

.value-card-operte {
    border: 1px solid #000;
    padding: 20px;
    height: 100%;
    flex-direction: column;
    gap: 19px;
    text-align: center;
    display: flex;
    align-items: center;
}

.value-card h5 {
    color: #008850;
    font-weight: 500;
}

.value-card p {
    font-weight: 300;
    font-size: 18px;
    color: #000;
}

.value-card img {
    width: 60px;
    height: auto;
}

.vision-mission-section {
    background-color: #F7F5EC;
    padding: 50px 0;
}

.vision-mission-card1 {
    text-align: left;
    padding: 0px 50px 0px 0px;
    border-right: 1px solid #000;
}

.vision-mission-card2 {
    text-align: left;
    padding: 0px 0px 0px 50px;
}

.vision-mission-card1 h4,
.vision-mission-card2 h4 {
    padding: 10px 0px;
    color: #008850;
    font-size: 30px;
    font-weight: 300;
}


.vision-mission-card1 img,
.vision-mission-card2 img {
    width: 60px;
    height: auto;
}

.menu0btn {
    display: FLEX;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    width: 40%;
}

.main-one {
    display: flex;
    flex-direction: column;
    row-gap: 50px;
    width: 300px;
    /* height: 100%; */
    flex-direction: column;
    justify-content: space-between;
}

.new-row {
    display: flex;
    align-items: flex-start;
    padding: 20px 0px;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: space-between;
}

.list-unstyled {
    padding-left: 0;
    line-height: 30px;
    list-style: none;
}

.list-unstyled a {
    font-weight: 300;
}

.first-logo {
    display: flex;
    flex-direction: column;
    gap: 20px;

}

.hw-p {
    text-align: left;
}

.custom-form input[type="email"] {
    font-family: "Open Sans", sans-serif;
    background: transparent;
    border: 1px solid #fff;
    color: #fff;
    border-radius: 0px;
}

.custom-form button.btn.btn-primary.ml-2 {
    font-family: "Open Sans", sans-serif;
    border: 1px solid #fff;
    background: #FFFFFF;
    border-radius: 0px;
    color: #000;
    padding: 10px 20px;
}

.custom-form {
    justify-content: end;
    gap: 12px;
}

.Newsletter-s {
    padding: 25px 50px;
}

.hw-p h5 {
    font-weight: 400;
    font-size: 25px;
}

.hw-p p {
    font-weight: 400;
    font-size: 18px;
}

.sec-row h6 {
    font-weight: 400;
    color: #008850;
}

.ft-top {
    border-bottom: 1px solid #000;
}

.main-links {
    justify-content: space-between;
    padding: 15px 0px;
}

.custom-form input::placeholder {
    color: #fff !important;
    opacity: 1;
}

.icon-flex {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
}

.icon-flex .fa-angle-down {
    font-size: 20px;
    color: #008850;
    font-weight: 600;
}

.new-landing-menu .dropdown-toggle::after {
    display: none;
}

.custom-header {
    padding: 10px;
}

.new-landing-menu .nav-item {
    font-size: 18px;
    line-height: 22.5px;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    color: var(--bs-nav-link-hover-color);
    opacity: 1;
    text-align: center;
}

span.border-s {
    color: #fff;
}

.black-top {
    height: 38px;
    background: #000;
}

.top-login {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 20px;
    padding: 5px;
    cursor: pointer;
}

.member-s p,
.host-s p {
    color: #fff;
    margin: 0px;
    font-family: 'Open Sans';
    font-weight: 300;
    font-size: 16px;
}

.new-landing-menu .nav-item .nav-link {
    font-size: 16px;
    padding: 0px 12px;
}

.member-s,
.host-s {
    display: flex;
    align-items: center;
    gap: 10px;
}

.last-bottom {
    border: 4px solid #008850;
}

.inner {
    max-width: 600px;
    width: 100%;
    padding-bottom: 80px;
}

.rap-head img {
    width: 70px;
}

.bg-custom {
    background: linear-gradient(0deg, #F7F7F7 78%, #fff 76%);
}

img.fsa-logo {
    width: 100%;
}

.col-md-5.right-sc {
    display: flex;
    align-items: flex-start;
}

.right-section p {
    margin: 0px;
    font-size: 20px;
    font-weight: 400;
}

.groupp-para {
    width: 600px;
}

.proertyslider {
    margin: 30px auto;
}

.proertyslider .swiper-wrapper {
    height: auto;
}

.proertyslider .swiper-container {
    width: 100%;
    margin: 0 auto;
}

.proertyslider .swiper-slide {
    overflow: hidden;
    width: auto;
    display: flex;
    justify-content: center;
}

.proertyslider .property-image img {
    width: 100%;
    object-fit: cover;
}

.scan-code {
    position: relative;
}

.scan {
    position: absolute;
    bottom: 0;
    right: 26px;
}

.scan p {
    text-align: center;
    font-weight: 500;
    font-size: 12px;
    color: #008850;
}

.card-in .form {
    display: flex;
    align-items: center;
    justify-content: center;

}

.form label {
    cursor: pointer;
}

.card-in .form .input-radio {
    box-shadow: 0px 0px 0px 1px #6d6d6d;
    font-size: 3em;
    width: 20px;
    height: 20px;
    margin-right: 7px;
    border: 2px solid #fff;
    background-clip: border-box;
    border-radius: 50%;
    appearance: none;
    transition: background-color 0.3s, box-shadow 0.3s;

}

.card-in .form label {
    align-items: center;
    display: flex;
    margin: 10px 25px 10px 0px;
    gap: 7px;
    font-weight: 500;
    font-size: 16px;
}

.input-radio.hourly:checked {
    box-shadow: 0px 0px 0px 1px #008850;
    background-color: #008850;
}

.btn-line {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
    gap: 20px;
    padding-top: 20px;
}

.client-slider {
    padding: 12px 0px;
    margin: 0px;
    font-weight: 300;
}

.inner-op {
    height: 100%;
    display: flex;
    flex-direction: column;
    gap: 60px;
}

.discount {
    display: flex;
    align-items: center;
    gap: 10px;
}

.doller-img {
    width: 30px;
}

.book-btn {
    width: 200px;
    text-align: center;
    background: #fff;
    text-decoration: none;
    color: #008850;
    padding: 15px 0px;
    font-weight: 500;
    border: 1px solid #008850;
    transition: box-shadow 0.3s ease;
}

.radio-list {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    row-gap: 12px;
}

.book-btn:hover {
    box-shadow: 6px 6px #008850;
}

.radio-list p {
    font-size: 20px;
    font-weight: 300;
    text-decoration: line-through;
    color: #0000007a;
}

.radio-list span {
    font-size: 20px;
    font-weight: 500;
}

.radio-list h2 {
    font-size: 20px;
    font-weight: 400;
    margin: 0px;
}

.fair-price-section {
    text-align: center;
}

.arrow-container {
    position: relative;
}

.arrow {
    width: 15px;
}

.price-bar-container {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
}

.price-bar {
    display: flex;
    width: 150px;
    height: 10px;
    border-radius: 5px;
    overflow: hidden;
}

.price-bar span {
    display: block;
    height: 100%;
}

.bar-green {
    background-color: #008850;
    width: 33%;
}

.bar-orange {
    background-color: #ff8c00;
    width: 34%;
}

.bar-red {
    background-color: #e74c3c;
    width: 33%;
}



.radio-list h3 {
    font-weight: 400;
    font-size: 15px;
    color: #008850;
}

.btn-line .input-group:hover {
    box-shadow: 6px 6px #008850;
}

.btn-line .input-group {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    border: 1px solid #008850;
    background-color: #fff;
    width: 300px;
    gap: 5px;
    transition: box-shadow 0.3s ease;
    padding: 15px 30px;
}

.btn-line-new input {
    border: 1px solid #f2f2f2;
    border-radius: 0px;

}

.btn-line-new input:focus {
    outline: none !important;
    box-shadow: none !important;
    border-color: transparent !important;
}

.btn-line-new {
    display: flex;
    gap: 10px;
    padding-top: 12px;
    width: 390px;
}

.msgerror {
    color: red;
}

.msgsuccess {
    color: #008850;
}

#ui-datepicker-div {
    display: none;
    background-color: #fff;
    box-shadow: 0 0.125rem 0.5rem rgba(0, 0, 0, 0.1);
    margin-top: 0.25rem;
    border-radius: 0.5rem;
    padding: 0.5rem;
}

.btn-line table {
    border-collapse: collapse;
    border-spacing: 0;
}

.ui-datepicker-calendar thead th {
    padding: 0.25rem 0;
    text-align: center;
    font-size: 0.75rem;
    font-weight: 400;
    color: #78909C;
}

.ui-datepicker-calendar tbody td {
    width: 2.5rem;
    text-align: center;
    padding: 0;
}

.ui-datepicker-calendar tbody td a {
    display: block;
    border-radius: 0.25rem;
    line-height: 2rem;
    transition: 0.3s all;
    color: #546E7A;
    font-size: 0.875rem;
    text-decoration: none;
}

.ui-datepicker-calendar tbody td a:hover {
    background-color: #E0F2F1;
}

.ui-datepicker-calendar tbody td a.ui-state-active {
    background-color: #009688;
    color: white;
}

.ui-datepicker-header a.ui-corner-all {
    cursor: pointer;
    position: absolute;
    top: 0;
    width: 2rem;
    height: 2rem;
    margin: 0.5rem;
    border-radius: 0.25rem;
    transition: 0.3s all;
}

.ui-datepicker-header a.ui-corner-all:hover {
    background-color: #ECEFF1;
}

.ui-datepicker-header a.ui-datepicker-prev {
    left: 0;
    background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMyIgaGVpZ2h0PSIxMyIgdmlld0JveD0iMCAwIDEzIDEzIj48cGF0aCBmaWxsPSIjNDI0NzcwIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik03LjI4OCA2LjI5NkwzLjIwMiAyLjIxYS43MS43MSAwIDAgMSAuMDA3LS45OTljLjI4LS4yOC43MjUtLjI4Ljk5OS0uMDA3TDguODAzIDUuOGEuNjk1LjY5NSAwIDAgMSAuMjAyLjQ5Ni42OTUuNjk1IDAgMCAxLS4yMDIuNDk3bC00LjU5NSA0LjU5NWEuNzA0LjcwNCAwIDAgMS0xLS4wMDcuNzEuNzEgMCAwIDEtLjAwNi0uOTk5bDQuMDg2LTQuMDg2eiIvPjwvc3ZnPg==");
    background-repeat: no-repeat;
    background-size: 0.5rem;
    background-position: 50%;
    transform: rotate(180deg);
}

.ui-datepicker-header a.ui-datepicker-next {
    right: 0;
    background: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMyIgaGVpZ2h0PSIxMyIgdmlld0JveD0iMCAwIDEzIDEzIj48cGF0aCBmaWxsPSIjNDI0NzcwIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik03LjI4OCA2LjI5NkwzLjIwMiAyLjIxYS43MS43MSAwIDAgMSAuMDA3LS45OTljLjI4LS4yOC43MjUtLjI4Ljk5OS0uMDA3TDguODAzIDUuOGEuNjk1LjY5NSAwIDAgMSAuMjAyLjQ5Ni42OTUuNjk1IDAgMCAxLS4yMDIuNDk3bC00LjU5NSA0LjU5NWEuNzA0LjcwNCAwIDAgMS0xLS4wMDcuNzEuNzEgMCAwIDEtLjAwNi0uOTk5bDQuMDg2LTQuMDg2eiIvPjwvc3ZnPg==');
    background-repeat: no-repeat;
    background-size: 10px;
    background-position: 50%;
}

.ui-datepicker-header a>span {
    display: none;
}

.ui-datepicker-title {
    text-align: center;
    line-height: 2rem;
    margin-bottom: 0.25rem;
    font-size: 0.875rem;
    font-weight: 500;
    padding-bottom: 0.25rem;
}

.ui-datepicker-week-col {
    color: #78909C;
    font-weight: 400;
    font-size: 0.75rem;
}

.ss-txt p {
    margin: 0px;
}

.my-flex {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    row-gap: 20px;
    align-items: center;
    justify-content: space-between;
    padding: 30px 0px 50px;
}

.flex-col {
    gap: 10px;
}

img.pr-img {
    width: 40px;
}

.info-section {
    background-color: #fff;

}

.info-section .col-lg-2,
.info-section .col-md-4,
.info-section .col-6 {
    margin-bottom: 20px;
}

.info-section i {
    color: #27ae60;

}

.info-section small {
    display: block;
    font-size: 0.9rem;
    color: #6c757d;

}

.space-flex {
    justify-content: flex-start;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    align-items: center;
}

.commenroom {
    padding: 10px;
    flex-basis: 30.33%;
    display: flex;
    margin: 10px 10px;
    align-items: center;
    gap: 8px;
    justify-content: flex-start;
}

.room-img {
    height: 25px;
    width: 25px;
    object-fit: contain;
}

.space h3 {
    margin-bottom: 30px;
    font-size: 26px;
    font-weight: 300;
}

.commenroom p {
    margin: 0;
    font-size: 16px;
    font-weight: 300;
}

.one-top {
    padding: 0px 0px 50px 0px;
}

.offer {
    padding: 0px 0px 30px;
    border-bottom: 1px solid #000;
}

.space {
    padding: 35px 0px;
    border-bottom: 1px solid #000;
}

.offer2 h3 {
    padding-top: 10px;
    font-size: 33px;
    font-weight: 300;
}

.third-top p {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 300;
}

.third-top {
    padding: 30px 0px;
}

.fourth-top p {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 300;
}

.offer h2,
.offer2 h2 {
    font-weight: 300;
    font-size: 40px;
}

.open-txt h2 {
    color: #008850;
    font-weight: 300;
    font-size: 40px;
}

.open-txt h3 {
    padding-top: 10px;
    font-size: 20px;
    font-weight: 300;
}

.open {
    margin: 50px 0px;
    padding: 60px 0px 0px 0px;
    background-color: #F7F5EC;
}

.days {
    display: flex;
    align-items: center;
    justify-content: space-around;
    border-bottom: 1px solid #000;
    margin: 20px 30px;
    text-align: center;
    padding-bottom: 10px;
}

.day-section .days:last-child {
    border: none;
}

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

.map {
    padding: 60px 0px;
}

.days span {
    color: #008850;
}

.days p {
    width: 200px;
    font-weight: 300;
}

.day-section {
    padding: 30px 0px;
}

.open-txt {
    text-align: center;
}

.list-one {
    list-style: none;
    padding-left: 0;
}

.list-one li {
    font-size: 16px;
    position: relative;
    padding-left: 30px;
    margin-bottom: 10px;
    font-weight: 300;
}

.list-one li::before {
    background-image: url('../images/check.png');
    content: "" !important;
    position: absolute;
    left: 0;
    background-size: contain;
    top: 6px;
    width: 20px;
    background-repeat: no-repeat;
    height: 20px;
}

.spaces-host {
    padding: 40px 0px;
}

.host {
    justify-content: space-between;
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
}

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

img.host-img {
    width: 160px;
    border-radius: 100%;
    height: 160px;
}

.map-container {
    width: 100%;
    height: 100%;
    /* margin: 10px auto; */
    overflow: hidden;
}

.map-container iframe {
    width: 100%;
    height: 100%;
    border: 0;
}

.host-name {
    display: block;
    padding: 15px 0px;
}

.host-txt h3 {
    color: #008850;
}

.value {
    font-weight: 300;
}

.status span {
    display: flex;
    align-items: center;
    font-weight: 300;
    gap: 12px;
    line-height: 20px;
    justify-content: space-between;
}

.profile-card {
    position: relative;
    font-family: sans-serif;
    width: 100%;
    background: #fff;
    padding: 12px;
    box-shadow: 0 0 22px #3336;
    transition: .6s;
    margin: 0 auto;
}


.profile-card .img {
    position: relative;
    width: 100%;
    transition: .6s;
}

.map-pointer {
    padding: 10px 0px;
    width: 100%;
    height: 560px;
    object-fit: cover;
}

.card-slider-cstm .slick-slide {
    margin: 10px;
}

.img img {
    background: #fff;
    width: 100%;
    box-shadow: 0 0 22px #3336;
    transition: .6s;
}

.list-map-filter-section {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    flex-direction: row;
}

.caption {
    padding-top: 10px;
    text-align: center;
    opacity: 1;
    transition: .6s;
}


.caption h3 {
    color: #2b7744;
    margin: 0;
    font-weight: bold;
    font-size: 18px;
}

.caption p {
    font-weight: 300;
    font-size: 18px;
    margin: 2px;
}

.social-links-cstm {
    display: flex;
    align-items: center;
    justify-content: center;
}

.social-links-cstm a {
    padding: 3px;
    line-height: 0px;
    box-shadow: -3px 3px #D9D9D9;
}

.modal-fullscreen .modal-dialog {
    max-width: 90%;
    margin: 0;
}

.modal-fullscreen .modal-content {
    border-radius: 0;
}

.advnce-frm .form-control,
.advnce-frm .form-select {
    border-radius: 0px !important;
    border: 1px solid #000;
    font-family: 'Open Sans';
}

.advnce-frm .form-label {
    color: #000;
    font-size: 16px;
    font-weight: 400;
}

.advnce-frm .form-check.form-switch {
    padding: 0px;
}

label.form-label.dtm {
    font-weight: 300;
}

.people-s {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.people-s .input-group {
    width: 100px;
}

.people-s .btn-outline-secondary {
    line-height: 1px;
    border: 0px;
    background: #B7D0BB;
    color: #008850;
    border-radius: 0px;
}

input#numberOfPeople {
    border: none;
    color: #000;
}

.adns-s .modal-title {
    width: 50%;
    font-size: 18px;
}

.input-group .custom-icon {
    width: 40px;
    /* Adjust width as needed */
    height: 100%;
    background-size: 20px;
    background-position: center;
    background-repeat: no-repeat;
}

img.img-svA {
    width: 45px;
}

.icon-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 10px;
    margin-top: 10px;
}

.icon-item::after {
    content: attr(data-tooltip);
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
    background-color: #333;
    color: #fff;
    padding: 5px 10px;
    white-space: nowrap;
    font-size: 12px;
    opacity: 0;
    transition: opacity 0.3s;
    pointer-events: none;
}

.toggle-password {
    position: absolute;
    right: 10px;
    cursor: pointer;
    color: #888;
}


.icon-item:hover::after {
    opacity: 1;
}

.icon-item {
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #ddd;
    padding: 10px;
    cursor: pointer;
    position: relative;
    transition: border-color 0.3s;
}

.adns-s button.btn-close {
    border: 1px solid #000;
    margin: 0px;
    opacity: 1;
    border-radius: 20px;
    font-size: 10px;
}

.left-sied-br span {
    color: #008850;
    font-size: 15px;
    cursor: pointer;
}

.badge {
    position: absolute;
    bottom: -7px;
    right: -7px;
    width: 16px;
    height: 16px;
    background-image: url('../images/checked.png');
    background-size: cover;
    display: none;
}



.icon-item.active .badge {
    display: block;
}

.icon-item svg {
    height: 45px;
    width: 45px;
}

.active svg path {
    fill: #008850;
}

.icon-item.active {
    border-color: #008850;
}

.btn-search {
    width: 100%;
    background-color: #008850;
    color: #fff;
    border-radius: 0px;
    padding: 10px 0px;
    font-family: 'Open Sans';
    font-weight: 400;
}

.btn-search:hover {
    background-color: #008850;
    color: #fff;
}

.left-one {
    padding-right: 40px;
}

.fac {
    color: #000;
    font-size: 16px;
    font-weight: 400;
}

.calendar-icon {
    color: #008850;
    /* background-image: url('../images/calende-i.png'); */
}

.time-icon {
    color: #008850;
    /* background-image: url('../images/time-i.png'); */
}

.left-sied-br {
    display: flex;
    align-items: center;
    gap: 20px;
    text-align: right;
    justify-content: flex-end;
    padding: 0px;
    width: 50%;
}

#sidebarWrap {
    top: 120px;
    position: sticky;
    box-shadow: none;
    top: 135px;
    border: none;
    background: #fff;
    display: block;
    margin: 0;
    width: 100%;
}

#sidebar {
    width: 100%;
    display: flex;
    height: 330px;
    /* position: absolute; */
    border: 1px solid #008850;
    flex-direction: column;
    justify-content: space-between;
}

.chat_box_footer {
    display: flex;
    border-top: 1px solid #008850;
    align-items: center;
    justify-content: space-around;
    padding: 6px 5px;
}

button.send-chat {
    background: transparent;
    border: none;
    font-family: 'Open Sans';
}

img.chat-send {
    width: 24px;
    height: 24px;
}

input#MsgInput {
    outline: 0px;
    width: 85%;
    border: none;
}

.card-location,
.card-value {
    display: flex;
    align-items: center;
    gap: 10px;
}

#sidebar.fixed {
    /* position: fixed; */
    top: 0;
}

#content {
    width: 100%;
    height: 100%;
}

.top-ba {
    background: #008850;
    display: flex;
    align-items: center;
    padding: 7px;
    gap: 10px;
}

.top-ba img {
    height: 50px;
    width: 50px;
}

.name-W h2 {
    margin: 0px;
    font-size: 20px;
    font-weight: 400;
    color: #fff;
}

.name-W span {
    color: #fff;
    font-weight: 300;
    font-size: 14px;
}

.chat-sec {
    padding: 12px;
    gap: 15px;
    align-items: baseline;
    display: flex;
}

.chat-sec img {
    width: 30px;
    height: 30px;
}

.chat-sec p {
    font-size: 12px;
    color: #008850;
    padding: 7px;
    font-weight: 300;
    border-radius: 5px;
    background: #f7f7f7;
}

.affiliate-heading {
    font-size: 50px;
    line-height: normal;
    font-weight: 300;
}

.affiliate-top-sec {
    margin: 0;
    padding: 20px 0px;
}

.btn-style-aff {
    position: relative;
    display: block;
    width: 200px;
}

.btn-style-aff a:hover {
    box-shadow: 6px 6px #008850;
}

.btn-style-aff a {
    display: inline-block;
    width: 100%;
    text-align: center;
    text-decoration: none;
    color: #008850;
    transition: box-shadow 0.3s ease;
    padding: 10px 40px;
    border: 1px solid #008850;
}

.desribe-img {
    width: 80%;
}

.right-img-aff {
    width: 100%;
}

.accordion-button::after {
    content: '\2212';
    font-size: 1.25rem;
    margin-left: auto;
    transition: transform 0.3s;
    background-image: none !important;
    transform: none !important;
    color: #000;
}


.accordion-item {
    border-radius: 0px !important;
    border: none !important;
}

button.accordion-button {
    color: #000;
    border-radius: 0px !important;
    background: #f7f7f7 !important;
    outline: none !important;
    padding: 20px 0px;
    border-bottom: 1px solid #000;
}

.accordion-button:not(.collapsed) {
    color: #008850;
}

.accordion-body {
    background: #f7f7f7;
}

button.accordion-button:focus {
    outline: none !important;
    box-shadow: none !important;
}

.accordion-button.collapsed::after {
    content: '\002B';
    color: #008850;
}

.create-acc-simple:hover {
    box-shadow: 6px 6px #008850;
}

.simple-section {
    padding: 50px 0px;
}

.create-acc-simple {
    background: #fff;
    padding: 10px 50px;
    color: #008850;
    margin-top: 20px;
    display: inline-block;
    font-size: 18px;
    width: 60%;
    border-radius: 0px;
    border: 1px solid #008850;
    transition: box-shadow 0.3s ease;
    font-weight: 400;
    text-align: center;
}

.green-ai {
    color: #008850;
    font-weight: 300 !important;
}

.create-acc:hover {
    box-shadow: 6px 6px #008850;
}

.create-acc {
    background: #fff;
    padding: 10px 50px;
    color: #008850;
    margin-top: 20px;
    display: inline-block;
    font-size: 18px;
    width: 100%;
    border-radius: 0px;
    border: 1px solid #008850;
    transition: box-shadow 0.3s ease;
    font-weight: 400;
    text-align: center;
}

.para-two span {
    cursor: pointer;
    font-weight: 500;
}

.create-list {
    width: 390px;
    float: inline-end;
    background: #fff;
    padding: 30px;
    line-height: 35px;
}

.create-list-simple {
    width: 390px;
    background: #fff;
    line-height: 35px;
}

.btr .para-two {
    padding: 20px 0px 0px;
    line-height: 30px;
    margin: 0;
}

.sub-list {
    display: flex;
    align-items: center;
    gap: 10px;
}

.sub-list img {
    width: 20px;
}

.sub-list .para-two {
    margin: 0px;
}

.play-app {
    gap: 48px;
}

.zoom img {
    width: 20px;
}

.store .link,
.play .link {
    text-decoration: none;
    color: black;
}

.app-store,
.google-play {
    border: solid 1px #232323;
    padding: 10px;
    width: 174px;
    align-items: center;
    height: 50px;
    display: flex;
    justify-content: center;
}

.zoom {
    align-items: center;
    justify-content: center;
}

h6.trending {
    font-size: 9px;
    line-height: 10.55px;
    padding-left: 15px;
    align-self: center !important;
    margin-bottom: 0px;
    text-align: left;
}

.app-store h2,
.google-play h2 {
    font-size: 18px;
    line-height: 21px;
    align-self: center;
    padding-left: 15px;
    font-weight: 600;
    margin-bottom: 0px;
    text-align: left;
}


#flip {
    height: 60px;
    overflow: hidden;
}

#flip>div>div {
    color: #fff;
    padding: 4px 12px;
    height: 60px;
    margin-bottom: 80px;
    display: inline-block;
}

#flip div:first-child {
    animation: show 20s linear infinite;
}

#flip div div {
    background: #8C1864;
}

#flip div:first-child div {
    background: #F2911B;
}

#flip div:last-child div {
    background: #BF4904;
}

@keyframes show {
    0% {
        margin-top: -270px;
    }

    5% {
        margin-top: -180px;
    }

    33% {
        margin-top: -180px;
    }

    38% {
        margin-top: -90px;
    }

    66% {
        margin-top: -90px;
    }

    71% {
        margin-top: 0px;
    }

    99.99% {
        margin-top: 0px;
    }

    100% {
        margin-top: -270px;
    }
}

img.imgt {
    width: 30%;
}

.thankyou-page {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    gap: 30px;
    align-items: center;
    padding: 30px 0px;
    width: 700px;
    margin: 0 auto;
}

.card-d label.form-label {
    color: #888888;
    font-size: 15px;
}

.card-d .input-group {
    font-family: "Open Sans", sans-serif !important;
}

.card-d input {
    border: none;
    background: #EDEDED;
    border-radius: 0px;
}

.will-pay {
    float: right;
    width: 530px;
    padding: 30px 20px;
    border: 1px solid #000;
}

.book-md button.btn-close {
    border: 1px solid #008850;
    border-radius: 0px;
}

.modal-content.book-md {
    padding: 20px;
    border-radius: 2pc;
}

.card-logo {
    height: 30px;
    object-fit: contain;
    width: 50px;
}

.card-d {
    padding: 30px 20px;
    border: 1px solid #000;
}

.will-pay .get-touch {
    margin: 0px 0px 20px 0px;
}

.card-d input {
    border: none;
    background: #EDEDED;
    border-radius: 0px;
}

.total-prices {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px;
}

.Apply-code {
    display: flex;
    align-items: end;
    gap: 40px;
    padding: 10px;
}

.prices {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #000;
    padding: 15px 10px;
}

.total-prices p {
    font-size: 20px;
}

.prices p {
    color: #525252;
    margin: 0px;
}

.card-d input:focus,
.card-d .input-group-text:focus {
    background: #EDEDED;
}

.card-d .input-group-text {
    border: none;
    border-radius: 0px;
    background: #EDEDED;
}

.top-payment-tab-section {
    padding: 60px 0px;
}

.booking-details .get-touch {
    margin: 40px 0px 0px;
    color: #008850;
}

.bookp {
    color: #008850 !important;
}

.booking-details .form-check {
    display: flex;
    align-items: center;
    padding-left: 0px;
}

.custom-checkbox-details {
    appearance: none;
    -webkit-appearance: none;
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.custom-checkbox-details-label {
    position: relative;
    padding-left: 30px;
    cursor: pointer;
    user-select: none;
}

.custom-checkbox-details-label::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    border: 1px solid #008850;
    border-radius: 4px;
    background-color: transparent;
    transition: all 0.3s ease;
    box-sizing: border-box;
}

.custom-checkbox-details:checked+.custom-checkbox-details-label::before {
    content: '';
    background: url('../images/check-mark1.png') no-repeat center/contain;
    background-size: cover;
    border: none;
}

.booking-details .form-check-label {
    color: #9e9e9e;
    font-size: 14px;
    cursor: pointer;
}

.book-bnt .submit-btn {
    float: right;
}

.booking-details .col-md-8 {
    padding-bottom: 40px;
}

.Check-btn {
    background: #008850;
    padding: 10px 50px;
    color: #fff;
    margin-top: 20px;
    display: inline-block;
    font-size: 18px;
    border-radius: 0px;
    border: 1px solid #008850;
    transition: box-shadow 0.3s ease;
    font-weight: 400;
}

.rateconunt {
    padding: 60px 0px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.stars {
    display: flex;
    align-items: baseline;
    position: relative;
}

.star1 {
    width: 50px;
    height: 50px;
    position: absolute;
    bottom: -14px;
    left: -50px;
}

.star2 {
    width: 100px;
    height: 100px;
}

.star3 {
    width: 150px;
    height: 150px;
}

.star4 {
    width: 100px;
    height: 100px;
}

.star5 {
    width: 50px;
    height: 50px;
    position: absolute;
    bottom: -14px;
    right: -50px;
}

.star {
    cursor: pointer;
    margin: 0 5px;
    transition: transform 0.2s;
}

.star:hover {
    transform: scale(1.1);
}

.circle-check {
    position: relative;
    display: inline-block;
    margin-top: 20px;
}

.circle {
    width: 90px;
    height: 90px;
    border: 10px solid black;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 20px auto;
    position: relative;
}

.check-mark {
    width: 80px;
    height: 80px;
    margin: 0px 0px 30px 30px;
    display: none;
}

.rating-text {
    margin: 20px 0;
}

.right-click:hover {
    box-shadow: 6px 6px #008850;
}

.right-click {
    transition: box-shadow 0.3s ease;
    border: 1px solid #008850;
    margin: 0 auto;
    line-height: 0px;
    color: #008850;
    padding: 18px 25px;
}

.middle-click {
    line-height: 0px;
    display: block;
    width: 100%;
}

.middle-click img {
    width: 35px;
    display: block;
    float: inline-end;
}

.slide-bottom {
    margin: 0px 10px;
    background: #fff;
    position: relative;
    padding: 20px;
    top: -54px;

    text-align: center;
    box-shadow: 0px 0px 16px 0px #00000061;
}

.jon-first {
    margin: 0 auto;
    width: 730px;
    text-align: center;
}

.right-click img {
    width: 17px;
    height: 17px;
}

.latest-job-section .card {
    border: 1px solid #000;
    border-radius: 0px;
    align-items: center;
}

.latest-job-section .card .para-two {
    height: 100px;
}

.badges {
    color: #008850;
    font-weight: 300;
    border: 1px solid #008850;
    padding: 2px 10px;
    font-size: 14px;
}

.text-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    color: #008850;
}

.rgt {
    width: 10px;
}

.job-title {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 20px;
}

.job-info {
    display: flex;
    justify-content: space-around;
    align-items: center;
    border: 1px solid #000;
    padding: 20px;
    margin-bottom: 20px;
    flex-wrap: wrap;
    gap: 15px;
}


.job-item {
    display: flex;
    align-items: center;
    text-align: left;
    gap: 10px;
}


.icon {
    width: 24px;
    height: 24px;
}

.job-item strong {
    display: block;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 5px;
}

.job-item p {
    font-size: 12px;
    color: #666;
    margin: 0;
}

.divider {
    width: 1px;
    height: 40px;
    background-color: #000;
}

img.job-icon {
    width: 30px;
    height: 30px;
    object-fit: contain;
}

.allynow-btn #submitBtn {
    width: 200px;
    margin: 0 auto;
    display: block;
}

.para-four {
    font-size: 16px;
    font-weight: 300;
}

.job-first {
    padding: 10px 0px;
}

.respons li {
    padding-bottom: 10px;
}

.respons li b {
    color: #008850;
}

.respons li::marker {
    color: #008850;
}

.bottom-app {
    width: 400px;
}

img.fas-rgt {
    width: 13px;
}

.blog-tab-nav {
    padding: 0px 0px 40px 0px;
}

.blog-tab-nav .nav-link {
    border: none;
    color: #000;
    font-size: 20px;
    font-weight: 300;
    padding-right: 30px;
}

.blog-tab-nav .nav-link.active {
    color: #008850;
    border-bottom: 1px solid #008850;
}

.card.blog-card {
    margin: 0px 0px 20px 0px;
    box-shadow: 0 10px 10px -5px #00885029;
    min-height: 450px;
    border: none;
}

.blog-card .card-img-top {
    border-radius: 0px;
    width: 100%;
    height: 250px;
    object-fit: cover;
}

.blog-secons-sec .pagination .page-item .page-link {
    outline: none;
    margin: 1px;
    border-radius: 0px;
    color: #000;
    line-height: 20px;
    font-size: 18px;
}

.blog-secons-sec .pagination .page-item.active .page-link {
    outline: none;
    background: #008850;
    color: #fff;
    border: 1px solid #008850;
}

.blog-card .card-title {
    font-size: 18px;
    font-weight: 400;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
}

.blog-card .card-text {
    font-size: 15px;
    font-weight: 300;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-word;
}

.blog-card span {
    font-size: 13px;
    font-family: Montserrat;
}

.blog-card .card-body {
    padding: 20px 10px;
}

.blog-secons-sec {
    padding: 60px 0px;
}

.blog-card .blog-meta {
    border-bottom: 1px solid #D7D7D7;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.search-in .input-group {
    border: 1px solid #cfcfcf;
    background: #f2f2f2;
    padding: 3px;
}

.search-in .cstm-icn {
    width: 20px;
    height: 20px;
}

.search-in button#button-addon1 {
    line-height: 0px;
}

.search-in .dts {
    border-radius: 0px;
    color: #282829;
    background: #f2f2f2;
}

.search-in {
    padding-bottom: 40px;
    width: 100%;
}

.categorie-heading {
    font-size: 20px;
    font-weight: 300;
}

.listed {
    list-style: none;
    padding: 20px;
    border: 1px solid #cfcfcf;
    line-height: 40px;
}

.listed li {
    font-weight: 300;
    border-bottom: 1px solid #cfcfcf;
}

.listed li:last-child {
    border: none;
}

#all-category {
    top: 100px;
    position: sticky;
}

.brokerheading {
    font-size: 23px;
    font-weight: 400;
}

.broker-form {
    margin: 0 auto;
    text-align: center;
    width: 830px;
}

.trust-partner {
    padding: 30px 0px;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.partner-img1 {
    filter: grayscale(50%) brightness(1.7);
    width: 100px;
}

.partner-img {
    filter: grayscale(50%) brightness(1.7);
    width: 200px;
}

.borker-regs .form-check-label {
    font-weight: 300;
    font-size: 14px;
}

.links-broker {
    cursor: pointer;
    color: #008850;
}

.request-sign {
    margin-top: 30px;
    width: 300px;
}

.category-sidebar {
    position: fixed;
    top: 0;
    right: -100%;
    width: 300px;
    height: 100%;
    background: #fff;
    box-shadow: -4px 0 10px rgba(0, 0, 0, 0.1);
    z-index: 1050;
    overflow-y: auto;
    transition: all 0.3s ease-in-out;
}

.category-sidebar .sidebar-content {
    padding: 20px;
}

.category-sidebar .close-sidebar {
    background: none;
    border: none;
    font-size: 1.5rem;
    cursor: pointer;
    position: absolute;
    top: 10px;
    right: 15px;
}

#categoryToggleBtn {
    display: none;
}

.center-img {
    margin: 0 auto;
    max-width: 800px;
}

.broker-img-section {
    background: #F7F7F7;
    padding-top: 50px;
}

.pricing-section {
    border: 1px solid #000;
    padding: 15px 20px;
    margin-bottom: 20px;
}

.pricing-info {
    display: flex;
    justify-content: space-around;
    align-items: center;
    gap: 10px;
    text-align: center;
}

.pricing-item {
    flex: 1;
}

.pricing-item strong {
    font-size: 14px;
    color: #000;
}

.pricing-item p {
    font-size: 14px;
    color: #008850;
    margin: 5px 0 0;
}

.divider {
    height: 1px;
    background-color: #ddd;
    margin: 0 10px;
    width: 1px;
}

.checkbox1w {
    visibility: hidden;
    user-select: none;
}

.serviced-H {
    justify-content: flex-start;
}

.offered {
    float: right;
    padding: 0px 0px 50px 0px;
}

.days:last-child {
    border-bottom: none;
}

.header p {
    font-size: 15px;
    color: #008850;
    font-weight: 400;
}

.custom-checkbox-wrapper {
    position: relative;
    display: inline-block;
    width: 28px;
    height: 28px;
    margin-bottom: 16px;
}

.custom-checkbox {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
    cursor: pointer;
}

.custom-checkbox-label {
    position: relative;
    display: inline-block;
    width: 28px;
    height: 28px;
    border: 2px solid #000;
    border-radius: 4px;
    background-color: transparent;
    cursor: pointer;
    box-sizing: border-box;
    transition: all 0.3s ease;
}

.custom-checkbox-label::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: no-repeat center/contain;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.custom-checkbox:checked+.custom-checkbox-label {
    background-color: transparent;
    border: none;
}

.custom-checkbox:checked+.custom-checkbox-label::after {
    content: '';
    background-image: url('../images/check-mark1.png');
    opacity: 1;
}

.select-payment-method .get-touch {
    margin: 0px;
}

.card-wallet {
    display: flex;
    align-items: flex-start;
}

.select-payment {
    padding: 30px 0px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.form-check.wallet-check {
    padding: 0px;
    margin-bottom: 10px;
}

.main-wallet {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.wallet-name-w p {
    margin-bottom: 10px;
}

.main-wallet h3 {
    margin-bottom: 20px;
    font-size: 20px;
    color: #008850;
    font-weight: 400;
}

.card-w {
    padding: 20px 0px;
    border-top: 1px solid;
    border-bottom: 1px solid;
}

.custom-radio-details {
    appearance: none;
    -webkit-appearance: none;
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.custom-radio-details-label {
    position: relative;
    padding-left: 30px;
    cursor: pointer;
    user-select: none;
}

.custom-radio-details-label::before {
    content: '';
    position: absolute;
    left: 0;
    top: -15px;
    width: 20px;
    height: 20px;
    border: 2px solid #000;
    border-radius: 4px;
    background-color: transparent;
    transition: all 0.3s ease;
    box-sizing: border-box;
}

.custom-radio-details:checked+.custom-radio-details-label::before {
    content: '';
    background: url('../images/check-mark1.png') no-repeat center/contain;
    background-size: cover;
    border: none;
}

.img-wt-txt img {
    width: 30px;
}

.img-wt-txt .para-two {
    margin: 0px;
}

.form-check.borker-regs {
    padding: 0px;
}

.main-center {
    padding-top: 100px;
    align-items: center;
    display: flex;
    justify-content: center;
}

.left-tilt span:hover,
.right-tilt span:hover {
    transform: translateY(-0.25em);
    box-shadow: 0 0 0.5em 0em #000;
    border-color: #000;
    color: #fff;
}

.left-tilt span {
    cursor: default;
    display: flex;
    flex-direction: column;
    background: #008850;
    color: #fff;
    align-items: center;
    width: 90px;
    text-align: center;
    font-size: 14px;
    border-radius: 100%;
    height: 90px;
    transition: all 0.35s;
    justify-content: center;
}

.left-tilt span:first-child {
    position: absolute;
    top: -40px;
    left: -19px;
}

.left-tilt span:nth-child(2) {
    position: absolute;
    top: 85px;
    left: -100px;
}

.left-tilt span:nth-child(3) {
    position: absolute;
    top: 207px;
    left: -100px;
}

.left-tilt span:nth-child(4) {
    position: absolute;
    bottom: 80px;
    left: -15px;
}

.right-tilt span {
    cursor: default;
    display: flex;
    flex-direction: column;
    background: #008850;
    color: #fff;
    align-items: center;
    width: 90px;
    text-align: center;
    font-size: 14px;
    border-radius: 100%;
    height: 90px;
    transition: all 0.35s;
    justify-content: center;
}

.right-tilt span:first-child {
    position: absolute;
    top: -40px;
    right: -19px;
}

.right-tilt span:nth-child(2) {
    position: absolute;
    top: 85px;
    right: -100px;
}

.right-tilt span:nth-child(3) {
    position: absolute;
    top: 207px;
    right: -100px;
}

.right-tilt span:nth-child(4) {
    position: absolute;
    bottom: 80px;
    right: -15px;
}

.left-tilt {
    height: 100%;
    display: flex;
    flex-direction: column;
    position: relative;
    gap: 56px;
    align-items: flex-start;
}

.right-tilt {
    height: 100%;
    display: flex;
    flex-direction: column;
    position: relative;
    gap: 56px;
    align-items: flex-start;
}

.mobile-top {
    display: none;
}

.pubilsby span {
    font-style: italic;
    color: #000;
    font-weight: 300;
}

.pubilson {
    margin: 0px;
}

.publish-section {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 27px;
}

.pubilson span {
    color: #008850;
    font-weight: 300;
    font-style: italic;

}

.pubilsby {
    color: #008850;
    margin: 0px;
}

.blogheading {
    padding-bottom: 10px;
    font-size: 25px;
    line-height: normal;
    font-weight: 300;
}

.down-para {
    padding-bottom: 10px;
    font-size: 17px;
    color: #5C5C5C;
}

.blog-img {
    height: 518px;
    width: 100%;
    object-fit: cover;
}

#cookiesModal .modal-title {
    font-size: 30px;
    color: #008850;
    font-weight: 400;
}

#cookiesModal .modal-body {
    text-align: center;
    padding: 30px;
    height: 280px;
    top: -60px;
}

.cookie-img {
    width: 150px;
    height: 150px;
}

#cookiesModal .modal-header {
    height: 60px;
    border-radius: 0px;
    background: #008850;
}

#cookiesModal .modal-footer {
    border: none;
    justify-content: center;
    gap: 20px;
}

#cookiesModal .modal-footer .btn-primary {
    border: 1px solid #fff;
    width: 40%;
    background-color: #008850;
    color: #fff;
    border-radius: 0px;
    padding: 12px 0px;
    font-family: 'Open Sans';
    font-weight: 400;
}


#cookiesModal .modal-footer .btn-primary:hover {
    box-shadow: 6px 6px #008850;
}

#cookiesModal .modal-content {
    border-radius: 0px;
}

.chek-meet {
    width: 160px;
    height: 150px;
}

.rate-meet {
    padding: 20px 0px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.meet-person p {
    margin: 0px;
    font-weight: 300;
    color: #008850;
}

.meet-person {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.email-sent-section {
    padding: 15px 0px;
    background: #F7F5EC;
}

.email-sent-section .para-two {
    margin: 0px;
}

.rating-text-meet {
    margin: 20px 0;
    width: 90%;
}

.meet-person img {
    width: 22px;
    height: 22px;
}

.time-table-meet {
    margin: 20px 0px;
    padding: 20px;
    background: #F7F7F7;
}

.text-align-both .para-two {
    margin: 0px;
    font-size: 22px;
    padding: 20px 0px;
}

.book-now {
    text-align: center;
}

.book-date {
    min-height: 300px;
    background: #f7f7f7;
}

ul.list-table-meet {
    padding: 0px;
    list-style: none;
}

.text-align-both {
    text-align: center;
}

.first-meet {
    align-items: center;
    gap: 10px;
    width: 250px;
    display: flex;
}

.first-meet img {
    width: 30px;
    height: 30px;
}

.first-meet .para-two {
    margin: 0px;
    font-size: 20px;
}

.list-table-meet li {
    padding: 25px 0px;
    gap: 30px;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #00000063;
}

.list-table-meet li:last-child {
    border-bottom: none;
}

.list-table-meet li .para-two {
    margin: 0px;
}

.bottom-meet p {
    margin: 0px;
}

.policy-detail,
.rate-place {
    padding: 20px 0px;
}

.policy-img {
    width: 60px;
    height: 60px;
    object-fit: contain;
}

.policyheading {
    font-size: 30px;
    line-height: normal;
    font-weight: 400;
    color: #008850;
}

.list-one {
    font-size: 25px;
    color: #008850;
}

.table-para-loop {
    min-height: 70px;
    display: flex;
    font-size: 16px;
    width: 100%;
    align-items: center;
    font-weight: 400;
    border-bottom: 1px solid #5C5C5C;
    padding: 10px;
    color: #5C5C5C;
    margin: 0px;
}

.table-span {
    display: block;
    font-size: 20px;
    border-bottom: 1px solid #5C5C5C;
    padding: 10px 0px;
    text-align: center;
    color: #008850;
}

.table-boder-2 {
    border-bottom: 0px !important;
    border: 1px solid #5C5C5C;
}

.table-space {
    display: block;
    margin: 0px 10px;
}

.table-boder-1 {
    border-top: 1px solid #5C5C5C;
    border-bottom: 0px;
    border-left: 1px solid #5C5C5C;
}

.rate-palce-heading {
    font-size: 30px;
    line-height: normal;
    font-weight: 300;
}

.rate-imgs {
    width: 20px;
    height: 20px;
}

.rateplaceby {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.rateplaceby p {
    margin: 0px;
}

.rateplaceby span {
    font-weight: 300;
    color: #5C5C5C;
}

.textare-align {
    padding: 20px 0px;
    margin: 0px !important;
}

.textare-align textarea.form-control {
    border: none;
    border-bottom: 1px solid;
    border-radius: 0px;
}

.formalign {
    padding: 20px 0px;
    margin: 0px !important;
    border-bottom: 1px solid;
}

.col-form-label-feedback {
    font-weight: 300;
    font-size: 16px;
    padding: 0px;
}

.rate-place .star-rating {
    display: flex;
    gap: 5px;
    align-items: center;
    justify-content: end;
}

.rate-place .star {
    width: 30px;
    height: 30px;
    background-size: contain;
    background-repeat: no-repeat;
    cursor: pointer;
}

.rate-place .star.unfilled {
    background-image: url('../images/empty-star.png');
}

.rate-place .star.filled {
    background-image: url('../images/filled-star1.png');
}

.experiences {
    padding: 20px 0px;
    margin: 0px;
}

.email-form {
    background-color: #F7F5EC;
    padding: 10px;
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
    margin: 20px auto;
}

.email-input::placeholder {
    color: #008850;
}

.email-input {
    border: 1px solid #008850;
    padding: 10px;
    flex: 1;
    background: transparent;
    margin-right: 10px;
    color: #008850;
    font-size: 14px;
    outline: none;
}

.email-input:focus {
    border-color: #006400;
    box-shadow: 0 0 5px #006400;
}

.get-pricing-btn {
    background-color: #008850;
    color: white;
    border: none;
    padding: 10px 45px;
    font-family: "Open Sans", sans-serif;
    cursor: pointer;
    font-size: 14px;
}


.form-footer {
    font-family: "Open Sans", sans-serif;
    font-weight: 300;
    color: #5C5C5C;
    text-align: center;
    font-size: 14px;
    margin-top: 10px;
}

.form-footer a {
    color: #5C5C5C;
    text-decoration: none;
}

.form-footer a:hover {
    text-decoration: underline;
}

.plans-section {
    background: #F7F5EC;
}

.sales h3 {
    margin: 0px;
}

.sales .para-two {
    margin: 0px;
    border-bottom: 1px solid #000;
    padding: 10px 0px;
}

.sales h5 {
    margin: 0px;
    padding: 20px 0px;
}

.chooes-plan {
    margin: 0 auto;
    width: 230px;
    text-align: center;
    display: block;
    background: #DFF4E3;
    color: #008850;
    font-weight: 500;
    padding: 15px 30px;
}

.sales {
    padding: 55px;
}

.layer {
    margin: 0px 20px 0px 0px;
    position: relative;
    background: #DFF4E3;
    bottom: 30px;
}

.innovation h5 {
    font-size: 20px;
}

.people-number {
    font-family: "Open Sans", sans-serif;
    outline: none;
    border: 1px solid #008850;
    width: 100%;
}

.people-s .form-check-input:checked {
    outline: 0 !important;
    background-color: #008850;
    border-color: #000;
}

@media only screen and (device-width: 768px) and (device-height: 1024px) {
    .latest-job-section .card .para-two {
        height: 200px;
    }
}

@media (min-width: 1920px) {

    .min-ht span {
        font-size: 28px;
    }

    .slider-cstm .swiper-container {
        height: 480px;
    }

    .inner {
        max-width: 100%;
        width: 100%;
    }

    .heading {
        font-size: 60px;
    }
}

@media only screen and (max-width: 768px) {
    .custom-filter-slider .slide svg {
        width: 40px;
        height: 40px;
    }

    .custom-filter-slider .slide p {
        font-size: 10px;
    }

    .search-with-new {
        width: 80%;
    }

    .bottom-icons-new {
        gap: 15px;
    }

    .name-W h2 {
        font-size: 14px;
    }

    .chat-sec {
        padding: 8px;
    }

    .chat-sec p {
        font-size: 10px;
        padding: 4px;
    }

    .top-ba img {
        object-fit: contain;
        height: 40px;
        width: 40px;
    }

    .name-W span {
        font-size: 11px;
    }

    .btn-line .input-group,
    .book-btn {
        width: 100%;
    }

    .card-in .form label {
        margin: 10px 15px 10px 0px;
        font-size: 14px;
    }

    .commenroom {
        gap: 10px;
        flex-basis: 40%;
        justify-content: flex-start;
    }

    .experiences {
        text-align: center;
    }

    .col-form-label-feedback {
        text-align: center;
    }

    .rate-place .star-rating {
        padding: 10px 0px;
        justify-content: center !important;
    }

    .table-boder-1 {
        border: 1px solid #5C5C5C;
    }

    .right-tilt span:first-child,
    .right-tilt span:nth-child(2),
    .right-tilt span:nth-child(3),
    .right-tilt span:nth-child(4),
    .left-tilt span:first-child,
    .left-tilt span:nth-child(2),
    .left-tilt span:nth-child(3),
    .left-tilt span:nth-child(4) {
        position: unset;
    }

    .mobile-top {
        width: 100%;
        display: block;
    }

    .desk-top {
        display: none;
    }

    #categoryToggleBtn {
        display: inline-block;
    }

    .bottom-app,
    .broker-form {
        width: 100%;
    }

    .job-item {
        flex: 0 0 calc(24% - -52px);
        justify-content: center !important;
    }

    .divider {
        display: none;
    }

    .job-info {
        padding: 10px;
    }

    img.job-icon {
        width: 20px;
        height: 20px;
        object-fit: contain;
    }

    .job-item {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
    }

    .slider-cstm .swiper-button-next span,
    .slider-cstm .swiper-button-prev span {
        display: none;
    }

    .download-section {
        margin-top: 40px;
    }

    .groupp-para {
        width: 500px;
    }

    .myTab1 .nav-link-cstm {
        font-size: 12px;
    }

    .heading {
        font-size: 29px;
    }
}

@media only screen and (max-width: 767px) {
    .custom-filter-slider .slide p {
        font-size: 10px;
    }


    .custom-filter-slider .slide svg {
        width: 30px;
        height: 30px;
    }

    .custom-filter-slider .slick-prev::before {
        left: 20px;
    }

    .custom-filter-slider .slick-next::before {
        right: 20px;
    }

    .publish-section {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        padding: 0px 0px 15px;
        justify-content: flex-start;
        gap: 0px;
    }

    #cookiesModal .modal-body {
        height: 350px;
    }

    .commenroom p {
        font-size: 15px;
    }

    .search-section {
        padding: 50px 0px;
    }

    .app-store h2,
    .google-play h2 {
        font-size: 15px;
    }

    .inner-op {
        padding: 20px 0px;
        gap: 40px;
    }

    .card-in .form label {
        margin: 10px 15px 10px 0px;
        font-size: 14px;
    }

    img.imgt {
        width: 50%;
    }

    .hide-mobile {
        display: none;
    }

    .request-sign {
        width: 100%;
    }

    .borker-regs .form-check-label {
        font-size: 11px;
    }

    .trust-partner {
        overflow: scroll;
        gap: 30px;
    }

    .jon-first {
        width: 100%;
    }

    .star1 {
        width: 20px;
        height: 20px;
        bottom: -8px;
        left: -25px;
    }

    .star2,
    .star4 {
        width: 50px;
        height: 50px;
    }

    .star3 {
        width: 100px;
        height: 100px;
    }

    .star5 {
        width: 20px;
        height: 20px;
        position: absolute;
        bottom: -10px;
        right: -34px;
    }

    .booking-details .prices {
        padding: 15px 0px;
    }

    .Apply-code {
        display: block;
    }

    .thankyou-page {
        width: 100%;
        margin: 0 auto;
    }

    .affsearch-section {
        padding: 20px 0px;
    }

    .meet-melinda {
        padding: 25px 15px;
        background: #fff;
    }

    .create-acc-simple,
    .last-m {
        width: 100% !important;
    }

    .create-list {
        width: 100%;
        padding: 0px;
    }

    .app-store,
    .google-play {
        width: 100%;
    }

    .second-section-aff::after,
    .first-section-aff::after {
        display: none
    }

    .storyheading {
        font-size: 25px;
    }

    .para-three {
        line-height: 50px;
    }

    .last-list,
    .desribe-img {
        width: 100%;
        padding: 18px;
        line-height: 45px;
    }

    .create-list-simple {
        width: 100%;
        padding: 0px;
        line-height: 40px;
    }

    .para-two {
        font-size: 14px;
        font-weight: 300;
    }

    .meet {
        display: block;
    }

    .list-map-filter-section {
        flex-direction: column;
    }

    .scan {
        display: none;
    }

    .btn-line .input-group {
        width: 100%;
        justify-content: center;
    }

    .book-btn {
        width: 100%;
    }

    .left-one {
        padding: 0px;
    }

    .card-slider-cstm .slick-slide {
        margin: 0px;
    }

    .aboutheading {
        font-size: 30px;
    }

    .icon-grid {
        grid-template-columns: repeat(4, 1fr);
    }

    .myTab1 .nav-link-cstm:hover {
        color: #fff;
    }

    .open-txt h2 {
        font-size: 30px;
    }

    .scan p {
        margin: 0px;
    }

    .txt-m {
        order: 1;
    }

    .img-m {
        order: 0;
    }

    .advance-search {
        width: 98%;
        text-align: center;
    }

    a.app-d,
    .Place-btn a {
        width: 100%;
    }

    .min-ht {
        position: relative;
        padding: 40px 20px;
    }

    img.alt-imgsdae,
    .alt-imge {
        display: none;
    }

    .sec-txt {
        height: auto;
        background-image: none;
    }

    .main-sidebar {
        display: none;
    }

    img.host-img {
        width: 100%;
        height: 100%;
    }

    .host-txt {
        width: 100%;
    }

    .testimonial-slide {
        padding: 40px 0px;
    }

    .testimonial_box-top {
        flex-wrap: wrap;
    }

    .my-flex {
        display: flex;
        flex-wrap: wrap;
        width: 100%;
        row-gap: 20px;
        align-items: center;
        justify-content: space-between;
    }

    .fair-price-section {
        width: 100%;
    }

    img.pr-img {
        height: 30px;
        width: 30px;
    }

    .ss-txt p {
        font-size: 12px;
        margin: 0px;
    }

    .flex-col {
        background: #f7f7f7;
        width: 50%;
        gap: 10px;
        padding: 9px;
    }

    .space-flex {
        gap: 10px;
    }

    .get-touch-form .d-none1 {
        display: none;
    }

    .vision-mission-card1,
    .vision-mission-card2 {
        padding: 20px;
    }

    .hw-p p {
        font-size: 12px;
    }

    .hw-p h5 {
        font-size: 22px;
    }

    .main-one {
        width: 100%;
    }

    .new-row .sec-row:last-child {
        width: 100%;
    }

    .sec-row {
        width: 40%;
    }

    .last-section-footer {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    img.fsa-logo {
        width: 40%;
    }

    .new-landing-menu .nav-item .nav-link {
        color: #fff;
        justify-content: space-between;
        padding: 10px;
        text-align: left;
    }

    .new-top-sec {
        padding: 30px 0px;
    }

    .col-md-5.right-sc {
        display: none;
    }

    .myTab1 .nav-link-cstm {
        font-size: 11px;
        cursor: pointer;
        color: #fff;
        font-weight: 500;
        text-align: center;
    }

    li.nav-item-cstm {
        width: 47%;
        text-align: center;
        background: #008850;
        padding: 15px 0px;
        color: #fff;
    }

    .menu0btn {
        padding: 20px;
        width: 100%;
    }

    .groupp-para {
        width: 100%;
    }

    ul.myTab1 {
        border-bottom: 0px;
        margin: 0;
        gap: 10px;
        flex-wrap: wrap;
        padding: 0px;
    }

    .Newsletter-s {
        padding: 20px 10px;
    }

    .heading {
        font-size: 40px;
    }

    img.logo {
        width: 225px;
    }

    .swiper-container {
        width: 100%;

    }

    .search-with {
        width: 100%;
    }

    .vartical-section-tab {
        flex-direction: column;
    }

    .vertical-m-tab {
        width: 100%;
    }

    .left-sc {
        order: 1
    }

    .right-sc {
        padding: 5px;
        order: 0;
    }

    .first-logo {
        padding: 0px;
    }

    .main-links {
        display: block !important;
        text-align: center;
    }

    .custom-form input[type="email"] {
        width: 100% !important;
    }

    .top-login {
        justify-content: center;
    }
}

@media only screen and (max-width: 500px) {
    .custom-filter-slider .slide p {
        font-size: 9px;
    }

    .heading {
        font-size: 27px;
    }

    .inner {
        max-width: 370px;
        width: 100%;
    }
}

.site-facility-icons-bar {
    display: inline-flex;  
    justify-content: flex-start; 
    padding: 10px; 
    gap: 20px; 
    max-width: 100%;
    box-sizing: border-box;
}