  /*-----------------Search Style----------------------*/
  .search-box {
      width: 100%;
      height: 100%;
      display: flex;
  }

  .searchTerm {
      width: 100%;
      border: 3px solid #ff0e0e;
      border-right: none;
      padding: 5px;
      height: 80px;
      border-radius: 5px 0 0 5px;
      outline: none;
      color: #9DBFAF;
  }

  .searchTerm:focus {
      color: #000000;
  }

  .searchButton {
      width: 80px;
      height: 80px;
      border: 1px solid #ff0e0e;
      background: #ff0e0e;
      text-align: center;
      color: #fff;
      border-radius: 0 5px 5px 0;
      cursor: pointer;
      font-size: 20px;
  }

  .search-wrap {
      width: 50%;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      margin-left: 50%;
  }

  /*-----------------Text Style----------------------*/

  p.black-text-header-letf {
      font-size: 3rem;
      text-align: left;
      color: rgb(0, 0, 0);
  }

  p.black-text-header-center {
      font-size: 3rem;
      text-align: center;
      color: rgb(0, 0, 0);
  }

  p.red-text-header-letf {
      font-size: 3rem;
      text-align: left;
      color: rgb(255, 0, 0);
  }

  p.white-text-header-center {
      font-size: 2.8rem;
      text-align: center;
      color: white;
  }

  p.white-text-content-center-with-uderline {
      font-size: 2.8rem;
      text-align: center;
      text-decoration: underline;
      color: white;
  }

  p.white-text-content-center {
      font-size: 1.3rem;
      text-align: center;
      color: white;
      margin-top: 1px;
  }

  p.black-text-content-left {
      font-size: 1.4rem;
      text-align: left;
      color: rgb(0, 0, 0);
      margin-top: 1px;
  }

  p.black-text-content-center {
      font-size: 1.2rem;
      text-align: center;
      color: rgb(0, 0, 0);
      margin-top: 1px;
  }

  p.red-text-content-left {
      font-size: 1.4rem;
      text-align: left;
      color: rgb(255, 0, 0);
      margin-top: 1px;
  }

  .flex-container {
      display: flex;
  }

  .center-container {
      display: flex;
      flex-direction: column;
      align-items: center;
  }

  .mouse-pointer {
      cursor: pointer;
  }

  .shrink-effect-image-after-pointer {
      transition: 1s ease;
  }

  .shrink-effect-image-after-pointer img:hover {
      -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
      transform: scale(1.1);
      transition: 1s ease;
  }

  .text-responsive {
    background-color: lightgrey;
    padding: 2px;
  }
  
  @media screen and (min-width: 601px) {
    .text-responsive {
      font-size: 10px;
    }
  }
  
  @media screen and (max-width: 600px) {
    .text-responsive {
      font-size: 3px;
    }
  }

  /*---------------- Button Style ------------------*/

  .red-button-center-bottom-div {
      background-color: #f44336;
      border: none;
      color: white;
      padding: 15px 32px;
      text-align: center;
      text-decoration: none;
      display: inline-block;
      font-size: 16px;
      cursor: pointer;
      border-radius: 2rem;
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0;
  }

  #read-more {
      display: none;
  }

  .button-read-more {
      background-color: rgb(250, 13, 13);
      border: 0;
      border-radius: 2rem;
      font-size: 1.5rem;
      text-align: center;
      color: rgb(255, 255, 255);
      padding: 1rem;
      width: 30%;
      height: auto;
      margin-bottom: 5%;
      margin-left: auto;
      margin-right: auto;
  }

  /*----------------- Geometry Style ----------------------*/

  .triangle-down-in-delivery-by-car-and-ship {
      width: 250px;
      height: 0;
      border-left: 135px solid transparent;
      border-right: 135px solid transparent;
      border-top: 90px solid #ff2121;
      margin-top: 187px;
  }

  .square-box-header-in-delivery-by-car-and-ship {
      height: 200px;
      width: 280px;
      background-color: #ff2121;
      border-radius: 2rem;
  }

  .square-box-frame-in-delivery-by-car-and-ship {
      height: 500px;
      width: 330px;
      border-radius: 2rem;
      margin-top: 30px;
      margin-left: 6px;
      margin-bottom: 30px;
      background-size: cover;
  }

  .square-box-bg-use-for-payment-method {
      height: 500px;
      width: 350px;
      background: #ff1509;
  }

  .whitebox-frame-use-for-payment-method {
      background-color: rgb(255, 255, 255);
      border: 0;
      box-shadow: 0 12px 16px 0 rgba(0, 0, 0, 0.24),
          0 17px 50px 0 rgba(0, 0, 0, 0.19);
      border-radius: 30px;
      color: rgb(0, 4, 23);
      padding: 15px;
      margin-top: 10%;
      margin-left: 10%;
      width: 80%;
      height: 80%;
  }

  .red-square-box-header-with-text-center {
      background-color: rgb(250, 13, 13);
      border: 0;
      border-radius: 2rem;
      font-size: 2rem;
      text-align: center;
      color: rgb(255, 255, 255);
      padding: 1rem;
      width: 45%;
      height: auto;
      margin-bottom: 5%;
      margin-left: auto;
      margin-right: auto;
  }

  /*----------------- image Style ----------------------*/

  .payment-method-icon {
      height: 15%;
      align-items: center;
      margin: auto;
  }

  .monkey-sticker-position-one {
      position: absolute;
      width: 70%;
      left: -4rem;
      bottom: -2rem;
      height: auto;
  }

  .monkey-sticker-position-two {
      position: absolute;
      width: 50%;
      top: -1rem;
      right: 1rem;
      height: auto;
  }

  .monkey-sticker-position-three {
      position: absolute;
      bottom: 1rem;
      right: -2rem;
      width: 70%;
      height: auto;
  }

  .image-to-center {
      display: block;
      margin-left: auto;
      margin-right: auto;
      width: 80%;
      margin-top: 50px;
      margin-bottom: 50px;
  }

  .import-service-with-pcs-icon {
      width: 8%;
      height: auto;
      margin-top: 10px;
      margin-bottom: 5px;
      margin-left: 20px;
      margin-right: 20px;
  }