/*
@copyright

Yiron Cars v0.5

Copyright (C) 2023 Satguru Travel And Tourism Pvt Ltd <https://satgurutravel.com/> All rights reserved.
Design and developed by Satguru Travel And Tourism Pvt Ltd <https://satgurutravel.com/>

 */

#pickUpTime::placeholder {
  color: #6d6b6b;
  opacity: 1;
}

#pickUpDate::placeholder {
  color: #6d6d6d;
  opacity: 1;
}

.tabs {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-content: center;
  justify-content: space-between;
  align-items: flex-end;
  font-size: large;
  text-indent: -2px;
}

.tab-content.flash-animation {
  animation: flash 1s infinite;
}

.tabs label {
  display: block;
  padding: 1rem 6.5rem;
  margin-right: 1rem;
  border: 1px solid rgb(44 44 44);
  cursor: pointer;
  background: #1c49a7;
  font-weight: 500;
  border-radius: 5px;
  font-family: "system-ui";
  color: rgb(255, 255, 255);
  transition: none;
  transition: background ease 0.2s;
}

.tabs .tab {
  order: 99;
  flex-grow: 1;
  width: 100%;
  border-radius: 5px;
  display: none;
  padding: 2rem;
  background: #0de3b105;
}

.tabs input[type="radio"] {
  display: none;
}

.tabs input[type="radio"]:checked + label {
  color: #ffffff;
  /* border: 1px solid #000000;
    border-top: 2px solid #0b0b0b;
    box-shadow: 0px 0px 1px 2px #838383; */
  border-radius: 5px;
}

.pickup_local {
  width: 350px;
  height: 60px;
  padding: 10px;
  font-size: 18px;
  border-radius: 5px;
  border: 1px solid #ccc;
  box-shadow: #fff;
}

.pickcup_location_halfday {
  width: 350px;
  height: 60px;
  padding: 10px;
  font-size: 18px;
  border-radius: 5px;
  border: 1px solid #ccc;
  box-shadow: #fff;
}

.pickup_transfer {
  width: 280px;
  height: 60px;
  padding: 10px;
  font-size: 18px;
  border-radius: 5px;
  border: 1px solid #ccc;
  box-shadow: #fff;
}

.drop_transfer {
  width: 280px;
  height: 60px;
  padding: 10px;
  font-size: 18px;
  border-radius: 5px;
  border: 1px solid #ccc;
  box-shadow: #fff;
}

.drop_airport {
  width: 280px;
  height: 60px;
  padding: 10px;
  font-size: 18px;
  border-radius: 5px;
  border: 1px solid #ccc;
  box-shadow: #fff;
}

.pickup_address {
  width: 280px;
  height: 60px;
  padding: 10px;
  font-size: 18px;
  border-radius: 5px;
  border: 1px solid #ccc;
  box-shadow: #fff;
}

.pickup_intercity {
  width: 280px;
  height: 60px;
  padding: 10px;
  font-size: 18px;
  border-radius: 5px;
  border: 1px solid #ccc;
  box-shadow: #fff;
}

.drop_intercity {
  width: 280px;
  height: 60px;
  padding: 10px;
  font-size: 18px;
  border-radius: 5px;
  border: 1px solid #ccc;
  box-shadow: #fff;
}

/* applying for pickup location checkbox */
#pickupLocation {
  width: 23px;
  height: 23px;
}

/* box-shadow: 1px 0px 4px 2px grey;
    -webkit-box-shadow: 0 0 25px #ffffff;
            box-shadow: 0 0 25px #1c49a7;
    -webkit-transform: scale(1.05);
            transform: scale(1.05); */

.tabs input[type="radio"]:checked + label:hover {
  color: #ffffff;
  /* border: 1px solid #000000;
    border-top: 2px solid #0b0b0b;
    box-shadow: 0px 0px 1px 2px #838383; */
  border-radius: 5px;
}

input[type="checkbox"] {
  appearance: checkbox !important;
  -moz-appearance: checkbox !important;
  -webkit-appearance: checkbox !important;
  -o-appearance: checkbox !important;
  -ms-appearance: checkbox !important;
}

.tabs label:hover {
  color: #ffffff;
  border: 1px solid #000000;
  border-top: 2px solid #0b0b0b;
  box-shadow: 0px 0px 1px 2px #838383;
  border-radius: 5px;
}

:where(.css-yp8pcc).ant-picker .ant-picker-input {
  align-items: center;
  display: inline-flex;
  position: relative;
  text-shadow: 0 0 #000;
  width: 100%;
}

