@font-face {
    font-family: 'Bebas Neue';
    src: url('../fonts/BebasNeue-Bold.woff2') format('woff2'), url('../fonts/BebasNeue-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Bebas Neue Book';
    src: url('../fonts/BebasNeue-Book.woff2') format('woff2'), url('../fonts/BebasNeue-Book.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Bebas Neue';
    src: url('../fonts/BebasNeue-Light.woff2') format('woff2'), url('../fonts/BebasNeue-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Bebas Neue';
    src: url('../fonts/BebasNeue-Thin.woff2') format('woff2'), url('../fonts/BebasNeue-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: 'Bebas Neue';
    src: url('../fonts/BebasNeue-Regular.woff2') format('woff2'), url('../fonts/BebasNeue-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Bebas Neue Pro';
    src: url('../fonts/BebasNeuePro-Bold.woff2') format('woff2'), url('../fonts/BebasNeuePro-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Bebas Neue Pro';
    src: url('../fonts/BebasNeuePro-Regular.woff2') format('woff2'), url('../fonts/BebasNeuePro-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Enriqueta';
    src: url('../fonts/Enriqueta-Regular.woff2') format('woff2'), url('../fonts/Enriqueta-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Enriqueta';
    src: url('../fonts/Enriqueta-Medium.woff2') format('woff2'), url('../fonts/Enriqueta-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'Bebas Neue Pro Book';
    src: url('../fonts/BebasNeuePro-BookItalic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}


html,
body {
    margin: 0px;
    padding: 0px;
    width: 100%;
    min-height: 100vh;
    background: #3e3227;
    scroll-behavior: smooth;
    overflow-x: hidden;
}

body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    position: relative;
}

* {
    box-sizing: border-box;
}

a,
a:link,
a:visited {
    outline: none;
    text-decoration: none;
    -moz-tap-highlight-color: transparent;
    -webkit-tap-highlight-color: transparent;
}

img {
    border: none;
    margin: 0px;
    max-width: 100%;
}

h1 {
    font-size: 2em;
    font-weight: bold;
    margin: 0px;
    padding: 0px;
}

h2 {
    font-size: 1.2em;
    font-weight: bold;
    margin: 0px;
    padding: 0px;
}

h3,
h4,
h5,
h6 {
    font-size: .9em;
    font-weight: bold;
    margin: 0px;
    padding: 0px;
}

form,
input,
select,
textarea,
p {
    margin: 0px;
    padding: 0;
}

textarea {
    resize: none;
}

input:focus,
textarea:focus {
    outline: none;
}

a {
    -webkit-transition: .4s ease-in-out;
    -moz-transition: .4s ease-in-out;
    -o-transition: .4s ease-in-out;
    transition: .4s ease-in-out;
}

input[type="submit"],
input[type="button"],
button {
    cursor: pointer;
    -webkit-transition: .4s ease-in-out;
    -moz-transition: .4s ease-in-out;
    -o-transition: .4s ease-in-out;
    transition: .4s ease-in-out;
}

input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
time {
    display: block;
    margin: 0px;
    padding: 0;
}

button {
    outline: none;
    border: none;
}

.slick-list:focus,
.slick-list a {
    outline: none;
}

.customClear {
    clear: both;
    font-size: 0em;
    line-height: 0px;
    height: 0px;
    margin: 0px;
    padding: 0px;
}

.overlay {
    width: 100%;
    height: 100%;
    background: #000;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    display: none;
}

.modal_wrapper {
    width: 100%;
    position: absolute;
    padding-top: 50px;
    top: 0;
    left: 0;
    z-index: 1001;
}


/*IE below 9*/

#ieWrapper {
    background: #000;
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

.ieHolder {
    position: relative;
    width: 555px;
    padding: 20px;
    margin: 200px auto 0 auto;
    background: #FFF;
    border: 7px solid #2b2927;
}

.btnIeUpdate {
    background: url(../images/btnIeUpdate.jpg) 0 0 no-repeat;
    width: 144px;
    height: 37px;
    position: absolute;
    right: 20px;
    bottom: 20px;
    color: #fff;
    line-height: 37px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 13px;
}

.ieLogo {
    float: left;
    width: 134px;
    height: 139px;
    background: url(../images/ieLogo.jpg) no-repeat 0 0;
}

.ieContent {
    float: right;
    margin: 0;
    padding: 0;
    width: 350px;
    color: #666;
    font-size: 15px;
    line-height: 18px;
}

.ieContent strong {
    margin: 0 0 15px 0;
    padding: 0 0 10px 0;
    border-bottom: 1px dashed #cccccc;
    display: block;
    font-size: 18px;
    color: #333;
    font-weight: normal;
}


/*End IE below 9*/

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Bebas Neue';
    font-weight: bold;
}

.flex {
    display: flex;
    flex-flow: row nowrap;
}

.flex-col {
    flex-flow: column wrap;
    align-items: center;
    text-align: center;
}

.header {
    position: sticky;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 1000;
    max-width: 1316px;
    width: 100%;
    z-index: 10000;
}

.header.sticky {
    max-width: 100%;
    width: 100%;
    z-index: 10000;
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
    border-bottom: 3px solid #3a2e24;
}

.header.show-nav {
    padding-top: 20px;
}

.navbar {
    padding: 0;
}

.nav-wrapper {
    max-width: 1316px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    position: relative;
    z-index: 1;
}

.header .nav-inner-wrapper,
.header .nav-wrapper {
    height: 0;
}

.header.show-nav .nav-wrapper,
.header.show-nav .nav-inner-wrapper {
    height: auto;
}

.nav-wrapper figure {
    background: url(../images/nav_bg.png) no-repeat center 0;
}

img.nav-bg {
    max-width: 100%;
    visibility: hidden;
}

.nav-wrapper li a {
    font-weight: bold;
    color: #f9ecdb;
    font-size: 28px;
    padding-right: 61px;
    text-transform: uppercase;
    -webkit-transition: .4s ease-in-out;
    -moz-transition: .4s ease-in-out;
    -o-transition: .4s ease-in-out;
    transition: .4s ease-in-out;
    position: relative;
}

.footer-nav.nav-wrapper li a {
    text-decoration: underline;
}

.nav-wrapper li a:hover:after {
    left: 0;
    right: 61px;
    bottom: -10px;
}

.nav-wrapper li a:hover {
    color: #e4b971;
}

.header .menubar.left-navbar {
    display: none;
}

.header.show-nav .menubar.left-navbar {
    display: flex;
}

.menubar.right-navbar,
.menubar.left-navbar {
    margin-top: 24px !important;
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.header.show-nav .menu-left-menu-container {
    max-width: 380px;
    width: 100%;
}

.header.show-nav .menu-left-menu-container #menu-left-menu {
    /* justify-content: space-evenly; */
    justify-content: flex-end;
}

#menu-left-menu li a {
    padding: 0 8px!important;
}

#menu-left-menu > li a {
   padding-right: 60px !important;
}

#menu-left-menu > li.explore-menu-item-top a {
    padding-right: 0px !important;
 }

.menubar.left-navbar {
    margin: 24px 42px 0px 0px !important;
}


/* .hero-section .logo-wrapper img {
margin-left: -29px;
} */

.right-navbar {
    margin-left: 57px;
}

.nav-wrapper li:last-child a {
    padding-right: 0;
}

.nav-inner-wrapper {
    justify-content: center;
}

.nav-inner-wrapper {
    position: absolute;
    top: 0;
    margin: 0 auto;
    left: 0;
    right: 0;
    width: 100%;
}

.header .nav-inner-wrapper {
    top: 20px;
}

.header.show-nav .nav-inner-wrapper {
    top: 0;
}

.header .logo-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    flex: 0 0 170px;
    max-width: 170px;
    z-index: 2;
    -webkit-transition: .4s ease-in-out;
    -moz-transition: .4s ease-in-out;
    -o-transition: .4s ease-in-out;
    transition: .4s ease-in-out;
}

.header.show-nav .logo-wrapper {
    position: relative;
    flex: 0 0 230px;
    max-width: 230px;
}

.header .logo-wrapper img {
    margin-right: -10px;
    -webkit-transition: .4s ease-in-out;
    -moz-transition: .4s ease-in-out;
    -o-transition: .4s ease-in-out;
    transition: .4s ease-in-out;
}

.footer .logo-wrapper {
    flex: 0 0 198px;
    max-width: 198px;
}

.header .menubar {
    flex: 1;
    display: flex;
}

.header .left-navbar {
    justify-content: flex-end;
}

.header .right-navbar {
    justify-content: flex-start;
    position: relative;
}

.footer .menubar {
    /* flex: 1; */
    /* display: flex; */
}

.footer .menubar.left-navbar {
    /* margin: 24px 26px 0px 8px !important;
    flex-basis: 30%; */
    margin: 24px 0 0px 8px !important;
    flex-basis: 40%;
    /* padding-right: 35px; */
}

.footer .left-navbar {
    justify-content: flex-end;
}

.footer .right-navbar {
    justify-content: flex-start;
}


/* web nav */

.web-nav {
    /* display: none; */
    background-color: #bc3738;
    padding: 15px;
    position: absolute;
    right: 0;
    top: 46px;
    z-index: 2000;
    -webkit-transition: all 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
    -moz-transition: all 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
    transition: all 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
}

.header.sticky.show-nav .web-nav,
.header.show-nav .web-nav {
    top: 82px;
}

.header.sticky .web-nav {
    top: 46px;
    padding: 10px
}

.header.show-nav .web-nav,
.header.sticky.show-nav .web-nav {
    padding: 8px 7px;
}

.mob-nav,
.mob-nav-responsive-container {
    display: none;
}

.mob-nav {
    background-color: #bc3738;
    padding: 10px;
    z-index: 2000;
    -webkit-transition: all 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
    -moz-transition: all 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
    transition: all 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
}

.iconMobNav {
    width: 28px;
    height: 18px;
    position: relative;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
    opacity: 1;
}

.iconMobNav.open {
    width: 28px;
    height: 22px;
}

.iconMobNav span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: #ffffff;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

.iconMobNav.open span:nth-child(1) {
    top: 10px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
}

.iconMobNav.open span:nth-child(2) {
    opacity: 0;
    left: -60px;
}

.iconMobNav.open span:nth-child(3) {
    top: 10px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

.iconMobNav span:nth-child(1) {
    top: 0px;
}

.iconMobNav span:nth-child(2) {
    top: 8px;
}

.iconMobNav span:nth-child(3) {
    top: 8px;
}

.iconMobNav span:nth-child(3) {
    top: 16px;
}

.page-wrapper {
    position: relative;
}

.main-carousel .slick-slide {
    padding: 0;
    margin: 0;
}

.banner-section {
    position: relative;
}

.banner-section img {
    width: 100%;
}

.banner-section .slick-dots button {
    display: block;
    width: .7rem;
    height: .7rem;
    padding: 0;
    border: none;
    border-radius: 12px;
    background-color: #ffffff;
    text-indent: -9999px;
    margin: 0 3px;
    outline: none;
    opacity: .7;
}

.banner-section .slick-dots {
    display: flex;
    position: absolute;
    bottom: 120px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: fit-content;
    justify-content: center;
    z-index: 1;
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

.banner-section .slick-dots .slick-active button {
    background-color: #c1c97e;
    opacity: 1;
}


/*.banner-section{
background: #fff url(../images/banner.jpg) no-repeat center center;
background-size: cover;
height: 100%;
width: 100%;
}*/


/*
.banner-section img{
max-width: 100%;
visibility: hidden;
}*/

body.menu-open .header {
    position: absolute !important;
}

.header,
.socialIconWrapper ul {
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.header.sticky {
    top: 0;
    background-color: #f4f4f4;
    z-index: 1000;
    -webkit-box-shadow: 0px 6px 5px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 6px 5px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 6px 5px 0px rgba(0, 0, 0, 0.2);
    min-height: 116px;
}

.header.sticky.show-nav {
    min-height: 159px;
}

.header.sticky figure {
    position: relative;
}

.search-wrapper {
    max-width: 100% !important;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    position: absolute;
    bottom: -35px;
    left: 0;
    right: 0;
    padding: 0 8px;
    margin: auto;
}

.search-wrapper h2 {
    max-width: 260px;
    width: 100%;
    font-weight: bold;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 28px;
    padding: 12px;
    background: #bc3738;
    margin: 0 auto;
    text-align: center;
    position: absolute;
    top: -55px;
    left: 0;
    right: 0;
    z-index: 1;
}

.input-holder {
    background: #3e3227;
    text-align: center;
    font-size: 20px;
    /* flex: 1; */
    position: relative;
    height: 72px;
    align-items: center;
    justify-content: center;
    border-right: 1px solid #836a54;
    padding: 0 15px;
    z-index: 2;
}

h2.page-title.no-found {
    width: 100%;
    text-align: center;
}

.input-holder:last-child {
    border: 0;
}

.input-holder.search-holder {
    align-items: initial;
    padding: 0;
}

.input-holder.search-holder input {
    padding: 10px 30px;
}

.input-holder label {
    color: #e7c180;
    text-transform: uppercase;
    padding-right: 5px;
    margin: 0;
    white-space: nowrap;
    /*padding-right: 7px;
flex: 1;*/
    font-size: 20px;
}

.search-wrapper input[type=text] {
    border: 0;
    outline: none;
    background: transparent;
    /* padding: 20px; */
    color: #ffffff;
    background: url(../images/dropdown_icon.png) no-repeat 100% center;
    cursor: pointer;
    width: 100px;
    padding-right: 14px;
}

.search-wrapper input[type=button],
.search-wrapper input[type=submit] {
    width: 100%;
    outline: none;
    border: 0;
    font-size: 20px;
    font-family: 'Bebas Neue';
    font-weight: bold;
    text-transform: uppercase;
    height: inherit;
}

.dropdown {
    -webkit-appearance: none;
    background: transparent;
    border: 0;
    outline: none;
    color: #FFF;
    width: 70%;
    background: url(../images/dropdown_icon.png) no-repeat 100% center;
    cursor: pointer;
    font-size: 20px;
    flex: 1;
    padding: 6px 14px 6px 10px;
}

.dropdown option {
    background: #3e3227;
    color: #e7c180;
    padding: 0 10px;
    line-height: 30px;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
    border: 1px solid #c5c5c5;
    background: #3e3227 !important;
    font-weight: normal;
    color: #ffffff !important;
    font-size: 14px !important;
}

.page-center {
    max-width: 1180px;
    width: 100%;
    margin: 0 auto;
}

h2.page-title {
    font-size: 28px;
    /* font-size: 50px; */
    color: #504239;
    text-align: center;
    padding: 78px 0;
}

h2.page-title em {
    color: #bc3738;
    font-style: normal;
}

.hero-section {
    position: relative;
    background: #f4f4f4;
}

.home-content-wrapper {
    background: #f4f4f4;
}

.home-content-wrapper .box-wrapper .page-center {
    max-width: 1210px;
}

.home-content-wrapper>.page-center {
    max-width: 1210px;
}

.home-icon {
    background-position: 1px;
}


/* .room-details li {
font-weight: normal;
font-size: 20px;
color: #504239;
padding: 6px;
align-items: center;
} */

.room-details {
    padding: 10px 0;
}

.room-details .flex {
    flex-flow: wrap;
    align-items: center;
    justify-content: space-between;
}

.icons-wrapper figure {
    display: flex;
    align-items: center;
    padding-right: 7px;
}

figcaption {
    margin: 0;
    padding: 6px 0px;
    line-height: 7px;
    display: block;
    height: 11px;
}

.room-details ul,
.property-details {
    border-bottom: 1px solid #e4e4e4;
}

.column {
    flex: 0 0 272px;
    max-width: 100%;
    margin: 0 15px 36px;
}

.single-property-box {
    background: #ffffff;
    position: relative;
    box-shadow: 0px 0px 6px 3px rgba(0, 0, 0, 0.04);
    -webkit-box-shadow: 0px 0px 6px 3px rgba(0, 0, 0, 0.04);
    -moz-box-shadow: 0px 0px 6px 3px rgba(0, 0, 0, 0.04);
}

.content-row {
    justify-content: flex-start;
    flex-flow: wrap;
}

.property-details h3 {
    font-size: 24px;
    color: #504239;
}

.property-details span {
    font-size: 14px;
    color: #504239;
    margin-bottom: 9px;
    display: block;
    font-weight: normal;
}

.property-content {
    padding: 10px 17px 0;
}

.price-box span {
    font-size: 19px;
    color: #bc3738;
    font-weight: bold;
}

.price-box span b {
    font-size: 24px !important;
}

.price-box {
    padding: 8px 0;
    text-align: center;
}

.price-box span strong {
    font-size: 28px;
    padding: 0 5px;
}

.property-image {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.property-image img {
    visibility: hidden;
    max-width: 100%;
}

.link-box {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    cursor: pointer;
    -webkit-transition: 0.4s ease;
    transition: 0.4s ease;
}

.property-image img {
    max-width: 100%;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.single-property-box:hover .property-image img {
    -webkit-transform: scale(1.08);
    transform: scale(1.08);
    cursor: pointer;
    opacity: 0.7;
}

.box-wrapper {
    background: url(../images/bg.png) repeat-x center 0;
    position: relative;
}

.box-wrapper:before {
    content: "";
    position: absolute;
    background: #3e3227;
    height: 44%;
    width: 100%;
    top: 90px;
}

.desc-content article button:focus,
.desc-content article button:hover {
    outline: none;
}

.desc-content article button {
    background: transparent;
    border: 0;
    color: #bc3739;
    opacity: 1;
    cursor: pointer;
    font-family: 'Enriqueta';
    font-size: 17px;
    line-height: 30px;
    font-weight: bold;
}

.featured-properties .content-row {
    padding-top: 125px;
}

.service-content h3 {
    font-size: 26px;
    color: #bc7229;
    font-weight: normal;
    display: block;
    padding: 6px;
}

.service-wrapper {
    padding-top: 87px;
    padding-bottom: 17px;
    background: #f4f4f4;
}

.service-wrapper figure {
    background: #ffffff;
    border-radius: 50px;
    width: 106px;
    height: 106px;
    margin: 0 auto 11px;
    justify-content: center;
    display: flex;
    align-items: center;
}

.service-content p {
    font-size: 12px;
    color: #954f40;
    line-height: 15px;
    display: block;
    /*
white-space: nowrap;
text-overflow: ellipsis!important;
overflow: hidden;
max-width: 185px;*/
}

.service-content a {
    font-size: 16px;
    color: #954f40;
    text-transform: uppercase;
    padding: 5px 0;
    display: block;
}

.footer {
    background: #3e3227;
    padding: 0 0 40px;
}

.box-content {
    border-top: 1px solid rgba(255, 255, 255, 0.15);
    padding: 16px 0 0 0;
    margin-top: 25px;
}

.footer h3 {
    font-size: 24px;
    color: #e4b971;
    text-transform: uppercase;
}

.footer h4 {
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    font-size: 15px;
    color: #fff;
    padding-bottom: 15px;
}

.box-content p {
    font-size: 12px;
    color: #c5c5c5;
    line-height: 20px;
    display: block;
    padding-top: 10px;
}

.quick-links a {
    font-size: 14px;
    color: #c5c5c5;
    display: block;
    padding-bottom: 15px;
}

.quick-links a:hover {
    color: #ffffff;
    text-decoration: underline;
}

.quick-links li:last-child a {
    padding: 0;
}

.partners-logo {
    background: #ffffff;
}

.partners-logo-inner {
    padding: 60px;
}

.agents-container {
    padding-top: 30px;
    align-items: center;
}

.agent-image {
    width: 91px;
    margin-right: 20px;
}

.agent-details h5 {
    font-size: 18px;
    color: #ffffff;
    padding-bottom: 3px;
}

.agent-details a {
    font-size: 12px;
    color: #c5c5c5;
    padding-bottom: 3px;
}

a.mail-icon {
    background: url(../images/mail.png) no-repeat 0 3px;
    padding-left: 19px;
}

a.phone-icon {
    background: url(../images/phone.png) no-repeat 0 3px;
    padding-left: 19px;
}

.mob-nav-responsive-container ul {
    position: absolute;
    right: 0;
    left: 0;
    text-align: left;
    background: #bc3738;
    padding: 30px 20px 20px;
    top: 98px;
    z-index: 1;
    width: 100%;
    flex-flow: column !important;
}

.animate-cubic {
    -webkit-transition: all 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
    -moz-transition: all 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
    transition: all 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
}

.show-mob-nav {
    display: block;
}

.mob-nav-responsive-container li {
    margin: 8px;
    border-bottom: 2px solid #b3292a;
    padding: 13px 0;
}

.mob-nav-responsive-container li:last-child {
    border-bottom: 0;
}

.banner-section img {
    max-width: 100%;
    visibility: hidden;
}

.img-slide {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}


/* property details page */


/* .img-slide {
height: 600px !important;
} */

.ui-widget.ui-widget-content {
    margin-top: 12px;
}

.banner-section.inner-page img {
    height: 543px;
    position: relative;
}

.top-section h2 {
    font-size: 38px;
    color: #ffffff;
    text-align: left;
}

.top-section {
    position: absolute;
    bottom: 0;
    margin: 0 auto;
    width: 100%;
    padding: 0 30px;
}

.breadcrumb {
    background: transparent;
    padding: 0;
    margin-bottom: 0;
}

.breadcrumb li:after {
    content: "/";
    position: absolute;
    bottom: 0;
    padding: 0 7px;
}

.breadcrumb li:last-child:after {
    content: "";
    padding: 0;
}

.breadcrumb li {
    color: #ffffff;
    font-size: 18px;
    position: relative;
    padding-right: 20px;
    text-align: left;
}

.price-box-big {
    background: #bc3739;
    padding: 5px 25px;
    color: #ffffff;
}

.price-box-big label {
    font-size: 28px;
    font-weight: normal;
    margin: 0;
    padding-right: 6px;
}

.price-box-big span {
    font-size: 28px;
    font-weight: bold;
    margin: 0;
}

.property-content p {
    font-size: 14px;
    padding: 7px 0 9px;
    border-top: 1px solid #ddd;
    line-height: 20px;
}


/** common styles **/

.primary-btn {
    background: #b3bb6f;
    color: #3e322b;
    -webkit-transition: all 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
    -moz-transition: all 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
    transition: all 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
}

.primary-btn:hover {
    background: #bc3738;
    color: #ffffff;
}

.agent-image img {
    max-width: 100%;
    height: auto;
}

.slick-slide {
    padding: 10px;
    text-align: center;
    margin-right: 15px;
    margin-left: 15px;
}

.slick-track {
    display: flex !important;
    align-items: center;
}

.align-center {
    align-items: center;
}


/*{
font-family: 'Bebas Neue';
}
*/

.property-details span,
.service-content p,
.quick-links a,
.box-content p,
.agent-details a,
p {
    font-family: 'Enriqueta';
}

.search-wrapper input[type=text],
label,
li,
a,
h1,
h2,
h3,
h4,
h5,
select,
input[type=button],
span {
    font-family: 'Bebas Neue';
}

ol,
ul {
    margin: 0;
    padding: 0;
}

li {
    list-style-type: none;
}

#my-iframe {
    height: 1000px !important;
}

.space-btwn {
    justify-content: space-between;
}

.position-rel {
    position: relative;
}

 ::-webkit-input-placeholder {
    /* Edge */
    color: #877361;
}

 :-ms-input-placeholder {
    /* Internet Explorer */
    color: #877361;
}

 ::placeholder {
    color: #877361;
}


/*------------------------------------12-2-19--------------------------------*/

.inner-banner,
.inner-banner .img-slide {
    /*min-height: 543px;*/
    height: 543px;
    position: relative;
}


/* .single-banner,
.single-banner .img-slide {
max-height: 430px;
} */

.inner-banner .slick-dots {
    bottom: 82px;
}

.inner-banner .banner-content {
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 50px;
    color: #fff;
    align-items: center;
}

.banner-content-left,
.banner-content-right {
    flex: 1;
}

.banner-content-left {
    text-align: left;
}

.banner-content-right {
    text-align: right;
}

.banner-content-left h1 {
    font-family: 'Bebas Neue Pro';
    font-weight: bold;
    font-size: 42px;
    line-height: 52px;
    color: #fff;
    margin-bottom: 5px;
}

.banner-content-left h2 {
    font-family: 'Bebas Neue';
    font-weight: bold;
    font-size: 39px;
    line-height: 44px;
    color: #fff;
}

.single-banner .banner-content-left span,
.single-banner .banner-content-left span a {
    font-size: 16px;
}

.banner-content-left span,
.banner-content-left span a {
    display: block;
    color: #fff;
    font-family: 'Enriqueta';
    font-weight: normal;
    font-size: 18px;
    line-height: 22px;
}

.banner-content-left span a {
    display: inline-block;
}

.booking-detals {
    background: #FFF;
    width: 100%;
    position: relative;
    -webkit-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.15);
}

.btn-price {
    display: inline-block;
    background: #bc3739;
    color: #fff;
    font-family: 'Bebas Neue Pro';
    font-weight: normal;
    font-size: 28px;
    padding: 8px 10px;
    line-height: 24px;
    position: relative;
    z-index: 10;
    text-align: center;
}

.btn-price:hover {
    background: #d22123;
    color: #fff;
}

.btn-price strong {
    display: inline-block;
    font-family: 'Bebas Neue';
    font-weight: bold;
    font-size: 28px;
    text-shadow: 0px 2px 4px #000;
}

.btn-price span {
    display: block;
    font-family: 'Bebas Neue';
    font-size: 19px;
    text-shadow: 0px 2px 4px #000;
}

.booking-detals .flex {
    justify-content: center;
}

.booking-detals .page-center {
    min-height: 79px;
    align-items: center;
}

.booking-detals ul {
    padding: 0 18px 0 0;
}

.booking-detals li {
    font-family: 'Bebas Neue Pro';
    font-size: 19px;
    font-weight: normal;
    color: #bc3739;
    align-items: center;
}

.booking-detals li figure {
    margin-right: 11px;
    display: none;
}

.booking-detals li {
    margin-right: 18px;
    padding-right: 18px;
    border-right: 1px solid #bc3738;
}

.booking-detals ul li:last-child {
    border-right: 0;
}

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

.booking-detals ul:first-child {
    padding-left: 0;
}

.booking-detals ul:last-child {
    border-right: 0;
    /*	margin: 0;*/
    padding-right: 0;
}

.booking-detals ul:last-child li:last-child {
    margin-right: 0;
}

.footer-nav ul {
    margin-top: 25px;
}

.footer-nav .left-navbar {
    margin-right: 0;
}

.footer-nav .left-navbar .copyright {
    right: -85px;
}

.footer-nav .right-navbar {
    /* margin-left: 40px; */
    margin-left: 0;
    flex-basis: 40%;
    padding-left: 10px; 
}

.footer-nav .right-navbar .copyright {
    left: -85px;
}

.footer-nav .left-navbar ul {
    justify-content: flex-end;
    gap: 14px;
}

.footer-nav.nav-wrapper li a {
    font-size: 19px;
    padding-right: 20px;
}

.footer-nav.nav-wrapper li a:hover {
    color: #e4b971;
}

.copyright span {
    font-size: 16px;
}

.footer-nav.nav-wrapper li:last-child a {
    padding-right: 0;
}

.footer-nav .left-navbar ul li a {
    padding-right: 20px;
}

.footer-nav.nav-wrapper li a:hover {
    color: #e4b971;
}

.footer-nav .nav-inner-wrapper {
    position: relative;
    gap: 10px 20px;
}

.footer-nav .nav-inner-wrapper::after {
    content: "";
    position: absolute;
    left: 0;
    top: 83px;
    width: 100%;
    height: 1px;
    background: #604f41;
}

.footer-nav .logo-wrapper img {
    margin-top: -40px;
    z-index: 1;
    position: relative;
}

.copyright,
.copyright a {
    font-family: 'Enriqueta';
    font-size: 15px;
    color: #d1d1d1;
    padding-top: 30px;
    position: relative;
    text-transform: uppercase;
}

.copyright a:hover {
    color: #e4b971;
}

.copyright.responsive-div,
.logo-wrapper.responsive-div {
    display: none;
}

.icons-wrapper img {
    padding-right: 5px;
}

.copyright a {
    padding: 0 10px 0 0;
    display: inline-block;
    text-decoration: underline;
}

.page-content {
    padding: 65px 0 70px;
    background: #f4f4f4;
    position: relative;
    font-family: 'Enriqueta';
    font-size: 17px;
    line-height: 25px;
    font-weight: normal;
    color: #504239;
}

.page-content h2 {
    font-family: 'Bebas Neue Pro';
    font-size: 36px;
    font-weight: bold;
    color: #504239;
    position: relative;
}

.page-content h3 {
    font-family: 'Bebas Neue Pro';
    font-size: 28px;
    font-weight: bold;
    color: #504239;
    position: relative;
    margin-bottom: 20px;
}

.page-content h4 {
    font-family: 'Bebas Neue Pro';
    font-size: 24px;
    font-weight: bold;
    color: #504239;
    position: relative;
    margin-bottom: 15px;
}

.page-content h5 {
    font-family: 'Bebas Neue Pro';
    font-size: 20px;
    font-weight: bold;
    color: #504239;
    position: relative;
    margin-bottom: 10px;
}

.page-content h6 {
    font-family: 'Bebas Neue Pro';
    font-size: 17px;
    font-weight: bold;
    color: #504239;
    position: relative;
    margin-bottom: 10px;
}

.content-wrapper {
    position: relative;
    font-family: 'Enriqueta';
    font-size: 17px;
    line-height: 25px;
    font-weight: normal;
    color: #504239;
    text-align: justify;
}

.content-wrapper h2.page-title {
    padding: 15px 0 40px;
}

.event-box-separate .content-wrapper.content-seperation h2.page-title {
    padding: 10px 0 20px;
}

.product-description {
    flex: 1;
    width: 100%;
}

.right-sidebar {
    flex: 0 0 375px;
}

.sidebar-wrapper {
    background: #fff;
    padding: 30px 25px 45px;
    margin-bottom: 40px;
}

.product-description {
    padding-right: 60px;
}

.product-description h2 {
    margin-bottom: 20px !important;
}

.product-description .property-type {
    font-family: 'Enriqueta';
    font-size: 18px;
    color: #504239;
    display: block;
    margin-bottom: 6px;
}

.product-description .property-type em {
    color: #bc3739;
    font-style: normal;
    display: inline-block;
    margin-left: 5px;
}

.desc-content {
    padding: 40px 0;
    border-bottom: 1px solid #dfd2bf;
}

.desc-content:last-child {
    border: 0;
}

.desc-content article,
.desc-content p {
    font-family: 'Enriqueta';
    font-size: 17px;
    line-height: 30px;
    font-weight: normal;
    color: #504239;
}

.items-list {
    padding-top: 45px;
}

.items-list ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: flex;
    flex-flow: wrap;
}

.items-list li {
    position: relative;
    padding: 0;
    margin: 5px 5px 5px 0;
    border: 1px solid #dfd2bf;
    min-height: 90px;
    flex: 0 1 77px;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    display: flex;
}

.items-list li figure {
    margin: auto;
    text-align: center;
    padding: 5px;
}

.items-list li figcaption {
    font-family: 'Bebas Neue Pro';
    font-size: 15px;
    line-height: 16px;
    font-weight: bold;
    color: #504239;
    padding-top: 4px;
    height: auto !important;
}


/* .gallery{
padding-top: 45px;	
}

.gallery li{
flex: 0 1 172px;
padding:0 20px 20px 0;
} */

.sidebar-content {
    padding-bottom: 45px;
}

.sidebar-content:last-child {
    padding-bottom: 0;
}

.sidebar-content h3 {
    margin-bottom: 20px;
}

.sidebar-content h5 {
    color: #bc3738;
    margin-bottom: 15px;
}

.sidebar-content ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.sidebar-content li , .other-details-mob li{
    margin: 0;
    padding: 0 0 5px 32px;
    background: url(../images/iconTick.png) no-repeat 0 8px;
    font-family: 'Bebas Neue Pro';
    font-size: 20px;
    line-height: 24px;
    font-weight: normal;
}

.sidebar-content article,
.sidebar-content p {
    font-family: 'Enriqueta';
    font-size: 17px;
    line-height: 30px;
    font-weight: normal;
    color: #504239;
}

.sidebar-content figure img {
    width: 100%;
}

.enquire-wrapper {
    padding: 32px 22px 40px;
    background: #b3bb6f;
}

.enquire-wrapper input,
.enquire-wrapper textarea {
    width: 100%;
    height: 42px;
    line-height: 42px;
    background: #e1e4c5;
    color: #585d31;
    font-family: 'Enriqueta';
    font-size: 17px;
    font-weight: normal;
    padding: 0 18px;
    box-shadow: none;
    border: 0;
    margin-bottom: 17px;
}

.enquire-wrapper textarea {
    height: 85px;
}

.enquire-wrapper input[type="submit"] {
    background: #838a46;
    color: #fff;
    font-family: 'Bebas Neue';
    font-size: 20px;
    font-weight: bold;
    margin: 10px 0 0;
    cursor: pointer;
}

.enquire-wrapper input[type="submit"]:hover {
    background: #71792a;
}

.enquire-wrapper input::-webkit-input-placeholder,
.enquire-wrapper textarea::-webkit-input-placeholder {
    color: #585d31;
}

.enquire-wrapper input::-moz-placeholder,
.enquire-wrapper textarea::-moz-placeholder {
    color: #585d31;
}

.enquire-wrapper input:-ms-input-placeholder,
.enquire-wrapper textarea:-ms-input-placeholder {
    color: #585d31;
}

.enquire-wrapper input:-moz-placeholder,
.enquire-wrapper textarea:-moz-placeholder {
    color: #585d31;
}

.enquire-wrapper p {
    line-height: 0 !important;
}

.calender-wrapper {
    padding-top: 70px;
}

.calender-wrapper h2 {
    margin-bottom: 40px;
}

.calender-wrapper h3 {
    margin-bottom: 30px;
}

.btn-refresh {
    position: absolute;
    top: 0;
    right: 0;
    max-width: 216px;
    width: 100%;
    height: 50px;
    line-height: 50px;
    font-family: 'Bebas Neue';
    font-size: 28px;
    font-weight: bold;
    color: #fff;
    background: #e4b971;
    padding: 0 20px;
    text-align: center;
}

.gallery {
    width: 100%;
    padding-top: 40px;
}

.gallery-slider .slick-slide {
    padding: 0;
    margin-right: 20px;
    margin-left: 4px;
    position: relative;
}

.gallery-slider .slick-slide span {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 5px 10px;
    background-color: rgba(0, 0, 0, 0.8);
    display: block;
    color: #FFF;
    font-family: 'Enriqueta';
    font-size: 12px;
}

.gallery-slider .slick-slide img {
    width: 100%;
    max-height: 200px;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.gallery-slider .slick-slide a:hover img {
    opacity: 0.9;
}

.calender-iframe-wrapper #my-iframe body {
    background-color: red !important;
    color: #000;
    border: 0;
    box-shadow: none;
}

#calscont {
    display: block;
    width: 100%;
}

.product-listing {
    flex: 1;
    padding-right: 45px;
}

.pdt-list {
    background: #fff;
    margin-bottom: 20px;
    position: relative;
    box-shadow: 0px 0px 6px 3px rgba(0, 0, 0, 0.04);
    -webkit-box-shadow: 0px 0px 6px 3px rgba(0, 0, 0, 0.04);
    -moz-box-shadow: 0px 0px 6px 3px rgba(0, 0, 0, 0.04);
}

.pdt-list>a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.pdt-img {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    flex: 0 1 269px;
    min-height: 212px;
}

.pdt-img img {
    visibility: hidden;
}

.pdt-content {
    flex: 1;
    background: #fff;
    position: relative;
    padding: 35px 30px 0 24px;
    color: #504239;
}

.pdt-title-wrapper {
    padding: 0 12px;
    margin-bottom: 20px;
}

.pdt-title-wrapper h4 {
    font-family: 'Bebas Neue';
    font-weight: bold;
    font-size: 30px;
}

.pdt-title-wrapper .title {
    flex: 1;
    padding-right: 15px;
}

.pdt-title-wrapper .title span {
    display: block;
    font-family: 'Enriqueta';
    font-size: 16px;
}

.pdt-title-wrapper .price {
    color: #bd3738;
    font-family: 'Bebas Neue';
    font-weight: bold;
    font-size: 25px;
    text-align: right;
}

.pdt-title-wrapper .price strong {
    font-size: 36px;
}

.pdt-content article,
.pdt-content p {
    font-family: 'Enriqueta';
    font-size: 17px;
    line-height: 30px;
    font-weight: normal;
    color: #504239;
}

.pdt-content article {
    padding: 0 12px 20px;
}

.pdt-aminitiese {
    border-top: 1px solid #dedede;
    padding: 10px 2px 5px;
}

.pdt-aminitiese ul {
    display: flex;
    margin: 0;
    padding: 0;
    list-style-type: none;
    align-items: center;
}

.pdt-aminitiese li {
    font-family: 'Bebas Neue Pro';
    font-size: 19px;
    padding: 5px 10px;
    display: flex;
}

.pdt-aminitiese li img {
    margin-right: 8px;
}

.contact-wrapper {
    display: flex;
    flex-direction: column;
    width: 100%;
    position: relative;
    z-index: 1;
}

.contact-form {
    flex: 1;
    vertical-align: top;
    text-align: left;
    background: #fff;
    padding: 60px 95px 40px 55px;
    position: relative;
    -webkit-box-shadow: 0px 0px 8px -1px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 8px -1px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 8px -1px rgba(0, 0, 0, 0.1);
}

.contact-form .title-holder {
    margin-bottom: 50px;
    position: relative;
}

.contact-form .title-holder h2 {
    color: #15202e;
    font-family: 'Enriqueta';
    font-size: 26px;
    font-weight: 500;
    line-height: 32px;
    padding-bottom: 13px;
}

.contact-form .title-holder p {
    font-family: 'Enriqueta';
    font-size: 16px;
    font-weight: normal;
    line-height: 23px;
    color: #566476;
}

.contact-form .title-holder:after {
    content: "";
    position: absolute;
    bottom: -20px;
    left: 0;
    width: 50px;
    height: 3px;
    background: #ffc600;
}

.contact-form .enquire-wrapper input,
.contact-form .enquire-wrapper textarea {
    font-size: 18px;
}

.contact-address {
    flex: 0 0 420px;
    background: #e7c182;
    padding: 60px 44px 40px;
    position: relative;
    z-index: 1;
    color: #2d2502;
}

.about-wrap .contact-address,
.about-wrap .contact-form {
    flex: 1 1 50%;
}

.about-wrap .contact-form article,
.about-wrap .contact-form p {
    font-family: 'Enriqueta';
    font-size: 17px;
    font-weight: normal;
    line-height: 25px;
    color: #566476;
    margin-bottom: 15px;
}

.about-wrap .contact-form .red-wrap,
.about-wrap .contact-form .red-wrap p {
    color: #de1416;
}

.contact-address h2 {
    color: #2d2502;
    font-family: 'Enriqueta';
    font-size: 26px;
    font-weight: 500;
    line-height: 32px;
    margin-bottom: 22px;
}

.contact-address p {
    font-family: 'Enriqueta';
    font-size: 16px;
    font-weight: normal;
    line-height: 23px;
    padding-bottom: 5px;
    color: #2d2502 !important;
}

.contact-address ul {
    margin: 55px 0 0;
    padding: 0;
    list-style-type: none;
}
.contact-address .flex {
    gap: 15px;
}
.contact-address .flex ul {
    flex-basis: 50%;
}

.width-sm{
    max-width: 280px;
}

.qrcode .flex {
    gap: 10px;
}

.qrcode-img{
    width: 150px;
    padding-bottom: 10px;
}

.contact-address li {
    display: block;
    margin: 0 0 50px 0;
    padding: 0 0 0 45px;
    font-family: 'Enriqueta';
    font-size: 16px;
    line-height: 20px;
    font-weight: normal;
    color: #2d2502;
}

.contact-address li:last-child {
    margin-bottom: 0;
}

.contact-address li strong {
    font-family: 'Enriqueta';
    font-size: 16px;
    line-height: 22px;
    color: #2d2502;
    display: block;
    margin-bottom: 8px;
}

.contact-address li a {
    display: inline-block;
    color: #2d2502;
    font-family: 'Enriqueta';
    font-size: 16px;
    font-weight: normal;
    line-height: 20px;
    position: relative;
    -webkit-transition: color 0.5s ease-in-out;
    -moz-transition: color 0.5s ease-in-out;
    -ms-transition: color 0.5s ease-in-out;
    -o-transition: color 0.5s ease-in-out;
    transition: color 0.5s ease-in-out;
}

.contact-address li a::after {
    content: "";
    background: #2d2502;
    width: 0px;
    height: 1px;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    -webkit-transition: width 0.4s ease-in-out;
    -moz-transition: width 0.4s ease-in-out;
    -ms-transition: width 0.4s ease-in-out;
    -o-transition: width 0.4s ease-in-out;
    transition: width 0.4s ease-in-out;
}

.contact-address li a:hover {
    color: #000e29;
}

.contact-address li a:hover::after {
    width: 100%;
}

.contact-address li.location {
    background: url(../images/iconAddress.png) no-repeat 0 1px;
}

.contact-address li.phone {
    background: url(../images/iconCallUs.png) no-repeat 0 1px;
}

.contact-address li.email {
    background: url(../images/iconEmailUs.png) no-repeat 0 1px;
}

.contact-address li.qrcode {
    background: url(../images/iconQrcode.png) no-repeat 0 1px;
}


.contact-address li.follow {
    background: url(../images/iconFollowUs.png) no-repeat 0 1px;
}

.contact-address li.app {
    background: url(../images/iconApp.png) no-repeat 0 1px;
}

.contact-form .enquire-wrapper {
    padding: 22px 24px 14px;
}

.contact-map {
    margin-top: -215px;
    position: relative;
}

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

.contact-map iframe {
    width: 100% !important;
    height: 430px;
}


/* .room-details{
border-top: 1px solid #e4e4e4;
} */

.room-details ul {
    padding-bottom: 5px;
    flex-wrap: wrap;
}

.room-details li {
    padding: 0 5px!important;
    font-family: 'Bebas Neue';
    font-weight: bold;
    text-transform: uppercase;
    font-size: 20px;
    line-height: 18px;
    color: #bc3738;
    margin: 5px 0;
}

.room-details li span {
    padding-left: 3px;
    display: inline-block;
}

.room-details li:last-child {
    border-right: 0;
}

#map,#map2 {
    width: 100%;
    height: 180px;
    background-color: grey;
}

span.wpcf7-form-control-wrap {
    display: block;
    position: relative;
}

span.wpcf7-not-valid-tip {
    font-family: 'Enriqueta-Medium';
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    font-size: 14px;
    line-height: 14px;
    color: #bc3739;
}

.screen-reader-response {
    display: none;
}

.wpcf7-response-output {
    display: block;
    margin-top: 5px;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
}

.wpcf7-validation-errors {
    color: #bc3739;
}

.wpcf7-mail-sent-ng {
    color: #015600;
}

.pagination {
    position: relative;
    display: flex;
    padding: 20px 15px;
}

.pagination a,
.pagination span {
    padding: 14px 21px;
    font-size: 23px;
    line-height: 17px;
    font-family: 'Bebas Neue Pro';
    background-color: #fff;
    color: #000;
    text-align: center;
}

.pagination .page-numbers {
    border-right: 1px solid #dedede;
}

.pagination .page-numbers:last-child {
    border: 0;
}

.pagination .current {
    background-color: #bd3738;
    color: #fff;
}

.header .nav-wrapper figure {
    display: block;
    margin-bottom: 0;
}


/* .menu-left-menu-container,
.menu-right-menu-container {
display: none;
} */

.menubar ul {
    display: flex;
}

.menubar ul.menu>li {
    position: relative;
}

.menubar li.explore-menu-item:after,
.menubar li.eclipse-menuitem:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 30px;
    bottom: -18px;
    left: 0;
    z-index: 10;
}

ul.sub-menu li {
    padding-left: 15px;
    text-align: left;
    color: #f9ecdb;
}

.menubar ul {
    display: flex;
}

.menubar li ul {
    position: absolute;
    top: 56px;
    flex-direction: column;
    width: 220px;
    /* width: 150px; */
    text-align: left;
    color: #fff;
    left: -11px;
    display: none;
    height: auto;
    z-index: 1500;
    padding-bottom: 10px;
}

.eclipse-menuitem ul.sub-menu {
    width: 230px;
}

.menubar li li {
    display: block;
    padding: 0 15px;
    margin: 10px 0 0;
}

.menubar li li a {
    font-size: 20px;
    padding: 0;
}

.menubar li:hover>ul {
    display: block !important;
}

.menubar li>ul {
    border-top: solid 1px #5e4e40;
}

.menubar li:hover>ul li:hover {
    background-color: #493d32;
}

.menubar li:hover>ul {
    background-color: #493d32;
}

ul.sub-menu li a {
    position: relative;
    padding-left: 15px;
}

ul.sub-menu li a::after {
    content: "";
    position: absolute;
    width: 5px;
    height: 5px;
    background-color: #f9ecdb;
    top: 9px;
    left: 0;
}

.menubar .sub-menu .sub-menu li {
    width: 100%;
    font-size: 13px;
}

.menubar .sub-menu ul {
    display: none;
    text-align: left;
    background-color: #bc3738 !important;
    width: 406px;
    left: 100%;
    top: -1px;
    border-top: none !important;
}

.menubar .sub-menu li:hover ul {
    display: block !important;
}

.menubar .sub-menu li:hover ul.double-col {
    display: flex !important;
    flex-wrap: wrap;
    flex-direction: row;
}

.menubar .sub-menu li ul.double-col li {
    flex: 0 0 50%;
    max-width: 50%;
    width: 100%;
}

.menubar .sub-menu .sub-menu li:hover {
    background-color: transparent;
}


/* .menubar .sub-menu li:last-child a {
    color: #fff;
} */

.gallery-slider .slick-arrow {
    z-index: 1;
    top: 50%;
    transform: translateY(-50%);
    padding: 19px;
    font-size: 0;
    border: 0;
    outline: 0;
    transition: all .7s;
    cursor: pointer;
    position: absolute;
}

.gallery-slider .slick-prev {
    left: 4px;
    background: #bc3738 url(../images/prevImg.png) no-repeat center center;
    background-size: 8px;
}

.gallery-slider .slick-next {
    right: 19px;
    background: #bc3738 url(../images/nextImg.png) no-repeat center center;
    background-size: 8px;
}

.gallery-slider .slick-prev:hover,
.gallery-slider .slick-next:hover {
    background-size: 9px;
    background-color: #bc3738;
}

.box-wrapper h2 {
    text-align: center;
    top: 96px;
    position: relative;
    color: #fff;
    font-size: 34px;
}

.socialIconWrapper ul li {
    font-size: 0;
    margin-right: 3px;
}

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

.socialIconWrapper ul li a {
    padding: 0;
}

.pdt-title-wrapper .price b {
    font-size: 18px !important;
}

.socialIconWrapper ul {
    position: absolute;
    right: 77px;
    top: 48px;
    display: flex;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.header.sticky.show-nav .socialIconWrapper ul,
.header.show-nav .socialIconWrapper ul {
    right: 167px;
    top: 88px;
}

.socialIcon {
    width: 50px;
    height: 50px;
    display: block;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.header.sticky .socialIconWrapper ul {
    right: 70px;
    top: 43px;
}

.header.sticky .socialIcon {
    width: 44px;
    height: 44px;
}

.instaIcon {
    background: url("../images/iconInsta.png") no-repeat center center;
    background-size: 40px;
}

.header.sticky .instaIcon {
    background-size: 38px;
}

.fbIcon {
    background: url("../images/iconFb.png") no-repeat center center;
    background-size: 44px;
}

.header.sticky .fbIcon {
    background-size: 40px;
}

.header.sticky.show-nav .instaIcon,
.header.show-nav .instaIcon {
    background-size: 30px;
}

.header.sticky.show-nav .socialIcon,
.header.show-nav .socialIcon {
    width: 32px;
    height: 32px;
}

.header.sticky.show-nav .fbIcon,
.header.show-nav .fbIcon {
    background-size: 32px;
}

.totalRateText {
    font-size: 16px;
}

.descriptionAlignJustify {
    text-align: justify ! important;
}

.AmenitiesWidth {
    width: 40px ! important;
    max-height: 47px;
}

#myBtn {
    text-decoration: underline;
}

.footer.left-navbar {
    margin-right: 0;
}


/* .footer .logo-wrapper {
margin-left: 153px;
} */

#dLabel {
    font-family: 'Bebas Neue';
    color: #e7c180;
    text-transform: uppercase;
    margin: 0;
    font-size: 20px;
    height: 72px;
    padding: 0px 14px 0px 10px;
    width: 100%;
    min-width: 108px;
    background: #3e3227;
    text-align: center;
    align-items: center;
    justify-content: center;
    border: none;
    position: relative;
    z-index: 1;
}

#dLabel .caret {
    display: inline-block;
    width: 0;
    height: 0;
    vertical-align: middle;
    border-top: 5px dashed;
    border-top: 4px solid\9;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}

#dLabel .caret {
    float: right;
    margin-top: 11px;
    display: block;
    z-index: 999999;
    position: relative;
    right: -5px;
}

.dropdown_check span.caret {
    display: none!important;
}

.dropdown_check button {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

ul.dropdown-menu {
    width: 146px;
    min-width: 8rem;
    padding: 0;
    margin: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.dropdown-menu li {
    cursor: pointer;
}


/*select option:hover, 
select option:focus, 
select option:active 
{
background: linear-gradient(#b3bb6f,#b3bb6f);
background-color: #b3bb6f !important; /* for IE */


/*.input-holder option:hover {
    background: #b3bb6f;
    }

    ::selection, .input-holder select:focus::-ms-value {
    background-color: #b3bb6f;
    }

.input-holder option:checked {
    background-color: #b3bb6f;
    }

.input-holder option:checked:hover, select:focus option:checked:hover {
    background-color: #b3bb6f;
    }*/

input[type=checkbox] {
    margin-right: 5px !important;
}

.dropdown-select:active {
    outline: none;
    border: none;
}

.dropdown-select:focus {
    outline: 0;
}

.search-inputs {
    justify-content: center;
    position: relative;
}

.search-inputs .dropdown:nth-of-type(5) {
    padding: 0;
    font-size: 20px;
}

.dropdown.open ul {
    background: #3e3227;
    color: #e7c180;
    padding: 0 10px;
    font-size: 20px;
    line-height: 30px;
    border-top: none;
    margin-top: 0;
    width: 100%;
    border-radius: 0;
}

.open>.dropdown-menu {
    display: block;
}

.search-holder a {
    background: transparent;
    color: #f80835;
    font-family: 'Bebas Neue';
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: underline;
    display: inline-block;
    position: absolute;
    bottom: -32px;
    right: 14px;
    font-size: 16px;
}


/* 

.search-holder a::before {
content: "\00d7";
position: absolute;
top: 6px;
left: -16px;
width: 13px;
height: 13px;
font-size: 17px;
line-height: 15.5px;
text-align: center;
border-radius: 50%;
background-color: #f80835;
color: #fff;
-webkit-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.6);
-moz-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.6);
box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.6);
} */

.descriptionAlignJustify h2.page-title {
    padding-top: 0;
}

.descriptionAlignJustify p {
    font-family: 'Enriqueta';
    font-size: 17px;
    line-height: 25px;
    font-weight: normal;
    color: #504239;
    margin-bottom: 22px;
}

.descriptionAlignJustify p a ,.descriptionAlignJustify li,.descriptionAlignJustify li a{
    font-family: 'Enriqueta';
}

.descriptionAlignJustify span {
    color: #bd3738;
    font-family: 'Bebas Neue';
    font-weight: bold;
    font-size: 25px;
}

.phead {
    color: #504239 !important;
    font-family: 'Bebas Neue';
    font-weight: bold;
    font-size: 20px !important;
}

.dropdown-menu label li {
    display: inline;
}

.dropdown-menu label {
    display: block;
    margin-bottom: 0;
}

#seleted-rows {
    top: 0;
    position: absolute;
    text-align: center;
    color: #e7c180;
    padding: 0 10px;
    font-size: 20px;
    height: 53px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    line-height: 23px;
    font-family: 'Bebas Neue';
    border-top: none;
}

#seleted-rows span {
    display: block;
    background: #3e3227;
    position: relative;
    z-index: 9;
    cursor: text;
}

option:hover {
    background: #b3bb6f;
    background-color: #b3bb6f;
    color: #fff;
}

#seleted-rows span::before {
    content: " ,";
    color: #e7c182;
    font-weight: bold;
    margin-right: 5px;
}

#seleted-rows span:nth-of-type(1)::before {
    content: " ";
}

