/* BOOKING EXAM MAIN PAGE */
.home-b {
  background: url(../image/homepage_background.avif) center/cover no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  padding: 6rem 0 !important;
  margin-top: 2%;
}

.hom-b-flex {
  width: 80%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, auto);
  margin-bottom: 2rem;
  gap: 30px;
}

.hom-b-flex-a a {

  border: 1px solid #e7e3e3;
  text-decoration: none;
}

.hom-b-flex-a a:hover .card-buto {
  background: #253da1;
  color: #fff;
}

.hom-b-flex-a a p {
  color: #212529;
}

.home-b .card {
  width: 330px;
  height: 390px;
  border-radius: 10px;
  transition: box-shadow 0.3s ease, transform 0.3s ease;
  border: 1px solid #e7e3e3;
  cursor: pointer;
}

.home-b .card:hover {
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
  transform: scale(1.02);
}

.home-b .card img {
  border-radius: 5px;
  height: 190px;
}

.home-b .card .card-text {
  font-size: 20px;
  font-weight: 900;
  margin-bottom: 0;
  line-height: 20px;
}

.home-b .card .card-title {
  font-size: 18px;
}

.home-b .exambtn_book {
  padding-top: 1rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 57px;
}

.home-b .card-buto {
  text-decoration: none;
  text-transform: capitalize;
  font-size: 15px;
  background-color: #e7e3e3;
  color: #253DA1;
  font-weight: 800;
  padding: 8px 15px;
  border-radius: 5px;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.home-b .cont_book_bg {

  background-color: #e7e3e3;
  border-radius: 10px;
}

.home-b .cont_book_bg .card-body h4 {
  padding: 2.2rem 0 !important;
  font-size: 14px;
  line-height: 25px;
  text-align: center;
  font-weight: 400;
  color: #212529;
}

@media screen and (max-width: 576px) {
  .home-b {
    padding-bottom: 4rem;
  }

  .hom-b-flex {
    grid-template-columns: repeat(1, auto);
    justify-content: center;
    align-items: center;
    margin-top: 10%;
    width: 100%;
  }

  .home-b .card {
    display: block;
    margin: 0 auto;
    width: 90%;
  }

  .home-b .card .card-text .price-blink {
    font-size: 16px !important;
  }

  .home-b .exambtn_book {
    padding-top: 3px;

  }

  .modal-header h1 {
    display: none;
  }

}

@media screen and (max-width: 320px) {
  .home-b .card .card-text .price-blink {
    font-size: 15px !important;
  }
}

@media screen and (min-width: 577px) and (max-width: 768px) {
  .hom-b-flex {
    width: 100%;
    margin: 0 auto;
    grid-template-columns: repeat(2, auto);
  }
}

/* booking */
.booking-page {
  padding: 7rem 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background: url(../image/homepage_background.avif) center/cover no-repeat;
  margin-top: 2%;
}

.progress-b {
  width: clamp(600px, 5%, 330px);
  margin: 0 -150%;
  border-radius: 0.35rem;
  z-index: 1;
  position: relative;
  display: flex;
  justify-content: space-between;
  counter-reset: step;
  margin-bottom: 30px;
}

.progress-b::before,
.progress-sub {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  height: 4px;
  width: 100%;
  background-color: #dcdcdc;
  z-index: -1;
}

.progress-sub {
  background-color: #253da1;
  width: 0;
  transition: 0.5s;
}

.progress-step {
  width: 50px;
  height: 50px;
  font-size: 25px;
  font-weight: 900;
  color: white;
  background-color: #55aaff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.progress-step::before {
  counter-increment: step;
  content: counter(step);
}

.progress-step::after {
  content: attr(data-title);
  position: absolute;
  top: calc(100% + 8px);
  font-size: 17px;
  color: #5A5C8A;
  font-weight: 900;
  width: 200px;
  text-align: center;
}

.progress-step.active {
  background-color: #253da1;
  color: white;
}

@media screen and (max-width: 576px) {
  .booking-page {
    padding-top: 8.5rem !important;
    margin: 0 auto;
  }

  .progress-b {
    width: 300px;
    margin: 0 auto;
  }

  .progress-step {
    width: 30px;
    height: 30px;
    font-size: 12px;
  }

  .progress-step::after {
    font-size: 10px !important;
    text-align: center;
    font-weight: 900;
    width: 91px !important;
    text-align: center;
  }

  .form-page {
    padding-top: 2rem !important;
  }
}

@media screen and (min-width: 577px) and (max-width: 799px) {
  .booking-page {
    padding-top: 9rem;
    margin: 0 auto;
  }

  .progress-b {
    width: 600px;
    margin: 0 auto;
  }

  .progress-step::after {
    font-size: 14px !important;
    text-align: center;
    font-weight: 900;
    width: 135px !important;
    text-align: center;
  }

  .form-page {
    padding-top: 4rem;
  }
}



/* Form */

.form-page {
  width: 80%;
  margin-top: 2rem;
}

.step-1-flex {
  display: flex;
  justify-content: center;
  align-items: center;
}

.form-page .form-step {
  display: none;
}

.form-step.active {
  display: block;
  transform-origin: top;
  animation: animate 0.5s;
}

@keyframes animate {
  from {
    transform: scale(1, 0);
    opacity: 0;
  }

  to {
    transform: scale(1, 1);
    opacity: 1;
  }
}

/* Button */
.btn-group {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.book-btn {
  padding: 10px 2rem;
  width: 152px;
  text-decoration: none;
  border-radius: 5px;
  text-align: center;
  transition: all 0.3s;
  cursor: pointer;
  background-color: #253da1;
  color: white;
  border: none;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
}

.book-btn:hover {
  color: white;
  font-weight: 800;
}

.btn-prev {
  background-color: #5A5C8A;
}

.btn-prev:hover {
  background-color: #253DA1;
}

.btn-next:hover {
  background-color: #5A5C8A;
}

/* steps */
#step2 .step2-left,
#step3 .step3-left,
#step4 .step4-left {
  box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px;
  padding: 2.5rem 1.4rem;

}

#step2 .form-label {
  color: #5A5C8A;
  font-weight: 700;
}

