/*------------- Varaible----------------- */
:root {
    --blue: #1e90ff;
    --white: #ffffff;
    --bblack: #222222;
    --black: #000000;
    --grey: #eeeeee;
    --primary: #f9ce00;
    --bgrey: #333333;
    --theamcolor: #234d5c;
    --theamhover: #102830
}

/* navgation btn */
a {
    cursor: pointer;
}

.header-login-btn {
    /* background: #f4364f; */
    padding: 6px 25px !important;
    border: 2px solid #f9ce00;
    color: #c9c7c7 !important;
    border-radius: 20px;
    font-size: 12px !important;
}

.header-login-btn:hover {
    background: #f9ce00;
    color: #fff !important;
}

.header-regis-btn {
    /* background: #12dde4; */
    padding: 6px 25px !important;
    border: 2px solid #b8e7e9;
    color: #c9c7c7 !important;
    border-radius: 20px;
    font-size: 12px !important;
}

.header-regis-btn:hover {
    background: #b8e7e9;
    color: #fff !important;
}

.logoutbtn {
    cursor: pointer;
}

.header-currency-btn {
    padding: 6px 25px !important;
    border: 2px solid #b8e7e9;
    color: #c9c7c7 !important;
    border-radius: 20px;
    font-size: 12px !important;
}

.header-currency-btn span {
    color: #f9ce00;
}

.selected-currency {
    background-color: #eaeaea;
}

.form-bottom {
    margin-top: 20px;
}

.form-bottom p {
    color: #337ab7;
    font-size: 14px;
}

.custom-btn {
    padding: 5px 0px 5px 0px;
    border: 1px solid #b8e7e9;
    border-radius: 50px;
    margin-left: -5rem;
    display: block;
    text-align: center;
}

.custom-btn:hover {
    background-color: #b8e7e9;
}

.btn-m {
    margin: 2px !important;
}

.btn-bg-success {
    cursor: pointer;
    background: #f9ce00;
}

.btn-bg-info {
    background: #12dde4;
}

.btn-bg-success:hover {
    background: #cbae26;
}

.btn-bg-info:hover {
    background: #055658;
}

.booking-form {
    margin-top: 0px !important;
}

.display-blc {
    display: block;
}

.chbox-label {
    padding: 0px 30px !important;
    left: 5px;
    color: #7f7f7f;
    font-size: 14px;
    top: 12px;
}

.stripe-form {
    border-radius: 10px !important;
}

.expire input {
    border: none;
    width: 5px
}

/* multi tab of a form css */


/* Hide all steps by default: */

.tab {
    display: none;
}


/* Make circles that indicate the steps of the form: */

.step {
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #bbbbbb;
    border: none;
    border-radius: 50%;
    display: inline-block;
    opacity: 0.5;
}


/* Mark the active step: */

.step.active {
    opacity: 1;
}


/* Mark the steps that are finished and valid: */

.step.finish {
    background-color: #04AA6D;
}

#nextBtn {
    border: none;
    margin-top: 20px;
    border-radius: 50px !important;
    background: #f9ce00;
    padding: 7px 25px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    font-family: 'Quicksand', sans-serif;
    border-radius: 2px;
    width: 100%;
    font-size: 16px;
}

#pay-btn {
    border: none;
    margin-top: 20px;
    border-radius: 50px !important;
    background: #f9ce00;
    padding: 7px 25px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    font-family: 'Quicksand', sans-serif;
    border-radius: 2px;
    width: 100%;
    font-size: 16px;
}

#prevBtn {
    border: none;
    border-radius: 50px !important;
    margin-top: 20px;
    background: #b8e7e9;
    padding: 7px 25px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    font-family: 'Quicksand', sans-serif;
    border-radius: 2px;
    width: 100%;
    font-size: 16px;
}

.dollor-icon {
    padding: 9px 5px 14px 10px;
    margin-left: 0px;
    margin-top: 0px;
    /* background: #f1f1f6; */
    border-bottom-width: 2px !important;
    border-right-width: 0px !important;
    border-bottom-color: green !important;
    border: 1px solid #929090;
}

.form-label {
    padding: 9px 5px 14px 10px !important;
    /* margin-left: 5px; */
    margin-top: -6px !important;
    /* background: #f1f1f6; */
    border-bottom-width: 2px !important;
    border-bottom-color: green !important;
    border: 1px solid #929090;
}

.form-textbox {
    margin-left: -20px !important;
    border-bottom-color: green !important;
}

.select-box {
    color: #0e0e0e;
}


/* end multi tab form */


/* image  */

img#cimg,
.cimg {
    max-height: 10vh;
    max-width: 6vw;
}

img#gimg,
.gimg {
    max-height: 20vh;
    max-width: 20vw;
}


/* map css file */

#my-map {
    position: relative;
    outline: none;
    height: 250px;
    width: 100%;
    padding: 5px;
}

