.guest-box {
  border-radius: 60px;
  padding: 15px 20px;
  background: url(../images/individual/guest-bg.jpg) 0 0 / cover;
}

.guest-box span {
  width: 60px;
  height: 60px;
  box-shadow: 0 4px 15px rgba(0, 45, 109, 0.1);
}

.guest-box span img {
  width: 50%;
}

.ind-po-box {
  border: 1px solid #d6e6fb;
  border-radius: 12px;
  padding: 25px 15px;
  text-align: center;
}

.ind-po-box span {
  width: 60px;
  height: 60px;
  background: #fff6e1;
  border-radius: 8px;
  margin: 0 auto 15px auto;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}

.ind-po-box span img {
  width: 50%;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}

.ind-po-box:hover span {
  background: #ffb819;
}

.ind-po-box:hover span img {
  filter: brightness(0) invert(1);
}

.adds-carousel.adds-carousel-ind img,
.order-now.order-now-ind {
  border-radius: 12px;
}

.order-now.order-now-ind {
  padding: 0 15px;
}

.order-now.order-now-ind h4 {
  font-size: 1.1rem;
  line-height: 1.5;
}

.order-now.order-now-ind img {
  width: 227px;
  margin-top: -45px;
}

.order-now.order-now-ind .btn {
  padding: 10px 15px;
}

.quick-links-ind {
  width: calc(100% - 1.5rem);
  margin: 0 auto;
  padding: 30px 30px 5px 30px;
  border-radius: 20px;
  background: #f3f4ff;
}

.ind-quick-box {
  border-radius: 15px;
  overflow: hidden;
  background: #fff;
}

.ind-quick-box a {
  color: #6c7480;
}

.ind-quick-box .ind-quick-box-text {
  padding: 25px;
  z-index: 1;
}

