@charset "utf-8";
/*..............embedded fonts..............*/

@import url('https://fonts.googleapis.com/css?family=Montserrat:100,200,300,400,500,600,700,800,900|Raleway:100,200,300,400,500,600,700,800,900');
@import url('https://fonts.googleapis.com/css2?family=Questrial&display=swap');

/*..............embedded fonts..............*/

/*..............custom fonts..............*/

.questrial-regular {
    font-family: "Questrial", sans-serif;
    font-weight: 400;
    font-style: normal;
}

h1,
h2,
h3,
h4,
h4,
h6 {
    font-family: "Questrial", sans-serif;
}

@font-face {
    font-family: "Questrial", sans-serif
        /*  jyoti */
    ;
    src: url('../fonts/PulpDisplay-Regular.eot');
    src: url('../fonts/PulpDisplay-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/PulpDisplay-Regular.woff2') format('woff2'),
        url('../fonts/PulpDisplay-Regular.woff') format('woff'), kav url('../fonts/PulpDisplay-Regular.ttf') format('truetype'),
        url('../fonts/PulpDisplay-Regular.svg#PulpDisplay-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'PulpDisplay-Medium';
    src: url('../fonts/PulpDisplay-Medium.eot');
    src: url('../fonts/PulpDisplay-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/PulpDisplay-Medium.woff2') format('woff2'),
        url('../fonts/PulpDisplay-Medium.woff') format('woff'),
        url('../fonts/PulpDisplay-Medium.ttf') format('truetype'),
        url('../fonts/PulpDisplay-Medium.svg#PulpDisplay-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'AvenirNext-Bold';
    src: url('../fonts/AvenirNext-Bold.eot');
    src: url('../fonts/AvenirNext-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/AvenirNext-Bold.woff2') format('woff2'),
        url('../fonts/AvenirNext-Bold.woff') format('woff'),
        url('../fonts/AvenirNext-Bold.ttf') format('truetype'),
        url('../fonts/AvenirNext-Bold.svg#AvenirNext-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'AvenirNext-DemiBold';
    src: url('../fonts/AvenirNext-DemiBold.eot');
    src: url('../fonts/AvenirNext-DemiBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/AvenirNext-DemiBold.woff2') format('woff2'),
        url('../fonts/AvenirNext-DemiBold.woff') format('woff'),
        url('../fonts/AvenirNext-DemiBold.ttf') format('truetype'),
        url('../fonts/AvenirNext-DemiBold.svg#AvenirNext-DemiBold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'AvenirNext-Regular';
    src: url('../fonts/AvenirNext-Regular.eot');
    src: url('../fonts/AvenirNext-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/AvenirNext-Regular.woff2') format('woff2'),
        url('../fonts/AvenirNext-Regular.woff') format('woff'),
        url('../fonts/AvenirNext-Regular.ttf') format('truetype'),
        url('../fonts/AvenirNext-Regular.svg#AvenirNext-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

:root {
    --green: #4B706A;
    --white: #ffffff;
}

body {
    overflow-x: hidden;
}

/*..............custom fonts..............*/

/*..............common styles..............*/
body {
    margin: 0;
    padding: 0;
    font-family: 'AvenirNext-Regular', sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: #53504B;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal !important;
    margin: 0 0 20px;
    padding: 0;
}

h1 {
    font-size: 46px;
}

h2 {
    font-size: 46px;
}

h3 {
    font-size: 32px;
}

h4 {
    font-size: 24px;
}

h5 {
    font-size: 22px;
}

h6 {
    font-size: 16px;
}

p {
    margin: 0 0 30px;
    padding: 0;
}

img {
    max-width: 100%;
}

a,
img {
    border: 0;
    text-decoration: none;
    outline: none;
}

a,
a:link,
a:visited,
a:focus,
a:hover {
    color: #179ae2;
    outline: none;
    text-decoration: none;
    transition: all 0.3s ease 0s;
}

a:hover {
    text-decoration: none;
}

input,
textarea,
select {
    /* font-family: 'Montserrat', sans-serif; */
    font-weight: 300;
    font-size: 16px;
    outline: none;
}

input[type="submit"] {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 16px;
    transition: all 0.3s ease 0s;
    outline: none;
}

/* --- for placeholder color --- */
/*
.form-control::-moz-placeholder{color:#505873;opacity:1;}
.form-control:-ms-input-placeholder{color:#505873;}
.form-control::-webkit-input-placeholder{color:#505873;}
*/
/* --- for placeholder color --- */

/* --- only use for wordpress (Image alignment) --- */
.alignleft,
.alignnone {
    float: left;
    margin: 0 15px 10px 0;
}

.alignright {
    float: right;
    margin: 0 0 10px 15px;
}

.aligncenter {
    margin: 10px auto;
    display: block;
}

/* --- only use for wordpress (Image alignment) --- */

/* --- Button Styles --- */
.btn {
    border: 0;
    display: inline-block;
    vertical-align: top;
    background: var(--green);
    color: #fff !important;
    padding: 14px 45px;
    font-size: 18px;
    text-transform: capitalize;
    border-radius: 45px;
}

.btn.border {
    background: none;
    color: var(--green) !important;
    border: 2px solid var(--green) !important;
}
/* 
.fw-bold {
    font-family: 'AvenirNext-DemiBold' !important;
} */

.btn.medium-size {
    /* Your custom Styles */
}

.btn.large-size {
    /* Your custom Styles */
}

/* --- Button Styles --- */


/* --- checkbox and radio button Styles --- */

.builder_radiobox ul li label {
    font-weight: normal;
}

.builder_radiobox ul li input[type="radio"] {
    opacity: 0;
}

.builder_radiobox ul li input[type="radio"]:empty~label {
    position: relative;
    float: left;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding: 0 0 0 22px;
}

.builder_radiobox ul li input[type="radio"]:empty~label:before {
    position: absolute;
    display: block;
    top: 2px;
    bottom: 0;
    left: 0;
    content: "";
    width: 16px;
    height: 16px;
    background: url(../images/radiobutton.png) left top no-repeat;
}

.builder_radiobox ul li input[type="radio"]:checked~label:before {
    background: url(../images/radiobutton.png) left bottom no-repeat;
}

/* --- checkbox and radio button Styles --- */

.common-padd {
    padding-top: 100px;
    padding-bottom: 100px;
}

.common-padd-small {
    padding-top: 50px;
    padding-bottom: 50px;
}

.common-padd-lt-rt {
    padding-left: 50px;
    padding-right: 50px;
}

strong,
b {
    font-family: 'AvenirNext-DemiBold';
}

/*..............common styles..............*/

.header-logo img {
    width: 180px !important;
}

.home-slider {
    position: relative;
}

.home-slider .elementor-widget-wrap {
    padding: 0 !important;
}

.home-slider .swiper-slide:after {
    content: '';
    background: linear-gradient(90deg, #F7F5F4 0%, rgba(247, 245, 244, 0.85) 36.86%, rgba(247, 245, 244, 0.3) 45.52%, rgba(247, 245, 244, 0) 102.76%);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 0;
}

/*.home-slider .swiper-slide-inner { max-width: 1220px; z-index: 2; padding-left: 0 !important;}*/
.home-slider .elementor-slide-heading {
    font-size: 46px !important;
    font-family: "Questrial", sans-serif
        /*  jyoti */
    ;
    line-height: 1.3 !important;
}

.home-slider-text-only {
    margin: 0 auto;
    max-width: 1220px;
    position: absolute !important;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    z-index: 9;
}

.home-slider .elementor-widget-slides {
    margin-bottom: 0 !important;
}


.top-search-box {
    background: #F6F0EA;
    border-radius: 78px;
    min-height: 115px;
    margin-top: -75px;
    position: relative;
    z-index: 9;
    padding: 30px;
    padding-bottom: 10px;
}

.top-search-wrap .reqst-link a {
    color: #53504B;
    margin-right: 30px;
}

.home-srch {
    border: 2px solid #DDD7CC;
    border-radius: 45px;
    background: #FEFBFA;
}

.home-srch .row {
    align-items: center;
}

.home-srch select {
    border: 0;
    background: none;
}

.home-srch .form-box {
    width: 100%;
    border-right: 1px solid #ddd;
}

.home-srch .form-box ul {
    width: 100%;
}

.home-srch .col-lg-4 .form-box ul input {
    width: 90px;
}

.home-srch .col-lg-4 .form-box ul input:placeholder {
    color: #000 !important;
    opacity: 1 !important;
    font-weight: bold;
}


.home-srch .col-lg-4 .form-box ul li {
    flex: 0 0 50%
}

.home-srch ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
}

.home-srch ul li {
    border-right: 1px solid #ddd;
    padding: 0 10px;
}

.home-srch ul li:last-child {
    border-right: 0;
}

.home-srch ul input[type="date"] {
    width: 131px;
    border: 0;
    background: none;
}

.home-srch ul li img {
    margin-right: 8px;
}

.home-srch button {
    border: 0;
    padding: 0 5px;
    background: none;
}

.home-srch input[type=text] {
    border: 0;
    padding: 0;
    background: none;
    width: 30px;
    text-align: center;
}

.home-srch button[type=submit] {
    background: var(--green);
    color: #fff;
    border: 0;
    border-radius: 45px;
    height: 75px;
    width: 100%;
    padding: 10px 20px;
    font-size: 22px;
    cursor: pointer;
}


.styled-ttl:before {
    content: '';
    position: absolute;
    width: 60px;
    height: 60px;
    left: -16px;
    top: -18px;
    border: 1px solid var(--green);
}

.whereto-top-text {
    max-width: 680px;
}

.making-impact-text {
    max-width: 615px;
}

.styled-ttl.promises-ttl {
    padding-left: 7px;
}

.promise-row {
    padding: 40px 0;
}

.promise-row .promise-img {
    padding: 0 75px;
}

.styled-ttl.impact-ttl {
    padding-left: 8px;
}

.impact-row .promise-img {
    padding: 0 0 0 100px;
}

.impact-row .elementor-widget-text-editor {
    padding-left: 75px;
}

.whereto-top-text.our-prms {
    max-width: 280px;
}

.styled-ttl.top-picks-ttl {
    padding-left: 20px;
}

.top-picks-tab-wrap {
    padding-top: 30px;
}

.top-picks-tab .elementor-tab-desktop-title {
    padding-left: 0;
    position: relative;
}

.top-picks-tab .elementor-tab-desktop-title.elementor-active {
    padding-left: 90px;
}

.top-picks-tab .elementor-tab-desktop-title.elementor-active:before {
    content: '';
    background: var(--green);
    width: 75px !important;
    height: 2px !important;
    position: absolute;
    left: 0;
    top: 29px !important;
    display: block;
}

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

.top-picks-tab .nav-pills {
    width: 25%;
}

.top-picks-tab .nav-link {
    padding-left: 0;
    position: relative;
    background: none !important;
    color: #53504B;
    text-align: left;
    padding-top: 18px;
    /* font-family: 'AvenirNext-DemiBold';*/
}

.top-picks-tab .nav-link.active {
    padding-left: 90px;
    color: var(--green);
}

.top-picks-tab .nav-link.active:before {
    content: '';
    background: var(--green);
    width: 75px !important;
    height: 2px !important;
    position: absolute;
    left: 0;
    top: 29px !important;
    display: block;
}

.top-picks-tab .tab-content {
    width: 75%;
}


.cat-list {
    margin: 30px 0 0;
}

.cat-list .imgbox {
    max-width: 260px;
    width: 100%;
    height: 320px;
    margin: 0 0 20px;
}

.cat-list .imgbox img {
    width: 100%;
    height: 100% !important;
    object-fit: cover;
}

.cat-list .info {
    position: relative;
}

.cat-list .info:before {
    content: '';
    background: var(--green);
    width: 75px;
    height: 2px !important;
    position: absolute;
    left: 0;
    top: 12px;
    opacity: 0;
}

.cat-list .info h5 {
    margin: 0 0 5px;
}

.cat-list .info h5+h5 {
    font-family: 'AvenirNext-Regular';
}

.cat-list:hover .info {
    padding-left: 90px;
    color: var(--green);
}

.cat-list:hover .info:before {
    opacity: 1;
}


.top-pics-box {
    margin: 0 auto;
    max-width: 270px;
    transition: all 0.3s ease 0s;
}

.top-pics-box .imgbox {
    padding: 0 0 100%;
    position: relative;
    margin: 0 0 20px;
}

.top-pics-box .imgbox img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.top-pics-box .info h6 {}

.top-pics-box .info .meta {
    opacity: 0;
}

.top-pics-box .info .meta ul {
    margin: 0 0 10px;
    padding: 0;
    list-style: none;
    display: flex;
}

.top-pics-box .info .meta ul li {
    font-size: 12px;
    padding: 0 5px;
    border-left: 1px solid #A8A39B;
    line-height: 1;
    color: #A8A39B;
}

.top-pics-box .info .meta ul li:first-child {
    border-left: 0;
    padding-left: 0;
}

.top-pics-box .info .meta .rvw-amnt {
    color: #A8A39B;
    font-size: 12px;
    line-height: 1;
}

.top-pics-box:hover .info .meta {
    opacity: 1;
}

.top-pics-box:hover {
    transform: scale(1.1);
}

.owl-carousel.tab-slider .item {
    padding: 20px;
}

/*.owl-carousel.tab-slider .owl-item.active .top-pics-box { transform: scale(1.1); }
.owl-carousel.tab-slider .owl-item.cloned.active .top-pics-box { transform: scale(0.9); }
.owl-carousel.tab-slider .owl-item.cloned.active .top-pics-box:hover { transform: scale(1.1); }*/

.owl-carousel.tab-slider button.owl-prev {
    position: absolute;
    left: -5px;
    top: 35%;
    transform: translateY(-50%);
}

.owl-carousel.tab-slider button.owl-next {
    position: absolute;
    right: -5px;
    top: 35%;
    transform: translateY(-50%);
}

.styled-ttl.guest-book-ttl {
    padding-left: 8px;
}



.testimbox {
    border: 2px solid transparent;
    padding: 80px 50px 40px 50px;
    position: relative;
    text-align: center;
    background: #F7F5F4;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.owl-item.active.center .testimbox {
    border: 2px solid var(--green);
    background: none;
}

.testimbox:before {
    content: '';
    background: url(../images/qt-top.png) no-repeat;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 40px;
    left: 40px;
}

.testimbox p {
    font-size: 16px;
    overflow: hidden;
}

.owl-item.active.center .testimbox p {}

.authr {
    color: #A8A39B;
    font-size: 16px;
    display: flex;
    align-items: center;
    margin: 0 auto;
    max-width: 70%;
}

.authr img {
    width: 56px !important;
    height: 56px !important;
    object-fit: cover;
    border-radius: 50% !important;
    margin-right: 20px;
}

.authr a {
    color: #5a5a5a;
}

.authr strong span {
    font-family: 'AvenirNext-Regular', sans-serif;
    font-size: 14px;
    font-weight: normal;
}


.testimbox .authr {
    margin-top: 20px;
}

.testimbox a.more_mobile_home {
    color: #53504B;
    font-family: 'AvenirNext-DemiBold';
    display: block;
}

.testimonial-slider .owl-stage {
    display: flex;
}

.testimonial-slider .owl-item,
.testimonial-slider .owl-item .item {
    max-height: 100%;
    height: 300px;
}

.testimbox .testimbox-inr {
    width: 100%;
}

.testimonial-slider .owl-prev {
    position: absolute;
    left: -30px;
    top: 50%;
    transform: translateY(-50%);
    box-shadow: 0 0 3px rgb(0 0 0 / 15%);
    border-radius: 50% !important;
}

.testimonial-slider .owl-next {
    position: absolute;
    right: -30px;
    top: 50%;
    transform: translateY(-50%);
    box-shadow: 0 0 3px rgb(0 0 0 / 15%);
    border-radius: 50% !important;
}

.footer-top h3 {
    font-size: 24px;
}

.footer-top h5 {
    font-family: 'AvenirNext-Regular', sans-serif;
    font-size: 20px;
}

.footer-top h5 a {
    color: #A8A39B;
    text-decoration: underline;
}

/* .ftr-logo img { width: 100px !important; } */



.blog-main-ttl .elementor-heading-title {
    border-bottom: 2px solid #DDD7CC;
    padding-bottom: 25px;
    display: inline-block;
}

.blog-btm-box a {
    color: #A8A39B;
}

.styled-ttl.hiw-ttl {
    padding-left: 14px;
}

.styled-ttl.our-srvc {
    padding-left: 6px;
}

.srvc-row {
    margin-top: 30px;
}

.srvc-ttl {
    padding-left: 235px;
}

.srvc-ttl:before {
    content: '';
    background: var(--green);
    width: 185px;
    height: 2px;
    position: absolute;
    left: 0;
    top: 12px;
}

.srvc-row ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.srvc-row ul li {
    border-bottom: 1px solid #DDDDDD;
    padding: 20px 0;
    font-size: 16px;
    display: flex;
    flex-wrap: wrap;
}

.srvc-row ul li:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}

.srvc-row ul li strong {
    width: 33.3333%;
    font-size: 20px;
}

.srvc-row ul li p {
    margin: 0;
    width: calc(100% - 33.3333%);
    padding-left: 20px;
    line-height: 1.64;
}


.styled-ttl.partner-ttl {
    padding-left: 8px;
}

.partner-box {
    margin-top: 30px;
    padding: 0 30px;
}

.partner-box .prtnr-top {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 40px;
}

.partner-box .prtnr-top .img-box {
    width: 100px;
}

.partner-box .prtnr-top h3 {
    width: calc(100% - 100px);
    padding-left: 30px;
    margin: 0;
    font-size: 28px;
}

.partner-box .prtnr-top h3 small {
    display: block;
    font-size: 18px;
    color: #A8A39B;
}

.partner-box .info {
    font-size: 18px;
    line-height: 1.76;
}

.styled-ttl.testim-ttl {
    padding-left: 19px;
}

.owl-dot span {
    background: #fff !important;
}

.owl-dot.active span {
    background: var(--green) !important;
}


/*------Propert Listing Page------*/

.property-listing-wrap {
    background: #F7F5F4;
}

.list-top-options {
    display: flex;
    padding: 0 0 30px;
    flex-wrap: wrap;
}

.list-top-options h3 {
    margin: 0;
    width: 300px;
}

.list-top-options ul {
    margin: 0 0 0 65px;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
}

.list-top-options ul li {
    margin: 0 5px 5px 5px;
    background: #FEFBFA;
    border: 1px solid #DDD7CC;
    border-radius: 24px;
    padding: 8px 20px;
    font-size: 16px;
}

.list-top-options ul li button {
    border: 0;
    padding: 0 5px;
    background: none;
}

.list-top-options ul li input[type=text] {
    border: 0;
    padding: 0;
    background: none;
    width: 30px;
    text-align: center;
}

.list-top-options ul li img {
    margin-right: 8px;
}

.list-srch {
    border: 0;
    background: none;
    width: calc(100% - 310px);
    right: -12px;
    position: relative;
}

.list-srch form {
    width: 100%;
    display: block;
}

.list-srch form .form-box ul {
    margin-left: 0;
    background: #FEFBFA;
    border: 1px solid #DDD7CC;
    border-radius: 24px;
}

.list-srch form .form-box ul li {
    background: none;
    flex: 0 0 50% !important;
    width: 50%;
    padding: 8px 12px;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0;
    border: 0;
    border-right: 1px solid #DDD7CC;
    border-radius: 0;
}

.list-srch form .form-box ul li:last-child {
    border-right: 0;
}

.list-srch form .form-box ul li img {
    width: 20px;
    margin-right: 5px;
}

.list-srch form .col-lg-4 .form-box ul li input {
    width: 65px;
    font-size: 12px;
}

.list-srch form .form-box ul li input[type=text] {
    width: 90px;
    font-size: 14px;
}


.sidebar-ttl {
    border-bottom: 1px solid #EBEBEB;
    padding: 0 0 10px;
    font-family: 'AvenirNext-DemiBold';
    font-size: 14px;
    margin: 0 0 30px;
}

.sort-by-optn {
    border-bottom: 1px solid #EBEBEB;
    padding: 0 0 10px;
    font-family: 'AvenirNext-DemiBold';
    font-size: 14px;
    text-align: right;
    margin: 27px 0 30px;
}

.sort-by-optn select {
    border: 0;
    background: none;
    font-size: 14px;
}


.sidebar-filterbox {
    border-bottom: 1px solid #EBEBEB;
    padding: 0 0 10px;
    margin: 0 0 30px;
}

ul.normal-checkbox {
    margin: 0;
    padding: 0;
    list-style: none;
}

ul.normal-checkbox li {
    margin: 0 0 10px;
    position: relative;
}

ul.normal-checkbox li input[type="checkbox"] {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 1;
    cursor: pointer;
    visibility: hidden;
}

ul.normal-checkbox li label input[type="checkbox"]{
    padding-left: 36px;
}

/* ul.normal-checkbox li label input[type="checkbox"]:before {
    content: '';
    border: 1px solid #A8A39B;
    width: 18px;
    height: 18px;
    position: absolute;
    left: 0;
    top: 3px;
    border-radius: 2px;
    visibility: visible;
}*/

/* ul.normal-checkbox li label input[type="checkbox"]:checked:after {
    content: '';
    border: 1px solid var(--green);
    background: var(--green) url(../images/white-check.svg) no-repeat center center;
    width: 18px;
    height: 18px;
    position: absolute;
    left: 0;
    top: 3px;
    visibility: visible;
    border-radius: 2px;
}  */
ul.normal-checkbox li label {
    position: relative;
    padding-left: 25px; 
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    
}
/* 
ul.normal-checkbox li label::before {
    content: '';
    border: 1px solid #A8A39B;
    width: 18px;
    height: 18px;
    position: absolute;
    left: 0;
    top: 3px;
    border-radius: 2px;
    background-color: #fff;
} */

ul.normal-checkbox li label input[type="checkbox"] {
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 0;
    opacity: 0; 
    cursor: pointer;
}

/* Create a custom checkbox */

ul.normal-checkbox li .checkmark {
    border: 1px solid #A8A39B;
    width: 18px;
    height: 18px;
    position: absolute;
    left: 0;
    top: 3px;
    border-radius: 2px;
    background-color: #fff;
  }
  
  /* On mouse-over, add a grey background color */
  /* ul.normal-checkbox li input ~ .checkmark {
    background-color: #ccc;
  }
   */
  /* When the checkbox is checked, add a blue background */
  ul.normal-checkbox li input:checked ~ .checkmark {
    background: var(--green) url(../images/white-check.svg) no-repeat center center;
  }
  
  /* Create the checkmark/indicator (hidden when not checked) */
  /* ul.normal-checkbox li .checkmark:after {
    content: "";
    position: absolute;
    display: none;
  } */
  
  /* Show the checkmark when checked */
  /* ul.normal-checkbox li input:checked ~ .checkmark:after {
    display: block;
  } */
  
  /* Style the checkmark/indicator */
  /* ul.normal-checkbox li .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    background: var(--green) url(../images/white-check.svg) no-repeat center center; */
    /* border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg); */
  /* } */

/* 
ul.normal-checkbox label {
    padding-left: 30px;
} */

ul.image-checkbox {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
}

ul.image-checkbox li {
    width: 115px;
    text-align: center;
    position: relative;
    font-size: 14px;
    margin: 0 10px 20px;
}

ul.image-checkbox li input[type="checkbox"] {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    cursor: pointer;
}

ul.image-checkbox li input[type="checkbox"]~label {
    display: block;
    height: 110px;
    padding: 12px;
    border: 1px solid #A8A39B;
    border-radius: 2px;
}

ul.image-checkbox li input[type="checkbox"]~label .ic-box {
    margin: 15px auto 10px;
    height: 30px;
    width: 30px;
    border-radius: 2px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

ul.image-checkbox li input[type="checkbox"]~label .ic-box img {
    height: 100%;
}

ul.image-checkbox li input[type="checkbox"]:checked~label {
    border: 1px solid var(--green);
    background: var(--green);
    color: #fff;
}

ul.image-checkbox li input[type="checkbox"]:checked~label .ic-box {
    background: #fff;
}


.req-spcial {
    background: #F6F0EA;
    padding: 25px;
    margin: 0 0 30px;
    min-height: 100px;
    display: flex;
    align-items: center;
}

.req-spcial h6 {
    margin: 0;
    color: #5a5a5a;
}

.req-spcial p {
    margin: 0;
    font-size: 14px;
    padding-top: 8px;
    color: #5a5a5a;
}

.req-spcial img {
    margin-right: 20px;
    width: 32px;
}


.srch-list {
    background: #FEFBFA;
    box-shadow: 0px 6px 20px rgba(83, 80, 75, 0.1);
    padding: 10px;
    margin: 0 0 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.srch-list .imgbox {
    width: 415px;
    position: relative;
}

.srch-list .info {
    width: calc(100% - 415px);
    padding-left: 30px;
    padding-right: 50px;
    position: relative;
}

.srch-list .info #property_direct_book_form_data {
    position: absolute;
    bottom: 0;
    right: 0;
    display: none;
}

.srch-list .info #property_direct_book_form_data .col-lg-3 {
    width: 100%;
    text-align: right;
}

.srch-list .proprty-lst-sldr .imgbox {
    position: relative;
    padding-bottom: 64%;
}

.srch-list .proprty-lst-sldr .imgbox img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.srch-list .info .info-top {
    padding-top: 13px;
}

.srch-list .info .info-top h4 small {
    display: block;
    font-size: 14px;
    padding: 0 0 20px;
    font-family: 'AvenirNext-Regular', sans-serif;
}

.srch-list .info .info-top h4 a {
    color: #5a5a5a;
}

.srch-list .info .info-top ul {
    margin: 0 0 10px;
    padding: 0;
    list-style: none;
    display: flex;
}

.srch-list .info .info-top ul li {
    font-size: 16px;
    padding: 0 5px;
    border-left: 1px solid #A8A39B;
    line-height: 1;
    color: #A8A39B;
}

.srch-list .info .info-top ul li:first-child {
    border-left: 0;
    padding-left: 0;
}

.srch-list .info .rvw-amnt {
    color: #A8A39B;
    font-size: 16px;
    line-height: 1;
    padding-top: 83px;
}

.srch-list:hover #property_direct_book_form_data {
    display: block;
}

.srch-list:hover #property_direct_book_form_data .btn>img {
    display: none;
}

.srch-list:hover #property_direct_book_form_data .btn {
    padding: 14px 30px;
}

.srch-list:hover {
    background-color: #f6f0ea;
}

.req-book-section-custom .checkindate input {
    background-image: url('../images/form-arrow-img.svg');
    background-position: center right 11px;
    background-repeat: no-repeat;
}

.req-book-section-custom .checkindate input:focus {
    background-image: none;
}

.req-book-section-custom .checkoutdate input {
    background-image: url('../images/form-arrow-img.svg');
    background-position: center right 11px;
    background-repeat: no-repeat;
}

.req-book-section-custom .checkoutdate input:focus {
    background-image: none;
}

.req-book-section-custom .totalguests input {
    background-image: url('../images/form-arrow-img.svg');
    background-position: center right 11px;
    background-repeat: no-repeat;
}

.req-book-section-custom .totalguests input:focus {
    background-image: none;
}


.proprty-lst-sldr .owl-dots {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}

.proprty-lst-sldr .owl-dot span {
    margin: 4px !important;
    width: 7px !important;
    height: 7px !important;
}

.proprty-lst-sldr .owl-nav {
    margin: 0 !important;
    opacity: 0;
}

.proprty-lst-sldr:hover .owl-nav {
    opacity: 1;
}

.proprty-lst-sldr .owl-nav .owl-prev {
    color: var(--green) !important;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: #FFF !important;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.proprty-lst-sldr .owl-nav .owl-next {
    color: var(--green) !important;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    background-color: #FFF !important;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

body .proprty-lst-sldr .owl-nav .owl-next {
    padding-left: 1px !important;
}


.list-top-options ul li.mobile-filters {
    background: none;
    border: 0;
    display: none;
}

.list-top-options ul li.mobile-filters a.filter-link-mob {
    color: #53504B;
    font-size: 14px;
    text-decoration: underline;
    font-family: 'AvenirNext-DemiBold';
    margin-right: 20px;
}

.list-top-options ul li.mobile-filters select {
    border: 0;
    background: 0;
    padding: 0;
    font-size: 14px;
    font-family: 'AvenirNext-DemiBold';
    color: #53504B;
    width: auto;
    -webkit-appearance: none;
    text-decoration: underline;
}

.sidebar-ttl a.closebtn img {
    margin-right: 10px;
    display: none;
}

/*------Propert Listing Page------*/


/*------Propert Details Page------*/

.single-property {
    background: #F7F5F4;
}

.sngl-top-floating .container {
    max-width: 1330px;
}

.sngl-top-floating-info {
    background: #F7F5F4;
    box-shadow: 0px 6px 20px rgba(83, 80, 75, 0.1);
    padding: 35px 45px;
    margin-top: -200px;
    position: relative;
    z-index: 2;
}

.sngl-top-floating-info .lt-info {
    padding-right: 80px;
}

.sngl-top-floating-info .lt-info h1 {
    font-size: 32px;
}

.sngl-top-floating-info .lt-info .meta-wrap {
    margin: 0 0 20px;
    display: flex;
    flex-wrap: wrap;
}

.sngl-top-floating-info .lt-info .meta-wrap span {
    font-size: 14px;
    line-height: 1;
    margin-right: 100px;
    max-width: calc(60% - 100px);
    line-height: 1.4;
    margin-bottom: 8px;
}

.sngl-top-floating-info .lt-info .meta-wrap ul {
    margin: 0px 0 0;
    padding: 0;
    list-style: none;
    display: flex;
}

.sngl-top-floating-info .lt-info .meta-wrap ul li {
    font-size: 14px;
    padding: 0 5px;
    border-left: 1px solid #A8A39B;
    line-height: 1;
    color: #A8A39B;
    height: 14px;
}

.sngl-top-floating-info .lt-info .meta-wrap ul li:first-child {
    border-left: 0;
    padding-left: 0;
}

.sngl-top-floating-info .lt-info .meta-wrap span,
.sngl-top-floating-info .lt-info .meta-wrap ul li {
    color: #53504B;
    font-weight: 600;
}

.sngl-top-floating-info .lt-info .rvw-amnt {
    color: #A8A39B;
    margin: 0 0 20px;
    line-height: 1;
    font-size: 18px;
}

.sngl-top-floating-info .lt-info .para-info a {
    color: #5a5a5a;
    font-size: 16px;
    font-weight: 600;
}

.sngl-top-floating-info .lt-info .para-info-more p {
    font-size: 16px;
    margin: 0;
}

.moretext p {
    margin: 0 0 15px;
}

.rt-optn-outer {
    padding: 0 35px;
}

.rt-optn {
    background: #FEFBFA;
    border: 1px solid #DDD7CC;
    border-radius: 24px;
    margin-bottom: 20px;
}

.rt-optn ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.rt-optn ul li {
    padding: 12px 20px;
    font-size: 16px;
    width: 50%;
}

.rt-optn ul li img {
    margin-right: 6px;
}

.rt-optn ul li:first-child {
    border-right: 1px solid #DDD7CC;
}

.rt-optn ul li:last-child {
    border-top: 1px solid #DDD7CC;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.rt-optn ul li button {
    border: 0;
    padding: 0 5px;
    background: none;
}

.rt-optn ul li input[type=text] {
    border: 0;
    padding: 0;
    background: none;
    width: 30px;
    text-align: center;
}

.single-property .rt-optn ul li .form-box {
    display: flex;
    width: 100%;
    align-items: center;
}

.single-property .rt-optn ul li:first-child input {
    width: 76px;
    font-size: 14px;
}

.single-property .rt-optn ul li:nth-child(2) input {
    width: 76px;
    font-size: 14px;
}

.single-property .rt-optn-outer .rt-optn #single_guest_div .sbutton:nth-last-child(2) {
    order: 2;
    font-size: 18px;
    color: #A8A39B;
    font-size: 18px;
    font-weight: 600;
    cursor: pointer;
    user-select: none;
}

.single-property .rt-optn-outer .rt-optn #single_guest_div .sbutton:last-child {
    margin-left: auto;
    color: #A8A39B;
    font-size: 18px;
    font-weight: 600;
    cursor: pointer;
    user-select: none;
}

.single-property .rt-optn-outer .rt-optn #single_guest_div #single_guest_nember {
    order: 1;
    font-size: 18px;
    margin-left: 10px;
    margin-right: 10px;
}