.map {
    width: 100%;
    height: 100%;
    margin: 0;
    display: flex !important;
    flex-direction: column;
}

.map form {
    padding: 5px !important;
    border-radius: unset;
}

.geoapify-clear-button {
    margin: 12px 5px 0px 0px !important;
    padding: 3px !important;
}

.gallerybox {
    width: 100%;
    height: 300px;
    object-fit: cover;
    object-position: bottom;
    border-radius: 12px;
}

.leaflet-control-attribution {
    display: none;
}

/* ----------------------------- Room details ----------------- */
/* ############################################################ */
.gallery-2nd {
    height: 145px;
    width: 100%;
    object-fit: cover;
    object-position: bottom;
    /* margin: 0.75rem 0; */
    border-radius: 12px;
}

#profileImage {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #1a4655;
    font-size: 13px;
    color: #fff;
    text-align: center;
    line-height: 30px;
    margin: 2px 4px;
}

.book-sidebar {
    border: 1px solid rgb(221, 221, 221);
    border-radius: 12px;
    padding: 24px;
    box-shadow: rgb(0 0 0 / 12%) 0px 6px 16px;
    position: fixed;
    width: 40rem;
}

.book-side-in {
    border: 1px solid var(--grey);
    padding: 10px;
}

.side-mt {
    margin-top: -40px;
}

.book-sidebar .booking-btn {
    display: block;
    /* background: #f91942; */
    border-radius: 2px;
    color: #305d70;
    padding: 15px;
    margin-top: 15px;
    text-transform: uppercase;
    font-weight: 700;
    text-align: center;
    border-radius: 12px;
}

.details-section {
    margin-top: 12px;
}

.hpsection-1bx i {
    font-size: 12px;
}

.j-flex {
    display: flex;
    justify-content: space-between;
}

/*----------------------- Check In Check Out--------------- */

._16l1qv1 {
    position: relative !important;
    display: flex !important;
    width: 100% !important;
    margin: 0px !important;
    border: none transparent !important;
    color: black !important;
    background-color: transparent !important;
    border-radius: 0px !important;
    box-shadow: none !important;
    cursor: pointer !important;
    padding: 0px !important;
    text-align: left !important;
}

._19y8o0j {
    position: relative !important;
    flex: 1 1 0% !important;
    padding: 0px !important;
    overflow: hidden !important;
}

._7eq2v2 {
    position: absolute !important;
    top: 12px !important;
    left: 12px !important;
    right: 12px !important;
    margin: 0px !important;
    padding: 0px !important;
    pointer-events: none !important;
    font-size: 10px !important;
    line-height: 12px !important;
    color: rgb(34, 34, 34) !important;
    text-transform: uppercase !important;
    font-weight: 800 !important;
    max-width: 100% !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
}

._mgs235q {
    min-height: 56px !important;
    width: 100% !important;
    border: none !important;
    outline: none !important;
    margin: 0px !important;
    padding: 26px 12px 10px !important;
    background-color: transparent !important;
    font-family: inherit !important;
    font-size: 14px !important;
    font-weight: inherit !important;
    line-height: 18px !important;
    appearance: none !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
    color: rgb(113, 113, 113) !important;
}

._48vms8s {
    position: relative !important;
    flex: 1 1 0% !important;
    padding: 0px !important;
    overflow: hidden !important;
    border-left: 1px solid rgb(176, 176, 176) !important;
}

._7eq2v2 {
    position: absolute !important;
    top: 12px !important;
    left: 12px !important;
    right: 12px !important;
    margin: 0px !important;
    padding: 0px !important;
    pointer-events: none !important;
    font-size: 10px !important;
    line-height: 12px !important;
    color: rgb(34, 34, 34) !important;
    text-transform: uppercase !important;
    font-weight: 800 !important;
    max-width: 100% !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
}

._mgs235q {
    min-height: 56px !important;
    width: 100% !important;
    border: none !important;
    outline: none !important;
    margin: 0px !important;
    padding: 26px 12px 10px !important;
    background-color: transparent !important;
    font-family: inherit !important;
    font-size: 14px !important;
    font-weight: inherit !important;
    line-height: 18px !important;
    appearance: none !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
    color: rgb(113, 113, 113) !important;
}

._t26glb {
    border: 1px solid var(--grey);
    border-radius: 8px 8px 0px 0px;
    border-width: 1px;
}

/* --------Payment Details---------- */
.payments-section {
    margin-top: 12px;
    margin-bottom: 10rem;
}

._18x0pkv {
    font-size: 14px !important;
    line-height: 18px !important;
    color: rgb(113, 113, 113) !important;
    font-weight: 400 !important;
    padding-top: 16px !important;
}

