@font-face {
  font-family: "URWGeometric-Regular";
  src: url("../Fonts/URWGeometric-Regular.ttf")
    format("truetype");
}

@font-face {
  font-family: "URWGeometric-Medium";
  src: url("../Fonts/29LTBukra-Medium.otf")
    format("truetype");
}

@font-face {
  font-family: "URWGeometric-Bold";
  src: url("../Fonts/29LTBukra-Bold.otf")
    format("truetype");
}

@font-face {
  font-family: "URWGeometric-Light";
  src: url("../Fonts/URWGeometric-Light.ttf")
    format("truetype");
}

@font-face {
  font-family: "29LTBukra-Regular";
  src: url("../Fonts/29LTBukra-Regular.otf")
    format("opentype");
}

@font-face {
  font-family: "29LTBukra-Medium";
  src: url("../Fonts/29LTBukra-Medium.otf")
    format("opentype");
}

@font-face {
  font-family: "29LTBukra-Bold";
  src: url("../Fonts/29LTBukra-Bold.otf")
    format("opentype");
}

@font-face {
  font-family: "29LTBukra-SemiBold";
  src: url("../Fonts/29LTBukra-SemiBold.otf")
    format("opentype");
}

html {
  font-family: "URWGeometric-Regular", sans-serif !important;
}

.container {
  max-width: 1400px;
}

.bg-body-tertiary {
  background-color: #f8f8f8 !important;
  font-family: "URWGeometric-Regular", sans-serif;
}
/********Timeline CSS*****/
.completed .line {
  background-color: #a2ae39;
}

.completed .active {
  color: #a2ae39;
}
.label {
  color: #8a8a8a;
}

.label .active {
  color: #a2ae39;
}

.line {
  background-color: #ebebeb;

  width: 100%;
  height: 2px;
}

.step {
  cursor: pointer;
}

.step span {
  font-size: 0.875em;
}
/********Form CSS*****/

.title {
  font-size: 0.875em;
  font-weight: 600;
}

.nav-item {
  flex-basis: calc(33.33% - 0px);
}

.nav-link {
  width: 98%;
  height: auto;
}

.nav-tabs .nav-link {
  color: #2c3840;
  font-weight: 500;
  background-color: #a2ae39;
  border-color: none;
  font-size: 0.8475em;
}

.nav-tabs .nav-link.active {
  color: #ffffff;
  background-color: #a2ae39;
  border-color: none;
}

.tabs ul {
  padding: 0px 12px;
}

.tabs ul li .Ship-box {
  background: url(../images/Box.svg) no-repeat;
  background-position: 30px center;
  background-size: inherit;
  padding: 10% 20%;
}

.tabs .nav-tabs .nav-link.active.Ship-box {
  background: url(../images/Box-active.svg) no-repeat;
  background-position: 30px center;
  background-size: inherit;
  color: #ffffff;
  background-color: #a2ae39;
  padding: 10% 20%;
}

.tabs ul li .Ship-parcel {
  background: url(../images/Parcel.svg) no-repeat;
  background-position: 30px center;
  background-size: inherit;
  padding: 10% 20%;
}

.tabs .nav-tabs .nav-link.active.Ship-parcel {
  background: url(../images/Parcel-active.svg) no-repeat;
  background-position: 30px center;
  background-size: inherit;
  color: #ffffff;
  background-color: #a2ae39;
  padding: 10% 20%;
}

.tabs ul li .Ship-document {
  background: url(../images/Document.svg) no-repeat;
  background-position: 30px center;
  background-size: inherit;
  padding: 10% 20%;
}

.tabs .nav-tabs .nav-link.active.Ship-document {
  background: url(../images/Document-active.svg) no-repeat;
  background-position: 30px center;
  background-size: inherit;
  color: #ffffff;
  background-color: #a2ae39;
  padding: 10% 20%;
}

.shipment-tabs {
  border: none;
}

.shipment-tabs li .nav-link {
  border: 1px solid #d4d4d4;
  background-color: #ffffff;
  box-shadow: 0px 0px 15px 0px rgba(0, 15, 159, 0.07);
  border-radius: 0.5rem;
}

