/*============================================================================================*/
/* Your custom styles below */
/*============================================================================================*/
option {
    border-radius: 0px;
}
select {
    border-radius: 0px;
}
.hamburger_2 {
    position: relative;
    top: 3px;
    padding: 0 0;
    display: inline-block;
    cursor: pointer;
    transition-property: opacity, filter;
    transition-duration: 0.15s;
    transition-timing-function: linear;
    font: inherit;
    color: inherit;
    text-transform: none;
    background-color: transparent;
    border: 0;
    margin: 0;
    overflow: visible;
}

.wrapper {
    background-color: #fff;
    padding: 3% 5%;
    border-radius: 0px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.image-profile img {
    width: 120px;
    height: 120px;
    object-fit: cover;
    border-radius: 50%;
    cursor: pointer;
}

#file-path {
    display: none;
}

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

.image-profile {
    position: relative;
}

.image-profile label {
    position: absolute;
    top: -10px;
    right: 13px;
    color: #fff;
    background-color: #1b74e4;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 20px;
    cursor: pointer;
    opacity: 0;
    pointer-events: none;
    transition: 0.2s;
    left: 80px;
}

.image-profile:hover label {
    opacity: 1;
    pointer-events: all;
}
.room-list {
    background: #fff;
    padding: 15px;
    border-radius: 5px;
}
.facilities ul {
    list-style: none;
    padding: 0;
    margin: 0 0 15px 0;
}
.facilities ul li {
    float: left;
    display: flex;
    align-items: center;
    line-height: 1;
    margin: 0 25px 10px 0;
}
.facilities ul li i {
    height: 36px;
    font-size: 30px;
    font-size: 1.875rem;
    color: #978667;
    margin-right: 15px;
}
small {
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 2px;
    display: block;
    margin-bottom: 0;
    font-size: 14px;
    font-size: 0.875rem;
    color: #978667;
}
.book-box {
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
    border-radius: 15px;
}

.owl-carousel.rounded-img .owl-item {
    border-radius: 5px;
    overflow: hidden;
}
/*-----LOGIN---------------*/
.login_panel {
    transform: translateY(100%);
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    height: 100%;
    background-color: transparent;
    overflow: hidden;
    transition: all 600ms cubic-bezier(0.19, 1, 0.56, 1);
    transform: translate3d(0, -100%, 0);
    display: flex;
    justify-content: center;
    align-items: center;
}
.login_panel.show {
    transform: translateX(0);
}
.close-x {
    font-size: 50px;
    float: right;
    z-index: 9999;
    margin-top: -20px;
}
.close-x:hover {
    color: #f2f2f2;
}

/*-------///LOGIN---------*/

.box_item_new {
    background-color: #fff;
    z-index: 9;
    position: relative;
    padding: 20px;
    -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
    margin-top: -25px;
}
.owl-carousel.rounded-img .owl-item_new {
    border-radius: 5px;
    overflow: hidden;
}
.proces-right {
    border-left: 0px solid rgb(226, 226, 226);
    position: relative;
    overflow: visible;
    box-sizing: border-box;
}

.theme-login-box {
    background: #fff;
    -webkit-box-shadow: 0 10px 45px rgba(0, 0, 0, 0.15),
        0 2px 4px rgba(0, 0, 0, 0.1);
    box-shadow: 0 10px 45px rgba(0, 0, 0, 0.15), 0 2px 4px rgba(0, 0, 0, 0.1);
    border-radius: 2px;
    overflow: hidden;
}
.theme-login-box-inner {
    padding: 35px 30px;
    padding-bottom: 20px;
}
.log-width {
    width: 436px;
}
.signup-width {
    width: 650px;
}
.theme-login-header {
    padding: 0 30px;
    margin-bottom: 15px;
    text-align: center !important;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 35px;
}
.btn-dark {
    background: #595959;
    color: #fff;
    border-color: #404040;
    border-radius: 0px;
    width: 100%;
}
.form-group {
    margin-bottom: 25px;
}
.br-none {
    border-radius: 0px;
    border-color: #c0c0c5;
}
.theme-title {
    font-size: 25px;
    text-align: center;
    padding-bottom: 10px;
}
.login-title {
    border: 1px solid #c0c0c5;
    padding: 15px;
    font-size: 15px;
    text-transform: uppercase;
    text-align: center;
}
.login-title:hover {
    background: rgb(181 161 145);
    color: #fff;
    cursor: pointer;
}
.login_open {
    text-transform: uppercase;
}

