

body{
  font-family: 'Open Sans', sans-serif;
}
  .booking_form{
    
    width: 90%;
    margin: 15px auto;  
    background-color: white;
  }
  .booking_form h2 {
    font-family: 'Open Sans', sans-serif;
    text-align: left;    
    padding: 20px 0 10px 0px;
    margin-left: 20px;
    width: 300px;    
    font-size: 23px;
    font-weight: 550;
    letter-spacing: 1px;
    background: linear-gradient(to right, #ee0000, #ff770084);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
}


  .form-control{
    height: auto;
  }

.booking_form .dist_box .trip{
    padding: 20px;
    /* background-color: white; */
}

.booking_form .dist_box .return_trip{
  padding: 10px 20px;  
  overflow: hidden;
}

.booking_form .dist_box .dist_inn{
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items:flex-start;
  /* background-color: white; */
  padding-bottom: 0;
}
.booking_form .dist_box .dist_inn .d-dt{
  display: flex; 
  flex-direction: row;  
  align-items: center; 
  justify-content: space-between; 
}

.booking_form .dist_box .d-box{
  background-color: #ffece6;
  border-radius: 20px;
  padding: 20px 10px 30px 10px;
}

.booking_form .dist_box .rd-box{
  background-color: #ffece6;
  border-radius: 20px;
  padding: 20px 10px 30px 10px;
}
.booking_form .dist_box .dist_inn.inter_stop{
  background-color: rgb(243, 241, 239);
  padding:0;
  margin: 5px 10px;
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  align-items: center;
}
.booking_form .dist_box .dist_inn .inn1{
  display: flex;
  flex-direction: column;
  justify-content:flex-end;
  align-items: flex-start;
  width: 50%;
  padding: 10px 50px;
  
}

.booking_form .dist_box .dist_inn .inn1 .loc-box{
  border: 1px dashed orangered;
  border-top: none;
  width: 112%;
  padding: 30px 60px 0 30px;
  margin-top: -30px;
  margin-left: -30px;
  height: auto;
  position: relative;
}
.booking_form .dist_box .dist_inn .inn1 .loc-box2,
.booking_form .dist_box .dist_inn .inn1 .rloc-box2{
  border: none;
 overflow: hidden;
}

.booking_form .dist_box .dist_inn .inn1 .rloc-box{
  border: 1px dashed orangered;
  border-top: none;
  width: 112%;
  padding: 30px 60px 0 30px;
  margin-top: -30px;
  margin-left: -30px;
  height: auto;
  position: relative;
}
.booking_form .dist_box .dist_inn .inn1 .img-loc1-f{
  width: 25px;
  position: absolute;
  top: -30px;
  left: -13px;
}
.booking_form .dist_box .dist_inn .inn1 .img-loc1-t{
  width: 25px;
  position: absolute;
  top: -30px;
  right: -13px;
}
.booking_form .dist_box .dist_inn .inn1 .img-loc1-s{
  width: 25px;
  position: absolute;
  bottom: -10px;
  left: -13px;
  display: none;
}
.booking_form .dist_box .dist_inn .inn1 .img-loc1-rs{
  width: 25px;
  position: absolute;
  bottom: -1  0px;
  left: -13px;
  display: none;
}
.booking_form .dist_box .dist_inn .inn1 .loc-box .inter-tog{
   margin-bottom: -30px;
  }
  .booking_form .dist_box .dist_inn .inn1 .loc-box .inter-tog label{
    background-color:  #ffece6;
  }
  .booking_form .dist_box .rinter-tog{
     margin-bottom: -30px;
    }
.booking_form .dist_box .rintlb{
  
   background-color:  #ffece6;
  }

.booking_form .dist_box input[type='text'],
.booking_form .dist_box input[type='text'],
.booking_form .dist_box select,
.booking_form .dist_box select,
.booking_form .dist_box label,
.booking_form .dist_box label,
#intermediate_stop_location_autocomplete.form-control,
#from_location_autocomplete.form-control,
#to_location_autocomplete.form-control
{
font-size: 18px;
color: black;
}

.booking_form .dist_box input[type='text'], 
#intermediate_stop_location_autocomplete.form-control,
#from_location_autocomplete.form-control,
#to_location_autocomplete.form-control,
.booking_form .dist_box select{
    padding:10px 15px;
    font-size: 18px;
    margin-bottom: 20px;
    border: 1px solid orangered;
    background-color: white;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
  }
gmpx-place-autocomplete.form-control {
    min-height: 42px;
    height: 42px;
    font-size: 1rem;
    box-sizing: border-box;
    border: 1px solid orangered;
    border-radius: 8px;
    padding: 8px 10px;
      position: relative;
    z-index: 20;
    pointer-events: all;
}

  
  .booking_form .dist_box .trip input[type='time']{
    width: 150px;
    padding: 10px 15px;
    font-size: 18px;
    margin-bottom: 20px;    
    border: 1px solid orangered;
    background-color: white;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}

  .booking_form .dist_box .trip input[type='date']{
    width: 250px;
    padding:10px 15px;
    font-size: 18px;
    margin-bottom: 20px;    
    border: 1px solid orangered;
    background-color: white;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}

.booking_form .dist_box .return_trip input[type='text'],
.booking_form .dist_box .return_trip input[type='date'],
.booking_form .dist_box .return_trip select,
.booking_form .dist_box .smone3 select,
.booking_form textarea,
.booking_form .dist_box .return_trip input[type='time']{
  padding: 10px 15px;
    font-size: 18px;
  margin-bottom: 20px;    
  border: 1px solid orangered;
  background-color: white;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}


.booking_form input[type='number']{
    padding:10px 15px;
    width: 55px;
    color: black;
    font-size: 18px;
    margin-bottom: 20px;    
    border: 1px solid orangered;
    background-color: white;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
    
}


.booking_form .noof_pass{
    display: flex;
    flex-direction: column;
    justify-content:center;
    align-items: flex-start;
    /* padding: 10px; */
    margin: 10px 0;
    border-radius: 6px;
    /* background-color: white; */
    /* border: 1px solid rgb(253, 119, 71); */
}
.booking_form .noof_pass .pasg{
    display: flex;
    flex-direction: column;
    justify-content:center;
    align-items: center;
    width: 100%;
    padding: 10px;
    /* background-color: white; */
}
.booking_form .noof_pass .pasg .baby{    
    display: flex;
    flex-direction: row;
    justify-content:space-evenly; 
    border-radius: 6px;
}
#fx_pop{
  width: 100%;
  margin-left: 13px;
  display: flex;
  align-items: center;
  border: 1px solid orangered;
  border-radius: 10px;
  padding: 12px 20px 6px 20px;
}