._1fpuhdl {
    -webkit-box-pack: justify !important;
    font-size: 16px !important;
    line-height: 20px !important;
    color: rgb(34, 34, 34) !important;
    font-weight: 400 !important;
    padding-top: 16px !important;
    display: flex !important;
    flex-wrap: nowrap !important;
    justify-content: space-between !important;
}

._18x3iiu {
    color: var(--bgrey);
    text-decoration: underline;
    font-weight: 700;
    text-align: left;
    font-size: 12px;
}

._1k4xcdh {
    color: var(--bgrey);
    font-weight: 600;
}

._1emnh212 {
    font-size: 14px !important;
    line-height: 18px !important;
    color: rgb(113, 113, 113) !important;
    font-weight: 400 !important;
    border-top: 1px solid rgb(221, 221, 221) !important;
    margin-top: 14px !important;
    padding-top: 12px !important;
}

._1qh0b5n {
    -webkit-box-pack: justify !important;
    font-size: 16px !important;
    line-height: 25px !important;
    color: rgb(34, 34, 34) !important;
    /* font-weight: 600 !important; */
    padding-top: 0px !important;
    display: flex !important;
    flex-wrap: nowrap !important;
    justify-content: space-between !important;
}

._18x3iin {
    color: var(--bblack);
    text-decoration: none;
    font-weight: 700;
    text-align: left;
    font-size: 14px;
}

._1k4xcdh {
    color: var(--bgrey);
    font-weight: 600;
    font-size: 12px;
}

/* -----------Top Nav bar-------------- */
.displayNav {
    top: 0px;
    transition: 0.3s;
    opacity: 1;
    z-index: 1000;
}

nav {
    position: fixed;
    top: -48px;
    width: 100%;
    height: 48px;
    background-color: #ffffff;
    color: #62808b;
    transition: 0.3s;
    opacity: 0;
}

.PageMenue {
    margin: 0 10rem;
}

.PageMenue ul a {
    transition: background-color .3s;
    font-size: 1.5rem;
    color: #1a4655;
    display: block;
    padding: 0 15px;
    cursor: pointer;
}

.PageMenue ul a:hover {
    background: none !important;
    font-weight: 800;
}

.PageMenue li {
    padding: 0px 2px;
}

.PageMenue li .icon {
    display: none;
}

/* ---------toltip text-------------------- */
.tooltip1 .tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;

    /* Position the tooltip */
    position: absolute;
    z-index: 1;
    margin-top: -30px;
}

.tooltip1:hover .tooltiptext {
    visibility: visible;
}


/* --profile Section------------ */
.db-profile-view .top-right {
    float: right;
    margin-bottom: 20px;
}

.update-profile-btn {
    cursor: pointer;
    background: #f9ce00;
    padding: 7px 0px 7px 0px;
    color: #2c5364;
    text-transform: capitalize;
    font-weight: 600;
    font-family: 'Quicksand', sans-serif;
    border-radius: 5px;
    font-size: 11px;
    border: 1px solid #f4b936;
    display: block;
    text-align: center;
}

.update-profile-btn:hover {
    background-color: #d7b619;
}

