@import url('https://fonts.googleapis.com/css?family=Rubik:400,700&display=swap');
@font-face {
    font-family: 'Hotels-Light';
    src: url('../font/Assistant-Light.eot');
    src: url('../font/Assistant-Light.woff') format('woff'), url('../font/Assistant-Light.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Hotels-ExtraLight';
    src: url('../font/Assistant-ExtraLight.eot');
    src: url('../font/Assistant-ExtraLight.woff') format('woff'), url('../font/Assistant-ExtraLight.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Hotels-Regular';
    src: url('../font/Assistant-Regular.eot');
    src: url('../font/Assistant-Regular.woff') format('woff'), url('../font/Assistant-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Hotels-Bold';
    src: url('../font/Assistant-Bold.eot');
    src: url('../font/Assistant-Bold.woff') format('woff'), url('../font/Assistant-Bold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Hotels-Bold';
    src: url('../font/Assistant-Bold.eot');
    src: url('../font/Assistant-Bold.woff') format('woff'), url('../font/Assistant-Bold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Hotels-ExtraBold';
    src: url('../font/Assistant-ExtraBold.eot');
    src: url('../font/Assistant-ExtraBold.woff') format('woff'), url('../font/Assistant-ExtraBold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Hotels-SemiBold';
    src: url('../font/Assistant-SemiBold.eot');
    src: url('../font/Assistant-SemiBold.woff') format('woff'), url('../font/Assistant-SemiBold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

*,
*:before,
*:after {
    box-sizing: border-box;
}

input[type=text],
input[type=submit],
textarea {
    -webkit-appearance: none;
}

strong {
    font-family: 'Hotels-Bold';
    font-weight: normal;
}

.agent_discount_form_per_room {
    width: 80%;
    float: right;
    background: #ccc;
    padding: 10px;
    margin: 0 0 0 0;
}

.agent_discount_form_per_room label {
    width: 100%;
    float: right;
}

.agent_discount_form_per_room .adf_div {
    width: 20%;
    float: right;
}

.agent_discount_form_per_room .adf_div_comments {
    width: 58%;
    float: left;
}

.agent_discount_form_per_room select {
    width: 90%;
    padding: 5px;
    float: right;
}

.agent_discount_form_per_room textarea {
    width: 100%;
    float: right;
    padding: 5px;
    font-family: 'Hotels-Regular', sans-serif;
}

.agent_discount_form_per_room .agent_ajax_response {
    width: 100%;
    float: right;
}

.agent_discount_form_per_room .update_agent_discount {
    width: 20%;
    float: right;
    margin: 10px 0 0;
}


/* width */

::-webkit-scrollbar {
    width: 7px;
}


/* Track */

::-webkit-scrollbar-track {
    background: #424242;
}


/* Handle */

::-webkit-scrollbar-thumb {
    background: #888;
}


/* Handle on hover */

::-webkit-scrollbar-thumb:hover {
    background: #a2a0a0;
}

.room_li_focus {
    webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.code {
    display: none;
}

html {
    padding: 0;
    margin: 0;
    font-family: 'Hotels-Regular', sans-serif;
    box-sizing: border-box;
    font-size: 16px;
}

body {
    padding: 0;
    margin: 0;
    text-align: right;
    direction: rtl;
    color: #3e4142;
    background: #f5f5f5;
}

.main {
    max-width: 1320px;
    min-height: 800px;
    margin: 0 auto;
    position: relative;
}

h1,
h2,
h3,
h4 {
    font-family: 'Hotels-Bold', Arial, sans-serif;
    font-weight: normal;
}

.main h1 {
    font-weight: normal;
    width: 100%;
    float: right;
    padding: 0;
    margin: 0 0 5px 0;
}

address {
    width: 100%;
    float: right;
}

.widthfull {
    width: 100%;
    float: left;
}

.loading {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 99999999;
    background: rgba(255, 255, 255, 0.8);
    text-align: center;
}

.loading_info {
    width: 300px;
    height: 200px;
    margin: -100px 0 0 -150px;
    background: #424242;
    color: #FFFFFF;
    font-size: 1.5rem;
    top: 50%;
    padding: 0 40px;
    line-height: 2rem;
    text-align: center;
    position: absolute;
    left: 50%;
    z-index: 1000;
}

.loading_info p {
    margin: 1.4rem 0 1.4rem;
    width: 100%;
    float: right;
}

.header {
    width: 100%;
    float: left;
    min-height: 55px;
    margin: 5px 0;
}

.header .logo {
    width: 140px;
    float: right;
}

.header .logo img {
    width: auto;
    height: 55px;
    float: right;
}

.hotels_info_mobile {
    position: absolute;
    right: 15px;
    top: 20px;
    z-index: 10;
    width: 156px;
    padding: 5px 45px 0 0;
}

.hotels_info_mobile a {
    position: absolute;
    right: 0;
    top: 0;
    color: #fff;
    background: #1a88f6;
    height: 35px;
    width: 35px;
    text-align: center;
    line-height: 30px;
    border-radius: 50%;
    padding: 6px 0 0;
}

.hotels_info {
    float: right;
    width: 70%;
    padding: 0;
    margin: 5px 0 0;
    display: none;
}

.hotels_info strong {
    font-size: 16px;
    float: right;
    margin: 0;
    font-weight: normal;
    width: 100%;
    color: #F60;
    font-family: 'Hotels-Bold';
}

.hotels_info span {
    font-size: 12px;
    float: left;
    width: 100%;
    color: #000000;
}

.fullwidth {
    width: 100%;
    float: left;
}

.footer {
    width: 100%;
    float: left;
    background: #ffffff;
    min-height: 70px;
    margin: 2rem 0 0 0;
    padding: 20px;
}

.center {
    text-align: center;
}

.peyman_dbug {
    width: auto;
    height: auto;
    background: #424242;
    padding: 15px;
    color: #fff;
    text-align: left;
    direction: ltr;
    position: fixed;
    left: 0;
    bottom: 0;
}

.peyman_dbug_templet {
    width: auto;
    height: auto;
    background: #1a88f6;
    padding: 5px 60px;
    color: #fff;
    text-align: left;
    direction: ltr;
    position: fixed;
    right: -50px;
    top: 30px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=4);
}

.or_error {
    display: none;
}

.or_success {
    color: green;
}

.peyman_dbug .title,
.peyman_dbug a {
    font-size: 14px;
    color: #fff;
}

#alternative_hotels {
    width: 100%;
    float: left;
}

#alternative_hotels .gallery_3 {
    width: 100% !important;
}

.c_checkbox {
    width: 100%;
    padding: 0 0 0 0;
    margin: 0 0 1rem;
    float: right;
}

.c_checkbox label {
    padding: 0 0 0 1rem;
}

.ribbon:last-child {
    padding: 15px !important;
    margin: 0 !important;
    /* border-bottom: 1px solid #3498db !important; */
}

.ribbon {
    /* border: 1px solid #3498db !important; */
    padding: 15px !important;
    margin: 0 !important;
    position: relative;
    background: #f3f6f9;
}

.ribbonin {
    display: table;
    float: right;
    margin: 0 0 0 5px;
}

.ribbonin span {
    display: block;
    padding: 0px 5px;
    color: #ff6000;
    text-transform: uppercase;
    border: 1px solid;
    margin: 0 0 5px;
    text-align: center;
    font-family: 'Hotels-Bold', Arial, sans-serif;
}

.header_titles {
    width: 100%;
    height: auto;
    float: right;
    padding: 0;
    margin: 0;
}

.results {
    width: 100%;
    float: right;
    padding: 0;
    margin: 2rem 0;
}

.results ul {
    width: 100%;
    float: right;
    padding: 0;
    margin: 0;
}

.results ul li {
    width: 100%;
    float: right;
    padding: 0;
    margin: 0;
    position: relative;
    list-style: none;
    webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.error {
    color: #c70b0b;
    margin: 3px 0 0 0 !important;
}

.valid {
    color: green;
}

.hotel_info {
    width: 100%;
    float: right;
    padding: 0 15px 1rem;
}

.search_info {
    width: 70%;
    float: right;
    padding: 0;
    margin: 0;
    position: relative;
    font-size: 1.1rem;
    display: none;
}

#en .search_info {
    float: left;
}

.search_info span {
    float: right;
    padding: 0 0 0 10px;
}

.search_info strong {
    font-family: 'Hotels-Bold';
}

.search_info .material-icons {
    float: right;
    font-size: 1.2rem;
    padding: 3px 0 0 5px;
    display: none;
}

.search_info p {
    padding: 0;
    margin: 0;
}

.pey_dbug {
    width: 160px;
    height: 160px;
    background: #424242;
    overflow-y: scroll;
    color: #fff;
    text-align: left;
    font-size: 12px;
    line-height: 16px;
    top: 0;
    padding: 10px;
    direction: ltr;
    position: absolute;
    right: 0;
}


/* .dBug_array{
display: none;
} */

.flickering {
    -webkit-animation: blinker 0.5s 5;
    -moz-animation: blinker 0.5s 5;
    animation: blinker 0.5s 5;
    color: #000000;
    font-weight: bold;
    font-size: 1.1rem;
    /* border: 1px solid; */
    float: right;
    padding: 6px;
    width: auto;
    font-family: 'Hotels-Bold';
    margin: 1rem 0;
    background: #daecff;
}

@-webkit-keyframes blinker {
    0% {
        opacity: 1.0;
    }
    50% {
        opacity: 0.0;
    }
    100% {
        opacity: 1.0;
    }
}

.search {
    background: #1a88f6;
    border: medium none;
    color: #fff;
    cursor: pointer;
    float: left;
    font-size: 1.3rem;
    border-radius: 0;
    margin: 10px 0 0;
    padding: 1rem;
    height: 60px;
    text-align: center;
    width: 100%;
    border-radius: 5px;
}

.edit_search {
    width: auto;
    text-align: center;
    cursor: pointer;
    margin: -2px 0 0;
    border-radius: 3px;
    background: #4a5257;
    color: #fff;
    font-size: 1rem;
    padding: 5px 15px;
    float: right;
    text-decoration: none;
    text-transform: capitalize;
}

.edit_search_compo_box {
    width: 100%;
    float: left;
    padding: 0;
    margin: 0;
    display: none;
}

.book_now_link {
    width: auto;
    text-align: center;
    cursor: pointer;
    margin: -2px 10px 0 0;
    border-radius: 3px;
    background: #1a88f6;
    color: #fff;
    font-size: 1rem;
    padding: 5px 15px;
    float: right;
    text-decoration: none;
    text-transform: capitalize;
}

.last_room_available {
    font-weight: normal;
    background: #f1f1f1;
    width: auto;
    margin: 1rem 0;
    font-family: 'Hotels-Bold';
    padding: 5px 10px;
    float: right;
    color: #ff6600;
    font-size: 1.1rem;
}

.minimum_rooms_available {
    font-weight: normal;
    background: #f1f1f1;
    width: auto;
    margin: 1rem 0;
    font-family: 'Hotels-Bold';
    padding: 5px 10px;
    float: right;
    color: #ff6600;
}

.sms_plan_alert {
    padding: 0;
    margin: 0;
    color: #1a88f6;
    float: right;
    font-family: 'Hotels-Bold';
    font-weight: normal;
    width: 100%;
    font-size: 1.1rem;
}

.sms_plan_alert .material-icons {
    font-size: 1.1rem;
}

.steps {
    width: 100%;
    float: right;
    padding: 5px;
    margin: 0 0 1rem;
    background: #4a5257;
    color: #FFFFFF;
    font-size: 14px;
}

.steps .step_0,
.steps .step_1,
.steps .step_2,
.steps .step_3 {
    width: 25%;
    float: right;
    position: relative;
}

.steps .step_0 {}

.steps .current {
    color: #1a88f6;
}

.steps .current span.num {
    background: #1a88f6;
    color: #FFFFFF;
}

.steps .current span.num:before {
    border-right: 9px solid #1a88f6;
}

.steps .current span.txt {
    color: #FFFFFF;
}

.steps span.txt {
    padding: 0 40px 0 0;
    color: #94a1a9;
}

.steps span.num {
    position: absolute;
    top: -5px;
    right: 0;
    line-height: 27px;
    text-align: center;
    width: 27px;
    height: 27px;
    background: #68737a;
    padding: 0;
    font-size: 15px;
    float: left;
}

.steps span.num:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-top: 9px solid transparent;
    border-bottom: 9px solid transparent;
    border-right: 9px solid #68737a;
    position: absolute;
    top: 5px;
    left: -5px;
}

.agent_discount_form {
    width: 170px;
    height: auto;
    background: #4a5257;
    color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9;
    padding: 15px;
    margin: 0;
    display: none;
}

.agent_discount_form .adf_div,
.agent_discount_form label {
    width: 100%;
    padding: 0;
    margin: 0 0 1rem;
    float: left;
}

.agent_discount_form label {
    margin: 0 0 0.2rem;
}

.agent_discount_form .adf_div select {
    width: 100%;
    padding: 0.5rem;
    margin: 0;
    float: left;
}

.agent_discount_form .adf_div textarea {
    width: 100%;
    padding: 0.5rem;
    margin: 0;
    float: left;
    min-height: 100px;
}

.update_agent_discount {
    width: 100%;
    padding: 0.5rem;
    margin: 0;
    float: left;
    text-align: center;
    background: #1a88f6;
    color: #fff;
    cursor: pointer;
}

.aar {
    width: 100%;
    float: right;
    padding: 0.5rem;
    margin: 1rem 0 0;
    border-radius: 15px;
    border: 2px solid;
    text-align: center;
}

.changePriceManual {
    width: auto;
    padding: 0.5rem;
    margin: 0;
    /* float: left; */
    text-align: center;
    background: #1a88f6;
    color: #fff;
    cursor: pointer;
}

.current_price_agent {
    padding: 5px;
}

.current_agent_discount {
    width: 100%;
    float: right;
    display: none;
}

.important_info {
    width: 100%;
    float: left;
    padding: 0;
    margin: 0;
    display: none;
}

.agent_discount_html {
    width: 80%;
    padding: 0.8rem;
    margin: 0;
    color: #fff;
    float: right;
    background: #ffa500;
    text-align: center;
}

.admin_price_first {
    width: 100%;
    float: right;
    margin: 10px 0 0 0;
}


/* .os_agent_info {
width: 100%;
margin: 0;
float: left;
line-height: 1.7rem;
border-top: 1px solid #4a5257;
padding: 10px 0 0 0 !important;
} */

.order_summary h1.warning,
.agent_ajax_response_warning {
    color: #ff9500;
}

.order_summary h1.error,
.agent_ajax_response_error {
    color: #c70b0b;
}

.order_summary h1.success,
.agent_ajax_response_success {
    color: #4cb34c;
}

.order_not_approved {
    background: #c70b0b;
}

.order_approved {
    background: green;
}

.os_status {
    position: absolute;
    left: 0;
    top: 0;
    width: 25%;
    padding: 10px 5px 0;
    color: #fff;
    height: 100%;
    text-align: center;
    /* line-height: 42px; */
    font-size: 1.2rem;
    z-index: 10;
}

.os_order_total {
    font-size: 1.8rem;
    width: 100%;
    float: left;
    padding: 0;
    margin: 1rem 0;
}

.os_room_details {
    width: 100%;
    float: left;
    padding: 0;
    margin: 0 0 1rem;
    background: #fff;
}


/* --------------------- tooltip -------------------- */

.tooltip {
    display: inline-block;
    position: relative;
    border-bottom: 1px dotted #666;
    text-align: right;
}

.tooltip h3 {
    margin: 12px 0;
}

.tooltip .right {
    min-width: 335px;
    max-width: 400px;
    top: 50%;
    right: 100%;
    margin-right: 1rem;
    transform: translate(0, -50%);
    padding: 0;
    color: #EEEEEE;
    background-color: #444444;
    font-weight: normal;
    font-size: 1rem;
    border-radius: 8px;
    position: absolute;
    z-index: 99999999;
    box-sizing: border-box;
    box-shadow: 0 1px 8px rgba(0, 0, 0, 0.5);
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.8s;
}

.tooltip:hover .right {
    visibility: visible;
    opacity: 1;
}

.tooltip .right img {
    width: 400px;
    border-radius: 8px 8px 0 0;
}

.tooltip .text-content {
    padding: 10px 20px;
}

.tooltip .right i {
    position: absolute;
    top: 50%;
    left: 100%;
    margin-top: -12px;
    width: 12px;
    height: 24px;
    overflow: hidden;
}

.tooltip .right i::after {
    content: '';
    position: absolute;
    width: 12px;
    height: 12px;
    right: 12px;
    top: 50%;
    transform: translate(50%, -50%) rotate(45deg);
    background-color: #444444;
    box-shadow: 0 1px 8px rgba(0, 0, 0, 0.5);
}

.tooltip ul {
    padding: 20px;
}

.tooltip .tooltip_over {
    float: right;
    color: #fff;
    padding: 2px 10px;
    background: #1a88f6;
    margin: 10px 0 0 0;
    border-radius: 100%;
    font-size: 12px;
}

.tooltip_over_img {
    width: 100%;
    overflow: hidden;
}

.tooltip_over_img img {
    width: 100%;
    height: 120px;
    object-fit: cover;
}


/* --------------------- tooltip -------------------- */

.alternative_and_compare_box {
    width: 100%;
    float: left;
}


/* --------------------- radio -------------------- */


/* The container */

.container {
    display: block;
    position: relative;
    padding-right: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    /* font-size: 22px; */
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}


/* Hide the browser's default radio button */

.container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}


/* Create a custom radio button */

.checkmark {
    position: absolute;
    top: 0;
    right: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
    border-radius: 50%;
}


/* On mouse-over, add a grey background color */

.container:hover input~.checkmark {
    background-color: #ccc;
}


/* When the radio button is checked, add a blue background */

.container input:checked~.checkmark {
    background-color: #2196F3;
}


/* Create the indicator (the dot/circle - hidden when not checked) */

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}


/* Show the indicator (dot/circle) when checked */

.container input:checked~.checkmark:after {
    display: block;
}


/* Style the indicator (dot/circle) */

.container .checkmark:after {
    top: 9px;
    right: 9px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: white;
}


/* --------------------- radio -------------------- */


/* --------------------- loading -------------------- */

.lds-ring {
    display: inline-block;
    position: relative;
    width: 64px;
    height: 64px;
}

.lds-ring div {
    box-sizing: border-box;
    display: block;
    position: absolute;
    width: 51px;
    height: 51px;
    margin: 6px;
    border: 6px solid #fff;
    border-radius: 50%;
    animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    border-color: #fff transparent transparent transparent;
}

.lds-ring div:nth-child(1) {
    animation-delay: -0.45s;
}

.lds-ring div:nth-child(2) {
    animation-delay: -0.3s;
}

.lds-ring div:nth-child(3) {
    animation-delay: -0.15s;
}

@keyframes lds-ring {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}


/* --------------------- loading -------------------- */

.search_compo {
    width: 100%;
    padding: 20px 0 0;
    margin: 0;
    float: right;
    background: #f5f5f5;
    box-sizing: border-box;
    font-size: 13px;
}

.search_compo .checkdates {
    width: 100%;
    margin: 0 0 1%;
    padding: 0;
    float: right;
}

.search_compo .checkdates .checkin {
    width: 49%;
    padding: 0;
    float: right;
    position: relative;
    background: #fff;
}

.search_compo .checkdates .checkout {
    width: 49%;
    padding: 0;
    float: left;
    position: relative;
    background: #fff;
}

.search_compo label {
    font-size: 13px;
    margin: 0 0 5px;
    float: right;
    position: absolute;
    right: 10px;
    z-index: 1;
    top: 14px;
    width: 31px;
}

.search_compo .cal_ins {
    width: 100%;
}

.search_compo .ui-datepicker-trigger {
    width: 16px;
    height: auto;
    background: #1a88f7;
    cursor: pointer;
    margin: 5px 0 0 5px;
    float: left;
    position: absolute;
    bottom: 15px;
    left: 10px;
}

.search_compo .checkdates input {
    float: right;
    margin: 0;
    padding: 30px 9px 10px 10px;
    text-align: right;
    height: 60px;
    width: 100%;
    border: none;
    color: #0e4d8d;
    background: none;
    border: 1px solid #dedede;
    box-shadow: 0 0 5px #e4e4e4;
    border-radius: 5px;
}

.search_compo .pax {
    width: 100%;
    float: right;
    padding: 0;
    margin: 5px 0 0;
}

.search_compo .pax .pax_adults,
.search_compo .pax .pax_children,
.search_compo .pax .pax_infants {
    width: 32%;
    float: right;
    padding: 0;
    margin: 0;
    position: relative;
    background: #fff;
    z-index: 3;
    border: 1px solid #dedede;
    box-shadow: 0 0 5px #e4e4e4;
    border-radius: 5px;
}

.search_compo .pax .pax_adults label,
.search_compo .pax .pax_children label,
.search_compo .pax .pax_infants label {
    z-index: -1;
}

.search_compo .pax .pax_children {
    margin: 0 5px;
}

.search_compo .pax .pax_adults select,
.search_compo .pax .pax_children select,
.search_compo .pax .pax_infants select {
    padding: 30px 5px 5px;
    border: 1px solid #dedede;
    width: 100%;
    height: 60px;
    border-radius: 5px;
    color: #0e4d8d;
    background: none;
    box-shadow: 0 0 5px #e4e4e4;
    position: relative;
    z-index: 2;
}

.gallery_3 {
    /* width: 25%;
height: 250px;
overflow: hidden;
float: right; */
    direction: ltr;
}

.owl-prev {
    color: #fff !important;
    position: absolute;
    top: 0;
    margin: 0;
    width: 32px;
    height: 100%;
    left: 10px;
    background: url(../images/slim-arrow-sprite.png) no-repeat 0px center !important;
    overflow: hidden;
    outline: none;
}

.owl-next {
    color: #fff !important;
    position: absolute;
    top: 0;
    margin: 0;
    width: 32px;
    height: 100%;
    right: 10px;
    background: url(../images/slim-arrow-sprite.png) no-repeat -30px center !important;
    overflow: hidden;
    outline: none;
}

.color1 {
    color: #1a88f6;
}

.bg1 {
    background: #1a88f6;
}

.bg2 {
    background: #cc0000;
}

.color2 {
    color: #16406b;
}

.color3 {
    color: green;
}


/* SYILE BOOK PAGE */

.room {
    width: 100%;
    padding: 0;
    margin: 20px 0 0;
    float: right;
    position: relative;
    background: #fff;
    box-shadow: 0 0 5px #e4e4e4;
}

.r_title {
    width: 100%;
    padding: 12px 50px 12px 20%;
    margin: 0;
    float: right;
    background: #68737a;
    color: #ffffff;
    font-size: 1.2rem;
    line-height: 1.4rem;
    position: relative;
    font-family: 'Hotels-Bold';
}

.r_total {
    width: 100%;
    padding: 1rem 0 0;
    margin: 0;
    float: right;
    font-size: 1.35rem;
    text-align: left;
    line-height: 2rem;
    font-family: 'Hotels-Bold';
}

.r_total_price {
    color: #0061a9;
    font-size: 2.2rem;
    font-family: 'Rubik', sans-serif;
    font-weight: 700;
    float: left;
}

.r_total_title {
    float: left;
    padding: 0 0 0 1rem;
}

.r_delete {
    float: right;
    padding: 13px;
    font-size: 1rem;
    margin: 0;
    height: 100%;
    position: absolute;
    color: #fff;
    cursor: pointer;
    background: #c70b0b;
    border-radius: 0;
    top: 0;
    left: 0;
    width: 20%;
    text-align: center;
}

.r_guests_name .error {
    font-size: 12px;
    font-family: 'Hotels', Arial, sans-serif;
}

.r_guests {
    width: 70%;
    float: right;
    padding: 15px;
    margin: 0;
}

.miss_fields {
    width: 100%;
    float: right;
    padding: 0;
    text-align: left;
    margin: 15px 0;
    font-size: 20px;
    color: #cc0000;
}

.r_guests .r_guests_name {
    width: 49%;
    float: right;
    padding: 0;
    margin: 0;
}

.r_guests .r_guests_name:nth-child(2) {
    float: left;
}

.r_guests label {
    width: 100%;
    float: left;
    padding: 0;
    margin: 0;
}

.r_guests input {
    width: 100%;
    float: right;
    text-transform: capitalize;
    height: 40px;
    padding: 5px;
    margin: 5px 0 0;
    border: 1px solid #bdbdbd;
    border-radius: 3px;
    font-size: 1.1rem;
    color: #1a88f6;
    font-weight: normal;
    font-family: 'Hotels-Regular', sans-serif;
}

.order_info_header {
    position: relative;
    float: right;
    width: 100%;
}

.order_info h2 {
    width: 100%;
    float: right;
}

.add_more_rooms {
    width: 30%;
    text-align: center;
    cursor: pointer;
    margin: 0;
    border-radius: 0;
    background: #1a88f6;
    padding: 10px 0px;
    float: left;
    border: none;
    color: #fff;
    font-size: 1.2rem;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
}

.r_pax,
.r_price {
    padding: 0;
    width: 100%;
    margin: 0;
    float: right;
    border-top: 2px solid #f5f5f5;
    border-bottom: 2px solid #f5f5f5;
}

.r_dates {
    padding: 0;
    width: 100%;
    margin: 15px 0 0 0;
    float: right;
    border-top: 2px solid #f5f5f5;
}

.r_price {
    text-align: left;
    padding: 0;
    position: absolute;
    left: 10px;
    color: #000;
    bottom: 19px;
    border: none;
    padding: 5px 10px;
    line-height: 1.4rem;
    width: 30%;
}

.r_price .r_price_d {
    font-size: 1.8rem;
    color: #0061a9;
    margin: 0;
    font-family: 'Rubik', sans-serif;
    font-weight: 700;
    float: left;
    width: 100%;
}

.ahl_loading {
    display: none;
}

.valid {
    color: green !important;
}

.error {
    color: #c70b0b;
    margin: 3px 0 0 0;
    left: 15px;
    text-align: right;
    font-size: 1.5rem;
    font-family: 'Hotels-Bold', Arial, sans-serif;
    padding: 1rem 0;
}


/* .r_price s {
font-size: 1rem;
color: #666;
} */

.r_price s {
    font-size: 1rem;
    color: #d4d4d4;
}

.r_num {
    background: #4a5257;
    position: absolute;
    color: #FFFFFF;
    padding: 0;
    margin: 0;
    right: 0;
    text-align: center;
    top: 0;
    width: 43px;
    height: 100%;
    line-height: 43px;
}

.c_checkbox {
    width: 60%;
}

.discount_percent {}

.c_field {
    width: 100%;
    padding: 0;
    margin: 0 0 5px;
    float: right;
    position: relative;
}
#c_field_email{
    /* width: 100%; */
}
#c_field_first {
    /* width: 50% !important; */
}

#c_field_lname {
    /* width: 50% !important;
    padding: 0 5px 0 0 !important; */
}

