.login-form {
  min-width: 470px;
  max-width: 470px;
  padding: 50px 40px;
}
.logo img {
  width: 250px;
}

/* Dashbaord */
.header {
  padding: 10px 24px;
}
.search {
  width: 300px;
  display: flex;
}
.user .pic {
  margin: 0 10px 0 0;
}
.user span {
  display: inline-block;
}
.link-copy-button a {
    float: right;
    margin-bottom: 0px;
    margin-top: 0px;
}
/* Customer Dashboard */
/*Select Event*/

.steps ul li {
    width: auto;
    padding: 0 10px;
}
    .steps ul li::before, .steps ul li::after {
        background: #e6e6e6;
        content: "";
        position: absolute;
        left: 25%;
        top: -15px;
        width: 3px;
        height: 100%;
        -webkit-transition: all 0.4s ease-in-out 0;
        -moz-transition: all 0.4s ease-in-out 0;
        -ms-transition: all 0.4s ease-in-out 0;
        -o-transition: all 0.4s ease-in-out 0;
        transition: all 0.4s ease-in-out 0;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        display: block;
    }

.form-title {
    font-size: 30px;
}

.steps ul li span {
    z-index: 1;
}
/*Select Event*/
.dashboard-bg {
  padding: 50px 30px 300px;
}
.dashboard-bg h1 { 
  font-size: 28px;
}
.dashboard-bg h2 { 
  font-size: 18px;
  padding: 20px 0 50px;
}
.hotel-list {
    height: calc(100vh - 258px);
    overflow-y: scroll;
    overflow-x:hidden;
}
.mCSB_inside>.mCSB_container {
  margin-right: 24px;
}
.hotel-list li .thumb {
  width: 30%;
}
.hotel-list li .info {
  width: 70%;
}
.hotel-list li .info h2 {
  -webkit-line-clamp: 1;
}
/*.wizard-main .col-md-3.list-wizard {
    padding-right: 0px;
}*/
/*.wizard-main .col-md-9 {
    padding-left: 0px;
}*/
.wizard-main .col-md-9 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.steps ul li {
    padding: 0 15px 40px;
    margin: 59px auto;
}
.company {
    margin-bottom: 0px !important;
}
.select2-container {
    margin-bottom: 0px !important;
}
/*hotel-list*/
.gallery1 .carousel-inner .carousel-item img {
    min-height: 350px;
}
.banner {
    position: relative;
    height: auto;
}


/*Event-List*/
.create-event{
    text-align:right;
}

/*customer dashboard page css start here*/
.my-reserve ul li.reserve {
    margin-right: 0px;
}
.my-reserve ul li.reserve {
    margin-bottom: 25px;
}
.history {
    float: right;
    display: block;
    margin: 0px 0px;
    padding: 2px 0px 0px;
    width: auto;
}
.offset-1.dashboard-main {
    margin-left: 0px;
}
.col-md-10.offset-1.dashboard-main {
    flex: 100%;
    max-width: 100%;
}
/*customer dashboard page css end here*/

/*Request For Proposal*/
ul.request-detail {
    display: flex;
}
.request-head {
    display: flex;
    justify-content: flex-end;
    margin-right: 0;
    padding-top: 10px;
}
    .request-head a.decline {
        margin-right: 20px;
    }
/*Request For Proposal*/
/*Request For Proposal Detail*/
.hotel-portal-detail .col-md-5 {
    flex: 0 0 100%;
    max-width: 100%;
}

.hotel-portal-detail .col-md-7 {
    flex: 0 0 100%;
    max-width: 100%;
}

span.rfps {
    float: right;
}

.sort-button {
    margin-top: 0px;
    float: right;
}
.home-tabs ul#myTab li a {
    color: #2e343d;
    padding: 0px 15px 15px 0px;
    border: none;
    font-size: 15px;
}
/*Request For Proposal Detail*/
/*Signup*/
.login-form.signup {
    min-width: 700px;
    max-width: 700px;
    padding: 30px 20px;
    min-height: 500px;
}
/*Signup*/
/*booking detail*/
.booking-d {
    margin-left: 16.666667%;
}

.amenities-booking ul.amenties {
    margin: 0 auto;
    float: none;
    display: flex;
    /* border-top: 1px solid #635c5c; */
    padding-top: 5px;
    width: 60%;
    flex-wrap: wrap;
}
.amenities-booking ul.amenties > li {
    background: #f3f3f3;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 7px;
    display: inline-block;
    text-align: center;
    margin: 13px;
    float: none;
    padding: 9px 9px;
    font-size: 14px;
    color: #635c5c;
    min-width: 75px;
}
.receipt .row.top-receipt {
    background: #ffffff;
    margin: 0px;
    border-radius: 4px;
    box-shadow: 0 0.5rem 0.75rem rgb(0 0 0 / 7%);
    border-top: 1px solid #f0f0f0;
    border-bottom: 1px solid #e8e8e8;
    padding-top: 15px;
}
.receipt h1.page-heading span.float-right {
    text-align: right;
    float: right !important;
    display: inherit;
    padding: 0px 0px;
    width: auto;
}
.das-footer {
    display: none;
}

/*booking detail*/
/*@media(max-width:767px){
    .login-bg .login-form {
        margin-top: 73px !important;
    }
}*/