@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

:root {
    --primary-color: #9e8b7d;
    --secondary-color: #000;
}

* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}

body {
    line-height: normal;
    font-size: 16px;
    font-style: normal;
    font-weight: normal;
    font-family: "Montserrat", sans-serif;

}

img,
video,
iframe,
svg {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}

.container {
    max-width: 1342px;
    width: 100%;
    padding: 0px 15px;
    margin: 0px auto;
    display: inherit;
}

.main-banner {
    position: relative;
    padding: 233px 0px;
}

h1 {
    font-size: 56px !important;
    margin: 0;
}

h2 {
    font-size: 48px !important;
    margin: 0;
}

h3 {
    font-size: 30px !important;
    font-weight: 500;
    margin: 0;
}

h4 {
    font-size: 24px;
    margin: 0;
}

h5 {
    font-size: 20px;
    margin: 0;
}

h6 {
    font-size: 16px;
    margin: 0;
}


p {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin: 0;
    margin-bottom: 15px;
}

ul{
    margin: 0;
    padding: 0;
}

ul li {
    list-style: none;
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
    margin: 0;
    padding: 0;
}

.btn {
    padding: 7px 19px 7px;
    border: 1px solid #000;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    display: inline-block;
    color: #000;
    background-color: transparent;
    transition: all 0.3s ease-in-out;
    text-align: center;
}

.btn:hover {
    background-color: #000;
    color: #fff;
}

.dark-btn {
    background-color: #000;
    color: #fff;
    transition: all 0.3s ease-in-out;
    text-align: center;
}

.dark-btn:hover {
    border: 1px solid #000;
    background-color: #fff;
    color: #000;
}

/* header  */
.sections.nav-sections {
    margin: 0 !important;
}

.page-main {
    width: 100% !important;
    max-width: 100% !important;
    padding: 0;
    margin: 0;
}

header.page-header {
    padding: 0;
    margin: 0;
    border-bottom: 1px solid #000;
}

.page-header .header.content {
    width: 100%;
    max-width: 1342px;
    padding: 0;
    margin: auto;
    padding-left: 15px;
    text-align: center;
}

header.page-header a.logo {
    margin: 0;
    margin-top: 16px;
}
.toggle-btn {
    width: 55px;
    height: 55px;
    border-radius: 10px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px;
    transition: all .5s ease;
    overflow: hidden;
    display: none;
}

.strip div {
    height: 3px;
    border-radius: 2px;
    background: rgb(56 56 56);
    margin: 10px;
    transition: all .55s cubic-bezier(0.075, 0.82, 0.165, 1);
    width: 40px;
}


.toggle-btn.active .toggle-strip div:first-child {
    transform: translateY(13px) rotate(45deg);
}

.toggle-btn.active .toggle-strip div:nth-child(2) {
    transform: translateX(-120%);
}

.toggle-btn.active .toggle-strip div:last-child {
    transform: translateY(-13px) rotate(130deg);
}

.header-content {
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
}

.header-right>ul>li {
    display: inline-block;
    margin: 0px 0px 0px 32px;
    position: relative;
}

.header-right>ul>li:last-child {
    margin-left: 16px;
}

.header-right>ul li a {
    color: #000;
    display: flex;
    align-items: center;
    gap: 10px;
}

.header-right ul li a.dark-btn {
    color: #fff;
    transition: 0.3s all ease-in-out;
}

.header-right ul li a.dark-btn:hover {
    color: #000;

}


ul.sub-menu {
    position: absolute;
    width: 100%;
    min-width: 130px;
    left: 0;
    margin: 0;
    top: 120%;
    background-color: #000000;
    color: #fff;
    padding: 15px 10px;
    opacity: 0;
    transition: all 0.3s ease-in-out;
    z-index: 1;
    visibility: hidden;
}

.header-right>ul>li:hover ul.sub-menu {
    opacity: 1;
    visibility: visible;
}

ul.sub-menu li a {
    color: #fff;
}

ul.sub-menu li a {
    color: #fff;
    margin-bottom: 11px;
}