.ind-quick-box .ind-quick-box-text span {
  width: 50px;
  height: 50px;
  flex-shrink: 0;
  background: linear-gradient(to bottom, #f1ac11 0%, #c38b07 100%);
}

.quick-links-ind
  .row
  .col-md-6:nth-child(2)
  .ind-quick-box
  .ind-quick-box-text
  span {
  background: linear-gradient(to bottom, #b84ee2 0%, #8e44ad 100%);
}

.quick-links-ind
  .row
  .col-md-6:nth-child(3)
  .ind-quick-box
  .ind-quick-box-text
  span {
  background: linear-gradient(to bottom, #34c2db 0%, #188193 100%);
}

.quick-links-ind
  .row
  .col-md-6:nth-child(4)
  .ind-quick-box
  .ind-quick-box-text
  span {
  background: linear-gradient(to bottom, #ff7979 0%, #ae3131 100%);
}

.quick-links-ind
  .row
  .col-md-6:nth-child(5)
  .ind-quick-box
  .ind-quick-box-text
  span {
  background: linear-gradient(to bottom, #15c55e 0%, #127b3e 100%);
}

.quick-links-ind
  .row
  .col-md-6:nth-child(6)
  .ind-quick-box
  .ind-quick-box-text
  span {
  background: linear-gradient(to bottom, #ef3ea8 0%, #a11469 100%);
}

.ind-quick-box .ind-quick-box-text h5 {
  font-size: 1.1rem;
}

.ind-quick-box .ind-quick-box-text h6 {
  font-weight: 900;
  color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #ffffff;
  display: none;
}

.ind-quick-box .ind-quick-box-text .btn-arrow {
  width: 45px;
  height: 45px;
  outline-offset: 20px;
  flex-shrink: 0;
  border: 1px solid rgba(255, 182, 25, 0.4);
  outline: 1px solid rgba(255, 182, 25, 0.3);
  color: #ffb819;
  flex-shrink: 0;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}

.ind-quick-box .ind-quick-box-text .btn-arrow:after {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  width: 140px;
  height: 140px;
  border-radius: 100%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  outline-offset: 20px;
  border: 1px solid rgba(255, 182, 25, 0.2);
  outline: 1px solid rgba(255, 182, 25, 0.1);
}

.quick-links-ind .row .col-md-6:nth-child(2) .btn-arrow {
  border: 1px solid rgba(184, 78, 226, 0.4);
  outline: 1px solid rgba(184, 78, 226, 0.3);
  color: #b84ee2;
}

.quick-links-ind .row .col-md-6:nth-child(2) .btn-arrow:after {
  border: 1px solid rgba(184, 78, 226, 0.2);
  outline: 1px solid rgba(184, 78, 226, 0.1);
}

.quick-links-ind .row .col-md-6:nth-child(3) .btn-arrow {
  border: 1px solid rgba(52, 194, 219, 0.4);
  outline: 1px solid rgba(52, 194, 219, 0.3);
  color: #34c2db;
}

.quick-links-ind .row .col-md-6:nth-child(3) .btn-arrow:after {
  border: 1px solid rgba(52, 194, 219, 0.2);
  outline: 1px solid rgba(52, 194, 219, 0.1);
}

.quick-links-ind .row .col-md-6:nth-child(4) .btn-arrow {
  border: 1px solid rgba(255, 121, 121, 0.4);
  outline: 1px solid rgba(255, 121, 121, 0.3);
  color: #ff7979;
}

.quick-links-ind .row .col-md-6:nth-child(4) .btn-arrow:after {
  border: 1px solid rgba(255, 121, 121, 0.2);
  outline: 1px solid rgba(255, 121, 121, 0.1);
}

.quick-links-ind .row .col-md-6:nth-child(5) .btn-arrow {
  border: 1px solid rgba(21, 197, 94, 0.4);
  outline: 1px solid rgba(21, 197, 94, 0.3);
  color: #15c55e;
}

.quick-links-ind .row .col-md-6:nth-child(5) .btn-arrow:after {
  border: 1px solid rgba(221, 197, 94, 0.2);
  outline: 1px solid rgba(21, 197, 94, 0.1);
}

.quick-links-ind .row .col-md-6:nth-child(6) .btn-arrow {
  border: 1px solid rgba(239, 62, 168, 0.4);
  outline: 1px solid rgba(239, 62, 168, 0.3);
  color: #ef3ea8;
}

.quick-links-ind .row .col-md-6:nth-child(6) .btn-arrow:after {
  border: 1px solid rgba(239, 62, 168, 0.2);
  outline: 1px solid rgba(239, 62, 168, 0.1);
}

.ind-quick-box img {
  height: 220px;
  width: 100%;
  opacity: 0.3;
  object-fit: cover;
  -webkit-transition: 1s;
  -moz-transition: 1s;
  transition: 1s;
}

.ind-quick-box:hover .ind-quick-box-text .btn-arrow,
.ind-quick-box:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  transform: scale(1.1);
}

.inner-banner-2 h1 span {
  color: #ffb819;
}

.inner-banner.inner-banner-2::before {
  background: url(../images/individual/banner-bg-3.png) no-repeat;
  background-size: auto 100%;
  background-position: top left;
  opacity: 0.7;
}

.hds-bote {
  padding: 1.5rem;
  border-radius: 12px;
  border: 1px solid #bad0ed;
}

.hds-box {
  padding: 1.5rem;
  border-radius: 12px;
  background: url(../images/individual/hds-bg.jpg) 0 0 / cover;
}

.hds-box .form-label {
  color: #6c7480;
}

.hds-box .form-control {
  height: 50px;
}

.hds-selected {
  padding: 1.2rem;
  border-radius: 12px;
  background: url(../images/individual/hds-bg-2.jpg) 0 0 / cover;
}

.hds-selected .hds-selected-left span {
  width: 70px;
  height: 70px;
  border-radius: 8px;
}

.hds-selected .hds-selected-left h6 span {
  color: #ffb819;
}
.hds-selected p:empty {
  display: none;
}
.hds-selected .hds-status {
  padding: 5px 20px;
  border-radius: 25px;
}

.hds-selected .hds-status.active {
  background: #34ca9e;
}

.hds-selected .hds-status.inactive {
  background: #e75f5f;
}

.delivery-type-main .form-label {
  border-radius: 10px;
  padding: 1.2rem;
  background: #492a88;
  position: relative;
  cursor: pointer;
  margin: 0;
}

.delivery-type-main .form-label h4 {
  font-weight: 600;
}

.delivery-type-main .form-label h4 small {
  font-size: 60%;
  font-weight: 400;
  opacity: 0.65;
}

.delivery-type-main .form-label:after {
  position: absolute;
  content: "";
  background: url(../images/individual/hds-bg-3.png) top right / contain
    no-repeat;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  opacity: 0.4;
}

.delivery-type-main .col-sm-6:nth-child(2) .form-label {
  background: #851c81;
}

.delivery-type-main .col-sm-6:nth-child(3) .form-label {
  background: #409f8e;
}

.delivery-type-main .col-sm-6:nth-child(4) .form-label {
  background: #c1563a;
}

.delivery-type-main .col-sm-6:nth-child(5) .form-label {
  background: #477d2f;
}

.delivery-type-main .delivery-type-in {
  border-bottom: 1px dotted rgba(255, 255, 255, 0.4);
  flex: 1;
}

.delivery-type-main .form-label span {
  flex-shrink: 0;
  background: rgba(255, 255, 255, 0.2);
  width: 50px;
  height: 50px;
}

.delivery-type-main .form-check-input {
  position: absolute;
  bottom: 1.3rem;
  right: 1.5rem;
  width: 26px;
  height: 26px;
  z-index: 9;
  opacity: 0.5;
}

.delivery-type-main .form-check-input:checked {
  border: 2px solid #ffffff;
  opacity: 1;
}

.payment-type-main .form-label {
  border-radius: 10px;
  padding: 25px 10px;
  border: 1px solid #ccdbeb;
  color: #6c7480;
  background: #fff;
  cursor: pointer;
  margin-bottom: 0;
}

.payment-type-main .form-label img {
  width: 40px;
}

.payment-type-main .form-check-input:checked ~ .form-label {
  border-color: #ffb819;
  color: #ffb819;
}

.total-payment {
  padding: 1.2rem;
  border-radius: 12px;
  background: url(../images/individual/payment-bg.jpg) 0 0 / cover;
}

.payment-terms .form-check-input {
  border: 1px solid #c5cad9;
  width: 20px;
  height: 20px;
  margin-top: 0;
  cursor: pointer;
}

.payment-terms .form-check-input:checked {
  border-color: #ffb819;
  background-color: #ffb819;
}

.payment-terms a,
.payment-terms label {
  color: #6c7480;
}

.total-payment p {
  margin-bottom: 0;
  padding: 5px 0;
}

.total-payment p span {
  display: inline-block;
  width: 30px;
  text-align: center;
}
.total-payment p strong{
  display: inline-block;
}
.total-payment p strong span {
  width: auto;
}

.total-payment table tr td:last-child {
  font-weight: 600;
}

.total-payment h3 {
  color: #002f6d;
  font-weight: 600;
}

.total-payment h3 small {
  font-size: 60%;
  font-weight: 400;
}

.arabic .delivery-type-main .form-check-input {
  right: auto;
  left: 1.5rem;
}

.tab-yellow .nav-link {
  background: #dde7f5;
  color: #38373c;
  border-radius: 0;
  line-height: 1.75;
}

.tab-yellow .nav-link.active {
  background: #ffb819;
  color: #ffffff;
}

.tab-yellow li:first-child .nav-link {
  border-radius: 7px 0 0 7px;
}

.tab-yellow li:last-child .nav-link {
  border-radius: 0 7px 7px 0;
}

.info-text svg {
  color: #96b9e8;
}

.po-box-group {
  height: auto !important;
  grid-template-columns: repeat(8, 1fr);
  margin-bottom: 1.5rem;
}

.po-box-group.company-box-group {
  grid-template-columns: repeat(4, 1fr);
}

.po-box-group li label {
  width: 100%;
  border-radius: 7px;
  border: 1px solid #ccdbeb;
  padding: 10px 5px;
  color: #8f99a6;
  font-weight: 500;
  text-align: center;
  cursor: pointer;
}

.po-box-group li input {
  display: none;
}

.po-box-group li input[type="radio"]:checked ~ label {
  background: #ffb819;
  border-color: #ffb819;
  color: #ffffff;
}

.pobox-id-upload label {
  border-radius: 7px;
  border: 1px solid #ccdbeb;
  padding: 18px 12px;
  cursor: pointer;
}

.pobox-id-upload label p {
  font-size: 0.9rem;
}

.pobox-id-upload label span {
  background: #c9d5e1;
  width: 35px;
  height: 35px;
}

.pobox-btn-group .btn {
  padding: 0 20px;
  line-height: 45px;
  min-width: 120px;
  text-align: center;
  justify-content: center;
}

.special-pobox .nav-pills {
  gap: 15px;
  padding: 20px;
  border-radius: 15px;
  box-shadow: 0 15px 50px rgba(0, 45, 109, 0.15);
}

.special-pobox .nav-pills li {
  flex: 1;
  position: relative;
}

.special-pobox .nav-pills li .tab-bg {
  position: absolute;
  content: "";
  background: url(../images/individual/hds-bg-3.png) top left / 100% 150%
    no-repeat;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  opacity: 0.7;
}

.special-pobox .nav-pills li .nav-link {
  width: 100%;
  background: #33a8c6;
  color: #ffffff;
  font-size: 1.2rem;
  border-radius: 8px;
  position: relative;
  padding: 20px;
  z-index: 1;
  font-weight: 600;
  display: flex;
  gap: 10px;
  justify-content: space-between;
  align-items: center;
}

.special-pobox .nav-pills li .nav-link:after,
.special-pobox .nav-pills li .nav-link:before {
  position: absolute;
  content: "";
  width: 24px;
  height: 24px;
  background: #33a8c6;
  bottom: -12px;
  left: 50%;
  margin-left: -12px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
  opacity: 0;
}

.special-pobox .nav-pills li .nav-link:before {
  background: #fff;
  width: 32px;
  height: 32px;
  bottom: -32px;
  margin-left: -16px;
  z-index: -1;
}

.special-pobox .nav-pills li .nav-link.active:before,
.special-pobox .nav-pills li .nav-link.active:after {
  opacity: 1;
}

.special-pobox .nav-pills li .nav-link span {
  font-weight: 800;
}

.special-pobox .nav-pills li .nav-link span small {
  font-size: 60%;
  font-weight: 400;
}

.special-pobox .nav-pills li:nth-child(2) .nav-link,
.special-pobox .nav-pills li:nth-child(2) .nav-link:after {
  background: #d6ac07;
  color: #ffffff;
}

.special-pobox .nav-pills li:nth-child(3) .nav-link,
.special-pobox .nav-pills li:nth-child(3) .nav-link:after {
  background: #8a89a2;
  color: #ffffff;
}

.special-pobox .nav-pills li:nth-child(4) .nav-link,
.special-pobox .nav-pills li:nth-child(4) .nav-link:after {
  background: #bd5f35;
  color: #ffffff;
}

.special-pobox .accordion-item {
  border-radius: 10px;
  border: 1px solid #ccdbeb;
  background: none;
  margin-bottom: 20px;
}

.special-pobox .accordion-body {
  padding-top: 10px;
}

.special-pobox .accordion-item .accordion-button {
  background: none;
  border: none;
  box-shadow: none;
  font-weight: 600;
  color: #002e6d;
  line-height: 1.7;
}

.special-pobox .accordion-item .accordion-button.collapsed {
  color: #6c7480;
}

.special-pobox .accordion-item .accordion-body ul.special-box-list {
  grid-template-columns: repeat(12, 1fr);
}

.special-pobox .accordion-item .accordion-body ul.special-box-list li {
  border-radius: 7px;
  background: #f0f7ff;
  padding: 10px 5px;
  color: #808d9f;
  font-weight: 500;
  text-align: center;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}

.special-pobox .accordion-item .accordion-body ul.special-box-list li:hover {
  background: #98b7db;
  color: #ffffff;
}

.tamm-header img {
  width: 180px;
}

.tamm-sending {
  background: url(../images/individual/tamm-bg.jpg) top center / cover;
}

.sending-total h4 {
  color: #002e6d;
}

.sending-total h4 small {
  font-size: 60%;
  font-weight: 400;
}

.add-similar-pakages {
  padding: 1.6rem;
  border-radius: 15px;
  box-shadow: 0px 10px 35px rgba(0, 46, 109, 0.1);
}

.add-similar-pakages .item {
  text-align: center;
  border: 1px solid #ccdbeb;
  border-radius: 8px;
  padding: 1rem 0.5rem;
  margin: 1px;
  word-break: break-all;
}

.add-similar-pakages .item img {
  width: 65px;
}

.add-similar-pakages .item .btn {
  line-height: 35px;
}

.add-similar-pakages .owl-dots {
  text-align: center;
}

.add-similar-pakages .owl-carousel button.owl-dot {
  width: 15px;
  height: 5px;
  background: #ccdbeb;
  border-radius: 2px;
  margin: 0 5px;
}

.add-similar-pakages .owl-carousel button.owl-dot.active {
  background: #ffb819;
}

.add-new-address-fileds {
  display: none;
  padding: 1.5rem;
  border-radius: 12px;
  background: #edf8ff;
}

.tracking-acc.sending-pkg-tracking .accordion-header .accordion-button {
  padding: 10px 15px;
}

.tracking-acc.sending-pkg-tracking .track-acc-left h6 {
  margin: 1px 0 4px 0;
}

.shipment-filter .form-control,
.shipment-filter .form-select {
  border: 1px solid #ccdbeb;
  box-shadow: none;
  min-height: 45px;
}

.shipment-filter .form-select {
  max-width: 260px;
}

.yellow-tab.nav-tabs .nav-link {
  background: #d9e4f5;
  color: #38373c;
  border-radius: 0;
  min-height: 45px;
}

.yellow-tab.nav-tabs .nav-item:first-child .nav-link {
  border-radius: 7px 0 0 7px;
}

.yellow-tab.nav-tabs .nav-item:last-child .nav-link {
  border-radius: 0 7px 7px 0;
}

.yellow-tab.nav-tabs .nav-link.active {
  background: #ffb819;
  color: #ffffff;
}

.shipment-tab .nav-tabs {
  max-width: 620px;
  border-radius: 12px;
  box-shadow: 0px 10px 45px rgba(0, 46, 109, 0.1);
  margin: -56px 0 60px 0;
  position: relative;
  z-index: 3;
  padding: 15px;
}

.shipment-tab .nav-tabs .nav-link {
  display: flex;
  width: 100%;
  color: #2d3137;
  text-align: left;
  border: none;
  border-radius: 7px;
  padding: 15px 20px;
  position: relative;
  cursor: pointer;
}

.shipment-tab .nav-tabs .nav-link img {
  width: 45px;
}

.shipment-tab .nav-tabs .nav-link h5 {
  line-height: 1.5;
}

.shipment-tab .nav-tabs .nav-link h5 span {
  font-size: 70%;
  color: #6c7480;
}

.shipment-tab .nav-tabs .nav-link.active {
  background: #e3efff;
  color: #002e6d;
}

.shipment-tab .nav-tabs .nav-link.active::after {
  content: "";
  width: 0;
  height: 0;
  border-left: 17px solid transparent;
  border-right: 17px solid transparent;
  border-top: 20px solid white;
  position: absolute;
  bottom: -33px;
  left: 0;
  right: 0;
  margin: auto;
}

.feedback-form {
  padding: 2rem;
  border-radius: 20px;
  background: url(../images/individual/features-bg.png) 0 0 / cover;
}

.feedback-form .form-control,
.feedback-form .form-select {
  min-height: 50px;
  box-shadow: none;
  border-color: #fff;
}

.feedback-form .form-control:focus,
.feedback-form .form-select:focus {
  border-color: #86b7fe;
}

.details-list li h5 {
  color: #2d3137;
  margin-top: 3px;
}

.details-list.money-list {
  column-gap: 40px;
}

.details-list.money-list li {
  padding-left: 15px;
  background-size: 7px auto;
  background-position: 0 9px;
}

.money-wrapper .accordion-item .accordion-button img {
  width: 35px;
  height: 35px;
  object-fit: cover;
  border-radius: 35px;
  margin-right: 15px;
  border: 1px solid #ccc;
}

.money-wrapper .custom-table {
  padding: 20px 20px 10px 15px;
}

.money-wrapper .custom-table tr th,
.money-wrapper .custom-table tr td {
  padding: 12px;
}

.send-parcel-popup .total-payment .table td {
  background: none;
  color: #5d6167;
  padding: 3px 10px 3px 0;
}

.send-parcel-popup .total-payment .table td strong {
  font-weight: 500;
}

.money-wrapper .custom-table tr td {
  border-bottom: none;
}

.about-us-main .about-us-text {
  border-radius: 1rem;
  box-shadow: 0px 10px 45px rgba(0, 46, 109, 0.1);
  margin-left: -5rem;
  width: calc(100% + 5rem);
  position: relative;
  z-index: 3;
  padding: 2.5rem;
  background: #ffffff url(../images/individual/about-text-bg.jpg) no-repeat top
    right / auto 100%;
}

.about-us-main .about-us-text img {
  width: 50px;
}

.about-us-main .about-us-text span {
  width: 75px;
  height: 75px;
  background: linear-gradient(to bottom, #ffc900 0%, #eca912 100%);
}

.about-us-main-reverse .about-us-text {
  margin-left: 0;
  margin-right: -5rem;
}

.infrastructure-text {
  padding: 2rem;
  border-radius: 1rem;
  background: url(../images/individual/infrastructure-bg.jpg) 0 0 / cover;
}

.journey-timeline ul {
  padding-left: 20px;
}

.journey-timeline li {
  border: 1px solid #e8ebfe;
  padding: 2.5rem 2.5rem 2.5rem 5rem;
  position: relative;
  margin-bottom: 60px;
}

.journey-timeline li:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 50px;
  top: 100%;
  left: 0;
  background: url(../images/individual/journey-bg.png) no-repeat top center /
    auto 100%;
  opacity: 0.75;
}

.journey-timeline li h6 {
  background: #002e6d;
  color: #ffffff;
  padding: 15px 10px;
  position: absolute;
  left: -20px;
  writing-mode: vertical-lr;
  margin: 0;
  -webkit-transform: scale(-1);
  -moz-transform: scale(-1);
  transform: scale(-1);
}

.journey-timeline li span {
  color: #002e6d;
}

.journey-timeline li span img {
  width: 150px;
  margin-top: -5px;
}

.news-search {
  margin: -8.75rem 0 0 0;
}

.news-search h5 {
  background: #ffffff;
  padding: 1rem 1.5rem 0.5rem 1.5rem;
  border-radius: 0.75rem 0.75rem 0 0;
}

.news-search .news-search-in {
  padding: 1.5rem;
  background: #ffffff;
  border-radius: 0 1rem 1rem 1rem;
  box-shadow: 0px 10px 45px rgba(0, 46, 109, 0.1);
}

.news-search .form-control {
  border-color: #d4e6ff;
  min-height: 55px;
}

.news-filter .form-select {
  border-color: #d4e6ff;
  min-height: 50px;
}

.news-box {
  display: block;
  padding: 1.5rem;
  background: #eef4fb;
  border-radius: 12px;
  height: 100%;
}

.news-box h5 {
  margin-bottom: 0;
  line-height: 1.6;
  color: #2d3137;
  font-size: 1.14rem;
}

.news-box:hover h5 {
  color: #002e6d;
}

.news-box .news-box-img {
  border-radius: 8px;
  border: 1px solid #f0f0f0;
}

.news-box .news-box-img img {
  width: 100%;
  height: 290px;
  object-fit: cover;
  -webkit-transition: 1s;
  -moz-transition: 1s;
  transition: 1s;
}

.news-box:hover .news-box-img img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  transform: scale(1.1);
}

.news-banner img {
  border-radius: 1rem;
  width: 100%;
  height: 240px;
  object-fit: cover;
}

.detailed-news h3 {
  margin-bottom: 1rem;
}

.other-articles li {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #d4e6ff;
}

.other-articles li .news-box {
  padding: 0;
  background: none;
  display: flex;
  gap: 20px;
}

.other-articles li .news-box .news-box-img {
  flex-shrink: 0;
  width: 90px;
  border-radius: 7px;
}

.other-articles li .news-box .news-box-img img {
  height: 70px;
  object-fit: cover;
}

.other-articles li .news-box h5 {
  font-size: 1rem;
  color: #6c7480;
}

.location-map-search {
  border-radius: 15px;
  box-shadow: 0px 10px 45px rgba(0, 46, 109, 0.1);
  padding: 1.6rem;
}

.location-map-search .form-control {
  border-color: #d4e6ff;
  height: 3.75rem;
}

.location-map-search ul {
  gap: 15px;
}

.location-map-search li button {
  color: #6c7480;
  border: none;
  outline: none;
  box-shadow: none;
  background: #f5f9ff;
  border-radius: 6px;
  padding: 7px 15px;
  line-height: 20px;
}

.location-map-search li.active button {
  background: #ffb819;
  color: #fff;
}

.location-map-search li:last-child {
  margin-left: auto;
}

.location-map-search .location-map {
  height: 450px;
}

.map-branch-list {
  border-radius: 7px;
  padding: 1rem;
  background: #f0f7ff;
  height: 100%;
}

.special-pobox.map-branches .map-branch-list ul li {
  padding: 8px 0 8px 20px;
  text-align: left;
  font-weight: 400;
  position: relative;
}

.special-pobox.map-branches .map-branch-list ul li::before {
  position: absolute;
  content: "";
  width: 7px;
  height: 7px;
  left: 0;
  top: 1rem;
  border-top: 2px solid #94a7bd;
  border-right: 2px solid #94a7bd;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
}

.map-branch-list ul li a {
  color: #6c7480;
}

.map-branch-list ul li a:hover {
  color: #002e6d;
}

.special-pobox.map-branches .map-branch-list ul li:hover::before {
  border-color: #002e6d;
}

.special-pobox.map-branches .accordion-body {
  padding-bottom: 0;
}

.career-img-left img {
  width: 80%;
}

.career-msg {
  padding: 2.5rem 2.5rem 0 2.5rem;
  border-radius: 20px;
  background: url(../images/individual/career-bg.jpg) 0 0 / cover;
  color: #fff;
}

.career-msg img {
  width: 45px;
}

.career-msg .career-msg-img img {
  width: 50%;
  margin-top: -90px;
}

.career-msg .career-msg-img h4 {
  position: absolute;
  display: block;
  width: 55%;
  text-align: left;
  padding: 2rem;
  bottom: -2rem;
  left: 10%;
  background: rgba(255, 182, 25, 0.85);
}

.faq-acc-main .accordion-item .accordion-button svg {
  color: #7796bf;
}

.faq-acc-main .accordion-body,
.privacy-acc-main .accordion-body {
  padding-top: 0;
}

.terms-acc-main .accordion-item .accordion-button span {
  color: #5c6979;
  background: #e6f1ff;
  display: inline-block;
  margin-right: 11px;
  min-width: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 25px;
}

.faq-acc-main .accordion-item p,
.privacy-acc-main .accordion-item p {
  margin: 0;
  padding: 5px 0;
}

.faq-form {
  border-radius: 12px;
  padding: 1.5rem;
  background: url(../images/individual/faq-bg.jpg) bottom right / cover;
  top: 130px;
}

.faq-form .form-control {
  border: none;
  color: #fff;
  min-height: 50px;
  box-shadow: none;
  background: rgba(255, 255, 255, 0.16);
}

.faq-form .form-control:focus {
  background: rgba(255, 255, 255, 0.25);
}

.postal-add-imgs img {
  width: auto;
  height: 150px;
}

.postal-add-imgs img.postal-add-img-2 {
  height: 100px;
}

.qp-video-box {
  padding: 1.5rem;
  border-radius: 12px;
  box-shadow: 0px 7px 25px rgba(0, 46, 109, 0.07);
}

.qp-video-box p {
  font-size: 0.9rem;
}

.qp-video-box p svg {
  color: #002e6d;
}

.qp-video-box-in {
  height: 300px;
}

.certification-box {
  border-radius: 15px;
  padding: 2rem;
  border: 1px solid #dae1f8;
}

.certification-box span {
  width: 25%;
  height: 100%;
  border-radius: 7px;
  padding: 2rem;
  box-shadow: 5px 10px 30px rgba(0, 44, 109, 0.1);
  flex-shrink: 0;
}

.certification-box span img {
  width: 100%;
  height: 170px;
  object-fit: contain;
}

.reachout-main {
  padding: 4rem 4rem 4rem 2rem;
}

.reachout-main:after {
  position: absolute;
  content: "";
  width: 110%;
  height: 100%;
  top: 0;
  right: 0;
  z-index: -1;
  border-radius: 1rem;
  background: url(../images/individual/contact-bg.jpg) 0 0 / cover;
}

.reachout-main .reachout-box {
  border-radius: 12px;
  padding: 1.5rem;
  background: rgba(124, 192, 240, 0.2);
  text-align: center;
}

.reachout-main .reachout-box span {
  border-radius: 7px;
  color: #002e6d;
  background: #fff;
  width: 60px;
  height: 60px;
  font-size: 1.2rem;
  flex-shrink: 0;
}

.reachout-main .reachout-box h6,
.reachout-main .reachout-box h6 a {
  color: #2d3137;
  font-weight: 500;
  word-wrap: break-word;
}

.reachout-main .reachout-box-2 div {
  text-align: left;
  border-right: 1px solid #c6d8e4;
  padding: 0 2.5rem;
}

.contactus-form {
  padding: 2rem;
  border-radius: 1rem;
  background: url(../images/individual/contact-bg-2.jpg) 0 0 / cover;
}

.contactus-form .hr-line {
  width: 45px;
}

.contactus-form .form-label {
  color: #fff;
}

.contactus-form .form-label small {
  font-weight: 400;
  font-size: 80%;
  opacity: 0.85;
}

.contactus-form .form-label span {
  color: #ff7f5f;
}

.contactus-form .form-control {
  border: none;
  color: #fff;
  min-height: 50px;
  box-shadow: none;
  background: rgba(255, 255, 255, 0.1);
}

.contactus-form .form-control:focus {
  background: rgba(255, 255, 255, 0.25);
}

.contact-links {
  border-radius: 12px;
  padding: 1.5rem;
  background: #fff;
  box-shadow: 5px 5px 40px rgba(0, 45, 109, 0.1);
}

.contact-links h6 {
  color: #2d3137;
}

.contact-links span {
  border-radius: 7px;
  background: #002e6d;
  width: 50px;
  height: 50px;
  font-size: 1.2rem;
  flex-shrink: 0;
}

.contact-links small {
  color: #002e6d;
}

.contact-branches {
  padding: 2rem;
}

.contact-branches:before {
  position: absolute;
  content: "";
  width: 120%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  border-radius: 1rem;
  background: url(../images/individual/contact-bg-3.jpg) 0 0 / cover;
}

.contact-branches img {
  position: absolute;
  bottom: 0;
  right: -7%;
  width: 37%;
  max-height: 93%;
  z-index: -1;
  object-fit: contain;
}

.ind-profile-main .form-label {
  color: #6c7480;
}

.ind-profile-main .form-control {
  min-height: 45px;
  border-color: #ccdbeb;
}

.ind-profile-main .form-control:focus {
  border-color: #002e6d;
}

.ind-profile-tab {
  border-radius: 12px;
  padding: 1.5rem;
  background: #fff;
  box-shadow: 5px 5px 40px rgba(0, 45, 109, 0.1);
  position: sticky;
  top: 120px;
}

.ind-profile-tab .nav-tabs {
  border-bottom: none;
}

.ind-profile-tab .nav .nav-link {
  text-align: left;
  color: #6c7480;
  padding: 0.9rem;
  width: 100%;
}

.ind-profile-tab .nav .nav-link svg {
  margin-right: 7px;
}

.ind-profile-tab .nav .nav-link.active {
  background: #e4efff;
  color: #002e6d;
  width: 100%;
}

.password-list li {
  color: #6c7480;
}

.password-list li svg {
  margin-right: 5px;
  color: #9dacc4;
}

.password-list li.completed svg {
  color: #35ac89;
}

.otp-authentication .form-check-input {
  position: absolute;
  right: 1rem;
  top: 50%;
  height: 24px;
  width: 24px;
  margin-top: -12px;
  background: #ccdbeb;
  box-shadow: none;
}

.otp-authentication .form-label {
  border-radius: 10px;
  padding: 1.2rem 3rem 1.2rem 1.2rem;
  border: 1px solid #ccdbeb;
  cursor: pointer;
  width: 100%;
  margin: 0;
}

.otp-authentication .form-label span {
  height: 52px;
  width: 52px;
  display: grid;
  place-content: center;
  background: rgba(204, 219, 235, 0.5);
  color: #7a93b4;
  border-radius: 50%;
  flex-shrink: 0;
}

.otp-authentication .form-label p {
  word-break: break-all;
}

.otp-authentication .form-check-input:checked ~ .form-label {
  border-color: #ffb819;
}

.otp-authentication .form-check-input:checked ~ .form-label span {
  background: rgba(255, 182, 25, 0.15);
  color: #ffb819;
}

.ind-profile-info .wallet-ballence img {
  width: 45px;
  height: auto;
  object-fit: contain;
  margin-bottom: 3px;
}

.wallet-topup-card h4 span {
  color: #002e6d;
}

.wallet-topup-card h4 small {
  font-size: 70%;
}

.wallet-topup-card img {
  width: 45px;
  margin-bottom: 3px;
}

.saved-card-main .saved-card {
  background: #dddced;
  border-radius: 10px;
}

.saved-card-main .saved-card span {
  background: rgba(255, 255, 255, 0.5);
  text-align: center;
  color: #000000;
  letter-spacing: 2px;
  opacity: 0.75;
  padding: 0.75rem;
}

.saved-card-main > div:nth-child(2) .saved-card {
  background: #eddce5;
}

.saved-card-main > div:nth-child(3) .saved-card {
  background: #dcedea;
}

.saved-card-main > div:nth-child(4) .saved-card {
  background: #eaeddc;
}

.saved-card-main > div:nth-child(5) .saved-card {
  background: #e0f6ff;
}

.saved-card-main > div:nth-child(6) .saved-card {
  background: #ffebdc;
}

.sending-pkg-content.address-content .address-main .form-check-input {
  display: none;
}

.sending-pkg-content.address-content .address-main label span.default {
  display: none;
  background: #ffb819;
  font-weight: 400;
  color: #fff;
  padding: 2px 10px;
  font-size: 0.85rem;
  border-radius: 20px;
}

.sending-pkg-content.address-content
  .address-main
  .form-check-input:checked
  ~ label
  span.default {
  display: inline;
}

.recent-transaction-list li {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 1.2rem 1.5rem;
  border-radius: 15px;
  margin-bottom: 1.2rem;
}

.recent-transaction-list li.complete {
  background: #eaf9ff;
}
.recent-transaction-list li.in-complete {
  background: #ffaeb654;
}
.recent-transaction-list li h4 {
  color: #002e6d;
  flex-shrink: 0;
}

.recent-transaction-list li h4 small {
  font-size: 60%;
  color: #6c7480;
}

.recent-transaction-list li span {
  background: #fff;
  width: 40px;
  line-height: 40px;
  border-radius: 30px;
  text-align: center;
  color: #7daec1;
  box-shadow: 2px 2px 20px rgba(4, 27, 59, 0.1);
}

.wallet-transactions .yellow-tab.nav-tabs .nav-link {
  min-width: 100px;
}

.my-sub-box {
  padding: 1.1rem;
  border-radius: 10px;
  background: linear-gradient(to right, #ffe7b3 0%, #fff6e3 100%);
  height: 100%;
}

.my-sub-box span {
  border-radius: 100%;
  background: #ffc13d;
  color: #fff;
  width: 50px;
  height: 50px;
}

.my-sub-box p strong {
  display: block;
}

.my-sub-box a {
  margin-left: auto;
  font-weight: 500;
}

.my-sub-box-2 {
  background: linear-gradient(to right, #cce4ff 0%, #e1efff 100%);
}

.my-sub-box-2 span {
  background: #5b9fee;
}

.my-sub-box-3 {
  background: linear-gradient(to right, #e4d6ff 0%, #f5f0ff 100%);
}

.my-sub-box-3 span {
  background: #835bd3;
}

.topup-amount .form-label {
  border-radius: 10px;
  padding: 15px;
  border: 1px solid #ccdbeb;
  display: flex;
  align-items: center;
  cursor: pointer;
  text-align: center;
  justify-content: space-between;
  gap: 15px;
}

.topup-amount .form-label p {
  font-size: 1.2rem;
  font-weight: 600;
}

.topup-amount .form-check-input {
  position: absolute;
  top: 50%;
  right: 15px;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  opacity: 0;
  z-index: 9;
  box-shadow: none;
}

.topup-amount .form-label p small {
  font-size: 60%;
  margin-right: 5px;
  font-weight: 400;
}

.topup-amount .form-check-input:checked {
  opacity: 1;
}

.topup-amount .form-check-input:checked ~ .form-label {
  border-color: #ffb819;
  color: #ffb819;
}

.topup-amount .form-check-input:checked ~ .form-label p {
  color: #ffb819;
}

.topup-amount .form-control {
  min-height: 50px;
  border-color: #ccdbeb;
}

.offers-box {
  display: block;
}

.offers-box img {
  border-radius: 12px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}

.offers-box:hover img {
  -webkit-transform: scale(1.03);
  -moz-transform: scale(1.03);
  transform: scale(1.03);
}

.notification-list li {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 1.2rem 1.5rem;
  border-radius: 10px;
  background: #ebf8fd;
  border-left: 4px solid #eaf9ff;
  margin-bottom: 1.2rem;
}

.notification-list li.unread {
  border-color: #8dc0d4;
  background: #dff4fc;
}

.notification-list li span {
  width: 60px;
  height: 60px;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  background: #33a6d4;
  font-size: 1.2rem;
  flex-shrink: 0;
  box-shadow: 4px 4px 30px rgba(8, 93, 127, 0.1);
}

.notification-list li.news span {
  background: #29a463;
}

.notification-list li h6 {
  font-size: 0.9rem;
}

.notifications-main .yellow-tab.nav-tabs .nav-link {
  min-width: 120px;
}

.arabic .location-map-search li:last-child,
.arabic .special-pobox .accordion-button::after {
  margin-left: 0;
  margin-right: auto;
}

.arabic .special-pobox .accordion-item .accordion-button {
  flex-direction: row-reverse;
}

.arabic .special-pobox.map-branches .map-branch-list ul li {
  padding: 8px 20px 8px 0;
  text-align: right;
}

.arabic .special-pobox.map-branches .map-branch-list ul li::before {
  left: auto;
  right: 0;
  border-top: none;
  border-bottom: 2px solid #94a7bd;
  border-right: none;
  border-left: 2px solid #94a7bd;
}

.arabic .career-msg .career-msg-img h4 {
  left: auto;
  right: 10%;
}

.arabic .send-parcel-popup .total-payment .table {
  direction: rtl;
}

.arabic h1,
.arabic h2,
.arabic h3,
.arabic h4,
.arabic h5,
.arabic h6 {
  font-weight: 700;
}

.arabic .details-list.money-list li {
  padding-left: 0;
  padding-right: 24px;
  background: url(../images/list-arrow-ar.png) no-repeat;
  background-size: 7px auto;
  background-position: right 8px;
  text-align: right;
}

.arabic .money-wrapper .accordion-item .accordion-button img {
  margin-right: 0;
  margin-left: 15px;
}

.arabic .special-pobox .nav-pills li .nav-link {
  flex-direction: row-reverse;
}

.arabic .special-pobox .accordion-item .accordion-body ul.special-box-list {
  direction: rtl;
}

.arabic .total-payment p,
.arabic .payment-terms .form-label,
.arabic .po-box-group {
  direction: rtl;
}

.arabic .tracking-acc.sending-pkg-tracking .accordion-header .accordion-button {
  flex-direction: row-reverse;
}

.arabic .branch-collection-right p {
  direction: rtl;
}

.arabic .shipment-filter .form-control {
  border-radius: 5px 0 0 5px !important;
}

.arabic .shipment-filter .input-group-text {
  border-radius: 0 5px 5px 0 !important;
}

.arabic .return-process {
  direction: rtl;
}

.arabic .about-us-main .about-us-text span {
  margin-left: auto;
}

.arabic .journey-timeline li {
  padding: 2.5rem 5rem 2.5rem 2.5rem;
}

.arabic .journey-timeline li h6 {
  left: auto;
  right: -20px;
}

.arabic .news-search .news-search-in {
  border-radius: 1rem 0 1rem 1rem;
}

.arabic .other-articles li .news-box {
  flex-direction: row-reverse;
}

.arabic .btn-link-blue {
  font-weight: 700;
}

.arabic .qp-video-box p {
  direction: rtl;
}

.arabic .reachout-main .reachout-box-2 div {
  text-align: right;
  border-right: none;
  border-left: 1px solid #c6d8e4;
}

.arabic .reachout-main:after {
  right: auto;
  left: 0;
}

.arabic .contact-branches:before {
  left: auto;
  right: 0;
}

.arabic .reachout-main {
  padding: 4rem 2rem 4rem 4rem;
}

.arabic .contact-branches img {
  right: auto;
  left: -7%;
}

.arabic .ind-profile-tab .nav .nav-link {
  text-align: right;
  direction: rtl;
}

.arabic .ind-profile-tab .nav .nav-link svg {
  margin-right: 0;
  margin-left: 7px;
}

.arabic .ind-profile-main .form-control {
  text-align: right;
}

.arabic .otp-authentication .form-label {
  padding: 1.2rem 1.2rem 1.2rem 3rem;
}

.arabic .otp-authentication .form-check-input {
  right: auto;
  left: 1rem;
  margin-left: 0;
}

.arabic .password-list li {
  direction: rtl;
}

.arabic .password-list li svg {
  margin-right: 0;
  margin-left: 5px;
}

.arabic .topup-amount .form-label {
  flex-direction: row-reverse;
}

.arabic .topup-amount .form-check-input {
  right: auto;
  left: 15px;
}

.arabic .recent-transaction-list li {
  flex-direction: row-reverse;
}

.arabic .recent-transaction-list li div p {
  direction: rtl;
}

.arabic .my-sub-box a {
  margin-left: 0;
  margin-right: auto;
}

.arabic .my-sub-box {
  background: linear-gradient(to left, #ffe7b3 0%, #fff6e3 100%);
}

.arabic .my-sub-box-2 {
  background: linear-gradient(to left, #cce4ff 0%, #e1efff 100%);
}

.arabic .my-sub-box-3 {
  background: linear-gradient(to left, #e4d6ff 0%, #f5f0ff 100%);
}

.arabic .special-pobox .accordion-item .accordion-button {
  text-align: right;
}

.arabic .terms-acc-main .accordion-item .accordion-button span {
  margin-right: 0;
  margin-left: 11px;
}

.arabic .notification-list li {
  flex-direction: row-reverse;
  border-left: none;
  border-right: 4px solid #eaf9ff;
}

.arabic .notification-list li.unread {
  border-color: #8dc0d4;
}

.deelte-icon {
  width: 100px;
}

.number-hold span {
  background: rgba(53, 172, 136, 0.15);
  color: #35ac89;
  font-weight: 600;
  padding: 5px 15px;
}

.hold-group {
  grid-template-columns: repeat(12, 1fr);
}

.hold-group li input {
  display: none;
}

.hold-group li label {
  width: 100%;
  border-radius: 7px;
  border: 1px solid #ccdbeb;
  padding: 20px 5px;
  color: #8f99a6;
  font-weight: 500;
  text-align: center;
  cursor: pointer;
}

.hold-group li.free label {
  border-color: #35ac89;
  color: #35ac89;
}

.hold-group li input[type="radio"]:checked ~ label {
  background: #ffb819;
  border-color: #ffb819;
  color: #ffffff;
}

.hold-group li.free input[type="radio"]:checked ~ label {
  background: #35ac89;
  border-color: #35ac89;
}

.arabic .hold-group {
  direction: rtl;
}

.donut-chart {
  height: 65px;
}

.weight-control .form-control,
.weight-control .btn {
  height: 47px;
  box-shadow: none;
}

.weight-control-in {
  max-width: 614px;
}

.arabic .weight-control-in {
  flex-direction: row-reverse;
  margin-left: auto;
}

.select2-container--default .select2-selection--single {
  border-color: #ccdbeb !important;
  height: 50px !important;
  border-radius: 4px;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  line-height: 50px !important;
  padding-left: 15px !important;
  padding-right: 26px !important;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  height: 47px !important;
  width: 25px !important;
}

.select2-dropdown {
  border: none !important;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.select2-search--dropdown {
  padding: 15px !important;
}

.select2-search--dropdown .select2-search__field {
  height: 50px !important;
  padding: 0 15px !important;
  border-radius: 4px;
  outline: none;
  border-color: #ccdbeb !important;
}

.select2-results__option {
  padding: 13px 15px !important;
}

.select2-container--default
  .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #ffb819 !important;
}

.bulk-form .address-main ul,
.sending-pkg-content .address-main ul {
  width: 100%;
}

.bulk-form .address-main li p,
.sending-pkg-content .address-main li p {
  margin-bottom: 0 !important;
}

.sending-pkg-content .address-main label {
  min-height: auto;
  height: 100%;
  margin-bottom: 0;
}

.sending-pkg-content .address-main .position-relative,
.sending-pkg-content .address-main label .d-flex.flex-column {
  height: 100%;
}

.arabic .shipment-cost .nav-tabs {
  flex-direction: row-reverse;
  justify-content: flex-start !important;
}

.arabic .sending-type,
.arabic .sending-type .nav-link,
.arabic .ind-quick-box .ind-quick-box-text {
  flex-direction: row-reverse;
}

.arabic .sending-type .nav-link span {
  margin-right: 0 !important;
  margin-left: 1.2rem;
}

.arabic .ind-quick-box .ind-quick-box-text .btn-arrow svg,
.arabic .recent-transaction-list li span svg,
.arabic .contact-links small svg,
.arabic .store-individual::after {
  -webkit-transform: scaleX(-1);
  -moz-transform: scaleX(-1);
  transform: scaleX(-1);
}

.arabic .faq-acc-main .accordion-item .accordion-button svg {
  margin-left: 1rem;
  margin-right: 0 !important;
}

.megamenu .border-end {
  border-color: rgba(255, 255, 255, 0.2) !important;
}

.arabic .address-main label li svg {
  margin-right: 0 !important;
  margin-left: 1rem !important;
}

.arabic .delivery-type-main.duration .delivery-type-in {
  padding: 0 0 0 35px !important;
}

.arabic .indi-services .card .btn-outline-blue {
  flex-direction: row-reverse;
}

.arabic .journey-timeline ul {
  padding-left: 0;
  padding-right: 20px;
}

.arabic .hds-box .form-control,
.arabic .top-menu .dropdown-menu .dropdown-item {
  direction: rtl;
}

.arabic .top-menu .dropdown-menu .dropdown-item svg.me-2 {
  margin-right: 0 !important;
  margin-left: 0.5rem;
}

.arabic footer ol li {
  margin-right: 0;
  margin-left: 12px;
}

.default-wrap {
  position: absolute;
  top: -14px;
  right: 20px;
}

.arabic .default-wrap {
  right: auto;
  left: 20px;
}

#merchandiseContainer .form-check {
  margin-bottom: 2rem !important;
  padding-left: 2.5rem;
}

#merchandiseContainer .form-check:last-of-type {
  margin-bottom: 0 !important;
}

#merchandiseContainer .form-check .form-check-input {
  width: 1.5rem;
  height: 1.5rem;
  margin-left: -2.5rem;
}

#merchandiseContainer .form-check-input:checked {
  background-color: #ffb819;
  border-color: #ffb819;
}

#merchandiseContainer .form-check-label {
  margin-top: 5px;
}

#merchandiseContainer .form-check-label small {
  display: block;
  margin-top: 7px;
  color: #7a7a7e;
}

.arabic #merchandiseContainer .form-check {
  padding-left: 0;
  padding-right: 2.5rem;
}

.arabic #merchandiseContainer .form-check .form-check-input {
  margin-left: 0;
  margin-right: -2.5rem;
  float: right;
}

.actual-price {
  text-decoration: line-through;
  font-weight: 400;
  font-size: 80%;
}

.offer-badge {
  background: #009688;
  font-weight: 400;
  font-size: 0.9rem;
  border-radius: 20px;
}

#toast-container {
  width: 100%;
  right: 0 !important;
}

#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/individual/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/individual/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/individual/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/individual/toast-error.png) 20px center / 40px
    auto no-repeat !important;
}

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