input[type="date"],
input[type="email"],
input[type="number"],
input[type="password"],
input[type="tel"],
input[type="text"],
input[type="time"],
input[type="url"],
input[type="week"],
select,
textarea {
  background-color: #fdfdfd;
  color: #000000 !important;
  outline: none !important;
  padding: 10px 20px;
  text-shadow: 0px 0px 0px black !important;
  transition: all 0.3s;
  width: 100%;
  font-size: 16px !important;
  font-family: inherit;
}

button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font-family: system-ui !important;
  /* font-size: small; */
  line-height: inherit;
}

.tabs input[type="radio"]:checked + label + .tab {
  display: block;
  border: 3px solid #000000;
  /* padding-top: 40px; */
  margin-top: 10px;
}

select.form-control:not([size]):not([multiple]) {
  height: calc(4.1rem + 2px);
}

.tabs label {
  display: block;
  padding: 1rem 5.5rem;
  margin-right: 0.5rem;
  cursor: pointer;
  background: #006CB5;
  font-weight: 500;
  font-family: "system-ui";
  color: rgb(0, 0, 0);
  transition: none;
  transition: background ease 0.2s;
}

@media (max-width: 45em) {
  .tabs .tab,
  .tabs label {
    order: initial;
  }

  .tabs label {
    width: 100%;
    margin-right: 0;
    margin-top: 0.4rem;
  }

  .tabs label {
    display: block;
    /* padding: 1rem 6.5rem; */
    margin-right: 0.5rem;
    cursor: pointer;
    background: #006CB5;
    font-weight: 500;
    font-family: "system-ui";
    color: rgb(0, 0, 0);
    transition: none;
    transition: background ease 0.2s;
  }
}

.css-13cymwt-control {
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: default;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  min-height: 21px !important;
  outline: 0 !important;
  position: relative;
  -webkit-transition: all 100ms;
  transition: all 100ms;
  background-color: hsl(0, 0%, 100%);
  border-color: hsl(0, 0%, 80%);
  border-radius: 4px;
  border-style: solid;
  border-width: 1px;
  box-sizing: border-box;
}

.mobile-menu-container {
  display: none;
}

.mobile-form {
  display: none;
}

@media (min-width: 768px) {
  .seven-cols .col-md-1,
  .seven-cols .col-sm-1,
  .seven-cols .col-lg-1 {
    width: 100%;
  }
}

@media (min-width: 992px) {
  .seven-cols .col-md-1,
  .seven-cols .col-sm-1,
  .col-lg-1 {
    max-width: 14.285714285714285714285714285714%;
  }
}

/**
   *  The following is not really needed in this case
   *  Only to demonstrate the usage of @media for large screens
   */
@media (min-width: 1200px) {
  .seven-cols .col-md-1,
  .seven-cols .col-sm-1,
  .seven-cols .col-lg-1 {
    width: 14.285714285714285714285714285714%;
  }
}

.tab .nav-tabs li a:hover,
.tab .nav-tabs li.active a:hover,
.tab .nav-tabs li.active a {
  background: #545f60;
  color: #fff;
  margin-top: -19px;
  padding: 20px 45px;
  border: 1px solid #545f60;
}

.btn-danger {
  color: #fff;
  background-color: #a71c21;
  border-color: #a71c21;
  border: none;
}

.btn-danger:hover {
  color: #fff;
  background-color: #006CB5;
  border-color: #006CB5;
}

.rn-post-item.rn-post-size-sm
  .rn-post-item-header
  .rn-post-date
  .rn-post-date-inner {
  color: #fff;
  background-color: #1c49a7;
  text-align: center;
  border-radius: 3px;
  padding: 15px 10px;
}

.rn-menubar {
  padding: 12px 0;
  background: #1c49a7;
  border: 1px solid;
  box-shadow: 0px 3px 5px 0px;
}

/* Style for parent div */
.parent-div {
  display: flex;
  flex-direction: column;
  width: 100%;
  position: relative;
}

/* Style for input field */
.input {
  width: 100%;
  padding: 15px 19px;
  background-color: #fff;
  border: none;
  border-bottom: 2px solid #ccc;
  font-size: 16px;
}

/* Style for suggestions div */
.suggestions-loaded {
  position: absolute;
  z-index: 1;
  top: 65px;
  width: 100%;
  max-height: 200%;
  overflow: auto;
  background-color: #fff;
  border-top: none;
}

/* Style for active suggestion */
.suggestions-loaded div.active {
  background-color: #0000000a;
}

/* Style for suggestion item */
.suggestions-loaded div {
  padding: 2.2px;
  cursor: pointer;
  transition: background-color 0.3s ease;
  font-size: 15px;
  color: #000;
}

.suggestions-loaded div:hover {
  background-color: #00000000;
}