/* .custom-booking-header {
    padding: 16px 0px;
    position: relative;
} */
header {
    padding: 16px 0px;
    /* position: relative; */
}

.header-right ul li .fa-angle-down {
    margin-right: 16px;
    font-size: 15px;
    margin-top: 6px;
}

.main-banner {
    position: relative;
    padding: 233px 0px;
}

.main-banner .left-contant {
    max-width: 576px;
}

.main-banner .left-contant h1 {
    margin-bottom: 24px;
    font-weight: 700;
    line-height: 61.6px;
    text-align: left;
}

.main-banner .left-contant p {
    margin-bottom: 40px;
    line-height: 27px;
    text-align: left;
}

.main-banner .right-img {
    position: absolute;
    top: 0;
    z-index: -1;
    right: 0;
    height: 100%;
    width: calc(50% - 80px);
}

.main-banner .right-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.discover-sec {
    padding: 112px 0px;
}

.discover-sec .discover-top-sec {
    max-width: 768px;
    margin-bottom: 40px;
}

.discover-sec .discover-top-sec h2 {
    margin-bottom: 24px;
    font-weight: 700;
}

.discover-sec .discover-top-sec h6 {
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    text-align: left;
    margin-bottom: 16px;
}

.discover-sec .post-row {
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-pack: flex-start;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.discover-sec .post-row>li {
    width: calc(100%/3 - 96px/3);
    margin-left: 48px;
    margin-top: 40px;
}

.discover-sec .post-row>li:nth-child(3n+1) {
    margin-left: 0px;
}

.discover-sec .post-row li h3 {
    margin-top: 32px;
    margin-bottom: 24px;
    font-weight: bold;
    line-height: 41.6px;
    text-align: left;
}

.discover-sec .post-row li p {
    font-size: 16px;
    font-weight: 400;
    text-align: left;

}

.discover-sec .post-img {
    width: 100%;
    height: 100%;
    max-height: 239px;
    overflow: hidden;
}

.discover-sec .post-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.services-sec {
    padding: 112px 0px;
}

.services-sec-row {
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
}

.services-sec-row>div {
    width: calc(100%/2 - 80px/2);
}

.services-sec-row .left-contant h6 {
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    text-align: left;
    margin-bottom: 16px;
}

.services-sec-row .left-contant h2 {
    margin-bottom: 24px;
    font-weight: 700;
}

.services-sec-row .left-contant p {
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
    text-align: left;
    margin-bottom: 40px;
}

.services-sec-row .left-contant .sing-up-btn {
    color: #000;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    text-align: left;
    margin-left: 24px;

}

.services-sec-row .left-contant .sing-up-btn span {
    display: inline-block;
    margin-left: 8px;
}

.customers-sec {
    padding: 112px 0px;
}

.customers-sec .customers-top-sec {
    text-align: center;
    margin-bottom: 80px;
}

.customers-sec .customers-top-sec h2 {
    margin-bottom: 24px;
    font-weight: 700;
}

.customers-box {
    padding: 31px;
    border: 1px solid #000;
}

.admin-row {
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    margin-top: 32px;
}


.admin-row span {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    display: inline-block;
    overflow: hidden;
}

.admin-row span img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.admin-detail {
    width: calc(100% - 72px);
}

.admin-detail h6 {
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    text-align: left;
}

.admin-detail p {
    margin-bottom: 0;
}

.customers-box ul {
    margin-bottom: 32px;
}

.customers-box ul li {
    display: inline-block;
}

.customers-box ul li i {
    color: #000;
    font-size: 18px;
}


.faq-sec {
    margin: 112px 0px;
}

.faq-content {
    max-width: 768px;
    margin: auto;
}


.faq-content .faq-heading h2 {
    text-align: center;
    font-family: Montserrat;
    font-size: 48px;
    font-weight: 700;
    line-height: 52.8px;
    text-align: center;
    margin-bottom: 14px;
}


.faq-content .faq-heading p {
    text-align: center;
    font-size: 18px;
    margin: auto;
    font-weight: 400;
    line-height: 27px;
    text-align: center;
}


.faq-content ul li h4 {
    font-size: 18px;
    font-weight: 700;
    line-height: 27px;
    text-align: left;
}

.faq-content ul {
    margin-top: 80px;
}

.faq-content ul li {
    margin-bottom: 48px;
}

.faq-content ul li p {
    font-size: 16px;
    font-weight: 400;
    text-align: left;
    margin-top: 16px;
}


.stil-have-contact {
    text-align: center;
    padding-top: 32px;
}

.stil-have-contact h3 {
    font-size: 32px;
    font-weight: 700;
    line-height: 41.6px;
    padding-bottom: 16px;
}

.stil-have-contact p {
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
}

.stil-have-contact .btn {
    margin-top: 10px;
}

.contact-sec {
    padding: 112px 0px;
}

.contact-sec-row {
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
}

.contact-sec-row>div {
    width: calc(100%/3 - 96px/2);
    text-align: center;
}

.contact-sec-row>div img {
    margin-bottom: 32px;
}

.contact-sec-row>div h3 {
    margin-bottom: 16px;
    font-size: 32px;
    font-weight: 700;
    line-height: 41.6px;
    text-align: center;
}

.contact-sec-row>div a {
    color: #000;
    text-decoration: underline;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: center;
}

.footer-row {
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-pack: flex-start;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    padding: 80px 0px;
    gap: 32px;
}

.footer-logo {
    width: 22.5%;
}

.footer-menu {
    width: 50%;
}

.socail-icon {
    width: 22.5%;
}

.footer-menu ul {
    text-align: center;
}

.footer-menu ul {
    display: flex;
    justify-content: center;
    text-align: center;
    gap: 32px;
}



.footer-menu ul li a {
    display: inline-block;
    color: #000;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    text-align: left;
}

.socail-icon ul {
    text-align: right;
}

.socail-icon ul li {
    display: inline-block;
    text-align: center;
}

.socail-icon ul li a {
    display: inline-block;
    margin: 0px 10px;
    color: #000;
}


.socail-icon ul li a:last-child {
    margin-right: 0;
}


.footer-bottom {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 24px;
    flex-wrap: wrap;
    border-top: 1px solid #000;
    padding: 32px 0px 80px;
    margin: 0;
}

.footer-bottom p {
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    text-align: left;
    margin: 0;

}

ul.bottom-menu {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 24px;
}

ul.bottom-menu li a {
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    text-align: left;
    color: #000;
    text-decoration: underline;
}

.rating-slider .owl-nav {
    position: absolute;
    width: 100%;
    top: 40%;
}

.rating-slider .owl-nav button {
    position: absolute;
    width: 50px;
    height: 50px;
    background-color: #fff !important;
    border: 1px solid #000 !important;
    border-radius: 50% !important;
    margin: 0 !important;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.3s ease-in-out;
}

.rating-slider .owl-nav button:hover {
    background-color: #000 !important;
    border: 1px solid #000 !important;
    color: #fff !important;
}

.rating-slider .owl-nav button.owl-prev {
    left: -25px;
}

.rating-slider .owl-nav button.owl-next {
    right: -25px;
}

.rating-slider .owl-stage-outer {
    margin-bottom: 40px;
}

.rating-slider .owl-dots .owl-dot span {
    background-color: #D6D6D6 !important;
}

.rating-slider .owl-dots .owl-dot.active span {
    background-color: #000 !important;
}

/**/

.banner-two {
    position: relative;
    padding: 80px 0px;
}

.banner-two .left-contant {
    max-width: 640px;
    margin-left: auto;
}

.banner-two .left-contant h2 {
    font-size: 40px;
    margin-bottom: 24px;
    font-weight: 700;
    line-height: 48px;
    text-align: left;

}

.banner-two .right-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    max-height: 800px;
}


