@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700;900&display=swap");

html {
  scroll-behavior: smooth;
}

html,
body {
  font-size: 18px;
}

body {
  font-family: "Roboto", sans-serif;
  color: #2d3137;
}

::-moz-selection {
  background: #002e6d;
  color: #fff;
}

::selection {
  background: #002e6d;
  color: #fff;
}

p {
  color: #6c7480;
  line-height: 1.75;
}

a {
  text-decoration: none;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}

ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

header {
  position: relative;
  z-index: 999;
}

header ul {
  margin: 0;
  padding: 0;
}

header ul li {
  list-style: none;
}

.top-bar {
  border-bottom: 1px solid #e8ecf2;
}

.header-contact li a {
  color: #6c7480;
}

.header-contact li a:hover {
  color: #002e6d;
}

.header-contact li a img {
  height: 15px;
  width: auto;
}

.top-bar form {
  display: flex;
  justify-content: end;
}

.select {
  width: 150px;
  height: 40px;
  cursor: pointer;
  background-color: #fff;
  box-shadow: 0 2px 0 #fff;
  border-radius: 2px;
  position: relative;
  z-index: 9;
}

.select img {
  width: 30px;
}

.select_expand {
  width: 0;
  height: 40px;
  position: absolute;
  top: 0;
  right: 0;
}

.select_expand::after {
  content: "\003E";
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(-50%, -50%) rotate(90deg) scaleY(1.75);
  -moz-transform: translate(-50%, -50%) rotate(90deg) scaleY(1.75);
  transform: translate(-50%, -50%) rotate(90deg) scaleY(1.75);
  color: #3e3e3e;
  font-size: 16px;
  pointer-events: none;
  z-index: 2;
  transition: all 250ms cubic-bezier(0.4, 0.25, 0.3, 1);
  opacity: 0.6;
}

.select_expand:hover::after {
  opacity: 1;
}

.select_expand:checked::after {
  -webkit-transform: translate(-50%, -50%) rotate(90deg) scaleX(-1) scaleY(1.75);
  -moz-transform: translate(-50%, -50%) rotate(90deg) scaleX(-1) scaleY(1.75);
  transform: translate(-50%, -50%) rotate(90deg) scaleX(-1) scaleY(1.75);
}

.select_expandLabel {
  display: block;
  width: 100%;
  height: 40px;
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
}

.select_close {
  display: none;
}

.select_closeLabel {
  display: none;
}

.select_items {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 2px;
  padding-top: 40px;
}

.select_input {
  display: none;
}

.select_label {
  transition: all 250ms cubic-bezier(0.4, 0.25, 0.3, 1);
  display: block;
  height: 0;
  font-size: 1rem;
  line-height: 40px;
  overflow: hidden;
  color: #5e6772;
  background-color: #fff;
  cursor: pointer;
  padding-left: 20px;
}

.select_label-placeholder {
  height: 40px;
  vertical-align: middle;
  position: absolute;
  top: 0;
  left: 0;
  background-color: transparent;
  font-size: 1rem;
}

.select_expand:checked + .select_closeLabel {
  display: block;
}

.select_expand:checked + .select_closeLabel + .select_options .select_label {
  height: 40px;
}

.select_expand:checked
  + .select_closeLabel
  + .select_options
  .select_label:hover {
  background-color: #f7f7f7;
}

.select_expand:checked
  + .select_closeLabel
  + .select_options
  + .select_expandLabel {
  display: none;
}

.select_input:checked + .select_label {
  height: 40px;
  margin-top: -40px;
}

.lang-switch img {
  width: 30px;
}

.lang-switch .btn,
.lang-switch a {
  color: #6c7480;
}

.lang-switch .dropdown-toggle::after {
  border: none;
  border-right: 2px solid #6c7480;
  border-bottom: 2px solid #6c7480;
  width: 7px;
  height: 7px;
  margin-left: 7px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
}

.lang-switch .dropdown-menu {
  padding: 0;
  border: none;
  min-width: auto;
  left: auto !important;
  right: 0 !important;
  border-radius: 0 0 5px 5px;
  box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.08);
}

.lang-switch .dropdown-menu .dropdown-item {
  padding: 0.65rem 1rem;
}

.lang-switch .dropdown-item.active,
.lang-switch .dropdown-item:active {
  background-color: #ffb819;
}

.navbar-brand img {
  width: 250px;
}

.navbar-nav .nav-link {
  padding: 35px 15px;
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link:focus,
.navbar-nav .nav-link:active {
  color: #002e6d;
}

a.mega-close {
  position: absolute !important;
  right: 29px;
  top: 10px;
  background: #02152a;
  width: 40px;
  text-align: right;
  z-index: 9;
  height: 56px;
  display: none !important;
}

.navbar .dropdown-menu {
  border: none;
  border-radius: 0;
  width: 100%;
  padding: 0;
}

.navbar .dropdown-menu section {
  background-color: #002e6d;
  border: none;
  border-radius: 0 0 20px 20px;
  padding: 25px 20px 30px 10px;
  width: 100%;
  box-shadow: 0px 15px 40px rgba(0, 0, 0, 0.2);
}

.navbar .nav-item:last-child .dropdown-menu {
  right: 0;
  left: auto;
}

.navbar .dropdown-menu {
  background-color: #002e6d;
  border: none;
  border-radius: 0 0 15px 15px;
  padding: 25px 20px 30px 10px;
  width: 100%;
  overflow: hidden;
  box-shadow: 0px 15px 40px rgba(0, 0, 0, 0.2);
}

.top-menu .dropdown-menu .dropdown-item {
  padding: 12px 20px;
}

.navbar .dropdown-menu a {
  color: #fff !important;
  font-size: 1rem;
}

.navbar .dropdown-menu a:hover {
  background: rgba(255, 255, 255, 0.1);
}

.navbar .megamenu a:hover {
  background: none !important;
}

.megamenu {
  overflow-x: hidden;
  padding-bottom: 50px;
  width: 100% !important;
  background: none !important;
  box-shadow: none !important;
}

.megamenu li {
  margin: 0 0 8px !important;
}

.megamenu li a {
  padding: 7px 0 !important;
  font-size: 0.95rem;
  color: #fff;
}

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

h6.title {
  color: #fff;
  font-weight: 500;
  margin: 0 0 15px;
  font-size: 1.2rem;
}

.col-megamenu p {
  font-size: 1.05rem;
  margin-bottom: 8px;
}

.unstyled-2 a {
  font-size: 14px !important;
  font-weight: 600 !important;
}

.top-menu li a {
  color: #2d3137 !important;
}

.top-menu li a:hover {
  color: #002e6d;
}

.header-right {
  display: flex;
}

.header-right .btn {
  padding: 0 25px;
  line-height: 47px;
  color: #002e6d;
  border-color: #002e6d;
  box-shadow: none;
}

.header-right .btn:hover {
  color: #fff;
  background-color: #002e6d;
}

.flag-icon-1 {
  background-color: #000;
}

.myBtn {
  font-size: 15px;
  background: #002e6d !important;
  color: #fff !important;
  font-weight: bold;
  border-radius: 50%;
  border: none;
  cursor: pointer;
  outline: none;
  transition: 0.3s;
  height: 47px;
  width: 47px;
}

.myBtn i {
  margin-left: 8px;
}

.fullScreen {
  position: absolute;
  top: 85px;
  left: 0;
  width: 100%;
  background-color: #fff;
  display: none;
  padding: 20px 0;
  z-index: 99;
}

.inputBox {
  background: #fff;
  padding: 2px;
  border-radius: 25px;
  display: flex;
  width: 100%;
  border: solid #bfc8d7 1px;
}

.inputBox input {
  height: 45px;
  width: 100%;
  border: none;
  outline: none;
  font-size: 16px;
  color: #4a4a4a;
  padding-left: 15px;
  background: none;
}

.inputBox button {
  border: none;
  background-color: transparent;
  vertical-align: middle;
  cursor: pointer;
  transition: 0.5s;
  background: #002e6d;
  height: 47px;
  width: 47px;
  color: #fff;
  border-radius: 50%;
  flex-shrink: 0;
}

.inputBox button:hover {
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  transform: rotate(360deg);
}

.inputBox button i {
  font-size: 30px;
}

.closeBtn {
  height: 37px;
  width: 37px;
  border-radius: 16px;
  top: 62px;
  right: 42px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.closeBtn svg {
  height: 1.5em;
}

/* -------------------home---------------------- */
.banner {
  min-height: 650px;
  display: flex;
  align-items: center;
  width: 100%;
}

.banner h2 {
  color: #002e6d;
  font-size: 4.375rem;
  line-height: 80px;
  font-weight: 800;
}

.banner h2 span {
  color: #ffb819;
}

.banner p {
  font-size: 1.25rem;
  font-weight: 300;
}

.btn-default {
  background: #002e6d;
  color: #fff;
  border-radius: 50px;
  padding: 15px 35px;
  display: inline-block;
}

.banner-image {
  background: url(../images/banner-bg.jpg) no-repeat;
  background-size: cover;
  background-position: top left;
  width: 57%;
  height: 100%;
  border-radius: 400px 0 0 400px;
  overflow: hidden;
}

.banner-image img {
  width: 62%;
  max-height: 96%;
  object-fit: contain;
  margin-left: 10%;
}

.banner-icon {
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 10px;
  padding: 15px;
  background: rgba(255, 255, 255, 0.1);
  position: absolute;
  backdrop-filter: blur(4px);
  left: 14%;
  bottom: 28%;
}

.banner-icon-2 {
  left: auto;
  right: 5%;
  bottom: auto;
  top: 25%;
}

.banner-icon img {
  width: 40px;
  flex-shrink: 0;
  margin: 0;
}

.banner-icon p {
  font-size: 0.8rem;
  flex-shrink: 0;
  line-height: 1.5;
}

.banner-icon p strong {
  font-size: 1.1rem;
  font-weight: 700;
}

/* .banner-text::after {
   position: absolute;
   content: '';
   width: 80px;
   height: 80px;
   background: url(../images/banner-img-4.png) no-repeat;
   background-size: 100% auto;
   left: 30%;
   bottom: -5%;
   z-index: -1;
 } */

.tracking-search {
  width: 100%;
  bottom: 0;
}

.form-control:focus {
  box-shadow: none;
}

.btn-default:hover {
  background-color: #02204a;
  color: #fff;
}

.tracking-search .form-control {
  border-color: #d4e6ff;
  line-height: 2.5;
}

.tracking-search section {
  box-shadow: 0px 8px 30px rgba(0, 0, 0, 0.06);
  border-radius: 0 15px 15px 15px;
}

.tracking-search p {
  font-size: 0.75rem;
}

.tracking-search span {
  font-size: 1rem;
  border-radius: 12px 12px 0 0;
  margin: 0 0 1px;
}

.tracking-search span::after {
  content: "";
  width: 32px;
  height: 30px;
  position: absolute;
  right: -32px;
  background: url(../images/curve.svg) no-repeat 0 0 / auto !important;
  bottom: 0;
}

.banner::after {
  background-color: #c17d92;
  height: 560px;
  width: 560px;
  border-radius: 100%;
  content: "";
  position: absolute;
  filter: blur(180px);
  bottom: -170px;
  opacity: 0.3;
  z-index: -1;
}

.services section {
  padding: 30px;
  border-radius: 50px;
  background: #f7f8ff;
  border: #e7edff solid 1px;
}

.services section li {
  list-style: none;
  padding: 40px 20px;
  border-right: 1px solid #dae1f8;
  border-bottom: 1px solid #dae1f8;
}

.services section li:nth-child(3n) {
  border-right: 0;
}

.services section li:nth-child(n + 4) {
  border-bottom: 0;
}

.services section li a {
  text-decoration: none;
  text-align: center;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.services section h4 {
  font-size: 1.3rem;
}

.services section li a span {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 20px auto;
  width: 85px;
  height: 85px;
  font-size: 1.2rem;
  border-radius: 20px;
  background: #fff;
  border: solid #e7edff 1px;
  box-shadow: 0px 15px 30px 0px rgba(0, 0, 0, 0.06);
  position: relative;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}

.services section li:hover a span {
  box-shadow: 0px 20px 30px 0px rgba(0, 0, 0, 0.06);
  border: solid #ffb819 1px;
}

.services section li:hover a strong {
  background: #ffb819;
}

.services section li a span svg {
  color: #ffb819;
  margin: 0;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}

.services section li:hover a span svg {
  color: #fff;
}

.services section li a span strong {
  position: absolute;
  background: #002e6d;
  color: #fff;
  font-size: 0.875rem;
  font-weight: 700;
  width: 30px;
  line-height: 30px;
  border-radius: 25px;
  text-align: center;
  top: -5px;
  left: -5px;
  box-shadow: 5px 5px 15px rgba(0, 46, 109, 0.3);
}

.services section li a h3 {
  margin-bottom: 15px;
}

.services section li a svg {
  color: #002e6d;
  margin: auto auto 0 auto;
  display: block;
}

.features li div {
  display: grid;
  width: 112px;
  height: 112px;
  background: rgba(232, 243, 250, 1);
  border-radius: 50%;
  place-items: center;
}

.features li div span {
  display: grid;
  place-items: center;
  width: 90px;
  height: 90px;
  background: linear-gradient(rgba(41, 96, 168, 1), rgba(0, 47, 108, 1));
  border-radius: 50%;
}

.shipment-cost {
  background: url(../images/shipment-bg.jpg) no-repeat;
  background-size: auto 100%;
  background-position: bottom left;
}

.shipment-cost .nav-tabs,
.shipment-cost .nav-item,
.shipment-cost .nav-link {
  border: none !important;
}

.shipment-cost .nav-tabs .nav-link.active {
  color: #fff;
  background-color: #002e6d;
  border: none;
}

.shipment-cost .nav-tabs .nav-link {
  font-size: 1.125rem;
  width: 200px;
  height: 60px;
  font-weight: 700;
  background-color: #e0ebfa;
  color: #222;
}

.shipment-cost .tab-content section {
  background: #002e6d;
  padding: 30px 40px;
  border-radius: 0px 50px 0 0;
}

.shipment-cost .tab-content section hr {
  border-color: #fff;
}

.shipment-cost .tab-content article {
  border-radius: 12px;
}

.shipment-cost .tab-content article li {
  font-size: 0.875rem;
  font-weight: 300;
  padding-left: 20px;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.75);
}

.shipment-cost .tab-content article li strong {
  font-size: 0.875rem;
  font-weight: 500;
  margin-bottom: 4px;
  display: block;
  color: #fff;
}

.shipment-cost .tab-content article li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
  height: 7px;
  width: 7px;
  background: #fff;
  border-radius: 50%;
}

.shipment-cost .form-select {
  background: #002e6d url(../images/angle-down.svg) no-repeat right 1.4rem
    center / auto !important;
  border: solid rgba(255, 255, 255, 0.2) 1px !important;
  height: 50px;
  max-width: 330px;
  padding: 0 20px;
}

.order-total {
  background-color: #e0ebfa;
  padding: 30px 40px;
  border-radius: 0 0 50px 50px;
}

.order-total h2 small {
  font-size: 1rem;
  display: block;
  font-weight: 400;
  color: #222;
}

.order-total h2 {
  font-size: 1.875rem;
  line-height: 35px;
  color: #002e6d;
  font-weight: 700;
}

.radio-container {
  position: relative;
  margin-bottom: 20px;
  cursor: pointer;
  font-size: 1.375rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: solid rgba(255, 255, 255, 0.2) 1px !important;
  border-radius: 10px;
  line-height: 65px;
  overflow: hidden;
}

.radio-container img {
  width: 56px;
}

.radio-container-2 img {
  width: 30px;
}

.radio-container h6 {
  font-size: 1rem;
  font-weight: 500;
  line-height: 25px;
  position: relative;
  z-index: 1;
}

.radio-container h6 span {
  font-size: 0.85rem;
  font-weight: 400;
  display: block;
  opacity: 0.75;
}

.radio-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.checkmark {
  position: absolute;
  top: 50%;
  margin-top: -12px;
  right: 15px;
  height: 24px;
  width: 24px;
  border: solid #fff 2px;
  border-radius: 50%;
}

.radio-container-2 .checkmark {
  position: absolute;
  top: 0;
  right: auto;
  left: 0;
  height: 100%;
  width: 100%;
  border: none;
  border-radius: 10px;
  margin-top: 0;
}

.radio-container-2 div {
  height: 56px;
  width: 56px;
  display: grid;
  place-content: center;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  position: relative;
  z-index: 1;
}

.radio-container:hover input ~ .checkmark {
  background: rgba(255, 255, 255, 0.2);
}

.radio-container input:checked ~ .checkmark {
  background: url(../images/check.svg) no-repeat center center/ cover;
  border: solid #ffb819 2px;
}

.radio-container-2 input:checked ~ .checkmark {
  background: #ffb819;
  border: solid #ffb819 2px;
}

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.store-home {
  background: #f7f8ff;
}

.store-home article {
  border-radius: 15px;
  box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.06);
}

