.form-froup label {
    float: left;
    margin-bottom: 5px;
}

.write_review_inner_boxed .row {
    margin-bottom: 8px;
}

.info-title {
    text-align: left;
    margin: 12px 0;
}

.hide-true {
    display: none;
}

.room_fasa_area ul {
    /*flex-direction: column;*/
}

    .room_fasa_area ul li i {
        color: var(--black-color);
        font-size: 6px;
        padding-right: 7px;
    }

.owl-stage-outer .owl-stage {
    padding: 0 !important;
    /*width: auto !important;*/
}

.carousel-wrapper {
    display: block;
    overflow: hidden;
    max-width: 340px !important;
    position: relative;
}

.room_person_select {
    padding-bottom: 12px;
}

/*.owl-dots {
            display: none;
        }*/

.required {
    color: red;
    margin-left: 4px;
}

.tour_details_img_wrapper {
    margin-top: 20px;
}

.tour_package_bar_price h3 {
    padding-left: 0;
}

/*.owl-item {
    min-width: 340px !important;
}*/

sub {
    margin-bottom: 0;
}

#btnShowMore {
    cursor: pointer;
}

.min-400 {
    height: 170px;
    overflow: hidden;
}

.room_book_item {
    padding: 12px;
}

.room_person_select {
    padding-left: 25px;
}

.room_booking_right_side {
    padding-top: 0;
}

.input-code {
    border: none;
    text-align: center;
    outline: none;
    margin: auto;
    display: block;
    font-size: 52px;
    width: 100%;
    color: var(--main-color);
}

.c-error {
    padding: 5px;
    text-align: left;
    color: red;
}

.form-froup md-datepicker {
    height: 45px;
    padding: 5px 14px;
    font-size: 14px;
    display: block;
    width: 100%;
    text-align: left;
    border: 1px solid #e3e3e3;
    border-radius: .25rem;
}

.md-button.md-icon-button {
    height: auto !important
}

select.dashed {
    width: 100%;
    padding: 0 14px;
    height: 45px;
    border: 1px solid #e3e3e3;
    border-radius: .25rem;
}

.md-datepicker-triangle-button {
    display: none;
}

.md-button.md-icon-button {
    padding: 0;
}

.b-error {
    border-color: red !important;
}

.div-select2 {
    overflow: hidden;
    width: 100%;
    border: 1px solid #e3e3e3;
    padding: 7px 14px;
    text-align: left;
    height: 45px;
}

.content-border .select2-container--default .select2-selection--single {
    border: none;
}

.form-person-count {
    display: flex;
    margin: auto;
    overflow: hidden;
    /* display: block; */
    width: 100%;
    border: 1px solid #e3e3e3;
    padding: 7px 14px;
    height: 45px;
    border-radius: 0.25rem;
}

    .form-person-count button {
        border: none;
        background: transparent;
    }

select.no-caret {
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
    border: none !important;
    background: transparent !important;
    font-weight: bold;
    font-size: 14px;
}

.select-no-border {
    border: none;
    color: #333;
    padding: 4px 0;
    display: block;
    outline: none;
    font-size: 18px;
    width: 100%;
    background: #fdfffe;
    border-radius: 5px;
}

.cnv-border-dashed {
    width: 100%;
    border: 2px dashed #dddddd75;
    padding: 15px 22px;
}

.btn_theme_revert {
    border: solid 1px var(--main-color);
    color: var(--main-color);
    background: #FFF;
}

body.md-default-theme, body, html.md-default-theme, html {
    background: #FFF !important;
}

.modal#statusSuccessModal .modal-content,
.modal#statusErrorsModal .modal-content {
    border-radius: 30px;
}

    .modal#statusSuccessModal .modal-content svg,
    .modal#statusErrorsModal .modal-content svg {
        width: 40px;
        display: block;
        margin: 0 auto;
    }

    .modal#statusSuccessModal .modal-content .path,
    .modal#statusErrorsModal .modal-content .path {
        stroke-dasharray: 1000;
        stroke-dashoffset: 0;
    }

        .modal#statusSuccessModal .modal-content .path.circle,
        .modal#statusErrorsModal .modal-content .path.circle {
            -webkit-animation: dash 0.9s ease-in-out;
            animation: dash 0.9s ease-in-out;
        }

        .modal#statusSuccessModal .modal-content .path.line,
        .modal#statusErrorsModal .modal-content .path.line {
            stroke-dashoffset: 1000;
            -webkit-animation: dash 0.95s 0.35s ease-in-out forwards;
            animation: dash 0.95s 0.35s ease-in-out forwards;
        }

        .modal#statusSuccessModal .modal-content .path.check,
        .modal#statusErrorsModal .modal-content .path.check {
            stroke-dashoffset: -100;
            -webkit-animation: dash-check 0.95s 0.35s ease-in-out forwards;
            animation: dash-check 0.95s 0.35s ease-in-out forwards;
        }

@-webkit-keyframes dash {
    0% {
        stroke-dashoffset: 1000;
    }

    100% {
        stroke-dashoffset: 0;
    }
}

@keyframes dash {
    0% {
        stroke-dashoffset: 1000;
    }

    100% {
        stroke-dashoffset: 0;
    }
}

@-webkit-keyframes dash {
    0% {
        stroke-dashoffset: 1000;
    }

    100% {
        stroke-dashoffset: 0;
    }
}

@keyframes dash {
    0% {
        stroke-dashoffset: 1000;
    }

    100% {
        stroke-dashoffset: 0;
    }
}