.rn-topbar {
  padding: 2px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

/* .single-border-input form-control ng-pristine ng-valid ng-touched {
    border: "1px solid #898b8d";
    margin-left: "6%";
    width: "190%";
    background: "#e9eaea";
  } */
#pickUpTime {
  height: calc(3.1rem + -2px);
  width: 116%;
  background: #fdfdfd;
  color: rgb(117 117 136);
  font-size: 17px;
  padding: 6px;
  /* box-shadow: 4px 4px 1px 1px #aba7a7; */
}

/* .rangepicker input,
  .rangepicker .ant-picker-suffix svg {
    color: blue !important;
    
  } */

#pickUpDate2 {
  height: calc(3.1rem + 0px);
  color: rgb(0 0 0);
  text-shadow: 0 0 black;
}

#pickUpDate {
  height: calc(3.1rem + -2px);
  width: 100%;
  padding: 0px 0px 0px 0px !important;
  background: #fdfdfd;
  /*height: calc(4.1rem + -2px);
    width: 100%;
    background: #fdfdfd;
    color: rgb(117 117 136);
    font-size: 17px;
    padding: 6px; */
  /* box-shadow: 4px 4px 1px 1px #aba7a7; */
}

:where(.css-yp8pcc).ant-picker .ant-picker-input {
  position: relative;
  display: inline-flex;
  align-items: center;
  width: 100%;
  text-shadow: 0 0 black;
}

:where(.css-yp8pcc).ant-picker .ant-picker-input > input:placeholder-shown {
  text-overflow: ellipsis;
  text-shadow: 0 0 black;
}

:where(.css-dev-only-do-not-override-1w4v3hc).ant-picker {
  box-sizing: border-box;
  margin: 0;
  /* padding: 4px 11px 4px; */
  color: rgba(0, 0, 0, 0.88);
  font-size: 14px;
  line-height: 1;
  list-style: none;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji",
    "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  position: relative;
  display: inline-flex;
  align-items: center;
  background: #ffffff;
  border: 0px solid #747474;
  border-radius: 6px;
  transition: border 0.2s, box-shadow 0.2s;
}

#wrapper-padding {
  padding-top: 1%;
}

:where(.css-dev-only-do-not-override-1e3x2xa).ant-picker {
  box-sizing: border-box;
  margin: 0;
  padding: 0px 4px 3px !important;
  color: rgba(0, 0, 0, 0.88);
  font-size: 14px;
  line-height: 1;
  list-style: none;
}

.ant-picker .ant-picker-suffix {
  display: flex;
  flex: none;
  align-self: center;
  margin-inline-start: 4px;
  color: rgb(0 0 0 / 100%);
  line-height: 1;
  pointer-events: none;
}

.bannn {
  width: 100%;
  height: 100%;
}

/* .form-control {
  display: block;
  width: 100%;
  padding: 1px 0px 1px 1px;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #fff;
  border-radius: 0.25rem;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
} */

#uploadcv {
  border: 1px solid;
  border-radius: 5px;
  padding: 6px;
  color: #898b8d;
}

@media only screen and (max-width: 900px) {
  .rn-icon-input {
    position: relative;
    padding-bottom: 5px;
  }

  .row .rn-post-list {
    display: none;
  }
}

.tab {
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  text-decoration: none;
  cursor: pointer;
}

.tab:after {
  transition: all 0.8s;
}

.blickbackground {
  background: #1c49a7;
  padding: 10px;
  color: white;
  font-weight: 700;
  border-radius: 5px;
}

.rn-dot-feature-info {
  text-align: center;
}

#Logoo {
  width: 50%;
}

.rn-dot-feature {
  display: flex;
  margin-bottom: 30px;
  flex-wrap: wrap;
  align-content: space-between;
  align-items: flex-start;
  justify-content: center;
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.ant-picker .css-dev-only-do-not-override-1e3x2xa {
  background: #ebebea !important;
  border-inline-end-width: 1px;
  outline: 0;
}

#Time {
  width: 228%;
}

.shadow-sm {
  box-shadow: 0rem 0rem rgba(0, 0, 0, 0.075) !important;
}

#car_rent {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-content: space-around;
  align-items: center;
}

.nav-pills .nav-link {
  border-radius: var(--bs-nav-pills-border-radius);
  border-bottom: 1px solid #c7c8c9;
}

#pickrnfield {
  width: 31.5em;
  max-width: 27.5em;
}

:where(.css-dev-only-do-not-override-1w4v3hc).ant-picker
  .ant-picker-input
  > input:placeholder-shown {
  text-overflow: ellipsis;
  color: black;
  text-shadow: 0 0 black;
}

#about-us-banner {
  background: #00000099;
}

#pickup_location {
  padding: 15px 19px;
}

