/*to check access studies page css */

@font-face {
  font-family: 'Roboto-Bold';
  font-display: swap;
  src: url('/content/dam/open-digital/airq-hcp/en/fonts/Roboto-Bold.ttf');
}

@font-face {
  font-family:'Roboto-Light';
  font-display:swap;
  src:url('/content/dam/open-digital/airq-hcp/en/fonts/Roboto-Light.ttf');
}

@font-face {
  font-family:'Roboto-LightItalic';
  font-display:swap;
  src:url('/content/dam/open-digital/airq-hcp/en/fonts/Roboto-LightItalic.ttf');
}

@font-face {
  font-family:'Roboto-Medium';
  font-display:swap;
  src:url('/content/dam/open-digital/airq-hcp/en/fonts/Roboto-Medium.ttf');
}

@font-face {
  font-family:'Roboto-Regular';
  font-display:swap;
  src:url('/content/dam/open-digital/airq-hcp/en/fonts/Roboto-Regular.ttf');
}

.studies-section {
  background: #3C3D4F;
}

.interested-section {
  background: #E2E2E233;
}

.get-started-section {
  background: #3C3D4F;
}

.studies-col .row {
  display: flex;
  align-items: center;
}

.existing-col .row,
.sensitivity-col .row,.validated-col .row,
.get-started-col .row,.interested-col .row {
  display: flex;
  align-items: center;
}

.existing-col,
.sensitivity-col {
  margin-top: 40px;
  padding-top: 30px;
  border-top: 1.5px solid #DBDBDB;
}

.get-started-col,.interested-col {
  margin-top: 40px;
  margin-bottom: 40px;
}

.sec-heading {
  font-family: 'Roboto-Bold';
  font-size: 15px;
  line-height: 24px;
  color: #FEA82E;
}

.studies-div .reading-desc {
  font-family: 'Roboto-Light';
  font-size: 26px;
  line-height: 30px;
  color: #FFFFFF;
}

.validated-head-mobile {
  display: none;
}

.validated-desc {
  font-family: 'Roboto-Light';
  font-size: 17px;
  line-height: 28px;
  color: #3B3B3B;
  margin-top: 20px;
}

.validated-desc-li {
  font-family: 'Roboto-Light' !important;
  font-size: 15px;
  line-height: 24px !important;
  color: #3B3B3B;
}

.validated-desc-bold {
  font-family: 'Roboto-Bold';
  font-size: 17px;
  line-height: 28px;
  color: #3B3B3B;
}

.validated-desc-bottom {
  font-family: 'Roboto-Light';
  font-size: 14px;
  line-height: 24px;
  color: #3B3B3B;
  margin-top: 20px;
}

.validated-desc-bottom-italic {
  font-family: 'Roboto-LightItalic';
  font-size: 14px;
  line-height: 24px;
  color: #3B3B3B;
}

.validated-desc-bottom a {
  font-family: 'Roboto-Light';
  font-size: 14px;
  line-height: 24px;
  color: #29CBA7;
}

.validated-desc a {
  font-family: 'Roboto-Light';
  font-size: 17px;
  line-height: 28px;
  color: #29CBA7;
}

.interested-desc {
  font-family: 'Roboto-Light';
  font-size: 18px;
  line-height: 24px;
  color: #3B3B3B;
}

.get-started-sec-heading {
  font-family: 'Roboto-Light';
  font-size: 22px;
  line-height: 30px;
  color: #FFFFFF;
}

.special-text {
  font-family: 'Roboto-Light';
  font-size: 22px;
  line-height: 30px;
  color: #FEA82E;
}

.get-started-desc {
  font-family: 'Roboto-Light';
  font-size: 17px;
  line-height: 24px;
  color: #FFFFFF;
  margin-top: 20px;
}

.interested-section .info-link a {
  width: 100%;
  border-radius: 5px!important;
  color: #FFFFFF;
  background-color: #FEA82E;
  border: 3px solid #FEA82E!important;
  font-family: 'Roboto-Bold';
  font-size: 15px;
  line-height: 24px;
  text-align: center;
  position: relative;
}

.interested-section .info-link a::after {
  content: "\00AE";
  position: absolute;
  top: 5px;
  margin-left: 2px;
}

.interested-section .info-link a:hover,
 .interested-section .info-link a:active {
  width: 100%;
  color: #FEA82E!important;
  background-color: #FFFFFF!important;
}

.interested-section .cta .cta-container .info-link {
  display: flex;
  justify-content: center;
  width: fit-content;
  padding: 0px;
}

.yellow-clr a {
  border-radius: 5px!important;
  text-decoration: none!important;
  color: #FFFFFF;
  background-color: #FEA82E;
  border: 3px solid #FEA82E!important;
  font-family: 'Roboto-Bold';
  font-size: 15px;
  line-height: 24px;
  text-align: center;
}

.on-hover {
  display: none;
}

.non-hover a:hover {
  border: 2px solid #FEA82E;
  background: #FFFFFF;
  color: #FEA82E;
}

/*
.yellow-clr:hover>.non-hover {
  display: none;
}

.yellow-clr:hover>.on-hover {
  display: block;
}
*/

.non-hover a {
  padding: 4%;
}

.on-hover a {
  padding: 4%;
  margin-left: 7%;
  background-color: #ffffff;
  color: #FEA82E;
  border: 2px solid  #FEA82E;
}

.yellow-clr {
  margin-top: 7%;
  margin-left: 12%;
}

.studies .airq-root-section {
  padding: 0;
}

.validated-col .sec-heading.validated-head-desktop {
  margin-top: 20px;
}

.desk-only {
  display: block;
}

.p-enlarge {
  text-align: center;
  font-family: 'Roboto-Light';
  font-size: 17px;
  line-height: 28px;
  color: #29CBA7;
}

/*sticky footer design starts ends here*/
@media(min-width:1199.5px) {
  .yellow-clr {
    margin-left: 22%;
  }

  .get-started-col {
    margin-left: 10%;
  }

  .interested-col {
    margin-left: 15%;
  }
}


.sec-heading{margin-top: 0;}

/*media query for mobile starts here*/

@media(max-width:767px) {
    
  .studies-col .row,.existing-col .row,
.sensitivity-col .row,.validated-col .row,
.get-started-col .row,.interested-col .row {
    display: block;
  }

  .studies-col,.existing-col,.sensitivity-col,.validated-col,.get-started-col,.interested-col {
    padding-left: 15px;
    padding-right: 15px;
  }

  .validated-head-desktop {
    display: none;
  }

  .validated-head-mobile {
    font-family: 'Roboto-Bold';
    font-size: 20px;
    line-height: 24px;
    color: #FEA82E;
    text-align: center;
    display: block;
  }

  .get-started-col,.interested-col {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .interested-section .cta .cta-container {
    text-align: left;
    padding-left: 0px;
  }

  .interested-section .cta .cta-container .info-link {
    display: flex;
    justify-content: center;
    width: fit-content;
    padding: 0px;
  }

  .yellow-clr {
    margin-left: 0px !important;
  }

  .desk-only {
    display: none;
  }

  .get-started-desc {
    margin: 30px 0;
  }

  .studies-col .sec-heading {
    margin-top: 30px;
  }
}


/*New Css For compatibility*/

@media (min-width: 767.5px) and (max-width: 991.5px) {
    .peds_airq_studies .cta .cta-container{padding: 0rem;}
}


@media (min-width: 320px) and (max-width: 767px) {
    .studies-page .non-hover a {
        padding: 10px 30px;
    }
}