#en #c_field_lname {
    /* padding: 0 0 0 5px !important;
    float: right; */
}
#c_field_phone {
    /* width: 50%; */
}
#c_field_ccid{
    /* width: 50% !important;
    padding: 0 5px 0 0 !important; */
}
#c_field_comments {
    width: 100% !important;
}

#c_field_submit {
    float: left !important;
    width: 40% !important;
    margin: 10px 0 0 0;
}

#c_field_submit.c_field .submit {
    width: 100% !important;
}

.c_field label {}

.c_field input {
    width: 100%;
    border-radius: 3px;
    padding: 5px;
    font-size: 1rem;
    margin: 0;
    float: right;
    height: 40px;
    border: 1px solid #dadada;
    font-weight: normal;
    font-family: 'Hotels-Regular', sans-serif;
    text-transform: capitalize;
}

.c_field textarea {
    width: 100%;
    min-height: 80px;
    padding: 5px;
    margin: 0;
    font-size: 1rem;
    float: right;
    border-radius: 3px;
    border: 1px solid #dadada;
    font-weight: normal;
    font-family: 'Hotels-Regular', sans-serif;
    text-transform: capitalize;
}

.customer_info-form-control-wrap {
    position: relative;
    margin: 45px 0;
}

.customer_info textarea {
    resize: none;
}