/* @media (min-width: 1366px) {
  #pickrnfield {
    width: 31.5em;
    max-width: 27.5em;

  }

  #find-car {
    padding: 12px 30px;
    font-size: 18px;
    font-size: 1.28571rem;
    font-weight: 300;
  }

  .carousel-caption {
    position: absolute;
    right: 5%;
    bottom: 1.25rem;
    left: 6%;
    padding-top: 1.25rem;
    top: -8px;
    color: #fff;
    text-align: center;
  }

  :where(.css-dev-only-do-not-override-1w4v3hc).ant-picker {
    box-sizing: border-box;
    margin: 0;
    padding: 2px 21px 4px !important;
    color: rgba(0, 0, 0, 0.88);
    font-size: 14px;
    line-height: 1;

    list-style: none;

    position: relative;
    display: inline-flex;
    align-items: center;
    background: #ffffff;
    border-left: 0px solid #585a58;
    border: 0px solid #747474;
    border-radius: 1px;
    transition: border 0.2s, box-shadow 0.2s;
  }
}


@media (min-width: 1920px) {
  #pickrnfield {
    width: 34.6em;
    max-width: 34.6em;
  }

  :where(.css-dev-only-do-not-override-1w4v3hc).ant-picker {
    box-sizing: border-box;
    margin: 0;
    padding: 4px 21px 4px !important;
    color: rgba(0, 0, 0, 0.88);
    font-size: 14px;
    line-height: 1;
    list-style: none;
    position: relative;
    display: inline-flex;
    align-items: center;
    background: #ffffff;
    border-left: 0px solid #585a58;
    border: 0px solid #747474;
    border-radius: 1px;
    transition: border 0.2s, box-shadow 0.2s;
  }

  #find-car {
    padding: 14px 45px;
    font-size: 18px;
    font-size: 1.28571rem;
    font-weight: 300;
  }
} */

.navbar {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.downloadinvoice {
  background: #1c49a7;
  color: white;
}

/* search Console */
.tabs {
  display: flex;
  flex-direction: row;
  align-content: center;
  justify-content: flex-start;
  align-items: flex-start;
  font-size: large;
  text-indent: -2px;
  flex-wrap: wrap;
}

.tab-content.flash-animation {
  animation: flash 1s infinite;
}

:where(.css-dev-only-do-not-override-1w4v3hc).ant-picker {
  box-sizing: border-box;
  margin: 0;
  padding: 4px 4px 4px;
  color: rgba(0, 0, 0, 0.88);
  font-size: 14px;
  line-height: 1;
  list-style: none;
  /* font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji'; */
  position: relative;
  display: inline-flex;
  align-items: center;
  background: #ffffff;
  /* border-left: 1px solid #585a58; */
  border: 0px solid #747474;
  border-radius: 1px;
  border-right: 0px solid #747474;
  transition: border 0.2s, box-shadow 0.2s;
}

.tabs > .tab {
  flex-grow: 1;
  width: 100%;
  border-radius: 5px;
  display: none;
  padding: 1rem;
  background: #0de3b105;
}

.tabs input[type="radio"] {
  display: none;
}

.tabs input[type="radio"]:checked + label {
  color: #000000;
  border: 2px solid #ffffff;
  border-top: 2px solid #ffffff;
  box-shadow: 1px 1px 1px 1px #838383;
  border-radius: 5px;
}

.tabs input[type="radio"]:checked + label:hover,
.tabs label:hover {
  color: #000000;
  /* border: 1px solid #000000;
    border-top: 2px solid #0b0b0b;
    box-shadow: 0px 0px 1px 2px #838383; */
  border-radius: 5px;
}

.sub-tabs {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  /* gap: 7px; */
  /* padding: 15px; */
  border-radius: 5px;
  /* margin-top: 10px; */
  /* border: 2px dashed #969292; */
}

.sub-tabs input[type="radio"] {
  display: none;
}

.sub-tabs label {
  display: flex;
  align-items: center;
  padding: 5px 10px;
  background-color: #006CB5;
  color: #000000;
  border-radius: 5px;
  cursor: pointer;
}

.sub-tabs label:hover {
  background-color: #006CB5;
  color: #000000;
}

#Disposal_Search {
  height: calc(4.1rem + 5px);
}

.sub-tabs input[type="radio"]:checked + label {
  background-color: #006CB5;
}