.arabic#toast-container .toast.toast-info,
.arabic #toast-container .toast.toast-success,
.arabic #toast-container .toast.toast-warning,
.arabic #toast-container .toast.toast-error {
  background-position: 96% center !important;
}

.countdown-timer {
  border: 1px solid #ee7574 !important;
  color: #ee7574;
  box-shadow: 8px 8px 40px rgba(238, 116, 116, 0.4);
  background: #fff;
  z-index: 999;
  width: auto;
  max-width: 90%;
  padding: 12px 25px;
  border-radius: 6px;
  font-weight: 500;
}

.po-box-arrows .btn {
  padding: 13px 16px;
}

.arabic .po-box-arrows {
  flex-direction: row-reverse;
}

.arabic .countdown-timer {
  direction: rtl;
}

.arabic .countdown-timer svg.me-3 {
  margin-right: 0 !important;
  margin-left: 1rem !important;
}

.tracking-acc.appointment-acc .form-check {
  padding-left: 0;
  margin-left: 20px;
}

.arabic .tracking-acc.appointment-acc .form-check {
  margin-left: 0;
  margin-right: 20px;
}

.tracking-acc.appointment-acc .form-check .form-check-input {
  margin-left: 0;
  margin-top: 0;
  border-color: #bfd2eb;
  border-width: 2px;
  box-shadow: none !important;
  border-radius: 50px;
}

