.btn:focus{
	outline:none;
  	box-shadow:none;
}
.btn-primary{
  	background-color: #000 !important;
  	border:none;
}
.btn-danger {
    color: #fff !important;
    background-color: #dc3545 !important;
    border-color: #dc3545 !important;
}
.support-input-group{
    margin-top: 15px;
}
.error{
	color: #dc3545;
}
.input-group label.error{
    top: 100%;
	position: absolute;
}

/* customized */

.selected-room-block, .checkin-block, .total-block, .room-no-block, .room-list-block span:nth-child(1), .price-block, .custom-card-block, 
.description-block {
    display: none !important;
}

.hotel-details-sidebar-block {
    margin-top: 150px !important;
}

.room-list-block p {
    text-align: right;
}