.loading-di {
    display: none;
    width: 100%;
    height: 100%;
    float: right;
    position: absolute;
    top: 0;
    right: 0;
    text-align: center;
    z-index: 9;
    background: #000000ad;
}

.loading-di .lds-ring {
    margin: 20% 0;
}

.online_details_info .error {
    font-size: 13px;
    font-weight: normal;
    font-family: 'Hotels', Arial, sans-serif;
    position: absolute;
    top: -5px;
    left: 10px;
}

.di_form_submitted {
    background: #c1bcb7 !important;
}

.online_details_info {
    float: left;
    width: 100%;
    background: #fff;
    padding: 15px;
    box-shadow: 0 0 5px #e4e4e4;
    margin: 2rem 0 0;
    position: relative;
}

.online_details_info h2 {
    margin: 0 0 1rem;
}

.customer_info {
    width: 100%;
    padding: 0 0 1rem;
    margin: 0;
    float: right;
    display: table;
}

.order_info {
    width: 100%;
    padding: 0;
    margin: 0;
    float: right;
}

.order_info h2,
.customer_info h2 {
    padding: 0;
    margin: 0 0 1rem;
    font-weight: normal;
}

.c_field .submit {
    background: #fb7b00;
    border: none !important;
    border-radius: 3px !important;
    /* box-shadow: 0 4px 2px #696969; */
    color: #ffffff;
    cursor: pointer;
    display: block;
    float: right;
    font-size: 1.2rem;
    font-weight: normal;
    padding: 0 1.5rem;
    margin: 0;
    text-align: center;
    width: 50%;
    line-height: 1.6rem;
}