.banner-two .right-img {
    position: absolute;
    top: 0;
    z-index: -1;
    left: 0;
    height: 100%;
    width: calc(50% - 80px);
}

.my-breadcrumbs {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 24px;
}

.my-breadcrumbs li,
.my-breadcrumbs li a {
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    text-align: center;
    color: #000;
}

.my-breadcrumbs span.breadcrumb-separator {
    font-size: 16px;
    width: 16px;
    height: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.rating-row {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 24px;
}

.rating-row h3 {
    font-size: 24px;
    font-weight: 700;
    line-height: 33.6px;
    text-align: left;
}

ul.rating-star {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-left: 16px;
    padding-left: 16px;
    border-left: 1px solid #000;
}

.start-value {
    margin-left: 8px;
}

ul.verified-text {
    padding-left: 30px;
    margin-bottom: 24px;
}

ul.verified-text li {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    list-style: disc;
}

.date-box {
    width: 100%;
}

.date-box label {
    width: 100%;
    display: block;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    margin-bottom: 8px;
}

.date-box input {
    width: 100%;
    display: block;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    padding: 12px;
    border: 1px solid #000;
    border-radius: 0;
}

.slot-sec {
    margin-top: 24px;
}

.slot-sec h6 {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    margin-bottom: 8px;
}

.slot-sec ul {
    display: flex;
    align-items: center;
    gap: 16px;
}

form button.btn {
    width: 100%;
    margin-top: 32px;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    padding: 11px 15px;
    cursor: pointer;

}

.tabing-sec {
    margin-top: 32px;
}

.tabing-sec .tab-titles {
    display: flex;
    flex-wrap: wrap;
}

.tabing-sec .tab-contents {
    display: none;
}

.tabing-sec .tab-contents.active-tab {
    display: block;
}

.tabing-sec .tab-titles {
    margin-bottom: 24px;
}

.tabing-sec .tab-links {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    text-align: left;
    margin-right: 16px;
    margin-bottom: 0;
    padding-bottom: 9px;
    transition: all 0.3s ease-in-out;
    position: relative;
    cursor: pointer;
    overflow: hidden;
}

.tabing-sec .tab-links:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #000;
    bottom: 0;
    left: -100%;
    transition: all 0.3s ease-in-out;
}