.cluster0,
.cluster1,
.cluster2 {
    background-position: center center!important;
    background-repeat: no-repeat!important;
    color: #fff!important;
    padding: 7px 0 0!important;
    font-size: 13px!important;
    width: 70px!important;
    background-size: 70px;
}


/*-------------Rides and Drives--------------------*/

.half_div {
    width: 50%;
    float: left;
}

.float_pic {
    float: left;
}

.schreiner_state {
    float: left;
    width: 100%;
}

.schreiner_state_text {
    float: left;
    width: 51%;
}

.schreiner_state_img {
    float: left;
    width: 49%;
    padding-top: 28px;
    padding-right: 30px;
}

.frio_river {
    float: left;
    width: 100%;
}

.frio_river_img {
    float: left;
    width: 39%;
    padding-top: 10px;
}

.frio_river_text {
    float: left;
    width: 60%;
    padding-right: 30px;
}

.garner_park {
    float: left;
    width: 100%;
}

.garner_park_img {
    float: left;
    padding-right: 30px;
    width: 48%;
    padding-top: 23px;
}

.garner_park_text {
    float: left;
    width: 52%;
}

.natural_parkarea {
    float: left;
    width: 100%;
}

.natural_parkarea_img {
    float: left;
    width: 45%;
    padding-top: 10px;
}

.natural_parkarea_text {
    float: left;
    width: 51%;
    padding-right: 30px;
}

.rides_drives h2.page-title {
    padding: 34px 0;
}

.contact-address li.time {
    background: url(../images/clock.png) no-repeat 0 1px;
}

.page_description {
    flex: 1;
    width: 100%;
}

.page_description h3 {
    margin-bottom: 10px;
    font-family: 'Bebas Neue Pro';
    font-size: 36px;
    font-weight: bold;
    color: #504239;
}

.page_description p {
    font-family: 'Enriqueta';
    font-size: 17px;
    line-height: 30px;
    font-weight: normal;
    color: #504239;
    margin-bottom: 20px;
}

.at-share-btn-elements {
    padding-top: 5px;
}

.modal-ovarlay {
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    display: none;
    padding: 50px 0;
    z-index: 10000;
}

.modal-popup {
    max-width: 1183px;
    width: 100%;
    position: absolute;
    top: 100px;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 10005;
    display: none;
    overflow: hidden;
}

.btn-close {
    background: url(../images/btnCloseModal.png) no-repeat center center;
    background-size: cover;
    width: 21px;
    height: 21px;
    position: absolute;
    right: 30px;
    top: 30px;
    color: #000;
    text-indent: -9999px;
}

.btn-white-close {
    background: url(../images/black-circle-icon.png) no-repeat center center;
    background-size: cover;
    width: 21px;
    height: 21px;
    position: absolute;
    right: 30px;
    top: 30px;
    color: #000;
    text-indent: -9999px;
}

.btn-modal-home {
    font-size: 21px;
    position: absolute;
    left: 45px;
    top: 30px;
    color: #000;
}

.advanced-search {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    padding-top: 55px;
    text-transform: uppercase;
    color: #bc3738;
    font-family: 'Bebas Neue';
}

.advanced-search a {
    display: inline-block;
    font-size: 20px;
    font-weight: bold;
    color: #0e7df5;
    text-decoration: underline;
    margin-left: 5px;
}

.advanced-search a:hover {
    color: #000;
    text-decoration: underline;
}

.looking-for {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    padding-top: 15px;
    text-transform: uppercase;
    color: #bc3738;
    font-family: 'Bebas Neue';
}

.looking-for select,
.looking-for select option {
    background-color: #b3bb6f;
    color: #3e3227;
    font-weight: bold;
}

.image-gallery {
    margin-top: 20px;
}

.image-gallery ul {
    margin: 0;
    padding: 0;
    list-style: none;
    flex-flow: column wrap;
    flex-direction: row;
    justify-content: space-between;
}

.image-gallery li {
    max-width: 176px;
    max-height: 117px;
    width: 100%;
    margin: 0 12px 12px 0;
    box-sizing: border-box;
    overflow: hidden;
    border: 5px solid #fff;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.4);
}

.bikers-club-wrap .image-gallery li {
    border: 5px solid #ccc9c9;
    -webkit-box-shadow:unset;
    -moz-box-shadow: unset;
     box-shadow: unset; 
}

.image-gallery li span {
    display: none;
}

.image-gallery li:nth-of-type(4n+4) {
    margin-right: 0;
}

