body {
  font-family: "Poppins", sans-serif;
  color: #302e40;
  background: url(../images/main-bg.jpg) top left / 100% auto no-repeat;
}
a {
  text-decoration: none;
}
p {
  color: #585479;
  line-height: 2;
}
header .navbar-brand img {
  width: 210px;
}

header .navbar-nav .nav-link {
  color: #585479;
}
header .navbar-nav .nav-link:hover {
  color: #002e6d;
}
.pickup-left img {
  width: 121%;
  border-radius: 40px 0 40px 0;
}
.pickup-head {
  padding: 0 0 40px 110px;
}
.pickup-right h1 {
  font-weight: 800;
  font-size: 2.2rem;
  line-height: 1.4;
}
.pickup-right h1 span {
  color: #ffb819;
  display: block;
}
.pickup-form {
  background: #002e6d url(../images/pickup-bg.png) bottom left / cover no-repeat;
  padding: 40px 40px 40px 110px;
  border-radius: 0 0 40px 0;
}
.pickup-form label {
  color: rgba(255, 255, 255, 0.85);
  font-size: 0.9rem;
  margin-bottom: 10px;
}
.pickup-form .form-control {
  background: rgba(255, 255, 255, 0.1);
  border: none;
  height: 50px;
  box-shadow: none;
  color: #ffffff;
  border-radius: 7px;
}
.pickup-form .form-control:focus {
  background: rgba(255, 255, 255, 0.3);
}
.pickup-title span {
  background: rgba(255, 255, 255, 0.3);
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
}
.pickup-title {
  color: #ffffff;
}
.pickup-title span img {
  height: 26px;
  width: 26px;
  object-fit: contain;
}
.pickup-form .custom-check {
  position: relative;
  padding: 0;
  margin: 0;
}
.pickup-form .custom-check .form-check-input {
  display: none;
}
.pickup-form .custom-check .form-check-label {
  width: 100%;
  cursor: pointer;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.1);
  height: 50px;
  box-shadow: none;
  color: #ffffff;
  border-radius: 7px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pickup-form .custom-check .form-check-input:checked ~ label {
  border-color: #ffb819;
  background: rgba(255, 182, 25, 0.4);
}
.btn-yellow {
  border-radius: 6px;
  padding: 0 25px;
  height: 50px;
  background: #ffb819 !important;
  border-color: #ffb819 !important;
  color: #fff !important;
  display: flex;
  justify-content: center;
  align-items: center;
}
.btn-yellow:hover,
.btn-yellow:active {
  background: #d5950c !important;
  border-color: #d5950c !important;
  color: #fff !important;
}
.btn-outline {
  border-radius: 6px;
  padding: 0 18px;
  height: 50px;
  background: transparent !important;
  border: 1px solid #002e6d;
  color: #002e6d !important;
  display: flex;
  justify-content: center;
  align-items: center;
}
.btn-outline:hover,
.btn-outline:active {
  background: #002e6d !important;
  color: #fff !important;
}

.pickup-form .form-check label a {
  color: #ffffff;
}
.accept-check .form-check-input[type="checkbox"] {
  background: rgba(255, 255, 255, 0.1);
  border: 2px solid rgba(255, 255, 255, 0.5);
  box-shadow: none;
}
.accept-check .form-check-input:checked {
  background: #ffb819 url(../images/check.svg) no-repeat center center / cover;
  border-color: #ffb819;
}
.otp-box {
  padding: 40px;
  border-radius: 12px;
  border: 1px dashed #4975af;
  text-align: center;
}
.otp-box h5 {
  color: #ffb819;
}
.otp-box p {
  color: #ffffff;
  opacity: 0.7;
}
.otp-group {
  display: inline-flex;
  gap: 15px;
  margin: 0 auto;
}
.otp-group .form-control {
  width: 50px;
  text-align: center;
}
.btn-gray {
  border-radius: 6px;
  padding: 0 25px;
  height: 50px;
  background: #c4d7f1 !important;
  border-color: #c4d7f1 !important;
  color: #002e6d !important;
  display: flex;
  justify-content: center;
  align-items: center;
}
.btn-gray:hover,
.btn-gray:active {
  background: #b0d1ff !important;
  border-color: #b0d1ff !important;
  color: #002e6d !important;
}
.otp-box.success-box {
  border: none;
}
.otp-box.success-box img {
  width: 100px;
}
footer {
  background: #eaeef4;
}
footer p {
  color: #585479;
  font-size: 0.9rem;
}
footer ol li {
  list-style: none;
}

footer ol li a {
  color: #585479;
}