.online_reservation_info {
    width: 100%;
    padding: 0 15px;
    margin: 0;
    float: left;
}

.online_reservation_info ul {
    width: 100%;
    float: left;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.online_reservation_info ul li {
    position: relative;
    padding: 10px 35px 10px 0;
    float: right;
    width: 50%;
}

.online_reservation_info ul li .material-icons {
    float: right;
    border-radius: 50%;
    position: absolute;
    right: 0;
    top: 6px;
    z-index: 1;
    color: #1a88f6;
}

.online_reservation_info h3 {
    padding: 0;
    margin: 0 0 1rem;
    font-weight: normal;
}

#submitcode:first-letter,
.online_reservation_info h3:first-letter {
    text-transform: capitalize;
}

.r_checkin,
.r_checkout,
.r_nights,
.r_adults,
.r_children,
.r_infants,
.r_plan,
.r_price,
.r_checkin_day,
.r_checkout_day,
.os_checkin_time,
.os_checkout_time {
    margin: 0;
}

.r_adults span,
.r_children span,
.r_infants span {
    font-size: 1rem;
    float: right;
    padding: 0 0 0 5px;
}

.room .material-icons {
    float: left;
    font-size: 1.5rem;
    margin: 0;
    padding: 0;
    width: 100%;
}

.r_checkin,
.r_checkout {
    width: 40%;
    float: right;
    line-height: 1.2rem;
    border-left: 2px solid #f5f5f5;
    padding: 15px;
}


/* .r_checkin_day,
.r_checkout_day {
width: 33%;
float: right;
line-height: 1.2rem;
}

.os_checkin_time,
.os_checkout_time {
width: 33%;
float: right;
line-height: 1.2rem;
} */

.r_nights {
    width: 20%;
    float: right;
    line-height: 1.2rem;
    padding: 15px;
}

.r_adults,
.r_children {
    width: 33%;
    float: right;
    line-height: 1.2rem;
    padding: 10px 15px;
    border-left: 2px solid #f5f5f5;
}

.r_infants {
    width: 33%;
    float: right;
    line-height: 1.2rem;
    padding: 10px 15px;
}

.r_plan {
    width: 100%;
    float: right;
    line-height: 1.2rem;
    padding: 15px;
    border-top: 2px solid #f5f5f5;
}

.room_li_focus {
    border: 20px solid #ffffff;
    box-shadow: 0 0 5px #006ad4;
}

.room_li_focus .room_image img {
    width: 300px;
    height: 230px;
}

.room_li_focus .hb_22,
.room_li_focus .price_code_div_box {
    /* width: 77%; */
    border-top: 1px solid #f1f1f1;
}

.room_li_focus .ppp1 {
    margin: 0;
}

.order_summary {
    width: 100%;
    float: left;
    padding: 10px;
    margin: 0;
    line-height: 1.5rem;
}

.os_customer_details {
    width: 100%;
    float: left;
    padding: 0;
    margin: 0 0 1rem;
}

.os_rooms_details {
    padding: 0;
    margin: 0 0 1rem;
    width: 100%;
    float: right;
}

.os_agent_info,
.os_customer_details_name,
.os_customer_details_phone,
.os_customer_details_email {
    width: 100%;
    float: right;
    position: relative;
    padding: 30px 2.5rem 10px 0;
    border-bottom: 1px solid #efefef;
    font-size: 1rem;
    line-height: 1.2rem;
}

.os_agent_info .material-icon,
.os_customer_details_name .material-icons,
.os_customer_details_phone .material-icons,
.os_customer_details_email .material-icons {
    position: absolute;
    right: 0;
    top: 30px;
    /* color: #1a88f6; */
    z-index: 10;
    font-size: 2rem;
}

.os_client_comments {
    width: 100%;
    float: left;
    padding: 0;
    margin: 0 0 1rem;
}

.order_summary h1 {
    margin: 0 0 1rem !important;
    font-size: 1.5rem;
}

.os_customer_details h2,
.os_rooms_details h3 {
    width: 100%;
    float: left;
    padding: 1rem;
    margin: 0;
    color: #fff;
    background: #4a5257;
    position: relative;
    font-weight: normal;
}

.os_rooms_details h3 {
    padding: 10px 50px 11px 25%;
    position: relative;
}

.os_room_num {
    position: absolute;
    right: 0;
    top: 0;
    background: #68737a;
    width: 42px;
    height: 100%;
    text-align: center;
    line-height: 42px;
}


/* .os_customer_details div,
.os_order_number {
width: 50%;
float: right;
padding: 15px;
margin: 0;
border-top: 2px solid #f5f5f5;
} */

.os_price {
    width: 100%;
    float: right;
    padding: 15px;
    margin: 0;
    border-top: 2px solid #f5f5f5;
    text-align: left;
    font-size: 1.8rem;
    color: green;
}

.os_pax {
    width: 100%;
    float: right;
}

.os_pax .material-icons {
    float: left;
    font-size: 1.5rem;
    margin: 0;
    padding: 0;
    display: none;
}

.os_adults,
.os_children,
.os_infants {
    width: 25%;
    float: right;
    line-height: 1.2rem;
    padding: 10px 15px;
    border-left: 2px solid #f5f5f5;
    border-top: 2px solid #f5f5f5;
}

.os_infants {
    border-left: none;
}

.os_plan {
    width: 25%;
    float: right;
    line-height: 1.2rem;
    padding: 10px 15px;
    border-top: 2px solid #f5f5f5;
}

.os_dates {
    width: 100%;
    float: right;
}

.os_guest_name {
    width: 50%;
    float: right;
    padding: 15px;
    margin: 0;
    border-top: 2px solid #f5f5f5;
}

.order_approved_number {
    width: 50%;
    float: right;
    padding: 15px;
    margin: 0;
    border-top: 2px solid #f5f5f5;
    border-left: 2px solid #f5f5f5;
    color: green;
    font-family: 'Hotels-Bold';
    font-size: 1.1rem;
}

.os_checkin,
.os_checkout {
    width: 40%;
    float: right;
    line-height: 1.2rem;
    border-left: 2px solid #f5f5f5;
    border-top: 2px solid #f5f5f5;
    padding: 15px;
}

.os_nights {
    width: 20%;
    float: right;
    line-height: 1.2rem;
    padding: 15px;
    border-top: 2px solid #f5f5f5;
}

.os_price_remarks {
    width: 100%;
    float: left;
    padding: 15px;
    margin: 0;
}

.os_cancel_terms {
    width: 100%;
    float: left;
    padding: 15px;
    margin: 0;
    text-transform: capitalize;
}

.in_room {
    float: right;
    width: 100%;
    padding: 1rem 0;
}

.in_room::before {
    float: right;
    width: 40%;
    height: 2px;
    background: #f7f7f7;
    content: '';
    margin: 0 0 1.2rem 60%;
}

.in_room_title {
    float: right;
    width: 100%;
    padding: 0 0 1rem;
    font-family: 'Hotels-Bold';
    font-size: 1.2rem;
}

.icon {
    float: right;
    width: 33%;
    padding: 0 0 0.5rem 1rem;
}

.morecontent span {
    display: none;
}

.in_room .material-icons {
    float: right;
    font-size: 1.5rem;
}

.in_room span {
    display: inline;
    text-align: center;
    font-size: 1rem;
    float: right;
    padding: 0.1rem 5px;
}

.in_room span .material-icons {
    width: 100%;
}

.alternative_hotels {
    width: 100%;
    float: left;
    padding: 0;
    margin: 0;
}

.alternative_hotel {
    width: 100%;
    float: right;
    padding: 10px;
    margin: 0;
}

.alternative_hotel .hh_right {
    width: 100%;
    float: right;
    padding: 0;
}

.alternative_hotel .hh_left {
    width: 100%;
    float: left;
    padding: 15px;
    margin: 0 0 0 0;
    background: #fff;
}

.alternative_hotel .hh_left .hh_price_plan {
    float: left;
    text-align: left;
    font-size: 1.2rem;
    padding: 0;
    width: 45%;
}

.adb {
    float: left;
    background: #1a88f6;
    font-size: 1.2rem;
    padding: 15px;
    color: #fff;
    text-decoration: none;
    clear: both;
    margin: 1rem 0 0;
    width: 100%;
    text-align: center;
}

.alternative_hotel .hh_name {
    width: 55%;
    float: right;
    padding: 0;
    margin: 0;
}

.alternative_hotel .hh_gallery {
    width: 100%;
    float: left;
    padding: 0;
    margin: 0;
}

.alternative_hotel .hh_gallery img {
    width: 100%;
    height: 250px;
    object-fit: cover;
}

.alternative_hotel .hh_price {
    width: 100%;
    float: left;
    padding: 0;
    margin: 0;
    font-size: 1.2rem;
}

.alternative_hotel .hh_cheapest_price {
    font-family: 'Hotels-Bold', Arial, sans-serif;
    color: green;
    font-size: 2rem;
}

.alternative_hotel .hh_currency {
    font-family: 'Hotels-Bold', Arial, sans-serif;
    color: green;
    font-size: 1.5rem;
}

.alternative_hotel .hh_plan {
    width: 100%;
    float: left;
    padding: 0;
    margin: 0;
}

.alternative_hotel .gallery_3 {
    width: 100%;
    height: auto;
    overflow: hidden;
    float: right;
    direction: ltr;
}

.alternative_dates {
    width: 100%;
    height: auto;
    float: right;
    margin: 0 0 15px 0;
}

.alternative_date .ad_price span {
    color: green;
    font-size: 25px;
    font-weight: bold;
}

.ad_dates {
    float: left;
    width: 100%;
    border-bottom: 1px solid #f5f5f5;
    padding: 0 0 10px;
    margin: 0 0 10px;
}

.alternative_date {
    width: 48%;
    height: auto;
    margin: 0 1% 1%;
    float: right;
    background: #fff;
    padding: 15px;
    text-align: center;
}

.alternative_date .adb {
    width: 100%;
    height: auto;
    padding: 5px;
    margin: 10px 0 0 0;
    float: left;
    background: #1a88f7;
    color: #fff;
    text-align: center;
    text-decoration: none;
}

.alternative_date .adb:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-top: 14px solid transparent;
    border-bottom: 14px solid transparent;
    border-right: 14px solid #ffffff;
    position: absolute;
    top: 0px;
    right: 0;
}