@-webkit-keyframes dash-check {
    0% {
        stroke-dashoffset: -100;
    }

    100% {
        stroke-dashoffset: 900;
    }
}

@keyframes dash-check {
    0% {
        stroke-dashoffset: -100;
    }

    100% {
        stroke-dashoffset: 900;
    }
}

.box00 {
    width: 100px;
    height: 100px;
    border-radius: 50%;
}

.label-select-btn em {
    font-size: 11px;
    font-weight: 300;
    font-style: normal;
}

.btn.disabled, .btn:disabled, fieldset:disabled .btn, a.disabled, a:disabled {
    pointer-events: none;
    opacity: .65;
}

.bd-loading-modal-lg .modal-dialog {
    display: table;
    position: relative;
    margin: 0 auto;
    top: calc(50% - 24px);
}

    .bd-loading-modal-lg .modal-dialog .modal-content {
        background-color: transparent;
        border: none;
    }

.others-options ul li a {
    color: #08C;
}

.others-options ul li {
}

.others-option-for-responsive .container .container.active {
    padding: 4px;
}

.others-options ul {
    padding: 0;
    margin: 0;
}

@media only screen and (max-width: 414px) {
    .heading_left_area h2 {
        font-size: 28px;
    }

    #theme_search_form {
        margin-top: 12px;
    }

    .others-option-for-responsive .dot-menu {
        top: -30px;
    }

    .mean-container .mean-bar {
        top: 0px;
    }

    .navbar-area {
        padding: 8px 0;
    }

    .logo img {
        width: 100px;
    }

    .section_padding {
        padding: 12px 0;
    }

    #common_banner {
        display: none;
    }

    .others-options li {
        text-align: left;
    }

    .others-options ul li:first-child {
        border-bottom: solid 1px #EEE;
        margin-bottom: 5px;
        padding-bottom: 5px;
    }

    .others-options li a {
        color: #333 !important;
    }
}

.footer_inquery_area {
    border-left: none;
}

#footer_area {
    padding: 40px 0;
}

.main-navbar .navbar .navbar-brand {
    z-index: 1;
}

.md-default-theme .md-datepicker-input-container, .md-datepicker-input-container {
    border-bottom-color: rgba(0, 0, 0, 0.12);
    border: none !important;
}

body .jq-toast-wrap {
    z-index: 99999 !important;
    width: 360px !important;
}

h2.jq-toast-heading {
    font-size: 18px !important;
}

body .jq-toast-wrap .jq-toast-single {
    font-size: 15px;
    line-height: 22px;
    word-wrap: break-word !important;
}

.modal-header.success {
    background: var(--main-color);
    color: #FFF;
}

.select2-container .select2-selection--single {
    height: 32px !important;
}

.k-grid tr td {
    font-size: 14px !important;
    border-color: #f1f1f1 !important;
}

.k-header {
    background: #f7f7f7 !important;
}

.k-grid-content-locked {
    border-color: #f3f6fd !important;
}

.k-alt, .k-pivot-layout > tbody > tr:first-child > td:first-child, .k-resource.k-alt, .k-separator {
    background-color: #f3f6fd !important;
}

.k-autocomplete, .k-block, .k-button-group .k-tool, .k-content, .k-dropdown-wrap, .k-dropzone-active, .k-editable-area, .k-filter-row > th, .k-footer-template td, .k-grid td, .k-grid td.k-state-selected, .k-grid-content-locked, .k-grid-footer, .k-grid-footer-locked, .k-grid-footer-wrap, .k-grid-header, .k-grid-header-locked, .k-grid-header-wrap, .k-group, .k-group-footer td, .k-grouping-header, .k-grouping-header .k-group-indicator, .k-header, .k-input, .k-pager-refresh, .k-pager-wrap, .k-pager-wrap .k-link, .k-panel > .k-item > .k-link, .k-panelbar .k-content, .k-panelbar .k-panel, .k-panelbar > .k-item > .k-link, .k-popup.k-align .k-list .k-item:last-child, .k-separator, .k-slider-track, .k-splitbar, .k-state-default, .k-state-default .k-select, .k-state-disabled, .k-textbox, .k-textbox > input, .k-tiles, .k-toolbar, .k-tooltip, .k-treemap-tile, .k-upload-files, .k-widget {
    border-color: #EEE !important;
}

.k-widget {
    box-shadow: none !important;
}

.bstatus-0 {
}

.bstatus-1 {
    color: rgb(82, 196, 26);
}

.bstatus-2 {
    color: rgb(220, 53, 69);
}

h3.box_title {
    margin-bottom: 5px;
}

.dashboard_common_table h3 {
    border-bottom: none;
}

.nav-item .badge {
    position: absolute;
    top: -5px;
    right: -17px;
    background: red;
    padding: 4px;
}

.room-info {
    margin-top: 6px;
}

.grid-2 {
    display: grid;
    grid-template-columns: 50% 50%;
}

    .grid-2 h5 {
        text-decoration: underline;
    }

.room-detail {
    font-size: 20px;
    color: #1856CD;
    font-weight: bold;
    text-decoration: underline;
}

.room-price {
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: right;
}

    .room-price .price {
        font-size: 25px;
    }

    .room-price .price-note {
        font-size: 12px;
    }

.md-datepicker-calendar-pane {
    z-index: 99999 !important;
}

.room-detail {
    line-height: 18px;
}
