@import url('https://fonts.googleapis.com/css2?family=Prompt:wght@300;400;500;600;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Maitree:wght@300;400;500;600;700&family=Open+Sans:wght@300;400;600&family=Roboto+Serif:ital,wght@0,100;0,200;0,300;0,400;0,600;0,700;0,900;1,100;1,200&display=swap');
@import url("https://fonts.googleapis.com/css?family=Fira+Sans:100,200,300,400,500,600,700");
@import url('https://unicons.iconscout.com/release/v4.0.0/css/line.css');

html {
    box-sizing: border-box;
}

body {
    font-family: 'Open Sans', 'Maitree', Arial, sans-serif;
    width: 100%;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    outline: none
}

::-webkit-scrollbar {
    width: 0.42rem;
    height: 0.42rem;
}

::-webkit-scrollbar-track {
    /* -webkit-box-shadow: inset 0 0 6px rgba(124, 122, 136, 0.459); */
    background-color: #cfcfdd36;
}

::-webkit-scrollbar-thumb {
    background-color: rgb(208, 209, 221);
    border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
    background-color: rgb(129, 130, 141);
}

* {
    outline: none;
    /* -webkit-appearance: none;
            -moz-appearance: none;
            appearance: none;*/
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

*:focus:not(:focus-visible) {
    outline: 0 !important;
    box-shadow: none !important;
}

input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

#overlay,
#overlay-2 {
    position: fixed;
    /* Sit on top of the page content */
    display: none;
    /* Hidden by default */
    width: 100%;
    /* Full width (cover the whole page) */
    height: 100%;
    /* Full height (cover the whole page) */
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    /* Black background with opacity */
    z-index: 98;
    /* Specify a stack order in case you're using a different order for other elements */
    cursor: pointer;
    /* Add a pointer on hover */
}

#overlay-2 {
    cursor: default !important;
}

#overlay-3 {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 98;
}

.container .dropdown {
    position: relative;
}

.z3 {
    z-index: 3
}

.z4 {
    z-index: 4
}

.z5 {
    z-index: 5
}

.z6 {
    z-index: 6
}

.z7 {
    z-index: 7
}

.z8 {
    z-index: 8
}

.z88 {
    z-index: 88
}

.z99 {
    z-index: 99
}

.pr {
    position: relative
}

/*reservation*/

.reservation .dropdown-toggle::after {
    display: none
}

.dropdown-menu {
    padding: 15px !important
}

.product-quantity {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
}

.product-quantity input {
    text-align: center;
    display: inline-block;
    border: 0;
    padding: 0;
    background: 0;
    width: 45px;
    min-height: 25px;
}

.product-quantity .btn.btn-sm {
    background-color: #fff;
    border: 1px solid #ccc !important;
}

/* .product-quantity div {
    padding: 0 10px;
    cursor: pointer;
} */

.amount label {
    float: left;
    width: 50%
}

.amount {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 6px;
}

.origin-from-to {
    width: 100%;
    float: left;
    margin-bottom: 8px
}

.origin-from-to div strong {
    padding: 4px 5px;
    width: 100%;
    display: block;
}

.origin-from-to div {
    width: 100%;
    display: block;
    vertical-align: middle;
    border: solid 1px #fff;
}

.origin-from-to div a {
    border: none !important;
    padding: 4px 5px 4px 10px;
    width: 100%;
    display: inline-block;
}

.origin-from-to div:hover {
    background-color: #e2e2e2;
}

.origin-from-to div:hover strong {
    background-color: #fff;
    display: inline-block;
}

.origin-from-to div:hover a {
    cursor: pointer;
    display: block;
}

.reservation {
    background-color: #fff;
    width: 100%;
    display: inline-block;
}

.dropdown-menu a {
    cursor: pointer;
    color: #000;
    text-decoration: none !important;
    width: 100%;
}

.inner-toggle span {
    display: inline-block
}

.type1 {
    width: 100%;
    font-size: 14px;
}

.type-mm,
.type-child,
.type-infant {
    text-align: left;
    font-size: 15px;
    line-height: 16px;
    color: #888
}


.type-dd {
    width: 47px;
    font-size: 35px;
    padding-right: 10px;
    line-height: 29px;
    font-weight: 500;
}