#step2 .step2-right .step2-right-head,
#step3 .step3-right .step3-right-head {
  font-weight: 800;
  font-size: 19px;
  padding-bottom: 7px;
  color: #5A5C8A;
}

#step2 .form-control:focus,
#step3 .form-control:focus,
#step4 .form-control:focus {
  border-color: #ced4da;
  box-shadow: none;
}

#step1 .form-select {
  background-color: #e9ecef;
  opacity: 1;
}

#step4 .form-group {
  margin-bottom: 1.4rem;
}

#step1 .form-control,
#step2 .form-control,
#step3 .form-control,
#step4 .form-control {
  background-color: #e9ecef;
  opacity: 1;
  color: #555555;
}

#step2 .form-control:focus,
#step3 .form-control:focus,
#step4 .form-control:focus {
  border-color: #ced4da;
  box-shadow: none;
}

#step1 .form-label,
#step2 .form-label,
#step3 .form-label,
#step4 .form-label {
  color: #5A5C8A;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  margin: 0;
}

#step2 .form-label span,
#step3 .form-label span {
  color: red;
}

.form-step .upload-border {
  height: 130px;
  border: 1px dashed #4d4e50;
  padding: 20px 0;
  text-align: center;
}

.form-step .upload-border div {
  opacity: 0.5;
  font-weight: 500;
}

.form-step .file-upload input[type='file'] {
  display: none;
}

/* calender */
.calendar {
  margin: 0 auto;
  width: 800px;
  border-radius: 5px;
  margin-top: 1rem;
}

.slot-head {
  margin-top: 2rem;
  padding-left: 2rem;
  font-size: 19px;
  font-weight: 900;
  color: rgb(90, 92, 138);
}

.calendar .heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
  margin: 1rem 2rem;
}

.calendar .heading .header-item-name {
  color: #253da1;
  text-transform: capitalize;
  font-size: 24px;
  font-weight: 800;
}