.rt-optn-outer a.btn {
    width: 100%;
    margin-bottom: 10px;
}

.rt-optn-outer a.btn img {
    width: 25px;
}

.rt-optn-outer p {
    margin: 0;
    font-size: 16px;
    text-align: center;
}

.rt-optn-outer p a {
    color: #5a5a5a;
}


.sngl-ic-info-main {
    background: #F6F0EA;
    border-radius: 12px;
    padding: 35px 25px;
}

.sngl-ic-info-main ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.sngl-ic-info-main ul li {
    width: 16.6666%;
    padding: 0 10px;
    text-align: center;
}

.sngl-ic-info-main ul li .icon-info .ic {
    height: 40px;
    margin: 0 0 22px;
}

.sngl-ic-info-main ul li .icon-info .ic img {
    height: 40px;
}

.sngl-ic-info-main ul li .icon-info p {
    margin: 0;
    font-size: 16px;
}

.sngl-gallery-sldr .imgbox {
    padding: 0 0 47%;
    position: relative;
}

.sngl-gallery-sldr .imgbox img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    object-fit: contain;
    border-radius: 8px;
    background: #e1e1e1bf;
}

.sngl-gallery-sldr .owl-prev {
    position: absolute;
    left: 30px;
    top: 50%;
    transform: translateY(-50%);
}

