/* 
Theme Name: Bytech Twenty Twenty-Five Child
Theme URI: https://wordpress.org/themes/twentytwentyfive/
Description: A child theme for Twenty Twenty-Five
Author: Peyman Shadpour
Author URI: hotels.co.il
Template: twentytwentyfive
Version: 1.0.0
Requires at least: 6.4
Requires PHP: 7.0
Text Domain: twentytwentyfive-child
*/

@import url('https://fonts.googleapis.com/css2?family=Heebo:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Anton&display=swap');
:root {
    --color: #222;
    --color-grayish: #ececec;
    --color-wheat: #fff;
    --color-gray: #a2a2a2;
    --color-gray2: #d4d4d4;
    --color-gray3: #f7f7f7;
    --color-yellow: #f3ee65;
    --price: #2487ce;
    --old-price: #999;
    --color-orange: #ff5722;
    --color-blue: #2487ce;
    --color-red: #cc0000;
    --font: 'Heebo';
    --font-number: 'Anton';
}

html,
body {
    font-family: var(--font) !important;
    overflow-x: hidden;
    font-size: 15px;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: var(--font);
    /* -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; */
}

address {
    font-style: normal;
    padding: 0 0 1rem;
}

html {
    direction: rtl;
}

body {
    font-size: 14px;
    /* overflow-x: hidden; */
    color: var(--color);
    font-family: var(--font);
    text-align: justify;
    line-height: 1.5;
    padding: 62px 0 0 0;
}

h1,
h2,
h3,
h4,
h5,
strong {
    font-family: var(--font);
    font-weight: bold;
    line-height: 1;
}

h2 {
    font-size: 2.5rem;
    line-height: 1;
}

ol,
ul,
li {
    font-size: 1rem;
}

ul,
li {
    list-style-type: none;
}

p {
    font-size: 1rem;
    padding: 0 0 1rem;
}

header {}

.top_header {
    float: right;
    width: 100%;
    padding: 5px 10px;
    border-bottom: 1px solid #e3e3e3;
    position: fixed;
    z-index: 999;
    background: rgba(255, 255, 255, 0.9);
    top: 0;
    margin: 0 0 0;
}

.sub_header {
    float: right;
    width: 100%;
    padding: 0;
    display: none;
    box-shadow: 0 7px 5px rgba(0, 0, 0, 0.1);
    position: relative;
}

.sub_header-alt {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 100;
    background: var(--color-wheat);
    width: 100%;
    transition: all 1s;
}

.logo {
    float: left;
    /* width: 20%; */
    text-align: left;
    margin: 0 20px 0 0;
    padding: 0;
}

.logo img {
    width: 100%;
    max-width: 135px;
}

.page {
    padding: 25px;
}

.width {
    width: 100%;
    max-width: 1600px;
    padding: 0 20px;
    margin: 0 auto;
}

.gallery_image {
    float: right;
    margin: 0 calc(-50vw + 50%) 2rem;
    position: relative;
    /* background: var(--color-grayish); */
    width: 100vw;
}

.highlights {
    float: right;
    width: 100%;
}

.highlight {
    float: right;
    width: 100%;
    text-align: center;
    padding: 20px;
    font-weight: bold;
    font-size: 2rem;
}

.highlight span {
    float: right;
    width: 100%;
    font-weight: normal;
    font-size: 1rem;
}

.support {}

.support svg {
    width: 38px;
    fill: var(--color);
    padding: 0 0 0 10px;
}

.icon-support {
    fill: var(--color);
    margin: 0 0 0 10px;
    font-size: 30px;
}

.hotels_support {
    display: none;
    position: fixed;
    width: calc(100% - 20px);
    right: 10px;
    left: 10px;
    top: 80px;
    background: var(--color-blue);
    padding: 20px;
    border-radius: 5px;
    z-index: 1;
    color: #fff;
    box-shadow: 0 5px 10px rgb(0 0 0 / 50%);
}

.lang {
    float: right;
    position: absolute;
    /* height: 100%; */
    display: flex;
    align-items: center;
    justify-content: center;
    top: 24px;
    right: 53px;
    color: var(--color);
}

.lang .demo-icon {
    font-size: 20px;
    display: none;
}

.location {
    float: left;
    height: 35px;
    width: 35px;
    background: var(--color-grayish);
    border-radius: 50%;
    margin: 15px 0 0;
    line-height: 35px;
    text-align: center;
    padding: 9px 0 0;
    color: #000;
    display: none;
}

.location .demo-icon {
    font-size: 18px;
}

.search {
    float: left;
    height: 35px;
    width: 100%;
    background: var(--color-grayish);
    border-radius: 50px;
    margin: 15px 0 5px 0;
    position: relative;
    display: none;
}

.search_mobile {
    position: absolute;
    right: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 25px;
    font-size: 25px;
}

.search .demo-icon {
    position: absolute;
    left: 15px;
    top: 9px;
    font-size: 18px;
}

.hotels_carousel {
    float: right;
    width: 100%;
    padding: 3rem 0;
}

.hotels_carousel ul {
    padding: 2rem 0;
    list-style-type: none;
    width: 100%;
}

.hotels_carousel ul li.active a {
    color: var(--color-orange);
    border-bottom: 2px solid var(--color-orange);
    font-family: var(--font);
    font-weight: bold;
}

.hotels_carousel ul li {
    display: inline-block;
}

.hotels_carousel ul li a {
    display: inline-block;
    padding: 10px;
    text-decoration: none;
    color: #000;
    height: 35px;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    padding: 8px 20px;
    border-bottom: 2px solid transparent;
    font-size: 1rem;
    flex-shrink: 0;
}

.hotels_carousel ul li a:hover {
    color: var(--color-orange);
    border-bottom: 2px solid var(--color-orange);
}

.hotels_carousel .item {}

.hc_item {
    float: right;
    width: calc(100% - 14px);
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
    margin: 7px 7px;
    padding: 0;
    border-radius: 5px;
    overflow: hidden;
}

.hc_img {
    width: 100%;
    position: relative;
    float: right;
}

.lpae_image {
    width: 100%;
    object-fit: cover;
}

.hc_info {
    width: 100%;
    float: right;
    padding: 1rem;
    color: var(--color);
}

.hc_info p {
    font-size: 1rem;
    margin: 0 0 0.5rem;
    padding: 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 1;
}

.bytech-carousel .bytech-item img {
    height: 180px;
    object-fit: cover;
}

.hc_info select {
    width: 100%;
    margin: 0 0 5px;
}

.hc_info h3 {
    font-size: 1.3rem;
    padding: 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 1;
    padding: 0;
    text-align: right;
    margin: 0 0 5px;
    height: 40px;
}

.hc_reviews_top {
    width: auto !important;
    float: left !important;
    padding: 0.5rem !important;
    text-align: center;
    border-radius: 5px;
    font-size: 0.8rem;
    min-width: 110px;
    font-size: 0.8rem;
}

.hc_reviews {
    /* width: 100%;
    float: right;
    padding: 0.5rem 0; */
}

.hc_reviews_top span {
    background: var(--color-yellow);
    border-radius: 5px;
    padding: 2px 5px;
    color: var(--color-wheat);
    font-size: 1.1rem;
    width: 100%;
    float: right;
}

.hc_reviews span {
    background: var(--color-yellow);
    border-radius: 5px;
    padding: 5px;
    color: var(--color-wheat);
    text-align: center;
}

.hc_price {
    width: 100%;
    /* float: right; */
    text-align: left;
    color: var(--price);
    direction: ltr;
    font-size: 1.5rem;
    font-family: var(--font);
    font-weight: bold;
    line-height: 1;
}

.hc_price s {
    color: var(--old-price);
    font-size: 1rem;
    font-family: var(--font);
    width: auto;
    float: inherit;
    padding: 0 5px;
}

.hc_location {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 1;
    color: var(--color-wheat);
    text-shadow: 0 0 4px rgba(0, 0, 0, 0.8);
}

.hc_click {
    width: 100%;
    text-align: center;
    padding: 2rem 0 0;
}

.hc_click a {
    color: var(--color-orange);
    border: 1px solid var(--color-orange);
    padding: 10px 20px;
    text-decoration: none;
    border-radius: 5px;
    font-family: var(--font);
    font-weight: bold;
}


/* nav {
    width: 100%;
    float: right;
}

nav ul {
    width: 100%;
    float: right;
}

nav ul li {
    position: relative;
    float: right;
    list-style-type: none;
    width: 100%;
}

nav ul li a {
    padding: 10px;
    text-decoration: none;
    color: var(--color);
    display: table;
    width: 100%;
}

nav ul li.active a {
    color: var(--color-orange);
    font-family: 'hotels-bold';
}

nav ul li a:hover {}

nav ul li:hover>ul {
    display: block;
}

nav ul ul {
    float: right;
    background: rgba(255, 255, 255, 0.9);
    position: absolute;
    top: 100%;
    right: 0;
    width: 840px;
    z-index: 10;
    padding: 15px;
    box-shadow: 0 4px 20px 0 rgb(0 0 0 / 8%);
    display: none;
}

nav ul ul li {
    display: initial;
    width: 33.33%;
    padding: 0;
    float: right;
}

nav ul ul li ul {
    width: 100%;
    box-shadow: none;
    position: static;
    background: none;
    padding: 0;
    display: block;
}

nav ul ul li ul li {
    width: 100%;
    padding: 0px;
    background: none;
}

nav ul ul li ul li a {
    padding: 5px 15px;
}

.sub_nav {}

.nav_title {
    font-family: 'hotels-bold';
    font-size: 1.15rem;
} */

.owl-prev,
.owl-next {
    position: absolute;
    top: 50% !important;
    z-index: 10;
    font-size: 25px !important;
    line-height: 25px !important;
    background: rgba(255, 255, 255, 0.8) !important;
    height: 50px;
    width: 50px;
    border-radius: 50% !important;
    margin: -25px 0 0 0 !important;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    padding: 0 !important;
}

.owl-prev:focus,
.owl-next:focus {
    outline: none !important;
    border: none !important;
}

.owl-next {
    left: 20px;
}

.owl-prev {
    right: 20px;
}

.by_logos img {
    filter: grayscale(100%);
}

.by_logos img:hover {
    filter: grayscale(0%);
}

.by_logos .hc_item {
    float: right;
    width: calc(100% - 14px);
    box-shadow: none;
    margin: 7px 7px;
    padding: 20px;
    border-radius: 5px;
    overflow: hidden;
}

.by_slider .hc_item {
    float: right;
    width: 100%;
    box-shadow: none;
    margin: 0;
    padding: 0;
    border-radius: 0px;
    overflow: hidden;
}

.by_slider .owl-prev,
.by_slider .owl-next {
    position: absolute;
    top: 50% !important;
    z-index: 10;
    font-size: 70px !important;
    line-height: 70px !important;
    background: none !important;
    height: 70px;
    width: 70px;
    border-radius: 50% !important;
    margin: -35px 0 0 0 !important;
    box-shadow: none;
    padding: 0 !important;
    color: var(--color-wheat) !important;
}

.by_slider .owl-prev {
    right: 20px !important;
}

.by_slider .owl-next {
    left: 20px !important;
}

footer {
    background: var(--color);
    width: 100%;
    float: right;
    padding: 0;
}

footer .top_line {
    width: 100%;
    float: right;
    border-bottom: 1px solid #403f3f;
    padding: 2rem 25px;
}

footer .share_icons {
    float: right;
    width: 100%;
    text-align: center;
}

footer .members_club {
    float: right;
    width: 100%;
    display: none;
}

#members {
    float: left;
    width: 100%;
    background: var(--color-orange);
    padding: 3px;
}

footer .members_club .email_line {
    float: left;
    width: 100%;
    padding: 0;
}

footer .members_club .email_button {
    float: left;
    width: 30%;
}

footer .members_club .email_button input {
    float: right;
    width: 100%;
    padding: 5px;
    background: var(--color-orange);
    border: none;
    color: var(--color-wheat);
    cursor: pointer;
    font-size: 1.3rem;
}

footer .members_club p {
    float: right;
    color: var(--color-wheat);
    text-align: center;
    padding: 0px 20px;
    width: 100%;
    font-size: 1.15rem;
}

footer .members_club .email_input {
    float: right;
    width: 70%;
    padding: 10px;
    border: none;
}

footer .share_icons a {
    color: var(--color-wheat);
    padding: 11px;
    /* float: right; */
    font-size: 2rem;
    display: inline-block;
}

footer .menu_footer {
    float: right;
    width: 100%;
    padding: 2rem 25px;
}

footer .menu_footer h2 {
    float: right;
    width: 100%;
    padding: 0 0 1rem;
    margin: 0;
    color: var(--color-wheat);
    font-size: 1.5rem;
}

footer .menu_footer ul {
    float: right;
    width: 100%;
}

footer .menu_footer ul li {
    float: right;
    width: 50%;
}

footer .menu_footer ul li a {
    float: right;
    width: 100%;
    color: var(--color-gray);
    text-decoration: none;
    padding: 0;
}

footer .menu_footer ul li a:hover {}


/* compo */

.by_compo {
    position: absolute;
    z-index: 10;
    width: 100%;
    bottom: 5rem;
    right: 0;
}

.by_search_form {
    width: 100%;
    margin: 0 auto;
    background: rgba(255, 255, 255, 0.95);
    max-width: 1000px;
    padding: 0;
    display: table;
    border-radius: 100px;
}

.by_search_form strong {
    width: 100%;
    float: right;
}

.by_search_form .hotel_location {
    width: 20%;
    font-size: 0.9rem;
    color: var(--color);
    border-left: 1px solid #e4e3e3;
    padding: 0px 25px;
    margin: 15px 0;
    float: right;
    border-radius: 0 100px 100px 0;
    cursor: pointer;
}

.by_search_form .hotel_checkin {
    width: 20%;
    font-size: 0.9rem;
    color: var(--color);
    border-left: 1px solid #e4e3e3;
    padding: 0px 25px;
    margin: 15px 0;
    float: right;
    border-radius: 0 100px 100px 0;
    cursor: pointer;
}

.by_search_form .hotel_checkout {
    width: 20%;
    font-size: 0.9rem;
    color: var(--color);
    border-left: 1px solid #e4e3e3;
    padding: 0px 25px;
    margin: 15px 0;
    float: right;
    border-radius: 0 100px 100px 0;
    cursor: pointer;
}

.by_search_form .hotel_guests {
    width: 20%;
    font-size: 0.9rem;
    color: var(--color);
    border-left: 1px solid #e4e3e3;
    padding: 0px 25px;
    margin: 15px 0;
    float: right;
    border-radius: 0 100px 100px 0;
    cursor: pointer;
}

.by_search_form .border_style {
    /* border-left: 1px solid #e4e3e3; */
}


/* .hotel_location:hover,
.hotel_checkin:hover,
.hotel_checkout:hover,
.hotel_guests:hover{
    background: #e4e3e3;
    padding: 15px 25px;
    margin: 0;
    border-left: none;
    border-radius:100px;
} */

.by_search_form .by_search {
    float: left;
    background: var(--color-orange);
    color: var(--color-wheat);
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin: 7px;
    text-align: center;
    font-size: 1.5rem;
    padding: 15px 0 0px;
    cursor: pointer;
}

.by_areas {
    float: right;
    width: 100%;
    padding: 5rem 0;
}

.by_areas h2 {
    margin: 0 0 3rem;
}

.by_area {
    float: right;
    width: 100%;
    margin: 0 0 2rem;
}

