.fullfilment-box {
  margin: 0 0 20px;
}
.fullfilment-box:last-child {
  margin: 0;
}
.fullfilment-box .icon p {
  margin: 0;
  line-height: 19px;
}
.fullfilment-box .icon {
  gap: 12px;
}
.fullfilment-box i.far.fa-check {
  background: #066277;
  border-radius: 50%;
  height: 25px;
  width: 25px;
}
.fa-check:before {
  color: #fff;
}
.delivery-chart h3 {
  font-weight: 700;
  font-size: 20px;
  line-height: 20px;
  margin: 0 0 24px;
}
.fullfilment .content p {
  margin: 0 !important;
}
section.fullfillment-heading {
  padding: 30px 0 30px;
  background: #02111b;
  /*height: 530px;*/
}
section.fullfillment-heading .fullfillment-content h1 {
  font-style: normal;
  font-weight: 600;
  font-size: 50px;
  line-height: 60px;
  font-family: "Nexabold";
  text-transform: capitalize;
}
section.fullfillment-heading .leftwidth {
  z-index: 9;
}
section.fullfillment-heading .fullfillment-content p {
  margin: 20px 0 20px;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #2a2a2a;
  font-family: "Roboto";
}
section.fullfillment-heading .fullfillment-content .shipping a {
  background: #40b9ea;
  border-radius: 30px;
  display: inline-block;
  padding: 16px 34px 10px;
  color: #fff;
  margin-top: 20px;
}
section.fullfillment-heading .fullfillment-content .shipping a:hover {
  background: #066277;
  transform: scale(1.1);
  transition: 0.5s;
}
section.fullfillment-descriptions .buy-box p.first {
  font-weight: 700;
  font-size: 20px;
  padding: 20px 16px;
}
section.package-descriptions {
  margin: 50px 0;
}
section.package-descriptions .buy-space p.first {
  padding: 20px 0 16px;
  font-weight: 700;
  font-size: 20px;
}
section.package-descriptions .buy-space img.first {
  background: #40b9ea1a;
  padding: 10px;
  border-radius: 8px;
}
section.package-descriptions .buy-space img.second {
  background: #fcf5ee;
  padding: 10px;
  border-radius: 8px;
}
section.package-descriptions .buy-space img.third {
  background: #0d62b81a;
  padding: 10px;
  border-radius: 8px;
}
section.package-descriptions .buy-space img.fourth {
  background: #0ead691a;
  padding: 10px;
  border-radius: 8px;
}
section.fullfillment-descriptions .buy-box p {
  font-weight: 400;
  font-size: 16px;
}
section.orders-fullfilled {
  padding: 78px 0;
}
section.orders-fullfilled .orders .check i {
  background: #066277;
  height: 25px;
  width: 25px;
  border-radius: 50%;
}
section.orders-fullfilled .orders p:first-child {
  margin-bottom: 28px;
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 20px;
}
section.orders-fullfilled .orders .check {
  gap: 12px;
  align-items: center;
}
section.orders-fullfilled .orders .check p {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #2a2a2a;
}
section.orders-fullfilled .orders .check:nth-child(3) {
  margin: 20px 0;
}
section.picknpack .pick-right p:first-child {
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 20px;
  color: #066277;
}
section.picknpack .pick-right p:nth-child(2) {
  padding: 24px 0 40px;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #2a2a2a;
}

.accordion input {
  display: none;
}
.accordion label {
  display: block;
  padding: 17px 16px;
  margin: 0 0 1px 0;
  cursor: pointer;
  background: #f6f7f7;
  border-radius: 3px;
  color: #066277;
  transition: ease 0.5s;
  position: relative;

  font-weight: 700;
  font-size: 16px;
}
.accordion label:after {
  font-family: "Font Awesome 6 Free";
  content: "\f078";
  font-weight: 900;
  font-size: 22px;
  position: absolute;
  right: 10px;
  top: 6px;
  color: #066277;
}
.accordion input:checked + label:after {
  content: "\f077";
}
.accordion .content {
  background: #f6f7f7;
  padding: 10px 25px;
  margin: 0 0 1px 0;
  border-radius: 3px;
  font-weight: 400;
  font-size: 15px;
}
.accordion input + label + .content {
  display: none;
}
.accordion input:checked + label + .content {
  display: block;
}