@media (max-width: 575px) {
  .col-sm-6 {
    flex: 0 0 auto;
    width: 100% !important;
  }

  #pickrnfield {
    width: 100%;
    max-width: 27.5em;
  }

  .signup-form,
  .signup-image,
  .signin-form,
  .signin-image {
    width: 90%;
    overflow: hidden;
  }

  .signup-image {
    margin: 0 1px;
    display: none;
  }

  .testimonial-pos {
    position: relative;
    top: 0px;
  }

  .testimonial-inner {
    position: relative;
    top: 0px;
  }

  #pickUpTime {
    height: calc(3.1rem + -2px);
    /* width: 116%; */
    background: #fdfdfd;
    /* color: rgb(0 0 0 / 96%); */
    /* font-size: 17px; */
    text-shadow: 0 0 black;
    padding: 0px;
    /* box-shadow: 4px 4px 1px 1px #aba7a7; */
  }

  .tabs .tab {
    /* order: 99;
    flex-grow: 1;
    width: 100%; */
    border-radius: 5px;
    display: none;
    padding: 1rem;
    background: #0de3b105;
  }

  :where(.css-dev-only-do-not-override-1w4v3hc).ant-picker {
    box-sizing: border-box;
    margin: 0;
    width: 100%;
    padding: 4px 10px 4px;
    color: rgba(0, 0, 0, 0.88);
    font-size: 14px;
    line-height: 1;
    margin-bottom: 5px !important;
    list-style: none;
    /* font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji'; */
    position: relative;
    display: inline-flex;
    align-items: center;
    background: #ffffff;
    /* border-left: 1px solid #585a58; */
    border: 0px solid #747474 !important;
    border-radius: 1px;
    /* border-right: 1px solid #747474; */
    transition: border 0.2s, box-shadow 0.2s;
  }

  #location_flex {
    display: flex;
    align-content: space-between;
    padding: 10px;
    /* align-items: flex-start; */
  }

  #button-spacing {
    margin-left: 0px;
    padding-top: 5px;
  }

  .form-control {
    display: block;
    width: 100%;
    padding: 1px 2px 2px 1px;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    margin-bottom: 10px;
    border: 1px solid gray;
    background-color: #fff;
    background-clip: padding-box;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  }

  .sign_up {
    width: 100%;
    background: #fff;
    /* display: flex; */
    margin: 0 auto;
    /* box-shadow: 0px 15px 16.83px 0.17px rgba(0, 0, 0, 0.05); */
    -moz-box-shadow: 0px 15px 16.83px 0.17px rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: 1px 1px 20px 5px rgb(0 0 0 / 18%);
    -o-box-shadow: 0px 15px 16.83px 0.17px rgba(0, 0, 0, 0.05);
    -ms-box-shadow: 0px 15px 16.83px 0.17px rgba(0, 0, 0, 0.05);
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    -o-border-radius: 20px;
    -ms-border-radius: 20px;
    /* flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: space-evenly;
    align-items: flex-end; */
  }

  .signup-image {
    margin: 0 1px;
  }

  .signup-form {
    margin-left: 5px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-content: space-around;
    justify-content: center;
  }

  .p-2 {
    padding: 0rem !important;
    display: none;
  }

  .p-5 {
    padding: 0.1rem !important;
  }

  .tour-item {
    padding-bottom: 10px;
  }

  .carousel-caption {
    position: relative;
    right: 0%;
    bottom: 6.25rem;
    left: 0%;
    padding-top: 0.25rem;
    /* top: -6.5em; */
    padding-bottom: 1rem;
    color: #fff;
    text-align: center;
  }

  .tabs > .tab {
    flex-grow: 1;
    width: 100%;
    border-radius: 5px;
    display: none;
    padding: 1rem;
    background: #ffffff00;
  }

  .display-1 {
    font-size: 22px;
    font-weight: 300;
    line-height: 1.2;
  }

  #mail_flex {
    display: flex;
    align-content: center;
    flex-wrap: wrap;
    padding: 10px;
    flex-direction: row;
    justify-content: flex-start;
  }

  #call_flex {
    display: flex;
    align-content: stretch;
    flex-wrap: wrap;
    flex-direction: row;
    padding: 10px;
    justify-content: flex-start;
  }

  .home-testimonial {
    background-color: #231834;
    height: 100%;
  }

  .testimonial-inner .tour-desc {
    border-radius: 5px;
    padding: 25px;
  }

  /* #pickrnfield {
    width: 34.6em;
    max-width: 34.6em;
  }

  .carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 1.25rem;
    left: 15%;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    color: #fff;
    text-align: center;
  }

  :where(.css-dev-only-do-not-override-1w4v3hc).ant-picker {
    box-sizing: border-box;
    margin: 0;
    padding: 4px 21px 4px !important;
    color: rgba(0, 0, 0, 0.88);
    font-size: 14px;
    line-height: 1;
    list-style: none;
    position: relative;
    display: inline-flex;
    align-items: center;
    background: #ffffff;
    border-left: 0px solid #585a58;
    border: 0px solid #747474;
    border-radius: 1px;
    transition: border 0.2s, box-shadow 0.2s;
  }

  #find-car {
    padding: 14px 45px;
    font-size: 18px;
    font-size: 1.28571rem;
    font-weight: 300;
  } */
}