.by_area .img_area {
    float: right;
    width: 100px;
    background: #ececec;
    height: 80px;
    border-radius: 10px;
    margin: 0 0 0 10px;
    overflow: hidden;
}

.by_area .img_area img {
    width: 100%;
    height: 80px;
    object-fit: cover;
}

.breadcrumb {
    float: right;
    padding: 1rem 0 3rem;
    width: 100%;
    display: none;
}

.breadcrumb .icon-angle-double-left {
    font-size: 0.8rem;
}

.breadcrumb_left {
    float: right;
    color: var(--color);
}

.breadcrumb a {
    color: var(--color);
    font-family: var(--font);
    font-weight: bold;
    font-size: 1rem;
}

.by_image {
    float: right;
    width: 100%;
    position: relative;
}

.by_image img {
    width: 100%;
    float: right;
}

.by_image:nth-child(1) {}

.by_image:nth-child(2),
.by_image:nth-child(3) {
    width: 25%;
}

.by_image:nth-child(4) {
    width: 50%;
}

.by_image:nth-child(1) img {
    height: 250px;
    object-fit: cover;
}

.by_image:nth-child(2) img,
.by_image:nth-child(3) img {
    height: 70px;
    object-fit: cover;
}

.by_image:nth-child(4) img {
    height: 70px;
    object-fit: cover;
}

#sidebar {
    float: right;
    width: 100%;
}

.by_highlights {
    float: right;
    width: 100%;
    padding: 2em 0 0;
    z-index: -1;
}

.by_highlights h2 {
    padding: 0 0 1rem;
}

.by_highlights h3 {
    float: right;
    width: 100%;
    padding: 2rem 0 1rem;
    font-size: 1.5rem;
}

.by_highlights h4 {
    float: right;
    width: 100%;
    padding: 0 0 1rem;
    font-size: 2rem;
}

.by_highlights ul {
    float: right;
    width: 100%;
    padding: 0 0 2rem;
    margin: 0;
    list-style-type: none;
}

.by_highlights ul li {
    float: right;
    width: 100%;
    position: relative;
    padding: 0 30px 5px 0;
}

.by_highlights ul li svg {
    fill: var(--color-blue);
    position: absolute;
    right: 0;
    top: 0;
}

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

.hotels_area_list {
    float: right;
    width: 100%;
    padding: 0 0 2rem;
}

.by_chain li {
    float: right;
    width: 50%;
    text-align: center;
    padding: 0 5px;
}

.by_chain li img {
    height: 60px;
    object-fit: contain;
    width: 100%;
    float: right;
    margin: 0 0 5px;
}

.by_chain li span {
    float: right;
    width: 100%;
    line-height: 1;
    height: 30px;
    font-size: 0.8rem;
}

.hotels_area_list a,
.by_chain a {
    color: var(--color);
}

.by_content {
    float: right;
    width: 100%;
}

.page_content {
    float: right;
    width: 100%;
}

.page_content h2 {
    font-size: 1.5rem;
    line-height: 1;
    padding: 1rem 0 0.5rem;
}

.page_content a {
    color: var(--color);
    text-decoration: underline !important;
    font-weight: 700;
}

.page_content h1 {
    font-size: 2.5rem;
}

.by_rooms {
    float: left;
    width: 100%;
    padding: 3rem 0 0;
}

.by_rooms h2 {
    float: left;
    width: 100%;
    padding: 0 0 2rem;
}

.by_room {
    float: left;
    width: 100%;
    padding: 0 0 2rem;
}

.by_room h3 {
    font-size: 1.8rem;
    text-align: initial;
    line-height: 1;
    padding: 0 0 1rem;
}

h1 {
    font-size: 2rem;
    padding: 0 0 1rem;
    margin: 0;
    /* line-height: 2rem; */
    clear: inherit;
    text-align: right;
}

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

.by_room_img img {
    width: 100%;
    border-radius: 5px;
}

.by_room_txt {
    float: left;
    width: 100%;
    padding: 1rem 0 0;
}

.by_compo_hotel {
    float: right;
    width: 100%;
}


.by_search_form_hotel {
    float: right;
    width: 100%;
    position: relative;
}

.by_search_form_hotel strong {
    float: right;
    width: 100%;
}

.by_search_form_hotel .hotel_location {
    width: 100%;
    font-size: 0.9rem;
    color: var(--color);
    border: 1px solid #e3e3e3;
    padding: 10px;
    margin: 0 0 6px;
    float: right;
    border-radius: 3px;
}

.by_search_form_hotel .border_style {
    float: right;
    width: 100%;
}

.by_search_form_hotel .hotel_checkin {
    width: calc(50% - 3px);
    font-size: 0.9rem;
    color: var(--color);
    border: 1px solid #e3e3e3;
    padding: 10px;
    margin: 0 0 0 3px;
    float: right;
    border-radius: 3px;
    cursor: pointer;
}

.by_search_form_hotel .hotel_checkout {
    width: calc(50% - 3px);
    font-size: 0.9rem;
    color: var(--color);
    border: 1px solid #e3e3e3;
    padding: 10px;
    margin: 0 3px 0 0;
    float: right;
    border-radius: 3px;
    cursor: pointer;
}

.by_search_form_hotel .hotel_guests {
    width: 100%;
    font-size: 0.9rem;
    color: var(--color);
    border: 1px solid #e3e3e3;
    padding: 10px;
    margin: 6px 0;
    float: right;
    border-radius: 3px;
    cursor: pointer;
}

.by_search_form_hotel .by_search {
    /* float: left;
    background: var(--color-orange);
    color: var(--color-wheat);
    width: 100%;
    border-radius: 5px;
    margin: 0;
    text-align: center;
    font-size: 1.5rem;
    padding: 10px 0;
    cursor: pointer;
    border: none; */
    float: left;
    background: var(--color-yellow);
    color: var(--color);
    font-weight: 600;
    font-family: 'Heebo';
    width: 100%;
    border-radius: 5px;
    margin: 0;
    text-align: center;
    font-size: 1.5rem;
    padding: 10px 0;
    cursor: pointer;
    border: none;
    height: 50px;
}

#sidebar .by_compo_hotel .by_search {
    background: var(--color-orange);
    color: var(--color-wheat);
}

.by_map {
    width: 100%;
    float: right;
    padding: 0 0 2rem;
}

.by_map h2 {
    width: 100%;
    float: right;
    padding: 0 0 2rem;
}

.by_map iframe {
    padding: 0 0 2rem;
}

.by_container {
    float: right;
    width: 100%;
    margin: 0 0 4rem;
}

.by_button {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 10;
    background: rgba(0, 0, 0, 0.6);
    padding: 10px 0;
    text-align: center;
    width: 50%;
    border-radius: 0;
    font-size: 15px;
    cursor: pointer;
    color: #fff;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.by_button .icon-th-list {
    font-size: 14px;
}

.play-btn::after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-40%) translateY(-50%);
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 15px solid var(--color-wheat);
    z-index: 100;
    transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.play-btn::before {
    content: '';
    position: absolute;
    width: 120px;
    height: 120px;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation: pulsate-btn 2s;
    animation: pulsate-btn 2s;
    -webkit-animation-direction: forwards;
    animation-direction: forwards;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: steps;
    animation-timing-function: steps;
    opacity: 1;
    border-radius: 50%;
    border: 5px solid rgba(36, 135, 206, 0.7);
    top: -18px;
    left: -18px;
    background: rgba(198, 16, 0, 0);
}

.play-btn {
    width: 75px;
    height: 75px;
    background: radial-gradient(var(--color-blue) 50%, rgba(36, 135, 206, 0.4) 52%);
    border-radius: 50%;
    display: block;
    position: absolute;
    left: calc(50% - 35px);
    top: calc(50% - 35px);
    overflow: hidden;
}

.play-btn:hover::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-40%) translateY(-50%);
    width: 0;
    height: 0;
    border: none;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 15px solid var(--color-wheat);
    z-index: 200;
    -webkit-animation: none;
    animation: none;
    border-radius: 0;
}

.play-btn:hover::after {
    border-left: 15px solid var(--color-blue);
    transform: scale(20);
}

.by_type_reviews {
    float: right;
    width: 100%;
    padding: 3rem 0 0;
}

.all_type_reviews {
    float: right;
    width: 100%;
    padding: 0;
}

.by_type_reviews_top {
    float: right;
    width: 100%;
    padding: 0 0 2rem;
}

.by_type_review {
    float: right;
    width: 100%;
    padding: 0;
    font-size: 0.8rem;
}

.by_type_review span {
    float: right;
    width: 100%;
    background: var(--color-orange);
    height: 5px;
}

.by_type_review_num {
    float: left;
    width: calc(100% - 75px);
    height: 5px;
    margin: 5px 0;
    line-height: 5px;
}

.by_type_review_num .num_1,
.by_type_review_num .num_2,
.by_type_review_num .num_3,
.by_type_review_num .num_4,
.by_type_review_num .num_5,
.by_type_review_num .num_6,
.by_type_review_num .num_7,
.by_type_review_num .num_8,
.by_type_review_num .num_9,
.by_type_review_num .num_10 {
    float: right;
    width: calc(100% - 20px);
    background: var(--color-gray2);
    margin: 0;
}

.l_num {
    float: left;
}

.by_type_review_num .num_1 span {
    width: 10%;
}

.by_type_review_num .num_2 span {
    width: 20%;
}

.by_type_review_num .num_3 span {
    width: 30%;
}

.by_type_review_num .num_4 span {
    width: 40%;
}

.by_type_review_num .num_5 span {
    width: 50%;
}

.by_type_review_num .num_6 span {
    width: 60%;
}

.by_type_review_num .num_7 span {
    width: 70%;
}

.by_type_review_num .num_8 span {
    width: 80%;
}

.by_type_review_num .num_9 span {
    width: 90%;
}

.by_type_review_num .num_10 span {
    width: 100%;
}

.by_reviews {
    float: right;
    width: 100%;
    padding: 2rem 0 0;
}

.by_all_reviews .by_type_reviews {
    float: none;
    width: 100%;
    padding: 3rem 0 0;
    max-width: 1320px;
    margin: 0 auto;
}

.by_all_reviews {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 9999;
    background: rgba(255, 255, 255, 0.98);
    overflow-y: scroll;
    width: 100%;
    height: 100%;
}

.by_review .icon-user {
    position: absolute;
    top: 0;
    right: 0;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    border: 1px solid;
    text-align: center;
    font-size: 1.5rem;
    color: var(--color-orange);
    display: flex;
    align-items: center;
    justify-content: center;
}

.by_review {
    position: relative;
    float: right;
    width: 100%;
    padding: 0 0 3em 3em;
}

.by_review h4 {
    font-size: 1.2em;
    display: flex;
    align-items: center;
}

.by_review h4 span {
    color: var(--color-gray);
    font-weight: 400;
    font-size: 0.75em;
    padding: 0 5px 0 0;
}

.by_review_button {
    float: right;
    width: 100%;
    text-align: left;
    font-size: 1.2rem;
}

.by_review_button .icon-left-open-big {
    font-size: 1.2rem;
}

.by_review_button span {
    color: var(--color-orange);
    font-family: var(--font);
    font-weight: bold;
    text-decoration: none;
    margin: 0rem 0 2rem 0;
    float: left;
    border: 1px solid var(--color-grayish);
    padding: 10px 15px 7px 5px;
    border-radius: 5px;
    font-size: 1rem;
    cursor: pointer;
}

.by_type_reviews_close {
    position: fixed;
    font-size: 3rem;
    right: 1rem;
    top: 1rem;
    line-height: 1;
    z-index: 9999;
    cursor: pointer;
}

.lg-outer {
    direction: ltr;
}

.by_review_date {
    position: relative;
    font-size: 0.9rem;
    font-weight: 700;
    margin: 5px 0 0;
}
.by_review_date i {
    color: var(--color-orange);
}

.by_review_date::after {
    content: '';
}

.by_review_star {
    font-size: 1.4rem;
    padding: 0.5rem 0;
    color: var(--color-orange);
    line-height: 1.4rem;
}

.by_review_star a {
    font-size: 1rem;
    color: var(--color);
}

.by_more_hotels {
    width: 100%;
    float: right;
    background: #f7fafd;
    padding: 2rem;
    text-align: center;
}

.by_more_hotels h3 {
    width: 100%;
    float: right;
    font-size: 2rem;
    padding: 0 0 2rem;
}

.by_more_hotels h4 {
    font-size: 1.3rem;
}

.by_more_hotel {
    width: 100%;
    float: right;
    padding: 0 0 3rem;
    text-align: right;
    color: var(--color);
}

.by_more_hotel_image {
    width: 100%;
    float: right;
    padding: 0 0 1rem;
}

.by_more_hotel_image img {
    width: 100%;
}

.by_more_hotel_txt {
    width: 100%;
    float: right;
}

.search_hotels_in_area {
    float: right;
    width: 100%;
    padding: 0 0 3rem;
}

.hotel_in_location {
    float: right;
    width: 25%;
}

.types_of_hotels {
    background: var(--color-grayish);
    padding: 5rem;
}

.bar {
    position: absolute;
    top: 25px;
    right: 15px;
    z-index: 10;
    width: 25px;
}

.bar span {
    width: 100%;
    height: 3px;
    background: var(--color);
    float: right;
    border-radius: 10px;
    margin: 0 0 4px;
}

.is-affixed .by_compo_hotel.sidebar__inner {
    /* position: relative !important;
    left: auto !important;
    transform: none !important; */
}

.custom-shape-divider-bottom-1617717552 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    transform: rotate(180deg);
}

.custom-shape-divider-bottom-1617717552 svg {
    position: relative;
    display: block;
    width: calc(135% + 1.3px);
    height: 200px;
}

.custom-shape-divider-bottom-1617717552 .shape-fill {
    fill: #FFFFFF;
}

.hero {
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
    color: #FFF;
    text-align: center;
}