.alternative_date .ad_dates .ad_date {
    width: 100%;
    height: auto;
    float: right;
}

.hotels_groupsales {
    float: right;
    width: 100%;
    margin: 1rem 0 0;
    background: #ffffff;
    border-radius: 5px;
    border: 1px solid #f60;
    padding: 15px;
    position: relative;
    box-shadow: 0 0 5px #e4e4e4;
}

.hotels_groupsales h3 {
    font-size: 1.7rem;
    margin: 0 0 10px;
    padding: 0 0 7px;
    border-bottom: 1px solid #e0e0e0;
}

.hotels_groupsales .dealgs_url {
    background: #1a88f6;
    color: #fff;
    float: left;
    font-size: 1rem;
    line-height: 1.1rem;
    margin: 0;
    padding: 10px 5px;
    text-align: center;
    width: 100%;
    border-radius: 5px;
    cursor: pointer;
    margin: 1rem 0 0;
}

.hotels_groupsales .dealgs_image {
    float: right;
    width: 20%;
    position: relative;
}

.hotels_groupsales .dealgs_image img {
    width: 100%;
}

.hotels_groupsales .dealgs_hotel_deal.room_box {
    float: right;
    width: 80%;
    padding: 0 20px 0 0;
}

.hotels_groupsales .content {
    float: right;
    width: 73%;
}