.tabing-sec .tab-links:hover:after {
    left: 0;
}

.tabing-sec .tab-links.active-link:after {
    left: 0;
}

.my-breadcrumbs li:last-child {
    font-weight: bold;
}

/**/


/**/

.popular-properties-sec {
    padding: 30px 0px;
}

.popular-properties-sec .top-search-sec {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.popular-properties-sec .top-search-sec .left-search-col {
    width: 56.5%;
    padding-right: 24px;
}

.popular-properties-sec .top-search-sec .left-search-col h4 {
    font-weight: 700;
    line-height: 33.6px;
    text-align: left;
    margin-bottom: 8px;
}

.popular-properties-sec .top-search-sec .left-search-col p:last-child {
    margin-bottom: 0;
}

.popular-properties-sec .top-search-sec .right-search-col {
    width: 43.5%;
}

.popular-properties-sec .top-search-sec .right-search-col form {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
}

.popular-properties-sec .top-search-sec .right-search-col form .search-box {
    width: calc(100% - 54%);
    position: relative;
    padding-right: 16px;
}

.popular-properties-sec .top-search-sec .right-search-col form .search-box input {
    width: 100%;
    height: 100%;
    padding: 9px 10px 9px 48px;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    border: 1px solid #000;
    border-radius: 0;
    color: #666666;
}

.search-icon {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 48px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: transparent;
    border: none;
    outline: none;
    cursor: pointer;
}

.popular-properties-sec .top-search-sec .right-search-col form .select-box {
    width: 54%;
    position: relative;
}

.popular-properties-sec .top-search-sec .right-search-col form .select-box select {
    width: 100%;
    height: 100%;
    padding: 7px 40px 7px 10px;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    border: 1px solid #000;
    color: #666666;
    appearance: none;
    position: relative;
    z-index: 1;
    background-color: transparent;
}


.popular-properties-sec .top-search-sec .right-search-col form .select-box span{
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 48px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: transparent;
    border: none;
    outline: none;
    cursor: pointer;

}

.popular-item-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.popular-item-row>div {
    width: calc(100%/2 - 24px/2);
    margin-left: 24px;
    display: flex;
    flex-wrap: wrap;
    border: 1px solid #000;
    overflow: hidden;
}


.popular-item-row>div:nth-child(2n+1) {
    margin-left: 0;
}

.popular-item-row .box-img {
    max-width: 190px;
}

.popular-item-row .box-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.popular-item-row .box-item-details {
    width: calc(100% - 190px);
    padding: 24px 12px 24px 20px;
}

.popular-item-row .box-item-details .details {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

.popular-item-row .box-item-details .details .item-rating {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.popular-item-row .box-item-details .description {
    margin-top: 8px;
    padding-bottom: 26px;
}

.popular-item-row .box-item-details .description p:last-child {
    margin-bottom: 0;
}

.popular-item-row .box-item-details .location-sec {
    margin-top: 26px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 8px;
}

.popular-item-row .box-item-details .location-sec a {
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    color: #000;
}

.popular-item-row .box-item-details .amount-sec {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 24px;
}

.popular-item-row .box-item-details .amount-sec h4 {
    width: calc(100% - 174px);
}

.popular-item-row .box-item-details .amount-sec h4 span {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    text-align: left;

}


/**/

@media (max-width:1199px) {
    .banner-two .left-contant {
        max-width: 560px;
    }

    .banner-two .right-img {
        width: calc(50% - 90px);
    }

    .popular-item-row .box-img {
        max-width: 100%;
        width: 100%;
        max-height: 250px;
    }

    .popular-item-row .box-item-details {
        width: calc(100%);
        padding: 24px 12px 24px 20px;
    }
}

@media (max-width:1024px) {
    .main-banner .left-contant {
        max-width: 523px;
    }


    .rating-slider .owl-nav {
        display: none;
    }

    .banner-two .left-contant {
        max-width: 480px;
    }

    .banner-two .right-img {
        width: calc(50% - 50px);
    }
}

@media (max-width:991px) {
    h1 {
        font-size: 40px !important;
    }

    h2 {
        font-size: 36px !important;
    }

    h3 {
        font-size: 28px !important;
    }

    .main-banner .left-contant {
        max-width: 100%;
        text-align: center;
        margin: auto;
        margin-bottom: 60px;
    }

    .main-banner .right-img {
        position: relative;
        width: calc(100% + 30px);
        left: -15px;
    }

    .main-banner {
        position: relative;
        padding: 100px 0px;
    }

    .main-banner .left-contant h1 {
        text-align: center;
        line-height: 48.6px;
    }

    .main-banner .left-contant p {
        text-align: center;
    }

    .discover-sec {
        padding: 0px 0px 60px;
    }

    .discover-sec .post-row>li {
        width: calc(100% / 2 - 48px / 2);
        margin-left: 48px;
        margin-top: 40px;
    }

    .discover-sec .post-row>li:nth-child(3n+1) {
        margin-left: 48px;
    }

    .discover-sec .post-row>li:nth-child(2n+1) {
        margin-left: 0px;
    }

    .services-sec-row>div {
        width: calc(100% / 2 - 40px / 2);
    }

    .services-sec {
        padding: 40px 0px 60px;
    }

    .toggle-btn {
        display: flex;
    }

    .header-right {
        position: absolute;
        width: 100%;
        left: 0;
        top: 100%;
        z-index: 99;
        padding: 25px 15px;
        background-color: #fff;
        display: none;
    }

    .header-right>ul>li {
        display: block;
        margin: 0px 0px 20px 0px !important;
        position: relative;
    }

    .header-right>ul>li:last-child{
        margin-bottom: 0 !important;
    }

    .header-right>ul>li>a {
        color: #000;
        justify-content: space-between;
    }

    .header-right>ul>li a.btn {
        display: inline-block !important;
        width: 100%;
    }
    

    .header-right.active {
        display: block;
    }

    .customers-sec {
        padding: 0px 0px 60px;
    }

    .faq-sec {
        margin: 0px 0px 60px;
    }

    .contact-sec {
        padding: 0px 0px 60px;
    }

    .contact-sec-row>div {
        width: calc(100% / 3 - 40px / 3);
        text-align: center;
    }

    .footer-logo {
        width: 16.5%;
    }

    .socail-icon {
        width: 16.5%;
    }

    .footer-menu {
        width: 61%;
    }

    .socail-icon ul {
        display: flex;
        text-align: center;
        justify-content: end;
    }

    .customers-box {
        padding: 25px;
        border: 1px solid #000;
    }

    .banner-two {
        position: relative;
        padding: 0px 0px 80px;
    }

    .banner-two .right-img {
        position: relative;
        width: 100%;
        left: 0;
    }

    .banner-two .right-img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        max-height: auto;
    }

    .banner-two .left-contant {
        max-width: 100%;
        margin-top: 32px;
    }

    .page-header .header.content {
        padding-left: 0;
    }
    header.page-header a.logo {
        padding-left: 15px;
    }
}

@media (max-width:767px) {

    h1 {
        font-size: 36px !important;
    }

    h2 {
        font-size: 32px !important;
    }

    h3 {
        font-size: 25px !important;
    }

    .discover-sec .post-row>li {
        width: 100%;
        margin-left: 0px !important;
    }

    .services-sec-row>div {
        width: 100%;
    }

    .services-sec-row .right-img {
        margin-top: 60px;
    }

    .contact-sec-row>div {
        width: 100%;
        text-align: center;
        margin-top: 40px;
    }

    .footer-logo {
        width: 100%;
    }

    .socail-icon {
        width: 100%;
    }

    .footer-menu {
        width: 100%;
    }

    .footer-menu ul {
        display: flex;
        justify-content: center;
        text-align: center;
        flex-wrap: wrap;
        gap: 16px;
    }

    .socail-icon ul {
        justify-content: center;
        flex-wrap: wrap;
    }

    .footer-row {
        flex-wrap: wrap;
        justify-content: center;
        text-align: center;
        padding: 40px 0px;
    }

    ul.bottom-menu {
        justify-content: center;
        align-items: center;
        gap: 16px;
    }

    .footer-bottom p {
        text-align: center;
    }

    .footer-bottom {
        padding: 25px 0px 40px;
    }

    .banner-two .right-img {
        position: relative;
        width: 100%;
        left: 0;
        max-height: 402px;
        overflow: hidden;
    }

    .banner-two .right-img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        max-height: auto;
    }

    .banner-two .left-contant h2 {
        font-size: 32px;
    }

    ul.rating-star {
        width: 100%;
        padding: 0;
        margin: 0;
        border: 0;
    }

    .slot-sec ul {
        flex-wrap: wrap;
    }

    .popular-properties-sec .top-search-sec .right-search-col{
        width: 100%;
    }

    .popular-properties-sec .top-search-sec .left-search-col {
        width: 100%;
        padding-right: 0px;
        margin-bottom: 24px;
    }

    .popular-item-row>div {
        width: 100%;
        margin-left: 0px !important;
        margin-top: 24px;
    }

    .popular-item-row>div:first-child {
        margin-top: 0;
    }


    .popular-item-row .box-img {
        max-width: 190px;
        width: 100%;
        max-height: none;
    }

    .popular-item-row .box-item-details {
        width: calc(100% - 190px);
        padding: 24px 12px 24px 20px;
    }

    .popular-item-row .box-item-details .amount-sec {
        flex-wrap: wrap;
    }

    .popular-item-row .box-item-details .amount-sec a {
        margin-top: 16px;
    }

    .popular-item-row .box-item-details .amount-sec h4 {
        width: 100%;
    }

    .footer-menu ul li{
        width: 100%;
    }
}

@media (max-width:480px) {
    .popular-item-row .box-img {
        max-width: 100%;
        width: 100%;
        max-height: 250px;
    }

    .popular-item-row .box-item-details {
        width: calc(100%);
        padding: 24px 12px 24px 20px;
    }

    .popular-properties-sec .top-search-sec .right-search-col form .search-box{
        width: 100%;
        padding-right: 0;
        margin-bottom: 24px;
    }

    .popular-properties-sec .top-search-sec .right-search-col form .select-box {
        width: 100%;
    }
}
.review{
    padding: 20px 0px;
}
.reviewDate{
    color: #666666;
    font-size: 16px;
}
.reviewNameMain{
    height: 38px;
    position: relative;
    margin: 15px 0px;
}
.reviewAvatar{
    left: 49px;
    top: 2px;
    position: absolute;color: black;font-size: 20px;line-height: 30px;
}
.reviewName{
    width: 38px;height: 38px;left: 0px;top: 0px;position: absolute;background: black;border-radius: 9999px;color: #fff;text-align: center;display: flex;justify-content: center;align-items: center;
}
.reviewDesc{
    color: black;font-size: 16px;font-weight: 400;line-height: 24px;
}
.hrReview{
    height: 0px;border-top: 1px rgba(51, 51, 51, 0.20) solid;margin-top: 20px;
}
.formComment{

}
.reviewFormTitle{
    font-size: 24px;font-weight: 600;
    margin-bottom: 20px;
}
.formDiv{
    padding: 10px 0px;
}
.formLabel{
    color: #333333;font-size: 14px;display: block;
}
.formInput{
    height: 40px;
    width: 100%;
    padding: 20px;
    margin-top: 10px;
    color: #858585;
    font-weight: 400;
    border: 1px solid #CFCFCF;
    border-radius: 4px;
}
textarea.formInput{
    height: 120px;
}
.suggestedProduct{
   margin-top: 40px;
}
.suggestedProduct h4 {
    color: black; 
    font-size: 24px; 
    font-weight: 700; 
    line-height: 33.60px;
}

.suggested-item-row{
    display: grid;
    flex-wrap: wrap;
    justify-content: flex-start;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
    margin-top: 30px;
}
@media (max-width:900px) {
    .suggested-item-row{
        grid-template-columns: 1fr 1fr;
    }
}
@media (max-width:700px) {
    .suggested-item-row{
        grid-template-columns: 1fr;
    }
}

.suggested-item-row > div {
    display: flex;
    flex-wrap: wrap;
    border: 1px solid #000;
    overflow: hidden;
}
.suggested-item-row .box-img {
    max-width: 190px;
}

.suggested-item-row .box-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.suggested-item-row .box-item-details {
    width: calc(100% - 190px);
    padding: 24px 12px 24px 20px;
}

.suggested-item-row .box-item-details .details {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    flex-direction: column;
    justify-content: flex-start;
}

.suggested-item-row .box-item-details .details .item-rating {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.suggested-item-row .box-item-details .amount-sec {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-top: 24px;
    flex-direction: column;
}

.suggested-item-row .box-item-details .amount-sec h5  {
    font-size: 18px;
    margin-bottom: 20px;

}

.suggested-item-row .box-item-details .amount-sec h5 span {
    font-size: 13px;
    font-weight: 500;
    line-height: 24px;
    text-align: left;

}

.form-rating-star {
    list-style-type: none;
    padding: 0;
    margin: 0;
    /* display: inline-block; */
    position: relative;
    /* display: flex; */
    flex-direction: row-reverse;
    justify-content: flex-end;
    margin-top: 20px;
}

.form-rating-star li {
    display: inline-block;
    font-size: 24px; /* Adjust size as needed */
    color: #ccc; /* Default star color */
    cursor: pointer;
}

.form-rating-star li:hover,
.form-rating-star li:hover ~ li {
    color: #000; /* Change color on hover */
}

.star-value {
    position: absolute;
    top: 0;
    left: calc(100% + 10px); /* Adjust position as needed */
    display: none;
}

.rating-container:hover .star-value {
    display: block;
}

.modal-popup.modal-slide._inner-scroll .modal-inner-wrap {
    width: 100%;
    left: 0;
    max-width: 600px;
    margin: auto;
}

@media only screen and (max-width: 768px) {
    .modal-popup.modal-slide {
        left: 0;
        z-index: 900;
        padding: 00px 15px;
    }
}