.hero-center {
    width: 100%;
    position: absolute;
    top: 40%;
    left: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.hero__logo {
    font-size: 60px;
    color: rgba(0, 0, 0, 0.5);
}

.hero__text {
    font-weight: normal;
    opacity: 0.8;
}

.hero__scroll {
    position: absolute;
    bottom: 10px;
    width: 200px;
    margin: auto;
    display: block;
    cursor: pointer;
    padding-bottom: 10px;
    left: 0;
    right: 0;
    text-transform: uppercase;
}

.hero__scroll .icon-angle-down {
    font-size: 2rem;
}

.by_banner_box {
    float: right;
    width: 100%;
    padding: 5rem 0 2rem;
}

.by_banner {
    background: var(--color-gray);
    color: var(--color-wheat);
    height: 140px;
    display: flex;
    align-items: center;
    justify-content: center;
    float: right;
}

.by_banner_1 {
    width: 100%;
    margin: 0 0 2rem;
    float: right;
    font-size: 2rem;
}

.by_banner_2 {
    width: calc(50% - 2rem);
    margin: 0 0 2rem 1rem;
}

.by_banner_2:nth-child(2n+0) {
    margin: 0 1rem 2rem 0;
}

.by_banner_3 {
    width: calc(33.33% - 2rem);
    margin: 0 0 2rem 2rem;
}

.by_banner_3:nth-child(3n+0) {
    width: calc(33.33% - 0px);
    margin: 0 0 2rem 0;
}

.content_search {
    float: right;
    width: 70%;
}

.by_hotel_search {
    float: right;
    width: 100%;
    padding: 0 0 2rem;
    margin: 0 0 2rem;
    border-bottom: 1px solid var(--color-grayish);
}

.by_hotel_search_img {
    float: right;
    width: 35%;
    position: relative;
    overflow: hidden;
    border-radius: 5px;
}

.by_hotel_search_img img {
    width: 100%;
}

.by_hotel_search_info {
    float: right;
    width: 65%;
    padding: 0 2rem 0 0;
}

.search_price {
    float: left;
    width: 30%;
}

.by_botton_search {
    float: left;
    width: 100%;
    border: 1px solid;
    padding: 10px;
    margin: 1rem 0 0;
    border-radius: 5px;
    text-align: center;
    text-decoration: none;
    color: var(--color-orange);
    font-family: var(--font);
    font-weight: bold;
}

.search_price span {
    float: left;
    width: 100%;
    font-size: 0.8rem;
}

.by_starting_from {
    font-size: 0.8rem;
    color: var(--color);
}

.by_starting_from s {
    float: left;
    width: 100%;
}

.by_left {
    float: left;
    width: 20%;
    display: none;
}

.by_left h2 {
    float: left;
    width: 100%;
    padding: 0 0 2rem;
    text-align: right;
    line-height: 1;
}

.by_right {
    float: right;
    width: 100%;
    display: none;
}

.by_right h2 {
    float: left;
    width: 100%;
    padding: 0 0 1rem;
}

.by_sidebar_left {
    float: left;
    width: 25%;
    background: var(--color-grayish);
    padding: 2rem;
}

.by_sidebar_left h3 {
    float: right;
    width: 100%;
    padding: 0 0 1rem;
    font-size: 1.5rem;
}

.by_sidebar_left ul {
    float: right;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.by_sidebar_left ul li {
    float: right;
    width: 100%;
    position: relative;
    padding: 0 30px 5px 0;
}

.by_sidebar_left ul li svg {
    fill: var(--color-blue);
    position: absolute;
    right: 0;
    top: 0;
}

.by_hotels_search {
    float: right;
    width: 100%;
}

.by_hotels_search ul {
    float: right;
    width: 100%;
    list-style-type: none;
}

.by_hotels_search ul li {
    display: inline-block;
    padding: 2rem 0;
}

.by_hotels_search ul li a {
    padding: 5px 15px;
    border: 1px solid;
    border-radius: 30px;
    text-decoration: none;
    color: var(--color-orange);
}

.by_hotels_search ul li a:hover {
    color: var(--color);
}

.important {
    float: right;
    width: 100%;
    padding: 5rem 0;
    border-top: 1px solid;
    margin: 5rem 0 0;
}

.important h2 {
    width: 100%;
    float: right;
    font-size: 2rem;
    padding: 0 0 2rem;
}

.by_lists {
    float: right;
    width: 100%;
    padding: 0 0 2em;
}

.by_lists h3 {
    float: right;
    width: 100%;
    font-size: 1.5rem;
    padding: 0 0 1rem;
}

.by_list {
    float: right;
    width: 100%;
    padding: 0 0 0.8rem;
}

.note {
    float: right;
    width: 100%;
    border-right: 4px solid #ccc;
    padding: 20px 20px 40px;
    position: relative;
}

.by_lists a {
    color: var(--color);
    margin: 1rem 0 0;
    display: inline-block;
    text-decoration: underline !important;
}

.by_list p {
    padding: 0 0 1rem;
    font-size: 0.8rem;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

#inline3 .by_list p {
    -webkit-line-clamp: inherit;
    font-size: 1rem;
}

.note strong {
    float: right;
    width: 100%;
}

.note::before {
    width: 15px;
    height: 15px;
    border: 3px solid;
    border-radius: 50%;
    content: '';
    position: absolute;
    right: -13px;
    top: 20px;
    background: var(--color-wheat);
}

.note.lightblue {
    border-right: 4px solid var(--color-blue);
}

.note.lightblue::before {
    color: var(--color-blue);
}

.note.yellow {
    border-right: 4px solid var(--color-yellow);
}

.note.yellow::before {
    color: var(--color-yellow);
}

.note.red {
    border-right: 4px solid var(--color-red);
}

.note.red::before {
    color: var(--color-red);
}

#inline,
#inline2,
#inline3 {
    background: var(--color-wheat);
    padding: 3rem;
    height: 300px;
    max-width: 500px;
    overflow: hidden;
    overflow-y: scroll;
    direction: rtl;
    text-align: right;
}

.by_faq {
    width: 100%;
    float: right;
    padding: 5rem 0;
    border-top: 1px solid;
}

.by_faq h2 {
    width: 100%;
    float: right;
    font-size: 2rem;
    padding: 0 0 2rem;
}

ul.accordion .inner {
    padding-left: 1em;
    overflow: hidden;
    display: none;
    list-style-type: none;
    padding: 2rem;
    width: 100%;
    float: right;
    background: var(--color-grayish);
    border-right: 2px solid var(--color-blue);
}

ul.accordion .inner.show {
    /*display: block;*/
}

ul.accordion .arrow {
    position: absolute;
    left: 1rem;
    top: 1rem;
    font-size: 1.5rem;
    z-index: -1;
}

ul.accordion li {
    margin: 0.5em 0;
    list-style-type: none;
    width: 100%;
    float: right;
    border-bottom: 1px solid var(--color-grayish);
    position: relative;
}

ul.accordion li a.toggle {
    width: 100%;
    display: block;
    color: var(--color);
    padding: 1rem 0;
    transition: 0.3s ease;
    font-size: 1.2rem;
    text-decoration: none;
}

ul.accordion li a.toggle:hover {}

.by_hotel_description {
    float: right;
    width: 100%;
    /* display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden; */
}

.by_hotel_description.by_all {
    -webkit-line-clamp: unset;
    transition: 1s ease;
}

.by_more {
    float: right;
    padding: 10px 0 10px 30px;
    display: table;
    font-family: var(--font);
    font-weight: bold;
    font-size: 0.95rem;
    position: relative;
}

.by_more .icon-angle-double-left {
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=-2);
    position: absolute;
    left: 0;
    top: 13px;
}

.by_more.by_less .icon-angle-double-left {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=-2);
}

.by_all_hotels_in_area {
    float: right;
    width: 100%;
    padding: 3rem 0;
}

.by_all_hotels_in_area table {
    width: 100%;
    padding: 0 0 3rem;
    margin: 0;
    border: none;
}

.by_all_hotels_in_area table tr {}

.by_all_hotels_in_area table td {
    border-bottom: 1px solid var(--color-grayish) !important;
    border: none;
    /* border-left: 1px solid var(--color-grayish); */
    padding: 1rem;
    width: 25%;
}

.by_all_hotels_in_area table tr:nth-child(1) {
    /* background: var(--color-blue);
    color: var(--color-wheat); */
}

.by_all_hotels_in_area table tr:nth-child(1) td {
    padding: 1rem;
}

.by_all_hotels_in_area table tr:nth-child(even) {
    background: var(--color-gray3)
}


/* .by_all_hotels_in_area table tr:nth-child(odd) {background: var(--color-gray2)} */

.by_all_hotels_in_area h2 {
    float: right;
    width: 100%;
    padding: 0 0 2rem;
}

.by_all_hotels_in_area a {
    color: var(--color);
}

.by_all_hotels_in_area .hc_reviews {
    float: right;
    padding: 0;
    font-size: 0.95rem;
}

.by_all_hotels_in_area .hc_reviews span {}

@-webkit-keyframes pulsate-btn {
    0% {
        transform: scale(0.6, 0.6);
        opacity: 1;
    }
    100% {
        transform: scale(1, 1);
        opacity: 0;
    }
}

@keyframes pulsate-btn {
    0% {
        transform: scale(0.6, 0.6);
        opacity: 1;
    }
    100% {
        transform: scale(1, 1);
        opacity: 0;
    }
}

.by_stars {
    float: right;
    width: 100%;
    color: var(--color-yellow);
    font-size: 1rem;
    margin: 0px 0 1rem;
}

.byb {
    width: 100%;
    /* float: right; */
    text-align: left;
    color: var(--color-orange);
    font-family: var(--font);
    font-weight: bold;
    font-size: 0.8rem;
    line-height: 1;
}