.input-bg
  .input-group
  > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(
    .valid-feedback
  ):not(.invalid-tooltip):not(.invalid-feedback) {
  border-radius: none !important;
  border: none !important;
}

.form-check-input:checked {
  background-color: #a2ae39;
  border-color: #a2ae39;
  box-shadow: none;
}

.form-select {
  background-position: right 0.75rem center !important;
}

.form-select.is-invalid {
  background-position: right 0.75rem center, right 2.5rem center !important;
}

.form-select.no-focus:focus {
  outline: none;
  box-shadow: none;
  /* border: 1px solid #a2ae39 !important; */
}

.form-control {
  border: none;
  background-color: #f7f7f7;
  border-radius: 6rem;
  height: 3rem;
  /* padding-left: 20px; */
  color: #cccccc;
}

.form-control::placeholder {
  color: #cccccc;
  font-size: 1em;
}

.form-control.counter-field {
  width: 25%;
  border-radius: 6rem;
}

.checkbox {
  font-size: 0.875em;
  font-weight: 400;

  color: #a2ae39;
}

.form-control:focus {
  background-color: #f7f7f7;
  border: none;
  box-shadow: none !important;
}

.form-control.counter-field:focus {
  outline: none;
  box-shadow: none;
  border: none !important;
}

.short-address .label {
  color: #a2ae39;
}

.input-bg {
  background-color: #f7f7f7;
  border-radius: 6rem;
  height: 3rem;
  padding-left: 15px;
  color: #8a8a8a;
  font-size: 0.875em;
  font-weight: normal;
  font-family: "URWGeometric-Regular", sans-serif;
}

.ad-ons {
  background-color: #f7f7f7;
  border-radius: 6rem;
  height: 3rem;
  border: 1px solid #d4d4d4;
  display: inline-flex;
  padding-left: 20px;
  padding-top: 3px;
  margin-top: 25px;
}

.ad-ons .form-check {
  padding-right: 0px;
}

.hide-dropdown-arrow::after {
  display: none !important;
}

.dropdown-item {
  text-align: start !important;
}

.Counter-button {
  display: inline-flex;

  border-radius: 6rem;
  margin-top: 4px;
  padding-right: 8px;
}

.input-group .counter-input {
  /* border-radius: 6rem; */
  margin-left: 20px;
  padding-left: 0px;
  font-size: 0.875em;
  font-weight: normal;
  font-family: "URWGeometric-Regular", sans-serif;
}

.counter {
  width: 100%;
  background-color: #f7f7f7;
  border-radius: 6rem !important;
  height: 3rem;

  /* padding-right: 20px; */
}

.counter .form-control .counter-field {
  width: 20%;
}

.counter-btn-dec {
  border: none;
  background: #e3e3e3;
  border-radius: 6rem;
  margin-right: 5px;
  width: 38px;
  height: 38px;
}

.counter-btn-inc {
  border: none;
  background: #e3e3e3;
  border-radius: 6rem;

  width: 38px;
  height: 38px;
}

.btn-check:checked + .btn,
.btn.active,
.btn.show,
.btn:first-child:active,
:not(.btn-check) + .btn:active {
  background-color: none;
}

.datepicker {
  padding-right: 38px; /* Adjust as per icon size */
}

.item {
  display: inline-flex;
  column-gap: 10px;
}

.item-title span {
  font-size: 0.875em;
  font-weight: 600;
}

.image-title span {
  font-size: 0.875em;
  font-weight: 600;
}

.upload-image {
  border: 1px solid #d4d4d4;
  padding: 10px;
  border-radius: 0.5rem;
}
#selectedImage {
  border-radius: 0.5rem;
}

/********Header CSS*****/
.home-header {
  background-color: #fff;
}

.lang {
  border: 1px solid #cacdcf;
  border-radius: 6rem;
  padding: 2px 10px;
  color: #a2ae39 !important;
}

.btn-lang {
  color: #a2ae39 !important;
}

.btn-lang:focus {
  border: none !important;
  outline: none !important;
  box-shadow: none;
}

