/* fonts declaration */
@font-face {
  font-family: "Montserrat Regular";
      src: url("/content/dam/intelligentcontent/brands/airsupra-dtc/us/en/fonts/Montserrat-Regular.ttf") format("truetype");
      font-display: swap;
}

@font-face {
  font-family: "Montserrat Bold";
      src: url("/content/dam/intelligentcontent/brands/airsupra-dtc/us/en/fonts/Montserrat-Bold.ttf") format("truetype");
      font-display: swap;
}

@font-face {
  font-family: "Montserrat Medium";
      src: url("/content/dam/intelligentcontent/brands/airsupra-dtc/us/en/fonts/Montserrat-Medium.ttf") format("truetype");
      font-display: swap;
}

@font-face {
  font-family: "Montserrat Light";
      src: url("/content/dam/intelligentcontent/brands/airsupra-dtc/us/en/fonts/Montserrat-Light.ttf") format("truetype");
      font-display: swap;
}

@font-face {
  font-family: 'Montserrat-ExtraBold';
      src: url('/content/dam/intelligentcontent/brands/airsupra-dtc/us/en/fonts/Montserrat-ExtraBold.ttf') format('truetype');
      font-weight: bold;font-style: normal;font-display: swap;
}

@font-face {
  font-family: 'Montserrat-SemiBold';
      src: url('/content/dam/intelligentcontent/brands/airsupra-dtc/us/en/fonts/Montserrat-SemiBold.ttf') format('truetype');
      font-weight: 600;font-style: normal;font-display: swap;
}
  
    /* New fonts style start here */
  
@font-face {
  font-family: 'Prompt-Black';
      src: url('/content/dam/intelligentcontent/brands/airsupra-dtc/us/en/fonts/phase3/Prompt-Black.ttf') format('truetype');
      font-weight: 900;font-style: normal;font-display: swap;
}

@font-face {
  font-family: 'Prompt-Bold';
      src: url('/content/dam/intelligentcontent/brands/airsupra-dtc/us/en/fonts/phase3/Prompt-Bold.ttf') format('truetype');
      font-weight: bold;font-style: normal;font-display: swap;
}

@font-face {
  font-family: 'Prompt-ExtraBold';
      src: url('/content/dam/intelligentcontent/brands/airsupra-dtc/us/en/fonts/phase3/Prompt-ExtraBold.ttf') format('truetype');
      font-weight: bold;font-style: normal;font-display: swap;
}

@font-face {
  font-family: 'Prompt-ExtraLight';
      src: url('/content/dam/intelligentcontent/brands/airsupra-dtc/us/en/fonts/phase3/Prompt-ExtraLight.ttf') format('truetype');
      font-weight: 200;font-style: normal;font-display: swap;
}

@font-face {
  font-family: 'Prompt-Light';
      src: url('/content/dam/intelligentcontent/brands/airsupra-dtc/us/en/fonts/phase3/Prompt-Light.ttf') format('truetype');
      font-weight: 300;font-style: normal;font-display: swap;
}

@font-face {
  font-family: 'Prompt-Medium';
      src: url('/content/dam/intelligentcontent/brands/airsupra-dtc/us/en/fonts/phase3/Prompt-Medium.ttf') format('truetype');
      font-weight: 500;font-style: normal;font-display: swap;
}

@font-face {
  font-family: 'Prompt-Regular';
      src: url('/content/dam/intelligentcontent/brands/airsupra-dtc/us/en/fonts/phase3/Prompt-Regular.ttf') format('truetype');
      font-weight: normal;font-style: normal;font-display: swap;
}

@font-face {
  font-family: 'Prompt-SemiBold';
      src: url('/content/dam/intelligentcontent/brands/airsupra-dtc/us/en/fonts/phase3/Prompt-SemiBold.ttf') format('truetype');
      font-weight: 600;font-style: normal;font-display: swap;
}

@font-face {
  font-family: 'Prompt-Thin';
      src: url('/content/dam/intelligentcontent/brands/airsupra-dtc/us/en/fonts/phase3/Prompt-Thin.ttf') format('truetype');
      font-weight: 100;font-style: normal;font-display: swap;
}

html,body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
  margin: 0;
  padding: 0;
}

sup {
  top: -0.7em;
  font-size: 65%;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset,img {
  border: 0;
}

address,caption,cite,code,dfn,em,strong,th,var {
  font-style: normal;
  font-weight: normal;
}

ol,ul {
  list-style: none;
}

caption,th {
  text-align: left;
}

h1,h2,h3,h4,h5,h6 {
  font-size: 100%;
  font-weight: normal;
}

q:before,q:after {
  content: '';
}

abbr,acronym {
  border: 0;
}
        
        /* START - Common */
.cmp-text {
  padding: 0 !important;
}

body {
  font-family: "Montserrat Regular";
}

h2 {
  font-family: "Montserrat Bold";
  font-size: 20px;
  line-height: 1.3;
}

p, li {
  font-family: "Montserrat Regular";
  font-size: 14px;
  line-height: 1.4;
}

a {
  text-decoration: underline;
}

.desktop-only {
  display: none;
}

.no-wrap {
  white-space: nowrap;
}

.text-ind {
  text-indent: -6px;
}

.inner-content,
  #header .topnavigation .cmp-topnavigation,
  #header #header-inner,
  #footer>div,
  #root #banner-inner,
  #root #register-section-inner,
  #isi-container,
  #isi-header-inner,
  .highlightinformation .cmp-highlightinfo__container>h3 {
  padding: 0 15px;
}

.btn.primary-btn {
  background-color: #C4B681;
  padding: 9px 16px;
  color: #013D57;
  font-family: "Montserrat Medium";
  font-weight: 600;
  font-size: 16px;
  border-radius: 4px;
  min-width: 290px;
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
  text-align: center;
}

.btn.primary-btn:hover {
  background-color: #988641;
  color: #FFFFFF;
  transition: all 200ms;
}

.pink-var:before {
  content: "[";
  color: #FF00E2;
}

.pink-var:after {
  content: "]";
  color: #FF00E2;
}
    /* END - Common */
    
    /* START - Header */
#header {
        /*background-color: #003D57;*/
  background: #fff;
}

#header #header-inner {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1415px;
}

.cmp-topnavigation {
  max-width: 1415px;
  margin: 0 auto;
}

#header .topnavigation {
  background-color: #003D57;
  padding: 5px 0;
  width: 100%;
}

#header .topnavigation ul {
  width: 100%;
  position: relative;
}

#header .cmp-topnavigation__item {
  display: block;
}

#header .topnavigation ul li {
  margin: 0;
}

#header .topnavigation ul li a {
  color: #FFFFFF;
  font-size: 14px;
  text-decoration: none;
  display: inline-block;
  max-width: 155px;
  position: relative;
}

#header .topnavigation ul li:not(:first-child) {
  display: none;
  padding: 10px 0;
  position: absolute;
  background: #2f2f2f;
  width: calc( 100% + 30px);
  margin: 0 -15px;
  padding: 15px;
  z-index: 10;
}

#header .topnavigation ul li:nth-child(2) {
  margin-top: 5px;
          /*border-top: 1px solid #ececec;*/
  ;
}

#header .topnavigation ul li:nth-child(3) {
  margin-top: 52px;
}

#header .topnavigation ul li:nth-child(4) {
  margin-top: 100px;
}

#header .topnavigation ul li:nth-child(5) {
  margin-top: 148px;
}

#header .topnavigation ul li:first-child a:after {
  content: " ";
  margin: 0;
  width: 0px;
  height: 0px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #fff;
  position: absolute;
  right: 10px;
  top: 8px;
}

#header .topnavigation ul li.cmp-topnavigation__item--active:first-child a:after {
  border-bottom: 7px solid #fff;
  border-top: 7px solid transparent;
  margin-top: 0;
  right: 9px;
  top: 0px;
}

#header-inner .image img {
  width: 206px;
  margin: 15px 0;
}

#header-inner .cmp-navigation__item--level-0.cmp-navigation__item {
  margin: 0 40px;
  padding: 25px 0;
}

#header-inner .cmp-navigation__item--level-0 .cmp-navigation__item-link {
  color: #003864;
  text-decoration: none;
  font-family: "Montserrat Bold";
  font-size: 16px;
  text-align: center;
}

#header-inner .cmp-navigation__item--level-0:last-child .cmp-navigation__item-link {
  background: #0BC4BB;
  border-radius: 4px;
  padding: 25px 38px;
  font-family: 'Montserrat-ExtraBold';
          /* padding: 0 35px; */
  ;
}

@media screen and (max-width:767px) {
  #header .topnavigation ul li.cmp-topnavigation__item--active:first-child a:after {
              /* margin-top:5px; */
    ;
  }
}

@media screen and (max-width:414px) {
  #header .topnavigation ul li.cmp-topnavigation__item--active:first-child a:after {
    margin-top: -2px;
  }
}
        
        /* END - Header */
        
        /* START - Banner */
#banner {
          /*border-top: 1px solid #4F748B; */
          /*background-color: #003D57;*/
  background: url(/content/dam/intelligentcontent/brands/airsupra-dtc/us/en/images/desktop/0.0_Home_bkg_img_D.png) #003d57;
  background-size: 100%;
  background-repeat: no-repeat;
}

#banner-inner .banner {
  display: flex;
  flex-direction: column;
  width: 100%;
  position: relative;
}

#banner-inner .banner .banner-image {
  margin: 47px 0;
  text-align: center;
}

#banner-inner .banner .banner-image img {
  width: 85%;
  text-align: center;
}

#banner-inner .banner-content {
  margin: 48px 0 0 0;
  width: 100%;
}

#banner-inner .banner-content h1 {
  color: #06C4BB;
  font-family: "Montserrat Medium";
  font-weight: bold;
}

#banner-inner .banner-content h1 .white-txt {
  color: white;
}

#banner-inner .banner-content h3 {
  font-family: "Montserrat Bold";
  font-size: 30px;
  line-height: 1.2;
  color: white;
  margin-bottom: 25px;
}

#banner-inner .banner-content h4 {
  font-family: "Montserrat Regular";
  font-size: 20px;
  color: white;
  margin-bottom: 25px;
  line-height: 1.3;
  font-weight: 600;
}

#banner-inner .banner-content p {
  font-family: "Montserrat Light";
  font-size: 16px;
  color: white;
  margin-bottom: 15px;
  line-height: 1.4;
}

#banner-inner .banner-content h5 {
  font-family: "Montserrat Medium";
  font-size: 16px;
  color: white;
  margin-bottom: 15px;
  font-weight: bold;
}
        /* END - Banner */
        
        /* START - Registration */
#register-section {
  background-color: #EBEFEE;
  margin-top: -180px;
}

#register-section #register-section-inner {
  padding-top: 180px;
  color: #2F2F2F;
}

#register-section #register-section-inner #register-section-form {
  margin-top: 30px;
}

#register-section #register-section-inner #register-section-form h2 {
  font-size: 24px;
  color: #003D57;
}

#register-section #register-section-inner p {
  color: #2F2F2F;
}

#register-section #register-section-inner #register-section-form p {
  margin-top: 17px;
  color: #2F2F2F;
  font-size: 16px;
}

#register-section #register-section-inner #register-section-form p.form-required-txt {
  font-family: "Montserrat Bold";
  margin-top: 20px;
  color: #003D57;
}

#register-section #register-section-inner #register-section-form .dynamicform {
  margin-top: 0px;
}

#register-section #register-section-inner #register-section-form .dynamicform p {
  margin: 0;
}

#register-section #register-section-inner #register-section-form p font {
  color: #FF00E2;
}

.dynamicform label {
  font-family: "Montserrat Bold";
  font-size: 16px;
}

.dynamicform .cmp-dynamicform__form-group {
  margin-bottom: 15px;
}

.dynamicform .cmp-dynamicform__form-label-container {
  margin-bottom: 7px;
}

#register-section #register-section-inner #register-section-form .dynamicform .cmp-dynamicform__generated-form .text-danger {
  font-family: "Montserrat Regular";
  font-size: 13px;
  color: #d72a2a;
}

#register-section #register-section-inner #register-section-form .dynamicform .cmp-dynamicform__generated-form label .text-danger {
  font-family: "Montserrat Bold";
  color: #2F2F2F;
  margin-left: -4px;
}

.dynamicform .cmp-dynamicform__generated-form .form-control:not(textarea) {
  font-family: "Montserrat Regular";
  font-size: 16px;
  padding: 9px 12px;
  height: auto;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border: 1px solid #CED4DA;
  border-radius: 4px;
  margin: 0;
}

.dynamicform .has-error .cmp-dynamicform__form-control-container:after {
  content: "!";
  font-family: "Montserrat Bold";
  font-size: 10px;
  position: absolute;
  width: 15px;
  right: 0;
  background: #DA3447;
  text-align: center;
  padding: 3px;
  border-radius: 8px;
  margin: 11px 8px;
  color: white;
}

.dynamicform #field-group-6376bb2cc2614300047c40c2 .cmp-dynamicform__form-control-container:after,
        .dynamicform #field-group-637819b6255bef00045fc38c .cmp-dynamicform__form-control-container:after {
  display: none;
}

.dynamicform .cmp-dynamicform__generated-form .has-error textarea,
        .dynamicform .cmp-dynamicform__generated-form .has-error input {
  border-color: #DA3447;
}

.dynamicform .cmp-dynamicform__form-group .cmp-dynamicform__form-sub-section-header h3.border {
  font-family: "Montserrat Regular";
  font-size: 14px;
  line-height: 1.4;
  margin-top: 45px;
}

#register-section #register-section-inner #register-section-form .dynamicform .cmp-dynamicform__form-group .cmp-dynamicform__form-sub-section-header p {
  margin-bottom: 20px;
}

.dynamicform .cmp-dynamicform__form-group .cmp-dynamicform__form-sub-section-header h3.border a {
  font-family: "Montserrat Bold";
  color: #2F2F2F;
  white-space: nowrap;
}

.dynamicform .cmp-dynamicform__form-group.button-group {
  text-align: center;
  margin-bottom: 0;
}

.dynamicform .cmp-dynamicform__form-group.button-group .cmp-dynamicform__submit-btn {
  background-color: #C4B681;
  padding: 9px 16px;
  color: #013D57;
  font-family: "Montserrat Medium";
  font-weight: 600;
  font-size: 16px;
  border-radius: 4px;
  min-width: 100px;
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
  text-align: center;
}

.dynamicform .cmp-dynamicform__form-group.button-group .cmp-dynamicform__submit-btn:hover {
  background-color: #988641;
  color: #FFFFFF;
  transition: all 200ms;
}

.dynamicform .cmp-dynamicform__form-group.button-group .cmp-dynamicform__clear-btn {
  display: none;
}

.dynamicform form.cmp-dynamicform__form-validation .cmp-dynamicform__form-group:first-child .cmp-dynamicform__form-label-container {
  display: none;
}

.dynamicform .checkbox .cmp-dynamicform__vcenter {
  margin-bottom: 15px;
}

.dynamicform .checkbox .cmp-dynamicform__vcenter label {
  font-family: "Montserrat Regular";
  font-size: 16px;
  display: inline-flex;
  line-height: 1.3;
}

.dynamicform .checkbox .cmp-dynamicform__vcenter label input {
  align-self: flex-start;
  margin: 3px 5px 0 0;
}

.dynamicform .cmp-dynamicform__generated-form .has-error .cmp-dynamicform__control-label {
  color: #2F2F2F;
}

#register-section #register-section-inner #register-section-form .dynamicform form.cmp-dynamicform__form-validation label+p.text-muted {
  margin: 10px 0;
}

#register-section #register-section-inner #register-section-form .dynamicform .cmp-dynamicform__form-success-msg {
  margin: 70px 0;
}

#register-section #register-section-inner #register-section-form .dynamicform .cmp-dynamicform__form-success-msg p {
  font-family: "Montserrat Bold";
  color: #003D57;
}

#register-section #register-section-inner #register-section-form .dynamicform .cmp-dynamicform__form-success-msg p:nth-child(1) {
  font-size: 30px;
  margin-bottom: 24px;
}

#register-section #register-section-inner #register-section-form .dynamicform .cmp-dynamicform__form-success-msg p:nth-child(2) {
  font-size: 24px;
  line-height: 1.1;
}

#register-section #register-section-inner #field-group-637819b6255bef00045fc38c,
        #register-section #register-section-inner #field-group-6376bb2cc2614300047c40c2 {
  margin: 20px 0;
}

#register-section #register-section-inner #register-section-disclaimer {
  margin: 40px 0;
}

#register-section #register-section-inner #register-section-disclaimer p {
  margin-bottom: 25px;
}

#register-section #register-section-inner #register-section-disclaimer a {
  font-family: "Montserrat Bold";
  color: #2F2F2F;
}

#register-section #register-section-inner #register-section-disclaimer #field-637819b6255bef00045fc38c,
        #register-section #register-section-inner #register-section-disclaimer #field-group-6376bb2cc2614300047c40c2 {
  margin: 30px 0;
}
        /* END - Registration */
        
        /* START - Footer */
#footer {
  background-color: #2F2F2F;
  text-align: center;
}

.footer-meta-info p {
  max-width: 642px;
  margin: 0 auto;
  margin-bottom: 15px;
}

#footer .footer-main-container ul {
  margin-top: 37px;
}

#footer .footer-main-container ul li {
  margin: 25px 0;
}

#footer .footer-main-container ul li a {
  font-family: "Montserrat Regular";
  font-size: 16px;
  color: white;
  text-decoration: none;
}

#footer .footer-meta-info {
  margin: 40px 40px 0 40px;
}

#footer .footer-meta-info p {
  color: white;
  line-height: 1.4;
}

#footer .footer-meta-info p:nth-child(3) {
  margin-top: 20px;
}

#footer .footer-meta-info a {
  display: inline-block;
  margin: 0px 0 30px 0;
}
        /* END - Footer */
        
        /* START - ISI */
#isi-section {
  background-color: white;
}

#isi-header {
  background-color: #06C4BB;
}

#isi-header h3 {
  color: white;
  font-size: 16px;
  font-family: "Montserrat Regular";
  font-weight: 600;
  padding: 18px 0;
}

#isi-container {
        /* padding-top: 30px; */
  padding-top: 0;
  padding-bottom: 30px;
}

#isi-container h3 {
  font-size: 16px;
  font-family: "Montserrat Regular";
  font-weight: 600;
  margin-bottom: 15px;
}

#isi-container .text , #isi-container p {
  margin-bottom: 20px;
}

#isi-container a {
  color: #4F748B;
  font-family: 'Montserrat Medium';
}

#isi-container ul {
  padding-left: 17px;
}

#isi-container ul {
  list-style-type: none;
  padding-inline-start: unset;
  margin-bottom: 0;
}

#isi-container li {
  list-style: none;
  text-indent: -14px;
  font-weight: normal;
  font-size: 18px;
  line-height: 26px;
}

#isi-container li span {
  font-family: 'Montserrat-SemiBold';
}

#isi-container ul li::before {
  content: '\2022';
  position: relative;
  margin-right: 7px;
  font-size: 20px;
  font-weight: bold;
  color: #4F748B;
}

.isi-sub-level li {
  padding: 9px 18px 0;
}

h4.isi-heading.isi-sub-heading {
  font-size: 20px;
  padding: 20px 0px 12px;
          /* font-weight: bold; */
  color: #003D57;
  font-family: 'Montserrat Bold';
}