.bikers-club-wrap .image-gallery li:nth-of-type(4n+4) {
    margin-right: 12px;
}

.bikers-club-wrap .image-gallery ul{
    justify-content:flex-start;
    padding-left: 0px;
}

.image-gallery li:nth-of-type(1n+13) {
    display: none;
}

.image-gallery li img {
    max-width: 100%;
    box-sizing: border-box;
    min-height: 110px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.more-photos {
    background: transparent;
    border: 0;
    color: #bc3739;
    opacity: 1;
    cursor: pointer;
    font-family: 'Enriqueta';
    font-size: 17px;
    line-height: 30px;
    font-weight: bold;
    display: inline-block;
    text-transform: uppercase;
    text-decoration: underline !important;
    float: right;
}

#less {
    max-height: 585px;
    overflow: hidden;
}

#dots {
    color: #bc3739;
    font-size: 28px;
}

button.less {
    background: transparent;
    border: 0;
    color: #bc3739;
    opacity: 1;
    cursor: pointer;
    font-family: 'Enriqueta';
    font-size: 17px;
    line-height: 30px;
    font-weight: bold;
}

.img-left {
    float: left;
    padding-right: 20px;
    /* padding-bottom: 20px; */
    padding-bottom: 2px;
    margin-bottom: 0;
}

.img-right {
    float: right;
    padding-left: 20px;
    padding-bottom: 2px;
    /* padding-bottom: 20px; */
    margin-bottom: 0;
}

.btn-modal-advanceSearch {
    font-size: 30px !important;
    line-height: 46px;
    color: #fff !important;
    padding: 7px 15px 2px !important;
    font-weight: bold;
}

.right-sidebar .other-channels ul li {
    width: 50%;
    background: none;
    display: inline-block;
    margin-bottom: 10px;
}

.reserve-headtitle {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.book-mob {
    max-width: 280px;
    width: 100%;
    margin-bottom: 0px !important;
    font-size: 30px !important;
    line-height: 24px !important;
    text-align: center;
    padding: 5px 15px 0px !important;
    margin-top: 6px;
}


/*#checkinDates {
background-image: url(../images/drop-down-arrow.png);
background-repeat: no-repeat;
background-size: 17px;
background-position: 96%;
}

#checkoutDates {
background-image: url(../images/drop-down-arrow.png);
background-repeat: no-repeat;
background-size: 17px;
background-position: 96%;
}*/

.gm-style .gm-style-iw-c {
    padding: 12px 30px 12px !important
}

.gm-style .gm-style-iw-d {
    overflow: auto !important;
}

.gm-style .gm-style-iw-d h3 {
    margin-bottom: 0 !important;
}

.gm-style .gm-style-iw-d div {
    width: auto !important;
}


.gm-style button {
    font-size: 18px;
    color: red;
}


/* .gm-style img{
width: 40px !important;
} */

.gm-style-iw.gm-style-iw-c button {
    width: 18px !important;
    height: 18px !important;
    background: url(../images/iconClose.png) no-repeat center center !important;
    background-size: 12px !important;
    opacity: 0.9 !important;
    top: 10px !important;
    right: 6px !important;
}

.gm-style-iw.gm-style-iw-c button:hover {
    opacity: 1 !important;
}

.gm-style-iw.gm-style-iw-c button img {
    width: 18px !important;
    height: 18px !important;
    margin: 5px !important;
    display: none !important;
}

/* .ui-datepicker {
    z-index: 100 !important;
} */

#map .gm-iv-address,
#map .gm-iv-small-container {
    position: relative;
    height: 70px;
    min-height: 70px;
}

.covid_19 {
    position: absolute;
    bottom: 5px;
    font-size: 20px;
    right: 100px;
    color: #8BC34A;
    display: inline;
}

.covid_19:hover {
    color: #c8f397;
}

.popupimgwrap {
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
}

.grecaptcha-badge {
    display: none;
}

.review-wrapper {
    padding: 40px 0;
    border-top: 1px solid #dfd2bf;
    text-align: center;
}

.review-wrapper>h2 {
    margin-bottom: 30px;
    text-align: left;
}

.grid-layout {
    -webkit-transition: all ease-out 0.6s;
    -moz-transition: all ease-out 0.6s;
    -o-transition: all ease-out 0.6s;
    transition: all ease-out 0.6s;
    margin-left: -10px;
    margin-right: -10px;
}

.grid-box {
    text-align: left;
    padding: 40px;
    background-color: #fff;
    font-family: 'Enriqueta';
    font-size: 16px;
    font-weight: normal;
    color: #504239;
}

.grid-box h6 {
    font-size: 27px;
    line-height: 27px;
    font-weight: bold;
    color: #504239;
    margin-bottom: 10px;
}

.grid-box em {
    font-family: 'Bebas Neue Pro';
    font-size: 18px;
    font-weight: normal;
    color: #908984;
    display: block;
    font-style: normal;
}

.review-box .title-handle {
    padding-right: 10px;
    margin-bottom: 16px;
}

#review-layout .b-by-b-item {
    width: 33.33%;
}

.grid-layout.no-grid .b-by-b-item {
    width: 100%!important;
}

.single-column .b-by-b-item {
    width: 100%!important;
}

.title-star {
    display: flex;
    justify-content: space-between;
    /*align-items: center;*/
}

.title-star .rating-stars {
    flex: 0 0 110px;
    max-width: 110px;
}

.rating-stars {
    display: inline-block;
    width: 110px;
    height: 19px;
    background: url(../images/stars-border.png) no-repeat 0 0;
    margin-top: -1px;
}

.rating-stars .stars {
    display: inline-block;
    width: 0;
    height: 19px;
    background: url(../images/stars.png) no-repeat 0 0;
}

.review-wrapper .viewMore {
    margin-top: 30px;
    display: inline-block;
    font-family: 'Enriqueta';
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    color: #b3292a;
    text-decoration: underline;
}

.propertypage-looking {
    margin-bottom:35px;
    padding-top: 25px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 25px;
}

a.available-rooms-link{
    text-decoration: underline;
    font-size: 35px;
}

select#property_list {
    font-size: 22px !important;
    padding: 5px 5px 1px!important;
    max-width: 360px;
    width: 100%;
}

.covid_19 {
    right: 87px;
}

nav.footer-nav.nav-wrapper {
    max-width: 1316px;
}

.ui-datepicker {
    z-index: 99999 !important;
}

.link_google { 
    position: absolute;
    text-indent: -9999px; 
    top: 27%; 
    right: 2.5%;
    width: 14%; 
    height: 8%; 
}

.link_apple {
    position: absolute;
    text-indent: -9999px;
    top: 38%;
    right: 2.5%;
    width: 14%;
    height: 8%; 
}

.app-download-container{
    position: relative;
    bottom: 30px;
    right: 0;
    margin-top: 20px;
    text-align: center;
}



.app-download-container img{
    max-width: 350px;
    /* max-width: 25%; */
    width:100%;
}

/* Smart app banner css for Android */

#smartbanner .sb-icon {
    background-repeat:  no-repeat !important;
    background-position: center center !important;
    background-size: 100% !important;
}
#smartbanner.android .sb-button span{
    background-color: #88b131 !important;
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#c0c77f),to(#959662)) !important;
    color: #fff;
}
#smartbanner.android .sb-button {
    border: 1px solid #717503 !important;
}

/* ...... Smart App Banner New Design Styles ..... */
.top-smartapp-banner{
    display: none;
    align-items: stretch;
    justify-content: space-around;
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    background: #bb3637;
    padding: 10px 10px 10px 15px;
    color: #fff;
    box-sizing: border-box;
    font-family: Arial, Helvetica, sans-serif;
}
.top-smartapp-banner .app-close{
    display: flex;
    align-items: center;
    margin: 0 10px 0 0;
    color: #a9a9ad;
}
.smartapp-logo{
    margin: 0 8px 0 0;
    width: 66px;
    height: 66px;
}
.smartapp-content{
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}
.smartapp-content h3{
    font-size: 13px;
    font-weight: bolder;
    margin: 0;
    font-family: Arial, Helvetica, sans-serif ;
    line-height: normal;
}
.smartapp-content p{
    color: #fff;
    font-size: 11px;
    margin:0 ;
    font-family: Arial, Helvetica, sans-serif;
    line-height: normal;
    font-weight: 700;
}
.smartapp-content span{
    line-height: normal;
}
.smartapp-content span img{
    height: 8px;
    width: 45px;
}
.smartapp-view{
    display: flex;
    align-items: center;
    text-decoration: none;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
}
.smartapp-view:hover{
    color: #fff;
}

/* Ends Smart app banner css for Android */


/*.review-wrapper .viewMore:hover{
color: #b3292a;
}
.fb-customerchat iframe{
max-height:0 !important;
} */


.sidebar-content.other-channels{
    padding-bottom: 10px;
}


.enquire-wrapper input[type='radio'],
.enquire-wrapper input[type='checkbox']{
    height: 18px;
    width: 18px;
    margin-bottom: 0;
}

.wpcf7-list-item.first.last{
    margin-left: 0;
}
p.form-txt{
    line-height: normal !important;
    padding-bottom: 20px;
    font-weight: bold;
}


.zoom-buttons{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    padding: 20px 0;
}
.zoom-buttons button{
    background: #838a46;
    color: #fff;
    font-family: 'Bebas Neue Pro';
    font-size: inherit;
    cursor: pointer;
    padding: 2px 10px;
    letter-spacing: 0.5px;
}
.zoom-image-wrapper{
    padding: 20px 0;
    text-align: center;
    max-width: 100vw;
    overflow: hidden;
}
#zoomMap{
    width: 800px;
}
#zoomMap:hover{
    
}
#review-layout{
    float: left;
}
#review-layout .single-column{
    float: left;
    width: 33.3333%;
    padding-left: 10px;
    padding-right: 10px;
    box-sizing: border-box;
}
#review-layout .single-column .reivew-box{
    padding: 25px;
    margin-top: 20px;
    /* margin-bottom: 20px; */
    box-sizing: border-box;
}


/* ---------29-12-2022-------------- */
.contact-dropdown {
    -webkit-appearance: auto!important;
}


/* ---------29-12-2022- end------------- */

.home-content-wrapper .main-content .page-title.centerText{
    max-width: 800px;
    width: 100%;
    margin: 0 auto;
}

.valentine-text {
    font-size: 21px;
    font-family: 'BebasNeuePro-Regular';
    padding-top: 1rem;
    /* text-align: center; */
}
.bnb-image-msg-wrap {
    align-items: flex-start;
}

.bnb-msg {
    padding: 0 0 17px 17px;
}

.form-container {
    padding-left: 140px;
    padding-right: 140px;
}

li.destinations:hover ul.sub-menu{
    display: flex !important;
    flex-direction: row;
    flex-wrap: wrap;
    /* display: flex !important;
    flex-direction: row;
    flex-wrap: wrap; */
    width: 490px;
}

li.destinations ul.sub-menu li{
    flex-basis: 33%;
    max-width: 33%;
}

.pick-rent {
    display: flex;
    flex-direction: column;
    align-items: center;
    /* padding-right: 30px; */
}

a.rent-home-btn {
    background-color: #b3bb6f;
    color: #504239 !important;
    display: block;
    text-decoration: none;
    font-weight: bold;
    font-size: 25px!important;
    line-height: 29px!important;
}

a.rent-home-btn.book-mob {
    font-size: 30px !important;
}

.propertypage-looking .app-download-container {
    margin-top: 35px;
}

.book-mob span{
    font-size: 22px;
}

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

.imgWrap a {
    flex-basis: 20%;
    max-width: 20%;
    /* border: 2px solid #c0c77f; */
    box-shadow: 0 6px 13px #5350502e;
    padding: 4px;
    transition: .4s all ease-in-out;
}

.imgWrap a:hover {
    border-color: #fff;
}

.imgWrap a > img{
    width: 100%;
    /* max-height: 138px; */
    height: 100%;
    object-fit: cover;
}

.rental-link{
    padding: 30px;
    text-align: center;
    width: 100%;
    font-family: 'BebasNeuePro-Regular';
    font-size: 27px;
}

.rental-link a {
    text-decoration: underline;
}

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

.avail-msg{
    font-size: 1.2rem;
    font-family: 'Bebas Neue Pro';
    color: #bc3738;
    padding-bottom: 5px;
    text-align: center;
}

a.btn-modal-advanceSearch {
    background: #bc3738;
    padding: 10px 15px;
    display: block;
    color: #FFF;
    text-decoration: none;
    margin-bottom: 20px;
}

.tab-panel h6{
    font-weight: bold;
    font-family: 'Enriqueta';
    font-size: 17px !important;
}

.custom-label-1 {
    width: 100%;
    position: relative;
    height: 42px;
    padding: 23px;
    background: #e1e4c5;
    font-family: 'Enriqueta';
}

.gm-style-iw-d div div div:nth-last-of-type(1) {
    width: 132px !important;
    height: initial !important;
    margin: 10px auto 0;
    overflow: auto !important;
}

.gm-style-iw-d div div {
    padding-bottom: 0 !important;
}

.eclispe-new-form .gm-style .gm-style-iw-c ,.eclispe-new-form .gm-style .gm-style-iw-d {
    max-height: unset !important;
}

.eclispe-new-form .gm-style .gm-style-iw-c {
    padding: 12px 15px 12px !important;
}

.gm-style-iw-d div div div:nth-last-of-type(1).amenity-list-wrapper{
    display:flex; 
    flex-direction: row; 
    flex-wrap: nowrap;
    justify-content:center;
    width:440px !important;
    margin:auto;
}

.amenity-list{
    padding:unset;
    max-width:380px !important;
    width:100%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}


/* link to us page styles starts */
.popup-Link-content h3 {
    /* color: #382d1f;
    font-size: 40px;
    padding-bottom: 30px;
    border-bottom: 1px solid #e9e8e8;
    font-weight: bold;
    text-align: center;
    font-family: 'Poppins'; */
    /* margin-bottom: 60px; */
    margin-bottom: 25px;
    color: #15202e;
    font-family: 'Enriqueta';
    font-size: 26px;
    font-weight: 500;
    line-height: 32px;
  }
  .Link-Item-Box {
    /* margin-top :60px; */
    border: 1px solid #e9e8e8;
    padding: 30px 25px 20px;
    border-radius: 10px;
    margin-bottom: 40px;
    position: relative;
  }
  .Link-image-wrap {
    display: flex;
    column-gap: 35px;
    align-items: center;
  }
  .Link-image-left {
    max-width: 233px;
    width: 100%;
  }
  .Link-url-desc h4 {
    font-size: 20px;
    font-family: 'Enriqueta';
    font-weight: 600;
    padding-bottom: 30px;
  }
  .Link-url-copy {
    display: flex;
    position: relative;
    align-items: center;
  }
  .Link-url-desc input[type=button] {
    background: url(../images/link-con-icon.png) #fff center center no-repeat;
    background-size: 17px;
    max-width: 55px;
    width: 100%;
    /* border: 1px solid #fcf5ec; */
    border: 1px solid #000000;
    height: 56px;
    border-radius: 10px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    /* border-right: 1px solid #fcf5ec; */
    border-right: 0;
    cursor: pointer;
  }
  .Link-url-desc input[type=text] {
    /* border: 1px solid #fcf5ec; */
    border: 1px solid #000000;
    height: 56px;
    /* background: #fcf5ec; */
    width: 60%;
    padding: 12px;
    color: #382d1f;
    font-size: 17px;
    /* font-weight: bold; */
    border-left: 0;
    border-radius: 10px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .copy-url-btn {
    position: absolute;
    right: -6px;
    max-width: 95px;
    width: 100%;
    height: 56px;
    color: #ffffff;
    font-weight: 500;
    font-size: 16px;
    font-family: 'Enriqueta';
    background: #e2474b;
    text-align: center;
    border: none;
    border-radius: 9px;
    /* bottom: -56px; */
    cursor: pointer;
  }
  .Link-desc-box {
    /* background: #fcf5ec; */
    border: 1px solid #000;
    margin-top: 20px;
    padding: 25px;
    /* margin-top: 80px; */
    margin-top: 20px;
    border-radius: 8px;
  }
  .Link-desc-box p {
    /* font-size: 14px; */
    font-size: 17px;
    line-height: 25px;
    font-family: 'Enriqueta';
    color: #382d1f;
    /* margin-bottom: 45px; */
  }

  .link-desc-btn-wrapper {
    display: flex;
    justify-content: flex-end;
  }


  .Link-desc-btn {
    width: auto;
    min-width: 165px;
    height: 45px;
    color: #ffffff;
    font-weight: 500;
    font-size: 16px;
    font-family: 'Enriqueta';
    background: #e2474b;
    text-align: center;
    border: none;
    border-radius: 9px;
    cursor: pointer;
    /* float: right; */
    margin-top: 15px;
    outline: none;
  }

  .Linkdwnlod-icon span{
    font-family: 'Enriqueta';
    font-weight: 600;
  }

  .popup-Link-close {
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer;
  }
  .Link-image-left {
    position: relative;
  }
  .Linkdwnlod-icon {
    /* position: absolute;
    top: -7px;
    right: 0; */
    display: flex;
    padding-top: 10px;
    cursor: pointer;
    column-gap: 10px;
    justify-content: center;
    align-items: center;
  }
  .download-link-image img {
    /* margin-top: 45px; */
    display: block;
    border-radius: 27px;
  }
  .Link-Item-Box-wrap {
    /* height: 395px; */
    /*overflow-y: auto; */
    /* height: 800px; */
    position: relative;
    padding-right: 40px;
  }

  .Link-Item-Box:not(:last-child)::after {
    content: "";
    border: 1px solid #000000;
    width: 100%;
    display: block;
    position: absolute;
    bottom: -20px;
    right: 0;
}
/* link to us page styles ends */


/* 13-10-2023 send me housepopup starts */
.sendme-house-popupoverlay {
    background: rgb(0,0,0,40%);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    /* display: none; */
    z-index: 10001;
    opacity: 0;
    transition: all .3s ease;
}

.sendme-house-popupoverlay.active {
    display: block;
    z-index: 999;
    opacity: 1;
}

.sendme-house-popup{
    position: absolute;
    top: 180px;
    z-index: 10002;
    margin: auto;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    max-width: 850px;
    transition: .3s ease all;
    display: flex;
    background: #fff;
    border-radius: 25px;
    overflow: hidden;
    font-family: 'Bebas Neue Pro';
}

.sendme-house-popup p{
    font-family: 'Bebas Neue Pro';
}

.sendme-house-popup-left,.sendme-house-popup-right{
    flex-basis: 50%;
}

.sendme-house-popup-left{
    background: url(../images/popup-sendhouse-bg.jpg) no-repeat 0 0;
    background-size: cover;
    width: 100%;
    /* height: 670px; */
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 47px;
    font-weight: bold;
    padding: 15px 40px;
    line-height: 50px;
    letter-spacing: 2px;
    word-spacing: 0.2em;
}

.sendme-house-popup-left span{
   font-size: 30px;
}

.sendme-house-popup-right{
    padding: 80px 30px 35px 30px;
}

.sendme-house-popup-right .form-group-flex{
    display: flex;
    gap: 8px;
}

.sendme-house-popup-right .form-group-flex .form-group{
    max-width: calc(50% - 4px);
    flex-basis: calc(50% - 4px);
}

.sendme-house-popup-right .form-group-flex .form-group.phone-number-group {
    max-width: calc(40% - 4px);
    flex-basis: calc(40% - 4px);
}

.sendme-house-popup-right .form-group-flex .form-group.email-group {
    max-width: calc(60% - 4px);
    flex-basis: calc(60% - 4px);
}

.sendme-house-popup-right h3{
    font-size: 47px;
    font-weight: bold;
    font-family: 'Bebas Neue Pro';
    padding-bottom: 30px;
}

.sendme-house-popup-right input[type='text'],
.sendme-house-popup-right input[type='email'],
.sendme-house-popup-right input[type='tel'],
.sendme-house-popup-right textarea,.sendme-house-popup-right select{
    background: #eff2f4;
    font-size: 22px;
    font-weight: bold;
    font-family: 'Bebas Neue Pro';
    padding: 5px 15px;
    border: none;
    outline: none;
    width: 100%;
    border-radius: 5px;
    color: #242b45;
    -webkit-appearance: none;
}

.sendme-house-popup-right select{
     background: #eff2f4 url(../images/down-dark.png) no-repeat 95% center;
}

.sendme-house-popup-right  span.wpcf7-not-valid-tip{
    position: relative;
    font-family: 'Bebas Neue Pro';
}

.sendme-house-popup-right p{
    color: #c13233;
    font-size: 22px;
    font-weight: 600;
    line-height: 24px;
    padding-bottom: 5px;
}

.sendme-house-popup-right input[type='text']::placeholder,
.sendme-house-popup-right input[type='email']::placeholder,
.sendme-house-popup-right input[type='tel']::placeholder,
.sendme-house-popup-right textarea::placeholder{
    color: #242b45;
}

.sendme-house-popup-right .form-group:not(:last-child){
    margin-bottom: 20px;
}

.sendme-house-popup-right input[type='text'],
.sendme-house-popup-right input[type='email'],.sendme-house-popup-right select,.sendme-house-popup-right input[type='tel']{
    height: 55px;
}

.sendme-house-popup-right textarea{
    height: 80px;
    display: block;
}

.sendme-house-popup-right input[type='button'],.sendme-house-popup-right input[type='submit']{
    padding: 5px 15px;
    border: none;
    outline: none;
    width: 100%;
    border-radius: 5px;
    color: #fff;
    background: #c13233;
    font-size: 23px;
    font-weight: bold;
    font-family: 'Bebas Neue Pro';
    margin-top: 0px;
}

.sendme-house-popup-close{
    width: 18px;
    height: 18px;
    background: url(../images/close.png) no-repeat 0 0;
    background-size: 100%;
    cursor: pointer;
    position: absolute;
    top:20px;
    right:20px;
}
/* 13-10-2023 send me housepopup ends */

.sendme-house-popup-right .wpcf7 form .wpcf7-response-output {
    margin: 0em 0.5em 0.3em;
}

.pickdates-btn{
    flex-grow: 1;
    justify-content: center;
    display: flex;
}

a.btn-modal-advanceSearch {
    background: #bc3738;
    padding: 10px 15px;
    display: block;
    color: #FFF;
    text-decoration: none;
    margin-bottom: 20px;
    max-width:max-content;
    }

   

    .pickdates-wrapper{
        margin-bottom:20px;
    }

   
    .hidden-only-md{
        display: none;
    }

    input.checkinDates {
        height: 1px;
        text-align: left;
        width: 100%;
        position: absolute;
    }

    input.checkoutDates {
        height: 1px;
        text-align: left;
        width: 100%;
        position: absolute;
    }

/** media queries **/

.page-content h3.creditcard-title,.agree-checkbox .wpcf7-list-item-label{
    color: #007bff;
}

.wpcf7-form-control.agree-checkbox {
    padding-left: 0px;
    padding-right: 0px;
}

.steak-night-main .wpcf7 form.sent .wpcf7-response-output {
    border-color: #007bff;
    font-size: 16px;
    line-height: 21px;
}


.steak-night-main input[type='text'], 
.steak-night-main input[type='email'],
.steak-night-main input[type='tel'],
.steak-night-main input[type='number'],
.steak-night-main textarea{
    padding: 1px 6px 4px 6px;
}


@media screen and (max-width: 1920px) {
    /* .footer .logo-wrapper {
    margin-left: 4px;
} */
    #dLabel {
        min-width: 178px;
    }
    #seleted-rows span {
        padding-top: 16px;
    }
}

@media screen and (max-width: 1700px) {
    #map .gmnoprint {
        top: 0;
        height: 40px;
        bottom: 0 !important;
        margin: auto 0 !important;
    }
    #map .gmnoprint.gm-bundled-control {
        bottom: -250px !important;
    }
    #map .gmnoprint.gm-style-cc {
        top: auto !important;
        bottom: 50px !important;
    }
    #map .gmnoprint .gm-svpc {
        top: -24px !important;
    }
    #map .gm-iv-address,
    #map .gm-iv-small-container {
        margin-top: 205px;
    }
    #map .gm-compass {
        top: -20px
    }
}

/* 13-10-2023 send me housepopup starts */
@media screen and (max-width: 1600px) {
    .sendme-house-popup-left{
        /* height: 476px; */
        font-size: 40px;
        font-weight: bold;
        padding: 15px 30px;
        line-height: 44px;
        letter-spacing: unset;
        word-spacing: 0.2em;
    }

    .sendme-house-popup-right{
        padding: 40px 20px 10px 20px;
    }

    .sendme-house-popup-right h3 {
        font-size: 40px;
        padding-bottom: 20px;
    }

    .sendme-house-popup-right p{
        font-size: 18px;
    }

    .sendme-house-popup-right input[type='text'], 
    .sendme-house-popup-right input[type='email'],
    .sendme-house-popup-right input[type='tel'],
    .sendme-house-popup-right textarea, .sendme-house-popup-right select {
        font-size: 18px;
     }

    .sendme-house-popup-right input[type='text'], 
    .sendme-house-popup-right input[type='email'],
    .sendme-house-popup-right input[type='tel'],
    .sendme-house-popup-right select{
        height:40px;
    }

     .sendme-house-popup-right input[type='button'],.sendme-house-popup-right input[type='submit']{
        font-size: 20px;
     }

     .sendme-house-popup-right textarea{
        height: 70px;
    }
}
/* 13-10-2023 send me housepopup ends */

@media screen and (max-width: 1400px) {
    .left-navbar,
    .right-navbar {
        margin: 20px;
    }
    /* .hero-section .logo-wrapper img {
    margin-left: -2px;
} */
    #menu-right-menu li:first-child a {
        padding-left: 17px;
    }
    .footer .menubar.left-navbar {
        margin: 3px 61px 0px 0px !important;
    }
    .menubar.left-navbar {
        /* margin: 7px 61px 0px -35px !important; */
        margin: 7px 35px 0px -35px !important;
    }
    .header.show-nav .menu-left-menu-container {
        max-width: 245px;
    }
    .header.show-nav .logo-wrapper,
    .header.sticky.show-nav .logo-wrapper,
    .logo-wrapper {
        flex: 0 0 200px;
        max-width: 200px;
    }
    .logo-wrapper {
        z-index: 2;
        position: relative;
    }
    .nav-wrapper {
        max-width: 990px;
    }
    .nav-wrapper li a {
        font-size: 20px;
        padding-right: 30px;
    }
    #menu-left-menu > li a {
        padding-right: 30px !important;
     }
    .nav-wrapper figure {
        background-size: 990px;
    }
    .socialIcon {
        width: 40px;
        height: 40px;
    }
    .box-content {
        margin-top: 15px;
    }
    .search-wrapper h2 {
        font-size: 22px;
        padding: 8px;
    }
    .property-details h3 {
        font-size: 20px;
    }
    .home-content-wrapper .main-content h2.page-title.no-found {
        font-size: 24px !important;
    }
    h2.page-title {
        padding: 48px 0 26px;
    }
    .property-details span {
        font-size: 12px;
    }
    .input-holder {
        font-size: 18px;
        height: 53px;
        padding: 0px 5px;
    }
    #dLabel {
        height: 53px !important;
        font-size: 20px;
    }
    .search-wrapper {
        bottom: -27px;
    }
    .price-box span {
        font-size: 19px;
    }
    .service-content h3 {
        font-size: 22px;
    }
    .socialIconWrapper ul li {
        margin-right: 5px;
    }
    #seleted-rows span {
        padding-top: 8px;
    }
    .footer-nav .right-navbar {
        margin-left: 30px;
    }
    .footer-nav.nav-wrapper li a {
        font-size: 17px;
        padding-right: 20px;
    }
    .footer .logo-wrapper {
        margin-left: -6px;
    }
    .footer-nav .left-navbar {
        margin-top: 24px !important;
        margin-right: 36px;
        margin-left: 0px;
    }
    .footer h3 {
        font-size: 20px;
    }
    .search-wrapper h2 {
        top: -38px;
    }
    #map .gm-iv-address,
    #map .gm-iv-small-container {
        margin-top: 180px;
    }
    .covid_19 {
        bottom: 0px;
        right: 50px;
    }
    .header.sticky.show-nav .socialIcon,
    .header.show-nav .socialIcon {
        width: 30px;
        height: 30px;
    }
    .fbIcon {
        background-size: 38px;
    }
    .header.sticky .fbIcon {
        background-size: 36px;
    }
    .instaIcon {
        background-size: 34px;
    }
    .header.sticky .instaIcon {
        background-size: 34px;
    }
    .header.sticky.show-nav .instaIcon,
    .header.show-nav .instaIcon {
        background-size: 22px;
    }
    .header.sticky.show-nav .fbIcon,
    .header.show-nav .fbIcon {
        background-size: 26px;
    }
    #menu-left-menu>li:hover>ul {
        top: 36px;
    }
    .web-nav {
        padding: 10px;
        top: 68px;
    }
    .socialIconWrapper ul {
        top: 68px;
    }
    .header.sticky .socialIcon {
        width: 38px;
        height: 38px;
    }
    .header.sticky .socialIconWrapper ul {
        top: 54px;
        right: 60px;
    }
    .header.sticky .web-nav {
        top: 56px;
        padding: 8px;
    }
    .header.sticky.show-nav .web-nav,
    .header.show-nav .web-nav {
        padding: 7px 6px;
    }
    .header.sticky.show-nav .socialIconWrapper ul {
        right: 55px;
        top: 71px;
    }
    .header.show-nav .socialIconWrapper ul {
        top: 115px;
    }
    .header.show-nav .socialIconWrapper ul,
    .header.sticky.show-nav .socialIconWrapper ul {
        right: 126px;
        top: 67px;
    }
    .header.sticky.show-nav .web-nav,
    .header.show-nav .web-nav {
        top: 48px;
    }
    .header.sticky {
        min-height: 116px;
    }
    .header.sticky.show-nav {
        min-height: 124px;
    }
    .covid_19 {
        bottom: 0px;
        right: 40px;
    }
    .footer-nav .nav-inner-wrapper {
        gap: 0 5px;
    }

    .valentine-text{
        font-size: 19px;
    }

    /* 13-10-2023 send me housepopup starts */
    .sendme-house-popup-right {
        padding: 30px 20px 0px 20px;
    }

    .sendme-house-popup-right .form-group:not(:last-child) {
        margin-bottom: 12px;
    }
    /* 13-10-2023 send me housepopup ends */
    
}