.sngl-gallery-sldr .owl-next {
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
}

.sngl-gallery-sldr .owl-dots {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 20px;
}

.sngl-rvws .rvw-amnt {
    color: #A8A39B;
    font-size: 18px;
    line-height: 1;
    margin-bottom: 15px;
}

.revw-box {
    display: flex;
    flex-wrap: wrap;
    padding: 20px 0;
}

.revw-box .authr {
    width: auto;
    margin: 0 0 10px;
}

.revw-box .authr h6 {
    margin: 0;
}

.revw-box .authr dd {
    font-size: 14px;
    color: #A8A39B;
}

.revw-box .revw-texts {
    width: 100%;
    padding-left: 0;
    font-size: 14px;
}

.revw-box .revw-texts p:last-child {
    margin: 0;
    font-family: 'AvenirNext-Regular',sans-serif !important;
    font-weight: 400;
}

.for-desktop-revrow {
    justify-content: space-between;
}

.for-desktop-revrow .revw-box {
    max-width: calc(100% - 50px);
}

.for-desktop-revrow div:nth-child(even) .revw-box {
    max-width: calc(100% - 20px);
    margin-left: auto;
}

.sngl-rvws a.btn {
    max-width: 400px;
    width: 100%;
    margin-top: 15px;
}

.sngl-map .map-box {
    height: 420px;
    position: relative;
    margin: 0 0 35px;
}