#isi-container p.p-btm-10.bold-font {
  margin-bottom: 5px;
}
        
        /* New styles ISI start Here  */
#isi-container ul.warnings ul.isi-sub-level li::before {
        /* content: "\26AC"; */
  font-size: 15px;
  content: '\2022';
}

#isi-container ul,#isi-container ul.left-spacing {
  padding-left: 12px;
  padding-top: 9px;
}

#isi-container ul.isi-sub-level {
  padding-top: 0;
}
        
      
        /* New styles ISI end Here  */
        
        /* END - ISI */
        
        /* START - Sticky ISI */
.cmp-highlightinfo {
  background: #06C4BB;
}

.highlightinformation #isi-header {
  display: none;
}

.highlightinformation #isi-header {
  display: none;
}

.highlightinformation .cmp-highlightinfo__container {
  background-color: transparent;
}

.highlightinformation .cmp-highlightinfo__container h3 {
  justify-content: left;
}

.highlightinformation .cmp-highlightinfo__container h3.isi-head {
  text-align: left;
  color: white;
  font-size: 16px;
  font-family: "Montserrat Medium";
  font-weight: 600;
  padding: 18px 0;
  text-transform: uppercase;
}

.highlightinformation .cmp-highlightinfo__button {
  width: 30px;
  position: absolute;
  right: 0;
        /*color: white;*/
  font-family: "Montserrat Regular";
  font-size: 30px;
}
        /*.highlightinformation .cmp-highlightinfo__button:hover {*/
        /*	color: #003d57;*/
        /*	text-decoration: none;*/
        /*	transition: none;*/
        /*}*/
.highlightinformation .cmp-highlightinfo__button:hover,.highlightinformation .cmp-highlightinfo__button:focus,.highlightinformation .cmp-highlightinfo__button:active {
  color: transparent;
  text-decoration: none;
}

span.cmp-highlightinfo__text {
  font-size: 30px;
  color: #fff;
  text-decoration: none;
}

#page-404 #banner, #page-403 #banner, #page-500 #banner {
  background: #FFFFFF;
  border-top: 1px solid #4F748B;
}

#page-403 #banner-inner .banner-content h3, #page-404 #banner-inner .banner-content h3, #page-500 #banner-inner .banner-content h3 {
  font-size: 40px;
  line-height: 48px;
  color: #05A69E;
}

#page-403 #banner-inner .banner-content h3 span, #page-404 #banner-inner .banner-content h3 span, #page-500 #banner-inner .banner-content h3 span {
  color: #2F2F2F;
}

#page-403 #banner-inner .banner-content p, #page-404 #banner-inner .banner-content p, #page-500 #banner-inner .banner-content p {
  color: #2D2A2B;
  font-family: "Montserrat Regular";
}

#page-404 .banner, #page-403 .banner, #page-500 .banner {
}

#page-404 #banner-inner .banner-content p span.next-line {
  display: inline-block;
}

#page-403 #banner-inner .banner-content, #page-404 #banner-inner .banner-content, #page-500 #banner-inner .banner-content {
  margin: 70px 0 60px 0;
  padding-left: 100px;
}

.error-but {
  margin-top: 25px;
}

.error-but a {
  text-decoration: none;
  color: #003D57;
  font-size: 16px;
  line-height: 20px;
  font-family: 'Montserrat Bold';
  border-radius: 4px;
  padding: 23px 0px;
  width: 138px;
  display: inline-block;
  text-align: center;
  border: #003864 1px solid;
  padding-right: 15px;
  font-family: 'Montserrat-ExtraBold';
}

.error-but a span {
  position: relative;
}

.error-but a span::after {
  position: absolute;
  content: url('/content/dam/intelligentcontent/brands/airsupra-dtc/us/en/images/desktop/1.0_About_Saving_Comp_Arrow_icon_D.png');
  top: 3px;
  right: -27px;
  bottom: 0;
}

.error-but a:hover {
  color: #003D57;
  border: #002231 1px solid;
}

.error-but a:focus {
  outline: 1px solid #000000;
  outline-offset: 4px;
}

#page-404 .banner, #page-403 .banner, #page-500 .banner {
  min-height: 800px;
}

#page-404 #banner-inner .banner-content-error h5, #page-500 #banner-inner .banner-content-error h5 {
  font-size: 24px;
  line-height: 32px;
  font-weight: 500;
  color: #003D57;
  margin: 0 0 10px 0;
  font-family: 'Montserrat-SemiBold';
}
      
      /* saving-confirmation page start here */
      
.thank-block {
  margin-top: 0;
}

.tank-you-sing {
  background: #EBEFEE;
  border-radius: 12px;
  max-width: 648px;
  padding: 80px 30px 80px 65px;
  margin: 0 auto;
}

.tank-you-sing h2 {
  font-size: 30px;
  line-height: 36px;
  color: #3C4242;
  margin-bottom: 25px;
}

.tank-you-sing p {
  font-size: 16px;
  line-height: 24px;
  color: #3C4242;
}

p.elig {
  font-family: 'Montserrat-SemiBold';
}
      
      /* saving-confirmation page ends here */
      
@media screen and (max-width:991px) {
  .highlightinformation .cmp-highlightinfo__container h3.isi-head {
    font-size: 14px;
    line-height: 20px;
  }

  #header .topnavigation ul li:nth-child(2) {
    border-top: 1px solid #ececec;
  }

  #footer .footer-main-container ul {
    margin-top: 57px;
  }

  .footer-meta-info p {
    max-width: 258px;
  }

  #page-404 #banner, #page-403 #banner, #page-500 #banner {
    margin-top: 130px;
  }

  #page-403 #banner-inner .banner-content, #page-404 #banner-inner .banner-content, #page-500 #banner-inner .banner-content {
    padding-left: 40px;
  }

  #page-404 #banner-inner .banner-content-error h5, #page-500 #banner-inner .banner-content-error h5 {
    font-size: 20px;
    line-height: 26px;
  }

  .tank-you-sing {
    max-width: 600px;
    padding: 40px 36px 38px 27px;
  }

  .thank-in {
    padding: 0 15px;
  }

  .tank-you-sing h2 {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 15px;
  }
}
        /* END - Sticky ISI */
        
        
        
@media only screen and (min-width: 768px) {
        /* START - Common */
  .inner-content,
        #header .topnavigation .cmp-topnavigation,
          #header #header-inner,
        #footer>div,
        #root #banner-inner,
        #root #register-section-inner,
        #isi-container,
        #isi-header-inner,
        .highlightinformation .cmp-highlightinfo__container>h3 {
  }

  .btn.primary-btn {
    width: auto;
  }
        /* END - Common */
        
        /* START - Banner */
  #banner-inner .banner .banner-image img {
    width: 70%;
  }
        /* END - Banner */
        
        /* START - Registration */
  #register-section {
    margin-top: -250px;
  }

  #register-section #register-section-inner {
    padding-top: 250px;
  }
        /* END - Registration */;
}

@media only screen and (min-width: 992px) {
        /* START - Common */
  h1 {
    font-size: 30px;
    line-height: 1.3;
  }

  h2 {
    font-size: 30px;
    line-height: 1.3;
  }

  p, li {
    font-size: 16px;
    line-height: 1.6;
  }

  #header .topnavigation ul li:not(:first-child) {
    display: inline-block !IMPORTANT;
  }

  .desktop-only {
    display: block;
  }

  .mobile-only {
    display: none;
  }

  .btn.primary-btn {
    padding: 11px 16px;
    font-weight: 600;
    font-size: 16px;
    border-radius: 4px;
    min-width: 314px;
  }

  .inner-content,
        /*
        #header .topnavigation .cmp-topnavigation,
          #header #header-inner,
        */
        #footer>div,
        #root #banner-inner,
        #root #register-section-inner,
        #isi-container,
        #isi-header-inner,
        .highlightinformation .cmp-highlightinfo__container>h3 {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
  }
        /* END - Common */	
        
        /* START - Header */
  #header .topnavigation ul {
    display: flex;
    justify-content: flex-end;
  }

  #header .topnavigation ul li:first-child {
    position: absolute;
    left: 0;
  }

  #header .topnavigation ul li:not(:first-child) {
    display: inline-block;
    padding: 5px 0;
    margin: 0 14px;
    position: relative;
    width: auto;
    background: transparent;
  }

  #header .topnavigation ul li:last-child {
    margin-right: 0;
  }

  #header .cmp-topnavigation__item {
    display: inline-block;
  }

  #header .topnavigation ul li:first-child a {
    cursor: default;
  }

  #header .topnavigation ul li:first-child a:after {
    display: none;
  }

  #header-inner .image img {
    width: 244px;
    margin: 17px 0 20px 0;
  }

  #header-inner .cmp-navigation__item--level-0.cmp-navigation__item {
    margin: 25px 0 0 0;
    padding: 15px 0;
    margin-left: 40px;
  }
        /* END - Header */
        
        /* START - Banner */
  #banner-inner .banner {
    flex-direction: row;
  }

  #banner-inner .banner-content {
    margin: 56px 0 70px 0;
  }

  #banner-inner .banner-content>* {
    max-width: 65%;
  }

  #banner-inner .banner-content h3 {
    font-size: 48px;
    line-height: inherit;
    max-width: 82%;
  }

  #banner-inner .banner-content h4 {
    font-size: 20px;
    margin-bottom: 20px;
  }

  #banner-inner .banner-content h5 {
    margin-bottom: 25px;
  }

  #banner-inner .banner .banner-image {
    width: 340px;
    position: absolute;
    right: 0;
    margin-top: 155px;
  }

  #banner-inner .banner .banner-image img {
    width: 100%;
  }
        /* END - Banner */
        
        /* START - Registration */
  #register-section {
    margin-top: 0;
  }

  #register-section #register-section-inner {
    padding-top: 90px;
  }

  #register-section #register-section-inner>div>.container.responsivegrid:nth-child(1) {
    width: 50%;
  }

  #register-section #register-section-inner>div>.container.responsivegrid:nth-child(2) {
    width: 50%;
  }

  #register-section #register-section-inner #register-section-form {
          /*margin: 0 30px 30px 132px;*/
    margin: 0 30px 30px 0;
  }

  #register-section #register-section-inner #register-section-form h2 {
    font-size: 30px;
  }

  #register-section #register-section-inner #register-section-form p.form-required-txt {
    margin-top: 15px;
  }

  .dynamicform .cmp-dynamicform__form-group.button-group {
    text-align: left;
    margin: 50px 0;
  }

  #register-section #register-section-inner #register-section-form .dynamicform .cmp-dynamicform__form-success-msg p:nth-child(1) {
    font-size: 50px;
    margin-bottom: 30px;
    line-height: 1.2;
  }

  #register-section #register-section-inner #register-section-form .dynamicform .cmp-dynamicform__form-success-msg p:nth-child(2) {
    font-size: 30px;
    line-height: 1.2;
    margin-bottom: 50px;
  }

  #register-section #register-section-inner #register-section-disclaimer {
          /*margin: 100px 40px;*/
    margin: 120px 70px;
  }

  .dynamicform .cmp-dynamicform__form-group .cmp-dynamicform__form-sub-section-header h3.border {
    font-size: 16px;
  }

  #register-section #register-section-inner #register-section-form .dynamicform .cmp-dynamicform__form-success-msg {
    margin: 100px 0 150px 0;
  }
        /* END - Registration */
        
        /* START - Footer */
  #footer .footer-main-container ul li {
    margin: 11px;
    display: inline;
  }

  #footer .footer-meta-info {
    margin: 25px 0 0 0;
    color: white;
  }
        /* END - Footer */
        
        /* START - 404 Page */
        /* START - 404 Page */
  #page-404 .highlightinformation {
          /*display: none;*/
    ;
  }

  #page-404 .banner {
    text-align: left;
  }
        /*
        #page-404 .banner a.btn.primary-btn {
          min-width: 314px;
        }
        */
  #page-404 #banner-inner .banner .banner-image {
    bottom: auto;
    margin-top: 90px;
  }

  #page-404 #root {
    overflow: hidden;
  }
        /* END - 404 Page */;
}

@media only screen and (min-width: 1350px) {
        /* START - Common */
        /*
        #header .topnavigation .cmp-topnavigation,
          #header #header-inner,
        */
  .inner-content,
        #footer>div,
        #root #banner-inner,
        #root #register-section-inner,
        #isi-container,
        #isi-header-inner,
        .highlightinformation .cmp-highlightinfo__container>h3 {
    max-width: 1270px;
  }
      
        /* END - Common */
        
        /* START - Banner */
  #banner-inner .banner-content {
    max-width: 68%;
  }

  #banner-inner .banner-content>* {
    max-width: none;
  }

  #banner-inner .banner-content h3 {
    font-size: 50px;
    max-width: none;
  }

  #banner-inner .banner .banner-image {
    width: 407px;
    margin-top: 100px;
  }
        /* END - Banner */;
}
        
        
        /* START - ExitRamp */
.modal * {
  box-sizing: border-box;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1000;
  display: flex;
  visibility: hidden;
  flex-direction: column;
  align-items: center;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  background: rgba(60,66,66,0.5) !important;
  opacity: 0;
  cursor: default !important;
}

body .modal {
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
}

@supports ((-webkit-backdrop-filter: blur(12px)) or (backdrop-filter: blur(12px))) {
  body .modal {
    -webkit-backdrop-filter: blur(12px);
    backdrop-filter: blur(12px);
  }
}

.modal--confirm .modal-box {
  text-align: center;
}

.modal--noOverlayClose {
  cursor: default;
}

body .modal--noClose .modal__close {
  display: none;
}

body .modal__close {
  position: fixed;
  top: 16px;
  right: 16px;
  z-index: 1000;
  padding: 0;
  width: 2rem;
  height: 2rem;
  border: none;
  background-color: transparent;
  color: #fff;
  cursor: pointer;
  outline: none;
  display: inline-block;
  left: auto;
}

body .modal__close svg * {
  fill: currentColor;
}

body .modal__closeLabel {
  display: none;
}

.modal__close:hover {
  color: #fff;
}

.modal__close:focus {
  outline: none;
}

.modal__close:hover {
  outline: 1px solid #000;
  outline-offset: 4px;
}

.modal-box {
  position: relative;
  flex-shrink: 0;
  margin-top: auto;
  margin-bottom: auto;
  width: 60%;
  border-radius: 4px;
  background: #fff;
  opacity: 1;
  cursor: auto;
  will-change: transform, opacity;
}

.modal-box__content {
  padding: 3rem 3rem;
}

.modal-box__footer {
  padding: 1.5rem 2rem;
  width: auto;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  background-color: #f5f5f5;
  cursor: auto;
}

.modal-box__footer::after {
  display: table;
  clear: both;
  content: "";
}

.modal-box__footer--sticky {
  position: fixed;
  bottom: -200px;
  z-index: 10001;
  opacity: 1;
  transition: bottom .3s ease-in-out .3s;
}

.modal-enabled {
  position: fixed;
  right: 0;
  left: 0;
  overflow: hidden;
}

.modal--visible .modal-box__footer {
  bottom: 0;
}

.modal--visible {
  visibility: visible;
  opacity: 1;
  cursor: default;
}

.modal--visible .modal-box {
  -webkit-animation: scale 0.2s cubic-bezier(0.68, -0.55, 0.265, 1.55) forwards;
  animation: scale 0.2s cubic-bezier(0.68, -0.55, 0.265, 1.55) forwards;
}

.modal--overflow {
  overflow-y: scroll;
  padding-top: 8vh;
  padding-bottom: 8vh;
}

.modal-btn {
  display: inline-block;
  margin: 0 .5rem;
  padding: 1rem 2rem;
  border: none;
  background-color: grey;
  box-shadow: none;
  color: #fff;
  vertical-align: middle;
  text-decoration: none;
  font-size: inherit;
  font-family: inherit;
  line-height: normal;
  cursor: pointer;
  transition: background-color .4s ease;
}

.modal-btn--primary {
  background-color: #3498db;
}

.modal-btn--danger {
  background-color: #e74c3c;
}

.modal-btn--default {
  background-color: #34495e;
}

.modal-btn--pull-left {
  float: left;
}

.modal-btn--pull-right {
  float: right;
}

@media (max-width: 540px) {
  .modal {
    top: 0px;
    display: block;
    padding-top: 60px;
    width: 100%;
  }

  .modal-box {
    width: auto;
    border-radius: 0;
  }

  .modal-box__content {
    overflow-y: scroll;
  }

  .modal--noClose {
    top: 0;
  }

  .modal--noOverlayClose {
    padding-top: 0;
  }

  .modal-box__footer .modal-btn {
    display: block;
    float: none;
    margin-bottom: 1rem;
    width: 100%;
  }
        
          /*.modal__close {
              top: 0;
              right: 0;
              left: 0;
              display: block;
              width: 100%;
              height: 60px;
              border: none;
              background-color: #2c3e50;
              box-shadow: none;
              color: #fff
          }*/
        
  .modal__closeLabel {
    display: inline-block;
    vertical-align: middle;
    font-size: 1.6rem;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  }

  .modal__closeIcon {
    display: inline-block;
    margin-right: .8rem;
    width: 1.6rem;
    vertical-align: middle;
    font-size: 0;
  }
}

.exit-ramp-modal {
  z-index: 9999999;
  padding-top: 4vh;
  background-color: #000;
  overflow: scroll;
  overflow-x: hidden;
}

.exit-ramp-modal .modal__close {
  display: flex;
  flex-direction: row-reverse;
  position: relative;
  width: 900px;
  cursor: auto;
  top: 0;
  left: 0;
  margin-bottom: 20px;
}

.exit-ramp-modal .modal__close:hover {
  outline: none;
  outline-offset: inherit;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .exit-ramp-modal .modal__close {
    width: 600px;
  }
}

@media only screen and (max-width: 767px) {
  .exit-ramp-modal .modal__close {
    width: 100%;
    height: auto;
    background-color: initial;
    padding-right: 10px;
  }

  #save-on-airsupra .sec-1 .text-sec {
    max-width: 100%;
  }
}

.exit-ramp-modal .modal__close .modal__closeLabel {
  font-family: "Montserrat Regular";
  font-size: 16px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: right;
  color: #fff;
  text-shadow: none;
  text-transform: uppercase;
  padding-right: 10px;
  margin-top: 5px;
  display: block;
}

@media only screen and (max-width: 767px) {
  .exit-ramp-modal .modal__close .modal__closeLabel {
    padding-right: 20px;
  }

  #save-on-airsupra .sec-1 .text-sec {
    max-width: 100%;
  }
}

.exit-ramp-modal .modal__close .modal__closeIcon svg {
  height: 34px;
  border-radius: 50%;
  border: 3px solid #fff;
  padding: 3px;
  transform: rotate(0deg);
  transition-duration: 0.5s;
  stroke: #fff;
  stroke-width: 0px;
}

@media only screen and (max-width: 991px) {
  .exit-ramp-modal .modal__close .modal__closeIcon svg {
    transform: rotate(95deg) scale(1.1, 1.1);
  }
}

.exit-ramp-modal .modal__close .modal__closeIcon svg:hover {
  transform: rotate(95deg) scale(1.1, 1.1);
  transition-duration: 0.5s;
}

.exit-ramp-modal .modal-box {
  width: 900px;
  border-radius: 10px;
  margin-bottom: 20px;
  margin-top: 0;
  background-clip: padding-box;
  border: 1px solid #00000033;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .exit-ramp-modal .modal-box {
    width: 600px;
  }
}

