@font-face {
  font-family: 'flamabold_italic';
  src: url('../../assest/fonts/flama_bold_italic-webfont.woff2') format('woff2'),
  url('../../assest/fonts/flama_bold_italic-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;

}

@font-face {
  font-family: 'flamaregularOK';
  src: url('../../assest/fonts/flama_regular-webfont.woff2') format('woff2'),
  url('../../assest/fonts/flama_regular-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;

}
@font-face {
  font-family: 'flamaregular';
  src: url('../../assest/fonts/FlamaSemicondensed-Book.woff2') format('woff2'),
  url('../../assest/fonts/FlamaSemicondensed-Book.woff2') format('woff');
  font-weight: normal;
  font-style: normal;

}

body {
  font-family: 'Poppins';!important;
  font-size: 2rem!important;
  background: #f9db6d;
}

.login-form__button{
height: 111px;
}

.cars-container {
  margin-bottom: 160px;
}

#KioskBoard-VirtualKeyboard{
margin-bottom: 200px !important;
}

.refundDisabled{
background:#9d9a9aad!important;
}
.refund{
background:#198754;
}
.refundRef{
background:#007bff;
}

.logo__image {
width: 100%;
max-width: 400px;
}
.cars-container{
width:950px;
}

.footer a{
  color: white;
  text-decoration: none;
}

.footer {
background: #1D1D29;
border-top: 10px solid #da291c;
color: #fff;
font-size: 20px;
position: fixed;
bottom: 0;
}
.footer p {
margin: 0;
}
@media screen and (max-width: 768px) {
.footer {
  font-size: 12px;
  flex-direction: column;
}
.confirm-order-text,
.section-title{
  padding-top:50px;
}
.car-detail{
  margin-top:20px;
}
.car-timings{
  padding-left: 0px;
}
}

#contentWrapper {
min-height: calc(85vh - 72px);
}

body div.container {
padding-bottom: 0px !important;
}
@media screen and (max-width: 1024px) {
body div.container {
  padding-bottom: 105px !important;
}
}

.login-form__input {
border-radius: 4px;
border: 1px solid #1C1C26;
box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
height:75px;
font-size: 22px;
}
.login-form__input::-moz-placeholder {
color: #1E1E2A;
}
.login-form__input:-ms-input-placeholder {
color: #1E1E2A;
}
.login-form__input::placeholder {
color: #1E1E2A;
}
.login-form__input:focus {
border: 1px solid #1C1C26;
box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.login-form__button {
background: #da291c;
box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
border-radius: 4px;
border: 0;
color: #fff;
height:80px;
}
.login-form__button a {
text-decoration: none;
color: #fff;
font-weight: bold;
font-size: 24px;
}

.button {
box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
border-radius: 4px;
border: 0;
text-transform: uppercase!important;
}
.button--red {
background: #da291c;
}

h1 {
  font-size: 2.8rem!important;
}

.choosebutton{
min-height: 80px;
}

.login-form__button{
text-transform: uppercase!important;
}

.language__list a{
text-transform: uppercase!important;
}

.button--red a {
text-decoration: none;
color: #fff;
font-weight: bold;
font-size: 24px;
}
.button--black {
background: #1C1C27;
color: #fff;
font-weight: bold;
}
.button--black a {
text-decoration: none;
color: #fff;
font-weight: bold;

}

.confirm-btn {
color: #fff;
font-weight: bold;
}

.language__label {
font-size: 30px;
}
.language__list {
list-style: none;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
padding: 0;
}
.language__list .list-item {
border-radius: 4px;
height: 85px;
border: 1px solid #da291c;
font-weight: bold;
font-size: 24px;
color: #da291c;
text-decoration: none;
transition: 0.3s;
padding: 10px 30px;
}
.language__list .list-item .flag {
max-width: 50px;
}
.language__list .list-item:hover {
box-shadow: 0 3px 15px rgba(0, 0, 0, 0.16);
}

.text-red {
color: #da291c !important;
}
h4 {font-size:36px; font-weight:bold;}
h5 {font-size:34px; font-weight:bold;}
.back-btn {
font-size: 30px;
font-weight: bold;
text-decoration: none;
margin-top: 20px;
position: absolute;
background: #da291c;
border-radius: 4px;
padding: 5px 10px;
  color: white !important;

}
@media screen and (max-width: 768px) {
.back-btn {
  margin-top: 5px;
  font-size: 18px;
}
}

.logout-btn {
right: 0;
}

.register-container {
padding-bottom: 80px;
border-bottom: 1px solid #da291c;
}

.pt-20 {
padding-top: 20px;
}

.joinus-container {
padding-top: 80px;
}

.forget-password {
font-weight: bold;
text-decoration: none;
color: #1E1E2A;
text-align: right;
}

.register-account, .login-account {
font-weight: bold;
}
.register-account a, .login-account a {
text-decoration: none;
color: #da291c;
}

.car {
padding-bottom: 30px;
padding-top: 50px;
border-bottom: 1px solid #da291c;
}
.car__details {
list-style: none;
margin-left: 25px;
}
.car__details li {
margin-top: 15px;
}

.car-timings {
list-style: none;
}
.car-timings li {
margin-top: 20px;
}
.car-timings label {
font-weight: bold;
font-size: 33px;
}

.thankyou_image {
max-width: 500px;
margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
.thankyou_image {
  max-width: 300px;
}
}

[type=radio]:checked,
[type=radio]:not(:checked) {
position: absolute;
left: -9999px;
}

[type=radio]:checked + label,
[type=radio]:not(:checked) + label {
position: relative;
padding-left: 50px;
cursor: pointer;
line-height: 20px;
display: inline-block;
color: #666;
}

[type=radio]:checked + label:before,
[type=radio]:not(:checked) + label:before {
content: "";
position: absolute;
left: 0;
top: 0;
width: 24px;
height: 24px;
border: 1px solid #707070;
border-radius: 100%;
background: #fff;
}

[type=radio]:checked + label:after,
[type=radio]:not(:checked) + label:after {
content: "";
width: 16px;
height: 16px;
background: #da291c;
position: absolute;
top: 4px;
left: 4px;
border-radius: 100%;
transition: all 0.2s ease;
}

[type=radio]:not(:checked) + label:after {
opacity: 0;
transform: scale(0);
}

[type=radio]:checked + label:after {
opacity: 1;
transform: scale(1);
}

form .button--red {
  color: white;
  font-weight: bold;
}

.checkbox-container {
  display: inline-block;
  position: relative;
  padding-left: 35px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  height: 40px;
  width: 40px;
}

/* Hide the browser's default checkbox */
.checkbox-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  left: 0;
  height: 40px;
  width: 40px;
  z-index: 99;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 40px;
  width: 40px;
  border-radius: 4px;
  border: 2px solid ;
}

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

