.header-font {
  font-size: 30px;
  color: #17407E;
  font-weight: 700;
}

/* hr */
hr {
  margin-top: 0.5rem !important;
}

hr.home-aboutus {
  border: 2px solid #63ADF2;
  width: 190px;
}

hr.home-ourproduct {
  border: 2px solid #63ADF2;
  width: 275px;
}

hr.home-salesnetwork {
  border: 2px solid #63ADF2;
  width: 290px;
}

/* imageSlide */
.imageSlideHome {
  display: none;
}

.prodSlideHome {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
  width: 10.91px !important;
  height: 20px !important;
}

.carousel-control-next-icon {
  background-image: url(./../images/buttonSlideRight.png) !important;
}

.carousel-control-prev-icon {
  background-image: url(./../images/buttonSlideLeft.png) !important;
}

/* About Us */
.aboutus-title-font {
  font-size: 21px;
  font-style: italic;
  font-weight: 200;
  color: #17407E;
}

.aboutus-content-font {
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  color: #17407E;
}

.aboutus-bg {
  /* background-color: #17407E; */
  background-image: url(../images/19744.png);
  background-position: center;
  /* Center the image */
  background-repeat: no-repeat;
  /* Do not repeat the image */
  background-size: cover;
  /* Resize the background image to cover the entire container */
}

.cog-pic {
  -webkit-box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.5);
  border-radius: 3px;
  width: 40%;
  height: 100%;
}

.transparent-Sale-button-blue {
  color: #17407E;
  text-align: center;
  border: 1px solid #17407E;
  border-radius: 10px;
  background-color: transparent;
  /* height: fit-content;
  line-height: normal; */
  position: absolute;
  font-size: 12px;
  font-weight: 400;
  padding: 7px;
  right: 30px;
  bottom: 20px;
}

.transparent-Sale-button-blue:hover {
  color: #fff;
  background-color: #17407E;
}