@media (min-width: 576px) and (max-width: 767px) {
  #pickrnfield {
    width: 34.6em;
    max-width: 34.6em;
  }

  .pac-target-input {
    width: 302px;
    height: 60px;
    padding: 10px;
    font-size: 18px;
    border-radius: 5px;
    border: 1px solid rgb(62 62 62);
  }

  .tabs {
    display: flex;
    flex-direction: row;
    align-content: center;
    justify-content: flex-start;
    align-items: flex-start;
    font-size: large;
    font-size: 12px;
    text-indent: -2px;
    flex-wrap: wrap;
  }

  .display-3 {
    font-size: calc(1.525rem + 3.3vw);
    font-weight: 300;
    line-height: 1.2;
    color: black;
  }

  .text-white {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important;
    display: none;
  }

  .carousel-caption {
    position: initial;
    /* right: 15%; */
    /* bottom: 1.25rem; */
    width: 100%;
    /* left: 15%; */
    top: 0px;
    /* padding-top: 1.25rem; */
    /* padding-bottom: 1.25rem; */
    color: #fff;
    text-align: center;
  }

  :where(.css-dev-only-do-not-override-1w4v3hc).ant-picker {
    box-sizing: border-box;
    margin: 0;
    padding: 4px 21px 4px !important;
    color: rgba(0, 0, 0, 0.88);
    font-size: 14px;
    line-height: 1;
    list-style: none;
    position: relative;
    display: inline-flex;
    align-items: center;
    background: #ffffff;
    border-left: 0px solid #585a58;
    border: 0px solid #747474;
    border-radius: 1px;
    transition: border 0.2s, box-shadow 0.2s;
  }

  #find-car {
    padding: 14px 45px;
    font-size: 18px;
    font-size: 1.28571rem;
    font-weight: 300;
  }
}

.pt-3 {
  padding-top: 1rem !important;
}

@media (min-width: 768px) and (max-width: 991px) {
}

:where(.css-dev-only-do-not-override-1w4v3hc).ant-picker:hover,
:where(.css-dev-only-do-not-override-1w4v3hc).ant-picker-focused {
  border-color: #ffffff !important;
  /* border-inline-end-width: 1px; */
}

:where(.css-dev-only-do-not-override-1w4v3hc).ant-picker-focused {
  border-color: #4096ff;
  box-shadow: 0 0 0 2px rgb(5 145 255 / 0%) !important;
  border-inline-end-width: 1px;
  outline: 0;
}

/* @media (min-width: 769px) {
 
} */
@media (min-width: 992px) and (max-width: 1199px) {
  #pickrnfield {
    width: 34.6em;
    max-width: 34.6em;
  }

  .tabs {
    display: flex;
    flex-direction: row;
    align-content: center;
    justify-content: flex-start;
    align-items: flex-start;
    font-size: large;
    font-size: 12px;
    text-indent: -2px;
    flex-wrap: wrap;
  }

  .tabs > .tab {
    flex-grow: 1;
    width: 100%;
    border-radius: 5px;
    display: none;
    padding: 0.5rem;
    background: #0de3b105;
  }

  .carousel-caption {
    position: absolute;
    right: 0%;
    left: 0%;
    top: 0px;
    /* padding-top: 1.25rem; */
    /* padding-bottom: 1.25rem; */
    color: #fff;
    text-align: center;
  }

  :where(.css-dev-only-do-not-override-1w4v3hc).ant-picker {
    box-sizing: border-box;
    margin: 0;
    padding: 0px 0px 0px !important;
    color: rgba(0, 0, 0, 0.88);
    font-size: 0px;
    line-height: 1;
    list-style: none;
    position: relative;
    display: inline-flex;
    align-items: center;
    background: #ffffff;
    border-left: 0px solid #585a58;
    border: 0px solid #747474;
    border-radius: 1px;
    transition: border 0.2s, box-shadow 0.2s;
  }

  #find-car {
    padding: 10px 20px;
    font-size: 16px;
    /* font-size: 1.28571rem; */
    font-weight: 300;
  }
}

#category-vehicles {
  padding: 10px 20px;
  background: #f5f5f5;
  color: #f1f1f1;
  border: 1px solid #f5f5f5;
  /* border-radius: 25px; */
}

.dropdown-item2 {
  display: block;
  width: 100%;
  padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
  clear: both;
  font-weight: 400;
  color: var(--bs-dropdown-link-color);
  text-align: inherit;
  text-decoration: none;
  color: #000000f7;
  white-space: nowrap;
  background-color: #f7f7f7;
  border: 0;
  border-radius: var(--bs-dropdown-item-border-radius, 0);
}