.booking_form .spl{
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    padding: 20px;
    background-color: rgb(255, 255, 255);
    border-radius: 6px;
    margin: 2px 0;
}
.booking_form .spl .spl-inn{    
  display: flex; 
  flex-direction: column; 
  justify-content: center; 
  align-items: flex-start; width: 38%;
}
.booking_form .spl textarea{    
    border-radius: 6px;    
}
.booking_form .spl label{    
    font-size: 18px;    
    color: rgb(0, 0, 0);
}

.booking_form .vehicleBox{
 /* background-color: rgb(252, 236, 231); */
  /* box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px; */
  border-top: 1px solid orangered;
  margin-top: 50px;
  padding: 0px 20px;
  /* position: sticky; */
  background-color: transparent;
}

.booking_form .vehicleBox .vehicle{
  background-color: rgb(255, 255, 255);
  box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
  border-radius: 15px;
  border: 1px solid rgb(252, 126, 107);
  display: flex;
  flex-direction: row;
    justify-content: space-around;
    align-items: center;
    padding: 10px;
    cursor: pointer;   
    transition: 0.2s;
    position: relative;
    
  }
.booking_form .vehicleBox .vehicle:hover{
    background-color: rgb(255, 209, 200);
}
.booking_form .vehicleBox .vehicle .details{
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  /* align-items: center; */
  padding: 10px;
}
.booking_form .vehicleBox .vehicle .details .vehType{
  font-size: 24px;
  text-decoration: underline;
  color: #000000;
  margin: 0;
}
.booking_form .vehicleBox .vehicle .details .vehType-d{
  font-size: 16px;  
  color: #000000;
  margin: 0;
}
.booking_form .vehicleBox .vehicle .details .img-box,
.booking_form .vehicleBox .vehicle .details .img-box2{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 110px;
  height: auto;
  margin: 10px 50px;
  
}
.booking_form .vehicleBox .vehicle .details .img-box img{
  width: 25%;  
}
.booking_form .vehicleBox .vehicle .details .img-box2 img{
  width: 40%;  
}
.booking_form .vehicleBox .vehicle .details .img-box p,
.booking_form .vehicleBox .vehicle .details .img-box2 p{
  font-size: 13px;
  text-align: center;
  color: black;
  margin: 0;
}