.reserved .btn .col-6 {
    border-right: solid 1px #ccc;
    padding-left: 15px !important
}

.dropdown .fa-user {
    font-size: 23px;
    padding-right: 10px
}

.guest,
.origin-ft {
    text-align: left;
}

.guest {
    line-height: 16px;
}

.guest i,
.origin-ft i {
    display: inline-block;
    vertical-align: top;
}

.guest span,
.origin-ft span {
    display: inline-block
}

.reservation button {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    border-color: #fff;
    text-align: left;
}

.reservation button i {
    color: #3b5998;
}

.reservation .product-quantity button {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    border-color: #e6e5ee;
    text-align: left;
}

.reservation>.col,
.reservation>[class*=col-] {
    padding-left: 5px;
    padding-right: 5px
}

.border-b {
    border-width: 0 0 1px 0;
    border-style: solid;
    background: transparent;
    height: 33px;
    width: 100%;
    text-align: cener
}

.date-dd-mm {
    text-align: center;
    width: 100%
}

.cover-date {
    width: 30%;
    margin-right: 1%;
    float: left;
}

.origin {
    width: 17%;
    margin-right: 1%;
    float: left
}

.origin2 {
    width: 34%;
    margin-right: 1%;
    float: left
}

.promo {
    width: 16%;
    margin-right: 1%;
    padding-top: 14px;
    float: left
}

.cover-bt {
    width: 15%;
    float: left;
    font-weight: bold
}

.cover-bt button {
    font-weight: 500
}

.reservation .dropdown-menu {
    font-size: 15px;
    z-index: 999
}

.origin .dropdown-menu,
.origin2 .dropdown-menu {
    max-height: 290px;
    overflow-y: auto;
}

.user-room .dropdown-menu,
.origin .dropdown-menu,
.origin2 .dropdown-menu {
    min-width: 320px
}

.lightpick__toolbar button {
    width: inherit !important
}

/*calendar*/

.lightpick {
    position: absolute;
    z-index: 99999;
    padding: 4px;
    border-radius: 4px;
    background-color: #FFF;
    color: #000;
    font-family: system-ui, Roboto, Helvetica, Arial, sans-serif;
    line-height: 1.125em;
}

.lightpick--inlined {
    position: relative;
    display: inline-block;
}

.lightpick,
.lightpick *,
.lightpick::after,
.lightpick::before {
    box-sizing: border-box;
}

.lightpick.is-hidden {
    display: none;
}

.lightpick__months {
    display: grid;
    background-color: #EEE;
    grid-template-columns: auto;
    grid-gap: 1px;
}

.lightpick--2-columns .lightpick__months {
    grid-template-columns: auto auto;
}

.lightpick--3-columns .lightpick__months {
    grid-template-columns: auto auto auto;
}

.lightpick--4-columns .lightpick__months {
    grid-template-columns: auto auto auto auto;
}

.lightpick--5-columns .lightpick__months {
    grid-template-columns: auto auto auto auto auto;
}

.lightpick__month {
    padding: 4px;
    width: 288px;
    background-color: #FFF;
}

.lightpick__month-title-bar {
    display: flex;
    margin-bottom: 4px;
    justify-content: space-between;
    align-items: center;
}

.lightpick__month-title {
    margin-top: 4px;
    margin-bottom: 4px;
    margin-left: 4px;
    font-size: 16px;
    font-weight: normal;
    line-height: 24px;
    cursor: default;
    padding: 0 4px;
    border-radius: 4px;
}

.lightpick__month-title>.lightpick__select {
    border: none;
    background-color: transparent;
    outline: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
}

.lightpick__month-title>.lightpick__select:disabled {
    color: #333;
}

.lightpick__month-title>.lightpick__select-months {
    font-weight: bold;
    font-size: 1em;
    margin-right: .5em;
}

.lightpick__toolbar {
    display: flex;
    text-align: right;
    justify-content: flex-end;
}

.lightpick__previous-action,
.lightpick__next-action,
.lightpick__close-action {
    display: flex;
    margin-left: 6px;
    width: 32px;
    height: 32px;
    outline: none;
    border: none;
    border-radius: 50%;
    background-color: #DDD;
    justify-content: center;
    align-items: center;
}

.lightpick__previous-action,
.lightpick__next-action {
    font-size: 12px;
}