.store-home article .product-image img {
  -webkit-transition: 1s;
  -moz-transition: 1s;
  transition: 1s;
}

.store-home article:hover .product-image img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  transform: scale(1.1);
}

.store-home h6 {
  font-size: 1.1rem;
}

.store-home p {
  font-size: 1rem;
}

.store-home h4 {
  color: rgba(241, 172, 17, 1);
  font-weight: 700;
  font-size: 1.1rem;
}

.store-home .btn {
  color: #002e6d;
  border-color: #002e6d;
}

.store-home .btn:hover {
  color: #fff;
  background-color: #002e6d;
}

.store-home article section {
  border-top: #ddedf7 solid 1px;
}

.stamps-home section {
  background: #002e6d;
  border-radius: 40px;
}

.stamps-home section::after {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  content: "";
  background: url(../images/explore-stamps-bg.png) no-repeat center left/ cover;
}

.stamps-home section h2 {
  font-size: 3rem;
  /*font-size: 2.8rem*/
}

.stamps-home section p {
  font-size: 1.1rem;
  line-height: 36px;
}

.stamps-home section .btn-default:hover {
  background: #fff !important;
  color: #002e6d !important;
}

.business-offering-start h2 {
  font-size: 2.5rem;
  color: #002e6d;
}

.business-offering-start svg {
  font-size: 3.125rem;
  color: #ffb819;
}

.business-offering-2 section {
  padding: 40px 30px 0;
  border-radius: 30px;
  background: url(../images/distribute-bg.jpg);
  background-size: cover;
  border: #e7edff solid 1px;
}

.business-offering-2 span {
  display: grid;
  place-items: center;
  width: 80px;
  height: 80px;
  background: linear-gradient(rgba(41, 96, 168, 1), rgba(0, 47, 108, 1));
  border-radius: 50%;
}

.business-offering-2 section article {
  height: 370px;
  border-radius: 30px;
  overflow: hidden;
  position: relative;
}

.business-offering-2 section article img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.business-offering-2 section article div {
  background: linear-gradient(
    to bottom,
    rgba(0, 46, 109, 0) 0%,
    rgba(0, 46, 109, 0.3) 31%,
    rgba(0, 46, 109, 0.7) 68%,
    rgba(0, 46, 109, 0.71) 69%,
    rgba(0, 46, 109, 1) 100%
  );
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 40px 35px;
  width: 100%;
  height: 70%;
}

.business-offering-2 section article h3 {
  font-weight: 700;
}

.business-offering-2 section article h3 small {
  font-weight: 300;
  font-size: 0.9rem;
  display: block;
}

.business-offering-2-images {
  margin-bottom: -40px;
}

.partner-with-us li h2 {
  color: #ffb819;
}

.partner-with-us li h3 {
  color: #002e6d;
  font-size: 1rem;
  font-weight: 400;
}

/* -------------------home---------------------- */

.inner-banner {
  position: relative;
  background: linear-gradient(99deg, #e7f1ff 10%, rgba(231, 241, 255, 0) 62%);
}

.inner-banner:after {
  position: absolute;
  content: "";
  width: 24%;
  height: 100%;
  background: #002e6d;
  top: 0;
  right: 0;
}

.inner-banner::before {
  position: absolute;
  content: "";
  background: url(../images/banner-bg.png) no-repeat center;
  background-size: 100% auto;
  width: 50%;
  height: 100%;
  top: 0;
  left: 2%;
}

.inner-banner h1 {
  color: #002e6d;
  font-size: 3.4rem;
  font-weight: 900;
  margin-bottom: 0;
}

.inner-banner p {
  color: #6c7480;
  margin: 15px 0 0 0;
}

.inner-banner nav {
  padding: 10px 15px;
  border-radius: 7px;
  background: rgb(237 245 255);
}

.inner-banner .breadcrumb-item a {
  color: #002e6d;
}

.inner-banner .breadcrumb-item.active {
  color: #7b94b5;
}

.inner-img {
  width: 100%;
  position: relative;
  text-align: center;
  background: url(../images/banner-img-bg.png) no-repeat;
  background-size: auto 100%;
  background-position: center;
}

.inner-img .inner-icon {
  padding: 12px;
  border-radius: 10px;
  background: #fff;
  display: flex;
  align-items: center;
  gap: 12px;
  box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.1);
  position: absolute;
  right: 20px;
  top: 12%;
}

.inner-img .inner-icon-2 {
  right: auto;
  left: 20px;
  top: auto;
  bottom: 20%;
}

.inner-img .inner-icon span {
  display: block;
  background: #ffb819;
  padding: 10px;
  border-radius: 5px;
  width: 45px;
  flex-shrink: 0;
}

.inner-img .inner-icon span img {
  width: 100%;
}

.inner-img .inner-icon p {
  color: #6c7480;
  text-align: left;
  margin: 0;
  line-height: 1.5;
  font-size: 0.8rem;
  text-transform: capitalize;
}

.inner-img .inner-icon p strong {
  color: #2d3137;
  display: block;
  font-weight: 700;
  font-size: 1.125rem;
}

.inner-banner.inner-banner-2,
.arabic .inner-banner.inner-banner-2 {
  background: none;
}

.inner-banner.inner-banner-2::before {
  background: url(../images/banner-bg-2.png) no-repeat;
  background-size: auto 100%;
  background-position: top left;
  width: 100%;
  height: 120%;
  left: 0;
  top: -10%;
  opacity: 0.5;
}

.arabic .inner-banner.inner-banner-2::before {
  right: 0;
}

.inner-banner.inner-banner-2::after {
  display: none !important;
}

.inner-banner.inner-banner-2 .col-md-7 {
  min-height: 470px;
}

.inner-banner-2-img {
  position: absolute;
  top: 0;
  right: 0;
}

.inner-banner-2-img img {
  height: 470px;
  object-fit: cover;
  border-radius: 0 0 0 80px;
}

.arabic .inner-banner-2-img {
  right: auto;
  left: 0;
}

.arabic .inner-banner-2-img img {
  border-radius: 0 0 80px 0;
}

.inner-content .header-contnet {
  border-bottom: 1px solid #dae1f8;
}

.inner-content .header-contnet-in {
  border-left: 4px solid #002e6d;
}

.inner-content .header-contnet-in p {
  font-size: 1.125rem;
}

.benefitbox {
  display: flex;
}

.inner-content h2 {
  font-weight: 700;
}