.tracking-acc.appointment-acc
  .form-check
  .form-check-input:checked[type="radio"],
.tracking-acc.appointment-acc
  .form-check
  .form-check-input:checked[type="checkbox"] {
  border-color: #ffb819;
  background-color: #ffb819;
  background-size: 23px auto;
}

.login-divider {
  border-top: 1px solid #164e9a;
  position: relative;
  margin: 45px 0;
}

.login-divider span {
  position: absolute;
  text-align: center;
  color: #6786ae;
  top: -14px;
  background: #002e6d;
  padding: 0 5px;
  left: 50%;
}

.no-po-box img {
  width: 120px;
}

.hold-forward-row .border.rounded-4 {
  display: flex;
  flex-direction: column;
}

.hold-forward-row .border.rounded-4 .btn {
  line-height: normal;
  min-height: 45px;
  margin-top: auto;
}

.receipt-container {
  text-align: center;
}

.receipt-container .details table tr td,
.receipt-container .details table tr th {
  text-align: left;
  padding: 15px 15px 15px 0;
}

.receipt-container .details table tr td:nth-child(2) {
  text-align: right;
  padding: 15px 0;
  word-break: break-all;
}

.receipt-container .details table tr:last-child td,
.receipt-container .details table tr:last-child th {
  border: none;
}
.ui-menu.ui-widget {
  border: none !important;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}
.ui-menu.ui-widget .ui-menu-item-wrapper {
  padding: 10px 20px;
  color: #565656;
  cursor: pointer;
}
.ui-menu.ui-widget .ui-menu-item-wrapper:hover {
  background: #ffb819;
  color: #fff;
}
.subscription-po-box {
  background: #fff4da;
  padding: 1.2rem;
  border-radius: 12px;
}
.subscription-po-box h6 {
  background: #fff;
  text-align: center;
  padding: 1.2rem;
  border-radius: 7px;
}
.subscription-po-box h6 strong {
  color: #ffb819;
  font-size: 1.5rem;
  margin-bottom: 12px;
}
.order-succes-box img {
  width: 120px;
}
.pobox-details-right .table tr td {
  padding: 7px 10px 7px 0;
  color: #6c7480;
}

.pobox-details-right .table tr td:nth-child(2) {
  width: 40px;
}
.sending-pkg-content.pb-5 {
  background: url(../images/shipment-bg-2.jpg) no-repeat bottom right / 50% auto;
}
.renew-selected-right table tr td{
  color: rgb(255 255 255 / 80%);
  padding: 5px;
}
.renew-selected-right table tr td:nth-child(2){
  width: 30px;
  max-width: 30px;
  text-align: center;
}

.renew-selected-right table tr td:last-child{
  color: #fff;
}
/*.renew-box-type .form-check-input {
  display: none;
}
.renew-box-type .form-check {
  width: 50%;
  flex: 1;
}
.renew-box-type .form-check:nth-of-type(2) label {
  border-left: none;
  border-radius: 0 0.25rem 0.25rem 0;
}
.renew-box-type label {
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  border: 1px solid #ced4da;
  height: 45px;
  border-radius: 0.25rem 0 0 0.25rem;
  cursor: pointer;
}
.renew-box-type .form-check-input:checked ~ label {
  border-color: #ffb819;
  background: #ffb819;
  color: #fff;
}*/
@media (max-width: 1799.98px) {
  .career-img-left img {
    width: 90%;
  }

  .career-msg .career-msg-img h4 {
    font-size: 1.3rem;
  }

  .reachout-main {
    padding: 3rem 3rem 3rem 1rem;
  }

  .arabic .reachout-main {
    padding: 3rem 1rem 3rem 3rem;
  }

  .indi-banner .banner-text:after {
    display: none;
  }
}

@media (max-width: 1599.98px) {
  .order-now.order-now-ind h4 {
    font-size: 1rem;
  }

  .order-now.order-now-ind img {
    width: 187px;
  }

  .details-list.money-list li {
    background-size: 5px auto;
  }

  .career-msg .career-msg-img img {
    width: 55%;
  }

  .news-box .news-box-img img {
    height: 250px;
  }

  .news-banner img {
    height: 200px;
  }
}

@media (max-width: 1399.98px) {
  .order-now.order-now-ind p {
    display: none;
  }

  .order-now.order-now-ind h4 span {
    display: inline !important;
  }

  .order-now.order-now-ind img {
    width: 160px;
  }

  .special-pobox .accordion-item .accordion-body ul.special-box-list {
    grid-template-columns: repeat(10, 1fr);
  }

  .about-us-main .about-us-text {
    padding: 2rem;
  }

  .career-msg .career-msg-img img {
    width: 70%;
  }

  .career-msg .career-msg-img h4 {
    width: 60%;
    padding: 1.5rem;
  }

  .reachout-main {
    padding: 2rem 2rem 2rem 0.5rem;
  }

  .reachout-main .reachout-box {
    padding: 1.2rem;
  }

  .reachout-main .reachout-box-2 div {
    padding: 0 1.5rem;
  }

  .reachout-main .reachout-box span {
    width: 50px;
    height: 50px;
  }

  .contact-branches {
    padding: 1.5rem;
  }

  .arabic .reachout-main {
    padding: 2rem 0.5rem 2rem 2rem;
  }
}

