.trusted-user {
  color: #1447e6;
  font-size: 14px;
  font-weight: 500;
  padding: 8px;
  background: #eff6ff;
  line-height: 20px;
  border: solid 1px #bedbff;
  border-radius: 3.35544e+07px;
  margin-bottom: 25px;
}
.small-dot {
  width: 4px;
  height: 4px;
  background: #1447e6;
  border-radius: 50%;
}
.main-heading {
  font-size: 72px;
  line-height: 1.25;
  font-weight: 700;
}
.heading-black {
  color: #101828;
}
/* Text Gradient CSS */
.heading-gradiant {
  color: #155dfc;
  background-image: linear-gradient(45deg, #155dfc , #9810fa 50%, #f6339a 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
}
.info-box {
  padding: 40px;
  border: solid 1px #0000001a;
  border-radius: 15px;
  margin-top: 40px;
  color: #4a5565;
}
.info-box h2, .info-box p, .info-box ul li {
  color: #4a5565;
}
.info-box h2 {
  color: #101828;
  font-weight: #700;
  font-size: 30px;
  line-height: 1.2;
  margin-bottom: 12px;
}
.info-box p {
  margin-bottom: 32px;
  color: #4a5565;
  font-size: 16px;
}
.info-box ul li {
  line-height: 32px;
}
.info-box ul li img {
  margin-right: 10px;
}
.heading-personal {
  background: #ffedd4;
  padding: 5px 12px;
  border-radius: 15px;
  font-size: 12px;
  font-weight: 550;
  color: #ca3500;
}
.heading-business {
  background: #dbeafe;
  padding: 5px 12px;
  border-radius: 15px;
  font-size: 12px;
  font-weight: 550;
  color: #1447e6;
}
.box-header {
  margin-bottom: 15px;
}
.box-gradiant:hover {
  background: #fdf2f8;
  border: solid 1px #ca3500;
  border-bottom: solid 3px #ca3500;
}
.box-blue:hover {
  background: #eefaff;
  border: solid 1px #008eed;
  border-bottom: solid 3px #008eed;
}
.item-orange .item:hover {border-color: #ffb86a !important; background: #fdf4f3;}
.item-blue .item:hover {border-color: #008eed !important; background: #eef9ff;}
.item img{
  width: 48px;
  margin-bottom: 20px;
}
.gradiant-personal {
  padding: 64px;
  border-radius: 20px;
  color: #fff;
  background: #8200DB;
  background: linear-gradient(354deg,rgba(130, 0, 219, 1) 0%, rgba(230, 0, 118, 1) 50%, rgba(245, 74, 0, 1) 100%);
}
.custom-solution {
  font-size: 14px;
  padding: 10px 16px;
  color: #fff;
  border-radius: 3.35544e+07px;
  background: #f36763;
  margin-bottom: 20px;
}
.gradiant-personal h2 {
  margin-top: 20px;
  margin-bottom: 24px;
  color: #fff;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.25;
}
.gradiant-personal p {
  font-size: 20px;
  color: #fff;
  margin-bottom: 20px;
}
.gradiant-personal ul li {
  font-size: 17px;
  line-height: 32px;
}
.gradiant-personal ul li img {
  width: 17px;
  margin-right: 10px;
}
.gradiant-business {
  padding: 64px;
  border-radius: 20px;
  color: #fff;
  background: #00786F;
  background: linear-gradient(331deg,rgba(0, 120, 111, 1) 50%, rgba(20, 71, 230, 1) 100%);
}
.enterprise-ready {
  font-size: 14px;
  padding: 10px 16px;
  color: #fff;
  border-radius: 3.35544e+07px;
  background: #3981d8;
  margin-bottom: 20px;
}
.gradiant-business h2 {
  margin-top: 20px;
  margin-bottom: 24px;
  color: #fff;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.25;
}
.gradiant-business p {
  font-size: 20px;
  color: #fff;
  margin-bottom: 20px;
}
.gradiant-business ul li {
  font-size: 17px;
  line-height: 32px;
}
.gradiant-business ul li img {
  width: 17px;
  margin-right: 10px;
}
.btn-full-width {
  width: 100%;
}
.btn-white {
  background: #fff;
  font-weight: 600;
  border-radius: 14px;
  color: #101828;
  font-size: 18px;
  padding: 20px;
  text-transform: capitalize;
  margin-top: 80px;
  margin-bottom: 30px;
}
.btn-transparent {
  background: transparent;
  color: #fff;
  font-weight: 600;
  border: solid 1px #fff;
  border-radius: 14px;
  font-size: 18px;
  padding: 20px;
  text-transform: capitalize;
  margin-bottom: 30px;
}
.btn-white i {margin-left: 12px;}
.btn-transparent i {margin-right: 12px;}
.site-title {
  color: #101828;
  font-weight: 600;
  font-size: 18px;
  line-height: 1.55;
}
.btn-custom {
    background: #0079f5;
    color: #fff;
    text-transform: capitalize;
    font-size: 18px;
}