@media only screen and (max-width: 767px) {
  .exit-ramp-modal .modal-box {
    width: auto;
    margin-top: 0;
  }

  #save-on-airsupra .sec-1 .text-sec {
    max-width: 100%;
  }
}

.exit-ramp-modal .modal-box__content {
  padding: 53px 90px;
  overflow-y: hidden;
}

@media only screen and (max-width: 767px) {
  .exit-ramp-modal .modal-box__content {
    padding: 20px 0px;
  }

  #save-on-airsupra .sec-1 .text-sec {
    max-width: 100%;
  }
}

.exit-ramp-modal .exit-ramp-actions {
  display: flex;
  justify-content: center;
  margin: 1em 0;
  padding: 0;
}

@media screen and (max-width: 767px) {
  .exit-ramp-modal .exit-ramp-actions {
    padding: 0 15px;
  }

  #save-on-airsupra .sec-1 .text-sec {
    max-width: 100%;
  }
}

.exit-ramp-modal .exit-ramp-continue,.exit-ramp-modal .exit-ramp-cancel {
  background-color: #0BC4BB;
  padding: 12px 16px;
  color: #003D57;
  font-family: "Montserrat Medium";
  font-weight: 600;
  font-size: 16px;
  border-radius: 4px;
  min-width: 100px;
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
  text-align: center;
  min-width: 300px;
  margin: 0 20px;
}

@media only screen and (max-width: 991px) {
  .exit-ramp-modal .exit-ramp-continue,.exit-ramp-modal .exit-ramp-cancel {
    width: 230px;
    min-width: auto;
  }

  #header-inner .cmp-navigation__item--level-0.cmp-navigation__item {
    margin: 0 15px;
    padding: 30px 0;
    border-bottom: 1px solid #CCCCCC;
  }

  #header-inner .cmp-navigation__item--level-0.cmp-navigation__item:last-child {
    margin-top: 30px;
    border-bottom: 0;
  }
}

@media only screen and (max-width: 991px) {
  .exit-ramp-modal .exit-ramp-continue,.exit-ramp-modal .exit-ramp-cancel {
    margin-right: 10px;
  }
}

.exit-ramp-modal .exit-ramp-continue:hover,.exit-ramp-modal .exit-ramp-cancel:hover {
  background-color: #53E0D9;
  color: #003D57 !important;
  transition: all 200ms;
}

.exit-ramp-modal .exit-ramp-continue:focus {
  outline: 1px solid #000;
  outline-offset: 4px;
}

.exit-ramp-modal .exit-ramp-cancel:hover,
      .exit-ramp-modal .exit-ramp-cancel:focus,
      .exit-ramp-modal .exit-ramp-cancel:focus-visible {
  outline: 1px solid #000;
  outline-offset: 4px;
}

.exit-ramp-modal .exit-ramp-title {
  font-family: "Montserrat Bold";
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.4;
  letter-spacing: normal;
  text-align: left;
  color: #003D57;
  text-shadow: none;
  padding: 1em 0.8em;
}

.exit-ramp-modal .exit-ramp-body {
  font-family: "Montserrat Regular";
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.75;
  letter-spacing: normal;
  text-align: left;
  color: #333333;
  text-shadow: none;
  padding: 0.5em 1em;
}

.exit-ramp-modal .exit-ramp-body br {
  display: block;
  content: '';
  height: 10px;
}
        /* END - ExitRamp */
        
        /* START - HUMBURGER */
.cmp-navigation {
  position: relative;
}

.cmp-navigation a {
  text-shadow: none;
}

.cmp-navigation a:hover,.cmp-navigation a:focus {
  text-shadow: none;
}

.cmp-navigation__group {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
}

.cmp-navigation__item {
  margin: 0 1em;
  padding: 1em 0;
  position: relative;
  white-space: nowrap;
  padding: 16px 0 17px;
}

.cmp-navigation__item:hover .cmp-navigation__dropdownmenu,.cmp-navigation__item:focus .cmp-navigation__dropdownmenu,.cmp-navigation__item:active .cmp-navigation__dropdownmenu {
  display: block;
}

.cmp-navigation__item--level-0 .cmp-navigation__item-link {
  cursor: pointer;
  font-family: "AvenirNext-DemiBold","Arial";
}

.cmp-navigation__item--level-0 .fa-chevron-down {
  vertical-align: text-top;
  pointer-events: none;
}

@media only screen and (max-width: 991px) {
  .cmp-navigation__item--level-0 .fa-chevron-down {
    pointer-events: unset;
  }
}

.cmp-navigation__item--level-0 .fa-chevron-down::before {
  color: #ef4130;
  font-size: 21px;
  font-weight: bold;
  position: relative;
  top: -6px;
  transition: transform 0.5s ease;
  transform: rotate(90deg);
}

@media only screen and (max-width: 991px) {
  .cmp-navigation__item--level-0 .fa-chevron-down::before {
    font-size: 25px;
    top: -4px;
    left: 10px;
  }
}

@media only screen and (min-width: 350px) and (max-width: 550px) {
  .cmp-navigation__item--level-0 .fa-chevron-down::before {
    font-size: 25px;
    top: -1px;
  }
}

.cmp-navigation__item--level-0.activeDropdown .fa-chevron-down::before {
  display: inline-block;
  top: 2px;
  transform: rotate(180deg);
}

.cmp-navigation__item--level-0.dropdown-visible .fa-chevron-down::before {
  display: inline-block;
  transform: rotate(180deg);
}

.cmp-navigation__item--level-1 {
  line-height: 18px;
  margin: 0;
  padding: 21px 0 19px;
  text-align: center;
}

.cmp-navigation__item--level-1:last-child {
  border: 0;
}

.cmp-navigation__item--level-1:hover {
  color: #333;
  background: #d1d3d4;
}

.cmp-navigation__item--level-1::after {
  background: #d1d3d4;
  bottom: -1px;
  content: '';
  height: 1px;
  left: 50%;
  position: absolute;
  transform: translate(-50%, 0);
  width: 231px;
}

.cmp-navigation__item--level-1:hover::after {
  height: 0;
}

.cmp-navigation__item--level-1:last-child::after {
  background: 0;
  height: 0;
}

.cmp-navigation__item-link {
  font-size: 14px;
}

.cmp-navigation__item-link.fa-chevron-down::before {
  content: '';
  font-size: 1px;
}

@media only screen and (max-width: 767px) {
  .cmp-navigation__item-link {
    font-size: 16px;
    font-weight: 500;
  }

  #save-on-airsupra .sec-1 .text-sec {
    max-width: 100%;
  }
}

.cmp-navigation__dropdownmenu {
  margin: 0;
  list-style: none;
  min-width: 265px;
  padding: 0;
  position: absolute;
  top: 100%;
  z-index: 100;
  background-color: #fff;
  box-shadow: 0 0 20px 0 rgba(0,0,0,0.16);
  display: none;
  left: 50%;
  transform: translateX(-50%);
}

.cmp-navigation__highvalueitem-container {
  display: flex;
  flex-wrap: wrap;
  min-width: 22em;
  white-space: initial;
  align-items: center;
  margin-top: 0.5em;
}

.cmp-navigation__highvalueitem-image {
  width: 30%;
  padding: 0.5em;
}

.cmp-navigation__highvalueitem-image img {
  width: 100%;
}

.cmp-navigation__highvalueitem-content {
  width: 70%;
  padding: 0.5em;
  font-size: 14px;
  line-height: 28px;
}

.cmp-navigation__highvalueitem-content p {
  margin: 0;
}

.cmp-navigation__highvalueitem-content a {
  color: inherit;
}

.ic-hamburger {
  position: relative;
  display: none;
}

.ic-hamburger .hamburger-wrapper {
  position: relative;
  z-index: 3;
  top: 0;
  display: block;
  width: 32px;
  height: 32px;
  cursor: pointer;
  background: #06C4BB;
  border-radius: 8px;
}

@media only screen and (max-width: 991px) {
  .ic-hamburger .hamburger-wrapper {
      /*top:13px;
      left: 5px;*/
    ;
  }
}

.ic-hamburger .hamburger {
  position: absolute;
  z-index: 1000;
  width: 32px;
  height: 32px;
  transform: none;
  transition: opacity 0.3s cubic-bezier(0.25, 0.1, 0.25, 1),transform 0.1806s cubic-bezier(0.04, 0.04, 0.12, 0.96);
}

.ic-hamburger .hamburger.hamburger-mid {
  display: none;
}

.open .ic-hamburger .hamburger {
  transition: transform 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
}

.ic-hamburger .hamburger-top {
  z-index: 4;
}

.ic-hamburger .hamburger-line {
  position: absolute;
  z-index: 1;
  left: 8px;
  display: block;
  width: 17px;
  height: 3px;
  background: #003D57;
  transition: transform 0.1596s cubic-bezier(0.52, 0.16, 0.52, 0.84) 0.1008s;
}

.ic-hamburger .hamburger-line-top {
  top: 18px;
  transform: translateY(-7px);
}

.ic-hamburger .hamburger-line-mid {
  top: 16px;
}

.ic-hamburger .hamburger-line-bottom {
  bottom: 16px;
  transform: translateY(7px);
}

.ic-hamburger.open .hamburger {
  transition: transform 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
}

.ic-hamburger.open .hamburger-top {
  transform: rotate(45deg);
  top: -3px;
  left: 3px;
}

.ic-hamburger.open .hamburger-mid {
  visibility: hidden;
}

.ic-hamburger.open .hamburger-bottom {
  transform: rotate(-45deg);
  top: 1px;
  left: 1px;
}

.ic-hamburger.open .hamburger-line {
  transform: none;
  transition: transform 0.1806s cubic-bezier(0.04, 0.04, 0.12, 0.96);
}

@media only screen and (max-width: 991px) {
  div#header {
    position: fixed;
    left: 0;
    width: 100%;
    z-index: 9;
  }

  #header #header-inner {
    padding-bottom: 20px;
    padding-top: 10px;
  }

  .cmp-navigation {
    display: none !important;
  }

  .navigation-mobile.open {
    border-top: 1px solid #000;
  }

  .navigation-overlay.show {
    position: fixed;
    top: 119px;
    left: 0;
    width: 100%;
    background-color: #fff;
    z-index: 1000;
    overflow: auto;
    max-height: 50vh;
  }

  #header-inner .cmp-navigation__item--level-0:last-child .cmp-navigation__item-link {
              /*padding: 25px 100px;*/
    display: block;
    width: 100%;
  }

  .navigation-overlay .cmp-navigation {
    display: block !important;
  }

  .navigation-overlay .cmp-navigation__group {
    display: block;
  }

  .navigation-overlay .cmp-navigation_item:hover .cmp-navigation__dropdownmenu,.navigation-overlay .cmp-navigation_item:focus .cmp-navigation__dropdownmenu,.navigation-overlay .cmp-navigation_item:active .cmp-navigation__dropdownmenu {
    display: none;
  }

  .ic-hamburger {
    display: block;
  }
}

@media only screen and (max-width: 991px) {
  .navigation-overlay.show {
    top: 129px;
    left: 0;
  }

  .navigation {
    height: auto;
    width: auto;
  }

  .navigation .ic-header {
    width: auto;
    height: auto;
  }

  .navigation .ic-header .ic-hamburger {
    display: inline-block;
    width: auto;
    height: auto;
  }

  .navigation .ic-header .ic-hamburger .hamburger-wrapper {
    margin-top: 17px;
    margin-right: 3px;
    left: auto;
  }
}

.cmp-navigation--frx-nav .cmp-navigation {
  margin-top: 1em;
}

@media (max-width: 991px) {
  .cmp-navigation--frx-nav .cmp-navigation {
    margin-top: 0.25em;
  }
}

.cmp-navigation--frx-nav .cmp-navigation__group {
  justify-content: flex-end;
  flex-wrap: nowrap;
  padding-top: 4px;
  padding-right: 6px;
}

@media only screen and (max-width: 991px) {
  .cmp-navigation--frx-nav .cmp-navigation__group {
    padding: 0;
  }
}

.cmp-navigation--frx-nav .cmp-navigation__item-link {
  text-decoration: none;
  font-size: 14px;
  font-weight: 700;
}

.cmp-navigation--frx-nav .cmp-navigation__item--level-0 {
  margin: 0 15px;
}

.cmp-navigation--frx-nav .cmp-navigation__item--level-0.dropdown-visible:hover .cmp-navigation__item-link {
  color: #ef4130;
}

.cmp-navigation--frx-nav .cmp-navigation__item--level-0.dropdown-visible:hover .cmp-navigation__item--level-1 .cmp-navigation__item-link {
  color: #333;
}

.cmp-navigation--frx-nav .cmp-navigation__item--level-0>.cmp-navigation__item-link {
  color: #333;
  font-size: 14px;
  line-height: 1.37;
  letter-spacing: 0.56px;
  font-weight: 500;
  text-decoration: none;
  text-transform: uppercase;
}

.cmp-navigation--frx-nav .cmp-navigation__item--level-0>.cmp-navigation__item-link:hover,.cmp-navigation--frx-nav .cmp-navigation__item--level-0>.cmp-navigation__item-link:active,.cmp-navigation--frx-nav .cmp-navigation__item--level-0>.cmp-navigation__item-link:focus {
  color: #ef4130;
}

@media only screen and (max-width: 991px) {
  .cmp-navigation--frx-nav .cmp-navigation__item--level-0 {
    font-size: 16px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1024px) {
  .cmp-navigation--frx-nav .cmp-navigation__item--level-0 {
    margin: 0 6px;
  }
}

.cmp-navigation--frx-nav .cmp-navigation__item--active>.cmp-navigation__item-link {
  color: #ef4130;
}

.cmp-navigation--frx-nav .cmp-navigation__item--level-1>.cmp-navigation__item-link {
  color: #333;
  font-size: 16px;
  font-weight: 500;
}

.cmp-navigation--frx-nav .cmp-navigation__item--level-1>.cmp-navigation__item-link:hover,.cmp-navigation--frx-nav .cmp-navigation__item--level-1>.cmp-navigation__item-link:active,.cmp-navigation--frx-nav .cmp-navigation__item--level-1>.cmp-navigation__item-link:focus {
  color: #ef4130;
}

.cmp-navigation--frx-nav .cmp-navigation__dropdownmenu {
  padding-bottom: 0;
}

.cmp-navigation--frx-nav .cmp-navigation__highvalueitem {
  background-color: #333;
  color: #ef4130;
}

.cmp-navigation--frx-nav .cmp-navigation__highvalueitem-content {
  font-size: 16px;
}

.cmp-navigation--frx-nav .cmp-navigation__highvalueitem-content a,.cmp-navigation--frx-nav .cmp-navigation__highvalueitem-content b {
  font-weight: 800;
}

@media only screen and (max-width: 991px) {
  .cmp-navigation--frx-nav .ic-hamburger .hamburger-line {
    background-color: #333;
  }

  .cmp-navigation--frx-nav .navigation-overlay {
    height: auto !important;
    background-color: #f8f8f8;
    box-shadow: 0 6px 12px rgba(0,0,0,0.175);
  }

  .cmp-navigation--frx-nav .navigation-overlay .cmp-navigation__item {
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 90px;
    border-top: 1px solid #d1d3d4;
  }

  .cmp-navigation--frx-nav .navigation-overlay .cmp-navigation__item .cmp-navigation__dropdownmenu {
    width: 100%;
    box-shadow: none;
    background: #f8f8f8;
  }

  .cmp-navigation--frx-nav .navigation-overlay .cmp-navigation__item .cmp-navigation__dropdownmenu .cmp-navigation__item {
    border-top: 1px solid #fff;
  }

  .cmp-navigation--frx-nav .navigation-overlay .cmp-navigation__item .cmp-navigation__dropdownmenu .cmp-navigation__item--level-1::after {
    background: none;
  }

  .cmp-navigation--frx-nav .navigation-overlay .cmp-navigation__item-link {
    font-size: 16px;
    line-height: 1.2;
    letter-spacing: 0.64px;
    color: #333 !important;
  }

  .cmp-navigation--frx-nav .navigation-overlay .cmp-navigation__item-link:hover,.cmp-navigation--frx-nav .navigation-overlay .cmp-navigation__item-link:active {
    color: #333 !important;
  }

  .cmp-navigation--frx-nav .navigation-overlay .cmp-navigation__item--active>.cmp-navigation__item-link {
    color: #ef4130 !important;
  }

  .cmp-navigation--frx-nav .navigation-overlay .cmp-navigation__dropdownmenu {
    display: none;
  }

  .cmp-navigation--frx-nav .navigation-overlay .cmp-extranavigation__group {
    padding: 0;
    margin: 0;
    list-style: none;
  }

  .cmp-navigation--frx-nav .navigation-overlay .cmp-extranavigation__group .cmp-extranavigation__item {
    padding: 1em 0;
    border-bottom: 1px solid #d1d3d4;
    text-align: center;
  }

  .cmp-navigation--frx-nav .navigation-overlay .cmp-extranavigation__group .cmp-extranavigation__item:first-child {
    border-top: 1px solid #fff;
    padding-top: 1em;
  }

  .cmp-navigation--frx-nav .navigation-overlay .cmp-extranavigation__group .cmp-extranavigation__item:last-child {
    border-bottom: none;
  }

  .cmp-navigation--frx-nav .navigation-overlay .cmp-extranavigation__group .cmp-extranavigation__item .cmp-topnavigation__link {
    color: #333;
    text-decoration: none;
  }
}

.cmp-navigation--primary .cmp-navigation__item--level-0>.cmp-navigation__item-link {
  color: #333;
}

.cmp-navigation--primary .cmp-navigation__item--level-0>.cmp-navigation__item-link:hover,.cmp-navigation--primary .cmp-navigation__item--level-0>.cmp-navigation__item-link:active,.cmp-navigation--primary .cmp-navigation__item--level-0>.cmp-navigation__item-link:focus {
  color: #ef4130;
}

.cmp-navigation--primary .cmp-navigation__item--active.cmp-navigation__item--level-0>.cmp-navigation__item-link {
  color: #ef4130 !important;
}

.cmp-navigation--primary .cmp-navigation__item--level-1>.cmp-navigation__item-link {
  color: #333;
  font-family: "AvenirNext-Regular","Arial";
  font-size: 14px;
  letter-spacing: 0.56px;
  line-height: 1.29;
}

.cmp-navigation--primary .cmp-navigation__item--level-1>.cmp-navigation__item-link:hover,.cmp-navigation--primary .cmp-navigation__item--level-1>.cmp-navigation__item-link:active,.cmp-navigation--primary .cmp-navigation__item--level-1>.cmp-navigation__item-link:focus {
  color: #333;
}

.cmp-navigation--primary .cmp-navigation__highvalueitem {
  background-color: #fff;
  color: #333;
}

.cmp-navigation--secondary .cmp-navigation__item--level-0>.cmp-navigation__item-link {
  color: #00a5e3;
}

.cmp-navigation--secondary .cmp-navigation__item--level-0>.cmp-navigation__item-link:hover,.cmp-navigation--secondary .cmp-navigation__item--level-0>.cmp-navigation__item-link:active,.cmp-navigation--secondary .cmp-navigation__item--level-0>.cmp-navigation__item-link:focus {
  color: #97c356;
}

.cmp-navigation--secondary .cmp-navigation__item--active.cmp-navigation__item--level-0>.cmp-navigation__item-link {
  color: #00a5e3;
}

.cmp-navigation--secondary .cmp-navigation__item--level-1>.cmp-navigation__item-link {
  color: #00a5e3;
}

.cmp-navigation--secondary .cmp-navigation__item--level-1>.cmp-navigation__item-link:hover,.cmp-navigation--secondary .cmp-navigation__item--level-1>.cmp-navigation__item-link:active,.cmp-navigation--secondary .cmp-navigation__item--level-1>.cmp-navigation__item-link:focus {
  color: #97c356;
}

.cmp-navigation--secondary .cmp-navigation__highvalueitem {
  background-color: #fff;
  color: #00a5e3;
}

@media only screen and (max-width: 991px) {
  .cmp-navigation--primary .ic-hamburger .hamburger-line {
    background-color: #333;
    width: 31px;
    height: 4px;
    border-radius: 2px;
  }

  .cmp-navigation--primary .navigation-overlay .cmp-navigation__item {
    border-bottom-color: #d1d3d4;
  }

  .cmp-navigation--primary .navigation-overlay .cmp-navigation__item.activeDropdown {
    align-items: baseline;
    padding-top: 18px;
  }

  #page-404 #banner-inner .banner .banner-image {
              /* width:406px; */
    width: auto;
    margin-left: auto;
    margin-right: auto;
  }
}