.benefitbox span {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  flex-shrink: 0;
  width: 55px;
  height: 55px;
  margin-right: 90px;
  color: #fff;
  font-size: 1.4rem;
  border-radius: 50px;
  box-shadow: 0 0 0 1px #ffb819;
  border: 6px solid #fff;
  font-weight: 700;
  background: linear-gradient(180deg, #ffc900 0%, #eca912 100%);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}

.benefitbox:hover span {
  border: 3px solid #fff;
  box-shadow: 0 0 0 10px rgba(255, 182, 25, 0.5);
}

.benefitbox span:after {
  position: absolute;
  content: "";
  width: 50px;
  border-top: 1px solid #ffb819;
  top: 50%;
  left: 70px;
}

.benefitbox div {
  padding-top: 16px;
}

.benefitbox h6 {
  font-weight: 500;
}

.qp-premium {
  background: url(../images/qp-premium-bg.jpg);
  background-size: cover;
  padding: 25px;
  border-radius: 15px;
}

.qp-premium h5 {
  font-weight: 400;
  color: #fff;
  line-height: 1.5;
}

.qp-premium p {
  color: #fff;
  opacity: 0.85;
}

.qp-premium h5 strong {
  font-weight: 700;
  display: block;
}

.qp-premium .btn {
  border-radius: 25px;
  padding: 10px 20px;
  background: #ffb819 !important;
  color: #fff !important;
}

.qp-premium .btn:hover {
  background: #e29d09 !important;
  color: #fff !important;
}

.book-now {
  background: url(../images/book-now-bg.jpg);
  background-size: cover;
  padding: 25px;
  border-radius: 15px;
  border: 1px solid #bbdaef;
  position: sticky;
  top: 40px;
}

.book-now h5 {
  color: #002e6d;
}

.book-now .form-label {
  color: #565656;
}

.book-now .form-control {
  border-color: #fff;
  box-shadow: none;
  height: 50px;
  color: #6c7480;
}

.book-now .form-control:focus {
  border-color: #002e6d;
}

.book-now button {
  background: #002e6d !important;
  color: #fff !important;
  padding: 10px;
  height: 50px;
}

.book-now input[type="date"]::-webkit-calendar-picker-indicator,
.book-now input[type="time"]::-webkit-calendar-picker-indicator {
  cursor: pointer;
  opacity: 0.5;
}

.order-now {
  border-radius: 15px;
  padding: 0 40px;
  background: url(../images/order-bg.jpg);
  background-size: cover;
}

.order-now img {
  width: 250px;
  margin-top: -55px;
}

.order-now h4 span {
  color: #ffb819;
}

.order-now .btn {
  background: #fff !important;
  color: #002e6d !important;
  padding: 10px 25px;
}

.order-now .btn:hover {
  background: #ffb819 !important;
  color: #fff !important;
}

.quick-links {
  padding: 30px;
  border-radius: 20px;
  background: #f3f4ff;
}

.quick-links li {
  list-style: none;
  padding: 20px;
  border-right: 1px solid #dae1f8;
  border-bottom: 1px solid #dae1f8;
}

.quick-links li:nth-child(3n) {
  border-right: 0;
}

.quick-links li:nth-child(n + 4) {
  border-bottom: 0;
}

.quick-links li a {
  text-align: center;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.quick-links li a span {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 20px auto;
  width: 80px;
  height: 80px;
  font-size: 1.4rem;
  border-radius: 100px;
  background: #fff;
  box-shadow: 0px 15px 30px 0px rgba(0, 0, 0, 0.06);
  position: relative;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}

.quick-links li:hover a span {
  background: #ffb819;
}

.quick-links li a span svg {
  color: #ffb819;
  margin: 0;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}

.quick-links li:hover a span svg {
  color: #fff;
}

.quick-links li a span strong {
  position: absolute;
  background: #002e6d;
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  width: 25px;
  line-height: 25px;
  border-radius: 25px;
  text-align: center;
  top: 0;
  right: 0;
}

.quick-links li a h5 {
  font-size: 1.1rem;
  color: #2d3137;
}

.quick-links li a svg {
  color: #002e6d;
  margin: auto auto 0 auto;
  display: block;
}

.adds-carousel img {
  border-radius: 15px;
}

footer {
  background: #fff;
  border-top: 1px solid #dee6ef;
}

footer h5 {
  margin-bottom: 15px;
}

footer ul {
  padding: 0;
  margin: 0;
}

footer ul li {
  list-style: none;
  margin-bottom: 5px;
}

footer ul li a {
  color: #6c7480 !important;
  padding: 5px 0;
  display: inline-block;
}

footer ul li a:hover {
  color: #002e6d !important;
}

footer .copy-right {
  background: #f7f8fa;
}

footer ol {
  margin: 0;
  padding: 0;
  display: flex;
}

footer ol li {
  list-style: none;
  margin-right: 12px;
}

footer ol li a {
  border: 1px solid #e0ebfa;
  border-radius: 35px;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #002e6d;
}

footer ol li a:hover {
  border: 1px solid #002e6d;
  color: #fff;
  background: #002e6d;
}

.footer-store img {
  width: 200px;
}

.footer-store .footer-store-right img {
  width: 165px;
}

/* ------------all services------------ */
.inner-banner h6 {
  font-weight: 400;
  margin-bottom: 15px;
}

.inner-banner h6 span {
  display: inline-block;
  height: 2px;
  width: 50px;
  background: #ffb819;
  margin-right: 15px;
  position: relative;
  top: -6px;
}

.service-title {
  border-bottom: 1px solid #a1cde5;
}

.service-title h2 {
  color: #002e6d;
  font-weight: 900;
}

.service-title span {
  width: 75px;
  height: 75px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: linear-gradient(180deg, #ffc900 0%, #eca912 100%);
}

.service-title span img {
  width: 35px;
}

.all-service-box {
  display: flex;
  flex-direction: column;
  height: 100%;
  align-items: flex-start;
}

.all-service-box span {
  width: 70px;
  height: 70px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  background: linear-gradient(180deg, #2960a8 0%, #002f6c 100%);
  box-shadow: 0px 10px 30px 0px rgba(3, 51, 113, 0.35);
  position: relative;
  margin-bottom: 25px;
  -webkit-transition: 1s;
  -moz-transition: 1s;
  transition: 1s;
}

.all-service-box:hover span {
  -webkit-transform: rotateY(360deg);
  -moz-transform: rotateY(360deg);
  transform: rotateY(360deg);
}

.all-service-box span:after {
  position: absolute;
  content: "";
  width: 110%;
  height: 110%;
  border-radius: 100%;
  top: -12%;
  right: -10%;
  z-index: -1;
  border: 1px solid #ffb819;
}

.all-service-box span img {
  width: 30px;
}

.all-service-box span strong {
  position: absolute;
  background: #ffb819;
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  width: 25px;
  line-height: 25px;
  border-radius: 25px;
  text-align: center;
  top: -5px;
  left: -5px;
}

.all-service-box a {
  border: 1px solid #002e6d;
  color: #002e6d;
  display: inline-flex;
  align-items: center;
  margin-top: auto;
  padding: 10px 25px;
  border-radius: 30px;
}

.all-service-box a:hover {
  background: #002e6d;
  color: #ffffff;
}

.service-list {
  border-radius: 15px;
  background: #fff;
  box-shadow: 0px 8px 25px 0px rgba(0, 0, 0, 0.06);
  padding: 25px;
}

.service-list li {
  list-style: none;
  margin-bottom: 12px;
}

.service-list li:last-child {
  margin-bottom: 0;
}

.service-list li a {
  display: flex;
  align-items: center;
  gap: 15px;
  color: #6c7480;
  padding: 5px 0;
}

.service-list li a:hover {
  color: #002e6d;
}

.service-list li a img {
  width: 22px;
}

.service-list li a svg {
  margin-left: auto;
  color: #002e6d;
}

/* ------------all services------------ */

/* ------------Corporate PO Box------------ */
.inner-content hr {
  border-color: #dae1f8;
  background: #dae1f8;
  opacity: 1;
}

.custom-table {
  padding: 25px;
  border-radius: 15px;
  border: 1px solid #e7edff;
  box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.06);
}

.custom-table table {
  margin-bottom: 0;
}

.custom-table tr th,
.custom-table tr td {
  padding: 16px;
  color: #6c7480;
  vertical-align: middle;
}

.custom-table tr th {
  background: #e6edff;
  color: #002e6d;
  border-bottom: none;
}

.custom-table tr th:first-child {
  border-radius: 7px 0 0 7px;
}

.custom-table tr th:last-child {
  border-radius: 0 7px 7px 0;
}

.link-yellow {
  font-weight: 600;
  color: #ffb819;
}

.link-yellow:hover {
  text-decoration: underline;
}

.btn-outline-blue {
  border: 1px solid #002e6d;
  color: #002e6d;
  display: inline-flex;
  align-items: center;
  margin-top: auto;
  padding: 10px 25px;
  border-radius: 30px;
}

.btn-outline-blue:hover {
  background: #002e6d;
  color: #ffffff;
}

.details-list {
  padding: 0;
  margin: 0;
}

.details-list li {
  line-height: 1.8;
  margin-bottom: 16px;
  color: #6c7480;
  list-style: none;
  padding-left: 24px;
  background: url(../images/list-arrow.png) no-repeat;
  background-size: 8px auto;
  background-position: 0 7px;
}

.quick-links.po-box-services {
  padding: 20px 10px;
}

.quick-links.po-box-services li a span img {
  width: 30px;
}

.quick-links.po-box-services li:hover a span img {
  filter: brightness(0) invert(1);
}

.quick-links.po-box-services li {
  border-right: 1px solid #dae1f8 !important;
  border-bottom: none !important;
}

.quick-links.po-box-services li:last-child {
  border-right: none !important;
}

/* ------------Corporate PO Box------------ */

/* ------------Direct Mail------------ */
.additional-box span,
.requirement-box span {
  background: #002e6d;
  width: 90px;
  height: 90px;
}

.requirement-box span {
  width: 70px;
  height: 70px;
}

/* ------------Direct Mail------------ */

/* ------------Printing Services------------ */
.pricing-box {
  border-radius: 15px;
  background: linear-gradient(180deg, #2960a8 0%, #002f6c 100%);
  box-shadow: 0px 15px 35px 0px rgba(0, 0, 0, 0.06);
  padding: 30px;
  position: relative;
  height: 100%;
}

.pricing-box::before,
.pricing-box::after {
  position: absolute;
  content: "";
  width: 100px;
  height: 5px;
  border-radius: 5px;
  top: 30px;
  right: 30px;
  background: #002e6d;
}

.pricing-box::after {
  width: 50px;
  background: #ffb819;
}

.pricing-box span {
  width: 80px;
  height: 80px;
  background: linear-gradient(180deg, #13396c 0%, rgba(19, 57, 108, 0) 100%);
  -webkit-transition: 1s;
  -moz-transition: 1s;
  transition: 1s;
}

.pricing-box:hover span {
  background: linear-gradient(180deg, #ffb819 0%, #ffb819 100%);
  -webkit-transform: rotateY(360deg);
  -moz-transform: rotateY(360deg);
  transform: rotateY(360deg);
}

/* ------------Printing Services------------ */
/* ------------Philatelic Sponsorship------------ */
.pricing-clr {
  position: relative;
  padding: 30px;
  border-radius: 15px;
  background: #fff;
  box-shadow: -5px 15px 40px 0px rgba(0, 0, 0, 0.12);
  width: calc(100% - 40px);
  height: 100%;
}

.pricing-clr:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  right: -30px;
  top: 30px;
  z-index: -1;
  border-radius: 20px;
  background: linear-gradient(165deg, #ffa790 10.68%, #b74528 97.68%);
}

.pricing-clr h6 {
  color: #9f4027;
}

.pricing-clr.gold:after {
  background: linear-gradient(157deg, #cfbbfc 7.49%, #492c89 95.82%);
}

.pricing-clr.gold h6 {
  color: #492c89;
}

.pricing-clr.platinum:after {
  background: linear-gradient(168deg, #ffecc2 6.69%, #fab315 94.62%);
}

.pricing-clr.platinum h6 {
  color: #ffb819;
}

/* ------------Philatelic Sponsorship------------ */

.quick-links.po-box-services-2 {
  background: #002e6d;
  padding: 30px;
  border-radius: 20px;
}

.quick-links.po-box-services-2 li {
  border-right: 1px solid rgba(255, 255, 255, 0.2) !important;
  border-bottom: none !important;
}

.quick-links.po-box-services-2 li p {
  opacity: 0.75;
}

.inner-content .services .container {
  padding: 0;
}

@media all and (min-width: 768px) {
  .inner-banner.inner-banner-2 .col-md-7 {
    padding-right: 3rem;
  }

  .arabic .inner-banner.inner-banner-2 .col-md-7 {
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: 3rem;
  }
}

@media all and (min-width: 992px) {
  .navbar .has-megamenu {
    position: static !important;
  }

  .navbar .megamenu {
    left: 0;
    right: 0;
    width: 100%;
    margin-top: 0;
  }

  .top-menu .dropdown-menu {
    border: 0 none;
    display: block;
    padding: 0;
    width: auto;
    min-width: 230px;
    opacity: 0;
    position: absolute;
    right: auto;
    top: -2000px;
    -webkit-transform: translate3d(0px, -10px, 0px) scaleY(1);
    -moz-transform: translate3d(0px, -10px, 0px) scaleY(1);
    transform: translate3d(0px, -10px, 0px) scaleY(1);
    transform-origin: 50% 0 0;
    transition: transform 0.2s cubic-bezier(0.36, 0.66, 0.04, 1) 0s,
      opacity 0.2s linear 0s, top 0.25s step-end 0s,
      -webkit-transform 0.2s cubic-bezier(0.36, 0.66, 0.04, 1) 0s;
    z-index: 1;
  }

  .navbar .dropdown:hover .dropdown-menu {
    opacity: 1 !important;
    /* top: calc(100% - 5px); */
    top: 100%;
    -webkit-transform: translate3d(0px, 0px, 0px) scaleY(1);
    -moz-transform: translate3d(0px, 0px, 0px) scaleY(1);
    transform: translate3d(0px, 0px, 0px) scaleY(1);
    transition-delay: 0.2s;
    transition-duration: 0.45s, 0.3s, 0.45s, 0.45s;
    transition-property: transform, opacity, top, -webkit-transform;
    transition-timing-function: cubic-bezier(0.17, 0.67, 0.52, 1), linear,
      step-start, cubic-bezier(0.7, 0.67, 0.52, 1);
    z-index: 4;
  }

  .dropdown:hover .tech-mega {
    transition-duration: 0.65s, 0.4s, 0.65s, 0.65s;
  }
}

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

  .inner-banner.inner-banner-2 .col-md-7 {
    width: 55%;
  }

  .inner-banner-2-img {
    width: 45%;
  }
}

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

@media (min-width: 1900px) {
  .container {
    max-width: 1800px;
  }
}

@media (max-width: 1800px) {
  html,
  body {
    font-size: 16px;
  }
}

@media (max-width: 1600px) {
  html,
  body {
    font-size: 15px;
  }

  .navbar-brand img {
    width: 250px;
  }

  .inner-banner.inner-banner-2 .col-md-7 {
    min-height: 420px;
  }

  .inner-banner-2-img img {
    height: 420px;
  }

  .inner-img .inner-icon {
    padding: 10px;
    right: -20px;
  }

  .inner-img .inner-icon-2 {
    right: auto;
    left: -20px;
  }

  .inner-img img {
    width: 85%;
  }

  .order-now {
    padding: 0 30px;
  }

  .order-now img {
    width: 180px;
    margin-top: -40px;
  }

  .book-now .form-control,
  .book-now button {
    height: 45px;
  }

  .quick-links li a span {
    width: 75px;
    height: 75px;
  }

  .footer-store img {
    width: 180px;
  }

  .footer-store .footer-store-right img {
    width: 140px;
  }

  /* ------------Direct Mail------------ */
  .additional-box span {
    width: 70px;
    height: 70px;
  }

  /* ------------Direct Mail------------ */

  /* ------------Printing Services------------ */
  .pricing-box span {
    width: 70px;
    height: 70px;
  }

  .requirement-box span {
    width: 60px;
    height: 60px;
  }

  /* ------------Printing Services------------ */
  .features li div span {
    width: 80px;
    height: 80px;
  }

  .features li div span img {
    width: 35px;
  }

  .banner-icon img {
    width: 35px;
  }

  .banner-text::after {
    width: 65px;
    height: 65px;
  }

  .banner {
    min-height: 530px;
  }

  .book-now .form-control {
    font-size: 0.9rem;
  }
}

@media (max-width: 1399.98px) {
  .inner-banner h1 {
    font-size: 2.8rem;
  }

  .inner-banner.inner-banner-2 .col-md-7 {
    min-height: 390px;
  }

  .inner-banner-2-img img {
    height: 390px;
  }

  .qp-premium h5 strong {
    display: inline-block;
  }

  .qp-premium,
  .book-now {
    padding: 20px;
    border-radius: 12px;
  }

  .order-now h4 {
    font-size: 1.2rem;
  }

  /* -------------------home---------------------- */
  .banner {
    min-height: 490px;
  }

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

  .banner-image img {
    width: 70%;
  }

  .banner-icon img {
    width: 35px;
  }

  .banner-icon {
    left: 10%;
    bottom: 25%;
    padding: 12px;
  }

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

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

  .stamps-home section p {
    font-size: 1rem;
    line-height: 30px;
    margin: 0;
  }

  /* -------------------home---------------------- */
}

@media (max-width: 1199.98px) {
  .navbar-brand img {
    width: 200px;
  }

  .inner-banner.inner-banner-2 .col-md-7 {
    min-height: 320px;
  }

  .inner-banner-2-img img {
    height: 320px;
  }

  .inner-content .header-contnet-in p {
    font-size: 1.1rem;
  }

  .inner-img .inner-icon {
    display: none;
  }

  .benefitbox span {
    width: 35px;
    height: 35px;
    margin-right: 40px;
    font-size: 1rem;
    border: 3px solid #fff;
  }

  .benefitbox span:after {
    width: 22px;
    left: 41px;
  }

  .benefitbox div {
    padding-top: 7px;
  }

  .book-now .form-control {
    height: 40px;
  }

  .order-now {
    padding: 0 18px;
  }

  .order-now img {
    width: 140px;
    margin-top: 20px;
  }

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

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

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

  .quick-links {
    padding: 20px;
  }

  .quick-links li {
    padding: 15px;
  }

  .quick-links li a span {
    width: 62px;
    height: 62px;
    font-size: 1.2rem;
  }

  .quick-links li a span strong {
    width: 20px;
    line-height: 20px;
    font-size: 9px;
  }

  /* ------------all services------------ */
  .service-title span {
    width: 65px;
    height: 65px;
  }

  .service-title span img {
    width: 25px;
  }

  .all-service-box span {
    width: 60px;
    height: 60px;
  }

  .all-service-box span img {
    width: 20px;
  }

  /* ------------all services------------ */

  /* ------------Corporate PO Box------------ */
  .quick-links.po-box-services li {
    border-bottom: 1px solid #dae1f8 !important;
  }

  .quick-links.po-box-services-2 li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2) !important;
  }

  .quick-links.po-box-services li:nth-child(2n),
  .quick-links.po-box-services-2 li:nth-child(2n) {
    border-right: none !important;
  }

  .quick-links.po-box-services li:nth-child(n + 3),
  .quick-links.po-box-services-2 li:nth-child(n + 3) {
    border-bottom: none !important;
  }

  .quick-links.po-box-services {
    padding: 20px 30px;
  }

  /* ------------Corporate PO Box------------ */

  /* ------------Printing Services------------ */
  .pricing-box {
    padding: 20px;
  }

  .pricing-box::before,
  .pricing-box::after {
    display: none;
  }

  /* ------------Printing Services------------ */
  /* ------------Philatelic Sponsorship------------ */
  .pricing-clr {
    padding: 20px;
  }

  /* ------------Philatelic Sponsorship------------ */
  /* -------------------home---------------------- */
  .banner {
    min-height: 450px;
  }

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

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

  .banner-image img {
    width: 80%;
  }

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

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

  .banner-icon img {
    width: 32px;
  }

  .banner-icon {
    left: 13%;
    bottom: 17%;
  }

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

  .banner-text::after {
    width: 55px;
    height: 55px;
    left: 50%;
  }

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

  .business-offering-start h2 {
    font-size: 2rem;
  }

  /* -------------------home---------------------- */
}

@media (max-width: 991.98px) {
  header {
    background: #fff;
  }

  .inner-banner.inner-banner-2 .col-md-7 {
    min-height: 270px;
  }

  .inner-banner-2-img img {
    height: 270px;
  }

  .navbar-brand img {
    width: 190px;
    margin: 10px 0;
  }

  .navbar .container {
    position: relative;
  }

  .header-right {
    margin-right: 70px;
  }

  .navbar-nav .nav-link {
    padding: 10px 0;
  }

  h6.title {
    color: #7a828d;
    font-size: 1rem;
  }

  .navbar .dropdown-menu a {
    color: #6c7480 !important;
  }

  .col-megamenu p {
    color: #6c7480 !important;
    font-size: 1rem;
  }

  .navbar .dropdown-menu {
    background: none !important;
    box-shadow: none !important;
    padding: 0 0 0 15px;
  }

  .top-menu .dropdown-menu .dropdown-item {
    padding: 8px 0;
  }

  .navbar .dropdown-menu section {
    padding: 0;
    background: none;
    box-shadow: none;
  }

  .navbar .dropdown-menu section > .row {
    margin: 0;
  }

  .navbar .dropdown-menu section .bg-dark {
    background: none !important;
    padding: 0 !important;
  }

  .navbar .dropdown-menu section hr {
    display: none;
  }

  .navbar .megamenu .col-lg-3 {
    padding: 15px 0 7px 0;
    margin: 0 !important;
    border-bottom: 1px solid #d8dfe9 !important;
  }

  .navbar .navbar-toggler {
    filter: brightness(1) invert(1);
    position: absolute;
    right: 10px;
    top: 14px;
  }

  .navbar-collapse {
    position: absolute;
    top: 100%;
    width: 100%;
    background: #fff;
    z-index: 9;
    left: 0;
    padding: 15px 15px;
    border-radius: 0 0 6px 6px;
    box-shadow: 0px 15px 20px rgba(0, 0, 0, 0.1);
  }

  .megamenu {
    padding: 0 0 25px;
  }

  .megamenu .container {
    padding: 0;
  }

  .megamenu .border-start {
    border: none !important;
  }

  .megamenu .col {
    flex: auto;
  }

  .header-right .btn {
    padding: 0 15px;
    line-height: 38px;
    height: 40px;
    text-align: center !important;
  }

  .myBtn {
    width: 40px;
    height: 40px;
  }

  .navbar.fixed-top .navbar-collapse,
  .navbar.sticky-top .navbar-collapse {
    overflow-y: auto;
    max-height: 90vh;
    margin-top: 10px;
  }

  .inner-banner h1 {
    font-size: 2rem;
  }

  .quick-links li {
    padding: 20px;
    border-right: 1px solid #dae1f8;
    border-bottom: 1px solid #dae1f8;
  }

  .quick-links li:nth-child(n + 4) {
    border-bottom: 1px solid #dae1f8;
  }

  .quick-links li:nth-child(3n) {
    border-right: 1px solid #dae1f8;
  }

  .quick-links li:nth-child(2n) {
    border-right: 0;
  }

  .quick-links li:nth-child(n + 5) {
    border-bottom: 0;
  }

  .footer-store img {
    width: 140px;
  }

  .footer-store .footer-store-right img {
    width: 110px;
  }

  .fullScreen {
    top: 62px;
  }

  .custom-table {
    padding: 18px;
  }

  /* -------------------home---------------------- */
  .banner {
    min-height: 320px;
  }

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

  .banner-icon {
    display: none !important;
  }

  .banner-image {
    width: 55%;
  }

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

  .services section li:nth-child(2n) {
    border-right: none;
  }

  .services section li:nth-child(3n) {
    border-right: 1px solid #dae1f8;
  }

  .services section li:nth-child(n + 4) {
    border-bottom: 1px solid #dae1f8;
  }

  .services section li:last-child {
    border-right: none;
  }

  .services section li:nth-child(n + 5) {
    border-bottom: none;
  }

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

  .stamps-home .col-lg-5 img {
    display: none;
  }

  /* -------------------home---------------------- */
}

@media (max-width: 767.98px) {
  .inner-banner {
    padding: 20px 0;
  }

  .inner-banner h1 {
    font-size: 1.7rem;
  }

  .inner-banner:after {
    display: none;
  }

  .order-now img {
    display: none;
  }

  .footer-store img {
    width: 115px;
  }

  .footer-store .footer-store-right img {
    width: 95px;
  }

  .inner-banner {
    background: #e7f1ff;
  }

  .inner-banner::before {
    left: auto;
    right: 4%;
  }

  /* ------------all services------------ */
  .all-service-box {
    padding-bottom: 15px;
  }

  /* ------------all services------------ */
  /* -------------------home---------------------- */
  .banner {
    flex-direction: column;
  }

  .banner h2 {
    font-size: 40px;
    line-height: normal;
  }

  .banner p {
    font-size: 16px;
  }

  .banner::after {
    height: 260px;
    width: 260px;
    bottom: 11%;
    opacity: 0.5;
  }

  .banner-image-main {
    width: 100%;
  }

  .banner-image {
    width: 100%;
    height: 240px;
    position: relative !important;
    max-width: 510px;
    margin: 0 auto 30px auto;
    border-radius: 20px;
  }

  .banner-image img {
    margin-left: 0;
  }

  .banner-icon {
    display: flex !important;
    left: 5%;
    bottom: 10%;
    padding: 8px;
    border-radius: 5px;
  }

  .banner-icon img {
    width: 28px;
  }

  .banner-icon-2 {
    left: auto;
    right: 5%;
    bottom: auto;
    top: 30%;
  }

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

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

  .banner-text {
    text-align: center;
  }

  .banner h2 {
    font-size: 30px;
  }

  .btn-default {
    padding: 12px 22px;
  }

  .tracking-search p {
    font-size: 13px;
  }

  .radio-container {
    display: block !important;
  }

  /* -------------------home---------------------- */
}

@media (max-width: 575.98px) {
  header .container {
    padding: 0 16px;
  }

  .navbar-brand img {
    width: 180px;
  }

  .header-right {
    margin-right: 60px;
  }

  .select {
    width: 80px;
  }

  .select label,
  .select_label {
    font-size: 0 !important;
  }

  .inner-content .header-contnet-in {
    border-left: none;
    /* text-align: center; */
    padding-left: 0 !important;
  }

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

  .benefitbox {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .benefitbox span {
    margin-right: 0;
    margin-bottom: 10px;
  }

  .benefitbox span:after {
    display: none;
  }

  .inner-content .h5,
  .inner-content h5 {
    font-size: 1.1rem;
  }

  .quick-links {
    padding: 10px 30px;
  }

  .quick-links li {
    padding: 20px 16px;
    border-right: 0 !important;
    border-bottom: 1px solid #dae1f8 !important;
  }

  .quick-links li:last-child {
    border-bottom: 0 !important;
  }

  .adds-carousel img {
    border-radius: 7px;
  }

  .qp-premium,
  .book-now h5 {
    text-align: center;
  }

  .book-now h5 {
    font-size: 1.2rem;
  }

  footer ol {
    justify-content: center;
    flex-wrap: wrap;
  }

  footer ol li,
  .arabic footer ol li {
    margin: 0 5px !important;
  }

  .footer-store img {
    width: 60%;
    max-width: 200px;
  }

  .footer-store .footer-store-right img {
    width: 110px;
  }

  .footer-store p {
    width: 100%;
    text-align: center;
  }

  .inner-banner {
    padding: 10px 0;
  }

  .inner-banner .breadcrumb {
    justify-content: center;
  }

  .inner-banner .breadcrumb .breadcrumb-item,
  .inner-banner .breadcrumb .breadcrumb-item a {
    font-size: 14px;
  }

  /* .container,
  .container-fluid {
    --bs-gutter-x: 3rem;
  } */

  /* ------------all services------------ */
  .inner-banner h6 span,
  .service-title span {
    display: none;
  }

  .service-title {
    justify-content: center;
  }

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

  .all-service-box {
    align-items: center;
  }

  /* ------------all services------------ */

  /* ------------Corporate PO Box------------ */
  .details-list {
    flex-direction: column;
    align-items: center;
  }

  .details-list li {
    background: none;
    padding: 0 15px 15px 15px;
    margin-bottom: 15px;
    border-bottom: 1px dashed #d7e1ea;
    text-align: center;
  }

  .details-list li:last-child {
    border-bottom: none;
    margin-bottom: 0;
  }

  .quick-links.po-box-services {
    padding: 0 30px;
  }

  .quick-links.po-box-services li {
    border-right: none !important;
    border-bottom: 1px solid #dae1f8 !important;
  }

  .quick-links.po-box-services-2 li {
    border-right: none !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2) !important;
  }

  .quick-links.po-box-services li:nth-child(n + 3) {
    border-bottom: 1px solid #dae1f8 !important;
  }

  .quick-links.po-box-services-2 li:nth-child(n + 3) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2) !important;
  }

  .quick-links.po-box-services li:last-child,
  .quick-links.po-box-services-2 li:last-child {
    border-bottom: none !important;
  }

  /* ------------Corporate PO Box------------ */
  /* ------------Direct Mail------------ */
  .additional-box span,
  .requirement-box span {
    width: 50px;
    height: 50px;
  }

  /* ------------Direct Mail------------ */

  /* ------------Printing Services------------ */
  .pricing-box {
    text-align: center;
  }

  .pricing-box span {
    margin: 0 auto;
  }

  /* ------------Printing Services------------ */
  /* ------------Philatelic Sponsorship------------ */
  .pricing-clr {
    width: calc(100% - 20px);
    text-align: center;
  }

  .pricing-clr:after {
    right: -20px;
    top: 20px;
    border-radius: 15px;
  }

  /* ------------Philatelic Sponsorship------------ */
  /* -------------------home---------------------- */

  .banner-image {
    border-radius: 12px;
    max-width: calc(100% - 30px);
    margin: 0 auto 22px auto;
  }

  .banner-image img {
    max-height: 95%;
  }

  .banner-icon {
    display: none !important;
  }

  .banner h2 {
    font-size: 26px;
    line-height: normal;
  }

  .services section li {
    border-bottom: 1px solid #dae1f8 !important;
    padding: 30px 20px;
  }

  .services section li:last-child {
    border-bottom: none !important;
  }

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

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

  .shipment-cost .tab-content section {
    padding: 25px 20px;
  }

  .shipment-cost .tab-content section .row > * {
    width: 50%;
  }

  .shipment-cost .tab-content section .row {
    --bs-gutter-x: 10px;
  }

  .shipment-cost .form-select {
    max-width: none;
  }

  .shipment-cost .nav-tabs .nav-link {
    width: 150px;
  }

  .radio-container h6 span {
    font-size: 14px;
  }

  .order-total h2 {
    font-size: 25px;
    line-height: 30px;
  }

  .order-total .btn-default {
    padding: 15px 20px !important;
  }

  .shipment-cost .tab-content section {
    border-radius: 0px 20px 0 0;
  }

  .order-total {
    border-radius: 0 0 20px 20px;
    padding: 20px;
  }

  .shipment-cost .nav-tabs .nav-link {
    font-size: 16px;
  }

  .business-offering-start h2,
  .business-offering-2 h2,
  .partner-with-us h2 {
    text-align: left;
    font-size: 1.3rem;
  }

  .business-offering-2 h3 {
    font-size: 1.1rem;
  }

  .business-offering-start svg {
    font-size: 30px;
  }

  .features li div span,
  .services section li a span {
    width: 70px;
    height: 70px;
  }

  .features li div {
    width: 100px;
    height: 100px;
  }

  .services section li a span {
    border-radius: 12px;
  }

  .features li div span img,
  .services section li a span img {
    width: 25px;
  }

  .services section {
    padding: 20px;
    border-radius: 15px;
  }

  .services section li a span strong {
    font-size: 0.7rem;
    width: 25px;
    line-height: 25px;
  }

  .stamps-home section {
    border-radius: 20px;
    text-align: center;
    padding: 30px 20px !important;
  }

  .business-offering-2 span {
    margin: 0 auto;
  }

  .business-offering-2 span {
    width: 65px;
    height: 65px;
  }

  .business-offering-2 span img {
    width: 25px;
  }

  .business-offering-2 section {
    padding: 25px 25px 0;
    border-radius: 20px;
  }

  .business-offering-2 section article {
    height: 240px;
    border-radius: 15px;
  }

  .business-offering-2 section article svg {
    display: none;
  }

  .business-offering-2 section article div {
    padding: 20px;
    justify-content: center !important;
  }

  .services section li {
    border-right: none !important;
  }

  .store-home article {
    text-align: center;
  }

  .all-servies h3 {
    font-size: 1.3rem;
  }

  .inner-content .header-contnet-in p {
    font-size: 1rem;
  }
}

/* -------------------home---------------------- */
@media (max-width: 520px) {
  .shipment-cost .tab-content section .row > * {
    width: 100%;
  }

  .radio-container {
    display: flex !important;
    padding-right: 45px !important;
  }

  .radio-container-2 {
    padding-right: 15px !important;
  }

  .radio-container img {
    width: 50px;
  }

  .radio-container-2 div {
    height: 50px;
    width: 50px;
    margin-bottom: 0 !important;
  }

  .radio-container-2 div img {
    width: 25px;
  }
}

@media (max-width: 340px) {
  .book-now .col-6 {
    width: 100%;
  }

  .navbar-brand img {
    width: 150px;
    margin: 16px 0;
  }

  .myBtn {
    width: 34px;
    height: 34px;
  }

  .radio-container h6 span {
    font-size: 13px;
  }
}

.spinner {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9999;
}

#SpinnerOverlay {
  display: none;
  z-index: 9998;
}

#SpinnerOverlay .spinner-box {
  width: auto;
  height: auto;
  position: fixed;
  top: 50%;
  left: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  gap: 12px;
  transform: translate(-50%, -50%);
  z-index: 9999;
}

#SpinnerOverlay .spinner-box img {
  width: 100px;
}

#overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9998;
}