.calendar .heading .header-item button {
  background-color: #253da1;
  border: none;
  color: white;
  padding: 10px 20px;
  font-size: 16px;
  border-radius: 5px;
  cursor: pointer;
  margin-top: 1rem;
}

.calendar .heading .header-item button:hover {
  background-color: #55AAFF;
}

.calendar .cal-weekdays {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
  margin-top: 20px;
}

.calendar .cal-weekdays div {
  flex: 1;
  text-align: center;
}

.calendar .days {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 5px;
}

.calendar .days div {
  flex: 1;
  text-align: center;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  cursor: pointer;
  line-height: 50px;
  margin: 0 auto;
  font-weight: 900;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px,
    rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
}

.calendar .days div input[type="radio"] {
  display: none;
  cursor: pointer;
}

/* .calendar .days div input[type="radio"]:checked+label {
  background-color: #55AAFF;
  color: white;
} */
.calendar .days div input[type="radio"]:checked+label {
  background-color: #55AAFF;
  color: white;

}

.calendar .days div label {
  display: block;
  height: 100%;
  width: 100%;
  border-radius: 50%;
  cursor: pointer;
}

.days div.disabled {
  color: #a39a9a;
  pointer-events: none;
}

.days div.available {
  border: 2px solid #55AAFF;

}

.days div.available:hover {
  background-color: #253da1;
  color: white;
  border: none;

}

.calendar .selected-cell {
  background-color: #253da1;
  color: white;
}

.calendar .slot {
  margin: 1rem 2rem;
  display: flex;
  gap: 10px;
}

.calendar .slot .slot-radio span {
  font-weight: 500;
}

.m-title {
  padding-left: 3rem;
  color: #253DA1;
  font-size: 20px;
}

@media screen and (max-width: 576px) {
  .calendar {
    /* margin: 0 -5%; */
    display: block;
    margin: 0 auto;
    width: 294px;
  }

  .calendar .heading .header-item-name {
    font-size: 16px !important;
    padding-top: 1rem;
  }

  .slot-head {
    font-size: 17px !important;
    padding-left: 0 !important;
  }

  .col-sm-5 {
    padding: 0;

  }

  .calendar .days div {

    height: 30px !important;
    width: 30px !important;
    font-size: 10px;

  }

  .calendar .days div label {
    line-height: 29px;
  }

  .calendar .cal-weekdays div {
    font-size: 12px;
  }

  .calendar .days {
    gap: 15px;
  }

  .calendar .slot {
    flex-direction: column;
    margin: 1rem 0 !important;

  }

  .step4-right .card-details {
    padding: 0px 0px 0px;
  }

  .step4-right .card-details {
    padding: 5px 5px 5px;
  }

  .btn-group {
    margin-top: 2rem;
  }

  .step2-right,
  .step3-right,
  .step4-right {
    margin-top: 2rem;
  }

  .m-title {
    padding-left: 2rem;
    font-size: 17px;
  }

  .col-xl-5 {
    padding-bottom: 10px;
    margin: 0;
    padding-left: 0;
    padding-right: 0;
  }

  #step1 .form-control,
  #step2 .form-control,
  #step3 .form-control,
  #step4 .form-control {
    background-color: #e9ecef;
    opacity: 1;
    border-color: #e7e3e3;
    padding: 4px 8px !important;
  }
}

@media screen and (min-width: 577px) and (max-width: 799px) {
  .calendar {
    margin: 0 auto !important;
    width: 556px;
  }

  .calendar .days {
    gap: 15px !important;
  }

  .step2-right,
  .step3-right,
  .step4-right {
    margin-top: 2rem;
  }

  .res-btn {
    float: inline-end !important;
  }
}


/* 4 */
.step4-right {
  border-top: 2px solid #253DA1;
}

.step4-left .products .title {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  color: #3b99e0;
  font-size: 18px;
  font-weight: 900;
  padding-bottom: 5px;
}

.step4-left .products .info table th {
  color: #5A5C8A;
  font-weight: 500;
}

.step4-left .products .info table td {
  color: #1f1f1f;
}

.step4-left .products .price {
  float: right;
  font-weight: 600;
  font-size: 1.3rem;
}

