body {
  font-family: "Montserrat";
  /* font-family: 'Poppins', sans-serif; */
  line-height: 30px;
}
/* .row-nav{
  display: flex;
  align-items: center;
  justify-content: space-between;
} */
.arrow {
  border: solid #fff;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
}
.down {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.header {
  background: linear-gradient(208deg, #3d5877 0%, #151e29 100%);
}

/* for mobile view */
@media (max-width: 858px) {
  .header_large {
    visibility: hidden;
    display: none;
  }
  .heroSection_Large {
    visibility: hidden;
    display: none;
  }
  .footer_large {
    visibility: hidden;
    display: none;
  }
}
@media (min-width: 858px) {
  .header_mob {
    visibility: hidden;
    display: none;
    z-index: 20;
  }
  .heroSection_mob {
    visibility: hidden;
    display: none;
  }
  .footer_mob {
    visibility: hidden;
    display: none;
  }
}
.nav_mob {
  /* background: linear-gradient(208deg, #3d5877 0%, #151e29 100%); */
  height: 15vh;
  width: 100%;
  padding: 2%;
}
.parcel-logo {
  width: 100px;
  float: left;
}
label.logo {
  color: white;
  font-size: 35px;
  line-height: 80px;
  padding: 0 100px;
  font-weight: bold;
}
.nav_mob ul {
  float: right;
  margin-right: 20px;
}
.nav_mob ul li {
  display: inline-block;
  line-height: 80px;
  margin: 0 5px;
}
.nav_mob ul li a {
  color: white;
  font-size: 17px;
  padding: 7px 13px;
  border-radius: 3px;
  /* text-transform: uppercase; */
}
.nav_mob a.active,
.nav_mob a:hover {
  /* background: #1B9BFF; */
  transition: 0.5s;
}
.checkbtn {
  font-size: 30px;
  color: #151e29;
  float: right;
  line-height: 80px;
  margin-right: 40px;
  cursor: pointer;
  display: none;
}
#check {
  display: none;
}
@media (max-width: 952px) {
  label.logo {
    font-size: 30px;
    /* padding-left: 50px; */
  }
  .nav_mob ul li a {
    font-size: 16px;
  }
}
@media (max-width: 858px) {
  .checkbtn {
    display: block;
  }
  .nav_mob ul {
    position: fixed;
    z-index: 20;
    width: 100%;
    height: 100vh;
    background: #2c3e50;
    top: 80px;
    left: -100%;
    text-align: center;
    transition: all 0.5s;
  }
  .nav_mob ul li {
    display: block;
    margin: 50px 0;
    line-height: 30px;
  }
  .nav_mob ul li a {
    font-size: 20px;
  }
  .nav_mob a:hover,
  .nav_mob a.active {
    background: none;
    color: #0082e6;
  }
  #check:checked ~ ul {
    left: 0;
  }
}
/* hamburger */

@media only screen and (max-width: 700px) {
  .navMenu > span {
    display: block;
    width: 28px;
    height: 2px;
    border-radius: 9999px;
    background-color: #000;
  }
  .navMenu > span:not(:last-child) {
    margin-bottom: 7px;
  }

  .navMenu,
  .navMenu > span {
    transition: all 0.4s ease-in-out;
  }
  .nav-ul {
    display: none;
    visibility: hidden;
  }
  .shape-two {
    display: none;
    visibility: hidden;
  }
}
.nav_class {
  /* float: right; */
  justify-content: space-between;
  text-align: left;
}