@media only screen and (max-width: 991px) and (min-width: 350px) and (max-width: 550px) {
  .cmp-navigation--primary .navigation-overlay .cmp-navigation__item.activeDropdown {
    padding-top: 21px;
  }
}

@media only screen and (max-width: 991px) {
  .cmp-navigation--primary .navigation-overlay .cmp-navigation__item-link {
    color: #333 !important;
  }
}

@media only screen and (max-width: 991px) and (min-width: 768px) and (max-width: 991px) {
  .cmp-navigation--primary .navigation-overlay .cmp-navigation__item-link .cmp-navigation__item-text::after {
    display: block;
    content: '';
    border-bottom: 5px solid #f8f8f8;
    transform: scaleX(0);
    transition: transform 250ms ease-in-out;
    position: relative;
  }

  .cmp-navigation--primary .navigation-overlay .cmp-navigation__item-link .cmp-navigation__item-text:hover::after,.cmp-navigation--primary .navigation-overlay .cmp-navigation__item-link .cmp-navigation__item-text:focus::after,.cmp-navigation--primary .navigation-overlay .cmp-navigation__item-link .cmp-navigation__item-text:active::after {
    text-decoration: none;
    transform: scaleX(1);
  }
}

@media only screen and (max-width: 991px) {
  .cmp-navigation--primary .navigation-overlay .cmp-extranavigation__group .cmp-extranavigation__item {
    border-bottom-color: #d1d3d4;
  }

  .cmp-navigation--primary .navigation-overlay .cmp-extranavigation__group .cmp-extranavigation__item .cmp-topnavigation__link {
    color: #333;
  }

  .cmp-navigation--secondary .ic-hamburger .hamburger-line {
    background-color: #333;
  }

  .cmp-navigation--secondary .navigation-overlay .cmp-navigation__item {
    border-bottom-color: #d1d3d4;
  }

  .cmp-navigation--secondary .navigation-overlay .cmp-navigation__item-link {
    color: #d1d3d4 !important;
  }

  .cmp-navigation--secondary .navigation-overlay .cmp-extranavigation__group .cmp-extranavigation__item {
    border-bottom-color: #d1d3d4;
  }

  .cmp-navigation--secondary .navigation-overlay .cmp-extranavigation__group .cmp-extranavigation__item .cmp-topnavigation__link {
    color: #00a5e3;
  }
}
        /* END - HUMBURGER */
@media screen and (max-width: 414px) {
  #banner-inner .banner-content h1 {
    font-size: 17px;
    line-height: 1.6;
  }

  #banner-inner .banner-content h3 {
    font-size: 33px;
    line-height: 1.3;
  }

  #register-section #register-section-inner {
    padding-top: 120px;
  }

  #banner-inner .banner .banner-image img {
    position: relative;
    bottom: 20px;
  }

  .dynamicform .checkbox .cmp-dynamicform__vcenter label {
    width: 100%;
  }

  .dynamicform .checkbox .cmp-dynamicform__vcenter label input {
    width: 5%;
  }

  .dynamicform .checkbox .cmp-dynamicform__vcenter label span {
    width: 100%;
  }

  #save-on-airsupra .sec-1 .text-sec {
    min-height: 390px;
  }
}

@media screen and (max-width: 375px) {
          
  #banner-inner .banner-content h5 {
    font-size: 15px;
    margin-bottom: 20px;
    margin-top: 25px;
  }
}
        
        
        
        /* new style */
        
#page-404 #isi-header h3:before {
  content: '';
  position: absolute;
  right: 0;
  font-size: 24px;
  cursor: pointer;
}

.dynamicform .has-error .checkbox .cmp-dynamicform__vcenter label {
  color: #d72a2a;
}
        
        
        /* CSS Document */
        
        
@media screen and (max-width: 414px) {
  #footer .footer-meta-info {
    margin: 40px 20px 0 20px;
  }
}
        
        /* New style */
.pink-var:before,.pink-var:after {
  display: none;
}

#banner-inner .banner-content p {
  margin-bottom: 0;
}

#banner-inner .banner-content ul {
  font-family: "Montserrat Light";
  font-size: 16px;
  color: white;
  margin-bottom: 15px;
  line-height: 1.4;
}

#banner-inner .banner-content ul li {
  padding-left: 25px;
}

#banner-inner .banner-content ul li::before {
  content: '\2022';
  position: relative;
  margin-right: 7px;
  font-size: 20px;
  font-weight: bold;
  color: #FFFFFF;
}

#register-section #register-section-inner #register-section-form p font {
  display: none;
}

#isi-container p.margin-btm-remove {
  margin-bottom: 0;
}
        /* References section */
        
#page-404 #References-section {
  display: none;
}

@media only screen and (max-width: 991px) {
  .navigation-overlay .cmp-navigation {
    margin-top: 10px;
  }

  #isi-container {
    padding-bottom: 0px;
  }
        /*.navigation-overlay.show {*/
        /*  max-height: 20vh;*/
        /*}*/
  #header-inner .image img {
    margin-bottom: 0;
    margin-top: 8px;
  }
}
        
        
        
        /* Custom styling start here */
        
#header-inner .cmp-navigation__item--level-0 .cmp-navigation__item-link:hover , #header-inner .cmp-navigation__item--level-0 .cmp-navigation__item-link.is-active {
          /* text-decoration: underline; */
  border-bottom: 1px #06C4BB solid;
  padding-bottom: 5px;
          /* opacity: 0.5; */
  ;
}

#header-inner .cmp-navigation__item--level-0:last-child .cmp-navigation__item-link:hover,#header-inner .cmp-navigation__item--level-0:last-child .cmp-navigation__item-link.is-active {
  border-bottom: 0;
  padding-bottom: 25px;
  background: #53E0D9;
}

#header-inner .cmp-navigation__item--level-0:last-child .cmp-navigation__item-link:focus {
  outline: 1px solid #000000;
  outline-offset: 2px;
}

#section-1 {
  opacity: 0;
}

h1 {
  font-size: 40px;
  line-height: 50px;
  color: #fff;
  font-family: "Montserrat Bold";
}

.border {
  margin-bottom: 140px;
}

.hmpg-separator {
  margin-bottom: 60px;
  margin-top: 40px;
}

.border hr {
  max-width: 630px;
  border: 1px solid #06C4BB;
  opacity: 0.5;
  width: 80%;
}

.section-1 {
  width: 100%;
          /*max-width: 90%;*/
  margin: 0 auto;
  padding: 20px 0px;
}

.section-1 h1 span {
  color: #53E0D9;
}

.section-two-col,.two-col-section,.two-column-section {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.section-1 .text-container {
  max-width: 646px;
  vertical-align: middle;
  margin-right: 60px;
}

.section-3 {
  margin: 0px 0px 80px;
          /* color: #fff; */
  ;
}

.section-3 h2 {
  color: #fff;
  line-height: 36px;
  padding-bottom: 15px;
}

.section-3 p {
  font-size: 18px;
  line-height: 24px;
  color: #fff;
  max-width: 1001px;
  padding-bottom: 30px;
}

.animateasthmaGuideRight-home {
  animation: animateasthmaGuideRight 0.9s ease-in-out;
}

.section-3 .image-container {
  max-width: 60%;
}

.section-3 .image-container img {
  border-radius: 10px;
}

.section-3 .text-container-cta {
  max-width: 40%;
}

.section-3 .text {
  background: #fff;
  color: #333;
  border-radius: 10px;
  padding: 40px 35px 40px 35px;
  margin-left: -10%;
  max-width: 600px;
}

.sec-3-txt {
  margin-top: 16%;
}

.section-3 .text p {
  max-width: 508px;
  color: #333;
  padding-bottom: 0px;
}

.section-3 .text p.resc-inhal {
  padding-top: 14px;
  font-family: 'Montserrat Bold';
}

.section-3 .cta {
  margin-top: 35px;
  margin-left: 30px;
}

.cta a {
  text-decoration: none;
  color: #003D57;
  font-size: 16px;
  line-height: 20px;
  background: #06C4BB;
  border-radius: 4px;
  padding: 24px 0px;
  position: relative;
  width: 210px;
  display: inline-block;
  text-align: center;
  padding-right: 19px;
  font-family: 'Montserrat-ExtraBold';
}

.cta a:hover, .cta a:active {
  background: #53E0D9;
}

.hmpg-cta a:focus {
  outline: 1px solid #FFFFFF;
  outline-offset: 2px;
}

.align-center {
  text-align: center;
}

.rem-text p {
  color: #fff;
  font-size: 20px;
  line-height: 28px;
  font-family: 'Montserrat Regular';
  max-width: 810px;
  margin: 0 auto;
  padding-bottom: 95px;
}

.section-4 {
  background: transparent linear-gradient(179deg, #C4B681 0%, #937C22 100%) 0% 0% no-repeat padding-box;
  padding: 80px 0px 40px;
}

.section-4  .two-column-section {
  width: 100%;
  max-width: 80%;
  margin: 0 auto;
}

.section-4 .text-container-cta {
  max-width: 50%;
}

.section-4 h2 {
  line-height: 36px;
}

.section-4 .cta {
  margin-top: 50px;
  margin-bottom: 130px;
}

a.white-cta {
  text-decoration: none;
  color: #003D57;
  font-size: 16px;
  line-height: 20px;
  background: #fff;
  border-radius: 4px;
  padding: 24px 42px;
  position: relative;
  border: 1px solid #003864;
  font-family: 'Montserrat-ExtraBold';
}

.white-button {
  margin-top: 50px;
}

a.white-cta:before,.cta a:before {
  position: absolute;
  content: url('/content/dam/intelligentcontent/brands/airsupra-dtc/us/en/images/desktop/1.0_About_Saving_Comp_Arrow_icon_D.png');
  top: 38%;
  right: 4%;
  bottom: 0;
}

.cta a:before {
  right: 28px;
}

#aboutAirsupraDTCPage a.white-cta:before {
  right: 12%;
}

p.footnote {
  font-size: 14px;
  line-height: 18px;
  color: #2F2F2F;
}

.section-4 .image-container {
  max-width: 50%;
}

.section-4 img {
  margin-top: -40%;
}

#savingCampLeft h2 {
  color: #2F2F2F;
}

.hmpg-cta a {
  padding: 24px 54px 24px 30px;
  width: auto;
  text-align: left;
}

.hmpg-cta a:before {
  display: none;
}

.hmpg-cta a span {
  display: inline-block;
  position: relative;
  padding: 0;
}

.hmpg-cta a span::after {
  position: absolute;
  content: url(/content/dam/intelligentcontent/brands/airsupra-dtc/us/en/images/desktop/1.0_About_Saving_Comp_Arrow_icon_D.png);
  top: 3px;
  right: -25px;
}

a.hmpg-wht-cta {
  padding: 24px 62px 24px 42px;
}

a.hmpg-wht-cta:before {
  right: 10%;
}

.tc-underline {
  text-decoration: underline;
  cursor: pointer;
}

.tc-modal-txt-link {
  text-decoration: none;
  color: #000000;
}

span.phone-dail a {
  text-decoration: none;
  color: #000000;
}

.tc-modal-container {
  padding: 40px 70px 70px 50px;
}

.cmp-formcontainer .validation-message {
  font-size: 14px !important;
  line-height: 26px;
}

.cmp-formcontainer .err-msg.showErrMsgContainer, .cmp-formcontainer .showErrMsg {
  line-height: 26px;
}

p.f-16 {
  padding-top: 10px;
}

@media screen and (max-width:991px) {
  h1 {
    font-size: 30px;
    line-height: 36px;
  }

  #home-page div#banner {
    background: url(/content/dam/intelligentcontent/brands/airsupra-dtc/us/en/images/mobile/home-bg-m.png) #003d57;
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 130px;
  }

  .cmp-formcontainer .validation-message {
    font-size: 14px;
    line-height: 22px;
  }

  .hmpg-separator {
    margin-bottom: 40px;
    margin-top: 0px;
  }

  .border hr {
    max-width: 354px;
  }

  .section-1 {
    padding: 56px 0px 0px;
  }

  .section-two-col, .two-col-section, .two-column-section {
    display: block;
  }

  .section-1 .text-container {
    margin-right: 0px;
  }

  .section-1 .image-container {
    text-align: center;
  }

  .section-3 {
    margin: 20px 0px 40px;
  }

  .section-3 h2 {
    font-size: 24px;
    line-height: 28px;
  }

  .section-3 p {
    font-size: 16px;
    padding-bottom: 20px;
    max-width: 100%;
  }

  .section-3 .image-container {
    max-width: 100%;
  }

  .section-3 .text-container-cta {
    max-width: 93%;
    margin: 0 auto;
  }

  .section-3 .text {
    padding: 30px 24px 48px;
    margin-left: 0;
    margin-top: -20%;
    position: relative;
  }

  .rem-text p {
    font-size: 18px;
    max-width: 93%;
    padding-bottom: 50px;
  }

  .section-4 .two-column-section {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    flex-direction: column-reverse;
  }

  .section-3 .cta {
    margin-top: 40px;
    margin-left: 0px;
  }

  .section-4 .text-container-cta {
    max-width: 100%;
  }

  .section-4 .image-container {
    max-width: 100%;
  }

  .cta a {
    display: block;
  }

  a.white-cta {
    display: block;
    padding: 24px 25px;
  }

  .hmpg-cta a:before {
    right: 9%;
    top: 45%;
  }

  #savingCampLeft .white-button {
    margin-bottom: 24px;
  }

  #savingCampLeft {
    margin-top: 20px;
  }

  #savingCampLeft p:last-child {
    padding-bottom: 20px;
  }

  .hmpg-sec1 {
    padding: 65px 0px 0px 0;
  }

  .hm-inhaler-img {
    margin-top: 30px;
  }

  .hmpg-cta {
    margin-top: 25px !important;
  }

  .hmpg-cta a {
    padding: 24px 37px 24px 37px;
  }

  .tc-modal-container {
    padding: 55px 15px 55px 15px;
  }

  .modal--overflow {
    padding: 8vh 3vh;
  }
}
        
        
        /* Save on airsupra page */
          
#save-on-airsupra div#banner {
  padding-bottom: 120px;
}

#save-on-airsupra .sec-1 {
  padding: 0px 0px 40px;
          /* max-width: 70%; */
          /* margin: 0 auto; */
  ;
}

a.no-style {
  text-decoration: none;
  color: #2f2f2f;
}
        
        /*#savingCamp a.no-style{*/
        /*    text-decoration:underline;*/
        /*}*/
        
#save-on-airsupra .sec-1 .two-col {
  display: flex;
  align-items: center;
  margin: 0 auto;
}

#save-on-airsupra .sec-1 .text-sec {
  max-width: 600px;
  margin: 0 auto;
  background: #fff;
  border-radius: 10px;
  padding: 48px 50px 50px;
}

#save-on-airsupra .sec-1 .text-sec h1 {
  color: #3C4242;
  margin-bottom: 20px;
}

#save-on-airsupra .sec-1 .text-sec h1 span {
  color: #05A69E;
}

#save-on-airsupra .sec-1 .text-sec p {
  margin-bottom: 0px;
  max-width: 393px;
}

#save-on-airsupra .sec-1 .text-sec p.multiple {
  font-family: 'Montserrat-SemiBold';
  margin: 0;
  line-height: 22px;
}

#save-on-airsupra .sec-1 .text-sec p.footnote-term {
  margin-bottom: 15px;
  line-height: 21px;
  color: #2F2F2F;
  margin-top: 16px;
}

#save-on-airsupra .sec-1 .text-sec p.footnote-term a.term-cond {
  color: #2F2F2F;
}

#save-on-airsupra .image-sec {
  margin-left: calc(1038px - 100%);
  margin-top: 76px;
}

#save-on-airsupra form#form-sec {
  width: 100%;
  max-width: 648px;
  margin: 0 auto;
  background: #EBEFEE;
  border-radius: 10px;
  padding: 60px 57px 40px;
}

.cmp-form-options__field--radio {
  width: 14px;
  height: 14px;
}

#form-sec h2 {
  margin-bottom: 30px;
}

#form-sec #name-details .text {
  width: 100%;
}

#form-sec label {
  font-size: 16px;
  font-family: 'Montserrat Bold';
  line-height: 24px;
  margin-bottom: 10px;
  display: inline-block;
}

#form-sec .cmp-form-text__text {
  border: 1px solid #CED4DA;
  border-radius: 4px;
  font-size: 16px;
  line-height: 24px;
  color: #656969;
}

#form-sec .cmp-form-text__text:focus {
  border: 3px solid #72B0F2;
  outline: none;
}

#form-sec .cmp-form-text__text.err {
  border: 1px solid #DA3447;
}

#form-sec div#recaptcha {
  margin-top: 20px;
  display: block;
}

button#savingsFormSubmit {
  background: #0BC4BB;
  border-radius: 4px;
  color: #003D57;
  font-size: 16px;
  font-family: 'Montserrat Bold';
  line-height: 24px;
  padding: 24px 32px;
  margin-top: 35px;
  margin-bottom: 30px;
}

button#savingsFormSubmit:hover, button#savingsFormSubmit:active {
  background: #53E0D9;
  outline: none;
}

button#savingsFormSubmit:focus {
  outline: 1px solid #000000;
  outline-offset: 2px;
  background: #06C4BB;
}

#form-sec span.cmp-form-options__field-description {
  font-family: 'Montserrat Regular';
  padding: 0 30px 0px 5px;
}

#form-sec .cmp-form-text {
  padding: 0 0 20px;
}

#form-sec fieldset.cmp-form-options.cmp-form-options--radio,
    #form-sec fieldset.cmp-form-options.cmp-form-options--checkbox {
  margin: 20px 0 0px;
  padding: 0;
}

#form-sec legend.cmp-form-options__legend {
  margin-bottom: 24px;
  font-size: 16px;
  line-height: 24px;
}

#form-sec span.fa.fa-pulse.fa-spinner {
  display: none;
}

#form-sec .form-desc a.no-style {
  color: #3C4242;
  text-decoration: underline;
}

#form-sec .form-desc span.line-break {
  display: inline-block;
}

#form-sec .form-desc p {
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 20px;
}

