.booknow_banner_img {
  background: linear-gradient(118.73deg, #969393 12.95%, #D1CCCC 81.95%, #FFFFFF 117.48%);
  height: 100%;
}
.booknow_img {
  margin-top: 110px;
  margin-bottom: 75px;
}
.booknow_img img {
  width: 100%;
  max-width: 100%;
}
h1 {
    font-size: 20px;
}
.prev_btn {
    background: transparent !important;
    color: #000 !important;
    padding: 0px !important;
}
.prev_btn:hover {
    background: transparent !important;
}
.color_btn {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  border: 1px solid black;
  margin-right: 10px;
}

.dealership_color_btn {
  width: 35px;
  height: 20px;
  border-radius: 50%;
  border: 1px solid black;
  margin-right: 10px;
}
.bookNowNextBtn {
  width: 100%;
}
.product_label {
    margin-bottom: 8px;
}
.otp_inputs {
  height: 40px;
  width: 40px;
  border: 1px solid #EEEEEE;
  border-radius: 8px;
  padding-left: 15px;
}
.product_info {
    border: 1px solid #D0D5DD;
    border-radius: 5px;
    padding: 10px 20px 25px 20px;
    margin-top: 25px;
}
.product_info span {
    
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0em;
    text-align: left;
    color: #64748B;
    display: inline-block;
}
.speedInfo {
    
    font-size: 20px !important;
    font-weight: 500 !important;
    line-height: 30px;
    letter-spacing: 0em;
    text-align: left;
    color: #333333 !important;
    float: left;
}
.speedTitle {
    float: right;
}
.form_div {
    padding-top: 160px;
}
.viewInfo {
    background: #F4F4F4;
    border-radius: 10px;
    padding: 10px 20px;
}
.viewInfo ul {
    padding-left: 0px;
}
.viewInfo ul li {
    border-bottom: 1px solid #D0D5DD;
    padding-top: 9px;
    padding-bottom: 9px;
    list-style: none;
}
.viewInfo ul li span {
    float: right;
}
.edit_btn {
    font-family: Poppins;
    font-size: 14px;
    font-weight: 500;
    line-height: 21px;
    letter-spacing: 0em;
    text-align: left;
    color: #119911 !important;
    border: none !important;
    background: transparent !important;
}
.white i {
    color: #000 !important;
}
.color_btn i {
    color: #fff;
}
#colors_div {
    display: flex !important;
}

   #otp_section{
   padding: 36px 12px;
    border: 1px solid #ffffff;
    border-radius: 5px;
    box-shadow: 1px 1px 3px #ccc;
    margin: 34px 0px;
    
   }
   #otp_section h1{
   margin-bottom: 30px;
   }
   #otp_section .otp_inputs{
  
    border: 1px solid #dcd7d7;
   }
