.three_two_one .elementor-container,
.three_two_one .elementor-container .elementor-row,
.three_two_two .elementor-container,
.three_two_two .elementor-container .elementor-row,
.three_one .elementor-container,
.three_one .elementor-container .elementor-row,
.two_one .elementor-container,
.two_one .elementor-container .elementor-row,
.two_two_one .elementor-container,
.two_two_one .elementor-container .elementor-row {
display: flex;
flex-wrap: wrap;
width: 100%;
}
.three_two_one .elementor-container .elementor-column, .three_one .elementor-container .elementor-column, .three_two_two .elementor-container .elementor-column {
min-width: 30%;
flex: 1;
}
.two_one .elementor-container .elementor-column, .two_two_one .elementor-container .elementor-column {
min-width: 45%;
flex: 1;
}
@media (max-width: 1024px) {
.three_two_one .elementor-container .elementor-column, .three_two_two .elementor-container .elementor-column {
min-width: 45%;
}
.two_one .elementor-container .elementor-column, .three_one .elementor-container .elementor-column {
min-width: 95%;
}
}
@media (max-width: 767px) {
.three_two_one .elementor-container .elementor-column, .two_two_one .elementor-container .elementor-column {
min-width: 95%;
}
} .nop p {
margin: 0px !important;
} .elementor-form textarea:focus,
.elementor-form input:focus {
outline: 0 !important;
box-shadow: none !important;
} @media (min-width: 768px) {
.stretch_fields_height input,
.stretch_fields_height button {
height: 100%;
}
}
ul.rooms-features {
display: grid;
grid-template-columns: repeat(2, 1fr);
gap: 30px 60px;
list-style-type: none;
padding: 0;
}
@media (max-width: 767px) {
ul.rooms-features {
grid-template-columns: 1fr;
}
}
ul.rooms-features li {
display: flex;
align-items: center;
}
ul.rooms-features li i {
width: 40px !important;
height: 40px !important;
font-size: 40px;
line-height: 1em;
display: block;   
margin-right:20px;
}
ul.rooms-features li h5 {
color: var(--e-global-color-thmv_primary);
}
@media (max-width: 767px) {
.head-icons ul {
justify-content: space-around !important;
padding-left: 20px !important;
}
} @media (max-width: 767px) {
.flatpickr-mobile:before {
content: attr(placeholder);
color: gray;
white-space: nowrap;
}
.flatpickr-mobile:focus[value]:not([value=""]):before {
display: none;
}
input[type="hidden"][value]:not([value=""])+.flatpickr-mobile:before {
display: none;
}
}