/**
 * Theme Name:     Hello Elementor Child
 * Author:         Elementor Team
 * Template:       hello-elementor
 * Text Domain:	   hello-elementor-child
 * Description:    A plain-vanilla &amp; lightweight theme for Elementor page builder
 * Version: 1.7
 */
  
body{
overflow-x:hidden;
}
  /*cancel btn in select rooms */
  button.cancel_room {
    margin-top: 10px;
    padding: 3px 13px;
    background-color: #ee3131;
    color: #fff;
    border: none;
    font-size: 12px;
}
 /* show error msg in form*/
 div#msg {
    color: red;
    position: relative;
    top: 10px;
    font-size: 15px;
}
input#passport_num{
    border:1px solid #d2d1d1;
}
input#passport_num:focus-visible{
    outline:none;
}
 /*design continue btn in registration page*/
 button#save_adults {
    color: #936060;
    border: none;
    background: #ccc;
}
button#save_child{
  color: #936060;
    border: none;
    background: #ccc;
}
 /**/
.qr-code {
    display: inline-flex;
}
.login-form label {
    font-size: 20px;
    font-weight: 500;
}
.login-form {
    padding: 30px;
    border-radius: 5px;
    box-shadow: 0px 2px 9px #8d8d8d;
}
.Airline-name {
    padding: 0px;
    font-size: 16px;
    border-radius: 5px;
    margin-top: 0px;
}
 .select-room {
    padding: 3px !important;
  width: 45px !important;
}
.room-type h5 {
    font-size: 15px;
    margin: 0;
    padding: 0px;
    align-items: center;
    text-align:center;
}
h4.label {
    margin: 0px;
    font-size: 18px;
    margin-bottom: 5px;
    font-weight: 400;
}
h3.sub-titile {
    font-size: 20px;
}
div#adult {
    display: none;
}
span.room-avaliable {
    font-size: 14px;
    margin-left: 10px;
}
.Review {
    margin: auto;
    display: grid;
    padding: 5px 20px;
    background: #0d6efd;
    border: none;
    color: white;
    width: 120px !important;
    text-align: center;
    text-decoration: none;
    border-radius: 5px;
}
#save-btn {
    margin: auto;
    display: grid;
    padding: 5px 20px;
    background: #0d6efd;
    border: none;
    color: white;
    width: 120px !important;
    text-align: center;
    text-decoration: none;
    border-radius: 5px;
}
.checkbox-text {
    font-size: 14px !important;
    color: gray;
    font-weight: 400 !important;
}
.room-type {
    border: 1px solid #d2d1d1;
    padding: 10px 0px;
    border-radius: 5px;
    background: #f2f2f2;
    margin: 0 0 !important;
	align-items: center;
	text-align:center;
}
.room-type:hover {
    background: #e8be1e;
    color: white;
    box-shadow: 0px 0px 4px #8d8d8d;
    border: none;
    cursor: pointer;
}
.selected-rooms h5 {
    font-size: 18px;
    font-weight: 400;
    margin: 5px 0;
}
.selected-rooms {
    border: 1px solid #d9d5d5;
    padding: 10px;
}


#singleroom,#twinroom,div#familyguests3,div#familyguests4 {
    display: none;
}

.close_room {
    color: black !important;
    font-size: 26px !important;
    border: 1px solid black !important;
    padding: 0px 5px !important;
    height: 27px;
    margin-top: 5px;
}


.close_room:hover {
    background: #3b6abb !important;
    border: none !important;
    color:white !important;
}
.cros {
    position: relative;
    top: -9px;
}
label.form-check-label.remember {
    font-weight: 400;
    font-size: 16px;
}
.room_selected{
        background: #e8be1e;
    color: white;
    box-shadow: 0px 0px 4px #8d8d8d;
    border: none;
    cursor: pointer;
}
.adult-type {
    border: 1px solid #d2d1d1;
    padding: 10px 0px;
    border-radius: 5px;
    background: #f2f2f2;
    margin: 0 0 !important;
    align-items: center;
    text-align: center;
}
.adult-type h5 {
    font-size: 15px;
    margin: 0;
    padding: 0px;
    align-items: center;
    text-align: center;
}
div#room_data {
    display: none;
}
input#save-user {
    background-color: #07074d;
    margin: 21px 0;
}


@media only screen and (max-width: 767px) and (min-width: 320px)  {
    
    .close-btn {
    text-align: center;
}
    .scan {
    font-size: 20px;
}
}