@media only screen and (min-width: 1441px) {
        
  #save-on-airsupra .sec-1 .two-col {
    margin: 0 auto;
    max-width: 1400px;
  }
}

@media screen and (max-width:1200px) {
  #save-on-airsupra .image-sec {
    margin-left: calc(843px - 100%);
    margin-top: 157px;
    width: 600px;
  }

  #save-on-airsupra .sec-1 .text-sec {
    max-width: 438px;
    margin: 0 auto;
    background: #fff;
    border-radius: 10px;
    padding: 48px 50px 50px;
  }

  #save-on-airsupra .sec-1 .two-col {
    padding: 20px;
  }

  #savingCampLeft h2 {
    max-width: 464px;
  }
}

@media screen and (max-width:991px) {
  #save-on-airsupra .sec-1 {
    padding: 69px 0px 50px;
          /* max-width: 70%; */
          /* margin: 0 auto; */
    ;
  }

  #save-on-airsupra .sec-1 .two-col {
    display: block;
    padding: 0 15px;
    padding-top: 50px;
  }

  #save-on-airsupra .sec-1 .text-sec {
    padding: 40px 16px 20px;
  }

  #save-on-airsupra .image-sec {
    margin-left: 0;
    margin-top: -167px;
  }

  #save-on-airsupra .cmp-formcontainer {
    padding: 0 15px;
  }

  #save-on-airsupra form#form-sec {
    padding: 40px 30px 50px;
  }

  .aem-Grid.aem-Grid--phone--12 > .aem-GridColumn.aem-GridColumn--offset--phone--1 {
    margin-left: 0%;
  }

  #save-on-airsupra div#banner {
    padding-bottom: 60px;
  }

  #save-on-airsupra .sec-1 {
    padding: 0 0px 50px;
          /*max-width: 70%; */
    margin: 0 auto;
  }
        
        /*#save-on-airsupra .sec-1 .text-sec { padding: 40px 16px 20px; min-height: 348px}*/
        
  #save-on-airsupra .image-sec {
    margin: -200px auto 0;
    max-width: 600px;
    text-align: center;
  }

  #save-on-airsupra .sec-1 .text-sec {
    padding: 40px 16px 20px;
    min-height: 460px;
    max-width: 650px;
  }

  #save-on-airsupra .sec-1 .text-sec p {
    max-width: 100%;
  }

  #save-on-airsupra .image-sec img {
    margin: 0 auto;
  }

  .cmp-modal__modalbox.modal-md .modal-box {
    border-radius: 10px;
  }

  #page-404 .banner, #page-403 .banner, #page-500 .banner {
    min-height: 555px;
  }

  #page-404 .cta, #page-403 .cta, #page-500 .cta {
    margin-top: 30px;
  }

  #page-404 .cta a, #page-403 .cta a, #page-500 .cta a {
          /* max-width: 210px; */
    margin: 0 auto;
  }

  #page-404 .cta a:before, #page-403 .cta a:before, #page-500 .cta a:before {
          /* right: 23px; */
    ;
  }

  #page-404 #banner-inner .banner-content h3, #page-403 #banner-inner .banner-content h3, #page-500 #banner-inner .banner-content h3 {
    font-size: 30px;
    line-height: 36px;
    margin-bottom: 20px;
  }

  #form-sec label {
    margin-bottom: 7px;
  }

  #form-sec .cmp-form-text {
    padding: 0 0 10px;
  }
}

@media screen and (max-width:600px) {
          
  #home-page div#banner {
    background: url(/content/dam/intelligentcontent/brands/airsupra-dtc/us/en/images/mobile/home-bg-m.png) #003d57;
    background-repeat: no-repeat;
    background-size: contain;
  }

  #save-on-airsupra .image-sec {
    width: 100%;
  }

  #save-on-airsupra .sec-1 .text-sec p:last-child {
    margin-bottom: 200px;
  }

  #save-on-airsupra .sec-1 .text-sec {
    min-height: auto;
  }
}

p.f-16 {
  font-size: 16px;
  font-family: 'Montserrat Bold';
}
        
        /* Pop up styling */
.cmp-modal__modalbox.modal-md .modal-box {
  width: 60%;
  max-width: 728px;
}

body .modal-box__content {
  padding: 0px 0px;
          /*overflow-y:scroll;*/
  ;
}

.pop-up-content {
  padding: 40px 70px 30px 50px;
}

.pop-up-content .heading p {
  font-size: 18px;
  line-height: 28px;
  font-family: 'Montserrat Bold';
  padding-bottom: 14px;
}

.pop-up-content .desc p {
  padding-bottom: 24px;
}

body .modal__closeLabel {
  display: none;
}

#save-on-airsupra .modal__close {
  color: #455E89;
  display: flex;
  flex-direction: row-reverse;
  justify-content: end;
  position: relative;
  width: 100%;
  cursor: auto;
  top: 15px;
  left: 0;
  margin: 0 auto;
  max-width: 728px;
  border: none;
  background: transparent;
  z-index: 999;
  padding: 0;
  padding-right: 20px;
  height: 32px;
  outline: none;
  pointer-events: none;
}

body .modal.cmp-modal__modalbox .modal__closeIcon {
  z-index: 99;
}

body span.modal__closeIcon {
  pointer-events: auto;
}

.exit-ramp-modal .modal__close span.modal__closeIcon:hover {
  outline: 1px solid #000;
  outline-offset: 4px;
}

body .modal__close .modal__closeIcon svg {
  background: #EBEFEE;
  padding: 8px;
  border-radius: 8px;
  width: 32px;
  height: 32px;
  border: 0px solid #fff;
}

body .modal__close .modal__closeIcon svg path {
  fill: #0BC4BB;
}

.pop-up-content .desc p span, .pop-up-content .agree p {
  font-family: 'Montserrat-SemiBold';
}

.pop-up-content .desc p span.subject-limit {
  font-family: "Montserrat Regular";
}

.pop-up-content .desc p span.pink-text {
  font-family: 'Montserrat regular';
}

.phone-break {
  display: inline-block;
}

.mobile {
  display: none;
}

.radio-error {
  text-align: left;
  color: #d72a2a;
  font-size: 14px;
  font-family: "Montserrat Regular";
}

@media screen and (max-width:1360px) {
  .hmpg-cta a {
    padding: 24px 37px 24px 20px;
  }

  .section-3 .cta {
    margin-left: 15px;
    margin-top: 10px;
  }

  .section-3 .image-container {
    max-width: 55%;
  }

  .section-3 .text {
    padding: 25px 25px 30px;
  }

  .sec-3-txt {
    margin-top: 4%;
  }
}

@media screen and (max-width:1200px) {
  .hmpg-cta a {
    font-size: 14px;
  }

  .section-3 .text-container-cta {
    max-width: 50%;
  }
}

@media screen and (max-width:991px) {
  .modal.cmp-modal__modalbox.modal-md .modal-box {
    width: 100%;
  }

  #save-on-airsupra div#banner {
    background: url(/content/dam/intelligentcontent/brands/airsupra-dtc/us/en/images/mobile/save-banner-m.png) #003d57;
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 130px;
  }

  div#bannerContent {
    padding-top: 160px;
  }

  .desktop {
    display: none;
  }

  .mobile {
    display: block;
  }

  #page-404 .cta, #page-403 .cta, #page-500 .cta {
    margin-top: 40px;
  }

  .section-3 .image-container {
    max-width: 100%;
  }

  .section-3 .cta {
    margin-left: 0;
  }

  .section-3 .text {
    max-width: 100%;
  }

  .hmpg-cta a {
    font-size: 16px;
    padding: 24px 30px 20px 30px;
    width: 100%;
    text-align: center;
  }

  .pop-up-content .heading p {
    font-size: 16px;
    line-height: 26px;
  }

  #form-sec h2 {
    font-size: 24px;
    line-height: 26px;
  }

  #isi-container ul {
    padding-top: 14px;
  }

  .section-3 .text p {
    max-width: 100%;
  }

  .section-3 .text-container-cta {
    max-width: 93%;
    margin: 0 auto;
  }

  #isi-container li {
    line-height: 24px;
    font-size: 16px;
  }

  #isi-container ul.isi-sub-level {
    padding-left: 2px;
  }

  #page-404 #banner-inner .banner-content p span.next-line {
    display: inline;
  }
}

@media screen and (max-width:767px) {
  #save-on-airsupra div#banner {
    background: url(/content/dam/intelligentcontent/brands/airsupra-dtc/us/en/images/mobile/save-banner-m.png) #003d57;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .hmpg-cta a:before {
    right: 16%;
    top: 43%;
  }

  #form-sec .form-desc p {
    padding-right: 3px;
  }
}

@media screen and (max-width:600px) {
  .hmpg-cta a {
    padding: 24px 30px 20px 10px;
    text-align: left;
  }

  .hmpg-cta a span {
    max-width: 220px;
    display: block;
    margin: 0 auto;
  }

  .hmpg-cta a span::after {
    top: 15px;
    right: -10px;
  }

  .subject-limit {
    display: inline-block;
  }
}

@media screen and (max-width:414px) {
        
  #page-404 .cta, #page-403 .cta , #page-500 .cta {
    margin-top: 60px;
  }
}

@media screen and (max-width:375px) {
  .hmpg-cta a:before {
    right: 13%;
    top: 43%;
  }

  .highlightinformation .cmp-highlightinfo__container h3.isi-head {
    font-size: 12px;
  }
}
    
    /* New for spinner style start here */
    
span.spinner {
  animation: fa-spin 2s infinite linear;
  -webkit-animation: fa-spin 2s infinite linear;
  -moz-animation: fa-spin 2s infinite linear;
  -ms-animation: fa-spin 2s infinite linear;
  -o-animation: fa-spin 2s infinite linear;
  font-family: "Font Awesome";
  display: inline-block;
  margin-left: 5px;
}

span.spinner::after {
  content: "\f110";
  font-size: 35px;
}

@-webkit-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
    
    /* New for spinner style end here */
  
  /* DGTL-13482 AIRSUPRA DTC Full Commercial launch website (US-78192) New Style Start Here */
  
body {
  -webkit-text-size-adjust: 100%;
}

* {
  -webkit-font-smoothing: antialiased;
}

.cmp-accordion__button {
  outline: none;
}

a,button {
  outline: none;
}

sup,sub {
  line-height: 100%;
  font-size: 60%;
}

.phone-no {
  pointer-events: none;
  cursor: text;
}

a.phone-no {
  pointer-events: none;
  cursor: text;
}

a:focus,a:visited {
  outline: none;
  border: none;
}

a:focus {
  outline: none;
}

select,
  textarea,
  input {
  font-size: 16px;
  outline: none;
  border: none;
}

select:focus,
  textarea:focus,
  input:focus {
  font-size: 16px;
  outline: none;
  border: none;
}

body .cmp-text {
  padding: 0;
}

body .cmp-container__backgroundImage--enabled {
  margin: 0;
  min-height: auto;
}

.content-container {
  max-width: 1270px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

input:-webkit-autofill,
  input:-webkit-autofill:hover, 
  input:-webkit-autofill:focus, 
  input:-webkit-autofill:active {
  transition: background-color 5000s;
  -webkit-text-fill-color: #000 !important;
}
  
  /* Header section */
  
#header-inner .cmp-navigation__item--level-0 .cmp-navigation__item-link {
  color: #003D57;
  font-size: 16px;
  line-height: 20px;
  font-family: 'Prompt-SemiBold';
  position: relative;
}

#header-inner .cmp-navigation__item--level-0 .cmp-navigation__item-link:hover, 
  #header-inner .cmp-navigation__item--level-0 .cmp-navigation__item-link.is-active {
  border-bottom: none;
}

#header-inner .cmp-navigation__item--level-0.cmp-navigation__item.cmp-navigation__item--active > a {
  border-bottom: 1px solid #06C4BB;
}

#header-inner .cmp-navigation__item--level-0.cmp-navigation__item.cmp-navigation__item--active > a:hover {
  border-bottom: 1px solid transparent;
}

#header-inner .cmp-navigation__item--level-0.cmp-navigation__item {
  padding-bottom: 5px;
}

.cmp-navigation__item .cmp-navigation__group {
  min-width: 216px;
  background-color: #fff;
  position: absolute;
  left: 0;
  top: 90%;
  z-index: 10;
  display: none;
  border: 1px solid #003D57;
  border-top: 6px #003D57 solid;
}

#header-inner .cmp-navigation__group .cmp-navigation__item--level-1:hover {
  background: rgba(0 181 173 / 30%);
}

#header-inner .cmp-navigation__item .cmp-navigation__group .cmp-navigation__item {
  padding: 15px;
}

#header-inner .cmp-navigation__item--level-1:hover {
  background: transparent;
}

#header-inner .cmp-navigation__item .cmp-navigation__group .cmp-navigation__item a.cmp-navigation__item-link {
  font-size: 16px;
  line-height: 24px;
  font-family: 'Prompt-Regular';
}

#header-inner .cmp-navigation__item--level-1::after {
  background: #003D57;
  bottom: 0;
  content: '';
  height: 1px;
  left: 50%;
  position: absolute;
  transform: translate(-50%, 0);
  width: 108px;
}

#header-inner li.cmp-navigation__item--level-1:last-child::after {
  display: none;
}

#header-inner li.cmp-navigation__item--level-0.cmp-navigation__item:nth-child(4) .cmp-navigation__item-link {
  border-radius: 4px;
  padding: 19px 35px;
  border: 1px solid #003D57;
}

#header-inner li.cmp-navigation__item--level-0.cmp-navigation__item:nth-child(4) .cmp-navigation__item-link span {
  border-bottom: 3px solid #06C4BB;
}

#header-inner li.cmp-navigation__item--level-0.cmp-navigation__item:nth-child(4) .cmp-navigation__item-link:hover {
  border: 1px solid #06C4BB;
}

#header-inner li.cmp-navigation__item--level-0.cmp-navigation__item:nth-child(4) .cmp-navigation__item-link:hover span {
  color: #06C4BB;
}

#header-inner .cmp-navigation__item--level-0:last-child .cmp-navigation__item-link,
  #header-inner .cmp-navigation__item--level-0:last-child .cmp-navigation__item-link.is-active,
  #header-inner .cmp-navigation__item--level-0:last-child .cmp-navigation__item-link:hover {
  background: #003D57;
  border-radius: 4px;
  color: #FFF;
  padding: 13px 24px 13px;
  font-family: 'Prompt-Bold';
  font-size: 24px;
}

#header-inner .cmp-navigation__item--level-0:last-child .cmp-navigation__item-link:hover {
  background: rgba(0, 61, 87, 0.75);
}

#header-inner .cmp-navigation__item--level-0:last-child .cmp-navigation__item-link span::after {
  content: "";
  display: inline-block;
  background: url(/content/dam/intelligentcontent/brands/airsupra-dtc/us/en/images/phase3/global/get-airsupra-arrow-right.svg);
  background-position: 0 0;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  position: relative;
  top: 3px;
  left: 5px;
  background-size: 20px;
}

#header-inner .cmp-navigation__item--level-0:last-child .cmp-navigation__item-link:focus {
  outline: none;
  outline-offset: 0;
}

#header .topnavigation ul li a {
  font-family: 'Prompt-Regular';
  line-height: 18px;
}

#header .topnavigation ul li:first-child a {
  cursor: default;
  font-size: 16px;
}
  
  /* ISI Section */
#isi-container p,#isi-container li,#isi-container a {
  font-size: 20px;
  line-height: 28px;
  font-family: 'Prompt-Regular';
  color: #2F2F2F;
}

#isi-container li span {
  font-family: 'Prompt-SemiBold';
}

#isi-container ul li::before {
  color: #06C4BB;
}

#isi-container a {
  color: #4F748B!important;
}

.highlightinformation .cmp-highlightinfo__container h3.isi-head {
  color: #FFFFFF;
  font-size: 24px;
  line-height: 32px;
  font-family: 'Prompt-SemiBold';
  padding: 16px 0;
}

.highlightinformation #isi-container p,
  .highlightinformation #isi-container li,
  .highlightinformation #isi-container a {
  font-size: 19px;
  line-height: 28px;
  font-family: 'Prompt-Regular';
  color: #2F2F2F;
}

#isi-header h3 {
  color: #06C4BB;
  font-size: 24px;
  line-height: 32px;
  font-family: 'Prompt-SemiBold';
  padding-top: 30px;
  padding-bottom: 0;
}

#isi-header {
  background-color: transparent;
}

#isi-container {
  padding-bottom: 0px;
}

h4.isi-heading.isi-sub-heading {
  color: #06C4BB;
  font-size: 24px;
  line-height: 32px;
  font-family: 'Prompt-SemiBold';
}

#isi-container p.p-btm-10.bold-font b {
  font-family: 'Prompt-Bold';
}

#isi-container ul, #isi-container ul.left-spacing {
  padding-left: 0;
  padding-top: 9px;
}

#isi-container li {
  position: relative;
  padding-left: 20px;
  text-indent: 0;
}

#isi-container ul li::before {
  position: absolute;
  left: 0;
}

#isi-container ul.warnings ul.isi-sub-level li::before {
  font-size: 20px;
}

#isi-container p.side-effect {
  margin-bottom: 10px;
}

#isi-container p.side-effect img {
  position: relative;
  top: 4px;
  padding-left: 4px;
}

#isi-container b.bold-font {
  font-family: 'Prompt-Bold';
  font-size: 25px;
  line-height: 100%;
}
  /* Footer */
.footer-inner {
  display: flex;
  margin: 45px 0;
  align-items: center;
  max-width: 1050px;
  margin-left: auto;
  margin-right: auto;
}

#footer .footer-meta-info {
  margin: 0;
  color: white;
  text-align: left;
}

#footer .footer-meta-info a {
  display: inline-block;
  margin: 0px 0 25px 0;
}

.footer-meta-info p {
  max-width: 360px;
  margin-bottom: 0;
}

#footer .footer-meta-info p {
  font-size: 12px;
  line-height: 19.2px;
  font-family: "Montserrat Regular";
  padding-right: 10%;
}

#footer .footer-meta-info p:nth-child(3) {
  margin-top: 0px;
}

#footer .footer-meta-info p b {
  font-family: "Montserrat Bold";
}

.footer-main-container {
  display: flex;
  flex-direction: row;
  margin-left: 64px;
}

#footer .footer-main-container ul {
  margin-top: 0;
  text-align: left;
}

#footer .footer-main-container ul li {
  margin: 16px 0;
  display: block;
}

#footer .footer-main-container ul li a {
  padding: 0;
  font-size: 14px;
  line-height: 24px;
  font-family: "Montserrat Regular";
}

#footer .footer-main-container ul.flex-right {
  margin-left: 42px;
}

body .modal__close .modal__closeIcon svg path {
  fill: #003D57;
}

body .modal__close .modal__closeIcon svg {
  background: #FFF;
  padding: 8px;
  border-radius: 50%;
  width: 37px;
  height: 37px;
  border: 2px solid #003D57;
}

.modal-box .modal__close:hover {
  outline: none;
}
  
  /* Model Get Airsupra popup style start here  */
  
.modal.cmp-modal--defaultStyle .modal-box__content {
  padding: 20px 48px;
}

.modal.cmp-modal--defaultStyle .modal__close {
  left: auto;
  right: 30px;
  top: 20px;
}

.modal.cmp-modal--defaultStyle .modal__close {
  top: 20px;
  width: 50px;
  height: 50px;
}

