@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:200,300,400,600,700|Give+You+Glory);

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

@import url(https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap);

/*!
 * Author Name: Oladimeji Seunayo Ezekiel.
 * Twitter Link: https://twitter.com/iam_oladman">
 * GigHub Link: https://github.com/oladman">
 for any React, Next.js, PHP, Typescript Laravel, Javascript, Node.JS, Express.JS, MongoDB, SQL & PostgreSQL work contact me @ oladimejiseunayo@gmail.com
 * Visit My Website : https://oladimejiseunayo.netlify.app
 */
/* Table of Content
*****************************************************
*/

html,
body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  overflow-y: auto; /* Only shows vertical scrollbar when needed */
  font-family: "Poppins", sans-serif;
}

#wrapper {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
section {
  margin-bottom: 3rem;
}
.lead {
  font-size: 1.25rem;
  font-weight: 400;
  color: #404048;
}

/*==================================
* Bootstrap grid tweaks
*===================================*/

.blog-style {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  margin-top: 50px;
}

.blog-style h1 {
  margin-bottom: 50px;
}

/* Remove space from columns */

.row.no-gutter {
  margin-left: 0;
  margin-right: 0;
}

.row.no-gutter [class*="col-"]:not(:first-child),
.row.no-gutter [class*="col-"]:not(:last-child) {
  padding-right: 0;
  padding-left: 0;
}

/*==================================
* Just simple warppers
*===================================*/

.page-wrapper {
  padding-top: 68px;
  /* Used for inpper pages if navigation fixed to the top */
}

.inner-page {
  margin-top: 30px;
  margin-bottom: 50px;
}
/*!
 * Author Name: Oladimeji Seunayo Ezekiel.
 * Twitter Link: https://twitter.com/iam_oladman">
 * GigHub Link: https://github.com/oladman">
 for any React, Next.js, PHP, Typescript Laravel, Javascript, Node.JS, Express.JS, MongoDB, SQL & PostgreSQL work contact me @ oladimejiseunayo@gmail.com
 * Visit My Website : https://oladimejiseunayo.netlify.app
 */
/*==================================
* Foms
*===================================*/

.custom-control {
  padding-left: 30px;
}

.form-control {
  border: 1px solid #eaebeb;
  border-radius: 2px;
}

.custom-select {
  line-height: 1;
}

/* ==========================
*   Buttons
============================*/

.logos-slider {
  width: 100%;
  overflow: hidden;
  background: #fff;
  padding: 10px 0;
}

.logos-box {
  display: flex;
  gap: 40px;
  will-change: transform;
}

.logos-box img {
  height: 50px;
  flex-shrink: 0;
}

.logo-text {
  font-size: 25px;
  color: #124076;
}
.btn-secondary {
  color: #373a3c;
  background-color: rgba(252, 251, 249, 0.68);
  border-color: #eaebeb;
}

.btn-purple {
  color: #eaebeb;
  background-color: #5c4ac7;
  border-color: #eaebeb;
}

.btn-purple:hover {
  color: #eaebeb;
  background-color: #4e3fa7;
  border-color: #eaebeb;
}

.bg-white {
  background-color: #fff;
}

.primary-color {
  color: #5c4ac7;
}
.info-equity {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
  margin-left: 20px;
  margin-right: 20px;
  margin-bottom: 100px;
}
.equity h1 {
  color: #fff;
  padding-bottom: 10px;
  font-size: 40px;
}
.equity {
  flex: 1;
}
.equity p:first-of-type {
  font-weight: 600;
  color: #f3f3f3;
}
.equity p:nth-of-type(2) {
  font-size: 12px;
  color: #ddd;
}

/* ==========================
*   Helpers
============================*/

.align-wrap {
  display: inline-table;
  min-height: 100%;
}

.align-vertical {
  display: table-cell;
  vertical-align: middle;
}

/* ============================
* PAGINATION
==============================*/

/* ==========================
*   Header and navigation
============================*/

#header {
  position: fixed;
  width: 100%;
  border: 0;
  z-index: 99;
}
.main-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-left: 20px;
  margin-right: 20px;
}
.nav-fixed {
  position: fixed;
  width: 100%;
  z-index: 10;
}