.row-style {
    background: linear-gradient(to top, #2c5364 14%, #2c5364 66%);
    color: #fff !important;
    padding: 10px;
    border-radius: 20px;
}

.row-style:hover {
    background: linear-gradient(to top, #2a2b33 14%, #032535 66%);
}

.text-muted {
    color: #fff !important;
}

.row-style p {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    color: #fff;
}

.input-field label:not(.label-icon).update {
    font-size: 1.0rem;
    -webkit-transform: translateY(-140%);
    transform: translateY(-140%);
    /* opacity: 0; */
    top: 2.4rem;
    color: #4caf50;
}

/* -----------------auto complet Div-------------------  */
/* ----------------------------------------------------- */

.autocomplete-items {
    position: absolute;
    background-color: #fff;
    border-bottom: none;
    border-top: none;
    z-index: 99;
    top: 100%;
    left: 7px;
    right: 0;
    width: 16.2rem;
}

.autocomplete-items div {
    padding: 10px;
    cursor: pointer;
    /* background-color: #fff;  */
    border-bottom: 1px solid #d4d4d4;
    font-size: 1.25rem;
}

.center-serch-12x .autocomplete-items div {
    color: #000;
}

/*when hovering an item:*/
.select-items div:hover {
    background-color: #e9e9e9;
}

/* ----------------------------------------------------- */
.select-items {
    position: absolute;
    background-color: #fff;
    border-bottom: none;
    border-top: none;
    z-index: 99;
    top: 100%;
    left: 7px;
    right: 0;
    width: 16.2rem;
}

.select-items div {
    padding: 10px;
    cursor: pointer;
    /* background-color: #fff;  */
    border-bottom: 1px solid #d4d4d4;
    font-size: 1.25rem;
}

.center-serch-12x .autocomplete-items div {
    color: #000;
}

/*when hovering an item:*/
.select-items div:hover {
    background-color: #e9e9e9;
}


/* -------------Responsive serch-------------- */
.outer-12x {
    display: inline-flex;
    background-color: #fff;
    border: 1px solid #f9ce00;
    border-radius: 40px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.08), 0 4px 12px rgba(0, 0, 0, 0.05);
    transition: box-shadow 0.2s ease;
    height: 55px;
    padding: 8px 5px 5px 5px;
    margin-top: 25px;
}

.outer-12x:hover {
    box-shadow: 0 5px 10px rgba(248, 96, 96, 0.05), 0 4px 12px rgba(206, 69, 69, 0.05);
    transition: box-shadow 0.5s ease;
}

.outer-12x .search {
    background-color: #f9ce00;
    border: 2px solid #fff;
    border-radius: 50px;
    color: #fff;
    height: 40px;
    width: 40px;
    font-size: 1.10rem;
    transition: all 0.5s;
    margin-left: 6px;
    margin-right: 1px;
    padding: 10px;
}

.outer-12x .search:hover {
    cursor: pointer;
    box-shadow: 0 0 25px 0 #f9ce00, 0 20px 25px 0 rgb(0 0 0 / 20%)
}

.btn-13x {
    background: transparent;
    cursor: pointer;
    padding: 0;
    text-align: inherit;
    border: 1px solid transparent;
    border-radius: 4px;
    margin-left: 15px;
    margin-right: 15px;
    padding: auto;
    width: 10rem;
}

.btn-13x::after {
    background-color: #fbfbfb
}

.btn-13x:focus {
    outline: none;
    background-color: #ffffff;
}

.span-14x {
    background-color: #cfc8c8;
    flex: 0 0 1px;
    height: 24px;
    width: 1px;
    margin-top: 7px;
}

.outer-16x {
    display: inline-flex;
    background-color: #fff;
    border: 1px solid #f9ce00;
    border-radius: 40px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.08), 0 4px 12px rgba(0, 0, 0, 0.05);
    transition: 4s ease;
    height: 55px;
    padding: 8px 5px 5px 5px;
    -webkit-transition: transform 250ms ease, opacity 200ms ease 100ms, visibility 0ms 200ms;
    transition: transform 250ms ease, opacity 200ms ease 100ms, visibility 0ms 200ms;

}

.outer-16x .search {
    background-color: #f9ce00;
    border: 2px solid #fff;
    border-radius: 50px;
    color: #fff;
    height: 40px;
    width: 40px;
    font-size: 1.10rem;
    transition: all 0.5s;
    margin-left: 16px;
    margin-right: 10px;
    padding: 10px;
}

.outer-16x .search:hover {
    cursor: pointer;
    box-shadow: 0 0 25px 0 #f9ce00, 0 20px 25px 0 rgb(0 0 0 / 20%)
}

.outer-16x input {
    border: none;
    width: 15.5rem;
    padding: 0px 0px 0px 13px;
    font-size: 14px;
    color: #727070;
}

.outer-16x a {
    border: none;
    width: 15.5rem;
    /* padding: 0px 0px 0px 13px; */
    font-size: 14px;
    color: #727070;
}

.outer-16x input::placeholder {
    color: #727070;
}

.outer-16x .select-wrapper {
    border: none;
    width: 15.5rem;
    padding: 0px 0px 0px 13px;
    color: #727070;
}

.search-container-2x {
    background-color: #fff;
    margin-top: 30px;
}

.cancel-17x {
    background-color: #f9ce00;
    border: 2px solid #fff;
    border-radius: 50px;
    color: #fff;
    height: 40px;
    width: 40px;
    font-size: 2.1rem;
    transition: all 0.5s;
    margin-top: 10px;
    margin-left: 16px;
    margin-right: 10px;
    padding: 4px 5px 4px 9px;
}

.search-field-17x .autocomplete-items {
    left: 36px !important;
    width: 14.2rem !important;
    margin-top: -14px !important;
    /* box-shadow: 4px -3px #ebebeb; */
}

.search-field-18x .autocomplete-items {
    left: 138px !important;
    width: 14.2rem !important;
    margin-top: -14px !important;
    /* box-shadow: 4px -3px #ebebeb; */
}

.search-field-18x input {
    color: #000;
}

.search-field-17x .select-dropdown ul {
    margin-top: 33px !important;
}

.search-container-2x .empty-list-12x {
    margin: 16px -5px 0px 31px;
    padding: 6px 0px 0px 29px;
    color: #bb4545;
}

.search-container-2x .empty-list-12x h3 {
    color: #fff;
}

.drop-con-man img {
    width: 17px;
}

.filter-drop-down {
    min-width: 170px !important;
    top: 180px !important;
    left: 83% !important;
}

.filter-drop-down li {
    margin: 10px 10px;
}

.filter-drop-down .drop-down-body {
    margin: 3px 10px;
}

