/* your styles go here */
#all {
  overflow: hidden;
}

img {
  max-width: 100%;
}

select {
  background: none;
}

.appIcon {
  text-align: right;
  margin-top: 10px;
}

.box-simple {
  min-width: 200px;
  min-height: 200px;
}

.box-simple.values {
  font-size: 0.8em;
  margin-bottom: 0px;
  min-height: 200px;
  margin-bottom: 30px;
}

.values {
  padding-top: 25px;
  padding-bottom: 10px;
  -webkit-filter: saturate(0);
  filter: saturate(0);
}

.values:hover {
  -webkit-filter: saturate(100%);
  filter: saturate(100%);
}

@media (max-width: 992px) {
  .values {
    -webkit-filter: saturate(100%);
    filter: saturate(100%);
  }
}

@media(max-width: 576px) {
  .box-simple.values {
    margin-top: 30px;
  }

  .values {
    padding-top: 0px !important;
  }
}

.logo-img-boader:hover {
  background-color: #FFFFFF;
  box-shadow: 0 0 20px rgba(0, 0, 0, .19);
  content: '';
  height: 100%;
  border-radius: 20px;
  transition: all .5s;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -ms-transition: all .5s;
  -o-transition: all .5s;
  transform: scale(.9);
  -webkit-transform: scale(.9);
  -moz-transform: scale(.9);
  -ms-transform: scale(.9);
  -o-transform: scale(.9);
}