section.fullfillment-services {
  padding: 50px 0 110px;
}
section.fullfillment-services .text-heading p:first-child {
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  color: #000000;
  text-align: center;
  padding: 2px 0;
}
section.fullfillment-services .text-heading p:nth-child(2) {
  padding: 22px 0 40px;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  color: #2a2a2a;
}
section.fullfillment-services .services-box {
  border: 1px solid #d9d9d9;
  border-radius: 12px;
  padding: 24px 16px 20px 24px;
  min-height: 342px;
}
section.fullfillment-services .services-box img {
  background: #f2f2f2;
  border-radius: 8px;
  padding: 8px;
}
section.fullfillment-services .services-box p.first {
  font-weight: 700;
  font-size: 18px;
  line-height: 18px;
  color: #066277;
  padding: 20px 0 12px;
}
section.fullfillment-services .services-box p.last {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #2a2a2a;
}
section.fullfillment-services .row.last {
  margin-top: 48px;
}

section.after-services .text-heading p:first-child {
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  color: #000000;
  text-align: center;
  padding: 0 0 24px;
}

.after-services {
  padding: 25px 0 110px;
}

.description .main.d-flex {
  margin: 0 0 20px;
  align-items: flex-start;
  gap: 7px;
}

section.after-services hr {
  margin: 60px 0 0;
}

section.after-services .request-a-quote {
  margin: 32px 0 0;
  gap: 25px;
}

section.after-services .request-a-quote p {
  font-weight: 800;
  font-size: 18px;
  color: #070707;
  width: 100%;
  text-align: left;
  font-family: "Nexabold";
}

section.after-services .request-a-quote a {
  background: #40b9ea;
  border-radius: 100px;
  padding: 10px 20px;
  color: #fff;
  font-family: "Roboto";
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  text-transform: capitalize;
}

@media (max-width: 1100px) {
  section.fullfillment-heading .fullfillment-content h1 {
    font-size: 56px;
  }
  section.fullfillment-services .services-box p.first {
    font-size: 16px;
  }
  section.fullfillment-services .services-box p.last {
    font-size: 14px;
  }
  section.fullfillment-services .services-box {
    min-height: 342px;
  }
}

/* Fullfilment Page Responsive*/

@media (max-width: 1920px) {
  /*  .container{
        max-width: calc(100% - 100px);
    }*/
  section.fullfillment-services .services-box p.last {
    font-size: 16px;
  }
  section.picknpack .pick-right p:nth-child(2) {
    font-size: 16px;
  }
  section.orders-fullfilled .orders .check p {
    font-size: 16px;
  }
  section.fullfillment-heading .fullfillment-content p {
    font-size: 16px;
  }
  section.fullfillment-services .services-box {
    min-height: 385px;
  }
}

@media (max-width: 1355px) {
  section.fullfillment-heading .fullfillment-content h1 {
    width: 100%;
  }
  section.fullfillment-heading .fullfillment-content h1 {
    font-size: 55px;
  }
}

@media (max-width: 1200px) {
  section.fullfillment-heading .fullfillment-content h1 {
    font-size: 50px;
    line-height: 60px;
  }
  .accordion label {
    margin: 0 0 10px 0;
  }
  section.fullfillment-services {
    padding: 70px 0 30px;
  }
  section.fullfillment-services .services-box {
    min-height: 342px;
  }
  section.fullfillment-services .services-box p.last {
    font-size: 16px;
  }
  section.picknpack .pick-right p:nth-child(2) {
    font-size: 16px;
  }
  section.orders-fullfilled .orders .check p {
    font-size: 16px;
  }
  section.fullfillment-heading .fullfillment-content p {
    font-size: 18px;
  }
  section.fullfillment-services .services-box p.first {
    font-size: 16px;
  }
  section.fullfillment-services .services-box p.last {
    font-size: 14px;
  }
  section.fullfillment-services .services-box {
    min-height: 342px;
  }
}

