@import url("https://fonts.googleapis.com/css2?family=Barlow+Semi+Condensed:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
/*** all Mobile Screen (iphone 6,7,8) ***/
/*** mobile Landscape Size ***/
/*** medium devices (tablets, less than 992px) ***/
/*** iPad in landscape ***/
/**** smaller than desktop 1200 (devices and browsers) ***/
/*** laptop with MDPI (medium density per inch) resolution ***/
/*** laptop with HiDPI (High Dots Per Inch) resolution ***/
/*** WSXGA (Wide Super Extended Graphics Array) resolution ***/
/*** all Mobile Screen (iphone 6,7,8) ***/
/*** mobile Landscape Size ***/
/*** medium devices (tablets, less than 992px) ***/
/*** iPad in landscape ***/
/**** smaller than desktop 1200 (devices and browsers) ***/
/*** laptop with MDPI (medium density per inch) resolution ***/
/*** laptop with HiDPI (High Dots Per Inch) resolution ***/
/*** WSXGA (Wide Super Extended Graphics Array) resolution ***/
@import url("https://fonts.googleapis.com/css2?family=Barlow+Semi+Condensed:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
.custom-modal {
  background-color: rgba(0, 0, 0, 0.707);
  z-index: 9999;
  color: #fff;
}
.custom-modal .h2,
.custom-modal h2 {
  font-size: 30px;
  font-weight: 700;
  margin: 15px 0 0 0;
}
@media (max-width: 1679px) {
  .custom-modal .h2,
  .custom-modal h2 {
    font-size: 28px;
  }
}
@media (max-width: 1481px) {
  .custom-modal .h2,
  .custom-modal h2 {
    font-size: 26px;
  }
}
@media (max-width: 1199px) {
  .custom-modal .h2,
  .custom-modal h2 {
    font-size: 24px;
  }
}
@media (max-width: 991px) {
  .custom-modal .h2,
  .custom-modal h2 {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .custom-modal .h2,
  .custom-modal h2 {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .custom-modal .h2,
  .custom-modal h2 {
    font-size: 18px;
  }
}
.custom-modal .modal-content {
  display: flex;
  background-color: rgba(0, 0, 0, 0.9490196078);
  border-radius: 22px;
  border: 1px solid #232323;
}
.custom-modal .h3,
.custom-modal h3 {
  color: #fff;
  margin: 0 0 10px 0;
  font-size: 30px;
  font-weight: 700;
  margin: 15px 0 0 0;
}
@media (max-width: 1679px) {
  .custom-modal .h3,
  .custom-modal h3 {
    font-size: 28px;
  }
}
@media (max-width: 1481px) {
  .custom-modal .h3,
  .custom-modal h3 {
    font-size: 26px;
  }
}
@media (max-width: 1199px) {
  .custom-modal .h3,
  .custom-modal h3 {
    font-size: 24px;
  }
}
@media (max-width: 991px) {
  .custom-modal .h3,
  .custom-modal h3 {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .custom-modal .h3,
  .custom-modal h3 {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .custom-modal .h3,
  .custom-modal h3 {
    font-size: 18px;
  }
}
.custom-modal p {
  color: #fff;
  font-weight: 300;
}
.custom-modal .close-btn {
  background-image: url(../img/close_ic.svg);
  width: 25px;
  height: 25px;
  background-position: center;
  background-repeat: no-repeat;
  margin: auto 0 auto auto;
  background-color: rgba(0, 0, 0, 0);
  border: 0;
}
@media (max-width: 1679px) {
  .custom-modal .close-btn {
    width: 20px;
    height: 20px;
  }
}
.custom-modal .primary-btn {
  background: radial-gradient(circle, rgb(249, 181, 72) 0%, rgb(174, 109, 4) 50%);
  background: #f9b548 radial-gradient(circle, rgb(249, 181, 72) 40%, rgb(200, 133, 25) 100%) !important;
  border-radius: 25px;
  min-width: 182px;
  font-size: 14px;
  padding: 15px 20px;
  border: 1px solid #F9B548;
}
.custom-modal .modal-icon img {
  max-width: 100%;
  margin: 0 0 24px 0;
}
@media (max-width: 767px) {
  .custom-modal .amount-cover {
    margin: 15px 0 0 0;
  }
}
.custom-modal .amount {
  color: #DA9E3F;
  font-size: 35px;
  margin: 15px 0 0 0;
  font-weight: 600;
}
.custom-modal .form-control {
  border: 0.83px solid rgb(55, 55, 55);
  height: 55px;
  background-color: transparent;
  display: flex;
  align-items: center;
  padding-left: 15px;
  background-color: transparent;
  border-radius: 30px;
  color: #fff;
  font-size: 16px;
}
.custom-modal .form-control::placeholder {
  color: rgba(255, 255, 255, 0.3);
  font-size: 14px;
}
@media (max-width: 1679px) {
  .custom-modal .form-control {
    height: 50px;
  }
}
@media (max-width: 1481px) {
  .custom-modal .form-control {
    height: 48px;
  }
}
@media (max-width: 1199px) {
  .custom-modal .form-control {
    height: 46px;
  }
}
.custom-modal .form-control:focus, .custom-modal .form-control:active, .custom-modal .form-control:focus-within {
  outline: none;
  box-shadow: none;
}
.custom-modal label {
  font-weight: 500;
  font-size: 15.36px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #fff;
}
@media (max-width: 1679px) {
  .custom-modal label {
    font-size: 13px;
  }
}
.custom-modal .modal-title {
  color: #fff;
  display: flex;
  align-items: center;
  font-weight: 700;
  font-size: 30px;
  line-height: 24.5px;
  letter-spacing: 0.3px;
  vertical-align: middle;
  justify-content: center;
}
@media (max-width: 1679px) {
  .custom-modal .modal-title {
    font-size: 28px;
  }
}
@media (max-width: 1481px) {
  .custom-modal .modal-title {
    font-size: 26px;
  }
}
@media (max-width: 1199px) {
  .custom-modal .modal-title {
    font-size: 24px;
  }
}
@media (max-width: 991px) {
  .custom-modal .modal-title {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .custom-modal .modal-title {
    font-size: 20px;
  }
}
@media (max-width: 579px) {
  .custom-modal .modal-title {
    font-size: 18px;
  }
}
.custom-modal .modal-title .light {
  font-weight: 300;
}
.custom-modal .modal-title .icon {
  margin-right: 15px;
}
.custom-modal .content {
  font-weight: 500;
  font-size: 20px;
  line-height: 26.5px;
  letter-spacing: 0%;
  text-align: center;
  vertical-align: middle;
  color: rgba(255, 255, 255, 0.3);
  padding-top: 23px;
}
@media (max-width: 1679px) {
  .custom-modal .content {
    font-size: 18px;
  }
}
@media (max-width: 1481px) {
  .custom-modal .content {
    font-size: 16px;
  }
}
@media (max-width: 1199px) {
  .custom-modal .content {
    font-size: 14px;
  }
}
@media (max-width: 991px) {
  .custom-modal .content {
    font-size: 12px;
  }
}
.custom-modal .modal-footer {
  padding-top: 50px;
  padding-bottom: 80px;
  justify-content: center;
  border: 0px;
}
@media (max-width: 1679px) {
  .custom-modal .modal-footer {
    padding: 30px 0px;
  }
}
@media (max-width: 1481px) {
  .custom-modal .modal-footer {
    padding: 30px 0px;
  }
}
.custom-modal .modal-footer .btn {
  width: 193px;
  height: 51px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-weight: 500;
  font-size: 15px;
  line-height: 19.5px;
  letter-spacing: 0.3px;
  text-align: center;
  vertical-align: middle;
  border-radius: 50px;
  border: none;
  background: #f9b548 radial-gradient(circle, rgb(249, 181, 72) 40%, rgb(200, 133, 25) 100%) !important;
  position: relative;
  overflow: hidden;
  z-index: 1;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.custom-modal .modal-footer .btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(120deg, transparent, rgba(255, 255, 255, 0.4), transparent);
  transform: translateX(-100%);
  transition: transform 0.6s ease;
  z-index: 0;
}
.custom-modal .modal-footer .btn:hover {
  transform: translateY(-5px);
}
.custom-modal .modal-footer .btn:hover::before {
  transform: translateX(100%);
}
.custom-modal .modal-footer .btn.back-btn {
  background: rgba(153, 153, 153, 0.3) !important;
  border: 1px solid rgba(176, 176, 176, 0.36);
  color: #fff;
  border-radius: 30px;
}
.custom-modal .modal-footer .btn.back-btn:hover {
  transform: translateY(-3px) scale(1.03);
  box-shadow: 0 8px 20px rgba(255, 255, 255, 0.2);
}
.custom-modal .modal-footer .btn.back-btn:hover::before {
  transform: translateX(100%);
}
@media (max-width: 1679px) {
  .custom-modal .modal-footer .btn {
    height: 48px;
    font-size: 13px;
  }
}
@media (max-width: 1481px) {
  .custom-modal .modal-footer .btn {
    height: 46px;
  }
}
@media (max-width: 479px) {
  .custom-modal .modal-footer .btn {
    width: 100%;
  }
}
.custom-modal .modal-footer .modal-content {
  border: 1px solid rgb(35, 35, 35);
}
.custom-modal .modal-dialog .modal-body {
  padding: 0px 100px;
}
@media (max-width: 1679px) {
  .custom-modal .modal-dialog .modal-body {
    padding: 0px 80px;
  }
}
@media (max-width: 1481px) {
  .custom-modal .modal-dialog .modal-body {
    padding: 0px 60px;
  }
}
@media (max-width: 1199px) {
  .custom-modal .modal-dialog .modal-body {
    padding: 0px 40px;
  }
}

.success-modal .modal-dialog .modal-body {
  padding: 70px 70px 0px 70px;
}
@media (max-width: 1679px) {
  .success-modal .modal-dialog .modal-body {
    padding: 60px 60px 0px 60px;
  }
}
@media (max-width: 1481px) {
  .success-modal .modal-dialog .modal-body {
    padding: 50px 50px 0px 50px;
  }
}
@media (max-width: 1199px) {
  .success-modal .modal-dialog .modal-body {
    padding: 40px 40px 0px 40px;
  }
}
.success-modal .modal-footer {
  padding: 36px 0px 70px 0px;
}
@media (max-width: 1679px) {
  .success-modal .modal-footer {
    padding-bottom: 60px;
  }
}
@media (max-width: 1481px) {
  .success-modal .modal-footer {
    padding-bottom: 50px;
  }
}
@media (max-width: 1199px) {
  .success-modal .modal-footer {
    padding-bottom: 40px;
  }
}

.check-out-modal .modal-dialog {
  max-width: 972px;
}
.check-out-modal .form-check {
  padding-left: 0px;
}
.check-out-modal .modal-content {
  width: 100%;
}
.check-out-modal .modal-content .modal-body {
  padding: 30px 64px 64px 64px;
}
@media (max-width: 1679px) {
  .check-out-modal .modal-content .modal-body {
    padding: 20px 54px 54px 54px;
  }
}
@media (max-width: 1481px) {
  .check-out-modal .modal-content .modal-body {
    padding: 20px 44px 44px 44px;
  }
}
@media (max-width: 1199px) {
  .check-out-modal .modal-content .modal-body {
    padding: 20px;
  }
}
.check-out-modal .modal-content .modal-body .form-grp {
  margin: 0 0 26px 0;
}
.check-out-modal .modal-content .modal-body label {
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  margin-right: 15px;
}
@media (max-width: 1679px) {
  .check-out-modal .modal-content .modal-body label {
    font-size: 16px;
  }
}
@media (max-width: 1481px) {
  .check-out-modal .modal-content .modal-body label {
    font-size: 14px;
  }
}
.check-out-modal .modal-content .modal-body .amount-cover .amount-label {
  color: #fff;
  font-weight: 400;
  font-size: 19.9px;
  line-height: 30.47px;
  letter-spacing: 0.37px;
  vertical-align: middle;
}
@media (max-width: 1679px) {
  .check-out-modal .modal-content .modal-body .amount-cover .amount-label {
    font-size: 17px;
  }
}
@media (max-width: 1481px) {
  .check-out-modal .modal-content .modal-body .amount-cover .amount-label {
    font-size: 15px;
  }
}
@media (max-width: 1199px) {
  .check-out-modal .modal-content .modal-body .amount-cover .amount-label {
    font-size: 13px;
  }
}
.check-out-modal .modal-content .modal-body .amount-cover .amount {
  font-weight: 700;
  font-style: Bold;
  font-size: 34.82px;
  line-height: 36.65px;
  letter-spacing: 0.33px;
  vertical-align: middle;
  color: rgb(218, 158, 63);
}
@media (max-width: 1679px) {
  .check-out-modal .modal-content .modal-body .amount-cover .amount {
    font-size: 32px;
  }
}
@media (max-width: 1481px) {
  .check-out-modal .modal-content .modal-body .amount-cover .amount {
    font-size: 28px;
  }
}
@media (max-width: 1199px) {
  .check-out-modal .modal-content .modal-body .amount-cover .amount {
    font-size: 26px;
  }
}
@media (max-width: 991px) {
  .check-out-modal .modal-content .modal-body .amount-cover .amount {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .check-out-modal .modal-content .modal-body .amount-cover .amount {
    font-size: 22px;
  }
}
.check-out-modal .modal-content .modal-body .form {
  padding-top: 30px;
}
.check-out-modal .modal-content .modal-body .form .form-grp {
  padding-bottom: 15px;
}
@media (max-width: 1679px) {
  .check-out-modal .modal-content .modal-body .form .form-grp {
    padding-bottom: 10px;
  }
}
@media (max-width: 1481px) {
  .check-out-modal .modal-content .modal-body .form .form-grp {
    padding-bottom: 5px;
  }
}
.check-out-modal .modal-content .modal-body .address-box {
  border-top: 1px solid #373737;
  margin: 10px 0 0 0;
}
.check-out-modal .modal-content .modal-body .address-box.address-box1 {
  border: none;
}
.check-out-modal .modal-content .modal-body .address-box .address-title {
  margin: 0px;
  margin-bottom: 40px;
  margin-top: 10px;
}
.check-out-modal .modal-content .modal-body .card-icons {
  position: absolute;
  right: 10px;
  bottom: 10px;
}
.check-out-modal .modal-content .modal-body .sumary-title {
  margin-bottom: 40px;
}
.check-out-modal .modal-content .modal-body .inner-sec {
  margin-bottom: 24px;
}
.check-out-modal .modal-content .modal-body .inner-sec.col-md-9 {
  margin-left: -25px;
}
.check-out-modal .modal-content .modal-header {
  padding: 55px 40px;
}
@media (max-width: 1679px) {
  .check-out-modal .modal-content .modal-footer {
    padding: 30px 30px;
  }
}
.check-out-modal .modal-content .form-control {
  background-color: #000;
}
.check-out-modal .check-step {
  width: 100%;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.check-out-modal .check-step .step span {
  width: 37px;
  height: 37px;
  text-align: center;
  border: 1px solid #eee;
}
.check-out-modal .check-step .step label {
  color: #fff;
  margin: 10px 0 0 0;
}
.check-out-modal .check-step .divider {
  width: 92px;
  height: 2px;
  background: #F9B548;
  margin: -30px 0px 0 10px;
}
.check-out-modal .progress-wrapper {
  display: flex;
  align-items: center;
  gap: 20px;
  padding-bottom: 80px;
}
@media (max-width: 1679px) {
  .check-out-modal .progress-wrapper {
    padding-bottom: 60px;
  }
}
@media (max-width: 1481px) {
  .check-out-modal .progress-wrapper {
    padding-bottom: 40px;
  }
}
@media (max-width: 1199px) {
  .check-out-modal .progress-wrapper {
    padding-bottom: 30px;
  }
}
.check-out-modal .progress-wrapper .step {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.check-out-modal .progress-wrapper .step .circle {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background-color: #1f1f1f;
  color: #ccc;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 600;
  position: relative;
}
.check-out-modal .progress-wrapper .step .circle img.check-img {
  width: 14px;
  height: 14px;
}
.check-out-modal .progress-wrapper .step .label {
  color: rgb(154, 154, 154);
  font-weight: 500;
  font-style: Medium;
  font-size: 16.64px;
  line-height: 100%;
  letter-spacing: 0%;
  margin-top: 11px;
}
@media (max-width: 1679px) {
  .check-out-modal .progress-wrapper .step .label {
    font-size: 14px;
  }
}
.check-out-modal .progress-wrapper .step.done .label {
  color: #fff;
}
.check-out-modal .progress-wrapper .step.done .circle {
  background-color: #f4a825;
  color: white;
}
.check-out-modal .progress-wrapper .divider {
  height: 2px;
  width: 92px;
  background-color: rgb(249, 181, 72);
  margin: 0 10px;
}

.form {
  padding-top: 64px;
}
.form .form-grp {
  position: relative;
}
.form .form-grp .error-msg {
  position: absolute;
  color: red;
  font-weight: 500;
  padding-left: 20px;
  width: 100%;
}
.form .form-label {
  font-weight: 500;
  font-size: 15.36px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #fff;
}
@media (max-width: 1679px) {
  .form .form-label {
    font-size: 13px;
  }
}
.form .form-control {
  border: 0.83px solid #373737;
  height: 55px;
  display: flex;
  align-items: center;
  background-color: transparent;
  border-radius: 30px;
  color: #fff;
  font-weight: 500;
  font-size: 14.46px;
  line-height: 100%;
  letter-spacing: 0%;
  padding-left: 25px;
}
.form .form-control::placeholder {
  color: rgba(255, 255, 255, 0.3);
}
.form .forgot-password-sec {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 120px;
  padding-top: 20px;
  max-width: 65%;
}
.form .forgot-password-sec .form-check-label {
  font-family: Barlow Semi Condensed;
  font-weight: 400;
  font-size: 15.36px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #fff;
}
@media (max-width: 1679px) {
  .form .forgot-password-sec .form-check-label {
    font-size: 13px;
  }
}
.form .forgot-password-sec .forgot-password {
  font-weight: 400;
  font-size: 16px;
  line-height: 24.5px;
  letter-spacing: 0.3px;
  text-align: right;
  vertical-align: middle;
  color: #F9B548;
  text-decoration: none;
}
@media (max-width: 1679px) {
  .form .forgot-password-sec .forgot-password {
    font-size: 14px;
  }
}
@media (max-width: 1481px) {
  .form .forgot-password-sec .forgot-password {
    font-size: 12px;
  }
}
.form .register-sec {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.form .register-sec .txt {
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  line-height: 24.5px;
  letter-spacing: 0.3px;
  vertical-align: middle;
  margin-bottom: 0px;
}
.form .register-sec .txt .register-link {
  color: #F9B548;
  text-decoration: none;
}
.form .register-sec .btn-group {
  display: flex;
  align-items: center;
}
.form .register-sec .btn-group .btn {
  border: 1px solid #B0B0B0;
  height: 51px;
  width: 167px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(153, 153, 153, 0.3);
  font-weight: 500;
  font-size: 15px;
  line-height: 19.5px;
  letter-spacing: 0.3px;
  text-align: center;
  vertical-align: middle;
  border: 1px solid rgba(176, 176, 176, 0.36);
  color: #fff;
  border-radius: 30px;
  backdrop-filter: blur(33.4000015259px);
  margin-right: 25px;
}
@media (max-width: 1679px) {
  .form .register-sec .btn-group .btn {
    font-size: 13px;
  }
}
.form .register-sec .btn-group .btn.login-btn {
  background: linear-gradient(0deg, #F9B548, #F9B548), linear-gradient(180deg, rgba(243, 238, 255, 0) 0%, rgba(243, 238, 255, 0.04) 100%), radial-gradient(55.41% 227.78% at 50% 277.78%, #F9B548 40%, #C88519 100%);
  box-shadow: 0px -8px 20px 0px #F9B548 inset;
  box-shadow: 0px 0px 12px 0px rgba(255, 255, 255, 0.0784313725) inset;
  box-shadow: 0px 0px 0px 1px #FFC66C inset;
  box-shadow: 0px 10px 11px 0px rgba(249, 181, 72, 0.1411764706);
  margin-right: 0px;
}

[type=radio]:checked,
[type=radio]:not(:checked) {
  position: absolute;
  left: -9999px;
}

[type=radio]:checked + label,
[type=radio]:not(:checked) + label {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
  color: #fff;
}

[type=radio]:checked + label:before,
[type=radio]:not(:checked) + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 22px;
  height: 22px;
  background: url(../img/radio-in-active.svg);
}

[type=radio]:checked + label:after,
[type=radio]:not(:checked) + label:after {
  content: "";
  width: 22px;
  height: 22px;
  background: url(../img/radio-active.svg);
  position: absolute;
  top: 0px;
  left: 0px;
  border-radius: 100%;
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
}

[type=radio]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}

[type=radio]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.otp-modal .otp-inputs {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 55px;
  padding-bottom: 18px;
  color: #fff;
}
@media (max-width: 1679px) {
  .otp-modal .otp-inputs {
    padding-top: 50px;
  }
}
@media (max-width: 1481px) {
  .otp-modal .otp-inputs {
    padding-top: 45px;
  }
}
@media (max-width: 1199px) {
  .otp-modal .otp-inputs {
    padding-top: 40px;
  }
}
.otp-modal .otp-inputs .otp-box {
  border: 0.83px solid rgb(55, 55, 55);
  background-color: transparent;
  height: 68px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  width: calc(16.6666666667% - 10px);
  gap: 13px;
  flex-shrink: 0;
  font-size: 16px;
  color: #fff;
}
@media (max-width: 1679px) {
  .otp-modal .otp-inputs .otp-box {
    height: 60px;
    font-size: 14px;
  }
}
@media (max-width: 1481px) {
  .otp-modal .otp-inputs .otp-box {
    height: 56px;
  }
}
@media (max-width: 479px) {
  .otp-modal .otp-inputs .otp-box {
    height: 40px;
    border-radius: 8px;
  }
}
.otp-modal .otp-inputs .otp-box:focus, .otp-modal .otp-inputs .otp-box:active, .otp-modal .otp-inputs .otp-box:focus-within {
  outline: none;
  box-shadow: none;
}
.otp-modal .modal-dialog {
  max-width: 661px;
}
.otp-modal .resend-tex {
  font-weight: 400;
  font-size: 16px;
  line-height: 26.5px;
  letter-spacing: 0%;
  vertical-align: middle;
  color: rgba(255, 255, 255, 0.3);
}
@media (max-width: 1679px) {
  .otp-modal .resend-tex {
    font-size: 14px;
  }
}
@media (max-width: 1481px) {
  .otp-modal .resend-tex {
    font-size: 12px;
  }
}

.forgot-modal .form-grp {
  padding-top: 70px;
}
@media (max-width: 1679px) {
  .forgot-modal .form-grp {
    padding-top: 50px;
  }
}
@media (max-width: 1481px) {
  .forgot-modal .form-grp {
    padding-top: 30px;
  }
}
.forgot-modal .form-grp label {
  font-weight: 500;
  font-size: 15.36px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #fff;
}
@media (max-width: 1679px) {
  .forgot-modal .form-grp label {
    font-size: 13px;
  }
}
.forgot-modal .form-grp .form-control {
  border: 0.83px solid rgb(55, 55, 55);
  height: 55px;
  background-color: transparent;
  display: flex;
  align-items: center;
  padding-left: 15px;
  background-color: transparent;
  border-radius: 30px;
}
.forgot-modal .form-grp .form-control::placeholder {
  color: rgba(255, 255, 255, 0.3);
}
@media (max-width: 1679px) {
  .forgot-modal .form-grp .form-control {
    height: 50px;
  }
}
@media (max-width: 1481px) {
  .forgot-modal .form-grp .form-control {
    height: 48px;
  }
}
@media (max-width: 1199px) {
  .forgot-modal .form-grp .form-control {
    height: 46px;
  }
}

.setpassword .modal-dialog {
  max-width: 548px;
}
.setpassword .modal-dialog .modal-body {
  padding-left: 70px;
  padding-right: 70px;
}
.setpassword .icon-bx {
  padding-bottom: 66px;
  text-align: left;
  justify-content: flex-start;
}
@media (max-width: 1679px) {
  .setpassword .icon-bx {
    padding-bottom: 50px;
  }
}
@media (max-width: 1481px) {
  .setpassword .icon-bx {
    padding-bottom: 40px;
  }
}
@media (max-width: 991px) {
  .setpassword .icon-bx {
    padding-bottom: 30px;
  }
}
.setpassword .form-group {
  padding-bottom: 30px;
}
.setpassword .modal-footer {
  justify-content: space-between;
  padding-left: 0px;
  padding-right: 0px;
  padding-bottom: 66px;
  padding-top: 30px;
}
@media (max-width: 479px) {
  .setpassword .modal-footer {
    flex-wrap: wrap;
  }
}
.setpassword .modal-footer .btn.back-btn {
  border: 1px solid #B0B0B0;
  background: rgba(153, 153, 153, 0.3) !important;
  border: 1px solid rgba(176, 176, 176, 0.36);
  color: #fff;
  border-radius: 30px;
  gap: 483px;
  backdrop-filter: blur(33.4000015259px);
}
.setpassword .modal-footer .btn {
  width: 47%;
}
@media (max-width: 1281px) {
  .setpassword .modal-footer .btn {
    width: 48%;
  }
}
@media (max-width: 479px) {
  .setpassword .modal-footer .btn {
    width: 100%;
  }
}
.setpassword .toggle-password {
  position: absolute;
  right: 20px;
  bottom: 48px;
}
.setpassword .toggle-password.eye-ico {
  position: absolute;
  right: 32px;
  top: 41px;
}
@media (max-width: 1481px) {
  .setpassword .toggle-password.eye-ico {
    top: 37px;
  }
}
.setpassword .toggle-password.eye-ico img {
  filter: brightness(0) saturate(100%) invert(99%) sepia(0%) saturate(2%) hue-rotate(318deg) brightness(113%) contrast(100%);
  width: 28px;
  height: 20px;
}

/*** all Mobile Screen (iphone 6,7,8) ***/
/*** mobile Landscape Size ***/
/*** medium devices (tablets, less than 992px) ***/
/*** iPad in landscape ***/
/**** smaller than desktop 1200 (devices and browsers) ***/
/*** laptop with MDPI (medium density per inch) resolution ***/
/*** laptop with HiDPI (High Dots Per Inch) resolution ***/
/*** WSXGA (Wide Super Extended Graphics Array) resolution ***/
/*** all Mobile Screen (iphone 6,7,8) ***/
/*** mobile Landscape Size ***/
/*** medium devices (tablets, less than 992px) ***/
/*** iPad in landscape ***/
/**** smaller than desktop 1200 (devices and browsers) ***/
/*** laptop with MDPI (medium density per inch) resolution ***/
/*** laptop with HiDPI (High Dots Per Inch) resolution ***/
/*** WSXGA (Wide Super Extended Graphics Array) resolution ***/
.custom-modal .custom-inp-cover {
  position: relative;
  margin-bottom: 45px;
}
.custom-modal .custom-inp-cover .custom-phone-wrapper .parsley-required, .custom-modal .custom-inp-cover .custom-phone-wrapper .parsley-pattern {
  bottom: -66px;
}
@media (max-width: 1679px) {
  .custom-modal .custom-inp-cover .custom-phone-wrapper .parsley-required, .custom-modal .custom-inp-cover .custom-phone-wrapper .parsley-pattern {
    bottom: -58px;
  }
}
.custom-modal .custom-inp-cover .custom-phone-wrapper .custom-select-code {
  width: 100px;
  background-color: #000 !important;
  border: 0.83px solid rgb(55, 55, 55);
  border-radius: 30px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  color: #fff;
}
.custom-modal .custom-inp-cover .custom-phone-wrapper .custom-select-code:focus, .custom-modal .custom-inp-cover .custom-phone-wrapper .custom-select-code:active, .custom-modal .custom-inp-cover .custom-phone-wrapper .custom-select-code:focus-within {
  outline: none;
  box-shadow: none;
}
.custom-modal .custom-inp-cover .custom-phone-wrapper .custom-phone-input {
  border-top-left-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
  border-left: 0px !important;
}
@media (max-width: 1679px) {
  .custom-modal .custom-inp-cover {
    margin-bottom: 30px;
  }
}
@media (max-width: 1481px) {
  .custom-modal .custom-inp-cover {
    margin-bottom: 20px;
  }
}
@media (max-width: 579px) {
  .custom-modal .custom-inp-cover {
    margin-bottom: 18px;
  }
}
.custom-modal .custom-inp-cover .inp-alrt {
  position: absolute;
  left: 20px;
  font-size: 13px;
  color: red;
}
@media (max-width: 579px) {
  .custom-modal .custom-inp-cover .inp-alrt {
    font-size: 12px;
  }
}
.custom-modal .custom-inp-cover .form-label {
  color: #fff;
  font-family: Barlow Semi Condensed;
  font-weight: 500;
}
@media (max-width: 1679px) {
  .custom-modal .custom-inp-cover .form-label {
    font-size: 14px;
  }
}
.custom-modal .custom-inp-cover .input-group-custom {
  border-radius: 30px;
  border: 0.83px solid #373737;
  background-color: transparent;
  padding-right: 15px;
}
.custom-modal .custom-inp-cover .input-group-custom .custom-inp {
  box-shadow: none;
  background-color: transparent;
  border: none;
  color: #fff;
  padding: 5px 20px;
  height: 55px;
}
@media (max-width: 1679px) {
  .custom-modal .custom-inp-cover .input-group-custom .custom-inp {
    height: 48px;
  }
}
@media (max-width: 1481px) {
  .custom-modal .custom-inp-cover .input-group-custom .custom-inp {
    height: 43px;
  }
}
@media (max-width: 579px) {
  .custom-modal .custom-inp-cover .input-group-custom .custom-inp {
    height: 40px;
  }
}
.custom-modal .custom-inp-cover .input-group-custom .custom-inp.email-inp {
  cursor: not-allowed;
}
.custom-modal .custom-inp-cover .input-group-custom .inp-rgt-btn {
  background-color: transparent;
  color: #fff;
  border: none;
}
@media (max-width: 1679px) {
  .custom-modal .custom-inp-cover .input-group-custom .inp-rgt-btn img {
    width: 23px;
  }
}
@media (max-width: 1481px) {
  .custom-modal .custom-inp-cover .input-group-custom .inp-rgt-btn img {
    width: 20px;
  }
}

@media (min-width: 768px) {
  .chage-pswd-width .modal-dialog {
    max-width: 550px;
  }
}

.chage-pswd-modal .modal-dialog .modal-body {
  padding: 0px 80px 100px;
}
@media (max-width: 1679px) {
  .chage-pswd-modal .modal-dialog .modal-body {
    padding: 0px 80px 80px;
  }
}
@media (max-width: 1481px) {
  .chage-pswd-modal .modal-dialog .modal-body {
    padding: 0px 70px 50px;
  }
}
@media (max-width: 579px) {
  .chage-pswd-modal .modal-dialog .modal-body {
    padding: 0px 20px 40px;
  }
}
.chage-pswd-modal .modal-dialog .modal-body .modal-title {
  justify-content: unset;
  margin-bottom: 60px;
}
@media (max-width: 1679px) {
  .chage-pswd-modal .modal-dialog .modal-body .modal-title {
    margin-bottom: 40px;
  }
}
@media (max-width: 1481px) {
  .chage-pswd-modal .modal-dialog .modal-body .modal-title {
    margin-bottom: 30px;
  }
}
.chage-pswd-modal .modal-footer.d-flex .btn {
  width: calc(50% - 13px);
}
@media (max-width: 1679px) {
  .chage-pswd-modal .modal-footer.d-flex .btn {
    margin-bottom: 30px;
  }
}
.chage-pswd-modal .modal-footer {
  padding: 0;
}
@media (max-width: 1679px) {
  .chage-pswd-modal .modal-footer {
    padding-top: 15px;
  }
}
.chage-pswd-modal .modal-footer .btn {
  margin-bottom: 0 !important;
}
@media (max-width: 1679px) {
  .chage-pswd-modal .modal-footer .btn {
    height: 48px;
  }
}
@media (max-width: 1481px) {
  .chage-pswd-modal .modal-footer .btn {
    height: 45px;
  }
}

@media (min-width: 768px) {
  .logout-modal .modal-dialog {
    max-width: 550px;
  }
}
.logout-modal .modal-dialog .modal-body {
  padding: 60px 80px 80px;
}
@media (max-width: 1679px) {
  .logout-modal .modal-dialog .modal-body {
    padding: 40px 80px 60px;
  }
}
@media (max-width: 1481px) {
  .logout-modal .modal-dialog .modal-body {
    padding: 30px 70px 50px;
  }
}
@media (max-width: 579px) {
  .logout-modal .modal-dialog .modal-body {
    padding: 20px 20px 40px;
  }
}
.logout-modal .logout-modal-block .img-block {
  margin-bottom: 50px;
}
@media (max-width: 1679px) {
  .logout-modal .logout-modal-block .img-block {
    margin-bottom: 40px;
  }
}
@media (max-width: 579px) {
  .logout-modal .logout-modal-block .img-block {
    margin-bottom: 30px;
  }
}
@media (max-width: 1679px) {
  .logout-modal .logout-modal-block .img-block img {
    max-height: 110px;
  }
}
@media (max-width: 1481px) {
  .logout-modal .logout-modal-block .img-block img {
    max-height: 100px;
  }
}
@media (max-width: 579px) {
  .logout-modal .logout-modal-block .img-block img {
    max-height: 80px;
  }
}
.logout-modal .logout-modal-block .txt-block {
  margin-bottom: 35px;
  text-align: center;
  color: #fff;
}
.logout-modal .logout-modal-block .txt-block h3 {
  font-size: 30px;
  font-weight: 700;
  color: #DA9E3F;
}
@media (max-width: 1679px) {
  .logout-modal .logout-modal-block .txt-block h3 {
    font-size: 26px;
  }
}
.logout-modal .logout-modal-block .txt-block h3 span {
  color: #fff;
  font-weight: 300;
}
.logout-modal .logout-modal-block .txt-block p {
  color: #fff;
}
.logout-modal .modal-footer.d-flex .btn {
  width: calc(50% - 13px);
}
@media (max-width: 1679px) {
  .logout-modal .modal-footer.d-flex .btn {
    margin-bottom: 30px;
  }
}
.logout-modal .modal-footer {
  padding: 0;
}
@media (max-width: 1679px) {
  .logout-modal .modal-footer {
    padding-top: 15px;
  }
}
.logout-modal .modal-footer .btn {
  margin-bottom: 0 !important;
}
@media (max-width: 1679px) {
  .logout-modal .modal-footer .btn {
    height: 48px;
  }
}
@media (max-width: 1481px) {
  .logout-modal .modal-footer .btn {
    height: 45px;
  }
}

.edit-profile-modal .modal-footer {
  padding: 0;
}
@media (max-width: 1679px) {
  .edit-profile-modal .modal-footer {
    padding-top: 15px;
  }
}
.edit-profile-modal .modal-footer .btn {
  margin-bottom: 0 !important;
}
@media (max-width: 1679px) {
  .edit-profile-modal .modal-footer .btn {
    height: 48px;
  }
}
@media (max-width: 1481px) {
  .edit-profile-modal .modal-footer .btn {
    height: 45px;
  }
}
@media (min-width: 1200px) {
  .edit-profile-modal .modal-dialog {
    max-width: 970px;
  }
}
.edit-profile-modal .modal-footer .btn {
  max-width: 180px;
}
.edit-profile-modal .modal-footer .back-btn {
  margin-right: 25px;
}

/*# sourceMappingURL=modal.css.map */
