
.cta-border {
    border: 1px solid #dfdfdf;
    /* border-radius: 1rem; */
}

.cta-simple {
    align-items: center;
    text-align: center;
    padding: 3.2rem 5.5rem;
}

.community-card {
    text-align: center;
}

.community-card-heading {
    font-size: 15px;
    width: 100% !important;
    line-height: 20px;
    letter-spacing: 2px;
}

form.profitability .form-group label{
    font-size: 12px;
    font-weight: bold;
  }
  .profitability .form-control{
   width: 60%;
   height: 25px;
  }

  .profitability-table table th{
    border: none;
    color: white;
    font-weight: 100;
    font-size: 13px;
  }
  .profitability-table table td{
    border: none;
    color: white;
    font-weight: 600;
    font-size: 13px;
    text-align: right;
  }
  .profitability-table .table-icon i{
    font-size: 60px;
    color: white;
  }
  .product-resources-wrap{
    height: 250px;
  }




  /* feature */

.feature-text a{
  color: #002536;
  background-color: white;
  font-size: 20px;
  width: 100%;
  padding: 15px 10px;
  font-weight: 600;
  border: #002536 2px solid;
}
.feature-text a:hover{
  background-color: #002536;
  color: white;
  transition: 0.7s;
}
.feature-video iframe{
  width: 100%;
  height: 300px;
  box-shadow: 1px 0px 8px 1px #002536;
}


.steps3 {
  margin-top: 60px;
}

.steps3 h1 {
  font-weight: bolder;
}

.steps3 b{
  margin-top: 60px;
  -webkit-text-fill-color: transparent;
  background: linear-gradient(to top, #4bbdf1, #123851, #011018);
  background-clip: text;
  font-size: 50px !important;
}
.steps3-card{
 border: 1px solid rgb(209, 209, 209);
 border-radius: 20px;
 padding: 20px;
 height: 220px;
}
.steps3-card i{
color: #123851;
font-size: 30px;
}
.steps3-card h6{
 padding: 10px 0px;
 font-weight: 600;
 font-size: 17px;
}

.why-are-best p{
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 20px;
  padding: 10px;
}

.help-center-uder-guidlines i{
  box-shadow: 0px 0px 5px 1px #2577ad;
  border-radius: 50%;
  font-size: 12px !important;
  padding: 15px;
  margin-bottom: 50px;
  margin-right: 20px;
}

.brand-logo{
  width: 25%
}
.brand-logo2{
  width: 25%
}

@media (max-width:576px) {

.brand-logo{
  width: 30%
}
.brand-logo2{
  width: 45%
}
}