footer ol li a:hover {
  color: #002e6d;
}
@media (min-width: 1500px) {
  .container {
    max-width: 1400px;
  }
}

@media (min-width: 1600px) {
  .container {
    max-width: 1500px;
  }
}

@media (min-width: 1800px) {
  .container {
    max-width: 1700px;
  }
}
@media (max-width: 1599.98px) {
  .pickup-head {
    padding: 0 0 40px 80px;
  }

  .pickup-form {
    padding: 40px 40px 40px 80px;
  }
}
@media (max-width: 1199.98px) {
  .pickup-head {
    padding: 0 0 40px 0;
  }

  .pickup-form {
    padding: 40px;
    border-radius: 40px 0 40px 0;
  }
  .otp-box.success-box {
    padding: 0;
  }
  .pickup-right h1 {
    font-size: 2rem;
    line-height: 1.4;
  }
  .otp-box.success-box img {
    width: 70px;
  }
}
@media (max-width: 767.98px) {
  .pickup-form {
    padding: 30px;
    border-radius: 30px 0 30px 0;
  }
  .pickup-right h1 {
    font-size: 1.7rem;
  }
  .otp-box {
    padding: 20px;
  }
}
@media (max-width: 575.98px) {
  html,
  body {
    font-size: 15px;
  }
  header .navbar-brand img {
    width: 180px;
  }
  header.open {
    background: #ffffff;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
  }
  header .navbar-nav {
    padding: 10px 0 5px 0;
  }
  .pickup-form {
    padding: 20px;
    border-radius: 20px 0 20px 0;
  }
  .pickup-right h1 {
    font-size: 1.3rem;
  }
  p {
    font-size: 0.9rem;
  }
  .otp-box h5 {
    font-size: 1.1rem;
  }
  .otp-box p {
    font-size: 0.9rem;
  }
  .otp-group {
    gap: 10px;
  }
  .otp-group .form-control {
    flex: 1;
    width: 100%;
  }
}

/*Toaster*/
#toast-container {
  width: 100%;
  right: 0 !important;
  padding: 0 1rem;
}

#toast-container .toast {
  border-radius: 10px !important;
  padding: 20px 15px 20px 82px !important;
  width: auto !important;
  max-width: 470px;
  margin: 20px auto 0 auto;
  opacity: 1;
}

.arabic #toast-container .toast {
  padding: 20px 82px 20px 15px !important;
}

#toast-container .toast-message {
  font-weight: 700;
  font-size: 1.05rem;
}

#toast-container .toast-message span {
  font-size: 0.95rem;
  font-weight: 400;
  color: #626972;
  display: block;
  padding-top: 2px;
}

#toast-container .toast.toast-success {
  border: 1px solid #45ae35 !important;
  color: #45ae35;
  box-shadow: 8px 8px 40px rgba(69, 174, 53, 0.4);
  background: #fff url(../images/toast-success.png) 20px center / 40px auto
    no-repeat !important;
}

#toast-container .toast.toast-success .toast-progress {
  background-color: #45ae35 !important;
}

#toast-container .toast.toast-info {
  border: 1px solid #3ba1e9 !important;
  color: #3ba1e9;
  box-shadow: 8px 8px 40px rgba(59, 161, 233, 0.4);
  background: #fff url(../images/toast-info.png) 20px center / 40px auto
    no-repeat !important;
}

#toast-container .toast.toast-info .toast-progress {
  background-color: #3ba1e9 !important;
}

#toast-container .toast.toast-warning {
  border: 1px solid #ff8556 !important;
  color: #ff8556;
  box-shadow: 8px 8px 40px rgba(238, 116, 116, 0.4);
  background: #fff url(../images/toast-warning.png) 20px center / 40px auto
    no-repeat !important;
}

#toast-container .toast.toast-warning .toast-progress {
  background-color: #ff8556 !important;
}

#toast-container .toast.toast-error {
  border: 1px solid #ee7574 !important;
  color: #ee7574;
  box-shadow: 8px 8px 40px rgba(238, 116, 116, 0.4);
  background: #fff url(../images/toast-error.png) 20px center / 40px auto
    no-repeat !important;
}

#toast-container .toast.toast-error .toast-progress {
  background-color: #ee7574 !important;
}

.loader {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

.loader img {
  width: 90px;
}

.field-validation-error {
  color: #ee7574;
  font-size: 13px;
}
.info-text {
    margin-bottom: 10px;
    width: 100%;
    padding: 7px 15px;
    border: 1px dashed #63b4f7;
    height: 50px;
    border-radius: 7px;
    display: flex;
    align-items: center;
}

 .info-text p {
        color: #ffffff;
    }

    .info-text svg {
        color: #63b4f7;
    }
