:root {
  --primary: #06813f;
  --secondary: #000000;
  /* --third: #878787;
  --four: #1d1d1b;
  --five: #c7a56d; */
}

html {
  scroll-padding-top: var(--navbar-height);
  scroll-behavior: smooth;
}

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  appearance: none;
  top:12.5% !important;
  margin-top:0 !important;
}


.chart {
  width: 50%;
  float: left;
  display: grid;
  gap: 1em;
  grid-template-rows: min-content minmax(0, 1fr) min-content;
  grid-template-columns: 1fr minmax(0, 3fr);
  grid-template-areas:
    'a h'
    'a c'
    'a f';
  height: calc(100vh - 2em);
  /*width: calc(100vw - 2em);  not necessary, but just to be explicit */
  height: 400px;
  margin: 1em;
  max-width: 950px;
  border: 1px solid #134369;
  border-radius: 10px;
  margin: 2%;
}

.chart div {
  grid-column: 1/4;
  grid-row: 2/3;
}
.chart h3 {
  background: var(--color-1);
  color: #000;
  line-height: 1.3;
  padding: 0.2em;
  text-align: center;
  grid-row: 1/2;
  grid-column: 1/4;
  text-align: center;
}

.preicons {
  display: block;
  text-align: right;
  margin-top: -25px;
}

.prephoneemail {
  margin-top: 15px;
}


.herostats {
  /* margin-left: 450px; */
  background-color: rgba(0, 0, 0, 0.5);
  padding: 30px;
  border: solid white 2px;
  color:white;
  /* width:500px;
  margin-left:475px;
  margin-top:275px; */
}
.flex-wrapper {
  display: flex;
  flex-flow: row nowrap;
}

.single-chart {
  width: 33%;
  justify-content: space-around;
}

.circular-chart {
  display: block;
  margin: 10px auto;
  max-width: 80%;
  max-height: 150px;
}

.circle-bg {
  fill: none;
  stroke: #eee;
  stroke-width: 3.8;
}

.circle {
  fill: none;
  stroke-width: 2.8;
  stroke-linecap: round;
  animation: progress 1s ease-out forwards;
}

@keyframes progress {
  0% {
    stroke-dasharray: 0 100;
  }
}

.circular-chart.orange .circle {
  stroke: #ff9f00;
}

.circular-chart.green .circle {
  stroke: #4cc790;
}

.circular-chart.blue .circle {
  stroke: #3c9ee5;
}

.percentage {
  fill: #666;
  font-family: sans-serif;
  font-size: 0.5em;
  text-anchor: middle;
}

td {
  border-right: black solid 2px;
}



@media screen and (max-width:992px) {
  /* .bizName{
    margin-top:40px!important;
  } */
  .herostattext {
    font-size: 1.25rem;
  }

}

@media screen and (max-width:680px) {

  .herostattext {
    font-size: 1rem;
  }

}
@media screen and (max-width:400px){

}

@media all and (max-width: 991px) and (min-width: 600px) {
  button.close {
    font-size:3rem !important;
  }
  .top-img-size {
    max-width:250px !important;
    /* margin-top:-25%; */
  }
}

@media all and (max-width: 599px) {
  button.close {
    font-size:2.5rem !important;
  }
  .top-img-size {
    max-width:200px !important;
    /* margin-top:-20%; */
  }
  .bizName-border {
    border:none;
  }
  .footer-list {
    padding: 0 20px 0 30px !important;
  }
}

@media all and (max-width: 400px) {
  .image-container {
    width: 200px;
    height: 200px;
  }
}

@media all and (max-width: 330px) {
  .herostats {
    padding:15px;
  }
  .two-pic-btn {
    width: 200px !important;
  }
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .bizName {
    font-size: 2rem;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .bizName {
    font-size: 1.5rem;
  }
}
