  /* .cont-form form .form-input  .form-input-item {*/
  /*  width: 48%;*/
  /*  margin: 10px;*/
  /*  border-radius: 40px;*/
  /*  color: black;*/
  /*      position: relative;*/
  /*}*/
  
/*  .cont-form form .form-input .form-input-item label {*/
/*    color: #fff;*/
/*    font-size: 18px;*/
/*    margin-bottom: 6px;*/
/*}*/
  
  /*.cont-form form .form-input .input-item {*/
  /*      width: 100%;*/
  /*      border-radius: 40px;*/
  /*  color: black;*/
  /*  }*/

  .form-input {
    display: flex;
    position: relative;
  }

  section.book-form {
    padding: 100px 0;
  }

  .date-inputs {
    display: flex;
    justify-content: center;
    margin-top: 10px;
    gap: 25px;
  }
  .first-f-title h2 {
    font-size: 36px;
    padding-bottom: 20px;
    margin-bottom: 50px;
    position: relative;
    text-align: center;
}

.first-f-title h2::before {
    position: absolute;
    content: '';
    bottom: 0;
    left: 50%;
    width: 70px;
    height: 3px;
    background-color: #cf1114;
    transform: translateX(-50%);
}

  .date, .time {
    width: 48%;
  }

  select {
    padding: 15px;
    border-radius: 30px;
    background-color: white;
  }
  .submit-btn button {
       
		display: inline-block;
		text-decoration: none;
		padding: 18px 40px !important;
		border-radius: 50px !important;
		color: black !important;
		font-size: 16px !important;
		font-weight: 600 !important;
		transition: all .5s;
		background: white !important;
    }
    .submit-btn button:hover {
    background-color: #c71012 !important;
    color: #fff !important;
}

  /*.submit-btn {*/
  /*  display: flex;*/
  /*  justify-content: center;*/
  /*  margin-top: 40px;*/
  /*}*/

  /*.submit-btn button {*/
  /*  padding: 5px 25px;*/
  /*  border-radius: 30px;*/
  /*  font-size: 18px;*/
  /*  transition: all .5s;*/
  /*}*/

  /*.submit-btn button:hover {*/
  /*  background-color: #890904;*/
  /*  color: white;*/
  /*  padding: 18px 30px;*/
  /*  font-size: 20px;*/
  /* }*/

  /*.form-input-item:before,*/
  /*.form-input-item:after {*/
  /*  content: "";*/
  /*  position: absolute;*/
  /*  bottom: 0px;*/
  /*  width: 56px;*/
  /*  height: 56px;*/
  /*  background-color: #ac0d0c;*/
  /*  transform: rotate(45deg);*/
  /*  border-radius: 50% 50% 50% 0%;*/
  /*}*/

  /*.form-input-item:before {*/
  /*  right: 0px;*/
  /*  z-index: 19;*/
  /*}*/

  .form-input-item:after {
    right: 0px;
    z-index: 9;
  }

  input.Change {
    padding: 10px 70px 10px 10px;
  }

  .main-btn {
    display: flex;
    gap: 25px;
  }

  /*.btns {*/
  /*  background-color: #ac0d0c;*/
  /*  padding: 8px 30px;*/
  /*  margin-left: 20px;*/
  /*  color: white;*/
  /*}*/

  .btns input {
    width: 15px;
    margin-right: 10px;
  }

  .btns label {
    color: white;
  }
  
  .form-input.change-two:before {
    content: unset;
  }
  
  .form-input {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
  }

  /*.form-input input {*/
  /*  width: 48%;*/
  /*  padding: 10px 70px 10px 10px;*/
  /*  border-radius: 20px;*/
  /*}*/
      .first-f-item {
    margin-bottom: 20px;
}
  
    .first-f-box {
        background-color: black;
    transition: all .5s;
    border: 1px solid #890904;
    padding: 35px;
    border-radius: 24px 24px 24px 24px;
    }
    .first-f-item label {
        font-size: 15px;
        margin-bottom: 6px;
        color: rgb(255 255 255);
    }
    .first-f-item input[type=text], .first-f-item input[type=tel], .first-f-item input[type=date], .first-f-item select {
        padding: 10px 15px;
        height: 50px;
        background-color: black;
        border-color: #80808040;
        border-radius: 50px;
        color: #d1d1d1;
        font-size: 16px;
        margin-bottom: 0px;
    }
    .first-f-item input[type="date"]::-webkit-calendar-picker-indicator {
      background-color: white;
      padding: 3px;
      color: white;
      font-size: 14px;
      cursor: pointer;
      border-radius: 50%;
    }
    .first-f-item input[type=text]:focus, .first-f-item input[type=tel]:focus, .first-f-item input[type=date]:focus, .first-f-item select:focus{
        border-color: #8f0905;
    }

  /*.main-btn {*/
  /*  display: flex;*/
  /*  margin-top: 20px;*/
  /*}*/

  /*.btns {*/
  /*  background-color: #ac0d0c;*/
  /*  padding: 8px 30px;*/
  /*  margin-left: 20px;*/
  /*  color: white;*/
  /*}*/

  .btns input {
    margin-right: 10px;
  }

  .btns label {
        color: rgb(255 255 255);
        margin-left: 4px;
  }
  .btns input[type=checkbox] {
    width: 15px;
    accent-color: #cf1114;
}

  .submit-btn {
    text-align: center;
    margin-top: 30px;
  }

  /*.submit-btn button {*/
  /*  padding: 10px 30px;*/
  /*  border-radius: 30px;*/
  /*  background: #890904;*/
  /*  color: white;*/
  /*  font-size: 18px;*/
  /*}*/
  
  /*.form-input.change:before {*/
  /*  content: unset;*/
  /*}*/
    
  /*.date select, .time select {*/
  /*  padding: 15px;*/
  /*  border-radius: 30px;*/
  /*  font-size: 18px;*/
  /*  color: gray;*/
  /*  position: relative;*/
  /*  background: #fff;*/
  /*}*/
  
  @media only screen and (min-width: 100px) and (max-width: 1399px){
        .first-f-box {
            padding: 40px 30px;
        }
        
  }
  @media only screen and (min-width: 100px) and (max-width: 1199px){
        section.book-form {
            padding: 80px 0;
        }
  }
  @media only screen and (min-width: 100px) and (max-width: 991px){
        .first-f-title h2 {
            font-size: 28px;
        }
        section.book-form {
            padding: 60px 0;
        }
        .submit-btn button {
            padding: 15px 35px !important;
            font-size: 15px !important;
        }
  }
  @media only screen and (min-width: 100px) and (max-width: 575px){
        .first-f-box {
            padding: 30px 20px;
        }
        .first-f-title h2 {
            font-size: 24px;
            margin-bottom: 30px;
        }
        .first-f-title h2::before {
            width: 50px;
        }
  }
  
  
  
  
  