body {
  margin: 0px;
}

hr{
    width: 100%;
    display: block;
}
.blink {
animation: blinker 2s cubic-bezier(1, -0.01, 0.84, 1.13) infinite;
text-align: center;
    font-size: 20px;
    color: beige;
}

@keyframes blinker {
  50% {
    opacity: 0;
  }
}

.slider_s_p{
    width: 14%;
    display: inline-block;
    margin: 5% 2%;
    margin-bottom: 0px;
        vertical-align: top;

}
.slider_s_p img{
    width:100%;
    border-radius:30px;
}
.slider_s_p lable{
        display: block;
    font-size: 20px;
    color: white;
    background: black;
    padding: 8%;
    margin: auto;
    text-align:center;
    height: 100px;
    border-radius:30px;
}

.cars-item :nth-child(1){
    display: none;
}
.topnav {
  overflow: hidden;
  background-color: #333;
}

.topnav a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}

.logo_text {
  width: 20%;
  min-width: 100px;
  max-width: 300px;
  text-align: left;
  font-size: 30px !important;
}
.topnav a:hover {
  background-color: #ddd;
  color: black;
}

.topnav a.active {
  background-color: #f6ff00;
  color: rgb(0, 0, 0);
  font-weight: bolder;
  box-shadow: 0px 0px 12px 4px yellow;
}

.topnav .icon {
  display: none;
}

@media screen and (max-width: 800px) {
  .topnav a:not(:first-child) {
    display: none;
  }
  .topnav a.icon {
    float: right;
    display: block;
  }
}

@media screen and (max-width: 800px) {
  .topnav.responsive {
    position: relative;
  }
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
}
.pa_div {
  background-image: url("2.jpg");
  background-size: cover;
  background-repeat: no-repeat;

  padding: 8px;
  margin: 0;

  width: 100%;
  box-sizing: border-box;

  box-shadow: 3px 3px 8px gray;
}

.panel {
  display: inline-block;
  vertical-align: middle;
 
}


.card-container {
  width: 100%;
  max-width: none;

  padding: 12px 16px;
  margin: 0;

  background: rgb(255 255 255 / 25%);
  box-shadow: 0 4px 15px rgb(31 38 135 / 25%);

  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(12px);

  border-radius: 10px;
  border: 1px solid rgba(255,255,255,0.18);

  box-sizing: border-box;
}


input {
  border: 0px;
  border-bottom: 1px solid black;
  padding: 10px;
  margin: 10px;
}
input:focus-visible {
  outline: 0px;
  border: 0px;
  border-bottom: 2px solid black;
}
.map {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 60vh;
}
.map_div {
  display: inline-block;
  width: 53%;
  vertical-align: middle;
}
.sb-title {
  font-size: 38px;
  vertical-align: middle;
  display: inline-block;
}
.rad,
.rad_in,
.lab {
  vertical-align: middle;

}
.f_r {
  float: right;

}
.rad_con {
  display: inline-block;
  width: 30%;
  min-width: 140px;
  
  text-align: right;
  color: black;
  font-weight: bolder;
}
.rad_con_pa {
  padding: 10px;
  overflow: overlay;
  text-align:right;
}
.car_img {
  width: 70px;
}
.car_rad_hid {
  visibility: hidden;
}
.rental_div {
  display: inline-block;
}
.rental_hour_select {
  padding: 10px;
}

.car_cover_div {
  -webkit-tap-highlight-color: transparent;
  -webkit-text-size-adjust: 100%;
  text-rendering: optimizeLegibility;
  speak: !important;
  -webkit-font-smoothing: antialiased;
  font-weight: 300;
  line-height: 1.4;
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.85);
  font-family: Roboto, Helvetica Neue, sans-serif;
  visibility: inherit;
  text-align: left;
  box-sizing: border-box;
  position: relative;
  width: 19%;
  min-height: 1px;
  max-width: 100%;
  flex: 1 0 21%;
  margin: 5px;
  height: 70px;
  padding: 0;
  display: inline-block;
}

.cars-item {
  -webkit-tap-highlight-color: transparent;
  -webkit-text-size-adjust: 100%;
  text-rendering: optimizeLegibility;
  speak: none;
  -webkit-font-smoothing: antialiased;
  font-weight: 700;
  line-height: 1.4;
  font-size: 1rem;
  width: 72%;
  color: black;
  font-family: Roboto, Helvetica Neue, sans-serif;
  visibility: inherit;
  box-sizing: border-box;
  text-transform: uppercase;
  margin-top: 4px;
  text-align: center;
}

