.col-md-4 {
	display:none !important;
}
.col-md-8 {
/*     flex: 0 0 80% !important;
    max-width: 80% !important; */
}
.col-md-8 {
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }


.rooms-tabs {
	padding-top: 5px;
	display: flex;
    justify-content: center !important;
}

.rooms-tabs a {
  display: block;
  float: left;
  padding: 2px 20px;
  color: #009fe3;
  border-top: 1px solid #009fe3;
  border-left: 1px solid #009fe3;
  border-right: 1px solid #009fe3;
  border-bottom: 0;
  margin-right: 5px;
  cursor: pointer;
  outline:none;

  background: #FFFFFF;
  color: #009fe3;
  border-color: #009fe3;
  font-family: sans-serif !important;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.rooms-tabs a.active {
  background: #009fe3;
  color: #FFFFFF;
  border-color: #009fe3;
}
.pjscssed{
	border-radius: 20px;
}