.circle .advanced_search {
    padding: 2rem;
    margin: 0 calc(-50vw + 50%) 2rem;
    float: left;
    width: 100vw;
    background: #409ffd;
    background: -moz-linear-gradient(top, #409ffd 1%, #0e4d8d 99%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #409ffd), color-stop(99%, #0e4d8d));
    background: -webkit-linear-gradient(top, #409ffd 1%, #0e4d8d 99%);
    background: -o-linear-gradient(top, #409ffd 1%, #0e4d8d 99%);
    background: -ms-linear-gradient(top, #409ffd 1%, #0e4d8d 99%);
    background: linear-gradient(to bottom, #409ffd 1%, #0e4d8d 99%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#409ffd', endColorstr='#0e4d8d', GradientType=0);
    border-radius: 0;
}

.circle .advanced_search .t-check-in {
    width: calc(50% - 0px);
}

.circle .advanced_search .t-dates {
    padding: 15px 10px;
}

.owl-nav .disabled {
    /* display: none; */
    opacity: 0.5;
    cursor: no-drop !important;
}

.circle .advanced_search .t-check-in,
.circle .advanced_search .t-check-out {
    box-shadow: none !important;
}

.term_class h2 {
    color: var(--color-wheat);
    padding: 0 0 20px;
    text-align: right;
    line-height: 1;
}

.circle .advanced_search.advanced_search_fixed h2 {
    color: var(--color);
    text-align: center;
}

.advanced_search.advanced_search_fixed .cancellation_hotel{
    display: none;
}

.circle .advanced_search.advanced_search_fixed .by_search {
    background: var(--color-orange);
    color: var(--color-wheat);
}

.ChooseArea {
    float: right;
    width: 100%;
    margin: 0;
    background: var(--color-wheat);
    border-radius: 5px;
}

.term_class #hotel_area {
    padding: 10px;
    width: 100%;
    height: 49px;
    background: var(--color-wheat);
    font-size: 1.5rem;
    border-radius: 5px;
    border: 1px solid var(--color-gray2);
}

.term_class #hotel_area option {
    font-size: 1rem;
}

.t-check-in,
.t-check-out {
    box-shadow: none !important;
    flex: inherit;
}

.pax_in {
    background: var(--color-wheat);
    position: relative;
}

.pax_in label {
    position: absolute;
    right: 10px;
    top: 10px;
    line-height: 1;
    z-index: 0;
    width: 35px;
    font-size: 12px;
    font-weight: 400;
    padding: 0;
}

.pax_in label span {
    width: 100%;
    float: right;
    font-size: 0.8rem;
}

.pax_in select {
    height: 49px;
}

.pax {
    width: 100%;
    float: right;
    padding: 0;
}

.pax_in {
    width: 33.33%;
    float: right;
    border-radius: 5px;
}

.pax_in select {
    width: 100%;
    float: right;
    padding: 10px 10px 10px 35px;
    border-radius: 5px;
    text-align: left;
    font-weight: bold;
    font-size: 2rem;
    line-height: 1;
    z-index: 1;
    position: relative;
}

.pax_in select option {
    font-size: 1rem;
}

.pax_in:nth-child(2) {
    margin: 0 5px;
    width: calc(33.33% - 10px);
}

.term_class {
    position: relative !important;
    border: none;
    margin: 0 0 30px;
    padding: 20px;
}

.advanced_search {
    float: left;
    height: auto;
    margin: 0;
    padding: 0 0 25px;
    width: 100%;
    position: relative;
    border-radius: 0;
    bottom: 0;
    right: 0;
    z-index: 9;
    display: block !important;
}

.hd {
    float: right;
    width: 100%;
    margin: 0 0 2em;
    padding: 0;
    box-shadow: 0 0 5px rgb(0 0 0 / 50%);
    border-radius: 5px;
}

.hd .hd_item {
    float: right;
    width: 100%;
}

.hd .hd_img {
    float: right;
    width: 100%;
    position: relative;
}

.hd .hd_img img {
    width: 100%;
    border-radius: 5px 5px 0 0;
}

.hd .hd_location {
    position: absolute;
    color: var(--color-wheat);
    top: 10px;
    right: 10px;
}

.hd .hd_info {
    float: right;
    width: 100%;
    padding: 20px;
}

.hd .hd_info p {
    display: none;
}

.hd .hd_info h2 {
    font-size: 1.5em;
    font-weight: 800;
    font-family: var(--font);
    line-height: 1;
    padding: 0 0 0.5em;
}

.hd .hd_info h3 {
    font-size: 1.2em;
    font-weight: 800;
    font-family: var(--font);
    line-height: 1;
    padding: 0 0 0.5em;
}

.hd .hd_deal {
    float: right;
    width: 100%;
    padding: 1em 0 0;
    margin: 0;
}

.hd .hd_box_price {
    float: left;
    width: 100%;
    padding: 1em 0 0;
    border-top: 1px solid var(--color-gray3);
    text-align: left;
}

.hd .hd_box_price s {
    color: var(--old-price);
    font-size: 1.2em !important;
    line-height: 1;
    font-weight: bold;
    font-family: var(--font);
}

.hd .hd_byb {}

.hd .hd_price {
    text-align: center;
    font-size: 2em;
    font-weight: 900;
    font-family: var(--font);
    color: var(--price);
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
}

.hd .hd_price span {
    color: var(--color);
    font-size: 0.5em;
    padding: 7px;
}

.hd .hd_info_deal {
    float: right;
    width: 100%;
    padding: 0 0 1em;
}

.hd .hd_button {
    background: var(--color-orange);
    color: var(--color-wheat);
    padding: 15px 25px;
    border-radius: 5px;
    font-weight: 900;
    font-family: var(--color);
    width: 100%;
    float: right;
    text-align: center;
    margin: 1em 0 0;
}

.container_deals {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    float: initial;
}

.container_deals h1 {
    padding: 0 0 1em;
}

.container_deals .breadcrumb {
    display: none;
}

.fixed-desk-menu {
    position: fixed !important;
    top: 0;
    width: 100%;
    background: rgba(255, 255, 255, 0.9);
}

.by_facilities {
    width: 100%;
    float: right;
    padding: 3em 0;
}

.by_facilities .demo-icon {
    width: 100%;
    float: right;
    font-size: 2em;
    padding: 0 0 10px;
}

.by_facilities ul {
    width: 100%;
    float: right;
    display: flex;
    flex-wrap: wrap;
    padding: 2em 0 0;
}

.by_facilities ul li {
    width: calc(50% - 10px);
    float: right;
    text-align: center;
    padding: 15px 15px;
    background: var(--color-gray3);
    margin: 5px;
    border-radius: 5px;
    line-height: 1.2;
    font-size: 0.8em;
}

.by_compo_fixed_bottom {
    right: 0;
    left: 0;
    bottom: 0;
    padding: 1em;
    z-index: 998;
    background: var(--color-wheat);
    position: fixed;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
    display: none;
}

.by_compo_fixed_bottom .by_show_compo {
    width: auto;
    float: right;
    padding: 10px 50px;
    border-radius: 30px;
    color: var(--color-wheat);
    background: var(--color-orange);
    cursor: pointer;
    font-size: 17px;
    font-weight: 700;
}

.by_compo_close {
    position: fixed;
    top: -5px;
    z-index: 999;
    right: 2rem;
    font-size: 3em;
    display: none;
}

.t-datepicker .material-icons {
    display: none;
}

.t-dates {
    padding: 15px 10px;
    box-sizing: border-box;
    height: 100%;
}

.t-day-check-in,
.t-day-check-out {
    font-size: 25px;
    line-height: 20px;
    width: 35px;
    font-family: var(--font);
    font-weight: bold;
}

.t-day-translate {
    float: right;
    width: calc(100% - 35px);
    line-height: 14px;
}

.t-datepicker {
    font-size: 12px;
    justify-content: space-between;
    gap: 5px;
}

.t-year-check-out,
.t-year-check-in {
    float: right;
    line-height: 10px;
}

.by-deals-hotel {
    float: right;
    width: 100%;
    box-shadow: 0 0 5px rgb(0 0 0 / 20%);
    border-radius: 3px;
    margin: 0 0 10px;
    padding: 0;
}

.by-deal-hotel {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0 0 10px;
    border-bottom: 1px solid var(--color-gray3);
    margin: 0 0 10px;
    justify-content: space-between;
    align-content: center;
}

.by-deal-hotel a {
    color: var(--color);
    width: 100%;
}

.by-deal-hotel-no.border_b {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0 0 10px;
    border-bottom: 1px solid var(--color-gray3);
    margin: 0 0 10px;
    justify-content: space-between;
    align-content: center;
}

.by-deal-hotel-title-no {
    color: var(--color-red);
    text-decoration: line-through;
}

.by-deal-hotel-title-no,
.by-deal-hotel-title {
    font-family: var(--font);
    font-weight: bold;
    font-size: 0.9rem;
}

.by-deal-hotel-name-no span {
    font-size: 0.9em;
    color: var(--color-red);
    text-decoration: line-through;
}

.by-deal-hotel-name {
    font-size: 0.9em;
    float: right;
    width: 70%;
}

.by-deal-hotel-price {
    float: left;
    width: 30%;
    text-align: left;
    font-size: 1.5em;
    font-family: 'Anton', sans-serif;
    font-weight: 100;
    color: var(--price);
    line-height: 1;
}

.by-deal-hotel-price s {
    font-size: 0.6em !important;
    font-family: var(--font) !important;
    color: var(--color-gray);
    width: 100%;
    float: left;
    font-weight: 600;
}

.orange_color {
    color: var(--color-orange) !important;
    font-weight: 700;
}

.full_deal_hotel {
    float: left;
    width: 30%;
    text-align: left;
    color: var(--color-red);
    font-family: var(--font);
    font-size: 1.3em;
    font-weight: 900;
}

.by-center_middle {
    padding: 2em;
}

.by-deal-hotel-title-bg1 {
    padding: 20px 20px 140px;
    background: url('https://www.hotels.co.il/hotelsmain/hotels/images/happiness-824419_640.jpg');
    margin: 0;
    color: #fff;
    font-size: 18px;
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    background-size: 100%;
}

.by-deal-hotel-title-bg2 {
    padding: 20px 20px 140px;
    background: url('https://www.hotels.co.il/hotelsmain/hotels/images/woman-332278_640.jpg');
    margin: 0;
    color: #fff;
    font-size: 18px;
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    background-size: 100%;
}

.by-deal-hotel-title-bg3 {
    padding: 20px 20px 140px;
    background: url('https://www.hotels.co.il/hotelsmain/hotels/images/wedding-1770860_640.jpg');
    margin: 0;
    color: #fff;
    font-size: 18px;
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    background-size: 100%;
}

.loader_box {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    display: block;
    background: rgba(255, 255, 255, 1);
    right: 0;
    top: 0;
    z-index: 9999;
    direction: ltr;
    overflow-y: scroll;
    /* text-align: center;
    align-items: center;
    align-content: center;
    justify-content: center; */
}

.all_location {
    float: right;
    width: 100%;
    padding: 2rem 0;
}

.all_location table {
    float: right;
    width: 100%;
    font-size: 1rem;
}

.all_location tr {
    text-align: right !important;
    border-bottom: 1px solid var(--color-gray3);
}

.all_location tr:nth-child(even) {
    background: var(--color-gray3);
}

.all_location td {
    padding: 10px;
    text-align: right !important;
    line-height: 1;
}

.all_location td .hc_reviews {
    padding: 0;
}

.all_location h2 {
    padding: 0 0 2rem;
}

.bytech-carousel {
    position: relative;
    padding: 1rem 0 3rem;
}

.bytech-prev,
.bytech-next {
    font-size: 40px !important;
    width: 30px;
    height: 40px;
    color: var(--color) !important;
    background: var(--color-wheat) !important;
    border-radius: 3px;
    float: right;
    margin: 0 5px 0 0;
    border: 1px solid var(--color-gray) !important;
}

.bytech-prev.disabled,
.bytech-next.disabled {
    opacity: 0.5;
    cursor: no-drop;
    border: 1px solid var(--color-gray2) !important;
    color: var(--color-gray2) !important;
}

.bytech-prev.disabled:active,
.bytech-next.disabled:active {
    cursor: no-drop;
    box-shadow: none !important;
}

.bytech-prev span,
.bytech-next span {
    margin: -14px 0 0;
    float: left;
    width: 100%;
}

.bytech-nav {
    position: absolute;
    left: 0;
    top: -35px;
}

.provider_txt {
    position: absolute;
    right: 15px;
    top: 40px;
    background: var(--color-yellow);
    color: var(--color-wheat);
    padding: 3px 10px;
    border-radius: 5px;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    background: 0 0;
    background-image: url(data:image/svg+xml;utf8;base64,PHN2ZyBmaWxsPSdibGFjaycgaGVpZ2h0PScyNCcgdmlld0JveD0nMCAwIDI0IDI0JyB3aWR0aD0nMjQnIHhtbG5zPSdodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2Zyc+PHBhdGggZD0nTTcgMTBsNSA1IDUtNXonLz48cGF0aCBkPSdNMCAwaDI0djI0SDB6JyBmaWxsPSdub25lJy8+PC9zdmc+);
    background-repeat: no-repeat;
    background-position-x: 5px;
    background-position-y: center;
    border: 1px solid #dfdfdf;
    border-radius: 2px;
    margin-left: 0;
    padding: 0.5rem;
    padding-left: 2rem;
    height: 50px;
    width: 100%;
}

select:focus-visible {
    outline: none !important;
}


/* .bytech-prev, .bytech-next {
    position: absolute;
    top: 50%;
    font-size: 40px !important;
    width: 50px;
    height: 50px;
    line-height: 50px;
    color: var(--color) !important;
    background: var(--color-wheat) !important;
    border-radius: 50%;
    margin: -25px 0 0;
    box-shadow: 0 0 10px rgba(0,0,0,0.2);

} 
.bytech-prev.disabled,
.bytech-next.disabled{
    opacity: 0.5;
    cursor: no-drop;
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
}
.bytech-prev.disabled:active,
.bytech-next.disabled:active{
    cursor: no-drop;
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
}
.bytech-prev span, .bytech-next span {
    margin: -8px 0 0;
    float: left;
    width: 100%;
}

.bytech-prev{
    right: -25px;
}

.bytech-next{
    left: -25px;
}*/

.gallery_image.thumbnail_image img {
    height: 300px;
    width: 100%;
    object-fit: cover;
}

.list_hotels_on_table .num_reviews {
    display: none;
}

.list_hotels_on_table .hc_reviews span {
    float: left;
}

.list_hotels_on_table a {
    color: var(--color);
    text-decoration: underline !important;
}

.by_hotel_filter_title h2 a {
    color: var(--color);
    text-decoration: underline !important;
}

#en .by_hotel_filter_title h2,
#en {
    direction: ltr;
}

#en #inline_cancellation_terms,
#en #inline_about_the_hotel{
    direction: ltr;
    text-align: left;
}

#en .by_chain li,
#en .by_hotel_filter .by_hotel_filter_image,
#en .by_type_review_num .num_1,
#en .by_type_review_num .num_2,
#en .by_type_review_num .num_3,
#en .by_type_review_num .num_4,
#en .by_type_review_num .num_5,
#en .by_type_review_num .num_6,
#en .by_type_review_num .num_7,
#en .by_type_review_num .num_8,
#en .by_type_review_num .num_9,
#en .by_type_review_num .num_10,
#en #sidebar,
#en .by_lists,
#en footer .menu_footer,
#en .breadcrumb_left,
#en .by_type_review,
#en .by_type_review span,
#en .by_review,
#en .by_right,
#en .by_content,
#en footer .menu_footer ul li,
#en .by_menu .desk-menu .menu-container .menu>li,
#en .by_menu .desk-menu .box-menu,
#en #dle img,
#en .pax_in,
#en .pax,
#en .by_hotel_filter_title,
#en .by_hotel_filter_facilities,
#en .by_hotel_filter_facilities ul li,
#en .term_class .date {
    float: left;
}

#en .by_room_img,
#en .content_h,
#en .by_room_txt,
#en .by_type_review_num,
#en .l_num,
#en .by-deals-hotel,
#en .by_left,
#en .list_hotels_on_table .hc_reviews span,
#en #dle .BannerTitle,
#en .video_youtube,
#en .term_class .by_search_form_hotel .by_search {
    float: right;
}

#en .by_search_top .demo-icon {
    right: 15px;
    left: auto;
}

#en .pax_in select {
    text-transform: capitalize;
}

#en .by_menu .desk-menu .menu-container .menu {
    margin: 0 0 0 20px;
}

#en .by_menu .desk-menu .menu-container .menu>li.menu-item-has-children>a {
    padding: 15px 25px 15px 8px;
    text-align: left;
}

#en .by_menu .desk-menu .menu-container .menu>li.menu-item-has-children>a::before {
    left: calc(100% - 10px);
    right: auto;
}

#en .by_menu .desk-menu .menu-container .menu>li.menu-item-has-children>a::after {
    left: calc(100% - 6px);
    right: auto;
}

#en .by_menu .desk-menu .menu-container .menu>li.menu-item-has-children .sub-menu {
    left: 0;
    right: auto;
}

#en .by_menu .desk-menu .menu-container .menu>li {
    margin: 0 10px 0 0;
}


/* #en .logo {
    margin: 0 0 0 20px;
} */

#en .bytech-nav {
    right: 0;
    left: auto;
}

#en ul.accordion .arrow {
    right: 1rem;
    left: auto;
}

#en .pax_in label {
    left: 10px;
    right: auto;
}

#en .by_review .icon-user {
    left: 0;
    right: auto;
}

#en .pax_in select {
    padding: 10px 35px 10px 10px;
}

#en .pax_in select option {
    text-align: right;
}

#en ul.accordion .inner {
    border-left: 2px solid var(--color-blue);
    border-right: none;
}

#en .by_highlights ul li {
    padding: 0 0 5px 30px;
}

#en #hotel_area,
#en .pax_in label {
    text-transform: capitalize;
}

#en .by_highlights ul li svg {
    right: auto;
    left: 0;
}

#en .hc_location {
    right: auto;
    left: 10px;
    direction: ltr;
}

#en .hc_reviews_top {
    float: right !important;
}

#en #dle .BannerTitle,
#en .by_hotel_filter_title h2,
#en .all_location td {
    text-align: left !important;
}

#en .by_menu .desk-menu .menu-container .menu>li.menu-item-has-children a,
#en .by_left h2,
#en h1,
#en .hc_info,
#en .term_class h2 {
    text-align: left;
}

#en .selectize-control.single .selectize-input,
#en .selectize-dropdown.single {
    text-align: left;
    direction: ltr;
}

#en .term_class::before {
    right: 0;
    left: auto;
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}

#en .byb,
#en .hc_price {
    text-align: right;
}

#en .by_type_review {
    width: 50%;
    padding: 0 2rem 0px 0;
}

#en .by_review {
    padding: 0 0 2rem 2rem;
}

#en select {
    background-position-x: calc(100% - 5px);
    padding: 10px;
    padding-right: 0.5rem;
    padding-left: 2rem;
    text-align: left;
    direction: ltr;
}

#en .advanced_search select {
    text-align: right;
}

#en #hotel_area {
    text-align: left;
}

#en .by_list {
    direction: ltr;
    text-align: left;
}

#en h2::first-letter,
#en h3::first-letter,
#en .all_location td::first-letter {
    text-transform: uppercase;
}

.menu_footer_en {
    display: none;
}

#en footer .menu_footer ul li {
    width: 100%;
}

.box_item_shadow {
    padding: 0;
    box-shadow: 0 0 5px #ccc;
    float: right;
    width: calc(100% - 10px);
    margin: 5px;
    overflow: hidden;
    position: relative;
}

.box_item_shadow .lpae_image {
    width: 100%;
    float: right;
}

.box_item_shadow .lpae_image img {
    width: 100%;
    float: right;
    object-fit: cover;
}

.box_item_shadow .lpae_cont {
    background: #fff;
    padding: 15px;
    width: 100%;
    float: right;
    text-align: center;
}

.box_item_shadow .lpae_text {
    font-size: 1.1em !important;
    font-weight: bold;
    line-height: 1;
    margin: 0 0 10px;
}

.lpae_cont .link {
    color: var(--color-orange);
    font-weight: bold;
}

.box_item_shadow select {
    -webkit-appearance: none;
    -moz-appearance: none;
    background: var(--color-wheat);
    background-image: url(data:image/svg+xml;utf8;base64,PHN2ZyBmaWxsPSdibGFjaycgaGVpZ2h0PScyNCcgdmlld0JveD0nMCAwIDI0IDI0JyB3aWR0aD0nMjQnIHhtbG5zPSdodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2Zyc+PHBhdGggZD0nTTcgMTBsNSA1IDUtNXonLz48cGF0aCBkPSdNMCAwaDI0djI0SDB6JyBmaWxsPSdub25lJy8+PC9zdmc+);
    background-repeat: no-repeat;
    background-position-x: 5px;
    background-position-y: center;
    border: 1px solid #dfdfdf;
    border-radius: 2px;
    margin-left: 0;
    padding: 0.5rem;
    padding-left: 2rem;
    width: 100%;
    margin: 5px 0;
}

.box_item_shadow .lpae_button {
    width: 100%;
    border-radius: 5px;
    float: right;
    padding: 10px;
    text-align: center;
    background: #0061a9;
    color: #fff!important;
    text-decoration: none;
    font-size: 15px;
    margin: 15px 0 0;
}

.t-check-in, .t-check-out {
    width: calc(50% - 2.5px);
    margin: 0;
}

.term_class .date {
    float: right;
    width: 100%;
}

.top_location {
    float: right;
    width: 100%;
    padding: 2rem 0 0rem;
}

.top_location h1 {
    float: right;
    width: 100%;
    font-size: 2rem;
    line-height: 1;
    margin: 0;
    padding: 0;
}

.by_search_top {
    float: left;
    height: 45px;
    width: 100%;
    background: var(--color-grayish);
    border-radius: 50px;
    margin: 0;
    position: relative;
    z-index: 9970;
}

.by_search_top .demo-icon {
    position: absolute;
    left: 15px;
    top: 15px;
    font-size: 18px;
    height: 18px;
    line-height: 18px;
}

.loc_search {
    width: 100%;
    display: none;
    flex-direction: row;
    justify-content: space-between;
    float: left;
    margin: 12px 0 0;
    direction: rtl;
}

.loc_search .selectize-control.rtl.single .selectize-input:after,
.xxx_search .selectize-control.rtl.single .selectize-input:after {
    display: none !important;
}

.xxx_search input {
    float: right;
}

.selectize-dropdown.single.selectized {
    text-align: right;
}

.loc_search select,
.xxx_search select {
    background: none;
    background-image: none;
    border: none;
    border-radius: 0;
    margin-left: 0;
    padding: 10px 15px;
    padding-left: 0;
    margin: 0;
}