/*#SpinnerOverlay {
  display: none;
}*/

.spinner:before {
  content: "";
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 4px solid #ccc;
  border-top-color: #333;
  animation: spin 0.8s infinite linear;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

#overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9998;
}

/* ---------------------Arabic--------------------- */
/* @import url('https://fonts.googleapis.com/css2?family=Rubik:wght@300;400;500;700;900&display=swap'); */

body.arabic {
  /* font-family: 'Rubik', sans-serif; */
  font-family: Helvetica, Arial, sans-serif;
  text-align: right;
}

.arabic .top-bar form {
  justify-content: flex-start;
}

.arabic .select_items {
  text-align: left;
}

.arabic .select_label {
  padding-left: 0;
  padding-right: 20px;
}

.arabic .navbar-expand-lg .navbar-nav {
  flex-direction: row-reverse;
}

.arabic .navbar .nav-item:last-child .dropdown-menu {
  right: auto;
  left: auto;
}

.arabic .inner-banner:after {
  right: auto;
  left: 0;
}

.arabic .top-menu li,
.arabic .top-menu a,
.arabic .top-menu h6,
.arabic .top-menu p {
  text-align: right;
}

.arabic section .bg-dark ul li a {
  display: flex;
  flex-direction: row-reverse;
}

.arabic section .bg-dark ul li a svg {
  margin: 0 0 0 10px;
  -webkit-transform: scaleX(-1);
  -moz-transform: scaleX(-1);
  transform: scaleX(-1);
}

.arabic .inputBox {
  flex-direction: row-reverse;
}

.arabic .inputBox button svg {
  -webkit-transform: scaleX(-1);
  -moz-transform: scaleX(-1);
  transform: scaleX(-1);
}

.arabic .inputBox input {
  text-align: right;
  padding-left: 0;
  padding-right: 15px;
}

.arabic .inner-banner {
  background: linear-gradient(-99deg, #e7f1ff 10%, rgba(231, 241, 255, 0) 62%);
}

.arabic .inner-img {
  background: url(../images/banner-img-bg-ar.png) no-repeat;
  background-size: auto 100%;
  background-position: center;
}

.arabic .inner-img .inner-icon {
  flex-direction: row-reverse;
  right: auto;
  left: 20px;
}

.arabic .inner-img .inner-icon-2 {
  left: auto;
  right: 20px;
}

.arabic .inner-img .inner-icon p {
  text-align: right;
}

.arabic .inner-banner h6 span {
  margin-left: 15px;
}

.arabic .inner-banner::before {
  left: auto;
  right: 2%;
  -webkit-transform: scaleX(-1);
  -moz-transform: scaleX(-1);
  transform: scaleX(-1);
}

.arabic .inner-banner .breadcrumb {
  flex-direction: row-reverse;
}

.arabic .inner-banner .breadcrumb li:first-child {
  padding-left: var(--bs-breadcrumb-item-padding-x);
}

.arabic .inner-banner .breadcrumb li:first-child:before {
  display: block;
  float: left;
  padding-right: var(--bs-breadcrumb-item-padding-x);
  color: var(--bs-breadcrumb-divider-color);
  content: var(--bs-breadcrumb-divider, "/");
}

.arabic .inner-banner .breadcrumb li:last-child {
  padding-left: 0;
}

.arabic .inner-banner .breadcrumb li:last-child:before {
  display: none;
}

.arabic .all-service-box {
  align-items: flex-end;
}

.arabic .all-service-box a {
  flex-direction: row-reverse;
}

.arabic .all-service-box a svg {
  -webkit-transform: scaleX(-1);
  -moz-transform: scaleX(-1);
  transform: scaleX(-1);
  margin: 0 7px 0 0 !important;
}

.arabic .service-list li a {
  flex-direction: row-reverse;
}

.arabic .service-list li a svg {
  margin-left: 0;
  margin-right: auto;
  -webkit-transform: scaleX(-1);
  -moz-transform: scaleX(-1);
  transform: scaleX(-1);
}

.arabic footer h5,
.arabic footer h6,
.arabic footer p,
.arabic footer li {
  text-align: right;
}

.arabic footer ol {
  justify-content: flex-end;
}

.arabic .inner-content .header-contnet-in {
  border-left: none;
  border-right: 4px solid #002e6d;
}

.arabic .benefitbox {
  flex-direction: row-reverse;
}

.arabic .benefitbox span {
  margin-right: 0;
  margin-left: 90px;
}

.arabic .benefitbox span:after {
  left: auto;
  right: 70px;
}

.arabic .quick-links li {
  border-right: none;
  border-left: 1px solid #dae1f8;
}

.arabic .quick-links li:nth-child(3n) {
  border-left: none;
}

.arabic .pricing-box {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.arabic .pricing-box::before,
.arabic .pricing-box::after {
  right: auto;
  left: 30px;
}

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

.arabic .quick-links.po-box-services li {
  border-left: none;
  border-right: 1px solid #dae1f8 !important;
  border-bottom: none !important;
}

.arabic .quick-links.po-box-services-2 li {
  border-left: none;
  border-right: 1px solid rgba(255, 255, 255, 0.2) !important;
  border-bottom: none !important;
}

.arabic .quick-links.po-box-services li:first-child {
  border-right: none !important;
}

.arabic .banner-image {
  border-radius: 0 400px 400px 0;
}

.arabic .tracking-search section {
  border-radius: 15px 0 15px 15px;
}

.arabic .banner::after {
  right: 0;
}

.arabic .banner-icon {
  left: 13%;
  bottom: 23%;
}

.arabic .banner-icon-2 {
  left: auto;
  right: 8%;
  bottom: auto;
  top: 29%;
}

.arabic .tracking-search span::after {
  left: -32px;
  right: auto;
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}

.arabic .services section li a span strong {
  right: -5px;
  left: auto;
}

.arabic .services section li {
  border-left: 1px solid #dae1f8;
  border-right: 0;
}

.arabic .services section li:nth-child(3n) {
  border-left: 0;
}

.arabic .shipment-cost .tab-content section {
  border-radius: 50px 0 0 0;
}

.arabic .checkmark {
  left: 15px;
  right: auto;
}

.arabic .radio-container-2 .checkmark {
  left: 0;
}

.arabic .shipment-cost .tab-content article li {
  padding: 0 20px 0 0 !important;
}

.arabic .shipment-cost .tab-content article li::before {
  right: 0;
  left: auto;
}

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

.arabic .tracking-search .input-group .form-control {
  border-radius: 0 5px 5px 0 !important;
}

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

.arabic .banner-image img {
  margin-left: 0;
}

@media (max-width: 1600px) {
  .arabic .inner-img .inner-icon {
    left: -20px;
  }

  .arabic .inner-img .inner-icon-2 {
    left: auto;
    right: -20px;
  }
}

@media (max-width: 1199.98px) {
  .arabic .quick-links.po-box-services li:nth-child(1),
  .arabic .quick-links.po-box-services li:nth-child(2) {
    border-bottom: 1px solid #dae1f8 !important;
  }

  .arabic .quick-links.po-box-services-2 li:nth-child(1),
  .arabic .quick-links.po-box-services-2 li:nth-child(2) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2) !important;
  }

  .arabic .quick-links.po-box-services li:nth-child(3) {
    border-right: none !important;
  }

  .arabic .banner-icon {
    left: 7%;
    bottom: 18%;
  }

  .arabic .banner-icon-2 {
    left: auto;
    right: 5%;
    bottom: auto;
    top: 33%;
  }
}