@media (max-width: 1199.98px) {
  .order-now.order-now-ind h4 {
    font-size: 0.9rem;
  }

  .order-now.order-now-ind img {
    width: 122px;
    margin-top: -25px;
  }

  .special-pobox .accordion-item .accordion-body ul.special-box-list {
    grid-template-columns: repeat(8, 1fr);
  }

  .about-us-main .about-us-text {
    margin-top: 5rem;
  }

  .infrastructure-text {
    padding: 1.5rem;
  }

  .career-msg .career-msg-img img {
    width: 60%;
    margin-top: 0;
  }

  .career-msg .career-msg-img h4 {
    left: 0;
    width: 70%;
    font-size: 1.2rem;
  }

  .postal-add-imgs img {
    width: auto;
    height: 120px;
  }

  .postal-add-imgs img.postal-add-img-2 {
    height: 70px;
  }

  .reachout-main {
    padding: 1.75rem;
  }

  .reachout-main:after,
  .contact-branches:before {
    width: 100%;
  }

  .arabic .reachout-main {
    padding: 1.75rem;
  }
  .renew-selected-right table tr td:first-child{
    width: 100px;
    min-width: 100px;
  }
  .renew-selected-right table tr td:last-child{
    word-break: break-all;
  }
}

@media (max-width: 991.98px) {
  .order-now.order-now-ind p {
    display: block;
  }

  .order-now.order-now-ind h4 span {
    display: block !important;
  }

  .hds-selected .hds-selected-left span {
    width: 55px;
    height: 55px;
    padding: 5px;
  }

  .po-box-group {
    grid-template-columns: repeat(6, 1fr);
  }

  .po-box-group.company-box-group {
    grid-template-columns: repeat(3, 1fr);
  }

  .special-pobox .nav-pills li .nav-link {
    flex-direction: column;
    gap: 2px;
    font-weight: 400;
    padding: 12px;
    font-size: 1rem;
  }

  .special-pobox .accordion-item .accordion-body ul.special-box-list {
    grid-template-columns: repeat(8, 1fr);
  }

  .shipment-tab .nav-tabs {
    margin: 45px 0;
    max-width: 100%;
  }

  .send-parcel-popup .modal-dialog {
    max-width: 95%;
  }

  .about-us-main .about-us-text {
    padding: 1.5rem;
    margin-top: 3.5rem;
  }

  .about-us-main .about-us-text span {
    width: 55px;
    height: 55px;
  }

  .history-img img {
    max-width: 400px;
  }

  .journey-timeline li {
    padding: 1.5rem 1.5rem 1.5rem 2.7rem;
  }

  .news-search {
    margin: 0;
  }

  .news-search h5 {
    padding: 0 0 1rem 0;
  }

  .news-search .news-search-in {
    border-radius: 1rem;
  }

  .news-box {
    padding: 1rem;
  }

  .career-msg .career-msg-img img {
    width: 30%;
    margin-top: 0;
  }

  .career-msg .career-msg-img h4 {
    width: 50%;
  }

  .certification-box {
    padding: 1.5rem;
  }

  .certification-box span {
    width: 60%;
    max-width: 220px;
    padding: 1.2rem;
  }

  .certification-box span img {
    height: 90px;
  }

  .contact-branches {
    padding-bottom: 0;
  }

  .contact-branches img {
    position: relative;
    width: 100%;
  }

  .reachout-main {
    padding: 1.25rem;
  }

  .reachout-main .reachout-box-2 div {
    padding: 0 0.5rem;
    border: none;
  }

  .ind-profile-tab .nav {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
  }

  .ind-profile-tab .nav .nav-link {
    border: 1px solid #e4efff;
  }

  .return-process li:before {
    display: none;
  }

  .arabic .journey-timeline li {
    padding: 1.5rem 2.7rem 1.5rem 1.5rem;
  }

  .arabic .reachout-main {
    padding: 1.25rem;
  }

  .arabic .certification-box span {
    margin-left: auto;
  }

  .hold-group {
    grid-template-columns: repeat(6, 1fr);
  }

  .quick-links-ind {
    padding: 20px 20px 5px 20px;
  }

  .ind-quick-box .ind-quick-box-text {
    padding: 18px;
  }

  .ind-quick-box .ind-quick-box-text .btn-arrow {
    width: 38px;
    height: 38px;
  }

  .ind-quick-box .ind-quick-box-text span {
    width: 45px;
    height: 45px;
  }

  .ind-quick-box .ind-quick-box-text h5 {
    font-size: 1rem;
  }

  .arabic .hold-forward-row .border-end {
    border: none !important;
  }

  .hold-forward-row .border-start {
    border: none !important;
  }

  .no-po-box img {
    width: 100px;
  }
}

@media (max-width: 767.98px) {
  .guest-box {
    border-radius: 12px;
  }

  .inner-banner.inner-banner-2 .col-md-7 {
    min-height: auto;
    padding-bottom: 0 !important;
  }

  .po-box-group {
    grid-template-columns: repeat(5, 1fr);
  }

  .po-box-group.company-box-group {
    grid-template-columns: repeat(2, 1fr);
  }

  .special-pobox .accordion-item .accordion-body ul.special-box-list {
    grid-template-columns: repeat(5, 1fr);
  }

  .tamm-header img {
    width: 140px;
  }

  .about-us-main .about-us-text {
    padding: 1.5rem;
    margin-top: -3.5rem;
    margin-left: auto;
    margin-right: auto;
    width: 80%;
  }

  .news-box h5 {
    font-size: 1rem;
  }

  .news-banner img {
    border-radius: 0.5rem;
  }

  .location-map-search li:last-child {
    margin-left: 0;
  }

  .career-msg .career-msg-img h4 {
    font-size: 1rem;
  }

  .reachout-main .reachout-box-2 div {
    text-align: center;
    padding: 0;
  }

  .ind-profile-tab .nav {
    grid-template-columns: repeat(2, 1fr);
  }

  .ind-profile-info .wallet-ballence img {
    width: 35px;
    height: auto;
  }

  .wallet-transactions .yellow-tab.nav-tabs .nav-link {
    min-width: auto;
  }

  .saved-card-main .saved-card span h5 {
    font-size: 1.1rem;
  }

  .notifications-main .yellow-tab.nav-tabs .nav-link {
    min-width: auto;
  }

  .arabic .reachout-main .reachout-box-2 div {
    text-align: center;
  }

  .no-po-box img {
    width: 80px;
  }
}

@media (max-width: 575.98px) {
  .recent-transaction-list.recent-subscription-list li {
    flex-direction: column;
  }
  .adds-carousel.adds-carousel-ind img,
  .order-now.order-now-ind {
    border-radius: 6px;
  }

  .total-payment p {
    display: flex;
  }

  .total-payment p span {
    margin-left: auto;
  }

  .total-payment p strong {
    flex-shrink: 0;
  }

  .payment-type-main .form-label img {
    width: 35px;
  }

  .hds-box .btn {
    width: 100%;
  }

  .po-box-group {
    grid-template-columns: repeat(3, 1fr);
  }

  .po-box-group.company-box-group {
    grid-template-columns: repeat(1, 1fr);
  }

  .special-pobox .accordion-item .accordion-body ul.special-box-list {
    grid-template-columns: repeat(3, 1fr);
  }

  .special-pobox .accordion-item .accordion-body ul.special-box-list li {
    font-size: 0.9rem;
  }

  .special-pobox .nav-pills {
    padding: 0;
    box-shadow: none;
    flex-wrap: wrap;
    gap: 10px 5px;
  }

  .special-pobox .nav-pills li {
    flex-basis: 40%;
  }

  .special-pobox .nav-pills li .nav-link {
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    transform: scale(0.9);
    opacity: 0.7;
  }

  .special-pobox .nav-pills li .nav-link.active {
    opacity: 1;
  }

  .special-pobox .nav-pills li .nav-link:after {
    width: calc(100% + 14px);
    height: calc(100% + 14px);
    top: -7px;
    left: -7px;
    border-radius: 10px;
    margin-left: 0;
    background: none !important;
    border: 2px solid #33a8c6;
    -webkit-transform: none;
    -moz-transform: none;
    transform: none;
  }

  .special-pobox .nav-pills li .nav-link:before {
    display: none;
  }

  .special-pobox .nav-pills li:nth-child(2) .nav-link:after {
    border-color: #d6ac07;
  }

  .special-pobox .nav-pills li:nth-child(3) .nav-link:after {
    border-color: #8a89a2;
  }

  .special-pobox .nav-pills li:nth-child(4) .nav-link:after {
    border-color: #bd5f35;
  }

  .tamm-header img {
    width: 100px;
  }

  .tamm-header div {
    border: none !important;
  }

  .tamm-benefits .benefitbox {
    text-align: left;
    align-items: flex-start;
  }

  .tamm-benefits .benefitbox p {
    margin-bottom: 0;
  }

  .tamm-sending {
    background-position: 10% 0;
  }

  .add-similar-pakages {
    padding: 1.2rem;
  }

  .add-similar-pakages .item {
    font-size: 0.9rem;
  }

  .add-similar-pakages .item img {
    width: 55px;
  }

  .add-new-address-fileds .btn {
    width: 100%;
    justify-content: center;
  }

  .shipment-tab .nav-tabs .nav-link img {
    width: 35px;
  }

  .shipment-tab .nav-tabs {
    padding: 10px;
  }

  .shipment-tab .nav-tabs .nav-link {
    font-size: 1rem;
    padding: 12px;
  }

  .shipment-filter .form-select {
    max-width: 100%;
  }

  .feedback-form {
    padding: 1.5rem;
  }

  .inner-content h2 {
    text-align: left;
  }

  .benefitbox {
    align-items: flex-start;
    text-align: left;
  }

  .arabic .inner-content h2 {
    text-align: right;
  }

  .arabic .benefitbox {
    align-items: flex-end;
    text-align: right;
  }

  .details-list li {
    padding-left: 24px;
    background: url(../images/list-arrow.png) no-repeat;
    background-size: 8px auto;
    background-position: 0 7px;
    text-align: left;
  }

  .details-list.money-list {
    column-gap: 30px;
    flex-direction: row;
  }

  .details-list.money-list li {
    border: none;
    padding-bottom: 0;
    flex-basis: 40%;
  }

  .money-wrapper .custom-table {
    padding: 0;
    border: none;
    box-shadow: none;
    border-radius: 0;
  }

  .money-wrapper .custom-table tr th,
  .money-wrapper .custom-table tr td {
    padding: 10px;
    font-size: 14px;
    min-width: 120px;
  }

  .send-parcel-popup .modal-dialog {
    max-width: 100%;
  }

  .infrastructure-text {
    padding: 1rem;
  }

  .career-msg .career-msg-img img {
    width: 90%;
    max-width: 180px;
    display: block;
    margin: 0 auto;
  }

  .career-msg {
    padding: 1.5rem;
  }

  .career-msg .career-msg-img h4 {
    width: 100%;
    padding: 1.2rem;
    position: relative;
    bottom: 0;
  }

  .certification-box span {
    padding: 1rem;
  }

  .certification-box span img {
    height: 50px;
  }

  .contactus-form {
    padding: 1.5rem;
  }

  .ind-profile-tab {
    padding: 1.2rem;
  }

  .ind-profile-tab .nav .nav-link {
    display: flex;
    flex-direction: column;
    gap: 10px;
    justify-content: center;
    text-align: center;
    align-items: center;
  }

  .wallet-topup-card img {
    width: 35px;
    margin-bottom: 5px;
  }

  .recent-transaction-list li {
    padding: 1.1rem;
    flex-wrap: wrap;
  }
  .recent-transaction-list li div{
    width: 100%;
  }
  .recent-transaction-list li h4{
    margin: 0 !important;
  }
   .recent-transaction-list li span {
    margin-left: auto;
  } 
  .arabic .recent-transaction-list li span{
    margin-left: 0;
    margin-right: auto;
  }
  .my-sub-box {
    flex-direction: column;
    align-items: flex-start !important;
    padding: 1rem;
  }

  .notification-list li {
    padding: 1.1rem 1rem;
    align-items: flex-start;
  }

  .notification-list li span {
    width: 50px;
    height: 50px;
  }

  .notification-list li h6 {
    font-size: 0.85rem;
  }

  .arabic .career-msg .career-msg-img h4 {
    right: auto;
  }

  .service-captche {
    flex-wrap: wrap;
  }

  .service-captche .w-50 {
    width: 100% !important;
    min-width: 120px;
    flex: 1;
  }

  .arabic .ind-profile-tab .nav .nav-link {
    text-align: center;
  }

  .hold-group {
    grid-template-columns: repeat(4, 1fr);
  }

  .hold-group li label {
    padding: 10px 5px;
  }

  .number-hold,
  .arabic .number-hold {
    flex-direction: column !important;
    align-items: flex-start !important;
  }

  .arabic .number-hold {
    align-items: flex-end !important;
  }

  .ind-profile-tab .nav .nav-link svg {
    margin-right: 0;
  }

  .arabic .ind-profile-tab .nav .nav-link svg {
    margin-left: 0;
  }

  .news-banner img {
    height: auto;
  }

  #toast-container .toast {
    max-width: 86%;
  }
}

/*--------------------home-------------------*/
.indi-banner {
  min-height: auto !important;
}

.indi-banner::before {
  position: absolute;
  content: "";
  width: 80%;
  height: 200%;
  top: -250px;
  left: 0;
  background: url(../images/individual/ind-banner-1.png) no-repeat top left /
    100% auto;
}

.indi-banner::after {
  background: #006cff;
  left: auto;
  right: 0;
  border-radius: 100% 0 0 100%;
  width: 300px;
  height: 300px;
  top: 50%;
}

.indi-banner h2 {
  color: #2d3137;
  font-size: 2.2rem;
  line-height: 3.6rem;
  font-weight: 600;
}

.indi-banner h2 span {
  color: #ffb819;
  font-size: 3.2rem;
  font-weight: 800;
}

.indi-banner .banner-text p {
  font-size: 1.2rem;
}

.indi-banner .owl-carousel .owl-nav .owl-next,
.indi-banner .owl-carousel .owl-nav .owl-prev,
.indi-services .owl-carousel .owl-nav .owl-next,
.indi-services .owl-carousel .owl-nav .owl-prev {
  width: 42px;
  height: 42px;
  border-radius: 45px;
  background: rgba(0, 46, 109, 0.15);
  left: -100px;
  position: absolute;
  top: 50%;
  margin-top: -21px;
  font-size: 34px;
  color: #002d6d;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  transition: 0.4s;
}