.sngl-map .map-box iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.map-info {
    font-size: 14px;
}

.map-info ul {
    padding: 0 0 0 18px;
}

#map-info-more {
    border-bottom: 1px solid #535353;
    color: #535353;
    font-size: 16px;
    font-weight: 700;
}

.row-mab-bottom-holder .map-info {
    max-width: calc(100% - 47px);
}

.row-mab-bottom-holder .col-lg-6:nth-child(even) .map-info {
    max-width: calc(100% - 20px);
    margin-left: auto;
}

.sngle-related .container {
    border-top: 1px solid #ddd7cc;
    padding-top: 30px;
}

.sngle-related h3 {
    padding-top: 15px;
}

.owl-carousel.related-sldr .item {
    padding: 20px;
}

.owl-carousel.related-sldr button.owl-prev {
    position: absolute;
    left: -5px;
    top: 35%;
    transform: translateY(-50%);
}

.owl-carousel.related-sldr button.owl-next {
    position: absolute;
    right: -5px;
    top: 35%;
    transform: translateY(-50%);
}

.moretext,
.moretext-2,
.moretext-3 {
    display: none;
}


.single-property .rt-optn-outer .btn {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 5px;
    width: 100%;
}

.single-property .rt-optn-outer .btn img {
    width: 24px;
    margin-right: 10px;
}

/*------Propert Details Page------*/



.top-pics-box.req-optn {
    background: #FEFBFA;
    padding: 20px;
    max-width: 430px;
    margin: 0;
    transform: none;
}

.top-pics-box.req-optn .meta {
    opacity: 1;
}


.elementor-menu-toggle {
    color: #53504b !important;
}

.work-with-btns a.elementor-button {
    min-width: 412px;
    max-width: 412px;
    width: 100%;
    padding: 22px 50px;
}

.for-mobile {
    display: none;
}


.whereto-top-text.why-us {
    max-width: 400px;
}

.whereto-top-text.hiw {
    max-width: 200px;
}

.whereto-top-text.myp {
    max-width: 320px;
}

#guest_div {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}

#guest_div .gbutton {
    margin: 0 5px;
    cursor: pointer;
    font-weight: 700;
    font-family: "Questrial", sans-serif
        /*  jyoti */
    ;
}

#guest_div input {
    order: 2;
}

#guest_div .ginc.gbutton {
    order: 3;
}

.mobile-address {
    display: none;
}

.section-404 {
    min-height: calc(100vh - 370px);
    display: flex;
    align-items: center;
    justify-content: center;
}

.req-book-section-custom {
    padding-top: 100px;
    padding-bottom: 100px;
    background-color: #F7F5F4;
}

.req-book-section-custom label {
    font-size: 14px;
    font-weight: 400;
    display: block;
}

.req-book-section-custom label span {
    color: #F00;
    padding-left: 2px;
}

.req-book-section-custom .elementor-field {
    width: 100%;
    display: block;
    background-color: #ffffff;
    border: 1px solid #DDD7CC;
    padding: 5px 14px;
    font-size: 18px;
    margin-bottom: 10px;
}


.ui-state-default,
.ui-widget-content .ui-state-default {
    border: 1px solid #ffffff;
    background: #ffffff;
    font-weight: normal;
    color: #454545;
    text-align: center;
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
    border: 1px solid #dad55e;
    background: #fffa90;
    color: #777620;
}

.ui-state-active,
.ui-widget-content .ui-state-active {
    border: 1px solid var(--green);
    background: var(--green);
    font-weight: normal;
    color: #fff;
}

.ui-widget-header {
    background-color: transparent !important;
    border: 0 !important
}

.ui-datepicker-next:after {
    font-family: 'Font Awesome 5 Free';
    content: '\f105';
    font-weight: 900;
}

.ui-datepicker-prev:after {
    font-family: 'Font Awesome 5 Free';
    content: '\f104';
    font-weight: 900;
}

