/* Stylesheet for Custom CSS */

.price{
    background-color: #fdb531;
    padding: 10px;
    color: black;
}
.price-txt{
    color: black;
}
.bg-num{
    padding: 0px;
    margin: 0px;
    font-family: 'Source Sans Pro', sans-serif;
    color: #ffffff;
    font-weight: 400;
    font-size: 72px;
    font-weight: bold;

}
@media (max-width: 767px) {
    .bg-num{
        padding: 0px;
        margin: 0px;
        font-family: 'Source Sans Pro', sans-serif;
        color: #ffffff;
        font-weight: 400;
        font-size: 52px;
        font-weight: bold;

	}
    
}


.selectpicker {

    border: 1px solid #ed5623; /* Border color */
    padding: 10px; /* Padding */
    border-radius: 2px; /* Rounded corners */
    width: 100px; /* Width of the dropdown */
    font-size: 16px;
  text-transform: uppercase;
  color: #fff;
  font-weight: bold;
  
  background: #ed5623;
}

/* Style the dropdown button when hovered */
.selectpicker:hover {
    background-color: #d1552b; /* Background color */
}

/* Style the dropdown options */
.selectpicker option {
    background-color: #fff; /* Background color */
    color: #090a62;; /* Text color */
    padding: 8px 12px; /* Padding */
}

/* Style the dropdown options when hovered */
.selectpicker option:hover {
    background-color: #f0f0f0; /* Background color */
}
.country{
    position: fixed;
    right: 0;
    bottom: 40%;
}
.google_translate_element {
    display: none !important;
}
.b-paragraph{
    padding: 0px;
  margin: 0px;
  font-family: 'Source Sans Pro', sans-serif;
  color: #fff;
  font-weight: 400;
  font-size: 17px;
}
/*google translate link | logo */
.goog-logo-link {
    display: none !important;
}

.goog-te-gadget {
    color: transparent !important;
}

/* google translate banner-frame */
.goog-te-banner-frame {
    display: none !important;
}

.goog-te-banner-frame td {
    display: none !important;
    z-index: -999;
}

.goog-te-banner-frame td {
    display: none !important;
    z-index: -999;
}

.VIpgJd-ZVi9od-ORHb,
.VIpgJd-ZVi9od-ORHb-OEVmcd {

    display: none !important;
}
.book-ride{
    text-align: center;
    margin-top: 20px;
}