.lightpick__close-action {
    font-size: 18px;
}

.lightpick__previous-action:active,
.lightpick__next-action:active,
.lightpick__close-action:active {
    color: inherit;
}

.lightpick__days-of-the-week {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
}

.lightpick__day-of-the-week {
    display: flex;
    font-size: 11px;
    font-weight: bold;
    justify-content: center;
    align-items: center;
}

.lightpick__days {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
}

.lightpick__day {
    display: flex;
    height: 30px;
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    font-size: 13px;
    justify-content: center;
    align-items: center;
    cursor: default;
}

.lightpick__day.is-today {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Ccircle fill='rgba(220, 50, 47, .5)' cx='16' cy='16' r='16'/%3E%3C/svg%3E");
    background-size: 18.8% auto;
    background-position: center bottom;
    color: #DC322F;
}

.lightpick__day:not(.is-disabled):hover {
    background-size: contain;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Ccircle fill='%23E0E0E0' cx='16' cy='16' r='16'/%3E%3C/svg%3E");
}

.lightpick__day.is-disabled {
    opacity: 0.38;
    pointer-events: none;
}

.lightpick__day.disabled-tooltip {
    pointer-events: auto;
}

.lightpick__day.is-disabled.is-forward-selected {
    opacity: 1;
}

.lightpick__day.is-disabled.is-forward-selected:not(.is-start-date) {
    background-color: rgba(38, 139, 210, 0.1);
    background-image: none;
}

.lightpick__day.is-previous-month,
.lightpick__day.is-next-month {
    opacity: 0.38;
}

.lightpick__day.lightpick__day.is-in-range:not(.is-disabled) {
    opacity: 1;
}

.lightpick__day.is-in-range {
    border-radius: 0;
    background-color: rgba(38, 139, 210, 0.1);
    background-image: none;
}

.lightpick__day.is-in-range:hover {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Ccircle fill='rgba(38, 139, 210, 0.5)' cx='16' cy='16' r='16'/%3E%3C/svg%3E");
}

.lightpick__day.is-start-date.is-in-range,
.lightpick__day.is-end-date.is-in-range.is-flipped {
    border-top-left-radius: 50%;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 50%;
    background-color: #268BD2;
    background-image: none;
}

.lightpick__day.is-end-date.is-in-range,
.lightpick__day.is-start-date.is-in-range.is-flipped {
    border-top-left-radius: 0;
    border-top-right-radius: 50%;
    border-bottom-right-radius: 50%;
    border-bottom-left-radius: 0;
    background-color: #268BD2;
    background-image: none;
}

.lightpick__day.is-start-date.is-end-date {
    background-color: transparent;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Ccircle fill='%23268BD2' cx='16' cy='16' r='16'/%3E%3C/svg%3E");
}

.lightpick__day.is-start-date,
.lightpick__day.is-end-date,
.lightpick__day.is-start-date:hover,
.lightpick__day.is-end-date:hover {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Ccircle fill='%23268BD2' cx='16' cy='16' r='16'/%3E%3C/svg%3E");
    background-size: auto;
    background-position: center;
    color: #FFF;
    font-weight: bold;
}

.lightpick__tooltip {
    position: absolute;
    margin-top: -4px;
    padding: 4px 8px;
    border-radius: 4px;
    background-color: #FFF;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
    white-space: nowrap;
    font-size: 11px;
    pointer-events: none;
}

.lightpick__tooltip::before {
    position: absolute;
    bottom: -5px;
    left: calc(50% - 5px);
    border-top: 5px solid rgba(0, 0, 0, 0.12);
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    content: "";
}

.lightpick__tooltip::after {
    position: absolute;
    bottom: -4px;
    left: calc(50% - 4px);
    border-top: 4px solid #FFF;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    content: "";
}

.lightpick__footer {
    display: flex;
    justify-content: space-between;
}

.lightpick__reset-action,
.lightpick__apply-action {
    border-radius: 5px;
    font-size: 12px;
    border: none;
}

.lightpick__reset-action {
    color: #fff;
    background-color: #aeacad;
}

.lightpick__apply-action {
    color: #fff;
    background-color: #2495f3;
}

.reservation :focus:not(:focus-visible) {
    border: solid 1px #fff
}