.indi-banner .owl-carousel .owl-nav .owl-next:hover,
.indi-banner .owl-carousel .owl-nav .owl-prev:hover,
.indi-services .owl-carousel .owl-nav .owl-next:hover,
.indi-services .owl-carousel .owl-nav .owl-prev:hover {
  background: rgba(0, 46, 109, 1);
  color: #ffffff;
}

.indi-banner .owl-carousel .owl-nav .owl-next {
  left: auto;
  right: -100px;
}

.indi-banner .owl-carousel .owl-nav button span,
.indi-services .owl-carousel .owl-nav button span {
  display: block;
  margin-top: -7px;
}

.indi-banner .owl-carousel:hover .owl-nav .owl-next {
  left: auto;
  right: 20px;
}

.indi-banner .owl-carousel:hover .owl-nav .owl-prev {
  left: 20px;
}

.indi-services .owl-carousel .owl-nav .owl-next {
  left: auto;
  right: -40px;
}

.indi-services .owl-carousel .owl-nav .owl-prev {
  left: -40px;
}

.indi-banner .tracking-search-main {
  z-index: 9;
}

.indi-banner .tracking-search .form-control {
  height: 55px;
}

.indi-banner .btn-yellow {
  line-height: 55px;
}

.indi-banner .btn-yellow span:after {
  display: none;
}

.indi-banner .tracking-search p {
  font-size: 1rem;
}

.indi-banner svg {
  color: #a4bce3;
}

.indi-banner-bg {
  background: url(../images/individual/banner-bg.png) no-repeat center center /
    cover;
}

.indi-banner .banner-image {
  background: none;
  width: 100%;
  border-radius: 0;
}

.indi-banner .banner-pic {
  width: 85%;
  margin: 0 auto;
  display: block;
  max-height: none;
}

.indi-banner .banner-icon {
  background: rgba(255, 255, 255, 0.7);
  backdrop-filter: none;
}

.indi-banner .banner-icon {
  box-shadow: 0px 20px 30px 0px rgba(0, 0, 0, 0.06);
}

.indi-banner .banner-icon {
  backdrop-filter: blur(4px);
  right: 5%;
  left: auto;
  bottom: 14%;
}

.indi-banner .banner-icon-2 {
  left: 10%;
  right: auto;
  top: 10%;
  bottom: auto;
}

.indi-service-icon {
  background: url(../images/individual/service-icon-bg.svg) no-repeat center
    center / cover;
  height: 85px;
  width: 85px;
  place-items: center;
  margin: -100px 0 20px;
  outline: solid #fff 10px;
}

.indi-service-icon img {
  width: 35px !important;
}

.indi-services .owl-carousel .owl-dots {
  display: flex;
  justify-content: center;
  gap: 5px;
  margin-bottom: 25px;
}

.indi-services .owl-carousel button.owl-dot {
  width: 10px;
  height: 10px;
  border-radius: 10px;
  background: #ccc;
}

.indi-services .owl-carousel button.owl-dot.active {
  background: #ffb819;
}

.indi-services .card {
  margin: 40px 25px;
  box-shadow: 0px 20px 30px 0px rgba(0, 0, 0, 0.06);
  border-radius: 17px;
}

.service-img img {
  height: 100%;
  object-fit: cover;
  -webkit-transition: 1s;
  -moz-transition: 1s;
  transition: 1s;
}

.indi-services .card:hover .service-img img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  transform: scale(1.1);
}

.service-img {
  height: 355px;
  position: relative;
  overflow: hidden;
}

.service-img::after {
  content: "";
  background: url(../images/individual/service-img-bg.png) no-repeat bottom
    right / 100% auto;
  position: absolute;
  left: 0;
  bottom: -1px;
  height: 84.96px;
  width: 100%;
}

.indi-services .card ul {
  list-style: disc;
  min-height: 115px;
}

.indi-services .card ul li {
  padding: 5px 0;
}

.indi-services .card ul li,
.indi-services .card ul li a {
  color: #002e6d;
}

.indi-services article {
  padding: 0 40px 35px 40px;
}

.shipment-cost-individual .price-calculator {
  box-shadow: 0px 20px 30px 0px rgba(24, 32, 97, 0.06);
  padding: 35px 35px;
  border-radius: 16px;
  min-height: 375px;
  /* margin-bottom: 60px; */
  border: 1px solid #cbe0ff;
  position: relative;
  z-index: 1;
}
.shipment-cost-individual .price-calculator:before,
.shipment-cost-individual .price-calculator:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  bottom: 0;
  right: 0;
  z-index: -1;
  opacity: 0.75;
  border-radius: 0 16px 0 0;
  background: url(../images/individual/shipment-cost-bg.png) no-repeat top right /
    contain;
}
.shipment-cost-individual .price-calculator:after {
  height: 100px;
  border-radius: 0 0 0 16px;
  opacity: 0.35;
  background: url(../images/individual/shipment-cost-bg-2.png) no-repeat bottom
    left / auto 100%;
}
.shipment-cost-individual .price-calculator label {
  background: #fff;
}
.shipment-cost-img img {
  min-height: 600px;
  object-fit: contain;
  z-index: 3;
}

.shipment-cost-img div img {
  width: 90%;
  min-height: auto;
  z-index: 1;
}

.shipment-cost-individual .tab-content article {
  border-radius: 12px;
  background: #ecf3fc !important;
  display: none;
}

.shipment-cost-individual .tab-content article li strong,
.shipment-cost-individual .tab-content article li {
  color: #747f8e !important;
}

.shipment-cost-individual .tab-content article li::before {
  background: #747f8e;
}

.shipment-cost-individual .order-total {
  background-color: #fff;
  padding: 0;
}

.shipment-cost-individual .tab-content hr {
  border-color: #d3deec;
  background: #d3deec;
  opacity: 1 !important;
}

.shipment-cost-individual h2 {
  font-weight: 700;
}

.shipment-cost-individual .send-order-2 label span.icon {
  height: 42px;
  width: 42px;
  display: grid;
  place-content: center;
  background: rgba(204, 219, 235, 0.5);
  border-radius: 50%;
  position: relative;
  z-index: 1;
}

.shipment-cost-individual
  .send-order-2
  .form-check-input:checked
  ~ label
  span.icon {
  background: rgba(255, 184, 25, 0.1);
}

.shipment-cost-individual .send-order label {
  border-radius: 10px;
  padding: 18px;
  border: 1px solid #dee6fe;
  cursor: pointer;
  min-height: 70px;
  width: 100%;
}

.shipment-cost-individual .send-order .form-check-input:checked ~ label {
  border-color: #ffb819;
  opacity: 1;
}

.shipment-cost-individual .form-label {
  color: #6c7480;
  margin: 0;
}

.shipment-cost-individual .send-order label h5 {
  color: #002e6d;
}

.shipment-cost-individual .send-order label h5 small {
  color: #6c7480;
}

.shipment-cost-individual .send-order label span {
  font-weight: 500;
}

.shipment-cost-individual .send-order label small {
  font-weight: 400;
  font-size: 70%;
}

.shipment-cost-individual .send-order-2 label span.icon img {
  filter: hue-rotate(-175deg) saturate(0.6) brightness(0.8);
  height: auto;
}

.shipment-cost-individual
  .send-order-2
  .form-check-input:checked
  ~ label
  span.icon
  img {
  filter: none;
}

.send-order .form-check-input[type="radio"] {
  float: none;
  position: absolute;
  right: 18px;
  bottom: 32px;
  height: 19px;
  width: 19px;
  background-color: #dee6fe;
  box-shadow: none;
}

.send-order .form-check-input[type="radio"]:checked {
  background-color: #ffb819;
}

.send-order img {
  height: 43px;
}

.shipment-cost-individual .form-select {
  background: #fff url(../images/individual/angle-down.svg) no-repeat right
    1.4rem center / auto !important;
  border: solid #dee2e6 1px !important;
}

.shipment-cost-individual .nav-tabs .nav-link {
  display: flex;
  align-items: center;
  font-weight: 400;
  justify-content: center;
  border-radius: 0;
}

.shipment-cost-individual .nav-tabs .nav-link img {
  margin: 0 14px 0 0;
  height: 34px;
}

.shipment-cost-individual .nav-tabs li:first-child button {
  border-radius: 7px 0 0 7px;
}

.shipment-cost-individual .nav-tabs li:last-child button {
  border-radius: 0 7px 7px 0;
}

.shipment-cost-individual::after,
.store-individual::after,
.stamps-testimonials::after,
.hold-forward-bg-area::after,
.download-app::after {
  height: 100%;
  width: 100%;
  content: "";
  position: absolute;
  left: 0;
  z-index: -1;
}

.shipment-cost-individual::after,
.stamps-testimonials::after,
.hold-forward-bg-area::after {
  top: -20px;
  background: url(../images/individual/shipping-cost-bg.png) no-repeat left top /
    100% auto;
}