.xxx_search select {
    width: 150px;
    padding: 3px 10px;
}

.hotel_compo_title {
    display: none;
    font-size: 1rem;
    padding: 0 0 1rem;
    line-height: 1;
}

.circle .advanced_search .hotel_compo_title {
    /* display: block; */
    padding: 0;
}

#sidebar.is-affixed .hotel_compo_title,
.advanced_search.advanced_search_fixed .hotel_compo_title {
    display: block;
}

.by_note_composition {
    display: none;
    width: 100%;
    padding: 2rem 0 0;
    float: right;
    font-size: 1rem;
    text-align: center;
    display: none;
}

.by_online {
    display: none;
    width: 100%;
    padding: 1rem 0 0;
    float: right;
    font-size: 1rem;
    text-align: center;
    display: none;
}

.by_show_box_compo {
    display: none;
}

#sidebar.is-affixed .by_show_box_compo {
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: 9999;
    width: 100%;
}

.is-affixed .t-datepicker-day.t-datepicker-days,
.is-affixed .t-arrow-top,
.is-affixed .t-arrow-top::after,
.is-affixed .t-arrow-top::before {
    display: none !important;
}

#sidebar.is-affixed .pax {
    display: none;
}

#sidebar.is-affixed .by_compo_hotel .by_search {
    margin: 5px 0 0;
}

.advanced_search.advanced_search_fixed {
    position: fixed !important;
    display: flex !important;
    background: rgba(255, 255, 255, 0.95) !important;
    top: 0;
    right: 0;
    z-index: 999;
    height: 100vh;
    width: 100vw;
    padding: 38px;
    align-items: center;
    justify-content: center;
    opacity: 1 !important;
}

.advanced_search.advanced_search_fixed .by_search_form_hotel {
    max-width: 650px;
}

.advanced_search.advanced_search_fixed .hotel_compo_title {
    text-align: center;
    font-size: 2rem;
    font-weight: bold;
}

.advanced_search.advanced_search_fixed .pax,
.advanced_search.advanced_search_fixed .by_note_composition,
.advanced_search.advanced_search_fixed .by_online,
.advanced_search.advanced_search_fixed .t-datepicker-day.t-datepicker-days,
.advanced_search.advanced_search_fixed .t-arrow-top,
.advanced_search.advanced_search_fixed .t-arrow-top::after,
.advanced_search.advanced_search_fixed .t-arrow-top::before {
    display: block !important;
}

#sidebar.is-affixed {
    z-index: 9;
}

.by_compo_close {
    position: fixed;
    top: 1rem;
    z-index: 999;
    right: 1rem;
    font-size: 2.5em;
    height: 1.5em;
    display: none;
    width: 1.5em;
    border: 2px solid;
    border-radius: 50%;
    text-align: center;
    line-height: 1.4;
    cursor: pointer;
}

.t-datepicker-day {
    z-index: 99;
}

.lds-roller {
    display: inline-block;
    position: relative;
    width: 64px;
    height: 64px;
}

.lds-roller div {
    animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    transform-origin: 32px 32px;
}

.lds-roller div:after {
    content: " ";
    display: block;
    position: absolute;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #338ae0;
    margin: -3px 0 0 -3px;
}

.lds-roller div:nth-child(1) {
    animation-delay: -0.036s;
}

.lds-roller div:nth-child(1):after {
    top: 50px;
    left: 50px;
}

.lds-roller div:nth-child(2) {
    animation-delay: -0.072s;
}

.lds-roller div:nth-child(2):after {
    top: 54px;
    left: 45px;
}

.lds-roller div:nth-child(3) {
    animation-delay: -0.108s;
}

.lds-roller div:nth-child(3):after {
    top: 57px;
    left: 39px;
}

.lds-roller div:nth-child(4) {
    animation-delay: -0.144s;
}

.lds-roller div:nth-child(4):after {
    top: 58px;
    left: 32px;
}

.lds-roller div:nth-child(5) {
    animation-delay: -0.18s;
}

.lds-roller div:nth-child(5):after {
    top: 57px;
    left: 25px;
}

.lds-roller div:nth-child(6) {
    animation-delay: -0.216s;
}

.lds-roller div:nth-child(6):after {
    top: 54px;
    left: 19px;
}

.lds-roller div:nth-child(7) {
    animation-delay: -0.252s;
}

.lds-roller div:nth-child(7):after {
    top: 50px;
    left: 14px;
}

.lds-roller div:nth-child(8) {
    animation-delay: -0.288s;
}

.lds-roller div:nth-child(8):after {
    top: 45px;
    left: 10px;
}

@keyframes lds-roller {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.booking_loading {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    z-index: 9999;
    background: rgba(255, 255, 255, 0.95);
    display: none;
    justify-content: center;
    align-items: center;
}

.booking_loading_box {
    width: 360px;
    text-align: center;
    height: auto;
    padding: 0;
    margin: 0;
    color: #000;
}

.booking_loading_box p {
    text-align: center;
}

.sub_header-alt.by_sub_header_hide {
    z-index: 2;
    position: static;
}

.header .by_call_center {
    color: var(--color);
    margin: 0;
    padding: 5px 8px 5px 27px;
    font-size: 20px;
    float: right;
    position: absolute;
    right: 82px;
    top: 19px;
    font-weight: bold;
    font-family: 'Heebo';
    line-height: 1;
    direction: ltr;
    text-align: right;
    width: 72px;
    text-decoration: none;
    border-left: 1px solid var(--color-grayish);
    border-radius: 1px;
    border-right: 1px solid var(--color-grayish);
}

.header .by_call_center span {
    width: 100%;
    float: right;
    font-size: 10px;
}

.header .icon-phone-2 {
    color: var(--color);
    margin: 0 10px 0 0;
    font-size: 20px;
    float: right;
    position: absolute;
    left: 2px;
    top: 5px;
}

.icon-search-mobile {
    position: absolute;
    right: 160px;
    font-size: 20px;
    top: 24px;
    z-index: 1;
}

.sticker {
    display: none;
    position: absolute;
    left: 20px;
    text-align: left;
    top: 19px;
    line-height: 1.2;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    z-index: 10;
}

.by_logo_sticker {
    position: absolute;
    left: 0;
    top: -13px;
    z-index: 1;
}

.header.stick .sticker .by_search_top.xxx_search {
    width: 150px;
    left: 42px;
    top: -10px;
    padding: 5px;
    height: 35px;
}

.header.stick .sticker .by_search_top.xxx_search .demo-icon {
    top: 10px;
}

.sticker strong {
    font-size: 16px;
    color: var(--color-orange);
    padding: 0 0 0 50px;
}

.by_open_nav_description {
    float: right;
    width: 100%;
}

.targetDiv p,
.by_open_nav_description p {
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    padding: 0;
}

.targetDiv,
.tp_more_info,
.tp_hide_info {
    float: right;
    width: 100%;
    text-decoration: underline;
    padding: 0;
    margin: 0px 0 1rem;
    color: var(--color-blue);
    font-size: 1rem;
    cursor: pointer;
}

.tp_hide_info {
    display: none;
}

.bylistscircle {
    display: table;
    width: 100%;
}

.bylistscircle ul {
    padding: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.bylistscircle ul li {}

.bylistscircle ul li a {
    border: 1px solid var(--color-gray2);
    border-radius: 5px;
    padding: 5px 10px;
    text-decoration: none;
    margin: 0 0 5px 5px;
    font-size: 1rem;
    color: var(--color);
    display: table;
}

.by_active a {
    color: var(--color-orange) !important;
    border: 1px solid var(--color-orange) !important;
}

.by_top_container {
    width: 100%;
    float: right;
    padding: 1rem 0;
}

.by_top_container h1 {
    font-size: 2rem;
    line-height: 1;
    margin: 1rem 0 1rem;
}

#hotel_area {
    font-family: arial;
    padding: 10px;
    width: 100%;
    height: 50px;
    border-radius: 5px;
    font-size: 1.4rem;
    font-family: var(--font);
    font-weight: bold;
}

#hotel_area option {
    font-size: 1rem;
    font-weight: normal;
}

.selectize-dropdown [data-selectable] .highlight {
    font-size: 1rem !important;
    background: none !important;
    padding: 0;
    margin: 0;
    width: auto;
    float: none;
}

.selectize-control.single .selectize-input,
.selectize-dropdown.single {
    border: none;
    background: none !important;
    box-shadow: none;
}

.selectize-dropdown-content {
    background: #fff;
}

.option {
    font-size: 0.9rem;
}

.by_search_top .selectize-control {
    width: 305px;
    margin: 0;
    top: 4px;
    right: 0;
    display: block;
    position: relative;
}

.sticker .selectize-control {
    width: 144px;
    margin: 0;
    top: -5px;
    right: 0;
    display: block;
    position: relative;
}

.selectize-control.single .selectize-input:after {
    display: none;
}

.cancellation_hotel {
    float: right;
    width: 100%;
    font-size: 0.8rem;
    padding: 0.5rem 0 0;
}

.cancellation_hotel a {
    color: var(--color);
    text-decoration: underline !important;
}

.advanced_search.advanced_search_fixed .cancellation_hotel {
    text-align: center;
}

