:root {
  --primary: #a78e58;
}

.home_serach_btn ,.plan-trip-btn_booking,.logo_cash{
  background-image: linear-gradient(45deg, var(--primary), transparent) !important;
  background-color: var(--primary) !important;
}
.home_serach_btn:hover,.btn-save_pro_edit{
background-color: var(--primary) !important;
}
.tab_active ,.show_price_drop,.b_widget_tab-active,.btn_thanks,.manage_proceed_button,.available_redeem,.header_re,.message-box_review,.nav-link_review.active,.b_widget_memberdetails_new button{
  background: var(--primary) !important;
}
.tab_active {
box-shadow:none;
}
.marketing-title{
color: var(--primary) !important;
}
.rate {
background-color:var(--primary) !important;
}
.select-room {
    background-color: var(--primary) !important;
    background-image: linear-gradient(var(--primary), var(--primary)) !important;
    }
