.title-text-color {
  color: #586CB3 !important;
}
.border-left {
  border-top: 1px solid #dfdfe6;
  border-bottom: 1px solid #dfdfe6;
  border-left: 1px solid #dfdfe6;
}
.border-right {
  border-top: 1px solid #dfdfe6;
  border-bottom: 1px solid #dfdfe6;
  border-right: 1px solid #dfdfe6;
}
.border-middle {
  border: 0px solid #FFFFFF;
  border-top: 1px solid #dfdfe6;
  border-bottom: 1px solid #dfdfe6;
}
.gradient-color {
  background: linear-gradient(90deg, #F86C6B 0%, #88459B 50%, #6F67F4 100%),
  linear-gradient(90deg, #E72D23 0%, #3221DD 100%);
}
.card-icon {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 6px;
}
.icon-img {
  height: 20px;
  vertical-align: middle;
}
  
.icon-text {
  font-family: var(--bs-font-family-gothic);
  color: var(--bs-font-color-white);
  font-size: 14px;
  line-height: 20px;
}
.text-color {
  color: #FFFFFF !important;
}
.border-custom {
  border: 1px solid #dfdfe6;
}
.flex-item {
  flex-grow: 0;
  flex-basis: 0;
}
  
.flex-8 {
  flex-grow: 8;
}
  
.flex-4 {
  flex-grow: 4;
}

.information {
  background-image: url("../asserts/img/background.png");
  background-position: center 0;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-background-size: cover;
  -o-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  transition: background-image 0.3s;
  min-height: 690px;
}
.product-img-single {
  background-image: url("../asserts/img/product-1.png");
  background-position: center left 10px;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-background-size: cover;
  -o-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  transition: background-image 0.3s;
  min-height: 390px;
}
.product-img {
    background-image: url("../asserts/img/product-2.png");
    background-position: center left 10px;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    transition: background-image 0.3s;
    min-height: 390px;
  }
.product-name {
    font-size: 16px;
    font-weight: 500;
    line-height: 28.8px;
    color: #41206F;
}
.product-desc {
    margin-top: 10px;
    font-size: 14px;
    font-weight: 400;
    line-height: 25.2px;
    color: #7B889C;
}
.cell-title {
    font-size: 16px;
    font-weight: 500;
    line-height: 22.4px;
    text-align: left;
    color: #41206F;
}
.cell-desc {
    margin-top: 20px;
    font-size: 14px;
    font-weight: 500;
    line-height: 19.6px;
    text-align: left;
    color: #7B889C;
}
.contact-us-title {
    font-size: 14px;
    font-weight: 400;
    line-height: 16.41px;
    color: #7B889C;
}
.contact-us-desc {
    font-size: 14px;
    font-weight: 400;
    line-height: 16.41px;
    color: #009CE5;
    margin-left: 10px;
    flex: 1;
    text-align: left;
}
.about-us a {
  text-decoration: none; 
}

.border-custom-1:focus {
	border: 1px solid grey !important;
}
.gradient {
    background: linear-gradient(90deg, #F86C6B 0%, #88459B 50%, #6F67F4 100%),
    linear-gradient(90deg, #E72D23 0%, #3221DD 100%);
    height: 1.5rem;
}