/* 13-10-2023 send me housepopup starts */
@media screen and (max-width: 1300px) {
    .sendme-house-popup-right h3 , .sendme-house-popup-left{
        font-size: 35px;
    }
    .sendme-house-popup-left{
        line-height: 42px;
    }
}
/* 13-10-2023 send me housepopup ends */



@media screen and (max-width: 1250px) {
    .image-gallery ul {
        justify-content: center;
    }
    /* .image-gallery li:nth-of-type(3n+3){
    margin-right: 0;
} */
    .image-gallery ul {
        justify-content: flex-start;
    }
    .image-gallery li:nth-of-type(4n+4) {
        margin-right: 12px;
    }
    .image-gallery li {
        max-width: 281px;
        width: 30.5%;
        /* width: 31%; */
    }
    /* .pick-rent {
        padding-right: 12px;
    } */
    .input-holder label,
    .dropdown,
    .input-holder input,
    .input-holder.search-holder input {
        font-size: 17px;
    }
    .input-holder.search-holder input {
        padding: 0 20px;
    }
    .search-wrapper input[type=text],
    .input-holder .dropdown {
        width: 80px;
    }
    .footer h3 {
        font-size: 20px;
    }
    .box-content {
        margin-top: 15px;
    }
    .search-wrapper h2 {
        font-size: 22px;
        padding: 8px;
    }
    .property-details h3 {
        font-size: 20px;
    }
    h2.page-title {
        font-size: 40px;
    }
    h2.page-title {
        padding: 48px 0 26px;
    }
    .property-details span {
        font-size: 12px;
    }
    .input-holder {
        font-size: 18px;
        height: 53px;
        padding: 0px 8px;
    }
    #dLabel {
        font-size: 18px !important;
    }
    #dLabel {
        height: 53px !important;
        font-size: 18px;
    }
    .search-wrapper {
        margin-top: -86px;
    }
    .price-box span {
        font-size: 19px;
    }
    .service-content h3 {
        font-size: 22px;
    }
    .footer-nav .right-navbar {
        margin-left: 32px;
    }
    .footer-nav.nav-wrapper li a {
        font-size: 15px;
        padding-right: 12px;
    }
    .footer .logo-wrapper {
        margin-left: 0;
    }
    .footer-nav .left-navbar {
        margin-right: 36px;
        margin-left: 0px;
    }
    .items-list li {
        flex: 0 1 158px;
    }
    .page-center {
        padding-left: 15px;
        padding-right: 15px;
    }
    .home-content-wrapper .page-center {
        padding-left: 0;
        padding-right: 0;
    }
    .booking-detals ul {
        padding-left: 6px;
    }
    .booking-detals ul:first-child {
        padding-left: 0;
    }
    .pdt-img {
        flex: 0 1 240px;
    }
    .content-row {
        justify-content: center;
    }
    .column {
        margin: 0 10px 36px;
    }
    .booking-detals li {
        margin-right: 11px;
    }
    .booking-detals li {
        font-size: 16px;
    }
    #propertyView {
        width: 80px;
    }
    #propertyType {
        width: 94px;
    }
    #priceTag {
        width: 90px;
    }
    #regionKey {
        width: 85px;
    }

   
}
@media screen and (max-width: 1190px) {
.Link-url-desc input[type=text] {
    width: 90%;
}

.copy-url-btn {
    height: 48px;
    position: unset;
    margin-left: 20px;
}
}

@media screen and (max-width: 1100px) {
    .pdt-title-wrapper {
        flex-flow: column;
        margin-bottom: 5px;
    }
    .pdt-title-wrapper .price {
        text-align: left;
        margin-top: 5px;
        font-size: 25px;
    }
    .pdt-aminitiese ul {
        flex-wrap: wrap;
    }
    .booking-detals li {
        margin-right: 8px;
    }
    .booking-detals ul {
        padding: 3px 9px;
    }
    .booking-detals li {
        font-size: 15px;
    }
    .booking-detals img {
        max-width: 25px;
    }
    .search-wrapper input[type=text] {
        width: 73px;
    }
    .input-holder label,
    .dropdown,
    .input-holder input {
        font-size: 15px;
    }
    .input-holder.search-holder input {
        padding: 0 15px;
    }
    #regionKey {
        width: 76px;
    }
    #priceTag {
        width: 82px;
    }
    #propertyType {
        width: 85px;
    }
    #propertyView {
        width: 74px;
    }
    .valentine-text{
        font-size: 16px;
    }
}

@media screen and (max-width: 1024px) {
    .web-nav {
        display: flex;
    }
    a.btn-modal-advanceSearch.book-mob {
        font-size: 30px !important;
    }
    .header .left-navbar,
    .header .right-navbar .main-nav,
    .header .menu-right-menu-container {
        display: none !important;
    }
    .web-nav {
        display: none !important;
    }
    .right-navbar .mob-nav {
        display: block;
        position: absolute;
        right: 15px;
        top: 30px;
        z-index: 2000;
        -webkit-transition: all 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
        -moz-transition: all 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
        transition: all 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
    }
    .header.sticky {
        border: 0;
    }
    .nav-wrapper {
        max-width: 100%;
    }
    .nav-inner-wrapper {
        justify-content: space-between;
    }
    .header .nav-wrapper figure {
        background-size: cover;
    }
    img.nav-bg {
        max-width: 100%;
        visibility: hidden;
        height: 130px
    }
    .right-sidebar {
        flex: 0 1 300px;
    }
    .booking-detals .flex {
        justify-content: center;
        flex-wrap: wrap;
        min-height: 25px;
    }
    .contact-address {
        padding: 40px 30px;
    }
    .contact-address h2 {
        font-size: 24px;
        line-height: 30px;
    }
    .contact-address p {
        font-size: 14px;
        line-height: 20px;
    }
    .contact-address ul {
        margin: 28px 0 0;
    }
    .contact-address li {
        font-size: 14px;
        margin: 0 0 25px 0;
    }
    .contact-address li strong {
        font-size: 15px;
    }
    .contact-address li a {
        font-size: 14px;
    }
    .contact-form {
        padding: 40px 30px;
    }
    .contact-form .title-holder {
        margin-bottom: 38px;
    }
    .contact-form .title-holder h2 {
        font-size: 24px;
        line-height: 30px;
    }
    .contact-form .title-holder p {
        font-size: 14px;
        line-height: 20px;
    }
    .contact-form .title-holder:after {
        bottom: -15px;
    }
    .gallery-slider .slick-prev {
        left: 3px;
    }
    .gallery-slider .slick-next {
        right: 19px;
    }
    .booking-detals img {
        max-width: 100%;
    }
    .booking-detals li {
        font-size: 18px !important;
    }
    .socialIcon {
        width: 36px;
        height: 36px;
    }
    .socialIconWrapper.socialMob ul {
        display: block;
    }
    .header .logo-wrapper {
        flex: 0 0 145px;
        max-width: 145px;
    }
    .items-list li img {
        max-width: 26px !important;
    }
    .footer-nav .left-navbar {
        width: initial;
    }
    .footer-nav.nav-wrapper li a {
        font-size: 15px;
        padding-right: 28px;
    }
    .half_div {
        width: 100%;
    }
    .rides_drives h2.page-title {
        padding: 0 0 34px 0;
    }
    .schreiner_state_text {
        width: 100%;
    }
    .schreiner_state_img {
        width: 100%;
        padding-top: 10px;
        padding-right: 0px;
        padding-bottom: 10px;
    }
    .frio_river_img {
        width: 50%;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .frio_river_text {
        width: 100%;
        padding-right: 0px;
    }
    .garner_park_img {
        padding-right: 0px;
        width: 50%;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .garner_park_text {
        width: 100%;
    }
    .natural_parkarea_img {
        width: 100%;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .natural_parkarea_text {
        width: 100%;
        padding-right: 0px;
    }
    .frio_river,
    .garner_park {
        float: initial;
    }
    .garner_park_img img {
        max-height: 229px;
        margin-left: 40px;
    }
    .frio_river_img img {
        max-height: 229px;
    }
    .schreiner_state_img img {
        margin: auto;
        display: block;
    }
    .left-navbar,
    .right-navbar {
        margin: 0;
    }
    .footer .menubar.left-navbar {
        margin-right: 20px !important;
    }
    .footer-nav .menubar.right-navbar {
        margin-left: 20px;
    }
    .menubar.right-navbar,
    .menubar.left-navbar {
        margin-top: 24px !important;
    }
    ul.sub-menu li a::after {
        top: 12px
    }
    .menubar li>ul {
        position: relative !important;
        top: 0;
        left: 0;
        flex-direction: column;
        width: 100%;
        left: 0;
        text-align: left;
        padding: 0;
        display: none;
        -webkit-transition: .3s ease-in-out;
        -moz-transition: .3s ease-in-out;
        -o-transition: .3s ease-in-out;
        transition: .3s ease-in-out;
    }
    .menubar .sub-menu li:hover>ul {
        display: block;
    }
    .menubar li:hover>ul li:hover {
        background-color: inherit;
    }
    .menubar li:hover>ul {
        background-color: inherit;
    }
    .mob-nav-responsive-container>ul {
        padding: 20px !important;
    }
    .mob-nav-responsive-container li {
        margin: 0;
        border-bottom: 2px solid #b3292a;
        position: relative;
        cursor: pointer;
        padding: 5px 0;
    }
    .mob-nav-responsive-container li ul {
        display: none;
    }
    .mob-nav-responsive-container li a {
        display: inline-block;
        width: 100%;
    }
    .mob-nav-responsive-container li li a {
        display: block;
        position: relative;
        z-index: 2;
    }
    .mob-nav-responsive-container li.menu-item-has-children {
        padding-bottom: 0;
    }
    #menu-mobile-menu>li.menu-item-has-children ul ul {
        display: block !important;
    }
    #menu-mobile-menu>li.menu-item-has-children>ul {
        padding-left: 0;
        padding-right: 0;
    }
    #menu-mobile-menu>li.menu-item-has-children>ul>li {
        background-color: #b3bb6f;
    }
    #menu-mobile-menu>li.menu-item-has-children>ul>li>a {
        color: #3e3227;
    }
    #menu-mobile-menu>li.menu-item-has-children:after {
        content: "";
        position: absolute;
        left: inherit;
        right: 20px;
        top: 17px;
        width: 0;
        height: 0;
        border-top: 7px solid transparent;
        border-bottom: 7px solid transparent;
        border-left: 7px solid #fff;
        -webkit-transition: .3s ease-in-out;
        -moz-transition: .3s ease-in-out;
        -o-transition: .3s ease-in-out;
        transition: .3s ease-in-out;
    }
    #menu-mobile-menu>li.menu-item-has-children.sub-menu-open:after {
        transform: rotate(90deg);
    }
    #menu-mobile-menu>li.menu-item-has-children>a {
        margin-bottom: 6px !important;
        display: inline-block;
    }
    .menubar li li a {
        font-size: 18px;
        line-height: 22px;
    }
    .menubar .sub-menu ul {
        background-color: #3e3227;
        position: relative !important;
        top: 0;
        left: 0;
        flex-direction: column;
        width: 100%;
        left: 0;
        text-align: left;
        padding: 0;
        display: none;
        -webkit-transition: .3s ease-in-out;
        -moz-transition: .3s ease-in-out;
        -o-transition: .3s ease-in-out;
        transition: .3s ease-in-out;
    }
    .menubar .sub-menu li li {
        flex: 100% !important;
        max-width: 100% !important;
        width: 100%;
        background-color: #3e3227;
        margin: 0;
    }
    .menubar .sub-menu li {
        margin: 0 !important;
        padding: 0!important;
    }
    .menubar .sub-menu ul li {
        background-color: #3e3227;
    }
    .menubar .sub-menu ul li a {
        padding: 5px 20px!important;
    }
    .menubar .sub-menu>li>a {
        padding: 5px 25px;
    }
    .menubar .sub-menu>li>a:after {
        left: 11px;
    }
    .menubar .sub-menu li>ul>li>a:after {
        left: 0;
    }
    .menubar .sub-menu ul li {
        padding: 0 20px !important;
    }
    .grecaptcha-badge {
        display: none !important;
    }
    .header.sticky .instaIcon,
    .instaIcon {
        background-size: 30px;
    }
    .header.sticky .fbIcon,
    .fbIcon {
        background-size: 34px;
    }
    .covid_19 {
        right: 10px;
    }
    .header.sticky .socialIcon,
    .socialIcon {
        width: 34px;
        height: 34px;
    }
    .header .logo-wrapper img {
        margin-right: 0;
    }
    .header .logo-wrapper {
        position: absolute;
        top: 0;
        left: 0;
        flex: 0 0 140px;
        padding-left: 15px;
        -webkit-transition: .3s ease-in-out;
        -moz-transition: .3s ease-in-out;
        -o-transition: .3s ease-in-out;
        transition: .3s ease-in-out;
    }
    .menu-open .header .logo-wrapper,
    .header.sticky .logo-wrapper {
        padding-top: 37px;
    }
    .covid_19 {
        right: 77px;
        bottom: -83px;
    }
    .menu-open .right-navbar .mob-nav,
    .header.sticky .right-navbar .mob-nav {
        top: 46px;
    }
    .socialIconWrapper ul {
        right: 80px;
        top: 66px;
    }
    .menu-open .socialIconWrapper ul,
    .header.sticky .socialIconWrapper ul {
        top: 83px;
        right: 140px;
    }
    #menu-mobile-menu li ul {
        display: block;
        position: relative !important;
        z-index: 2;
    }
    #menu-mobile-menu .sub-menu ul {
        display: block !important;
    }
    #menu-mobile-menu>li>ul,
    #menu-mobile-menu>li:hover>ul {
        display: none !important;
    }
    #menu-mobile-menu li.sub-menu-open ul {
        display: block !important;
    }
    .btn-modal-advanceSearch {
        font-size: 37px !important;
    }
    #review-layout .b-by-b-item {
        width: 50%;
    }
    .phone-div {
        left:250px;
    }

    #review-layout .single-column{
        width: 50%;
    }

    .footer .logo-wrapper {
        flex: 0 0 135px;
        max-width: 135px;
    }

}
@media screen and (max-width:990px) {
    .Link-desc-box {
        margin-bottom: 20px;
    }
}

@media screen and (max-width:900px) {
    .app-download-container{
        bottom: 0;
        margin: 0 0 30px;
    }

    /* .app-download-container img{
        max-width: 50%;
    } */

    .app-download-container .flex{
        justify-content: center;
    }
    .home-content-wrapper .main-content .page-title.centerText{
        max-width:84%;
    }

    .gm-style .gm-style-iw-c {
        padding: 4px 20px 4px !important;
    }

    .eclispe-new-form .gm-style .gm-style-iw-c{
        max-width: 350px !important;
        padding: 4px 8px 4px !important;
    }

    .gm-style-iw-d div div div:nth-last-of-type(1).amenity-list-wrapper{
        width:330px !important;
    }
    
    .amenity-list{
        max-width:210px !important;
        grid-template-columns: repeat(2, 1fr);
    }
   
    .gm-style .gm-style-iw-c  h2{
        font-size: 17px !important; 
    }

    .gm-style .gm-style-iw-c  h2.property-title  {
        /* font-size: 23px !important; */
        font-size: 28px !important;
    } 
    
    .gm-style .gm-style-iw-c h3  {
        font-size: 18px !important;
    }

    /* link to us style starts  */

    .popup-Link-content h3 {
        font-size: 35px;
        margin-bottom: 50px;
    }

    .Link-image-wrap {
        flex-direction: column-reverse;
    }

   
     /* link to us style ends  */

     /* 13-10-2023 send me housepopup starts */
    .sendme-house-popup{
        max-width: 94%;
        top: 260px;
    }
    /* 13-10-2023 send me housepopup ends */


    .pick-rent ,
      .product-description .property-type,
      .pickdates-btn {
        display: none !important;
      }

}


@media screen and (max-width:640px){
    .Link-url-desc input[type=text] {
        padding: 6px;
        font-size: 13px;
        border-radius: 7px;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }

    .Link-url-desc h4 {
        font-size: 17px;
        padding-bottom: 16px;
    }

    .popup-Link-content h3 {
        font-size: 22px;
        line-height: 32px;
        margin-bottom: 0;
        padding-bottom: 20px;
    }

    .Link-Item-Box-wrap {
        padding-right: 0px;
    }

    .Link-Item-Box {
        padding: 25px 15px 20px;
    }

    .Link-image-left {
        max-width: 100%;
    }

    .Link-url-desc h4 {
        font-size: 17px;
        padding-bottom: 16px;
    }

    .Link-url-desc input[type=button] {
        background-size: 15px;
        max-width: 40px;
    }

    .copy-url-btn {
        max-width: 85px;
        font-size: 13px;
        border-radius: 9px
    }

    .Link-desc-box {
        padding: 15px;
    }

    .Link-desc-box p {
        font-size: 13px;
    }

    .Link-desc-btn {
        font-size: 13px;
        height: 40px;
        font-size: 13px;
    }

    .pickdates-wrapper{
        flex-direction:column;
    }
    
    .pickdates-btn{
        justify-content: flex-start;
    }

    .steak-night-main input[type='text'],
    .steak-night-main input[type='email'],.steak-night-main input[type='tel'],.steak-night-main textarea{
        max-width: 100%;
        width: 100%;
    }
   
    .steak-night-main{
        max-width: 100%;
    }

    
}
  /* 13-10-2023 send me housepopup starts */
@media screen and (max-width:600px) {

  
    .sendme-house-popup-left{
        padding: 115px 30px 40px;
        background-position: center 16%;
    }
    .sendme-house-popup{
        position: absolute;
        flex-direction: column;
        /* top: 100px; */
        transform: translateX(-50%);
    }
    .sendme-house-popup-close{
        filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(1%) hue-rotate(207deg) brightness(102%) contrast(102%);
    }

    .sendme-house-popup-right input[type='text'], .sendme-house-popup-right input[type='email'], .sendme-house-popup-right textarea, .sendme-house-popup-right select ,.sendme-house-popup-right input[type='tel']{
        font-size: 20px;
    }

    .sendme-house-popup-right p{
        font-size: 20px;
    }

    .sendme-house-popup-right input[type='text'], .sendme-house-popup-right input[type='email'], .sendme-house-popup-right select,.sendme-house-popup-right input[type='tel'] {
        height: 48px;
    }

    .sendme-house-popup-right input[type='button'], .sendme-house-popup-right input[type='submit'] {
        font-size: 22px;
    }
  
}
  /* 13-10-2023 send me housepopup ends */


 /* 13-10-2023 send me housepopup starts */
@media screen and (max-width: 480px){
    /* .app-download-container img{
        max-width: 85%;
    } */
    /* .app-download-container.property-app img{
        max-width: 94%;
    } */
    .sendme-house-popup-left {
        padding: 90px 20px 40px;
    }
    .sendme-house-popup-right h3, .sendme-house-popup-left {
        font-size: 30px;
    }

    .sendme-house-popup-left {
        line-height: 35px;
    }

    .sendme-house-popup-right {
        padding: 30px 20px 0px 20px;
    }

   

    .sendme-house-popup-close {
        width: 13px;
        height: 13px;
        top: 12px;
        right: 16px;
    }
}
 /* 13-10-2023 send me housepopup ends */
@media screen and (max-width:380px) {
.eclispe-new-form .gm-style .gm-style-iw-c{
    max-width: 320px !important;
    padding: 4px 6px 4px !important;
}

.gm-style-iw-d div div div:nth-last-of-type(1).amenity-list-wrapper{
    width:290px !important;
}

.amenity-list{
    max-width:250px !important;
    grid-template-columns: repeat(2, 1fr);
}
}

@media only screen and (min-width: 901px) and (max-width: 1023px) {
    .footer-nav.nav-wrapper li a {
        font-size: 14px;
        padding-right: 10px;
    }
    .footer .logo-wrapper {
        margin-left: 0px;
    }
    .page-content h2 {
        font-size: 28px;
        line-height: 32px;
        margin-bottom: 0;
    }
    .calender-wrapper h2 {
        margin-bottom: 0px;
    }
    .input-holder label,
    .input-holder .dropdown,
    .input-holder input {
        font-size: 14px;
    }
    .input-holder .dropdown {
        padding: 6px 10px 6px 2px;
    }
    #regionKey {
        width: 62px;
    }
    #priceTag {
        width: 67px;
    }
    #propertyType {
        width: 72px;
    }
    #propertyView {
        width: 60px;
    }
    .input-holder.search-holder input {
        font-size: 15px;
    }
}

@media screen and (max-width: 930px) {
    .footer .logo-wrapper {
        margin-left: 0;
    }
    .pagination a,
    .pagination span {
        padding: 14px 20px;
    }
}

@media only screen and (min-width: 230px) and (max-width: 330px) {
    #dLabel {
        padding: 0px 44px 10px 15px;
    }
    #seleted-rows {
        justify-content: center !important;
    }
    #seleted-rows span {
        padding-left: 3px;
    }
    #seleted-rows span:nth-of-type(2) {
        padding-right: 9px;
    }
    #dLabel {
        width: 40% !important;
    }
    #dLabel .caret {
        right: -14px !important;
    }
}

@media only screen and (min-width: 331px) and (max-width: 480px) {
    #seleted-rows {
        justify-content: center !important;
    }
    #seleted-rows span {
        padding-left: 3px;
    }
    #seleted-rows span:nth-of-type(2) {
        padding-right: 21px;
    }
    #dLabel {
        text-indent: -9999px;
        line-height: 0;
        /* Collapse the original line */
    }
    #dLabel::after {
        content: "MORE:";
        text-indent: 0;
        display: block;
        line-height: initial;
        /* New content takes up original line height */
    }
    #dLabel .caret {
        right: -12px;
    }
    .input-holder {
        width: 47%;
    }
}

@media screen and (max-width: 900px) {
    .right-navbar .mob-nav {
        top: 40px;
    }
    .menu-open .right-navbar .mob-nav,
    .header.sticky .right-navbar .mob-nav {
        top: 60px;
        padding: 7px 5px;
    }
    .covid_19 {
        bottom: -95px;
    }
    .mob-nav-responsive-container ul {
        top: 110px;
    }
    .input-holder {
        min-height: 62px;
        display: block;
    }
    .search-inputs.flex {
        display: -webkit-flex;
        flex-flow: wrap;
    }
    .input-holder {
        display: flex;
        width: 48%;
        margin: 0;
        padding: 0 15px;
        justify-content: center;
        min-height: 49px;
        margin-bottom: 12px;
        margin: 0 4px 12px 4px;
    }
    .search-holder a {
        color: #f60732;
        font-size: 15px;
        position: absolute;
        top: -30px;
        right: 0;
    }
    /* .search-holder a.clearSearch {
        top: unset;
    } */
    .search-property-num-box { 
        margin-top: -20px;
    }
    .search-inputs .input-holder:nth-of-type(1) {
        -webkit-order: 1;
        order: 1;
    }
    .search-inputs .input-holder:nth-of-type(2) {
        -webkit-order: 4;
        order: 4;
    }
    .search-inputs .input-holder:nth-of-type(3) {
        -webkit-order: 2;
        order: 2;
    }
    .search-inputs .input-holder:nth-of-type(4) {
        -webkit-order: 3;
        order: 3;
        /* margin-bottom: 35px; */
    }
    .search-inputs .input-holder:nth-of-type(5) {
        -webkit-order: 7;
        order: 7;
    }
    .search-inputs .input-holder:nth-of-type(6) {
        -webkit-order: 5;
        order: 5;
    }
    .search-inputs .input-holder:nth-of-type(7) {
        -webkit-order: 6;
        order: 6;
    }
    .search-inputs .input-holder:nth-of-type(8) {
        -webkit-order: 8;
        order: 8;
    }
    .search-inputs .input-holder:nth-of-type(9) {
        -webkit-order: 9;
        order: 9;
    }
    .search-inputs .input-holder:nth-last-of-type(1) {
        background: transparent;
        width: fit-content;
        margin-top: 5px;
        margin-bottom: 0px;
    }
    .search-inputs input.datepicker {
        width: 145% !important;
        text-align: left;
        padding-left: 0px !important;
    }
    .search-content {
        padding-top: 50px;
    }
    .input-holder label,
    .input-holder .dropdown,
    .input-holder input {
        font-size: 16px !important;
        width: 122px !important;
    }
    .input-holder label {
        text-align: right;
    }
    .input-holder label,
    .dropdown,
    .input-holder input {
        padding: 6px 14px 6px 10px;
    }
    .input-holder input {
        padding-left: 0 !important;
    }
    .input-holderinput[type=checkbox] {
        margin-right: 0 !important;
    }
    .input-holder label[for="checkpetfriendly"] {
        padding-right: 110px;
        width: 172px !important;
    }
    #checkpetfriendly {
        width: auto!important;
        left: -69px;
        position: relative;
    }
    .box-wrapper h2 {
        top: 36px;
    }
    .search-wrapper h2 {
        max-width: 215px;
        font-size: 23px;
        padding: 10px;
    }
    ul.dropdown-menu {
        width: 100% !important;
        position: relative;
    }
    .search-inputs .dropdown:nth-of-type(5) {
        padding: 0;
        width: 100%;
    }
    .search-wrapper input[type=text],
    .input-holder .dropdown {
        width: 82%;
    }
    .service-wrapper {
        padding-top: 0;
    }
    .service-wrapper .content-row.flex {
        display: block;
    }
    .service-wrapper .column {
        padding-bottom: 22px;
    }
    .service-wrapper .page-center {
        max-width: 309px;
    }
    .box-wrapper:before {
        top: 30px;
        height: 8%;
    }
    .featured-properties .content-row {
        padding-top: 43px;
    }
    .box-wrapper {
        background-size: contain;
    }
    h2.page-title {
        padding: 38px 0 30px;
        font-size: 30px;
    }
    .column {
        flex: 0 0 330px;
    }
    .banner-section img {
        height: 510px;
    }
    .service-wrapper figure {
        width: 96px;
        height: 96px;
    }
    .service-wrapper img {
        max-width: 40px;
    }
    /** footer Responsive **/
    .footer-nav.nav-wrapper li a {
        padding: 0;
        text-align: center;
    }
    .footer-nav .left-navbar ul li a {
        padding: 0;
    }
    .header .nav-inner-wrapper {
        flex-flow: row;
    }
    .header .menubar ul {
        flex-flow: column;
    }
    .header .logo-wrapper {
        padding-left: 15px;
    }
    .nav-inner-wrapper,
    .menubar ul {
        flex-flow: column;
    }
    .copyright.hide,
    .logo-wrapper.hide {
        display: none;
    }
    .logo-wrapper {
        padding: 0;
    }
    .copyright.responsive-div,
    .logo-wrapper.responsive-div {
        display: block;
    }
    .left-navbar,
    .right-navbar,
    .footer-nav .right-navbar,
    .footer-nav .left-navbar {
        margin: 0;
    }
    .nav-inner-wrapper {
        padding: 0;
    }
    .footer-nav .right-navbar .copyright {
        left: 0;
    }
    .footer-nav .nav-inner-wrapper::after {
        height: 0;
    }
    .footer-nav ul {
        margin-top: 0;
    }
    .copyright,
    .copyright a {
        padding-top: 14px;
        padding-right: 0;
    }
    footer ul li {
        padding: 15px;
    }
    footer .logo-wrapper img {
        max-width: 100%;
        padding: 0;
    }
    .product-details-wrapper {
        flex-flow: column;
    }
    .product-description,
    .right-sidebar {
        flex: 1;
    }
    .product-description {
        padding-right: 0;
    }
    .items-list li {
        flex: 0 1 24%;
    }
    .inner-banner,
    .inner-banner .img-slide {
        min-height: 380px;
    }
    .inner-banner .banner-content {
        bottom: 30px;
    }
    .inner-banner .slick-dots {
        bottom: 90px;
    }
    .booking-detals {
        padding: 15px 0;
    }
    .product-list-wrapper {
        flex-flow: column;
    }
    .product-listing {
        padding-right: 0;
    }
    .contact-wrapper {
        flex-flow: column;
    }
    .contact-wrapper .contact-address,
    .contact-wrapper .contact-form {
        padding: 30px 20px 40px;
    }
    .contact-wrapper .contact-address h2,
    .contact-wrapper .contact-form .title-holder h2 {
        font-size: 20px;
    }
    .gallery-slider .slick-slide img {
        max-height: 155px;
    }
    #dLabel {
        text-align: left;
        padding: 0 37px 0 30px;
    }
    #seleted-rows {
        padding: 0px;
        justify-content: flex-start;
    }
    #seleted-rows span {
        display: flex;
        padding-left: 6px;
    }
    .menubar.right-navbar,
    .menubar.left-navbar {
        margin-top: 0 !important;
    }
    .footer .menubar.left-navbar,
    .footer-nav .menubar.right-navbar {
        margin: 0 !important;
        padding-right: 0;
        padding-left: 0;
    }
    .footer .logo-wrapper {
        margin-top: -40px!important;
        max-height: 175px;
    }
    .footer-nav .logo-wrapper img {
        margin: 0!important;
    }
    footer ul li {
        padding: 0 0 15px 0;
    }
    .search-wrapper {
        position: relative;
        margin-top: -10px;
    }
    .search-wrapper {
        bottom: 0;
    }
    .advanced-search {
        padding-top: 50px;
    }
    .image-gallery h2 {
        margin-bottom: 20px;
    }
    .input-holder label,
    .input-holder .dropdown,
    .input-holder input {
        font-size: 17px !important;
        width: 122px !important;
    }
    /*
#regionKey {
    width: 122px;
}
#priceTag {
    width: 122px;
}
#propertyType {
    width: 122px;
}
#propertyView {
    width: 122px;
}
#arrival_date{
    width: 122px;
}
#departure_date{
    width: 122px;
} */
    #map .gmnoprint,
    #map .gmnoprint.gm-bundled-control {
        top: auto !important;
        height: auto!important;
        bottom: 70px!important;
        margin: 0 !important;
    }
    #map .gmnoprint .gm-svpc {
        top: -31px !important;
    }
    #map .gmnoprint div {
        font-size: 15px !important;
    }
    .input-holder.search-holder input {
        padding: 0 35px !important;
        font-size: 22px !important;
        width: auto !important;
        display: inline-block;
        text-align: center;
        line-height: 38px;
        height: 50px;
        width: 155px !important;
    }
    .input-holder.search-holder {
        margin-top: 40px;
    }
    .about-wrap .contact-form article,
    .about-wrap .contact-form p {
        font-size: 15px;
        line-height: 23px;
    }

    .hidden-xs{
        display: none;
    }

    .sidebar-content.other-channels.other-channels-xs ul li{
        width: 25%;
        background: none;
        padding: 0 0 0px 0px;
    }

    .sidebar-content.other-channels.other-channels-xs ul{
        display: flex;
        gap: 6px;
    }

    .hidden-only-md{
        display: block;
    }

    .other-details-mob,.instant-quote-mob,.advanced-search-mob{
        margin-top: 20px;
    }
    .blog-flex{
        display: flex;
        flex-wrap: wrap;
        gap: 15px;
    }

    .sidebar-content {
        padding-bottom: 0px;
    }

    figure.book-now-fig{
        text-align: center;
        
        margin: auto;
    }

    figure.book-now-fig .btn-modal-advanceSearch{
        font-family: 'Bebas Neue Pro';
        font-size: 26px !important;
        font-weight: bold;
        color: #bc3738 !important;
        padding: 0 !important;
    }

    figure.book-now-fig img{
        width:80px;
    }

    figure.book-now-fig figcaption{
        margin-top: 4px;
    }
}