.hotels_groupsales .dealgs_price {
    float: left;
    width: 23%;
}

.hotels_groupsales .plan_f {
    width: 100%;
    text-align: center;
    float: left;
    font-size: 1.2rem;
    font-family: 'Hotels-Bold';
    padding: 0.3rem 0 0;
}

.hotels_groupsales .content p {
    line-height: 1.5rem;
    padding: 0 0 1rem;
    font-size: 1.2rem;
}

.hotels_groupsales .price_f {
    font-size: 2rem;
    color: #ff6600;
    float: left;
    text-align: center;
    width: 100%;
    font-family: 'Rubik', sans-serif;
    font-weight: 700;
}

.hotels_groupsales .dis_precent {
    font-size: 1.2rem;
    color: #888;
    float: right;
    text-align: center;
    width: 100%;
    padding: 0 0 0 5px;
    font-family: 'Rubik', sans-serif;
    font-weight: 400;
}

.hotels_groupsales .dis_precent_html {
    direction: ltr;
    color: #f60;
    padding: 2px 10px;
    font-size: 1rem;
}

.popularrooms {}

.room_name_mobile {
    position: absolute;
    right: 0;
    top: 28px;
    width: auto;
    max-width: 80%;
    font-size: 1.3rem;
    z-index: 100;
    padding: 10px;
    background: rgba(255, 255, 255, 0.8);
    font-family: 'Hotels-Bold';
}

.groupsalename {
    font-family: 'Hotels-Bold';
    font-size: 1.2rem;
    padding: 0 0 15px;
}

.marketinginfo {
    font-size: 1.2rem;
    padding: 5px 15px;
    background: #f60;
    color: #fff;
    right: 0;
    position: absolute;
    top: 10px;
    z-index: 10;
    max-width: 80%;
}


/*read more start*/

.read-more-box {
    width: 100%;
    padding: 0;
    margin: 0;
    float: right;
}

.read-more-state {
    display: none;
}

.read-more-box p {
    float: right;
    padding: 0;
    margin: 0;
}

.read-more-box label {
    float: right;
    padding: 0;
    margin: 0;
}

.read-more-target {
    opacity: 0;
    max-height: 0;
    font-size: 0;
    transition: .25s ease;
}

.read-more-state:checked~.read-more-wrap .read-more-target {
    opacity: 1;
    font-size: inherit;
    max-height: 999em;
}

.read-more-state~.read-more-trigger:before {
    content: 'קרא עוד...';
    margin: 0 5px 0 0;
}

.read-more-state:checked~.read-more-trigger:before {
    content: 'סגור';
    margin: 0;
}

#en .read-more-state~.read-more-trigger:before {
    content: 'Show more...';
    margin: 0 0 0 5px;
}

#en .read-more-state:checked~.read-more-trigger:before {
    content: 'Show less';
    margin: 0;
}

.read-more-trigger {
    cursor: pointer;
    display: inline-block;
    padding: 0;
    text-decoration: underline;
    color: #0e4d8d;
    /*color: #666;
font-size: .9em;
line-height: 2;
border: 1px solid #ddd;
border-radius: .25em;*/
    margin: 0;
}

#ui-datepicker-div {
    z-index: 1000 !important;
    position: fixed !important;
}


/*read more end*/

body#en {
    text-align: left;
    direction: ltr;
}

#en .terms_of_payment_txt {
    display: none;
}

#en .steps span.num:before {
    border-left: 9px solid #68737a;
    border-left: none;
    right: -9px;
    left: auto;
    transform: rotate(-180deg);
}

#en .search_compo .checkdates .checkin,
#en .os_rooms_details,
#en .os_nights,
#en .os_adults,
#en .os_children,
#en .os_infants,
#en .os_checkin,
#en .os_checkout,
#en #templet-2 .online_reservation_info .material-icons,
#en .agent_discount_form_per_room,
#en .in_room::before,
#en .by_coupon_button,
#en .check_in_out .material-icons,
#en .hotel_highlighits h3 .material-icons,
#en .hotel_highlighits .material-icons,
#en .read-more-box label,
#en .read-more-box p,
#en .ribbonin,
#en .in_room .material-icons,
#en .icon,
#en .minimum_rooms_available,
#en .gallery_3,
#en .search_compo .pax .pax_adults,
#en .search_compo .pax .pax_children,
#en .search_compo .pax .pax_infants,
#en .main h1,
#en .search_compo .checkdates,
#en .search_compo .pax,
#en .r_title,
#en .customer_info,
#en .r_adults span,
#en .r_children span,
#en .r_infants span,
#en .r_guests .r_guests_name,
#en .r_guests,
#en .r_plan,
#en .r_adults,
#en .r_children,
#en .r_infants,
#en .r_nights,
#en .r_checkin,
#en .r_checkout,
#en .order_info,
#en .last_room_available,
#en .in_room span,
#en .hb_22,
#en .book_now_link,
#en .results ul li,
#en .steps .step_0,
#en .steps .step_1,
#en .steps .step_2,
#en .steps .step_3,
#en .c_field,
#en .header .logo img,
#en .header .logo {
    float: left;
}

#en .c_field {
    width: 50%;
}

#en .search_compo .checkdates .checkout,
#en .os_customer_details,
#en .os_pax .material-icons,
#en .terms_of_payment_book,
#en .container-credit-card,
#en .edit_search,
#en .search,
#en .r_total_title,
#en .r_total_price,
#en .r_guests .r_guests_name:nth-child(2),
#en .room .material-icons,
#en .online_details_info {
    float: right;
}

#en .os_checkin,
#en .os_checkout {
    border-right: 2px solid #f5f5f5;
    border-left: none;
}

#en .by_coupon_box:before,
#en .search_compo label {
    right: auto;
    left: 10px;
}

#en .os_plan {
    border-right: none;
    border-top: 2px solid #f5f5f5;
}

#en .in_room::before {
    margin: 0 60% 1.2rem 0;
}

#en .steps span.txt {
    padding: 0 0 0 65px;
}