.type1,
.type-dd,
.guest,
.origin-ft,
.collap-arrow,
.lightpick__select,
.lightpick__toolbar button {
    color: #000 !important
}

.origin-ft i {
    float: right;
    margin-top: 5px;
}

.pr5 {
    padding-right: 25px;
    display: inline-block;
    padding-left: 10px;
    margin-bottom: 10px;
}

/**/

.navbar-nav {
    display: inline-block !important;
    display: inline-block !important;
    display: inline-block !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: inherit !important;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.navbar-nav .dropdown-menu {
    position: absolute !important;
    float: none;
}

.nav {
    flex-wrap: inherit !important
}

.reservation button:link,
.reservation button:visited,
.reservation button:hover,
.reservation button:active {
    background-color: rgb(247, 247, 247) !important;
    border-color: #fff !important;
    border-radius: 5px !important;
}

.reservation .open>.dropdown-toggle.btn-default.focus,
.reservation .open>.dropdown-toggle.btn-default:focus,
.reservation .open>.dropdown-toggle.btn-default:hover,
.reservation .btn-default.active,
.reservation .btn-default:active,
.reservation .open>.dropdown-toggle.btn-default {
    background-color: rgb(247, 247, 247) !important;
    border-color: #fff !important;
    border-radius: 5px !important;
}

.origin-ft {
    border: solid 1px #ccc;
    padding: 10px 10px;
    border-radius: 5px;
}

/*search*/

.line-sml {
    height: 10px;
    width: 102px;
    background: url(../images/quotes-line-sml.jpg) no-repeat 0 1px;
    margin: 0 auto;
}

.schedule {
    width: 90%;
    margin: 20px auto;
    border-radius: 10px;
    background-color: #fff;
    border: solid 1px rgba(0, 0, 0, 0.11);
    padding: 15px 0;
    box-shadow: 1px 1px 9px -4px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 1px 1px 9px -4px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 1px 1px 9px -4px rgba(0, 0, 0, 0.2);
}

.schedule:hover {
    box-shadow: 1px 1px 9px 1px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 1px 1px 9px 1px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 1px 1px 9px 1px rgba(0, 0, 0, 0.25);
}

.schedule.selected {
    border: solid 2px #1675bf;
}

img.boat-company {
    max-width: 80px;
    width: 100%
}

.text-black small {
    letter-spacing: 0;
}

.text-black {
    color: #000
}

.text-gray {
    color: #888
}

.text-23 {
    font-size: 23px;
}

.text-18 {
    font-size: 18px;
    letter-spacing: 1px;
}

.schedule p {
    margin: 0 0 10px;
    line-height: 12px;
}

.modal-xl {
    width: 90% !important;
    max-width: 900px !important;
}

.modal-header .close {
    font-size: 2rem;
}

.border-l {
    border-left: solid 1px rgba(204, 204, 204, 0.69);
    padding-top: 0px;
}

.border-t {
    border-top: dashed 1px rgba(204, 204, 204, 0.69);
    padding-top: 20px;
}

.fixed-footer {
    background-color: #fff;
    width: 100% !important;
    margin-top: 50px;
    box-shadow: 0 0 20px 0 rgb(0 0 0 /20%);
    z-index: 9 !important;
}

.fixed-footer .container {
    position: relative;
}

.collap-arrow {
    background: #fff;
    border-radius: 50px 50px 0 0;
    position: absolute;
    right: 0;
    top: -25px;
    width: 45px;
    height: 25px;
    z-index: 1;
    box-shadow: 0 -2px 2px rgb(0 0 0 / 15%) !important;
    text-align: center;
    margin: 0;
    padding: 0;
    border: none
}

.booking-sum {
    padding: 15px 0;
    font-size: 0.9rem;
    line-height: 17px;
}

.collap-arrow:focus:not(:focus-visible) {
    outline: 0 !important;
    box-shadow: 0 -2px 2px rgb(0 0 0 / 15%) !important;
}

.collap-arrow:before {
    content: "\f0dd";
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-size: 20px;
}

.collap-arrow.collapsed:before {
    content: "\f0de";
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-size: 20px;
    line-height: 38px;
}

ul.total {
    margin: 0 0 10px
}

ul.total li {
    list-style-type: none;
}

.price {
    font-size: 20px;
    color: #000;
}

.booking-sum strong,
.booking-sum h5 {
    color: #000
}

.text-blue {
    color: #1675bf !important
}

.main-info,
.main-confirm,
.summary {
    background-color: #fff;
    padding: 20px !important;
    border-radius: 5px;
    margin-bottom: 20px;
    font-size: 14px
}

.depart-return {
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    padding-bottom: 10px;
    margin-bottom: 10px;
}

label {
    font-weight: 400;
}

h5 {
    color: #000
}

.checkout label {
    font-size: 14px
}

::-webkit-input-placeholder {
    color: #333;
}

:-moz-placeholder {
    color: #333;
    opacity: 1;
}

::-moz-placeholder {
    color: #333;
}

:-ms-input-placeholder {
    color: #333;
}

a,
a:hover,
a:focus {
    color: #333;
    text-decoration: none;
}

a:hover {
    color: #333;
    text-decoration: none
}

button {
    display: inline-block;
    padding: 10px 20px;
    margin-bottom: 0;
    font-size: 14px;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 0;
}

input {
    -webkit-appearance: none;
    -moz-appearance: none;
    -webkit-border-radius: 0;
    border-radius: 0;
    outline: none;
}

input:active,
input:focus,
input.active {
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

input[type="text"],
input[type="email"],
textarea {
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    color: #fff;
    font-size: 14px;
    font-family: 'poppins', Arial, Helvetica, sans-serif;
}

textarea {
    padding: 5px 20px
}

/*checkbox-radio*/

input.checkbox-style[type=checkbox],
input.checkbox-style[type=radio] {
    height: 25px;
    width: 25px;
}

input.checkbox-style[type=checkbox]+span:before {
    position: relative;
    font-family: checkbox-style;
    margin-right: 0.2em;
    color: transparent;
    vertical-align: top;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block
}

input.checkbox-style[type=checkbox]+span:before {
    content: "\f00c";
    font-family: 'FontAwesome';
    font-size: 12px;
    padding: 1px;
    font-weight: bold;
    margin-right: 0.6em;
    border-style: solid;
    border-width: 1px;
    -webkit-transition: border-color .5s ease-in-out;
    transition: border-color .5s ease-in-out;
    border-radius: 0;
}

/* checkbox & radio*/

input.checkbox-style[type=checkbox]+span:before {
    border-color: #000;
    padding: 1px 4px;
}

input.checkbox-style[type=checkbox]:hover+span:before {
    border-color: #ccc;
}

input.checkbox-style[type=checkbox]:checked+span:before,
input.checkbox-style[type=checkbox]:checked+span {
    color: #000;
    border-color: #000;
}

input.checkbox-style[type=checkbox],
input.checkbox-style[type=radio] {
    z-index: 1;
    position: absolute;
    float: left;
    opacity: 0.01;
    margin: 0;
    cursor: pointer;
}

input.checkbox-style[type=radio]+span:before {
    position: relative;
    font-family: checkbox-style;
    margin-right: 0.2em;
    color: transparent;
    font-size: 1em;
    vertical-align: top;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

input.checkbox-style[type=radio]+span:before {
    content: "\f111";
    /*f192   f1db f10c f111  */
    font-family: 'FontAwesome';
    font-size: 8px;
    padding: 1px;
    font-weight: bold;
    margin-right: 0.6em;
    border-style: solid;
    border-width: 1px;
    -webkit-transition: border-color .5s ease-in-out;
    transition: border-color .5s ease-in-out;
    border-radius: 0;
    top: 4px
}

/* radio & radio*/

input.checkbox-style[type=radio]+span:before {
    border-color: #000;
    padding: 6px 7px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%
}

input.checkbox-style[type=radio]:hover+span:before {
    border-color: #ccc;
}

input.checkbox-style[type=radio]:checked+span:before,
input.checkbox-style[type=radio]:checked+span {
    color: #333;
    border-color: #333;
}

input.checkbox-style[type=radio],
input.checkbox-style[type=radio] {
    z-index: 1;
    position: absolute;
    float: left;
    opacity: 0.01;
    margin: 0;
    cursor: pointer;
}

button {
    display: inline-block;
    padding: 10px 20px;
    margin-bottom: 0;
    font-size: 14px;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 0;
}

input {
    -webkit-appearance: none;
    -moz-appearance: none;
    -webkit-border-radius: 0;
    border-radius: 0;
    outline: none;
}

input:active,
input:focus,
input.active {
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

input[type="text"],
input[type="email"],
textarea {
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    color: #888;
    font-size: 14px;
    font-family: 'poppins', Arial, Helvetica, sans-serif;
}

textarea {
    padding: 5px 20px
}

.summary strong {
    color: #000
}

aside hr {
    width: 100%;
    clear: both;
    margin: 10px 0;
}

hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, .1);
}

.select-type {
    border: solid 1px #ccc;
    float: left;
    padding: 8px 10px;
    border-radius: 2px;
    margin: 0 5px 5px 0;
}

.member-login {
    background-color: #f4f5f7;
    padding: 20px;
    margin-bottom: 20px;
}

.fb {
    background-color: #3b5998 !important;
    color: #fff !important
}

.google {
    background-color: #e4000f !important;
    color: #fff !important
}

/*confirm form*/

.confirm-form-box .title img {
    max-width: 150px;
    max-height: 150px
}

.confirm-form-box table {
    width: 100%;
    line-height: inherit;
    text-align: left;
}

.confirm-form-box table td {
    padding: 5px;
    vertical-align: top;
}

.confirm-form-box table tr td:nth-child(2) {
    text-align: right;
}

.confirm-form-box table tr.top table td {
    padding-bottom: 20px;
}

.confirm-form-box table tr.top table td.title {
    font-size: 45px;
    line-height: 45px;
    color: #333;
}

.confirm-form-box table tr.information table td {
    padding-bottom: 10px;
}

.confirm-form-box table tr.heading td {
    background: #eee;
    border-bottom: 1px solid #ddd;
    font-weight: bold;
}

.confirm-form-box table tr.details td {
    padding-bottom: 20px;
}

.confirm-form-box table tr.item td {
    border-bottom: 1px solid #eee;
}

.confirm-form-box table tr.item.last td {
    border-bottom: none;
}

.confirm-form-box table tr.total td:nth-child(2) {
    border-top: 2px solid #eee;
    font-weight: bold;
}

@media only screen and (max-width: 600px) {
    .confirm-form-box table tr.top table td {
        width: 100%;
        display: block;
        text-align: center;
    }

    .confirm-form-box table tr.information table td {
        width: 100%;
        display: block;
        text-align: center;
    }
}

.confirm-form-box.rtl {
    direction: rtl;
    font-family: Tahoma, 'Helvetica Neue', 'Helvetica', Helvetica, Arial, sans-serif;
}

.confirm-form-box.rtl table {
    text-align: right;
}

.confirm-form-box.rtl table tr td:nth-child(2) {
    text-align: left;
}

.checkout {
    color: #000;
}

.checkout .main-confirm {
    font-size: 15px !important
}

/*profile*/

.profile .card {
    border: none
}

.list-left li {
    width: 100% !important;
    padding: 0px 0;
    border-bottom: solid 1px #ccc;
}

.nav.list-left {
    flex-wrap: wrap !important
}

.profile .card-body h4 {
    font-size: 24px;
    color: #222;
    border-bottom: 1px dashed #ddd;
    padding-bottom: 10px;
    margin-bottom: 25px;
    font-weight: 500;
}

#profile label {
    color: #000
}

#profile p {
    border-bottom: solid 1px #f0f0f0;
    padding-bottom: 4px;
}