@media screen and (max-width: 768px) {
    .items-list li {
        flex: 0 1 23%;
    }
    .box-wrapper h2 {
        top: 34px;
    }
    .banner-content-left h1,
    .banner-content-left h2 {
        font-size: 26px;
        line-height: 30px;
    }
    .banner-content-left span {
        font-size: 16px;
        line-height: 20px;
    }
    .btn-price,
    .btn-price strong {
        font-size: 18px;
    }
    .pagination a,
    .pagination span {
        padding: 14px 15px;
        font-size: 21px;
        font-weight: 900;
    }
    .booking-detals ul {
        padding-left: 0;
        border: 0;
        /*border-bottom: 1px solid #ccc !important;*/
        margin-bottom: 7px;
    }
    /*.booking-detals ul:last-child {
    border-bottom: 0 !important;
    margin-bottom: 0;
    }
    */
    .page-content {
        padding: 40px 0 60px;
    }
    .page-content h2 {
        font-size: 28px;
        line-height: 32px;
        margin-bottom: 0;
    }
    .page-content h3 {
        font-size: 24px;
        line-height: 30px;
        margin-bottom: 15px;
        margin-top: 10px;
    }



    .page-content h4 {
        font-size: 20px;
        line-height: 24px;
        margin-bottom: 12px;
    }
    .page-content h5 {
        font-size: 21px;
        line-height: 27px;
        margin-bottom: 10px;
    }
    .page-content h6 {
        font-size: 15px;
        line-height: 19px;
        margin-bottom: 7px;
    }
    .product-description .property-type {
        font-size: 16px;
    }
    .desc-content article,
    .desc-content p {
        font-size: 15px;
        line-height: 26px;
    }
    .desc-content {
        padding: 12px 0;
    }
    .items-list li {
        flex: 0 1 23.5%;
    }
    .pdt-list {
        flex-flow: column;
    }
    .pdt-content {
        padding: 20px 20px 0;
    }
    .pdt-title-wrapper {
        padding: 0;
        margin: 0;
    }
    .pdt-content article,
    .pdt-content article p {
        font-size: 16px;
        line-height: 20px;
    }
    .pdt-title-wrapper .title,
    .pdt-title-wrapper .price,
    .pdt-content article {
        padding: 0 10px 5px;
        margin-bottom: 5px;
        text-align: center !important;
    }
    .pdt-title-wrapper .title {
        padding-bottom: 10px;
    }
    .contact-map {
        margin-top: -160px;
    }
    .contact-map iframe {
        height: 360px;
    }
    .booking-detals .page-center {
        flex-flow: row;
    }
    .desc-content .items-list {
        padding-top: 5px;
    }
    .calender-wrapper {
        padding-top: 12px;
    }
    .items-list li figcaption {
        font-size: 14px;
    }
    .half_div {
        width: 100%;
    }
    .rides_drives h2.page-title {
        padding: 0 0 34px 0;
    }
    .schreiner_state_text {
        width: 100%;
    }
    .schreiner_state_img {
        width: 100%;
        padding-top: 10px;
        padding-right: 0px;
        padding-bottom: 10px;
    }
    .frio_river_img {
        width: 100%;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .frio_river_text {
        width: 100%;
        padding-right: 0px;
    }
    .garner_park_img {
        padding-right: 0px;
        width: 100%;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .garner_park_text {
        width: 100%;
    }
    .natural_parkarea_img {
        width: 100%;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .natural_parkarea_text {
        width: 100%;
        padding-right: 0px;
    }
    .garner_park_img img {
        max-height: fit-content;
        margin-left: 0px;
    }
    .frio_river_img img {
        max-height: fit-content;
    }
    .schreiner_state_img img {
        margin: auto;
        display: block;
    }
    .modal-popup {
        top: 0;
    }
    .btn-close {
        right: 20px;
    }
    .input-holder {
        width: 31%;
    }
    input#checkpetfriendly {
        margin-right: -7px !important;
    }
    .search-inputs .input-holder:nth-last-of-type(1) {
        margin-top: 20px;
    }
    .advanced-search {
        padding-top: 20px;
    }
    #review-layout .b-by-b-item {
        width: 100% !important;
    }
    .grid-box h6 {
        font-size: 24px !important;
    }
    .review-titleflex {
        justify-content: space-between;
    }
    button.btn-modal-review {
        position: relative !important;
        margin: inherit!important;
    }
    .review-wrapper .grid-layout {
        margin: 0!important;
    }
    .socialIconWrapper ul {
        right: 128px;
        top: 66px;
    }
    .covid_19 {
        right: 71px;
        bottom: -83px;
    }
    .zoom-buttons{
        display: none;
    }
    .top-smartapp-banner{
        display: flex;
    }
    #review-layout .single-column{
        width: 100%;
    }
    /* -----29-12-2022------------- */
    .contact-wrapper {
        flex-flow: column-reverse;
    }

    .contact-dropdown {
        -webkit-appearance: none!important;
        background: url(../images/dropdown_icon-blck.png) no-repeat right 13px center, #e1e4c5!important;
        background-size: contain;
    }
    
     /* -----29-12-2022--end----------- */

     .valentine-text{
        font-size: 17px;
    }

    .contact-address .flex {
        flex-direction: column;
    }
    .contact-address .flex ul {
        flex-basis: 100%;
    }

    .propertypage-looking{
         margin-bottom: 34px;
    }

    .propertypage-looking .app-download-container {
        bottom: 0;
        margin: 40px 0 0;
    }
    .rental-link{
        font-size: 22px;
    }

   
    
}

@media screen and (max-width: 600px) {
    .input-holder label,
    .input-holder .dropdown,
    .input-holder input {
        font-size: 16px !important;
        width: 154% !important;
    }
    input#propertiesSearch {
        width: 260px !important;
        height: 55px;
    }
    .search-wrapper h2 {
        display: none;
    }
    .advanced-search {
        padding-top: 40px;
    }
    /* a.btn-modal-advanceSearch.book-mob {
        margin: 0 auto 30px auto !important;
    } */
    .pick-rent{
        margin-bottom: 30px;
    }
    .logo-wrapper img {
        max-width: 125px;
    }
    .column {
        flex: 0 0 600px;
    }
    .property-image img {
        height: 260px;
    }
    .room-details li {
        padding-right: 20px;
    }
    .property-content {
        text-align: center;
    }
    .name-price {
        padding: 9px 0 0;
        border-bottom: 0;
    }
    .dropdown.open ul {
        text-align: center;
    }
    .room-details ul {
        border: 0;
    }
    .property-details h3 {
        font-size: 30px;
        padding: 2px;
    }
    .reserve-headtitle {
        flex-direction: column-reverse;
    }
    .property-details span {
        font-size: 16px;
    }
    .price-box span {
        padding: 8px 0 5px;
        display: block;
        font-size: 25px;
    }
    .price-box {
        border-top: 1px solid #e4e4e4;
    }
    .property-content {
        display: flex;
        flex-flow: column;
    }
    .room-details {
        order: 3;
    }
    .price-box span strong {
        font-size: 36px;
    }
    .banner-content-left {
        padding-right: 20px;
    }
    .search-wrapper {
        max-width: 380px;
    }
    /* .search-wrapper input[type=text] { */
    /* width: 72%; */
    /* } */
    .gallery-slider .slick-slide img {
        max-height: 135px;
        -moz-appearance: none;
        -webkit-appearance: none;
    }
    .pagination a,
    .pagination span {
        padding: 6px;
        font-size: 22px;
        font-weight: 900;
        width: -moz-available;
        width: -webkit-fill-available;
        width: fill-available;
        height: 35px;
    }
    .input-holder .dropdown {
        font-size: 20px;
        flex: initial;
        /* width: 47%; */
    }
    .input-holder label {
        padding: 0 !important;
        text-align: left;
        width: 100% !important
    }
    .input-holder.region .dropdown {
        padding: 0;
        margin: 0px;
    }
    .dropdown {
        padding: 0px 18px 0 0;
    }
    .room-details .flex {
        justify-content: center;
    }
    .property-details {
        border: 0;
    }
    .room-details {
        border-top: 1px solid #e4e4e4;
        padding: 14px 0 0;
    }
    #dLabel {
        width: 54%;
        padding: 0 10px 0 0!important;
    }
    #seleted-rows {
        justify-content: center !important;
    }
    .dropdown_check {
        background-color: #3e3227;
        background-image: none;
    }
    #dLabel {
        text-indent: -9999px;
        line-height: 0;
        /* Collapse the original line */
    }
    #dLabel::after {
        content: "MORE:";
        text-indent: 0;
        display: block;
        line-height: initial;
        /* New content takes up original line height */
    }
    .img-left,
    .img-right {
        padding: 0 0 20px 0;
        float: none;
    }
    .img-left img,
    .img-right img {
        width: 100% !important;
        height: auto !important;
    }
    .descriptionAlignJustify p {
        font-size: 15px;
        line-height: 22px;
    }
    #map .gmnoprint,
    #map .gmnoprint.gm-bundled-control {
        bottom: 110px !important;
    }
    .socialIconWrapper ul {
        top: 72px;
        right: 140px;
    }
    .right-navbar .mob-nav {
        top: 34px;
    }
    .rental-link {
        padding: 20px 0;
    }
    .imgWrap a {
        flex-basis: 50%;
        max-width: 50%;
    }

    .pick-rent {
        align-self: center;
    }

    /* .sendme-house-popup-right .form-group-flex .form-group{
        max-width: 100%;
        flex-basis: 100%;   
    } */

    .sendme-house-form-wrapper .form-group.sendme-btn-form-group{
        margin-bottom: 0;
    }

    .sendme-house-form-wrapper .form-group.sendme-btn-form-group p{
        padding-bottom: 0;
    }

    .sendme-house-popup-right h3{
        padding-bottom: 10px;
    }

    .sendme-house-popup-right {
        padding: 10px 20px 0px 20px;
    }

    .sendme-house-popup-right .form-group-flex {
        flex-wrap: wrap;
    }
}


@media screen and (max-width: 543px) {
    .image-gallery li {
         width: calc(50% - 12px);
    }
    .rental-link {
        font-size: 18px;
    }
    .tab-blockwrapper .tab-panel .tab-pane {
        padding: 1.7rem 1rem !important;
    }
}
@media screen and (max-width: 480px) {
    .booking-detals li {
        margin-right: 16px;
        font-size: 15px;
    }
    .contact-map iframe {
        height: 330px;
    }
    .gallery-slider .slick-slide img {
        max-height: 168px;
    }
    .items-list li {
        flex: 0 1 23.5%
    }
    .items-list li figcaption {
        font-size: 14px;
    }
    .dropdown_check {
        background-color: #3e3227;
        background-image: none;
    }
    .image-gallery li {
        max-width: 214px;
        width: 48%;
    }
    .image-gallery li:nth-of-type(3n+3) {
        margin-right: 12px;
    }
    .image-gallery li:nth-of-type(2n+2),.bikers-club-wrap .image-gallery li:nth-of-type(4n+4) {
        margin-right: 0;
    }
    .ui-widget.ui-widget-content {
        margin-top: 0px;
        z-index: 9999999 !important;
        left: 45px !important;
    }
    .input-holder {
        width: 47%;
    }
    .review-titleflex {
        flex-direction: column;
    }
    button.btn-modal-review {
        margin-top: 15px!important;
        max-width: 160px;
        margin: 15px auto 0!important;
    }

    .qrcode-img{
        width: 90px;
    }
    .search-holder a.clearSearch {
        top: -23px;
    }
    .search-inputs .input-holder:nth-last-of-type(1) {
        margin-top: 20px;
    }
}

@media screen and (max-width: 375px) {
    .banner-content-left h1,
    .banner-content-left h2 {
        font-size: 24px;
        line-height: 26px;
    }
    .banner-content-left span {
        font-size: 14px;
        line-height: 18px;
    }
    .items-list li {
        flex: 0 1 30.8%
    }
    .items-list li figcaption {
        font-size: 14px;
    }
    .banner-content-right .btn-price,
    .banner-content-right .btn-price strong {
        font-size: 16px;
        margin: 0;
        padding: 0 3px;
    }
    .box-wrapper:before {
        top: 20px;
        height: 8%;
    }
    .pagination a,
    .pagination span {
        padding: 7px 5px;
        font-weight: 900;
    }
    .items-list ul {
        padding-left: 10px;
    }
    .image-gallery li {
        width: 47%;
    }
    .rental-link {
        font-size: 13px;
    }
}

@media screen and (max-width: 320px) {
    .dropdown {
        width: 44%;
    }
    /* .input-holder .dropdown { */
    /* width: 32%; */
    /* } */
    .input-holder label {
        padding-right: 15px;
    }
    .input-holder.region label {
        padding-right: 6px;
    }
    #dLabel {
        width: 40% !important;
    }
    #dLabel .caret {
        right: -14px!important;
    }
    .pagination a,
    .pagination span {
        padding: 7px 5px;
        font-weight: 900;
    }
    .header.sticky .fbIcon,
    .fbIcon {
        background-size: 26px;
    }
    .header.sticky .instaIcon,
    .instaIcon {
        background-size: 23px;
    }
    .header.sticky .socialIcon,
    .socialIcon {
        width: 26px;
        height: 26px;
    }
    .logo-wrapper {
        flex: 0 0 116px;
        max-width: 116px;
    }
    .search-inputs.flex {
        flex-flow: column;
    }
    .input-holder {
        width: 100%;
    }
    .covid_19 {
        right: 59px;
        bottom: -89px;
        font-size: 16px;
    }
    .menu-open .right-navbar .mob-nav {
        padding: 7px 3px;
    }
    .header.sticky .right-navbar .mob-nav {
        padding: 7px 5px;
    }
    .menu-open .socialIconWrapper ul,
    .header.sticky .socialIconWrapper ul {
        right: 112px;
    }
}

@media only screen and (min-width: 480px) and (max-width: 600px) {
    .items-list li {
        flex: 0 1 23.9%;
    }
}

@media only screen and (min-width: 600px) and (max-width: 700px) {
    .items-list li {
        flex: 0 1 19.1%;
    }
}

@media only screen and (min-width: 700px) and (max-width:800px) {
    .items-list li {
        flex: 0 1 13.55%;
    }
}

@media only screen and (min-width: 800px) and (max-width:900px) {
    .items-list li {
        flex: 0 1 9%;
    }
}


/*#checkinDates {
position: absolute;
top: 0;
left: 0;
background: transparent;
}

#checkoutDates {
position: absolute;
top: 0;
left: 0;
background: transparent;
}*/




/* .gm-control-active>img:nth-child(1) {
display: block;
} */

.gm-control-active img {
    filter: brightness(4.2);
}

.custom-label-2 {
    width: 100%;
    position: relative;
    height: 42px;
    padding: 23px;
    background: #e1e4c5;
    font-family: 'Enriqueta';
}

.gm-style-iw-t h3 {
    font-size: 20px !important;
}

.dropdown.dropdown_check {
    padding: 0;
}

.gm-control-active {
    background-color: #bc3738 !important;
}

.gm-style-iw.gm-style-iw-c {
    border: solid 2px #3e3227 !important;
}

.gm-style-iw.gm-style-iw-c a {
    color: #bc3738;
    text-decoration: underline;
}

.popupimgwrap {
    -webkit-box-shadow: 0px 148px 9px 2px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 148px 9px 2px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 148px 9px 2px rgba(0, 0, 0, 0.25);
}

.gm-style-iw.gm-style-iw-c img {
    margin-bottom: 10px;
    box-shadow: 0 0px 10px 0px rgba(0, 0, 0, 0.5);
}


/* Chrome */

input[type="date"]::-webkit-clear-button {
    -webkit-appearance: none;
    display: none;
}

.noLabel {
    font-size: 0 !important;
}

input.noLabel::-webkit-calendar-picker-indicator {
    font-size: 16px;
}

.checkinDates {
    background-image: url(../images/drop-down-arrow.png)!important;
    background-repeat: no-repeat!important;
    background-size: 13px!important;
    background-position: 96%!important;
}

.checkoutDates {
    background-image: url(../images/drop-down-arrow.png)!important;
    background-repeat: no-repeat!important;
    background-size: 13px!important;
    background-position: 96%!important;
}

.about-wrap p {
    text-align: justify;
}

.property-video-btn {
    background-color: #b3bb6f !important;
    padding: 10px 15px!important;
    display: block!important;
    color: #FFF!important;
    margin-bottom: 20px!important;
    display: inline-block!important;
    font-size: 30px !important;
    line-height: 46px;
    font-weight: bold!important;
    width: 100%!important;
    margin-left: 0px;
    text-decoration: none !important;
}

.review-titleflex {
    display: flex;
    font-family: 'Bebas Neue Pro' !important;
    position: relative;
    margin-right: 21px;
}

#review-modal .modal-header {
    color: #504239;
    font-size: 34px;
    border: none;
    padding: 15px 0 0 0;
}

#review-modal .modal-title {
    color: #504239;
    font-size: 34px;
    padding: 20px;
}

#review-modal .modal-header .close {
    padding: 1rem 1rem;
    margin: 0 !important;
    color: #504239;
    font-size: 50px;
}

/* edited AUG - 1

button.btn-modal-review {
    background: #bc3738;
    border: none;
    font-size: 25px !important;
    padding: 0px 23px !important;
    font-family: 'Bebas Neue Pro' !important;
    color: #FFF!important;
    border-radius: 0;
    height: 43px;
    position: absolute;
    margin: auto;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
}

*/

button.btn-modal-review {
    background: #bc3738;
    border: none;
    font-size: 25px !important;
    padding: 0px 23px !important;
    font-family: 'Bebas Neue Pro' !important;
    color: #FFF!important;
    border-radius: 0;
    height: 43px;
    position: absolute;
    /* margin: auto; */
    /* top: 0; */
    right: 0;
    /* left: 0; */
    /* bottom: 0; */
    /* margin: auto; */
}

#review-modal.fade:not(.show) {
    opacity: 1;
    font-family: 'Bebas Neue Pro' !important;
    top: 12%;
    color: #504239;
    font-size: 20px;
    background: rgb(0 0 0 / 70%);
    z-index: 99999;
}

#review-modal {
    z-index: 999;
    position: absolute;
    top: 0 !important;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    margin: auto;
}

#review-modal .form-group {
    margin-bottom: 7px;
}

#review-modal .modal-content {
    border: 2px solid #b3bb6f;
}

.review-flex {
    display: flex;
}

.modal-backdrop {
    display: none;
}

body.modal-open {
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0 !important;
}

#review-modal .modal-dialog {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 0;
    z-index: 999999;
}

.review-submit {
    text-align: left;
    padding: 0 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.review-submit #reviewMsg {
    position: absolute;
    bottom: 15px;
}

.review-submit button {
    text-align: left;
    background: #bc3738;
    color: #FFF!important;
    margin-top: 0;
    font-size: 25px;
    height: 42px;
    line-height: 8px!important;
}

#review-modal .modal-body {
    padding-bottom: 35px;
}

#review-modal label,
#review-modal li,
#review-modal h5,
#review-modal input[type=button],
#review-modal span {
    font-family: 'Bebas Neue Pro';
}

#review-modal .rating-stars .stars {
    height: 23px;
}

.padding-left-zero {
    padding-left: 0 !important;
}

.padding-zero {
    padding: 0 !important;
}

.rating-bottom {
    margin-bottom: 20px !important;
    margin-top: 10px !important;
}

.semilabel {
    position: relative;
}

.semilabel::after {
    content: ":";
    position: absolute;
    right: 5px;
}

#review-modal textarea {
    color: #938a84;
    font-size: 18px;
    font-style: italic;
}

#review-modal div.stars {
    display: inline-block;
}

#review-modal input.star {
    display: none;
}

#review-modal label.star {
    float: right;
    padding: 3px;
    font-size: 19px;
    color: #bc3738;
    transition: all .2s;
}

#review-modal input.star:checked~label.star:before {
    content: '\f005';
    color: #bc3738;
    transition: all .25s;
}

#review-modal input.star-5:checked~label.star:before {
    color: #bc3738;
}

#review-modal input.star-1:checked~label.star:before {
    color: #bc3738;
}

#review-modal label.star:hover {
    transform: rotate(-15deg) scale(1.3);
}

#review-modal label.star:before {
    content: '\f006';
    font-family: FontAwesome;
}

@media screen and (max-width: 640px) {
    .review-submit #reviewMsg {
        font-size: 15px;
    }
    .review-submit {
        flex-direction: column;
        align-items: flex-start;
    }
}

@media screen and (max-width: 460px) {
    .col-sm-7.review-flex {
        flex-direction: initial;
    }
    .review-flex .control-label.semilabel.col-sm-5 {
        width: 44%;
    }
    .review-flex {
        flex-direction: column;
    }
    .review-flex .semilabel::after {
        position: initial !important;
        padding-left: 5px;
    }
    .review-submit #reviewMsg {
        font-size: 16px;
        font-weight: bold;
    }
    .col-sm-7.review-flex .col-sm-4.padding-zero {
        width: 132%;
    }
}

@media screen and (max-width: 380px) {
    #review-modal .modal-body {
        padding-left: 0;
        padding-right: 0;
    }
    #review-modal .modal-header .close {
        padding: 0 15px 0 0;
        font-size: 45px;
    }
    #review-modal .modal-title {
        font-size: 27px;
        padding: 0 0 0 10px;
    }
}


/*side bar change*/

.Guests select {
    width: 100%;
    height: 42px;
    line-height: 42px;
    background: #e1e4c5;
    color: #585d31;
    font-family: 'Enriqueta';
    font-size: 17px;
    font-weight: normal;
    padding: 0 18px;
    box-shadow: none;
    border: 0;
    margin-bottom: 17px;
    /* margin-top: 15px;*/
}

.Pets span.wpcf7-list-item {
    margin: 0 0 0 10px;
    display: flex;
    align-items: center;
}

.Pets input[type=checkbox] {
    margin-right: 5px !important;
    width: 20px;
    height: 20px;
    line-height: 2px;
    margin-bottom: 0;
}

.Guests select {
    -webkit-appearance: none;
}

label.petsinfoclass {
    display: flex;
    align-items: center;
}

.enquire-wrapper select {
    width: 100%;
    height: 42px;
    line-height: 42px;
    background: #e1e4c5;
    color: #585d31;
    font-family: 'Enriqueta';
    font-size: 17px;
    font-weight: normal;
    padding: 0 18px;
    box-shadow: none;
    border: 0;
    margin-bottom: 17px;
    -webkit-appearance: none;
    /*margin-top: 15px;*/
}

.enquire-wrapper span.wpcf7-list-item-label  {
    font-family: 'Enriqueta'!important;
    font-weight: bold;
}
.enquire-wrapper .wpcf7-checkbox label{
    display: flex;
    align-items: center;
    column-gap: 4px;
    padding-bottom: 5px;
}

/* .enquire-wrapper span.checkbox-947  {
    font-family: 'Enriqueta'!important;
} */

select.wpcf7-form-control.wpcf7-select:focus {
    outline: none;
    border: none;
}

option.disabled.selected.hidden {
    display: none !important;
}

span.wpcf7-form-control-wrap.Pets select option:nth-of-type(1),
span.wpcf7-form-control-wrap.Guests select option:nth-of-type(1) {
    display: none !important;
}

img.google-header {
    width: 52px;
    margin-top: 9px;
    margin-left: 0px;
}

.header.show-nav img.google-header {
    width: 45px;
    margin-top: -5px;
    margin-left: 2px;
}

img.superhost-ftr {
    margin-top: -23px;
}

.header.sticky.show-nav .socialIconWrapper ul,
.header.show-nav .socialIconWrapper ul {
    right: 148px;
}

@media screen and (max-width: 1400px) {
    img.google-header {
        width: 48px;
        margin-top: 6px;
        margin-left: 0px;
        /* margin-right: 0; */
    }
    .header.show-nav img.google-header {
        width: 35px;
        margin-top: 5px;
        margin-left: 0px;
    }
    .header.show-nav .socialIconWrapper ul,
    .header.sticky.show-nav .socialIconWrapper ul {
        right: 50px;
        top: 67px;
    }
    .socialIconWrapper ul li {
        margin-right: 2px;
    }
}