.ui-datepicker-next,
.ui-datepicker-prev {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 0 !important;
    background-color: transparent !important;
    width: 30px !important;
    height: 30px !important;
}

.ui-datepicker-next:hover,
.ui-datepicker-prev:hover {
    border: 0 !important;
    background-color: transparent !important;
    width: 30px !important;
    height: 30px !important;
}

.ui-datepicker .ui-datepicker-next {
    right: 2px;
    top: 2px;
}

.ui-datepicker .ui-datepicker-prev {
    left: 2px;
    top: 2px;
}

.wpcf7-not-valid-tip {
    display: none !important;
}

.wpcf7-not-valid {
    border-color: #F00 !important
}

div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing {
    border: 1px solid #ff0000 !important;
    margin-left: 0;
    margin-right: 0;
}

.single-dtls-banner .banner-img {
    position: relative;
    height: 605px;
    background-size: cover;
    background-position: center bottom;
}

.single-dtls-banner .banner-img img {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
}


/*--------------------------*/
.req-blog-sec-row h3 {
    margin-bottom: 35px;
}

.req-blog-sec-row h5 {
    margin-top: 20px !important
}

.req-blog-sec-row p {
    margin-bottom: 20px !important;
    height: 35px;
    overflow: hidden;
    font-size: 14px;
    line-height: 16px;
}

.req-blog-sec-row .top-pics-blog-box .info .blog-meta a:after {
    content: '';
    width: 100%;
    height: 1px;
    display: bock;
    background-color: var(--green);
    position: absolute;
    left: 0;
    bottom: 1px;
}

.req-blog-sec-row .top-pics-blog-box .info .blog-meta a {
    color: var(--green);
    font-weight: 600;
    position: relative;
    font-family: 'PulpDisplay-Medium';
    font-size: 16px;
}

.top-pics-blog-box .imgbox {
    position: relative;
    padding-bottom: 100%;
}

.top-pics-blog-box .imgbox img {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
}


.banner-slide-animation .swiper-slide-bg {
    transition-duration: 0s
}

.banner-slide-animation * {
    transition-duration: 0s
}

.single-dtls-banner .banner-img img {
    display: none;
}


.reset-filter-sec a.btn {
    display: none;
}


.mdl-revws-outer {
    height: 65vh;
    overflow-y: auto;
}

.mdl-revws-list .revw-box {
    padding-top: 0;
}

.mdl-revws-list .revw-box .authr img {
    width: 60px !important;
    height: 60px !important;
}

.mdl-revws-list .revw-box.replies {
    padding-left: 80px;
}


.rve-lt-logo {
    margin: 0 0 24px;
}

.mdl-revws-outer .revw-box {
    align-items: center;
    padding-top: 0;
}

.mdl-revws-outer .authr {
    max-width: inherit;
    width: 100px;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
    margin: 0;
}

.mdl-revws-outer .authr img {
    margin: 0;
}

.mdl-revws-outer .authr .auth-info {
    width: 100%;
    padding-top: 10px;
}

.mdl-revws-outer .revw-box .revw-texts {
    width: calc(100% - 100px);
    padding-left: 20px;
}



@keyframes animatedBackgroundImg {
    0% {
        background-position: 0 0;
    }

    50% {
        background-position: 100% 0;
    }

    100% {
        background-position: 0% 0;
    }
}

@keyframes animatedBackground {
    0% {
        background-position: 0 0;
    }

    50% {
        background-position: 100% 0;
    }

    100% {
        background-position: 0% 0;
    }
}



.property-owners-testim .authr {
    text-align: center;
    max-width: 100%;
    justify-content: center;
}

.property-listing-wrap .col-lg-9 {
    position: relative;
}

/* #loader { position: absolute; right: 12px; left: 12px; text-align: center; z-index: 9; background: rgba(0,0,0,0.5); min-height: 285px; } */
#loader {
    position: fixed;
    right: 12px;
    left: 12px;
    text-align: center;
    z-index: 9;
    background: rgba(0, 0, 0, 0.5);
    min-height: 100vh;
    top: 0;
    left: 0;
    z-index: 111;
}

#loader img {
    width: 65px;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}


.mobile-revew ul li .revw-box .revw-texts p {
    min-height: 64px;
}


.chat-btn a {
    background: var(--green) !important;
    color: #fff;
    padding: 12px;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    bottom: 70px;
    right: 20px;
    z-index: 999;
}

.globe-hdr {
    display: flex;
    justify-content: flex-end;
}


.switcher {
    width: 105px !important;
    top: 27px;
    position: relative;
}

.globe-ic-desktop {
    padding-right: 66px;
    padding-top: 4px;
}

.list-srch form .form-box {
    border: 0;
}

.list-srch form .form-box#list_guest_div {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    font-size: 14px;
    background: #FEFBFA;
    border: 1px solid #DDD7CC;
    border-radius: 24px;
    height: 42px;
    padding-left: 8px;
    padding-right: 6px;
}

.list-srch form .form-box#list_guest_div .gbutton {
    margin: 0 5px;
    cursor: pointer;
    font-weight: 700;
    font-family: "Questrial", sans-serif
        /*  jyoti */
    ;
}

.list-srch form .form-box#list_guest_div input {
    order: 3;
    width: 20px;
    font-size: 15px;
}

.list-srch form .form-box#list_guest_div .linc.lbutton {
    order: 4;
    cursor: pointer;
}

.list-srch form .form-box#list_guest_div .linc.lbutton+.linc.lbutton {
    order: 2;
    font-size: 20px;
    cursor: pointer;
}

.list-srch button[type=submit] {
    height: 42px;
    font-size: 14px;
    width: 100%;
    padding: 10px 18px;
}

.list-srch button[type=submit] img {
    width: 18px;
    vertical-align: top;
    margin-top: 2px;
}

.list-srch form .form-box select {
    width: 100%;
    background: #FEFBFA url(../images/select-arrow.png) no-repeat right center;
    appearance: none;
    -webkit-appearance: none;
    background-size: 20px;
    border: 1px solid #DDD7CC;
    border-radius: 24px;
    padding: 8px 20px;
    font-size: 14px;
    height: 42px;
}

.list-srch .for-mobile-guest {
    display: none;
}


.sidebar-ttl span.total_available_property_1 {
    display: inline-flex;
    background: var(--green);
    width: 24px;
    height: 24px;
    align-items: center;
    justify-content: center;
    color: #fff;
    border-radius: 50%;
    margin-left: 8px;
}


.elementor-field-group {
    margin-bottom: 22px !important;
}

.elementor-field {
    height: 44px;
}

textarea.elementor-field {
    height: 88px;
    resize: none;
}

.book-form-rt button.elementor-button {
    min-width: 216px;
    height: 70px;
    border-radius: 40px !important;
}

.elementor-post__card a.elementor-post__read-more {
    font-family: 'PulpDisplay-Medium';
}

.elementor-post__text a.elementor-post__read-more {
    font-family: 'PulpDisplay-Medium';
    text-decoration: underline;
}

.single p {
    line-height: 1.64;
    font-size: 16px;
    font-family: 'AvenirNext-Regular' !important;
    font-weight: 400 !important;
}

.single p a {
    color: #53504B;
    text-decoration: underline;
    font-size: 16px;
}

.single h4 {
    margin: 0 0 40px;
    padding-top: 10px;
}

.reset-filter-sec {
    position: relative;
}

.reset-filter-sec input.btn {
    color: var(--green) !important;
    background: none;
    font-size: 14px;
    font-family: 'AvenirNext-DemiBold';
    text-decoration: underline;
    padding: 0;
    position: absolute;
    right: 0;
    bottom: -46px;
}

.sidebar-ttl.top-ctrl .btn-mob {
    display: none;
}

.testimbox .testimbox-inr a.more_rev {
    color: #53504B;
    font-family: 'AvenirNext-DemiBold';
    display: block;
}

.modal-header,
.modal-footer {
    border: 0;
}


.dialog-type-lightbox {
    z-index: 999999 !important;
}

.header-logo img {
    width: 200px !important;
}


/* =========29-8-24 css======== */

.sngl-top-floating-info.property_up_img {
    margin-top: 30px;
}

.property_banner {
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: space-between;
    gap: 10px;
    border-radius: 20px;
    overflow: hidden;
    margin-top: 20px;
}

.banner_right {
    position: relative;
    width: 50%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
}

.banner_right .right_other_img:nth-child(1) {
    padding: 0px 5px 5px 0px;
}

.banner_right .right_other_img:nth-child(2) {
    padding: 0px 0px 5px 5px;
}

.banner_right .right_other_img:nth-child(3) {
    padding: 5px 5px 0px 0px;
}

.banner_right .right_other_img:nth-child(4) {
    padding: 5px 0px 0px 5px;
}

.right_other_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    max-height: 197px;
    cursor: pointer;
}

.right_other_img {
    width: 50%;
    min-height: 197px;
}

.banner_left {
    width: 50%;
    min-height: 100%;
    display: flex;
}

.banner_left img {
    height: 100%;
    cursor: pointer;
}

.show_all_btn {
    position: absolute;
    bottom: 10px;
    right: 10px;
    background: #ffffff;
    color: #000000 !important;
    font-weight: 600;
    padding: 10px 22px;
    font-size: 15px;
}

.show_all_btn:hover {
    background: #4b706a;
    color: #ffffff !important;
}
.modal.fade.banner-cara.show{
    overflow-y: hidden;
}

.banner-cara .modal-header {
    position: absolute;
    right: 0;
    z-index: 111;
    margin-top: -22px;
}

.banner-cara .modal-body {
    padding: 0;
}

.banner-cara .modal-dialog {
    max-width: 1200px;
    /* margin-left: 5%; */
    /* margin-right: 5%; */
    border-radius: 30px;
    margin-top: 50px;
}

.banner-cara .modal-header {
    position: absolute;
    right: 0;
    z-index: 111;
    margin-top: -22px;
    padding: 0;
}

