body {
  margin: 0;
  padding: 0; }

.navbar {
  background: linear-gradient(to right, #FFCC00, #FFCC00, #FFEFB1);
  width: 100%;
  padding: 20px 30px; }
  @media (max-width: 767px) {
    .navbar {
      padding: 0 0 0 10px; } }
  .navbar .topping {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center; }
    .navbar .topping img {
      width: 200px; }
      @media (max-width: 767px) {
        .navbar .topping img {
          width: 130px; } }
    .navbar .topping ul {
      list-style: none;
      display: flex;
      margin-bottom: 0; }
      @media (max-width: 767px) {
        .navbar .topping ul.web {
          display: none; } }
      .navbar .topping ul li {
        font-size: 14px;
        margin-left: 30px;
        cursor: pointer;
        transition: 0.3s; }
        .navbar .topping ul li:hover {
          color: red; }
        @media (max-width: 840px) {
          .navbar .topping ul li {
            margin-left: 15px; } }
    .navbar .topping ul.respo {
      display: none; }
      @media (max-width: 767px) {
        .navbar .topping ul.respo {
          display: flex; }
          .navbar .topping ul.respo li i {
            font-size: 40px;
            color: #D40511; } }
  .navbar .bottomin {
    margin-top: 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%; }
    @media (max-width: 767px) {
      .navbar .bottomin {
        display: none; } }
    .navbar .bottomin ul {
      list-style: none;
      display: flex;
      flex-wrap: wrap;
      margin-bottom: 0;
      padding-left: 0; }
      .navbar .bottomin ul li {
        font-size: 14px;
        font-weight: 700;
        margin-right: 30px;
        cursor: pointer;
        transition: 0.3s; }
        .navbar .bottomin ul li:hover {
          color: red; }
    .navbar .bottomin p {
      font-size: 14px;
      font-weight: 700;
      margin-bottom: 0; }
      .navbar .bottomin p:hover {
        color: red; }
      .navbar .bottomin p i {
        font-size: 20px; }

.home {
  background: url("../image/dhl_img.jpg") no-repeat;
  background-size: cover;
  width: 100%;
  position: relative;
  height: auto; }
  .home .otside {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4); }
    .home .otside .track {
      max-width: 538px;
      margin: 0 auto;
      margin-bottom: 50px;
      margin-top: 100px; }
      @media (max-width: 767px) {
        .home .otside .track {
          max-width: 100%;
          margin-top: 50px;
          margin-bottom: 10px; } }
      .home .otside .track h4 {
        font-weight: 800;
        color: white;
        margin-bottom: 20px; }
        @media (max-width: 767px) {
          .home .otside .track h4 {
            font-size: 18px; } }
      .home .otside .track .search {
        background: white;
        display: flex;
        justify-content: space-between;
        border-radius: 5px; }
        @media (max-width: 767px) {
          .home .otside .track .search {
            display: block; } }
        .home .otside .track .search .form-floating {
          width: 100%; }
          .home .otside .track .search .form-floating input {
            border-color: white; }
            .home .otside .track .search .form-floating input:focus {
              box-shadow: none;
              border-color: white; }
            .home .otside .track .search .form-floating input:hover {
              border-color: black; }
        .home .otside .track .search .btn {
          min-width: 120px;
          width: auto;
          background: #D40511;
          border: 2.5px solid white;
          border-left: 1.5px solid white;
          color: white;
          font-weight: 700;
          transition: 0.2s; }
          @media (max-width: 767px) {
            .home .otside .track .search .btn {
              width: 100%;
              height: 50px;
              border-left: 2px solid white; } }
          .home .otside .track .search .btn:hover {
            background: #eb131e; }
          .home .otside .track .search .btn:focus {
            box-shadow: none; }
    .home .otside .choses {
      box-shadow: 0 0.1rem 0.4rem 0 #32323280;
      max-width: 840px;
      margin: 0 auto; }
      .home .otside .choses .boby {
        height: 128px;
        padding: 20px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin-top: 30px;
        background: white;
        transition: 0.2s; }
        .home .otside .choses .boby:hover p {
          color: #D40511; }
        .home .otside .choses .boby:hover {
          box-shadow: 0 0.2rem 3rem 0.1rem #5e5e5e66;
          cursor: pointer;
          z-index: 5;
          border-right: 0.7px solid #ccc; }
        @media (max-width: 767px) {
          .home .otside .choses .boby {
            border-radius: 5px; } }
        .home .otside .choses .boby p {
          margin-top: 5px;
          margin-bottom: 5px;
          font-weight: 700;
          color: black;
          font-size: 14px;
          text-align: center; }
        .home .otside .choses .boby small {
          color: rgba(0, 0, 0, 0.6);
          font-size: 12px; }
    .home .otside h1 {
      font-weight: 300;
      color: white;
      margin: 40px;
      font-size: 50px; }
    .home .otside .stock {
      background: #fcfcfc;
      box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.1);
      margin: 0 auto;
      max-width: 750px;
      padding: 40px 20px;
      border-radius: 5px;
      margin-bottom: 20px; }
      @media (max-width: 767px) {
        .home .otside .stock {
          box-shadow: none;
          padding: 10px 20px;
          background: white; } }
      .home .otside .stock .dod {
        position: relative; }
        .home .otside .stock .dod .line {
          width: 73%;
          height: 4px;
          margin: 0 auto;
          background: #ccc;
          margin-bottom: 20px;
          position: absolute;
          right: calc(63% - 50%);
          top: 6px; }
          .home .otside .stock .dod .line .ll {
            width: 33.3333%;
            background: #2FCC71;
            height: 4px; }
        .home .otside .stock .dod ul {
          display: flex;
          justify-content: space-between;
          margin: 0 auto;
          width: 75%;
          margin-bottom: 10px; }
          .home .otside .stock .dod ul li {
            display: flex;
            justify-content: center;
            align-items: center;
            width: 15px;
            height: 15px;
            position: relative;
            background: #ccc;
            border-radius: 100%; }
            .home .otside .stock .dod ul li.first {
              width: 30px;
              height: 30px;
              background: #2FCC71;
              display: flex;
              align-items: center;
              justify-content: center;
              color: white;
              margin-top: -7px;
              border: 4px solid #fff; }
              .home .otside .stock .dod ul li.first i {
                font-size: 17px; }
            .home .otside .stock .dod ul li.two {
              background: #FFCC01;
              width: 30px;
              height: 30px;
              display: flex;
              align-items: center;
              justify-content: center;
              color: white;
              margin-top: -7px;
              font-weight: 600;
              border: 4px solid #fff; }
              .home .otside .stock .dod ul li.two i {
                font-size: 13px; }
      .home .otside .stock ul {
        width: 100%;
        justify-content: space-between;
        margin: 0 auto; }
        @media (max-width: 767px) {
          .home .otside .stock ul {
            display: none; } }
        .home .otside .stock ul li {
          display: flex;
          justify-content: center;
          width: 25%;
          position: relative;
          font-weight: 600;
          font-size: 13px; }
    .home .otside .lettre {
      background: #fcfcfc;
      box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.1);
      margin: 0 auto;
      width: 750px;
      padding: 40px 20px;
      border-radius: 5px;
      margin-bottom: 0; }
      @media (max-width: 767px) {
        .home .otside .lettre {
          box-shadow: none;
          padding: 30px 0; } }
      @media (max-width: 991px) {
        .home .otside .lettre {
          width: 700px; } }
      @media (max-width: 767px) {
        .home .otside .lettre {
          width: 100%; } }
      .home .otside .lettre .titre {
        display: block;
        margin-bottom: 0; }
      .home .otside .lettre form .birger {
        margin-top: 30px; }
        .home .otside .lettre form .birger ul {
          list-style: none;
          padding-left: 0;
          display: block; }
          .home .otside .lettre form .birger ul li {
            text-align: right;
            font-size: 12px;
            color: rgba(0, 0, 0, 0.7);
            font-weight: 700; }
      .home .otside .lettre form .nda {
        display: flex;
        justify-content: space-between; }
        @media (max-width: 767px) {
          .home .otside .lettre form .nda {
            flex-direction: column; } }
        .home .otside .lettre form .nda .bb {
          width: 48.5%; }
          @media (max-width: 767px) {
            .home .otside .lettre form .nda .bb {
              width: 100%; } }
      .home .otside .lettre form .sda {
        display: flex;
        justify-content: space-between; }
        .home .otside .lettre form .sda .cc {
          width: 48.5%;
          position: relative; }
          .home .otside .lettre form .sda .cc img {
            position: absolute;
            right: 10px;
            top: 15px; }
      .home .otside .lettre form input:focus {
        box-shadow: none; }
      .home .otside .lettre form .form-floating {
        height: 50px; }
      .home .otside .lettre .steps {
        width: 100%;
        display: flex;
        justify-content: space-between; }
        .home .otside .lettre .steps span {
          width: 33%;
          background: #ccc;
          height: 7px; }
          .home .otside .lettre .steps span.green {
            background: #2FCC71; }
          .home .otside .lettre .steps span.yellow {
            position: relative; }
            .home .otside .lettre .steps span.yellow div {
              background: #FFCC00;
              position: absolute;
              height: 30px;
              width: 30px;
              border-radius: 100%;
              color: white;
              border: 5px solid #fff;
              display: flex;
              align-items: center;
              justify-content: center;
              font-weight: 700;
              font-size: 14px;
              right: -14px;
              top: -12px; }
      .home .otside .lettre .msaws .bossa {
        margin-top: 20px; }
        .home .otside .lettre .msaws .bossa .btn {
          min-width: 120px;
          background: #D40511;
          border: 2.5px solid white;
          border-left: 1.5px solid white;
          color: white;
          font-weight: 700;
          transition: 0.2s;
          padding: 11px 30px; }
          @media (max-width: 767px) {
            .home .otside .lettre .msaws .bossa .btn {
              width: 100%;
              height: 50px;
              border-left: 2px solid white; } }
          .home .otside .lettre .msaws .bossa .btn:hover {
            background: #eb131e; }
          .home .otside .lettre .msaws .bossa .btn:focus {
            box-shadow: none; }
      .home .otside .lettre .msaws .important {
        border-top: 1px solid #ccc;
        border-bottom: 1px solid #ccc;
        padding-bottom: 20px;
        padding-top: 20px; }
        .home .otside .lettre .msaws .important h5 {
          font-weight: 700;
          color: red;
          font-size: 18px; }
        .home .otside .lettre .msaws .important p {
          font-size: 14px;
          font-weight: 600;
          color: rgba(0, 0, 0, 0.7); }
          @media (max-width: 767px) {
            .home .otside .lettre .msaws .important p {
              width: 100%; } }
        .home .otside .lettre .msaws .important .btn {
          margin-top: 20px;
          color: red;
          border: 2px solid red;
          padding: 8px 20px;
          font-weight: 600;
          transition: 0.3s; }
          .home .otside .lettre .msaws .important .btn a {
            color: red;
            text-decoration: none; }
          .home .otside .lettre .msaws .important .btn:hover a {
            color: white; }
          .home .otside .lettre .msaws .important .btn:hover {
            background: red; }
      .home .otside .lettre .msaws .taxes {
        border-left: 4px solid #D40511;
        border-radius: 3px;
        margin-top: 20px;
        padding: 20px 20px;
        box-shadow: 0 0.1rem 0.4rem 0 #32323280;
        background: rgba(212, 5, 17, 0.05); }
        .home .otside .lettre .msaws .taxes li {
          font-weight: 700;
          font-size: 14px; }
      .home .otside .lettre .right {
        padding: 10px 0px;
        border-radius: 3px;
        display: flex;
        justify-content: space-between; }
        @media (max-width: 767px) {
          .home .otside .lettre .right {
            padding: 10px 0; } }
        .home .otside .lettre .right p {
          font-size: 14px;
          color: rgba(0, 0, 0, 0.8);
          margin-bottom: 10px; }

.fotter {
  margin-top: 260px;
  padding-bottom: 40px;
  padding: 40px 30px; }
  @media (max-width: 767px) {
    .fotter {
      padding: 40px 10px; } }
  @media (max-width: 450px) {
    .fotter {
      margin-top: 300px; } }
  .fotter ul {
    list-style: none;
    padding-left: 0; }
    .fotter ul li {
      margin-top: 13px;
      color: #666;
      cursor: pointer; }
      .fotter ul li.active {
        color: black;
        font-weight: 900;
        cursor: text; }
        .fotter ul li.active:hover {
          color: #D40511; }
      .fotter ul li.power {
        color: #D40511;
        font-weight: 900;
        cursor: text; }
        .fotter ul li.power:hover {
          color: #D40511; }
      .fotter ul li:hover {
        color: #D40511; }

.sous {
  background: #F2F2F2;
  padding: 40px 30px; }
  @media (max-width: 767px) {
    .sous {
      padding: 40px 10px; } }
  .sous ul {
    list-style: none;
    display: flex;
    padding-left: 0;
    flex-wrap: wrap;
    margin-top: 10px;
    margin-bottom: 30px; }
    .sous ul li {
      padding-right: 20px;
      padding-top: 10px;
      font-size: 14px;
      color: #666;
      transition: 0.3s; }
      .sous ul li:hover {
        color: #D40511; }
  .sous .ss {
    font-size: 15px;
    margin-top: 20px;
    color: #666; }

.modal-content .modal-header {
  background: linear-gradient(to right, #FFCC00, #FFCC00, #FFEFB1); }
  .modal-content .modal-header img {
    width: 100px; }
    .modal-content .modal-header img.sfli {
      width: 70px; }
.modal-content .modal-body {
  padding: 0; }
  .modal-content .modal-body .pp {
    padding: 13px 0 10px 0; }
  .modal-content .modal-body .tato {
    background: #eee;
    padding: 30px 30px 0 30px; }
    @media (max-width: 450px) {
      .modal-content .modal-body .tato {
        padding: 30px 10px 0 10px; } }
    .modal-content .modal-body .tato p {
      font-size: 13px;
      font-weight: 600;
      margin-bottom: 0; }
  .modal-content .modal-body .content {
    padding-left: 20px;
    display: flex;
    background: #eee;
    padding: 10px 30px; }
    @media (max-width: 450px) {
      .modal-content .modal-body .content {
        padding: 10px; } }
    .modal-content .modal-body .content .left span {
      margin-top: 20px;
      display: block;
      font-size: 13px;
      font-weight: 700; }
    .modal-content .modal-body .content .left .osama {
      margin-top: 25px; }
    .modal-content .modal-body .content .right {
      margin-left: 40px; }
      .modal-content .modal-body .content .right span {
        margin-top: 20px;
        display: block;
        font-size: 13px;
        font-weight: 700;
        color: rgba(0, 0, 0, 0.6); }
  .modal-content .modal-body .time {
    padding: 0 30px 10px 30px;
    display: flex;
    align-items: center;
    background: #eee; }
    @media (max-width: 450px) {
      .modal-content .modal-body .time {
        padding: 0 10px 10px 10px; } }
    .modal-content .modal-body .time p {
      font-size: 13px;
      font-weight: 600;
      margin-bottom: 0; }
    .modal-content .modal-body .time span {
      margin-left: 10px;
      font-size: 14px;
      font-weight: 600;
      color: rgba(0, 0, 0, 0.6); }
  .modal-content .modal-body .botona {
    display: flex;
    justify-content: end;
    padding: 10px 20px 10px 20px; }
    .modal-content .modal-body .botona .btn {
      color: #fff;
      background: red;
      font-weight: 700;
      text-align: center;
      height: 44px;
      font-size: 16px;
      border-radius: 3px;
      padding: 0 30px;
      text-decoration: none;
      vertical-align: middle;
      cursor: pointer;
      border: 0; }
  .modal-content .modal-body .copirayt {
    background: linear-gradient(to right, #FFCC00, #FFCC00, #FFEFB1);
    padding: 10px; }
    .modal-content .modal-body .copirayt p {
      font-size: 13px;
      color: black;
      font-weight: 600;
      margin-bottom: 0; }

/*# sourceMappingURL=style.css.map */