/* -------------DropDown List----------------- */
/* ################################################# */
.dropdown-menu {
    min-width: 200px;
}

.dropdown-menu.columns-2 {
    min-width: 400px;
}

.columns-2 li {
    padding: 10px 8px;
}

.columns-2 li a {
    padding: 10px 0px !important;
}

.dropdown-menu.columns-3 {
    min-width: 600px;
}

.dropdown-menu li a {
    padding: 5px 15px;
    font-weight: 300;
}

.multi-column-dropdown {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.multi-column-dropdown li a {
    display: block;
    clear: both;
    line-height: 1.428571429;
    color: #333;
    white-space: normal;
}

.multi-column-dropdown li a:hover {
    text-decoration: none;
    color: #262626;
    background-color: #999;
}

@media (max-width: 767px) {
    .dropdown-menu.multi-column {
        min-width: 240px !important;
        overflow-x: hidden;
    }
}

/* ----------Table Setting---------------- */
th {
    padding-right: 15px !important;
}

tr {
    padding-right: 15px !important;
}

/* ------------Icon home Screen------- */
.wed-pop-ser-btn i {
    font-size: 36px;
    margin-top: 5px;
}

.foot-1x a {
    background: #f4364f;
    padding: 7px 25px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    font-family: 'Quicksand', sans-serif;
    border-radius: 2px;
    font-size: 11px;
}

.web-footer-view {
    display: flex;
    justify-content: space-between;
    padding: 0px 20px 0px 20px;
}

#login-form label {
    color: #afabab;
}


/* ------------Uni Modal-------------- */
.uni-pop {
    position: relative;
    overflow: hidden;
    /* height: 100%; */
    /* bottom: 0px; */
    background: #fff;
    width: 35rem;
    margin: 0 auto;
    margin-top: 5%;
}

.list-detail-content {
    margin: 20px;
}

.uni-detail-content {
    margin: 20px;
}

.detail-body {
    margin-left: 3px;
}

.uni-pop .heading {
    font-size: 1.4rem;
    font-weight: 600;
    margin-bottom: 4px;
}

.uni-pop .sub-heading {
    font-size: 1.2rem;
    display: block;
}

.uni-pop .block-display {
    display: block;
    padding: 5px 0px 5px 10px;
    margin-bottom: 8px;
    /* border-bottom: 1px solid #000; */
}

.action-btn {
    background-color: #f9ce00;
    border-color: #f9ce00;
    color: #000;
    text-transform: capitalize;
    font-size: 12px !important;
}

.action-btn:hover {
    background: #d7b619;
}

.action-btn:focus {
    background: #d7b619;
    border-color: #f9ce00;
}

.uni-modal-header {
    text-align: center;
    color: #4bb543;
    padding: 1px 15px;
}

.uni-modal-header h3 {
    color: #4bb543
}

.uni-modal-header i {
    margin: 20px;
    font-size: 4rem;
    color: #4bb543;
}

.check-circle {
    background-color: transparent;
}

.check-circle {
    width: 60px;
    height: 60px;
    border: 2px solid #4bb543;
    border-radius: 50%;
    line-height: 1.3 !important;
}

.content-flex {
    display: flex;
    justify-content: space-between;
    padding: 12px 10px;
}

.footer-flex {
    display: flex;
    justify-content: space-evenly;
    padding: 6px 10px;
    margin-top: 24px;
}

.left-heading {
    font-size: 14px;
    opacity: 0.9;
}

.right-text {
    font-size: 14px
}

.detail-body {
    padding: 6px 14px;
    background: #b1adad17;
    border-radius: 6px;
    opacity: 0.8;
}

.detail-footer {
    margin: 16px 6px;
}

/* -----Accounty Table--------- */

.widget-heading {
    margin-bottom: -30px;
}

.widget-subheading {
    font-size: 10px;
}

.opacity-7 {
    opacity: .7 !important;
}

/* -------------Right Notification---------------------- */
.db-righ .db-notificatio-icon {
    float: left;
    width: 20px;
    height: 20px;
    border-radius: 50px;
    margin-right: 10px;
    font-size: 17px;
    padding: 8px 5px;
    line-height: 0;
}

#activity-body .db-notificatio-icon {
    float: left;
    width: 30px;
    height: 30px;
    border-radius: 50px;
    margin-right: 10px;
    font-size: 25px;
    padding-left: 8px;
}

.ni-success {
    background-color: #26b32c;
    color: #fff !important;
}

.ni-warning {
    background-color: #f16f2e;
    color: #fff !important;
}

.ni-cancel {
    background-color: #cc3300;
    color: #fff !important;
}

.ni-schedule {
    background-color: #3a5b63;
    color: #fff !important;
}

.ni-ongoing {
    background-color: #007bf9;
    color: #fff !important;
}

/* ---------------Payment Form --------------------- */