.banner-bg {
  background: radial-gradient(#fafafa, #fff3cc);
  background-image: url(./images/food-delivery\ 1kpx.png);
  background-repeat: no-repeat;
  height: 70vh;
  background-size: contain;
  background-position-x: right;
}
.banner-bg_mob {
  background: radial-gradient(#fafafa, #fff3cc);
  background-image: url(./images/food-delivery\ 1kpx.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  height: 38vh;
}
.register_button_mob {
  margin-left: 32%;
  justify-self: center;
  background: #ffe58e !important;
  border-color: #ffc400;
}
.bg-radial {
  background: radial-gradient(#fafafa, #fff3cc);
}
.shape-two {
  background: url(./Path\ 3564.svg);
  position: relative;
  background-size: contain;
  background-repeat: no-repeat;
  height: 200px;
  width: 210px;
  margin-left: 0%;
}
.hfree-content {
  font-weight: 500;
  font-size: 12px;
  line-height: 20px;
}
.hfree-content_mob {
  font-weight: 500;
  font-size: 16px;
  line-height: 25px;
}
.dollar-bg {
  padding: 1%;
  background: #ffe58e;
  border-radius: 12px;
}
.dollar-bg_mob {
  padding: 1%;
  background: #fafafa;
  border-radius: 12px;
}
.dublinSection-bg {
  background: #ffc400;
  width: 100%;
  padding: 3%;
}
.box-bg {
  background: #ffe58e;
  padding: 5%;
  width: 100%;
  border-radius: 12px;
}
.box-bg p {
  font-weight: bolder;
  line-height: 25px;
}
.benefit-content {
  font-size: 13px;
  font-weight: bolder;
}
.same-box-content {
  font-family: Poppins;
  font-size: 14px;
  font-weight: 300 !important;
}
.fluid-image {
  height: 100%;
  width: 90%;
}
.content-bg {
  background: #ffe58e;
  font-weight: bold;
  width: fit-content;
  padding: 1%;
  border-radius: 12px;
}
.list-bg {
  list-style: disc;
  font-weight: bolder;
}
.list-bg li::marker {
  color: #ffc400;
  font-size: 50px;
}
.faqs-list {
  list-style: disc;
}
.questions-li::marker {
  color: #ffc400;
  font-size: 35px;
}
.answers-li::marker {
  color: #4fc51d;
  font-size: 35px;
}
.answers-sub-li::marker {
  color: #4fc51d;
  font-size: 20px;
}
.faqs-bg {
  background: #fafafa;
  padding-top: 15px;
}

.todo-ol {
  list-style: none;
  padding-left: 2em;
  text-indent: -1em;
  font-weight: 500;
}
.todo-ol li::first-letter {
  font-size: 12px;
  color: #ffc400;
  background: #ffc400;
  padding: 1%;
  padding-left: 2%;
  padding-right: 2%;
  border-radius: 8px;
}
.benefit-ol {
  list-style: none;
  padding-left: 2em;
  text-indent: -1em;
  line-height: 40px;
}
.benefit-ol li:first-letter {
  font-size: 12px;
  color: #000;
  background: #ffe58e;
  padding: 1%;
  padding-left: 2%;
  padding-right: 2%;
  border-radius: 8px;
}
.button {
  background-color: #ffc400;
  color: #000;
  height: 40px;
  font-size: 14px;
  border: none;
  border-radius: 7px;
}

.courier-returns-banner-bg {
  background-image: url(./images/ParcelndCourierReturn.png);
  background-repeat: no-repeat;
  height: 100%;
  object-fit: cover;
  background-position-x: right;
  background-size: contain;
}
.courier-returns-banner-bg_mob {
  background-image: url(./images/ParcelndCourierReturn.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  height: 40vh;
  width: 100%;
}

.return-box-content {
  font-family: Poppins;
  font-size: 16px;
  line-height: 30px;
  font-weight: 400 !important;
}
.shape-one {
  background: url(./Path\ 3565.svg);
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  height: 100px;
  width: 100px;
  margin-left: -10%;
}
.shape-x{
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  height: 100px;
  width: 100px;
  margin-left: -10%;
}
/* style for cheap parcel */

.cheap-banner-bg {
  background-image: url(./images/cheap\ delivery\ lbgjpg.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 106%;
  height: 100%;
  background-position-x: right;
}
.cheap-banner-bg_mob {
  background-image: url(./images/cheap\ delivery\ lbgjpg.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  height: 50vh;
  border-bottom: 15px solid #ffc400;
}
.h2_mob {
  font-weight: 900;
  line-height: 30px;
  font-size: 20px;
}
.h1_mob_yellow {
  font-weight: 900;
  color: #ffc400;
}
.table-bg {
  background: #ffe58e;
}

/* style for postage tracking */
.tracking-banner-bg {
  background-image: url(./images/postage\ tracking.png);
  background-repeat: no-repeat;
  margin-left: 42%;
  background-size: contain;
  width: 80vh;
  height: 70vh;
}
.tracking-banner-bg_mob {
  background-image: url(./images/tracking\ man.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  height: 40vh;
  width: 100%;
}
.postP {
  color: #ffc400;
  line-height: 40px;
}
@media only screen and (max-width: 600px) {
  .border-right-yellow {
    margin: 5%;
    border-bottom: 10px solid #ffc400;
  }
}
@media only screen and (min-width: 600px) {
  .border-right-yellow {
    border-right: 10px solid #ffc400;
  }
}

/* style for collection and delivery */
.collection-nd-delivery-banner-bg {
  background: url(./images/parcel\ delivery\ service.png);
  background-repeat: no-repeat;
  background-size: contain;
  height: 107%;
  width: 108%;
  background-position-x: right;
}
.collection-nd-delivery-banner-bg_mob {
  background: url(./images/parcel\ delivery\ service.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  height: 50vh;
  width: 100%;
}
.box-blue {
  background: #2b3f55;
  border: 1px solid #ffffff;
  box-shadow: 0px 7px 16px rgba(0, 0, 0, 0.16);
  border-radius: 24px;
  padding: 5%;
}
.box-content {
  line-height: 20px;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
}
.box-pound {
  font-family: Poppins;
  margin-top: 5%;
  font-size: 45px;
  color: #ffc400;
}

.benefit-ol-blank {
  list-style: none;
  padding-left: 2em;
  text-indent: -1em;
}
.benefit-ol-blank li:first-letter {
  font-size: 12px;
  color: #fff3cc;
  background: #fff3cc;
  padding: 1%;
  padding-left: 2%;
  padding-right: 2%;
  border-radius: 8px;
}
.span-bg {
  padding: 1%;
  background: #ffe58e;
  border-radius: 9px;
}
.big-box-content {
  font-size: 20px;
}

.box-price-sec-one {
  background: #ffc400;
  border-radius: 8px;
}
.box-ot-sec {
  background: #fff3cc;
  border-radius: 8px;
}

/* style for uk delivery */
html,
body {
  overflow-x: hidden;
}
@media only screen and (max-width: 800px) {
  .uk-banner-bg {
    width: 70%;
  }
}
@media only screen and (max-width: 600px) {
  html,
  body {
    overflow-x: hidden;
  }
  .h1MobY {
    color: #ffc400;
    font-size: 34px;
  }
  .uk-banner-bg {
    visibility: hidden;
    display: none;
    width: 100%;
  }
  .routing-banner-bg {
    visibility: hidden;
    display: none;
    width: 100%;
  }
  .tracking-banner-bg {
    visibility: hidden;
    display: none;
    width: 100%;
  }
  .body-div {
    width: 100%;
  }
}
.uk-banner-bg {
  background-image: url(./images/uk.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 80vh;
  height: 70vh;
  background-position: right;
}
.uk-banner-bg_mob {
  background-image: url(./images/uk.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 50vh;
  height: 50vh;
  background-position: center;
}
.SendUK_mob {
  font-weight: 900;
}
.content-bg-UK_mob {
  background: #ffe58e;
  font-weight: bold;
  padding: 5%;
  border-radius: 12px;
}
.box-bg-grey {
  background: #f5f5f5;
  padding: 5%;
  width: 100%;
  border-radius: 12px;
}
.yellow-text {
  color: #ffc400;
  font-weight: bold;
  line-height: 30px;
}

/* style for int.del */
.int-banner-bg {
  background-image: url(./images/International\ Parcel\ bg.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 100%;
  background-position: right;
}
.int-banner-bg_mob {
  background-image: url(./images/International\ Parcel\ bg.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 40vh;
  background-position: center;
}
.usa-banner-bg {
  background-image: url(./images/USABGNEW.png);
  background-repeat: no-repeat;
  background-size: 2000px;
  width: 100%;
  height: 100%;
  background-position: left;
}
.africa-banner-bg {
  opacity: 0.7;
  background-image: url(./images/africaBack.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 100%;
  background-position: right;
}
.germany-banner-bg {
  background-image: url(./images/germanybg.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 100%;
  background-position: right;
}
.australia-banner-bg {
  background-image: url(./images/newaustraliabg.png);
  background-repeat: no-repeat;
  background-size: 1034px 760px;
  width: 100%;
  height: 100%;
  background-position: right;
}
@media only screen and (max-width: 600px) {
  .price-img {
    width: 100%;
  }
}

/* style for collection only */
.collection-only-banner-bg {
  background-image: url(./images/parcel\ \ collection\ main\ img.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 100%;
  background-position: right;
}
.collection-only-banner-bg_mob {
  background-image: url(./images/parcel\ \ collection\ main\ img.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 40vh;
  background-position: center;
}

.parcel-king-content-small {
  color: #121212;
  font-size: 12px;
  font-weight: 500;
  line-height: 22px;
  text-align: justify;
}
.fluid-image-sm {
  width: 80%;
}
.box-light-grey {
  background: #fafafa;
}
.highlights-list {
  list-style: disc;
}
.odd-li::marker {
  color: #ffc400;
  font-size: 20px;
}
.even-li::marker {
  color: #b7b7b7;
  font-size: 20px;
}

/* routing styles */

.routing-banner-bg {
  background-image: url(./images/Navigation\ img.png);
  background-repeat: no-repeat;
  margin-left: 42%;
  background-size: contain;
  width: 80vh;
  height: 70vh;
}
.routing-h1 {
  font-size: 42px;
  color: #ffc400;
}
.route-box-bg {
  background: url(./images/app\ features\ bg.png);
  background-size: contain;
  width: 80vh;
  height: 70vh;
  background-position: left;
}
.box-bg-black {
  background: url(./images/blob\ Grey.svg);
  background-repeat: no-repeat;
  background-size: contain;
  height: 25vh;
  width: 100%;
  margin: 5%;
}
.box-bg-yellow {
  background: url(./images/blob\ Yellow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  height: 25vh;
  width: 100%;
  margin: 5%;
}
.blob-content-black {
  padding: 10%;
  font-size: 1.5vh;
  font-weight: bold;
  color: #fff;
  justify-content: center;
  justify-items: center;
  justify-self: center;
}
.blob-content-yellow {
  padding: 10%;
  font-size: 1.5vh;
  font-weight: bold;
  color: #000;
  justify-content: center;
  justify-items: center;
  justify-self: center;
}
.box-ol {
  list-style: none;
  padding-left: 2em;
  text-indent: -1em;
}
.box-ol li::first-letter {
  font-size: 18px;
  color: #000000;
  background: #ffc400;
  padding: 3%;
  padding-left: 5%;
  padding-right: 5%;
  border-radius: 12px;
}

.button a {
  text-decoration: none;
  color: #000;
}
.buttonSEND {
  background-color: #ffc400;
  height: 27px;
}
.logo2 {
  display: inline-block;
}
.COLOR {
  color: #808880;
}
.hone {
  /* font-size: 24px; */
  font-weight: 900;
  font-style: bold;
}
.borderedBox {
  /* border: 0.5px solid #b7b7b7; */
  border: 1px solid #d9d9d9;
  border-radius: 5px;
  width: 90%;
  margin: auto;
}
.px-5 {
  padding-top: 2%;
  padding-bottom: 2%;
}
.borderedBox li {
  list-style: none;
  font-size: 16px;
  margin-bottom: 10px;
  padding: 10px;
}
.borderedBox li:not(:last-child) {
  border-bottom: 1px solid #d9d9d9;
}
nav {
  flex: 1;
  text-align: right;
  color: #fff;
}
nav ul li {
  list-style: none;
  display: inline-block;
  margin-inline: 2%;
  padding: 10;
}
nav ul li a {
  text-decoration: none;
  color: #fff;
  padding: 100;
}
nav ul li a:hover {
  color: #ffc400;
}
.list ul li::marker {
  list-style: none;
  font-weight: bold;
  font-size: 3rem;
}

.footercopy {
  color: grey;
  font-size: 13px;
  text-align: center;
}

.footer {
  /* background: linear-gradient(180deg, #0f2027, #10252c, #2d4957); */
  background: #000;
  margin-bottom: 0;
  left: 0;
  padding: 30px;
  color: #fff;
}
.footer_mob {
  background: #000;
  color: #fff;
  padding: 30px;
}
.suscribe_mob {
}
.parcel-king-logo {
  width: 100px;
}

.sameDAyP {
  color: #121212;
}
h1 {
  font-weight: bolder;
  /* font-size: 11pt; */
}

.sameDAy {
  color: #000;
  font-size: 42px;
}
.txt2 {
  color: #ffc400;
}
.yellowText {
  background-color: #ffc400;
  color: #000;
}
.ahref {
  color: #000;
  cursor: text;
  text-transform: capitalize;
}

.text-success {
  fill: green;
}
.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  color: #000;
  min-width: 330px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  padding: 12px 16px;
  z-index: 1;
}

.dropdown:hover .dropdown-content {
  display: block;
}

.px-2 {
  padding-left: 24px;
}
.myrow {
  padding: 1%;
}
.avatar {
  vertical-align: middle;
  width: 50px;
  height: 50px;
  border-radius: 30%;
}
.muted {
  color: rgba(0, 0, 0, 0.54);
}
.text-center {
  text-align: start;
  align-items: start;
  align-self: start;
  align-content: start;
  justify-content: start;
  justify-items: start;
  text-justify: start;
  justify-self: start;
}
.popover__title {
  font-size: 14px;
  line-height: 36px;
  text-decoration: none;
  text-align: center;
}

.popover__wrapper {
  position: relative;
  display: inline-block;
}
.auth-wrapper {
  left: -120px !important;
  top: 70px;
  width: 200px !important;
}
.popover__content {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  left: -500px;
  transform: translate(0, 10px);
  background-color: #bfbfbf;
  background-color: #fff;
  /* padding: 1.5rem; */
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
  width: auto;
  /* color: #000; */
  line-height: 20px;
  left: -700px;
  top: 60px;
  width: 1000px;
}
.popover__content:before {
  position: absolute;
  z-index: -1;
  content: "";
  right: calc(30% - 10px);
  top: -8px;
  border-style: solid;
  border-width: 0 10px 10px 10px;
  border-color: transparent transparent #ffffff transparent;
  transition-duration: 0.3s;
  transition-property: transform;
}
.popover__wrapper:hover .popover__content {
  z-index: 10;
  opacity: 1;
  visibility: visible;
  transform: translate(0, -20px);
  transition: all 0.5s cubic-bezier(0.75, -0.02, 0.2, 0.97);
  font-size: 1.3rem;
}
.popover__message {
  text-align: center;
  color: #000;
}
.button {
  line-height: 1.5715;
  position: relative;
  display: inline-block;
  font-weight: 400;
  white-space: nowrap;
  text-align: center;
  background-image: none;
  border: 1px solid transparent;
  box-shadow: 0 2px 0 rgb(0 0 0 / 2%);
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-user-select: none;
  user-select: none;
  touch-action: manipulation;
  height: 40px;
  padding: 8px 15px;
  font-size: 14px;
  border-radius: 5px;
  color: rgba(0, 0, 0, 0.85);
  background: #fff;
  border-color: #d9d9d9;
}
.parcel-king-button-main {
  background: #ffc400;
  border-color: #ffc400;
  font-weight: 600;
  text-shadow: 0 -1px 0 rgb(0 0 0 / 12%);
  box-shadow: 0 2px 0 rgb(0 0 0 / 5%);
}

.parcel-king-title-h2 {
  font-weight: 700 !important;
  font-size: 3rem;
  color: #343a40 !important;
}

.parcel-king-title-h3 {
  font-weight: 900 !important;
  font-size: 3rem;
  color: #000;
  padding-bottom: 2pt;
  line-height: 1.25;
  page-break-after: avoid;
  orphans: 2;
  widows: 2;
  text-align: justify;
  font-size: 22px;
  margin-bottom: 0;
}
.parcel-king-content {
  color: #121212;
  font-size: 16px;
  text-align: justify;
}
.parcel-king-title-h6 {
  font-size: 14px;
  font-weight: 300;
}
.special-text {
  color: #ffc400;
  text-decoration: none;
  background-color: initial;
  outline: none;
  cursor: pointer;
  transition: color 0.3s;
}
.accordion .card {
  box-shadow: rgb(0 0 0 / 0%) 0px 0px 0px;
  border: none;
  border-bottom: 1px solid rgba(220, 220, 220, 0.125);
  padding: 10px;
  width: 100%;
}
.accordion .card .card-header {
  background: inherit;
}
.parcel-king-subtitle {
  font-size: 14px;
  color: grey;
}

.footer-header {
  color: #ffe58e;
  font-size: 17px;
  font-weight: 900 !important;
  margin-bottom: 10px;
}
.footerlinks {
  color: #fff;
  font-weight: 500 !important;
  margin-bottom: 10px;
  font-size: 13px;
  text-align: left;
}

.subscriptioninputbox {
  font-weight: 700 !important;
  border-radius: 10px 0 0 10px;
  padding: 7px;
  border: 1px solid #fff;
  width: 100%;
}

.subscriptionsubmit {
  width: 30%;
  font-family: "Montserrat-Medium";
  margin-left: 2px;
  border-radius: 0 10px 10px 0;
  border: 1px solid #f7971e;
  color: #fff;
  background: linear-gradient(90deg, #f7971e, #f7971e, #e98000);
  text-align: center;
}

.footer-list {
  list-style: none;
  margin-left: -35px;
}

.ant-btn {
  line-height: 1.5715;
  position: relative;
  display: inline-block;
  font-weight: 400;
  white-space: nowrap;
  text-align: center;
  background-image: none;
  box-shadow: 0 2px 0 rgb(0 0 0 / 2%);
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-user-select: none;
  user-select: none;
  touch-action: manipulation;
  height: 40px;
  padding: 8px 15px;
  font-size: 14px;
  border-radius: 5px;
  color: rgba(0, 0, 0, 0.85);
  border: 1px solid #d9d9d9;
  background: #fff;
}
.ant-btn-primary {
  color: #000000;
  border-color: #ffc400;
  background: #ffc400;
  text-shadow: 0 -1px 0 rgb(0 0 0 / 12%);
  box-shadow: 0 2px 0 rgb(0 0 0 / 5%);
}