.hotel_chain * {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

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

.hotel_chain {
    float: right;
    width: 100%;
    padding: 0;
    margin: 0 0px 20px;
    border-radius: 10px;
    box-sizing: border-box;
    position: relative;
}

.hotel_chain .imghotel {
    float: right;
    width: 100%;
    height: 350px;
    background: #ccc;
    margin: 0;
}

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

.infohotel {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    padding: 30px;
    text-align: center;
    height: 100%;
    overflow: hidden;
}

.hotel_chain:hover .infohotel {
    background: rgba(0, 0, 0, 0.8);
}

.hotel_chain:hover .infohotelmore span{
    opacity: 1;
}

.hotel_chain:hover .infohotel p {
    opacity: 1;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    padding: 0;
    margin: 0 0 1em;
}

.hotel_chain h3 {
    width: 100%;
    text-align: center;
    font-size: 22px;
    color: var(--color-wheat);
    text-shadow: 0 0 9px rgb(0 0 0);
    line-height: 1;
    margin: 0 0 10px;
}

.hotel_chain p {
    float: right;
    width: 100%;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: var(--color-wheat);
    opacity: 0;
}

.hotel_chain .infohotelmore {
    width: 100%;
    padding: 25px 0 0;
    float: right;
    color: var(--color-wheat);
    font-size: 0.9rem;
}

.hotel_chain .infohotelmore span {
    border: 1px solid;
    padding: 10px 20px;
    opacity: 0;
}

.chain_hotel_name {
    position: absolute;
    right: 15px;
    top: 75px;
    background: var(--color);
    color: var(--color-wheat);
    padding: 3px 10px;
    border-radius: 5px;
}

.by_hotel_filter {
    width: 100%;
    float: right;
    padding: 2rem 0 0;
    margin: 2rem 0 0;
    border-top: 1px solid var(--color-gray3);
    position: relative;
}

.by_hotel_filter_top {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.by_hotel_filter_title {
    width: 100%;
    float: right;
}

.by_hotel_filter_title h2 {
    line-height: 1;
    text-align: right;
    padding: 0 0 0 1rem;
    font-size: 1.8rem;
}

.by_hotel_filter .by_hotel_filter_image {
    width: 100%;
    float: right;
    padding: 0 0 2rem;
    position: relative;
}

.by_hotel_filter .by_hotel_filter_image .owl-theme .owl-controls .owl-buttons div {
    color: var(--color);
}

.by_hotel_filter .by_hotel_filter_image .owl-next {
    right: 20px;
    left: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.by_hotel_filter .by_hotel_filter_image .owl-prev {
    left: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.by_hotel_filter .by_hotel_filter_image img {
    width: 100%;
    float: right;
    height: 350px;
    object-fit: cover;
}

.by_hotel_filter .by_hotel_filter_txt {
    width: 100%;
    float: left;
}

.by_hotel_filter_facilities {
    width: 100%;
    float: right;
    padding: 1rem 0 0;
}

.by_hotel_filter_facilities h3 {
    width: 100%;
    float: right;
    font-size: 1.2rem;
    padding: 0 0 1rem;
    line-height: 1;
}

.by_hotel_filter_facilities ul {
    width: 100%;
    float: right;
}

.by_hotel_filter_facilities ul li {
    width: 50%;
    float: right;
}

.video_youtube {
    display: none;
}

.video_youtube_mobile {
    width: 100%;
    float: right;
    padding: 5px 10px;
    border: 1px solid;
    line-height: 1;
    border-radius: 20px;
    max-width: 100px;
    text-align: center;
    margin: 1rem 0 0;
    font-weight: 800;
}

.video_youtube_mobile a {
    color: var(--color);
}

.by_all_reviews .by_reviews p {
    font-size: 1rem;
    padding: 0 0 1rem;
    background: var(--color-gray3);
    padding: 2rem;
    margin: 1rem 0;
    border-radius: 5px;
    border: 1px solid var(--color-grayish);
}

.hotel_gallery .owl-next {
    left: 20px !important;
    right: auto !important;
}

.hotel_gallery .owl-prev {
    left: auto !important;
    right: 20px !important;
}

.hotel_gallery .owl-prev,
.hotel_gallery .owl-next {
    background: rgba(255, 255, 255, 0.5) !important;
    color: #000 !important;
    font-size: 35px !important;
    opacity: 0.8;
}

.big_package_type_all,
#load_hotel_packages_ajax {
    width: 100%;
    float: right;
    margin: 1em 0;
}

.load_hotel_packages_ajax_center {
    width: 100%;
    float: right;
    margin: 1em 0;
    text-align: center;
}

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

.by_no_carousel .item {
    width: 100%;
}

.by_bars_left {
    left: 0;
    top: 0;
    position: fixed;
    z-index: 9999;
    background: #fff;
    width: 100%;
    box-shadow: 0 0 110px rgb(0 0 0 / 50%);
    height: 100%;
    overflow-y: scroll;
    display: none;
    padding: 20px;
}

.by__menu {
    width: 100%;
    float: right;
    padding: 1rem 0;
    direction: rtl;
}

.by__menu_title {
    width: 100%;
    font-size: 22px;
    font-weight: 800;
}

.by_area_mobile {
    list-style-type: none;
    padding: 1rem 0 2rem;
    margin: 0 0 2rem;
    border-bottom: 1px solid var(--color-grayish);
}

.by_area_mobile li {
    display: inline-block;
    margin: 0 0 5px 1px;
}

.by_area_mobile li a {
    text-decoration: none;
    border: 1px solid;
    color: var(--color-gray);
    padding: 4px 15px;
    font-size: 14px;
    border-radius: 20px;
    display: table;
}

.by_area_mobile li a:hover {
    color: var(--color-orange);
}

.by_close {
    position: fixed;
    padding: 0;
    text-align: center;
    font-size: 25px;
    left: calc(50% - 20px);
    bottom: 10px;
    background: #404040;
    color: #fff;
    border: 1px solid #ccc;
    border-radius: 50%;
    height: 40px;
    width: 40px;
    line-height: 38px;
    box-shadow: 0 0 5px rgb(0 0 0 / 50%);
    opacity: 0;
    animation: fadeIn 2s;
    animation-delay: 2s;
    animation-fill-mode: forwards;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}


/* ---------------------------------------------------------------------- */


/* <div class="lds-ripple"><div></div><div></div></div> */

.lds-ripple {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}

.lds-ripple div {
    position: absolute;
    border: 4px solid #cef;
    opacity: 1;
    border-radius: 50%;
    animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}

.lds-ripple div:nth-child(2) {
    animation-delay: -0.5s;
}

@keyframes lds-ripple {
    0% {
        top: 36px;
        left: 36px;
        width: 0;
        height: 0;
        opacity: 0;
    }
    4.9% {
        top: 36px;
        left: 36px;
        width: 0;
        height: 0;
        opacity: 0;
    }
    5% {
        top: 36px;
        left: 36px;
        width: 0;
        height: 0;
        opacity: 1;
    }
    100% {
        top: 0px;
        left: 0px;
        width: 72px;
        height: 72px;
        opacity: 0;
    }
}

.isrotel_call {
    background: var(--color-orange);
    padding: 7px 10px;
    line-height: 1;
    border-radius: 25px;
    color: var(--color-gray3);
    float: right;
}

.contactus_form {
    width: 800px;
    margin: 3% 0;
    overflow: hidden;
    background: #f5f5f5;
    border: 1px solid #ccc;
    box-sizing: border-box;
    padding: 30px !important;
    direction: rtl;
    font-family: arial;
}

.contactus_form label {
    float: right;
    width: 100%;
}

.contactus_td input {
    float: right;
    width: 100%;
    border-radius: 5px;
    padding: 2%;
    border: 1px solid #ccc;
    box-sizing: border-box;
}

.contactus_td select {
    background: #fff;
    float: right;
    width: 100%;
    padding: 2%;
    box-sizing: border-box;
    border: 1px solid #ccc;
    border-radius: 5px;
    height: 36px;
}

.contactus_td {
    float: right;
    width: 50%;
    padding: 0 10px 10px;
    box-sizing: border-box;
}

.contactus_send {
    float: left;
    width: 30%;
    padding: 2% 0;
    background-color: #0ECAE8;
    box-shadow: 0 -22px 24px #15A8BF inset;
    box-sizing: border-box;
    font-size: 18px;
    margin: 15px 0 0 10px;
    color: #fff;
    border: 1px solid #ccc;
    border-radius: 8px;
}

.page_content form p {
    /* display: none; */
}

.pop {
    width: 100%;
    float: right;
    margin: 0 0 24px;
}


/* ---------------------------------------------------------------------- */

.by2-carousel-no-carousel {
    margin: 2rem 0;
    width: 100%;
    float: right;
}

.by2-carousel-no-carousel .hc_item {
    float: right;
    width: calc(100% - 0px);
    margin: 0 0 10px;
    padding: 0;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0 0 6px rgb(0 0 0 / 30%);
}

#area_deals .by2-carousel-no-carousel .hc_info {
    padding: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    float: right;
}

.by2-carousel-no-carousel .hc_info .hc_info_text {
    width: 100%;
    border-bottom: 1px solid #f5f5f5;
    padding: 0 0 8px;
    margin: 0 0 8px;
    float: right;
}

.by2-carousel-no-carousel .hc_info h3 {
    font-size: 0.95rem;
    line-height: 1;
    margin: 0 0 5px;
    height: auto;
}

.by2-carousel-no-carousel .hc_info .hc_info_text p {
    font-size: 0.9rem;
    padding: 0;
    display: initial;
    /* margin: 0; */
    width: 100%;
    float: right;
    line-height: 1.2;
}

.by2-carousel-no-carousel .hc_info .by_box_deal {
    line-height: 1;
    width: calc(100% - 40px);
    text-align: right;
    display: flex;
    align-items: flex-start;
    float: right;
    padding: 0;
}

.by2-carousel-no-carousel .by_box_deal .byb {
    padding: 0 0 0 10px;
    line-height: 1;
    text-align: right;
    font-size: 0.85rem;
}

.by2-carousel-no-carousel .hc_price {
    width: 100%;
    float: right;
    text-align: left;
    color: var(--price);
    direction: ltr;
    font-size: 1.6rem;
    font-family: var(--font);
    font-weight: 900;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    align-items: flex-start;
}

.by2-carousel-no-carousel .hc_price s {
    padding: 0;
    font-weight: 400;
    font-size: 0.85rem;
}

.by2-carousel-no-carousel .by_more2 {
    float: left;
    width: 30px;
    text-align: center;
    background: none;
    padding: 0;
    margin: 0;
    border-radius: 3px;
    color: var(--color);
    font-size: 2.4em;
}

.by2-carousel-no-carousel .provider_txt2 {
    color: var(--color-orange);
    font-weight: bold;
}

.hc_info_text p.by_dates strong {
    display: block;
}

.by_bottom_page {
    width: 100%;
    float: right;
    padding: 3rem 2em;
    background: var(--color-gray3);
}

.by_bottom_page_lists {
    width: 100%;
    float: right;
    padding: 0 0 2rem;
}

.by_bottom_page_lists h2 {
    font-size: 1.5em;
    line-height: 1;
    text-align: initial;
    margin: 0 0 1rem;
}

.by_bottom_page_lists ul {
    list-style-type: square;
    margin: 0;
    padding: 0;
}

.by_bottom_page_lists ul li {
    margin: 0 15px 0;
    padding: 0;
    font-size: 1rem;
    list-style-type: square;
}

.by_bottom_page_lists.by_ltr {
    text-align: left;
    direction: ltr;
}

.by_bottom_page_lists ul li a {
    font-size: 1rem;
    color: var(--color);
    text-decoration: underline !important;
}

.load_promotions_and_events {}

.load_promotions_and_events .by2-carousel-no-carousel .hc_info .hc_info_text {
    width: calc(100% - 100px);
    border-bottom: none;
    padding: 0;
    margin: 0;
}

.load_promotions_and_events .event_img {
    width: 60px;
    margin: 0 0 0 10px;
    float: right;
    border-radius: 5px;
}

.all_loc_hotels {
    display: grid;
    grid-template-columns: repeat(3, auto);
    grid-gap: 20px;
    float: left;
    width: 100%;
    margin: 1rem 0 4rem;
}

.all_loc_hotels .img_hotel {
    float: left;
    width: 100%;
    position: relative;
}

.all_loc_hotels h3 {
    margin: 0;
    padding: 15px 15px 35px;
    font-size: 16px;
    position: absolute;
    color: #fff;
    right: 0;
    top: 0;
    z-index: 1;
    line-height: 1;
    background-image: linear-gradient(rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0));
    width: 100%;
}

.all_loc_hotels h3 span {
    float: left;
    width: 100%;
    font-weight: 400;
    font-size: 1rem;
    padding: 5px 0 0;
}

.all_loc_hotels .img_hotel img {
    float: left;
    width: 100%;
    object-fit: cover;
    height: 180px;
}

.by_no_carousel .hc_info .hc_info_text {
    width: 100%;
    border-bottom: 1px solid #f5f5f5;
    padding: 0 0 8px;
    margin: 0 0 8px;
    float: right;
}

.by_no_carousel .hc_info .by_box_deal {
    line-height: 1;
    width: calc(100% - 40px);
    text-align: right;
    display: flex;
    align-items: flex-start;
    float: right;
    padding: 0;
}

.by_no_carousel .by_more2 {
    float: left;
    width: 30px;
    text-align: center;
    background: none;
    padding: 0;
    margin: 0;
    border-radius: 3px;
    color: var(--color);
    font-size: 2.4em;
}

.by_no_carousel .hc_info .hc_info_text p {
    font-size: 0.9rem;
    padding: 0;
    display: initial;
    /* margin: 0; */
    width: 100%;
    float: right;
    line-height: 1.2;
}

.by_no_carousel .hc_info h3 {
    font-size: 0.95rem;
    line-height: 1;
    margin: 0 0 5px;
    height: auto;
}

.banner_car_rental {
    float: left;
    background: #ffca28;
    padding: 20px;
    width: 100%;
    border-radius: 5px;
    margin: 1rem 0;
    font-size: 16px;
    line-height: 1;
    text-transform: uppercase;
    border: 1px solid #d3a312;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: nowrap;
    flex-direction: row;
    color: var(--color);
}

.banner_car_rental img {
    width: 70px;
}

.car_txt {
    padding: 0 0 0 20px;
}

.banner_car_rental span {
    font-size: 30px;
    font-weight: 900;
    width: 100%;
    float: left;
}

.gs_hotel_page {
    border: 1px solid #dfdfdf;
    padding: 0;
    border-radius: 5px;
    float: right;
    width: 100%;
    margin: 0 0 10px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    text-decoration: none;
    overflow: hidden;
    position: relative;
}

.gs_hotel_page_img {
    margin: 0 0 0 15px;
    width: 100%;
}

.gs_hotel_page_img img {
    overflow: hidden;
    height: 100px;
    width: 100%;
    object-fit: cover;
    float: right;
}

.gs_hotel_page_info {
    padding: 15px 15px 0;
    float: right;
    width: calc(100% - 120px);
    text-align: right;
}

.gs_hotel_page_title {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    width: 100%;
    padding: 10px 10px 40px;
    color: var(--color-wheat);
    background-image: linear-gradient(rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0)) !important;
}

.gs_hotel_page_GroupSaleCat {
    font-weight: 700;
    font-size: 0.8rem;
    padding: 0 0 5px;
}

.gs_hotel_page_GroupSaleCat span {
    background: var(--color-orange);
    color: var(--color-wheat);
    padding: 0 10px;
    border-radius: 10px;
}

.gs_hotel_page_info h3 {
    font-size: 1.1rem;
    margin: 0 0 5px;
}

.gs_hotel_page_info p {
    font-size: 0.95rem !important;
    line-height: 1.2;
    padding: 0 0 1rem !important;
    color: var(--color);
}

.gs_hotel_page_price {
    line-height: 1;
    color: var(--price);
    font-weight: 700;
    float: left;
    width: 120px;
    font-size: 1.8rem;
    padding: 15px 0;
    position: relative;
    text-align: center;
}

.gs_hotel_page_sale_price {
    width: 100%;
    float: left;
    padding: 0;
    font-family: 'Anton', sans-serif;
    font-weight: 100;
}

.gs_hotel_page_price s {
    font-size: 12px;
    width: 100%;
    float: initial;
    color: var(--color-gray);
    font-weight: 400;
    margin: 0 0 5px;
}

.gs_starting_from {
    font-size: 10px;
    color: var(--color);
    font-weight: 600;
    padding: 0 5px 0 0;
}

.gs_hotel_page_currency {
    font-size: 1rem;
    font-weight: 600;
}

.get_all_groupsale {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.get_all_groupsale .star strong {
    font-size: 1.3rem;
    line-height: 1rem;
    font-weight: 900;
}

.get_all_groupsale .star,
.get_all_groupsale .star:before,
.get_all_groupsale .star:after {
    width: 45px;
    height: 45px;
    border-radius: 4px;
    position: relative;
    text-align: center;
    background: var(--color-orange);
    font-size: 14px;
    color: var(--color-wheat);
    line-height: 1;
    padding: 8px 0 0;
    box-sizing: border-box;
    font-weight: 400;
    position: absolute;
    top: -35px;
    right: calc(50% + -22px);
    z-index: 1;
}

.get_all_groupsale .star:before,
.get_all_groupsale .star:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
}

.get_all_groupsale .star:before {
    -webkit-transform: rotate(27deg);
    -moz-transform: rotate(27deg);
    -ms-transform: rotate(27deg);
    -o-transform: rotate(27deg);
}

.get_all_groupsale .star:after {
    -webkit-transform: rotate(60deg);
    -moz-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    -o-transform: rotate(60deg);
}

.get_all_groupsale .star span {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 9;
    text-align: center;
    right: 0;
    padding: 3px 0 0;
}

.gs_hotel_page_nights {
    width: 100%;
    float: right;
    font-size: 12px;
    color: var(--color);
    padding: 0 0 3px;
}

.get_all_groupsale .show_more {
    margin: 0 25px 0;
    width: calc(100% - 40px);
    float: left;
    background: var(--color-orange);
    color: var(--color-wheat);
    padding: 2px;
    border-radius: 15px;
    font-size: 11px;
    font-weight: 500;
    font-family: var(--font);
}

.get_all_groupsale s .gs_hotel_page_currency {
    font-size: 1em;
    font-weight: 400;
}

.get_all_groupsale_style2 {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
}
.dealhotelres_img{
    margin: 0 0 15px;
    position: relative;
}
.dealhotelres_img img {
    width: 100%;
    border-radius: 10px;
    object-fit: cover;
    height: 250px;
}
.byprice {
    font-family: var(--font-number);
}
.get_all_groupsale_style2 .dealhotelres {
    box-shadow: none;
    padding: 15px;
    border-radius: 0;
}
.promotion_text {
    position: absolute;
    right: 20px;
    top: 20px;
    background: var(--color-yellow);
    color: var(--color-wheat);
    padding: 5px 10px;
    border-radius: 5px;
    /* max-width: 100%; */
    line-height: 1.2;
    width: auto;
    max-width: 70%;
    z-index: 1;
    font-size: 0.9em;
}
/* -------------------------- */

#search_results {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    flex-direction: row-reverse;
}

.flying_api_1,
.flying_api_2,
.flying_api_3,
.flying_api_4,
.flying_api_5,
.flying_api_6 {
    display: block !important;
}

.flying_api {
    float: right;
    width: 100%;
    padding: 0 0 10px;
    text-shadow: 0px 1px 3px #000;
}

.destImageUrls {
    width: 100%;
    float: right;
    margin: 0 0 10px;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}

.destImageUrls::before {
    background-image: linear-gradient(rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.9)) !important;
    width: 100%;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    z-index: 1;
    content: '';
}

.hotelName {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    width: 100%;
    padding: 20px 20px 0;
    color: #fff;
    font-size: 25px;
    font-family: 'Heebo';
    font-weight: 600;
    text-align: right;
    line-height: 1;
}

.packadestinationNamegeType {
    width: 100%;
    float: right;
    font-size: 13px;
    font-weight: 400;
    padding: 5px 0 10px;
    display: none;
}

.stars {
    color: #FFEB3B;
    font-size: 14px;
    width: 100%;
    padding: 5px 0;
    float: right;
}

.dealDates {
    width: 100%;
    font-size: 16px;
    padding: 5px 0 0;
}

.discountedPrice {
    font-family: 'Anton', sans-serif;
    color: #FFEB3B;
    font-size: 40px;
    line-height: 1;
    float: left;
    text-align: left;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
    width: 100%;
    padding: 0 20px 20px;
}

.discountedPrice span {
    font-family: 'Heebo';
    font-weight: 400;
    color: #fff;
    font-size: 15px;
    line-height: 1.4;
    margin: 0;
    width: 100%;
    float: left;
}

.destImageUrls img {
    width: 100%;
    height: 230px;
    object-fit: cover;
    transition: transform .5s;
    float: left;
}

.bynights {
    background: #FF5722;
    width: auto !important;
    display: inline-block;
    padding: 2px 6px;
    line-height: 1 !important;
    border-radius: 3px;
    margin: 0 5px 0 0 !important;
}

.more_flying {
    float: left;
    background: var(--color-orange);
    color: var(--color-wheat);
    padding: 15px 25px;
    border-radius: 10px;
    margin: 0 0 25px;
    font-size: 17px;
    text-decoration: none;
    font-weight: 600;
}

.orange {
    color: var(--color-orange);
}

#search_results_title {
    font-size: 1.8rem;
    margin: 10px 0 20px;
    line-height: 1;
    text-align: center;
}

.chain_logos {
    /*display: none;*/
    width: 100%;
    float: right;
    margin: 0 0 2rem;
}

