/* .inner_content {
  vertical-align: unset !important;
} */

#wrapper {
  background-color: #ffffff;
}

.above_top_bar {
  background-color: #666666 !important;
}

.above_top_bar #top_contact_number a:hover {
  text-decoration: none;
}

.top_bar {
  background-color: #fff !important;
}

.top_bar-border-bottom {
  box-shadow: 0 1px 10px #b4b3b3 !important;
}

.navbar-link {
  color: #000000 !important;
  font-weight: bold !important;
}

.standard_wrapper {
  width: 100% !important;
}

#page_content_wrapper {
  width: auto;
}

.vehicule_search {
  width: 100% !important;
}

.car_search_form {
  background-color: #f2f2f2;
  padding-top: 40px !important;
  padding-bottom: 40px !important;
  box-shadow: unset;
}

.vehicule_search_date,
.vehicule_search_time,
.select2-selection__rendered {
  font-family: Arial, FontAwesome !important;
}

.vehicule_search_date,
.select2-results__option {
  padding-left: 30px !important;
}

.vehicule_form {
  padding: 5px;
}

.vehicule_form .select2,
.vehicule_form .select2-selection,
.vehicule_form_driver {
  height: 40px !important;
}

.vehicule_form .select2-selection {
  display: flex;
  justify-content: start;
  align-items: center;
}

.vehicule_form .select2-selection__rendered {
  padding-left: 30px !important;
}

.vehicule_form .select2-selection__arrow {
  top: unset !important;
}

.submit-btn,
.newsletter-btn {
  font-size: 16px;
  background-color: #035b90 !important;
  border: unset !important;
}

.submit-btn:hover,
.newsletter-btn:hover {
  opacity: 0.8;
}

.submit-btn:focus {
  border: unset !important;
  outline: unset !important;
}

.sticky_form {
  position: fixed;
  z-index: 9999999999 !important;
}

.vehicule_form_sticky .select2-container {
  width: 100% !important;
}

.vehiculeDriverStickyLabel {
  vertical-align: sub;
}

.sticky_form_label_container,
.sticky_form_checkbox_container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #ffffff;
}

.sticky_form_label_container {
  padding-top: 6px;
}

.sticky_form_label,
.sticky_form_label.first {
  height: 36px;
}

.sticky_form_label {
  padding-top: 14px;
}

.sticky_form_label.first {
  padding-top: 6px;
}

#footer {
  overflow: hidden;
}

#footer,
.footer_bar {
  background-color: #f2f2f2;
  color: #616161;
}

#footer a {
  color: #616161;
}

#footer a:hover {
  color: #616161 !important;
  text-decoration: underline !important;
}

.footer_bar h6 {
  color: #616161;
}

.footer_bar h6 a {
  color: #000000;
}

.footer_bar_wrapper {
  width: auto;
  border-color: #d3d3d3;
}

.user-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000000 !important;
  padding: 10px !important;
  font-weight: bold !important;
  border-radius: 20px;
  border: 2px solid #035b90;
}

.user-btn::after {
  font-family: FontAwesome;
  content: " \f105";
}

.user-btn:hover {
  background-color: #e2280d;
  border-color: #e2280d;
  color: #ffffff !important;
  text-decoration: none;
}

.back-top-btn-container {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 99;
}

.back-top-btn-container-white .fa-arrow-circle-up {
  color: #ffffff;
}

.back-top-btn-container-white .fa-arrow-circle-up:hover {
  color: #f0c540;
}

.back-top-btn-container span {
  cursor: pointer;
  font-size: 50px;
  color: #035b90;
}

.back-top-btn-container span:hover {
  color: #e2280d;
}

#footer p {
  font-size: 14px;
}

#footer a:hover {
  text-decoration: none;
  color: #00afff;
}

@media only screen and (min-width: 768px) {
  #page_content_wrapper .inner .sidebar_content {
    width: 58%;
  }
  #page_content_wrapper .inner .sidebar_wrapper {
    width: 40%;
  }
}

@media only screen and (min-width: 962px) {
  #page_content_wrapper .inner .sidebar_content {
    width: 70%;
  }
  #page_content_wrapper .inner .sidebar_wrapper {
    width: 28%;
  }
  #mobile_nav_icon {
    display: none;
  }
}

.more-info {
  display: flex !important;
  justify-content: space-between;
  align-items: center;
}

.more-info .social_wrapper {
  width: auto !important;
  padding: 0 !important;
  margin: 0 !important;
}

.more-info ul {
  padding: 0 !important;
  margin: 0 !important;
}

.sidebar_wrapper li#text-4 {
  background-color: #f2f2f2;
}

.car_search_form .form-error {
  border: 1px solid #e2280d !important;
}

.car_search_form .input-group.form-error {
  border-radius: 0.25rem;
  border: 1px solid #e2280d !important;
}

.car_search_form .vehicleDriverLabel::before,
.car_search_form .vehicleDriverLabel::after {
  top: 0.15rem !important;
}

.car_search_form .form-error-msg {
  color: #e2280d;
  text-align: left;
  opacity: 0;
  height: 0;
  transition: opacity 0.25s ease-in-out;
}

:focus {
  outline: unset !important;
}

.paypal-img-col {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.paypal-img-col img {
  width: 200px;
  height: 104px;
}

.paypal-img-col img:nth-child(2) {
  margin-top: 15px;
}

@media (min-width: 500px) {
  .paypal-img-col {
    flex-direction: row;
    align-items: flex-start;
  }

  .paypal-img-col img:nth-child(2) {
    margin-top: 0;
    margin-left: 15px;
  }
}

@media (min-width: 992px) {
  .paypal-img-col {
    margin-top: 0;
  }
}

.language-switcher {
  color:#000;
  border-radius: 50px;
  border-color: #1d5b90;
  font-weight: bold
}