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

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

.welcome-col .row {
  display: flex;
  align-items: top;
}

.welcome-section {
  background-color: #FFFFFF;
}

.sec-heading {
  font-family: 'HelveticaBold';
  font-size: 15px;
  line-height: 24px;
  color: #4FAEB8;
}

.welcome-col .welcome-desc {
  font-family: 'HelveticaLight';
  font-size: 24px;
  line-height: 30px;
  color: #3B3B3B;
  margin-top: 23px;
}

.welcome-desc-bottom {
  font-family: 'HelveticaLight';
  font-size: 18px;
  line-height: 24px;
  color: #3B3B3B;
  margin-top: 35px;
  margin-bottom: 45px;
}
/*welcome section button srats here */
.welcome-section .info-link a {
  width: 100%;
  border-radius: 5px!important;
  color: #FFFFFF;
  background-color: #30759E;
  border: 3px solid #30759E!important;
  font-family: 'HelveticaBold';
  font-size: 14px;
  line-height: 20px;
  text-align: center;
}

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

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

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

.welcome-col .col-sm-6.col-xs-12.column-2 .cta.section {
  display: none;
}

/*welcome section button ends here*/

.desk-hide-welcome-desc-bottom, .desk-hide-welcome-desc {
  Display: none;
}
/*design for more than mobile resolution starts here*/
@media screen and (min-width:768px) {
  .welcome-col {
    margin-top: 50px;
  }

  .welcome-col .column-2 .new-image {
    text-align: right !important;
    margin-top: 45px;
    transition: unset;
  }

  .welcome-col .column-2 img {
    width: 80% !Important;
  }
}

/*mobile design starts here*/
@media(max-width:767px) {
  .welcome-col .row, .desk-hide-welcome-desc-bottom, .desk-hide-welcome-desc {
    display: block;
  }

  .welcome-col {
    padding-left: 15px;
    padding-right: 15px;
  }

  .mobile-hide-welcome-desc, .mobile-hide-welcome-desc-bottom {
    Display: none;
  }

  .welcome-col .col-sm-6.col-xs-12.column-1 .cta.section {
    display: none;
  }

  .welcome-col .col-sm-6.col-xs-12.column-2 .cta.section {
    display: block;
  }

  .welcome-col .column-2 img {
    margin: 30px 0;
  }
}
