body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: Arial, sans-serif;
    width: 100%;
    overflow-x: hidden;
  }

  *:focus {
    outline: none;
  }
/* .header{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 40px 80px;
}
.logo img{
    height: 74px;
} */

/* .contact-num span{
    color: #fff;
    font-size: 17px;
} */

  .bg-cover{
    /* background-image: url('../img/bg3.jpeg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom center;
    margin-top: -160px;
    padding: 50px 50px; */
    background: url(https://travelkhana-website.s3.ap-south-1.amazonaws.com/img/bg3.jpg) no-repeat;
    background-size: cover;
    
    

  }
  .tab-element{
    margin-inline: 125px !important;
    margin-top: 170px !important;
    z-index: 999;
    position: relative;
  }
  
  .tab-container {
    background-color: #fff;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    /* z-index: 999; */
    border-radius: 15px

}
.row.content-row{
    margin-inline: 30px;
    margin-bottom: 40px;
    margin-top: -50px;
}

.content {
    background-color: #fff;
    
    /* z-index: 111; */
    
    padding-top: 40px;
    padding-bottom: 40px;
    border-radius: 20px;

}

  .tabs {
    display: flex;
    justify-content: space-around;
    /* border-bottom: 1px solid #ccc; */
  }
  
  .tab-link {
    border: none;
    padding: 14px 20px;
    cursor: pointer;
    transition: background-color 0.3s;
    font-size: 16px;
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #D51B00;
    text-decoration: none;
    font-weight: bold;
    font-size: 20px;
  }
  
  .tab-link img {
    max-width: 50px;
    height: auto;
    margin-bottom: 5px;
  }
  
  .tab-link:hover {
    color: #D51B00;
    text-decoration: none;
  }
  
  .tab-link.active {
    /* background-color: red; */
    color: #D51B00 !important;
    text-decoration: none;
  }
  .tab-link:active {
    
    color: #D51B00 !important;
    text-decoration: none;
  }
  .tab-link:visited {
    
    color: #000 !important;
    text-decoration: none;
  }
  /* .tab-link:focus{
    color: #D51B00;
    text-decoration: none;
  } */
  .tab-content {
    display: none;
    padding: 20px;
    border-top: none;
  }
  
  .tab-content h2 {
    margin-top: 0;
  }

  #otpForm{
    width: 100%;
  }
  .f-style {
    display: flex;
    /* align-items: center;
    justify-content: center; */
  }



  .f-style input[type="text"] {
    border: 2px solid #646160;
    padding: 10px 20px;
    position: relative;
    height: 57px;
    width: 94%;
    font-size: 20px;
    border-radius: 50px;
    margin-bottom: 20px;
}

.f-style input[type="date"] {
  border: 2px solid #646160;
    padding: 10px 20px;
    position: relative;
    height: 57px;
    width: 94%;
    font-size: 20px;
    border-radius: 50px;
    margin-bottom: 20px;
}
.otp-sub-btn input[type="submit"] {
  background: #d51b00;
  color: #fff;
  height: 57px;
  margin-left: -4px;
  font-size: 18px;
  font-family: inherit;
  font-weight: 400;
  text-transform: uppercase;
  padding: 0 26px;
  /* border-radius: 0 2px 2px 0; */
  border: 2px solid #d51b00;
}
div#group-food h2{
  color: #d51b00;
}
.center-element{
    display: flex;
    align-items: center;
    justify-content: center;
}
#vf-sty label {
  font-size: 20px;
  /* text-align: right; */
  margin-bottom: 13px;
}
#fleetbook-vf-sty label{
  font-size: 20px;
  /* text-align: right; */
  margin-bottom: 13px;

}
#verifyBtn{
  margin-top:15px;
}

input#opt {
  padding: 12px 8px;
  width: 350px;
  font-size: 27px;
  font-family: cursive;
  font-weight: bold;
  text-align: center;
  /* height: 70px; */
  border: 2px solid #646160;
}

div#verify-btn-container{
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 40px;
}
#verifyBtn{
  background: #d51b00;
  color: #fff;
  height: 40px;
  font-size: 18px;
  font-family: inherit;
  font-weight: 400;
  text-transform: uppercase;
  padding: 0 26px;
  border: none;

}
/* OTP */
div#inputs {
  display: flex;
  align-items: center;
  justify-content: center;
}
div#fleetbook-inputs{
  display: flex;
  align-items: center;
  justify-content: center;
}
 .input {
	width: 40px;
	border: none;
	border-bottom: 3px solid rgba(0, 0, 0, 0.5);
	margin: 0 10px;
	text-align: center;
	font-size: 36px;
	pointer-events: visible;
}

