:root {
  --buttonColor: #007ad9 !important;
  --whiteColor: white !important;
  --bgColor: #007ad9 !important;
}
.main-booking {
	background: #173c62 !important;
	color: #fff !important;
}

body .ui-button {
	background: white  !important;
    border-color: transparent !important;
    color: #202020 !important;
    font-size: 1em !important;
    font-weight: 700;
    padding: 0px 0px;
    text-align: center;
    transition: background-color 0.3s ease;
    cursor: pointer;
}

.b-details-main {
	background: #336699 !important;
	color: #fff !important;
	border-radius: 5px;
}

body .ui-carousel .ui-carousel-indicators .ui-carousel-indicator.ui-state-highlight button
	{
	background: #336699;
	color: #fff;
}