.banner-cara .modal-header .btn-close {
    background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffff'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
    opacity: 1;
}

.banner-cara .modal-slider .owl-carousel .owl-stage-outer {
    border-radius: 15px;
    overflow: hidden;
}

.banner-cara .modal-content {
    background: transparent;
    border-color: transparent;
    margin-top: -20px;
}

.place_offer {
    margin-top: 40px;
}

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

li.offer_icon {
    display: inline-flex;
    padding-bottom: 16px;
    width: 402px;
}

li.offer_icon svg {
    margin-right: 16px;
    color: #000000;
}

li.offer_icon svg {
    margin-right: 16px;
}

.amenities_modal .item_box ul li {
    display: flex;
    width: 100%;
    border-bottom: 1px solid #cacaca;
    margin-bottom: 20px;
    /* padding-top: 15px; */
}

.amenities_modal .modal-header {
    flex-direction: column;
    margin-top: 0;
    padding: 0;
    margin-bottom: 30px;
}

.amenities_modal .item_box ul li:last-child {
    border-bottom: 0;
    margin-bottom: 30px;
}

.amenities_modal .modal-dialog-scrollable .modal-body {
    overflow-y: auto;
    padding: 30px 25px 0;
}

.amenities_modal .modal-header {
    flex-direction: column;
    margin-top: 10px;
}

.amenities_modal .modal-dialog {
    max-width: 780px;
}

.amenities_modal h3.item_title {
    font-size: 21px;
    color: #000000;
    font-weight: 600;
    margin-bottom: 30px;
}

.amenities_modal .place_title {
    font-family: 'AvenirNext-regular';
}

.amenities_modal li.offer_icon span {
    color: #000000;
}

.amenities_modal .modal-title {
    font-size: 24px;
    color: #000000;
    font-weight: 800;
    text-align: left;
    margin-right: auto;
    font-family: 'AvenirNext-demibold';
    margin-top: 20px;
}

.amenities_modal .modal-header button.btn-close {
    margin-right: auto;
    margin-left: 0;
    color: #000000 !important;
    opacity: 1;
    font-size: 13px;
}

.place_offer_main {
    margin-bottom: 25px;
}

.place_offer_main .btn.btn-primary {
    padding: 10px 20px;
    font-size: 16px;
    border: 1px solid #4B706A;

}

.place_offer_main .btn.btn-primary:hover,
.place_offer_main .btn.btn-primary:focus {
    background-color: #ffffff;
    color: #4B706A !important;
    border: 1px solid #4B706A;
    outline: none;
    box-shadow: none;
}

.gt_switcher_wrapper {
    z-index: 1040 !important;
}
 .map-info #nigh_exc_text{
    font-size: 16px;
  
}

.content_info p{
    font-family: 'AvenirNext-Regular' !important;
    font-weight: 400 !important;
}

.sngl-map .moreless-button-2{
    font-size: 16px !important;
    display: inline-block;
    margin-top: 15px;
}
.sngl-map .moreless-button-3, .moreless-button{
    display: inline-block;
    margin-top: 15px;
}

.cancle_policy {
    padding: 20px 46px!important;
    /* border: 1px solid #cacaca; */
    border-radius: 20px;
    margin: 30px 0 50px;
    background: #f6f0ea;
}

.cancle_policy h3{
    margin-bottom: 0 !important;
}

.cancle_policy p{
    margin-bottom: 0;
    margin-top: 15px;
}

.price-calculation tr > td:last-child {
    text-align: right;
}
.price-calculation td {
    padding: 8px;
    border-bottom: 1px solid rgb(238, 238, 238);
}

.sngle-cancellation-policy + section.sngle-related {
    margin-bottom: 30px !important;
}

.sngle-cancellation-policy .container{
    max-width: 1330px;
}
.orbirental-capture-widget-form input,
.orbirental-capture-widget-form select,
.orbirental-capture-widget-form textarea {
    border: 1px solid #dee2e6;
    padding: 6px 12px !important;
    border-radius: 5px;
    height: 38px !important;
}
.orbirental-capture-widget-form  textarea {
    min-height: 62px;
}

.leadWidget p,
.orbirental-capture-widget-form input::placeholder {
    color: #212529;
    font-family: "Questrial",sans-serif;
    
}
#recaptcha-container button{
    padding: 12px 20px;
    border-radius: 30px;
}
.hf-dbs-header .custom-header .elementor-container.elementor-column-gap-default {
    justify-content: center;
}

.row-mab-bottom-holder button.close {
    border: 0;
    background: #ffffff;
    font-size: 32px;
}
#exampleModal1 .modal-header{
    padding: 0;
}
.mobile-slider{
    display: none;
}
/* listing page css */

#result_data .srch-list .owl-carousel .owl-stage-outer{
    min-height: auto;
}
.place_offer ~  section.sngl-rvws.pt-5 {
    padding: 0 !important;
}
.sngl-top-floating-info.property_up_img .lt-info{
    margin-bottom: 20px;
}
.moreless-button{
    margin-top: 10px;
    display: inline-block;
}
.sngl-top-floating-info .lt-info .para-info a {
	margin-top: 15px;
	display: inline-block;
}
.right_other_img{
    background: url(../images/bg-1.png);
}


/* property page slider */

.sngl-gallery-sldr .imgbox {
    min-height: calc(100vh - 80px);
    border-radius: 0 !important;
}

.owl-theme.sngl-gallery-sldr .owl-dots .owl-dot span {
    width: 25px;
    height: 3px;
    margin: 4px 5px;
    background: #ffffff75;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity 200ms ease;
    border-radius: 0;
}
.owl-theme.sngl-gallery-sldr .owl-dot.active span{
    background: #ffffff;
}
@media (max-width:1599px) {
    .switcher {
        top: 19px;
    }

    .globe-ic-desktop {
        padding-right: 116px;
    }

}

@media (max-width:1439px) {
    .globe-ic-desktop {
        padding-right: 156px;
    }

}


@media (min-width: 1300px) {
    .container {
        max-width: 1235px;
    }

}

@media (max-width:1359px) {
    .list-srch button[type=submit] {
        padding: 10px 20px;
    }
}

@media (max-width:1279px) {
    .home-slider-text-only {
        max-width: 100%;
        padding: 0 30px;
    }

    .srch-list:hover #property_direct_book_form_data {
        display: none;
    }

    .list-top-options h3 {
        margin: 0 0 15px;
        width: 100%;
    }

    .list-srch {
        width: 100%;
        right: 0;
    }


}


@media (max-width:1199px) {

    body,
    html {
        overflow-x: hidden;
    }

    .promise-row .promise-img {
        padding: 0;
    }

    .impact-row .promise-img {
        padding: 0;
    }

    .impact-row .elementor-widget-text-editor {
        padding-left: 0;
    }

    .footer-top .elementor-container {
        flex-direction: column-reverse;
    }

    .ftr-logo {
        text-align: left !important;
    }

    .elementor-nav-menu--dropdown {
        background-color: #F6F0EA !important;
        padding-top: 30px;
        padding-bottom: 30px;
        padding-left: 30px;
        padding-right: 30px;
    }

    .elementor-nav-menu--dropdown ul li {
        border-bottom: 1px solid #DDD7CC;
    }

    .elementor-nav-menu--dropdown ul li:last-child {
        border-bottom: 0;
    }

    .elementor-nav-menu--dropdown ul li a:hover {
        background-color: transparent !important;
    }

    .elementor-nav-menu--dropdown ul li.current-menu-item a {
        background-color: transparent !important;
    }

    .elementor-nav-menu--dropdown .elementor-nav-menu a {
        -webkit-box-pack: flex-start !important;
        -ms-flex-pack: flex-start !important;
        justify-content: flex-start !important;
        padding-left: 0;
    }

    ul.sub-menu li {
        border-bottom: 0 !important;
    }

    ul.sub-menu li a {
        padding-top: 0 !important;
        padding-bottom: 20px !important;
        padding-left: 10px !important;
        color: #53504B !important;
    }

    ul.image-checkbox li {
        width: 90px;
        font-size: 12px;
        margin: 0 5px 10px;
    }

    ul.image-checkbox li input[type="checkbox"]~label {
        height: 90px;
        padding: 7px;
    }

    ul.image-checkbox li input[type="checkbox"]~label .ic-box {
        margin: 5px auto 10px;
    }

    .srch-list .imgbox {
        width: 385px;
    }

    .srch-list .info {
        padding-left: 15px;
        padding-right: 0;
        width: calc(100% - 385px);
    }

    .srch-list .info .rvw-amnt {
        padding-top: 50px;
    }

    .banner-slide-animation .swiper-slide-bg {
        animation: animatedBackground 20s linear infinite !important;
    }

    .single-dtls-banner .banner-img {
        animation: animatedBackgroundImg 15s linear infinite !important;
    }

    .switcher {
        top: 25px;
        right: 0;
    }

    .globe-ic-desktop {
        padding-right: 156px;
    }


}