@media (max-width: 1034px) {
  section.fullfillment-services .services-box {
    min-height: 364px;
  }
  section.fullfillment-heading .fullfillment-content h1 {
    font-size: 50px;
  }
}

@media (max-width: 991px) {
  .container {
    max-width: calc(100% - 70px);
  }
  section.fullfillment-heading .fullfillment-content h1 {
    font-size: 42px;
    line-height: 50px;
  }
  section.fullfillment-heading .fullfillment-content p {
    font-size: 16px;
    margin: 16px 0 10px;
  }
  section.fullfillment-heading .fullfillment-content .shipping {
    padding: 10px 0px;
  }
  section.fullfillment-heading .fullfillment-content .shipping a {
    margin-top: 10px;
  }
  section.fullfillment-heading {
    padding: 30px 0 30px;
  }
  section.picknpack .pick-right p:nth-child(2) {
    padding: 15px 0 20px;
  }
  .accordion label {
    padding: 10px;
    font-size: 15px;
  }
  .accordion label:after {
    font-size: 18px;
  }
  section.fullfillment-services .services-box {
    padding: 15px 15px 10px 15px;
  }
  section.fullfillment-services .row.last {
    margin-top: 48px;
  }
  section.fullfillment-services .services-box {
    min-height: 433px;
  }
  section.fullfillment-services .row.last .services-box {
    min-height: 345px;
  }
  section.fullfillment-services .text-heading p:nth-child(2) {
    line-height: 22px;
  }
  section.fullfillment-services .text-heading p {
    width: 100%;
    line-height: normal;
  }
  section.fullfillment-services {
    padding: 40px 0 40px;
  }
  .check {
    height: auto !important;
    width: auto !important;
    opacity: 1 !important;
    position: initial !important;
  }
  .text-heading p {
    line-height: normal !important;
  }
}

@media (max-width: 767px) {
  section.package-descriptions {
    margin: 50px 0 30px;
  }
  section.fullfillment-heading .fullfillment-content h1 {
    width: 100%;
  }
  .fullfillment-content.buy {
    text-align: left;
  }
  section.fullfillment-heading .fullfillment-content h1 {
    font-size: 36px;
    line-height: 45px;
  }
  section.fullfillment-heading .fullfillment-content .shipping {
    margin: 0 0 0px;
  }
  section.orders-fullfilled {
    padding: 45px 0;
  }
  section.orders-fullfilled .orders p:first-child {
    margin-bottom: 20px;
  }
  section.orders-fullfilled .orders .check:nth-child(3) {
    margin: 15px 0;
  }
  section.orders-fullfilled .orders .check i {
    min-width: 25px;
  }
  .pick-left,
  .pick-right {
    text-align: center;
  }
  .pick-right {
    margin: 30px 0 0;
  }
  section.fullfillment-services .services-box {
    min-height: 100%;
    text-align: center;
  }
  section.fullfillment-services .services-box {
    padding: 24px 16px 20px 24px;
  }
  section.fullfillment-services .row .col-md-4 {
    margin: 0 0 20px;
  }
  section.fullfillment-services .row.last {
    margin-top: 0;
  }
  section.fullfillment-services .row.last .services-box {
    min-height: 100%;
  }
  section.package-descriptions .package-box.second-row {
    margin: 30px 0 0;
  }
  section.fullfillment-heading {
    padding: 30px 0 30px;
    height: auto;
  }
  .fullfillment-heading .text-right {
    text-align: center !important;
  }
  .text-heading p {
    width: 100%;
  }
  .heading-image img {
    height: auto !important;
  }
  .request-para {
    width: fit-content !important;
  }
  section.after-services .request-a-quote {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start !important;
  }

  .request-a-quote span{
    display: block;
    margin: 0 0 15px;
  }
}