.withdraw-funds form {
    position: relative;
    height: 100%;
    padding: 0px 0px !important;
    background-color: #fff;
    box-shadow: none;
    border: none;
}

.withdraw-funds .form-body {
    padding: 3px;
    margin-bottom: 19px;
}

.withdraw-funds .row {
    display: flex;
}

.withdraw-funds .col {
    flex: auto;
}

.withdraw-funds .prefix {
    position: absolute;
    width: 3rem;
    font-size: 1.9em;
    transition: color .2s;
}

.withdraw-funds h3 {
    text-align: center;
    color: #25c16a;
    font-family: inherit;
}

.footer-btn {
    display: flex;
    justify-content: flex-end;
}

.footer-btn .btn {
    width: 20% !important;
    text-transform: capitalize !important;
    font-weight: 100 !important;
    padding: 3px 10px !important;
    margin: 7px;
    height: 30px;
    font-size: 12px !important;

}

.footer-btn .cancel-btn {
    color: #000 !important;
    border: 1px solid #000;
    background-color: #fff;
}

.funds input[type="number"] {
    padding-left: 33px !important;
    border-bottom: 2px solid #008000 !important;
    border-top: 1px solid #929090 !important;
    border-right: 1px solid #929090 !important;
}

.grid-example {
    border: 1px solid #eee;
    margin: 7px 0;
    text-align: center;
    line-height: 50px;
    font-size: 28px;
    background-color: tomato;
    color: white;
    padding: 0;
}

.headingdiv {
    border: 1px solid #b8e7e9;
    margin: 7px 0;
    text-align: center;
    line-height: 50px;
    font-size: 28px;
    background-color: #fefeff;
    color: white;
    padding: 0;
}

.coldiv {
    background-color: #fefeff;
    margin: 2px;
    border: 1px solid #c9c8c8;
    border-radius: 7px;
}

.details-right {
    box-shadow: rgb(100 100 111 / 20%) 0px 7px 29px 0px;
    border-radius: 8px;
}
.details-right .m-icon {
    margin: 0 0 10px;
    font-size: 16px;
}

.details-left {
    box-shadow: rgb(100 100 111 / 20%) 0px 7px 7px 0px;
}

.divhover:hover {
    transition: all 0.5s ease;
    transform: scale(1.01);
}

.detailsDiv P {
    font-size: 12px;
}

.detailsDiv h1 h2 h3 h4 h4 h5 h6 {
    margin: 8px;
}
.titleDiv {
    color: #1b2f35;
    text-transform: uppercase;
}

.detailsDiv .color1 {
    background-color: rgb(244, 244, 244);
    padding: 16px 0px 16px;
    margin-bottom: 10px;
}
.detailsDiv .emptyDiv {
    background-color: #f4f4f4;
    padding: 16px 0px 16px;
    margin-bottom: 10px;
    min-height: 165px;
}

.detailsDiv .color2 {
    background-color: rgb(185, 230, 247);
    margin: 10px 0px 10px;
}

.detailsDiv .row {
    margin-right: 0rem;
    margin-left: 0rem;
}
.detailsDiv .sub-heading {
    font-weight: bold;
    font-size: 11px;
}
.detailsDiv .sub-heading-t {
    font-weight: bold;
    font-size: 16px;
}

.top-bar1x {
    padding: 10px 0px 10px !important;
    margin-bottom: 5px;
}

.top-bar1x .top-heading {
    padding: 10px 0px 10px;
    color: #36454f;
}

.pending-bar {
    background-color: #f16f2e54;
    color: #fff !important;

}

.ongoing-bar {
    background-color: #007bf975;
    color: #fff !important;
}

.schedule-bar {
    background-color: #3a5bab75;
    color: #fff !important;
}

.success-bar {
    background-color: #26b32c54;
    color: #fff !important
}

.cancel-bar {
    background-color: #cc3300bd;
    color: #fff !important;
}

/*----------------- Cutom Form---------------------------*/

/* ------Primary Components-------------- */
.btnprimary {
    background-color: #f9ce00;
    margin-bottom: 5px !important;
    color: #000;
    text-transform: capitalize;
    font-size: 15px !important;
}

.btnprimary:hover {
    background-color: #d7b619;
}

.btnprimary i {
    font-size: 1.9rem;
    color: #fff;
}

.btnsecondary {
    border: 1px solid #14addb !important;
    background: none !important;
    margin-bottom: 5px !important;
    color: #000;
    text-transform: capitalize;
    font-size: 15px !important;
}

.btnsecondary i {
    font-size: 1.9rem;
    color: #000;
}

.btncancel {
    background-color: #0d6b4a;
    margin-bottom: 5px !important;
    color: #fff;
    text-transform: capitalize;
    font-size: 15px !important;
}

.cancel-typo {
    padding: 5px;
    border: none;
}

