.contact-us p,
.contact-us {
  font-family: "Poppins";
  color: white;
  font-size: 18px;
  line-height: 1.2;
}

#top-banner {
  position: fixed;
  top: 0;
}

.top-banner-container {
  margin: 0;
  align-items: center;
  flex-wrap: nowrap;
  height: 100%;
  display: flex;
}

.icon-img {
  margin-left: auto;
  margin-right: 1rem !important;
}

.redirect-banner-container {
  background: linear-gradient(360deg, #1b1b1b 0%, #303030 100%);
  color: #fff;
  font-size: 12px;
  font-family: "Poppins";
  line-height: 1.2;
  z-index: 300;
  width: 100%;
  height: 56px;
}

.redirect-banner-container .redirect-text {
  font-size: 18px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 !important;
}

.redirect-banner-container .redirect-banner-close {
  font-size: 30px;
  color: #cfcfcf;
  height: fit-content;
  cursor: pointer;
}

.redirect-banner-container .redirect-banner-a {
  color: #fff;
  background: linear-gradient(90deg, #0066ca 0%, #1f86ea 100%);
  border-radius: 5px;
  width: 95px;
  height: 28px;
  line-height: 25px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.redirect-banner-container .contact-us-icon {
  padding-left: 4px;
  padding-top: 4px;
  margin-top: 6px;
  margin-left: 4px;
  width: 46px;
  height: 44px;
}

.redirect-button {
  width: 50%;
  height: 40px;
  border-radius: 5px;
  font-size: 15px;
  margin-left: auto;
}

.redirect-button-color {
  background: linear-gradient(#ffe29b 0%, #c09338 100%);
}

.redirect-button-text-color {
  color: #4b4336;
}

.icon-img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 5px;
  background: linear-gradient(270deg, #2086ea 0%, #0066c9 100%);
}

.icon-img img {
  display: block;
  max-width: 100%;
  height: auto;
  padding: 5px;
}

.bp-icon {
  margin-left: 5vw;
  padding: 0;
  flex: 0 0 auto;
  width: 16.66666667%;
}

.contact-side-panel {
  min-height: 160px;
  height: 160px;
  width: 75px;
  position: fixed;
  top: 16%;
  right: 0;
  background-color: rgb(255, 226, 155);
  padding: 2px 0.8rem;
  white-space: nowrap;
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
  z-index: 10;
  box-shadow: 0px 3px 6px #00000099;
}

.contact-side-panel p {
  color: rgb(73, 78, 96);
  font-size: 16px;
  margin: 0 13px;
  text-transform: uppercase;
  writing-mode: vertical-rl;
  transform: rotate(180deg) translate(0, 0);
  text-align: center;
  height: 100%;
  transition: 0.3s;
  user-select: none;
}

.contact-zh p {
  transform: rotate(0deg) translate(0, 0);
}

.contact-zh:hover p {
  transform: rotate(0deg) translate(50px, 0) !important;
}

.contact-side-panel:hover p {
  transform: rotate(180deg) translate(-50px, 0);
  transition: 0.3s;
  transition-timing-function: ease-in-out;
}

.contact-content {
  transform: translate(60px, 0px);
  transition: 0.3s;
  transition-timing-function: ease-in-out;
}

.contact-us-icon {
  width: 45px;
  margin: 2.5px 0px;
}

.contact-us-icon-color {
  background: linear-gradient(#3a3a3a 0%, #4f4f4f 50%, #3a3a3a 100%);
}

.contact-side-panel:hover .contact-content {
  transform: translate(-45px, 0px);
  transition: 0.3s;
  transition-timing-function: ease-in-out;
}

.scrollable-sidebar {
  overflow-y: scroll;
  overflow-x: hidden;
  height: 100px;
}

.contact-us-close-button {
  background-color: white;
  color: black;
  border-radius: 50%;
  padding: 5px 10px;
  font-size: 16px;
  cursor: pointer;
  position: absolute;
  top: -15px;
  right: 0px;
  width: 25px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.redirect-button,
#live-chat {
  cursor: pointer;
}

.title {
  width: 60%;
  margin-top: 3%;
}

.promo-con {
  margin-top: 11%;
}

.text-png {
  width: 90%;
  bottom: 8%;
  right: 0%;
}

.e1 {
  width: 8%;
  top: 4%;
  left: -2%;
}

.e2 {
  width: 7%;
  top: 53%;
}

.e3 {
  width: 7%;
  top: 77%;
}

.e4 {
  width: 6%;
  top: 33%;
  left: 43%;
}

.e5 {
  width: 4%;
  top: 53%;
  left: 48%;
}

.e6 {
  width: 7%;
  top: 26%;
  right: -2%;
}

.mid_e_1 {
  width: 7%;
  top: 21%;
  left: 9%;
}

.mid_e_2 {
  width: 10%;
  bottom: 22%;
  left: 18%;
}

.mid_e_3 {
  width: 13%;
  right: 14%;
  top: 27%;
}

.mid_e_4 {
  width: 7%;
  bottom: 16%;
  right: 10%;
}

@media only screen and (max-width: 992px) {
  .body-inner {
    margin-top: 0px !important;
  }

  .e1 {
    top: 15%;
    left: -6%;
    width: 15%;
  }

  .e2 {
    top: 29%;
    width: 14%;
  }

  .e3 {
    top: 87%;
    left: -6%;
    width: 19%;
  }

  .e4 {
    width: 13%;
    top: 30%;
    left: auto;
    right: 0%;
  }

  .e5 {
    width: 23%;
    top: auto;
    bottom: 9%;
    left: 85%;
  }

  .e6 {
    top: 16%;
    right: 5%;
    width: 15%;
  }

  .title {
    width: 100%;
    margin-top: 15%;
  }

  .redirect-button {
    width: 100%;
  }

  .redirect-text {
    font-size: 14px !important;
  }

  .contact-us-icon {
    width: 35px;
    margin: 2.5px 0px;
  }

  .contact-side-panel {
    width: 50px;
    padding: 2px 0.2rem;
    z-index: 999;
  }

  .contact-side-panel p {
    font-size: 14px;
  }

  .contact-side-panel:hover .contact-content {
    transform: translate(-38px, 0px);
  }

  .redirect-button {
    font-size: 10px;
  }

  .contact-us p,
  .contact-us {
    font-size: 14px;
  }
}

@media only screen and (max-width: 300px) {
  .contact-us p,
  .contact-us {
    font-size: 12px;
  }
}
