.consultheader {
    vertical-align: top;
    position: relative;
    padding-right: 15px !important;
}

.consultheaderbackdrop {
    width: 100vw;
    position: relative;
    top: 0;
    left: 0;
}

h3 {
    color: #2f9798;
    font-size: 22px;
    font-weight: bold;
    line-height: normal;
}

.greytext {
    font-size: 14px; 
    font-weight: 520;
    color: #7F8081;
}

@keyframes slidy {
    0% { left: 0%; }
    5% { left: 0%; }
    10% { left: 0%; }
    15% { left: 0%; }
    20% { left: -100%; }
    25% { left: -100%; }
    30% { left: -100%; }
    35% { left: -100%; }
    40% { left: -200%; }
    45% { left: -200%; }
    50% { left: -200%; }
    55% { left: -200%; }
    60% { left: -300%; }
    65% { left: -300%; }
    70% { left: -300%; }
    75% { left: -300%; }
    80% { left: -400%; }
    85% { left: -400%; }
    90% { left: -400%; }
    95% { left: -400%; }
    100% { left: -500%; }
}

div#slider { 
    overflow: hidden; 
}
div#slider figure img { 
    width: 16.66666666666666666667%; 
    float: left; 
}
div#slider figure { 
  position: relative;
  width: 600%;
  margin: 0;
  left: 0;
  text-align: left;
  font-size: 0;
  animation: 30s slidy infinite; 
}

.countsBlock {
    border-left: 1px solid #7F8081;
    border-right: 1px solid #7F8081;
}

.countsRedText {
    color: #e01a21;
    font-size: 2.3vw;
    text-align: center;
    font-weight: bold;
}

.countsGreyText {
    color: #7F8081;
    font-size: 1.3vw;
    text-align: center;
}

.sectionalHeading {
    margin-bottom:30px; 
    color:rgb(196, 4, 4); 
    font-size:24px; 
    font-weight:bold;
    text-align: center;
    font-family:arial,helvetica,sans-serif;
}

@media (max-width: 576px)
{
    .countsRedText {
        font-size: 3em;
    }

    .countsGreyText {
        font-size: 2em;
    }

    .sectionalHeading {
        font-size:24px; 
    }
}

@media (min-width: 576px)
{
    .countsRedText {
        font-size: 2em;
    }

    .countsGreyText {
        font-size: 1.3em;
    }

    .sectionalHeading {
        font-size:24px; 
    }
}

@media (min-width: 768px)
{
    .countsRedText {
        font-size: 1.3em;
    }

    .countsGreyText {
        font-size: 1.0em;
    }

    .sectionalHeading {
        font-size:24px; 
    }
}

@media (min-width: 992px)
{
    .countsRedText {
        font-size: 24px;
    }

    .countsGreyText {
        font-size: 20px;
    }

    .sectionalHeading {
        font-size:24px; 
    }
}

@media (min-width: 1200px)
{
    .countsRedText {
      font-size: 24px;
    }

    .countsGreyText {
      font-size: 20px;
    }
}

.filtersel{
    border-radius: 5px;
    width:100%;
    box-shadow: 3px 3px rgba(75, 75, 75, 0.281);
}

.progress{
    position: relative;
    overflow-x: visible;
    overflow-y: visible;
  
}

.progress-bar{
    position: relative;
    overflow: visible;
    border-radius: 5px;
}
.progress-percent{
    color: black;
    font-weight: normal;
    line-height: 24px;
    position: absolute;
    right: 0;
    top: -24px;
    font-size: 12px;
}


.progress.progress-percent-bg .progress-percent {
  background: black;
  padding: 2px 5px;
  border-radius: 2px;
  color: white;
  line-height: 16px;
  position: absolute;
  right: 0;
  top: -25px;
  font-size: 10px;
}

.progress.progress-percent-bg .progress-percent :before {
    border-top-color: black;
    border-width: 5px;
    left: 50%;
    margin-left: -5px;
}
.progress.progress-percent-bg .progress-percent :after, .progress.progress-percent-bg .progress-percent :before {
    top: 100%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}
.progress.progress-percent-bg .progress-percent :after {
    border-top-color: black;
    border-width: 4px;
    left: 50%;
    margin-left: -4px;
}

.progress .progress-xs {
    height: 3px;
}
.progress .progress-sm {
    height: 5px;
}
.progress .progress-md {
    height: 10px;
}
.progress .progress-lg {
    height: 16px;
   
}
.progress .progress-xl {
    height: 20px;
}