@media (max-width: 991.98px) {
  .arabic .navbar-expand-lg .navbar-nav {
    flex-direction: column;
  }

  .arabic .navbar .navbar-brand {
    margin: 0;
  }

  .arabic .navbar .navbar-toggler {
    right: auto;
    left: 10px;
  }

  .arabic .header-right {
    margin-right: 0;
    justify-content: flex-end;
  }

  .arabic .quick-links li:nth-child(2n) {
    border-left: 0;
  }

  .arabic .quick-links li:nth-child(3n) {
    border-left: 1px solid #dae1f8;
  }

  .arabic .quick-links.po-box-services li:nth-child(3n) {
    border-left: none;
  }

  .arabic .services section li:nth-child(2n) {
    border-left: none;
  }

  .arabic .services section li:nth-child(3n) {
    border-left: 1px solid #dae1f8;
  }

  .arabic .services section li:nth-child(n + 4) {
    border-bottom: 1px solid #dae1f8;
  }

  .arabic .services section li:last-child {
    border-left: none;
  }

  .arabic .services section li:nth-child(n + 5) {
    border-bottom: none;
  }
}

@media (max-width: 767.98px) {
  .arabic .banner-image {
    border-radius: 20px;
  }
}

@media (max-width: 575.98px) {
  .arabic .all-service-box {
    align-items: center;
  }

  .arabic footer h5,
  .arabic footer h6,
  .arabic footer p,
  .arabic footer li {
    text-align: center;
  }

  .arabic footer ol {
    justify-content: center;
  }

  .arabic .inner-banner nav {
    margin: 0 auto;
  }

  .arabic .inner-content .header-contnet-in {
    border-right: none;
    padding-right: 0 !important;
  }

  .arabic .benefitbox {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .arabic .benefitbox span {
    margin-left: 0;
    margin-bottom: 10px;
  }

  .arabic .quick-links li {
    border-left: none !important;
  }

  .arabic .pricing-box {
    align-items: center;
  }

  .arabic .details-list li {
    background: none;
    padding: 0 15px 15px 15px;
  }

  .arabic .quick-links.po-box-services li {
    border-right: none !important;
  }

  .arabic .services section li {
    border-left: none !important;
  }
}

/* ---------------------Arabic--------------------- */

/* ---------------------Fulfillment Solutions--------------------- */
.blue-italic {
  color: #002e6d;
  font-style: italic;
}

.fullfilment-path {
  border: 1px solid #c5e1f9;
  border-radius: 12px;
  padding: 30px;
  height: 100%;
}

.fullfilment-path img {
  width: auto;
  height: 100px;
  -webkit-transition: 1s;
  -moz-transition: 1s;
  transition: 1s;
}

.fullfilment-path:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  transform: scale(1.1);
}

.fullfilment-path h6 {
  line-height: 1.7;
  font-weight: 500;
}

.fullfilment-path p {
  color: #e0f0ff;
  opacity: 0.6;
}

.fullfilment-data .custom-table tr td {
  min-width: 170px;
}

.fullfilment-data .custom-table tr td:first-child {
  min-width: 400px;
}

.ecommerce-benefits .benefitbox span {
  box-shadow: 0 0 0 1px #002e6d;
  background: linear-gradient(180deg, #2960a8 0%, #002f6c 100%);
}

.ecommerce-benefits .benefitbox:hover span {
  border: 3px solid #fff;
  box-shadow: 0 0 0 10px rgba(41, 96, 168, 0.3);
}

.ecommerce-benefits .benefitbox span:after {
  border-top: 1px solid rgba(41, 96, 168, 0.3);
}

.ecommerce-gcc ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

.ecommerce-gcc ul li {
  display: flex;
  align-items: center;
  gap: 12px;
}

.ecommerce-gcc ul li img {
  width: 30px;
  height: 30px;
  object-fit: cover;
}

.ecommerce-process ul li {
  display: flex;
  align-items: center;
  gap: 20px;
  padding-bottom: 30px;
}

.ecommerce-process ul li p {
  margin: 0;
  font-weight: 500;
}

.ecommerce-process ul li h6 {
  width: 41px;
  border-radius: 35px;
  text-align: center;
  line-height: 35px;
  display: block;
  border: 3px solid #fff;
  color: #fff;
  flex-shrink: 0;
  margin: 0 90px 0 0;
  background: linear-gradient(180deg, #2960a8 0%, #002f6c 100%);
  box-shadow: 0 0 0 1px #002e6d;
  position: relative;
}

.ecommerce-process ul li h6:after {
  position: absolute;
  content: "";
  width: 60px;
  height: 100%;
  top: 0;
  right: -80px;
  background: url(../images/ecommerce-arrow.png) no-repeat;
  background-size: 100% auto;
  background-position: center;
}

.ecommerce-process ul li span {
  width: 55px;
  height: 55px;
  display: flex;
  border-radius: 45px;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  background: linear-gradient(180deg, #2960a8 0%, #002f6c 100%);
}

.ecommerce-process ul li span img {
  width: auto;
  height: 25px;
}

@media (max-width: 1199.98px) {
  .ecommerce-gcc ul {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 575.98px) {
  .ecommerce-gcc ul {
    grid-template-columns: repeat(2, 1fr);
  }

  .ecommerce-process ul li {
    flex-direction: column;
    text-align: center;
    padding-bottom: 25px;
  }

  .ecommerce-process ul li h6 {
    display: none;
  }
}

/* ---------------------Fulfillment Solutions--------------------- */

/*-------------------ecommerce-solutions-pricing--------------*/
.pricing .card {
  border: none;
  border-radius: 30px;
  transition: all 0.2s;
  border: solid #dfebfa 1px;
  box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.1);
}

.pricing hr {
  margin: 1.5rem 0;
}

.pricing .card-title {
  margin: 0.5rem 0;
  letter-spacing: 0.1rem;
  font-weight: 400;
  height: 99px;
  color: #fff !important;
  background: linear-gradient(
    to bottom,
    rgba(255, 201, 0, 1) 0%,
    rgba(236, 169, 18, 1) 100%
  );
  border-radius: 25px 25px 2px 2px;
  box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.1);
  display: grid;
  place-items: center;
}

.pricing .btn {
  background: #ffb819;
  border: none;
}

.pricing .badge {
  font-size: 15px;
}

.pricing small {
  font-size: 1.4rem;
  position: relative;
  top: -17px;
  font-weight: 700;
  left: -2px;
}

.card-price-dollar small {
  font-size: 1.8rem;
  top: -13px;
}

.pricing li {
  color: #848199;
}

.pricing li span {
  color: #ffb819;
}

.standard .card-title {
  background: linear-gradient(
    to bottom,
    rgba(41, 96, 168, 1) 0%,
    rgba(0, 47, 108, 1) 100%
  );
}

.standard .btn {
  background: #063675;
}

.standard li span {
  color: #063675;
}

.premium .card-title {
  background: linear-gradient(
    to bottom,
    rgba(151, 193, 192, 1) 1%,
    rgba(128, 164, 163, 1) 100%
  );
}

.premium .btn {
  background: #81a6a5;
}

.premium li span {
  color: #81a6a5;
}

.pricing .card-price {
  font-size: 3rem;
  margin: 0;
}

.pricing .card-price .period {
  font-size: 15px;
}

.pricing ul li {
  margin-bottom: 1rem;
}

.pricing .text-muted {
  opacity: 0.7;
}

.pricing .btn {
  letter-spacing: 0.1rem;
  font-weight: 400;
  padding: 1rem;
  opacity: 0.7;
  transition: all 0.2s;
}

@media (min-width: 992px) {
  .pricing .card:hover {
    margin-top: -0.25rem;
    margin-bottom: 0.25rem;
    box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.3);
  }

  .pricing .card:hover .btn {
    opacity: 1;
  }
}

/*-------------------ecommerce-solutions-pricing--------------*/

/*-------------------Makan E--------------*/
.makane-table .custom-table td,
.makane-table .custom-table th {
  border-radius: 0 !important;
  border: 1px solid #d3d9e9;
}

.publisher-table img {
  width: 40px;
}

.publisher-table.custom-table tr th,
.publisher-table.custom-table tr td {
  padding: 10px;
  font-size: 0.9rem;
}

.publisher-table li {
  position: relative;
  padding: 3px 0 3px 15px;
}

.publisher-table li:before {
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  background: #ffb819;
  border-radius: 10px;
  top: 10px;
  left: 0;
}

.before-none:before {
  display: none;
}

/* arabic */
.arabic .publisher-table li {
  padding: 3px 15px 3px 0;
}

.arabic .publisher-table li:before {
  left: auto;
  right: 0;
}

/* arabic */

/*-------------------Makan E--------------*/

/*---------------------------RMS-----------------------*/
.rms-benefitbox span:after {
  display: none;
}

.rms-benefitbox span {
  margin-right: 20px;
}

.rms-benefitbox div {
  padding-top: 0;
}

.rms-benefitbox {
  padding: 20px 25px;
  height: 100%;
}

.rms-benefitbox p {
  font-size: 18px;
}

.certificate-area {
  --bs-columns: 7;
  grid-template-rows: repeat(var(--bs-rows, 1), 1fr);
  grid-template-columns: repeat(var(--bs-columns, 12), 1fr);
  gap: var(--bs-gap, 1.5rem);
}

.rms-title img {
  height: 50px;
}

.rms-ul li span {
  color: #063675;
}

.rms-ul li {
  position: relative;
  margin-bottom: 15px;
  color: #848199;
  font-weight: 500;
}

.rms-ul span {
  position: absolute;
  left: 0;
  top: 0;
}

.rms-ul div {
  padding-left: 30px;
}

.rms-ul-sub li::before {
  height: 10px;
  width: 10px;
  content: "";
  display: block;
  position: absolute;
  background: #ffb819;
  border-radius: 50%;
  left: 0;
  top: 5px;
}

.rms-ul-sub li {
  padding-left: 20px;
  position: relative;
  margin-bottom: 10px;
}

.arabic .rms-ul span {
  position: absolute;
  left: auto;
  right: 0;
}

.arabic .rms-ul div {
  padding-left: 0;
  padding-right: 30px;
}

.arabic .rms-benefitbox span {
  margin-right: 0;
  margin-left: 20px;
}

.arabic .rms-ul-sub li {
  padding-left: 0;
  padding-right: 20px;
}

.arabic .rms-ul-sub li::before {
  left: auto;
  right: 0;
}

@media (max-width: 1199.98px) {
  .certificate-area {
    --bs-columns: 4;
  }
}

@media (max-width: 575.98px) {
  .certificate-area {
    --bs-columns: 3;
    text-align: center;
  }
}

/*---------------------------RMS-----------------------*/

/*-------------------Profile pages--------------*/
.create-order-box {
  border-radius: 15px;
  padding: 25px;
  background: url(../images/order-bg-2.jpg);
  background-size: cover;
}

.create-order-box span {
  width: 70px;
  height: 70px;
  border-radius: 7px;
  padding: 20px;
}

.btn-yellow {
  background: #ffb819;
  color: #fff;
  line-height: 45px;
  padding: 0 25px;
  border-radius: 45px;
}

.btn-yellow:hover {
  background: #cd900d;
  color: #fff;
}

.btn-blue {
  background: #002e6d;
  color: #fff;
  line-height: 45px;
  padding: 0 25px;
  border-radius: 45px;
}

.btn-blue:hover {
  background: #042554;
  color: #fff;
}

.btn-gray {
  background: #e1e7f1;
  color: #5f6266;
  line-height: 45px;
  padding: 0 25px;
  border-radius: 45px;
}

.btn-gray:hover {
  background: #c8d2e3;
  color: #454a51;
}

.bulk-steps {
  border-radius: 20px;
  background: #002e6c;
  padding: 10px 40px 30px 40px;
}

.bulk-steps span {
  width: 120px;
  height: 120px;
  padding: 20px;
  border: 20px solid #002e6c;
  position: relative;
  z-index: 1;
}

.bulk-steps p {
  color: #ccd5e2;
}

.bulk-steps p a {
  color: #ffb819;
  font-weight: 500;
  padding-bottom: 3px;
  border-bottom: 1px solid #ffb819;
}

.bulk-steps li {
  position: relative;
}

.bulk-steps li::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  top: 60px;
  left: 50%;
  background: #fff;
  opacity: 0.3;
}

.bulk-steps li:last-child::after {
  display: none;
}

.bulk-form {
  padding: 25px;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.05);
}

.bulk-form .order-type input {
  display: none;
}

.bulk-form .order-type img {
  height: 25px;
  width: 25px;
  object-fit: contain;
}

.bulk-form .order-type label {
  background: #e7edff;
  padding: 15px 20px;
  border-radius: 10px;
  text-align: center;
  height: 100%;
  min-width: 180px;
  flex: 1;
  display: flex;
  align-items: center;
  cursor: pointer;
}

.bulk-form .order-type input[type="radio"]:checked ~ label {
  background: #ffb819;
  color: #fff;
}

.bulk-form .order-type input[type="radio"]:checked ~ label img {
  filter: brightness(0) invert(1);
}

.bulk-form .order-send input {
  position: absolute;
  top: 50%;
  width: 20px;
  height: 20px;
  border-radius: 20px;
  margin-top: -10px;
  right: 20px;
  box-shadow: none;
  border-color: #bcc2d5;
}

.bulk-form .order-send label {
  border-radius: 10px;
  padding: 15px 50px 15px 15px;
  border: 1px solid #ccdbeb;
  display: flex;
  align-items: center;
  font-weight: 600;
  cursor: pointer;
}

.bulk-form .order-send label img {
  width: 50px;
  flex-shrink: 0;
}

.bulk-form .order-send label small {
  display: block;
  font-weight: 400;
}

.bulk-form .order-send .form-check-input:checked ~ label,
.bulk-form .address-main .form-check-input:checked ~ label {
  border-color: #ffb819;
}

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

.bulk-form input {
  box-shadow: none !important;
}

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

.bulk-form .form-control {
  border: 1px solid #ccdbeb;
  min-height: 50px;
}

.bulk-form .form-control:focus {
  border: 1px solid #a1a7ba;
}

.bulk-form .address-main label,
.sending-pkg-content .address-main label {
  border: 1px solid #ccdbeb;
  padding: 15px;
  border-radius: 12px;
  color: #6c7480;
  width: 100%;
  height: auto;
  min-height: 260px;
}

.bulk-form .address-main li,
.sending-pkg-content .address-main li {
  padding: 7px 0;
  color: #6c7480;
  display: flex;
}

.bulk-form .address-main input,
.sending-pkg-content .address-main input {
  position: absolute;
  top: 17px;
  right: 15px;
  border-color: #bcc2d5;
  width: 20px;
  height: 20px;
  box-shadow: none;
}