.hill-country-blog-wrapper>.flex {
    justify-content: center;
}

.hill-country-blog-wrapper {
    margin-bottom: 50px;
}

.hill-country-blog-wrapper>.flex .blog-content {
    margin-right: 25px;
    flex: 0 0 290px;
}

.hill-country-blog-wrapper>.flex .blog-content:nth-last-of-type(1) {
    margin-right: 0px;
}

.hill-country-blog-wrapper .blog-content {
    position: relative;
    flex: 0 0 375px;
    max-width: 100%;
    background-color: #fff;
    padding: 17px;
}

.hill-country-blog-wrapper h1 {
    font-family: 'Bebas Neue Pro';
    color: #504239;
    /* font-size: 36px; */
    font-size: 50px;
    margin: 60px 0;
    text-align: center;
    text-transform: uppercase;
}

.hill-country-blog-wrapper .blog-content figure {
    background-size: cover;
    background-position: center;
}

.hill-country-blog-wrapper .blog-content figure img {
    visibility: hidden;
}

.hill-country-blog-wrapper .blog-content .blog-date {
    position: absolute;
    left: 0;
    top: 0;
    min-width: 64px;
    height: 58px;
    text-align: center;
    color: #fff;
    background-color: #bd3738;
    font-family: 'Bebas Neue Pro';
    font-size: 20px;
    font-weight: normal;
    padding: 9px 6px;
    line-height: 20px;
    margin-left: -15px;
    margin-top: -15px;
}

.hill-country-blog-wrapper .blog-content .blog-date span {
    display: block;
    font-size: 30px;
    font-weight: bold;
}

.hill-country-blog-wrapper .blog-content h4 {
    font-family: 'Bebas Neue Pro';
    color: #504239;
    font-size: 28px;
    margin-top: 30px;
    margin-bottom: 20px;
}

.hill-country-blog-wrapper .blog-content p {
    font-family: 'Enriqueta';
    font-size: 16px;
    font-weight: normal;
    color: #504239;
    margin-bottom: 0px;
    display: inline-block;
    height: 98px;
    overflow: hidden;
}

.eclipse-form-wrapper .form-container p {
  font-family: 'Enriqueta';
  font-size: 17px !important;
  font-weight: normal;
  color: #504239;
  /* color: #3e3227;
  width: 80%;
  margin: 0 auto; */
}


.eclipse-form-wrapper .form-container a{
    font-family: 'Enriqueta';
}

.eclipse-form-wrapper .form-container p strong {
  font-size: 2rem !important;
  color: #504239;
    font-family: 'Enriqueta';
    /* font-family: 'BebasNeuePro-Regular'; */
}

.eclipse-form-wrapper .form-container .title-desc {
  font-family: 'Bebas Neue Pro';
  color: #8B4513;
  font-size: 50px;
  text-align: center;
  text-transform: uppercase;
}

.hill-country-blog-wrapper .blog-content .more-btn {
    color: #bc3739;
    font-family: 'Enriqueta';
    font-size: 17px;
    line-height: 15px;
    font-weight: bold;
    text-transform: lowercase;
}

.right-sidebar .hill-country-blog-wrapper {
    background: #fff;
    padding: 30px;
    margin-bottom: 20px;
}

.right-sidebar .blog-content {
    display: flex;
    padding: 0;
    margin-bottom: 20px;
}

/*.right-sidebar .blog-content figure {
    width: 96px;
}*/

.right-sidebar .blog-content figure {
    width: 96px;
    height: 96px;
}

.right-sidebar .blog-content h4 {
    font-size: 24px;
    margin-top: 0;
    line-height: 22px;
    margin-bottom: 9px;
}

.right-sidebar .blog-content p {
    font-size: 15px;
    max-height: 100px;
    margin-bottom: 0;
}

.right-sidebar .blog-content .blog-date {
    width: 55px;
    height: 45px;
    font-size: 15px;
    line-height: 15px;
}

.right-sidebar .hill-country-blog-wrapper h1 {
    font-size: 28px;
    margin: 0px 0 30px 0;
    text-align: left;
}

.right-sidebar .blog-content .blog-date span {
    font-size: 25px;
}

.right-sidebar .blog-content a {
    color: #bc3739;
    font-family: 'Enriqueta';
    cursor: pointer;
    font-weight: bold;
    display: block;
    line-height: 15px;
}

.right-sidebar .blog-left:nth-of-type(2) {
    margin-left: 17px;
}

.blog-headtitle h1 {
    font-size: 45px;
}

.page-blog-wrapper h1 {
    text-align: left;
    margin-top: 0;
}

.page-blog-wrapper .blog-content h4 {
    margin: 15px 0 10px 0;
}

.page-blog-wrapper .blog-content {
    margin-bottom: 20px;
}

/*.page-blog-wrapper .blog-content figure {
    margin-right: 35px;
    width: 233px;
}*/

.page-blog-wrapper .blog-content figure {
    margin-right: 35px;
    width: 260px;
    height: 200px;
}

.page-blog-wrapper>.flex {
    justify-content: flex-start;
}

.page-blog-wrapper .pagination {
    padding-left: 0;
}

a.all-blog-link {
    font-size: 21px;
    font-weight: 900;
    text-align: center;
    display: block;
    text-decoration: underline;
}

.explore-hill-country {
    display: flex;
}

.explore-text {
    width: 70%;
}

.explore-hill-country p {
    width: 30%;
    margin-left: 15px;
}

.explore-hill-country-mobile {
    display: none;
}



@media screen and (max-width: 1400px) {}

@media screen and (max-width: 1200px) {
    .hill-country-blog-wrapper>.flex {
        justify-content: flex-start;
        flex-wrap: wrap;
    }
    .hill-country-blog-wrapper>.flex .blog-content {
        margin: 0 0 20px 20px;
        flex: 0 0 31%;
    }
    .hill-country-blog-wrapper .blog-content {
        flex: 0 0 31%;
    }
}

@media screen and (max-width: 1024px) {
    .right-sidebar .blog-content {
        flex: 0 0 100%;
        flex-direction: column;
    }
    .right-sidebar .blog-content figure {
        width: 100%;
    }
    .right-sidebar .blog-content figure img {
        width: 100%;
    }
    .right-sidebar .blog-left:nth-of-type(2) {
        margin-left: 0;
        margin-top: 15px;
    }
    .right-sidebar .hill-country-blog-wrapper h1 {
        margin: 0px 0 15px 0;
    }
    img.superhost-ftr {
        margin-top: 10px;
    }
}

@media screen and (max-width: 900px) {
    .right-sidebar .blog-content {
        flex-direction: initial;
    }
    .right-sidebar .blog-left:nth-of-type(2) {
        margin-left: 20px;
        margin-top: 0px;
    }
    .hill-country-blog-wrapper>.flex .blog-content {
        flex: 0 0 46%;
    }
    img.superhost-ftr {
        margin-top: -23px
    }
}

@media screen and (max-width:768px) {
    .hill-country-blog-wrapper .blog-content {
        flex: 0 0 47%;
        max-width: 47%;
        margin-bottom: 20px;
    }
    .hill-country-blog-wrapper>.flex .blog-content {
        flex: 0 0 46%;
        max-width: 46%;
    }
    .hill-country-blog-wrapper h1 {
        margin-bottom: 30px;
        margin-top: 10px;
        font-size: 36px;
        font-size: 36px;
        display: inline-block;
        text-align: center;
        width: 100%;
    }
    .right-sidebar .blog-content,
    .page-blog-wrapper .blog-content {
        flex-direction: initial;
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 20px;
    }
    .right-sidebar .blog-content figure {
        width: 96px;
    }
    .page-blog-wrapper h1 {
        font-size: 30px;
    }
    .page-blog-wrapper .blog-content {
        margin-bottom: 30px;
    }
    .page-blog-wrapper .blog-content figure {
        margin-right: 0px;
        width: 100%;
    }
    .explore-hill-country-desktop {
        display: none;
    }
    .explore-hill-country-mobile {
        display: block;
    }
    .explore-hill-country p {
        margin: 10px 0 0 10px;
        float: right;
    }
    .explore-hill-country {
        margin-bottom: 12px;
        display: inherit;
    }
    .explore-text {
        width: 100%;
    }
    .hill-country-blog-wrapper {
        margin-bottom: 0px;
    }
    .pagination {
        margin-bottom: 25px;
    }
    .explore-hill-country-page p strong {
        font-size: 19px;
    }
    .search-inputs .input-holder:nth-of-type(2) {
        margin-top:20px;
    }
}

@media screen and (max-width:600px) {
    .hill-country-blog-wrapper>.flex {
        flex-direction: column;
    }
    .hill-country-blog-wrapper .blog-content {
        flex: 0 0 375px;
        max-width: 100%;
    }
    .page-blog-wrapper .blog-content {
        flex-direction: column;
    }
    .hill-country-blog-wrapper>.flex .blog-content {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .footer-nav .right-navbar .copyright {
        flex-direction: column;
        display: flex;
    }
    img.superhost-ftr {
        margin-top: 0px
    }
    .enquire-wrapper {
        padding: 32px 15px 40px;
    }
    .enquire-wrapper span.wpcf7-list-item-label {
        font-size: 15px;
        line-height: normal;
        margin-top: -2px;
    }
    .enquire-wrapper .wpcf7-checkbox label {
        align-items: flex-start;
    }
}

@media screen and (max-width:400px) {
    .hill-country-blog-wrapper .blog-content {
        flex: 0 0 93%;
    }
    .covid_19 {
        right: 64px;
        bottom: -74px;
    }
    .menu-open .covid_19,
    .header.sticky .covid_19 {
        right: 58px;
        bottom: -96px;
    }
    .socialIconWrapper ul {
        right: 118px;
        top: 61px;
    }
    .menu-open .socialIconWrapper ul,
    .header.sticky .socialIconWrapper ul {
        right: 118px;
        top: 83px;
    }
    img.google-header {
        width: 33px;
        margin-top: 6px;
    }
    .header.sticky .instaIcon,
    .instaIcon {
        background-size: 22px;
        width: 24px;
    }
    .header.sticky .fbIcon,
    .fbIcon {
        background-size: 26px;
        width: 25px;
    }
}

@media screen and (max-width: 350px) {
    .right-sidebar .blog-content {
        flex: 0 0 100%;
        flex-direction: column;
    }
    .right-sidebar .blog-content figure {
        width: 100%;
    }
    .right-sidebar .blog-content figure img {
        width: 100%;
    }
    .right-sidebar .blog-left:nth-of-type(2) {
        margin-left: 0;
        margin-top: 15px;
    }
}

.resources-ul .sub-menu li ul.double-col li {
    flex: 0 0 100% !important;
    max-width: 100% !important;
    width: 100% !important;
}

.resources-ul ul li {
    display: flex;
    flex: 0 0 100% !important;
    max-width: 100% !important;
    width: 100% !important;
    padding: 0 8px;
}

ul.sub-menu.double-col li a {
    font-size: 17px;
}

.modal-popup-pending{
    color: #fff;
    top: 300px;
    font-size: 18px;
}
.modal-popup-pending div{
   text-align: center;
}
.privacy-container .mobileapp-head{
  color: #3e3227;
  font-size: 42px;
  text-align: center;
  padding: 30px;
}
.privacy-container .mobileapp-wrapper{
    display: none;
}
@media screen and (max-width: 768px) {
 .privacy-container .mobileapp-wrapper{
    display: block;
    padding: 30px 0;
  }
  .privacy-container .mobileapp-head {
    color: #3e3227;
    font-size: 29px;
    text-align: center;
    padding: 0;
  }
}
.bnb-video-wrapper{
    text-align: center;
    padding-top: 25px;;
}
.bnb-video-btn {
    background-color: #b3bb6f !important;
    padding: 10px 15px!important;
    display: block!important;
    color: #FFF!important;
    display: inline-block!important;
    font-size: 30px !important;
    line-height: 46px;
    font-weight: bold!important;
    margin-left: 0px;
    text-decoration: none !important;
}


/*--------------------------------------28-3-22------------------------------------------------------------------------------------------------------*/

.teamlist-item {
    background: #ffffff;
    box-shadow: 0px 16px 32px 0px rgb(0 0 0 / 5%);
    max-width: 285px;
    width: 100%;
    padding: 8px;
    border-radius: 4px;
    margin: 20px 0;
}

.teamlist-wrapper {
    display: flex;
    align-items: center;
}

.teamlist-wrapper h3 {
    padding: 8px;
    font-size: 26px;
}

.teamlist-wrapper h3 span {
    display: block;
}

.codedropz-upload-wrapper .codedropz-upload-inner h5 {
    margin-bottom: 15px!important;
}
.codedropz-upload-wrapper .codedropz-btn-wrap {
    margin-top: 20px;
    min-height: 20px;
}

@media screen and (max-width: 548px) {
    .teamlist-wrapper {
        display: flex;
        align-items: center;
        flex-direction: column;
    }
    .teamlist-item figure {
        width: 200px;
    }
    .teamlist-item {
        max-width: 215px;
    }
    /*.teamlist-wrapper h3 {
        text-align: center;
        line-height: 37px!important;
    }*/
    .teamlist-wrapper:nth-of-type(3) h3{
        margin-right: 25px;
    }

}

.codedropz-upload-inner h3, .codedropz-upload-inner span {
 display: none;
}


/* ................12-04-2022............ */

.teamlist-item {
    background: #ffffff;
    box-shadow: 0px 16px 32px 0px rgba(71, 18, 18, 0.05);
    /* max-width: 285px; */
    max-width: 220px;  /* 12-04-2022 */
    width: 100%;
    padding: 8px;
    border-radius: 4px;
    /* margin: 0 27px 20px; */
    margin: 0 0 20px;
}

.teamlist-item.teamlist-item-img{
    width: 200px;
}

.teamlist-wrapper {
    display: inline-flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
    flex-basis: 33.33%;
}

.teamlist-wrapper h3 {
    padding: 8px;
    font-size: 24px;
    text-align: center;
}

.teamlist-wrapper h3 span {
    display: block;
}

.aboutus-teamlist {
    text-align: center;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 30px;
    margin-top: 50px;
}
.aboutus-teamlist .teamlist-wrapper::after {
    content: "";
    width: 2px;
    height: 95%;
    background: #d4cece;
    position: absolute;
    right: 0;
    top: 0;
}
.aboutus-teamlist .teamlist-wrapper:last-child::after{
     content: none;
}
/* 12-04-2022 */
@media screen and (max-width:900px) {

    /* 12-04-2022  */
    .teamlist-item {
        max-width: 200px;
        margin: 20px 14px;
    }
    /* 12-04-2022  */

}
@media screen and (max-width:768px) {
    /* 12-04-2022 */
    .teamlist-wrapper {
        flex-basis: 50%;
    }
    .aboutus-teamlist .teamlist-wrapper:nth-child(3){
        flex-basis: 100%;
        justify-self: center;
    }
    .aboutus-teamlist .teamlist-wrapper:nth-child(2)::after {
        content: none;
    }
    /* 12-04-2022 */

    /* 07-03-2023 starts*/
    .qrcode .flex {
        flex-direction: row;
        gap: 10px;
    }
    .width-sm {
        max-width: 245px;
        width: 100%;
    }
    /* 07-03-2023 ends*/
}

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

    .teamlist-wrapper {
        display: flex;
        align-items: center;
        flex-direction: column;
    }
    .teamlist-item {
        max-width: 215px;
    }
    
    /* 12-04-2022 */
    .teamlist-wrapper{
        flex-basis: 100%;
    }
    .aboutus-teamlist .teamlist-wrapper::after{
        content: none;
    }

    
    /* 12-04-2022 */
}

/* .........ends 12-04-2022............ */

/* starts 20-06-2022  */
#shortBanner, #shortBanner .img-slide {
    height: 400px;
}
/* ends 20-06-2022  */


/* multiselect dropdown 15-06-2022 starts  */
.multiselect {
    position: relative;
    cursor: pointer;
    flex: 1;
  }
  
  .multiselect select {
    width: 100%;
  }
  
  .overSelect {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
  }
  
  #checkboxes {
    display: none;
    background: #3e3227;
    color: #e7c180;
    text-transform: capitalize;
    position: absolute;
    top: 90%;
    padding: 0 0 10px;
    right: 0;
    flex-direction: column;
    align-items: flex-start;
    overflow: hidden;
  }
  #checkboxes.open{
    display: flex;
  }
 

  #checkboxes .select {
    background-color: #1e90ff;
    color: #fff;
    padding: 8px 15px 5px !important;
    width: 100%;
    text-align: left;
    cursor: default;
  }
/* multiselect dropdown 15-06-2022 ends  */

/* Starts 20-06-2022   */
#checkboxes label {
    display: block;
    padding: 3px 15px !important;
    width: 100% !important;
    text-align: left;
    cursor: pointer;
  }
  #checkboxes label input{
    width: auto !important;
  }

  @media screen and (max-width:900px) {
    #checkboxes{ width: 100% !important; z-index: 3;}

    .input-holder.search-holder{
        z-index: unset;
    }
    #checkboxes input#checkpetfriendly{
        margin-right: 5px !important;
        left: 0 !important;
    }
    .input-holder .multiselect .dropdown {
        width: 100% !important;
    }
  }
  
/* ends 20-06-2022   */

/* starts 21-06-2022   */
.search-wrapper input[type=text] {
    width: 93px;
    font-size: 20px;
}
#regionKey{
    width: 100px;
}
.dropdown {
    
    padding: 6px 14px 6px 5px;
}

@media screen and (max-width: 1250px) {
    .search-wrapper input[type=text] {
        font-size: 17px;
    }
    .search-wrapper input[type=text] {
        width: 80px;
    }
    .input-holder .multiselect .dropdown {
        width: 100px;
    }
    #regionKey {
        width: 68px;
    }
    #propertyType {
        width: 73px;
    }
    #propertyView {
        width: 68px;
    }
    #priceTag {
        width: 72px;
    }
}
@media screen and (max-width: 1100px){
    #priceTag {
        width: 65px;
    }
    #propertyType {
        width: 62px;
    }
    .search-wrapper input[type=text], .input-holder .dropdown {
        width: 55px;
    }
    .search-wrapper input[type=text] {
        font-size: 15px;
    }
}
@media only screen and (min-width: 901px) and (max-width: 1023px){
    #regionKey {
        width: 53px;
    }
    #propertyType {
        width: 50px;
    }
    #priceTag {
        width: 42px;
    }
    #propertyView {
        width: 55px;
    }
    .search-wrapper input[type=text] {
        width: 68px;
    }
    .input-holder .multiselect .dropdown {
        width: 88px;
    }
    .search-wrapper input[type=text] {
        font-size: 14px;
    }
}
@media screen and (max-width:900px){
    .search-wrapper input[type=text] {
        padding-top: 6px;
    }
    .input-holder.calender-input label{
        padding-right: 5px !important;
    }
}

@media screen and (max-width:560px) {
    #checkboxes.open {
        display: flex;
        width: auto!important;
        border: 1px solid rgb(137 133 133 / 72%);
    }
    #checkboxes .select {
        display: none;
    }
}
@media screen and (max-width:480px) {
    .input-holder .multiselect .dropdown {
        width: 100% !important;
    }
}
/* ends 21-06-2022   */

.other-channels-title{
    font-family: 'Bebas Neue Pro';
    font-size: 20px;
    font-weight: bold;
    color: #504239;
    position: relative;
    margin-bottom: 20px;
}
.other-channels-title em{
    font-family: 'Bebas Neue Pro';
    font-size: 17px;
    font-weight: normal;
    color: #504239;
    position: relative;
    margin-bottom: 20px; 
    font-style:normal;
}


/* 12-12-2022 css starts */
.roundIconFbGroup{
    border-radius: 50%;
    width: 47px;
    height: 47px;
    /* overflow: hidden; */
    position: relative;
    background: url('../images/facebook-groups.png') no-repeat center;
    background-size: contain;
}
.roundIconFbGroup::after{
    content: "";
    position: absolute;
    background: url('../images/fb-group-smiley.png') no-repeat top right;
    background-size: contain;
    width: 17px;
    height: 18px;
    top: -7px;
    right: -5px;
}
.footer-nav .right-navbar .copyright {
    left: 0;
}
.roundIconFbGroup:hover::after{
    right: -5px !important;
    left: auto !important;
    bottom: auto !important;
}
a.responsive-div{
    display: none;
}

img.google-header {
    margin-top: -9px !important;
}
.footer-nav .left-navbar a.copyright  {
    right: 0;
}

@media screen and (max-width: 1400px) {
    .roundIconFbGroup {
        width: 37px;
        height: 37px;
    }
}
@media screen and (max-width: 900px) {
    a.responsive-div{
        display: block;
    }
    .hid-mobile{
        display: none;
    }
}

@media screen and (max-width: 1024px){
    img.google-header {
        margin-top: 23px !important;
    }
    .roundIconFbGroup {
        width: 34px;
        height: 34px;
    }
}
@media screen and (max-width: 900px){
    img.superhost-ftr {
        margin-top: 0;
    }
    img.google-header {
        margin-top: 15px !important;
    }
}
@media screen and (max-width: 600px){
    img.google-header {
        margin-top: 5px !important;
    }
}
@media screen and (max-width: 400px){
    .roundIconFbGroup {
        background-size: 25px;
    }
    .roundIconFbGroup::after {
        width: 16px;
        height: 17px;
        top: -6px;
        right: -2px;
    }
}

/* 12-12-2022 css ends */

/* 29-12-2022  */
.title-normal, .title-normal a{
    font-family: 'Bebas Neue Pro';
}

/* 10-02-2023 Starts  */
.cluster > div {
    color: #000 !important;
    top: -7px !important;
    left: 3px !important;
}
/* 10-02-2023 Ends  */

/* 13-02-2023 Starts  */
    .location-featured{
        font-size: 20px !important;
        color: #3e3227;
        display: block;
        padding-top: 3px;
    }
    .location-featured img{
        margin-right: 5px;
        width: 20px;
    }
/* 13-02-2023 Ends  */



/* 28-02-2023 Starts  */

.tab-blockwrapper .tab-head .tab-menu{
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    border: 1px solid #df494b;
    border-bottom: none;
}

.tab-blockwrapper .tab-head .tab-menu li, .tab-panel-wrapper .tab{
    /* padding: 18px 20px; */
    padding: 20px 15px;
    background-color: #e2e6e9;
    /* flex-grow: 1; */
    flex: 1;
    border-right: 1px solid #df494b;
    text-align: center;
    color: #3e3227;
    font-size: 28px;
    font-family: 'Bebas Neue Pro' !important;
    cursor: pointer;
    transition: .3s all ease-in-out;
    display: flex;
    align-items: center;   
    justify-content: center;
    line-height: normal;
    position: relative;
    transition: .4s all ease-in-out;
    font-weight: 600;
    white-space: nowrap;
}

.tab-blockwrapper .tab-head .tab-menu li::before {
    content: '';
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    height: 0;
    z-index: -1;
    background-color: #3e3227;
    border: 1px solid  #3e3227;
    transition: .4s all ease-in-out;
}
/* .tab-blockwrapper .tab-head .tab-menu li:hover::before */
.tab-blockwrapper .tab-head .tab-menu li.active::before {
    height: 12px;
    z-index: 0;
    top: -12px;
}

.tab-blockwrapper .tab-head .tab-menu li:hover, .tab-blockwrapper .tab-head .tab-menu li.active, .tab-panel-wrapper .tab:hover, .tab-panel-wrapper .tab.active{
    background-color: #df494b;
    color: #fff;
}

/* .tab-blockwrapper .tab-head .tab-menu li:last-child{
     border-right: none;
} */

.tab-blockwrapper .tab-panel-wrapper{
    transition:.5s ease-in-out;
    border: 1px solid #df494b;
}

.tab-blockwrapper .tab-panel .tab-pane{
    padding:  3rem ;
}

.tab-blockwrapper .tab-panel .tab-pane{
    display: none;
    opacity: 0.6;
    transition: 0.3s cubic-bezier(0.65, 0, 0.35, 1);
}
.tab-blockwrapper .tab-panel .tab-pane.active{
    opacity: 1;
}

.tab-panel .tab{
    display: none;
    position: relative;
    transition: 0.2s cubic-bezier(0.65, 0, 0.35, 1);
}

.tab-blockwrapper .tab-panel .tab-pane p {
    text-align: justify;
}
.tab-blockwrapper .tab-panel .tab-pane *{
    transition:.2s cubic-bezier(0.65, 0, 0.35, 1);
}

.tab-panel .tab::after{
    content: '+';
    font-size: 35px;
    color: #df494b;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
}
.tab-panel .tab.active::after{
    content: '-';
    color: #fff;
}

.tab-panel-wrapper p{
    padding-bottom: 1rem;
    transition:.5s ease-in-out;
    text-align: center;
}

.tab-panel-wrapper .title-desc h3{
    transition:.5s ease-in-out;
    font-size: 38px;
}

.tab-panel-wrapper #rvSpotForm{ display: block;}

.centeraligntxt{ padding: 0 3rem; margin: 0 auto;}

.town-list{
    display: flex;
    gap: 8px;
    flex-grow: 1;
    flex-wrap: wrap;
    font-size: 18px !important;
}

.town-list li{
    position: relative;
    padding-left: 15px;
    flex-basis: 20%;
}

.town-list li::before{
    content: '';
    position: absolute;
    left: 0;
    top: 10px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #bb3637;
}


/* 16-03-2023 css starts  */
form#landOwnerForm, form#rvSpotForm, form#businessForm {
    width: 84%;
    margin: 0 auto;
    border: 2px solid rgb(114 120 56 / 50%);
    padding: 20px ;
}

ul.tablist{
    font-size: 16px !important;
    font-weight: normal;
    color: #504239;
    padding-left: 35px;
}

ul.tablist li{
    font-family: 'Enriqueta';
    list-style: initial;
    padding-bottom: 15px;
}

.eclipse-land p:empty{
    padding-bottom: 0;
}
/* 16-03-2023 css ends  */
/* 21-03-2023 css starts  */
.gm-style .gm-style-iw-tc {
    top: -2px;
    background-color: #000 ;
    -webkit-clip-path: polygon(0 0,50% 100%,100% 0);
    clip-path: polygon(0 0,50% 110%,100% 0);
}
.gm-ui-hover-effect>span{
    visibility: hidden;
}

.mt0{ margin-top: 0 !important;}
.top0{ top: 0 !important;}
/* 21-03-2023 css ends  */


/* APRIL 12 START*/
.faq-wrapper{
    transition: .5s ease-in-out;
    border: 1px solid #df494b;
    padding: 3rem;
    margin: 55px 0;
}

.faq-wrapper.cms-faq{
    border: none;
    padding: 3rem 9rem;
}

.faq li.q {
    color: #df494b;
    font-size: 16px;
    line-height: 38px;
    padding: 12px 0;
    font-family: 'Enriqueta';
    cursor: pointer;
    border-bottom: 1px solid #e1e1e1;
    position: relative;
    padding-left: 30px;
}
.faq li.q.active{
    border-bottom: 0px solid
}
.faq li.a {
    border-bottom: 1px solid #e1e1e1;
    line-height: 30px;
    padding-bottom: 15px;
    display: none;
    padding-left: 30px;
    font-family: 'Enriqueta';
    font-size: 16px !important;
    font-weight: normal;
    color: #504239;
}
.faq li.a:last-child{
    border-bottom: 0
}
 .faq li.q:last-child{
    border-bottom: 0
}
/* .faq li.q:before {
    float: right !important;
    font-family: FontAwesome;
    content:"\f068";
    padding-right: 5px;
}*/
.faq li.q::before {
    content: '\002B';
    color: #df494b;
    font-weight: bold;
    padding-right: 15px;
    position: absolute;
    left: 0;
}

.faq li.q.active::before {
  content: "\2212";
}


.faq-wrapper.cms-faq .faq li.q{
    border-bottom: 1px solid #e1e1e11f;
    background: #e1e1e175;
    margin-bottom: 10px;
    padding-right: 30px;
    padding-left: 20px;
}

.faq-wrapper.cms-faq .faq li.q::before {
    padding-left: 15px;
    right: 0;
    left: auto;
    font-size: 28px;
    font-weight: 400;
}

.faq-wrapper.cms-faq .title-desc{
    color: #bc3738;
}

.faq-wrapper.cms-faq .faq li.a{
    padding-left: 20px;
}


/* APRIL 12 ENDS*/

/* 03-05-2023 May 5 STARTS  */
.faq-wrapper .title-desc {
    font-family: 'Bebas Neue Pro';
    color: #8B4513;
    font-size: 50px;
    text-align: center;
    text-transform: uppercase;
}

/* 03-05-2023 May 5 ENDS */