.gradient-blue {
  background: #193a9e;
  background: -moz-linear-gradient(left, #193a9e 0%, #207cca 100%) !important;
  background: -webkit-linear-gradient(left, #193a9e 0%, #207cca 100%) !important;
  background: linear-gradient(to right, #193a9e 0%, #207cca 100%) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#193a9e', endColorstr='#207cca', GradientType=1) !important;
  height: 120px;
}

/* newsletter */
.newsletter-blue form {
  text-align: center;
  padding: 10px 0 10px 0;
}

.newsletter-blue .clear {
  display: inline-block;
}

.newsletter-blue label {
  display: block;
  font-size: 40px;
  padding-bottom: 30px;
  font-weight: normal;
}

#mc_embed_signup {
  clear: left;
  font: 14px;
  width: 100%;
  padding-top: 30px;
}

/* #mc_embed_signup input.email {
  font-size: 14px;
  font-weight: 500;
  border: none;
  -webkit-border-radius: 18px;
  -moz-border-radius: 18px;
  border-radius: 18px;
  background-color: #69dbfe;
  height: 32px;
  padding: 0px 2.4em;
  display: inline-block;
  margin: 0;
  width: 280px;
  vertical-align: top;
  text-align: center;
} */

@media (max-width: 768px) {
  .newsletter-blue .clear {
    display: block;
    width: 100%
  }

  .newsletter-blue .button {
    width: 100%;
    margin: 0;
  }
}

/* @media (max-width: 425px) {
  #mc_embed_signup input.email {
    width: 280px;
  }
} */

.site-footer {
  background-color: #00c1fd;
  padding: 45px 0 20px;
  font-size: 12px;
  line-height: 24px;
  color: #ffffff;
}

.site-footer hr {
  border-top-color: #bbb;
  opacity: 0.5
}

.site-footer hr.small {
  margin: 20px 0
}

.site-footer h6 {
  color: #193a9e;
  font-size: 12px;
  margin-top: 5px;
  letter-spacing: 2px;
  font-weight: 700;
}

.site-footer a {
  color: #193a9e;
}

.site-footer a:hover {
  color: #193a9e;
  text-decoration: none;
}

.footer-links {
  padding-left: 0;
  list-style: none
}

.footer-links li {
  display: block
}

.footer-links a {
  color: #fff;
}

.footer-links a:active,
.footer-links a:focus,
.footer-links a:hover {
  color: #193a9e;
  text-decoration: none;
}

.footer-links.inline li {
  display: inline-block
}

@media (max-width:991px) {
  .site-footer [class^=col-] {
    margin-bottom: 30px
  }
}

@media (max-width:767px) {
  .site-footer {
    padding-bottom: 0
  }
}

@media (max-width: 991px) {
  .col-md-5-footer {
    width: 41.66666667%;
    float: left;
  }

  .col-md-3-footer {
    width: 25%;
    float: left;
  }

  .col-md-2-footer {
    width: 16.66666667%;
    float: left;
  }
}

@media (max-width: 700px) {
  .col-md-5-footer {
    width: 45.66666667%;
    float: left;
  }

  .col-md-3-footer {
    width: 100%;
    float: left;
  }

  .col-md-2-footer {
    width: 26.66666667%;
    float: left;
  }
}

@media (max-width: 425px) {
  .col-md-5-footer {
    width: 80.66666667%;
    float: left;
  }

  .col-md-3-footer {
    width: 30%;
    float: left;
  }

  .col-md-2-footer {
    width: 25%;
    float: left;
  }
}

@media (max-width: 375px) {
  .col-md-5-footer {
    width: 80.66666667%;
    float: left;
  }

  .col-md-3-footer {
    width: 50%;
    float: left;
  }

  .col-md-2-footer {
    width: 50%;
    float: left;
  }
}

.hp-logo {
  display: block;
  margin-top: 4rem;
  width: auto;
  height: 70px;
}

.newsletter-blue {
  background-color: #00c1fd
}

@media (max-width:767px) {
  .hp-logo {
    height: 60px;
    width: auto;
    margin-top: 4rem;
  }
}

@media (max-width:700px) {
  .hp-logo {
    height: 60px;
    width: auto;
    margin-top: 2rem;
  }
}

@media (max-width:600px) {
  .hp-logo {
    height: 40px;
    width: auto;
    margin-top: 2rem;
  }
}

@media (max-width:425px) {
  .hp-logo {
    height: 60px;
    width: auto;
    margin-top: 2rem;
  }
}

.cta2 {
  height: 40px;
  width: 150px;
  margin-top: 2rem;
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 20px;
  font-weight: bold;
  color: white;
  background: #007991;
  background: -webkit-linear-gradient(to right, #00c1fd, #1de3ca);
  background: linear-gradient(to right, #00c1fd, #1de3ca);
}

.cta2:hover {
  color: #193a9e !important;
  font-weight: bold;
}

.cta4 {
  height: 40px;
  width: 200px;
  margin-top: 2rem;
  margin-bottom: 2rem;
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 20px;
  font-weight: bold;
  color: white;
  background: #007991;
  background: -webkit-linear-gradient(to right, #00c1fd, #1de3ca);
  background: linear-gradient(to right, #00c1fd, #1de3ca);
}

.cta4:hover {
  color: #193a9e !important;
  font-weight: bold;
}

.detecting-hearing {
  margin: 20px 10px 10px 10px !important;
  font-weight: bold !important;
  width: auto;
  padding-left: 20px;
  padding-right: 20px;
  background: transparent;
  background-color: white;
  color: #193a9e;
}

.detecting-hearing:hover {
  color: #1de3ca !important;
}

@media (max-width:700px) {
  .detecting-hearing {
    font-size: 14px;
    padding-left: 10px;
    padding-right: 10px;
  }
}

.herobox {
  margin-top: 30px;
}

.paragraph {
  margin-left: 14rem;
  margin-right: 14rem;
  margin-bottom: 3rem;
}

.paragraph1 {
  margin-top: 2rem;
  font-size: 5rem;
  text-align: center;
}

.paragraph2 {
  text-align: center;
  margin-bottom: 0px;
  /* color: white; */
}

.home-carousel .herobox {
  background: rgba(0, 190, 253, 0);
  /* margin-top: 95px; */
  margin-top: 45px;
  margin-bottom: 95px;
  width: 450px;
}

@media (min-width: 1007px) {
  .home-carousel .herobox {
    background: rgba(0, 190, 253, 0);
    /* margin-top: 205px; */
    /* margin-bottom: 205px; */
    width: 410px;
  }
}

@media (max-width: 1199px) {
  .paragraph {
    margin-left: 4rem;
    margin-right: 4rem;
  }
}

@media (max-width: 991px) {
  .paragraph {
    margin-left: 3rem;
    margin-right: 3rem;
    margin-bottom: 1rem;
  }

  .home-carousel .herobox {
    width: 320px;
  }

  .paragraph1 {
    margin-top: 2rem;
    font-size: 3rem;
  }
}

.top-text {
  /* margin-left: 7% !important; */
  padding: 0% 7%;
  color: #193a9e !important;
}

.doh-crest-hero {
  filter: invert(1);
}

@media (max-width: 700px) {
  .home-carousel .herobox {
    padding-top: 10px;
    padding-bottom: 10px;
    margin: 100px auto;
    background-color: #193a9ec7;
    background-color: rgba(25, 58, 158, 0.78);
    text-align: center;
    border-radius: 20px;
    width: 66vw;
    min-width: 350px;
  }

  .cta2 {
    margin-bottom: 15px;
  }

  .top-text {
    margin-left: 0;
  }

  .top-text-sm {
    margin: 0 8px 8px 8px;
  }

  .download-now-box2 {
    background: none !important;
    margin-top: auto !important;
    padding-bottom: 0px;
  }
}

@media (max-width: 600px) {
  .paragraph {
    margin-left: 1rem;
    margin-right: 1rem;
    margin-bottom: 35px;
  }
}

@media (max-width: 340px) {
  .home-carousel .herobox {
    width: 300px;
  }

  .paragraph {
    margin-left: 0rem;
    margin-right: 0rem;
    margin-bottom: 40px;
  }
}

.white-button {
  margin:auto;
  background-color: white;
  padding: 10px 20px;
  border-radius: 20px;
  color: #193a9e;
  font-weight: bold;
  transition: all 0.26s;
}

.white-button:hover {
  background-color: #1de3ca;
  color: white;
}

.darkblue-button-w-light-bg {
  background-color: #193a9e;
  padding: 10px 20px;
  color: white;
  border-radius: 20px;
  transition: all 0.26s;
}

.darkblue-button-w-light-bg:hover {
  background-color: #1de3ca;
  color: #193a9e;
}

.darkblue-button-w-dark-bg {
  background-color: #193a9e;
  padding: 10px 20px;
  color: white;
  border-radius: 20px;
  transition: all 0.26s;
}

.darkblue-button-w-dark-bg:hover {
  background-color: white;
  color: #193a9e;
}

.wave-overlay {
  margin-top: 50px;
  margin-bottom: -5px;
  width: -webkit-fill-available;
}

/* parent needs to be position: relative */
.wave-background {
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 65%;
  max-width: none;
}
.wave-background.top {
  bottom: 50%;
}

.wave-background.bottom {
  bottom: -10%;
  transform: scale3d(-1, -1, 1);
}

/*---------- Split logo and gov banner -------------*/

.split-logo {
  display: block;
  position: absolute;
  width: 350px;
  height: auto;
  z-index: 1;
  margin-left: auto;
  margin-right: auto;
}

.white-bar {
  height: auto;
  width: 100%;
  text-align: center;
}

.other-regions-download {
  background-color: #193a9e;
  color: white;
}

.other-regions-download h2,
.other-regions-download h3 {
  color: white;
  font-weight: 200;
}

.download-group {
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  padding-top: 10px;
  padding-bottom: 50px;
}

.download-group .row {
  padding: 0px;
}

.download-group-main {
  color: #193a9e;
  padding-top: 10ppx;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;

}

.download-group-main h2 {
  color: #193a9e;
  font-size: 3em;
  font-weight: 200;
}

/* #australia-downloads {
 background-image: url(../img/countries/noun_Australia.png);
} */

/* #us-downloads {
  background-image: url(../img/countries/noun_UnitedStates.png);
}  */

.logo-footer {
  margin-top: 50px;
}

.gov-banner {
  height: 50px;
}

@media (max-width: 991px) {
  .logo-footer {
    margin-top: 0px;
  }
}

@media (max-width: 1200px) {
  .split-logo {
    width: 300px;
    z-index: 10;
    margin-left: -24px;
    margin-top: 5px;
  }
}

/* @media (max-width: 1007px) {
  .split-logo {
    margin-top: 0px;
    width: 235px;
  }
} */

@media (max-width: 1007px) {
  .split-logo {
    width: 220px;
    left: 50%;
    margin-left: -120px;
    z-index: 1;
  }

  .white-bar {
    height: auto;
    width: 100%;
    text-align: center;
  }

  .gov-banner {
    height: 33px;
    margin-top: 18px;
  }

}

/*-------------------------------------------------*/

#lean_overlay {
  position: fixed;
  z-index: 100;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  background: #000;
  display: none;
}

#download {
  display: none;
}

.icon {
  display: inline-block;
  width: 80px;
  height: 80px;
  color: #fff;
  line-height: 80px;
  border-radius: 40px;
  font-size: 20px;
}

.socialLink {
  text-align: center;
  font-size: 3em;
}

.socialLink i {
  margin: 6px;
}

#post-content img {
  display: block;
  margin: auto;
}

.enquiry {
  padding-top: 30px;
  padding-bottom: 30px;
}

.form-control-h {
  display: none;
}

/* nav */
.align-items-center {
  margin-top: 29px;
}

.navbar-button-2 button {
  background-color: transparent;
  border: 1px solid transparent;
}

.navbar-nav a:after {
  background: none repeat scroll 0 0 transparent;
  bottom: 0;
  content: "";
  display: block;
  height: 2px;
  left: 50%;
  background: #00c1fd;
  position: absolute;
  transition: width 0.3s ease 0s, left 0.3s ease 0s;
  width: 0;
}

.navbar-nav a:hover:after {
  width: 80%;
  left: 10%;
}

@media (max-width: 1007px) {
  .navbar-nav a:hover:after {
    width: 20%;
    left: 40%;
  }
}

.navbar-default {
  position: absolute;
  width: 100%;
  margin-top: -1px;
}

.navbar-default .navbar-nav>li>a:hover {
  color: #00c1fd;
}

.navbar-default-2 .navbar-nav>li>a:hover {
  color: #193a9e;
}

@media (min-width: 1008px) {
  .navbar-2 {
    background-color: #00c1fd;
    /* background: linear-gradient(to right, #b3edff 0%, #00c1fd 100%) !important; */
    height: 30px;
    clear: both;
    padding-right: 30px;
    margin-left: calc(50% - 50vw);
    width: 100vw;
    margin-top: 91px;
  }

  .navbar-default .navbar-nav>li>a {
    font-size: 14px;
  }

  .navbar-2 ul>li>a {
    font-size: 12px !important;
    color: #FFFFFF;
    font-weight: 400;
    padding-top: 7px;
    padding-bottom: 4px;
  }
}

.cta3 {
  height: 40px;
  width: 150px;
  border-radius: 20px;
  background: #007991;
  background: -webkit-linear-gradient(to right, #00c1fd, #1de3ca);
  background: linear-gradient(to right, #00c1fd, #1de3ca);
  color: #FFFFFF !important;
  font-weight: bold;
  cursor: pointer;
  padding: 10px 15px;
  font-size: 15px !important;
}

.btn-ph {
  z-index: 1001;
  color: #193a9e !important;
  border-radius: 0 0 20px 20px;
  background-color: white;
  font-weight: 700 !important;
  min-width: 140px;
  padding-bottom: 7px !important;
}

.btn-ph:hover {
  background-color: white !important;
}

.clear a:after {
  content: none;
}

.navbar-button-2 {
  display: none;
  margin-top: 19px;
  margin-bottom: 11px;
  margin-right: 0;
  margin-left: 14px;
}

@media (max-width: 1007px) {
  .gradient-blue {
    height: auto;
  }

  .cta3 {
    display: none !important;
  }

  .btn-ph {
    display: none !important;
  }

  .dropdown-menu li {
    background-color: rgba(255, 255, 255, 0.85);
  }

  .navbar-button-2 {
    display: inherit;
  }

  .navbar-default-2 .navbar-nav>li>a:hover,
  .navbar-default-2 .navbar-nav>li>a:focus {
    color: #00c1fd;
  }

  .navbar-2 ul>li>a {
    font-size: 14px;
  }

  .gradient-blue {
    height: auto;
  }
}

@media (max-width: 991px) {
  /* .navbar-button-2 {
    display: inherit;
  }

  .navbar-default-2 .navbar-nav>li>a:hover,
  .navbar-default-2 .navbar-nav>li>a:focus {
    color: #00c1fd;
  }

  .navbar-2 ul>li>a {
    font-size: 14px;
  }

  .gradient-blue {
    height: auto;
  } */
}

.modal {
  overflow: visible !important;
}

.navbar-spacer {
  height: 120px;
}

@media(max-width: 1007px) {
  .navbar-spacer {
    height: 60px;
  }
}

.box-title {
  box-shadow: 0 0 20px rgba(0, 0, 0, .19);
  border-radius: 10px;
  padding: 1px 4rem 4rem 4rem;
  margin-bottom: auto;
  position: relative;
  top: -4rem;
  background: white;
}

/*------------------- team page-------------------------------------------------*/
.circle {
  border-radius: 50%;
  border: 6px solid transparent;
  background: linear-gradient(to right, #00c1fd, #1de3ca);
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
}

.circle-school {
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
}

.team-lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
}

@media (min-width: 768px) {
  .team-lead {
    font-size: 21px;
  }
}

.text-white {
  color: aliceblue !important;
}

.team h3 {
  margin: 5px 0;
}

.team-linkedin {
  margin-top: 20px;
  font-family: inherit !important;
}

.team-paragraph1-sub {
  color: #193a9e;
  font-size: 5rem;
  text-align: center;
}

.team-paragraph1-sub-white {
  color: white;
  font-size: 5rem;
  text-align: center;
}

.values p {
  font-size: 15px;
}

.team-paragraph {
  margin: 3rem 13rem 3rem;
}

.team-paragraph1 {
  color: #193a9e;
  margin-top: 2rem;
  font-size: 5rem;
  text-align: center;
}

.team-paragraph2 {
  text-align: center;
  margin: 0 15px 35px;
}

.member-title {
  text-align: center;
  font-weight: 600 !important;
  font-size: 20px;
  line-height: 1;
  color: #193a9e;
}

@media (max-width: 1199px) {
  .team-paragraph {
    margin-left: 3rem;
    margin-right: 3rem;
  }
}

@media (max-width: 991px) {
  .team-paragraph {
    margin-left: 10rem;
    margin-right: 10rem;
    margin-bottom: 1rem;
  }

  .team-paragraph1 {
    margin-top: 2rem;
    font-size: 3rem;
  }

  .team-paragraph1-sub {
    margin-top: 2rem;
    font-size: 3rem;
  }

  .team-paragraph1-sub-white {
    margin-top: 2rem;
    font-size: 3rem;
  }
}

@media (max-width: 600px) {
  .team-paragraph {
    margin-left: 1rem;
    margin-right: 1rem;
  }
}

@media (max-width: 340px) {
  .team-paragraph {
    margin-left: 0rem;
    margin-right: 0rem;
  }
}

/* ----------how_does page -------------*/
.newscreens {
  margin-bottom: 3rem;
}

.paragraph1-sub {
  /* color: white; */
  color: #193a9e;
  margin-top: 5rem;
  font-size: 5rem;
  text-align: center;
}

.values p {
  font-size: 15px;
}

@media (max-width: 992px) {
  .paragraph1-sub {
    margin-top: 2rem;
    font-size: 3rem;
  }
}

/* -------------- value-proposition ---------------*/
.logos-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: auto;
  overflow: hidden;
}

.bar.background-white {
  /* background: #fff; */
  overflow: hidden;
}

.icon-text-color {
  color: #00c1fd;
  font-weight: bold;
  font-size: 18px;
  font-family: inherit !important;
}

.value h3 {
  font-weight: bold;
}

/* ----------------9_news_now---------------- */
.news_9 {
  background: #193a9e;
  background: -webkit-linear-gradient(to right, #193a9e, #1c58db);
  background: linear-gradient(to right, #193a9e, #1c58db);
  height: 495px;
}

.col-sm-s {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  float: left;
  width: 41.66666667%;
}

iframe {
  height: 330px;
  width: 100%;
  border: none;
}

.hp-video {
  width: 600px;
  margin: 80px 0px;
}

.ht-video {
  width: 560px;
  height: 315px;
  margin: 40px 0px;
}

.text-lg {
  font-size: 4.1rem;
}

.text-gp {
  margin: 120px 30px 50px 10px;
  display: inline;
}

.text-ceo {
  color: #00c1fd;
  font-weight: bold !important;
}

.list-style-gp {
  text-align: center;
}

.list-style-gp h3 {
  font-family: 'Raleway', sans-serif;
  font-weight: normal;
  font-size: 22px;
  margin: 5px 0;
}

.text-3 {
  margin-top: 30px;
  text-align: center;
}

@media (max-width: 1300px) {
  .hp-video {
    width: 460px;
    margin-top: 112px;
  }

  .ht-video {
    width: 460px;
    margin-top: 112px;
    margin: 30px 0px;
  }

  iframe {
    height: 250px;
    width: 100%;
  }

  .text-gp {
    margin-left: 10px;
  }

  .text-lg {
    font-size: 3.2rem;
  }

  .list-style-gp h3 {
    font-size: 16px;
  }
}

@media (max-width: 991px) {
  .news_9 {
    height: 380px;
  }

  .hp-video {
    width: 390px;
    margin-top: 80px;
  }

  iframe {
    height: 242px;
    width: 100%;
  }

  .text-gp {
    margin-top: 80px;
    margin-left: 0px;
  }

  .text-lg {
    font-size: 2.2rem;
    text-align: center;
  }

  .list-style-gp h3 {
    font-size: 14px;
  }

  iframe {
    height: 200px;
    width: 100%;
  }
}

@media (max-width: 768px) {
  .news_9 {
    height: 380px;
  }

  .hp-video {
    width: 53%;
    margin-top: 80px;
  }

  iframe {
    height: 210px;
    width: 100%;
  }

  .text-gp {
    margin-top: 80px;
    margin-left: 0px;
  }

  .text-lg {
    font-size: 2.2rem;
    text-align: center;
  }

  .list-style-gp h3 {
    font-size: 14px;
  }
}

@media (max-width: 699px) {
  .news_9 {
    height: 540px;
  }

  .col-sm-s {
    float: none;
    width: 80%;
  }

  .bg-center {
    margin-left: 10%;
    margin-right: 10%;
  }

  .hp-video {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    margin-top: 0px;
  }

  .ht-video {
    width: 395px;
    margin: 0px 0px;
  }

  iframe {
    height: 218px;
  }

  .top-text { 
    color: white !important;
  }

  .doh-crest-hero {
    filter: none;
  }
}

@media (max-width: 425px) {
  .bg-center {
    margin-left: 0%;
    margin-right: 0%;
  }

  .news_9 {
    height: 500px;
  }

  .hp-video {
    width: 280px;
    margin-top: 0px;
  }

  .ht-video {
    width: 290px;
    height: 180px;
  }

  iframe {
    height: 145px;
    width: 100%;
  }
}

/* ----------------testimonial page----------------------- */
/* .bg-darkblue {
  background: #193a9e;
  background: -webkit-linear-gradient(to right, #193a9e, #1c58db);
  background: linear-gradient(to right, #193a9e, #1c58db);
} */

#testimonial {
  background: #193a9e;
  background: -webkit-linear-gradient(to right, #193a9e, #1c58db);
  background: linear-gradient(to right, #193a9e, #1c58db);
  /* max-height: 520px; */
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.row-testmonials {
  display: inline-block;
}

.testimonial-img {
  display: inline-block;
}

.testimonial-img img {
  max-height: 520px;
  width: auto;
}

.testimonial-txt {
  display: inline-block;
  text-align: start;
  /* color: #193a9e; */
  color: white;
  font-size: 37px;
  font-weight: normal;
  margin-top: 30px;
  margin-bottom: 0px;
}

.box-text {
  display: inline-block;
  vertical-align: top;
  background-color: rgba(0, 255, 255, 0);
  min-height: 400px;
  max-width: 650px;
  text-align: center;
}

.testimonial-txt1 {
  padding: 0 60px;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: normal;
  line-height: inherit;
  /* color: #193a9e; */
  color: #66dbff !important;
}

.testimonial-txt2 {
  padding-top: 10px;
  padding-left: 40px;
  padding-right: 40px;
  font-size: 16px;
  font-style: italic;
  font-weight: normal;
  line-height: inherit;
}

.ppl1 {
  /* margin-bottom: 20px; */
  /* margin-top: 20px; */
  text-align: left;
}

.ppl1 img {
  /* float: left;
  margin-left: 220px;
  margin-right: 10px; */
}

.ppl2 {
  /* margin-top: 20px; */
  text-align: left;
}

.ppl1, .ppl2 {
  display: flex;
  justify-content: center;
}

.ppl1 img, .ppl2 img {
  height: fit-content;
  margin-right: 2rem;
}

.ppl2 img {
  /* float: left; */
  /* margin-left: 220px; */
  /* margin-right: 10px; */
}

.medium-blue {
  color: #00c1fd;
  font-size: 13px !important;
  font-weight: 600 !important;
  line-height: 1 !important;
  margin-bottom: 10px;
}

.ppl-text {
  font-weight: normal;
}

@media (max-width: 1199px) {
  #testimonial {
    /* max-height: 425px; */
  }

  .testimonial-txt {
    font-size: 30px;
  }

  .testimonial-txt1 {
    padding: 0;
    margin-bottom: 5px;
    font-size: 13px;
  }

  .testimonial-txt2 {
    padding: 0;
    font-size: 13px;
  }

  .ppl-text {
    margin-bottom: 25px;
  }

  .ppl1 img {
    /* margin-left: 200px; */
  }

  .ppl2 img {
    /* margin-left: 200px; */
  }
}

@media (max-width: 991px) {
  #testimonial {
    /* max-height: 423px; */
  }

  .testimonial-img img {
    max-height: 423px;
    width: auto;
  }

  .box-text {
    max-width: 325px;
    margin-left: 0px;
    margin-top: 0px;
  }

  .testimonial-txt {
    padding: 0;
    font-size: 25px;
    margin-top: 5px;
    margin-bottom: 0px;
  }

  .testimonial-txt1 {
    font-size: 12px;
    padding: 0;
    margin: 5px 0;
  }

  .testimonial-txt2 {
    font-size: 13px;
    padding: 0;
  }

  .ppl-text {
    margin-bottom: 0px;
  }

  .ppl1 img {
    /* margin-left: 100px; */
  }

  .ppl2 img {
    /* margin-left: 100px; */
  }

  .ppl1 {
    /* margin-bottom: 15px; */
    /* margin-top: 15px; */
  }

  .ppl2 {
    /* margin-bottom: 15px; */
    /* margin-top: 15px; */
  }

  .ppl1, .ppl2 {
    display: flex;
  }
}

@media (max-width: 768px) {
  #testimonial {
    /* max-height: 620px; */
  }

  .testimonial-img img {
    display: none;
  }

  .ppl-text {
    margin-bottom: 35px;
  }

  .box-text {
    max-width: 740px;
    text-align: center;
    margin: 0 auto;
  }

  .testimonial-txt {
    font-size: 40px;
    margin-top: 5px;
    margin-bottom: 0px;
  }

  .testimonial-txt1 {
    font-size: 14px;
    padding: 15px 40px;
    margin-bottom: 5px;
  }

  .testimonial-txt2 {
    font-size: 15px;
    padding: 0px 40px;
  }

  .ppl1 {
    /* margin-bottom: 20px; */
    /* margin-top: 15px; */
  }

  .ppl1 img {
    /* margin-left: 40%; */
  }

  .ppl2 img {
    /* margin-left: 40%; */
  }

  .ppl1, .ppl2 {
    display: flex;
  }
}

@media (max-width: 521px) {
  .testimonial-txt {
    font-size: 30px;
  }

  .ppl-text {
    margin-bottom: 25px;
  }
}

@media (max-width: 425px) {
  #testimonial {
    /* max-height: 600px; */
  }

  .box-text h1 {
    margin-bottom: 10px;
    margin-top: 10px;
  }

  .testimonial-txt {
    font-size: 27px;
  }

  .testimonial-txt1 {
    padding: 0;
    margin-bottom: 0px;
  }

  .testimonial-txt2 {
    padding: 0;
    font-size: 14px;
  }

  .ppl1 img {
    /* margin-left: 35%; */
  }

  .ppl2 img {
    /* margin-left: 35%; */
  }
}

@media (max-width: 320px) {
  #testimonial {
    /* max-height: 630px; */
  }

  .testimonial-txt {
    font-size: 20px;
  }

  .ppl1 img {
    /* margin-left: 20%; */
  }

  .ppl2 img {
    /* margin-left: 20%; */
  }
}

/* -----------media-layouts-------------------- */
.text-grey {
  color: grey;
}

.text-black {
  color: black;
  font-weight: 500;
}

.previous a {
  color: #193a9e;
  font-weight: 600;
  font-size: 15px;
}

.next a {
  color: #193a9e;
  font-weight: 600;
  font-size: 15px;
}

.media-kt-img-carolyn {
  width: 40%;
  margin-left: 50%;
}

@media (max-width: 991px) {
  .media-kt-img-carolyn {
    text-align: center;
    margin-left: 0;
  }

  .center-under991 {
    text-align: center;
  }
}

.media-inquiry {
  height: auto;
  background: #193a9e;
  /* Old browsers */
  background: -moz-linear-gradient(left, #207cca 0%, #193a9e 100%) !Important;
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #207cca 0%, #193a9e 100%) !Important;
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #207cca 0%, #193a9e 100%) !Important;
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#207cca', endColorstr='#193a9e', GradientType=1) !Important;
  /* IE6-9 */
}

.media-release {
  text-align: center;
}

.media-release-block {
  width: 600px;
  margin: 0 25%;
}

.author-category {
  margin: 0;
}

.media-s2 {
  margin: 50px 0;
  font-size: 35px;
  font-weight: 500;
}

.media-kit-title {
  font-size: 16px;
  font-weight: 600;
}

.values-media {
  padding-top: 25px;
  padding-bottom: 10px;
  -webkit-filter: saturate(1);
  filter: saturate(1);
}

.media-kit-s1-block {
  margin-top: 5%;
}

@media (max-width: 991px) {
  .media-kit-s1-block {
    text-align: center;
  }
}

.haw-resources {
  margin-bottom: 32px;
}

.haw-resources a {
  display: block;
}

.haw-resources img {
  min-height: 263px;
  width: auto;
}

.haw-resources.col-md-3, .haw-resources.col-md-6 {
  display: flex;
  justify-content: center;
}

.haw-gif-vid-icon {
  position: absolute;
  pointer-events: none;
  height: 75px;
  width: 75px;
  left: 33%;
  top: 33%;
  left: calc(50% - 37px);
  top: calc(50% - 37px);
}

@media (max-width: 1300px) {
  .haw-resources img {
    min-height: auto;
  }
}

@media (max-width: 991px) {
  .haw-resources img {
    height: 420px;
  }

  .haw-gif-vid-icon {
    left: calc(25%);
  }
}

.media-assets-subtitle {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 10px;
  text-transform: capitalize;
}

/* -----------------Single Page style -------------*/
.hearing-health-title-1 {
  margin-top: 160px;
  margin-bottom: 180px;
  max-width: 390px;
  margin-left: 20px;
}

.hearing-health-title-1.right {
  margin-left: auto;
  margin-right: 20px;
  text-align: right;
}

.hearing-health-title-1-tcs {
  margin-top: 180px;
  margin-bottom: 340px;
  max-width: 390px;
  margin-left: 20px;
  padding: 30px 0 50px 0;
  background-color: #193a9ec7;
  background-color: rgba(25, 58, 158, 0.78);
  text-align: center;
  border-radius: 20px;
}

.hearing-health-title-1-tcs h2 {
  color: white !important;
}

@media (min-width: 1300px) {
  .hearing-health-title-1, .hearing-health-title-1.right {
    margin-top: 320px;
    margin-bottom: 280px;
    max-width: 430px;
  }
}

@media (max-width: 768px) {
  .hearing-health-title-1, .hearing-health-title-1.right {
    margin-top: 180px;
    margin-bottom: 180px;
    max-width: 300px;
  }
}

@media (max-width: 700px) {
  .hearing-health-title-1, .hearing-health-title-1.right {
    padding: 10px 0;
    margin: 140px auto;
    background-color: #193a9ec7;
    background-color: rgba(25, 58, 158, 0.78);
    max-width: 280px;
    text-align: center;
    border-radius: 20px;
  }

  .hearing-health-title-1-tcs {
    padding: 10px 0;
    margin: 140px auto;
    background-color: #193a9ec7;
    background-color: rgba(25, 58, 158, 0.78);
    max-width: 280px;
    text-align: center;
    border-radius: 20px;
  }

  .hearing-health-title-1 h2 {
    color: white !important;
  }

  .cta2 {
    margin-bottom: 15px;
  }
}

.first-section {
  background: #193a9e;
  min-height: 300px;
}

.second-section {
  background: white;
  min-height: 340px;
}

.anchor {
  display: block;
  padding-top: 60px;
  margin-top: -60px;
}

@media(min-width: 1007px) {
  .anchor {
    padding-top: 110px;
    margin-top: -110px;
  }
}

.anchor-support {
  display: block;
  position: absolute;
  margin-top: -250px;
}

.anchor-media {
  display: block;
  padding-top: 200px;
  margin-top: -200px;
}

.anchor-list-item {
  margin: 5px auto;
  font-size: 22px;
  max-width: 890px;
}
.anchor-list-item :hover{

  color:#00BFFD !important;
}

.reference-toggle {
  cursor: pointer;
}
.reference-toggle:after {
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  content: "\f078";
}
.reference-toggle.collapsed:after {
  content: "\f054";
}

.btn-zip {
  background: #007991;
  background: -webkit-linear-gradient(to right, #00c1fd, #1de3ca);
  background: linear-gradient(to right, #00c1fd, #1de3ca);
  border: none;
  color: white;
  padding: 10px 15px;
  font-weight: bold;
  cursor: pointer;
  font-size: 15px;
  border-radius: 20px;
  height: 40px;
  width: 200px;
}

.text-block {
  font-size: 6rem;
  color: white;
  font-weight: 300;
  margin: 10% auto;
  width: 200px;
}

.text-block-sub {
  font-size: 6rem;
  color: #193a9e;
  font-weight: 300;
  margin: 14% auto;
  width: 200px;
}

.text-block-2 {
  font-size: 6rem;
  color: white;
  font-weight: 300;
  margin: 14% auto;
  width: 200px;
}

.text-block-2-us-uk {
  font-size: 5rem;
  color: white;
  font-weight: 300;
  margin: 14% auto;
  width: 300px;
}

.school-list {
  width: 65%;
  margin: 10% auto;
  font-size: 18px;
  color: white;
  line-height: 2;
}

.school-list-3 {
  width: 55%;
  margin: 10% auto;
  font-size: 18px;
  color: white;
  line-height: 2;
}

.school-list-3-us-uk {
  width: 55%;
  margin: 17% auto;
  font-size: 18px;
  color: white;
  line-height: 2;
}

.school-list-sub {
  color: #193a9e;
  line-height: 1.4;
  width: 65%;
  margin: 22% auto;
  font-size: 18px;
}

@media (min-width: 1300px) {
  .text-block {
    margin: 10% auto;
    width: 275px;
  }

  .text-block-sub {
    margin: 13% auto;
    width: 275px;
  }

  .school-list {
    width: 55%;
    margin: 11% auto;
  }

  .school-list-sub {
    width: 50%;
    margin: 15% auto;
  }

  .school-list-3 {
    width: 50%;
    margin: 15% auto;
  }

  .school-list-3-us-uk {
    width: 55%;
    margin: 17% auto;
  }

  .text-block-2 {
    margin: 16% auto;
    width: 290px;
  }

  .text-block-2-us-uk {
    margin: 14% auto;
    width: 300px;
  }
}

@media (max-width: 1024px) {
  .school-list {
    width: 370px;
    margin: 19% auto;
  }

  .school-list-sub {
    width: 100%;
    margin: 28% 20%;
  }

  .school-list-3 {
    width: 360px;
    margin: 19% auto;
  }

  .school-list-3-us-uk {
    width: 300px;
    margin: 22% auto;
  }

  .text-block {
    margin: 19% auto;
    width: 200px;
  }

  .text-block-sub {
    font-size: 6rem;
    margin: 25% auto;
    width: 200px;
  }

  .text-block-2 {
    margin: 23% auto;
    width: 200px;
  }

  .text-block-2-us-uk {
    margin: 16% auto;
  }
}

@media (max-width: 767px) {
  .school-list {
    width: 300px;
    margin: 10% auto;
  }

  .school-list-sub {
    width: 300px;
    margin: 10% auto;
  }

  .school-list-3 {
    width: 300px;
    margin: 8% auto;
  }

  .school-list-3-us-uk {
    width: 300px;
    margin: 8% auto;
  }

  .text-block {
    margin: 5% auto;
    width: 200px;
  }

  .text-block-sub {
    margin: 5% auto;
    width: 315px;
    text-align: center !important;
  }

  .text-block-2 {
    margin: 5% auto;
    width: 300px;
    text-align: center;
  }

  .text-block-2-us-uk {
    margin: 5% auto;
    width: 300px;
    text-align: center;
  }
}

@media (max-width: 320px) {
  .school-list {
    width: 300px;
    margin: 0 auto 15%;
  }

  .school-list-sub {
    width: 300px;
    margin: 15% auto 0;
  }

  .school-list-3 {
    width: 295px;
    margin: 0 auto 15%;
  }

  .text-block {
    margin: 15% auto;
    width: 300px;
    font-size: 4rem;
  }

  .text-block-sub {
    margin: 15% auto;
    width: 300px;
    font-size: 5rem;
    text-align: center;
  }

  .text-block-2 {
    margin: 15% auto;
    width: 300px;
    font-size: 4rem;
  }

  .text-block-2-us-uk {
    margin: 15% auto;
    width: 290px;
    font-size: 4rem;
  }
}

.school-list-maintext {
  font-weight: 500;
}

.school-list-maintext p {
  font-weight: normal;
  line-height: 1.1;
}


/* ------------------in the news page------------------------ */
.center-news {
  text-align: center;
  font-size: 35px;
  color: #193a9e;
  margin: 50px 0 0 0;
}

.values-news {
  margin-bottom: 0px;
  margin-top: 30px;
  min-height: 200px;
  margin-bottom: 30px;
}

.values-news {
  padding-top: 25px;
  padding-bottom: 10px;
}

.news-logo-title {
  margin-bottom: 5px;
}

.news-logo-title a {
  font-size: 16px;
  color: black;
  font-weight: 600;
}

.news-date {
  font-size: 12px;
  margin-bottom: 5px;
}

.values-news hr {
  margin-top: 5px;
  margin-bottom: 5px;
  border: 0;
  border-top: 1px solid #eeeeee;
}

.news-description {
  font-size: 13px;
  color: black;
  font-weight: 400;
}

@media(max-width: 991px) {
  .col-md-4 {
    float: left;
  }
}

/* -----------------------award-page ------------------------*/
.media-logo-text a {
  font-size: 20px;
  font-weight: 500;
}

.award-year {
  font-size: 35px;
  color: #193a9e;
}

.award-year-white {
  font-size: 35px;
  color: white;
}

.col-full {
  width: 100%;
  position: relative;
  min-height: 1px;
  float: left;
}

.center {
  text-align: center;
  font-size: 35px;
  color: #193a9e;
  margin: 50px 0 50px 0;
}

.award-title {
  font-weight: normal;
  margin: 0;
  display: inline-block;
}

.award-title-white {
  font-weight: normal;
  margin: 0;
  color: white !important;
  display: inline-block;
}

.award-title-white a {
  color: white !important;
}

.award-title a {
  color: black !important;
}

.award-blue-bcg {
  background: #193a9e;
  background: -webkit-linear-gradient(to right, #193a9e, #1c58db);
  background: linear-gradient(to right, #193a9e, #1c58db);
  height: auto;
}

.award-sec-2-img {
  display: block;
  margin-top: 5%;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.award-image-describ {
  margin: 2% 15%;
  color: white;
  text-align: center;
}

@media(max-width: 425px) {
  .award-sec-2-img {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .award-image-describ {
    margin: 0 3%;
  }
}

.award-describ-main {
  display: block;
  margin-top: 50px;
  margin-left: 100px;
  font-size: 20px;
  line-height: 2;
}

.story-image-describ {
  margin: 2% 8%;
  color: white;
  text-align: center;
  font-size: 11px;
}

@media (max-width: 991px) {
  .award-describ-main {
    display: block;
    margin: 0 0 10%;
    font-size: 16px;
  }

  .story-image-describ {
    margin: 4% 8%;
    font-size: 11px;
  }
}

@media(max-width: 425px) {
  .story-image-describ {
    margin: 4% 0;
    font-size: 13px;
  }
}

.award-third-section {
  margin-top: 55px;
}

.intro-white {
  color: white;
}

/* -------------------evidence page-------------------- */
.evidence-img-samll {
  margin: 50px 100px;
  width: 350px;
  height: auto;
}

.evidence-conclusion {
  font-size: 22px;
  margin: 10% 15% 0;
  text-align: center;
}

@media (max-width: 425px) {
  .evidence-conclusion {
    font-size: 22px;
    margin: 10% 0 0;
    text-align: center;
  }
}

.go-center {
  text-align: center;
}

.text-darkblue {
  color: #193a9e !important;
}

.evidence-textblock-1 {
  max-width: 890px;
  margin-left: auto;
  margin-right: auto;
}

/* ------------------newsletter page ----------------------*/
i.fab {
  display: inline-block;
  border-radius: 60px;
  box-shadow: 0px 0px 2px #193a9e;
  background-color: #193a9e;
  padding: 5px 6px;
}

i.fab.fa-youtube {
  padding: 6px 6px;
}

.fa-youtube:before {
  font-size: 25px;
}

.fa-facebook-f:before {
  font-size: 25px;
  margin: 0 7px;
}

.fa-twitter:before {
  font-size: 24px;
  margin: 0px 2px;
}

.fa-instagram:before {
  margin: 0 3px;
}

.fa-linkedin-in:before {
  font-size: 24px;
  margin: 0 2px;
}

/* #mce-EMAIL.email {
  color: #193a9e;
} */

.col {
  display: inline;
}

.fab {
  color: white;
  font-size: 2em;
}

.fab:hover {
  color: #00c1fd;
}

.col p {
  font-size: 15px;
  color: #fff;
  display: inline;
  vertical-align: super;
}

.socialLink-1 {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.socialLink-1 i {
  margin: 6px;
}

.newsletter-blue .button {
  font-size: 15px;
  text-align: center;
  border: none;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  letter-spacing: .03em;
  color: #fff;
  background-color: #193a9e;
  box-sizing: border-box;
  height: 40px;
  width: 250px;
  display: inline-block;
  margin: 0;
  transition: all 0.23s ease-in-out 0s;
}

.newsletter-blue .button:hover {
  font-weight: bold;
  color: #193a9e;
  background-color: #fff;
  cursor: pointer;
}

.or {
  margin: 0 20px;
  color: aliceblue;
}

@media (max-width: 991px) {
  .col {
    display: contents;
    margin-right: 10px;
  }

  .col p {
    display: none;
  }

  .or {
    display: none;
  }
}

@media (max-width: 669px) {
  .socialLink-1 {
    display: block;
  }

  .col {
    display: contents;
    margin-right: 10px;
  }

  .col p {
    display: block;
  }

  .or {
    display: block;
    margin-bottom: 10px;
  }
}

/* ----------------hearing-loss page ------------------*/

.cursorPointer {
  cursor: pointer;
}

.detecting-title-block {
  margin-top: 160px;
  margin-bottom: 180px;
  width: 430px;
  margin-left: 20px;
}

.detecting-title-block h2 {
  font-size: 48px;
}

@media (min-width: 1300px) {
  .detecting-title-block {
    margin-top: 320px;
    margin-bottom: 280px;
    width: 430px;
  }
}

@media (max-width: 700px) {
  .detecting-title-block {
    max-width: 260px;
    padding: 10px 0;
    margin: 140px auto;
    background-color: #193a9ec7;
    background-color: rgba(25, 58, 158, 0.78);
    text-align: center;
    border-radius: 20px;
  }

  .detecting-title-block h2 {
    font-size: 35px !important;
  }
}

@media (max-width: 768px) {
  .detecting-title-block h2 {
    font-size: 40px;
  }
}

.detecting-sub-title {
  font-size: 35px;
  margin-bottom: 50px;
}

@media (max-width: 425px) {
  .detecting-sub-title {
    font-size: 30px;
  }
}

.detecting-img-1 {
  margin: 20px 0;
  width: 450px;
  height: auto;
}

.detecting-img-3 {
  margin: 10px 0;
  width: 450px;
  height: auto;
}

.detecting-img-4 {
  margin: 10px 0;
  width: 90%;
  height: auto;
}

.detecting-img-2 {
  width: 450px;
  height: auto;
}

.detecting-img-6 {
  width: 450px;
  height: auto;
  margin: 60px 0;
}

@media (max-width: 991px) {
  .detecting-img-3 {
    margin-bottom: 50px;
  }

  .detecting-img-6 {
    margin: 0;
  }
}

.detecting-s1-block {
  font-size: 15px;
}

.detecting-list {
  font-size: 15px;
}

.detecting-last-list {
  font-size: 15px;
  margin-top: 20px;
  margin-left: 2%;
}

.hearing-loss-title {
  margin-top: 140px;
  margin-bottom: 180px;
  margin-left: 20px;
  width: 430px;
}

.darkblue-section {
  background-color: #193a9e;
}

.hearing-loss-sub-title {
  font-size: 35px;
  margin-bottom: 50px;
}

.hearing-loss-subtitle-sub {
  font-size: 22px !important;
  margin-bottom: 16px;
}

.tcs-last-p {
  font-size: 18px;
}

@media (max-width: 425px) {
  .hearing-loss-sub-title {
    font-size: 28px;
  }

  .hearing-loss-subtitle-sub {
    font-size: 18px !important;
  }
}

.faq-sub-title {
  font-size: 35px;
  margin-bottom: 20px;
}

.hearing-loss-textblock-1 {
  max-width: 890px;
  margin-left: auto;
  margin-right: auto;
  font-size: 15px;
}

@media(max-width: 945px) {
  .hearing-loss-textblock-1 {
    margin-left: 2rem;
    margin-right: 2rem;
  }
}

.hearing-loss-textblock-li {
  max-width: 890px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}

.hl-content {
  font-size: 15px;
}

.text-mediumblue {
  color: #00c1fd;
}

.first-block {
  margin-top: 50px;
}

.first-block-padded {
  padding-top: 50px;
}

.first-block-media {
  margin-top: 100px;
}

.last-block {
  margin-bottom: 50px;
}

.last-block-padded {
  padding-bottom: 50px;
}

.last-block-support {
  margin-bottom: 65px;
}

.last-block-media {
  margin-bottom: 90px;
}

.hearing-loss-textblock-li-1 {
  max-width: 890px;
  margin-left: auto;
  margin-right: auto;
  line-height: 2;
}

.ear-img {
  margin-bottom: 50px;
  width: 350px;
  height: auto;
}

.ear-img-nomb {
  width: 350px;
  height: auto;
}

@media (max-width: 425px) {
  .ear-img-nomb {
    margin-bottom: 50px;
  }
}

.ear-list-title {
  text-align: center;
  margin-top: 60px;
  font-size: 24px;
}

.ear-list-block {
  margin-top: 7%;
  margin-left: 25%;
  line-height: 2;
  font-size: 15px;
}

@media (max-width: 768px) {
  .ear-list-block {
    margin: 50px 20%;
  }
}

@media (max-width: 425px) {
  .ear-list-block {
    margin: 50px 10%;
  }
}

.ear-textblock-2 {
  max-width: 890px;
  margin-left: auto;
  margin-right: auto;
  font-size: 12px;
}

@media (max-width: 768px) {
  .hearing-loss-title {
    width: 330px;
  }
}



/* -----------hearing-loss-signs-in-adult and children------------ */

.hearing-loss-title-adult {
  margin-top: 180px;
  margin-bottom: 180px;
  width: 350px;
  margin-left: 20px;
}

@media (min-width: 1300px) {
  .hearing-loss-title-adult {
    margin-top: 300px;
    margin-bottom: 300px;
    width: 350px;
    margin-left: 20px;
  }
}

@media (max-width: 1024px) {
  .how-to-vid {
    margin: auto 0;
  }
}

@media (max-width: 991px) {
  .how-to-vid {
    height: 400px;
    margin: auto 0;
  }
}


@media (max-width: 700px) {
  .hearing-loss-title-adult {
    padding: 10px 0;
    margin: 140px auto;
    background-color: #193a9ec7;
    background-color: rgba(25, 58, 158, 0.78);
    max-width: 250px;
    text-align: center;
    border-radius: 20px;
  }
}

.adult-list-title {
  text-align: center;
  margin-top: 50px;
  font-size: 20px;
}

.adult-list {
  font-size: 15px;
}

.btn-zip-adult {
  background: #007991;
  background: -webkit-linear-gradient(to right, #00c1fd, #1de3ca);
  background: linear-gradient(to right, #00c1fd, #1de3ca);
  border: none;
  color: white;
  padding: 10px 15px;
  font-weight: bold;
  cursor: pointer;
  font-size: 15px;
  border-radius: 20px;
  height: 40px;
  width: 400px;
}

#btn-wrapper {
  border: 1px solid rgba(0, 0, 0, 0);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 50px;
  margin-bottom: 50px;
}

.adult-textblock-2 {
  width: 695px;
  margin-left: auto;
  margin-right: auto;
  font-size: 12px;
}

.text-transparent {
  color: rgba(255, 255, 255, 0) !important;
}

.hl-children-title {
  margin-top: 50px;
  margin-bottom: 50px;
  font-size: 35px;
}

@media (max-width: 425px) {
  .hl-children-title {
    font-size: 30px;
  }
}

.children-list-block-1 {
  margin-left: 100px;
  font-size: 15px;
}

.children-list-block-2 {
  margin-top: 10px;
  margin-left: 100px;
  font-size: 15px;
  line-height: 2;
}

@media (max-width: 991px) {
  .children-list-block-1 {
    margin-left: 0px;
    margin-top: 50px;
  }

  .children-list-block-2 {
    margin: 0 25%;
  }
}

@media (max-width: 425px) {
  .children-list-block-2 {
    margin: 0 5%;
  }
}



.btn-zip-children-1 {
  background: #007991;
  background: -webkit-linear-gradient(to right, #00c1fd, #1de3ca);
  background: linear-gradient(to right, #00c1fd, #1de3ca);
  border: none;
  color: white;
  cursor: pointer;
  padding: 10px 15px;
  font-weight: bold;
  cursor: pointer;
  font-size: 15px;
  border-radius: 20px;
  height: 40px;
  width: 280px;
}

.btn-zip-children-2 {
  background: #007991;
  background: -webkit-linear-gradient(to right, #00c1fd, #1de3ca);
  background: linear-gradient(to right, #00c1fd, #1de3ca);
  border: none;
  color: white;
  padding: 10px 15px;
  font-weight: bold;
  cursor: pointer;
  font-size: 15px;
  border-radius: 20px;
  height: 60px;
  width: 280px;
}

@media (max-width: 425px) {
  .btn-zip-adult {
    height: 60px;
    width: 250px;
  }

  .adult-textblock-2 {
    width: 80%;
  }

}

.glue-ear-img {
    margin: 20px auto;
    height: 240px;
    object-fit: cover;
}

.download-now-box {
    max-width: 690px;
    margin: auto;
    margin-bottom: 75px;
    background: #193a9e;
    border-radius: 20px;
    padding: 25px;
    padding-bottom: 50px;
    display: flex;
}

.download-now-box2 {
    max-width: 690px;
    margin: auto;
    background: #193a9ed9;
    border-radius: 20px;
    /* padding-bottom: 10px; */
    padding-bottom: 15px;
    padding-top: 10px;
    /* padding-right: 35px; */
    margin-top: 20px;
    display: flex;
    width: 90%;
    /* width: 75%; */
}

.cta5 {
    margin: 10px auto;
    height: 85px;
    width: 220px;
    font-size: 20px;
    line-height: 75px;
    border-radius: 50px;
    font-weight: bold;
    color: white;
    background: linear-gradient(to right, #00c1fd, #1de3ca);
    transition: all 0.23s ease-in-out 0s;
}

.cta5:hover {
  color: #193a9e;
}

.cta6 {
    margin: 10px auto;
    height: 70px;
    width: auto;
    font-size: 20px;
    line-height: 60px;
    border-radius: 50px;
    font-weight: bold;
    color: white;
    background: linear-gradient(to right, #00c1fd, #1de3ca);
    padding-left: 25px;
    padding-right: 25px;
}

.cta6:hover {
  color: #193a9e;
}

.cta-left-box {
  width: 33%;
  /* display: none; */
}

.download-now-cta {
    padding-top: 20px;
    /* right: -40px; */
    position: relative;
}

.download-now-cta2 {
    right: -20px;
    position: relative;
}

.download-text {
    font-size: larger;
    margin-right: -100px;
}

.download-animal {
    position: absolute;
    width: 180px;
    padding: 20px;
    transform: translate3D(-90px, -35px, 0px) scaleX(1);
}

.download-animal.smallCta {
    transform: translate3D(-70px, 0px, 0px) scale3D(1.2, 1.2, 1.2);
}

.download-animal.smallCta.reverse {
    transform: translate3D(-70px, 0px, 0px) scale3D(-1.2, 1.2, 1.2);
}

.download-animal.reverse {
    transform: translate3D(-90px, -35px, 0px) scaleX(-1);
}

.glue-ear-store-icons {
  margin: auto 10px;
}

.glue-ear-store-icons2 {
  margin: auto;
}

.glue-ear-store-icon-img {
  height: 64px;
  /* object-fit: cover; */
  max-width: none;
}

.glue-ear-store-icon-img2 {
  height: 45px;
  /* object-fit: cover; */
  max-width: none;
  padding: 6px;
}

.store-logo {
  background: linear-gradient(to right, rgb(0 193 253 / 66%), rgb(29 227 202 / 66%));
  margin-left: 5px;
  margin-right: 5px;
  border-radius: 25px;
  width: 50px;
  height: 50px;
}

.store-logo:hover {
  background: linear-gradient(to right, rgb(0 193 253), rgb(29 227 202))
}

.glue-ear-store-icon-img.ios {
  padding: 10px;
}

.glue-ear-store-icon-img2.ios {
  height: 42px;
  margin: 2px 0px 0px 0px;
}

.glue-ear-store-icon-img2.gps {
  padding: 9px 6px 6px 9px;
}

.glue-ear-store-icon-img2.ms {
  padding: 8px;
}

@media (max-width: 619px) {
  .download-animal {
    width: 25%;
    padding: 0px;
    transform: translate3D(-70px, -140px, 0px);
  }

  .download-animal.reverse {
    transform: translate3D(-70px, -140px, 0px) scaleX(-1);
  }
}

@media (max-width: 660px) {
  .download-now-cta {
      right: 0px;
      left: 0px;
  }
  .download-text {
      margin-right: auto;
  }
  .download-now-box {
      display: block;
  }
  .glue-ear-store-icons {
    margin: auto;
  }

  .download-animal {
      transform: translate3D(-70px, 70px, 0px);
  }
  .download-animal.reverse {
      transform: translate3D(-70px, 70px, 0px) scaleX(-1);
  }
}

@media (max-width: 991px) {
  .download-now-cta {
      right: 0px;
  }
    .download-now-cta2 {
      right: 0px;
  }

  .cta-left-box {
    display: none;
  }

  .download-animal.smallCta {
    display: none;
  }

  .download-now-box2 {
    justify-content: center;
    padding-right: 0px;
  }
}

@media (max-width: 485px) {
  .glue-ear-store-icons {
    display: block !important;
  }
  .download-animal {
    width: 33%;
    transform: translate3D(-60px, 100px, 0px);
  }
  .download-animal.reverse {
    transform: translate3D(-60px, 100px, 0px) scaleX(-1);
  }
}

.download-col {
  padding: 3rem;
}

/* ---------------sound scouts for children and adults---------- */
.btn-zip-children-3 {
  background: #007991;
  background: -webkit-linear-gradient(to right, #00c1fd, #1de3ca);
  background: linear-gradient(to right, #00c1fd, #1de3ca);
  border: none;
  color: white;
  padding: 10px 15px;
  font-weight: bold;
  cursor: pointer;
  font-size: 15px;
  border-radius: 20px;
  height: 40px;
  width: 215px;
}

@media (max-width: 700px) {
  .btn-zip-children-3 {
    margin-bottom: 20px;
  }
}

.ss-for-children-2 {
  margin: 100px 0px;
  width: 350px;
  height: auto;
}

.ss-children-subtitle {
  text-align: center;
  margin: 0 210px;
}

.ss-for-adult-title {
  margin-top: 160px;
  margin-bottom: 180px;
  max-width: 430px;
  margin-left: 20px;
}

@media (min-width: 1300px) {
  .ss-for-adult-title {
    margin-top: 320px;
    margin-bottom: 280px;
    max-width: 430px;
  }
}

@media (max-width: 768px) {
  .ss-for-adult-title {
    margin-top: 160px;
    margin-bottom: 180px;
    max-width: 300px;
  }
}

@media (max-width: 700px) {
  .ss-for-adult-title {
    padding: 10px;
    margin: 140px auto;
    background-color: #193a9ec7;
    background-color: rgba(25, 58, 158, 0.78);
    max-width: 290px;
    text-align: center;
    border-radius: 20px;
  }

  .ss-for-adult-title h2 {
    color: white !important;
  }
}

.parent-resources-title {
  margin-top: 200px;
  margin-bottom: 200px;
  max-width: 430px;
  margin-left: 20px;
}

@media (min-width: 1300px) {
  .parent-resources-title {
    margin-top: 320px;
    margin-bottom: 280px;
    max-width: 430px;
  }
}

@media (max-width: 768px) {
  .parent-resources-title {
    margin-top: 160px;
    margin-bottom: 180px;
    max-width: 300px;
  }
}

@media (max-width: 700px) {
  .parent-resources-title {
    padding: 10px;
    margin: 140px auto;
    background-color: #193a9ec7;
    background-color: rgba(25, 58, 158, 0.78);
    max-width: 290px;
    text-align: center;
    border-radius: 20px;
  }

  .parent-resources-title h2 {
    color: white !important;
  }
}

.pr-txt {
  font-size: 15px;
  margin-top: 15px;
}

.pr-last-txt {
  max-width: 890px;
  margin: 30px auto 20px;
  font-size: 20px;
}

.pr-subtitle {
  margin-bottom: 30px;
  font-size: 25px;
}

.pr-title {
  font-size: 35px;
  margin-bottom: 25px;
}

@media (max-width: 425px) {
  .pr-title {
    font-size: 28px;
  }
}

.ss-for-adult {
  margin-top: 180px;
  margin-bottom: 180px;
  width: 430px;
  margin-left: 20px;
}

@media (min-width: 1300px) {
  .ss-for-adult {
    margin-top: 320px;
    margin-bottom: 280px;
    width: 450px;
  }
}

@media (max-width: 768px) {
  .ss-for-adult {
    margin-top: 160px;
    margin-bottom: 180px;
    max-width: 300px;
  }
}

@media (max-width: 700px) {
  .ss-for-adult {
    padding: 10px 0;
    margin: 140px auto;
    background-color: #193a9ec7;
    background-color: rgba(25, 58, 158, 0.78);
    max-width: 275px;
    text-align: center;
    border-radius: 20px;
  }

  .ss-for-adult h2 {
    color: white !important;
    font-size: 35px;
  }
}

.font-for-step {
  font-size: 17px;
}

.ss-for-adult-sub-title {
  font-size: 35px;
  margin-bottom: 50px;
}

.ss-adult-sub-title-2 {
  text-align: center;
  margin: 0 130px 50px;
  font-size: 18px;
}

.adults-list-block-1 {
  margin-left: 100px;
  margin-top: 20px;
}

.adults-list-block-2 {
  margin-left: 100px;
}

.ss-for-adult-img-1 {
  margin: 50px 0;
  width: 450px;
  height: auto;
}

@media (max-width: 1024px) {
  .adults-list-block-1 {
    margin-left: 100px;
    margin-top: 0px;
  }
}

@media (max-width: 991px) {
  .ss-for-adult-img-1 {
    margin-top: 0;
    margin-bottom: 50px;
    width: 350px;
    height: auto;
  }
}

@media (max-width: 768px) {
  .adults-list-block-1 {
    margin-left: 0px;
    /* margin-top: 50px; */
  }

  .adults-list-block-2 {
    margin-left: 0px;
  }

  .ss-adult-sub-title-2 {
    text-align: center;
    margin: 0 80px 50px;
    font-size: 15px;
  }
}

@media (max-width: 425px) {
  .ss-adult-sub-title-2 {
    margin: 0 0 50px;
  }
}

/* -----------sound scouts at school------------ */
.btn-zip-children-4 {
  background: #007991;
  background: -webkit-linear-gradient(to right, #00c1fd, #1de3ca);
  background: linear-gradient(to right, #00c1fd, #1de3ca);
  border: none;
  color: white;
  padding: 10px 15px;
  font-weight: bold;
  cursor: pointer;
  font-size: 15px;
  border-radius: 20px;
  height: 60px;
  width: 300px;
}

.school-video {
  height: 315px;
  width: 100%;
}

.ss-at-school-block-1 {
  margin-left: 100px;
  margin-top: 60px;
  font-size: 15px;
}

.ss-at-school-block-2 {
  margin-left: 100px;
  font-size: 15px;
}

.ss-at-school-block-3 {
  margin-left: 100px;
  font-size: 15px;
}

.ss-at-school-img-1 {
  width: 450px;
  height: auto;
}

@media (max-width: 991px) {
  .ss-at-school-block-1 {
    margin-left: 0px;
    margin-top: 50px;
  }

  .ss-at-school-block-2 {
    margin-left: 0px;
    margin-top: 0px;
  }

  .ss-at-school-block-3 {
    margin-left: 0px;
    margin-bottom: 50px;
  }
}

.document-thumbnail-1 {
  max-width: 160px;
}

.document-thumbnail-2 {
  max-width: 180px;
}

.document-thumbnail-3 {
  max-width: 180px;
}

.border-white {
  border: 4px solid white;
}

.border-blue {
  border: 4px solid #193a9e;
}

.campaign-resource-container {
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 1300px) {
  .campaign-resource-container {
    padding-left: 50px;
    padding-right: 50px;
  }

  .document-thumbnail-3 {
    max-width: 230px;
  }
}

@media (min-width: 1700px) {
  .campaign-resource-container {
    padding-left: 130px;
    padding-right: 130px;
  }

  .document-thumbnail-3 {
    max-width: 280px;
  }
}

.document-label-1 {
  font-size: 20px;
  color: black;
  font-weight: 500;
  margin-bottom: 4px;
}

.doc-link-icon-1 {
  margin-left: 8px;
}

.white {
  color: white !important;
}

.flex-div {
  display: flex;
}

.flex-wrap-center {
  justify-content: center;
  flex-wrap: wrap;
}

.flex-center {
  flex-direction: column;
  align-items: center;
}

.flex-center-child {
  margin-left: auto;
  margin-right: auto;
}

.img-subtext{
  font-style: italic;
  max-width: 890px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.doc-link-light {
  color: #80dfff;
}

.resource-video {
  height: 320px;
  display: flex;
  justify-content: center;
}

a.resources-video {
  height: 256px;
  width: 256px;
  position: absolute;
}

iframe.resources-video {
  height: 256px;
  width: 256px;
  position: absolute;
}

/* -----------------clinical portal -------------------- */
.btn-zip-clinical-1 {
  background: #007991;
  background: -webkit-linear-gradient(to right, #00c1fd, #1de3ca);
  background: linear-gradient(to right, #00c1fd, #1de3ca);
  margin-top: 10px;
  border: none;
  color: white;
  padding: 10px 15px;
  font-weight: bold;
  cursor: pointer;
  font-size: 15px;
  border-radius: 20px;
  height: 40px;
  width: 215px;
}

@media (max-width: 700px) {
  .btn-zip-clinical-1 {
    margin-bottom: 20px
  }
}

.square-container {
  flex-wrap: wrap;
}

.clinical-subtitle {
  color: #193a9e;
  font-size: 30px;
}

.row-clinical-btn {
  margin: 20px 0;
}

.clinical-email {
  color: #193a9e;
  font-size: 20px;
  margin-top: 30px;
  font-weight: 500;
}

.clinical-btn {
  width: 40px;
  height: 36px;
  border: 3px solid #193a9e;
  background: #193a9e;
  text-align: center;
  color: #fff;
  border-radius: 5px 0 0 5px;
  cursor: pointer;
}

.clinical-btn-input {
  border: 3px solid #193a9e;
  border-radius: 0 5px 5px 0;
}

.fa-envelope:before {
  content: "\f0e0";
  color: white;
  font-size: 25px;
}

.search-1 {
  width: 100%;
  position: relative;
  display: flex;
  justify-content: center;
}

.clinical-logo {
  font-size: 60px;
  color: #193a9e;
  margin-top: 20px;
}

.clinical-block {
  margin-left: 100px;
  margin-top: 10px;
  font-size: 15px;
}

.clinical-text-block {
  margin: 20px 0 0 0;
  font-weight: 600;
}

.clinical-text-block-sub {
  margin-bottom: 50px;
}

@media (max-width: 425px) {
  .clinical-text-block-sub {
    display: none;
  }

  .clinical-text-block {
    margin: 20px 0 50px;
    ;
    font-weight: 600;
  }
}

.clinical-s2-title {
  margin: 20px auto;
  font-size: 30px;
  color: white;
  text-align: center;
}

.clinical-s2-textblock {
  margin-left: 100px;
}

.clinical-s2-textblock-1 {
  margin-left: 100px;
  font-size: 15px;
}

.clinical-last-block {
  margin: 20px 100px;
  font-size: 15px;
}

.clinical-video {
  margin-top: 20px;
  height: 310px;
  width: 100%;
}

.clinical-img-2 {
  width: 450px;
  height: auto;
}

@media (max-width: 991px) {
  .clinical-s2-textblock {
    margin-left: 0px;
  }

  .clinical-s2-textblock-1 {
    margin-left: 0px;
  }

  .clinical-block {
    margin-left: 0px;
  }

  .clinical-last-block {
    margin: 20px 0px;
  }
}

/* ----------out story and testimonial-page--------------- */
.font-for-story {
  font-size: 20px;
}

.our-story-title {
  margin-top: 220px;
  margin-bottom: 220px;
  width: 350px;
  margin-left: 20px;
}

@media (min-width: 1300px) {
  .our-story-title {
    margin-top: 340px;
    margin-bottom: 340px;
    width: 350px;
    margin-left: 20px;
  }
}

@media (max-width: 700px) {
  .our-story-title {
    padding: 10px 0;
    margin: 120px auto;
    background-color: #193a9ec7;
    background-color: rgba(25, 58, 158, 0.78);
    max-width: 250px;
    text-align: center;
    border-radius: 20px;
  }

  .our-story-title h2 {
    color: white !important;
  }
}

.darkblue-section-testimonial {
  background-color: #193a9e;
  height: auto;
}

.testimonialpage-img {
  margin-top: 5px;
  max-width: 100%;
  max-height: 100%;
  height: auto;
  width: auto;
}

.light-shadow {
  box-shadow: 0 4px 8px 0 rgba(212, 211, 211, 0.2), 0 6px 20px 0 rgba(211, 211, 211, 0.19);
}

.dark-shadow {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

/* ------------------support page--------------- */
.support-title {
  margin-top: 220px;
  margin-bottom: 220px;
  margin-left: 20px;
}

@media (min-width: 1300px) {
  .support-title {
    margin-top: 350px;
    margin-bottom: 350px;
    margin-left: 20px;
  }
}

@media (max-width: 700px) {
  .support-title {
    padding: 10px 0;
    margin: 140px auto;
    background-color: #193a9ec7;
    background-color: rgba(25, 58, 158, 0.78);
    max-width: 250px;
    text-align: center;
    border-radius: 20px;
  }

  .support-title h2 {
    color: white !important;
  }
}

.fa-angle-right {
  margin-left: 10px;
}

.fa-angle-down {
  margin-left: 10px;
}

.support-textblock-1 {
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}

.content-support {
  font-size: 15px;
}

@media (max-width: 500px) {
  .content-support {
    font-size: 13px;
  }
}

.support-textblock-2 {
  max-width: 475px;
  margin-left: auto;
  margin-right: auto;
}

.support-textblock-3 {
  text-align: center;
}

.square-container-sub {
  text-align: center;
}

.support-valued-description {
  margin-top: 20px;
  font-weight: 400;
  font-size: 20px;
}

.circle-support {
  display: inline-block;
  border-radius: 60px;
  box-shadow: 0px 0px 2px #193a9e;
  border: 2px solid #193a9e;
  background-color: white;
  padding: 17px 16px;
}

.col-md-12-support {
  width: 100%;
  position: relative;
  height: 40px;
  padding-right: 15px;
  padding-left: 15px;
  margin-top: 50px;
  margin-bottom: 80px;
}

.search {
  width: 100%;
  position: relative;
  display: flex;
  float: right;
}

.searchTerm {
  width: 100%;
  border: 5px solid #193a9e;
  border-right: none;
  padding: 5px;
  height: 36px;
  border-radius: 5px 0 0 5px;
  outline: none;
  color: #9DBFAF;
}

.searchTerm:focus {
  color: #193a9e;
}

.searchButton {
  width: 40px;
  height: 36px;
  border: 1px solid #193a9e;
  background: #193a9e;
  text-align: center;
  color: #fff;
  border-radius: 0 5px 5px 0;
  cursor: pointer;
  font-size: 20px;
}

.wrap {
  width: 20%;
  float: right;
}

.fa-book-open:before {
  content: "\f518";
  font-size: 50px;
  color: #193a9e;
}

.fa-chart-bar:before {
  content: "\f080";
  font-size: 50px;
  color: #193a9e;
}

.fa-question:before {
  content: "\f128";
  font-size: 50px;
  padding: 0 8px;
  color: #193a9e;
}

.fa-headphones:before {
  content: "\f025";
  font-size: 50px;
  color: #193a9e;
}

.case-study-tag {
  color: #00c1fd;
  margin-top: 20px;
  font-weight: bold;
}

.case-study-title {
  font-size: 35px;
  color: black;
  font-weight: 500;
}

.textimomial-list {
  font-size: 15px;
}

.text-italic {
  font-style: italic;
}

@media (max-width: 1024px) {
  .textimomial-list {
    font-size: 13px;
  }
}

.testimonial-name {
  font-size: 15px;
  color: white;
  font-weight: 600;
}

.testimonial-name-blue {
  font-size: 15px;
  color: #193a9e;
  font-weight: 600;
}

.audlt-list-last {
  margin: 16% 0 5%;
}

.testimonial-text-block-2 {
  margin-top: 10%;
}

.testimonial-text-block-1 {
  margin-top: 10%;
}

.testimonial-text-block {
  margin-top: 5%;
}

@media (max-width: 991px) {
  .testimonial-text-block-1 {
    margin-top: 0;
  }

  .testimonial-text-block {
    margin-top: 0;
    margin-bottom: 50px;
  }
}



.with-mb {
  margin-bottom: 20px;
}

.ear-img-school {
  width: 350px;
  height: auto;
}

@media (max-width: 991px) {
  .ear-img-school {
    margin-bottom: 50px;
  }
}

.school-award-1 {
  max-width: 380px;
  margin: 30px 10px;
}

.ss-award-1 {
  max-width: 300px;
  margin: 28px 85px;
}

.school-award-txt {
  margin: 55px 20px;
  font-size: 16px;
  font-style: italic;
  font-weight: 500;
}

.ss-award-txt {
  margin: 50px 30px;
  font-size: 15px;
  font-weight: 500;
}

@media (max-width: 1300px) {
  .school-award-1 {
    max-width: 300px;
    margin: 30px 10px 30px 0;
  }

  .ss-award-1 {
    max-width: 300px;
    margin: 20px 10px 20px 0;
  }

  .school-award-txt {
    margin: 35px 0px 35px 10px;
  }

  .ss-award-txt {
    margin: 40px 0px 35px 10px;
    font-size: 15px;
  }
}

@media (max-width: 991px) {
  .school-award-1 {
    max-width: 250px;
    margin: 0px;
  }

  .ss-award-1 {
    max-width: 250px;
    margin: 0;
  }

  .school-award-txt {
    margin: 30px 0px 30px 30px;
  }

  .ss-award-txt {
    margin: 30px 0px 30px 30px;
  }
}

@media (max-width: 768px) {
  .school-award-1 {
    max-width: 350px;
    margin: 30px 0px 0px;
  }

  .ss-award-1 {
    max-width: 350px;
    margin: 30px 0px 0px;
  }

  .school-award-txt {
    margin: 30px 0px 30px;
  }

  .ss-award-txt {
    margin: 30px 0px 30px;
  }

  .col-md-4-school {
    float: none;
  }

  .col-under-767 {
    text-align: center;
  }
}

@media (max-width: 424px) {
  .school-award-1 {
    max-width: 250px;
    margin: 30px 0px 0px;
  }

  .ss-award-1 {
    max-width: 250px;
    margin: 30px 0px 0px;
  }

  .school-award-txt {
    margin: 10px 0px 30px;
  }

  .ss-award-txt {
    margin: 10px 0px 30px;
  }
}

/* gov popup */
.popup {
  position: fixed;
  width: 460px;
  z-index: 1;
  display: none;
}

.gov-logo {
  float: left;
  width: 100%;
}

.gov-logo::after {
  content: "";
  clear: both;
  display: table;
}

.gov-logo img {
  width: 170px;
  height: auto;
  margin-top: 28px;
  margin-left: 33px;
  display: inline-block;
}

.cookiePopupFrame {
  margin: 20px 20px;
}

.popup-txt {
  margin-top: 35px;
  margin-left: 33px;
  margin-right: 33px;
  font-size: 16px;
}

.popup-inner {
  width: 480px;
  height: 180px;
  background: #FFFFFF;
  border-radius: 4px;
  box-shadow: rgba(0, 0, 0, .16) 0px 3px 10px;
  position: fixed;
  bottom: 50px;
  left: 45px;
}

.popup-inner-cookie {
  width: 480px;
  height: 275px;
  background: #FFFFFF;
  border-radius: 4px;
  box-shadow: rgba(0, 0, 0, .16) 0px 3px 10px;
  position: fixed;
  bottom: 50px;
  left: 45px;
}

.popupCloseButton {
  width: 24px;
  height: 24px;
  padding-top: 5px;
  display: inline-block;
  position: absolute;
  top: 2px;
  right: 2px;
  transition: ease 0.25s all;
  -webkit-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
  border-radius: 1000px;
  background: rgba(0, 0, 0, 0.6);
  font-family: 'Raleway', Sans-Serif;
  font-size: 15px;
  text-align: center;
  line-height: 100%;
  color: #fff;
}

.popupCloseButton:hover {
  -webkit-transform: translate(50%, -50%) rotate(180deg);
  transform: translate(50%, -50%) rotate(180deg);
  background: rgba(0, 0, 0, 3);
  text-decoration: none;
}

.cookie-btn-frame {
  float: right;
  margin: 20px 0px 0px 0px;
}

.cookie-btn {
  margin-right: 10px;
  height: 40px;
  width: 115px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 20px;
  font-weight: bold;
  color: white;
  background: #193a9e;
  border-style: none;
}

.cookie-txt {
  font-size: 1.1em;
  font-weight: 600;
}

@media screen and (max-width: 570px) {
  .popup-inner {
    width: 280px;
    height: 150px;
    left: 20px;
  }

  .popup-inner-cookie {
    width: 280px;
    height: 390px;
    left: 20px;
  }

  .gov-logo img {
    width: 100px;
    height: auto;
    margin-top: 35px;
    margin-left: 15px;
    display: inline-block;
  }

  .popup-txt {
    margin-top: 16px;
    margin-left: 16px;
    font-size: 13px;
  }

  .cookie-btn-frame {
    float: none;
  }

  .cookie-btn {
    margin-right: 0px;
  }
}

.main-split-logo {
  padding: 0;
}

@media (min-width: 1008px) {
  .mobile-logo{
    display: none;
  }

}

@media (max-width: 1007px) {
  .split-logo.main {
    display: none;
  }
}

#return-to-top {
  position: fixed;
  z-index: 1005;
  bottom: 20px;
  right: 20px;
  background: #193a9e;
  width: 40px;
  height: 40px;
  display: block;
  text-decoration: none;
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  border-radius: 35px;
  display: none;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#return-to-top i {
  color: #fff;
  margin: 0;
  position: relative;
  left: 13px;
  top: 10px;
  font-size: 16px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#return-to-top:hover i {
  color: #fff;
  top: 5px;
}

.modal-title {
  text-align: center;
  font-weight: 700;
}

.modal-content {
  margin-top: 65px;
}

.value-description {
  font: 15px !important;
  color: #999999;
  margin-bottom: 20px;
}

/* ---------------------------------------APD------------------------------------ */
.apd-test-button {
  border-radius: 25px;
  box-shadow: 0px 1px 10px #ddd;
  padding: 20px;
  height:320px;
  margin: 13px auto;
}

/* -------client----------- */
.award-logo.flex {
  display: flex;
  justify-content: center;
  align-items: center;
}

.award-logo {
  height: 90px;
  border-radius: 4px;
  filter: saturate(0);
}

.award-logo:hover {
  filter: saturate(100%);
}

@media (max-width: 992px) {
  .award-logo {
    filter: saturate(100%);
  }
}

/* ----------------------sitemap-------------------------- */
.sitemap-list {
  margin-bottom: 20px;
}

.sitemap-list-sub {
  margin-top: 5px;
}

/* ----------------------external-------------------------- */

/* ----------------------universal-------------------------- */
html {
  scroll-behavior: smooth;
}

.banner-scroll-button {
  position: relative;
  bottom: 100px;
  width: 140px;
  height: 40px;
  margin: auto;
  display: flex;
  cursor: pointer;
  border-radius: 15px;
  background: #193a9e91;
  transition: transform .2s;
}

.banner-scroll-button:hover {
  transform: scale(1.1);
}

.banner-scroll-chevron {
  margin: auto;
  color: white;
  font-size: 35px;
}

.ifu-table-container {
    margin: 40px 0;
}

.ifu-table {
    width: 100%;
    margin: 0 auto;
}

.ifu-table th,
.ifu-table td {
    padding: 15px;
    text-align: center;
    vertical-align: middle;
}

.ifu-table thead {
    background-color: #f8f9fa;
}

.ifu-table th {
    font-weight: 600;
}

.ifu-table tbody tr:hover {
    background-color: #f8f9fa;
}

.ifu-table .btn {
    margin: 0;
    white-space: nowrap;
}

// Add this at the end of the file
.table-responsive {
    overflow-x: auto;
}

.table {
    margin-bottom: 1rem;
    background-color: transparent;
}

.table th,
.table td {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
    text-align: center;
    vertical-align: middle;
}

.table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6;
    background-color: #f8f9fa;
    font-weight: 600;
    color: #193a9e;
}

.table-bordered {
    border: 1px solid #dee2e6;
}

.table-bordered th,
.table-bordered td {
    border: 1px solid #dee2e6;
}

+ .mb-4 {
+   margin-bottom: 2rem;
+ }

.audiometer-specs-table th,
.audiometer-specs-table td {
    padding: 0.75rem;
    vertical-align: middle;
    border-top: 1px solid #dee2e6;
    text-align: center;
}

.audiometer-specs-table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6;
    background-color: #f8f9fa;
    font-weight: 600;
}

.audiometer-specs-table.table-bordered {
    border: 1px solid #dee2e6;
}

.audiometer-specs-table.table-bordered th,
.audiometer-specs-table.table-bordered td {
    border: 1px solid #dee2e6;
}

+ .audiometer-specs-table tbody th {
+     background-color: #f8f9fa;
+     text-align: left;
+     padding-left: 1.5rem;
+     width: 25%;
+ }

+ .audiometer-specs-table td {
+     text-align: left;
+     padding-left: 1.5rem;
+ }

+ .list-unstyled {
+     list-style: none;
+     padding-left: 0;
+     margin-bottom: 0;
+ }

+ .mb-0 {
+     margin-bottom: 0;
+ }