@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300..900;1,300..900&display=swap");

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

body {
  font-family: "Poppins", sans-serif;
  color: #34393c;
}

::-moz-selection {
  background: #232357;
  color: #fff;
}

::selection {
  background: #232357;
  color: #fff;
}

a {
  text-decoration: none;
}

a,
button {
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  transition: 0.4s;
}

p,
label {
  color: #666666;
  line-height: 2;
}

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

.loader img {
  width: 100px;
}

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

header.sticky {
  position: fixed;
  top: 0;
  box-shadow: 0 0 30px rgba(4, 47, 66, 0.1);
  z-index: 99;
}

header .nav-item.full-width-dropdown {
  position: inherit;
}

header .navbar-brand {
  margin: 0;
}

header .navbar-brand img {
  width: 160px;
}

header .nav-item {
  margin: 0 0.75rem;
}

header .nav-item .nav-link {
  color: #646d72;
  padding: 1.3rem 1.2rem;
  font-weight: 500;
}

header .navbar-nav .nav-link.active {
  color: #eb5e29;
}

header .navbar-nav .dropdown-menu {
  border: none;
  padding: 0;
  margin: 0;
  top: 100%;
  box-shadow: 0 30px 40px rgba(3, 40, 50, 0.1);
  border-radius: 0 0 15px 15px;
  overflow: hidden;
}

.header-end .dropdown.user .btn {
  padding: 0;
  border: none;
  color: #666666;
}

.header-end .dropdown.user .btn img {
  width: 48px !important;
  height: 48px !important;
  border-radius: 100% !important;
  object-fit: cover !important;
  margin-right: 10px;
}

.header-end .dropdown.user .dropdown-item svg {
  margin-right: 5px;
}

.header-end .dropdown-menu {
  margin-top: 12px !important;
  box-shadow: 0 30px 40px rgba(3, 40, 50, 0.1);
  border-radius: 0 0 10px 10px;
  overflow: hidden;
}