@media screen and (min-width: 2500px) {
   .tab-blockwrapper .tab-head .tab-menu li, .tab-panel-wrapper .tab {
        padding: 25px 15px!important;
        font-size: 38px!important;
        white-space: nowrap;
    } 
}
@media screen and (min-width: 2000px) {
    .tab-blockwrapper .tab-head .tab-menu li, .tab-panel-wrapper .tab {
        padding: 24px 15px;
        font-size: 33px;
        white-space: nowrap;
    }
}

@media screen and (min-width: 1200px) {
    .tab-blockwrapper .tab-head .tab-menu li:first-child,
    .tab-blockwrapper .tab-head .tab-menu li:nth-child(2),
    .tab-blockwrapper .tab-head .tab-menu li:nth-child(3){
        /* max-width: 180px; */
        width: 100%;
    }
}

@media screen and (min-width: 1600px) {
    .tab-blockwrapper .tab-head .tab-menu li:first-child,
    .tab-blockwrapper .tab-head .tab-menu li:nth-child(2),
    .tab-blockwrapper .tab-head .tab-menu li:nth-child(3){
        /* max-width: 257px; */
        width: 100%;
    }
}


@media screen and (max-width: 1804px) {
    .tab-blockwrapper .tab-head .tab-menu li, .tab-panel-wrapper .tab {
        font-size: 23px;
        padding: 8px 8px;
    }
}



/* @media screen and (max-width: 1440px) {
    .tab-blockwrapper .tab-head .tab-menu li, .tab-panel-wrapper .tab{
        font-size: 26px;
    }
} */
@media screen and (max-width: 1440px) {
    .tab-blockwrapper .tab-head .tab-menu li {
        padding: 15px 10px;
    font-size: 22px;
        line-height: normal;
    }
    .tab-panel-wrapper .title-desc h3{
        font-size: 36px !important;
    }
    .eclipse-rightimg {
        right: 14%;
        max-width: 280px;
    }
}
@media screen and (max-width: 1236px) {
.tab-blockwrapper .tab-head .tab-menu li{
    font-size: 20px
}
}
@media screen and (max-width: 1199px) {
    .form-container {
        padding-left: 100px;
        padding-right: 100px;
    }

    .eclipse-rightimg {
        right: 17%;
        max-width: 190px;
    }
    .tab-blockwrapper .tab-head .tab-menu li{
        font-size: 18px;
        white-space: unset;
    }

}
@media screen and (max-width: 1024px) {
    .tab-blockwrapper .tab-head .tab-menu li {
        font-size: 15px;
        line-height: normal;
        padding: 5px 5px;
    }

    .centeraligntxt{ padding: 0 1.5rem;}
    .town-list li {
        flex-basis: 25%;
    }

}

@media screen and (max-width: 900px) {
    /* .tab-blockwrapper .tab-head .tab-menu li {
        font-size: 17px;
    } */
    .eclipse-rightimg {
        width: 230px;
    }

    .tab-blockwrapper .tab-panel .tab-pane {
        padding: 1rem 1.5rem;
    }
    
}

@media screen and (max-width: 768px) {
    .tab-blockwrapper .tab-head .tab-menu li, .tab-panel-wrapper .tab {
        padding: 12px;
    }

    .tab-blockwrapper .tab-head .tab-menu {
        flex-direction: column;
    }

    .tab-blockwrapper .tab-head {
        display: none;
    }

    .tab-panel .tab{
        display: block;
        border-bottom: 1px solid #c6ccd1;
        border-right: none;
    }

    .centeraligntxt{ padding: 0;}

    .tab-panel-wrapper .title-desc h3{
        font-size: 23px !important;
    }

    .tab-blockwrapper .tab-panel .tab-pane {
        padding: 1.7rem;
    }
    
    .eclipse-rightimg {
        right: 12%;
        width: 145px;
    }

    /* 22-03-2023  */
    .tab-blockwrapper .tab-panel .tab-pane{
        opacity: 1;
    }

    /* 23-03-2023  */
    form#landOwnerForm, form#rvSpotForm, form#businessForm {
        width: 100%;
    }
    .form-row.two-column.acreslist {
        flex-direction: column;
    }

    /*april 12 start*/
    .faq li.q{
        font-size: 25px
    }
    .faq-wrapper {
        padding: 1.7rem;
    }
    .faq li.q, .faq li.a{
        padding-left: 20px;
        font-size: 18px;
        line-height: 28px;
    }
    .faq-wrapper.cms-faq {
        padding: 0rem;
    }
    /*april 12 end*/
}

@media screen and (max-width: 600px) {
    .tab-blockwrapper .tab-head .tab-menu li, .tab-panel-wrapper .tab {
        font-size: 22px;
        padding: 10px;   
        padding-right: 30px;
    }
    .tab-panel .tab::after{
        right: 15px;
    }

    .tab-blockwrapper .img-right {
        float: none;
        padding: 10px 0;
        text-align: center;
    }
   
}

/* 28-02-2023 Ends  */


/* 23-03-2023 starts  */

@media screen and (max-width: 575px) {
    .town-list li {
        flex-basis: calc(33.3% - 6px);
    }
}
@media screen and (max-width: 470px) {
    .town-list li {
        flex-basis: calc(50% - 6px);
    }
}
@media screen and (max-width: 370px) {
    .town-list li {
        flex-basis: 100%;
    }
}
/* 23-03-2023 starts  */


/*28-06-2023 STARTS */
@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Kanit';
    src: url('../fonts/Kanit-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
.eclipse-journey {
    padding: 20px 0 10px;
    text-align: center;
    /* margin-bottom: 50px; */
}
.eclipse-journey-content {
    /* padding-bottom: 90px; */
}
.eclipse-journey h2 {
    font-size: 50px;
    font-weight: bold;
    color: #504239;
    padding-bottom: 15px;
}
.eclipse-journey p{
    font-family: 'Enriqueta';
    /* font-size: 20px;
    line-height: 37px; */
    font-size: 17px;
    line-height: 25px;
    font-weight: normal;
    color: #504239;
    text-align: justify;
    padding-top: 10px;
}

.eclipse-journey h2 span{
    color:#bc3738;
    font-size: 50px;
    font-weight: bold;
    /* padding-left: 10px; */
}
.search-wrapper.eclipse-home-search h2 {
    max-width: 345px;
}
.search-property-num {
    padding: 20px 0;
}
.search-property-num-box {
    text-align: center;
    margin-top: -45px;
    display: flex;
    justify-content: center;
}

.search-property-num-box input[type=text] {
    font-family: 'Bebas Neue';
    /* max-width: 200px; */
    max-width: 235px;
    width: 100%;
    /* padding: 20px 30px 20px 15px; */
    /* padding: 15px 30px 15px 15px; */
        padding: 5px 12px 10px;
    border: none;
    font-size: 22px;
    text-transform: uppercase;
    color: #3e3227;
    font-weight: bold;
    background: #b3bb6f;;
    text-align: center;
}
.search-property-num-box input[type=button] {
    /* max-width: 80px; */
    max-width: 60px;
    width: 100%;
    /* padding: 28px 30px 20px 15px; */
    padding: 5px 12px 10px;
    background: url(../images/eclipse-search-icon.png) center no-repeat, #b3bb6f;;
    border: none;
    border-radius: 0;
}
.eclipse-home-property-list-inner {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    column-gap: 20px;   
}
.eclipse-home-property-list-item {
    /*position: relative;*/
    background: #fff;
    padding: 30px 20px 10px 20px;
    max-width: 575px;
    width: 100%;
    margin-bottom: 25px;
    /* box-shadow: 0px 3px 9px 0px rgba(0, 0, 0, 0.03); */
    box-shadow: 0px 3px 9px 0px rgba(0, 0, 0, 0.63);
}
.eclipse-home-property-image-content {
    display: flex;
    column-gap: 20px;
    padding: 0px 0 5px;
}
.eclipse-home-property-image-desc {
    /* flex-grow: 1; */
    max-width: 50%;
    width: 100%;
}
.eclipse-home-property-image-desc h3 {
    font-size: 28px;
    color: #504239;
    font-weight: bold;
    padding-bottom: 0px!important;
}

.eclipse-home-property-image-desc h5 {
    /* font-family: 'Enriqueta'; */
    font-family: 'Bebas Neue Pro';
    font-size: 22px;
    /* font-weight: normal; */
    font-weight: bold;
    color:#504239;
    /* padding-bottom: 20px; */
}
.eclipse-home-property-image-desc h4 {
    font-size: 20px;
    color: #75685c;
    font-weight: normal;
}
.eclipse-home-property-image-desc span {
    font-size: 20px;
    color:#bc3738;
}
.eclipse-home-property-list-item p {
    /* font-family: 'Enriqueta'; */
    font-family: 'Bebas Neue Pro';
    /* font-size: 18px; */
    font-size: 17px;
    line-height: 25px;
    font-weight: normal;
    color:#504239;
    /* padding-bottom: 45px; */
    text-align: justify;
    /* padding-left: 30px;
    padding-right: 30px; */
    padding-bottom: 30px;
    /* padding-top: 28px; */
    padding-top: 15px;
    min-height: fit-content;
    /* min-height: 240px; */
}
.eclipse-home-property-list-item h3 {
    font-size: 35px;
    font-weight: bold;
    color: #504239;
    font-family: 'Bebas Neue';
    /* padding-bottom: 15px; */
}
.eclipse-home-property-list-item h4 {
    font-size:22px;
    color: #75685c;
    font-weight: normal;
    font-family: 'Bebas Neue Pro';
    /* padding-bottom: 5px; */
}
.eclipse-home-property-list-item span {
    font-size:22px;
    color: #bc3738;
    font-weight: normal;
    font-family: 'Bebas Neue Pro';
}
.eclipse-home-property-list-item a {
    font-size: 22px;
    color:#bc3738;
    font-weight: bold;
    font-family: 'Bebas Neue Pro';
    /* border-bottom: 1px solid #bc3738; */
    text-decoration: underline;
    margin: 24px 0 0;
    display: inline-block;
    cursor: pointer;
}
.eclipse-home-btn-wrap {
    display: flex;
    column-gap: 22px;
    margin-top: 30px;
    justify-content: center;
}
.eclipse-home-btn-wrap button {
   /* max-width: 265px; */
   max-width: 315px;
   width: 100%;
   padding: 8px 12px;
   text-align: center;
   font-size: 28px;
   font-weight: bold;
   line-height: 30px;
   font-family: 'Bebas Neue Pro';
   /* font-family: 'Bebas Neue'; */
   cursor: pointer;
   outline: none;
}

.eclipse-home-btn-wrap  span {
    font-size: 19px;
    line-height: 24px;
    padding-top: 5px;
    flex-basis: 33.33%;
    color: #bc3738;
    font-weight: bold;
    font-family: 'Bebas Neue Pro';
}

.ask-qn-btn{
    color: #fff;
    background: #bc3738;
    border:1px solid #bc3738;
}
.make-off-btn {
    background: #b3bb6f;
    border:1px solid #b3bb6f;
    color:#fff;
}
.rent-btn {
    background: #334c8c;
    border:1px solid #334c8c;
    color:#fff;
}

.rent-btn:hover {
    background: #fff;
    color:#334c8c;
}

.make-off-btn:hover {
    background: #fff;
    color:#b3bb6f;
}
.eclipse-home-btn-wrap .ask-qn-btn:hover {
    background: #fff;
    color:#bc3738;
}
.eclipse-socialmedia {
    display: flex;
    align-items: center;
}
.eclipse-socialmedia .eclipse-socialicons {
    display: flex;

}
.terms-conditions-socialmedia {
    display: flex;
    /* justify-content: space-between; */
    justify-content: flex-end;
    align-items: center;
}
.terms-conditions-socialmedia a {
    color: #3e3227;
    font-size: 16px;
    font-family: 'Enriqueta';
    /* border-bottom:1px solid #3e3227; */
    display: inline;
}
.eclipse-socialmedia .st-custom-button:not(:last-child) {
    border-bottom:none;
    padding-right: 5px;
}
.eclipse-socialmedia label {
    color:#504239;
    font-size: 21px;
    font-family: 'Bebas Neue Pro';
    padding-right: 12px;
    margin-top: 10px;
}

.eclipse-home-property-list-item span.max-guest {
    border-left: 2px solid #75685c;
    padding-left: 5px;
    margin-left: 5px;
    color:#75685c;
}
.eclipse-home-property-section {
    padding-bottom: 80px;
    position: relative;
    /* padding-top: 65px; */
    padding-top: 45px;
}
.newphone-app-block {
    /* background: url(../images/mobile-ad-eclipse.jpg) left center no-repeat; */
    background-size: cover;
    max-width: 1170px;
    width: 100%;
    display: block;
    max-height: 226px;
    position: relative;
    margin-top: 15px;
    margin-bottom: 40px;
}
.eclipse-home-property-image-content figure {
    position: relative;
    height: 100%;
    flex-grow: 1;
}
.gallery-btn {
    position: absolute;
    background: url(../images/gallery-icon.png) 10px center no-repeat, #ffffff;
    max-width: 88px;
    width: 100%;
    text-align: center;
    left: 19px;
    height: 30px;
    bottom: 10px;
    padding: 12px 10px;
    display: flex!important;
    justify-content: center;
    border-radius: 6px;
    font-size: 18px!important;
    color: #3e3227!important;
    align-items: center;
    padding-left: 35px;
    font-family: 'Bebas Neue Pro'!important;
    border-bottom: none!important;
    margin: 0!important;
    text-decoration: none!important;
}
.eclipse-home-property-image-content img {
    max-width: 246px;
    width: 100%;
    height: 195px;
    object-fit: cover;
}

.newphone-app-block h2 {
    position: absolute;
    top: 40%;
    right: 50%;
    font-size: 55px;
    transform: translate(50%, -60%);
    font-family: 'Poppins';
    color: #fff;
    font-weight: bold;
} 
.newphone-app-block span {
    color: #fbcf6c;
    font-size: 55px;
    font-family: 'poppins';
}
.ios-android-compatible {
    position: absolute;
    right: 0;
    top: 15px;
}
.ios-android-download-store {
    display: flex;
    column-gap: 20px;
    margin-top: 30px;
    position: absolute;
    right: 15px;
    top: 55px;
}

.ios-android-download-store img {
    max-width: 118px;
    width: 100%;
    height: 35px;
}
.backroads-reserve-ad {
    position: absolute;
    bottom: 10px;
    right: 166px;
    font-family: 'Kanit';
    text-align: center;
}
.backroads-reserve-ad a{
    font-family: 'Kanit';
    font-size: 20px;
    text-decoration: underline;
    color: #ffd970;
    margin-bottom: 10px;
   
}
.backroads-reserve-ad h4 {
    font-family: 'Kanit';
    font-size: 17px;
    color: #ffd970;
    color: #b3bc71;
    padding-top: 3px;
}
.eclipsemobile {
    position: absolute;
    left: 20px;
    bottom: 0;
}
/* ----14-06-2023-------------- */
.eclipse-property-details {
    /* padding-top: 10px; */
}

.eclipse-home-property-list-item.center-active {
    margin: 0 auto 25px;
}
/* .eclipse-home-property-list-inner {
    justify-content: center;
} */

.eclipse-home-property-list-item.center-active:nth-child(odd) .eclipse-home-popupBox {
    /* left: 50%; */
    right: auto;
}
.eclipse-home-property-list-item.center-active:nth-child(even) .eclipse-home-popupBox {
    /* left: auto; */
    /* right: 50%; */
}
.eclipse-home-property-list-item.last-list-item .eclipse-home-popupBox, .eclipse-home-property-list-item.first-list-item .eclipse-home-popupBox {
    left:0!important;
    right: 0!important;
}
.eclipse-property-details-banner {
    text-align: center;
}
.eclipse-property-details-banner h3 {
    font-size: 37px;
    /* color: #bc3738; */
    color: #000;
    font-weight: bold;
    font-family: 'Bebas Neue Pro';
    padding-bottom: 10px!important;
}
.eclipse-property-details-banner h5 {
    font-size: 22px;
    color: #000;
    /* color: #bc3738; */
    font-weight: bold;
    font-family: 'Bebas Neue Pro';
    padding-bottom: 0!important;
}

.view-this-property {
    text-align: center;
}
.view-this-property a {
    font-size: 19px;
    color: #bc3738;
    font-weight: bold;
    font-family: 'Bebas Neue Pro';
    margin: 10px 0;
}

/* --------popup------------------------------------- */
.eclipse-home-popupOverlay {
    background: rgb(0,0,0,40%);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    /* display: none; */
    z-index: -1;
    opacity: 0;
    transition: all .3s ease;
}

.eclipse-home-popupOverlay.active {
    display: block;
    z-index: 999;
    opacity: 1;
}

.eclipse-home-popupBox{
    /* position: absolute; */
    position: absolute;
    top: 0;
    /* bottom: 0; */
    /* width: 100%; */
    padding: 100px 0;
    z-index: 1000;
    margin: auto;
    left: 0;
   
    /* display: none; */
    
    display: flex !important;
    /* min-width: 720px; */
    width: 100%;
    opacity: 0;
    z-index: -1;
    transition: .3s ease all;
    justify-content: center;
}
.eclipse-home-popupBox.active {
    opacity: 1;
    z-index: 1000;
}
.eclipse-home-property-list-item:nth-child(even) .eclipse-home-popupBox {
    /* transform: translateX(-50%) translateY(-50%); */
    /* transform: translateX(-50%) translateY(0%); */
    /* right: 50%; */
    left: 0;
}
.eclipse-home-property-list-item:nth-child(odd) .eclipse-home-popupBox {
    /* transform: translateX(50%) translateY(-50%); */
    /* transform: translateX(50%) translateY(0%); */
    /* left: 50%; */
    /*right: auto;*/
    left: 0px;
}

.eclipse-home-popupBox-wrapper {
    background: #fff;
    /* padding: 60px 60px 30px; */
    padding: 20px 40px 30px;
    max-width: 720px;
    min-width: 720px;
    width: 100%;
    /* margin: 0 auto; */
    position: relative;
    margin: auto;
}
.eclipse-home-popupBox-Close {
    position: absolute;
    top: -21px;
    right: -15px;
    cursor: pointer;
}
.popup-inner-toggle-btnWrap {
    display: flex;
    align-items: center;
    column-gap: 20px;
    /* margin-bottom: 20px; */
}
.popup-inner-toggle-btn {
    background: #e2dcd6;
    /* max-width: 287px; */
    width: 100%;
    text-align: center;
    padding: 15px 12px;
    color: #504239!important;
    font-size: 30px;
    font-weight: bold;
    display: inline-block;
    font-family: 'Bebas Neue Pro';
    text-decoration: none!important;
    margin: 10px 0 25px!important;
    border: solid 1px transparent;
}
.toggle-askQn-btn.active,  .toggle-askQn-btn:hover{
    background: #bc3738;
    color: #fff!important;
}

.popup-inner-toggle-btn.toggle-submitOffer-btn.active,.popup-inner-toggle-btn.toggle-submitOffer-btn:hover{
    background: #b3bb6f;
    color: #504239;
}

.popup-inner-toggle-btn.toggle-submitOffer-btn.active:hover {
    background: #fff;
    color: #b3bb6f !important;
    border: solid 1px #b3bb6f;
}
.submit-offer-content h3, .askQn-content h3 {
    font-size: 28px;
    font-weight: bold;
    color:#3e3227;
    font-family: 'Bebas Neue';
    /* padding-bottom: 15px; */
}
.submit-offer-content h4, .askQn-content h4 {
    font-size:22px;
    color: #75685c;
    font-weight: normal;
    font-family: 'Bebas Neue Pro';
    /* padding-bottom: 5px; */
}
.submit-offer-content span, .askQn-content span {
    font-size:22px;
    color: #75685c;
    font-weight: normal;
    color:#bc3738;
    font-family: 'Bebas Neue Pro';
}
.submit-offer-content h5, .askQn-content h5 {
    /* font-family: 'Enriqueta'; */
    font-family: 'Bebas Neue Pro';
    /* font-size: 18px; */
    font-size: 22px;
    font-weight: bold;
    color:#504239;
    /* padding-bottom: 20px; */
}
.submit-offer-content img, .askQn-content img {
    /* padding-bottom: 30px; */
    /* height: 180px; */
    width: 675px;
    object-fit: cover;
}
.popup-eclipse-bulletpoints {
    display: flex;
    column-gap: 50px;
    padding: 20px 0 15px;
    margin: 0 0 0 25px;
}
.popup-eclipse-bulletpoints li{
    font-size: 17px;
    color: #504239;
    padding-bottom: 8px;
    font-family: 'Bebas Neue Pro';
    font-weight: bold;
    position: relative;
    padding-left: 14px;
    line-height: 24px;
}
.popup-eclipse-bulletpoints li::after {
    content: "";
    position: absolute;
    top: 10px;
    left: 0;
    background: url(../images/popup-bullet.png) no-repeat;
    width: 5px;
    height: 5px;
}
.submit-offer-content form label {
    font-family: 'Bebas Neue Pro';
   display: block;
   font-size: 20px;
   font-weight: normal;
   color:#504239
}
.popupForm-input-wrap {
    display: flex;
    column-gap: 20px;
    width: 100%;
}
.submit-offer-content form input, .submit-offer-content form select, .askQn-content form select{
    max-width: 285px;
    width: 100%;
    padding: 12px;
    border: 1px solid#c3bfbb;
    border-radius: 5px;
    font-size: 20px;
    font-family: 'Bebas Neue Pro';
    font-weight: bold;
    color:#504239;
    line-height: 26px!important;
    height: 52px;
    background: transparent;
}

.submit-offer-content form .full-width input{
    max-width: 100%;
}
.submit-offer-content form .popupForm-label-wrap {
    width: 50%;
    margin-bottom: 25px;
}
.submit-offer-content form .popupForm-label-wrap.full-width{
    width:100%
}
.submit-offer-content form textarea {
    width: 100%;
    height: 124px;
    border: 1px solid#c3bfbb;
    font-size: 20px!important;;
    font-family: 'Bebas Neue Pro'!important;;
    font-weight: bold!important;
    color: #504239!important;
    padding: 15px 15px;
    overflow: unset!important;
    border-radius: 4px;
}
.price-submit-wrap {
    display: flex;
    width: 100%;
    justify-content: space-between;
    padding-top:30px;
}
.price-submit-wrap .price {
    max-width: 175px;
    width: 100%;
    background: url(../images/dollar-price.png) 20px center no-repeat;
    /* padding: 10px 12px; */
    padding: 10px 10px 10px 40px;
    height: 53px;
    font-size: 28px!important;
    color:#bc3738;
}

.price-submit-wrap input[type=submit]{
    max-width: 200px;
    background: #bc3738;
    color: #fff;
    padding: 5px 12px;
    display: flex;
    font-size: 25px;
    font-weight: bold;
    font-family: 'Bebas Neue Pro';
    height: 53px;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
}
.popup-terms-condition {
    font-size: 20px!important;
    /* border-bottom: 1px solid #bc3738; */
    font-weight: normal!important;
    font-family: 'Enriqueta'!important;
    margin-top: 30px;
    display: inline-block;
    color:#bc3738!important;
}
.eclipseToggle-content { 
    display: none;
}
.askQn-content.active{
    display: block;
}
.submit-offer-content.active {
    display: block;
}

.eclipseToggle-content.active {
    display: block;
}

.askQn-content form {
    padding-top: 25px;
}

.askQn-content label {
    font-size: 20px;
    color:#504239;
    font-weight: normal;
    font-family: 'Bebas Neue Pro';
    /* max-width: 90px;
    width: 100%; */
}

.askQn-content input {
    width: 100%;
    padding: 10px 12px;
    border-radius: 5px;
    border: 1px solid #c3bfbb;
    font-size: 20px;
    font-weight: bold;
    font-family: 'Bebas Neue Pro';
    color:#504239;
    height: 52px;
}
.askqn-input-wrap {
    margin-bottom: 20px;
    /* display: flex;
    align-items: center;
    column-gap: 45px; */
    width: 100%;
}
.askqn-textarea-wrap label {
    display: block;
    /* max-width: 200px; */
}

.askQn-content textarea{
    width: 100%;
    height: 130px;
    border: 1px solid #ccc;
    color: #504239!important;
    font-weight: bold!important;
    font-family: 'Bebas Neue Pro'!important;
    font-size: 20px;
    padding: 15px 12px;
    border-radius: 4px;
}
.askQn-content input[type=submit]{
    max-width: 110px;
    background: #bc3738;
    color: #fff;
    font-family: 'Bebas Neue Pro';
    font-weight: bold;
    font-size: 25px;
    margin-top: 20px;
    height: 60px;
    border-radius: 4px;
}
.search-property-num-box input::placeholder { 
    font-size: 22px!important;
    color: #3e3227!important;
  }
  
  /* Internet Explorer 10-11 */
  .search-property-num-box input:-ms-input-placeholder { 
    font-size: 22px!important;
    color: #3e3227!important;
  }
  
  /* Microsoft Edge */
  .search-property-num-box input::-ms-input-placeholder { 
    font-size: 22px!important;
    color: #a79f98!important;
  }

  .search-property-num-box input:focus::-webkit-input-placeholder {
    opacity: 0;
}

  .search-wrapper.eclipse-home-search {
    position: relative!important;
    bottom: 35px!important;
  }
  .btn-gallery-popup {
    border-bottom: none!important;
    margin: 0!important;
 }
 .eclipse-home-property-image-content .hidden {
    overflow: hidden;
    display: none;
    visibility: hidden;
  }
  .input-error-wrap {
    width: 100%!important;
  }
  .popupForm-input-wrap .error, .offer-textarea-wrap .error, .askqn-textarea-wrap .error, .price-error-wrap .error {
    color: red!important;
    max-width: 100%!important;
    width: 100%!important;
    font-size: 16px;
  }
  .questionMessage, .offerMessage {
    color: #5cb85c;
    font-size: 22px;
    font-weight: bold;
    font-family: 'Bebas Neue Pro';
  }

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield;
}
.eclipseToggle-content.askQn-content .eclipse-form-loader {
    position: absolute;
    background: url(../images/Spinner-loader.gif) 0 0 no-repeat;
    bottom: 14px;
    left: 117px;
    max-width: 50px;
    width: 100%;
    height: 50px;
}
.eclipseToggle-content.submit-offer-content  .eclipse-form-loader {
    position: absolute;
    background: url(../images/Spinner-loader.gif) 0 0 no-repeat;
    bottom: 11px;
    right: 78px;
    max-width: 50px;
    width: 100%;
    height: 50px;
}
.eclipseToggle-content  {
    position: relative;
}
.popup-eclipse-bulletpoints ul {
    column-count:2;
    /* max-width: 470px; */
    max-width: 100%;
    width: 100%;
}
.popup-eclipse-bulletpoints ul li {
    break-inside: avoid-column;
   
}
.terms-submit {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}
.terms-submit a{
    order: 2;
    font-size: 20px!important;
    font-family:'Enriqueta'!important;
    font-weight: normal!important;
    margin: 0!important;
}
.terms-submit input {
    order: 1;
}
.askQn-content textarea::placeholder, .offer-textarea-wrap textarea::placeholder{ 
    font-size: 18px!important;
    color: #938a84!important;
    font-family: 'Bebas Neue Pro Book'!important;
    font-weight: bold;
    font-style: italic;
  }
  
  /* Internet Explorer 10-11 */
  .askQn-content textarea:-ms-input-placeholder, .offer-textarea-wrap textarea:-ms-input-placeholder{ 
    font-size: 18px!important;
    color: #938a84!important;
    font-family: 'Bebas Neue Pro Book'!important;
    font-weight: bold;
    font-style: italic;
  }
  
  /* Microsoft Edge */
  .askQn-content textarea::-ms-input-placeholder, .offer-textarea-wrap textarea::-ms-input-placeholder{ 
    font-size: 18px!important;
    color: #938a84!important;
    font-family: 'Bebas Neue Pro Book'!important;
    font-weight: bold;
    font-style: italic;
  }

  .offerForm .popupForm-label-wrap, .offer-textarea-wrap, .questionForm .askqn-input-wrap, .askqn-textarea-wrap {
    position: relative;
  }
  .offerForm .popupForm-label-wrap label, .offer-textarea-wrap label, .questionForm .askqn-input-wrap label, .askqn-textarea-wrap label {
    position: absolute;
    top: -17px;
    left: 10px;
    background: #fff;
    padding: 0 5px;
  }
  .submit-offer-content .popup-terms-condition {
    display: block;
    text-align: center;
  }
  .offerForm .popupForm-label-wrap label.error, .offer-textarea-wrap label.error, .questionForm .askqn-input-wrap label.error , .askqn-textarea-wrap label.error {
    position: unset;
    background: none;
    padding: 0;
  }
  .offerForm .popupForm-label-wrap input.error, .offer-textarea-wrap textarea.error, .askqn-textarea-wrap textarea.error, .questionForm .askqn-input-wrap input.error, .price-error-wrap input.error {
    color: #504239!important;
  }
  .eclipse-home-popupBox select option {
    background-color: #fff!important;
  }

  .eclipse-home-property-image-content figure {
    margin: 10px 0;
  }

  .rent-btn + span{
   opacity: 0;
    transition: all ease .3s;
  }

  .rent-btn:hover + span{
   opacity: 1;
  }

  .eclipse-home-btn-wrapper{
    display: flex;
    flex-direction: column;
    flex-basis: 33.33%;
    align-items: center;
    gap: 5px;
  }

  .eclipse-socialmedia.show-xs{
    display: none;
  }