@media (max-width: 575px) {
  section.package-descriptions {
    margin: 50px 0 10px;
  }
  section.fullfillment-heading .fullfillment-content h1 {
    font-size: 28px;
    line-height: 40px;
  }
  section.orders-fullfilled .orders p:first-child {
    font-size: 18px;
  }
  section.orders-fullfilled .orders .check p {
    font-size: 15px;
  }
  section.fullfillment-services .text-heading p:first-child {
    font-size: 18px;
  }
  section.fullfillment-services .text-heading p:nth-child(2) {
    line-height: 24px;
  }
  section.fullfillment-services .services-box {
    padding: 15px 15px 10px 15px;
  }
  section.package-descriptions .package-box {
    margin: 0 0 20px;
  }
  section.package-descriptions .package-box.second-row {
    margin: 0 0 20px;
  }
  section.after-services .text-heading p:first-child {
    font-size: 20px;
  }
}

@media (max-width: 431px) {
  section.picknpack .container {
    max-width: 100%;
  }
  section.picknpack .pick-right p:first-child {
    font-size: 18px;
  }
  section.picknpack .pick-right p:nth-child(2) {
    padding: 10px 0 15px;
  }
  .accordion label,
  .accordion label:after {
    font-size: 14px;
  }
}

@media (max-width: 385px) {
  section.fullfillment-heading .fullfillment-content h1 {
    font-size: 24px;
    line-height: 30px;
  }
  section.orders-fullfilled {
    padding: 30px 0;
  }
  section.orders-fullfilled .container {
    max-width: calc(100% - 30px);
  }
}

/* Homepage Responsive */
@media (max-width: 1920px) {
    section.ship .ship-box.one,
    section.ship .ship-box.two,
    section.ship .ship-box.three {
        background-repeat: no-repeat !important;
    }

    section.counter .countdown {
        display: flex;
        justify-content: center;
    }

    section.ship .ship-box {
        width: 63%;
        margin: 0 auto;
    }

    section.mobile-app .mobile-image {
        float: right;
        margin-right: 35px;
    }

    section.locations .map img {
        width: 100%;
    }
}

@media (max-width: 1600px) {
    section.ship .ship-box {
        width: auto;
    }

}

@media (max-width: 1366px) {}

@media (max-width: 1200px) {
    .container {
        max-width: calc(100% - 20px);
    }

    section.choose .choose-box p.first {
        font-size: 16px;
    }

    section.choose .choose-box p.last {
        min-height: 95px;
    }

    .delivery-chart .delivery-box p {
        font-size: 18px;
    }

    section.heading {
        padding: 50px 25px;
    }

    .heading-content h1 {
        font-size: 60px;
        line-height: 75px;
    }

    .heading-content p {
        font-size: 18px;
        line-height: 31px;
        margin: 20px 0 25px;
    }

    section.delivery .tabs {
        margin: 40px 0 0px;
    }

    .fullfilment-content p {
        margin: 10px 0 0;
    }

    section.fullfilment .fullfilment-content .read.door {
        padding: 0;
    }

    .fullfilment-box .icon i.far.fa-check {
        min-width: 25px;
    }

    .delivery-chart {
        margin: 25px 0;
    }

    section.local-delivery .local-delivery-content .read.door {
        padding: 30px 0 0;
    }

    section.counter {
        margin: 60px 0 70px 0;
    }

    section.counter .counter-box {
        margin: 10px auto;
        text-align: center;
    }

    section.choose .choose-heading h1 {
        font-size: 36px;
    }

    section.locations .available-content h1 {
        font-size: 36px;
    }

    section.locations .available-content p {
        font-size: 18px;
    }

    section.ship .ship-content h1 {
        font-size: 36px;
    }

    section.ship .ship-content p {
        font-size: 18px;
    }

    section.ship .ship-box {
        width: auto;
    }

    section.ship .ship-box.one,
    section.ship .ship-box.two,
    section.ship .ship-box.three {
        background-repeat: no-repeat !important;
    }

    section.mobile-app .mobile-content h1 {
        font-size: 38px;
    }

    section.mobile-app .mobile-content p {
        font-size: 16px;
        line-height: 25px;
    }

    section.ship .ship-content p {
        width: calc(100% - 30px);
    }

    section.mobile-app .mobile-content h1 {
        line-height: 40px;
    }

    section.mobile-app .mobile-image {
        margin-right: 0px;
    }

    section.delivery .container {
        max-width: calc(100% - 0px);
    }

    section.delivery ol.carousel-indicators.mb-5.text-center.w-75 {
        width: 100% !important;
        margin: 0 auto;
    }

    .carousel-indicators li {
        margin-right: 10px;
        margin-left: 10px;
        width: fit-content !important;
    }
}