/* When the checkbox is checked, add a blue background */
.checkbox-container input:checked ~ .checkmark {
  background-color: #da291c;
  border-color:#da291c;
}

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

/* Show the checkmark when checked */
.checkbox-container input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.checkbox-container .checkmark:after {
  left: 7px;
  top: 2px;
  width: 20px;
  height: 20px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.con-404 {
  height: 95vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.error-text {
  font-size: 200px;
  font-weight: bold;
  color: #da291c;
}

.error-back-btn {
  border-radius: 4px;
  border: 1px solid #da291c;
  font-weight: bold;
  font-size: 18px;
  color: #da291c;
  text-decoration: none;
  transition: 0.3s;;
  background: transparent;
}

.error-back-btn:hover {
  background: #da291c;
  color: #fff;
  border: 1px solid #da291c;
}
.dot-pulse {
position: relative;
left: -9999px;
width: 10px;
height: 10px;
border-radius: 5px;
background-color: #da291c;
color: #da291c;
box-shadow: 9999px 0 0 -5px #da291c;
animation: dotPulse 1.5s infinite linear;
animation-delay: .25s;
align-self: center;
margin-top: 20px;
margin-left: 20px;
}

.dot-pulse::before, .dot-pulse::after {
content: '';
display: inline-block;
position: absolute;
top: 0;
width: 10px;
height: 10px;
border-radius: 5px;
background-color: #da291c;
color: #da291c;

}

.dot-pulse::before {
box-shadow: 9984px 0 0 -5px #da291c;
animation: dotPulseBefore 1.5s infinite linear;
animation-delay: 0s;
}

.dot-pulse::after {
box-shadow: 10014px 0 0 -5px #da291c;
animation: dotPulseAfter 1.5s infinite linear;
animation-delay: .5s;
}

@keyframes dotPulseBefore {
0% {
  box-shadow: 9984px 0 0 -5px #da291c;
}
30% {
  box-shadow: 9984px 0 0 2px #da291c;
}
60%,
100% {
  box-shadow: 9984px 0 0 -5px #da291c;
}
}

@keyframes dotPulse {
0% {
  box-shadow: 9999px 0 0 -5px #da291c;
}
30% {
  box-shadow: 9999px 0 0 2px #da291c;
}
60%,
100% {
  box-shadow: 9999px 0 0 -5px #da291c;
}
}

@keyframes dotPulseAfter {
0% {
  box-shadow: 10014px 0 0 -5px #da291c;
}
30% {
  box-shadow: 10014px 0 0 2px #da291c;
}
60%,
100% {
  box-shadow: 10014px 0 0 -5px #da291c;
}
}
.back-to-home:focus,
.back-to-home:hover,
.back-to-home{
 background-color: #da291c;
 border-color: #da291c;
 color: #FFF;
 box-shadow: none;
 font-weight: bold;
 height:80px;
 display:flex;
 flex-direction:row;
 align-items:center;
 justify-content:center;
}
.term-condition:focus,
.term-condition:hover,
.term-condition{
color:#000;
}

.section-title{
font-size: 2rem;
}
.text-black{
color: #000;
}
@media screen and (min-width: 970px) {
.order_button{min-height: 111px;}
}
