body {
  margin: 0;
  font-family: 'Times New Roman', Times, serif;
  font-weight: 400;
  color: rgb(227, 230, 233);
  /*letter-spacing: 1px;*/

}
h1{
  color: darkcyan;
  left: 437px;
  position: relative;
}
/*main page*/
.continer {
  top: -120px;
  position: absolute;
  background-color: rgb(245, 245, 245);
  margin: 200px;
  box-shadow: 10px 15px 20px rgb(58, 51, 51);
  display: grid;
  grid-template-columns: 40% 60%;
  grid-template-rows: auto;
  width: 800px;
}

.continer-time {
  background-color: rgb(87, 85, 83);
  padding: 50px;
  outline: 3px dashed #bda105;
  outline-offset: -30px;
  text-align: center;
  width: 266px;
}

.heading {
  font-size: 35px;
  text-transform: capitalize;
}

.heading-days,
.heading-time {
  color: #c7aa09;
  font-size: 30px;
}

.heading-phone {
  font-size: 20px;
}
.heading-mail{
  font-size: 18px;
}
.continer-form {
  padding: 20px 0;
  margin: 0 auto;
  color: black;
  position: relative;
  left: 37px;
}

.form {
  display: grid;
  grid-row-gap: 20px;
}

.form-field {
  color: none;

}

.continer-form input span {
  position: absolute;
  bottom: 12px;
  right: 17px;
  font-size: 17px;
  color: rgb(240, 7, 7);
}

#subt-error {
  color: red;
}

.continer-form span i {
  color: rgb(7, 189, 22);
}


.button {
  border-radius: 4px;
  background-color: #f4511e;

  border: none;
  color: #FFFFFF;
  text-align: center;
  font-size: 28px;
  padding: 20px;
  width: 200px;
  transition: all 0.5s;
  cursor: pointer;
  margin: 5px;
  border-radius: 50px;
}


.button span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}

.button span:after {
  content: '\00bb';
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.5s;
}

.button:hover span {
  padding-right: 25px;
}

.button:hover span:after {
  opacity: 1;
  right: 0;
}



#second,
#third {
  display: none;
}

.paybutton {
  background-color: #1e8df4;
  color: white;
  height: 30px;
  width: 280px;
}

.otp-input {
  width: 20px;
  /* Adjust as needed */
  text-align: center;
  margin: 0 5px;
  /* Adjust as needed */
  border-left: none;
  border-top: none;
  border-right: none;
  background-color: transparent;
  display: none;
}

.otpbutton {
  display: none;
}
@media screen and (max-width: 1275px) {
  /* .continer-time{
    width: 256px;
  } */
   .continer{
    width: 904px;
   }
   h1{
    color: darkcyan;
    position: relative;
    top: -3px;
    left: 457px;
  }
}
@media screen and (max-width: 1150px)
 {
  .continer{
    position: relative;
    left: -156px;
  
  }
  h1{
    color: darkcyan;
    position: relative;
    top: 38px;
    left: 282px;
  }

 }
 @media screen and (max-width: 991px)
  {
    .continer{
      position: relative;
      left: -156px;
    width: 765px;
    }
  .continer-time{
    width: 250px;
  }
  .continer-form{
    width: 250px;
  }
  }
  @media screen and (max-width: 768px) {
.continer{
  width: 620px;
}
.continer-time{
  width: 187px;
}
.continer-time h2{
  position: relative;
    left: 2px;
    font-size: 33px;
}
.continer-time h3{
  position: relative;
  left: 2px;
  font-size: 22px;
}
.continer-form{
  position: relative;
    left: -1px;
}
.continer-time .heading-mail{
  left: -18px;
  position: relative;
}
  }
  @media screen and (max-width: 651px){
    .continer{
      width: 480px;
    }
    .continer-time{
display: none;
    }
    .continer-form{
      position: relative;
      left: 94px;
    }
    h1{
      left:144px;
    }
  }
  @media screen and (max-width: 480px){
    .continer{
      width: 309px;
    }
    .continer-time{
display: none;
    }
    .continer-form{
      position: relative;
      left: 14px;
    
    }
    h1{
      left: 45px;
    }
  }
  @media screen and (max-width: 375px) {
    .continer{
      width: 305px;
      position: relative;
      left: -177px;
    }
    h1{
      left:30px;
    }
    .continer-time{
      display: none;
          }
    .continer-form{
      position: relative;
      left: 5px;
    
    }
  }