.step4-left .products .total {
  padding-left: 10px;
  padding-top: 10px;
  font-weight: 900;
  line-height: 1;
  font-size: 1.3rem;
  color: #555555;
}

.step4-right .card-details {
  padding: 25px 25px 15px;
}

.step4-right .block-heading {
  padding: 10px 0;
  text-align: center;
}

.step4-right .block-heading h2 {
  color: #3b99e0;
  font-weight: 900;
  font-size: 23px;
  padding: 0;
}

.step4-right .block-heading p {
  opacity: 0.7;
}

.step4-right .card-details .form-control {
  border: 1px solid #ced4da;
}

.step4-right.card-details label {
  font-size: 15px;
  padding-top: 19px;
  text-transform: capitalize;
}

.card-details .form-group .grp {
  position: relative;
}

.card-details .form-group .grp i {
  position: absolute;
  top: 12px;
  left: 11px;
  color: #989898;
}

.card-details .form-group .grp input {
  text-indent: 30px;
}

.payment-form .card-details .pay-btn {
  text-align: center;
  margin-top: 1rem;
}

.step4-right .card-details .pay-btn button {
  background-color: #253DA1;
  color: white;
  padding: .7rem 0;
  font-size: 18px;
  font-weight: 700;
  border: none;
  border-radius: 5px;
  width: 100%;
}


/* Register  */

.reg-form-page {
  background: url(../image/homepage_background.avif);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  padding-top: 10rem;
  padding-bottom: 8rem;

}

.reg-form-flex {
  display: flex;
  gap: 10px;
  justify-content: space-evenly;

}

.reg-form-left {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  max-width: 400px;
}

.reg-form-left div {
  color: #253DA1;
  font-size: 35px;
  line-height: 40px;
  font-weight: 900;
  padding-bottom: 1rem;
  text-transform: capitalize;
  letter-spacing: 1px;
}

.reg-form-left div span {
  font-size: 25px;
  font-weight: 300;
}

.reg-form-right {
  padding-bottom: 1rem;
}

.reg-form-right,
.reg-form-right- {
  padding-top: 2rem;
}

.reg-form-right- .reg-form {
  box-shadow: rgba(136, 165, 191, 0.48) -1px 2px 16px 0px, rgba(136, 165, 191, 0.48) 1px 2px 16px 0px;
  background-color: #fff;
  padding: 30px 50px;
  border-radius: 10px;
  width: 490px;
}

.reg-form-right .reg-form {

  box-shadow: rgba(136, 165, 191, 0.48) -1px 2px 16px 0px, rgba(136, 165, 191, 0.48) 1px 2px 16px 0px;
  background-color: #fff;
  padding: 20px 50px;
  border-radius: 10px;
  width: 520px;

}

.reg-form-right .reg-form .reg-form-head,
.reg-form-right- .reg-form .reg-form-head {
  text-align: center;
}

.reg-form-right .reg-form .reg-form-head img,
.reg-form-right- .reg-form .reg-form-head img {
  width: 100px;
  object-fit: contain;
  padding-bottom: 10px;
}

.reg-form-right .reg-form .reg-form-head div,
.reg-form-right- .reg-form .reg-form-head div {

  color: #555555;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 25px;
  margin-bottom: 1rem;
  position: relative;
}

.reg-form-right .reg-form .reg-form-head div::after,
.reg-form-right- .reg-form .reg-form-head div::after {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 50%;
  transform: translateX(-50%);
  width: 40px;
  height: 3px;
  background-color: #55AAFF;
  line-height: 50px;
}

.reg-form-right .reg-form .form-group,
.reg-form-right- .reg-form .form-group {
  overflow: hidden;
  margin-bottom: 1rem;
}

.reg-form-right .reg-form .form-input,
.reg-form-right- .reg-form .form-input {
  width: 100%;
  height: 40px;
  border: 1px solid #ebebeb;
  padding: 17px 20px;
  border-radius: 5px;
  font-size: 14px;
  font-weight: 500;
  color: #222;

}

.reg-form-right .reg-form .form-input::placeholder,
.reg-form-right- .reg-form .form-input::placeholder {
  color: #999;
}