#en .hotel_highlighits ul li {
    padding: 0 15px 5px 30px;
}

#en #templet-2 .online_reservation_info .material-icons,
#en .check_in_out .material-icons,
#en .hotel_highlighits h3 .material-icons {
    padding: 0 5px 0 0;
}

#en .os_room_num,
#en .by_coupon_box,
#en .hotel_highlighits .material-icons,
#en .steps span.num {
    right: auto;
    left: 0;
}

#en .os_rooms_details h3 {
    padding: 10px 25% 11px 50px;
}

#en .os_status,
#en .r_delete,
#en .add_more_rooms {
    left: auto;
    right: 0;
}

#en .r_adults,
#en .r_children,
#en .r_infants,
#en .r_checkin,
#en .r_checkout {
    border-right: 2px solid #f5f5f5;
    border-left: none;
}

#en .os_adults,
#en .os_children,
#en .os_infants {
    border-left: none;
    border-right: 2px solid #f5f5f5;
}

#en .r_total_title {
    padding: 0 1rem 0 0;
}

#en .r_plan {
    padding: 10px 0 0 15px;
}

#en .icon {
    margin: 0 1rem 1rem 0;
}

#en .error,
#en .by_lightbox .lllbox,
#en #templet-2 .online_reservation_info strong,
#en .search_compo .checkdates input {
    text-align: left;
}

#en .os_price,
#en .r_price {
    text-align: right;
}

#en .online_details_info .error,
#en .search_compo .ui-datepicker-trigger,
#en .r_price {
    right: 10px;
    left: auto;
}

#en .online_reservation_info ul li .material-icons,
#en .r_num {
    left: 0;
    right: auto;
}


/* #en .customer_info {
padding: 0 30px 0 0;
} */

#en .r_adults span,
#en .r_children span,
#en .r_infants span {
    padding: 0 5px 0 0;
}


/* #en .customer_info {
border-left: none;
border-right: 1px solid #f5f5f5;
} */

#en #c_field_phone {
    padding: 0 0px 0 5px !important;
}

#en .online_reservation_info ul li {
    padding: 10px 0 10px 35px;
}

#en .c_checkbox label {
    padding: 0 1rem 0 0;
}

#en .c_checkbox {
    width: 100%;
}

#en #c_field_submit {
    width: 100% !important;
}

#en .r_title {
    padding: 12px 20% 12px 50px;
}

#en .search_compo .checkdates {
    margin: 0 5px 0 0;
}

#en .book_now_link {
    margin: 0 0 0 5px;
}

#en .ribbonin {
    margin: 0 5px 0 0;
}

.compare_hotels_results {
    margin: 0 0 0;
    padding: 0;
    float: right;
    width: 100%;
}

.compare_hotel_result {
    margin: 0 0 15px 15px;
    padding: 1%;
    float: right;
    width: 20%;
    background: #ffffff;
}

.hotel_highlighits .material-icons {
    float: right;
    color: #4a5257;
    position: absolute;
    right: 0;
    top: -6px;
    z-index: 1;
}

.hotel_highlighits span {
    float: right;
    line-height: 25px;
    padding: 0 10px 0 0;
    font-size: 1.1rem;
    font-family: 'Hotels-Bold';
    color: #1a88f6;
}

.hotel_highlighits ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.hotel_highlighits ul li {
    padding: 0 30px 5px 15px;
    margin: 0;
    float: right;
    width: 100%;
    position: relative;
}

.date_compo {
    width: 100%;
    float: left;
    padding: 15px 0;
}

.date_compo.sticky {
    position: fixed;
    top: -1px;
    z-index: 1000;
    background: rgba(255, 255, 255, 0.94);
    padding: 15px;
    width: 100%;
    max-width: 1320px;
    /* color: #fff; */
    -webkit-animation: 2s ease 0s normal forwards 1 fadein;
    animation: 2s ease 0s normal forwards 1 fadein;
    box-shadow: 0px 0px 7px #ccc;
    right: 0;
}

@keyframes fadein {
    0% {
        opacity: 0;
    }
    66% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-webkit-keyframes fadein {
    0% {
        opacity: 0;
    }
    66% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.checkintxt,
.checkouttxt,
.nightstxt {
    float: none;
}

.date_compo.sticky .edit_search {
    display: block;
}

.compo_height {
    float: left;
    width: 100%;
}

.order_form_float_right {
    float: right;
}

.top_container {
    float: right;
    width: 100%;
    padding: 0 10px;
}

.top_container {
    float: right;
    width: 100%;
    padding: 0;
}

.by_coupon {
    position: relative;
    width: 100%;
    float: right;
    margin: 12px 0 0 0;
}

.by_coupon_button {
    float: right;
    cursor: pointer;
}

.by_coupon_box {
    display: none;
    width: 100%;
    padding: 15px;
    margin: 0;
    position: absolute;
    top: 30px;
    right: 0;
    z-index: 8;
    background: #3e4142;
    color: #ffffff;
    border-top: 3px solid #1a88f6;
    box-shadow: 0 0 10px #000;
}

.by_coupon_box:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-bottom: 9px solid #1a88f6;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    position: absolute;
    top: -12px;
    right: 10px;
}

.by_coupon_box input {
    width: 100%;
    padding: 5px;
    border: none;
    float: left;
    border-radius: 4px;
}

.by_coupon_box label {
    position: static;
    width: 100%;
    float: right;
    padding: 0;
    margin: 0 0 10px 0;
}

.coupon_desc_html {
    animation: blinker 0.5s 5;
    color: #000000;
    font-weight: bold;
    font-size: 1.1rem;
    float: right;
    padding: 6px;
    width: auto;
    font-family: 'Hotels-Bold';
    margin: 1rem 0;
    background: #ffd89e;
}

.by_coupon_box_desc {
    width: 100%;
    float: right;
    padding: 0;
    margin: 10px 0 0 0;
    font-size: 12px;
}


/** LIGHTBOX MARKUP **/

.by_lightbox {
    display: none;
    position: fixed;
    z-index: 999;
    width: 100%;
    height: 100%;
    text-align: center;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.8);
}

.cancel_terms {
    font-family: 'Hotels-Bold';
    color: #ba102d;
    font-size: 1.1rem;
    float: right;
    width: 100%;
    margin: 0 0 2rem;
    text-decoration: underline;
}

.by_lightbox .lllbox {
    max-width: 100%;
    background: #fff;
    margin: auto;
    position: fixed;
    left: 0;
    margin: -150px 0 0;
    top: 50%;
    height: 340px;
    overflow-y: scroll;
    padding: 20px;
    line-height: 20px;
    /* overflow: hidden; */
    text-align: right;
    color: #3e4142;
    float: right;
}

.by_lightbox .lllbox::before {
    content: 'x';
    float: left;
    font-size: 55px;
    line-height: 25px;
    color: #fff;
    font-weight: bold;
    height: 25px;
    width: 25px;
    text-align: center;
    position: fixed;
    right: 20px;
    top: 20px;
    z-index: 10;
}

.by_lightbox .lllbox h3 {
    width: 100%;
    color: #ba102d;
    font-size: 2rem;
    line-height: 2rem;
    margin: 0;
    padding: 0 0 10px;
}

.by_lightbox:target {
    outline: none;
    display: block;
}


/** END LIGHTBOX MARKUP **/

.check_in_out {
    float: right;
    width: 100%;
}

.check_in_out h3 {
    float: right;
    width: 100%;
    font-family: 'Hotels-Bold';
    color: #3e4142;
    font-size: 1.1rem;
    line-height: 1.7rem;
}

.check_in_out .material-icons,
.hotel_highlighits h3 .material-icons {
    float: right;
    padding: 0 0 0 5px;
    color: #0061a9;
}

.terms_of_payment_book {
    float: left;
    color: green;
    padding: 0 10px;
    clear: both;
    border: 2px solid;
    font-size: 1.1rem;
    margin: 1rem 0 0;
}

.cancellation_terms .cancel_terms {
    margin: 0;
}