#payment table {
    border-bottom: solid 1px #ccc
}

.profile-box {
    width: 100%
}

/*Microsoft Surface                   	1024	1440
Apple iPad Pro 12.9	                    1024	1366
Apple iPad Pro 11                       834	1194
Apple iPad Air	                       	820	1180
Samsung Galaxy Tab 3 10                	800	1280
Apple iPad Pro 9.7	                  	768	1024
Apple iPhone 12 Pro Max 	            428   926
Apple iPhone 11 Pro Max, XS Max ,XR 	414	896
Apple iPhone 6+, 6S+, 7+, 8+	        414	736
Apple iPhone 12, 12 Pro                 390	844
Apple iPhone 12 mini ,XS, 11 Pro        375	812
Apple iPhone 7, iPhone 8	         	375	667
Apple iPhone 5, SE	                	320	568*/
/*@media screen and (max-width: 1440px){}
@media screen and (max-width: 1280px){}
@media screen and (max-width: 1194px){}
@media screen and (max-width: 926px){}
@media screen and (max-width: 768px){}
@media screen and (max-width: 568px){}
@media screen and (max-width: 428px){} 
@media screen and (max-width: 375px){} */
/*@media screen and (min-width: 1025px) {}
@media screen and (max-width: 1920px) {}
@media screen and (max-width: 1680px) {}
@media screen and (max-width: 1440px) {}
@media screen and (max-width: 1366px) {}
@media screen and (max-width: 1280px) {}
@media screen and (max-width: 1194px){}
@media screen and (max-width: 1024px) {}
@media screen and (max-width: 926px){}
@media screen and (max-width:812px) {}
@media screen and (max-width:768px) {}
@media screen and (max-width:736px) {}
@media screen and (max-width:667px) {}
@media screen and (max-width:568px) {}
@media screen and (max-width:480px) {}
@media screen and (max-width: 428px){} 
@media screen and (max-width:414px) {}
@media screen and (max-width:375px) {}
@media screen and (max-width:320px) {}*/