.reg-form-right .reg-form .form-input:focus,
.reg-form-right- .reg-form .form-input:focus {
  border: 2px solid #ebebeb;
  outline: none;
}

.reg-form-right .reg-form .form-group .form-submit,
.reg-form-right- .reg-form .form-group .form-submit {
  width: 55%;
  background-color: #253DA1;
  color: #fff;
  border-radius: 4px;
  padding: 10px 0;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 1px;
}

.reg-form-right .reg-form .form-group label,
.reg-form-right- .reg-form .form-group label {
  color: #5A5C8A;
  font-weight: 700;
  font-size: 15px;
}

.reg-form-right .reg-form .form-group label span,
.reg-form-right- .reg-form .form-group label span {
  color: red;
}

.reg-form-right .reg-form .form-group label a,
.reg-form-right- .reg-form .form-group label a {
  text-decoration: none;
}

.reg-form-right .reg-form .form-group label a:hover,
.reg-form-right- .reg-form .form-group label a:hover {
  text-decoration: underline;
}

.reg-form-right .reg-form .form-group .forget:hover,
.reg-form-right- .reg-form .form-group .forget:hover {
  text-decoration: none;
}

@media screen and (max-width: 576px) {
  .reg-form-flex {
    padding-top: 3rem;
    flex-direction: column;
  }

  .reg-form-right,
  .reg-form-right- {
    margin: 0 auto;
  }

  .form-group .form-submit {
    width: 60% !important;
  }

  .step4-right {
    margin-left: 0;
    margin-top: 2rem;
  }

  .reg-form-right .reg-form .form-group label,
  .reg-form-right- .reg-form .form-group label {
    font-size: 13px !important;
  }

  .reg-form-left div {
    line-height: 32px !important;
  }

  .agree-term {
    display: flex;
    gap: 5px;
    justify-content: center;
  }

  .reg-form-right- .reg-form {
    padding: 30px 30px;
    width: 340px;
  }

  .reg-form-right .reg-form {
    padding: 20px 30px;
    width: 320px;

  }
}