@keyframes move-up {
  0% {
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    transform: translateY(20px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes move-left {
  0% {
    -webkit-transform: translateX(200px);
    -moz-transform: translateX(200px);
    transform: translateX(200px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes move-right {
  0% {
    -webkit-transform: translateX(-200px);
    -moz-transform: translateX(-200px);
    transform: translateX(-200px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}

header .dropdown-item {
  color: #646d72;
}

header .dropdown-item:hover,
header .dropdown-item:active,
header .dropdown-item.active {
  color: #eb5e29;
  background: rgba(235, 93, 41, 0.05) !important;
}

header .navbar-nav .full-width-menu {
  width: 100%;
  padding: 1.5rem;
  position: relative;
  z-index: 999;
}

header .navbar-nav .full-width-menu:after {
  position: absolute;
  content: "";
  width: 40%;
  height: 47%;
  bottom: 0;
  right: 0;
  opacity: 0.1;
  z-index: -1;
}

.full-width-menu .menu-list {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 1rem;
  max-height: calc(100vh - 190px);
  overflow: auto;
}

.full-width-menu .menu-list {
  margin: 0;
  padding: 0;
}

.full-width-menu .menu-list > li {
  padding: 1.1rem;
  background: #f7f7ff;
  border-radius: 10px;
}

.full-width-menu .menu-list li {
  list-style: none;
}

.full-width-menu .menu-list .dropdown-item {
  font-weight: 600;
  padding: 0 0 0.5rem 0;
  white-space: normal;
  display: flex;
  align-items: center;
}

.full-width-menu .menu-list .dropdown-item:hover,
.full-width-menu .menu-list .dropdown-item:active {
  background: none !important;
  color: #646d72 !important;
}

.full-width-menu .menu-list .dropdown-item img {
  width: 32px;
  border-radius: 32px;
  margin-right: 12px;
  flex-shrink: 0;
}

.full-width-menu .menu-list .dropdown-item span.fi.flag-circle.flag-lg {
  width: 32px;
  height: 32px;
  margin-right: 8px;
}
.arabic .full-width-menu .menu-list .dropdown-item span.fi.flag-circle.flag-lg {
  margin-right: 0 !important;
  margin-left: 8px;
}
.full-width-menu .menu-list li ul {
  padding-left: 42px;
}

.full-width-menu .menu-list .nav-link {
  margin: 0;
  padding: 0.6rem 0 0.6rem 1.4rem;
  opacity: 0.8;
  position: relative;
  font-weight: 400;
}

.full-width-menu .menu-list .nav-link:after {
  position: absolute;
  content: "";
  top: 1.13rem;
  left: 0;
  width: 7px;
  height: 7px;
  border-right: 1px solid #646d72;
  border-bottom: 1px solid #646d72;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.full-width-menu .menu-list .nav-link:hover,
.full-width-menu .menu-list .nav-active {
  color: #eb5e29;
}

.full-width-menu .menu-list .nav-link:hover:after {
  border-color: #eb5e29;
}

header .primary-btn,
header .yellow-btn {
  min-width: 90px;
}

header .language {
  display: flex;
  justify-content: center;
  height: 100%;
  flex-direction: column;
}

header .language img {
  width: 25px;
  border-radius: 100%;
  margin-right: 5px;
}

header .language .btn {
  border: 1px solid #e0eaed;
  border-radius: 7px;
  min-height: 55px;
  color: #646d72;
  min-width: 130px;
}

.tracking-box div {
  border: 1px solid #e0eaed;
  border-radius: 7px;
  min-height: 55px;
  color: #646d72;
  width: 200px;
  padding: 12px;
  margin: 0 0.75rem 0 0;
  cursor: pointer;
}
.arabic .tracking-box div {
  margin: 0 0 0 0.75rem;
}
.tracking-box div:hover {
  border-color: #ffcfbd;
}
.dashboard-menu {
  display: none;
}
.dashboard-btn {
  border: 1px solid #e0eaed;
  border-radius: 7px;
  min-height: 55px;
  color: #646d72;
  display: flex;
  gap: 5px;
  align-items: center;
}
.dashboard-btn svg {
  fill: #646d72;
}
.dashboard-btn:hover {
  border-color: #eb5e29;
  color: #eb5e29;
}
.dashboard-btn:hover svg {
  fill: #eb5e29;
}
.track-search {
  width: 60%;
}

.track-search .form-control {
  border-radius: 7px 0 0 7px;
}
.track-search .form-control:focus {
  border-color: #eb5e29;
}
.track-search .primary-btn {
  border-radius: 0 7px 7px 0;
}

.tracking-modal img {
  width: 200px;
}

header .search {
  min-width: 55px;
}

header .language .dropdown-menu {
  min-width: auto;
  width: 100%;
  box-shadow: 0 10px 40px rgba(3, 40, 50, 0.1);
}

header .dropdown-item {
  padding: 1rem 1.2rem;
}

.search-box {
  display: none;
  border-radius: 12px;
  padding: 2rem;
  background: #fff;
  width: 70%;
  z-index: 99;
  box-shadow: 4px 4px 50px rgba(7, 109, 153, 0.15);
}

.search-box .form-control {
  padding: 10px 55px;
  min-height: 65px;
}

.search-box span,
.search-box .btn {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 55px;
  color: #666666;
  opacity: 0.5;
  font-size: 1.2rem;
}

.search-box .btn {
  left: auto;
  right: 0;
}

.search-box .btn:hover {
  color: #eb5e29;
  opacity: 1;
}
.header-right .dropdown.user {
  flex-shrink: 0;
}
.header-right .dropdown.user .dropdown-toggle {
  padding: 0;
  border: none !important;
  outline: none !important;
}

.header-right .dropdown.user .dropdown-menu {
  border: none;
  padding: 10px 0 0 0;
  margin: 0;
  top: 100%;
  box-shadow: 0 30px 40px rgba(3, 40, 50, 0.1);
  border-radius: 0 0 15px 15px;
  overflow: hidden;
  left: auto;
  right: 0;
}

.header-right .dropdown.user .dropdown-menu .dropdown-item svg {
  margin-right: 5px;
}

.primary-btn {
  background: #eb5e29;
  min-height: 55px;
  border-radius: 7px;
  padding-left: 1.2rem;
  padding-right: 1.2rem;
  color: #ffffff;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
}

.primary-btn:hover,
.primary-btn:active {
  background: #ff7341 !important;
  color: #ffffff !important;
}

.yellow-btn {
  background: #232357;
  min-height: 55px;
  border-radius: 7px;
  padding-left: 1.2rem;
  padding-right: 1.2rem;
  color: #ffffff;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
}

.yellow-btn:hover,
.yellow-btn:active {
  background: #363685 !important;
  color: #ffffff !important;
}

.outline-btn {
  border-color: #eb5e29;
  min-height: 55px;
  border-radius: 7px;
  padding-left: 1.2rem;
  padding-right: 1.2rem;
  color: #eb5e29;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}

.outline-btn:hover,
.outline-btn:active {
  background: #eb5e29 !important;
  color: #ffffff !important;
}

.banner {
  position: relative;
}

.banner::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../images/slide-bg.jpg") no-repeat top center/cover;
}

.banner-text {
  margin-bottom: 3rem;
}

.banner h2 {
  font-size: 3.2rem;
  font-weight: 800;
}

.banner h6 {
  display: inline-flex;
  gap: 14px;
  color: #464691;
  padding: 12px 15px;
  border-radius: 8px;
  align-items: center;
  background: rgba(255, 255, 255, 0.5);
  border: 1px solid #464691;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 0.9rem;
}

.banner h6 img {
  width: 26px !important;
}

.banner .owl-nav {
  position: absolute;
  width: 100%;
  left: 0;
  top: 50%;
  margin-top: -25px;
  opacity: 0;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  transition: 0.4s;
}
.banner:hover .owl-nav {
  opacity: 1;
}
.banner .owl-nav .container {
  display: flex;
  justify-content: space-between;
  max-width: 98% !important;
}
.banner .owl-nav button {
  width: 30px;
  height: 50px;
  opacity: 0.75;
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
}

.banner .owl-nav button:hover {
  opacity: 1;
}

/* .banner .owl-nav button:hover span {
  border-color: #eb5e29;
} */

.banner .owl-nav button span,
.services .owl-nav button span,
.usa-products .owl-nav button span {
  font-size: 0;
  width: 20px;
  height: 20px;
  display: block;
  border-right: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.banner .owl-nav button.owl-prev {
  justify-content: flex-start;
}

.banner .owl-nav button.owl-prev span,
.services .owl-nav button.owl-prev span,
.usa-products .owl-nav button.owl-prev span {
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  transform: rotate(135deg);
}

.title {
  font-size: 2.2rem;
  font-weight: 700;
}

.connected-works-box {
  border-radius: 15px;
  border: 1px solid #dff0fb;
  display: flex;
  flex-direction: column;
}

.connected-works-box.box-2 {
  flex-direction: column-reverse;
}

.connected-works-img img {
  border-radius: 15px;
}

.connected-works-img span {
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #232357;
  color: #ffffff;
  bottom: -30px;
  font-size: 1.1rem;
  font-weight: 700;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  transition: 0.4s;
}

.connected-works-box:hover .connected-works-img span {
  background: #eb5e29;
}

.connected-works-text {
  padding: 3.5rem 1.5rem 2.5rem 1.5rem;
  background: linear-gradient(to bottom, #ffffff 0%, #efefff 100%);
  border-radius: 0 0 15px 15px;
}

.connected-works-text h5 {
  margin-bottom: 0.85rem;
  font-weight: 600;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  transition: 0.4s;
}

.connected-works-text p {
  color: #484e52;
}

.connected-works-box:hover .connected-works-text h5 {
  color: #eb5e29;
}

.connected-works-box.box-2 .connected-works-text {
  padding: 2.5rem 1.5rem 3.5rem 1.5rem;
  border-radius: 15px 15px 0 0;
  background: linear-gradient(to top, #ffffff 0%, #efefff 100%);
}

.connected-works-box.box-2 .connected-works-img span {
  bottom: auto;
  top: -30px;
}

.why-connected:before {
  position: absolute;
  content: "";
  width: 50%;
  height: 210%;
  top: 0;
  left: 0;
  background: url(../images/why-connected-bg.png) bottom left / contain
    no-repeat;
  z-index: -1;
}

.why-connected-video {
  padding: 25px 0 0 25px;
  cursor: pointer;
}

.why-connected-video:after {
  position: absolute;
  content: "";
  width: calc(100% - 25px);
  height: calc(100% - 25px);
  border: 1px solid #464691;
  border-radius: 220px 15px 15px 15px;
  top: 0;
  left: 0;
}

.why-connected-video img {
  border-radius: 200px 15px 15px 15px;
}

.why-connected-video span {
  width: 65px;
  height: 65px;
  background: #fff;
  color: #eb5e29;
  margin: 25px 0 0 25px;
  font-size: 1.1rem;
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.8);
  -webkit-animation: pulseShadow 1.5s infinite ease-in-out;
  -moz-animation: pulseShadow 1.5s infinite ease-in-out;
  animation: pulseShadow 1.5s infinite ease-in-out;
}

@-webkit-keyframes pulseShadow {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.8);
  }

  100% {
    box-shadow: 0 0 0 30px rgba(255, 255, 255, 0);
  }
}

@-moz-keyframes pulseShadow {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.8);
  }

  100% {
    box-shadow: 0 0 0 30px rgba(255, 255, 255, 0);
  }
}

@keyframes pulseShadow {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.8);
  }

  100% {
    box-shadow: 0 0 0 30px rgba(255, 255, 255, 0);
  }
}

.video-modal .btn-close {
  width: 40px;
  height: 40px;
  background: rgba(0, 0, 0, 0.6);
  border-radius: 0;
  top: -47px;
  opacity: 1;
  margin: 0;
  color: #ffff;
}

.why-connected ul li {
  display: flex;
  gap: 15px;
  align-items: center;
  font-weight: 600;
  color: #666666;
}

.why-connected ul li span {
  background: #eb5e29;
  height: 60px;
  width: 60px;
}

.why-connected ul li span img {
  height: 40%;
}

.why-connected-logo {
  padding: 2.5rem;
  background: linear-gradient(to right, #464691 0%, #232357 100%);
  width: 130%;
  position: relative;
  z-index: 9;
  border-radius: 15px 15px 15px 60px;
}

.why-connected-logo img {
  height: 45px;
}

.shop-globally:before {
  position: absolute;
  content: "";
  width: 50%;
  height: 180%;
  top: 0;
  right: 0;
  z-index: -1;
  background: url(../images/shop-globally-bg.png) bottom right / contain
    no-repeat;
}

.shop-globally ul {
  margin: 0 -1rem;
}

.shop-globally ul li {
  list-style: none;
  width: 20%;
  padding: 0.85rem;
}

.shop-globally ul li div {
  display: flex;
  position: relative;
  flex-direction: column;
  align-items: center;
  gap: 25px;
  padding: 1.2rem;
  border: 1px solid #d8e7f0;
  border-radius: 10px;
  color: #666666;
  font-weight: 500;
  font-size: 0.9rem;
  text-align: center;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  transition: 0.4s;
}

.shop-globally ul li div:hover {
  border-color: #eb5e29;
  color: #eb5e29;
}

.shop-globally ul li div img,
.shop-globally ul li div span.fi.flag-circle.flag-lg {
  width: 70px !important;
  height: 70px !important;
  border-radius: 100%;
  -webkit-transition: 1s;
  -moz-transition: 1s;
  transition: 1s;
}

.shop-globally ul li div:hover img,
.shop-globally ul li div:hover span.fi.flag-circle.flag-lg {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  transform: scale(1.1);
}
.shop-globally ul li.comingsoon div {
  /* opacity: 0.65; */
  overflow: hidden;
}
/* .shop-globally ul li.comingsoon div:hover {
  border: 1px solid #d8e7f0;
  color: #666666;
} */
.shop-globally ul li.comingsoon h6 {
  position: absolute;
  top: 20px;
  left: -25px;
  -webkit-transform: rotate(-40deg);
  -moz-transform: rotate(-40deg);
  transform: rotate(-40deg);
  z-index: 9;
  margin: 0;
  padding: 5px 5px 4px 5px;
  background: rgba(235, 93, 41, 0.9);
  width: 120px;
  color: #fff;
  font-weight: 400;
  font-size: 8px;
  letter-spacing: 1px;
  text-transform: uppercase;
  white-space: nowrap;
  text-align: center;
}
.calculator-box {
  /* padding: 2.2rem; */
  border-radius: 20px;
  overflow: hidden;
  background: url(../images/shipping-calculator-bg.jpg) top right / cover;
}
.arabic .calculator-box {
  background: url(../images/shipping-calculator-bg-ar.jpg) top left / cover;
}
.calculator-box-img img {
  object-fit: contain;
  object-position: bottom left;
  width: 100%;
  height: 100%;
}
.arabic .calculator-box-img img {
  transform: scaleX(-1);
}
.calculator-box-sub {
  padding: 2.2rem;
}
.calculator-box label,
.calculator-box p {
  color: #fff;
}
.calculator-box h6 {
  color: #eb5e29;
}
.calculator-box .form-control,
.calculator-box .form-select {
  box-shadow: none !important;
  min-height: 55px;
  border-color: #ffffff;
  color: #666666;
}

.calculator-box .form-control:focus,
.calculator-box .form-select:focus {
  border-color: #232357;
}

.price-details {
  display: none;
}

.price-details-in {
  padding: 1.2rem 1.5rem;
  border-radius: 12px;
  color: #eb5e29;
  font-weight: 600;
}

.price-details-in span {
  color: #ffb819;
  font-weight: 500;
}

.price-details-in span strong {
  font-size: 160%;
  font-weight: 700;
}

.price-details p svg {
  color: #eb5e29;
}

.calculator-box .btns .btn {
  min-width: 176px;
}

.calculator-box .remove-btn {
  display: none;
  color: #ff3b2c;
}

.calculator-box .remove-btn span {
  margin-left: 7px;
}

.package-container {
  max-height: 444px;
}

.package-item {
  padding: 1.7rem 1.7rem 0.5rem 1.7rem;
  border-radius: 12px;
  background: rgba(0, 0, 0, 0.2);
}
.package-item p {
  margin-bottom: 7px;
}
.membership-box {
  /* padding: 2rem 2rem 2rem 0; */
  border-radius: 16px;
  z-index: 1;
  overflow: hidden;
  background: #ffffff;
}

/* .membership-box:after {
    position: absolute;
    content: "";
    width: 200px;
    height: 200px;
    background: url(../images/customer/membership-bg.png) no-repeat bottom right / contain;
    bottom: 0;
    right: 0;
    z-index: -1;
    opacity: 0.04;
} */

.membership-box.basic {
  background: linear-gradient(to bottom, #55dce7 0%, #3dcad4 100%);
}

.membership-box.advanced {
  background: linear-gradient(to bottom, #8399e6 0%, #5776e3 100%);
}

.membership-box.premium {
  background: linear-gradient(to bottom, #d161e5 0%, #b631cd 100%);
}

.membership-header {
  flex-basis: 40%;
  flex-shrink: 0;
  padding: 1.7rem;
  background: rgba(0, 0, 0, 0.05);
  /* margin: 0 -2rem 1.5rem -2rem; */
  color: #fff;
}

.membership-header h6 {
  font-size: 1.1rem;
  padding: 7px 15px;
  min-width: 110px;
  text-align: center;
  border: 1px solid #fff;
  border-radius: 30px;
  display: inline-block;
}

.membership-header h5 {
  font-weight: 500;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.membership-header h5 strong {
  font-size: 200%;
  font-weight: 600;
}

.membership-header h5 small {
  font-weight: 400;
}

.membership-box ul {
  padding: 1rem;
}

.membership-box ul li {
  list-style: none;
  color: #626972;
  padding: 10px 0 10px 28px;
  position: relative;
}

.membership-box ul li svg {
  position: absolute;
  left: 0;
  top: 15px;
}
.arabic .membership-box ul li svg {
  left: auto;
  right: 0;
}

.membership-box button,
.membership-box a {
  border: 1px solid #fff;
  color: #fff;
  padding: 1rem 0.5rem;
}

/* .membership-box button:hover,
.membership-box button:active,
.membership-box button.active,
.membership-box a:hover,
.membership-box a:active,
.membership-box a.active {
  color: #ffffff !important;
} */

.features img {
  width: 150px;
  -webkit-transition: 1s;
  -moz-transition: 1s;
  transition: 1s;
}

.features .row div:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  transform: scale(1.1);
}

.features p {
  width: 80%;
}

.services {
  background: linear-gradient(to bottom, #fff8f5 0%, #fff0eb 100%);
}

.service-box {
  background: #ffffff;
  border-radius: 20px;
}

.service-img {
  border-radius: 20px 20px 0 0;
  position: relative;
}

.service-img img {
  -webkit-transition: 1s;
  -moz-transition: 1s;
  transition: 1s;
}

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

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

.service-text {
  padding: 1.3rem 2rem 2rem 2rem;
}

.service-text h5 {
  color: #666666;
}

.service-text .primary-btn {
  width: 55px;
  height: 55px;
  color: #eb5e29;
  background: #fff2ec;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  transition: 0.4s;
}

.service-box:hover .service-text .primary-btn {
  background: #eb5e29;
  color: #ffffff;
}

.service-text span {
  top: -75px;
  right: 2rem;
}

.service-text span img,
.service-text span span {
  width: 50px !important;
  height: 50px !important;
  /* border: 7px solid transparent; */
  border-radius: 100%;
  outline: 2px solid #ffff;
  top: auto !important;
  right: auto !important;
}

.services .owl-nav {
  position: absolute;
  top: -125px;
  right: 0;
}

.services .owl-carousel .owl-nav .owl-next,
.services .owl-carousel .owl-nav .owl-prev {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  background: #fff;
  margin-left: 20px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 4px 20px rgba(7, 109, 153, 0.1);
}

.services .owl-nav button span {
  width: 15px;
  height: 15px;
  margin-left: 5px;
  border-color: #232357;
}

.services .owl-carousel .owl-nav .owl-next span {
  margin-left: -5px;
}

.shop-brands {
  background: url(../images/brands-bg.jpg) bottom center / 100% auto no-repeat;
}

.shop-brands ul li {
  list-style: none;
}

.brand-list ul li:nth-child(odd) {
  margin-left: auto;
}

.brand-list-2 ul li:nth-child(even) {
  margin-left: auto;
}

.shop-brands ul li a {
  display: block;
  padding: 0.5rem 1.85rem;
  background: #fff;
  border-radius: 7px;
  box-shadow: 4px 4px 30px rgba(39, 7, 153, 0.08);
  width: 190px;
}

.shop-brands ul li a.more {
  color: #666666;
  gap: 10px;
  height: 90px;
  padding: 0.75rem;
}

.shop-brands ul li a.more svg {
  color: #eb5e29;
}

.shop-brands ul li a img {
  width: 100%;
  height: auto;
  -webkit-transition: 1s;
  -moz-transition: 1s;
  transition: 1s;
}

.shop-brands ul li a:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  transform: scale(1.1);
}

footer {
  border-top: 1px solid #d4e4eb;
}

footer img {
  width: 230px;
}

footer h5 {
  font-weight: 600;
}

footer p {
  margin-bottom: 7px;
}

footer p strong {
  font-weight: 600;
}

footer ul li {
  list-style: none;
  padding-bottom: 7px;
  line-height: 2;
}

footer ul li a {
  color: #666666;
  display: inline-block;
}

footer ul li a:hover {
  color: #eb5e29;
}

footer ol li {
  list-style: none;
}

footer ol li a,
.back-to-top {
  color: #666666;
  background: #f0f0f0;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

footer ol li a:hover,
.back-to-top:hover {
  background: #eb5e29;
  color: #fff;
}

.back-to-top {
  border-radius: 7px;
}

.back-to-top:hover {
  background: #eb5e29;
}

.menu-overlay {
  display: none;
  background: rgba(0, 0, 0, 0.15);
  z-index: 99;
}

.menu-overlay.show {
  display: block;
}

.navbar-close {
  background: #fff;
  border-radius: 0;
  width: 50px;
  height: auto;
  padding: 0;
  opacity: 0.5;
  display: none;
}

.inner-banner {
  background: linear-gradient(to bottom, #3b3b95 0%, #232357 100%);
}

.inner-banner img {
  opacity: 0.2;
  object-fit: cover;
}

.inner-banner .title {
  color: #fff;
}

.inner-banner .breadcrumb {
  padding: 12px 18px;
  background: rgba(0, 0, 0, 0.15);
  display: inline-flex;
  border-radius: 7px;
  margin-top: 1.2rem;
  margin-bottom: 0;
}

.inner-banner .breadcrumb .breadcrumb-item,
.inner-banner .breadcrumb a,
.inner-banner .breadcrumb-item + .breadcrumb-item::before {
  color: #fff;
  font-size: 0.95rem;
}

.inner-banner .breadcrumb .breadcrumb-item,
.inner-banner .breadcrumb .breadcrumb-item.active::before {
  opacity: 0.8;
}

.inner-banner .breadcrumb .breadcrumb-item.active {
  opacity: 1;
  font-weight: 500;
}

.inner-content {
  background: url(../images/content-bg.png) bottom left / 100% auto no-repeat;
}

.shipping-btn img {
  width: 25px;
}

.shipping-rates-box {
  padding: 2.2rem;
  border-radius: 16px;
  border: 1px solid #d8e7f0;
  background: linear-gradient(
    to bottom,
    rgba(41, 174, 214, 0.1) 0%,
    #ffffff 50%
  );
  height: 100%;
}

.shipping-rates-box.pink {
  background: linear-gradient(
    to bottom,
    rgba(191, 40, 214, 0.1) 0%,
    #ffffff 50%
  );
  border-color: #e8dce9;
}

.shipping-rates-box.green {
  background: linear-gradient(
    to bottom,
    rgba(40, 214, 170, 0.15) 0%,
    #ffffff 50%
  );
  border-color: #c6ead7;
}

.shipping-rates-box hr {
  border-color: #d8e7f0;
  opacity: 1;
}

.shipping-rates-header span {
  width: 85px;
  height: 85px;
  border-radius: 100%;
  /*background: #fff;*/
  padding: 3px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.5rem;
  color: #eb5e29;
  flex-shrink: 0;
}

.shipping-rates-header span img {
  border-radius: 100%;
}

.shipping-rates-box.pink .shipping-rates-header span {
  color: #d17bdf;
}

.shipping-rates-box.green .shipping-rates-header span {
  color: #28d678;
}

.shipping-rates-box .weigth span {
  background: #9fbed1;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  width: 70px;
  height: 70px;
  flex-shrink: 0;
}

.shipping-rates-box .weigth span img {
  width: 55%;
}

.usa-product-box {
  border-radius: 12px;
  overflow: hidden;
  display: block;
  background: #ffffff;
  border: 1px solid #d8e7f0;
}

.usa-product-box video {
  width: 100%;
  height: 500px;
  object-fit: cover;
}

.usa-product-box h5 {
  color: #666666;
  line-height: 1.6;
  margin-bottom: 0;
  font-size: 1rem;
}

.usa-product-box div {
  padding: 1rem 1.2rem 1.2rem 1.2rem;
  display: flex;
  gap: 12px;
  align-items: center;
  justify-content: space-between;
}

.usa-product-box div .btn {
  flex-shrink: 0;
}

.usa-product-box span {
  color: #fff;
  width: 55px;
  height: 55px;
  background: rgba(0, 0, 0, 0.1);
  border: 2px solid #fff;
  font-size: 1.2rem;
}

.usa-products .owl-carousel .owl-nav .owl-next,
.usa-products .owl-carousel .owl-nav .owl-prev {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  background: #fff;
  margin: 0;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 4px 20px rgba(7, 109, 153, 0.1);
}

.usa-products .owl-nav button span {
  width: 15px;
  height: 15px;
  margin-left: 5px;
}

.usa-products .owl-carousel .owl-nav .owl-next span {
  margin-left: -5px;
}

.usa-products .owl-carousel .owl-nav {
  display: flex;
  margin-top: 2.25rem;
  justify-content: center;
  gap: 20px;
}

.brands-tab .nav-pills {
  gap: 16px;
}

.brands-tab .nav-pills .nav-item {
  padding: 0;
}

.brands-tab .nav-pills .nav-item::before {
  display: none;
}

.brands-tab .nav-pills .nav-link {
  background: #fff2ec;
  color: #073642;
  padding: 1rem 1.75rem;
  text-align: center;
}

.brands-tab .nav-pills .nav-link.active {
  background: #eb5e29;
  color: #ffffff;
}

.brands-tab .tab-content .tab-pane ul {
  grid-template-columns: repeat(5, 1fr);
  gap: 25px;
}

.brands-tab .tab-content .tab-pane ul li {
  list-style: none;
  border-radius: 12px;
  background: #ffffff;
  border: 1px solid #d8e7f0;
  position: relative;
  padding: 0;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  transition: 0.4s;
}

.brands-tab .tab-content .tab-pane ul li::before {
  display: none;
}

.brands-tab .tab-content .tab-pane ul li:hover {
  /* border-bottom: none;
  border-radius: 12px 12px 0 0; */
  border-color: #eb5e29;
}

.brands-tab .tab-content .tab-pane ul.no-info-grid li:hover {
  border-radius: 12px;
  border-bottom: 1px solid #eb5e29;
}

.brands-tab .tab-content .tab-pane ul li a {
  padding: 2rem 1rem;
  display: block;
}

.brands-tab .tab-content .tab-pane ul li img {
  width: 100%;
  height: 80px;
  object-fit: contain;
  -webkit-transition: 1s;
  -moz-transition: 1s;
  transition: 1s;
}

.brands-tab .tab-content .tab-pane ul li:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  transform: scale(1.1);
}

.brands-tab .tab-content .tab-pane ul li div {
  display: block;
  position: absolute;
  left: -1px;
  top: 100%;
  border: 1px solid #eb5e29;
  border-top: none;
  padding: 1.1rem;
  background: #ffffff;
  border-radius: 0 0 12px 12px;
  width: calc(100% + 2px);
  z-index: 9;
  opacity: 0;
  text-align: center;
  visibility: hidden;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  transition: 0.4s;
  -webkit-transform-origin: top;
  -moz-transform-origin: top;
  transform-origin: top;
  -webkit-transform: scaleY(0);
  -moz-transform: scaleY(0);
  transform: scaleY(0);
}

.brands-tab .tab-content .tab-pane ul li:hover div {
  visibility: visible;
  opacity: 1;
  -webkit-transform: scaleY(1);
  -moz-transform: scaleY(1);
  transform: scaleY(1);
}

.brands-tab .tab-content .tab-pane ul li div::before {
  position: absolute;
  content: "";
  width: calc(100% - 2.2rem);
  height: 1px;
  background: #d8e7f0;
  top: 0;
  left: 1.1rem;
}

.brands-tab .tab-content .tab-pane ul li div span {
  color: #858585;
  font-style: italic;
}

.goverlay {
  background: rgba(0, 0, 0, 0.6) !important;
}

.glightbox-clean .gslide-media {
  box-shadow: none !important;
}

.reward-box {
  padding: 2rem;
  border-radius: 16px;
  box-shadow: 0 0 50px rgba(15, 110, 137, 0.1);
  background: #fff url(../images/reward-box-bg.png) 18% 0 / auto 95% no-repeat;
}

.reward-box img {
  border-radius: 12px;
}

.reward-box .btn {
  min-width: 160px;
}

.primary-link {
  color: #eb5e29;
}

.primary-link:hover {
  color: #ff7341;
}

.secondary-link {
  color: #232357;
}

.secondary-link:hover {
  color: #2f2f76;
}

.inner-content ul,
.inner-content ol {
  margin: 0;
  padding: 0;
}

.inner-content ul li {
  list-style: none;
  color: #666666;
  line-height: 2;
  padding: 7px 0 7px 27px;
  position: relative;
}

.inner-content ol li {
  color: #666666;
  list-style: decimal inside;
  line-height: 2;
  padding: 7px 0;
}

.inner-content ol li::before {
  display: none;
}

.inner-content li::before {
  position: absolute;
  content: "";
  top: 19px;
  left: 0;
  width: 8px;
  height: 8px;
  border-right: 2px solid #eb5e29;
  border-bottom: 2px solid #eb5e29;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.claim-reward {
  border-radius: 16px;
  overflow: hidden;
  background: #fff5f1;
}

.claim-reward img {
  width: 22%;
}

.claim-reward div {
  background: #ffece6 url(../images/claim-reward-bg.png) top right / auto 80%
    no-repeat;
  padding: 2rem 3rem;
}

.claim-reward div p a {
  color: #666666;
}

.claim-reward div p span {
  width: 35px;
  height: 35px;
  border-radius: 35px;
  font-size: 0.9rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  color: #eb5e29;
  margin-right: 10px;
  position: relative;
  top: 2px;
}

.inner-content h1,
.inner-content h2,
.inner-content h3,
.inner-content h4,
.inner-content h5,
.inner-content h6 {
  line-height: 1.5;
}

.join-connected {
  padding: 2rem;
  border-radius: 16px;
  box-shadow: 0 0 50px rgba(15, 110, 137, 0.1);
  background: #fff url(../images/reward-box-bg.png) 57% 0 / auto 280px no-repeat;
}

.join-connected hr {
  opacity: 0.1;
}

.join-connected span {
  background: #fff2ec;
  color: #eb5e29;
  width: 60px;
  height: 60px;
  font-size: 1.2rem;
}

.premium-contact span {
  background: #eb5e29;
  color: #fff;
  width: 60px;
  height: 60px;
  font-size: 1.2rem;
  margin: 0 auto 20px auto;
}

.premium-contact h6 {
  font-weight: 600;
}

.premium-contact p a {
  color: #666666;
}

.premium-contact ul li {
  padding: 2rem;
  flex: 1;
  width: 25%;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.3);
  box-shadow: 0 0 50px rgba(15, 110, 137, 0.1);
}

.premium-contact ul li a {
  white-space: normal;
  word-break: break-all;
}

.premium-contact li::before {
  display: none;
}

ul.no-icon {
  padding-left: 25px;
}

ul.no-icon li {
  list-style: outside !important;
  padding-left: 0 !important;
}

ul.no-icon li::marker {
  color: #fdc624;
}

.no-icon li::before {
  display: none;
}

.join-connected.why-us span {
  width: 75px;
  height: 75px;
  font-size: 1.6rem;
}

.shipping-calculator-in {
  padding: 3rem;
  background: #fff;
  border-radius: 16px;
  box-shadow: 7px 7px 60px rgba(7, 109, 153, 0.1);
  z-index: 1;
}

.shipping-calculator-in::before,
.shipping-calculator-in::after {
  position: absolute;
  content: "";
  width: 35px;
  height: 35px;
  border-radius: 100%;
  border: 1px solid #eb5e29;
  top: 10%;
  right: 15%;
  z-index: -1;
  opacity: 0.75;
}

.shipping-calculator-in::after {
  background: #fdc624;
  border-color: #fdc624;
  width: 12px;
  height: 12px;
  top: auto;
  bottom: 10%;
  right: auto;
  left: 15%;
}

.shipping-calculator-in .package-item {
  padding: 0;
  background: none;
}
.shipping-calculator-in .ship-calc-weight-section {
  border-color: #d8d8ef;
}
.shipping-calculator-in .form-control,
.shipping-calculator-in .form-select {
  box-shadow: none !important;
  min-height: 55px;
  border-color: #f1f3fc;
  background-color: #f1f3fc;
  color: #666666;
}

.shipping-calculator-in .remove-btn {
  display: none;
  color: #ff3b2c;
}

.shipping-calculator-in .package-container {
  max-height: inherit;
}
.membership-ad img {
  border-radius: 12px;
  height: 100%;
  object-fit: cover;
}
.price-details-box {
  padding: 0;
  border-radius: 12px;
  height: 100%;
  background: #ffffff;
  margin-bottom: 15px;
}

.price-details-header {
  padding: 2.2rem 1.5rem;
  border-radius: 12px 12px 0 0;
}

.price-details-list {
  padding: 1.2rem 1.5rem 1.5rem 1.5rem;
  height: 100%;
}

.price-details-box ul {
  margin-bottom: 0;
}

.price-details-box ul li {
  list-style: none;
  color: #626972;
  padding: 12px 0 12px 28px;
  position: relative;
  line-height: normal;
}

.price-details-box ul li::before {
  display: none;
}

.price-details-box ul li svg {
  position: absolute;
  left: 0;
  top: 15px;
}

/* 
.price-details-header h5 {
  color: #309797;
  font-weight: 600;
}

.price-details-header span {
  background: #309797;
  padding: 0.5rem 1rem;
  display: block;
  color: #fff;
  font-weight: 600;
  border-radius: 8px;
} */

.price-details-box.pink {
  background: rgba(181, 33, 129, 0.07);
}

.price-details-box.pink .price-details-header {
  border-color: rgba(181, 33, 129, 0.2);
}

.price-details-box.pink .price-details-header span {
  background: #b52182;
}

.price-details-box.pink .price-details-header h5 {
  color: #b52182;
}

.price-details-box.pink ul li::before {
  border-color: #b52182;
}

.price-details-box.violet {
  background: rgba(137, 81, 193, 0.07);
}

.price-details-box.violet .price-details-header {
  border-color: rgba(137, 81, 193, 0.2);
}

.price-details-box.violet .price-details-header span {
  background: #8951c1;
}

.price-details-box.violet .price-details-header h5 {
  color: #8951c1;
}

.price-details-box.violet ul li::before {
  border-color: #8951c1;
}

.faq-tab .nav-pills .nav-item {
  padding: 0;
}

.faq-tab .nav-pills .nav-item::before {
  display: none;
}

.faq-tab {
  padding: 1.5rem;
  background: #fff;
  border-radius: 16px;
  box-shadow: 4px 4px 50px rgba(7, 109, 153, 0.1);
  position: sticky;
  top: 120px;
}

.faq-tab .nav-pills .nav-link {
  color: #666666;
  padding: 0.75rem 1.2rem;
  border-radius: 7px;
  position: relative;
}

.faq-tab .nav-pills .nav-item .nav-link::after {
  position: absolute;
  content: "";
  width: 22px;
  height: 22px;
  background: #fff;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
  -moz-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  right: -32px;
  opacity: 0;
}

.faq-tab .nav-pills .nav-link.active {
  color: #eb5e29;
  background: #fff2ec;
}

.faq-tab .nav-pills .nav-link.active:after {
  opacity: 1;
}

.faq .accordion-button {
  box-shadow: none;
  background: none;
  gap: 15px;
  color: #eb5e29;
  font-weight: 500;
  padding: 1rem;
}

.faq .accordion-button.collapsed {
  color: #81878b;
}

.faq .accordion-button span {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 6px;
  background: #eb5e29;
  color: #fff;
  font-weight: 500;
  opacity: 1;
  flex-shrink: 0;
}

.faq .accordion-button.collapsed span {
  background: #e0eaf1;
  color: #204b64;
  opacity: 0.5;
}

.faq .accordion-button::after {
  width: 40px;
  height: 40px;
  border-radius: 6px;
  background-color: #ebf2f7;
  background-position: center center;
  opacity: 0.5;
  background-size: 15px;
}

.faq .accordion-item {
  margin-bottom: 1.2rem;
  border: 1px solid #d2e3ed;
  border-radius: 12px;
}

.faq .accordion-body {
  padding-top: 0;
}

.table-responsive table td {
  color: #666666;
  border-color: #dce9f3;
}

.table-responsive table th {
  background: #e6f0f7;
  border-color: #e6f0f7;
  color: #687488;
  font-weight: 500;
}

.table-responsive table th,
.table-responsive table td {
  padding: 0.9rem 1rem;
  vertical-align: middle;
}

.faq-tab.announcement-tab .nav-pills .nav-item {
  padding-bottom: 10px;
}

.faq-tab.announcement-tab .nav-pills .nav-item:last-child {
  padding-bottom: 0;
}

.faq-tab.announcement-tab .nav-pills .nav-link {
  display: flex;
  align-items: center;
  gap: 14px;
}

.faq-tab.announcement-tab .nav-pills .nav-link img {
  width: 26px;
}

.faq-tab.announcement-tab .nav-pills .nav-link span.fi.flag-circle.flag-lg {
  width: 26px;
  height: 26px;
}

.announcement-box {
  padding: 1.5rem;
  border-radius: 14px;
  border: 1px solid #d5eef6;
  background: linear-gradient(to bottom, #ebf7fb 0%, #ffffff 100%);
  gap: 1.8rem;
  height: 100%;
}

.announcement-box h5 {
  padding-left: 1.1rem;
  position: relative;
}

.announcement-box h5:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 0;
  height: 18px;
  border-left: 4px solid #fdc624;
}

.announcement-box span {
  color: #eb5e29;
  line-height: 1;
  text-transform: uppercase;
  font-size: 0.9rem;
}

.announcement-box span strong {
  font-size: 3.4rem;
  letter-spacing: 1.5px;
  padding-bottom: 7px;
}

.contact-main {
  box-shadow: 4px 4px 70px rgba(7, 109, 153, 0.1);
  border-radius: 14px;
  overflow: hidden;
}

.contact-box {
  padding: 3rem 3rem 0 3rem;
  background: linear-gradient(to right, #fafdfd 0%, #efefff 100%);
  height: 100%;
}

.contact-box img {
  width: 40%;
}

.contact-box ul li {
  padding: 0 0 15px 0;
  display: flex;
  gap: 1.2rem;
}

.contact-box ul li span,
.contact-box ol li a {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  background: #232357;
  color: #ffffff;
}

.contact-box ul li p {
  margin-bottom: 5px;
}

.contact-box ul li p a {
  color: #666666;
  word-break: break-all;
}

.contact-box ul li::before,
.contact-box ol li::before {
  display: none;
}

.contact-box ol li {
  list-style: none;
}

.contact-box ol li a {
  background: #fff;
  color: #232357;
  box-shadow: 0 0 10px rgba(7, 109, 153, 0.1);
}

.contact-box ol li a:hover {
  background: #232357;
  color: #fff;
}

.contact-form {
  padding: 3rem;
}

.contact-form .form-control {
  min-height: 55px;
  background: #f1f3fc;
  border-color: #f1f3fc;
}

.contact-form textarea.form-control {
  min-height: 140px;
  max-height: 140px;
}

.contact-form .form-control:focus {
  border-color: #c0c2cb;
}

.why-us-count span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 70px;
  height: 70px;
  border-radius: 100%;
  background: #fdc624;
  color: #ffffff;
  font-size: 1.2rem;
}

.why-us-count h4 {
  color: #eb5e29;
  font-size: 3.5rem;
  font-weight: 700;
}

.why-us-count h4 small {
  color: #666666;
  font-weight: 500;
  font-size: 60%;
}

.why-us-box span,
ul.connected-steps li span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 62px;
  height: 62px;
  border-radius: 8px;
  background: #232357;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  transition: 0.4s;
}

.why-us-box:hover span {
  background: #363685;
}

.why-us-box span img,
ul.connected-steps li span img {
  width: 42%;
}

.why-connected-video.connect-works:after {
  display: none;
}

.why-connected-video.connect-works span {
  margin: 0;
}

.why-connected-video.connect-works img {
  border-radius: 12px;
}

ul.connected-steps::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 80%;
  top: 10%;
  left: 50%;
  background: #eb5e29;
  z-index: -1;
}

ul.connected-steps li {
  display: flex;
  padding: 0 0 4rem 0;
  align-items: center;
  gap: 4rem;
}

ul.connected-steps li:last-child {
  padding: 0;
}

ul.connected-steps li::before {
  display: none;
}

ul.connected-steps li span {
  border-radius: 100%;
  width: 100px;
  height: 100px;
  background: #eb5e29;
  border: 10px solid #fff;
  outline: 1px solid #eb5e29;
}

ul.connected-steps li:hover span {
  background: #fdc624;
  outline-color: #fdc624;
}

ul.connected-steps li:nth-child(even) {
  flex-direction: row-reverse;
}

ul.connected-steps li h5,
ul.connected-steps li:nth-child(even) p {
  text-align: right;
}

ul.connected-steps li:nth-child(even) h5 {
  text-align: left;
}

ul.connected-steps li h5,
ul.connected-steps li p {
  width: 50%;
  margin-bottom: 0;
}

ul.connected-steps li h5 {
  font-weight: 700;
}

ul.connected-steps li h5 strong {
  color: #fdc624;
  margin-right: 10px;
}

.grid-4 {
  display: grid;
  gap: 0 10px;
  grid-template-columns: repeat(4, 1fr);
}

ol.number-list li {
  list-style: none;
  display: flex;
}

ol.number-list li::before {
  display: none;
}

ol.number-list li span.num {
  min-width: 25px;
  height: 25px;
  border-radius: 25px;
  line-height: 25px;
  border: 1px solid #232357;
  color: #232357;
  display: inline-block;
  text-align: center;
  margin: 2px 18px 0 0;
  flex-shrink: 0;
  font-size: 0.9rem;
}

ol.number-list ol {
  padding-left: 60px;
}

ol.number-list ol li {
  list-style: lower-alpha;
  display: list-item;
}

ol.number-list ol li::marker {
  color: #232357;
  font-weight: 500;
}

.no-shipment,
.shipment-options {
  padding: 1.75rem;
  border-radius: 14px;
  background: #fff;
  width: calc(100% - 4.4rem);
  margin: 0 auto 2.2rem auto;
}
.calculator-box .calculator-gap {
  padding: 0 2.2rem 2.2rem 2.2rem;
}
.calculator-box-inner .no-shipment,
.calculator-box-inner .price-details-box {
  box-shadow: 7px 7px 60px rgba(7, 109, 153, 0.12);
}
.calculator-box-inner .no-shipment {
  width: 100%;
  margin: 0;
}
.calculator-box-inner .price-details-box h6 {
  margin-bottom: 7px;
}

.calculator-box-inner > div {
  margin-top: 0 !important;
}

.shipment-options {
  padding: 2.5rem 1.75rem 1.75rem 1.75rem;
}

.no-shipment img {
  width: 90px;
}

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

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

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

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

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

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

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

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

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

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

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

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

#toast-container .toast.toast-error .toast-progress {
  background-color: #ee7574 !important;
}
.arabic #toast-container .toast {
  background-position: calc(100% - 20px) center !important;
}
.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;
}

.price-details-box h6 {
  color: #fff;
  font-size: 1.1rem;
  margin-bottom: 15px;
  text-transform: uppercase;
}

.price-details-box h4 {
  font-size: 2.2rem;
  font-weight: 600;
  margin-bottom: 5px;
  line-height: 1.2;
}

.price-details-box h4,
.price-details-box p {
  color: #fff;
}

.price-details-box p {
  opacity: 0.8;
}

.price-details-box h4 small {
  font-size: 65%;
  font-weight: 400;
}

.price-details-box .badge-text {
  display: none;
  position: absolute;
  top: -16px;
  left: 50%;
  transform: translateX(-50%);
  background: #fff;
  padding: 5px 15px;
  border-radius: 20px;
  border: 1px solid;
  font-weight: 500;
  white-space: nowrap;
}

.price-details-box .badge-text svg {
  font-size: 80%;
}

.price-details-box.highlighted .badge-text {
  display: inline-block;
}

.price-details-box .btn {
  padding: 20px 25px;
  border: none;
  color: #fff;
  width: 100%;
}

/*.price-details-box.shipping-options {
    background: #ebf5f5;
    border-color: #309797;
}*/

/* .price-details-box.shipping-options .btn {
        color: #309797;
        border: 1px solid #309797;
    }*/

/*.price-details-box.express {
    background: #f8e9f3;
    border-color: #b52182;
}

    .price-details-box.express .btn {
        color: #b52182;
        border: 1px solid #b52182;
    }*/
/*
.price-details-box.super {
    background: #f4eef9;
    border-color: #8951c1;
}

    .price-details-box.super .btn {
        color: #8951c1;
        border: 1px solid #8951c1;
    }
*/
/*.price-details-box.shipping-options h6 {
    color: #309797;
}

.price-details-box.express h6 {
    color: #b52182;
}

.price-details-box.super h6 {
    color: #8951c1;
}*/

/* .price-details-box.highlighted .btn {
  color: #fff !important;
} */

/*.price-details-box.shipping-options.highlighted .btn {
    background: #309797;
}

.price-details-box.express.highlighted .btn {
    background: #b52182;
}

.price-details-box.super.highlighted .btn {
    background: #8951c1;
}*/
span.fi.flag-circle.flag-lg {
  width: 45px;
  height: 45px;
  background-size: cover;
  border-radius: 45px;
  flex-shrink: 0;
}

.login-mob {
  display: none !important;
}

.benefits-text img {
  width: 70px;
}

.benefits-box {
  padding: 25px;
  border-radius: 12px;
  background: #ffffff;
  box-shadow: 0 0 30px rgba(15, 110, 137, 0.1);
  height: 100%;
}

.benefits-box span {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  background: #fff2ec;
  width: 70px;
  height: 70px;
  margin-bottom: 20px;
  -webkit-transition: 1s;
  -moz-transition: 1s;
  transition: 1;
}

.benefits-box span img {
  width: 36px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}

.benefits-box h6 {
  font-weight: 700;
  margin-bottom: 10px;
}

.benefits-box:hover span {
  background: #eb5e29;
}

.benefits-box:hover span img {
  filter: brightness(0) invert(1);
}
.dowload-app {
  background: linear-gradient(125deg, #f5f5ff, #eaeaff);
  border-radius: 20px;
  background: url(../images/app-download-bg.jpg) top right / cover;
}
.arabic .dowload-app {
  background: url(../images/app-download-bg-ar.jpg) top left / cover;
}
.dowload-app .title {
  color: #232357;
}
.dowload-app p {
  color: #fff;
}
.dowload-app-img img.en {
  display: block;
}
.dowload-app-img img.ar {
  display: none;
}
.arabic .dowload-app-img img.en {
  display: none;
}
.arabic .dowload-app-img img.ar {
  display: block;
}
.dowload-app ul li {
  list-style: none;
  color: #ffffff;
  line-height: 2;
  padding: 4px 0;
  display: flex;
  gap: 10px;
  align-items: center;
}
/* .dowload-app::after,
.dowload-app::before {
  position: absolute;
  content: "";
  width: 300px;
  height: 300px;
  border: 80px solid #48489b;
  border-radius: 100%;
  bottom: -100px;
  right: -100px;
  opacity: 0.05;
}
.dowload-app::before {
  width: 220px;
  height: 220px;
  border: 40px solid #48489b;
  bottom: auto;
  right: auto;
  top: -70px;
  left: -70px;
}
.arabic .dowload-app::after {
  right: auto;
  left: -100px;
}
.arabic .dowload-app::before {
  left: auto;
  right: -70px;
} */
.dowload-app ul li svg,
.dowload-app ul li i {
  color: #232357;
}
.app-download img {
  width: 160px;
}
.dowload-app-text {
  padding: 2rem;
}
.info-text svg {
  color: #009ec9;
}
.announcement-dropdown .dropdown-toggle {
  padding: 1rem;
  border-radius: 8px;
  background: none;
  outline: none;
  border: 1px solid #d8e7f0;
  color: #8392ab;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.announcement-dropdown .dropdown-menu {
  padding: 0;
  border: none;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1);
}
.announcement-dropdown .dropdown-toggle span.fi.flag-circle.flag-lg,
.announcement-dropdown .dropdown-menu li span.fi.flag-circle.flag-lg {
  width: 26px;
  height: 26px;
  background-size: cover;
  border-radius: 45px;
  flex-shrink: 0;
}
.arabic
  .announcement-dropdown
  .dropdown-menu
  li
  span.fi.flag-circle.flag-lg.me-2 {
  margin-right: 0 !important;
  margin-left: 0.5rem;
}
.announcement-dropdown .dropdown-menu li,
.arabic .announcement-dropdown .dropdown-menu li {
  padding: 0;
}
.announcement-dropdown .dropdown-menu li::before {
  display: none;
}
.announcement-dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  padding: 10px 12px;
  gap: 5px;
}
.announcement-dropdown .dropdown-menu .dropdown-item.active,
.announcement-dropdown .dropdown-menu .dropdown-item:active {
  color: #34393c;
  background-color: #fff2ec;
}
/* arabic */

.arabic {
  direction: rtl;
  font-family: "Rubik", sans-serif;
}

.arabic {
  header .language img {
    margin-right: 0;
    margin-left: 5px;
  }

  .navbar-nav.ms-auto {
    margin-left: 0 !important;
    margin-right: auto;
    padding: 0;
  }

  header .navbar-nav .full-width-menu:after {
    right: auto;
    left: 0;
  }

  .navbar-nav a {
    font-weight: 600;
  }

  .full-width-menu .menu-list li ul {
    padding-left: 0;
    padding-right: 42px;
  }

  header .dropdown-item {
    text-align: right;
  }

  .full-width-menu .menu-list .nav-link {
    text-align: right;
    padding: 0.6rem 1.4rem 0.6rem 0;
  }

  .full-width-menu .menu-list .nav-link:after {
    left: auto;
    right: 0;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    transform: rotate(135deg);
  }

  .full-width-menu .menu-list .dropdown-item img {
    margin-right: 0;
    margin-left: 12px;
  }

  .full-width-menu .menu-list .dropdown-item {
    font-weight: 700;
  }

  .full-width-menu .menu-list .nav-link {
    font-weight: 600;
  }

  .banner .btn svg,
  .banner::before,
  .service-text .primary-btn,
  .shop-brands ul li a.more svg,
  .service-img::after,
  .contact-box img {
    -webkit-transform: scaleX(-1);
    -moz-transform: scaleX(-1);
    transform: scaleX(-1);
  }

  .banner .owl-nav button span,
  .services .owl-nav button span,
  .usa-products .owl-nav button span {
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    transform: rotate(135deg);
  }

  .banner .owl-nav button.owl-prev span,
  .services .owl-nav button.owl-prev span,
  .usa-products .owl-nav button.owl-prev span {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  .why-connected-video {
    padding: 25px 25px 0 0;
  }

  .why-connected-logo {
    border-radius: 15px 15px 60px 15px;
  }

  .why-connected-video:after {
    border-radius: 15px 220px 15px 15px;
    left: auto;
    right: 0;
  }

  .why-connected-video img {
    border-radius: 15px 200px 15px 15px;
  }

  .why-connected-video span {
    margin: 25px 25px 0 0;
  }

  .membership-box ul li {
    padding: 10px 27px 10px 0;
    background: url(../images/tick.png) right 17px / 12px auto no-repeat;
  }

  .services .owl-nav {
    right: auto;
    left: 0;
  }

  .services .owl-nav button span {
    margin-left: -5px;
  }

  .services .owl-carousel .owl-nav .owl-next span {
    margin-left: 5px;
  }

  .service-text span {
    right: auto;
    left: 2rem;
  }

  .brand-list-2 ul li:nth-child(even),
  .brand-list ul li:nth-child(odd) {
    margin-left: 0;
    margin-right: auto;
  }

  .search-box span {
    right: 0;
    left: auto;
  }

  .search-box .btn {
    left: 0;
    right: auto;
  }

  .inner-banner .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
    float: right;
    padding-right: 0;
    padding-left: var(--bs-breadcrumb-item-padding-x);
  }

  .inner-banner .breadcrumb .breadcrumb-item + .breadcrumb-item {
    padding-left: 0;
    padding-right: var(--bs-breadcrumb-item-padding-x);
  }

  .inner-banner .breadcrumb a svg.me-2 {
    margin-right: 0 !important;
    margin-left: 0.5rem !important;
  }

  .usa-products .owl-nav button span {
    margin-left: -5px;
  }

  .usa-products .owl-carousel .owl-nav .owl-next span {
    margin-left: 5px;
  }
  footer p svg.me-2 {
    margin-right: 0 !important;
    margin-left: 0.5rem;
  }
  .inner-content ul li {
    padding: 7px 27px 7px 0;
  }

  .inner-content li::before {
    left: auto;
    right: 0;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    transform: rotate(135deg);
  }

  .claim-reward div p span {
    margin-right: 0;
    margin-left: 10px;
  }

  .claim-reward div {
    background: #ffece6 url(../images/claim-reward-bg-ar.png) top left / auto
      80% no-repeat;
  }

  .premium-contact ul li {
    padding: 2rem;
  }

  .premium-contact li::before {
    display: none;
  }

  .shipping-calculator-in::before,
  .shipping-calculator-in::after {
    right: auto;
    left: 15%;
  }

  .shipping-calculator-in::after {
    right: 15%;
    left: auto;
  }

  .faq .accordion-button::after {
    margin-left: 0;
    margin-right: auto;
  }

  ul.no-icon {
    padding-left: 0;
    padding-right: 25px;
  }

  ul.no-icon li {
    padding-right: 0 !important;
  }

  .faq-tab .nav-pills .nav-item .nav-link::after {
    right: auto;
    left: -32px;
  }

  .faq .accordion-button {
    text-align: right;
    font-weight: 600;
  }

  .announcement-box h5 {
    padding-left: 0;
    padding-right: 1.1rem;
  }

  .announcement-box h5:before {
    left: auto;
    right: 0;
  }

  .contact-box ul li {
    padding: 0 0 15px 0;
  }

  .why-connected-video.connect-works img {
    border-radius: 12px;
  }

  .why-connected-video.connect-works span {
    margin: 0;
  }

  ul.connected-steps li {
    padding: 0 0 4rem 0;
  }

  ul.connected-steps li h5,
  ul.connected-steps li:nth-child(even) p {
    text-align: left;
  }

  ul.connected-steps li:nth-child(even) h5 {
    text-align: right;
  }

  ol.number-list li span.num {
    margin: 2px 0 0 18px;
  }

  ol.number-list ol {
    padding-left: 0;
    padding-right: 60px;
  }

  .contact-box {
    background: linear-gradient(to left, #fafdfd 0%, #efefff 100%);
  }
  .track-search .form-control {
    border-radius: 0 7px 7px 0;
  }

  .track-search .primary-btn {
    border-radius: 7px 0 0 7px;
  }
  .modal-header .btn-close {
    margin-left: 0;
    margin-right: auto;
  }
  .price-details-box ul li {
    padding: 12px 28px 12px 0;
  }
  .price-details-box ul li svg {
    left: auto;
    right: 0;
  }
}

/* arabic */
@media (min-width: 1200px) {
  header .nav-item:hover .dropdown-menu,
  header .navbar-nav .dropdown-menu.show {
    -webkit-animation: move-up 0.2s linear 1;
    -moz-animation: move-up 0.2s linear 1;
    animation: move-up 0.2s linear 1;
  }

  header .nav-item:hover .dropdown-menu {
    display: block;
    left: 0;
  }

  .header-right .dropdown.user:hover .dropdown-menu {
    display: block;
    left: auto;
    right: 0;
  }

  .header-right .dropdown.user .dropdown-menu,
  .header-right .dropdown.user .dropdown-menu.show {
    -webkit-animation: move-up 0.2s linear 1;
    -moz-animation: move-up 0.2s linear 1;
    animation: move-up 0.2s linear 1;
  }
}

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

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

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

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

  .shop-brands ul li a {
    width: 165px;
  }

  .shop-brands ul li a.more {
    height: 74px;
  }

  header .navbar-brand img {
    width: 140px;
  }

  header .nav-item .nav-link {
    padding: 1.2rem;
  }
  .full-width-menu .menu-list {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 1rem;
  }
}

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

  .full-width-menu .menu-list li ul {
    padding-left: 0;
  }

  .banner h2 {
    font-size: 2.8rem;
    line-height: 1.3;
  }

  .contact-box img {
    display: none;
  }

  .price-details-box h6 {
    font-size: 1rem;
  }

  .price-details-box h4 {
    font-size: 1.7rem;
  }

  .price-details-box .btn {
    padding: 14px 25px;
  }
  .arabic .full-width-menu .menu-list li ul {
    padding-right: 0;
  }
}

@media (max-width: 1599.98px) {
  .title {
    font-size: 2rem;
  }

  .shop-globally ul li div img,
  .shop-globally ul li div span.fi.flag-circle.flag-lg {
    width: 60px !important;
    height: 60px !important;
  }

  .shop-brands ul li a {
    width: 145px;
  }

  .shop-brands ul li a.more {
    height: 65px;
  }

  .usa-product-box video {
    height: 400px;
  }
  header .nav-item {
    margin: 0 0.2rem;
  }
  .tracking-box div {
    margin: 0 0.75rem;
  }
}
@media (max-width: 1499.98px) {
  .header-right .dropdown.user .dropdown-toggle span {
    display: none;
  }
  .header-right .dropdown.user .dropdown-toggle .user-profile-img {
    margin-right: 0;
  }
  .header-right .dropdown.user .dropdown-toggle::after {
    display: none;
  }
}
@media (max-width: 1399.98px) {
  .full-width-menu .menu-list {
    grid-template-columns: repeat(3, 1fr);
    max-height: inherit;
  }
  .tracking-box div {
    width: 175px;
  }
  .features p {
    width: 95%;
  }

  .banner h2 {
    font-size: 2.2rem;
  }

  .title {
    font-size: 1.8rem;
  }

  .why-connected-logo img {
    height: 37px;
  }

  .shop-globally ul li div img,
  .shop-globally ul li div span.fi.flag-circle.flag-lg {
    width: 52px !important;
    height: 52px !important;
  }

  /* .calculator-box {
    padding: 2rem;
  } */
  .calculator-box-sub {
    padding: 2rem;
  }
  .no-shipment,
  .shipment-options {
    width: calc(100% - 4rem);
    margin: 0 auto 2rem auto;
  }
  .calculator-box .calculator-gap {
    padding: 0 2rem 2rem 2rem;
  }
  /* .membership-box {
    padding: 0 1.2rem 1.2rem 1.2rem;
  } */
  .membership-header h5 strong {
    font-size: 170%;
  }
  .membership-header {
    padding: 1.2rem;
    /* margin: 0 -1.2rem 1.2rem -1.2rem; */
  }

  .features img {
    width: 120px;
  }

  .service-box h5 {
    font-size: 1.1rem;
  }

  .shop-brands ul li a {
    width: 125px;
  }

  .shop-brands ul li a.more {
    height: 55px;
  }

  .shipping-rates-box {
    padding: 1.5rem;
  }

  .shipping-rates-box h4 {
    font-size: 1.25rem;
  }

  .shipping-rates-box h5 {
    font-size: 1.1rem;
  }

  .shipping-rates-header span {
    width: 72px;
    height: 72px;
  }

  .shipping-rates-box .weigth span {
    width: 60px;
    height: 60px;
  }

  .brands-tab .tab-content .tab-pane ul {
    grid-template-columns: repeat(4, 1fr);
  }

  .premium-contact ul li {
    padding: 1.5rem;
  }

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

  header .nav-item {
    margin: 0;
  }

  .tracking-box div {
    margin: 0 0.75rem;
  }
}

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

  .tracking-box {
    margin-left: auto;
  }
  .arabic .tracking-box {
    margin-left: 0;
    margin-right: auto;
  }

  .navbar-toggler {
    height: 50px;
    width: 65px;
  }

  header .language {
    padding: 0 1.2rem;
    margin-bottom: 15px;
  }

  header .language .btn {
    text-align: left;
  }
  .arabic header .language .btn {
    text-align: right;
  }

  .navbar-close {
    display: block;
  }

  .user-profile-img {
    margin-right: 0 !important;
  }

  .dropdown.user .dropdown-toggle::after {
    display: none;
  }

  .header-right .primary-btn,
  header .search,
  header .language .btn,
  header .yellow-btn,
  .tracking-box div {
    min-height: 50px;
  }

  .navbar-collapse {
    position: fixed;
    right: 0;
    top: 0;
    z-index: 999;
    background: #fff;
    width: 320px;
    max-width: 95%;
    height: 100% !important;
    padding: 1rem 0.5rem;
    -webkit-animation: move-left 0.2s linear 1;
    -moz-animation: move-left 0.2s linear 1;
    animation: move-left 0.2s linear 1;
  }

  header .navbar-nav {
    overflow: auto;
    max-height: calc(100% - 35px);
    padding-top: 10px;
  }

  header .nav-item {
    margin: 0;
  }

  header .nav-item .nav-link {
    padding: 1rem 1.2rem;
    font-weight: 400;
  }

  .full-width-menu .menu-list {
    grid-template-columns: repeat(1, 1fr);
    padding-top: 10px;
  }

  header .navbar-nav .full-width-menu {
    padding: 0;
  }

  header .navbar-nav .dropdown-menu {
    box-shadow: none;
    padding-left: 1rem;
  }

  .full-width-menu .menu-list > li {
    padding: 0 0 0 1rem;
    background: none;
  }

  header .dropdown-item {
    padding: 0.75rem 1.2rem;
  }

  .header-end .dropdown.user .btn img {
    width: 45px;
    height: 45px;
  }

  header .navbar-nav .full-width-menu:after {
    display: none;
  }

  .full-width-menu .menu-list .dropdown-item {
    font-weight: 400;
  }

  .full-width-menu .menu-list .dropdown-item img {
    width: 20px;
  }

  .full-width-menu .menu-list .dropdown-item span.fi.flag-circle.flag-lg {
    width: 20px;
    height: 20px;
  }

  .full-width-menu .menu-list li ul {
    padding-left: 33px;
  }

  .full-width-menu .menu-list .nav-link {
    font-size: 0.95rem;
    padding: 0.6rem 0 0.6rem 1.3rem;
  }

  .full-width-menu .menu-list .nav-link:after {
    top: 1.1rem;
    width: 6px;
    height: 6px;
  }

  header .nav-item .dropdown-toggle::after {
    float: right;
    margin-top: 10px;
  }

  header .primary-btn,
  header .yellow-btn {
    min-width: auto;
  }

  .banner h2 {
    font-size: 1.85rem;
    margin-bottom: 1rem !important;
    line-height: 1.4;
  }

  .title {
    font-size: 1.6rem;
    line-height: 1.4;
  }

  .banner h6 {
    padding: 7px 12px;
    letter-spacing: 0;
    font-size: 0.85rem;
  }

  .banner h6 img {
    width: 22px !important;
  }

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

  .banner .primary-btn {
    min-height: 50px;
  }

  .why-connected-logo {
    padding: 2rem;
    width: 100%;
    border-radius: 15px;
  }

  .shop-globally ul li {
    width: 33.333%;
    padding: 0.5rem;
  }

  .service-text .primary-btn {
    width: 47px;
    height: 47px;
    min-height: 47px;
  }

  .service-text {
    padding: 1rem 1.5rem 1.5rem 1.5rem;
  }

  .inner-banner img {
    height: 250px;
  }

  .brands-tab .tab-content .tab-pane ul {
    grid-template-columns: repeat(3, 1fr);
  }

  .search-box {
    padding: 1.5rem;
  }

  .search-box .form-control {
    min-height: 55px;
  }

  .claim-reward,
  .reward-box {
    padding: 1.5rem;
  }

  .claim-reward div {
    padding: 0;
    background: none;
  }

  .premium-contact ul {
    flex-wrap: wrap;
  }

  .premium-contact ul li {
    width: 45%;
    flex: auto;
  }

  .join-connected.why-us span {
    width: 60px;
    height: 60px;
    font-size: 1.3rem;
  }

  .shipping-calculator-in {
    padding: 2rem;
  }

  .shipping-calculator-in h3 {
    font-size: 1.4rem;
  }

  .brands-tab .nav-pills .nav-link,
  .faq-tab .nav-pills .nav-link {
    padding: 0.5rem 1rem;
  }

  .faq-tab {
    top: 100px;
  }

  .inner-content h4 {
    font-size: 1.3rem;
  }

  .price-details-box h4 {
    font-size: 1.7rem;
  }
  .membership-header {
    border-radius: 15px 15px 0 0;
    flex-basis: 0;
  }
  .membership-header h5 {
    align-items: center;
  }
  .membership-box button,
  .membership-box a {
    color: #ffffff !important;
    width: calc(100% - 2rem);
    margin: 0 auto 1rem auto;
  }
  .inner-content h5 {
    font-size: 1.15rem;
  }

  .announcement-box {
    flex-direction: column;
    align-items: flex-start;
  }

  .why-us-count h4 {
    font-size: 2.5rem;
  }

  ul.connected-steps li {
    gap: 2rem;
    padding: 0 0 1rem 0;
  }

  ul.connected-steps li span {
    width: 80px;
    height: 80px;
  }

  .video-modal iframe {
    height: 400px !important;
  }

  .loader img {
    width: 80px;
  }
  .membership-header h5 strong {
    font-size: 175%;
  }
  .calculator-box,
  .arabic .calculator-box {
    background: #222252;
  }
  .dowload-app,
  .arabic .dowload-app {
    background: #eb5e29;
  }
  /* arabic */
  .arabic {
    header .nav-item .dropdown-toggle::after {
      float: left;
    }

    .navbar-collapse {
      right: auto;
      left: 0;
      -webkit-animation: move-right 0.2s linear 1;
      -moz-animation: move-right 0.2s linear 1;
      animation: move-right 0.2s linear 1;
    }

    header .navbar-nav .dropdown-menu {
      padding-left: 0;
      padding-right: 1rem;
    }

    .full-width-menu .menu-list > li {
      padding: 0 1rem 0 0;
    }

    .full-width-menu .menu-list li ul {
      padding-left: 0;
      padding-right: 0;
    }

    .why-connected-logo {
      border-radius: 15px;
    }
    .navbar-toggler.ms-3 {
      margin-left: 0 !important;
      margin-right: 1rem !important;
    }
    .claim-reward div {
      padding: 0;
      background: none;
    }
  }
  /* arabic */
}

@media (max-width: 991.98px) {
  .banner-img img {
    max-width: 500px;
    margin: 0 auto 40px auto;
  }

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

  /* .banner .owl-nav {
    bottom: 10px;
  }

  .banner .owl-nav .container {
    display: flex;
    justify-content: center;
  } */

  /* .calculator-box {
    padding: 1.5rem;
  } */
  .calculator-box-sub {
    padding: 1.5rem;
  }
  .no-shipment,
  .shipment-options {
    width: calc(100% - 3rem);
    margin: 0 auto 1.5rem auto;
  }
  .calculator-box .calculator-gap {
    padding: 0 1.5rem 1.5rem 1.5rem;
  }
  .package-item {
    padding: 1.2rem 1.2rem 0 1.2rem;
  }

  .services .owl-nav {
    position: relative;
    top: auto;
    right: auto;
    justify-content: flex-start;
    display: flex;
    margin-top: 20px;
  }

  .services .owl-carousel .owl-nav .owl-next,
  .services .owl-carousel .owl-nav .owl-prev {
    width: 40px;
    height: 40px;
    margin-left: 0;
    margin-right: 15px;
  }

  .services .owl-nav button span {
    width: 11px;
    height: 11px;
  }

  .service-text span {
    top: -77px;
  }

  .services .owl-carousel .owl-nav .owl-next,
  .services .owl-carousel .owl-nav .owl-prev {
    box-shadow: none;
  }

  .shop-brands ul {
    flex-wrap: wrap;
    gap: 0 !important;
  }

  .shop-brands ul li {
    width: 33.333%;
    margin: 0 !important;
    padding: 10px;
  }

  .shop-brands ul li a {
    width: 100%;
  }

  .shop-brands ul li a.more {
    height: 100%;
  }

  .shop-brands ul li a img {
    width: 70%;
    margin: 0 auto;
    display: block;
  }

  footer img {
    width: 190px;
  }

  .faq-tab {
    padding: 0;
    box-shadow: none;
    position: relative;
    top: auto;
  }

  .faq-tab .nav-pills {
    gap: 16px;
  }

  .faq-tab .nav-pills .nav-link {
    background: #fff2ec;
    color: #073642;
    text-align: center;
  }

  .faq-tab .nav-pills .nav-link.active {
    color: #fff;
    background: #eb5e29;
  }

  .brands-tab .nav-pills .nav-link,
  .faq-tab .nav-pills .nav-link {
    padding: 0.5rem 1rem;
    font-size: 0.9rem;
    border-radius: 5px;
  }

  .announcement-box {
    flex-direction: row;
  }

  .faq-tab.announcement-tab .nav-pills .nav-link img {
    width: 20px;
  }

  .faq-tab.announcement-tab .nav-pills .nav-link span.fi.flag-circle.flag-lg {
    width: 20px;
    height: 20px;
  }

  .faq-tab.announcement-tab .nav-pills .nav-link {
    gap: 10px;
  }

  .faq-tab.announcement-tab .nav-pills .nav-item {
    padding-bottom: 0;
  }

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

  .faq-tab .nav-pills .nav-item .nav-link::after {
    display: none;
  }

  .no-shipment {
    padding: 1.25rem;
  }

  .no-shipment img {
    width: 70px;
  }

  .tracking-modal img {
    width: 140px;
  }

  .track-search {
    width: 100%;
  }
  .tracking-box {
    padding: 0 1.2rem;
  }
  .tracking-box div {
    width: 100%;
    margin: 0;
  }
  .arabic .header-right {
    margin-left: 0 !important;
    margin-right: auto !important;
  }
}

@media (max-width: 767.98px) {
  header .container,
  .inner-banner .container {
    max-width: 100%;
  }

  .banner .owl-nav button span {
    width: 16px;
    height: 16px;
  }

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

  .title {
    font-size: 1.4rem;
  }

  .header-end .dropdown.user .btn img {
    margin-right: 0;
  }

  .header-end .language img,
  .header-end .dropdown.user .btn img {
    width: 40px;
    height: 40px;
  }

  .header-end .dropdown.user .btn img {
    margin-left: 0;
  }

  .connected-works-text {
    padding: 3.2rem 1.2rem 2rem 1.2rem;
  }

  .connected-works-box.box-2 .connected-works-text {
    padding: 2rem 1.2rem 3.2rem 1.2rem;
  }

  .connected-works-img span {
    width: 50px;
    height: 50px;
    bottom: -25px;
  }

  .connected-works-box.box-2 .connected-works-img span {
    bottom: auto;
    top: -25px;
  }

  .why-connected-logo img {
    height: 32px;
  }

  .why-connected-video img {
    border-radius: 120px 15px 15px 15px;
  }

  .why-connected-video:after {
    border-radius: 135px 15px 15px 15px;
  }

  .banner-img img {
    max-width: 390px;
  }

  .shop-globally ul li div {
    gap: 18px;
  }

  .brands-tab .tab-content .tab-pane ul {
    grid-template-columns: repeat(2, 1fr);
  }

  .inner-banner .breadcrumb {
    gap: 5px 0;
    padding: 12px;
  }

  .inner-banner .breadcrumb .breadcrumb-item,
  .inner-banner .breadcrumb a,
  .inner-banner .breadcrumb-item + .breadcrumb-item::before {
    font-size: 0.9rem;
  }

  .premium-contact ul li {
    width: 100%;
  }

  ul.connected-steps li {
    flex-direction: column;
    gap: 1.2rem;
    padding: 0 0 2.5rem 0;
  }

  ul.connected-steps li:nth-child(even) {
    flex-direction: column;
  }

  ul.connected-steps li span {
    order: 1;
  }

  ul.connected-steps li h5 {
    order: 2;
  }

  ul.connected-steps li p {
    order: 3;
  }

  ul.connected-steps li h5,
  ul.connected-steps li p,
  ul.connected-steps li:nth-child(even) h5,
  ul.connected-steps li:nth-child(even) p {
    width: 100%;
    text-align: center;
  }

  ul.connected-steps::after {
    display: none;
  }

  .header-right .dropdown.user .dropdown-toggle .user-profile-img {
    margin: 0 !important;
  }

  .header-right .dropdown.user .dropdown-toggle::after {
    display: none;
  }
  .shop-globally ul li {
    width: 50%;
  }
  /* arabic */
  .arabic {
    header .language .btn {
      min-width: 105px;
    }

    .why-connected-video img {
      border-radius: 15px 120px 15px 15px;
    }

    .why-connected-video:after {
      border-radius: 15px 135px 15px 15px;
    }

    ul.connected-steps li h5,
    ul.connected-steps li:nth-child(even) h5,
    ul.connected-steps li p,
    ul.connected-steps li:nth-child(even) p {
      text-align: center;
    }

    ul.connected-steps li {
      padding: 0 0 2.5rem 0;
    }
  }
  /* arabic */
}

@media (max-width: 575.98px) {
  header .nav-item .header-right {
    padding: 0 1.2rem;
  }

  header .language .dropdown-toggle {
    text-align: left;
  }

  header .language .dropdown-toggle.show {
    border-bottom: none;
    border-radius: 7px 7px 0 0;
  }

  header .language .dropdown-menu {
    border: 1px solid #e0eaed !important;
    border-top: none !important;
  }

  .header-end .dropdown.user .btn img {
    width: 37px;
    height: 37px;
  }
  header .language {
    margin-bottom: 0;
  }

  .dashboard-btn {
    width: 45px;
    min-height: 45px;
    border-radius: 45px;
  }
  .tracking-box {
    padding: 0 1.2rem;
  }

  .tracking-box div {
    width: 100%;
    margin: 15px 0 0 0;
    justify-content: space-between !important;
  }

  .tracking-box div span {
    display: block;
  }

  .shop-globally ul li,
  .shop-brands ul li {
    width: 50%;
  }

  .shop-globally ul {
    margin: 0 -10px;
  }

  .shop-globally ul li {
    padding: 10px;
  }

  .calculator-box .btns {
    flex-direction: column;
  }

  .calculator-box .btns .btn {
    width: 100%;
  }

  .why-connected ul li span {
    height: 50px;
    width: 50px;
  }

  .why-connected-logo {
    padding: 1.2rem;
    flex-wrap: wrap;
    justify-content: center !important;
  }

  .why-connected-logo img {
    height: 25px;
    margin: 0 5px;
  }

  .banner h2 {
    font-size: 1.2rem;
  }

  .banner h5 {
    margin-bottom: 1rem !important;
  }

  .banner h6 {
    padding: 7px 10px;
    letter-spacing: 0;
    font-size: 0.75rem;
  }

  .banner h6 img {
    display: none !important;
  }

  .banner-img img {
    max-width: 300px;
  }

  .why-connected-video img {
    border-radius: 18px;
  }

  .why-connected-video {
    padding: 16px 0 0 16px;
  }

  .why-connected-video:after {
    width: calc(100% - 16px);
    height: calc(100% - 16px);
    border-radius: 20px;
  }

  .why-connected-video span {
    width: 45px;
    height: 45px;
    margin: 16px 0 0 16px;
  }

  .search-box {
    padding: 1.2rem;
    width: 90%;
  }

  .connected-works-box.box-2 {
    flex-direction: column;
  }

  .connected-works-box.box-2 .connected-works-img span {
    bottom: -25px;
    top: auto;
  }

  .connected-works-box.box-2 .connected-works-text {
    padding: 3.2rem 1.2rem 2rem 1.2rem;
    background: linear-gradient(to bottom, #ffffff 0%, #efefff 100%);
  }

  .price-details-in {
    flex-direction: column;
  }

  .brands-tab .tab-content .tab-pane ul {
    grid-template-columns: repeat(1, 1fr);
  }

  .brands-tab .tab-content .tab-pane ul li {
    border-radius: 12px;
    border: 1px solid #d8e7f0;
  }

  .brands-tab .tab-content .tab-pane ul li:hover {
    border: 1px solid #eb5e29;
    border-radius: 12px;
  }

  .brands-tab .tab-content .tab-pane ul li div {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    border: none;
    visibility: visible;
    opacity: 1;
    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    transform: scaleY(1);
  }

  .brands-tab .tab-content .tab-pane ul li:hover div {
    border-color: #eb5e29;
  }

  .brands-tab .tab-content .tab-pane ul li a {
    padding: 2rem 1rem 1.1rem 1rem;
  }

  .inner-banner .breadcrumb .breadcrumb-item,
  .inner-banner .breadcrumb a,
  .inner-banner .breadcrumb-item + .breadcrumb-item::before {
    font-size: 0.82rem;
  }

  footer {
    text-align: center;
  }

  footer ol {
    justify-content: center;
  }
  .membership-header h5 strong {
    font-size: 155%;
  }
  .inner-content h4 {
    font-size: 1.2rem;
  }

  .price-details-box h4 {
    font-size: 1.7rem;
  }

  .navbar-toggler {
    height: 45px;
    width: 50px;
  }

  .header-right .primary-btn {
    min-height: 45px;
  }

  header .search {
    min-height: 45px;
    width: 45px;
    min-width: auto;
  }

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

  .claim-reward div h5 {
    font-size: 1.1rem;
  }

  .shipping-calculator-in .btns {
    flex-direction: column;
  }

  .shipping-calculator-in .btns .btn {
    width: 100%;
  }

  .shipping-calculator-in {
    padding: 1.5rem;
  }

  .shipping-calculator-in h3 {
    font-size: 1.2rem;
  }

  .calculator-box .form-label,
  .shipping-calculator-in .form-label {
    font-size: 0.9rem;
  }

  .faq .accordion-button span {
    display: none;
  }

  .faq .accordion-button::after {
    width: 32px;
    height: 32px;
  }

  .announcement-box {
    flex-direction: column;
    padding: 1.25rem;
  }

  .contact-box {
    padding: 1.5rem 1.5rem 0.5rem 1.5rem;
  }

  .contact-form {
    padding: 1.5rem;
  }

  .contact-box ul li span {
    width: 36px;
    height: 36px;
  }

  .why-us-count {
    text-align: center;
  }

  .why-us-count h4 {
    font-size: 2rem;
  }

  .why-us-count span {
    margin: 0 auto;
  }

  .why-us-count span,
  .why-us-box span {
    width: 55px;
    height: 55px;
  }

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

  .reward-box .btn {
    min-width: auto;
  }

  .reward-box {
    padding: 1rem;
  }

  .reward-box img {
    border-radius: 6px;
  }

  header .navbar-brand img {
    width: 110px;
  }

  .header-right {
    gap: 10px !important;
  }

  .header-right .dropdown.user .dropdown-toggle .user-profile-img {
    width: 42px;
    height: 42px;
  }

  .notification-dropdown .notification-btn {
    width: 42px;
    line-height: 42px;
  }
  /* .price-details-box {
    padding: 2rem 1.75rem;
  } */
  .package-container {
    max-height: 640px;
  }
  .consolidation-box h6 {
    font-size: 1.1rem;
  }
  .shop-globally ul li.comingsoon h6 {
    font-size: 7px;
    top: 15px;
    left: -30px;
    letter-spacing: 0.5px;
  }

  /* arabic */
  .arabic {
    header .language .dropdown-toggle {
      text-align: right;
    }
    /* .login-web {
      padding-left: 1rem;
      padding-right: 1rem;
    } */
    .why-connected-video {
      padding: 16px 16px 0 0;
    }
    .consolidation-box h6 {
      font-size: 1rem;
    }

    .why-connected-video:after {
      border-radius: 20px;
    }

    .why-connected-video img {
      border-radius: 18px;
    }

    .why-connected-video span {
      margin: 16px 16px 0 0;
    }

    header .language .dropdown-item {
      font-weight: 400;
    }
  }
  /* arabic */
}

@media (max-width: 420px) {
  .login-web.yellow-btn {
    display: none !important;
  }

  .login-mob.yellow-btn {
    display: flex !important;
    margin-top: 15px;
  }
  .dropdown.user.notification-dropdown {
    display: none !important;
  }
  .dropdown.user.notification-dropdown.login-mob {
    display: block !important;
    padding: 0 1.2rem;
    margin-top: 15px;
  }
  .dropdown.user.login-mob .dropdown-toggle,
  .notification-btn:hover,
  .notification-btn:active {
    text-align: left;
    padding-right: 1.2rem;
    border: 1px solid #e0eaed;
    border-radius: 7px !important;
    background: none !important;
    color: #646d72 !important;
  }
  .arabic .dropdown.user.login-mob .dropdown-toggle,
  .arabic .notification-btn:hover,
  .arabic .notification-btn:active {
    text-align: right;
  }
  .dropdown.user.notification-dropdown .dropdown-menu {
    padding-left: 0;
    width: 100%;
    border: 1px solid #e0eaed;
    border-top: none;
  }
  .notification-dropdown .notification-btn {
    width: 100%;
    height: auto;
    border-radius: 0 !important;
    background: none !important;
    color: #646d72 !important;
    padding: 0 1.2rem;
  }
  .notification-dropdown .notification-btn svg {
    display: none;
  }
  .dropdown.user.login-mob .dropdown-toggle::after {
    display: block;
    margin-top: 22px !important;
  }
  .dropdown.user.login-mob .dropdown-toggle span {
    display: inline !important;
  }
  .arabic .login-web {
    padding-left: 0.8rem;
    padding-right: 0.8rem;
    font-size: 0.8rem;
  }
}

@media (max-width: 325px) {
  .notification-dropdown .notification-btn,
  .notification-dropdown .notification-btn:hover,
  .notification-dropdown .notification-btn:active {
    width: auto;
    height: auto;
    border-radius: 0 !important;
    background: none !important;
    color: #646d72 !important;
    padding: 0 1.2rem;
  }

  .notification-dropdown .notification-btn svg {
    display: none;
  }

  .notification-dropdown .notification-btn {
    display: block;
  }

  .dropdown.user.login-mob {
    display: block !important;
    padding: 0 1.2rem;
    margin-top: 15px;
  }

  .dropdown.user.login-mob .dropdown-toggle span {
    display: inline !important;
  }

  .dropdown.user.login-mob .dropdown-toggle::after {
    display: block;
  }

  .notification-dropdown .notification-btn::after {
    margin-top: 22px !important;
  }

  .dropdown.user.login-mob .dropdown-menu {
    box-shadow: none;
  }

  .dropdown.user.login-mob .user-profile-img {
    width: 30px;
    height: 30px;
    margin-right: 10px;
  }

  .dashboard-btn {
    display: none;
  }
  .dashboard-menu {
    display: block;
  }
  .dashboard-menu .dashboard-btn {
    display: flex;
    width: calc(100% - 2.4rem);
    border-radius: 7px;
    margin: 15px auto 0 auto;
  }
}

.required-star {
  color: red;
  font-size: 1.5em;
  vertical-align: middle;
  margin-left: 2px;
}

.user-profile-img {
  width: 48px;
  height: 48px;
  border-radius: 100%;
  object-fit: cover;
  margin-right: 10px;
}
.arabic .user-profile-img {
  margin-right: 0;
  margin-left: 10px;
}
.center-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 50vh; /* Full viewport height */
  text-align: center; /* Center the text */
}

.notification-btn {
  width: 50px;
  line-height: 48px;
  color: #eb5e29;
  background: #fff2ec;
  flex-shrink: 0;
  padding: 0;
}

.notification-dropdown .notification-btn:after {
  display: none;
}

.notification-btn:hover,
.notification-btn:active {
  color: #ffffff !important;
  background: #eb5e29 !important;
}

.notification-dropdown .dropdown-menu {
  width: 240px;
}

.ship-calc-weight-section {
  border: 1px solid #494b8b;
  border-radius: 7px;
  padding: 15px;
}

.btn-copy-disabled {
  pointer-events: auto; /* allow click */
  opacity: 0.6;
  cursor: not-allowed;
}

.terms-highlight {
  outline: 2px solid #ffc107 !important; /* yellow highlight */
  box-shadow: 0 0 6px #ffc107;
  transition: outline 0.2s;
}

.consolidation-process img {
  max-width: 300px;
  width: 70%;
}

.consolidation-process svg,
.consolidation-process i {
  position: absolute;
  top: 42%;
  right: -20px;
  font-size: 2rem;
  color: #d4d4f1;
}

.consolidation-box {
  border: 2px solid #f3e3dc;
  padding: 20px;
  border-radius: 12px;
  text-align: center;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.consolidation-box img {
  width: 94%;
  margin: 0 auto;
  max-width: 500px;
}

.consolidation-box h5 {
  display: block;
  border-radius: 7px;
  background: #fff2ec;
  padding: 10px;
  margin-bottom: 20px;
  font-size: 1.1rem;
}

.consolidation-box h6 {
  font-size: 1.2rem;
  border-top: 2px solid #f3e3dc;
  padding-top: 15px;
  margin-top: 25px;
}

.consolidation-box h6 strong {
  color: #eb5e29;
  font-size: 120%;
}

.consolidation-box p.save {
  font-size: 90%;
  font-weight: 500;
  padding: 7px;
  border-radius: 7px;
  background: #dffff0;
  margin: auto 0 25px 0;
  border: 1px solid #19a46f;
}

.consolidation-box p.save svg,
.consolidation-box p.save i {
  color: #19a46f;
  margin: 0 5px;
}

.consolidation-box table th,
.consolidation-box table td {
  color: #666666;
  background: none;
  font-size: 0.95rem;
}

.consolidation-box table th {
  font-weight: 600;
}

@media (max-width: 991.95px) {
  .consolidation-process p {
    padding-bottom: 50px;
  }

  .consolidation-process div:last-child P {
    padding-bottom: 0;
  }

  .consolidation-process svg,
  .consolidation-process i {
    top: auto;
    bottom: 0;
    right: 50%;
    margin-right: -15px;
    transform: rotate(90deg);
  }
}

.tracking-timeline {
  border-radius: 15px;
  padding: 1.2rem;
  background: linear-gradient(to right, #c8f0ff 0%, #def6ff 100%);
}

.tracking-timeline li {
  font-weight: 600;
  color: #666666;
  position: relative;
  line-height: 1.75;
  padding: 0 0 25px 35px;
  list-style: none;
}

.tracking-timeline li small {
  opacity: 0.7;
  font-weight: 400;
}

.tracking-timeline li span {
  position: absolute;
  left: 0;
  top: 9px;
  display: block;
  width: 14px;
  height: 14px;
  border-radius: 14px;
  background: #8392ab;
  border: 3px solid #c8f0ff;
  box-shadow: 0 0 0 2px #8392ab;
}

.tracking-timeline li.completed span {
  background: #34cb8b;
  box-shadow: 0 0 0 2px #34cb8b;
}

.tracking-timeline li:before {
  position: absolute;
  content: "";
  top: 8px;
  left: 6px;
  width: 2px;
  height: 100%;
  background: #8392ab;
}

.tracking-timeline li.completed:before {
  background: #34cb8b;
}

.tracking-timeline li:last-child {
  padding-bottom: 0;
}

.tracking-timeline li:last-child:before {
  display: none;
}

.info-table tr td {
  padding: 7px 0;
  color: #81878b;
  line-height: 1.7;
}

.info-table tr td:last-child {
  padding: 7px 0 7px 20px;
  color: #34393c;
}

.sync-slider {
  max-width: 400px;
}

#sync1 .item {
  padding: 5px;
}

#sync1 .item img {
  border: 1px solid #d8e7f0;
  border-radius: 7px;
  padding: 10px;
}

#sync2 .item {
  padding: 5px;
}

