
.box-c{
  position: relative;
  display: block;
  width: 100%;
  text-align: center;
  cursor: pointer;
}

.box-c {
  height:108px; 
  width:510px;
}

.box-c a{ 
  line-height:125px;
  font-size:70px;
}

.custom-underline {
  position: relative;
  display: inline-block;
  font-size: 24px;
  font-weight: 400;
  text-align: center;
}

.custom-underline,
.custom-underline:hover,
.custom-underline:focus,
.custom-underline:active {
  color: #fff;
  text-decoration: none;
  padding-bottom: 40px;
}

.custom-underline::after {
  content: "";
  position: absolute;
}

/*------------------------------------*/
/*--- Individual Custom Underlines ---*/
/*------------------------------------*/

/*--- Green Box (box-c) ---*/
.box-c .custom-underline::after {
  top: 65%;
  height: 2px !important;
  width: 40%;
  left: 30%;
  background-color: rgba(255, 255, 255, 0.6);
    transition: 0.4s ease-out all .1s;
}

.box-c:hover .custom-underline::after {
  width: 90%;
  left: 5%;
    transition: 0.5s ease all;
}

.aboutWrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0px;
  grid-auto-rows: minmax(0px, auto);
  margin-left: 10%;
  margin-right: 10%;
}
.aboutOne {
  grid-column: 1 / 3;
  grid-row: 1;
}
.aboutTwo { 
  grid-column: 3/4;
  grid-row: 1/ 5 ;
}
html, body{
  background: #494949;
  color: #ffffff;
}
img#logoAbout{
  margin-bottom: -10px;
  width: 150;
  margin-left: 10%;
  margin-top: 10px;
}
.navbarAbout{
  display: inline-flex;
  position: absolute;
  right: 0;
  top: 40px;
}

.creditPriceTable{
  border:1px solid #ffffff50;
  border-radius:50px!important;
  font-size:20px;
}
.volumeHeading{
  margin-right: 35%;
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
}
.pricePerHeading{
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
}
.package-row, .tab-info-row {
  float: left;
  width: 50%;
  margin-left: 25%;
  border: solid 1px rgba(112, 112, 112, .3);
  border-radius: 5px;
  padding: 0% 3% 0% 1%;
  line-height: 30px;
  color: #494949;
  font-size: 20px;
  background: #E0E0E0;
}
.panel-body {
  text-align: left;
  padding:0px;
}
.panel-body span, .panel-body a {
  float: right;
}
.content-wrapper{
  min-height:200%!important;
}
.navbarAboutNav{
  margin-right: 50px;
  font-size: 20px;
}
.number{
  font-size: 70px;
}
.aboutBody{
  width: 90%;
}
.starterPack{
  font-size: 20px;
  margin-left: 11%;
}
a{
  color:white;
}
hr{
  border-top: 50px solid #1e1e1e;
}
.benifitsUl{
  font-size: 20px;
  margin-left: 11%;
}
.package-row, .tab-info-row {
  float: none;
  width: 50%;
  margin-left: 25%;
  border: solid 1px rgba(112, 112, 112, .3);
  border-radius: 5px;
  padding: 0% 3% 0% 1%;
  line-height: 30px;
  color: #494949;
  font-size: 20px;
  background: #E0E0E0;
}
.formLabel{
  font-size: 20px;
}
.input-field{
  font-size: 20px;
  color: black;
}
#contactWrapper{
  margin-left: 27%;
  margin-right: 20%;
}
.btnRight{
  float: right;
  margin-right:30%;
  color: #1e1e1e;
  font-size: 20px;
}
.aboutFooter{
  background:#1e1e1e; 
  height: 70px;
  width: 100%;
  padding-top: 30px;
}
.footerAboutNav{
  margin-right: 50px;
  font-size: 20px;
}
#navbarDiv{
  position: sticky;
  top:0; 
  z-index:9999;
}

.contactWrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0px;
  grid-auto-rows: minmax(100px, auto);
}
.contactOne {
  grid-column: 1 ;
  grid-row: 1;
  width: 230px;
}
.contactTwo { 
  grid-column: 2 ;
  grid-row: 1 ;
  width: 230px;
}
.contactThree {
  grid-column: 1;
  grid-row: 2;
  width: 230px;
}
.contactFour{
  grid-column: 2;
  grid-row: 2;
  width: 230px;
}
.contactFive {
  grid-column: 1/3;
  grid-row: 3;
}
.contactSix {
  grid-column: 3;
  grid-row: 4;
}

.benefitsWrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0px;
  grid-auto-rows: minmax(100px, auto);
}
.benefitsOne {
  grid-column: 2 ;
  grid-row: 1 ;
  margin-left: -14%;
}
.benefitsTwo {
  grid-column: 1/2 ;
  grid-row: 1;
}

.pricingWrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0px;
  grid-auto-rows: minmax(100px, auto);
}
.pricingOne {

  grid-column: 1/2 ;
  grid-row: 1;
  margin-right: 22%;
}
.pricingTwo {
  grid-column: 2 ;
  grid-row: 1 ;
  margin-right: 22%;
}