.booking_form .vehicleBox .vehicle .price{
    width: 30%;
    padding: 15px;
    margin: 20px;
    background-color:  #fce7e6;
    border-radius: 10px;
    text-align: center;
}
.booking_form .vehicleBox .vehicle .price .pr-lbl1 {
    font-size: 25px;
    color: rgb(0, 0, 0);   
    font-weight: 500;
    margin: 0;
}
.booking_form .vehicleBox .vehicle .price .pr-lbl2 {
    font-size: 16px;
    color: rgb(70, 70, 70);   
    font-weight: 400;
    margin: 2px;
}
.booking_form .vehicleBox .vehicle .price .sel-btn {
  font-size: 16px;
  color: rgb(255, 255, 255);   
  font-weight: 500;
  background-color: orangered;
  text-align: center;
  width: 180px;
  margin: 10px auto;
  padding: 6px 10px;
  border-radius: 6px;
  cursor: pointer;
  transition: 0.2s
}
.booking_form .vehicleBox .vehicle .price .sel-btn:hover {
  background-color: rgb(253, 106, 52);
}

.booking_form .vehicleBox .vehicle .car{
    width: 60%;
    margin-left: 30%;
}

.container {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
}

/* Hide the browser's default radio button */
.container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom radio button */
.checkmark {
  position: absolute;
  top: 0;
  left: -10px;
  height: 100%;
  width: 100%;
  background-color: #ffffff;
  z-index: -1;
  
}

/* On mouse-over, add a grey background color */
.container:hover input ~ .checkmark {
  background-color: #ffffff;
}

/* When the radio button is checked, add a blue background */
.container input:checked ~ .checkmark {
  background-color: rgb(255, 119, 0);
  border-radius: 20px;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.container input:checked ~ .checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.container .checkmark:after {
     top: 9px;
    left: 9px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: rgb(255, 255, 255);
}


/* vehicle end */

.booking_form .loginBox{  
  padding: 20px 0;
}

.booking_form .loginBox .logUser{
  display: flex;
  flex-direction: column;
  justify-content: center;  
  align-items: center;
  background-color:  #ffece6;
  border-radius: 20px;
  padding: 20px;
}
.booking_form .loginBox .logUser-inn{
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  align-items: center;
  width: 100%;
}
/* .booking_form .loginBox .smone{ */
  /* background-color: #f3f1ef; */
  /* padding: 20px 40px; */
   
/* } */


.booking_form .loginBox input[type='text']{
  padding: 10px 25px;
  font-size: 20px;
margin-bottom: 20px;    
margin-top: 20px;    
margin-left: -15px;
border: 1px solid orangered;
border-radius: 10px;
background-color: white;
box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;

}
.booking_form .loginBox #firstName,
.booking_form .loginBox #soFirstName{
margin-right: 35px;
}

.booking_form .loginBox input[type='email']{
  padding: 10px 25px;
  font-size: 20px;
margin-bottom: 20px;
margin-top: 20px;    
/* margin-left: 10px;     */
border: 1px solid orangered;
border-radius: 10px;
background-color: white;
box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}