.modal.cmp-modal--defaultStyle .modal__close .modal__closeLabel {
  display: none;
}

.cmp-modal__modalbox .modal-box .modal__close {
  width: 40px;
  height: 40px;
}

.cmp-modal__modalbox.modal-md .modal-box {
  max-width: 846px;
}

.getairsupra-popup-title {
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 30px;
  font-size: 35px;
  font-style: normal;
  font-weight: 700;
  line-height: 36px;
  font-family: 'Prompt-Bold';
  text-align: center;
  color: #003D57;
  padding: 40px 0 50px;
}

.getairsupra-popup-body {
  padding: 0;
}

.getairsupra-popup-body p {
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px;
  font-family: 'Prompt-SemiBold';
  color: #003D57;
  margin-bottom: 40px;
}

.getairsupra-popup-list {
  font-family: 'Prompt-Regular';
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  color: #000;
}

.getairsupra-popup-list p.note,
  .getairsupra-popup-list ul li {
  font-family: 'Prompt-Regular';
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  color: #000;
  margin-bottom: 0;
}

.getairsupra-popup-list ul li {
  position: relative;
  padding-left: 10px;
}

.getairsupra-popup-list ul li::before {
  content: '\2022';
  position: absolute;
  left: 0;
}

.getairsupra-popup-actions {
  margin: 45px 0;
  display: flex;
  justify-content: center;
  padding: 0;
}

.getairsupra-popup-actions a {
  text-transform: uppercase;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  font-family: 'Prompt-Bold';
  color: #003D57;
  max-width: 137px;
  display: inline-block;
  width: 100%;
  min-width: 137px;
  padding: 16px 16px;
  background-color: #0BC4BB;
  transition: all 200ms;
  text-decoration: none;
  border-radius: 4px;
  cursor: pointer;
  text-align: center;
  margin: 0 20px;
}

.getairsupra-popup-actions a:hover {
  background-color: #53E0D9;
  transition: all 200ms;
}

.getairsupra-popup-actions a:focus {
  outline: 1px solid #000;
  outline-offset: 4px;
}

.getairsupra-popup-content .popup-footnote p {
  font-family: 'Prompt-Regular';
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 14px;
  color: #000;
}

.getairsupra-popup-content .popup-footnote p a {
  font-family: 'Prompt-Regular';
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 14px;
  text-decoration: underline;
  color: #000;
}

.modal.cmp-modal__modalbox.modal-md.savings-card-eligibility-popup .modal-box {
  max-width: 846px;
}

.modal.cmp-modal__modalbox.modal-md.savings-card-eligibility-popup .modal-box {
  width: 60%;
}

@media screen and (min-width: 992px) {
  #header-inner .cmp-navigation__item--level-0.cmp-navigation__item {
    margin-top: 18.5px;
  }

  #header-inner .image img {
    width: 244px;
    margin: 17px 0 15px 0;
    display: block;
  }

  li.cmp-navigation__item.cmp-navigation__item--level-0:nth-child(1)>a:after, 
    li.cmp-navigation__item.cmp-navigation__item--level-0:nth-child(2)>a:after, 
    li.cmp-navigation__item.cmp-navigation__item--level-0:nth-child(3)>a:after {
    content: "";
    padding-left: 2px;
    display: inline-block;
    width: 21px;
    height: 20px;
    position: absolute;
    top: 3px;
    background: url(/content/dam/intelligentcontent/brands/airsupra-dtc/us/en/images/phase3/global/cheveron-down.svg);
    background-repeat: no-repeat;
    background-position: 0 0;
  }

  li.cmp-navigation__item.cmp-navigation__item--level-0:nth-child(1):hover>a:after, 
    li.cmp-navigation__item.cmp-navigation__item--level-0:nth-child(2):hover>a:after, 
    li.cmp-navigation__item.cmp-navigation__item--level-0:nth-child(3):hover>a:after {
    content: "";
    background: url(/content/dam/intelligentcontent/brands/airsupra-dtc/us/en/images/phase3/global/cheveron-up.svg);
  }

  #header .topnavigation ul {
    max-width: 95%;
  }

  li.cmp-navigation__item.cmp-navigation__item--level-0:nth-child(1)> .cmp-navigation__item-link span.cmp-navigation__item-text, 
    li.cmp-navigation__item.cmp-navigation__item--level-0:nth-child(2)> .cmp-navigation__item-link span.cmp-navigation__item-text, 
    li.cmp-navigation__item.cmp-navigation__item--level-0:nth-child(3)> .cmp-navigation__item-link span.cmp-navigation__item-text {
    padding-right: 10px;
  }
}

@media screen and (max-width: 1400px) {
  #header-inner .cmp-navigation__item--level-0.cmp-navigation__item {
    margin-left: 30px;
  }
}

@media screen and (max-width: 1360px) {
  .phone-no {
    pointer-events: auto;
    cursor: pointer;
  }

  a.phone-no {
    pointer-events: auto;
    cursor: pointer;
  }

  a:focus {
    outline: none;
  }

  #header .topnavigation ul li:first-child a,
    #header .topnavigation ul li a {
    font-size: 12px;
  }

  #header-inner .image img {
    width: 200px;
  }

  #header-inner .cmp-navigation__item--level-0 .cmp-navigation__item-link {
    font-size: 12px;
  }

  #header-inner li.cmp-navigation__item--level-0.cmp-navigation__item:nth-child(4) .cmp-navigation__item-link {
    padding: 14px 14px;
  }

  #header-inner .cmp-navigation__item--level-0:last-child .cmp-navigation__item-link, 
    #header-inner .cmp-navigation__item--level-0:last-child .cmp-navigation__item-link:hover {
    padding: 16px 15px 13px;
    font-size: 12px;
  }

  #header-inner .cmp-navigation__item--level-0:last-child {
    margin-left: 15px;
  }

  #header-inner .cmp-navigation__item .cmp-navigation__group {
    position: absolute;
  }

  li.cmp-navigation__item.cmp-navigation__item--level-0:nth-child(1)>a:after, 
    li.cmp-navigation__item.cmp-navigation__item--level-0:nth-child(2)>a:after, 
    li.cmp-navigation__item.cmp-navigation__item--level-0:nth-child(3)>a:after {
    top: 0;
  }

  #header-inner .cmp-navigation__item .cmp-navigation__group .cmp-navigation__item a.cmp-navigation__item-link {
    font-size: 14px;
  }

  #header-inner .cmp-navigation__item .cmp-navigation__group .cmp-navigation__item {
    padding: 10px;
  }

  #header-inner .cmp-navigation__item--level-0.cmp-navigation__item {
    margin-top: 12px;
    margin-left: 30px;
  }
}

@media screen and (max-width: 1100px) {
  #header-inner .cmp-navigation__item--level-0:last-child .cmp-navigation__item-link, 
    #header-inner .cmp-navigation__item--level-0:last-child .cmp-navigation__item-link:hover {
    font-size: 12px;
  }
}

@media screen and (max-width: 991px) {
  .desktop-only {
    display: none;
  }

  #header-inner .cmp-navigation__item--level-0.cmp-navigation__item {
    padding: 25px 0;
    border-bottom: 2px solid #003D57;
  }

  #header-inner .cmp-navigation__item .cmp-navigation__group {
    position: relative;
  }

  #header-inner .cmp-navigation__item--level-0 .cmp-navigation__item-link {
    font-size: 16px;
  }

  #header-inner .cmp-navigation__item .cmp-navigation__group .cmp-navigation__item {
    padding: 25px 0;
    text-align: left;
    border-bottom: 1px solid #CCCCCC;
  }

  #header-inner .cmp-navigation__item .cmp-navigation__group li.cmp-navigation__item:last-child {
    border-bottom: none;
  }

  .cmp-navigation__item .cmp-navigation__group {
    border: none;
    border-top: none;
  }

  #header-inner .cmp-navigation__item .cmp-navigation__group .cmp-navigation__item a.cmp-navigation__item-link {
    color: #003D57;
    font-size: 16px;
    line-height: 20px;
    font-family: 'Prompt-SemiBold';
    text-align: left;
  }

  #header-inner .cmp-navigation__item--level-1::after {
    visibility: hidden;
  }

  #header-inner li.cmp-navigation__item--level-0.cmp-navigation__item:nth-child(4) .cmp-navigation__item-link {
    padding: 0;
    border: none;
    border-radius: 0;
  }

  #header-inner .cmp-navigation__item--level-0.cmp-navigation__item:last-child {
    border-bottom: 0;
    padding: 0;
    margin: 0;
  }

  #header-inner .cmp-navigation__item--level-0:last-child .cmp-navigation__item-link, 
    #header-inner .cmp-navigation__item--level-0:last-child .cmp-navigation__item-link:hover {
    padding: 25px 15px;
    text-align: left;
    border-radius: 0;
  }

  body {
    padding-top: 164px;
  }

  div#header {
    top: 0;
  }

  #header #header-inner {
    padding-bottom: 10px;
  }

  .ic-hamburger .hamburger-wrapper {
    visibility: hidden;
  }

  .ic-hamburger .hamburger {
    background: url(/content/dam/intelligentcontent/brands/airsupra-dtc/us/en/images/phase3/global/menu-open-icon.svg);
    background-size: cover;
  }

  .ic-hamburger .hamburger-line {
    background: transparent;
  }

  #header .topnavigation {
    background-color: #2F2F2F;
  }

  #header .topnavigation ul li:first-child a:after {
    visibility: hidden;
    display: none;
  }

  #header .topnavigation ul li.cmp-topnavigation__item--index-1,
    #header .topnavigation ul li.cmp-topnavigation__item--index-2,
    #header .topnavigation ul li.cmp-topnavigation__item--index-3,
    #header .topnavigation ul li.cmp-topnavigation__item--index-4,
    #header .topnavigation ul li.cmp-topnavigation__item--index-5 {
    display: none !important;
  }

  .sticky-menu {
    background: #06C4BB;
    border-bottom: 2px solid #003D57;
  }

  .sticky-menu ul.sticky-header li a {
    padding-top: 10px;
    padding-bottom: 10px;
    display: block;
    color: #003D57;
    font-size: 16px;
    line-height: 24px;
    font-family: 'Prompt-Medium';
    text-align: center;
    text-decoration: none;
  }

  .sticky-menu ul.sticky-header li a::after {
    content: "";
    display: inline-block;
    background: url(/content/dam/intelligentcontent/brands/airsupra-dtc/us/en/images/phase3/global/arrow-right.svg);
    background-position: 0 0;
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    position: relative;
    top: 5px;
    left: 5px;
    background-size: 20px;
  }

  #header-inner .image img {
    margin-bottom: 4px;
    margin-top: 8px;
  }
    /* New IC header style start here */
  
  div#menuToggle {
    display: block;
    right: 20px;
    top: -75px;
    position: absolute;
  }

  #menuToggle input[type="checkbox"] {
    display: block;
    width: 45px;
    height: 45px;
    position: absolute;
    top: 8px;
    right: -9px;
    cursor: pointer;
    opacity: 0;
    z-index: 9;
    -webkit-touch-callout: none;
    margin: 0;
  }

  span.burger {
    display: block;
    width: 32px;
    height: 32px;
    position: absolute;
    background: url(/content/dam/intelligentcontent/brands/airsupra-dtc/us/en/images/phase3/global/menu-open-icon.svg);
    background-size: cover;
      /* top: 15px; */
    top: 20px;
    right: -2px;
    cursor: pointer;
  }

  #mobile-menu {
    position: fixed;
    background: #fff;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0;
    z-index: 99999;
    margin: 0;
    transform: translateX(100%);
    transition: 0.5s all ease;
  }

  div#menuToggle input[type="checkbox"]:checked ~ #mobile-menu {
    transform: translateX(0px);
  }

  div#menuToggle input[type="checkbox"]:checked {
    top: 8px;
    z-index: 999999;
  }

  .consumer-mobile {
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #2F2F2F;
    padding-left: 15px;
    padding-right: 15px;
    color: #FFFFFF;
    font-size: 12px;
    font-family: 'Prompt-Regular';
    line-height: 18px;
  }

  .nav-sd-wp {
    padding: 5px 10px;
    display: flex;
    justify-content: space-between;
    background: #FFFFFF;
  }

  p.sd-logo img {
    margin-right: 0;
    margin-bottom: 0;
    margin-top: 8px;
    width: 200px;
  }

  p.sd-close-btn {
    width: 40px;
    height: 32px;
    margin-top: 15px;
  }

  #mobile-menu ul.cmp-navigation__group {
    border: none;
    background: #FFFFFF;
  }

  #mobile-menu > ul.cmp-navigation__group {
    display: block;
    height: calc(100vh - 104px);
    overflow: scroll;
    padding-top: 0px;
    padding-bottom: 100px;
  }

  li.cmp-navigation__item.cmp-navigation__item--level-0, .sticky li.cmp-navigation__item.cmp-navigation__item--level-0 {
    margin: 0;
    padding: 0 0;
  }

  #mobile-menu li.cmp-navigation__item.cmp-navigation__item--level-0 a {
    color: #003D57;
    font-size: 16px;
    line-height: 20px;
    font-family: 'Prompt-SemiBold';
    text-align: left;
    text-decoration: none;
    padding: 21px 35px;
  }

  ul.cmp-navigation__group li a {
    font-size: 16px;
    padding: 0;
    display: block;
    color: #333F48;
  }

  li.cmp-navigation__item.cmp-navigation__item--level-0 > a.xs-dpdwn-menu:before {
    content: "";
    display: inline-block;
    width: 22px;
    position: absolute;
    left: auto;
    z-index: 9;
    right: 35px;
    background: url(/content/dam/intelligentcontent/brands/airsupra-dtc/us/en/images/phase3/global/manu-active-arrow-icon.png);
    background-size: 100%;
    background-repeat: no-repeat;
    height: 12px;
    background-position: 0 -12px;
  }

  li.cmp-navigation__item.cmp-navigation__item--level-0 > a.xs-dpdwn-menu.active:before {
    content: "";
    background: url(/content/dam/intelligentcontent/brands/airsupra-dtc/us/en/images/phase3/global/manu-active-arrow-icon.png);
    background-position: 0 0;
  }

  #mobile-menu ul.cmp-navigation__group.submenu-group {
    padding-left: 0px;
  }

  a.xs-dpdwn-menu.active + ul.cmp-navigation__group {
    display: block !important;
    position: static;
    width: 100%;
    padding: 0;
  }

  #mobile-menu .cmp-navigation__item:hover .cmp-navigation__group {
    display: none;
  }

  #mobile-menu a.cmp-navigation__item-link.xs-dpdwn-menu.active {
    color: #003D57;
    background: #F5F4F4;
  }

  #mobile-menu li.cmp-navigation__item.cmp-navigation__item--level-0.underline:first-child > a {
    border-top: 1px solid transparent;
  }

  #mobile-menu li.cmp-navigation__item.cmp-navigation__item--level-0.underline a {
    border-bottom: 2px solid #003D57;
  }

  #mobile-menu li.cmp-navigation__item.cmp-navigation__item--level-0.underline a.active {
    border-bottom: 2px solid transparent;
  }

  #mobile-menu ul.cmp-navigation__group.submenu-group li.cmp-navigation__item {
    padding: 0;
  }

  #mobile-menu ul.cmp-navigation__group.submenu-group li.cmp-navigation__item:hover {
    background: #F5F4F4;
  }

  #mobile-menu ul.cmp-navigation__group.submenu-group li.cmp-navigation__item a {
    border-bottom: 1px solid #CCCCCC;
  }

  #mobile-menu li.cmp-navigation__item.cmp-navigation__item--level-0.underline.active > ul.cmp-navigation__group.submenu-group li.cmp-navigation__item:last-child a {
    border-bottom: 2px solid #003D57;
  }

  #mobile-menu ul.cmp-navigation__group.submenu-group li.cmp-navigation__item::after {
    display: none;
  }

  #mobile-menu ul.cmp-navigation__group.submenu-group li.cmp-navigation__item a::before {
    content: "";
    display: inline-block;
    width: 12px;
    position: absolute;
    left: auto;
    z-index: 9;
    right: 35px;
    background: url(/content/dam/intelligentcontent/brands/airsupra-dtc/us/en/images/phase3/global/manu-sub-arrow-icon.png);
    background-size: 100%;
    background-repeat: no-repeat;
    height: 22px;
    background-position: 0 0;
    top: 15px;
  }

  #mobile-menu li.cmp-navigation__item.cmp-navigation__item--level-0.savings-card > a::before {
    content: "";
    display: inline-block;
    width: 32px;
    height: 32px;
    position: absolute;
    left: auto;
    z-index: 9;
    right: 35px;
    background: url(/content/dam/intelligentcontent/brands/airsupra-dtc/us/en/images/phase3/global/saving-card-arrow-right.svg);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: 0 0;
    top: 9px;
  }

  #mobile-menu li.cmp-navigation__item.cmp-navigation__item--level-0.virtual-appointment > a {
    background: #003D57;
    color: #FFFFFF;
  }

  #mobile-menu li.cmp-navigation__item.cmp-navigation__item--level-0.virtual-appointment > a::before {
    content: "";
    display: inline-block;
    width: 32px;
    height: 32px;
    position: absolute;
    left: auto;
    z-index: 9;
    right: 35px;
    background: url(/content/dam/intelligentcontent/brands/airsupra-dtc/us/en/images/phase3/global/get-airsupra-arrow-right-mob.svg);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: 0 0;
    top: 9px;
  }

  #mobile-menu li.cmp-navigation__item.cmp-navigation__item--level-0 ul.top-menu-links a {
    font-size: 14px;
    line-height: 18px;
    text-decoration: underline;
    padding: 15px 35px;
  }

  #mobile-menu li.cmp-navigation__item.cmp-navigation__item--level-0 ul.top-menu-links li:first-child a {
    margin-top: 15px;
  }
    /* New IC header style end here */
  
  #isi-container p, #isi-container li, #isi-container a {
    font-size: 18px;
  }

  #isi-container li {
    padding-left: 15px;
  }

  .footer-inner {
    flex-direction: column;
    margin: 75px 0;
    max-width: 100%;
    align-items: center;
  }

  .az-logo {
    text-align: center;
  }

  #footer .footer-meta-info a {
    margin-bottom: 25px;
    margin-top: 15px;
  }

  .footer-meta-info p {
    max-width: 100%;
  }

  .footer-main-container {
    margin-left: 0px;
  }

  #footer .footer-main-container ul li {
    margin: 20px 0;
  }

  #footer .footer-meta-info p {
    padding-right: 0;
  }

  .modal.cmp-modal--defaultStyle.modal {
    top: 0px;
    display: block;
    padding-top: 60px;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .modal.cmp-modal--defaultStyle .modal__closeIcon {
    margin-right: 0;
    width: 34px;
  }

  .modal.cmp-modal--defaultStyle .modal__close .modal__closeIcon svg {
    transform: rotate(180deg) scale(1.1, 1.1);
  }

  .modal.cmp-modal--defaultStyle .modal__close {
    top: 10px;
    right: 25px;
    left: auto;
    width: auto;
    background: transparent;
  }

  .modal.cmp-modal__modalbox.cmp-modal--defaultStyle .modal-box {
    max-width: 95%;
    margin: 0 auto;
    width: 100%;
  }

  .modal.cmp-modal--defaultStyle .modal-box__content {
    padding: 20px 20px;
  }

  .getairsupra-popup-title {
    font-size: 30px;
    padding: 40px 0 60px;
  }

  .getairsupra-popup-body p {
    font-size: 20px;
    line-height: 26px;
  }

  .getairsupra-popup-list p.note, 
    .getairsupra-popup-list ul li {
    font-size: 16px;
    line-height: 24px;
  }

  .modal.cmp-modal__modalbox.modal-md.savings-card-eligibility-popup .modal-box {
    width: 100%;
    max-width: 846px;
  }
}