.address-main li svg {
  margin-top: 3px;
  opacity: 0.5;
}

.address-main .btn,
.bulk-form .table .btn {
  color: #fff;
  border-radius: 5px;
  width: 35px;
  line-height: 35px;
  padding: 0;
}

.address-main .btn.btn-edit,
.bulk-form .table .btn.btn-edit {
  background: #92d2ff;
}

.address-main .btn.btn-trash,
.bulk-form .table .btn.btn-trash {
  background: #f86868;
}

.bulk-form .form-check-input {
  border-color: #bcc2d5;
}

.bulk-form-2 .order-number .form-control {
  width: 100px;
}

.bulk-form-2 .upload-doc label {
  border: 1px dashed #bcc2d5;
  border-radius: 12px;
  padding: 30px 15px;
}

.bulk-form .table th,
.bulk-form .table td {
  padding: 15px 10px;
  vertical-align: middle;
  color: #6c7480;
  font-size: 0.9rem;
}

.bulk-form .table th {
  background: #c8dced;
  font-weight: 500;
}

.profile-info {
  border-radius: 15px;
  padding: 20px;
  background: url(../images/profile-bg.jpg);
  background-size: cover;
}

.profile-info .profile-img {
  width: 80px;
  position: relative;
}

.profile-info img {
  width: 80px;
  height: 80px;
  object-fit: cover;
}

.profile-info .profile-img button {
  background: #ffb819;
  width: 32px;
  height: 32px;
  border: none;
  outline: none;
  color: #fff;
  border-radius: 32px;
  font-size: 0.9rem;
  position: absolute;
  bottom: 0;
  right: -5px;
}

.profile-modal label {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 10px;
  color: #555;
  border: 1px dashed #ccc;
  height: 140px;
  border-radius: 7px;
}

.profile-modal label span {
  display: block;
  width: 45px;
  height: 45px;
  text-align: center;
  line-height: 45px;
  border-radius: 45px;
  background: #eaeaea;
  color: #999999;
  margin-bottom: 10px;
}

.profile-modal input[type="file"] {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  cursor: pointer;
}

.profile-info h5 small {
  font-size: 70%;
}

.profile-info .balance h5 {
  color: #ffb819;
}

.profile-info-list p {
  color: #b4c2d4;
  margin: 0 0 5px 0;
}

.profile-info-list .btn {
  color: #002e6c;
}

.plans-group .plan-box {
  background: #cbefe9;
  border-radius: 10px;
  padding: 20px 20px 15px 20px;
  box-shadow: 0 10px 20px rgba(53, 172, 136, 0.15);
}

.plans-group .plan-box.inactive {
  background: #ffd8d8;
  box-shadow: 0 10px 20px rgba(255, 55, 55, 0.15);
}

.plans-group .plan-box span {
  width: 50px;
  height: 50px;
  border-radius: 50px;
  background: #35ac89;
}

.plans-group .plan-box span img {
  width: 22px;
}

.plans-group .plan-box small {
  color: #35ac89;
  font-weight: 500;
}

.plans-group .plan-box.inactive span {
  background: #e75f5f;
}

.plans-group .plan-box.inactive small,
.plans-group .plan-box.inactive a {
  color: #e75f5f;
}

.plans-group .plan-box p {
  margin: 2px 0;
  color: #707f93;
  font-size: 0.9rem;
}

.message-wall {
  background: #f0f9ff;
  border-radius: 12px;
  padding: 25px;
  height: 100%;
}

.message-wall li {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  margin-bottom: 15px;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.message-wall li:last-child {
  border: none;
  margin-bottom: 5px;
}

.message-wall li p {
  margin: 0;
}

.message-wall li p a {
  color: #ffb819;
  font-weight: 500;
}

.message-wall li span {
  width: 45px;
  line-height: 45px;
  border-radius: 45px;
  text-align: center;
  color: #fff;
  display: block;
  background: #459ccd;
  flex-shrink: 0;
}

.message-wall li span.red {
  background: #e75f5f;
}

.message-wall li span.green {
  background: #35ac89;
}

.profile-links a {
  display: block;
  border: 1px solid #ccdbeb;
  border-radius: 12px;
  padding: 20px 10px 12px 10px;
  height: 100%;
  text-align: center;
}

.profile-links a img {
  width: 45px;
  margin-bottom: 10px;
  -webkit-transition: 1s;
  -moz-transition: 1s;
  transition: 1s;
}

.profile-links a:hover img {
  -webkit-transform: rotateY(360deg);
  -moz-transform: rotateY(360deg);
  transform: rotateY(360deg);
}

.profile-tracking {
  background: #fafbff;
}

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

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

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

.profile-tracking .nav-tabs .nav-link.active {
  background: #ffb819;
  color: #ffffff;
}

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

.profile-tracking .input-group-text {
  color: #9ca9b8;
}

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

.profile-tracking .accordion-item {
  margin-bottom: 15px;
  box-shadow: 0 5px 25px rgba(0, 45, 109, 0.05);
  border-radius: 12px;
}

.profile-tracking .accordion-item,
.profile-tracking .accordion-header {
  border: none;
}

.profile-tracking .accordion-header .accordion-button {
  background: transparent;
  border: none;
  box-shadow: none;
  padding: 15px 20px;
}

.profile-tracking .accordion-header .accordion-button .acc-image {
  display: flex;
  align-items: center;
}

.profile-tracking .accordion-header .accordion-button .acc-total span {
  color: #818e9f;
}

.profile-tracking .accordion-header .accordion-button .acc-total {
  display: none;
}

.profile-tracking .accordion-header .accordion-button.collapsed .acc-total {
  display: flex;
}

.profile-tracking .accordion-header .accordion-button .acc-total span strong {
  background: #4471b0;
  color: #fff;
  font-weight: 400;
  padding: 3px 10px;
  border-radius: 25px;
  margin-left: 5px;
}

.profile-tracking
  .accordion-header
  .accordion-button
  .acc-total
  span:nth-child(2)
  strong {
  background: #34cb8b;
}

.profile-tracking .accordion-button::after {
  background-color: #dde8f8;
  width: 35px;
  height: 35px;
  background-position: center;
  border-radius: 6px;
}

.profile-tracking .tracking-basic .table tr td {
  padding: 7px 10px 7px 0;
  color: #6c7480;
}

.profile-tracking .tracking-basic .table tr td:first-child {
  width: 50%;
}

.profile-tracking .tracking-basic .table tr td:nth-child(2) {
  width: 30px;
}

.profile-tracking .delivery-count {
  background: #d6f5e8;
  border-radius: 12px;
  padding: 20px 15px 15px 15px;
}

.profile-tracking .delivery-count span {
  background: #34cb8b;
  color: #fff;
  width: 60px;
  height: 60px;
  border-radius: 5px;
  font-weight: 600;
  font-size: 1.1rem;
}

.profile-tracking .delivery-count-2 {
  background: #cdf3f8;
}

.profile-tracking .delivery-count-2 span {
  background: #03c1db;
}

.profile-tracking .tracking-advanced th,
.profile-tracking .tracking-advanced td,
.track-table .table th,
.track-table .table td {
  color: #6c7480;
  padding: 15px 10px;
  vertical-align: middle;
  font-size: 0.9rem;
}

.profile-tracking .tracking-advanced th,
.track-table .table th {
  background: #5688c9;
  color: #fff;
  white-space: nowrap;
  padding: 10px;
}

.profile-tracking .tracking-advanced tr th:first-child,
.track-table .table tr th:first-child {
  border-radius: 7px 0 0 7px;
}

.profile-tracking .tracking-advanced tr th:last-child,
.track-table .table tr th:last-child {
  border-radius: 0 7px 7px 0;
}

.profile-tracking .tracking-advanced td span.status,
.tracking-popup-table table tr td span.status {
  display: inline-block;
  padding: 4px 10px;
  border-radius: 25px;
  color: #03c1db;
  background: rgba(3, 194, 219, 0.2);
  min-width: 130px;
  text-align: center;
}

.tracking-popup-table table tr td span.status {
  min-width: auto;
}

.profile-tracking .tracking-advanced td span.status.green,
.tracking-popup-table table tr td span.status.green {
  color: #34cb8b;
  background: rgba(52, 203, 140, 0.2);
}

.profile-tracking .tracking-advanced td span.status.orange,
.tracking-popup-table table tr td span.status.orange {
  color: #ff7a19;
  background: rgba(255, 121, 25, 0.2);
}

.profile-tracking .tracking-advanced td span.status.purple,
.tracking-popup-table table tr td span.status.purple {
  color: #621cbc;
  background: rgba(97, 28, 188, 0.2);
}

.profile-tracking .tracking-advanced td button.action {
  color: #002e6d;
  font-weight: 500;
  white-space: nowrap;
  border: none;
  outline: none;
  background: none;
}

.profile-tracking .tracking-advanced td .parcel {
  min-width: 170px;
}

.profile-tracking .tracking-advanced td .parcel img {
  width: 40px;
}

.profile-tracking .tracking-advanced td .parcel span {
  margin-left: 10px;
}

.tracking-popup .modal-dialog {
  max-width: 85%;
}

.tracking-popup-table table tr td {
  padding: 5px 10px 5px 0;
  color: #6c7480;
}

.tracking-popup-table table tr td:first-child {
  width: 40%;
}

.tracking-popup-table table tr td:nth-child(2) {
  width: 50px;
}

.tracking-popup-img img {
  width: 100px;
  height: 100px;
  object-fit: contain;
  border: 1px solid #ccdbeb;
  border-radius: 10px;
  padding: 20px;
}

.profile-tracking .tracking-popup .tracking-advanced th {
  min-width: 100px;
}

.modal.fade.login .modal-dialog {
  -webkit-transform: translateX(200px);
  -moz-transform: translateX(200px);
  transform: translateX(200px);
}

.modal.show.login .modal-dialog {
  -webkit-transform: none;
  -moz-transform: none;
  transform: none;
}

.login .modal-content {
  max-width: 460px;
}

.login .modal-content {
  background: #002e6d url(../images/login-bg.png) no-repeat;
  background-position: bottom right;
  background-size: 80% auto;
}

.hr-line img {
  width: 40px;
}

.login .form-control,
.login .form-select {
  height: 50px;
  color: #fff;
  background: none;
  border: 1px solid #6786ae;
  border-radius: 50px !important;
  padding: 10px 55px 10px 15px;
}

.login .form-control:focus,
.login .form-select:focus {
  border: 1px solid #ffffff;
}

.login .form-control::-webkit-calendar-picker-indicator {
  filter: invert(1);
}

.login .input-group-text {
  color: #6786ae;
  width: 40px;
  padding: 0;
}

.login ::-webkit-input-placeholder {
  color: #6786ae;
}

.login ::-moz-placeholder {
  color: #6786ae;
}

:-ms-input-placeholder {
  color: #6786ae;
}

.login :-moz-placeholder {
  color: #6786ae;
}

.login .form-check .form-label {
  color: #b2c0d3;
  line-height: 1.6;
}

.login h6 {
  color: #6786ae;
  /* border-top: 1px solid #164e9a; */
  padding-top: 15px;
}

.login .form-check .form-check-input {
  width: 16px;
  height: 16px;
}

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

.login p a {
  color: #ffb819;
}
 .login p button{
  color: #ffb819;
  background: none;
  border: none;
  outline: none;
  padding: 0;
 }
.login-dropdown .dropdown-menu {
  background: #ffffff;
  padding: 5px 15px;
  border-radius: 10px;
  box-shadow: 0px 15px 40px rgba(0, 0, 0, 0.05);
  opacity: 0;
  display: block;
  position: absolute;
  right: auto;
  top: 100% !important;
  -webkit-transform: translate3d(0px, -10px, 0px) scaleY(1);
  -moz-transform: translate3d(0px, -10px, 0px) scaleY(1);
  transform: translate3d(0px, -10px, 0px) scaleY(1);
}

.login-dropdown .dropdown-menu .dropdown-item {
  color: #6c7480 !important;
  padding: 10px 0;
}

.login-dropdown .dropdown-menu .dropdown-item:hover {
  color: #002e6d !important;
}

.back-to-account,
.previous {
  border: 1px solid #002e6d;
  color: #002e6d;
  display: inline-flex;
  align-items: center;
  margin-top: auto;
  padding: 10px 25px;
  border-radius: 30px;
}

.back-to-account:hover,
.previous:hover {
  background: #002e6d;
  color: #ffffff;
}

.business-offers article {
  border-radius: 12px;
  overflow: hidden;
}

.offer-1 {
  background: url(../images/offer-bg-1.jpg) no-repeat center center / cover;
}

.offer-2 {
  background: url(../images/offer-bg-2.jpg) no-repeat center center / cover;
}

.offer-3 {
  background: url(../images/offer-bg-3.jpg) no-repeat center center / cover;
}

.offer-4 {
  background: url(../images/offer-bg-4.jpg) no-repeat center center / cover;
}

.offer-5 {
  background: url(../images/offer-bg-5.jpg) no-repeat center center / cover;
}

.offer-6 {
  background: url(../images/offer-bg-6.jpg) no-repeat center center / cover;
}

.business-offers article span {
  place-items: center;
  margin: 0 0 20px 0;
  width: 85px;
  height: 85px;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0px 15px 30px 0px rgba(0, 0, 0, 0.06);
  position: relative;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}

.business-offers article a {
  color: #fff;
  padding: 10px 25px;
  border-radius: 30px;
  display: inline-flex;
}

.offer-1 a {
  background-color: #4e308b;
}

.offer-2 a {
  background-color: #e46d00;
}

.offer-3 a {
  background-color: #2dabc9;
}

.offer-4 a {
  background-color: #30ac78;
}

.offer-5 a {
  background-color: #b751a5;
}

.offer-6 a {
  background-color: #da4c4c;
}

.user-management article span {
  height: 65px;
  width: 65px;
}

.user-management article .edit-btn,
.user-management article .delete-btn {
  height: 35px;
  width: 35px;
  place-items: center;
}

.user-management article .edit-btn {
  background-color: #92d2ff;
}

.user-management article .delete-btn {
  background-color: #f86868;
}

.user-management section {
  background: #e4f4fe url(../images/user-management-form-bg.png) no-repeat
    center center / cover;
  border-radius: 15px;
}

.user-management article h5 {
  font-size: 1.063rem;
  margin-bottom: 5px;
}

.user-management article p {
  font-size: 0.938rem;
}

.add-user {
  background: #002e6d !important;
  color: #fff !important;
  padding: 10px;
  height: 50px;
}

.invoice-box {
  background-color: rgba(233, 246, 255, 0.6);
  border-radius: 12px;
}

.invoice-box h5 {
  font-size: 1.125rem;
}

.invoice-box h4 {
  color: #002e6d;
  font-size: 1.2rem;
}

.download-invoice {
  height: 45px;
  width: 45px;
  color: #ffb819;
  font-size: 1.2rem;
}

.view-invoice {
  height: 45px;
  color: #002e6d;
}

.invoices .input-group,
.invoices .form-select {
  height: 45px;
}

.activity-timeline ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.activity-timeline ul li {
  display: flex;
  position: relative;
}

.activity-timeline ul li .datetime {
  display: inline-block;
  width: 95px;
  padding-top: 3px;
}

.activity-timeline ul li .datetime span {
  display: block;
  font-size: 13px;
  color: #7b7b7b;
}

.activity-timeline ul li .line-dotted {
  display: inline-flex;
  width: 20px;
  justify-content: center;
}

.activity-timeline ul li .line-dotted .line-time {
  width: 1px;
  background: #ccdbeb;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
}

.activity-timeline ul li .line-dotted .circle-time {
  width: 14px;
  height: 14px;
  background: #fff;
  border-radius: 50%;
  position: relative;
  top: 23px;
  z-index: 1;
  border: solid #9c9c9c 3px;
}

.activity-timeline ul li .line-dotted .circle-border {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  position: absolute;
  top: 20px;
  background: #fff;
}

.activity-timeline ul li .timeline-details {
  display: inline-block;
  width: 100%;
  margin-left: 10px;
  border-radius: 15px;
  padding: 18px 20px;
  margin-bottom: 15px;
  background: #e9f6ff;
}

.activity-timeline ul li .timeline-details .content-time {
  display: inline-block;
}

.activity-timeline ul li .timeline-details .content-time h5 {
  font-size: 17px;
  margin-bottom: 5px;
}

.activity-timeline ul li .timeline-details .content-time p {
  margin-bottom: 3px;
}

.transponder-off .line-dotted .circle-time {
  background: #3a3a3a !important;
}

.transponder-off .line-dotted .circle-border {
  border-color: #3a3a3a !important;
}

.success-timeline .line-dotted .circle-time {
  border-color: #34cb9e !important;
}

.danger-timeline .line-dotted .circle-time {
  border-color: #fd4f6f !important;
}

.activity-timeline ul li:first-child .line-dotted .line-time {
  top: 20px;
}

.activity-timeline ul li:last-child .line-dotted .line-time {
  top: -95px;
}

.message-wall-big.message-wall {
  background: none;
  padding: 0;
}

.message-wall-big.message-wall ul li {
  background-color: rgba(233, 246, 255, 0.6);
  border-radius: 8px;
  border: none;
  padding: 20px;
  margin-bottom: 20px;
  align-items: center;
}

.message-wall-big.message-wall li span {
  width: 60px;
  line-height: 60px;
  border-radius: 60px;
}

.message-wall-big.message-wall li.unread {
  border-left: 5px solid #76a5c7;
}

.track-order {
  border-radius: 15px;
  padding: 25px;
  background: url(../images/track-bg.jpg);
  background-size: cover;
}

.track-order .form-control {
  height: 70px;
  border: none;
  border-radius: 10px;
  padding: 10px 130px 10px 15px;
  box-shadow: 0 0 30px rgba(0, 110, 194, 0.15);
}

.track-order .btn {
  top: 11px;
  right: 11px;
  border-radius: 5px;
  padding: 0 15px;
}

.tracking-acc .accordion-item {
  margin-bottom: 25px;
  border-radius: 12px;
  border: 1px solid #bfd2eb;
}

.tracking-acc .accordion-header {
  border: none;
}

.tracking-acc .accordion-header .accordion-button {
  background: transparent;
  border: none;
  box-shadow: none;
  padding: 15px 20px;
}

.tracking-acc .accordion-button::after {
  background-color: #dde8f8;
  width: 35px;
  height: 35px;
  background-position: center;
  border-radius: 6px;
}

.tracking-acc .accordion-header p {
  font-size: 0.9rem;
}

.track-acc-left span.status {
  background: #4471b0;
  color: #fff;
  font-weight: 400;
  padding: 3px 10px;
  border-radius: 25px;
  margin-left: 5px;
  display: inline-block;
}

.track-acc-left span.status.orange {
  background: #e39c34;
}

.track-acc-left img {
  width: 60px;
}

.track-acc-left h6 {
  font-weight: 500;
  color: #2d3137;
}

.track-acc-right h6 {
  font-weight: 600;
}

.track-acc-right .text-green {
  color: #34cb8b;
}

.track-acc-right .text-orange {
  color: #e39c34;
}

.tracking-acc-body-left img {
  width: 290px;
  height: 290px;
  object-fit: contain;
  border: 1px solid #dee6ef;
  border-radius: 10px;
  padding: 20px;
}

.tracking-acc-body-left .table tr td {
  padding: 7px 10px 7px 0;
  color: #6c7480;
}

.tracking-acc-body-left .table tr td:first-child {
  width: 200px;
}

.tracking-acc-body-left .table tr td:nth-child(2) {
  width: 40px;
}

.tracking-acc-body-right {
  border-radius: 15px;
  padding: 20px;
  background: url(../images/track-step-bg.jpg);
  background-size: cover;
}

.tracking-acc-body-right li {
  font-weight: 600;
  color: #fff;
  position: relative;
  line-height: 1.75;
  padding: 0 0 25px 35px;
}

.tracking-acc-body-right li small {
  opacity: 0.7;
  font-weight: 400;
}

.tracking-acc-body-right li span {
  position: absolute;
  left: 0;
  top: 8px;
  display: block;
  width: 14px;
  height: 14px;
  border-radius: 14px;
  background: #fff;
  border: 3px solid #14478a;
  box-shadow: 0 0 0 2px #fff;
}

.tracking-acc-body-right li.completed span {
  background: #34cb8b;
  box-shadow: 0 0 0 2px #34cb8b;
}

.tracking-acc-body-right li:before {
  position: absolute;
  content: "";
  top: 8px;
  left: 6px;
  width: 2px;
  height: 100%;
  background: #fff;
}

.tracking-acc-body-right li.completed:before {
  background: #34cb8b;
}

.tracking-acc-body-right li:last-child {
  padding-bottom: 0;
}

.tracking-acc-body-right li:last-child:before {
  display: none;
}

.btn-link-blue {
  text-decoration: none;
  background: none;
  padding: 0;
  border: none;
  outline: none;
  box-shadow: none;
  color: #002e6d;
  font-weight: 500;
}

.add-track-details {
  display: none;
}

.add-track-details.open {
  display: block;
}

.edit-info .input-group span {
  background: #ffb819;
  border-color: #ffb819;
}

.form-label,
.control-label {
  color: #565656;
  margin-bottom: 0.5rem;
}

.save {
  background: #002e6d;
  color: #fff;
  height: 50px;
  width: 130px;
}

.save:hover {
  background: #032554;
  color: #fff;
}

.cancel {
  background: #e5ecf4;
  color: #8f99a6;
  height: 50px;
  width: 130px;
}

.previous {
  height: 50px;
  width: 130px;
}

.edit-info .nav-pills {
  margin-bottom: 40px;
}

.edit-info .nav-link.active {
  background: #ffb819;
}

.edit-info .nav-link {
  width: 140px;
  background: #e5ecf4;
  color: #8f99a6;
}

.edit-info .nav-pills li:first-child .nav-link {
  border-radius: 0.375rem 0 0 0.375rem;
}

.edit-info .nav-pills li:last-child .nav-link {
  border-radius: 0 0.375rem 0.375rem 0;
}

.edit-info h5 {
  font-size: 1.063rem;
}

.edit-info section {
  border-bottom: solid #ccdbeb 1px;
}

.edit-info section .form-check-input {
  width: 3.75em !important;
  height: 1.875em;
  background-color: #dbe3ee;
}

.edit-info .form-switch .form-check-input:checked {
  background-color: #1fbea2;
}

.arabic .bulk-steps li::after {
  left: auto;
  right: 50%;
}

.arabic .bulk-form .order-send label {
  flex-direction: row-reverse;
  padding: 15px 15px 15px 50px;
}

.arabic .bulk-form .order-send input {
  right: auto;
  left: 18px;
  margin-left: 0;
}

.arabic .bulk-form .address-main li,
.arabic .sending-pkg-content .address-main li {
  flex-direction: row-reverse;
}

.arabic .bulk-form .address-main input,
.arabic .sending-pkg-content .address-main input {
  right: auto;
  left: 15px;
}

.arabic .message-wall li {
  flex-direction: row-reverse;
}

.arabic .profile-tracking .accordion-header .accordion-button .acc-image,
.arabic
  .profile-tracking
  .accordion-header
  .accordion-button.collapsed
  .acc-total {
  flex-direction: row-reverse;
}

.arabic .activity-timeline ul li {
  flex-direction: row-reverse;
}

.arabic .activity-timeline ul li .timeline-details {
  margin-left: 0;
  margin-right: 10px;
}

.arabic .message-wall-big.message-wall li.unread {
  border-left: none;
  border-right: 5px solid #76a5c7;
}

.arabic .track-order .form-control {
  padding: 10px 15px 10px 130px;
}

.arabic .track-order .btn {
  right: auto;
  left: 11px;
}

.arabic .tracking-acc-body-right li {
  padding: 0 35px 25px 0;
}

.arabic .tracking-acc-body-right li:last-child {
  padding-bottom: 0;
}

.arabic .tracking-acc-body-right li span {
  left: auto;
  right: 0;
}

.arabic .tracking-acc-body-right li:before {
  left: auto;
  right: 6px;
}

@media (max-width: 1700px) {
  .login .modal-content {
    max-width: 380px;
  }
}

@media (max-width: 1399.98px) {
  .tracking-acc-body-left img {
    width: 200px;
    height: 200px;
  }
}

@media (max-width: 1199.98px) {
  .bulk-steps {
    padding: 10px 20px 20px 20px;
  }

  .bulk-steps span {
    width: 100px;
    height: 100px;
    padding: 15px;
  }

  .bulk-steps li::after {
    top: 50px;
  }

  .bulk-form .order-type > div {
    width: 25%;
  }

  .tracking-acc-body-left img {
    width: 150px;
    height: 150px;
  }

  .tracking-acc-body-left .table tr td:first-child {
    width: 150px;
  }

  .track-acc-right {
    display: none !important;
  }
}

@media (max-width: 767.98px) {
  .bulk-steps li::after {
    display: none;
  }

  .bulk-form .order-type > div {
    width: 45%;
  }

  .profile-tracking .accordion-header .accordion-button .acc-total {
    display: none;
  }

  .tracking-popup-table table tr td:nth-child(2) {
    width: 20px;
  }

  .message-wall-big.message-wall ul li {
    padding: 15px;
  }

  .message-wall-big.message-wall li span {
    width: 40px;
    line-height: 40px;
    border-radius: 40px;
  }

  .track-btns {
    width: 100%;
    gap: 10px !important;
    align-items: stretch;
  }

  .track-btns .btn {
    padding: 10px 3px;
    border-radius: 7px;
    flex: 1;
    line-height: 20px;
    font-size: 14px;
    justify-content: center;
    display: flex;
    align-items: center;
    margin: 0;
  }

  .track-order {
    border-radius: 12px;
    padding: 18px;
  }

  .track-order .form-control {
    height: 55px;
    padding: 10px 70px 10px 10px;
  }

  .track-order .btn {
    top: 0;
    right: 0;
    height: 100%;
    width: 60px;
    border-radius: 0 7px 7px 0;
  }

  .profile-tracking .accordion-header .accordion-button.collapsed .acc-total {
    display: none;
  }

  .arabic .track-order .btn {
    right: auto;
    left: 0;
    border-radius: 7px 0 0 7px;
  }
}

@media (max-width: 575.98px) {
  .profile-info .profile-img {
    width: 60px;
    position: relative;
  }

  .profile-info img {
    width: 60px;
    height: 60px;
  }

  .profile-info .profile-img button {
    background: #ffb819;
    width: 28px;
    height: 28px;
  }

  .bulk-form {
    padding: 20px;
  }

  .bulk-form .order-type > div {
    width: 100%;
  }

  .profile-info-list .btn {
    width: 100%;
  }

  .profile-tracking .tracking-advanced td .parcel {
    min-width: 160px;
  }

  .profile-tracking .tracking-advanced td .parcel img {
    width: 30px;
  }

  .profile-tracking .accordion-header .accordion-button .acc-image span {
    display: none;
  }

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

  .login .modal-content {
    max-width: 90%;
  }

  .user-details {
    width: 100%;
  }

  .invoice-box .d-flex li,
  .invoice-box .d-flex div {
    border: none !important;
  }

  .track-acc-left img {
    display: none;
  }

  .tracking-acc-body-left .table tr td:first-child {
    width: 130px;
  }

  .tracking-acc-body-left .table tr td:nth-child(2) {
    width: 25px;
  }

  .track-acc-left span.status {
    font-size: 0.8rem;
    padding: 0 7px;
  }
}

/*-------------------Profile pages--------------*/

/*-------------------Sending packages--------------*/
.inner-banner.inner-banner-2.sending-package-banner {
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0) 0%,
    rgba(139, 209, 255, 0.2) 100%
  );
}