/********Body CSS*****/
.body-Container {
  margin: 2rem 0rem;
  background-color: #fff;
  padding: 2rem;
  border-radius: 12px;
  box-shadow: 0px 0px 30px 0px rgba(0, 15, 159, 0.03);
  width: auto;
  height: auto;
}

.bd-placeholder-img {
  font-size: 1.125rem;
  text-anchor: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.back-btn, .back-btn-mob {
  border: 1px solid #a2ae39;
  background: none;
  border-radius: 6rem;
  width: 13rem !important;
  cursor: pointer;
}

.back-btn span, .back-btn-mob span {
  color: #a2ae39;
}

.btn:hover {
  background-color: none;
}

.back-btn:hover, .back-btn-mob:hover {
  background-color: #ffffff;
  color: #a2ae39;
  border: 1px solid #a2ae39;
}

.back-btn:active, .back-btn-mob:active {
  background-color: #ffffff !important;
  color: #a2ae39 !important;
  border: 1px solid #a2ae39 !important;
}

.Continue-btn, .Continue-btn-mob {
  border: none;
  border-radius: 6rem;
  color: #ffffff;
  background-color: #a2ae39;
  width: 13rem !important;
  cursor: pointer;
}

.Next-btn {
  margin-right: 15px;
}

.go-back {
  margin-left: 15px;
}

.image-upload {
  border: 1px solid #d4d4d4;
  border-radius: 0.5rem;
  color: #ffffff;
  background-color: #ffffff;
  padding: 10px 20px;
  height: auto;
}
.Upload-btn {
  border: none;
  border-radius: 6rem;
  color: #ffffff;
  background-color: #8a8a8a;
  height: auto;
}

.browse-btn {
  background: #8a8a8a;
  border: none;
  margin-right: 15px;
  border-radius: 6rem;
  align-self: flex-start;
  padding: 5px 35px;
}
.browse-btn:hover {
  background-color: #8a8a8a !important;
}

.browse-btn:active {
  background-color: #8a8a8a !important;
}

.upload-image ul {
  list-style: none;
  display: inline-flex;
  padding-right: 15px;
  padding-left: 20px;
}
.upload-image ul li {
  padding-right: 5px;
}

.Shipment-image {
  max-width: 100%;
  height: auto;
}

.Continue-btn:hover, .Continue-btn-mob:hover {
  border: none;
  border-radius: 6rem;
  color: #ffffff;
  background-color: #a2ae39;
}

.nav-btns {
  display: flex;
  flex-direction: row;
}

.Continue-btn:active, .Continue-btn-mob:active {
  background-color: #a2ae39 !important;
}

.Continue-btn.disabled, .Continue-btn-mob.disabled {
  pointer-events: none;
  opacity: 0.5;
  background-color: #C1C1C1 !important;
}

.divider-line {
  color: #a1a1a1;
}

.Summary span {
  font-size: 14px;
}

.b-example-divider {
  width: 100%;
  height: 3rem;
  background-color: rgba(0, 0, 0, 0.1);
  border: solid rgba(0, 0, 0, 0.15);
  border-width: 1px 0;
  box-shadow: inset 0 0.5em 1.5em rgba(0, 0, 0, 0.1),
    inset 0 0.125em 0.5em rgba(0, 0, 0, 0.15);
}

.b-example-vr {
  flex-shrink: 0;
  width: 1.5rem;
  height: 100vh;
}

.bi {
  vertical-align: -0.125em;
  fill: currentColor;
}

.nav-scroller {
  position: relative;
  z-index: 2;
  height: 2.75rem;
  overflow-y: hidden;
}

.nav-scroller .nav {
  display: flex;
  flex-wrap: nowrap;
  padding-bottom: 1rem;
  margin-top: -1px;
  overflow-x: auto;
  text-align: center;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}

.btn-bd-primary {
  --bd-violet-bg: #a2ae39;
  --bd-violet-rgb: 112.520718, 44.062154, 249.437846;

  --bs-btn-font-weight: 600;
  --bs-btn-color: var(--bs-white);
  --bs-btn-bg: var(--bd-violet-bg);
  --bs-btn-border-color: var(--bd-violet-bg);
  --bs-btn-hover-color: var(--bs-white);
  --bs-btn-hover-bg: #a2ae39;
  --bs-btn-hover-border-color: #a2ae39;
  --bs-btn-focus-shadow-rgb: var(--bd-violet-rgb);
  --bs-btn-active-color: var(--bs-btn-hover-color);
  --bs-btn-active-bg: #a2ae39;
  --bs-btn-active-border-color: #a2ae39;
}

.bd-mode-toggle {
  z-index: 1500;
}

.bd-mode-toggle .dropdown-menu .active .bi {
  display: block !important;
}

/********accordion CSS*****/

.accordion-item {
  border: none;
  border-radius: 1rem;
}

.accordion-header {
  background-color: #ffffff;
  box-shadow: 0px 0px 15px 0px rgba(0, 15, 159, 0.07);
  border-radius: 0.5rem;
  border: none;
}

.accordion-body {
  margin-top: 10px;
  background-color: #ffffff;
  box-shadow: 0px 0px 15px 0px rgba(0, 15, 159, 0.07);
  border-radius: 0.5rem;
  border: none;
  padding: 10px;
}

.accordion-body ul {
  border: none;
}
.accordion-body ul li {
  border: none;
}

.accordion-body ul li span {
  text-align: end;
}

.accordion-flush .accordion-item .accordion-button,
.accordion-flush .accordion-item .accordion-button.collapsed {
  border-radius: 0.5rem;
  box-shadow: 0px 0px 30px 0px rgba(0, 15, 159, 0.03);
}

.accordion-flush .accordion-item .accordion-button,
.accordion-flush .accordion-item .accordion-button.collapsed {
  border-radius: 0.5rem;
  box-shadow: none;
  background: white;
}

.Summary .accordion-button::after {
  background-image: url(../images/Collapse-btn.svg);
  width: 35px;
  height: 35px;
  transform: var(--bs-accordion-btn-icon-transform);
  position: absolute;
  right: 15px;
  top: 7px;
}

.Summary .accordion-button:not(.collapsed)::after {
  background-image: url(../images/close-btn.svg);
  width: 35px;
  height: 35px;
  transform: var(--bs-accordion-btn-icon-transform);
  transform: rotate(-180deg);
  position: absolute;
  right: 15px;
  top: 7px;
}

.Summary .accordion .accordion-item .accordion-title {
  margin-left: 20px !important;
}
.Summary .Price-box {
  border: 1px solid #d4d4d4;
  border-radius: 0.5rem;
  padding: 10px 0px;
}

ul.Price-box li {
  padding: 7px 25px;
}

.notice {
  background-color: #f7f7f7;
  border-radius: 0.5rem;
  padding: 10px 20px;
}

.notice h6 {
  font-size: 0.875em;
  color: #8a8a8a;
  font-weight: 400;
}

.notice span {
  color: #2c3840;
  text-transform: uppercase;
  font-weight: 500;
}

.text-dark {
  font-size: 14px;
  font-weight: 600;
}

.accordion h6 {
  font-family: inherit;
  font-size: 0.875em;
}
/********Media queries *****/

@media (max-width: 992px) {
  .tabs ul li .Ship-box {
    background: url(../images/Box.svg) no-repeat;
    background-position: 15px center;
    background-size: inherit;
    padding: 15% 49%;
  }

  .tabs .nav-tabs .nav-link.active.Ship-box {
    background: url(../images/Box-active.svg) no-repeat;
    background-position: 15px center;
    background-size: inherit;
    color: #ffffff;
    background-color: #a2ae39;
    padding: 15% 49%;
  }

  .tabs ul li .Ship-parcel {
    background: url(../images/Parcel.svg) no-repeat;
    background-position: 15px center;
    background-size: inherit;
    padding: 15% 49%;
  }

  .tabs .nav-tabs .nav-link.active.Ship-parcel {
    background: url(../images/Parcel-active.svg) no-repeat;
    background-position: 15px center;
    background-size: inherit;
    color: #ffffff;
    background-color: #a2ae39;
    padding: 15% 49%;
  }

  .tabs ul li .Ship-document {
    background: url(../images/Document.svg) no-repeat;
    background-position: 15px center;
    background-size: inherit;
    padding: 15% 49%;
  }

  .tabs .nav-tabs .nav-link.active.Ship-document {
    background: url(../images/Document-active.svg)
      no-repeat;
    background-position: 15px center;
    background-size: inherit;
    color: #ffffff;
    background-color: #a2ae39;
    padding: 15% 49%;
  }
}

@media (max-width: 768px) {
  .label {
    color: #8a8a8a;
    font-size: 14px;
  }

  .bd-placeholder-img-lg {
    font-size: 3.5rem;
  }

  .tabs ul li .Ship-box {
    background: url(../images/Box.svg) no-repeat;
    background-position: 25px center;
    background-size: inherit;
    padding: 15% 40%;
  }

  .tabs .nav-tabs .nav-link.active.Ship-box {
    background: url(../images/Box-active.svg) no-repeat;
    background-position: 25px center;
    background-size: inherit;
    color: #ffffff;
    background-color: #a2ae39;
    padding: 15% 49%;
  }

  .tabs ul li .Ship-parcel {
    background: url(../images/Parcel.svg) no-repeat;
    background-position: 25px center;
    background-size: inherit;
    padding: 15% 49%;
  }

  .tabs .nav-tabs .nav-link.active.Ship-parcel {
    background: url(../images/Parcel-active.svg) no-repeat;
    background-position: 25px center;
    background-size: inherit;
    color: #ffffff;
    background-color: #a2ae39;
    padding: 15% 40%;
  }

  .tabs ul li .Ship-document {
    background: url(../images/Document.svg) no-repeat;
    background-position: 25px center;
    background-size: inherit;
    padding: 15% 40%;
  }

  .tabs .nav-tabs .nav-link.active.Ship-document {
    background: url(../images/Document-active.svg) no-repeat;
    background-position: 25px center;
    background-size: inherit;
    color: #ffffff;
    background-color: #a2ae39;
    padding: 15% 49%;
  }

  .read-more-text {
    font-size: 15px !important;
  }
}

@media (max-width: 576px) {
  .tabs ul li .Ship-box {
    background: url(../images/Box.svg) no-repeat;
    background-position: 2px center;
    background-size: inherit;
    padding: 15% 40%;
  }

  .tabs .nav-tabs .nav-link.active.Ship-box {
    background: url(../images/Box-active.svg) no-repeat;
    background-position: 2px center;
    background-size: inherit;
    color: #ffffff;
    background-color: #a2ae39;
    padding: 15% 49%;
  }

  .tabs ul li .Ship-parcel {
    background: url(../images/Parcel.svg) no-repeat;
    background-position: 2px center;
    background-size: inherit;
    padding: 15% 49%;
  }

  .tabs .nav-tabs .nav-link.active.Ship-parcel {
    background: url(../images/Parcel-active.svg) no-repeat;
    background-position: 2px center;
    background-size: inherit;
    color: #ffffff;
    background-color: #a2ae39;
    padding: 15% 40%;
  }

  .tabs ul li .Ship-document {
    background: url(../images/Document.svg) no-repeat;
    background-position: 2px center;
    background-size: inherit;
    padding: 15% 39%;
  }

  .tabs .nav-tabs .nav-link.active.Ship-document {
    background: url(../images/Document-active.svg)
      no-repeat;
    background-position: 2px center;
    background-size: inherit;
    color: #ffffff;
    background-color: #a2ae39;
    padding: 15% 39%;
  }

  .body-Container {
    padding: 1rem !important;
  }
  .label {
    color: #8a8a8a;
    font-size: 14px;
  }
}

@media (max-width: 480px) {
  .Continue-btn, .Continue-btn-mob {
    width: 10rem !important;
  }

  .back-btn, .back-btn-mob {
    width: 10rem !important;
  }
}
@media (max-width: 434px) {
  /* .step span {
    font-size: 14px;
  } */
}
@media (max-width: 409px) {
  .custom-placeholder ::placeholder {
    font-size: 12px;
  }
  /* .step span {
    font-size: 13px;
  } */
}

@media (max-width: 380px) {
  .tabs ul li .Ship-box {
    background: none;
    background-position: 2px center;
    background-size: inherit;
    padding: 10% 0%;
  }

  .tabs .nav-tabs .nav-link.active.Ship-box {
    background: none;
    background-position: 2px center;
    background-size: inherit;
    color: #ffffff;
    background-color: #a2ae39;
    padding: 10% 0%;
  }

  .tabs ul li .Ship-parcel {
    background: none;
    background-position: 2px center;
    background-size: inherit;
    padding: 10% 0%;
  }

  .tabs .nav-tabs .nav-link.active.Ship-parcel {
    background: none;
    background-position: 2px center;
    background-size: inherit;
    color: #ffffff;
    background-color: #a2ae39;
    padding: 10% 0%;
  }

  .tabs ul li .Ship-document {
    background: none;
    background-position: 2px center;
    background-size: inherit;
    padding: 10% 0%;
  }

  .tabs .nav-tabs .nav-link.active.Ship-document {
    background: none;
    background-position: 2px center;
    background-size: inherit;
    color: #ffffff;
    background-color: #a2ae39;
    padding: 10% 0%;
  }

  .custom-placeholder ::placeholder {
    font-size: 12px;
  }
  .nav-btns {
    flex-direction: column !important;
    gap: 15px;
  }

  .Continue-btn, .Continue-btn-mob {
    width: 100% !important;
  }

  .back-btn, .back-btn-mob {
    width: 100% !important;
  }

  .step span {
    font-size: 11px;
  }
}

@media (max-width: 360px) {
  .custom-placeholder ::placeholder {
    font-size: 10px;
  }
}

.btn-baggage {
  background-color: #fff;
  border: 1px solid #a2ae39;
  color: #a2ae39;
  border-radius: 8px;
  font-weight: 600;
  flex: 1;
}

.btn-baggage.active {
  background-color: #a2ae39;
  color: white;
}

.baggage-option input[type="checkbox"] {
  display: none;
}

.baggage-option input[type="checkbox"]:checked + label {
  background-color: #a2ae39;
  color: #fff;
  border: 1px solid #a2ae39;
}

.baggage-option label {
  border: 1px solid #D4D4D4;
  border-radius: 8px;
  padding: 15px;
  cursor: pointer;
  background-color: white;
  color: #a2ae39;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  width: 100%;
}

.baggage-section {
  padding: 15px;
  margin-bottom: 15px;
  border-radius: 8px;
}

.btn-accordion {
  background: none;
  border: none;
}

.uploaded-image-box {
  width: 70px;
  height: 70px;
  position: relative;
}

.remove-image {
  cursor: pointer;
  font-weight: bold;
}

.read-more-text {
  font-size: 20px;
  color: #A7AEB4;
  font-weight: 400;
  letter-spacing: 0px;
  line-height: 20px;
}

.authorize-label-text {
  font-size: 15px;
}

.iti--allow-dropdown {
  width: 100%;
}

.iti input.is-invalid {
  z-index: auto !important;
}

.iti__selected-flag {
  height: 50px !important;
}

.error {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #FF453A;
}

.invalid-feedback {
  font-size: inherit;
}

.input-group .input-group-text {
  border-top-left-radius: 0rem !important;
  border-bottom-left-radius: 0rem !important;
  border-top-right-radius: 6rem !important;
  border-bottom-right-radius: 6rem !important;
}

.custom-file-upload {
  display: inline-block;
  padding: 0.5rem 1rem;
  cursor: pointer;
  background-color: #f7f7f7;
  border: 1px solid #f7f7f7;
  border-radius: 6rem;
  color: #cccccc;
  height: 3rem;
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
}

.custom-file-upload .error {
  margin-top: 1.25rem;
}

.baggage-option .input-group .btn-baggage {
  border-radius: 0.75rem !important;
}

.Confirm-btn {
  border: none;
  border-radius: 6rem;
  color: #ffffff;
  background-color: #a2ae39;
  width: 13rem !important;
}