.g_s {
  filter: grayscale(1);
}
.car_img {
  -webkit-tap-highlight-color: transparent;
  -webkit-text-size-adjust: 100%;
  text-rendering: optimizeLegibility;
  speak: none;
  -webkit-font-smoothing: antialiased;
  font-weight: 400;
  line-height: 1.4;
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.85);
  font-family: Roboto, Helvetica Neue, sans-serif;
  visibility: inherit;
  text-transform: uppercase;
  text-align: center;
  box-sizing: border-box;
  vertical-align: middle;
  border-style: none;
  width: 100%;
  max-width: 70px;
  display: block;
  margin: 0 auto;
}
.carbox {
  text-align: center;
}
.input_holder {
  display: grid;
  grid-template-columns: 50% 50%;
}
.date_lbl,
.time_lbl {
  padding: 2%;
}
.fare_head {
  display: block;
  font-size: 28px;
  font-family: sans-serif;
  margin: 20px 0px;
}
.fare_comp {
  font-size: 14px;
  margin: 2px 0px;
  vertical-align: middle;
  font-weight: 800px;
  color: block;
}
.fa {
  font-size: 35px !important;
}
.button-cta {
  background-color: #000;
  color: #fff;
  padding: 12px 32px;
  position: relative;
}
.button-cta::before {
  width: 95%;
  height: 85%;
  content: "";
  position: absolute;
  top: 15%;
  left: -4.5%;
  border: 3px solid #000;
  background-color: transparent;
  transition: all 0.5s;
  z-index: -1;
}

.button-cta:hover {
  cursor: pointer;
}
.button-cta:hover::before {
  top: 20%;
  left: -6.5%;
}
.details_div {
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  color: black;
}
.otp_div {
  width: 48%;
  display: inline-block;
  vertical-align: middle;
}

.bgWhite {
  background: white;
  box-shadow: 0px 3px 6px 0px #cacaca;
}

.title {
  font-weight: 600;
  margin-top: 20px;
  font-size: 24px;
  text-align: center;
  padding-top: 23px;
}

.customBtn {
  border-radius: 0px;
  padding: 10px;
}

form input {
  display: inline-block;
  width: 1%;
  height: 50px;
  text-align: center;
  font-size: 2px;
}
form {
  text-align: center;
}

.fare_data {
  float: right;
  vertical-align: middle;
  margin: 0px;
  padding: 0px;
  border: 0px;
}
.fare_div {
  padding: 4px 6px;
  min-height: 28px;
}
.btn_ft {
  vertical-align: middle;
}
.btn_bn {
  background-color: brown;
  box-shadow: -1px -1px 7px #e9ff00;
  float: right;
  vertical-align: middle;
  animation: pulse 0.3s cubic-bezier(0, 1.01, 1, 1) 1;
}