.booking_form .loginBox #id_recipient_phone_0,
.booking_form .loginBox #id_customer_phone_0,
.booking_form .loginBox #uTitle,
.booking_form .loginBox #soTitle{
  padding:10px 15px;
  font-size: 20px;
margin-bottom: 20px;    
margin-top: 20px;    
border: 1px solid orangered;
background-color: white;
box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
    width: 170px;
    border-radius: 10px;
    z-index: 1;
    
}

.booking_form .loginBox #id_recipient_phone_1,
.booking_form .loginBox #id_customer_phone_1{
  padding: 10px 25px;
  font-size: 20px;
margin-bottom: 20px;    
margin-top: 20px;    
margin-right: 20px;
border: 1px solid orangered;
background-color: white;
box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
border-radius: 10px;

}
.u-ph{width: 58%;}
.u-email{width: 50%;}
/*Button CSS */
.pay_now_box{
  display: flex;
  padding: 20px;  
  background-color: transparent;
justify-content: flex-end;
border-radius: 6px;
}
.log_bef-pushable,
.pay_now-pushable {
  position: relative;
  border: none;
  background: transparent;
  padding: 0;
  cursor: pointer;
  outline-offset: 4px;
  transition: filter 250ms;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
}

.log_bef-shadow,
.pay_now-shadow {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 12px;
  background: hsl(0deg 0% 0% / 0.25);
  will-change: transform;
  transform: translateY(2px);
  transition:
    transform
    600ms
    cubic-bezier(.3, .7, .4, 1);
}

.log_bef-edge, .pay_now-edge {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 12px;
  background: linear-gradient(
    to left,
    hsl(340deg 100% 16%) 0%,
    hsl(340deg 100% 32%) 8%,
    hsl(340deg 100% 32%) 92%,
    hsl(340deg 100% 16%) 100%
  );
}

.log_bef-front,
.pay_now-front {
  display: block;
  position: relative;
  padding: 12px 27px;
  border-radius: 12px;
  font-size: 1.1rem;
  color: white;
  background: orangered;
  will-change: transform;
  transform: translateY(-4px);
  transition:
    transform
    600ms
    cubic-bezier(.3, .7, .4, 1);
}
.pay_now-front {
  color: white;
  background: hsl(345deg 100% 47%);
}

@media (min-width: 768px) {
  .log_bef-front,
  .pay_now-front {
    font-size: 1.25rem;
    padding: 12px 42px;
  }
}

.log_bef-pushable:hover,
.pay_now-pushable:hover {
  filter: brightness(110%);
  -webkit-filter: brightness(110%);
}

.log_bef-pushable:hover .log_bef-front,
.pay_now-pushable:hover .pay_now-front {
  transform: translateY(-6px);
  transition:
    transform
    250ms
    cubic-bezier(.3, .7, .4, 1.5);
}

.log_bef-pushable:active .log_bef-front,
.pay_now-pushable:active .pay_now-front {
  transform: translateY(-2px);
  transition: transform 34ms;
}

.log_bef-pushable:hover .log_bef-shadow,
.pay_now-pushable:hover .pay_now-shadow {
  transform: translateY(4px);
  transition:
    transform
    250ms
    cubic-bezier(.3, .7, .4, 1.5);
}

.log_bef-pushable:active .log_bef-shadow,
.pay_now-pushable:active .pay_now-shadow {
  transform: translateY(1px);
  transition: transform 34ms;
}

.log_bef-pushable:focus:not(:focus-visible),
.pay_now-pushable:focus:not(:focus-visible) {
  outline: none;
}
/* Toggle start */
.togg{
    display: flex;
    flex-direction: row;
    align-items: center;
}
.trail{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 7px 37px 2px 37px;
    margin: 5px 12px;
    border: 1px solid orangered;
    border-radius: 10px;    
}
.trail2{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 7px 37px 2px 37px;
    margin: 5px 12px;
    border: 1px solid orangered;
    border-radius: 10px;    
}
.booking_form .dist_box .trip label.toggLbl, 
.booking_form .dist_box .return_trip label.toggLbl, 
.trail label.toggLbl, .loginBox label.toggLbl{
    font-size: 18px;
    padding: 10px;
}
.booking_form .noof_pass label.toggLbl{
    font-size: 18px;
    padding: 10px;
}