@media (min-width: 1200px) {
  #pickrnfield {
    width: 30.6em;
    max-width: 34.6em;
  }

  #mail_flex {
    display: flex;
    align-content: center;
    align-items: center;
    flex-direction: row;
    justify-content: flex-start;
    flex-wrap: wrap;
  }

  #pickUpDate2 {
    height: calc(3.1rem + 0px);
    color: rgb(0 0 0) !important;
    text-shadow: 0 0 #6d6b9a;
    font-size: 16px;
  }

  :where(.css-1w4v3hc).ant-picker {
    box-sizing: border-box;
    margin: 0;
    padding: 4px 10px 4px;
    color: rgba(0, 0, 0, 0.88);
    font-size: 14px;
    line-height: 1;
    list-style: none;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
      "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji",
      "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    position: relative;
    display: inline-flex;
    align-items: center;
    background: #ffffff;
    border: 0px solid #d9d9d9 !important;
    border-radius: 1px;
    transition: border 0.2s, box-shadow 0.2s;
  }

  .carousel-caption {
    position: absolute;
    right: auto;
    left: auto;
    padding-top: 1.25rem;
    padding-bottom: 4.25rem;
    color: #fff;
    text-align: center;
    bottom: -2.75rem;
  }

  #find-car {
    padding: 14px 30px;
    font-size: 18px;
    font-size: 1.28571rem;
    /* font-weight: 300; */
  }

  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1240px;
  }
  #header-width {
    max-width: 1295px !important;
  }
}

@media (min-width: 1920px) {
  #mail_flex {
    display: flex;
    align-content: center;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
  }
}

.css-nxo287-MuiInputBase-input-MuiOutlinedInput-input {
  height: 2.2375em !important;
}

.css-o9k5xi-MuiInputBase-root-MuiOutlinedInput-root {
  font-family: "Poppins" !important;
  border-radius: 0px;
}

.css-1laqsz7-MuiInputAdornment-root {
  color: rgb(0 0 0) !important;
  margin-left: 8px;
}

.css-z3c6am-MuiFormControl-root-MuiTextField-root {
  width: 100% !important;
}

.css-1d3z3hw-MuiOutlinedInput-notchedOutline {
  text-align: left;
  position: absolute;
  bottom: 0;
  right: 0;
  top: -5px;
  left: 0;
  margin: 0;
  /* padding: 0 8px; */
  pointer-events: none;
  border-radius: inherit;
  border-style: solid;
  border-width: 1px;
  overflow: hidden;
  min-width: 0%;
  border-color: white !important;
}

.css-1e6y48t-MuiButtonBase-root-MuiButton-root {
  display: none !important;
}

.css-1e3wlyl-MuiButtonBase-root-MuiMenuItem-root-MuiMultiSectionDigitalClockSection-item {
  padding: 8px !important;
  margin: 6px 0px !important;
  width: 39px !important;
}

.css-1r39cda {
  width: 365px;
}

.css-165mck1 {
  display: inline-flex;
  flex-direction: column;
  position: relative;
  min-width: 0px;
  padding: 0px;
  margin: 0px;
  border: 0px;
  vertical-align: top;
  width: 100% !important;
}

/* .css-1ox9k5z{
  justify-content: flex-start !important;
} */

.css-1bn53lx {
  font-family: Roboto, Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.4375em;
  letter-spacing: 0.00938em;
  color: rgba(0, 0, 0, 0.87);
  box-sizing: border-box;
  cursor: text;
  /* border: none; */
  display: inline-flex;
  -webkit-box-align: center;
  align-items: center;
  position: relative;
  /* border-radius: 4px; */
  width: -webkit-fill-available;
  height: 56px !important;
  padding-right: 14px;
}

.css-1ujsas3 {
  display: inline-flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  position: relative;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  background-color: transparent;
  outline: 0px;
  border: 0px;
  margin: 0px;
  cursor: pointer;
  display: none !important;
  user-select: none;
  vertical-align: middle;
  appearance: none;
  text-decoration: none;
  font-family: Roboto, Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1.75;
  letter-spacing: 0.02857em;
  text-transform: uppercase;
  min-width: 64px;
  padding: 6px 8px;
  border-radius: 4px;
  transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,
    box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,
    border-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,
    color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  color: rgb(25, 118, 210);
}

@media (pointer: fine) {
  .css-71pzme:hover {
    overflow-y: auto;
    width: auto !important;
  }
}

.custom-at {
  padding-top: 1rem;
}