.call_span {
  vertical-align: middle;
  font-size: 20px;
  display: inline-block;
}
.call_span > a {
  text-decoration: none;
  color: black;
  font-weight: 700;
}
.p_img {
  width: 100%;
}
.t_r {
  text-align: left;
}
.p_span {
  width: 22px;
  display: inline-block;
  vertical-align: middle;
}
.no_div {
  display: inline-block;
  vertical-align: middle;
}
.part_1_1st_child,
.part_1_2nd_child {
  width: 49%;
  display: inline-block;
  vertical-align: middle;
}
.rf_h1 {
  margin-left: 20%;
  color: #0f100c;
  /* text-shadow: 3px 2px 5px yellow, -2px 1px 7px yellow; */
  font-size: 65px;
  font-family: system-ui;
  border-bottom: 7px solid #7a4f00;
  padding-bottom: 2%;
}
.abt_t_d {
  margin-top: 5vh;
}
.abt_t_d > div {
  margin: 0px 4%;
  width: 40%;
}
.contact_h4,
.contact_p_1,
.rf_p_1 {
  margin-left: 20%;
  line-height: 62px;
  font-size: 27px;
  font-family: sans-serif;
}
.contact_h4 {
  font-size: 26px;
}
.contact_p_1 {
  font-size: 20px;
}
.contact_p_1 > a {
  text-decoration: none;
  color: #000;
}
.taxi_rf_img {
  width: 100%;
}
.part_2_child_1,
.part_2_child_2,
.part_2_child_3,
.part_2_child_4,
.part_2_child_5,
.part_2_child_6 {
  display: inline-block;
  width: 39%;
  margin: 5%;
  box-sizing: border-box;
  vertical-align: top;
  margin-top: 4%;
  list-style: decimal;
  box-shadow: 15px 10px 3px yellow, -12px -9px 3px black;
  padding: 4%;
  border-radius: 10px 90px;
}
.part_2_p {
  font-size: 20px;
}
.part_2_parent {
  text-align: center;
}
.part_2_about_parent {
  width: 100%;
}
.part_2_about_child_1,
.part_2_about_child_2 {
  width: 30%;
  margin: 18% 9%;
  display: inline-block;
  margin-bottom: 0px;
  vertical-align: middle;
}
.part_2_about_child_2 > img {
  width: 100%;
  margin: auto;
}
.part_2_about_child_2 > .part_2_about_img_2 {
  width: 60%;
  margin: auto;
}
.about_2_h2 {
  font-size: 30px;
}
.about_2_p {
  font-size: 20px;
  line-height: 45px;
}
.contact_h2 {
  font-size: 40px;
  margin-top: 35vh;
  text-align: center;
  text-decoration: underline;
  text-underline-offset: 7px;
  text-decoration-color: #afaf16;
}
.car_type_ul > li > label {
  font-size: 34px;
  font-family: sans-serif;
  font-weight: bold;
  text-shadow: 1px 1px 0px yellow, -1px 1px 4px #ffe800;
}
.car_type_ul > li > img {
  border-radius: 250px;
  width: 102%;
  box-shadow: 10px 10px 10px #000, 10px 10px 20px 0px #000;
  margin-bottom: 14%;
}
.tc_h4 {
  text-align: center;
  margin-top: 70px;
  text-decoration: underline;
}
.tc_p {
      font-weight: 500;
    font-size: 21px;
    line-height: 38px;
    width: 70%;
    margin: auto;
    margin-top: 18vh;
    font-family: sans-serif;
}
.footer_parent > div > .logo_text {
  margin-bottom: 10px;
}
.footer_parent > div > a {
  display: block;
  padding: 1%;
  color: #000;
  text-decoration: none;
  font-weight: bolder;
}
.footer_parent {
  background-color: #cacaca;
  margin-top: 10%;
  padding: 4% 10%;
}
.footer_parent > div {
  width: 48%;
  display: inline-block;
}
.f_ad {
  font-size: 15px;
  line-height: 45px;
  font-weight: bolder;
}
@keyframes pulse {
  25% {
    transform: scale(0.7);
  }
  75% {
    transform: scale(1.5);
  }
  100% {
    transform: scale(1);
  }
}
@media screen and (max-width: 800px) {
    .rad_con{
        
        width:100%;
    }
  .input_holder {
    display: grid;
    grid-template-columns: 100%;

  }
  #cab_finder{
      display:block;
      width:100%;
      margin:auto;
  }
  
  .slider_s_p {
    width: 60%;
  }
}
@media screen and (max-width: 900px) {
  .part_1_1st_child,
  .part_1_2nd_child {
    display: block;
    width: 100%;
  }
  .rf_h1{
    margin:1%;
  }
  .contact_h4, .contact_p_1, .rf_p_1{
    margin: 1%;
  }
  .part_2_child_1, .part_2_child_2, .part_2_child_3, .part_2_child_4, .part_2_child_5, .part_2_child_6{
    display: block;
    margin: 1%;
    width: 95%;
    margin-top: 15%;
  }
  .abt_t_d > div{
    width: 95%;
    margin: 1%;
    width: 95%;
    margin-top: 15%;
  }
  .part_2_about_child_1, .part_2_about_child_2{
    width: 95%;
    margin: 1%;
    width: 95%;
    margin-top: 15%;
  }
  .logo_text{
    width: 90%;
  }
  .footer_parent > div{
      display:block;
      width: 90%;
      margin: auto;
  }
  
  /* DEFAULT BOOKING FORM STATE */

.outstation_option,
.pickup_d_div,
.return_d_div,
.rental_hour_select {
    display: none;
}



/* FAST TAXI BOOKING TEST - FINAL OVERRIDE */

.rad_con_pa {
    padding: 6px 10px !important;
    display: flex !important;
    justify-content: space-around !important;
    align-items: center !important;
    gap: 20px !important;
    overflow: visible !important;
}

.rad_con {
    width: auto !important;
    min-width: 150px !important;
    text-align: center !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    gap: 10px !important;
}

.rad_con .lab {
    font-size: 22px !important;
    font-weight: 900 !important;
    color: #000 !important;
    line-height: 1 !important;
    margin: 0 !important;
}

.rad_con .rad {
    width: 18px !important;
    height: 18px !important;
    margin: 0 !important;
}

/* booking overall height reduce */

.pa_div {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
    margin-top: 0 !important;
}

.card-container {
    padding: 10px 14px !important;
    margin-top: 0 !important;
    max-width: none !important;
    width: 100% !important;
}

.card-container h2 {
    margin: 0 0 5px 0 !important;
    padding: 5px !important;
    font-size: 24px !important;
}

.input_holder {
    margin: 4px 0 !important;
}

.input_holder input {
    height: 36px !important;
    padding: 6px 8px !important;
    margin: 3px !important;
}

.carbox {
    margin: 5px 0 !important;
}

.car_cover_div {
    height: 65px !important;
    margin: 2px !important;
}

.cars-item {
    margin-top: 0 !important;
}

.car_img {
    max-width: 50px !important;
}

.details_div {
    margin-top: 2px !important;
}

.fare_div {
    padding: 2px 0 !important;
}

.fare_comp,
.fare_data {
    margin: 1px 0 !important;
    font-size: 13px !important;
}

.button-cta {
    padding: 7px 20px !important;
}


body {
    border: 10px solid red !important;
}
}