.setHide{
  transition: width 0.2s;
  width: 0px;
  height: 55px;
}
.setShow{
  transition: width 0.2s;
  width: 400px;
}
.setHide1{
  transition: width 0.2s;
  width: 0px;
  height: 100px;
}
.setShow1{
  transition: width 0.2s;
  width: 210px;
}
.setHide2{
  transition: height  0.2s;
  height: 60px;
}

.setShow2{
  transition: height 0.2s;
  height:420px;
}
.setShow22{
  transition: height 0.2s;
  height:450px;
}
.setHide3{
  transition: height 0.2s;
  width: 400px;
  padding: 0;
  height: 0px;
}
.setShow3{
  transition: height 0.2s;
  padding: 10px;
  width: 400px;
  height: 100px;
}
.setHide4{
  transition: height  0.2s;
  height: 75px;
}
.setShow4{
  transition: height 0.2s;
  height: 200px;
}

/* Toggle */
.switch,
.switch2 {
    position: relative;
    display: inline-block;
    width: 90px;
    height: 30px;
    
  }
.switch3,
.switch4 {
    position: relative;
    display: inline-block;
    width: 110px;
    height: 30px;
    
  }
  
  .switch input,
  .switch2 input,
  .switch3 input,
  .switch4 input { 
    opacity: 0;
    width: 0;
    height: 0;
  }
  
  .slider,
  .slider2,
  .slider3,
  .slider4 {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: white;
    /* background-image: linear-gradient(90deg, #fdccc3, #fefefe); */
    border: 1px solid orangered;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.509);
    -webkit-transition: .4s;
    transition: .4s;
  }
  
  .slider:before,
  .slider2:before,
  .slider3:before,
  .slider4:before {
    position: absolute;
    content: "";
    height: 25px;
    width: 25px;
    left: 2px;
    bottom: 2px;
    /* background-color: white; */
    background-image: linear-gradient(315deg, #D1D1D1, #FFFFFF, #D1D1D1);
    -webkit-transition: .4s;
    transition: .4s;
  }
  
  input:checked + .slider,
  input:checked + .slider2,
  input:checked + .slider3,
  input:checked + .slider4 {
    /* background-color: orangered; */
    background-image: linear-gradient(90deg, #fcebeb, #feaea0);
  }
  
  input:focus + .slider,
  input:focus + .slider2,
  input:focus + .slider3,
  input:focus + .slider4 {
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.509);
  }
  
  input:checked + .slider:before,
  input:checked + .slider2:before,
  input:checked + .slider3:before,
  input:checked + .slider4:before {
    -webkit-transform: translateX(58px);
    -ms-transform: translateX(58px);
    transform: translateX(58px);
  }
  
  /* Rounded sliders */
  .slider.round,
  .slider2.round,
  .slider3.round,
  .slider4.round {
    border-radius: 34px;
  }
  
  .slider.round:before,
  .slider2.round:before{
    border-radius: 50%;
  }
  .slider3.round:before,
  .slider4.round:before {
    border-radius: 0%;
  }
/* Toggle end */



#soEmail1{
  width: 358px;
  /* overflow: hidden; */
  float: right;
  margin-left: 0;
  padding-left: 2px;
}
  /* Popups */
  .popup {
    position: relative;
    display: inline-block;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 455px;
  }
  
  /* The actual popup */
  .popup .popuptext {
    visibility: hidden;
    width: 350px;
    background-color:orangered;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
    color: white;
    
    text-align: center;
    border-radius: 6px;
    padding: 8px 0;
    position: absolute;
    z-index: 58;
    bottom: 95%;
    left: 40%;
    margin-left: -80px;
  }
  
  /* Popup arrow */
  .popup .popuptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 45%;
    margin-left: -7px;
    border-width:7px;
    border-style: solid;
    border-color: orangered transparent transparent transparent;
    
  }
  
  /* Toggle this class - hide and show the popup */
  .popup .show {
    visibility: visible;
    -webkit-animation: fadeIn 1s;
    animation: fadeIn 1s;
    
  }
    
  /* Add animation (fade in the popup) */
  @-webkit-keyframes fadeIn {
    from {opacity: 0;} 
    to {opacity: 1;}
  }
  
  @keyframes fadeIn {
    from {opacity: 0;}
    to {opacity:1 ;}
  }

  .BookingSummary{
  box-sizing: border-box;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;    
    z-index: 999;
    background-color: #ffece6;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
        
  }
  .BookingSummary h4{
    box-sizing: border-box;
    color: #000000;  
    font-size: 18px;
    padding: 10px;
    text-align: center;    
    letter-spacing: 1.2px;
  }
  .BookingSummary h4:last-child{
    border-right: none;
  }
  .BookingSummary h4 span{
    color: orangered;
    
    
  }
  
  #trlrTxt{
    display: none;
    color: orangered;
  }


 /* button */

 .button_login {
  display: inline-block;
  padding: 0.30rem 1.10rem;
  border-radius: 0.5rem;
  color: #fff;
  
  /* text-transform: uppercase; */
  font-size: 1.1rem;
  letter-spacing: 0.15rem;
  transition: all 0.3s;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.button_login:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(250, 120, 77);
  border-radius: 0.5rem;
  z-index: -2;
}
.button_login:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background-color: rgb(255, 42, 0);
  transition: all 0.3s;
  border-radius: 0.5rem;
  z-index: -1;
}
.button_login:hover {
  color: #fff;
}
.button_login:hover:before {
  width: 100%;
}

 /* button */

 .button_login2 {
  display: inline-block;
  padding: 0.30rem 1.10rem;
  border-radius: 0.5rem;
  color: #fff;
  
  /* text-transform: uppercase; */
  font-size: 1.1rem;
  letter-spacing: 0.15rem;
  transition: all 0.3s;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.button_login2:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(233, 200, 16);
  border-radius: 0.5rem;
  z-index: -2;
}
.button_login2:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background-color: rgb(255, 42, 0);
  transition: all 0.3s;
  border-radius: 0.5rem;
  z-index: -1;
}
.button_login2:hover {
  color: #fff;
}
.button_login2:hover:before {
  width: 100%;
}
/* hhhhhhhhhhhh */
 .button_nowHome {
  display: inline-block;
  padding: 0.40rem 1.10rem;
  border: 1px solid white;
  border-radius: 0.5rem;
  color: #fff;
  /* text-transform: uppercase; */ 
  font-size: 0.9rem;
  letter-spacing: 0.15rem;
  transition: all 0.3s;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.button_nowHome:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
  border-radius: 0.5rem;
  z-index: -2;
}
.button_nowHome:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background-color: orangered;
  transition: all 0.3s;
  border-radius: 0.5rem;
  z-index: -1;
}
.button_nowHome:hover {
  color: #fff;
}
.button_nowHome:hover:before {
  width: 100%;
}
/* hhhhhhhhh small */
 .button_small {
  display: inline-block;
  padding: 0.40rem 1.10rem;
  border: 1px solid orangered;
  background-color: transparent;
  border-radius: 10rem;
  color: rgb(176, 48, 1);
  text-transform: uppercase;
  font-size: 0.7rem;
  letter-spacing: 0.15rem;
  transition: all 0.3s;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.button_small:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
  border-radius: 10rem;
  z-index: -2;
}
.button_small:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background-color: orangered;
  transition: all 0.3s;
  border-radius: 10rem;
  z-index: -1;
}
.button_small:hover {
  color: #fff;
}
.button_small:hover:before {
  width: 100%;
}