@media (max-width: 1048px) {
    .accounts i {
        color: #fff;
        margin: 0;

    }

    section.fullfilment .fullfilment-content h1 {
        font-size: 32px;
    }
}

@media (max-width: 991px) {
    .navbar-toggler-icon i {
        color: #fff;
        font-weight: normal;
        border: 1px solid #fff;
        padding: 2px 3px;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 5px 16px;
        border-radius: 7px;
        font-size: 17px;
        height: 35px;
        width: 35px;
    }

    ul.navbar-nav.mx-auto {
        text-align: center;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 20px 17px 0;
        margin: 0 auto;
    }

    ul.navbar-nav li {
        margin: 0px 0px 5px 0px;
    }

    .accounts {
        /*text-align: center;
	    display: none;*/
        /* margin-left: 35px; */
    }

    .accounts i {
        color: #fff;
        margin: 0 10px;
    }

    li.nav-item.active.login {
        display: block;
    }

    .dropdown-menu.show {
        width: 100%;
        margin: 0 auto;
        box-shadow: none !IMPORTANT;
        background: inherit;
        border: 0;
        transition: 0.3s;
    }

    .dropdown-menu.show a {
        /*color: #fff !important;*/
        font-weight: 500 !important;
        transition: 0.3s;
        padding: 3px 18px;
    }

    li.nav-item .dropdown-menu a:last-child {
        padding: 3px 18px;
    }

    .heading-content h1 {
        font-size: 38px;
        line-height: 46px;
    }

    li.nav-item {
        margin-left: 0px;
    }

    section.delivery .tabs a.active {
        font-size: 14px;
        padding: 10px 20px;
    }

    .delivery-chart .delivery-box {
        margin: 0 0 15px 0;
    }

    .delivery-chart .delivery-box:before {
        position: absolute;
        content: '';
        top: 48px;
        left: 26px;
        width: 16px;
    }

    .buy-content .delivery-chart .delivery-box {
        margin: 0 0 30px 0;
    }

    .buy-content .delivery-chart .delivery-box:before {
        position: absolute;
        content: '';
        top: 52px;
        left: 20px;
        width: 24px;
    }

    .read.buy {
        margin: 10px 0 0;
    }

    .door-to-door-content .delivery-chart .delivery-box {
        margin: 0 0 25px 0;
    }

    .door-to-door-content .delivery-chart .delivery-box:before {
        position: absolute;
        content: '';
        top: 53px;
        left: 22px;
        width: 20px;
    }

    .read.door {
        padding: 20px 0 0;
    }

    .door-to-door-content h1 {
        font-size: 30px;
    }

    section.fullfilment .fullfilment-content h1 {
        font-size: 29px;
    }

    section.fullfilment .fullfilment-content .delivery-chart h3 {
        font-size: 26px;
    }

    section.local-delivery .local-delivery-content h1 {
        font-size: 36px;
    }

    section.delivery .tabs {
        margin: 20px 0 0px;
    }

    section.mobile-app {
        margin: 30px 0;
    }

    section.delivery li.nav-item {
        margin-left: 12px;
    }

    section.counter .counter-box h1 {
        font-size: 30px;

    }

    section.counter .counter-box p {
        text-align: center;
        font-size: 14px;
    }

    section.choose .choose-box {
        padding: 20px 15px 0px 15px;
    }

    section.choose .choose-box p.first {
        font-size: 14px;
    }

    section.locations .map {
        padding: 50px 0 0;
    }

    section.ship .ship-content h1 {
        font-size: 32px;
    }

    section.ship .ship-content p {
        font-size: 16px;
    }

    section.mobile-app .mobile-content {
        padding: 20px 10px;
    }

    section.mobile-app {
        margin: 30px 0;
    }

    section.mobile-app .mobile-content {
        margin: 50px 0 0;
    }

    section.mobile-app .row.align-items-center {
        align-items: flex-start !important;
    }

    section.mobile-app .mobile-content h1 {
        font-size: 30px;
    }

    section.mobile-app .mobile-content .play-buttons .apple-content {
        margin: 9px 0 0px;
    }

    .heading-content p {
        width: calc(100% - 0px);
    }

    .text-heading p {
        width: calc(100% - 50px);
    }

    section.choose .choose-heading p {
        width: calc(100% - 100px);
    }

    .choose-box.last {
        min-height: 261px !important;
    }

    section.locations {
        padding: 60px 0 0px;
    }

    section.locations .available-content p {
        width: calc(100% - 100px);
    }

    .choose-box.last {
        min-height: 235px !important;
    }

    section.choose .choose-box p.last {
        width: calc(100% - 20px);
    }

    section.ship .container {
        max-width: calc(100% - 50px);
    }

    section.mobile-app .mobile-content p.first {
        width: calc(100% - 30px);
    }

    section.mobile-app .row.align-items-center {
        align-items: center !important;
    }

    section.mobile-app .row {
        padding: 0;
    }

    .show {
        width: 60%;
    }
}