@media screen and (max-width: 360px) {
  #footer .footer-main-container ul.flex-right {
    margin-left: 10px;
  }
}

@media screen and (max-width: 350px) {
  .sticky-menu ul.sticky-header li a {
    font-size: 14px;
  }

  .sticky-menu ul.sticky-header li a::after {
    top: 7px;
  }

  .highlightinformation .cmp-highlightinfo__container h3.isi-head {
    font-size: 22px;
  }
}
  
  /* DGTL-13482 AIRSUPRA DTC Full Commercial launch website (US-78192) New Style end Here */
  
  /* DGTL-15448 All POD 3 Brands - DNS update project coordination starts Here */
.privacy-logo {
  position: relative;
  top: 2px;
  width: 30px;
  height: 15px;
}
  
  /* DGTL-15448 All POD 3 Brands - DNS update project coordination ends Here */
  
  /* DGTL-25558 AIRSUPRA DTC WEB UX readout updates Q1 2024 New Style Start Here */
  
#header #header-inner {
  align-items: center;
}

#header-inner li.cmp-navigation__item--level-0.cmp-navigation__item:nth-child(4) .cmp-navigation__item-link {
  padding: 12px 35px;
}

#header-inner .cmp-navigation__item--level-0.cmp-navigation__item:last-child {
  margin-left: 20px;
}

#header-inner .cmp-navigation__item--level-0:last-child .cmp-navigation__item-link, 
  #header-inner .cmp-navigation__item--level-0:last-child .cmp-navigation__item-link.is-active, 
  #header-inner .cmp-navigation__item--level-0:last-child .cmp-navigation__item-link:hover {
  padding: 6px 24px 6px;
  background: linear-gradient(90deg, #C4B681 0.89%, #988641 100%);
  border: 1px solid #003D57;
}

#header-inner .cmp-navigation__item--level-0:last-child .cmp-navigation__item-link:hover {
  background: rgba(0, 61, 87, 0.75);
}

#header-inner .cmp-navigation__item--level-0:last-child .cmp-navigation__item-link span::after {
  background: url(/content/dam/intelligentcontent/brands/airsupra-dtc/us/en/images/phase3/global/white-arrow-right.svg);
}
  
  /* ISI styling */
#isi-container li.isi-share-your-story-only {
  display: none;
}

#share-your-story-page #isi-container li.isi-txt {
  display: none;
}

#share-your-story-page #isi-container li.isi-share-your-story-only {
  display: block;
}
  
  /* Footer New assets id Updated */
#footer .footer-meta-info p span {
  display: inline-block;
}

#footer .footer-meta-info p.new-assets-id {
  display: none;
}

#footer .footer-meta-info p.homepage-only {
  display: none;
}

#home-page #footer .footer-meta-info p.old-assets-id,
  #home-page #footer .footer-meta-info p.new-assets-id {
  display: none;
}

#home-page #footer .footer-meta-info p.new-assets-id.homepage-only {
  display: block;
}

#about-us #footer .footer-meta-info p.old-assets-id,
  #about-us #footer .footer-meta-info p.new-assets-id {
  display: none;
}

#about-us #footer .footer-meta-info p.new-assets-id.about-airsupra-only {
  display: block;
}

#safety-page #footer .footer-meta-info p.old-assets-id,
  #safety-page #footer .footer-meta-info p.new-assets-id {
  display: none;
}

#safety-page #footer .footer-meta-info p.new-assets-id.safety-information-only {
  display: block;
}

#self-quiz #footer .footer-meta-info p.old-assets-id,
  #self-quiz #footer .footer-meta-info p.new-assets-id {
  display: none;
}

#self-quiz #footer .footer-meta-info p.new-assets-id.asthma-self-assessment-quiz-only {
  display: block;
}

#taking-airsupra #footer .footer-meta-info p.old-assets-id,
  #taking-airsupra #footer .footer-meta-info p.new-assets-id {
  display: none;
}

#taking-airsupra #footer .footer-meta-info p.new-assets-id.taking-airsupra-only {
  display: block;
}

#schedule-online #footer .footer-meta-info p.old-assets-id,
  #schedule-online #footer .footer-meta-info p.new-assets-id {
  display: none;
}

#schedule-online #footer .footer-meta-info p.new-assets-id.talk-to-a-doctor-only {
  display: block;
}

#save-on-airsupra-page #footer .footer-meta-info p.old-assets-id,
#save-on-airsupra-page #footer .footer-meta-info p.new-assets-id,
#save-on-airsupra-page #footer .footer-meta-info p.copyright {
  display: none;
}

#save-on-airsupra-page #footer .footer-meta-info p.new-assets-id.savings-card-only {
  display: block;
}

#save-on-airsupra-confimration #footer .footer-meta-info p.old-assets-id,
  #save-on-airsupra-confimration #footer .footer-meta-info p.new-assets-id,
  #save-on-airsupra-confimration #footer .footer-meta-info p.copyright {
  display: none;
}

#save-on-airsupra-confimration #footer .footer-meta-info p.new-assets-id.savings-card-confirmation-only {
  display: block;
}

#airsupra-faqs #footer .footer-meta-info p.old-assets-id,
  #airsupra-faqs #footer .footer-meta-info p.new-assets-id {
  display: none;
}

#airsupra-faqs #footer .footer-meta-info p.new-assets-id.faqpage-only {
  display: block;
}

#airsupra-faqs #footer .footer-meta-info p.old-assets-id,
  #airsupra-faqs #footer .footer-meta-info p.new-assets-id {
  display: none;
}

#airsupra-faqs #footer .footer-meta-info p.new-assets-id.faqpage-only {
  display: block;
}

#share-your-story-page #footer .footer-meta-info p.old-assets-id,
  #share-your-story-page #footer .footer-meta-info p.new-assets-id {
  display: none;
}

#share-your-story-page #footer .footer-meta-info p.new-assets-id.share-your-story-only {
  display: block;
}

#cost-and-affordability #footer .footer-meta-info p.old-assets-id,
  #cost-and-affordability #footer .footer-meta-info p.new-assets-id {
  display: none;
}

#cost-and-affordability #footer .footer-meta-info p.new-assets-id.cost-affordability-only {
  display: block;
}

#patient-stories #footer .footer-meta-info p.old-assets-id,
  #patient-stories #footer .footer-meta-info p.new-assets-id {
  display: none;
}

#patient-stories #footer .footer-meta-info p.new-assets-id.patient-stories-only {
  display: block;
}

#measure-asthma #footer .footer-meta-info p.copyright,
#measure-asthma #footer .footer-meta-info p.new-assets-id {
  display: none;
}

#measure-asthma #footer .footer-meta-info p.new-assets-id.measure-asthma-only {
  display: block;
}

#asthma-resources #footer .footer-meta-info p.copyright,
#asthma-resources #footer .footer-meta-info p.new-assets-id {
  display: none;
}

#asthma-resources #footer .footer-meta-info p.new-assets-id.asthma-resources-only {
  display: block;
}
  
  /* Getairsupra Model-popup */
  
.cmp-modal__modalbox.modal-md .modal-box {
  max-width: 1130px;
}

.modal.cmp-modal__modalbox.modal-md .modal-box {
  width: 100%;
}

.modal.cmp-modal--defaultStyle .modal-box {
  border-radius: 13px;
  box-shadow: 0px 0px 60px 0px rgba(1, 60, 86, 0.30);
  border: 1px solid #06C4BB;
}

.modal.cmp-modal--defaultStyle .modal-box__content {
  padding: 20px 48px 50px;
}

.getairsupra-talkto-doctor-popup-content .getairsupra-popup-title {
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 36px;
  font-family: 'Prompt-Bold';
  text-align: center;
  color: #003D57;
  padding: 40px 0 25px;
  text-transform: uppercase;
  max-width: 730px;
  margin-left: auto;
  margin-right: auto;
}

.getairsupra-talkto-doctor-popup-content .getairsupra-popup-subtitle {
  font-family: 'Prompt-Medium';
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px;
  color: #003D57;
  text-align: center;
  padding-bottom: 10px;
}

.getairsupra-talkto-doctor-popup-content .talk-to-doctor-box-inner {
  display: flex;
  justify-content: space-between;
  max-width: 1009px;
  margin: 0 auto;
}

.getairsupra-talkto-doctor-popup-content .talk-to-doctor-box-block {
  max-width: 322px;
}

.getairsupra-talkto-doctor-popup-content .box-list-title {
  display: flex;
  margin-bottom: 15px;
}

.getairsupra-talkto-doctor-popup-content .box-list-title p.number {
  text-transform: uppercase;
  font-size: 35px;
  line-height: 36px;
  color: #003D57;
  font-family: 'Prompt-Bold';
  margin-right: 40px;
  margin-top: 5px;
}

.getairsupra-talkto-doctor-popup-content .box-list-title img {
  width: 100px;
}

.getairsupra-talkto-doctor-popup-content .box-list-description p {
  font-family: 'Prompt-Regular';
  font-size: 20px;
  line-height: 28px;
  color: #003D57;
}

.getairsupra-talkto-doctor-popup-content .box-list-description p b {
  font-family: 'Prompt-Bold';
}

.getairsupra-talkto-doctor-popup-content .box-list-description p.mrg-top-space {
  margin-top: 25px;
  position: relative;
}

.getairsupra-talkto-doctor-popup-content .box-list-description p span {
  position: relative;
  left: 0;
}

.getairsupra-talkto-doctor-popup-content .box-list-description p.font-small {
  font-size: 14px;
  line-height: 18px;
}

.getairsupra-talkto-doctor-popup-content .get-started-cta a {
  background: #FFFFFF;
  padding: 0;
  font-size: 20px;
  line-height: 52px;
  color: #003D57;
  font-family: 'Prompt-Bold';
  text-decoration: none;
  display: block;
  border-radius: 4px;
  max-width: 246px;
  width: 100%;
  text-align: center;
  margin: 20px auto 40px;
  border: 1px solid #003D57;
}

.getairsupra-talkto-doctor-popup-content .get-started-cta a::after {
  content: "";
  display: inline-block;
  background: url(/content/dam/intelligentcontent/brands/airsupra-dtc/us/en/images/phase3/global/arrow-right.svg);
  background-position: 0 0;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  position: relative;
  top: 5px;
  left: 5px;
  background-size: 20px;
}

.getairsupra-talkto-doctor-popup-content .get-started-cta a:hover {
  background: #71E9E2;
}

.getairsupra-talkto-doctor-popup-content .get-started-footnote-inner {
  max-width: 1020px;
  margin: 0 auto;
  text-align: center;
}

.getairsupra-talkto-doctor-popup-content .get-started-footnote-inner p {
  font-family: 'Prompt-Regular';
  font-size: 12px;
  line-height: 14px;
  color: #000;
  margin-bottom: 6px;
}

.getairsupra-talkto-doctor-popup-content .get-started-footnote-inner p:last-child {
  margin-bottom: 0px;
}

.getairsupra-talkto-doctor-popup-content .get-started-footnote-inner p a {
  text-decoration: underline;
  color: #000;
}

.schedule-online-Get-started-popup .getairsupra-talkto-doctor-popup-content .getairsupra-popup-subtitle {
    /*  max-width: 635px;*/
  margin-left: auto;
  margin-right: auto;
}

.schedule-online-Get-started-popup .getairsupra-talkto-doctor-popup-content .get-started-cta a {
  margin-bottom: 10px;
}
  
  /* DGTL-26067 AIRSUPRA DTC WEB Q2 updates 2024 (US-87201) Style start here */
#Cookie {
  display: none;
}

#home-page #Cookie {
  display: none;
}

.cookie-section-inner {
  max-width: 830px;
  display: flex;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  align-items: center;
  padding: 29px 0;
}

.cookie-description {
  text-align: center;
}

.cookie-description p.page-cookie-title {
  font-family: 'Prompt-Bold';
  font-size: 18px;
  line-height: 20px;
  color: #05A69E;
}

.cookie-description p {
  font-family: 'Prompt-Medium';
  font-size: 18px;
  line-height: 20px;
  color: #003D57;
}

.cookie-closeicon img {
  width: 37px;
}
  
  /* DGTL-26067 AIRSUPRA DTC WEB Q2 updates 2024 (US-87201) Style end here */
  
@media screen and (min-width: 991px) {
    
  body {
    padding-top: 133px;
  }

  body#home-page {
      /* padding-top: 231px; */
    ;
  }

  body#home-page.CookieClosed {
    padding-top: 133px;
  }

  #header {
    position: fixed;
    z-index: 99;
    left: 0;
    right: 0;
    top: 0;
  }

  #header-inner .cmp-navigation__item--level-0.cmp-navigation__item {
    margin-top: 0;
  }

  .cookie-section-inner {
    max-width: 830px;
    margin-left: auto;
    margin-right: auto;
    padding: 29px 0;
    position: relative;
    display: block;
  }

  .cookie-closeicon {
    position: absolute;
    top: 30px;
    right: -20px;
  }
}

@media screen and (max-width: 1360px) {
  body#home-page {
      /* padding-top: 220px; */
    ;
  }

  body#home-page.CookieClosed {
    padding-top: 122px;
  }

  #header-inner .cmp-navigation__item--level-0 .cmp-navigation__item-link,
    #header-inner .cmp-navigation__item--level-0:last-child .cmp-navigation__item-link, 
    #header-inner .cmp-navigation__item--level-0:last-child .cmp-navigation__item-link:hover {
    font-size: 12px;
  }

  #header-inner .cmp-navigation__item--level-0:last-child .cmp-navigation__item-link, 
    #header-inner .cmp-navigation__item--level-0:last-child .cmp-navigation__item-link.is-active,
      #header-inner .cmp-navigation__item--level-0:last-child .cmp-navigation__item-link:hover {
    padding: 12px 10px 10px;
  }

  #header-inner .cmp-navigation__item--level-0:last-child .cmp-navigation__item-link span::after {
    top: 6px;
  }
    /* Getairsupra Model-popup */
  .modal.cmp-modal__modalbox.modal-md .modal-box {
    max-width: 95%;
    margin-left: auto;
    margin-right: auto;
  }

  .getairsupra-talkto-doctor-popup-content .talk-to-doctor-box-block {
    width: 32%;
  }
}

@media screen and (max-width: 1100px) {
  #header-inner .cmp-navigation__item--level-0 .cmp-navigation__item-link,
    #header-inner .cmp-navigation__item--level-0:last-child .cmp-navigation__item-link, 
    #header-inner .cmp-navigation__item--level-0:last-child .cmp-navigation__item-link:hover {
    font-size: 11px;
  }
}

@media screen and (max-width: 991px) {
  body {
    padding-top: 173px;
  }

  body#home-page {
      /* padding-top: 305px; */
    ;
  }

  body#home-page.CookieClosed {
    padding-top: 173px;
  }

  .sticky-menu {
    background: #FFFFFF;
    border-bottom: 2px solid transparent;
  }

  .sticky-menu ul.sticky-header li a {
    background: linear-gradient(90deg, #C4B681 0.89%, #988641 100%);
    border: 1px solid #003D57;
    max-width: 258px;
    margin: 0 auto 10px;
    border-radius: 4px;
    padding-top: 6px;
    padding-bottom: 8px;
    color: #FFFFFF;
    font-size: 20px;
    line-height: 20px;
    font-family: 'Prompt-Bold';
    text-align: center;
    text-decoration: none;
  }

  .sticky-menu ul.sticky-header li a::after {
    background: url(/content/dam/intelligentcontent/brands/airsupra-dtc/us/en/images/phase3/global/white-arrow-right.svg);
    top: 5px;
  }
  
    /* Getairsupra Model-popup */
  
  .modal.cmp-modal--defaultStyle .modal-box__content {
    padding: 20px 20px;
  }

  .getairsupra-talkto-doctor-popup-content .getairsupra-popup-subtitle {
    padding-top: 40px;
    padding-bottom: 45px;
    max-width: 280px;
    margin-left: auto;
    margin-right: auto;
  }

  .getairsupra-talkto-doctor-popup-content .talk-to-doctor-box-inner {
    flex-direction: column;
  }

  .getairsupra-talkto-doctor-popup-content .talk-to-doctor-box-block {
    max-width: 322px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    border-bottom: 2px solid #003D57;
    margin-bottom: 20px;
  }

  .getairsupra-talkto-doctor-popup-content .talk-to-doctor-box-block.box-list-three {
    border-bottom: none;
    margin-bottom: 0px;
  }

  .getairsupra-talkto-doctor-popup-content .box-list-title {
    margin-bottom: 20px;
  }

  .getairsupra-talkto-doctor-popup-content .box-list-title img {
    width: 60px;
    margin-right: 20px;
    height: 100%;
  }

  .getairsupra-talkto-doctor-popup-content .box-list-one .box-list-title img {
    margin-right: 26px;
  }

  .getairsupra-talkto-doctor-popup-content .box-list-title p {
    font-family: 'Prompt-Regular';
    font-size: 16px;
    line-height: 25px;
    color: #003D57;
  }

  .getairsupra-talkto-doctor-popup-content .get-started-cta a {
    margin: 20px auto 20px;
  }

  .getairsupra-talkto-doctor-popup-content .get-started-footnote-inner {
    max-width: 285px;
  }

  .getairsupra-talkto-doctor-popup-content .box-list-title p.number {
    margin-right: 20px;
  }

  .schedule-online-Get-started-popup .getairsupra-talkto-doctor-popup-content .getairsupra-popup-title {
    max-width: 302px;
    font-size: 24px;
    line-height: 32px;
  }

  .getairsupra-talkto-doctor-popup-content .getairsupra-popup-title {
    max-width: 302px;
    font-size: 24px;
    line-height: 32px;
  }

  .schedule-online-Get-started-popup .getairsupra-talkto-doctor-popup-content .getairsupra-popup-subtitle {
    font-size: 20px;
    line-height: 26px;
    max-width: 280px;
    padding-top: 0;
    padding-bottom: 20px;
  }

  .getairsupra-talkto-doctor-popup-content .getairsupra-popup-subtitle {
    font-size: 20px;
    line-height: 26px;
    max-width: 280px;
    padding-top: 0;
    padding-bottom: 20px;
  }

  .schedule-online-Get-started-popup .getairsupra-talkto-doctor-popup-content .get-started-cta a {
    margin-bottom: 20px;
  }
  
    /* DGTL-26067 AIRSUPRA DTC WEB Q2 updates 2024 (US-87201) Style start here */
  #home-page #menuToggle input[type="checkbox"] {
    top: 13px;
  }
    /*#home-page div#menuToggle input[type="checkbox"]:checked {*/
    /*  top: -156px;*/
    /*}*/
  #home-page.CookieClosed div#menuToggle input[type="checkbox"]:checked {
    top: 5px;
  }

  .cookie-section-inner {
    align-items: normal;
    padding: 23px 0 10px;
    flex-direction: column-reverse;
  }

  .cookie-description p:last-child {
    min-height: 40px;
  }

  .cookie-closeicon {
    text-align: right;
  }
    /* DGTL-26067 AIRSUPRA DTC WEB Q2 updates 2024 (US-87201) Style end here */;
}
  
  /* DGTL-25558 AIRSUPRA DTC WEB UX readout updates Q1 2024 New Style end Here */
  