.close_btn{
  color: orangered;
  font-size: 30px;
  font-weight: 900;
  margin-right: 20px;
}


 .button_paynow {
  display: inline-block;
  padding: 0.40rem 1.10rem;
  border-radius: 10rem;
  color: #fff;
  /* text-transform: uppercase; */
  font-size: 0.9rem;
  letter-spacing: 0.15rem;
  transition: all 0.3s;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.button_paynow:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: orangered;
  border-radius: 10rem;
  z-index: -2;
}
.button_paynow:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background-color: rgba(190, 52, 2, 0.691);
  transition: all 0.3s;
  border-radius: 10rem;
  z-index: -1;
}
.button_paynow:hover {
  color: #fff;
}
.button_paynow:hover:before {
  width: 100%;
}




/* Number */

.quantity {
  position: relative;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button
{
  -webkit-appearance: none;
  margin: 0;
}

input[type=number]
{
  -moz-appearance: textfield;
}

.quantity input {
  width: 45px;
  height: 42px;
  line-height: 1.65;
  float: left;
  display: block;
  padding: 0;
  margin: 0;
  padding-left: 20px;
  border: 1px solid #eee;
}

.quantity input:focus {
  outline: 0;
}

.quantity-nav {
  float: left;
  position: relative;
  height: 42px;
}

.quantity-button {
  position: relative;
  cursor: pointer;
  border-left: 1px dashed orangered;
  width: 20px;
  text-align: center;
  color: #333;
  font-size: 13px;
  font-family: "Trebuchet MS", Helvetica, sans-serif !important;
  line-height: 1.7;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

.quantity-button.quantity-up {
  position: absolute;
  height: 50%;
  top: 0;
  border-bottom: 1px dashed orangered;
}

.quantity-button.quantity-down {
  position: absolute;
  bottom: -1px;
  height: 50%;
}

.vehd{
  display: none;
}
.flxCan{
  display: none;
}
#coupon{
  border: 1px solid orange;
  padding: 3px 10px;
  margin-left: 20px;
  color: orange;
}

/* Date */

.smone2{
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  /* height: 150px; */
  margin: 20px auto;
  background-color: #ffece6;
  border-radius: 20px;
  /* box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px; */
}
.smone2 .cBox{
  text-align: center; 
  display: flex; 
  justify-content: center; 
  align-items: center;
  padding: 20px; 
  /* background-color: #fbc9bf;  */
  margin: 0;   
  width: 100%;
}
.smone2 #couponCode{
  width: 250px;
  margin: 10px;
  color: black;
  background-color: #ffffff;
  text-align: center;
  user-select: none;
}