.input:focus {
	border-bottom: 3px solid orange;
	outline: none;
}

.input:nth-child(1) {
	cursor: pointer;
	pointer-events: all;
}

.fleetbook-inputs input, .food-inputs input{
  cursor: pointer;
}

.foodBookheading{
  text-align: center;
  color: #000!important;
  font-weight: 500;
  font-size: 48px;
  margin-bottom: 33px;
  margin-top: 32px;
  
}

 .train-food .input_bg .last span {
  background: none;
}
.train-food {
  z-index: 9999;
}

label {
  display: block;
  margin-bottom: 8px;
}
#radio-btn{
  margin-top: 15px;
}
#radio-btn input[type="radio"]{
  margin-right: 4px;
  
}
#radio-btn label {
  font-size: 16px;
  margin-right: 5px;
  color: #7c6d6d;
  font-weight: 400;
}

.image-container {
  display: flex;
  justify-content: space-around;
  margin-top: 20px;
  border-right: none!important;
}
.clickable-image {
  width: 34px;
  height: auto;
  cursor: pointer;
  transition: border 0.3s ease, padding 0.3s ease, width 0.3s ease;
  margin-top: -10px;
  margin-right: 15px;

}

.clicked {
  border: 5px inset #ff0303;
  padding: 4px;
  width: 40px;
}
.fleet-otp-heading{
  font-size: 20px;
  text-align: center;
  margin-bottom: 13px;
  font-weight: 700;
}
.fleet-otp-sub-heading{
  font-size: 15px;
  text-align: center;
  margin-bottom: 10px;
  font-weight: 600;
  color: #06f893;  
}

#fleet-booking{
  padding: 50px 0px 0px 0px!important;
}

.group-otp-sub-heading{
  font-size: 15px;
  text-align: center;
  margin-bottom: 10px;
  font-weight: 600;
  color: #06f893;
}
/* #fleetotp_phone{
  width: 280px;
} */
#aterotpfleetForm{
  text-align: center;
}

.fleetBookHeaing{
  color:#000;
  text-align: center;
  font-size: 40px;
  margin: 0;
}
#fleet-booking .col-md-9 {
  width: 70%;
}
#fleet-booking .col-md-3 {
  width: 30% !important;
}

#group-food .col-md-9 {
  width: 70%;
}
#group-food .col-md-3 {
  width: 30%;
}
.bottom-itm-container {
  transform: translate(85%, -20%) !important;
  
}

.alignTheSubBtn {
  transform: translate(0%, 50%) !important;
  width: fit-content;
  border-bottom: 1px solid #e1e1e1;
  margin-left: 6px;
}

select#fleetcity{
  border: none;
    background: transparent;
    box-shadow: none;
    border-bottom: 1px solid #e1e1e1;
    font-size: 16px;
    font-family: inherit;
    color:#08080885;

}
.fleetHeadingContainer{
  margin-bottom: 40px;
}

/* =========== Group Food Style ======== */
#aterotpForm {
  text-align: center;
}


#group-food{
  padding: 50px 0px 0px 0px!important;
}


select#groupcity{
  border: none;
    background: transparent;
    box-shadow: none;
    border-bottom: 1px solid #e1e1e1;
    font-size: 16px;
    font-family: inherit;
    color:#08080885;
}



.error-message {
  color: red;
  font-size: 14px;
  display: none;
}
.fleetErrorMessage{
  color: red;
  font-size: 14px;
  display: none;
}
.aderror-message{
  color: red;
  font-size: 15px;
  display: none;
  text-align: center;
  margin-top: 20px;
}

.gperror-message{
  color: red;
  font-size: 15px;
  display: none;
  text-align: center;
  margin-top: 20px;
}


.groupBookHeaing{
  color: #000;
    text-align: center;
    font-size: 40px;
    margin: 0;
}

.groupHeadingContainer{
  margin-bottom: 40px;
}

#loader {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  width: 120px;
  height: 120px;
  margin: -76px 0 0 -76px;
  border: 16px solid #f3f3f3;
  border-radius: 50%;
  border-top: 16px solid #3498db;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}

@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}


.offers-messages{
  margin:0;
}
main_heading::before{display:block!important;}


@media (max-width: 767px) and (min-width: 240px) {
  .bg-cover {
      background: #f4f4f4;
      padding-top: 100px;
      height: auto;
  }
}