/* ---------mediaQuery------------------------ */

@media only screen and (max-width: 1200px) {
    .eclipse-home-property-list-inner {
        justify-content: center;
    }
	.eclipse-home-property-image-content {
        flex-direction: column;
        padding: 15px 0;
    }
    .eclipse-home-property-image-content img {
        max-width: 100%;
        width: 100%;
        height: 247px;
        object-position: top;
    }
    .eclipse-home-property-list-item h3 {
        /* padding-top: 15px; */
    }
    .eclipse-home-property-list-item {
        max-width: 500px;
    }
    .eclipse-home-property-image-desc h5 {
        /* padding-bottom: 20px; */
    }
    .eclipse-journey {
        /* padding: 0px 0 35px; */
        /* margin-bottom: 50px; */
    }
    .eclipse-journey h2 {
        font-size: 40px;
        padding-bottom: 5px;
    }
    .eclipse-journey h2 span {
        color: #bc3738;
        font-size: 40px;
    
    }
    .newphone-app-block h2, .newphone-app-block span {
        font-size: 45px;
    }
    .eclipse-home-property-list-item:nth-child(2n+1) .eclipse-home-popupBox {
        /* transform: translateX(0%) translateY(-50%); */
        transform: translateX(0%) translateY(0);
       
    }
    .eclipse-home-property-list-item:nth-child(2n) .eclipse-home-popupBox {
        /* transform: translateX(-0%) translateY(-50%); */
        transform: translateX(-0%) translateY(0);
        
    }
    .eclipse-home-property-image-content figure a.btn-gallery-popup {
        display: block;

    }
    .eclipse-property-details-banner h3 {
        font-size: 32px;
        padding-top: 0;
    }
    .eclipse-property-details-banner h5 {
        font-size: 20px;
    }
    .eclipse-home-property-image-desc {
        max-width: 100%;
    }
}

@media only screen and (max-width: 1024px) {
    .popupForm-input-wrap {
        flex-direction: column;
    }
    .submit-offer-content form select, .askQn-content form select {
        max-width: 100%;
    }
    .eclipse-home-popupBox-wrapper {
        padding: 35px;
    }
    .submit-offer-content form .popupForm-label-wrap {
       width: 100%;
    }
    .submit-offer-content form input {
        max-width: 100%;
    }
}
@media only screen and (max-width: 1024px) {
    .eclipse-home-property-list-item:nth-child(2n) .eclipse-home-popupBox {
        right: 0;
    }
    .eclipse-home-property-list-item:nth-child(2n+1) .eclipse-home-popupBox {
        left: 0;
    }
}
@media only screen and (max-width: 1000px) {
    .newphone-app-block h2{
        top: 32%;
    }
    .newphone-app-block h2, .newphone-app-block span {
        font-size: 35px;
    }
    .backroads-reserve-ad {
        right: 105px;
    }
    .eclipse-journey-content {
        /* padding-bottom: 60px; */
    }
    .eclipse-home-property-section {
        padding-top: 35px;
    }
}
@media only screen and (max-width: 800px) {
    .popup-inner-toggle-btn {
        font-size: 25px;
    }
    .eclipse-home-popupBox {
        padding: 100px 30px;
    }
    .eclipse-home-popupBox-wrapper {
        padding: 45px;
    }
    .backroads-reserve-ad {
        right: 94px;
    }
    .price-submit-wrap input[type=submit] {
        max-width: 175px;
        font-size: 21px;
        margin-top: 25px;
    }
    .price-submit-wrap {
        flex-direction: column;
        align-items: center;
    }
    .submit-offer-content .popup-terms-condition {
        display: block;
        text-align: center;
        margin: 40px 0 0 0!important;
    }
    .eclipseToggle-content.submit-offer-content .eclipse-form-loader {
        right: 50%;
        transform: translateX(50%);
    }
    .eclipse-home-popupBox-wrapper {
        min-width: 90%;
    }
}
@media only screen and (max-width: 768px) {
    /* .newphone-app-block {
        height: 320px;
    } */
   
    .newphone-app-block h2, .newphone-app-block span {
        font-size: 30px;
    }
    
    .newphone-app-block h2{
        transform: translate(40%, -60%);
    }

    .ios-android-download-store {
        flex-direction: column;
       
    }
    .ios-android-download-store a {
        margin-bottom: 10px;
    }
    .eclipsemobile {
        left: 20px;
        bottom: 74px;
    }
    .eclipsemobile {
        width: 118px;
        height: 119px;
    }
    .eclipse-journey-content {
        /* padding-bottom: 30px; */
        padding-bottom: 20px;
    }
    .eclipse-home-property-section {
        padding-top: 0;
    }
   
}

@media only screen and (max-width: 600px) {
    /* .eclipse-journey{
        margin-bottom: 20px;
    } */
    .search-property-num {
        padding: 20px 20px;
    }
    .popup-eclipse-bulletpoints ul {
        column-count: 1;
    }
}
@media only screen and (max-width: 500px) {
    .eclipse-home-btn-wrap, .popup-inner-toggle-btnWrap {
        flex-direction: column;
    }

    .eclipse-home-btn-wrap.text-content span:first-child,.eclipse-home-btn-wrap.text-content span:nth-child(2){
        display: none;
    }
    .eclipse-home-btn-wrap button {
        margin: 0 auto;
        margin-bottom: 20px;
    }
    .eclipse-home-property-list-item p {
        padding-bottom: 40px;
        font-size: 17px;
    }
    /* .search-property-num-box input[type=text] {
        max-width: 445px;
        width: 100%;
    } */
    .popup-inner-toggle-btn.toggle-askQn-btn {
        margin-bottom: 10px!important;
    }
    .askqn-input-wrap {
        flex-direction: column;
        align-items: flex-start;
    }
    .eclipse-home-popupBox-wrapper {
        padding: 30px;
    }
    
    
    .ios-android-compatible  img {
        max-width: 111px;
        width: 100%;
    }
    
    .backroads-reserve-ad {
        bottom: 10px;
        right: 38px;
    }
   
    .newphone-app-block h2 {
        top: 22%;
        left: -40px;
        right: unset;
    }
   
    .newphone-app-block h2, .newphone-app-block span {
        font-size: 25px;
    }
    .ios-android-download-store {
        margin-top: 20px;
    }
    .terms-submit {
        flex-direction: column;
        align-items: center;
    }
    .terms-submit a {
        margin: 40px 0 0 0!important;
    }
    /* .search-property-num-box input::placeholder { 
        font-size: 20px!important;
        color: #3e3227!important;
      }
      
      /* Internet Explorer 10-11 */
      /* .search-property-num-box input:-ms-input-placeholder { 
        font-size: 20px!important;
        color: #3e3227!important;
      } */
      
      /* Microsoft Edge */
      /* .search-property-num-box input::-ms-input-placeholder { 
        font-size: 20px!important;
        color: #3e3227!important;
      } */ 

      /* .search-property-num-box input[type=text] {
        padding: 10px 15px 10px 15px;
    } */
    .eclipseToggle-content.askQn-content .eclipse-form-loader {
        left: 50%;
        transform: translateX(-50%);
    }
    .eclipse-property-details-banner h5 {
        font-size: 18px;
    }
    .eclipse-property-details-banner h3 {
        font-size: 28px;
    }


    .eclipse-socialmedia.show-lg{
        display: none;
    }
    .eclipse-socialmedia.show-xs{
        display: flex;
        justify-content: center;
    }

    .rent-btn + span{
       display: none;
       }
     
       .rent-btn:hover + span{
        display: block;
       }
}
@media only screen and (max-width: 400px) {
    .backroads-reserve-ad a {
        font-size: 17px;
        font-weight: 600;
    }
    .backroads-reserve-ad h4 {
        font-size: 16px;
        font-weight: 600;
    }
    .backroads-reserve-ad {
        bottom: 38px;
        right: 31px;
    }
    .newphone-app-block h2, .newphone-app-block span {
        font-size: 23px;
    }
    .search-property-num-box input[type=button] {
        max-width: 75px;
        background-size: 24px;
        padding: 20px 30px 20px 15px;
    }
}
@media only screen and (max-width: 390px) {
    .askQn-content label, .submit-offer-content form label {
        font-size: 16px;
    }
    .eclipse-home-popupBox-wrapper {
        padding: 25px;
    }
}

/* 16-06-2023 css starts */
.search-content .dropdown {
    background: url(../images/dropdown_icon_yellow.png) no-repeat 100% center;
}

/* .search-content .dropdown option:first-child{
    background:transparent !important;
} */
.search-content .dropdown option{
    background-color:#3e3227 !important;
}

.search-content .dropdown#year_search{
   /* width: 80px; */
   width: 145px;
}

.search-property-num-box input[type=text] {
    /* padding: 9px 12px 7px; */
    padding: 9px 6px 7px 25px;
}

.askQn-content textarea::-webkit-input-placeholder,.submit-offer-content form textarea::-webkit-input-placeholder {
    /* Edge */
    color: #bc3738 !important;
}

.askQn-content textarea:-ms-input-placeholder,.submit-offer-content form textarea:-ms-input-placeholder {
    /* Internet Explorer */
    color: #bc3738 !important;
}

.askQn-content textarea::placeholder,.submit-offer-content form textarea::placeholder {
    color: #bc3738 !important;
}

.eclipseToggle-heading{
    justify-content: space-between;
 }


@media screen and (max-width: 800px) {
 .eclipseToggle-heading{
    flex-direction: column;
 }

 .popup-eclipse-bulletpoints ul {
    column-count: 2;
 }
}

@media screen and (max-width: 768px) {
    .eclipse-journey p {
        font-size: 15px;
        line-height: 23px;
    }
    .eclipse-home-property-list-item p {
        font-size: 20px;
        line-height: 24px;
    }
}

@media screen and (max-width: 600px){
    .eclipse-journey p {  
        font-size: 15px;
        line-height: 23px;
    }

    .popup-eclipse-bulletpoints ul {
        column-count:1;
     }
    
}

/*28-06-2023 END */
/* 07-07-2023----START--- */
.askqn-input-wrap select.error, .popupForm-input-wrap .popupForm-label-wrap select.error {
    color: #bc3738!important;
}
/* @media screen and (max-width: 1250px) {
    .search-property-num-box {
        margin-top: 30px;
    }
} */
@media screen and (max-width: 900px){
    .search-inputs .input-holder:nth-last-of-type(1) {
        margin-top: 20px;
    }
}
@media screen and (max-width: 768px) {
    .search-inputs .input-holder:nth-of-type(2) { 
        width: 35%;
    }
    .search-holder a.clearSearch {
        top: -30px;
    }
    
}
@media screen and (max-width: 480px) {
    .search-content .dropdown {
        font-size: 18px!important;
    }
    .search-inputs .input-holder label {
        font-size: 18px!important;
    }
    .search-inputs .input-holder:nth-of-type(2) { 
        width: 47%;
    }
    .search-inputs .input-holder:nth-of-type(2), .search-inputs .input-holder.guest-no {
        margin-top: 0px!important;
    }
}
@media screen and (max-width: 390px) {
    .search-content .dropdown {
        font-size: 17px!important;
    }
    .search-inputs .input-holder label {
        font-size: 17px!important;
    }
    .search-inputs .input-holder {
        padding: 0 7px;
    }
}


/* 07-07-2023--END-------- */

/* 11-07-2023---------------- */
.search-property-num-box input[type=text] {
    -webkit-border-top-right-radius:0px!important;
    -webkit-border-bottom-right-radius:0px!important;
    -moz-border-bottom-right-radius:0px!important;
    -moz-border-top-right-radius:0px!important;
    border-top-right-radius: 0!important;
    border-bottom-right-radius: 0!important;
}
.search-property-num-box {
    margin-top: -30px;
}

/* 14-07-2023---------------- */

.eclipse-mobile-app, .eclipse-iframe-mobile {
    display: none;
}
.eclipse-desktop, .eclipse-iframe-desktop {
    display: block;
}
.eclipse-desktop img {
    max-width: 1170px;
    width: 100%;
    /* max-height: 150px; */
    height: 150px;
}

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

    .eclipse-mobile-app, .eclipse-iframe-mobile  {
        display: block;
        
    }
   
    /* .eclipse-iframe-mobile iframe {
        max-width:1170px;
        height: 15.576323987538942vh;
    } */
    .eclipse-desktop, .eclipse-iframe-desktop {
        display: none;
    }
    
    .eclipse-mobile-app img {
        /* max-width: 768px; */
        /* max-width: 100%; */
        width: 100%;
       height: auto;
        
    }
    .newphone-app-block {
        margin-bottom: 15vw;
        margin-top: 4vw;
    }
    .search-inputs .input-holder:nth-of-type(2) {
        margin-top: 0px;
    }
    .search-inputs .input-holder.guest-no {
        margin-top: 20px;
    }
    .eclipse-home-property-list-item:nth-child(6), .eclipse-home-property-list-item:nth-child(12){
        box-shadow: none;
    }
}
.eclipse-home-property-section .pagination{
    justify-content: center;
}

.footer-nav .right-navbar .hill-copyright {
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.footer-nav .right-navbar .hill-copyright a img.hill-app{
    height: 47px;
    /* margin-top: -23px; */
    border-radius: 10px;
}
.footer-nav .right-navbar img.google-header {
    margin-right: 20px;
}
.hill-app-link {
    text-decoration: none!important;
    text-transform: capitalize!important;
}
.footer-nav .right-navbar .hill-copyright a h5 {
    font-size: 18px;
    margin-top: 10px;
}
.footer .menubar.left-navbar {
    margin: 25px 20px 0px 0px !important;
}
/* ----------19-07-2023---Starts-------------------------------------- */
/* #propertyType {
    width: 70px;
}
#regionKey {
    width: 72px;
}
#priceTag {
    width: 70px;
}
.search-wrapper input[type=text] {
    width: 65px;
    font-size: 20px;
} */

.input-holder.red-box-bg {
    background: #bc3738;
}


/* ----------19-07-2023---Ends-------------------------------------- */
@media only screen and (max-width: 900px) {
    .footer-nav .nav-inner-wrapper {
        align-items: center;
    }
    .footer .menubar.left-navbar {
        margin: 0px !important;
    }
    .footer-nav .right-navbar .hill-copyright {
        flex-direction: column;
    }
}
@media only screen and (max-width: 1400px) {
    .footer-nav .right-navbar .hill-copyright {
        justify-content: flex-start;
    }
    .footer-nav .right-navbar img.google-header {
        margin-left: 20px;
    }
}
/* ----------19-07-2023---Starts-------------------------------------- */

@media screen and (max-width: 1250px) {
    /* .search-wrapper input[type=text] {
        width: 55px;
        font-size: 17px;
    }
    .search-wrapper input[type=text], .input-holder .dropdown {
        width: 55px;
    }
    #propertyView {
        width: 55px;
    } */
       .search-holder a {
        bottom: -50px;
    }
}
@media screen and (max-width: 1100px){
    /* #propertyType {
        width: 52px;
    }
    #priceTag {
        width: 55px;
    } */
}
@media only screen and (min-width: 901px) and (max-width: 1023px) {
    .search-wrapper input[type=text] {
        font-size: 13px;
    }
    .input-holder label {
        font-size: 13px;
    }
    /* .search-wrapper input[type=text] {
        width: 48px;
    }
    .search-wrapper input[type=text], .input-holder .dropdown {
        width: 47px;
    }
    #propertyType {
        width: 48px;
    }
    #propertyView {
        width: 48px;
    }
    #regionKey {
        width: 47px;
    }
    #priceTag {
        width: 44px;
    }
    .input-holder .multiselect .dropdown {
        width: 77px;
    }
    .input-holder.search-holder input {
        font-size: 13px;
    } */
 
}

@media screen and (max-width: 900px){
    .search-inputs input.datepicker {
        width: 65% !important;
    }
    .mfp-arrow-left {
        margin-top: -40px;
    }
}
@media screen and (max-width: 480px){
    .search-inputs input.datepicker {
        font-size: 18px!important;
    }
    .search-inputs input.datepicker {
        width: 145% !important;
    }
   
}
/* 24-07-2023 */
@media screen and (max-width: 767px){
    
    .mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
        right: 6px;
    }
}
.eclipse-home-search #regionKey {
    width: 95px;
}
@media screen and (max-width: 480px){
    .search-inputs .input-holder:nth-of-type(2) {
        order: 2;
    }
    .search-inputs .input-holder:nth-of-type(5) {
        order: 3;
    }
}
/* ---25-07-2023---- */
.minimum-offerWrap {
    display: flex;
    column-gap: 30px;
    justify-content: center;
    padding-top: 15px;
}
.minimum-offerWrap span:first-child {
    margin-left: -30px;
}
.submit-offer-content .price-submit-wrap {
    justify-content: center;
    column-gap: 20px;
}
@media screen and (max-width: 768px) {
    .minimum-offerWrap {
        align-items: center;
        flex-direction: column;
    }
    .minimum-offerWrap span:first-child {
        margin-left: 0px;
        margin-bottom: 10px;
    }
    .eclipse-journey h2, .eclipse-journey h2 span {
        font-size: 32px;
    }
}
/* ---25-07-2023---- */
/* 26-07-2023----start----------- */
.offerForm {
    padding-top:25px;
}
.eclipse-home-property-list-item p {
    /* padding-bottom: 0px; */
    padding-bottom: 15px;
}
.eclipse-home-btn-wrap {
    margin-top: 0;
}
.search-property-num-box {
    position: relative;
}
.eclipse-home {
    margin-right: 10px;
}
.eclipse-home a {
    max-width: 260px;
    display: inline-block;
    width: 100%;
    font-weight: bold;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 22px;
    padding: 12px;
    background: #bc3738;
    margin: 0 auto 0;
    text-align: center;
}
@media screen and (max-width: 900px) {
    .eclipse-home {
        position: absolute;
        bottom: -65px;
    }
    .eclipse-journey {
        padding: 60px 0 10px;
    
    }
    .eclipse-home a {
        font-size: 20px;
        padding: 10px
    }
}

/* 26-07-2023----end----------- */
/* 27-07-2023-------------- */
.hill-app-link-img {
    width: 35px;
    margin-right: 10px;
    border-radius: 5px;
}
@media screen and (max-width: 480px){
    .input-location label {
        width: 155px!important;
    }
    .guest-no label {
        width: 195px!important;
    }
    .input-darkness label, .input-year label {
        width: 72px!important;
    }
}
/* 28-07-2023--start------------- */
.eclipse-journey p a {
    font-family: 'Enriqueta';
}
.search-wrapper input[type=text] {
    width: 95px;
    font-size: 20px;
}
#propertyType {
    width: 110px;
}
#regionKey {
    width: 130px;
}

#priceTag {
    width: 95px;
}
#guestCnt {
    width: 90px;
}
@media screen and (max-width: 1400px){ 
    #propertiesSearchForm .input-holder label {
        font-size: 18px;
    }
    .search-wrapper input[type=text] {
        font-size: 18px;
    }
    #propertiesSearchForm .dropdown {
        font-size: 18px;
    }
}
@media screen and (max-width: 1250px){ 
    #propertiesSearchForm .input-holder label {
        font-size: 16px;
    }
    .search-wrapper input[type=text] {
        font-size: 16px;
    }
    #propertiesSearchForm .input-holder {
        padding: 0px 4px;
    }
    #propertiesSearchForm.eclipse-search .input-holder {
        padding: 0px 20px;
    } 
    #propertiesSearchForm.eclipse-search .input-holder.search-holder {
        padding: 0px 0px;
    } 
    .search-wrapper input[type=text] {
        width: 76px;
    }
    #guestCnt {
        width: 55px;
    }
    #propertyType {
        width: 91px;
    }
    #regionKey {
        width: 100px;
    }
    #priceTag {
        width: 75px;
    }
    .input-holder .multiselect .dropdown {
        width: 100px;
    }
    #propertiesSearchForm .dropdown {
        font-size: 16px;
    }
}
.mobile-photo-desc {
    display: none;
}
.desktop-photo-desc {
    color:#bd3738;
    margin: -11px 0 10px;
    font-family: 'Bebas Neue Pro';
    font-size: 19px;
}
.eclipse-home-property-list-item h2 {
    text-align: center;
    font-size: 25px;
    color: #bc3738;
    font-family: 'Bebas Neue Pro';
    border-top: 1px solid #bd3738;
    padding: 10px 0 0 0;
}
.submit-offer-content h6, .askQn-content h6 {
    padding: 6px 0 15px;
    font-size: 18px;
    color: #bc3738;
    font-family: 'Bebas Neue Pro';
}
.offerForm h6 {
    padding: 0;
    /* margin-left: 100px; */
    padding-top: 6px;
    text-align: center;
    font-size: 24px;
}
.both-block-msg {
    text-align: center;
    margin-right: 35px;
}
.minimum-offerWrap span {
    border: 2px solid #b3bb6f;
    padding: 6px;
}

.price-error-wrap input::placeholder { 
    color: #bd3738!important;

  }
  
  /* Internet Explorer 10-11 */
  .price-error-wrap input:-ms-input-placeholder { 
    color: #bd3738!important;
  }
  
  /* Microsoft Edge */
  .price-error-wrap input::-ms-input-placeholder { 
    color: #bd3738!important;
  }

  .price-error-wrap input:focus::-webkit-input-placeholder {
   opacity: 0;
}
@media screen and (max-width: 1200px) {
    .desktop-photo-desc {
        display: none;
        
    }
    .mobile-photo-desc {
        display: block;
        color:#bd3738;
        font-size: 19px;
        /* text-transform: lowercase; */
        margin: 0px 0 10px;
        font-family: 'Bebas Neue Pro';
    }
}

 
   

/* 30-07-2023------------ */
.smartapp-logo { 
    border-radius: 15px;
}


@media screen and (max-width: 800px) {
    .offerForm h6 {
        /* max-width: 170px; */
        margin: auto;
    }
}
.price_field_disable {
    background: #e8e8e8!important;
}
.submit_button_disable {
    background: #e8e8e8!important;
    color: #b5acac!important;
}

.price-error-wrap input.price_field_disable::placeholder { 
    color: #b5acac!important;

  }
  
  /* Internet Explorer 10-11 */
  .price-error-wrap input.price_field_disable:-ms-input-placeholder { 
    color: #b5acac!important;
  }
  
  /* Microsoft Edge */
  .price-error-wrap input.price_field_disable::-ms-input-placeholder { 
    color: #b5acac!important;
  }

/* 01-08-2023----start------- */
 
select#property_list {
    font-size: 26px !important;
}
h2.page-title {
    font-size: 35px;
    padding: 50px 0 30px;
}
.app-download-container {
    bottom: 0;
}

@media screen and (max-width: 1250px){
    h2.page-title {
        font-size: 28px;
    }
}
@media screen and (max-width: 900px) {
    .app-download-container {
        bottom: -20px;
    }
    h2.page-title {
        font-size: 24px;
    }
    select#property_list {
        font-size: 22px !important;
    }
}
.eclipseToggle-heading-left {
    max-width: 290px;
}
.submit-low-msg {
    min-height: unset!important;
    padding: 0!important;
    color: #bc3738!important;
}
.select-one {
    color: #bc3738!important;
}
/* .submit-offer-content form option:first-child, .askQn-content form option:first-child{
    color: #bc3738!important;
  }
  .submit-offer-content form option:not(:first-child), .askQn-content form option:not(:first-child) {
    color: #504239!important;
  } */
/* 01-08-2023---end-------- */
/* 04-08-2023-------------------------- */
.eclipse-iframe {
    position: relative;
}
.eclipse-iframe a {
    position: absolute;
    top:0;
    right:0;
    left:0;
    bottom:0;
    width: 100%;
    height: 100%;
}
@media only screen and (max-width: 690px) {
    .newphone-app-block {
        margin-bottom: 11vw;
        margin-top: 25px;
    }
}
@media only screen and (max-width: 490px) {
    .newphone-app-block {
        margin-bottom: 40px;
        margin-top: 10px;
    }
}

/* 04-08-2023---------------end----------- */

/* 30-08-2023--------start------------------ */

.check_box_3 .wpcf7-list-item-label {
    line-height: 20px;
}
.check_box_3 input[type=checkbox]{
   width: 36px; 
}

.check_box_3 label {
    align-items: flex-start!important;
}

/* 30-08-2023--------End------------------ */

/* 01-09-2023--------start------------------ */
.top-event-box figure {
    border: 1px solid #df4f4f;
    /* padding: 27px; */
    width: 156px;
    height: 150px;
    border-radius: 27px;
    box-sizing: border-box;
    position: relative;
}
.top-event-box{
    position: absolute;
    top: 30px;
    /* bottom: -100px; */
    /* left: 35%; */
    /* transform: translateX(-50%); */
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    /* gap: 40px; */
    gap: 20px;
    /* width: 100%; */
}
.top-event-box figure {
    /* width: 103px;
    height: 100px; */
    width: 85px;
    height: 85px;
    border-radius: 18px;
    margin: 0;
 }
 
.top-event-box figure img{
    width: 75px;
    /* width: 80px; */
}

 .top-event-box .event-box {
    flex-basis: auto !important;
 }

 .top-event-box figure img {
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
    position: absolute;
}

.event-box {
    display: flex;
    flex-direction: column;
    flex-basis: calc(33.3% - 160px);
    align-items: center;
}

.event-box h6 {
    color: #0000ef;
    /* font-size: 35px; */
    font-size: 20px;
    padding: 15px 0;
    text-decoration: underline;
    text-underline-offset: 8px;
    text-align: center;
}
.event-box-separate,.page-center.event-box-separate {
    /* margin-top: 230px; */
    /* margin-top: 180px; */
    margin-top: 20px;
}
.event-box h6 a {
    font-family: 'Bebas Neue Pro';
    color: #0000ef;
}
/* .hill-country figure {
    margin-right: 55px;
} */

/* @media only screen and (max-width: 1800px) {
    .top-event-box .event-box h6 {
        font-size: 28px;
    }
} */
@media only screen and (max-width: 1500px) {
    .top-event-box h6 {
        /* font-size: 1.2vw !important; */
        font-size: 1.8vw !important;
    }
    .hill-country figure{
        margin-right: 0px;
    }
}
@media only screen and (max-width: 970px){
    .top-event-box h6 {
        font-size: 16px !important;
    }
    .top-event-box {
        width: max-content;
    }
 
}
@media only screen and (max-width: 768px) {
    /* .top-event-box h6 {
        font-size: 22px !important;
    } */
    .top-event-box {
        /* flex-direction: column; */
        gap: 7px;
    }
    /* .event-box-separate {
        margin-top: 600px;
    } */

}


@media only screen and (max-width: 400px) {
    .top-event-box h6 {
        font-size: 16px !important;
    }
   
}

@media only screen and (max-width: 375px) {
    .top-event-box figure {
        width: 95px;
        height: 93px;
    }
}

/* 01-09-2023-------------------------- */


.mapVacationPopup {
    width: 132px !important;
    height: initial !important;
    margin: 10px auto 0;
    overflow: auto !important;
}
/* ---09-10-2023---- */
@media only screen and (max-width: 768px) {
    .more-option {
        text-align: -webkit-match-parent;
    }
    .desc-content {
        border-bottom: 0;
    }
    .page-content h5 {
        padding-top: 10px;
    }

    html {
        /* overflow: hidden;
        width: 100%; */
      }
      body {
        height: 100%;
        /* position: fixed; */
        /* prevent overscroll bounce*/
        /* overflow-y: scroll; */
        /* -webkit-overflow-scrolling: touch; */
        /* / iOS velocity scrolling / */
      }

      

      .propertypage-looking {
        margin-bottom: 15px;
        }

        .icon-hide-mobile {
            display: none;
        }

        .listing-mobile {
            justify-content: space-between;
            align-items: center;
        }
      

}
@media only screen and (max-width: 480px) {
    .more-option {
        text-align: -webkit-match-parent;
        margin-left: 22px;
        background: url(../images/dropdown_icon_yellow.png) no-repeat 87% center!important;
    }

}