.smone2 .toltip {
  position: relative;
  display: flex;
  width: 50px;
  height: 30px;
  z-index: 99;
  /* background-color: red; */
  
}
.smone2 .toltip .cbtn{
    padding: 4px 6px;
    margin: 0;
    cursor: pointer;
    background-color: orange ;
    color: white;
    text-decoration: none;
    z-index: 0;
}
.smone2 .toltip .cbtn:hover{
    /* background-color: rgb(56, 123, 101); */
    color: orangered;
}

.smone2 .toltip .toltiptext {
  visibility: hidden;
  width: 100px;
  background-color:rgb(255, 162, 0);
  color: #000000;
  font-size: 10px;
  text-align: center;
  border-radius: 6px;
  padding: 3px;
  position: absolute;
  z-index: 1;
  bottom: 110%;
  left: 50px;
  margin-left: -75px;
  opacity: 0;
  transition: opacity 0.3s;
}

.smone2 .toltip .toltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 70%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: orange transparent transparent transparent;
}

.smone2 .toltip:hover .toltiptext {
  visibility: visible;
  opacity: 1;
}



.smone3{
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
  width: 100%;
  height: 100px;
  margin: 0px auto;
  background-color: rgb(255, 255, 255);
  box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}







.errorMsg{
  width: 100%;
  padding: 10px;
  background-color: orangered;
  color: white;
  margin: 0 100px;
}
.successMsg{
  width: 100%;
  padding: 10px;
  background-color: rgb(3, 195, 153);
  color: white;
  margin: 0 100px;
}

@media print {
  .no-print {
      display: none;
  }
  .summBox table{
    border: 1px solid gray;
  }
}