#en .by_exchange_currency_select {
    float: left;
    position: relative;
    width: 100%;
    padding: 0;
    margin: 0 0 5px;
    position: relative;
    background: #fff;
    z-index: 3;
    border: 1px solid #dedede;
    box-shadow: 0 0 5px #e4e4e4;
    border-radius: 5px;
}

.spe_currency {
    display: none;
}

.session_deleted_box {
    width: 100%;
    float: right;
    /* min-height: 200px; */
}


/* ******************** orders-archive ******************** */

.orders-archive {
    max-width: 1320px;
    min-height: 800px;
    margin: 0 auto;
    position: relative;
    text-align: right;
    direction: rtl;
    background: #fff;
    padding: 15px;
}

.orders-archive h1 {
    text-align: right;
    direction: rtl;
}

.orders-archive .r_delete {
    width: 25%;
    cursor: default;
}

.orders-archive .r_price {
    bottom: 2px;
}

.orders-archive .r_title {
    padding: 20px 50px 20px 20%;
}

.oar_bbbr,
.oar_bbbg {
    float: right;
    padding: 13px;
    font-size: 1rem;
    margin: 0;
    height: 100%;
    position: absolute;
    color: #fff;
    cursor: pointer;
    border-radius: 0;
    top: 0;
    left: 0;
    width: 25%;
    text-align: center;
}

.oar_bbbr {
    background: #c70b0b;
}

.oar_bbbg {
    background: green;
}

.order_form {
    padding: 0 10px;
}

#en .orders-archive {
    text-align: left;
    direction: ltr;
}

#en .orders-archive h1 {
    text-align: left;
    direction: ltr;
}

.nice-select {
    float: left !important;
    font-size: 34px !important;
    font-family: 'Hotels-Bold' !important;
    padding: 10px 10px 10px 25px !important;
    text-align: left !important;
}

.nice-select .option {
    font-size: 20px !important;
}

.price_remarks_html,
.package_name_html {
    width: 100%;
    float: right;
    padding: 15px 15px 0 15px;
    margin: 0;
    line-height: 1.2rem;
}

#en .nice-select {
    float: right !important;
    padding: 10px 25px 10px 10px !important;
    text-align: right !important;
}

#en .nice-select:after {
    right: 10px;
    left: auto;
}

#en .by_exchange_currency_select .nice-select .current {
    font-size: 18px !important;
    position: absolute;
    top: 28px;
    left: 10px;
}

.by_before_customer_info_action {
    float: right;
    width: 100%;
    margin: 0 0 15px 0;
    border-bottom: 1px solid #f5f5f5;
    padding: 0 0 15px 0;
}
.by_before_customer_info_action .r_total_title{
    padding: 0.8rem 1rem 0 1rem;
    font-size: 1.2rem;
    line-height: 1.2rem;
}

/* ******************** orders-archive ******************** */

.by_real_credit_iframe {
    width: 100%;
    padding: 30px;
    margin: 0;
    float: left;
    background: #fff;
    box-shadow: 0 0 5px #e4e4e4;
    position: relative;
    height: 440px;
    text-align: center;
}

.blockthisroom .add_room {
    display: none !important;
}

@media (min-width: 910px) {
    #c_field_first {
        width: 50% !important;
    }
    
    #c_field_lname {
        width: 50% !important;
        padding: 0 5px 0 0 !important;
    }
    
    #en #c_field_lname {
        padding: 0 0 0 5px !important;
        float: right;
    }
    #c_field_phone {
        width: 50%;
    }
    #c_field_ccid{
        width: 50% !important;
        padding: 0 5px 0 0 !important;
    }
    



    .by_real_credit_iframe {
        width: 50%;
    }
    .save_client_info_50 {
        width: 50%;
    }
    .save_client_info_50 .order_info {
        width: 98%;
    }
    .header .logo img {
        height: 75px;
    }
    #en .search_info,
    .search_info {
        float: none;
    }
    .session_deleted_box {
        /* min-height: 500px; */
    }
    .order_summary {
        padding: 0;
    }
    .os_pax .material-icons {
        display: block;
    }
    #en .search_compo .checkdates {
        width: 30%;
    }
    .search_compo .pax .pax_children {
        margin: 0 5px;
    }
    #en .by_exchange_currency_select {
        width: 10%;
        margin: 0 5px 0 0;
    }
    #en .book_now_link {
        margin: -2px 0 0 5px;
    }
    #en .edit_search {
        float: left;
        margin: -2px 0 0 5px;
    }
    #ui-datepicker-div {
        position: absolute !important;
    }
    .by_lightbox .lllbox {
        max-width: 500px;
        left: 50%;
        margin: -150px 0 0 -250px;
    }
    .by_coupon_box {
        width: 20%;
    }
    .compo_height {
        height: 145px;
    }
    .alternative_date {
        width: 18%;
        margin: 0 1% 1%;
        text-align: center;
    }
    .alternative_date .adb {
        padding: 10px;
    }
    .edit_search_compo_box {
        display: block;
    }
    .date_compo.sticky .edit_search {
        display: block;
    }
    .date_compo.sticky .edit_search_compo_box {
        display: none;
    }
    .search_info .material-icons {
        display: block;
    }
    .edit_search {
        display: none;
    }
    .hotel_info {
        width: 70%;
    }
    .search_info {
        width: auto;
        float: none;
        margin: 0;
        position: relative;
        font-size: 1.1rem;
    }
    .steps span.txt {
        padding: 0 65px 0 0;
    }
    .steps span.num:before {
        top: 15px;
        left: -9px;
    }
    .steps span.num {
        top: -15px;
        line-height: 47px;
        width: 47px;
        height: 47px;
        font-size: 25px;
    }
    .steps {
        padding: 15px;
    }
    .header .logo {
        width: 200px;
    }
    .hotels_info_mobile {
        display: none;
    }
    .hotels_info {
        margin: 25px 0 0;
        display: block;
    }
    .hotels_info span {
        font-size: 16px;
    }
    .hotels_info strong {
        font-size: 22px;
    }
    .search {
        margin: 0px 0 0;
        padding: 1rem;
        width: 18%;
    }
    .search_compo .pax {
        width: 40%;
        margin: 0;
    }
    .search_compo .checkdates {
        width: 40%;
        margin: 0 0 0 5px;
    }
    html {
        font-size: 15px;
    }
    .alternative_hotel {
        width: 33%;
    }
    .room_name_mobile,
    .room_info_mobile {
        display: none !important;
    }
    .hotels_groupsales .price_f {
        font-size: 2rem;
    }
    .hotels_groupsales .dealgs_url {
        font-size: 1.2rem;
        line-height: 1.1rem;
        padding: 1rem;
    }
    .online_reservation_info {
        width: 100%;
        padding: 20px 0 0;
    }
    .os_plan {
        width: 25%;
    }
    .os_customer_details {
        width: 35%;
    }
    .os_rooms_details {
        width: 63%;
    }
    .os_adults,
    .os_children,
    .os_infants {
        width: 25%;
        border-left: 2px solid #f5f5f5;
    }
    .os_infants {
        border-left: 2px solid #f5f5f5;
    }
    .online_details_info {
        width: 50%;
        padding: 30px;
        margin: 0;
    }
    .customer_info {
        width: 100%;
        padding: 0 0 20px;
        border-bottom: 1px solid #f5f5f5;
    }
    .order_info {
        width: 48%;
    }
    .r_plan {
        width: 25%;
        padding: 10px 15px 0 0;
        border-top: none;
    }
    .r_adults,
    .r_children,
    .r_infants {
        width: 25%;
        float: right;
        border-left: 2px solid #f5f5f5;
    }
    .room .material-icons {
        width: auto;
    }
}

@media (min-width: 1024px) {}

@media (min-width: 1200px) {
    .order_form {
        padding: 0;
    }
    .agent_discount_form {
        display: block;
    }
}

@media (min-width: 1320px) {
    .date_compo.sticky {
        right: auto;
    }
    .date_compo {
        padding: 0;
    }
    .hotel_info {
        padding: 0 0 1rem;
    }
}