/* .secondSub {
  background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)),
    var('/Users/webdeveloper2/Desktop/bennewtemplate/assets/bg.jpg') center
      center;
  background-size: cover cover;
  color: red;
  min-height: 40vh;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0.8;
  background-blend-mode: screen multiply;
} */

/* ELEMENT TOOL */

/* *{
  border: 1px solid red;
} */


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



.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;
}

.nav-link {
  color: white !important;
}

/* #terms,
#summary {
  padding-top: 87px;
  margin-top: -87px;
}

#management,
#partners {
  padding-top: 120px;
  margin-top: -120px;
}

#faq {
  padding-top: 175px;
  margin-top: -175px;
} */

.accordion-header:hover {
  background-color: transparent !important;
}
.center {
  position: absolute;
  top: 50%;
  width: 100%;
  text-align: center;
}

.navbar-collapse {
  color: white !important;
}

body {
  background-color: var(--light);
}

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

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

@supports ((position: -webkit-sticky) or (position: sticky)) {
  .sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: -15px;
    z-index: 1020;
  }
}

@supports ((position: -webkit-sticky) or (position: sticky)) {
  .sticky-top2 {
    position: -webkit-sticky;
    position: sticky;
    top: 52px;
    z-index: 1019;
  }
}

.prephoneemail {
  margin-top: 15px;
}

.investhead {
  text-align: center;
}

p {
  padding-left: 5px;
}

#calc-container {
  /* height: 500px; */
  /* width: 760px; */
  /* margin: 50px auto 0 auto; */
  background: #add8e6;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
  border-radius: 3px;
}
/*
button {
  text-transform: uppercase;
  font-weight: bold;
  display: block;
  margin: 30px auto;
  background: #ad133a;
  border-radius: 5px;
  width: 200px;
  height: 50px;
  font-size: 17px;
  color: #add8e6;
} */

/* button:hover {
  background: #4c2827;
  border-bottom-color: #111;
} */

#investyield {
  font-size: 30px;
  margin-top: 5px;
  text-align: center;
}

#investyield:before {
  content: '';
  font-size: 20px;
  font-weight: bold;
  display: block;
  text-transform: uppercase;
}

#investyield sup {
  font-size: 20px;
  top: -18px;
}

#investyield yield {
  font-size: 20px;
  font-weight: bold;
  display: block;
}

#investyr {
  margin-left: 20px;
}

.investyrhead {
  margin-left: 20px;
}

.disclaimer {
  position: relative;
  bottom: 0;
}

input,
select {
  width: 160px;
  height: 50px;
}

.herotext {
  padding-left: 50px;
  /* margin-left: -50px; */
}
.flex-wrapper {
  display: flex;
  flex-flow: row nowrap;
}

.single-chart {
  /* width: 50%; */
  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;
}

.ytp-impression-link {
  display: none !important;
}

.form-floating > .form-control + label {
  color: var(--bs-body-color);
}

.herostats {
  /* margin-left: 450px; */
  background-color: rgba(0, 0, 0, 0.5);
  padding: 30px;
  border: solid white 2px;
}

.videowrapper {
  float: none;
  clear: both;
  width: 100%;
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0;
}

.videowrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

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

@media only screen and (max-width: 600px) {
  input,
  select {
    width: 120px;
    height: 30px;
    align-items: center;
  }

  .calc {
    width: 80px;
    text-align: center;
    margin-top: -50px;
  }
   .prenavlogo{
  width: 30vw!important;
 }
 .textpretext{
  font-size:0.5rem;
 /* display:none; */
 }
}

@media only screen and (max-width: 992px) {
  input,
  select {
    width: 140px;
    height: 40px;
    align-items: center;
  }

  .calc {
    width: 120px;
    text-align: center;
    margin-top: -50px;
  }
    .prenavlogo{
  width: 35vw!important;
 }
 .textpretext{
  font-size:1.0rem;
 /* display:none; */
 }
}

@media only screen and (max-width: 680px) {
  .herotext {
    margin-left: 20px !important;
  }
  .preicons {
    margin-top: -20px;
  }
  .herostats {
    margin-left: 0px !important;
    /* height: 25vh !important; */
  }
  .bizName {
    font-size: 20px !important;
  }
  .herostattext {
    font-size: 15px;
  }
  .pie {
    margin-left: -150px;
  }

  .video{
    width:70vw!important;
    height:50vw;
  }

  .prephoneemail {
    /* margin-top: 100px !important; */
  }
   .prenavlogo{
  width: 30vw!important;
 }
 .textpretext{
  font-size:0.5rem;
 /* display:none; */
 }
}
