/* This CSS file will be loaded at last. Any CSS customization should be placed here */
.vrcdivsearch .vrcsfentrycont select,
.vrcdivsearch .vrcsfentrycont input,
.vrcdivsearch .vrcsfentrylabsel .vrcsfentrydate {
  border-radius: 20px !important;
}
.vrcdivsearch .vrcsfentrycont .select2-container .select2-selection,
.vrcdivsearch .vrcsfentrycont .select2-container--default .select2-selection--single,
.vrcdivsearch .vrcsfentrycont .chosen-container .chosen-single {
  border-radius: 20px !important;
  overflow: hidden;
}
.vrcdivsearch .ui-widget,
.vrcdivsearch .ui-widget input,
.vrcdivsearch .ui-datepicker,
.vrcdivsearch .ui-spinner,
.vrcdivsearch .ui-selectmenu-button {
  border-radius: 20px !important;
  overflow: hidden;
}
.vrcdivsearch button,
.vrcbtn,
.vrc-car .btn,
.vrc-car button,
input[type="submit"] {
  border-radius: 20px !important;
}
.vrcdivsearch,
.vrcsummary,
.vrcfilters,
.vrc-car,
.vrc-car-box,
.vrcsearchresults,
.vrcbooking,
.vrccart,
.vrccard,
.vrc-details-box,
.vrc-info-box {
  border-radius: 20px !important;
  overflow: hidden !important;
}
.vrcsteps {
  border-radius: 20px !important;
  overflow: hidden !important;
}
.vrcsteps li,
.vrcsteps li a {
  border-radius: 20px !important;
  overflow: hidden !important;
}
.vrcsteps li::before,
.vrcsteps li::after,
.vrcsteps li a::before,
.vrcsteps li a::after {
  content: none !important;
  border: 0 !important;
}
.vrcsteps li a {
  display: block;
  height: 100%;
}
.vrcdivsearch .vrcsfentrycont input,
.vrcdivsearch .vrcsfentrycont select,
.vrcdivsearch .vrcsfentrylabsel .vrcsfentrydate {
  padding: 10px 12px;
  border: 1px solid #ddd;
}
html body .vrcsteps li a,
html body .vrcsteps li {
  border-radius: 20px !important;
  overflow: hidden !important;
}
.vikrentcar * {
  border-radius: 20px !important;
}
.vrcdivsearch .vrcsfentrycont select {
    appearance: none !important;
    background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23333' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right .75rem center !important;
    background-size: 10px 12px !important;
    padding: 8px 14px 8px 14px !important
}