@media screen and (min-width: 577px) and (max-width: 799px) {
  .reg-form-flex {
    padding-top: 3rem;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .reg-form-right- .reg-form {
    padding: 30px 70px;
    width: 608px;
  }

  .reg-form-right .reg-form {
    padding: 20px 50px;
    width: 608px;

  }

  .form-group .form-submit {
    width: 35% !important;
  }
}

/* otp verify */
.v-email {
  background: url(../image/homepage_background.avif) center/cover no-repeat;
  height: 100vh;
  width: 100%;
}

.v-email- {
  padding-top: 4rem;
  text-align: center;
}

.v-email- img {
  width: 130px;
  object-fit: contain;
}

.v-email- div {
  padding-top: 20px;
  letter-spacing: 1px;
  font-size: 20px;

}

.v-email-form {
  margin-top: 2rem;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px;
  background-color: transparent;
  padding: 50px 40px;
  text-align: center;
}

.v-email-form .form-group .form-input {
  width: 40%;
  height: 50px;
  border-radius: 5px;
  padding: 0 20px;
  border: 1px solid #e7e3e3;
}

.v-email-form .form-group .form-input:focus {
  outline: none;
  border: 1px solid #e7e3e3;
}

.v-email-form .form-group .otp-box {
  padding-top: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-direction: row;
}

.v-email-form .form-group .otp-box input {
  height: 45px;
  width: 42px;
  border-radius: 6px;
  outline: none;
  font-size: 1rem;
  text-align: center;
  border: 1px solid #ddd;
}

.v-email-form .form-group .otp-box input::-webkit-inner-spin-button {
  display: none;
}

.v-email-form .form-group .otp-box input:focus {
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
}

/* pw */
.v-pw-form {
  margin-top: 1rem;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px;
  padding: 50px 40px;
  text-align: left;
  padding-bottom: 1rem;
}

.v-pw-form .form-group .otp-box input {
  height: 45px;
  width: 42px;
  border-radius: 6px;
  outline: none;
  font-size: 1rem;
  text-align: center;
  border: 1px solid #ddd;
}

.v-pw-form .form-group .otp-box {
  padding-top: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  flex-direction: row;
}

.v-pw-form .form-group .otp-box input::-webkit-inner-spin-button {
  display: none;
}

.v-pw-form .form-group .otp-box input:focus {
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
}

.v-pw-form .form-group .otp-box .pw-btn {
  padding-left: 3rem;
}

.v-pw-form .form-group .otp-box .pw-btn input {
  width: 100px;
  background-color: #253DA1;
  color: #fff;
  border-radius: 5px;
  padding: 10px 0;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 1px;
}

.v-pw-form .npw {
  padding-top: 5px;
}

.v-pw-form .npw input {
  margin-bottom: 15px;
  width: 40%;
  height: 50px;
  border-radius: 5px;
  padding: 0 20px;
  border: 1px solid #e7e3e3;
}

.v-pw-form .npw input::placeholder {
  color: #5A5C8A;
}

.v-pw-form .npw input:focus {
  outline: none;
  border: 1px solid #e7e3e3;
}

/* my booking */
.mybook {
  background: url(../image/homepage_background.avif) center/cover no-repeat;
  height: 89vh;
  width: 100%;
}

.mybook .mybook-head {
  padding-top: 8rem;
  font-size: 30px;
  font-weight: 600;
  color: #253DA1;
  padding-bottom: 1rem;
}

.mybook .mybook-head p {
  padding-top: 1rem;
  font-size: 16px;
  padding-left: 1rem;
  color: #555555;
}

.mybook .mybook-head span {
  padding-bottom: 2px;
  border-bottom: 4px solid #55AAFF;
}

.mybook-center {
  width: 85%;
  margin: 0 auto;
  box-shadow: rgba(136, 165, 191, 0.48) -1px 2px 16px 0px, rgba(136, 165, 191, 0.48) 1px 2px 16px 0px;
  background-color: transparent;
  width: 80%;
  padding: 20px 30px;
  border-radius: 8px;
}

.mybook-center table {
  width: 90%;
  border-collapse: collapse;
  border-spacing: 0;
}

.mybook-center table th {
  border-bottom: 1px solid #e7e3e3;
  padding: 8px;
  color: #253DA1;
  font-size: 18px;
}

.mybook-center table td {
  border-bottom: 1px solid #e7e3e3;
  padding: 8px;
}

.mybook-center table .-btn {
  display: inline-block;
  padding: 6px 12px;
  background-color: #253DA1;
  color: white;
  text-decoration: none;
  border-radius: 4px;
}

.mybook-center table .-btn:hover {
  background-color: #1854bd;
  color: white;
}


@media screen and (max-width: 576px) {
  .mybook .mybook-head {
    padding-top: 3rem;
    font-size: 20px;
  }

  .mybook .mybook-head p {
    font-size: 13px;
    line-height: 19px;
    width: 320px;
  }

  .mybook-center table th,
  .mybook-center table td {
    font-size: 10px;
  }

  .mybook-center {
    width: 95% !important;
    margin: 0 auto !important;
    padding: 20px 10px !important;
  }

  .mybook .mybook-head {
    padding-top: 8rem;
  }

}

@media screen and (max-width: 576px) {
  .v-email {
    padding-bottom: 5rem;
  }

  .v-email- div {
    font-size: 16px;
  }

  .v-email-form,
  .v-pw-form {
    padding: 30px 10px;

  }

  .v-email-form .form-group .otp-box {
    margin: 0 20px;
  }

  .v-email-form .form-group .otp-box input,
  .v-pw-form .form-group .otp-box input {
    height: 35px;
    width: 35px;
  }

  .btn-02 {
    width: 50%;
  }

  .v-email-form .form-group .form-input,
  .v-pw-form .npw input {
    width: 85%;
  }



  .eotp-v {
    display: flex;
    gap: 5px;
    align-items: center;
    justify-content: center;
  }
}

@media screen and (min-width: 577px) and (max-width: 799px) {
  .btn-02 {
    width: 25%;
  }

  .v-email-form .form-group .form-input,
  .v-pw-form .npw input {
    width: 80%;
  }
}