.cancel-typo form p {
    margin-bottom: 0px !important;
    margin-top: 5px !important;
}

.cancel-typo .input-field {
    margin-bottom: 1rem;
}

/*------------------------Home Screen------------------ */
/* ----------------------------------------------------- */
* {
    margin: 0px;
    padding: 0px;
}

/* just for jsfiddle */
@font-face {
    font-family: "Material Icons";
    font-style: normal;
    font-weight: 400;
    src: local("Material Icons"), local("MaterialIcons-Regular"),
        url(https://fonts.gstatic.com/s/materialicons/v18/2fcrYFNaTjcS6g4U3t-Y5ZjZjT5FdEJ140U2DJYC3mY.woff2) format("woff2");
}

.material-icons {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -moz-font-feature-settings: "liga";
    -moz-osx-font-smoothing: grayscale;
}

.middle-indicator {
    position: absolute;
    top: 50%;
}

.middle-indicator-text {
    font-size: 4.2rem;
}

a.middle-indicator-text {
    color: white !important;
}

.content-indicator {
    width: 64px;
    height: 64px;
    background: none;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
}

.indicators {
    visibility: hidden;
}

.mySlides1,
.mySlides2,
.mySlides3,
.mySlides4,
.mySlides5,
.mySlides6,
.mySlides7,
.mySlides8 {
    display: none;
}

img {
    vertical-align: middle;
}

/* Slideshow container */
.slideshow-container {
    max-width: 1000px;
    position: relative;
    margin: auto;
}

/* Slideshow container */
.slideshow-container img {
    border-radius: 10px;
    width: 100%;
    height: 33vh;
}

/* Next & previous buttons */
.prev,
.next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -22px;
    color: white;
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
}

/* Position the "next button" to the right */
.next {
    right: 0;
    border-radius: 3px 0 0 3px;
}
.btn-light {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
} 
.btn-light:hover {
    background-color: #a8a9ab;
}

/* On hover, add a grey background color */
.prev:hover,
.next:hover {
    background-color: #f1f1f1;
    color: black;
}

.responder_check_two input[type="checkbox"] {
    display: none !important;
}

.responder_check_two input[type="checkbox"]+.responder_inner {
    position: relative;
}

.responder_check_two input[type="checkbox"]+.responder_inner {
    background: transparent;
    cursor: pointer;
    font-size: 12px;
    border: 1px solid transparent;
    position: absolute;
    border: none;
    margin-bottom: 0px;
    right: 10px;
    top: 10px;
}

.responder_check_two [type="checkbox"]+label:before,
[type="checkbox"]:not(.filled-in)+label:after {
    display: none;
}

.responder_inner img {
    width: 20px;
    height: 20px;
    vertical-align: sub;
}

.sliderText {
    padding: 10px;
    position: relative;
}

.sliderText h6 {
    color: #727070;
    margin-top: 5px;
}

.sliderText p {
    color: #727070;
    margin-top: 10px;
    font-size: 12px;
}

.index_logo {
    height: 45px;
}

.custom_nav {
    padding: 15px 0px;
    display: flex;
    justify-content: space-between;
}

.customNavlinks {
    margin-bottom: 0px;
}

.customNavlinks li {
    display: inline-block;
    text-align: center;
    margin: 0px 15px;
}

.customNavlinks li a {
    text-decoration: none;
    font-size: 12px;
    color: #555;
}

.customNavlinks li a:hover {
    text-decoration: underline;
    font-size: 12px;
    color: rgb(152, 149, 149);
    padding-bottom: 8px;
    /* border-bottom: 1px solid rgb(152, 149, 149); */
}

.navlink-active {
    text-decoration: underline !important;
    font-weight: 900;
    padding-bottom: 8px;
    color: #070707;
    /* border-bottom: 1px solid rgb(0, 0, 0); */
}

.customNavlinks li a img {
    height: 32px;
}

.profileNav {
    display: flex;
    align-items: center;
}

.profile_btn {
    background: transparent;
    border: 1px solid #ccc;
    padding: 12px 16px;
    border-radius: 50px;
    margin-left: 20px;
}

.currency-btn {
    padding: 6px 8px;
    margin-left: 3px;
    background: transparent;
    border: none;
}

.profile_btn img {
    margin: 0px 8px;
}

.filter_div {
    background: transparent;
    border: 1px solid #ccc;
    padding: 12px 16px;
    border-radius: 50px;
    margin-left: 20px;
    margin-top: 25px;
    display: inline-block;

}

.filter_div img {
    margin-right: 10px;
    vertical-align: bottom;
}

/* -------------------------Reservation Page css------------------- */

/*------------------- Side Payment Card------------- */
.cmp-tilebooking-wrapper.image {
    background-clip: content-box;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 7.5rem;
}

.room-card {
    overflow: visible;
}

.cmp-tilebooking-info {
    padding: 15px 8px;
}