@-webkit-keyframes progress-bar-stripes {
    0% {
      background-position-x: 1rem;
    }
  }
  
  @keyframes progress-bar-stripes {
    0% {
      background-position-x: 1rem;
    }
  }
  
  .progress {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 1rem;
    overflow: hidden;
    font-size: 0.65625rem;
    background-color: #e9ecef;
    border-radius: 0;
  }
  
  .progress-bar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    overflow: hidden;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background-color: #ea110c;
    -webkit-transition: width 0.6s ease;
    transition: width 0.6s ease;
  }
  
  @media (prefers-reduced-motion: reduce) {
    .progress-bar {
      -webkit-transition: none;
      transition: none;
    }
  }
  
  .progress-bar-striped {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-size: 1rem 1rem;
  }
  
  .progress-bar-animated {
    -webkit-animation: 1s linear infinite progress-bar-stripes;
            animation: 1s linear infinite progress-bar-stripes;
  }
  
  @media (prefers-reduced-motion: reduce) {
    .progress-bar-animated {
      -webkit-animation: none;
              animation: none;
    }
  }

  .progress {
    position: relative;
    overflow-x: visible;
    overflow-y: visible;
  }
  
  .progress .progress-bar {
    position: relative;
    overflow: visible;
    border-radius: 0;
  }
  
  .progress .progress-percent {
    color: #515155;
    font-weight: 500;
    line-height: 24px;
    position: absolute;
    right: 0;
    top: -24px;
    font-size: 12px;
  }
  
  .progress.progress-percent-bg .progress-percent {
    background: #19191c;
    padding: 2px 5px;
    border-radius: 2px;
    color: #fff;
    line-height: 16px;
    position: absolute;
    right: 0;
    top: -25px;
    font-size: 10px;
  }
  
  .progress.progress-percent-bg .progress-percent:before {
    border-top-color: #19191c;
    border-width: 5px;
    left: 50%;
    margin-left: -5px;
  }
  
  .progress.progress-percent-bg .progress-percent:after, .progress.progress-percent-bg .progress-percent:before {
    top: 100%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
  }
  
  .progress.progress-percent-bg .progress-percent:after {
    border-top-color: #19191c;
    border-width: 4px;
    left: 50%;
    margin-left: -4px;
  }
  
  .progress.progress-xs {
    height: 3px;
  }
  
  .progress.progress-sm {
    height: 5px;
  }
  
  .progress.progress-md {
    height: 10px;
  }
  
  .progress.progress-lg {
    height: 13px;
     background:#cfcccc;
  }
  
  .progress.progress-xl {
    height: 20px;
  }

  @media (max-width: 576px)
  {
    .progress.progress-lg {
      height: 13px;
    }
  }
  
  @media (min-width: 576px)
  {
    .progress.progress-lg {
      height: 8px;
    }
  }
  
  @media (min-width: 768px)
  {
    .progress.progress-lg {
      height: 8px;
    }
  }
  
  @media (min-width: 992px)
  {
    .progress.progress-lg {
      height: 13px;
    }
  }

  .overflow-auto {
    overflow: auto !important;
  }
  
  .overflow-hidden {
    overflow: hidden !important;
  }
  
  .overflow-visible {
    overflow: visible !important;
  }
  
  .overflow-scroll {
    overflow: scroll !important;
  }

  .infographicHeading {
    font-size: 2vw;
    font-weight: bold;
  }

  .infographicText {
    font-size:1.3vw;
    margin-top:10px;
    color: #7F8081;
  }

  @media (max-width: 576px)
  {
    .infographicHeading {
      font-size: 1.5em;
    }

    .infographicText {
      font-size:1.3em;
    }
  }
  
  @media (min-width: 576px)
  {
    .infographicHeading {
      font-size: 1.8em;
    }

    .infographicText {
      font-size:1.3em;
    }
  }
  
  @media (min-width: 768px)
  {
    .infographicHeading {
        font-size: 1.3em;
        line-height: 1.3em;
    }

    .infographicText {
      font-size:0.9em;
    }
  }
  
  @media (min-width: 992px)
  {
    .infographicHeading {
      font-size: 1.3em;
    }

    .infographicText {
      font-size:1em;
    }
  }

  @media (min-width: 1336px)
  {
    .infographicHeading {
      font-size: 18px;
    }

    .infographicText {
      font-size:14px;
    }
  }

  .letsConsultText
  {
    font-size:1.3vw;
    text-align: left;
  }

  @media (max-width: 576px)
  {
    .letsConsultText {
      font-size: 2vw;
    }
  }
  
  @media (min-width: 576px)
  {
    .letsConsultText {
      font-size: 2vw;
    }
  }
  
  @media (min-width: 768px)
  {
    .letsConsultText {
      font-size: 1.6vw;
    }
  }
  
  @media (min-width: 992px)
  {
    .letsConsultText {
      font-size: 1.35vw;
    }
  }

  @media (min-width: 1336px)
  {
    .letsConsultText {
      font-size: 1vw;
    }
  }