@media (max-width: 767px) {
    section.ship .container {
        max-width: calc(100% - 100px);
    }

    section.heading {
        padding: 50px 20px 50px;
    }

    .heading-image {
        margin: 40px 0 0;
        text-align: center;
    }

    .text-heading h1 {
        font-size: 36px;
        padding: 30px 0 0;
    }

    .text-heading p {
        font-size: 16px;
    }

    .nav-tabs {
        margin: 0 0 25px;
    }

    .purchase-content h1 {
        margin: 10px 0 0;
        font-size: 32px;
    }

    .delivery-chart .delivery-box {
        margin: 0 0 30px 0;
        max-height: 50px;
    }

    .delivery-chart .delivery-box:before {
        position: absolute;
        content: '';
        top: 55px;
        left: 25px;
    }

    .read {
        margin: 0 0 20px;
    }

    .read.buy {
        margin: 10px 0 20px;
    }

    .door-to-door-content .delivery-chart {
        margin: 35px 0 0px;
    }

    .read.door {
        padding: 0;
    }

    section.fullfilment .fullfilment-content h1 {
        font-size: 32px;
    }

    section.fullfilment .fullfilment-content .delivery-chart h3 {
        font-size: 28px;
    }

    section.local-delivery .local-delivery-content .read.door {
        padding: 15px 0 0;
    }

    section.purchase .purchase-image {
        text-align: center;
    }

    section.delivery .tabs ul li a.active {
        font-size: 14px;
        padding: 7px 10px;
    }

    section.delivery .tabs ul li a {
        font-size: 14px;
    }

    section.delivery li.nav-item {
        margin-left: 0px;
    }

    section.delivery .nav-tabs {
        justify-content: flex-start !important;
        margin: 0 0 25px;
    }

    section.delivery li.nav-item {
        margin-left: auto;
        margin-right: auto;
    }

    section.counter .counter-box {
        margin: 10px auto !important;
        text-align: center;
    }

    section.choose .choose-box {
        margin: 10px 0 0;
        text-align: center;
        max-height: 260px !important;
    }

    section.choose .row.mt-4 {
        margin-top: 0px !important;
    }

    section.choose .choose-box {
        padding: 34px 42px 0px 42px;
    }

    section.choose .choose-box p.first {
        font-size: 16px;
    }

    section.choose .choose-box {
        max-height: 230px;
    }

    section.locations .available-content h1 {
        font-size: 32px;
    }

    section.locations .available-content p {
        font-size: 16px;
    }

    section.locations .map {
        padding: 20px 0 0;
    }

    section.locations {
        padding: 50px 0 0px;
    }

    section.ship .ship-box.one,
    section.ship .ship-box.two,
    section.ship .ship-box.three {
        width: 50%;
        margin: 10px auto !important;
    }

    section.ship .ship-box.one,
    section.ship .ship-box.two,
    section.ship .ship-box.three {
        width: 100%;
        background-size: 100% !important;
    }

    section.mobile-app .mobile-image {
        text-align: center;
    }

    section.mobile-app .mobile-content {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    section.mobile-app .row {
        padding: 0;
        background-size: cover;
    }

    section.mobile-app .mobile-content p {
        padding: 24px 0 25px;
    }

    section.mobile-app .mobile-image {
        margin: 15px 0 0;
    }

    section.mobile-app .mobile-image {
        float: initial;
    }

    .purchase-image {
        text-align: center;
    }

    .buy-content p,
    .door-to-door-content p,
    .local-delivery-content p {
        font-size: 16px;
    }

    section.choose .choose-box p.last {
        min-height: auto;
    }

    section.ship .ship-box.one {
        max-width: 100% !important;
    }

    section.ship .ship-box.two {
        max-width: 100% !important;
    }

    section.ship .ship-box.three {
        max-width: 100% !important;
    }

    section.mobile-app .mobile-content p.first {
        width: calc(100% - 0px);
    }

    section.mobile-app .mobile-image img {
        border-radius: 10px;
        max-width: 70%;
    }

    .heading-image img {
        height: auto !important;
    }

    .ship .row.no-gutters {
        gap: 20px;
    }

    .carousel-indicators li {
        width: fit-content !important;
        margin: 0 auto;
    }

    .carousel-indicators {
        flex-direction: column;
    }

    .get {
        padding: 9px 34px 0px;
        height: 40px;
    }

    section.ship .ship-box.one h1,
    section.ship .ship-box.two h1,
    section.ship .ship-box.three h1 {
        font-size: 26px;
    }

    .read a {
        font-size: 16px;
    }

    .heading-content p {
        font-size: 16px;
        line-height: 24px;
    }
}

@media (max-width: 654px) {
    section.delivery .tabs {
        margin: 25px 0 48px;
    }

    section.delivery li.nav-item {
        width: 100%;
        margin: 0 0 5px;
    }

    section.delivery .tabs ul li a.active {
        width: fit-content;
        margin: 0 auto;
        font-size: 17px;
        padding: 10px 30px;
    }

    section.delivery .tabs ul li a {
        text-align: center;
        font-size: 17px;
    }

    section.delivery .nav-tabs {
        margin: 0 0 10px;
    }

    section.counter {
        margin: 20px 0 30px 0;
    }

    section.choose .choose-heading p {
        width: calc(100% - 30px);
    }
}

@media (max-width: 575px) {
    .container {
        max-width: calc(100% - 20px);
    }

    section.heading {
        padding: 30px 20px 20px;
    }

    .heading-content h1 {
        font-size: 26px;
        line-height: 35px;
        margin-top: 10px;
    }

    .heading-content p {
        margin: 20px 0 15px;
    }

    .text-heading h1 {
        font-size: 26px;
        line-height: 26px;
    }

    .text-heading p {
        padding: 20px 0;
    }

    .buy-content h1 {
        font-size: 26px;
    }

    section.local-delivery .local-delivery-content h1 {
        font-size: 30px;
        margin: 15px 0 0;
    }

    section.choose .choose-heading h1 {
        font-size: 26px;
    }

    section.locations .available-content h1 {
        font-size: 30px;
    }

    section.ship .ship-content h1 {
        font-size: 26px;
    }

    section.mobile-app .mobile-content h1 {
        font-size: 26px;
        line-height: 40px !important;
    }

    section.mobile-app .mobile-content p {
        font-size: 15px;
    }

    section.purchase .container {
        max-width: calc(100% - 20px);
    }

    section.locations .available-content p {
        width: calc(100% - 10px);
    }

    section.ship .container {
        max-width: calc(100% - 20px);
    }

    section.mobile-app .mobile-content h1 {
        font-size: 26px;
        line-height: 32px !important;
    }

    section.mobile-app .mobile-content p.first {
        width: calc(100% - 0px);
    }

    .purchase-content h1,
    .buy-content h1,
    .door-to-door-content h1,
    .fullfilment-content h1,
    .local-delivery-content h1 {
        font-size: 26px;
    }
}

@media (max-width: 454px) {
    .door-to-door-content h1 {
        font-size: 26px;
        font-weight: 500;
    }

    .text-heading p {
        width: calc(100% - 0px);
    }

    .delivery-chart .delivery-box p {
        font-size: 16px;
    }

    section.choose .choose-box {
        padding: 34px 29px 0px 29px;
    }

    section.locations .available-content h1 {
        font-size: 22px;
    }

    section.ship .ship-box.one,
    section.ship .ship-box.two,
    section.ship .ship-box.three {
        background-size: cover !important;
    }
}

@media (max-width: 377px) {
    section.purchase .container {
        max-width: calc(100% - 0px);
    }

    .text-heading p {
        padding: 20px 0;
    }

    .purchase-content .delivery-chart .delivery-box {
        gap: 7px;
    }

    .purchase-content h1 {
        font-size: 26px;
    }

    .purchase-content .delivery-chart .delivery-box p {
        font-size: 15px;
    }

    section.counter .counter-box h1 {
        font-size: 26px;
    }

    .countdown {
        max-width: 100%;
        flex: 0 0 100%;
    }

    section.counter .counter-box {
        margin: 0 auto 25px;
    }

    section.counter .counter-box.three,
    section.counter .counter-box.four {
        margin: 0px auto 25px;
    }

    section.locations .available-content h1 {
        font-size: 26px;
    }

    section.ship .ship-box.one,
    section.ship .ship-box.two,
    section.ship .ship- box.three {
        width: 100%;
        background-size: cover !important;
    }

    section.mobile-app .mobile-content .button-group {
        width: 100%;
        justify-content: center;
    }

    section.mobile-app .mobile-content h1 {
        font-size: 26px;
    }

    section.choose .choose-box p.last {
        width: calc(100% - 0px);
    }

    section.locations .available-content h1 {
        font-size: 26px;
    }

    section.mobile-app .mobile-content .play-buttons {
        padding: 5px 7px;
    }
}

.carousel-indicators {
    position: inherit !important;
    align-items: baseline !important;
}

.carousel-indicators li {
    box-sizing: content-box;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    margin-right: 3px;
    margin-left: 3px;
    cursor: pointer;
    width: 18% !important;
    height: auto !important;
    text-indent: 0 !important;
    background-color: #fff;
    background-clip: padding-box;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: 1 !important;
    transition: opacity .6s ease;
    color: #000 !important;
    padding: 1px 0 0 0;
    line-height: 16px;
}

section.delivery li.active {
    background: #02111B !important;
    border-radius: 100px;
    padding: 0px 20px 0;
    color: #fff !important;
    font-weight: 600;
    font-size: 16px;
}

[translate="no"] {
    user-select: none;
    unicode-bidi: isolate;
}