.cmp-tilebooking-value:not(.untrimmed) {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.h1-heading {
    font-size: 3.5rem;
}

.h2-heading {
    font-size: 1.25rem;
}

._12x0iii {
    color: var(--bgrey);
    text-decoration: none;
    /* font-weight: 700; */
    text-align: left;
    font-size: 14px;
}

._1k4xhhh {
    color: var(--bgrey);
    /* font-weight: 600; */
    font-size: 14px;
}

.sb-waypoint-fixed {
    position: fixed !important;
    top: 1rem !important;
    width: 320px;
}

/* -----------------Payment Form--------------- */
.page-hireform-section {
    display: flex;
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;

}

.pag-hireform-sectiontitlenumber {
    background-color: var(--theamcolor);
    border-radius: 50%;
    color: #fefefe;
    font-size: 1.875rem;
    height: 2.4rem;
    padding: 0rem 0 0rem 0;
    text-align: center;
    width: 2.4rem;
}

.pag-hireform-sectiontitletext {
    display: inline-block;
    margin-left: 2rem;
    font-size: 2.0rem;

}

.pag-hireform-sectioncontent {
    padding-left: 2rem;
}

.input-form-elements [type='text'],
[type='password'],
[type='date'],
[type='datetime'],
[type='datetime-local'],
[type='month'],
[type='week'],
[type='email'],
[type='number'],
[type='search'],
[type='tel'],
[type='time'],
[type='url'],
[type='color'],
textarea {
    display: block;
    box-sizing: border-box;
    width: 100%;
    height: 2.9875rem;
    margin: 0 0 0;
    padding: 0.825rem;
    border: 1px solid transparent;
    border-radius: 2px;
    background-color: #fefefe;
    box-shadow: none;
    font-family: inherit;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.4;
    color: #333;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.payment-form [type='text'],
[type='number'] {
    border-bottom: 1px solid var(--bgrey);
    font-size: 16px;
}

.input-form-elements [type='number'] {
    width: 20rem;
}

.payment-form .input-label {
    display: block;
    margin: 0;
    font-size: 1.5rem;
    font-weight: normal;
    line-height: 1.5;
    color: #757575;
}

.payment-form input::placeholder {
    color: #8898AA;
}

.payment-form input::-webkit-input-placeholder {
    color: #8898AA;
}

.payment-form input::-moz-placeholder {
    color: #8898AA;
}

/* IE doesn't show placeholders when empty+focused */
.payment-form input:-ms-input-placeholder {
    color: #424770;
}

.page-input-section {
    margin-left: 2.5rem !important;
}

.cmp-inputiconed-icon {
    color: #333;
    display: block;
    font-size: 2.25rem;
    margin: 0rem -2rem;
    opacity: 0.7;
    pointer-events: none;
}

.cmp-inputiconed {
    display: flex;
    margin: 1.5rem 0px;
}

.service-wrapper {
    margin-left: 3rem;
}

.service-title {
    font-size: 16px;
}

.service-list {
    margin: 2rem 0rem;
}

/*-------- Button Merilize Add ------- */
.button.clear {
    color: #e75635;
}

.cmp-requesteditemcustomizeunitsactive-button {
    padding: 0;
    overflow: visible;
    width: 3.4rem;
    height: 3.4rem;
    font-size: 2.875rem;
    text-align: center;
    border-radius: 50%;
    cursor: pointer;
}

.cmp-requesteditemcustomizeunitsactive-iconwrapper {
    height: 100%;
    width: 100%;
    border-radius: 50%;
    border: 1px solid #e3e3e3;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
}

.add-btn-m {
    margin-top: 1.5rem;
}

/* ------------End button-------- */

/* -----------Stripe Payment Form---------------- */
/* ################################################## */
/* .payment-form [name='cardholder-name'] {
    border-bottom: 1px solid var(--bgrey);
    font-size: 16px;
    opacity: 0.7;
} */
.field {
    background: transparent;
    font-weight: 300;
    border: 0;
    color: #000;
    outline: none;
    cursor: text;
    display: block;
    width: 100%;
    line-height: 32px;
    padding-bottom: 3px;
    transition: opacity 200ms ease-in-out;
    border-bottom: 1px solid var(--bgrey);
}

.field::-webkit-input-placeholder {
    color: #8898AA;
}

.field::-moz-placeholder {
    color: #8898AA;
}

/* IE doesn't show placeholders when empty+focused */
.field:-ms-input-placeholder {
    color: #424770;
}

.button.expanded {
    display: block;
    width: 100%;
    margin-right: 0;
    margin-left: 0;
    background-color: var(--theamcolor);
    color: #fff;
    padding: 9px 0px;
    text-transform: uppercase;
    border: 1px solid var(--theamcolor);
    cursor: pointer;
}

.button.expanded:hover {
    background-color: var(--theamhover);
}