.chain_logos ul {
    display: flex;
    width: 100%;
    justify-content: center;
    align-content: center;
    flex-direction: row;
    flex-wrap: nowrap;
    margin: 0;
    padding: 0;
}

.chain_logos ul li {
    width: 33.33%;
    padding: 0 5px;
    text-align: center;
    list-style-type: none;
    margin: 0;
}

.chain_logos ul li a {
    width: 100%;
    padding: 0 7px;
    text-align: center;
    list-style-type: none;
    border-right: 1px solid #b3b3b3;
    border-radius: 0;
    float: right;
    line-height: 1;
    text-decoration: none;
    font-weight: 700;
    font-size: 12px;
    position: relative;
    color: var(--color);
}

.chain_logos ul li a .material-symbols-outlined {
    position: absolute;
    right: -10px;
    color: green;
    background: #fff;
    top: calc(50% - 10px);
    font-size: 20px;
}

.chain_logos ul li img {
    height: 40px;
    padding: 0 0 5px;
}


/* Tabbed Styles */

.tabbed {
    width: 100%;
    margin: 0;
    overflow: hidden;
    transition: border 250ms ease;
}
.by_compo_hotel.sidebar__inner .tabbed{
    display: none !important;
}
.tabbed ul {
    margin: 0px;
    padding: 0px;
    overflow: hidden;
    float: right;
    padding-right: 28px;
    list-style-type: none;
}

.tabbed ul * {
    margin: 0px;
    padding: 0px;
}

.tabbed ul li {
    display: block;
    float: right;
    padding: 10px 8px 8px;
    background-color: #b5daff;
    margin-left: 10px;
    z-index: 2;
    position: relative;
    cursor: pointer;
    color: var(--color);
    font-size: 16px;
    transition: all 250ms ease;
}

.tabbed ul li:before,
.tabbed ul li:after {
    display: block;
    content: " ";
    position: absolute;
    top: 0;
    height: 100%;
    width: 35px;
    background-color: #b5daff;
    transition: all 250ms ease;
}

.tabbed ul li:before {
    right: -4px;
    transform: skew(20deg, 0deg);
    z-index: -2;
}

.tabbed ul li:after {
    left: -4px;
    transform: skew(-20deg, 0deg);
    z-index: -2;
}

.tabbed ul li:hover,
.tabbed ul li:hover:before,
.tabbed ul li:hover:after {
    background-color: #F4F7F9;
    color: #444;
}

.tabbed ul li.active {
    z-index: 3;
}

.tabbed ul li.active,
.tabbed ul li.active:before,
.tabbed ul li.active:after {
    background-color: #409ffd;
    color: #fff;
}


/* Round Tabs */

.tabbed.round ul li {
    border-radius: 8px 8px 0 0;
    font-size: 14px;
    font-family: var(--font);
    line-height: 1;
}

.tabbed.round ul li:before {
    border-radius: 0 8px 0 0;
}

.tabbed.round ul li:after {
    border-radius: 8px 0 0 0;
}

.tabbed.round ul li a {
    color: var(--color);
}


.gs_hotel_hotel {
    overflow: hidden;
    position: relative;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    text-decoration: none;
    padding: 5px 10px;
    font-size: 16px;
    box-shadow: 0 0 5px rgba(0, 0, 0, .2);
    border: 1px solid #dfdfdf;
    float: right;
    color: var(--color);
    margin: 0 0 10px;
}

.gs_hotel_hotel_currency_all {
    font-family: 'Anton', sans-serif;
    background: var(--color-blue);
    /* background: #065add; */
    padding: 3px 10px;
    border-radius: 5px;
    line-height: 1;
    margin: 0;
    color: var(--color-wheat);
    float: left;
    font-weight: 400;
}
.gs_hotel_hotel_info {
    padding: 0;
    float: right;
    width: calc(100% - 100px);
    font-size: 1.1em;
    line-height: 1.2;
}
.gs_hotel_hotel_price {
    width: 100px;
    padding: 0;
    position: relative;
    text-align: center;
    font-size: 1.9em;
    line-height: 1;
    color: var(--color-blue);
    font-weight: 700;
    float: left;
}
.gs_hotel_hotel_info p {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    padding: 0 0 5px !important;
    font-weight: 700;
    font-size: 0.9em !important;
    line-height: 1.2;
}
.gs_hotel_hotel_price s {
    float: left;
    margin: 0;
    font-size: 0.6em;
    color: #898989;
    width: 100%;
    font-weight: 400;
}
.gs_hotel_hotel_currency {
    font-size: 1em;
    font-weight: 400;
}
.gs_hotel_hotel_starting_from {
    font-size: 0.4em;
    color: var(--color-wheat);
    font-weight: 600;
    padding: 0;
    line-height: 1;
    margin: 0;
    display: block;
    text-align: right;
    font-weight: normal;
}
.gs_hotel_hotel_currency {
    font-size: 1rem;
    font-weight: 600;
}
.gs_hotel_hotel .discount_percent {
    font-size: 0.5em;
    font-family: var(--font);
    font-weight: 700;
    color: var(--color-orange);
    padding: 3px 10px 1px;
    line-height: 1;
    border-radius: 20px;
    float: left;
    width: 100%;
    text-align: center;
}
.gs_hotel_hotel .dates {
    font-size: 0.8em;
    color: var(--color);
    font-weight: 400;
}
.gs_hotel_hotel .dates span {
    padding: 0;
    border-radius: 2px;
    font-size: 1em;
    color: var(--color);
    width: 100%;
    float: right;
    font-weight: 700;
}

.month-wrap {
    float: right;
    width: 100%;
    display: flex;
    flex-direction: row;
    margin: 2em 0 1em;
}

.month-wrap label.checked {
    color: var(--color-orange);
}

.month-wrap label {
    float: right;
    border: 1px solid;
    border-radius: 25px;
    padding: 10px 15px;
    margin: 0 0 10px 10px;
    font-size: 0.8rem;
    font-weight: 700;
}
.month-wrap label input {
    display: none;
}

.alldealhotelres {
    width: 100%;
    float: right;
    margin: 0 0 5em;
}
.alldealhotelres h2{
    margin: 0 0 1rem;
}
.dealhotelres {
    width: 100%;
    float: right;
    margin: 0 0 15px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    padding: 15px;
    border-radius: 10px;
}

.dealhotelres_info {
    width: calc(100% - 90px);
    float: right;
    line-height: 1;
    height: 60px;
}
.dealhotelres_title {
    font-size: 1.3em;
    font-weight: 700;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    width: 100%;
    float: right;
    text-align: right;
    color: var(--color);
}
.dealhotelres_dates {
    width: 100%;
    float: right;
    padding: 5px 0 0;
    font-size: 1.1em;
    color: var(--color-orange);
    font-weight: 700;
}
.dealhotelres_price {
    display: flex;
    FONT-WEIGHT: 200;
    font-size: 2.3em;
    font-family: var(--font-number);
    flex-direction: column;
    line-height: 1;
    text-align: left;
    width: 90px;
    float: left;
    color: var(--color-blue);
}
.dealhotelres_price span {
    font-size: 0.7em;
    font-family: var(--font);
}
.dealhotelres_nights {
    font-size: 12px;
    padding: 0 0 4px;
    font-family: var(--font);
    font-weight: 700;
    color: var(--color-orange);
}
price {
    font-family: 'Anton';
}
.dealhotelres_price s {
    color: #999;
    font-size: 0.5em;
}

.holidays_israel {
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: space-around;
    text-align: center;
    padding: 0 0 30px;
    align-items: center;
    align-content: center;
    flex-wrap: nowrap;
    list-style-type: none;
}
.holidays_israel li {
    width: 100%;
    padding: 10px 5px;
    font-size: 12px;
    margin: 0 5px 10px;
    font-weight: 700;
    border-radius: 10px;
    line-height: 1;
    background: #f7f7f7;
    border-top: 1px solid #e9e9e9;
    border-bottom: 1px solid #e9e9e9;
}
.holidays_israel li a {
    text-decoration: none;
    color: var(--color);
}
.holidays_israel li span {
    font-size: 15px;
    font-weight: 700;
    color: var(--color-red);
}

.days {
    width: 100%;
    float: right;
    margin: 0 0 4em;
}

#GetAllRecommendedGroups {
    display: flex;
    flex-direction: column;
    width: 100%;
}
#GetAllRecommendedGroups .star, #GetAllRecommendedGroups .star:before, #GetAllRecommendedGroups .star:after {
    width: 45px;
    height: 45px;
    border-radius: 4px;
    position: relative;
    text-align: center;
    background: var(--color-orange);
    font-size: 14px;
    color: var(--color-wheat);
    line-height: 1;
    padding: 8px 0 0;
    box-sizing: border-box;
    font-weight: 400;
    position: absolute;
    top: -35px;
    right: calc(50% + -22px);
    z-index: 1;
}
#GetAllRecommendedGroups .star:before, #GetAllRecommendedGroups .star:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
}
#GetAllRecommendedGroups .star:before {
  -webkit-transform: rotate(27deg);
  -moz-transform: rotate(27deg);
  -ms-transform: rotate(27deg);
  -o-transform: rotate(27deg);
}
#GetAllRecommendedGroups .star:after {
  -webkit-transform: rotate(60deg);
  -moz-transform: rotate(60deg);
  -ms-transform: rotate(60deg);
  -o-transform: rotate(60deg);
}
#GetAllRecommendedGroups .star span {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 9;
    text-align: center;
    right: 0;
}
#GetAllRecommendedGroups .star span strong {
    font-size: 16px;
}

#GetAllRecommendedGroups .show_more {
    margin: 5px 25px 0;
    width: calc(100% - 40px);
    float: left;
    background: var(--color-orange);
    color: var(--color-wheat);
    padding: 2px;
    border-radius: 15px;
    font-size: 11px;
    font-weight: 500;
    font-family: var(--font);
}
#GetAllRecommendedGroups .gs_hotel_page_nights {
    width: 100%;
    float: right;
    font-size: 12px;
    color: var(--color);
    padding: 0 10px 3px;
}
.gs_hotel_page_price s {
    font-size: 12px;
    width: 100%;
    float: left;
    color: var(--color-gray);
    font-weight: 400;
}
/* -------------------------- */


.by_special_dates {
    float: right;
    width: 100%;
    padding: 2rem 0;
}

.by_special_dates ul {
    list-style-type: none;
}

.by_special_dates ul li {
    float: right;
    width: 100%;
    margin: 0 0 5px;
    text-align: center;
}

.by_special_dates ul li a {
    border-radius: 5px;
    border: 1px solid var(--color-gray2);
    color: var(--color);
    padding: 1rem;
    float: right;
    width: 100%;
    font-weight: bold;
    font-size: 1.2rem;
    text-align: center;
    line-height: 1.5;
    text-decoration: none;
}

.by_special_dates ul li a:hover {
    border: 1px solid var(--color-orange);
    color: var(--color-orange);
}

.by_special_dates span {
    font-weight: 400;
    font-size: 0.9rem;
}

.by_special_dates h3 {
    font-size: 1.2rem;
    padding: 0 0 1rem;
}

.byclickhere {
    background: #ff5722;
    display: block;
    width: 100px;
    font-size: 15px;
    border-radius: 28px;
    padding: 7px;
    margin: 10px auto 0;
    color: #fff;
}

/* --------------------------- */
.month-tabs-container {
    width: 100%;
    margin: 2em 0;
}
.month-tabs {
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 2em;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 8px 0;
}
.month-tab {
    padding: 5px 15px;
    cursor: pointer;
    margin-right: 5px;
    border-left: 1px solid #ccc;
    font-weight: 700;
    color: var(--color);
}
.month-tab.active {
    font-weight: 700;
    color: var(--color-orange);
}
.month-content {
    display: none;
}
.month-content.active {
    display: block;
}
/* --------------------------- */

.chain_logos i {
    position: absolute;
    right: -18px;
    top: calc(50% - 10px);
    background: var(--color-wheat);
    padding: 7px;
    color: var(--color-blue);
}


.tpg_container {
    width: 100%;
    margin: 0 auto;
    padding: 2em 0;
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
}
.tpg_page_title {
    font-size: 32px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 20px;
}

.tpg_deal_card {
    border-radius: 16px;
    background:  rgba(0, 71, 104, 0.8);
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
    text-decoration: none;
}

.tpg_deal_image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position:absolute;
    z-index:-1;
}
.tpg_deal_image img{
    opacity:0.5;
}
.tpg_deal_badge {
    position: absolute;
    top: 15px;
    left: 15px;
    background: #FFA726;
    color: white;
    padding: 6px 12px;
    border-radius: 4px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.5px;
}

.tpg_deal_discount {
    position: absolute;
    top: 15px;
    left: 15px;
    background: #FFA726;
    color: #224857;
    width: 50px;
    height: 52px;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-weight: 700;
}

.tpg_discount_percent {
    font-size: 18px;
    line-height: 1;
}

.tpg_discount_text {
    font-size: 13px;
    line-height: 1;
}

.tpg_deal_content {
    padding: 20px 20px 40px;
}
.tpg_deal_free_child {
    background: #fff;
    width: 50px;
    height: 50px;
    text-align: center;
    padding: 5px 5px;
    border-radius: 91px;
    font-size: 15px;
    font-weight: 700;
    margin: 0 0 5px;
    position: absolute;
    line-height: 12px;
    left: 15px;
    top: 77px;
    display: flex;
    align-items: center;
    justify-content: center;
    align-content: center;
}
.tpg_deal_title {
    font-size: 1.1rem;
    font-weight: 600;
    color: #fff;
    margin-bottom: 8px;
    line-height: 1;
    max-width: calc(100% - 70px);
}
.heated_pool {
    background: #fff;
    color: #244b5e;
    padding: 0 10px;
    border-radius: 5px;
    font-size: 14px;
    margin: 0 4px 0 0;
}
.tpg_price_week_type{
    font-size: 2em;
    color:#fff;
}
.tpg_deal_subtitle{
    font-size: 0.8rem;
    line-height:1;
    margin-bottom: 10px;
    color: #fff;
    max-width: calc(100% - 70px);
}
.tpg_deal_price {
    display: flex;
    align-items: center;
    gap: 10px;
}

.tpg_price_current {
    font-size: 32px;
    font-weight: 700;
    color: #FFA726;
}

.tpg_price_original {
    font-size: 20px;
    color: #b7b6b6;
    text-decoration: line-through;
}

.tpg_deal_details {
    color: #ffffff;
    font-size: 14px;
    position: absolute;
    background: rgba(0, 0, 0, 0.3);
    right: 0;
    bottom: 0;
    padding:10px;
    width: 100%;
    line-height:1;
    text-align: center;
}
.tpg_currency{
    font-size: 14px;
}