@media (max-width:991px) {

    /* .home-slider .swiper-slide-bg { background-position: right center !important; } */
    .home-slider .swiper-slide:after {
        background: linear-gradient(360deg, #F7F5F4 0%, rgba(247, 245, 244, 0.85) 36.86%, rgba(247, 245, 244, 0.3) 45.52%, rgba(247, 245, 244, 0) 102.76%);
        bottom: -1px;
    }

    .home-slider-text-only {
        top: inherit;
        bottom: 10px;
    }

    .top-search-box {
        background: none;
        padding: 20px 20px 0;
    }

    .home-srch {
        border: 0;
        border-radius: 0;
        background: none;
    }

    .home-srch .form-box {
        background: #FEFBFA;
        border: 1px solid #DDD7CC;
        border-radius: 25px;
        min-height: 45px;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 10px 15px;
        margin-bottom: 12px;
    }

    .home-srch ul li img {
        margin-right: 5px;
        width: 20px;
    }

    .home-srch ul input[type="date"] {
        width: 110px;
    }

    .home-srch button[type=submit] {
        height: 50px;
        font-size: 18px;
    }

    .home-srch button[type=submit] img {
        width: 18px;
    }

    .top-pics-box {
        max-width: 100%;
        transform: none !important;
    }

    .owl-carousel.tab-slider .item {
        padding: 0;
    }

    .all-sort-wrap {
        height: 100%;
        width: 0;
        position: fixed;
        z-index: 9999999;
        top: 0;
        left: 0;
        background-color: #F6F0EA;
        overflow-x: hidden;
        transition: 0.5s;
        padding: 30px 0;
    }

    .list-top-options {
        padding: 30px 0;
        flex-wrap: wrap;
    }

    .list-top-options h3 {
        margin: 0 0 20px;
    }

    .list-top-options ul {
        margin: 0;
    }

    .list-top-options ul li.mobile-filters {
        display: block;
    }

    .sidebar-ttl {
        padding: 0 20px 10px;
    }

    .sidebar-ttl a.closebtn img {
        display: inline-flex;
    }

    .sidebar-filterbox {
        padding: 0 20px 10px;
    }

    .sidebar-filterbox.mob-col-2 {
        width: 46%;
        display: inline-block;
    }


    .sort-by-optn {
        display: none;
    }

    ul.image-checkbox li {
        width: 95px;
    }


    /* .banner-img {
        height: 500px;
    } */

    .banner-img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .rt-optn-outer {
        padding: 30px 0 0;
    }

    .sngl-ic-info-main ul li {
        width: 33.3333%;
        padding: 0 10px 40px;
    }

    .map-info h6 {
        padding-top: 20px;
    }

    .common-padd {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .related-sldr .owl-stage {
        padding-left: 0px !important;
    }

    .req-blog-sec-row .col-lg-6 {
        margin-bottom: 40px;
    }

    .switcher {
        top: 35px;
    }

    .list-srch form .form-box {
        background: none;
        padding: 0;
    }

    .sidebar-ttl.top-ctrl {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .sidebar-ttl.top-ctrl .btn-mob {
        display: block;
        color: var(--green) !important;
        border: 0;
        background: none;
        font-size: 14px;
        font-family: 'AvenirNext-DemiBold';
        text-decoration: underline;
        padding: 0;
    }

    .reset-filter-sec input.btn {
        display: none;
    }

}



@media (max-width:767px) {
    .footer_other_sec{
        display: none !important;
    }
    .sngle-related .owl-carousel .owl-stage-outer{
        min-height: auto;
    }

    .cancle_policy{
        padding: 20px 15px !important;
    }

    .banner-cara .modal-content{
        margin-top: -60px;
    }

    .cancle_policy{
        margin: 20px 0 30px;
        border-radius: 10px;
    }


    .header-logo img {
        width: 200px !important;
        max-width: 200px !important;
    }

    .sngl-top-floating-info .lt-info {
        margin-top: 20px;
    }

    .single-dtls-banner .banner-img {
        height: 460px;
    }

    body {
        font-size: 16px;
    }

    h1 {
        font-size: 28px;
    }

    h2 {
        font-size: 24px;
    }

    h3 {
        font-size: 22px;
    }

    h4 {
        font-size: 20px;
    }

    h5 {
        font-size: 18px;
    }

    h6 {
        font-size: 16px;
    }

    .home-srch select {
        width: 100%;
    }

    .home-srch ul input[type="date"] {
        width: 95px;
    }

    .styled-ttl:before {
        width: 30px;
        height: 30px;
        left: -6px;
        top: -8px;
    }

    .cat-list .imgbox {
        max-width: 235px;
        height: 150px;
    }

    .styled-ttl.promises-ttl {
        padding-left: 4px;
    }

    .promise-row {
        padding: 40px 0 0;
    }

    .promise-row p:last-child {
        margin: 0;
    }

    .styled-ttl.impact-ttl {
        padding-left: 5px;
    }

    .impact-row .elementor-container {
        flex-direction: column-reverse;
    }

    .styled-ttl.top-picks-ttl {
        padding-left: 10px;
    }

    .top-picks-tab .d-flex {
        flex-wrap: wrap;
    }

    .top-picks-tab .nav-pills {
        width: 100%;
        margin: 0 0 20px;
        display: flex;
        flex-wrap: nowrap;
        overflow-x: scroll;
        flex-direction: inherit !important;
        justify-content: flex-start;
    }

    .top-picks-tab .nav-link {
        white-space: nowrap;
    }

    .top-picks-tab .tab-content {
        width: 100%;
    }

    .top-picks-tab .nav-link.active {
        padding-left: 50px;
    }

    .top-picks-tab .nav-link.active:before {
        width: 40px !important;
        height: 1px !important;
    }

    .top-pics-box {
        max-width: 100%;
        transform: none !important;
    }

    .owl-carousel.tab-slider .item {
        padding: 0;
    }

    .top-pics-box .imgbox {
        padding: 0 0 65%;
        margin: 0 0 15px;
    }

    /*.top-pics-box .info .meta { display: none; }*/

    .top-picks-tab .owl-stage {
        padding-left: 0px !important;
    }


    .styled-ttl.guest-book-ttl {
        padding-left: 5px;
    }

    .testimbox {
        padding: 45px 20px 20px 20px;
        margin: 0 5px;
    }

    .testimbox:before {
        top: 20px;
        left: 20px;
    }


    .styled-ttl.hiw-ttl {
        padding-left: 7px;
    }

    .srvc-ttl {
        padding-left: 85px;
    }

    .srvc-ttl:before {
        width: 65px;
        height: 1px;
    }

    .srvc-row ul {
        margin: 0;
        padding: 0;
        list-style: none;
        display: flex;
        flex-wrap: nowrap;
        overflow-x: scroll;
        justify-content: flex-start;
        align-items: stretch;
    }

    .srvc-row ul li {
        border-bottom: oldlace;
        padding: 20px !important;
        font-size: 16px;
        display: block;
        flex-wrap: wrap;
        background: #F7F5F4;
        margin-right: 15px;
        width: 100%;
        min-width: 250px;
        align-items: flex-start;
        justify-content: flex-start;
        height: auto;
    }

    .srvc-row ul li strong {
        width: 100%;
        font-size: 20px;
        margin-bottom: 15px;
    }

    .srvc-row ul li p {
        margin: 0;
        width: 100%;
        padding-left: 0;
        margin-top: 10px;
    }

    .styled-ttl.testim-ttl {
        padding-left: 10px;
    }

    .icon-sec-hiw .elementor-icon svg {
        height: 52px;
        width: 52px;
    }

    .icon-sec-hiw p br {
        display: none;
    }

    .common-padd {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .related-places article.elementor-post {
        display: flex;
    }

    .related-places .elementor-post__thumbnail__link {
        width: 50% !important;
    }

    .related-places .elementor-post__thumbnail__link .elementor-post__thumbnail {
        padding-bottom: 100% !important;
    }

    .related-places .elementor-post__thumbnail__link .elementor-post__thumbnail img {
        height: 100%;
        object-fit: cover;
    }

    .related-places .elementor-post__text {
        width: 50% !important;
        padding-left: 15px;
    }

    .related-places .elementor-post__text p {
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }


    .top-pics-box.req-optn {
        padding: 15px;
    }

    .work-with-btns a.elementor-button {
        min-width: inherit;
    }

    .partner-box .prtnr-top {
        margin-bottom: 30px;
    }

    .for-mobile {
        display: block;
    }

    .for-desktop {
        display: none;
    }


    .list-top-options ul {
        justify-content: space-between;
    }

    .list-top-options ul li {
        padding: 8px 15px;
        font-size: 12px;
        width: 40%;
    }

    .list-top-options ul li:nth-child(2),
    .list-top-options ul li:nth-child(4) {
        width: 52%;
    }

    .req-spcial {
        padding: 15px;
        min-height: inherit;
    }

    .srch-list .imgbox {
        width: 100%;
    }

    .srch-list .info {
        padding-left: 0;
        width: 100%;
        padding-top: 15px;
    }

    .srch-list .info .info-top h4 small {
        display: none;
    }

    .srch-list .info .rvw-amnt {
        padding-top: 15px;
    }

    .info-address {
        margin: 0 0 5px;
        font-size: 14px;
    }

    .sngl-top-floating-info {
        background: none;
        box-shadow: none;
        padding: 0;
        margin-top: -130px;
    }

    .sngl-top-floating-info .lt-info {
        background: #F7F5F4;
        box-shadow: 0px 6px 20px rgb(83 80 75 / 10%);
        padding: 20px 20px 40px 20px;
    }

    .sngl-top-floating-info .lt-info h1 {
        font-size: 28px;
    }

    .sngl-top-floating-info .lt-info .meta-wrap ul {
        margin: 15px 0 0;
    }

    /* .sngl-top-floating-info .lt-info .para-info a {
        margin-top: 0;
    } */

    .sngl-ic-info-main ul li {
        width: 50%;
    }

    .owl-carousel.related-sldr .item {
        padding: 0;
    }

    .related-sldr .top-pics-box .info .meta {
        display: block;
        opacity: 1;
    }

    .sngle-related .container {
        padding-top: 10px;
    }

    .sngl-map .map-box {
        height: 280px;
        margin: 0 0 25px;
    }

    .sngl-map .map-box iframe{
        height: 280px;
    }

    .mobile-revew ul {
        margin: 0;
        padding: 0;
        list-style: none;
        display: flex;
        flex-wrap: nowrap;
        overflow-x: scroll;
        justify-content: flex-start;
        align-items: flex-start;
    }

    .mobile-revew ul li {
        border-bottom: oldlace;
        padding: 20px !important;
        font-size: 16px;
        display: flex;
        flex-wrap: wrap;
        background: #F7F5F4;
        margin-right: 15px;
        width: 100%;
        min-width: 250px;
        align-items: flex-start;
        justify-content: flex-start;
        box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.04);
    }

    .mobile-revew ul li .revw-box {
        display: flex;
        flex-wrap: wrap;
        padding: 0;
    }

    .mobile-revew ul li .revw-box .authr {
        width: 100%;
    }

    .mobile-revew ul li .revw-box .revw-texts {
        width: 100%;
        padding-left: 0;
        font-size: 14px;
    }

    .home-slider .swiper-slide:after {
        background: linear-gradient(360deg, #F7F5F4 0%, rgba(247, 245, 244, 0.9) 36.86%, rgb(247 245 244 / 58%) 45.52%, rgb(247 245 244 / 0%) 102.76%);
        bottom: -1px;
        top: 50%;
    }

    .row-mab-bottom-holder .map-info {
        max-width: 100%;
        /* min-height: 257px; */
    }

    .row-mab-bottom-holder p:last-of-type {
        margin-bottom: 0;
    }

    .row-mab-bottom-holder .col-lg-6:nth-child(even) .map-info {
        max-width: 100%;
        margin-top: 20px;
    }

    .single-property .sngle-related {
        display: block;
    }

    

    .single-property .sngl-ic-info-main ul li:last-child {
        padding-bottom: 0;
    }

    .single-property .sngl-ic-info-main ul li:nth-last-child(2) {
        padding-bottom: 0;
    }

    .single-property .sngl-top-floating-info .spcl-div-wrap {
        display: none;
        ;
    }

    .sngl-top-floating-info .lt-info .meta-wrap span,
    .sngl-top-floating-info .lt-info .meta-wrap ul li {
        color: #A8A39B;
        font-weight: normal;
    }

    .sngl-top-floating-info .lt-info h1 {
        font-size: 20px;
    }

    .mobile-address {
        display: block;
    }

    .single-property .sngl-top-floating-info .lt-info .meta-wrap span {
        display: none;
    }

    .single-property .sngl-top-floating-info .lt-info h1 {
        margin-bottom: 4px !important;
    }

    .single-property .mobile-address p {
        margin-bottom: 10px !important;
    }

    .single-property .mobile-revew ul li {
        background-color: #FFF;
    }

    .page-template-tpl-listing .list-top-options {
        display: block !important;
    }

    .page-template-tpl-listing .list-top-options .mobile-filters {
        margin-left: auto;
        float: right;
        margin-top: -42px;
        width: 50%;
        text-align: center;
        display: none;
    }

    .page-template-tpl-bookingrequest .wpcf7-submit {
        width: 100%;
    }

    .page-id-731 .elementor-field-type-submit .elementor-button {
        width: 100%;
    }


    .list-top-options ul:first-of-type {
        min-height: 95px;
        align-items: flex-start;
    }

    .page-template-tpl-listing .list-top-options .mobile-filters {
        width: 40%;
    }

    .list-top-options ul li {
        margin: 0;
        width: calc(50% - 5px) !important;
        min-height: 42px;
        margin-bottom: 10px;
    }

    .home-slider-text-only p {
        margin-bottom: 0 !important;
        font-size: 18px;
    }

    .home-slider-text-only {
        transform: translateX(0);
        bottom: 60px;
    }

    .home-srch .col-lg-4 .form-box ul input {
        font-size: 14px;
    }

    .home-srch .form-box ul li:first-child {
        padding-left: 0;
    }

    .home-srch select {
        font-size: 14px;
    }

    .home-srch .form-box {
        font-size: 14px;
    }

    .top-picks-tab .nav-link {
        font-size: 0;
    }

    .top-picks-tab .nav-link strong {
        font-size: 14px;
    }

    .top-picks-tab .nav-link.active {
        padding-left: 25px;
    }

    .top-picks-tab .nav-link.active:before {
        width: 20px !important;
    }

    .sngl-gallery-sldr .imgbox {
        padding: 0 0 0%;
        min-height: auto;
        position: relative;
    }

    .sngl-gallery-sldr .owl-dots {
        bottom: 3px;
    }

    .sngl-gallery-sldr.owl-theme .owl-dots .owl-dot span {
        margin-left: 3px;
        margin-right: 3px;
    }

    .sngl-ic-info-main ul li {
        width: 33.333%;
    }

    .sngl-ic-info-main ul li {
        width: 33.3333%;
        padding: 0 5px 40px;
    }

    .sngl-ic-info-main ul li .icon-info .ic img {
        height: 27px;
    }

    .sngl-ic-info-main ul li .icon-info .ic {
        margin-bottom: 0;
    }

    .sngl-ic-info-main ul li .icon-info p {
        margin: 0;
        font-size: 12px;
    }

    .sngl-ic-info-main ul li:last-child,
    .sngl-ic-info-main ul li:nth-last-child(2),
    .sngl-ic-info-main ul li:nth-last-child(3) {
        padding-bottom: 0;
    }

    .partner-box .prtnr-top .img-box {
        width: 60px;
    }

    .partner-box .prtnr-top h3 {
        width: calc(100% - 60px);
        padding-left: 20px;
    }

    .reset-filter-sec {
        display: flex;
        justify-content: space-between;
    }

    .reset-filter-sec form {
        width: calc(50% - 4px);
    }

    .reset-filter-sec a.btn {
        width: calc(50% - 4px);
        padding: 11px 7px;
        min-height: 1px;
        height: auto;
        font-size: 16px;
        display: block;
        position: absolute;
        top: -61px;
        right: 0;
        color: var(--green) !important;
        border: 2px solid var(--green);
        background: #fff;
        font-family: "Questrial", sans-serif;
            /*  jyoti */
    }

    .reset-filter-sec a.btn span.total_available_property_1 {
        display: inline-flex;
        background: var(--green);
        width: 24px;
        height: 24px;
        align-items: center;
        justify-content: center;
        color: #fff;
        border-radius: 50%;
        position: absolute;
        right: -2px;
        top: -3px;
    }

    .reset-filter-sec form .btn {
        width: 100%;
        padding: 10px 7px;
        min-height: 1px;
        height: auto;
        font-size: 15px;
        background-color: #53504b;
    }

    .list-top-options ul:first-of-type {
        min-height: 1px;
    }

    .page-template-tpl-listing .list-top-options {
        padding-bottom: 10px;
    }

    .home-slider-text-only h1,
    .home-slider-text-only p {
        color: #000;
        text-shadow: 0 0 5px rgb(255 255 255 / 50%);
    }

    .switcher {
        top: 27px;
        right: 30px;
    }

    .globe-ic-mobile {
        right: 100px;
    }

    .list-srch form .form-box ul li {
        padding: 8px 12px !important;
        align-items: center;
        justify-content: center;
        display: flex;
    }

    .list-srch form .form-box ul li img {
        display: inline-block;
    }

    .partner-box {
        padding: 0;
    }

    .list-srch button[type=submit] {
        width: 49%;
    }

    .home-srch ul li {
        padding: 0 6px;
    }

    .list-srch .for-mobile-guest {
        display: block;
    }

    .testimonial-slider .owl-item,
    .testimonial-slider .owl-item .item {
        height: 360px;
    }

    .testimbox .authr {
        line-height: 1.2;
    }

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

    .testimonial-slider .owl-prev {
        left: inherit;
        top: inherit;
        transform: none;
        position: inherit;
    }

    .testimonial-slider .owl-next {
        right: inherit;
        top: inherit;
        transform: none;
        position: inherit;
    }

    .top-search-wrap .reqst-link a {
        margin-right: 0;
        font-size: 16px;
    }

}


@media only screen and (max-width: 1300px) {
    .banner-cara .modal-dialog {
        max-width: 1200px;
        border-radius: 30px;
        margin-left: 15px;
        margin-right: 15px;
    }
}

@media only screen and (max-width:1199px) {
    .signle_pro_bn_sc .banner-img {
        margin-top: 100px;
    }
}


@media only screen and (max-width: 399px) {
    .home-srch ul li img {
        /*display: none;*/
    }

    .rt-optn ul li img {
        display: none;
    }
}

@media only screen and (max-width: 375px) {
    .switcher {
        top: 30px;
    }
}

@media only screen and (max-width: 414px) and (min-height: 896px) {
    .switcher {
        top: 37px;
    }

}

@media only screen and (max-width: 390px) and (min-height: 844px) {
    .switcher {
        top: 31px;
    }

}

@media only screen and (max-width: 375px) and (min-height: 667px) {
    .switcher {
        top: 23px;
    }

}

@media only screen and (max-width: 375px) and (min-height: 812px) {
    .switcher {
        top: 30px;
    }

}

@media only screen and (max-width: 360px) and (min-height: 640px) {
    .switcher {
        top: 23px;
    }

}

@media only screen and (max-width: 360px) and (min-height: 740px) {
    .switcher {
        top: 27px;
    }

}

@media only screen and (max-width: 320px) and (min-height: 568px) {
    .switcher {
        top: 19px;
    }

}

@media only screen and (max-width: 767px) {

    .tab-slider.owl-carousel .owl-stage-outer{
        min-height: auto !important;
    }
    .property_banner {
        flex-wrap: wrap;
    }

    .banner_left,
    .banner_right {
        width: 100%;
    }

    button.show_all_btn.btn.btn-light {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
    }
    .banner-img {
        display: none;
    }
    .mobile-slider {
        display: block;
        margin-top: 100px;
    }
    .sngl-gallery-sldr .imgbox img{
        border-radius: 0 !important;
    }
    .owl-carousel .owl-stage-outer {
        min-height: 400px;
    }

}


@media only screen and (max-width: 359px) {
    .home-srch .col-lg-4 .form-box ul input {
        width: 73px;
    }

    .sngl-ic-info-main ul li {
        width: 50%;
    }

    .switcher {
        top: 24px;
    }

    .meta-wrap ul li {
        font-size: 11px;
    }


}