@media screen and (max-width: 600px) {
    
  
    /* DGTL-26067 AIRSUPRA DTC WEB Q2 updates 2024 (US-87201) Style start here */
  body#home-page {
      /* padding-top: 345px; */
    ;
  }

  .cookie-description {
    max-width: 304px;
    margin-left: auto;
    margin-right: auto;
  }

  .cookie-description p:last-child {
    min-height: 80px;
  } 
    /* DGTL-26067 AIRSUPRA DTC WEB Q2 updates 2024 (US-87201) Style end here */;
}

@media screen and (max-width: 360px) {
    
    /* DGTL-26067 AIRSUPRA DTC WEB Q2 updates 2024 (US-87201) Style start here */
  .cookie-description p.page-cookie-title {
    font-size: 17px;
  }
    /* DGTL-26067 AIRSUPRA DTC WEB Q2 updates 2024 (US-87201) Style end here */;
}

#form-sec2-old-form {
  display: none;
}
  
/* UBP3-5914 AIRSUPRA DTC WEB Click to Script reaction US-94178 Style start here */



/* UBP3-5914 AIRSUPRA DTC WEB Click to Script reaction US-94178 Style end here */

/* USBW3-3423 AIRSUPRA DTC Website - Q2 2025 Updates Style start here*/

#CookieReportsBannerAZ-push-down {
  position: absolute;
  top: 0;
}

.isi-sub-level li {
  padding: 0 18px 0;
}

#isi-container ul.isi-approved-list {
  padding-top: 0;
}

@media screen and (max-width: 991px) {
  p.sd-logo img {
    width: 150px;
  }

  .sticky-menu ul.sticky-header li a::after {
    top: 2px;
  }

  .isi-sub-level li {
    padding: 0 18px 0;
  }
}

@media screen and (max-width: 767px) {
  
  .footer-main-container {
    justify-content: space-between;
  }

  #footer .footer-main-container ul {
    max-width: 52%;
  }

  #footer .footer-main-container ul.flex-right {
    margin-left: 0px;
  }
}

@media screen and (max-width: 414px) {
  .footer-inner {
    align-items: flex-start;
  }

  .footer-main-container {
    display: block;
    width: 100%;
  }

  #footer .footer-main-container ul {
    max-width: 100%;
  }
}
  
/* USBW3-3423 AIRSUPRA DTC Website - Q2 2025 Updates Style End here*/

/* USBW3-21696 AIRSUPRA DTC Website - Q1 2026 Updates Style start here*/

#header-inner li.cmp-navigation__item--level-0.cmp-navigation__item:nth-child(4) .cmp-navigation__item-link {
  background: #CFFEFC;
  background: linear-gradient(90deg, rgba(207, 254, 252, 1) 0%, rgba(6, 196, 187, 1) 100%);
}

@media screen and (max-width: 414px) {
  .footer-main-container {
    margin-top: 10px;
  }

  #footer .footer-main-container ul li {
    margin: 10px 0;
  }
}
/* USBW3-21696 AIRSUPRA DTC Website - Q1 2026 Updates Style End here*/

/* USBW3-21696 AIRSUPRA DTC Website - Q1 2026 Updates Style start here*/
#header-inner li.cmp-navigation__item--level-0.cmp-navigation__item:nth-child(4) .cmp-navigation__item-link {
  font-family: 'Prompt-Bold';
  font-size: 20px;
  padding: 8px 24px;
}

#header-inner li.cmp-navigation__item--level-0.cmp-navigation__item:nth-child(4) .cmp-navigation__item-link:hover {
  border: 1px solid #003D57;
}

#header-inner li.cmp-navigation__item--level-0.cmp-navigation__item:nth-child(4) .cmp-navigation__item-link:hover span {
  color: #003D57;
}

#header-inner li.cmp-navigation__item--level-0.cmp-navigation__item:nth-child(4) .cmp-navigation__item-link span {
  border-bottom: 3px solid transparent;
}

#header-inner .cmp-navigation__item--level-0:last-child .cmp-navigation__item-link, 
#header-inner .cmp-navigation__item--level-0:last-child .cmp-navigation__item-link.is-active,
#header-inner .cmp-navigation__item--level-0:last-child .cmp-navigation__item-link:hover {
  padding: 8px 24px;
  background: #FFF;
  border: 1px solid #003D57;
  color: #003D57;
  font-size: 20px;
}

#header-inner .cmp-navigation__item--level-0:last-child .cmp-navigation__item-link:hover {
  background: #71E9E2;
}

#header-inner .cmp-navigation__item--level-0:last-child .cmp-navigation__item-link span::after {
  background: url(/content/dam/intelligentcontent/brands/airsupra-dtc/us/en/images/phase3/global/arrow-right.svg);
}

/* Airsupra DTC Stay Connected Signup Form Style Start here */

#stay-connected-signup {
  background: url(/content/dam/intelligentcontent/brands/airsupra-dtc/us/en/images/q1-26-updates/desktop/home/stay-connected-form-bg.jpg);
  background-size: cover;
  background-position: 0 0;
  background-repeat: no-repeat;
}

#stay-connected-signup-inner {
  max-width: 1270px;
  margin-left: auto;
  margin-right: auto;
  padding-left:25px;
  padding-right: 25px;
  padding-top: 60px;
  padding-bottom: 60px;
}

.stay-connect-signup {
  text-align: center;
}

.stay-connect-signup h2 {
  font-size: 35px;
  line-height: 36px;
  color: #003D57;
  font-family: 'Prompt-Bold';
  text-transform: uppercase;
  margin-bottom: 10px;
}

.stay-connect-signup p {
  font-size: 20px;
  line-height: 28px;
  color: #003D57;
  font-family: 'Prompt-Regular';
  margin-bottom: 25px;
}

.stay-connect-signup .stay-asterisk-fields {
  font-size: 16px;
  line-height: 20px;
  font-family: 'Prompt-Regular';
  color: #003D57;
  margin-bottom: 30px;
}

.stay-connect-signup-form {
  max-width: 650px;
  margin: 0 auto;
}

#stay-connected-signup .stay-connect-signup-form .cmp-dynamicform__generated-form {
  padding: 0;
}

#stay-connected-signup .stay-connect-signup-form label {
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 5px;
  display: inline-block;
  font-family: 'Prompt-Regular';
  color: #003D57;
}

#stay-connected-signup .stay-connect-signup-form label .text-danger {
  font-size: 18px;
  line-height: 24px;
  font-family: 'Prompt-Regular';
  color: #003D57;
  position: relative;
  left: -5px;
}

#stay-connected-signup .stay-connect-signup-form .has-error .text-danger {
  color: #d72a2a;
}

#stay-connected-signup .stay-connect-signup-form .has-error p.text-danger {
  color: #d72a2a;
  font-size: 14px;
  line-height: 26px;
  font-family: 'Prompt-Regular';
}

#stay-connected-signup .stay-connect-signup-form input {
  border-radius: 4px;
  font-size: 16px;
  line-height: 24px;
  color: #2F2F2F;
  font-family: 'Prompt-Regular';
  background: #FFFFFF;
  height: 40px;
  padding: 5px 8px;
  border: 1px solid #003D57;
  max-width: 470px;
}

#stay-connected-signup .stay-connect-signup-form .has-error input {
  border: 1px solid #d72a2a;
}

#stay-connected-signup .stay-connect-signup-form i.fa-spin{
  display: none !important;
}

.stay-connect-signup-form h3.border {
  margin-bottom: 0px;
}

.stay-connect-signup-form h3.border p {
  font-size: 18px;
  line-height: 24px;
  color: #003D57;
  font-family: 'Prompt-Regular';
  max-width: 500px;
}

#stay-connected-signup .stay-connect-signup-form .cmp-dynamicform__form-checkbox span.text-danger {
  display: none;
}

#stay-connected-signup .checkbox .cmp-dynamicform__vcenter label {
  margin-bottom: 10px;
  display: flex;
}

#stay-connected-signup .checkbox .cmp-dynamicform__vcenter label span {
  padding-left: 10px;
}

#stay-connected-signup .checkbox .cmp-dynamicform__vcenter label input {
  appearance: none;
  -webkit-appearance: none;
  border: 1px solid #06C4BB;
  border-radius: 4px;
  background: #FFFFFF;
  text-align: center;
  font-size: 16px;
  line-height: 24px;
  color: #2F2F2F;
  font-family: 'Prompt-Regular';
  width: 17px;
  height: 17px;
  position: relative;
  top: 2px;
}

#stay-connected-signup .checkbox .cmp-dynamicform__vcenter label input:checked::after {
  content: '\2713';
  position: absolute;
  display: inline-block;
  color: #06C4BB;
  top: 0px;
  width: 17px;
  height: 17px;
  left: 0;
  font-size: 14px;
  line-height: 17px;
}

#stay-connected-signup .stay-connect-signup-form .cmp-dynamicform__form-radio span.text-danger {
  display: none;
}

#stay-connected-signup .radio .cmp-dynamicform__vcenter label {
  margin-bottom: 10px;
  display: flex;
}

#stay-connected-signup .radio .cmp-dynamicform__vcenter label span {
  padding-left: 10px;
}

#stay-connected-signup .radio .cmp-dynamicform__vcenter label input {
  appearance: none;
  -webkit-appearance: none;
  border: 1px solid #003D57;
  border-radius: 100%;
  background: #FFFFFF;
  text-align: center;
  font-size: 16px;
  line-height: 24px;
  color: #2F2F2F;
  font-family: 'Prompt-Regular';
  width: 17px;
  height: 17px;
  position: relative;
  top: 2px;
}

#stay-connected-signup .radio .cmp-dynamicform__vcenter label input:checked::after {
  content: '';
  position: absolute;
  display: inline-block;
  color: #06C4BB;
  top: 0px;
  width: 11px;
  height: 11px;
  left: 0;
  background: #003D57;
  border-radius: 100%;
  margin-top: 2px;
  margin-left: 2.5px;
}

#stay-connected-signup .stay-connect-signup-form .cmp-dynamicform__submit-btn {
  max-width: 116px;
  font-family: 'Prompt-Bold';
  margin-top: 0px;
  font-size: 20px;
  background: #74DBD6;
  border-radius: 4px;
  color: #003D57;
  line-height: 52px;
  padding: 0;
  margin-bottom: 0;
  width: 100%;
  border: 1px solid #003D57;
  outline: none;
}

#stay-connected-signup .stay-connect-signup-form .cmp-dynamicform__submit-btn:hover {
  background: #71E9E2;
}

#stay-connected-signup .captch-holder {
  display: none;
}

#stay-connected-signup .cmp-dynamicform__clear-btn {
  display: none;
}

.stay-connect-signup-form .thank-you-message h3 {
  font-size: 25px;
  line-height: 26px;
  color: #003D57;
  font-family: 'Prompt-Bold';
  margin: 0;
  text-align: center;
  padding: 0;
  padding-bottom: 15px;
}

.stay-connect-signup-footnote {
  max-width: 1125px;
  margin: 0 auto;
}
.stay-connect-signup-footnote p{
  font-size: 16px;
  line-height: 22px;
  color: #003D57;
  font-family: 'Prompt-Regular';
  margin-bottom: 0;
  padding-top: 15px;
}
.stay-connect-signup-footnote p a{
  color: #003D57;
  text-decoration: none;
  display: inline-block;
}
.stay-connect-signup-footnote p a.external-links{
  text-decoration: underline;
}
#stay-connected-signup .cmp-dynamicform__form-group.cmp-dynamicform__form-subsectionheader{
  display: none;
}
#stay-connected-signup .cmp-dynamicform__form-group.cmp-dynamicform__form-radio p{
  font-size: 18px;
  line-height: 24px;
  color: #003D57;
  font-family: 'Prompt-Regular';
  max-width: 500px;
  display: inline;
  padding-top: 0;
  margin-bottom: 0;
}
#stay-connected-signup .cmp-dynamicform__form-group.cmp-dynamicform__form-radio .radio{
  padding-top: 15px;
}
 
#stay-connected-signup .cmp-dynamicform__form-group.cmp-dynamicform__form-radio p.title-stay-info::after{
  content: '*';
  position: relative;
  right: -2px;
  top: 0;
  visibility: hidden;
}
#stay-connected-signup .cmp-dynamicform__form-group.cmp-dynamicform__form-radio.has-error p.title-stay-info span.asterisk{  
  color: #d72a2a;
}

/* Airsupra DTC Stay Connected Signup Form Style End here */

#isi-container p.p-btm-10.bold-font a{
  font-family: 'Prompt-Bold';
}

@media screen and (min-width: 1200px) {
  #header-inner .cmp-navigation__item--level-0.cmp-navigation__item:first-child {
    margin-left: 0;
  }

  #header-inner li.cmp-navigation__item--level-0.cmp-navigation__item:nth-child(4) {
    margin-left: 100px;
  }
}

@media screen and (min-width: 991px) {
  #header-inner .cmp-navigation__item--level-0.cmp-navigation__item:first-child {
    margin-left: 0;
  }
  #header-inner .cmp-navigation__item--level-0.cmp-navigation__item:last-child{
    padding-top: 12px;
  }
  .stay-connect-signup-form {
    max-width: 1135px;
    margin: 0 auto;
    position: relative;
  }

  #stay-connected-signup .cmp-dynamicform__generated-form .cmp-dynamicform__form-validation {
    position: relative;
  }

  #stay-connected-signup .cmp-dynamicform__form-group {
    width: 50%;
    padding-left: 20px;
    padding-right: 20px;
    display: inline-block;
  }

  #stay-connected-signup .cmp-dynamicform__form-group.cmp-dynamicform__form-subsectionheader {
    position: absolute;
    top: 0;
    right: 0;
  }

  #stay-connected-signup .cmp-dynamicform__form-group.cmp-dynamicform__form-checkbox {
    position: absolute;
    top: 55px;
    right: 0;
  }
  #stay-connected-signup .cmp-dynamicform__form-group.cmp-dynamicform__form-radio {
    position: absolute;
    top: 55px;
    right: 0;
  }
  #stay-connected-signup .cmp-dynamicform__form-group.cmp-dynamicform__form-radio {
    top: 0;
  }

  #stay-connected-signup .cmp-dynamicform__form-group.captch-holder {
    position: absolute;
    bottom: 40px;
    right: 0;
    display: none;
  }

  #stay-connected-signup .cmp-dynamicform__form-group.button-group {
    position: absolute;
    bottom: 20px;
    right: 0;
  }

  #stay-connected-signup .cmp-dynamicform__form-group.button-group .cmp-dynamicform__clear-btn {
    display: none;
  }

  .stay-connect-signup-form h3.border p {
    padding-top: 0;
  }

  #footer .footer-meta-info p span.copy-year{
    display: block;
  }
}

@media screen and (max-width: 1360px) {
  #header-inner .cmp-navigation__item--level-0:last-child .cmp-navigation__item-link span::after{
    top: 3px;
  }
  #header-inner .cmp-navigation__item--level-0 .cmp-navigation__item-link{
    font-size: 14px;
  }
}

@media screen and (max-width: 1250px) {
  #header-inner .cmp-navigation__item--level-0 .cmp-navigation__item-link{
    font-size: 12px;
  }
}

@media screen and (max-width: 1200px) {  
  #header-inner li.cmp-navigation__item--level-0.cmp-navigation__item:nth-child(4) .cmp-navigation__item-link {
    font-size: 12px;
  }

  #header-inner .cmp-navigation__item--level-0:last-child .cmp-navigation__item-link, 
  #header-inner .cmp-navigation__item--level-0:last-child .cmp-navigation__item-link:hover {
    font-size: 12px;
  }
}
@media screen and (max-width: 1100px) { 
  #header-inner .cmp-navigation__item--level-0 .cmp-navigation__item-link{
    font-size: 11px;
  }
}

@media screen and (max-width: 991px) {
  .sticky-menu ul.sticky-header li a {
    background: #FFF;
    color: #003D57;
  }

  .sticky-menu ul.sticky-header li a::after {
    background: url(/content/dam/intelligentcontent/brands/airsupra-dtc/us/en/images/phase3/global/arrow-right.svg);
  }

  /* Airsupra DTC Stay Connected Signup Form Style Start here */

  .stay-connect-signup {
    text-align: left;
  }

  #stay-connected-signup .stay-connect-signup .content-container {
    padding-left: 0;
    padding-right: 0;
  }

  .stay-connect-signup p {
    font-size: 18px;
    line-height: 24px;
  }

  .stay-connect-signup .stay-asterisk-fields {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 20px;
  }

  .stay-connect-signup h2,
  .stay-connect-signup p {
    max-width: 330px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }

  .stay-connect-signup p.stay-asterisk-fields {
    text-align: center;
    max-width: 380px;
  }

  #stay-connected-signup .stay-connect-signup-form .cmp-dynamicform__submit-btn {
    text-align: center;
  }

  .stay-connect-signup-form {
    max-width: 390px;
    margin: 0 auto;
  }

  #stay-connected-signup .stay-connect-signup-form label {
    font-size: 16px;
    line-height: 20px;
  }

  .stay-connect-signup-form h3.border p {
    font-size: 16px;
    line-height: 20px;
  }

  #stay-connected-signup .stay-connect-signup-form .button-group {
    text-align: center;
  }
  .stay-connect-signup-footnote .content-container {
    padding-left: 0;
    padding-right: 0;
  }
  .stay-connect-signup-footnote p{
    font-size: 14px;
    line-height: 18px;
  }
  #stay-connected-signup .cmp-dynamicform__form-group.cmp-dynamicform__form-radio p {
    font-size: 16px;
    line-height: 20px;
  }
}

@media screen and (max-width: 414px) {
  .stay-connect-signup p.stay-asterisk-fields {
    text-align: left;
  }
  .stay-connect-signup-form h3.border p{
    max-width: 290px;
  }
  #stay-connected-signup .cmp-dynamicform__form-group.cmp-dynamicform__form-radio p {
    max-width: 290px;
  }
  #stay-connected-signup .checkbox .cmp-dynamicform__vcenter label{
    max-width: 290px;    
  }
  #stay-connected-signup .checkbox .cmp-dynamicform__vcenter:first-child label{
    align-items: center;
  }
}
/* USBW3-21696 AIRSUPRA DTC Website - Q1 2026 Updates Style End here*/

/* USBW3-40468 Airsupra DTC - Request Rx Removal Style start here*/

@media screen and (max-width: 991px) {
  body {
    /*padding-top: 133px;*/
  }
}

/* USBW3-40468 Airsupra DTC - Request Rx Removal Style End here*/

/* USBW3-40648 Airsupra DTC - June 2026 Update Style start here*/

@media screen and (max-width: 991px) {
  .sticky-menu ul.sticky-header li a{
    padding-top: 8px;
    padding-bottom: 8px;
  }
  .sticky-menu ul.sticky-header li a.saving-card{
    background: #CFFEFC;
    background: linear-gradient(90deg, rgba(207, 254, 252, 1) 0%, rgba(6, 196, 187, 1) 100%);
    border: 1px solid #003D57;
  }
  .sticky-menu ul.sticky-header li a.saving-card::after{
    display: none;
  }
}

/* USBW3-40648 Airsupra DTC - June 2026 Update Style End here*/