@media screen and (max-width: 900px) and (min-width: 200px) {
  .drop_airport {
    width: -webkit-fill-available;
    width: -moz-available;
    height: 60px;
    padding: 10px;
    font-size: 18px;
    border-radius: 5px;
    border: 1px solid #3c3c3c;
    box-shadow: #fff;
  }
  #rfs-btn.ReactFlagsSelect-module_selectBtn__19wW7 {
    cursor: pointer;
    width: 100% !important;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 5px;
    font-family: inherit;
    color: #4d4d4d;
    border: thin solid rgb(62 62 62);
    border-radius: 4px;
    background: white !important;
  }
  .custom-at {
    padding-top: 0.1rem;
  }

  .custom-radio {
    position: relative;
    display: inline !important;
    padding-left: 0.1rem !important;
    text-indent: 25px;
  }

  #category-vehicles {
    padding: 10px 20px;
    background: #f5f5f5;
    color: #f1f1f1;
    margin-top: 10px;
    border: 1px solid #f5f5f5;
    /* border-radius: 25px; */
  }

  .pickup_local {
    width: -webkit-fill-available;
    width: -moz-available;
    height: 60px;
    padding: 10px;
    font-size: 18px;
    border-radius: 5px;
    border: 1px solid #3c3c3c;
    box-shadow: #fff;
  }

  .pickcup_location_halfday {
    width: -webkit-fill-available;
    width: -moz-available;
    height: 60px;
    padding: 10px;
    font-size: 18px;
    border-radius: 5px;
    border: 1px solid #3c3c3c;
    box-shadow: #fff;
  }

  .pickup_transfer {
    width: -webkit-fill-available;
    width: -moz-available;
    height: 60px;
    padding: 10px;
    font-size: 18px;
    border-radius: 5px;
    border: 1px solid #ccc;
    box-shadow: #fff;
  }

  .drop_transfer {
    width: -webkit-fill-available;
    width: -moz-available;
    height: 60px;
    padding: 10px;
    font-size: 18px;
    border-radius: 5px;
    border: 1px solid #ccc;
    box-shadow: #fff;
  }

  .pickup_intercity {
    width: -webkit-fill-available;
    width: -moz-available;
    height: 60px;
    padding: 10px;
    font-size: 18px;
    border-radius: 5px;
    border: 1px solid #3c3c3c;
    box-shadow: #fff;
  }

  .drop_intercity {
    width: -webkit-fill-available;
    width: -moz-available;
    height: 60px;
    padding: 10px;
    font-size: 18px;
    border-radius: 5px;
    border: 1px solid #3c3c3c;
    box-shadow: #fff;
  }

  .pickup_address {
    width: -webkit-fill-available;
    width: -moz-available;
    height: 60px;
    padding: 10px;
    font-size: 18px;
    border-radius: 5px;
    border: 1px solid #3c3c3c;
    box-shadow: #fff;
  }
}
.m-height {
  margin-top: 8%;
}
@media screen and (min-width: 320px) and (max-width: 480px) {
  .m-height {
    margin-top: 225vh;
  }
}
@media screen and (min-width: 412px) and (max-width: 915px) {
  .m-height {
    margin-top: 135vh;
  }
}
@media screen and (min-width: 393px) and (max-width: 786px) {
  .m-height {
    margin-top: 150vh;
  }
}
@media screen and (min-width: 414px) and (max-width: 896px) {
  .m-height {
    margin-top: 140vh;
  }
}
@media screen and (min-width: 412px) and (max-width: 732px) {
  .m-height {
    margin-top: 180vh;
  }
}
@media screen and (min-width: 360px) and (max-width: 640px) {
  .m-height {
    margin-top: 195vh;
  }
}
@media screen and (min-width: 360px) and (max-width: 740px) {
  .m-height {
    margin-top: 151vh;
  }
}
@media screen and (min-width: 412px) and (max-width: 823px) {
  .m-height {
    margin-top: 162vh;
  }
}
@media screen and (min-width: 320px) and (max-width: 658px) {
  .m-height {
    margin-top: 170vh;
  }
}
@media screen and (min-width: 430px) and (max-width: 599px) {
  .m-height {
    margin-top: 149vh;
  }
}

@media screen and (min-width: 600px) and (max-width: 1024px) {
  .m-height {
    margin-top: 170vh;
  }
}

@media screen and (min-width: 641px) and (max-width: 740px) {
  .m-height {
    margin-top: 150vh;
  }
}

@media screen and (min-width: 375px) and (max-width: 383px) {
  .m-height {
    margin-top: 165vh;
  }
}

@media screen and (min-width: 384px) and (max-width: 389px) {
  .m-height {
    margin-top: 175vh;
  }
}

@media screen and (min-width: 390px) and (max-width: 411px) {
  .m-height {
    margin-top: 137vh;
  }
}

@media screen and (min-width: 641px) and (max-width: 740px) {
  .m-height {
    margin-top: 150vh;
  }
}

@media screen and (min-width: 741px) and (max-width: 823px) {
  .m-height {
    margin-top: 165vh;
  }
}

@media screen and (min-width: 824px) and (max-width: 932px) {
  .m-height {
    margin-top: 148vh;
  }
}

/* @media screen and (max-width: 599px) {
  .m-height {
    margin-top: 145vh;
  }
} */