.inner-banner.inner-banner-2.sending-package-banner img {
  border-radius: 0;
}

.sending-pkg-content input.form-control,
.sending-pkg-content select.form-select {
  height: 45px;
  box-shadow: none;
}

.sending-type h5 small {
  font-weight: 400;
  display: block;
  margin-top: 6px;
}

.sending-type li a {
  color: #2d3137;
  width: 100%;
}

.sending-type li.active a {
  background: #e3efff;
  color: #002e6d;
}

.sending-type {
  max-width: 820px;
  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 5px;
}

.sending-type li {
  position: relative;
}

.sending-type li.active a::after {
  content: "";
  width: 0;
  height: 0;
  border-left: 17px solid transparent;
  border-right: 17px solid transparent;
  border-top: 20px solid white;
  position: absolute;
  bottom: -35px;
  left: 0;
  right: 0;
  margin: auto;
}

.sending-steps {
  background: linear-gradient(
    to bottom,
    rgba(0, 46, 109, 1) 0%,
    rgba(39, 68, 108, 1) 100%
  );
  border-radius: 15px;
  padding: 35px 30px;
}

.sending-steps::before {
  background: url(../images/sending-step-bg.png) no-repeat center center / cover;
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  height: 100%;
  width: 100%;
}

.sending-steps li {
  min-height: 100px;
}

.sending-steps li.active .step-circle {
  color: #fff !important;
  background: #ffb819 !important;
}

.sending-steps li.active {
  color: #ffb819 !important;
}

.sending-steps li .step-circle {
  height: 55px;
  width: 55px;
  place-items: center;
  color: #012f6c;
  flex-shrink: 0;
}

.sending-steps li .step-circle svg {
  height: 1.2em;
}

.sending-steps li div.mt-3 {
  margin-top: 15px !important;
}

.sending-steps li.active.completed div.mt-3 {
  margin-top: 0 !important;
}

.sending-steps li:last-child.active.completed div.mt-3 {
  margin-top: 15px !important;
}

.sending-steps h6 {
  font-size: 0.875rem;
  font-weight: 400;
  margin: 0.5rem 0 0;
}

.sending-steps h6 span {
  font-weight: 500;
  margin-right: 3px;
}

.sending-steps li:before {
  position: absolute;
  left: 26px;
  height: 100%;
  width: 3px;
  background: #fff;
  content: "";
  top: 0;
}

.sending-steps li.active.completed {
  color: #fff !important;
}

.sending-steps li.active.completed:before {
  background: #ffb819;
}

.sending-steps li:last-child:before {
  display: none;
}

.sending-steps li:last-child {
  min-height: auto;
}

.sending-pkg-content .order-send .form-check-input:checked ~ label,
.sending-pkg-content .address-main .form-check-input:checked ~ label,
.order-send-4 .form-check-input:checked ~ label hr {
  border-color: #ffb819;
  opacity: 1;
}

.order-send-4 .form-check-input:checked ~ label hr {
  background: #ffb819;
}

.sending-pkg-content .order-send .form-check-input:checked ~ label h6,
.sending-pkg-content .address-main .form-check-input:checked ~ label h6 {
  background-color: #ffb819;
}

.sending-pkg-content .order-send label {
  border-radius: 10px;
  padding: 15px 15px 15px 15px;
  border: 1px solid #ccdbeb;
  display: flex;
  align-items: center;
  cursor: pointer;
  min-height: 100px;
  margin-bottom: 0;
}

.order-send-3 label {
  min-height: 80px !important;
}

.sending-pkg-content .order-send label span {
  font-weight: 500;
}

.sending-pkg-content .form-label,
.sending-pkg-content .form-control,
.sending-pkg-content .form-select {
  color: #6c7480;
}

.sending-pkg-content .form-control,
.sending-pkg-content .form-select {
  border-color: #ccdbeb;
}

.sending-pkg-content .form-control:focus,
.sending-pkg-content .form-select:focus {
  border-color: #93acc6;
}

.sending-pkg-content .order-send input[type="radio"] {
  display: none;
}

.sending-pkg-content .order-send label small {
  display: block;
  font-weight: 400;
}

.sending-pkg-content .order-send .form-check-input:checked ~ label span,
.sending-pkg-content .address-main .form-check-input:checked ~ label span {
  color: #ffb819;
}

