p {
    font-family: Lato, "Josefin Sans", sans-serif;
    font-size: 18px;
    color: #333;
    letter-spacing: .025rem;
}

h1 {
    font-size: 22px;
}
.card-body .card-title{
    text-decoration: none !important;
}

dl, ol, p, ul {
    margin-top: 0;
    margin-bottom: 1rem;
}
.card-footer a{
    text-decoration: none !important;
}
#manageBookingNotAvailableDiv+.form {
  min-width: 700px;
}

@media screen and (max-width: 768px) {
  #manageBookingNotAvailableDiv+.form {
    width: 100%;
  }
}
.mbs-button-primary, .mbs-button-secondary {
    font-family: Lato, "Josefin Sans", sans-serif;
    font-weight: 700;
    font-size: 13px;
    cursor: pointer;
    border-radius: 5px;
    letter-spacing: 1px;
    line-height: 11px;
}

.mbs-button-secondary {
    color: #283557;
    min-width: 145px;
    min-height: 50px;
    border: 2px solid #283557;
    background: #fff;
}

.mbs-button-secondary:hover {
    color: #867450 !important;
    border-color: #867450 !important;
}

.confirmation-head-title {
    font-family: "Josefin Sans", sans-serif;
    font-size: 30px;
}

.d-block-inline {
    display: block;
}

.order-infor-detail {
    letter-spacing: .5px;
    color: #1c1c1c;
    font-weight: 700;
    font-family: Lato, "Josefin Sans", sans-serif;
    font-size: 22px;
}

.enhance-your-stay-button {
    width: 100%;
    margin-left: 0;
}

.enhance-your-stay-button button {
    margin-bottom: 10px;
}

.mbs-card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid #e7e7e7;
    box-shadow: 5px 5px #e4e4e4;
    margin-bottom: 40px;
    margin-top: 10px;
    padding: 15px;
}

.mbs-card hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, .1);
}

.room-detail-confirmation {
    padding-bottom: 20px;
    padding-top: 15px;
}

.room-detail-confirmation img {
    width: 118px;
}

.room-detail-confirmation .room-data {
    /* margin-top: 1rem; */
}

.room-data .vl {
    border-left: 1.5px solid #d0af68;
    float: left;
    padding-left: 0;
    height: 100%;
}

.data-card .card-title {
    margin-bottom: 10px;
}

hr.hr-thick {
    margin-right: 15px;
    border-top: 2px solid #ccc;
}

hr.hr-large {
    width: 100%;
    color: #e7e7e7;
}

.mbs-card .guest-details {
    padding: 20px 25px;
    background-color: #f3f3f3;
    margin-top: 1rem;
}

.card-group {
    display: flex;
    flex-direction: column;
}

.enhanceYourStay .card {
    border: 0;
}

.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: none;
    border-radius: .25rem;
    box-shadow: none;
}

.enhanceYourStay .card img {
    width: 100%!important;
}

.card-body {
    flex: 1 1 auto;
    padding: 1.25rem;
}



.card-body .vl {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.card-title {
    margin-bottom: 10px;
}

.card-text:last-child {
    margin-bottom: 0;
}

.enhanceYourStay .card-footer {
    padding: .75rem 1.25rem;
    background-color: rgba(0, 0, 0, .03);
    border-top: 1px solid rgba(0, 0, 0, .125);
}

.enhanceYourStay .card-footer:last-child {
    border-radius: 0 0 calc(.25rem - 1px) calc(.25rem - 1px);
}

.enhanceYourStay .card-footer {
    background-color: transparent!important;
    border-top: none!important;
}

.enhanceYourStay .card .mbs-button-secondary {
    width: 100%;
    height: 51px;
}

.fa {
    display: inline-block;
    font: 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.fa-external-link:before {
    content: "\f08e";
}

.room-data-lable {
    margin-bottom: 0px;
}

.text-right {
    text-align: right !important;
}

.TooltipCP {
    position: relative;
    cursor: pointer;
}

.TooltipCP .be_tips_popover {
    width: 276px;
    left: -12%;
}

.imgPanel {
    width: 100%;
    margin-bottom: 30px;
}

.imgPanel img {
    width: 100%!important;
}

.rt-Body {
    width: 100%;
}

.pt-20 {
    padding-top: 20px!important;
}

.pb-20 {
    padding-bottom: 20px!important;
}

.pt-20 {
    padding-top: 20px!important;
}

.viewDetails {
    cursor: pointer;
}
.otherComponentContainer{
    background-color: #FFFFFF;
    display: block;
}
.cancel-your-booking-select-box{
    width: 100%;
}
.managebooking_modify_button_contianer{
    justify-content: flex-start;
    flex: 1;
    margin-top: 10px;
    width: 60%;
}
.cancelButtonBox>div:first-child{
    margin-left: 0px;
}
#loyalty_login a{
    text-decoration: none !important;
}
@media screen and (min-width: 576px) {
    .col-sm-4 {
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .col-sm-5 {
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }
    .col-sm-8 {
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
    .col-sm-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .mbs-card .guest-details {
        margin-top: 0;
    }
    .enhance-your-stay-button {
        width: auto;
    }
    .room -detail-confirmation room-data {
        margin-top: 0;
    }
    .card-group {
        flex-flow: row wrap;
    }
    .card-group>.card {
        flex: 1 0 0%;
        margin-bottom: 0;
    }
    .card-group>.card:not(:last-child) {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }
    .card-group>.card:not(:last-child) .card-footer, .card-group>.card:not(:last-child) .card-img-bottom {
        border-bottom-right-radius: 0;
    }
}

@media screen and (min-width: 768px) {
    h1 {
        font-size: 36px;
    }
    .col-md-4 {
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .d-block-inline {
        display: inline-block;
    }
    .enhance-your-stay-button {
        margin-left: 10px;
    }
    .confirmation-head-title {
        font-size: 55px;
    }
    .order-infor-detail {
        font-size: 24px;
    }
    .managebooking_modify_button_contianer{
        justify-content: flex-end;
        width: 100%;
    }
    .otherComponentContainer{
        display: flex;
        justify-content: center
    }
}

@media screen and (min-width: 992px) {
    .enhanceYourStay .card .mbs-button-secondary {
        width: 250px;
    }
    .imgPanel {
        width: 318px;
        margin-right: 30px;
        margin-bottom: 0;
    }
    .rt-Body {
        width: calc(100% - 348px);
    }
    .cancel-your-booking-select-box{
        width: 60%;
    }
}
#cancel_booking_lightBox .modal_footer{
    justify-content: flex-start;
}