@media screen and (max-width: 1366px) {}

@media screen and (max-width: 1280px) {}

@media screen and (max-width: 1194px) {
    .origin {
        width: 30%;
    }

    .origin2 {
        width: 60%;
    }

    .cover-date {
        width: 37%;
        margin-bottom: 10px;
    }

    .user-room {
        width: 31%;
    }

    .reserved .btn .col-6:last-child {
        border-right: none
    }

    .line-sml {
        width: 40px;
        background: url(../images/quotes-line-sml2.jpg) no-repeat 0 1px;
    }

    .schedulexx [class*="col-"] {
        padding-right: 5px;
        padding-left: 5px;
    }
}

@media screen and (min-width:992px) {}

@media screen and (max-width: 992px) {
    .list-left li {
        width: inherit !important;
        text-align: center;
        border-bottom: none;
        border: solid 1px rgba(204, 204, 204, 0.3)
    }

    ul.list-left {
        border-bottom: solid 1px #ccc;
    }

    .border-l {
        border-top: solid 1px rgba(204, 204, 204, 0.69);
        border-left: none;
        padding-top: 20px
    }

    .origin {
        width: 49%;
    }

    .origin2 {
        width: 100%;
    }

    .cover-date {
        width: 100%;
        margin-bottom: 2%;
    }

    .user-room {
        width: 50%;
        margin-right: 0%;
        margin-bottom: 2%;
    }

    .promo {
        width: 40%;
        margin: 0 6% 2% 6%;
    }

    .cover-bt {
        width: 47%;
        margin-top: 2%
    }

    .reservation button {
        width: 100%;
    }

    .tab-search-long * button[type='submit'] {
        margin-top: 10px !important
    }
}