.shipment-cost-individual::after {
  top: 0;
  background: linear-gradient(to bottom, #f6faff 0%, #ffffff 100%);
}

.shipment-cost-individual::before {
  position: absolute;
  content: "";
  width: 150px;
  height: 150px;
  border-radius: 100%;
  background: linear-gradient(200deg, #dcecff 0%, #ffffff 100%);
  z-index: 0;
  top: 7%;
  right: 3%;
  opacity: 0.85;
}

.hold-forward-bg-area .form-control {
  min-height: 45px;
}

.shipment-cost-individual {
  background: none;
}

.features-individual {
  position: relative;
  z-index: 9;
}

.features-individual section {
  background: url(../images/individual/features-bg.png) no-repeat left top /
    cover;
  border-radius: 25px;
}

.features-individual li div span {
  width: 80px;
  height: 80px;
  margin-bottom: 10px;
  background: linear-gradient(
    to bottom,
    rgb(165 117 184) 0%,
    rgb(93 58 108) 100%
  );
  box-shadow: 0 0 0 15px rgba(184, 78, 226, 0.15);
}
.features-individual li:nth-child(2) div span {
  background: linear-gradient(rgb(80, 164, 115) 0%, rgb(20, 74, 43) 100%);
  box-shadow: 0 0 0 15px rgba(49, 184, 105, 0.15);
}
.features-individual li:nth-child(3) div span {
  background: linear-gradient(rgb(68, 172, 190) 0%, rgb(19, 80, 91) 100%);
  box-shadow: 0 0 0 15px rgba(52, 194, 219, 0.15);
}
.features-individual svg {
  color: #ffffff;
  height: 1.45rem;
}

.features-individual li div {
  background: #e3eefe;
  position: relative;
}

.features-individual li:before {
  position: absolute;
  left: auto;
  height: 1px;
  width: 100%;
  background: #ccdeeb;
  content: "";
  top: 55px;
}

.features-individual li:last-child::before {
  display: none;
}

.store-individual article {
  border-color: #d6e6fb !important;
}

.product-image {
  height: 190px;
  display: grid;
  place-content: center;
}

.store-individual::after {
  top: 40px;
  background: url(../images/individual/store-bg.png) no-repeat left top / 100%
    auto;
}

.stamps-testimonials::after {
  top: -140px;
  display: none;
}

.stamps-testimonials .stamps-home section {
  /* background: linear-gradient(
    135deg,
    rgba(238, 245, 255, 1) 0%,
    rgba(222, 236, 255, 1) 100%
  ); */
  background: linear-gradient(135deg, #76a5e3 0%, #002e6d 100%);
  border-radius: 20px;
  z-index: 1;
}
.arabic .stamps-testimonials .stamps-home section {
  background: linear-gradient(135deg, #002e6d 0%, #76a5e3 100%);
}

.stamps-testimonials .stamps-home section::after {
  background: url(../images/individual/stamp-bg.png) no-repeat center right /
    cover;
  z-index: -1;
  opacity: 0.25;
}
.arabic .stamps-testimonials .stamps-home section::after {
  -webkit-transform: scaleX(-1);
  -moz-transform: scaleX(-1);
  transform: scaleX(-1);
}
.stamps-testimonials .stamps-testimonials-img {
  background: url(../images/individual/stamps.png) center right / cover;
}

.stamps-testimonials .stamps-home section h2 {
  font-size: 2rem;
  font-weight: 700;
}

.stamps-testimonials .stamps-home section p {
  font-size: 1rem;
  line-height: 32px;
}

.testimonials .author {
  height: 85px;
  width: 85px;
  place-items: center;
}

.testimonials p {
  padding: 0 15px;
}

.testimonials .author span {
  height: 76px;
  width: 76px;
  place-items: center;
}

.testimonials .author img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.testimonials h2 {
  font-weight: 700;
}

.testimonials h4 {
  color: #747f8e;
  font-size: 1.063rem;
  line-height: 28px;
}

.testimonials h4 small {
  font-weight: 400;
  display: block;
}

.testimonials .owl-theme .owl-dots {
  margin: 20px 0 0 0;
  text-align: center;
}

.testimonials .owl-dot {
  background: #c6d3fd !important;
  border-radius: 7px;
  display: inline-block;
  width: 12px;
  height: 7px;
  margin: 4px;
}

.testimonials .owl-dot.active {
  background: #ffb819 !important;
  width: 20px;
}

.download-app h2 span {
  color: #ffb819;
}

.download-app h3 {
  color: #002e6d;
  font-size: 1.75rem;
  line-height: 32px;
  font-weight: 700;
}

.download-app h3 small {
  font-size: 0.938rem;
  font-weight: 400;
  color: #747f8e;
}

.download-app li {
  background: linear-gradient(
    135deg,
    rgba(221, 235, 255, 1) 0%,
    rgba(221, 235, 255, 0) 100%
  );
}

.download-app li span {
  place-items: center;
  height: 65px;
  width: 65px;
  color: #002e6d;
  font-size: 1.5rem;
}

.download-app::after {
  top: -20px;
  background: url(../images/individual/app-bg-2.png) no-repeat left top / 100%
    auto;
}

.download-app-in:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  z-index: -1;
  background: url(../images/individual/app-bg.png) no-repeat left bottom / 100%
    auto;
}

.download-app-content img {
  width: 160px;
}

.download-app-img img {
  width: 75%;
  margin-right: 10%;
}

.download-features {
  padding: 0 0 3rem 2rem;
}

.arabic .indi-banner .banner-pic {
  margin: 0 auto;
}

.arabic .indi-banner .banner-icon {
  right: auto;
  left: 5%;
}

.arabic .indi-banner .banner-icon-2 {
  right: 10%;
  left: auto;
}

.arabic .indi-services .card ul li {
  direction: rtl;
}

.arabic .indi-service-icon {
  margin-left: auto;
}

.arabic .service-img::after,
.arabic .download-app-in:before {
  -webkit-transform: scaleX(-1);
  -moz-transform: scaleX(-1);
  transform: scaleX(-1);
}

.arabic .shipment-cost-individual .form-select {
  background: #fff url(../images/individual/angle-down.svg) no-repeat right
    1.4rem center / auto !important;
}

.arabic .shipment-cost-individual .send-order label,
.arabic .sending-pkg-content .order-send label {
  flex-direction: row-reverse;
}

.arabic .sending-pkg-content .order-send label img.img-fluid {
  margin-right: 0 !important;
  margin-left: 1.2rem;
}

.arabic .send-order .form-check-input[type="radio"] {
  right: auto;
  left: 18px;
  margin: 0;
}

.arabic .features-individual li {
  direction: rtl;
}

.arabic .stamps-testimonials .stamps-testimonials-img {
  background: url(../images/individual/stamps-ar.png) center left / cover;
  z-index: 1;
}

.arabic .download-features {
  padding: 0 2rem 3rem 0;
  right: 0;
}

.arabic .download-app li {
  background: linear-gradient(
    135deg,
    rgba(221, 235, 255, 0) 0%,
    rgba(221, 235, 255, 1) 100%
  );
  min-width: 250px;
}

/*-------------------------Responsive----------------------*/

@media (max-width: 1399.98px) {
  .indi-banner h2 span {
    font-size: 3rem;
  }

  .indi-banner h2 {
    font-size: 2.3rem;
    line-height: 55px;
  }

  .indi-banner .banner-text p {
    font-size: 1rem;
  }

  .indi-banner .banner-icon p {
    font-size: 0.75rem;
  }

  .tracking-search-main {
    bottom: -30px !important;
  }

  .indi-services .card p {
    min-height: 80px;
  }

  .indi-services .card ul {
    margin-bottom: 20px;
  }

  .shipment-cost-individual .send-order label small {
    font-size: 0.7rem;
  }

  .stamps-testimonials .stamps-home section h2 {
    font-size: 2rem;
  }

  .stamps-testimonials .stamps-home section p {
    font-size: 1rem;
    line-height: 28px;
  }

  .download-app-img img {
    margin-right: 5%;
    margin-bottom: 100px;
  }

  .download-features {
    padding: 0 0 1rem 0.75rem;
  }

  .indi-banner .banner-pic {
    width: 100%;
  }

  .indi-banner .banner-icon {
    right: 0;
  }

  .indi-banner .banner-icon-2 {
    top: 13%;
    right: auto;
    left: 5%;
  }

  .arabic .download-features {
    padding: 0 0.75rem 1rem 0;
  }
}

@media (max-width: 1199.98px) {
  .indi-banner h2 span {
    font-size: 2.5rem;
  }

  .indi-banner h2 {
    font-size: 2rem;
    line-height: 50px;
  }

  .indi-banner .tracking-search p {
    font-size: 0.825rem;
  }

  .indi-banner .banner-icon {
    bottom: 20%;
  }

  .indi-banner .banner-icon-2 {
    top: 5%;
    bottom: auto;
  }

  .banner-icon p {
    font-size: 0.75rem;
  }

  .tracking-search-main {
    bottom: auto !important;
    position: relative !important;
    margin-top: 30px;
  }

  .tracking-search section {
    padding: 15px !important;
  }

  .indi-banner .tracking-search .form-control,
  .indi-banner .btn-yellow {
    height: 50px;
  }

  .indi-services .card h4 {
    font-size: calc(1rem + 0.3vw);
  }

  .indi-services article {
    padding: 0 30px 30px 30px;
  }

  .indi-services .card p,
  .indi-services .card ul li a {
    font-size: 0.9rem;
  }

  .shipment-cost-individual .send-order label small {
    font-size: 0.85rem;
  }

  .stamps-testimonials .stamps-home section h2 {
    font-size: 1.8rem;
  }

  .download-app-content {
    padding-bottom: 21%;
  }

  .arabic .indi-banner .banner-icon {
    bottom: 20%;
  }

  .arabic .indi-banner .banner-icon-2 {
    top: 5%;
    bottom: auto;
  }

  .arabic .download-app li {
    min-width: auto;
  }
}

@media (max-width: 991.98px) {
  header .navbar-nav .nav-link.connected-link {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }

  .indi-banner h2 span {
    font-size: 2rem;
  }

  .indi-banner h2 {
    font-size: 1.8rem;
    line-height: 40px;
  }

  .indi-banner .tracking-search p {
    font-size: 0.625rem;
  }

  .banner p {
    font-size: 0.9rem;
  }

  .indi-services .card p {
    min-height: auto;
  }

  .indi-services article {
    padding: 30px 30px 30px 30px;
  }

  .indi-services .card {
    box-shadow: 0px 20px 30px 0px rgba(0, 0, 0, 0.06) !important;
    border: none !important;
  }

  .indi-services .card p,
  .indi-services .card ul li a {
    font-size: 1rem;
  }

  .features-individual li:before {
    display: none;
  }

  .features-individual li div {
    background: transparent;
  }

  .stamps-testimonials .stamps-home section {
    padding: 0 !important;
  }

  .download-app-content img {
    width: 130px;
  }

  .download-app h3 small {
    font-size: 0.738rem;
  }

  .download-app li span {
    height: 55px;
    width: 55px;
    font-size: 1.2rem;
  }

  .download-app-in:before {
    display: none;
  }

  .download-features {
    padding: 0;
    position: relative !important;
  }

  .download-app h3 {
    font-size: 1.3rem;
    line-height: 25px;
  }

  .download-app-content {
    padding-bottom: 0;
  }

  .download-app-img img {
    margin-right: 0;
    margin-bottom: 0;
    width: 85%;
  }

  .indi-banner .tracking-search {
    margin-top: 0;
  }

  .arabic .download-features {
    padding: 0;
  }

  .arabic .download-app li {
    flex: 1;
  }
}

@media (max-width: 767.98px) {
  .indi-banner h2 {
    font-size: 1.2rem;
    line-height: 1.5;
  }

  .indi-banner h2 span {
    font-size: 1.5rem;
  }

  .indi-banner .banner-icon {
    bottom: 7%;
  }

  .indi-banner .banner-icon-2 {
    top: 5%;
    left: 0;
    bottom: auto;
  }

  .indi-banner .banner-image {
    width: 100%;
    max-width: inherit;
    height: auto;
    margin: 0;
  }

  .indi-banner .banner-pic {
    width: 60%;
    max-width: 600px;
  }

  .indi-banner .banner-icon {
    right: 1%;
  }

  .indi-banner .banner-icon-2 {
    right: auto;
  }

  .indi-banner .tracking-search {
    margin-top: 10px;
  }

  .download-app-content {
    padding-bottom: 40px;
  }

  .download-app ul {
    position: relative !important;
  }

  .download-app li {
    width: 100%;
  }

  .stamps-testimonials .stamps-home section h2 {
    font-size: 1.4rem;
  }
}

@media (max-width: 575.98px) {
  .indi-banner {
    overflow: hidden;
  }

  .indi-banner .container-fluid {
    padding: 0 16px;
  }

  .indi-banner .banner-image {
    margin: 0 auto;
  }

  .indi-banner h2 span {
    color: #ffb819;
  }

  .indi-banner .banner-pic {
    width: 50%;
  }

  .indi-banner .btn-yellow,
  .indi-banner .tracking-search .form-control {
    height: 45px !important;
  }

  .indi-banner .btn-yellow {
    line-height: 45px;
    padding: 0 15px;
  }

  .indi-banner .tracking-search .form-control {
    margin-right: 12px !important;
  }

  .indi-banner .btn-blue {
    line-height: 40px;
  }

  .indi-banner .owl-carousel .owl-nav .owl-next,
  .indi-banner .owl-carousel .owl-nav .owl-prev,
  .indi-services .owl-carousel .owl-nav .owl-next,
  .indi-services .owl-carousel .owl-nav .owl-prev {
    width: 32px;
    height: 32px;
    margin-top: -16px;
    font-size: 25px;
  }

  .indi-banner .owl-carousel:hover .owl-nav .owl-next {
    left: auto;
    right: 10px;
  }

  .indi-banner .owl-carousel:hover .owl-nav .owl-prev {
    left: 10px;
  }

  .service-img {
    height: 230px;
  }

  .indi-service-icon {
    height: 60px;
    width: 60px;
    outline: solid #fff 5px;
  }

  .indi-service-icon img {
    width: 25px !important;
  }

  .shipment-cost .nav-tabs li {
    width: 50%;
  }

  .shipment-cost-individual .nav-tabs .nav-link {
    width: 100%;
    flex-direction: column;
    gap: 5px;
    height: auto;
  }

  .shipment-cost-individual .nav-tabs .nav-link img {
    margin: 0;
  }

  .indi-services article .d-flex.align-items-start {
    flex-direction: column;
    gap: 15px;
  }

  .shipment-cost-individual .price-calculator {
    padding: 0;
    box-shadow: none;
  }

  .indi-services article {
    padding: 20px;
  }

  .indi-services .owl-carousel .owl-nav .owl-next {
    left: auto;
    right: -25px;
  }

  .indi-services .owl-carousel .owl-nav .owl-prev {
    left: -25px;
  }

  .indi-services .card {
    margin: 15px 15px 25px 15px;
  }

  .arabic .indi-services article .d-flex.align-items-start {
    flex-direction: column !important;
    align-items: flex-end !important;
    gap: 15px;
  }
  .features-individual section {
    border-radius: 12px;
  }
  .features-individual li div span {
    width: 75px;
    height: 75px;
  }
}

/*----------------------home-------------------*/
/*---------------------------all-services------------------------*/
.service-number {
  border: dashed #002e6d 1px;
  place-items: center;
  height: 60px;
  width: 60px;
}

.service-number span {
  background-color: #002e6d;
  place-items: center;
  font-size: 1.375rem;
  height: 48px;
  width: 48px;
}

.service-icon {
  height: 65px;
  width: 65px;
  place-items: center;
  background: #fff6d9;
  border-radius: 8px;
  color: #ffb819;
  font-size: 1.5rem;
}

.service-icon img {
  width: 35%;
}

img.all-service-arrow {
  position: absolute;
  top: 24px;
  right: 15%;
}

.ind-service-list {
  position: sticky;
  top: 140px;
}

.all-service-b2c h4 {
  font-size: 1.275rem;
  line-height: 1.5;
}

.all-service-b2c ul li {
  color: #6c7480;
}

.all-service-b2c ul li::before {
  content: "";
  height: 10px;
  width: 10px;
  position: absolute;
  left: 0;
  top: 6px;
  background-color: #002f6c;
  border-radius: 50%;
}

.or-label {
  width: 20px;
  height: 100%;
  position: absolute;
  display: flex;
  align-items: center;
  left: 0;
  top: 0;
}

.or-label hr {
  opacity: 1;
  border-left: #dae1f8 solid 1px;
  height: 100%;
  width: 1px;
}

.or-label h6 {
  margin-left: -11px;
  padding: 2px 0px;
}

.arabic img.all-service-arrow {
  right: auto;
  left: 15%;
  -webkit-transform: scaleX(-1);
  -moz-transform: scaleX(-1);
  transform: scaleX(-1);
}

.arabic .all-service-b2c ul li::before {
  left: auto;
  right: 0;
}

.arabic .all-service-b2c h4 {
  font-weight: 600;
}

.arabic .all-service-b2c {
  text-align: right;
}

.arabic .or-label {
  left: auto;
  right: 0;
  justify-content: center;
}

.arabic .or-label h6 {
  margin-left: -8px;
}

@media (max-width: 1199.98px) {
  .service-icon {
    height: 55px;
    width: 55px;
    border-radius: 12px;
  }

  .service-icon img {
    width: 30px;
    height: 30px;
    object-fit: contain;
  }
}

@media (max-width: 767.98px) {
  .or-label h6 {
    position: absolute;
    margin-left: 0;
    top: 9px;
    bottom: 0;
    left: 0;
    right: 0;
    height: 20px;
    width: 30px;
    text-align: center;
    margin: auto;
  }

  .or-label hr {
    height: 1px;
    width: 100%;
  }

  .or-label {
    width: 150px;
    height: auto;
    position: relative;
    margin: 15px auto 20px;
  }

  .all-service-b2c h4 {
    font-size: 1.1rem;
    line-height: 1.6;
  }

  .arabic .or-label h6 {
    margin-left: auto;
  }

  .arabic .details-list li {
    padding-right: 24px;
    background-size: 7px auto;
    background-position: right 10px;
  }
}

@media (max-width: 575.98px) {
  .b2c-service-container {
    text-align: left;
  }

  .arabic .b2c-service-container {
    text-align: right;
  }

  .b2c-service-container .service-title {
    justify-content: flex-start !important;
  }

  .b2c-service-container .service-title h2 {
    font-size: 1.1rem;
  }

  .all-service-b2c h4 {
    font-size: 1rem;
  }

  .arabic .b2c-service-container .service-title {
    justify-content: flex-end !important;
  }

  .arabic .details-list li {
    text-align: right;
    padding-right: 24px;
    background: url(../images/list-arrow-ar.png) no-repeat;
    background-size: 7px auto;
    background-position: right 10px;
  }
}

.hold-forward-bg-area::after {
  top: -40px;
  transform: scaleX(-1);
}

.hold-forward-bg-area p svg {
  color: #a4bce3;
}

.cargo-sevice-table tr th,
.cargo-sevice-table tr td {
  background: none;
}

.cargo-sevice-table tr td {
  border-bottom: solid #e7edff 1px;
  border-top: solid #e7edff 1px;
}

.cargo-sevice-table table tbody tr:nth-child(odd) td {
  background-color: #f4f6ff !important;
}

.cargo-sevice-table table tbody tr:nth-child(odd) td:first-child {
  border-radius: 6px 0 0 6px;
}

.cargo-sevice-table table tbody tr:nth-child(odd) td:last-child {
  border-radius: 0 6px 6px 0;
}

.cargo-sevice-table table tbody tr:nth-child(odd) td {
  border: none;
}

.cargo-sevice-table table tbody tr:nth-child(even) {
  border: solid #e7edff 1px !important;
}

.cargo-sevice-table table tbody tr:nth-child(even) td:first-child {
  border-left: solid #e7edff 1px !important;
  border-radius: 6px 0 0 6px;
}

.cargo-sevice-table table tbody tr:nth-child(even) td:last-child {
  border-right: solid #e7edff 1px !important;
  border-radius: 0 6px 6px 0;
}

.cargo-sevice-table .table {
  border-collapse: separate;
  border-spacing: 0 10px;
}

.return-process li:before {
  position: absolute;
  left: auto;
  height: 1px;
  width: 100%;
  border-top: dashed #f7e8be 1px;
  content: "";
  top: 37px;
}

.return-process li:last-child::before {
  display: none;
}

header .marquee {
  background: #002e6d;
  padding: 5px;
}

header .marquee p {
  color: #fff;
  text-align: center;
  white-space: nowrap;
  -webkit-animation: marquee 25s linear infinite;
  -moz-animation: marquee 25s linear infinite;
  animation: marquee 25s linear infinite;
}

.arabic header .marquee p {
  -webkit-animation: marquee 25s linear reverse infinite;
  -moz-animation: marquee 25s linear reverse infinite;
  animation: marquee 25s linear reverse infinite;
}

@-webkit-keyframes marquee {
  0% {
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    transform: translateX(100%);
  }

  100% {
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}

@-moz-keyframes marquee {
  0% {
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    transform: translateX(100%);
  }

  100% {
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}

@keyframes marquee {
  0% {
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    transform: translateX(100%);
  }

  100% {
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}

header .navbar-nav .nav-link {
  border-top: 2px solid transparent;
  top: -2px;
}

header .navbar-nav .nav-link.active {
  color: #002e6d !important;
  border-top: 2px solid #002e6d;
}

header .navbar-nav .nav-link.connected-link {
  padding-top: 28px;
  padding-bottom: 28px;
}

header .navbar-nav .nav-link.connected-link img {
  height: 35px;
  width: auto;
}

header {
  width: 100%;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  transition: 0.4s;
}

header.sticky {
  position: fixed;
  top: 0;
  background: rgba(255, 255, 255, 0.9);
  z-index: 99;
  backdrop-filter: blur(10px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
}

header.sticky .marquee,
header.sticky .top-bar {
  display: none;
}

.tracking-search section {
  border: 1px solid #ffb819;
  border-radius: 10px;
  background: #ffecc1;
}

.tracking-search .form-control {
  border-color: #fff;
}

.btn-outline-white {
  width: 100%;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 50px;
  padding: 10px 5px;
}

.btn-outline-white:hover {
  color: #002d6d;
  background: #fff;
}

.login.register .modal-content {
  max-width: 750px;
}

.delivery-price-type select {
  max-width: 180px;
}

.shipment-cost-individual.sending-pkg-content .col.ps-lg-4 {
  padding-right: calc(var(--bs-gutter-x) * 0.5) !important;
  padding-left: calc(var(--bs-gutter-x) * 0.5) !important;
}

.shipment-cost-individual.sending-pkg-content .order-send .col-xl-4 {
  width: 50%;
}
/* .shipment-cost-individual.sending-pkg-content .order-send-3 .col-xl-2 {
  width: 20%;
} */
.shipment-cost-individual .tab-content article li::before {
  display: none;
}

.shipment-cost-individual .tab-content .sending-pkg-fast,
.shipment-cost-individual .tab-content #withinDeliveryTypeSection,
.shipment-cost-individual .tab-content #overseasDeliveryTypeSection {
  margin-bottom: 0 !important;
}

.shipment-cost-individual .tab-content .sending-pkg-fast .col-sm-6 {
  margin-bottom: 1.2rem !important;
}

.shipment-cost-individual .tab-content .sending-pkg-fast .form-check-input {
  bottom: 1.2rem;
}

@media (max-width: 991.98px) {
  .shipment-cost-individual.sending-pkg-content .order-send-3 .col-xl-2 {
    width: 33.333%;
  }
}

@media (max-width: 767.98px) {
  .login.register .modal-content {
    max-width: 95%;
  }
}

@media (max-width: 575.98px) {
  .shipment-cost-individual.sending-pkg-content .order-send .col-xl-4 {
    width: 100%;
  }

  .shipment-cost-individual.sending-pkg-content .order-send-3 .col-xl-2 {
    width: 50%;
  }

  .sending-pkg-content .order-send label img.img-fluid {
    height: 45px;
  }
}

.details-list.money-list li,
.arabic .details-list.money-list li {
  background: none;
  padding: 0;
  margin-bottom: 22px;
  position: relative;
  min-width: 240px;
}

.details-list.money-list li strong {
  display: flex;
  align-items: center;
}

.arabic .details-list.money-list li strong {
  flex-direction: row-reverse;
}

.details-list.money-list li img {
  width: 30px;
  height: 30px;
  object-fit: cover;
  border-radius: 350px;
  margin-right: 12px;
  border: 1px solid #ccc;
}

.arabic .details-list.money-list li img {
  margin-right: 0;
  margin-left: 12px;
}

.money-popup {
  background: #fff;
  border-radius: 5px;
  width: 280px;
  height: 0;
  visibility: hidden;
  overflow: hidden;
  position: absolute;
  bottom: 100%;
  left: 0;
  z-index: 9;
  font-size: 14px;
  margin-bottom: 0;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  transition: 0.4s;
}

.arabic .money-popup {
  left: auto;
  right: 0;
}

.details-list.money-list li:hover .money-popup {
  height: auto;
  visibility: visible;
  margin-bottom: 15px;
}

.money-popup:after {
  position: absolute;
  content: "";
  width: 12px;
  height: 12px;
  background: #fff;
  left: 12px;
  bottom: -6px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
}

.money-popup .custom-table {
  padding: 10px 12px;
  border: none;
  box-shadow: none;
}

.money-popup .custom-table tr th,
.money-popup .custom-table tr td {
  padding: 10px;
}

.store-individual.turkish-souq {
  background: none;
}

.store-individual.turkish-souq .product-image {
  height: auto;
}

.store-individual.turkish-souq:after {
  display: none;
}

.menu-overlay {
  display: none;
}

.indi-banner .banner-text:after {
  position: absolute;
  content: "";
  width: 250px;
  height: 150px;
  background: url(../images/individual/slide-line.png) 0 0 / contain no-repeat;
  top: 90%;
  right: 0;
}

.indi-banner .slide-download img {
  width: 160px !important;
}

.arabic .indi-banner .banner-text:after {
  right: auto;
  left: 0;
  transform: scale(-1, 1);
}

.location-table-main {
  max-height: 600px;
}

.location-table-main .location-table th {
  position: sticky;
  top: 0;
  z-index: 9;
}

.delivery-type-main.duration .delivery-type-in {
  border-bottom: none;
  margin: 0 !important;
  padding: 0 35px 0 0 !important;
}

.delivery-type-main.duration .form-check-input {
  top: 50%;
  margin-top: -12px !important;
}

.shipment-btn {
  height: 111px;
  padding: 15px;
  border-radius: 8px;
  background: #d6e7ff;
  color: #002e6d;
  border: 1px solid #002e6d;
  font-weight: 500;
  gap: 12px;
}

.shipment-btn:hover {
  background: #002e6d;
  color: #fff;
}

.shipment-btn svg {
  color: #002e6d;
  font-size: 1.5rem;
}

.shipment-btn:hover svg {
  color: #fff;
}

.footer-truck img.truck {
  width: 120px;
  -webkit-animation: left-right 20s linear infinite;
  -moz-animation: left-right 20s linear infinite;
  animation: left-right 20s linear infinite;
}

.footer-truck .clouds {
  opacity: 0.75;
  -webkit-animation: left-right 50s reverse linear infinite;
  -moz-animation: left-right 50s reverse linear infinite;
  animation: left-right 50s reverse linear infinite;
}

.footer-truck .clouds img.cloud-1 {
  left: -100%;
}

footer .copy-right {
  background: #e7e7e7;
  font-size: 0.95rem;
}

@-webkit-keyframes left-right {
  0% {
    margin-left: -120px;
  }

  100% {
    margin-left: calc(100% + 120px);
  }
}

@-moz-keyframes left-right {
  0% {
    margin-left: -120px;
  }

  100% {
    margin-left: calc(100% + 120px);
  }
}

@keyframes left-right {
  0% {
    margin-left: -120px;
  }

  100% {
    margin-left: calc(100% + 120px);
  }
}

.no-order {
  border: 2px dashed #c4ddf7;
  border-radius: 7px;
}

.no-order img {
  width: 100px;
}

@media (max-width: 1800px) {
  .shipment-btn {
    height: 104px;
  }
}

@media (max-width: 1499.98px) {
  .footer-truck img.truck {
    width: 100px;
  }
}

@media (max-width: 1199.98px) {
  .shipment-btn {
    height: 86px;
  }

  .footer-truck img.truck {
    width: 80px;
  }
}

@media (max-width: 991.98px) {
  .navbar-collapse {
    position: fixed;
    top: 0;
    left: 0;
    width: 0;
    height: 100vh !important;
    height: calc(var(--vh, 1vh) * 100) !important;
    border-radius: 0;
    padding: 0;
    z-index: 9999;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
  }

  .navbar-collapse.show {
    width: 270px;
    padding: 15px;
  }

  .megamenu .col {
    border-bottom: 1px solid #d8dfe9 !important;
    padding: 15px 0 7px 0;
    margin: 0 !important;
  }

  .menu-overlay {
    position: fixed;
    top: 0;
    left: 0;
    background: rgb(0 0 0 / 25%);
    width: 0;
    height: 100vh;
    height: calc(var(--vh, 1vh) * 100);
    z-index: 9;
    display: block;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    transition: 0.2s;
  }

  .menu-overlay.active {
    visibility: visible;
    width: 100%;
    opacity: 1;
  }

  .navbar-collapse .navbar-nav {
    height: calc(100% - 20px);
    overflow: auto;
  }

  .navbar-collapse .navbar-toggler {
    position: absolute;
    top: 0;
    filter: invert(0);
    color: #333;
    right: -35px;
    background: #fff;
    height: 36px;
    width: 36px;
    border-radius: 0 0 7px 0;
  }

  .navbar .dropdown-menu {
    padding: 0 0 0 10px;
  }

  .navbar .dropdown-menu section {
    padding: 0 !important;
  }

  .indi-banner .slide-download img {
    width: 140px !important;
  }

  .service-img {
    height: 275px;
  }
}

@media (max-width: 767.98px) {
  .details-list.money-list li,
  .arabic .details-list.money-list li {
    min-width: auto;
  }

  .money-popup {
    display: none;
  }

  .indi-banner .col-md-5 img {
    max-width: 400px !important;
    margin: 0 auto;
  }

  .indi-banner .slide-download img {
    width: 130px !important;
  }

  .shipment-btn {
    margin-top: 10px;
  }

  .footer-truck img.truck-bg {
    height: 120px;
    object-fit: cover;
  }
}

@media (max-width: 575.98px) {
  .shipment-btn {
    height: auto;
    font-weight: 400;
    gap: 8px;
    padding: 10px;
  }

  .shipment-btn svg {
    font-size: 1rem;
  }

  .footer-truck img.truck {
    width: 60px;
  }

  .footer-truck .clouds {
    opacity: 1;
  }
  .shipment-cost-individual .price-calculator {
    border: none;
  }

  .shipment-cost-individual .price-calculator:before,
  .shipment-cost-individual .price-calculator:after {
    display: none;
  }
  .pobox-btn-group .btn {
    min-width: auto;
  }
  .pobox-btn-group .btn,
  .sending-pkg-content .d-flex.gap-3 .btn {
    width: auto;
    padding-left: 20px;
    padding-right: 20px;
  }
  .pobox-btn-group .gap-3,
  .sending-pkg-content .d-flex.gap-3 {
    gap: 0.8rem !important;
  }
  .sending-type li a img {
    width: 30px;
  }
}

@media (max-width: 1500px) {
  .indi-banner .tracking-search-main {
    bottom: -40px !important;
  }
}

@media (max-width: 1199.98px) {
  .indi-banner .tracking-search-main {
    bottom: 0 !important;
  }
}
.sending-pkg-content .order-send .form-check-input:disabled,
.sending-pkg-content .order-send .form-check-input:disabled ~ label {
  cursor: not-allowed;
}
.soft-launch {
    position: fixed;
    background: #002e6d;
    padding: 10px;
    left: 18px;
    top: 50%;
    z-index: 9;
    color: #ffff;
    font-size: 12px;
    text-transform: uppercase;
    border-radius: 12px 12px 0 0;
    box-shadow: 0 0 0 11px rgb(73 101 139/20%);
    letter-spacing: 4px;
    -webkit-transform: rotate(90deg) translateX(-50%);
    -moz-transform: rotate(90deg) translateX(-50%);
    transform: rotate(90deg) translateX(-50%);
    -webkit-transform-origin: left;
    -moz-transform-origin: left;
    transform-origin: left
}