.far-left {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.far-left i {
  color: #124076;
}
.far-left i:hover {
 cursor: pointer;
}
.logo-cover {
  display: flex;
  align-items: center;
  gap: 5px;
}
.logo-cover img {
  object-position: center;
  object-fit: contain;
  color: #124076;
}
.nav-item-cover {
  display: flex;
  align-items: center;
  gap: 30px;
  font-weight: 500;
}
.nav-item-cover li {
  list-style: none;
}
.nav-item-cover li a {
  text-decoration: none;
  color: #000;
}
.top-bar-PC {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 40px;
  background: #fff;
  border-bottom: 1px solid #eaeaea;
  flex-wrap: wrap;
}
.top-bar-MOBILE {
  display: none;
}
.top-left,
.top-right {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
  font-size: 14px;
}

.top-left div,
.top-right div {
  display: flex;
  align-items: center;
  gap: 6px;
  color: #0b0c1a;
}

.top-left i,
.top-right i {
  color: #ff2c2c;
}

.divider {
  width: 1px;
  height: 18px;
  background: #ccc;
}

.top-left strong,
.top-right strong {
  font-weight: 600;
}

.top-right .socials {
  display: flex;
  align-items: center;
  gap: 10px;
}

.socials a {
  width: 30px;
  height: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #f0f0f0;
  color: #999;
  text-decoration: none;
  font-size: 13px;
  transition: background 0.3s ease;
}

.socials a:hover {
  background: #e0e0e0;
}

.nav-item-cover .nav-item:last-child a {
  color: white !important;
}

.nav-item-cover li a:hover {
  color: #333333;
  border-bottom: 2px solid #000;
  cursor: pointer;
}

.background-image-style {
  background: url(../images/img/bgwhite.jpg);
  width: 100%;
  height: 500px;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
}
.navbar-dark .navbar-toggler {
  background-image: none;
  border-color: transparent;
}

/* ------  FREQ QUESTIONS ------- */
.question {
  cursor: pointer;
  padding: 10px;
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: space-between;
}
.question div {
  margin-right: 60px;
}
.plus-freq {
  width: 17px;
  height: 17px;
  background-color: #eeeeee;
  padding: 10px;
  border-radius: 50px;
}
.minus-freq {
  width: 17px;
  height: 17px;
  display: none; /* Hide the answer by default */
  background-color: #eeeeee;
  padding: 10px;
  border-radius: 50px;
}
.question-title {
  font-weight: 600;
  font-size: 14px;
}

.answer {
  display: none; /* Hide the answer by default */
  padding: 10px;
  font-size: 13px;
  color: var(--greytext);
  margin-bottom: 20px;
  margin-right: 70px;
  text-align: left;
}
.faq-item.active .answer {
  display: block; /* Show the answer when active */
}
.faq-item.active .minus-freq {
  display: block; /* Show the answer when active */
}
.faq-item.active .plus-freq {
  display: none; /* Show the answer when active */
}
.faq-item.active .line-que-neutral {
  display: block; /* Show the answer when active */
}
.faq-item.active .line-que {
  display: none; /* Show the answer when active */
}
.faq-item {
  margin-bottom: 10px;
  border-radius: 5px;
}

.line-que {
  border: none;
  height: 0.5px;
  width: 90%;
  background-color: #959d97;
  margin-top: 10px;
  margin-left: 10px;
}

.freq {
  margin-top: 50px;
  margin-bottom: 100px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
}
.freq-left {
  display: flex;
  flex-direction: column;
  gap: 50px;
  width: 40%;
}

.freq-left h4 {
  font-size: 30px;
  font-weight: 700;
}
.freq-left p {
  color: var(--greytext);
  font-size: 14px;
}
.que-name {
  font-size: 14px;
  font-weight: 500;
}
.freq-right {
  width: 60%;
}

.line-que-neutral {
  display: none;
  border: none;
  height: 0.5px;
  width: 90%;
  background-color: var(--oladblue);
  margin-top: 10px;
  margin-left: 10px;
}

/* START CARD */
.newway-chose-us {
  display: flex;
  width: 100%;
  height: 500px;
  background-color: #1f1f1f;
  border-radius: 20px;
  margin-bottom: 20px;
  margin-top: 20px;
  overflow: hidden;
}
.newway-chose-us-left {
  width: 50%;
  color: #fff;
  padding: 20px;
}
.newway-chose-us-right {
  width: 50%;
  height: 100%;
  padding: 20px;
}
.newway-chose-us-right img {
  width: 100%;
  height: 80%;
  object-fit: cover;
  object-position: center;
  border-radius: 20px;
}
.newway-chose-us-left p {
  font-size: 12px;
}

.newway-chose-us-left > p {
  color: grey;
  margin-right: 20px;
}

.contact-us div {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.contact-us h1 {
  font-size: 30px;
}
.contact-us div button {
  background-color: #124076;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 50px;
  border: none;
  padding: 15px 20px 15px 20px;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  border-radius: 5px;
}
.contact-us div button:hover {
  background-color: #1556a0;
}

.Services-box {
  overflow: hidden;
  margin-top: 50px;
}
.worldwide {
  background-color: #0045e5;
  overflow: hidden;
  padding-top: 50px;
  width: 100%;
  display: flex;
  flex-direction: column;
}
.worldwide img {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
}
.world-wide-top {
  padding: 20px;
  color: white;
}

.world-wide-top p {
  font-size: 12px;
}
.world-wide-top img {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 500px;
}
.services-img img {
  object-fit: cover;
  object-position: center;
  width: 1200px;
  height: 400px;
}

.services-box-headline {
  display: flex;
}
.services-box-headline h1 {
  flex: 1;
}
.services-box-headline p {
  flex: 1;
  font-size: 12px;
  max-width: 700px;
}
.box-services-cover {
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.box-services div {
  display: flex;
  align-items: center;
  gap: 10px;
}
.box-services div p {
  font-size: 16px;
}
.Services-box button {
  background-color: #124076;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
  padding: 15px;
  color: white;
  border: none;
  font-weight: 600;
  border-radius: 5px;
  width: 100%;
  font-size: 16px;
}
.why-choose-us h1 {
  font-size: 30px;
}
.company-articles {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.company-articles a {
  font-size: 12px;
  color: #0e46a3;
}
.why-choose-us {
  margin-top: 50px;
  display: flex;
  flex-direction: column;
}
.cover-choose {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cover-choose div {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex: 1;
  max-width: 350px;
}
.cover-choose div p {
  font-size: 12px;
  color: grey;
}
.cover-choose div h6 {
  font-size: 16px;
  margin: 10px 0 10px 0;
  padding: 0;
}
.cover-choose div a {
  text-decoration: none;
  font-size: 12px;
  font-weight: bold;
  color: #0e46a3;
}
.cover-choose div a:hover {
  font-size: 15px;
}
.inner-newway-service p {
  margin: 0;
  color: #b0b0b0;
}
.inner-newway-service {
  display: flex;
  align-items: center;
  gap: 10px;
  background-color: #2f2f2f;
  padding: 5px 5px;
  border-radius: 10px;
  margin: 0 20px 0 0;
}
.inner-newway-service:hover {
  background-color: #147cc6;
}
.newway-service {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.inner-newway-service p > span {
  font-weight: bold;
  color: #e0e0e0;
}
.choose-us-icon {
  font-size: 30px;
  padding: 10px;
  border-radius: 10px;
}
.newway-icon {
  border-radius: 10px;
}
.newway-icon i {
  font-size: 25px;
  background-color: #484848;
  color: #fff;
  padding: 10px;
  border-radius: 10px;
}
.newway-icon i:hover {
  background-color: #147cc6;
}
.img-base img {
  max-height: 210px;
  min-height: 200px;
  object-fit: cover;
  object-position: center;
  width: 100%;
  border-radius: 5px;
}

.track-style {
  background-color: #f2f2f2;
  padding-top: 15%;
  /* padding-bottom: 10%; */
  text-align: center;
  padding-bottom: 20px;
}
.track-style-inner {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.track-style-inner h1 {
  padding-top: 20px;
  color: black;
}
.hero-mobile {
  display: none;
}
.track-id-page {
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  text-align: center;
  gap: 5px;
  color: #000;
}
.bold-p {
  font-weight: 600;
}
.delivery-intransit {
  display: flex;
  align-items: center;
  gap: 5px;
}

.headroom--pinned {
  display: block;
}

.headroom--unpinned {
  display: none;
}

.navbar-fixed-top {
  position: fixed;
}

.navbar-toggler {
  padding: 4px 0;
  font-size: 1.25rem;
  line-height: 1;
  background: 0 0;
  border: 1px solid transparent;
  color: #5c4ac7;
  border-radius: 2px;
}

/********* top links part ***********/

.top-links {
  padding: 15px 0;
  border-bottom: 1px solid #eaebeb;
}

.top-links ul {
  margin-bottom: 0;
}

.link-item a {
  font-size: 12px;
  color: #414551;
}

.link-item.active span {
  background-color: #5c4ac7;
  color: #fff;
}

.links {
  display: block;
}

.links span {
  border: 1px solid #eaebeb;
  border-radius: 100px;
  width: 32px;
  height: 32px;
  color: #3a3e47;
  font-weight: 600;
  display: inline-block;
  margin-right: 18px;
  text-align: center;
  line-height: 28px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.links li:hover span {
  background-color: #e8500e;
  color: #fff;
}

/* ==========================
*   Hero
============================*/

.hero {
  /* padding-bottom: 10%; */
  padding-bottom: 6%;
  text-align: center;
  position: relative;
  height: 500px;
  background-image: url("../images/img/hero-board.jpg") !important;
  /*  background-image: linear-gradient(rgba(2, 6, 21, 0.498), rgba(3, 8, 28, 0.7)),
    url("../images/img/hero-board.jpg") !important; */
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  color: #fff;
}

.hero-text p {
  white-space: nowrap;
  font-weight: 500;
  font-size: 20px;
  /*color: #f3f3f3;*/
  margin-top: 30px;
}
.hero-text > p {
  text-align: left;
  font-size: 14px;
  border-bottom: 2px solid #00ced1;
  padding-bottom: 5px;
  width: fit-content;
  margin-bottom: 0;
  margin-top: 0;
  font-weight: bold;
  color: #000;
}
.overal-submit-track-pc-cover {
  display: flex;
  flex-direction: column;
  gap: 15px;
  width: 100%;
}
.under-submit-track {
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0;
  cursor: pointer;
}
.under-submit-track p:nth-child(1) {
  font-size: 12px;
  color: #000;
  font-weight: bold;
  margin: 0;
}
.under-submit-track p:nth-child(2) {
  font-size: 12px;
  color: grey;
  margin: 0;
}
.hero-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: absolute;
  padding: 10px;
  background-color: #fff;
  bottom: 20px;
  right: 100px;
}
.sample-tracking-code {
  color: #000;
  font-size: 14px;
}
.sample-tracking-code p span {
font-weight: 600;
}
.brief {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  /*color: #fff;*/
}
.brief-inner {
  display: flex;

  flex-direction: column;
  align-items: flex-start;
}
.brief-inner h1 {
  position: absolute;
  left: 70px;
  top: 20px;
  font-size: 50px;
  font-weight: 600;
  margin-bottom: 0;
  text-align: center;
  font-family: "Bebas Neue", sans-serif;
}
.brief-inner p {
  position: absolute;
  left: 70px;
  bottom: 50px;
  max-width: 400px;
  text-align: justify;
  font-size: 16px;
  font-family: monospace;
  color: #f3f3f3;
  font-weight: bold;
  background-color: #00ced1;
  border-radius: 5px;
  padding: 10px;
  line-height: 25px;
}
.option-contact {
  background-color: #00ced1;
  font-weight: bold;
  color: #fff;
  padding: 15px 30px 15px 30px;
}
.brief-inner button {
  padding: 10px;
  font-weight: 600;
}
.cover-submit-track {
}

/* ==========================
*   TRACKING
============================*/

.track-cover {
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
}
.the-input-cover i {
  color: #00ced1;
  margin-left: 10px;
}
.the-input-cover {
  background-color: #f5f5f7;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
  width: 100%;
  font-size: 15px;
}
.track-input-pc {
  border: none;
  outline: none;
  caret-color: black;
  font-family: monospace;
  width: 100%;
  padding: 15px;
  background-color: #f5f5f7;
}
.track-cover form {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 270px;
  height: 200px;
  align-items: center;
  border-radius: 5px;
  padding: 10px;
}

.track-cover form input {
  outline: none;
}

.track-input {
  max-height: 50px;
  max-width: 250px;
  border: none;
  outline: none;
  border-radius: 5px;
  caret-color: black;
  font-family: monospace;
  padding: 20px;
  font-size: 18px;
}

.submit-track-pc {
  padding: 15px 20px 15px 20px;
  border: none;
  color: #fff;
  font-weight: 600;
  background-color: transparent;
}
.submit-track-pc:hover {
cursor: pointer;
}
.cover-submit-track-pc {
  background-color: #00ced1;
  align-items: center;
  justify-content: center;
  width: 100%;
  transition: background-color 0.3s;
}
.cover-submit-track-pc:hover {
  background-color: #00b6ba;
  cursor: pointer;
}
.cover-submit-track-pc i {
  margin-right: 20px;
  color: #fff;
}
.Track-pc {
  margin-top: 20px;
}
.submit-track {
  padding: 20px 25px 20px 25px;
  border-radius: 5px;
  border: none;
  background-color: #00ced1;
  color: #fff;
  font-weight: 600;
}
.submit-track:hover {
  cursor: pointer;
}

.tracking-no-background {
  object-fit: cover;
  object-position: center;
  height: 80px;
  width: 100px;
}
.tracking-img {
  height: 100px;
  width: 100px;
}

.track-result {
  color: #000;
}

.not-found {
  display: flex;
  align-items: center;
  justify-content: center;
  color: black;
  border: 1px solid black;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 40px;
  border-radius: 5px;
  width: 800px;
  color: red;
}

.result-tracking-style-cover {
  background-color: #e3e0e0;
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-top: 50px;
  overflow: hidden;
}
.result-tracking-style {
  background-color: #e3e0e0;
  color: black;
  padding: 10px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
}

.box-down-track {
  background-color: white;
  width: 100%;
  display: flex;
}

.box-down-left {
  width: 50%;
  padding: 20px;
  margin: 50px;
  border: 1px solid #f2f2f2;
}

.box-down-down-mobile {
  display: none;
}

.box-down-right {
  width: 50%;
  padding: 20px;
  margin: 50px;
  border: 1px solid #f2f2f2;
}

.bold-p-two {
  font-weight: 700;
}
.bold-p-grey {
  color: grey;
  font-size: 14px;
}
.cover-down-box {
  padding-left: 20px;
  padding-top: 20px;
  padding-bottom: 50px;
  border-bottom: 2px solid #f2f2f2;
  border-left: 2px solid #f2f2f2;
  border-right: 2px solid #f2f2f2;
  border-radius: 5px;
}

.fussion-lec::before {
  line-height: 20px;
  font-size: 20px;
  content: "\2605";
  color: #726204;
}

.btn-style {
  background-color: #124076;
  border: none;
  color: white;
  padding: 5px 20px 5px 20px;
  border-radius: 5px;
  font-weight: 700;
  width: 20%;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: 20px;
}
.box-ship-details {
  display: flex;
  flex-direction: column;
  margin-top: 10px;
}
.box-ship-details p {
  padding: 0;
  margin: 0;
}
.fa-bars {
  color: #f3f3f3;
}
.dont-know {
  margin-top: 300px;
}

.personalized {
  background-color: #124076;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: white;
  height: 132px;
  padding: 20px 20px 20px 20px;
}

.personalized button {
  border-radius: 50px;
  background-color: #54be18;
  border: none;
  font-weight: 600;
  padding: 15px 20px 15px 20px;
  cursor: pointer;
  font-size: 20px;
  color: #f3f3f3;
}
.personalized button i {
  color: white;
}
.personalized button:hover {
  background-color: #90d26d;
  color: white;
}

.personalize-inner h2 {
  color: white;
  font-size: 32px;
}

.logos-slider {
  overflow: hidden;
  position: relative;
  width: 100%;
}

.logos-box {
  display: flex;
  gap: 2rem;
  align-items: center;
  animation: scrollLeft 10s linear infinite;
}

.logos-box img {
  object-fit: scale-down;
  object-position: center;
  height: 50px;
  width: 100px;
  flex-shrink: 0;
}

.logos-partnership {
  display: flex;
  align-items: center;
  flex-direction: column;
  margin-top: 20px;
  color: #4e4e4e;
}
.logos-partnership p {
  font-weight: 600;
}

.faqs-style-pc {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 50px;
  margin-bottom: 50px;
  width: 100%;
}

.faqs-style-pc h2 {
  font-size: 30px;
  color: #124076;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 24px;
}

.faqs-style-pc p {
  color: #121212;
  font-size: 16px;
  line-height: 20px;
}

.faqs-style-pc a {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #124076;
  color: white;
  font-weight: 700;
  border: none;
  padding: 10px;
  max-width: 168px;
  width: 100%;
  border-radius: 5px;
  cursor: pointer;
  margin-top: 10px;
}

.faqs-style-pc a:hover {
  background-color: #1556a0;
}

.faqs-style-mobile {
  display: none;
}

.mobile-down-box-style {
  display: none;
}
.mobile-working {
  display: none;
}

.mobile-down-style {
  display: none;
}

.box-down-right-mobile {
  display: none;
}

.up-progress-mobile {
  display: none;
}

.hr-line {
  margin-top: 3rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid #eaebeb;
  width: 80%;
}
.hr-line-line {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  border: 0;
  border-top: 1px solid #eaebeb;
  width: 100%;
}
.linetwo-style {
  border: 1px solid grey;
  width: 100%;
}
.icon-arrow-track {
  margin-left: 3px;
  color: #e8dfca;
}
#progressbar {
  display: flex;
  align-items: center;
  background-color: #e4e3e3;
  border-radius: 13px; /* (height of inner div) / 2 + padding */
  padding: 1px;
}

.in-in-arrow {
  background: #124076;
  border: 2px solid #124076;
  width: 20px;
  height: 18px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  text-align: center;
  margin-left: -10px;
}
.in-in-track {
  background-color: #124076;
  width: 40%; /* Adjust with JavaScript */
  height: 10px;
  border-radius: 10px;
}

.unto-style {
  display: flex;
}

.add-list li img {
  object-fit: contain;
  object-position: center;
  height: 60px;
  width: 150px;
}

.style-wrap {
  display: flex;
  flex-direction: column;
  white-space: wrap;
  align-items: center;
  justify-content: center;
}

.hide-logo {
  display: none;
}

/* ==========================
*   Detect location
============================*/

.news-box-cover {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 50px;
  width: 100%;
}
.news-box-cover > * {
  flex: 1 1 200px; /* explanation below */
  box-sizing: border-box;
}

.print-hr {
  display: none;
}

.off-display {
  display: none;
}
.print-hr-hr {
  display: none;
}

.specific-design {
  display: none;
}

/****** featured restaurants block *******/
.content h5 a {
  text-decoration: none;
  color: #124076;
  font-size: 18px;
}
.product-name {
  font-size: 12px;
}

/* General Footer Styling */

/* General Footer Styling */
.cover-footer {
  background-color: #124076;
  color: #ffffff;
  padding: 2rem 1rem;
  font-family: sans-serif;
}

.footer {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  max-width: 1280px;
  margin: 0 auto;
}

.footer > div {
  flex: 1 1 250px;
}

.logo-heading {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.logo-heading i {
  height: auto;
  color: #fff;
  font-size: 30px;
}

.sub-footer a {
  display: block;
  color: #ccc;
  margin: 0.25rem 0;
  text-decoration: none;
  font-size: 0.9rem;
}

.sub-footer a:hover {
  color: #fff;
}
.sub-footer div {
  display: flex;
  flex-direction: column;
  margin-top: 20px;
  gap: 10px;
}
.sub-footer h3,
.sub-footer-one h3,
.inner-sub-footer h3 {
  margin-bottom: 0.5rem;
}

.inner-sub-footer p,
.sub-footer-one p {
  font-size: 0.9rem;
  color: #bbb;
}
.sub-footer-one p {
  line-height: 25px;
}
.inner-sub-footer p i {
  color: #bbb;
}

/* Bottom Copyright Section */
.copyright-footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid #333;
  margin-top: 2rem;
  padding-top: 1rem;
  font-size: 0.9rem;
}

.social-icons img {
  width: 24px;
  height: auto;
  margin-left: 1rem;
  filter: grayscale(1);
  transition: filter 0.3s;
}

.social-icons img:hover {
  filter: grayscale(0);
}

/* Base Mobile Nav Styling */
.mobile-nav-cover {
}
.mobile-nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  display: none; /* still hidden by default on large screens */
  padding: 0.62rem 1rem;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  z-index: 9999; /* ensures it's above all content */
}

.mobile-logo {
  font-size: 1.5rem;
  font-weight: bold;
  color: #f3f3f3;
  margin: 10px;
}

/* Hamburger Button */
.mobile-nav-toggle {
  background: none;
  border: none;
  font-size: 1.6rem;
  cursor: pointer;
}

/* Collapsible Menu */
.mobile-menu {
  display: none;
  flex-direction: column;
  background: white;
  width: 100%;
  padding: 1rem 0;
  position: absolute;
  top: 100%;
  left: 0;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  border-top: 1px solid #eee;
}

.mobile-menu li {
  list-style: none;
}

.mobile-menu li a {
  display: flex;
  align-items: center;
  padding: 1rem 1.5rem;
  color: #333;
  text-decoration: none;
  font-size: 1rem;
  gap: 0.75rem;
  transition: background 0.2s;
}

.mobile-menu li a:hover {
  background-color: #f2f2f2;
}
.about-us {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 50px;
}
.about-us-left p {
  margin-left: 0;
}
.about-us-left {
  width: 50%;
}
.about-us-right {
  width: 50%;
}
.first-about-icon {
  font-size: 12px;
}
.about-us-right img {
  height: 350px;
  width: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 10px;
}
.first-about-icon {
  display: flex;
  align-items: center;
  gap: 5px;
  font-weight: 600;
  width: fit-content;
  background-color: #f7f7f7;
  border-radius: 50px;
  padding: 10px 20px 10px 20px;
  border: 1px solid #f3f3f3;
}
.second-about-icon {
  display: flex;
  align-items: center;
  gap: 5px;
  font-weight: 600;
  margin-top: 20px;
  font-size: 12px;
}
.few-about-us {
  color: grey;
  max-width: 70%;
  line-height: 25px;
  margin-left: 0;
}
.about-us-left h1 {
  font-size: 40px;
}
.first-about-icon > i {
  font-size: 16px;
  color: #124076;
}
.second-about-icon > i {
  font-size: 20px;
  color: #124076;
}
.blog-content h5 a {
  font-weight: 600;
  text-decoration: none;
  color: #000;
}
.blog-content h5 {
  font-size: 16px;
}
.track-container {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}

.track-title {
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 60px;
}

.track-flow {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
  flex-wrap: wrap;
}
.how-it-works {
  font-size: 18px;
  color: #124076;
  font-weight: bold;
}
.track-flow::before {
  content: "";
  position: absolute;
  top: 80px;
  left: 5%;
  right: 5%;
  height: 2px;
  border-top: 2px dashed #ccc;
  z-index: 1;
}

.track-step {
  position: relative;
  width: 23%;
  background: #fff;
  z-index: 2;
  text-align: center;
}

.track-icon-box {
  width: 100px;
  height: 100px;
  margin: 0 auto;
  border: 2px solid #124076;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.track-icon-box img {
  width: 40px;
  height: 40px;
}

.track-step-number {
  background: #124076;
  color: white;
  font-weight: bold;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: -20px auto 10px;
  font-size: 16px;
}

.track-step-title {
  font-size: 20px;
  margin: 10px 0;
}

.track-step-desc {
  color: #666;
  font-size: 16px;
  line-height: 1.5;
  padding: 0 10px;
}

/* ===  WRAPPER  ===================================================== */
.testi-section {
  max-width: 900px;
  margin: auto;
  text-align: center;
  position: relative;
}
.testi-slider {
  overflow: visible;
  position: relative;
}
.testi-track {
  display: flex;
  gap: 20px;
  padding: 0 10%; /* room on the sides for the peek */
  transition: transform 0.5s ease-in-out;
}

/* ===  CARD  ======================================================== */
.testi-card {
  flex: 0 0 70%; /* 70 % on desktop, overridden on mobile */
  background: #f9f9f9;
  border-radius: 10px;
  padding: 30px 20px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
  opacity: 0.6;
  transition: opacity 0.5s, transform 0.5s, background 0.5s;
}
.testi-card.active {
  opacity: 1;
  transform: scale(1.05);
  background: #fff;
}

.testi-quote {
  width: 60px;
  height: 60px;
  margin: 0 auto 20px;
  background: #124076;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 32px;
}
.testi-text {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 20px;
  color: #484848;
}
.testi-author {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 50px;
}
.testi-author img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 15px;
}
.testi-author strong {
  font-size: 16px;
  color: #0b0c1a;
}
.testi-author span {
  display: block;
  font-size: 14px;
  color: #777;
}

/* ===  DOTS  ======================================================== */
.testi-dots {
  margin-top: 30px;
}
.testi-dot {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin: 0 5px;
  background: #ccc;
  border-radius: 50%;
  cursor: pointer;
  transition: background 0.3s;
}
.testi-dot.active {
  background: #124076;
}
@media only screen and (max-width: 1024px) {
  .main-nav {
    display: none;
  }
  .top-bar-PC {
    display: none;
  }
  .top-bar-MOBILE {
    display: flex;
    background-color: #fff;
    width: 100%;
  }
  .top-bar-MOBILE {
    padding: 10px 20px;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
  .mobile-nav {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 1rem;
  }
  .mobile-menu.open {
    display: flex;
  }
  .Track-pc {
    display: none;
  }
  .mobile-nav-cover {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 1rem;
    background-color: #124076;
    height: 67px;
    width: 100%;
  }

  .hero {
    display: none;
  }
  .hero-text p {
    display: none;
  }
  .tracking-img {
    display: none;
  }
  .tracking-no-background {
    display: none;
  }
  .top-left,
  .top-right {
    gap: 15px;
    flex-wrap: wrap;
  }

  .divider {
    display: none;
  }
  .hero-text {
    width: 100%;
    align-items: flex-start;
    gap: 20px;
  }

  .hero-mobile {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    /* padding-bottom: 10%; */
    position: relative;
    background-image: url("../images/img/test.jpg") !important;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 500px;
    margin-bottom: 140px;
  }
  .brief-mobile {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    margin-bottom: 170px;
    max-width: 700px;
  }
  .brief-mobile h1 {
    margin-top: 300px;
    color: #fff;
    text-align: left;
    font-family: "Bebas Neue", sans-serif;
  }
  .brief-mobile p {
    color: #ffff;
    font-size: 14px;
    text-align: left;
    margin-bottom: 100px;
  }
  .mobile-under-submit-track {
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0;
    cursor: pointer;
    margin-top: 15px;
  }
  .mobile-under-submit-track p:nth-child(1) {
    font-size: 12px;
    color: #000;
    font-weight: bold;
    margin: 0;
  }
  .mobile-under-submit-track p:nth-child(2) {
    font-size: 12px;
    color: grey;
    margin: 0;
  }
  .hero-inner-mobile {
    width: 100%;
    max-width: 700px;
    height: 250px;
    position: absolute;
    bottom: -120px;
    background-color: #fff;
    padding: 10px 20px 20px 20px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    box-sizing: border-box;
  }

  .mobile-track-up > p {
    text-align: left;
    font-weight: bold;
    border-bottom: 2px solid #00ced1;
    padding-bottom: 10px;
    font-size: 12px;
    width: fit-content;
  }
  .cover-mobile-input-track {
    background-color: #f5f5f7;
    display: flex;
    align-items: center;
  }
  .cover-mobile-input-track i {
    color: #00ced1;
    padding-left: 10px;
  }
  .mobile-input-track {
    width: 90%;
    border: none;
    padding: 15px 15px 15px 10px;
    background-color: #f5f5f7;
    outline: none;
    font-size: 16px;
  }
  .mobile-submit-button {
    background-color: #00ced1;
    color: #fff;
    width: 100%;
    border: none;
    padding: 15px;
    font-size: 16px;
    font-weight: bold;
  }
  .mobile-submit-button:hover {
    cursor: pointer;
  }
  .mobile-track-down form {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 20px;
  }
  .track-cover {
    width: 100%;
    background-color: #ffff;
    margin-left: 20px;
    margin-right: 20px;
    border-radius: 5px;
  }

  .track-cover form {
    display: flex;
    flex-direction: column;
    gap: 0rem;
    justify-content: center;
    min-width: 100%;
  }
  .track-input {
    max-width: 700px;
    min-width: 90%;
    height: 100%;
    caret-color: black;
    padding: 20px 14px 20px 14px;
    font-size: 1rem;
  }

  input:focus {
    caret-color: black; /* Or a bright/high-contrast color */
    font-weight: bold; /* Makes the typing text bold */
  }
  .submit-track {
    max-width: 700px;
    min-width: 99%;
    padding: 1rem 2rem;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    margin-bottom: 5px;
    background-color: #00ced1;
    font-size: 18px;
    color: #fff;
  }
  .brief {
    display: none;
  }
  .brief-inner h1 {
    margin-top: 0;
    font-size: 40px;
    font-weight: 500;
  }

  .brief-inner p {
    max-width: 500px;
    text-align: left;
    line-height: 25px;
    font-size: 15px;
  }
  .brief-inner button {
    padding: 10px;
    font-weight: 600;
    background-color: #124076;
    border: none;
    color: #f3f3f3;
    border-radius: 5px;
  }
  .brief-inner button i {
    color: #fff;
  }
}
@media only screen and (max-width: 768px) {
  .hero-inner-mobile {
    width: 100%;
    max-width: 600px;
    height: 250px;
    position: absolute;
    bottom: -120px;
    background-color: #fff;
    padding: 10px 20px 20px 20px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    box-sizing: border-box;
  }
  body {
    padding-top: 72px; /* adjust this based on nav height */
  }
  .answer {
    font-size: 14px;
    line-height: 25px;
  }
  /* Toggle menu open */

  .testi-track {
    padding: 0 5%;
  }
  .testi-card {
    flex: 0 0 80%;
  } /* a little wider on phone */
  .Track-mobile h1 {
    color: #f3f3f3;
    margin-bottom: 0;
  }

  .services-box-headline {
    flex-direction: column;
  }
  .services-box-headline p {
    max-width: 100%;
    margin-top: 0;
  }
  .newway-chose-us {
    flex-direction: column-reverse;
    height: 700px;
  }
  .newway-chose-us-left {
    display: flex;
    flex-direction: column;
    align-items: left;
    justify-content: left;
    width: 95%;
    padding-top: 0;
  }
  .off-br {
    display: none;
  }
  .newway-chose-us-right {
    width: 100%;
    height: 500px;
    padding: 0px;
  }
  .newway-chose-us-right img {
    height: 100%;
    border-radius: 0px;
  }
  .blog-content h5 {
    margin: 5px 0 10px 0;
  }

  .contact-us div {
    flex-direction: column;
    text-align: center;
  }
  .contact-us h1 {
    font-size: 25px;
  }
  .contact-us div button {
    width: 200px;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
  }

  .footer {
    gap: 1rem;
  }

  .mobile-inner-down:nth-child(1) {
    font-weight: 700;
    line-height: 18px;
  }
  .mobile-inner-down:hover {
    background-color: #f2f2f2;
  }

  .blog-section {
    padding: 20px 0 20px;
    margin-left: 0px;
    margin-right: 0px;
    position: relative;
  }
  .cover-down-box-mobile {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    padding-bottom: 20px;
    border-radius: 5px;
    width: 100%;
  }
  .Services-box {
    margin-top: 20px;
  }
  .mobile-down-style {
    display: flex;
  }
  .mobile-inner-down {
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    border-left: 4px solid #0e46a3;
    margin-left: 10px;
    margin-bottom: 10px;
    margin-top: 20px;
    gap: 50px;
    padding: 20px 10px 10px 20px;
  }

  .no-wrap {
    white-space: nowrap;
  }
  .date-time-mobile {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 10px;
  }
  .update-mobile-right {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 10px;
  }
  .company-articles a {
    display: none;
  }

  .product-name {
    color: grey;
  }
  .lower-left div {
    display: flex;
    flex-direction: column;
    gap: 0px;
  }

  #wrapper {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  section {
    margin-bottom: 2rem;
  }
  #header {
    position: fixed;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    border: 0;
    z-index: 99;
  }

  .section-start {
    flex-direction: column;
    gap: 0px;
  }

  .section-start img {
    max-height: 329px;
    max-width: 100%;
  }

  .section-inner {
    width: 100%;
  }
  .section-inner h1 {
    padding-left: 0px;
    padding-right: 0px;
    font-size: 35px;
    margin-bottom: 10px;
  }

  .personalized {
    flex-direction: column;
    justify-content: flex-start;
    color: white;
    height: 150px;
    padding: 20px 20px 0 20px;
    margin-left: 0px;
    margin-right: 0px;
  }

  .personalize-inner h2 {
    font-size: 20px;
    margin-top: 0;
    font-weight: 500;
  }
  .personalize-inner {
    margin-top: 0px;
  }
  .personalize-inner p {
    font-size: 14px;
  }

  .personalized button {
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    font-weight: 600;
    padding: 10px 20px 10px 20px;
    width: 100%;
    gap: 10px;
    margin-bottom: 0px;
    white-space: nowrap;
    font-size: 16px;
  }

  .personalized button div > i {
    background-color: #0000;
  }

  .button-don {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
  }
  .button-don button {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    gap: 10px;
    border: none;
    font-weight: 600;
    padding: 15px 20px 15px 20px;
    color: white;
    width: 100%;
  }
  .color-btn-btn {
    color: white;
  }

  .about-track {
    margin-top: 0;
    margin-bottom: 10px;
  }
  .faqs-style-pc {
    display: none;
  }

  .faqs-style-mobile {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .faqs-style-mobile div {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }

  .faqs-style-mobile h2 {
    font-size: 25px;
    color: #124076;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .faqs-style-mobile p {
    color: #121212;
    font-size: 16px;
    line-height: 20px;
  }

  .faqs-style-mobile a {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #124076;
    color: white;
    font-weight: 700;
    border: none;
    padding: 10px;
    max-width: 168px;
    width: 100%;
    border-radius: 5px;
    cursor: pointer;
    margin-top: 10px;
  }

  .faqs-style-mobile a:hover {
    opacity: 0.5;
    color: white;
  }

  .box-services-cover {
    margin-top: 10px;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }
  .box-services {
    width: 100%;
  }
  .box-services div {
    display: flex;
    align-items: center;
    gap: 10px;
    width: 100%;
  }
  .box-services hr {
    margin: 5px;
  }

  .inner-newway-service {
    margin: 0 20px 0 0;
  }

  .about-us {
    flex-direction: column;
    margin-top: 20px;
  }
  .about-us-left {
    width: 100%;
  }
  .about-us-right {
    width: 100%;
  }
  .few-about-us {
    max-width: 100%;
    line-height: 25px;
    font-size: 16px;
  }
  .about-us-left h1 {
    font-size: 30px;
    margin-bottom: 10px;
  }
  .worldwide {
    display: flex;
    flex-direction: column;
    padding-top: 0px;
  }
  .info-equity {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 100px;
  }
  .equity {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
  }
  .equity h1 {
    margin-top: 10px;
    margin-bottom: 0;
  }
  .equity p:nth-of-type(2) {
    max-width: 300px;
    font-size: 14px;
  }
  .track-flow {
    flex-direction: column;
    gap: 40px;
  }

  .track-step {
    width: 100%;
  }

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

@media only screen and (max-width: 640px) {
  .hero-text {
    gap: 10px;
  }
}

@media only screen and (max-width: 480px) {
  .mobile-nav-toggle {
    font-size: 1.2rem;
  }
  .mobile-logo {
    font-size: 1.2rem;
    font-weight: 500;
    margin: 5px;
  }
  .brief-mobile h1 {
    margin-top: 200px;
  }
  .brief-mobile p {
    display: none;
  }
  .services-img img {
    object-fit: cover;
    width: 100%;
    height: 200px;
  }
  .brief-inner h1 {
    margin-top: 100px;
    font-size: 30px;
  }
  .hero-inner {
    margin-top: 20px;
  }
  .submit-track {
    font-size: 16px;
  }

  .hero-inner h1 {
    margin-left: 20px;
    text-align: left;
    font-size: 20px;
  }
  .hero-mobile {
    padding: 0;
  }
  .personalized {
    margin-top: 10px;
    height: 150px;
    padding: 10px;
  }
  .linetwo-style {
    border: 1px solid grey;
    width: 70%;
  }
  .personalized button {
    border-radius: 10px;
    padding: 15px 15px 15px 15px;
    font-size: 16px;
  }
  .personalize-inner h2 {
    font-size: 16px;
  }
  .personalize-inner p {
    font-size: 12px;
  }

  .contact-us h1 {
    font-size: 18px;
    margin-top: 15px;
  }
  .faqs-style-mobile {
    margin-top: 10px;
    margin-bottom: 20px;
  }
  .faqs-style-mobile h2 {
    font-size: 20px;
    font-weight: 600;
    line-height: 25px;
  }

  .faqs-style-mobile p {
    line-height: 20px;
    font-size: 15px;
    margin: 0 0 20px 0;
  }

  .freq {
    margin-top: 20px;
    margin-bottom: 20px;
    flex-direction: column;
    justify-content: space-between;
  }
  .freq-left {
    display: flex;
    flex-direction: column;
    gap: 50px;
    width: 100%;
    text-align: center;
  }
  .freq-left p {
    display: none;
  }
  .freq-right {
    width: 100%;
  }
  .freq-left h4 {
    font-size: 25px;
    font-weight: 600;
    margin-top: 10px;
  }
  .services-box-headline p {
    font-size: 15px;
  }
  .newway-chose-us-left p {
    font-size: 14px;
  }
  .worldwide > p {
    padding-left: 20px;
  }
  .worldwide > h1 {
    padding-left: 20px;
  }
  .faqs-style-mobile div {
    text-align: left;
  }
  .personalize-inner p {
    font-size: 16px;
  }
  .personalized button {
    max-width: 300px;
  }
  .question-title {
    font-size: 16px;
  }
  .newway-chose-us {
    border-radius: 5px;
  }
  .product-name {
    font-size: 14px;
  }

  .company-articles {
    text-align: center;
  }
  .faqs-style-mobile a {
    font-weight: 600;
    text-decoration: none;
  }
  .plus-freq {
    width: 15px;
    height: 15px;
    padding: 8px;
  }
  .minus-freq {
    width: 15px;
    height: 15px;
    padding: 8px;
  }
  .question div {
    margin-right: 20px;
  }
  .second-about-icon {
    display: flex;
    font-size: 14px;
  }
  .equity {
    padding: 10px;
  }
  .equity p:first-of-type {
    margin-bottom: 0;
  }
  .world-wide-top img {
    height: 250px;
  }
}
@media only screen and (max-width: 390px) {
  .brief-inner h1 {
    margin-top: 0;
    font-size: 20px;
  }
}
@media only screen and (max-width: 320px) {
  .personalized {
    margin-top: 10px;
    height: 200px;
    padding: 10px;
  }
}

@media print {
}