#sync2 .item img {
  border: 1px solid #d8e7f0;
  border-radius: 5px;
  cursor: pointer;
  padding: 5px;
}

#sync2 .current .item img {
  border-color: #a8bdca;
}

#sync1.owl-theme {
  position: relative;
}

#sync1.owl-theme .owl-nav {
  opacity: 0;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  transition: 0.4s;
}

#sync1.owl-theme:hover .owl-nav {
  opacity: 1;
}

#sync1.owl-theme button {
  width: 28px;
  height: 28px;
  margin-top: -14px;
  position: absolute;
  top: 50%;
  border-radius: 28px;
  background: rgba(159, 162, 192, 0.4);
}

#sync1.owl-theme button svg {
  height: 15px;
}

#sync1.owl-theme button:hover {
  background: #eb5e29;
}

#sync1.owl-theme button:hover svg path {
  stroke: #fff !important;
}

#sync1.owl-theme .owl-prev {
  left: 15px;
}

#sync1.owl-theme .owl-next {
  right: 15px;
}

/* Fix arrows in OurServices PackageConsolidation page for Arabic RTL layout */
@media (min-width: 992px) {
  .arabic .consolidation-process svg,
  .arabic .consolidation-process i {
    left: -20px;
    right: auto;
    transform: scaleX(-1);
  }
}