/* Style the tab */

/* Style the buttons inside the tab */
.tab button {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
    font-size: 17px;
}

.tab button.new-bg {
    background-color: #424649;
}

.tab button.new-bg:hover {
    background-color: none;
}

/* Change background color of buttons on hover */
.tab button:hover {
    background-color: #ddd;
}

/* Create an active/current tablink class */
.tab button.active {
    background-color: #ccc;
}

/* Style the tab content */
.signup-header {
    text-align: left !important;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 25px;
    margin-bottom: 20px;
}
.signup-header span {
    text-align: left !important;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 15px;
    margin-bottom: 20px;
}
.button-left {
    width: 40%;
    float: left;
    background: #fff;
    color: #000;
}
.button-left:hover {
    background: #978667;
    color: #fff;
}
.button-right {
    width: 58%;
    margin-left: 10px;
}
.reset-header {
    padding: 0 30px;
    margin-bottom: 15px;
    text-align: center !important;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 15px;
}
.xx-close {
    position: absolute;
    color: #fff;
}
.f-line {
    flex: 1 0 32px;
    min-width: 1px;
    min-height: 1px;
    margin: auto;
    background-color: rgba(0, 0, 0, 0.12);
}
.book-nw2 {
    display: none !important;
}
.sgn-in {
    text-transform: uppercase;
}
.sgn-innav {
    display: none;
}

@media (max-width: 991px) {
    header nav ul li:first-child {
        display: block;
        margin-top: -10px;
    }
    header nav ul li {
        display: inline-block;
        font-weight: 600;
        margin-left: 25px;
        margin-top: -10px;
    }

    .hamburger-box {
        margin-top: 12px;
    }
    .margin_60_35 {
        padding-top: 60px;
        padding-bottom: 35px;
    }
    .owl-carousel.rounded-img .owl-item {
        border-radius: 5px;
        overflow: hidden;
    }
    .box_item_new {
        background-color: #fff;
        z-index: 9;
        position: relative;
        padding: 20px;
        -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
        -moz-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
        box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
    }
    .owl-carousel.rounded-img .owl-item_new {
        border-radius: 5px;
        overflow: hidden;
    }
    .book-proces {
        display: none !important;
    }
    .mt-60 {
        margin-top: 60px;
    }
    .proces-right {
        border-left: 0px solid rgb(226, 226, 226);
        margin-top: 0px;
        padding: 20px;
        position: relative;
        overflow: visible;
        box-sizing: border-box;
        padding-top: 0px;
    }
    .mid-bar {
        display: none;
    }
    .proces-right {
        border-left: 0px solid rgb(226, 226, 226);
        margin-top: 0px;
        padding: 10px;
        position: relative;
        overflow: visible;
        box-sizing: border-box;
    }
    .login_open {
        display: none;
    }
    .f-line {
        display: none;
    }
    .book-nw2 {
        display: block !important;
    }
    .book-nw {
        display: none !important;
    }
    .sgn-in {
        display: none !important;
    }
    .lng-sel {
        display: none !important;
    }
    .sgn-innav {
        font-size: 20px;
        display: block !important;
    }
    .logo_normal-2 {
        display: none !important;
    }
}

.myButton {
    background: #ff6c2d;
    border-color: #ff570f;
    color: #fff;
    display: block;
    margin-top: 10px;
    margin: 6px;
    width: 100%;
    padding: 10px;
    border-radius: 5px;
    font-size: 16px;
    cursor: pointer;
}

.myImage {
    width: 416px;
    height: 260px;
    border-radius: 5px;
}
.error {
    color: red;
    font-size: 12px;
    margin-top: 5px;
    display: block;
    margin-left: 2px;
}