@media screen and (max-width: 768px) {
    .nav.list-left li span {
        display: none;
    }

    .text-23 {
        font-size: 19px;
    }

    .btn {
        padding: 3px 10px !important;
    }
}

@media screen and (max-width: 568px) {}

@media screen and (max-width: 428px) {
    .type-dd {
        width: 36px;
        font-size: 29px;
    }

    .type-mm {
        font-size: 13px;
        line-height: 14px;
    }

    .search-list .slick-prev,
    .search-list .slick-next {
        border: none !important
    }

    .text-18 {
        font-size: 13px;
        letter-spacing: 1px;
    }

    .reservation {
        padding: 10px 0;
    }

    .filter-section .col-xl-10 {
        padding: 0
    }

    .guest span,
    .promo {
        font-size: 14px
    }

    .cover-date {
        width: 100%;
    }

    .user-room {
        width: 100%;
        margin-right: 0%;
        margin-bottom: 2%;
    }

    .promo {
        width: 46%;
        margin: 0 2% 2% 2%;
    }

    .cover-bt {
        width: 100%;
        margin-top: 2%
    }

    .origin {
        width: 100%;
        margin-top: 2%
    }

    .origin2 {
        width: 100%;
        margin-top: 2%
    }
}

@media screen and (max-width: 375px) {}