.solution-manage-network .hero-panel {
  background-image: url(../imgs/solution-manage-network-bg.webp);
}

.solution-manage-network .hero-panel .hp-heading .desc {
  width: 100%;
  max-width: 64%;
  margin: 15px auto;
}
.solution-page-desc {
  font-size: 24px;
  font-weight: 400;
  color: #566772;
}
.solution-manage-network .main-heading {
  margin-bottom: 25px;
}

.perfect__network__solution .solution__network__features .single__features {
  border: 1px solid #d6d6d6;
  padding: 16px 32px;
  display: flex;
  column-gap: 24px;
  margin-bottom: 14px;
}
.perfect__network__solution
  .solution__network__features
  .single__features
  .feature__desc__heading
  .feature__heading {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 12px;
  color: #000;
}
.perfect__network__solution
  .solution__network__features
  .single__features
  .feature__desc__heading
  .feature__desc {
  color: #808080;
  font-size: 15px;
  font-weight: 400;
}
.perfect__network__solution
  .solution__network__features
  .single__features
  .feature__icon {
  min-width: 60px;
}
.feature__rich__phones {
  color: #566772;
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 16px;
}
.why__chose__alpha .main-heading {
  margin-bottom: 40px;
}
.why__chose__alpha .why__chose__desc {
  font-size: 20px;
  font-weight: 400;
  color: #566772;
  text-align: right;
}

.why__chose__alpha .our__support__Service .our__sevice {
  border: 1px solid #d6d6d6;
  padding: 50px;
  display: flex;
  align-items: center;
  column-gap: 20px;
  margin-bottom: 30px;
}

.why__chose__alpha .our__support__Service .our__sevice span {
  color: #000;
  font-size: 24px;
  font-weight: 500;
}

.why__chose__alpha .our__support__Service .our__sevice img {
  min-width: 80px;
  height: 80px;
}
.solution-manage-network .pricing-card .p-price .p-month {
  display: flex;
  align-items: flex-end;
  margin-bottom: 10px;
}
.solution-manage-network
  .powerful-solution-section
  .sec-image
  .img-content
  .main-heading {
  width: unset;
}
.default__table {
}
.default__table thead {
  background-color: #eeeeee;
}
.default__table thead td {
  text-align: center;
}
.default__table table {
  width: 100%;
  background-color: #f9f9f9;
  border-top: 1px solid #d9d9d9;
}
.default__table table th,
.default__table table td {
  padding: 17px;
}
.default__table table td {
  color: #12141d;
  font-size: 17px;
}
.default__table table td i{
  font-size: 22px;
}
.default__table table tr {
  border-top: 1px solid #d9d9d9;
}
.default__table table {
  border: 1px solid #d9d9d9;
}
.default__table table td i {
  display: block;
  width: 100%;
  text-align: center;
}
.just__heading{
    text-align: center;
}
.just__heading .d-btn.d-blackbtn{
    margin: auto;
}