.sending-pkg-content .order-send .form-check-input:checked ~ label span small,
.sending-pkg-content
  .address-main
  .form-check-input:checked
  ~ label
  span
  small {
  color: #6c7480;
}

.sending-pkg-content .order-send label div {
  height: 52px;
  width: 52px;
  display: grid;
  place-content: center;
  background: rgba(204, 219, 235, 0.5);
  border-radius: 50%;
  position: relative;
  z-index: 1;
}

.sending-pkg-content .order-send label img.img-fluid {
  height: 60px;
}

.sending-pkg-content .order-send label h6 {
  font-size: 0.75em;
  background-color: #92a6bc;
  margin: 0;
}

.sending-pkg-content .order-send label div img {
  filter: hue-rotate(-175deg) saturate(0.6) brightness(0.8);
}

.sending-pkg-content .order-send .form-check-input:checked ~ label div {
  background: rgba(255, 184, 25, 0.1);
}

.sending-pkg-content .order-send .form-check-input:checked ~ label div img {
  filter: none;
}

.order-send-3 label {
  justify-content: center;
}

.sending-pkg-fast label {
  border-radius: 10px;
  padding: 15px;
  border: 1px solid #ccdbeb;
  cursor: pointer;
  width: 100%;
}

.sending-pkg-fast label span {
  height: 52px;
  width: 52px;
  display: grid;
  place-content: center;
  background: rgba(204, 219, 235, 0.5);
  border-radius: 50%;
  position: relative;
  z-index: 1;
  flex-shrink: 0;
}

.sending-pkg-fast label span img {
  mix-blend-mode: darken;
  /* filter: hue-rotate(-175deg) saturate(0.6) brightness(0.8); */
}

.sending-pkg-fast label p {
  margin-top: 2px;
}

.sending-pkg-fast label p strong {
  font-weight: 500;
}

.sending-pkg-fast label p small {
  font-size: 80%;
}

.sending-pkg-fast label h4 {
  font-weight: 600;
  border-top: 1px solid #ccdbeb;
}

.sending-pkg-fast label h4 small {
  font-size: 60%;
  font-weight: 400;
  opacity: 0.65;
}

.sending-pkg-fast .form-check-input {
  position: absolute;
  bottom: 1.2rem;
  right: 1.2rem;
  width: 26px;
  height: 26px;
  z-index: 9;
  background: #ccdbeb;
  opacity: 0.85;
  box-shadow: none;
  margin-left: 0;
}

.arabic .sending-pkg-fast .form-check-input {
  right: auto;
  left: 1.2rem;
}

.sending-pkg-fast .form-check-input:checked ~ label,
.sending-pkg-fast .form-check-input:checked ~ label h4 {
  border-color: #ffb819;
}

.sending-pkg-fast .form-check-input:checked ~ label span {
  background: rgba(255, 184, 25, 0.1);
}

.sending-pkg-fast .form-check-input:checked ~ label span img {
  /* filter: none; */
  filter: hue-rotate(177deg) contrast(1.5);
}

.sending-pkg-fast .form-check-input:checked ~ label p strong {
  color: #ffb819;
}

.cursor-not-allowed {
    cursor: not-allowed !important;
}

.tooltip-box {
  background: #ddebff;
  border-radius: 10px;
}

.tooltip-box li strong {
  font-size: 1.1em;
  color: #565f6c;
  margin-bottom: 5px;
  display: block;
}

.tooltip-box li {
  color: #8f99a6;
  font-size: 0.838em;
  border-color: #ccddf5 !important;
}

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

.order-send-4 label {
  display: block !important;
}

.order-send-4 label p {
  min-height: 80px !important;
}

.order-send-4 .form-check-input:checked ~ label hr {
  border-color: #ffb819;
}

.order-send-4 .form-label p {
  font-weight: 400;
}

.order-send-4 label div {
  height: 50px !important;
  width: 50px !important;
}

.order-send-5 label {
  border-radius: 5px !important;
  padding: 7px !important;
  min-height: auto !important;
  font-weight: 400 !important;
}

.order-send-5 label div {
  height: 45px !important;
  width: 45px !important;
  border-radius: 3px !important;
}

.order-send-5 label div {
  font-weight: 500;
  color: #7697ba;
}

.order-send-5 .form-check-input:checked ~ label div,
.order-send-5 .form-check-input:checked ~ label small {
  color: #ffb819 !important;
}

.date,
.location-field {
  border-radius: 5px;
  padding: 7px;
  border: 1px solid #ccdbeb;
  align-items: center;
  cursor: pointer;
}

.date .input-group-text,
.location-field .input-group-text {
  height: 45px;
  width: 45px;
  border-radius: 3px;
  display: grid !important;
  place-content: center;
  background: rgba(204, 219, 235, 0.5);
  color: #7697ba;
}

.date input::placeholder {
  font-size: 0.75rem;
}

.location-field .input-group-text {
  background: none;
  background-color: none !important;
}

.location-field .input-group-text svg {
  height: 1.4em;
}

.location-select-map {
  height: 300px;
}

.location-select-map iframe {
  height: 100%;
  width: 100%;
}

.sending-pkg-content .order-send-6 label {
  align-items: flex-start;
}

.sending-pkg-content .order-send-6 span {
  margin-top: 15px;
  display: block;
}

.sending-pkg-content .order-send-6 ul {
  list-style: disc;
  min-height: 90px;
}

.sending-pkg-content .order-send-6 li {
  font-size: 14px;
  margin: 0 0 8px;
}

.sending-pkg-content .order-send-6 label div img {
  filter: none;
}

.sending-pkg-content .order-send-6 label div {
  background: none;
}

.d-grid.order-send.order-send-6 {
  --bs-columns: 5;
  grid-template-rows: repeat(var(--bs-rows, 1), 1fr);
  grid-template-columns: repeat(var(--bs-columns, 12), 1fr);
  gap: var(--bs-gap, 1.5rem);
}

.arabic .d-grid.order-send.order-send-6 {
  direction: rtl;
}

.sending-pkg-content .d-grid.order-send.order-send-6 label {
  align-items: center;
  padding: 20px 15px 20px 15px;
}

.sending-pkg-content .d-grid.order-send.order-send-6 label p {
  font-size: 0.875rem;
  min-height: 70px;
}

.sending-pkg-content .table-dark {
  --bs-table-bg: #5688c9;
  border: none;
}

.sending-pkg-content .location-table th,
.sending-pkg-content .location-table td {
  padding: 0.6rem 1.3rem;
  vertical-align: middle;
}

.sending-pkg-content .location-table tr th:first-child {
  border-radius: 5px 0 0 5px;
}

.sending-pkg-content .location-table tr th:last-child {
  border-radius: 0 5px 5px 0;
}

.sending-pkg-content .location-table td {
  color: #6c7480;
}

.location-radio .form-check-input {
  width: 2.063em;
  height: 2.063em;
  background: #dfe7f2;
  border-color: #dfe7f2;
  cursor: pointer;
  box-shadow: none;
}

.form-check-input:checked[type="radio"] {
  background: #ffb819 url(../images/check.svg) no-repeat center center / cover;
  border-color: #ffb819;
}

.success-modal {
  color: #6c7480;
}

.success-modal .success-details {
  border-radius: 12px;
  padding: 20px;
  border: 1px solid #dee6ef;
}

.success-modal .scan-code {
  border: 1px solid #dee6ef;
  border-radius: 8px;
  padding: 15px;
}

.success-modal p {
  margin-bottom: 0;
  padding: 5px 0;
}

.success-modal hr {
  opacity: 1;
  background: none;
  border-top: 1px dashed #c6c6c6;
}

.success-modal .scan-code img {
  height: 70px;
}

.success-modal .pickup {
  color: #5e6772;
}

.success-modal .text-weight strong {
  font-size: 180%;
  font-weight: 500;
}

.arabic .sending-steps ul li::before {
  left: auto;
  right: 26px;
}

.arabic .order-send .form-label section {
  flex-direction: row-reverse;
}

.arabic .sending-pkg-content .form-control {
  text-align: right;
}

.arabic .sending-pkg-content .address-main input {
  left: 15px;
  right: auto;
}

.arabic .sending-pkg-content .address-main li {
  flex-direction: row-reverse;
}

.arabic .location-radio .form-check-input {
  margin-right: -1.5em;
  margin-left: 0;
}

.arabic .sending-pkg-content .order-send-6 li:before {
  display: block;
  height: 4px;
  width: 4px;
  content: "";
  background: #8f99a6;
  border-radius: 100%;
  position: absolute;
  right: 0;
  top: 9px;
}

.arabic .sending-pkg-content .order-send-6 li {
  font-size: 14px;
  margin: 0 0 8px;
  position: relative;
  padding: 0 15px 0 0;
}

.arabic .sending-pkg-content .order-send-6 ul {
  list-style: none;
  min-height: 90px;
}

@media (min-width: 1800px) {
  .sending-steps li {
    min-height: 110px;
  }
}

@media (max-width: 1399.98px) {
  .order-send-4 label p {
    min-height: 95px !important;
    font-size: 0.9em;
  }

  .sending-pkg-content .order-send-6 li {
    font-size: 0.875em;
  }

  .sending-pkg-content .order-send-6 ul {
    min-height: 100px;
  }

  .sending-steps {
    padding: 25px 20px;
  }
}

@media (max-width: 1199.98px) {
  .d-grid.order-send.order-send-6 {
    --bs-columns: 3;
  }

  .sending-steps li .step-circle {
    height: 45px;
    width: 45px;
    margin-right: 15px !important;
    z-index: 1;
  }

  .sending-steps li .step-circle svg {
    height: 1.2em;
  }

  .sending-steps {
    padding: 20px 15px;
    margin-bottom: 40px;
  }

  .sending-steps li:before {
    left: 22.5px;
    width: 2px;
  }

  .arabic .sending-steps ul li::before {
    left: auto;
    right: 34.5px;
  }

  .sending-steps li {
    font-size: 0.9em;
  }

  .order-send-2 label section {
    flex-direction: column;
    align-items: flex-start !important;
  }

  .order-send-2 label section h6 {
    margin-top: 8px !important;
  }

  .sending-pkg-content .order-send-6 ul {
    min-height: 120px;
  }
}

@media (max-width: 991.98px) {
  .sending-type {
    margin: 45px 0;
  }

  .sending-steps li div {
    display: none;
  }

  .sending-steps li div.step-circle {
    display: block;
    margin: 0 !important;
  }

  .sending-steps {
    padding: 15px;
  }

  .sending-steps ul {
    /* display: grid;
        --bs-columns: 6;
        grid-template-rows: repeat(var(--bs-rows, 1), 1fr);
        grid-template-columns: repeat(var(--bs-columns, 12), 1fr); */
    display: flex;
  }

  .arabic .sending-steps ul {
    flex-direction: row-reverse;
  }

  .sending-steps li {
    min-height: auto;
    justify-content: center;
    flex: 1;
  }

  .sending-steps li:before {
    left: 50%;
    width: 100%;
    height: 1px;
    top: 22px;
  }

  .arabic .sending-steps ul li:before {
    left: auto;
    right: 50%;
  }

  .sending-steps li:last-child:before {
    display: none !important;
  }

  .tooltip-box li {
    border-right: none !important;
  }
}

@media (max-width: 767.98px) {
  .sending-type h5 small {
    font-size: 0.675em;
  }

  .sending-type li a img {
    width: 40px;
  }

  .sending-pkg-content .order-send label small {
    font-size: 0.775em;
  }

  .order-send-4 label p {
    min-height: auto !important;
  }

  .sending-pkg-content .order-send-6 ul {
    min-height: auto;
  }
}

@media (max-width: 575.98px) {
  .d-grid.order-send.order-send-6 {
    --bs-columns: 1;
    text-align: center;
  }

  .sending-type h5 small {
    font-size: 0.6em;
  }

  .sending-type li.active a::after {
    display: none;
  }

  .sending-type img {
    width: 30px;
  }

  .sending-type .h5,
  h5 {
    font-size: 1.1rem;
  }

  .sending-type {
    margin: 30px 0;
    padding: 11px 0px;
  }

  .sending-steps li .step-circle {
    height: 35px;
    width: 35px;
  }

  .sending-steps li .step-circle svg {
    height: 1em;
  }

  .sending-steps li:before {
    top: 17px;
  }

  .sending-pkg-content .d-grid.order-send.order-send-6 label p {
    min-height: auto;
  }

  .order-send-6 label section span {
    margin-top: 0 !important;
  }

  .order-send-6 label section {
    text-align: left;
    padding-left: 20px;
  }

  .sending-type li a {
    display: flex !important;
    flex-direction: column !important;
    gap: 12px;
    text-align: center;
  }

  .sending-type li a span {
    margin: 0 !important;
  }

  .sending-steps {
    padding: 15px 10px;
  }

  .location-field .btn-blue {
    font-size: 0;
    padding: 0 15px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .location-field .btn-blue svg {
    font-size: 1rem;
  }

  .arabic .sending-pkg-content .order-send-6 label section {
    text-align: right;
    padding-left: 0;
    padding-right: 20px;
  }
}

/*-------------------Sending packages--------------*/

.arabic .tracking-acc-body-left .table {
  direction: rtl;
}

.otp-container {
  display: flex;
  justify-content: center;
  margin: 25px 0;
}

.otp-input {
  min-width: 45px;
  height: 45px;
  text-align: center;
  font-size: 20px;
  margin: 0 5px;
  border: 1px solid #ccc;
  border-radius: 5px;
}

@keyframes pulseHighlight {
  0% {
    background-color: transparent;
  }

  50% {
    background-color: yellow; /* Highlight color */
  }

  100% {
    background-color: transparent;
  }
}

.highlight-pulse {
  animation: pulseHighlight 1s ease-in-out 2; /* Duration and repetition */
}

.center-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh; /* Full viewport height */
  text-align: center; /* Center the text */
}

.invoice-container {
  padding: 20px;
  font-size: 15px;
}

.invoice-container .invoice-box:last-of-type {
  margin-bottom: 0;
}

.invoice-box {
  background: #fff;
  border-radius: 10px;
  padding: 16px;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.08);
  margin-bottom: 20px;
}

.barcode-box {
  text-align: center;
  margin-bottom: 20px;
}
.barcode-box img {
  max-width: 100%;
}
.barcode-box p {
  font-size: 17px;
  margin: 0 0 10px 0;
}

.invoice-box table {
  width: 100%;
}

.invoice-box table th,
.invoice-box table td {
  vertical-align: top;
  width: 50%;
  line-height: 1.5;
}
.invoice-box table tr td:last-child {
  word-break: break-all;
}

.invoice-box table th {
  font-weight: 400;
  opacity: 0.75;
  text-align: left;
  padding: 7px 10px 7px 0;
}

.invoice-box table td {
  font-weight: 600;
  text-align: right;
  padding: 7px 0;
}

.invoice-box .status {
  display: inline-block;
  padding: 3px 10px 2px 10px;
  border-radius: 15px;
  background: #c4ebc6;
  color: #3c823f;
}

.password-group .form-control {
  padding-right: 75px;
}

.password-group .input-group-text {
  display: flex;
  gap: 5px;
  width: 70px;
  align-items: center;
  z-index: 9;
}

.password-group .password-eye {
  color: #6786ae;
  background: none;
  outline: none;
  border: none;
  cursor: pointer;
}

.ui-autocomplete {
  width: 80px;
  max-height: 200px;
  overflow-y: auto;
  border: 1px solid #ccc;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0 0.1);
  border-radius: 4px;
  padding: 0;
  margin: 0;
  background-color: white;
}

.long-word-break {
  word-break: break-word;
  overflow-wrap: break-word;
  white-space: normal;
  overflow: hidden;
  text-overflow: ellipsis;
}

input[type="password"]::-ms-reveal,
input[type="password"]::-ms-clear,
input[type="password"]::-webkit-textfield-decoration-container {
    display: none;
}
@media (max-width: 575.98px) {
  .invoice-container {
    padding: 5px;
  }
}