@media (min-width: 768px) {
    .tpg_container {
        padding: 2em 8px;
        grid-template-columns: repeat(2, 1fr);
        max-width: 1400px;
    }
    .tpg_deal_details {
        font-size: 12px;
    }

    #GetAllRecommendedGroups .star, #GetAllRecommendedGroups .star:before, #GetAllRecommendedGroups .star:after {
        top: calc(50% - 23px);
        right: 0;
    }
    .holidays_israel li span {
        font-size: 22px;
    }
    .holidays_israel li {
        padding: 15px 5px;
        width: calc(50% - 10px);
        margin: 5px;
        font-size: 13px;
    }
    .gs_hotel_hotel_info p {
        font-size: 0.9em !important;
        line-height: 1.2;
        -webkit-line-clamp: 2;
    }
    .gs_hotel_hotel {
        padding: 10px !important;
    }
    .tabbed ul {
        padding-right: 30px;
    }
    .tabbed ul li {
        padding: 10px 15px 8px;
    }
    .tabbed.round ul li {
        font-size: 18px;
    }
    .chain_logos ul li img {
        height: 50px;
    }
    .chain_logos {
        margin: 0 0 2rem;
    }
    #search_results_title {
        font-size: 2.5rem;
        text-align: right;
    }
    .more_flying {
        margin: 10px 0 25px 10px;
    }
    .flying_api {
        float: right;
        width: 50%;
        padding: 10px 10px 0;
    }
    .gs_hotel_page {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        align-items: center;
    }
    .get_all_groupsale .star,
    .get_all_groupsale .star:before,
    .get_all_groupsale .star:after {
        top: calc(50% - 23px);
        right: 0;
    }
    .get_all_groupsale .star,
    .get_all_groupsale .star:before,
    .get_all_groupsale .star:after {
        top: calc(50% - 23px);
        right: 0;
    }
    .get_all_groupsale .star,
    .get_all_groupsale .star:before,
    .get_all_groupsale .star:after {
        top: calc(50% - 23px);
        right: 0;
    }
    .gs_hotel_page_img {
        width: auto;
    }
    .gs_hotel_page_img img {
        width: 100px;
    }
    .gs_hotel_page_info {
        padding: 0;
    }
    .gs_hotel_page_title {
        position: static;
        background: none;
        color: var(--color);
        padding: 0;
        background-image: none !important;
    }
    .gs_hotel_page_info h3 {
        font-size: 1.2rem;
        margin: 0;
    }
    .gs_hotel_page_info p {
        font-size: 0.9rem !important;
        line-height: 1.2;
        padding: 0 0 0 1rem !important;
    }
    .gs_hotel_page_price {
        width: 220px;
        padding: 0 60px 0px 15px;
    }
    .load_promotions_and_events .event_img {
        width: 90px;
    }
    .by_bottom_page_lists h2 {
        font-size: 2em;
    }
    .by_bottom_page_lists {
        width: 33.33%;
        padding: 0;
    }
    .by2-carousel-no-carousel .hc_info {
        display: flex;
        flex-wrap: nowrap;
        width: 100%;
        align-items: center;
    }
    .by2-carousel-no-carousel .hc_info .hc_info_text {
        border-bottom: none;
        border-left: 1px solid #f5f5f5;
        padding: 0 0 0 15px;
        margin: 0;
    }
    .by2-carousel-no-carousel .hc_info .by_box_deal {
        max-width: 170px;
        padding: 0 15px 0 0;
    }
    .by2-carousel-no-carousel .hc_info h3 {
        font-size: 1.1rem;
    }
    .hc_info_text p.by_dates strong {
        display: inline;
    }
    .circle .advanced_search {
        margin: 0 0 2rem;
        width: 100%;
        border-radius: 10px;
    }
    .by_no_carousel .item {
        /* width: 50%; */
    }
    .hotel_chain {
        width: calc(25% - 20px);
        padding: 0;
        margin: 0 10px 20px;
    }
    .advanced_search {
        padding: 60px 25px 25px;
        position: fixed;
        display: none;
    }
    .by_compo_fixed_bottom {
        display: none !important;
    }
    .list_hotels_on_table .num_reviews {
        display: inline-block;
    }
    #en footer .menu_footer ul li {
        width: 50%;
    }
    #en .by_room_txt {
        padding: 0 2rem 0 0;
    }
    .menu_footer.menu_footer2_en {
        width: 66%;
    }
    .menu_footer2_en ul li {
        width: 33% !important;
    }
    .term_class {
        margin: 0 0 4rem;
    }
    #en .by_lists {
        padding: 0 2rem 0 0;
    }
    /* #en .support {
        left: 90px;
        right: auto;
    }
    #en .lang {
        left: 10px;
        right: auto;
    } */
    .gallery_image.thumbnail_image img {
        height: 500px;
    }
    .by_left {
        display: block;
    }
    .by_right {
        width: 20%;
        display: block;
    }
    #en .by_review {
        padding: 0 40px 2rem 60px;
    }
    .packageTypeAll {
        display: flex;
    }
    .by-deals-hotel {
        width: calc(33.33% - 10px);
        margin: 5px;
    }
    .by_review {
        padding: 0 0 3em 3em;
    }

    .by_compo_fixed_bottom,
    .by_compo_close {
        display: none;
    }
    .advanced_search {
        height: auto;
        margin: 0 0 10px 0;
        padding: 0;
        height: auto;
        position: relative;
        /* border-radius: 5px;
        border: 2px solid var(--color-orange); */
        display: block !important;
    }
    .by_lists {
        width: 33.33%;
        padding: 0;
        padding: 0 0px 0 2rem;
    }
    body {
        padding: 0;
    }
    .top_header {
        position: relative;
    }
    .by_image {
        width: 50%;
    }
    .by_facilities ul li {
        width: calc(33.33% - 10px);
        padding: 25px;
    }
    .hd {
        border-bottom: 1px solid var(--color-gray3);
        border-radius: 0;
        box-shadow: none;
        padding: 0 0 2em;
    }
    .hd .hd_info {
        padding: 1em 0 0;
    }
    .hd .hd_img img {
        border-radius: 5px;
    }
    .container_deals h1 {
        padding: 2em 0;
    }
    .hd .hd_info {
        width: 75%;
        padding: 0 2em 0 0;
    }
    .hd .hd_info p {
        display: block;
    }
    .hd .hd_img {
        width: 25%;
    }
    .hd .hd_info_deal {
        width: 70%;
        padding: 0 0 0 1em;
    }
    .hd .hd_deal {
        border-top: 1px solid var(--color-gray3);
        margin: 1em 0 0;
    }
    .hd .hd_box_price {
        width: 30%;
        padding: 0 1em 0 0;
        border-right: 1px solid var(--color-gray3);
        border-top: none;
    }
    .hd .hd_info h2 {
        font-size: 1.6em;
    }
    .by_area {
        width: 33.33%;
    }
    .play-btn {
        width: 94px;
        height: 94px;
        left: calc(50% - 47px);
        top: calc(50% - 47px);
    }
    .search {
        display: block;
        width: 250px;
        margin: 15px 0 0 20px;
    }
    .search_mobile {
        display: none;
    }
    .sub_header {
        display: block;
    }
    .location {
        display: block;
    }
    nav ul li {
        width: auto;
    }
    .by_button {
        bottom: 1rem;
        left: 1rem;
        background: var(--color-wheat);
        width: 114px;
        box-shadow: 0 0 10px rgb(0 0 0 / 50%);
        border-radius: 3px;
        font-size: 15px;
        color: var(--color);
        height: auto;
    }
    .by_button {
        bottom: 2rem;
        left: 2rem;
        padding: 15px 0;
        width: 150px;
        font-size: 16px;
    }
    .by_image:nth-child(1) img {
        height: 500px;
    }
    .by_image:nth-child(2) img,
    .by_image:nth-child(3) img {
        height: 250px;
    }
    .by_image:nth-child(4) img {
        height: 250px;
    }
    .by_more_hotel {
        width: 33.33%;
        float: right;
        padding: 3rem;
    }
    .by_more_hotels {
        padding: 5rem;
    }
    .content_h {
        width: 70%;
    }
    .by_content {
        width: 60%;
        padding: 0 3rem;
    }
    #sidebar {
        width: 25%;
    }
    /* .by_review {
        width: 50%;
    } */
    .by_room_img {
        width: 40%;
    }
    .by_room_txt.no_image {
        width: 100%;
        padding: 0;
    }
    .by_room_txt {
        width: 60%;
        padding: 0 0 0 2rem;
    }
    .by_type_review {
        width: 50%;
        padding: 0 0 0 2rem;
    }
    .highlight {
        width: 25%;
        padding: 20px;
    }
    footer .menu_footer {
        width: 33.33%;
        padding: 2rem 0;
    }
    /* footer .share_icons {
        width: 30%;
    } */
    footer .members_club {
        width: 70%;
    }
    footer .members_club p {
        width: 50%;
    }
    #members {
        width: 50%;
    }
    footer .top_line {
        padding: 2rem 0;
    }
}

@media(min-width:910px) {
    .bylistscircle ul li a {
        border-radius: 25px;
        padding: 5px 15px;
        margin: 0 0 10px 5px;
    }
}
@media (max-width: 1024px) {
    .ChooseArea {
        margin: 5px 0;
    }
    .by_search_form_hotel .by_search{
        margin: 5px 0 0;
    }
}
@media(min-width:1024px) {
    .pax_by_search {
        width: 100%;
        display: flex;
        justify-content: space-between;
        gap: 5px;
        padding: 5px 00;
    }
    .by_search_form_hotel .by_search{
        max-width: 240px;
    }
    .date {
        width: 100%;
    }
    .date_choose {
        display: flex;
        justify-content: space-between;
        flex-direction: row;
        gap: 5px;
        width: 100%;
    }
    .by_no_carousel .hc_info {
        display: flex;
        flex-wrap: nowrap;
        align-items: center;
    }
    .by_no_carousel .hc_info .hc_info_text {
        width: 100%;
        border-bottom: none;
        border-left: 1px solid #f5f5f5;
        padding: 0 0 0 15px;
        margin: 0;
    }
    .by_no_carousel .hc_info .by_box_deal {
        max-width: 170px;
        padding: 0 15px 0 0;
        line-height: 1;
        width: calc(100% - 40px);
        text-align: right;
        display: flex;
        align-items: flex-start;
        float: right;
    }
    .by_no_carousel .by_more2 {
        float: left;
        width: 30px;
        text-align: center;
        background: none;
        padding: 0;
        margin: 0;
        border-radius: 3px;
        color: var(--color);
        font-size: 2.4em;
    }
    .by_no_carousel .hc_price {
        width: 100%;
        float: right;
        text-align: left;
        color: var(--price);
        direction: ltr;
        font-size: 1.6rem;
        font-family: var(--font);
        font-weight: 900;
        display: flex;
        flex-wrap: nowrap;
        flex-direction: column;
        align-items: flex-start;
    }
    .by_no_carousel .by_box_deal .byb {
        padding: 0 0 0 10px;
        line-height: 1;
        text-align: right;
        font-size: 0.85rem;
    }
    .by_no_carousel .hc_info h3 {
        font-size: 1.1rem;
    }
    .page_content {
        width: 80%;
    }
    .selectize-dropdown,
    .selectize-input,
    .selectize-input input {
        font-size: 0.9rem;
    }
    #en .sticker {
        right: 20px;
        left: auto;
    }
    #en .xxx_search select {
        width: 150px;
        padding: 3px 10px;
    }
    #en .by_logo_sticker {
        right: 0;
        left: auto;
    }
    #en .header.stick .sticker .by_search_top.xxx_search {
        right: 42px;
        left: auto;
        float: right;
    }
    #en .sticker strong {
        padding: 0 50px 0 0;
    }
    .header.stick .sticker {
        display: block;
    }
    .loc_search {
        margin: 15px 0 12px;
    }
    .lang {
        right: 10px;
    }
    .bar {
        display: none;
    }
    .support {
        right: 90px;
        float: right;
        position: absolute;
        display: flex;
        align-items: center;
        justify-content: center;
        top: 20px;
    }
    .support svg,
    .icon-support {
        display: none;
    }
    .hotels_support {
        display: block;
        position: relative;
        right: auto;
        left: auto;
        top: -5px;
        background: none;
        color: var(--color);
        padding: 0;
        width: auto;
        box-shadow: none;
    }
    .icon-search-mobile {
        display: none;
    }
    .header .by_call_center {
        display: none;
    }
    .lang .demo-icon {
        display: block;
    }
    .loc_search {
        display: flex;
        max-width: 305px;
    }
    .top_location {
        padding: 0 0 2rem;
    }
    .top_location h1 {
        font-size: 3rem;
    }
    .breadcrumb {
        display: block;
    }
    .by_search_form_hotel strong {
        float: none;
        width: auto;
    }
    .term_class .ChooseArea {
        width: calc(50% - 5px);
        margin: 0 5px 0 0;
        padding: 0;
        border-radius: 5px;
    }
    #en .term_class .ChooseArea {
        margin: 0 0 0 5px;
    }
    .term_class .date {
        width: 50%;
    }
    .term_class .pax {
        width: calc(100% - 180px);
        padding: 5px 0px 0px 0px;
    }
    .term_class .by_search_form_hotel .by_search {
        float: left;
        width: 175px;
        margin: 5px 0 0 0;
    }
}

@media(min-width:1200px) {
    .dealhotelres {
        width: calc(33.33% - 15px);
        margin: 0 0 15px 15px;
    }
    .gs_hotel_hotel {
        width: calc(50% - 10px);
        margin: 0 5px 10px;
        padding: 10px !important;
        font-size: 16px;
    }
    .by_no_carousel .item {
        /* width: 33.33%; */
    }
    #en .by_hotel_filter .by_hotel_filter_image {
        padding: 0 2rem 0 0;
    }
    #en .by_hotel_filter_title h2 {
        text-align: left;
        padding: 0 1rem 0 0;
    }
    footer .menu_footer1,
    footer .menu_footer2 {
        width: 20%;
    }
    footer .menu_footer1 ul li,
    footer .menu_footer2 ul li {
        width: 100%;
    }
    footer .menu_footer3 {
        float: right;
        width: 60%;
    }
    footer .menu_footer3 ul li {
        width: 33.33%;
    }
    .by_all_reviews .by_type_review {
        width: 50%;
        padding: 5px 0px 5px 20px;
    }
    .by_all_reviews .by_review {
        width: 100%;
    }
    .by_hotel_filter_title h2 {
        font-size: 2.5rem;
    }
    .by_hotel_filter .by_hotel_filter_image {
        width: 35%;
        padding: 0 0 0 2rem;
    }
    .by_hotel_filter .by_hotel_filter_txt {
        width: 65%;
    }
    .video_youtube {
        float: left;
        width: 35%;
        position: relative;
        display: block;
    }
    .video_youtube_mobile {
        display: none;
    }
    .video_youtube img {
        width: 100%;
        height: 160px;
        object-fit: cover;
    }
    .by_hotel_filter_facilities.no_video {
        width: 100%;
    }
    .by_hotel_filter_facilities {
        width: 65%;
    }
    .by_type_review_num {
        width: calc(100% - 100px);
    }
    .by_review {
        width: 33.33%;
    }
    .by_type_review {
        width: 100%;
        padding: 0;
    }
    .logo img {
        max-width: 165px;
    }
    /* .term_class::before {
        content: '';
        background: url(../images/bg_search_form_area.webp) no-repeat 0 0;
        width: 249px;
        height: 68px;
        position: absolute;
        left: 0;
        top: 0;
        z-index: 1;
        background-size: 100%;
    } */
}

@media(min-width:1600px) {
    .gs_hotel_hotel {
        width: calc(33.33% - 10px);
    }
    .by_no_carousel .item {
        /* width: 25%; */
    }
    .by_facilities ul li {
        width: calc(20% - 10px);
    }
    .by_top_container h1 {
        font-size: 2.5rem;
    }
    .bylistscircle ul li a {
        font-size: 1.1rem;
    }
    #hotel h1 {
        font-size: 3rem;
    }
    .item.item_2 .hc_img {
        width: 45%;
    }
    .item.item_2 .hc_info {
        width: 55%;
    }
    .item.item_2 .hc_info select {
        margin: 0 0 10px;
    }
    .item.item_2 .hc_price {
        font-size: 1.8rem;
    }
}

