/*Fonts*/

@font-face {
  font-family: 'lexia-bold';
    font-weight: normal;
    font-style: normal;
    src: url('/content/dam/intelligentcontent/unbranded/azmedconnect-malaysia/my/en/fonts/lexia-bold.otf');
}

@font-face {
  font-family: 'lexia-regular';
    font-weight: normal;
    font-style: normal;
    src: url('/content/dam/intelligentcontent/unbranded/azmedconnect-malaysia/my/en/fonts/lexia-regular.otf');
}

@font-face {
  font-family: 'Montserrat-Bold';
    font-weight: normal;
    font-style: normal;
    src: url('/content/dam/intelligentcontent/unbranded/azmedconnect-malaysia/my/en/fonts/Montserrat-Bold.ttf');
}

@font-face {
  font-family: 'Montserrat-Regular';
    font-weight: normal;
    font-style: normal;
    src: url('/content/dam/intelligentcontent/unbranded/azmedconnect-malaysia/my/en/fonts/Montserrat-Regular.ttf');
}

#container-wrapper {
  max-width: 1200px;
  margin: 0 auto;
}

.cmp-text {
  padding: 0px !important;
}

sup {
  font-size: 60%;
  line-height: 100%;
}

@media screen and (max-width: 1200px) {
  #container-wrapper {
    max-width: 95vw;
    margin: 0 auto;
  }
}

@media screen and (max-width: 992px) {
  #container-wrapper {
    max-width: 95vw;
    margin: 0 auto;
  }
}

@media screen and (max-width: 767px) {
  #container-wrapper {
    max-width: 93vw;
    margin: 0 auto;
  }
}

@media screen and (max-width: 540px) {
  #container-wrapper {
    max-width: 100%;
    margin: 0 20px;
  }
}

#header {
  position: relative;
  z-index: 999;
}

#top-header {
  background-color: #C4D600;
  position: relative;
  z-index: 999;
}

#top-header .aem-Grid {
  display: flex;
  text-align: center;
}

#top-header .text:first-child {
  width: calc(100% - 268px);
}

#top-header .text:nth-child(2) {
  width: 159px;
  background-color: #F8F8F8;
}

#top-header .text:last-child {
  width: 109px;
  background-color: #EBEFEE;
}

#top-header .text {
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'HelveticaNeueLTPro-Light';
}

#region-dropdown {
  position: relative;
}

#region-dropdown::after {
  position: absolute;
  contain: '';
  width: 6px;
  height: 4px;
  background-image: url('/content/dam/intelligentcontent/unbranded/azmedconnect-malaysia/my/en/images/down--arrow.svg');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  right: 0;
  top: 0;
  display: block!important;
}

#top-content {
  display: none;
}

#top-content p {
  font-family: "helvetica-neue-lt-pro";
  font-weight: 300;
  font-size: 10px;
  line-height: 17.91px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #3F4444;
}

#region-dropdown li a {
  font-family: "helvetica-neue-lt-pro";
  font-weight: 500;
  font-size: 10px;
  line-height: 160%;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #3C4242;
  position: relative;
  padding-right: 23px;
}

#region-dropdown li a:after {
  position: absolute;
  content: '';
  width: 6px;
  height: 4px;
  background-image: url('/content/dam/intelligentcontent/unbranded/azmedconnect-malaysia/my/en/images/down---arrow.png');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

#language-dropdown li a {
  font-family: "helvetica-neue-lt-pro";
  font-weight: 500;
  font-size: 10px;
  line-height: 160%;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #3C4242;
  position: relative;
  padding-right: 14px;
}

#navigation-section {
  position: absolute;
  width: 1200px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  margin-top: 40px;
  padding: 17px 20px;
  z-index: 9999;
  border-radius: 16px 16px;
  background: rgba(235, 239, 238, 0.70);
  backdrop-filter: blur(50px);
}

#home #navigation-section {
  border-radius: 16px 16px 0 0;
}

#language-dropdown li a:before {
  position: absolute;
  content: '';
  width: 6px;
  height: 4px;
  background-image: url('/content/dam/intelligentcontent/unbranded/azmedconnect-malaysia/my/en/images/down---arrow.png');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.searchbox {
  display: none;
}

#navigation-section .aem-Grid {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#navigation-section .text:first-child {
  width: 19%;
}

#navigation-section .text:nth-child(2) {
  width: 80%;
}

#navigation-section .text:nth-child(4) {
  width: 5%;
}

#navigation-section .loginAndUserSignin {
  width: 6%;
}

#navigation-section .cmp-user-profile-login a {
  background-color: #830051;
  padding: 11px 15px;
  color: #fff;
  font-family: 'Montserrat-Bold';
  font-size: 10px;
  border-radius: 4px;
  text-decoration: none;
  white-space: nowrap;
}

#navigation .nav {
  display: flex;
  justify-content: center;
  align-items: center;
}

#navigation .nav > li > a {
  font-family: "montserrat";
  font-weight: 700;
  font-size: 11px;
  line-height: 116%;
  letter-spacing: -0.1px;
  padding: 15px 8px 32px;
  color: #3F4444;
  text-transform: uppercase;
  text-decoration: none;
}

#navigation .nav > li:last-child {
  border-left: 1px solid #3F4444;
  border-right: 1px solid #3F4444;
  margin-left: 12px;
  padding-left: 10px;
  padding-right: 32px;
}

#navigation .dropdown-menus li.subdropdown-btn > a {
  position: relative;
}

#navigation .dropdown-menus li.subdropdown-btn > a:after {
  position: absolute;
  content: '';
  width: 6px;
  height: 10px;
  background-image: url('/content/dam/intelligentcontent/unbranded/azmedconnect-malaysia/my/en/images/rightarrow.svg');
  background-repeat: no-repeat;
  background-size: contain;
  right: -16px;
  top: 50%;
  transform: translateY(-50%);
}

#navigation .dropdown-menus li.subdropdown-btn:hover ul {
  display: block;
}

#navigation .mega-menu ul .subdropdown {
  padding: 10px 0 10px 30px;
}

#navigation .mega-menu ul .subdropdown li a {
  font-family: 'lexia';
  font-weight: 400;
}

#menu-btns {
  display: flex;
  align-items: center;
  justify-content: right;
}

.search-btn {
  margin-right: 24px;
  cursor: pointer;
}

.login-btn a {
  background-color: #830051;
  padding: 11px 15px;
  color: #fff;
  font-family: 'Montserrat-Bold';
  font-size: 10px;
  border-radius: 4px;
  text-decoration: none;
}

#navigation .dropdown-menus {
  display: none;
}

#navigation li:hover .dropdown-menus {
  display: block;
}

#navigation .nav li {
  position: relative;
}

#navigation .dropdown-menus {
  position: absolute;
  top: 47px;
  min-width: 320px;
  background-color: #EBEFEE;
  border-radius: 0 0 16px 16px;
  padding: 34px 24px 30px;
}

#navigation .dropdown-menus li {
  margin-bottom: 5px;
}

#navigation .dropdown-menus li:last-child {
  margin-bottom: 0;
}

#navigation .dropdown-menus li a {
  font-size: 14px;
  line-height: 160%;
  color: #3F4444;
  text-decoration: none;
}

#navigation .dropdown-menus li a:hover {
  color: #830051;
}

#navigation .mega-dropdown-menu {
  width: 1200px;
  left: -300px;
  padding: 0;
}

#navigation .mege-menus {
  display: flex;
  justify-content: space-between;
}

#navigation .mega-menu {
  width: 33.3%;
  padding: 40px 24px 50px;
}

#navigation .mega-menu:nth-child(2) {
  background-color: #E6E9E8;
}

#navigation .mega-menu h4 {
  font-family: 'lexia';
  font-weight: 400;
  font-size: 16.8px;
  line-height: 130%;
  padding-bottom: 32px;
  margin-bottom: 16px;
  margin-top: 0;
  border-bottom: 1px solid #D8D8D8;
  position: relative;
  color: #3F4444;
}

#navigation .mega-menu h4 a {
  font-size: 16.8px;
  line-height: 130%;
}

#navigation .mega-menu h4:after {
  position: absolute;
  content: '';
  width: 100%;
  height: 1px;
  background-color: #830051;
  left: 0;
  bottom: -1px;
}

#navigation .mega-menu:nth-child(2) h4:after {
  width: 15px;
}

#navigation .mega-menu:nth-child(3) h4:after {
  width: 15px;
}

#navigation .mega-menu ul ul {
  display: none;
}

#navigation .nav > li:hover > a {
  font-weight: 700;
  color: #830051;
}

#navigation li .dropdown-menus .products-title {
    font-family: 'lexia';
    font-weight: 400;
    font-size: 16.8px;
    line-height: 130%;
    padding-bottom: 0;
    margin-bottom: 8px;
    margin-top: 0;
    border-bottom: 0;
    position: relative;
    color: #3F4444;
}

#navigation li .dropdown-menus .products-title.two {
    margin: 16px 0 8px;
}

#footer {
  background-color: #003865;
}

#footer-top {
  background-color: #EBEFEE;
  border-radius: 0 0 32px 32px;
  padding: 30px 89px 40px;
  margin-bottom: 54px;
}

#contact-details {
  display: flex;
  justify-content: space-between;
}

.contact-detail h4 {
  font-family: "helvetica-neue-lt-pro";
  font-weight: 700;
  font-size: 16px;
  line-height: 160%;
  margin-bottom: 8px;
  margin-top: 0;
  color: #3F4444;
}

.contact-detail p {
  font-family: "helvetica-neue-lt-pro";
  font-weight: 300;
  font-size: 12px;
  line-height: 180%;
  margin-bottom: 0;
  color: #3F4444;
}

.contact-detail p b {
  font-weight: 700;
  color: #3F4444;
}

.contact-detail p a {
  color: #3F4444;
  text-decoration: none;
}

#footer-bottom {
  margin-bottom: 83px;
}

#footer-details {
  display: flex;
  justify-content: space-between;
}

.footer-logo {
  margin-bottom: 27px;
}

.footer-detail p {
  color: #fff;
  font-size: 11.67px;
  line-height: 160%;
  margin-bottom: 20px;
}

.footer-detail h4 {
  font-family: "lexia";
  color: #fff;
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  letter-spacing: 1px;
  margin-top: 15px;
  margin-bottom: 11px;
}

.footer-detail li {
  margin-bottom: 15px;
}

.footer-detail li a {
  font-size: 11.67px;
  line-height: 160%;
  color: #fff;
  text-decoration: none;
}

.footer-social a {
  display: inline-block;
  margin-right: 9px;
}

.footer-social a img {
  max-width: 24px;
}

#navigation-section .text:nth-child(6) {
  display: none;
}

#home-banner {
  background-image: url('/content/dam/intelligentcontent/unbranded/azmedconnect-malaysia/my/en/images/home-banner.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  display: flex;
  align-items: center;
  margin-top: -24px;
  position: relative;
  z-index: 99;
}

#banner-content {
  margin-left: 107px;
  margin-top: 398px;
}

#banner-content h1 {
  font-family: 'lexia';
  color: #fff;
  max-width: 732px;
  font-size: 41.8px;
  line-height: 130%;
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 7px;
  letter-spacing: 1px;
}

#banner-content h1 span {
  display: block;
  background-color: #830051;
  margin-bottom: 4px;
  width: fit-content;
  padding: 0px 13px;
}

#banner-content h3 {
  padding: 13px 14px;
  background-color: #830051;
  max-width: 735px;
  width: fit-content;
  color: #fff;
  font-family: 'lexia';
  font-weight: 400;
  font-size: 29.03px;
  line-height: 130%;
  margin-top: 0;
  margin-bottom: 7px;
  text-transform: capitalize;
  letter-spacing: 0.7px;
}

#banner-content p {
  font-size: 14px;
  color: #ffff;
  font-weight: 400;
  max-width: 610px;
  line-height: 160%;
  padding-left: 13px;
  letter-spacing: 0.9px;
}

#home-highlight {
  padding: 42px!important;
  margin-top: 67px;
  text-align: center;
  margin-bottom: -122px;
  border-radius: 24px;
  border: 1px solid #D1D2D5;
  background: linear-gradient(97deg, rgba(209, 210, 213, 0.50) 0%, rgba(255, 255, 255, 0.20) 100%);
  box-shadow: 0 20px 40px 0 rgba(0, 0, 0, 0.10);
  backdrop-filter: blur(40px);
  -webkit-backdrop-filter: blur(40px);
}

#home-highlight h2 {
  margin-top: 0;
  margin-bottom: 24px;
  font-family: 'lexia';
  font-weight: 400;
  color: #830051;
  font-size: 34.84px;
  line-height: 130%;
  text-transform: capitalize;
}

#home-highlight p {
  color: #3F4444;
  font-size: 16px;
  line-height: 160%;
  max-width: 617px;
  margin: 0 auto 24px;
  font-family: "montserrat";
}

.learnmorebtn a {
  background-color: #830051;
  display: inline-block;
  padding: 12px 38px 12px 16px;
  color: #fff;
  position: relative;
  border-radius: 4px;
  text-decoration: none;
  font-size: 10px;
  letter-spacing: 0.7px;
}

.learnmorebtn a:after {
  position: absolute;
  content: '';
  width: 12px;
  height: 13px;
  background-image: url('/content/dam/intelligentcontent/unbranded/azmedconnect-malaysia/my/en/images/rightarrow.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  right: 16px;
}

#respo-immuno-section {
  padding: 292px 0 244px;
  background-color: #EFF2F2;
  border-radius: 0 0 60px 60px;
  position: relative;
}

#respo-immuno-section:before {
  position: absolute;
  content: '';
  background-color: #F8F8F8;
  inset: 0;
  z-index: -1;
}

#respo-immuno-section .text:first-child {
  width: 55%;
}

#respo-immuno-section .text:last-child {
  width: 45%;
}

#Respiratory-home-left {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  padding-left: 42px!important;
}

.respiratory-detail {
  background-color: #D2D2D2;
  display: flex;
  align-items: center;
  width: 181px;
  height: 181px;
  border-radius: 24px;
  justify-content: center;
  position: relative;
  transition: 0.3s ease-in-out;
  cursor: pointer;
}

.respiratory-detail p {
  position: absolute;
  font-family: "helvetica-neue-lt-pro";
  font-weight: 400;
  color: #830051;
  font-size: 12px;
  line-height: 180%;
  text-align: center;
  letter-spacing: 3px;
  transition: 0.3s ease-in-out;
  text-transform: uppercase;
}

.respiratory-detail img {
  transition: 0.3s;
}

.respiratory-detail:hover img {
  transform: scale(1.1);
}

#Respiratory-home-right {
  margin-left: 60px;
  margin-top: 102px;
}

#Respiratory-home-right h2 {
  color: #830051;
  font-family: 'lexia';
  font-weight: 400;
  font-size: 34.84px;
  line-height: 130%;
  margin-top: 0;
  margin-bottom: 24px;
}

#Respiratory-home-right p {
  font-family: "montserrat";
  color: #3F4444;
  font-size: 14px;
  line-height: 160%;
  letter-spacing: 0.7px;
  margin-bottom: 24px;
}

.respiratory-detail.active {
  background-color: #830051;
}

.respiratory-detail.active p {
  color: #ffffff;
}

.respiratory-detail.active:first-child > img {
  content: url('/content/dam/intelligentcontent/unbranded/azmedconnect-malaysia/my/en/images/CARDIOVASULAR-img-color.png');
}

.respiratory-detail.active:nth-child(2) > img {
  content: url('/content/dam/intelligentcontent/unbranded/azmedconnect-malaysia/my/en/images/RENAL-img-color.png');
}

.respiratory-detail.active:nth-child(3) > img {
  content: url('/content/dam/intelligentcontent/unbranded/azmedconnect-malaysia/my/en/images/ONCOLOGY-img-color.png');
}

.respiratory-detail.active:nth-child(4) > img {
  content: url('/content/dam/intelligentcontent/unbranded/azmedconnect-malaysia/my/en/images/METABOLISM-img-color.png');
}

.respiratory-detail.active:nth-child(5) > img {
  content: url('/content/dam/intelligentcontent/unbranded/azmedconnect-malaysia/my/en/images/RESPIRATORY-img-color.png');
}

.respiratory-detail.active:nth-child(6) > img {
  content: url('/content/dam/intelligentcontent/unbranded/azmedconnect-malaysia/my/en/images/RARE-DISEASES-img-color.png');
}

.tab-item {
  display: none;
}

.tab-item.active {
  display: block;
}

#clinical-guidelines-section {
  background-repeat: no-repeat;
  background-color: #F8F8F8;
  background-position: 0;
  position: relative;
  min-height: 560px;
}

#clinical-guidelines-section:before {
  position: absolute;
  content: '';
  width: 48%;
  top: -100px;
  height: 660px;
  background-image: url('/content/dam/intelligentcontent/unbranded/azmedconnect-malaysia/my/en/images/clinical-guidlines-img.png');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top right;
}

#clinical-guidelines-section .carousel {
  width: 45%;
  float: right;
}

#clinical-guidelines-section #clin-head h2 {
  margin-top: 0;
  font-family: 'lexia';
  font-weight: 400;
  font-size: 56px;
  color: #830051;
  margin-top: 50px;
}

#clinical-guidelines-section #clin-head h4 {
  margin-top: 0;
  font-family: 'lexia';
  font-weight: 600;
  font-size: 30px;
  line-height: 130%;
  color: #830051;
}

#clinical-guidelines-section #clin-head p {
  font-family: "montserrat";
  font-weight: 400;
  font-size: 14px;
  line-height: 160%;
  margin-bottom: 40px;
}

.readmore-btn a {
  font-family: "montserrat";
  font-weight: 700;
  color: #3F4444;
  position: relative;
  font-size: 10px;
  letter-spacing: 0.7px;
  padding-right: 28px;
}

.readmore-btn a:after {
  position: absolute;
  content: '';
  width: 20px;
  height: 20px;
  background-image: url('/content/dam/intelligentcontent/unbranded/azmedconnect-malaysia/my/en/images/read--more.png');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  right: 0;
  top: -3px;
}

#clinical-guidelines-section .readmore-btn {
  margin-bottom: 55px;
}

#clinical-guidelines-section .learnmorebtn {
  text-align: right;
  position: relative;
  right: 0;
  bottom: 0;
  z-index: 999;
  margin-top: 50px;
}

#clinical-guidelines-section .cmp-carousel__action {
  width: 32px;
  height: 32px;
  font-size: 0;
  background-color: transparent;
  background-image: url('/content/dam/intelligentcontent/unbranded/azmedconnect-malaysia/my/en/images/leftarrow-nav.png');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  cursor: pointer;
}

#clinical-guidelines-section .cmp-carousel__action.cmp-carousel__action--next {
  background-image: url('/content/dam/intelligentcontent/unbranded/azmedconnect-malaysia/my/en/images/rightarrow-nav.png');
}

#clinical-guidelines-section .cmp-carousel__actions {
  display: flex;
  gap: 87px;
  bottom: 0;
  display: none;
}

#clinical-guidelines-section .cmp-carousel__indicators {
  bottom: 8px;
  justify-content: left;
  left: 32px;
  width: auto;
  display: none;
}

#clinical-guidelines-section .cmp-carousel-horizontal .cmp-carousel__indicator {
  border: none;
  margin: 0 15px;
  position: absolute;
  display: none;
}

#clinical-guidelines-section .cmp-carousel-horizontal .cmp-carousel__indicator--active {
  display: block!important;
}

#clinical-guidelines-section .cmp-carousel-horizontal .cmp-carousel__indicators:after {
  content: '/ 03';
  margin-left: 40px;
  font-size: 16.8px;
  font-family: 'lexia';
  color: #003865;
}

#clinical-guidelines-section .cmp-carousel-horizontal .cmp-carousel__caption {
  margin: 0;
  font-family: 'lexia';
  font-weight: 400;
  font-size: 16.8px;
  color: #003865;
}

#clinical-guidelines-section .cmp-carousel-horizontal .cmp-carousel__indicators li.cmp-carousel__indicator--active::after {
  display: none;
}

#clinical-guidelines-section .cmp-carousel-horizontal--swipe {
  background: transparent;
}

#clinical-guidelines-section .cmp-carousel__item--swipe {
  justify-content: left;
}

#clin-head {
  width: 45%;
  float: right;
}

#clinical-guidelines-section #carousel-content p {
  font-family: "montserrat";
  font-weight: 400;
  font-size: 14px;
  line-height: 160%;
  margin-bottom: 16px;
}

#clinical-guidelines-section #carousel-content p a {
  text-decoration: none;
  padding-left: 50px;
  position: relative;
  color: #830051;
  font-family: 'lexia';
  font-weight: 600;
  letter-spacing: 0.7px;
  display: flex;
  align-items: center;
}

#clinical-guidelines-section #carousel-content p a:before {
  position: absolute;
  content: '';
  width: 40px;
  height: 40px;
  background-image: url('/content/dam/intelligentcontent/unbranded/azmedconnect-malaysia/my/en/images/pdf.png');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  left: 0;
  display: block!important;
}

#education-resources-section {
  background-color: #F8F8F8;
  padding: 56px 0 111px;
}

#eduction-heading h2 {
  margin-top: 40px;
  font-family: 'lexia';
  font-weight: 400;
  font-size: 56px;
  line-height: 140%;
  color: #830051;
}

#education-resources-lists {
  width: 100%;
  float: left;
}

.education-list {
  width: 50%;
}

.education-list:last-child {
  margin-top: 80px;
}

.education-detail {
  width: 48%;
  float: left;
  border: 1px solid rgba(0,0,0,0.3);
  border-radius: 16px;
  margin-bottom: 32px;
  transition: 0.3s;
  overflow: hidden;
}

.education-detail:hover {
  box-shadow: 0 0 10px 5px rgba(0,0,0,0.1);
  transform: scale(1.1);
}

.education-detail a {
  text-decoration: none;
  color: inherit;
}

.education-detail:nth-child(2), .education-detail:nth-child(4) {
  margin-left: 4%;
}

.education-detail:nth-child(2) {
  margin-top: 80px;
}

.education-detail:nth-child(3) {
  margin-top: -80px;
}

.education-text {
  padding: 24px;
}

.education-caption {
  font-family: "montserrat";
  font-weight: 400;
  font-size: 11.67px;
  line-height: 160%;
  margin-bottom: 21px;
  display: block;
  color: #003865;
}

.education-text h4 {
  font-family: 'lexia';
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 21px;
  font-size: 20.16px;
  line-height: 130%;
  color: #830051;
}

.education-text p {
  font-family: "montserrat";
  font-weight: 400;
  font-size: 14px;
  line-height: 160%;
  margin-bottom: 43px;
}

.education-text .readmore-btn {
  text-align: right;
}

#education-readmore {
  text-align: right;
}

#video-article-section {
  background-color: #EBEFEE;
  background-image: url('/content/dam/intelligentcontent/unbranded/azmedconnect-malaysia/my/en/images/news-article-banner.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top right;
  padding: 194px 0 0;
  border-radius: 0 100px 0 0;
  position: relative;
}

#video-article-section:before {
  position: absolute;
  content: '';
  inset: 0;
  background-color: #F8F8F8;
  z-index: -1;
}

.artile-date {
  background-color: rgba(255, 255, 255, 0.6);
  padding: 4px;
  font-family: "montserrat";
  font-weight: 700;
  font-size: 10px;
  line-height: 17.91px;
  border-radius: 4px;
}

#video-article-content h2 {
  font-family: 'lexia';
  font-weight: 400;
  font-size: 34.84px;
  line-height: 140%;
  margin-top: 28px;
  margin-bottom: 24px;
}

#video-article-content h2 span {
  display: inline-block;
  background-color: #830051;
  margin-bottom: 4px;
  color: #fff;
  padding: 0 13px;
}

#video-article-content p {
  font-family: 'lexia';
  font-weight: 400;
  font-size: 20.16px;
  line-height: 130%;
  color: #3F4444;
  margin-bottom: 24px;
  max-width: 505px;
  text-transform: capitalize;
}

#video-article-section .cmp-carousel-horizontal--swipe {
  background: transparent;
}

#video-article-section .cmp-carousel__action {
  width: 32px;
  height: 32px;
  font-size: 0;
  background-color: transparent;
  background-image: url('/content/dam/intelligentcontent/unbranded/azmedconnect-malaysia/my/en/images/leftarrow-nav.png');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

#video-article-section .cmp-carousel__action.cmp-carousel__action--next {
  background-image: url('/content/dam/intelligentcontent/unbranded/azmedconnect-malaysia/my/en/images/rightarrow-nav.png');
}

#video-article-section .cmp-carousel__actions {
  display: flex;
  gap: 100px;
  display: none;
}

#video-article-section .cmp-carousel__indicators {
  bottom: 20px;
  justify-content: left;
  left: 30px;
}

#video-article-section .cmp-carousel-horizontal .cmp-carousel__indicator {
  border: none;
  margin: 0 15px;
}

.cta-btn {
  margin-bottom: 18px;
}

.cta-btn a {
  background-color: #ffffff;
  border: 1px solid #830051;
  padding: 12px 48px 12px 32px;
  border-radius: 4px;
  display: inline-block;
  position: relative;
  text-decoration: none;
  font-family: "montserrat";
  font-weight: 700;
  color: #3F4444;
  letter-spacing: 0.7px;
  font-size: 10px;
  line-height: 17.91px;
}

.cta-btn a:after {
  position: absolute;
  content: '';
  width: 12px;
  height: 12px;
  background-image: url('/content/dam/intelligentcontent/unbranded/azmedconnect-malaysia/my/en/images/right---arrow.png');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
}

.video-thumbnail {
  border-radius: 20px;
  overflow: hidden;
}

#video-list p {
  margin-top: 16px;
  color: #830051;
  font-family: 'lexia';
  font-weight: 400;
  font-size: 20.16px;
  line-height: 130%;
  text-transform: capitalize;
}

#video-article-section .cmp-carousel__content--swipe {
  width: 30%;
}

#video-article-section .cmp-carousel__item.cmp-carousel__item--swipe {
  max-width: 1200px!important;
  display: flex;
  justify-content: space-between;
  margin-bottom: 32px;
}

#video-article-section .cmp-carousel__item.cmp-carousel__item--active.cmp-carousel__item--swipe > div {
  width: 31%;
}

#video-readmore {
  text-align: center;
}

#our-services-section {
  background-color: #EBEFEE;
  padding: 55px 0 80px;
}

#our-services-heading h2 {
  margin-top: 0;
  margin-bottom: 33px;
  font-family: 'lexia';
  font-weight: 400;
  font-size: 34.84px;
  color: #830051;
}

#services-detail {
  display: flex;
  justify-content: space-between;
  gap: 40px;
}

.service-detail img {
  transition: 0.3s;
}

.service-detail:hover img {
  transform: scale(1.2);
}

.service-detail a {
  display: block;
}

.service-detail {
  width: 50%;
  position: relative;
  overflow: hidden;
  border-radius: 24px;
}

.service-detail p {
  position: absolute;
  top: 50px;
  left: 32px;
  font-family: 'lexia';
  font-weight: 400;
  font-size: 29.03px;
  color: #ffffff;
}

.mobile-h {
  display: none;
}

#video-mob-banner {
  display: none;
}


/*Exitramp popup design*/

/*------------------------   MODEL POPUP---START   ------------------------*/

.modal * {
  box-sizing: border-box;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 99999;
  display: flex;
  visibility: hidden;
  flex-direction: column;
  align-items: center;
  overflow: hidden;
  background: rgba(0,0,0,0.75);
  opacity: 0;
  cursor: context-menu !important;
}

.modal--confirm .modal-box {
  text-align: center;
}

.modal--noOverlayClose {
  cursor: default;
}

.modal--noClose .modal__close {
  display: none;
}

.modal__close {
  position: fixed;
  top: 2.5rem;
  right: 2.5rem;
  z-index: 1000;
  padding: 0;
  width: 2rem;
  height: 2rem;
  border: none;
  background-color: transparent;
  color: #fff;
  cursor: pointer;
}

.modal__close svg * {
  fill: currentColor;
}

.modal__closeLabel {
  display: none;
}

.modal__close:hover {
  color: #fff;
}

.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-md .modal-box__content {
  padding: 0!important;
}

.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;
}

.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;
}

.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;
}

@-webkit-keyframes scale {
  0% {
    opacity: 0;
    transform: scale(0.9);
  }

  100% {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes scale {
  0% {
    opacity: 0;
    transform: scale(0.9);
  }

  100% {
    opacity: 1;
    transform: scale(1);
  }
}

.modal.exit-ramp-modal {
  z-index: 99999;
}

.modal.exit-ramp-modal .modal-box {
  max-width: 787px;
  width: 100%;
  margin-top: unset;
  background-color: #EBEFEE;
  border-radius: 15px;
}

.exit-ramp-title {
  color: #830051;
  font-size: 29.03px;
  line-height: 130%;
  margin-bottom: 25px;
  margin-top: 20px;
  font-family: 'lexia';
  font-weight: 400;
  text-align: center;
}

.modal.exit-ramp-modal .modal-box__content {
  padding: 40px;
}

.exit-ramp-body {
  font-size: 16px;
  text-align: center;
  font-family: "montserrat";
  font-weight: 400;
  font-size: 14px;
  line-height: 160%;
  letter-spacing: 0.7px;
}

.exit-ramp-actions {
  text-align: center;
  display: flex;
  justify-content: center;
  flex-direction: row-reverse;
  gap: 40px;
  margin-top: 25px;
}

.exit-ramp-actions .exit-ramp-cancel, .exit-ramp-actions .exit-ramp-continue {
  min-width: 150px;
  height: 42px;
  border: 1px solid #C4D600!important;
  background-color: #C4D600!important;
  color: #fff;
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "montserrat";
  font-weight: 700;
  text-decoration: none;
  cursor: pointer;
  border-radius: 4px;
  color: #fff;
}

.exit-ramp-actions .exit-ramp-continue {
  border: 1px solid #830051!important;
  background-color: #830051!important;
}

.exit-ramp-continue.skip-exit-ramp {
  padding: 12px 38px 12px 12px;
}

.exit-ramp-continue.skip-exit-ramp:after {
  position: absolute;
  content: '';
  width: 12px;
  height: 12px;
  background-image: url('/content/dam/intelligentcontent/unbranded/azmedconnect-malaysia/my/en/images/continue-arrow.svg');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  right: 12px;
}

.exit-ramp-cancel.close-exit-ramp {
  padding: 12px 12px 12px 38px;
}

.exit-ramp-cancel.close-exit-ramp:before {
  position: absolute;
  content: '';
  width: 12px;
  height: 12px;
  background-image: url('/content/dam/intelligentcontent/unbranded/azmedconnect-malaysia/my/en/images/backarrow.svg');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  left: 12px;
}

.modal.exit-ramp-modal .modal__close {
  max-width: 787px;
  position: relative;
  margin: 0;
  width: 100%;
  color: #ff0f00;
  text-align: right;
  right: unset;
  padding-right: 15px;
  padding-top: 15px;
  margin-top: auto;
}

.modal.exit-ramp-modal .modal__close svg {
  width: 20px;
  display: none;
  color: #ff0f00;
}

.modal__closeIcon {
  width: 37px;
  height: 37px;
  display: inline-block;
  background-image: url('/content/dam/intelligentcontent/unbranded/azmedconnect-malaysia/my/en/images/closebtn.svg');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.mobt {
  display: none;
}

#error-section {
  text-align: center;
}

#error-page {
  justify-content: center;
  background-image: url(/content/dam/intelligentcontent/unbranded/azmedconnect-malaysia/my/en/images/home-banner.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  display: flex;
  align-items: center;
  padding-top: 200px;
  padding-bottom: 100px;
}

#error-section h1 {
  font-family: 'lexia';
  color: #fff;
  font-size: 4rem;
  background-color: #830051;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 20px;
}

#error-section p {
  font-size: 20px;
  margin-bottom: 3rem;
  color: #ffffff;
  font-family: 'lexia';
  line-height: 160%;
}

.graph-figure-with-arrow {
  position: relative;
}

#error-page .text {
  width: 100%;
  margin: 0;
}

#error-section .cta-btn {
  padding: 15px 20px;
  font-size: 22px;
  display: inline-block;
  background-color: #830051;
  color: #fff;
  font-family: 'montserrat';
  border-radius: 4px;
  text-decoration: none;
  line-height: 1;
}

#clinical-guidelines .cmp-container__backgroundImage--enabled, #education-resources .cmp-container__backgroundImage--enabled {
  margin: 0;
  max-height: 200px;
  min-height: 200px;
  background-position: bottom center;
  border-radius: 0 0 40px 40px;
}

#clinical-guidelines-wrapper {
  padding: 40px 0 80px;
}

#page-heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
}

#page-heading h1 {
  font-family: 'lexia';
  font-weight: 400;
  font-size: 29.03px;
  line-height: 130%;
  color: #830051;
  letter-spacing: 0.7px;
  margin: 0;
}

#page-heading p {
  font-family: 'montserrat';
  font-weight: 400;
  font-size: 14px;
  line-height: 160%;
  color: #000000;
  letter-spacing: 0.7px;
}

#clinical-guidelines-wrapper .cmp-resourcelistfilter__image-container {
  display: none;
}

#clinical-guidelines-wrapper .panel.panel-default.cmp-resourcelistfilter__resource-panel {
  padding: 0;
  height: auto;
  border: none;
}

#clinical-guidelines-wrapper .cmp-article-strong {
  display: none;
}

#clinical-guidelines-wrapper .cmp-resourcelistfilter__column {
  width: 33.3%;
  padding-right: 0;
  padding-left: 30px;
}

#clinical-guidelines-wrapper .resource-grid.cmp-resourcelistfilter {
  padding: 0;
}

#clinical-guidelines-wrapper #filter-collapsible {
  width: 25%;
  float: left;
}

#clinical-guidelines-wrapper .cmp-resourcelistfilter__populated {
  width: 74%;
  float: right;
}

#clinical-guidelines-wrapper .cmp-resourcelistfilter__form-group .cmp-resourcelistfilter__text-muted {
  display: none;
}

#clinical-guidelines-wrapper .cmp-resourcelistfilter__select-target {
  display: none;
}

#clinical-guidelines-wrapper #filter-collapse-toggle {
  display: none;
}

#clinical-guidelines-wrapper .cmp-resourcelistfilter__filter-collapse-container {
  display: block!important;
}

#clinical-guidelines-wrapper .cmp-resourcelistfilter__resource-search-filter-container {
  width: 100%;
}

#clinical-guidelines-wrapper .cmp-resourcelistfilter__resource-search-filter-label {
  font-family: 'lexia';
  color: #830051;
  font-weight: 700;
  display: block;
  font-size: 11px;
  letter-spacing: 1.75px;
  line-height: 30px;
}

#clinical-guidelines-wrapper #resource-search-filter-input {
  border: 0;
  border-bottom: 1px solid #3F4444;
  outline: none;
  opacity: 0.5;
  color: #3F4444;
  font-family: 'Nunito-Light';
  font-size: 14px;
  letter-spacing: 0.28px;
  line-height: 20px;
  background: transparent;
}

#clinical-guidelines-wrapper .cmp-resourcelistfilter__search-icon {
  background: url(/content/dam/intelligentcontent/unbranded/azmedconnect-malaysia/my/en/images/search.png);
  border: none;
  width: 13px;
  height: 37px;
  background-size: 57%;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 9;
}

#clinical-guidelines-wrapper .cmp-resourcelistfilter fieldset h4 {
  font-family: 'lexia';
  color: #830051;
  font-weight: 700;
  display: block;
  font-size: 11px;
  letter-spacing: 1.75px;
  line-height: 30px;
  text-transform: uppercase;
}

#clinical-guidelines-wrapper .cmp-resourcelistfilter .cmp-resourcelistfilter__holder .resource-filter-item {
  font-family: "montserrat";
  color: #3F4444;
  font-size: 14px;
  letter-spacing: 0.3px;
  line-height: 20px;
  text-align: center;
  text-decoration: none;
}

#clinical-guidelines-wrapper .cmp-resourcelistfilter .resource-filter-item .fa {
  display: none;
}

#clinical-guidelines-wrapper .cmp-resourcelistfilter__panel-body {
  padding: 0;
}

#clinical-guidelines-wrapper .cmp-resourcelistfilter__text-muted.cmp-article-desc {
  overflow: visible;
  width: 100%;
}

#clinical-guidelines-wrapper .resource-content .therapy-area {
  font-family: "montserrat";
  font-size: 11.67px;
  line-height: 160%;
  letter-spacing: 0.7px;
}

#clinical-guidelines-wrapper .resource-content h4 {
  font-family: 'lexia';
  font-weight: 400;
  font-size: 16.8px;
  line-height: 130%;
  letter-spacing: 0.7px;
  color: #000000;
  margin: 8px 0;
  min-height: 44px;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
}

#clinical-guidelines-wrapper .resource-content .content-type {
  font-family: "montserrat";
  font-weight: 400;
  font-size: 14px;
  line-height: 160%;
  letter-spacing: 0.7px;
  margin-bottom: 12px;
}

#clinical-guidelines-wrapper .resource-content .read-document {
  text-align: right;
  font-family: "montserrat";
  font-weight: 700;
  font-size: 10px;
  line-height: 17.91px;
  text-transform: uppercase;
  letter-spacing: 0.7px;
  color: #3F4444;
  padding-right: 28px;
  position: relative;
}

#clinical-guidelines-wrapper .resource-content .read-document:after {
  position: absolute;
  content: '';
  width: 20px;
  height: 20px;
  background-image: url('/content/dam/intelligentcontent/unbranded/azmedconnect-malaysia/my/en/images/read--more.png');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  right: 0;
  top: -3px;
}

#clinical-guidelines-wrapper .cmp-resourcelistfilter__text-muted small {
  display: none;
}

#clinical-guidelines-wrapper .resource-filter-item.label-primary.active {
  background-color: #830051;
  color: #fff;
}

#clinical-guidelines-wrapper #selected-filters strong {
  font-family: "montserrat";
  font-weight: 700;
}

#clinical-guidelines-wrapper .cmp-resourcelistfilter__selected-filters-holder a {
  font-family: "montserrat";
}

#clinical-guidelines-wrapper .cmp-resourcelistfilter--text-center.cmp-load-more {
  width: 74%;
  float: right;
  margin-top: 20px;
}

#clinical-guidelines-wrapper .cmp-resourcelistfilter--text-center.cmp-load-more a {
  color: #3F4444;
  text-transform: uppercase;
  border: 1px solid #830051;
  padding: 13px 33px;
  border-radius: 4px;
  font-family: "montserrat";
  font-weight: 700;
  display: inline-block;
  text-decoration: none;
}

#clinical-guidelines-wrapper .cmp-resourcelistfilter--text-center.cmp-load-more .fa {
  display: none;
}

#clinical-guidelines-wrapper .list.list-hover.search {
  width: 100%;
  float: left;
  text-align: center;
}

#clinical-guidelines-wrapper .cmp-resourcelistfilter--text-center.cmp-load-more .fg-color.resource-load-more.hidden {
  display: none;
}

#clinical-guidelines-wrapper .cmp-resourcelistfilter--text-center.cmp-load-more a {
    /*display: none;*/
  ;
}

#clinical-guidelines-wrapper .resource-img {
  position: relative;
  border: 1px solid #ddd;
  border-radius: 24px;
  overflow: hidden;
  width: 100%;
  text-align: center;
  height: 200px;
  margin-bottom: 12px;
}

#clinical-guidelines-wrapper .resource-img img {
  vertical-align: middle;
  width: 100%;
  object-fit: cover;
  -webkit-object-fit: cover;
  min-height: 200px;
}

#clinical-guidelines-wrapper .doc-type {
  position: absolute;
  right: 15px;
  bottom: 16px;
  background-color: #EBEFEE;
  font-size: 11.67px;
  line-height: 160%;
  font-family: "montserrat";
  padding: 4px;
  border-radius: 8px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

#clinical-guidelines-wrapper .resource-list a {
  text-decoration: none;
}

.cmp-carousel__action.cmp-carousel__action--pause {
  display: none;
}

.cmp-carousel__action.cmp-carousel__action--play {
  display: none;
}

#coming-soon-section {
  background-image: url(/content/dam/intelligentcontent/unbranded/azmedconnect-malaysia/my/en/images/home-banner.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  margin-top: -24px;
  position: relative;
  z-index: 99;
}

div#coming-soong-content {
  min-height: 800px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

#coming-soong-content h1 {
  display: block;
  background-color: #830051;
  width: fit-content;
  padding: 0px 13px;
  font-family: 'lexia';
  color: #fff;
  max-width: 732px;
  font-size: 3.5rem;
  line-height: 130%;
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 7px;
  letter-spacing: 1px;
}

#coming-soong-content p {
  padding: 10px 14px;
  background-color: #830051;
  width: fit-content;
  color: #fff;
  font-family: 'lexia';
  font-weight: 400;
  font-size: 1rem;
  line-height: 130%;
  margin-top: 0;
  margin-bottom: 7px;
  letter-spacing: 0.7px;
}

.title-border img {
  animation: zoom-in-zoom-out 1s ease infinite;
}

@keyframes zoom-in-zoom-out {
  0% {
    scale: 100%;
  }

  50% {
    scale: 115%;
  }

  100% {
    scale: 100%;
  }
}

#respiratory-page .reduce-risk .item {
  transition: 0.3s;
}

#respiratory-page .reduce-risk .item:hover {
  box-shadow: 0 0 10px 5px rgba(0, 0, 0, .1);
  transform: scale(1.05);
}

@keyframes spin360 {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotateY(360deg);
  }
}

.left-img-box img {
  transition: 0.3s;
}

.left-img-box:hover img {
  transform: scale(1.2);
}

.right-img-box img {
  transition: 0.3s;
}

.right-img-box:hover img {
  transform: scale(1.2);
}

.card-wrapper .card {
  overflow: hidden;
  transition: 0.3s;
  border-radius: 20px;
}

.card-wrapper .card:hover {
  box-shadow: 0 0 10px 5px rgba(0,0,0,.1);
  transform: scale(1.1);
}

#chronic-kidney .title-border img, #renal-page .title-border img, #hyperkalaemia .title-border img {
  animation: blink 3s infinite;
}

@keyframes blink {
  0%, 100% {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }
}

#metabolism-page .title-border img, #type-two-diabetes .title-border img {
  animation: rotateScale 3s ease-in-out infinite;
}

@keyframes rotateScale {
  0% {
    transform: rotate(0deg) scale(1);
  }

  50% {
    transform: rotate(20deg) scale(1.1);
  }

  100% {
    transform: rotate(0deg) scale(1);
  }
}

#respiratory-page .title-border img {
  animation: float 3s ease-in-out infinite;
}

@keyframes float {
  0% {
    transform: translateY(0px);
  }

  50% {
    transform: translateY(-10px);
  }

  100% {
    transform: translateY(0px);
  }
}

#home .modal__close {
  top: 0;
  right: 0;
}

#home .modal__closeIcon {
  width: 25px;
  height: 25px;
}

#home .modal__close:focus {
  outline: none;
}

#home .modal__close svg {
  display: none;
}

#navigation-section .searchbox.aem-GridColumn.aem-GridColumn--default--12 {
  display: none;
  position: absolute;
  bottom: -45px;
  left: 0;
  z-index: 999;
  background: #D9DFDD;
  border: none;
  padding: 10px 24px;
}

#navigation-section label {
  display: none;
}

#navigation-section .cmp-searchbox .cmp-searchbox__inner .cmp-searchbox__field .cmp-searchbox__icon {
  display: none;
}

#navigation-section .cmp-searchbox .cmp-searchbox__inner .cmp-searchbox__field .cmp-searchbox__input {
  background: transparent;
  border: none;
  font-family: 'montserrat';
  font-size: 14px;
  color: #3F4444;
  padding: 0;
  border-left: 1px solid #3F4444;
  padding-left: 8px;
}

#navigation-section .cmp-searchbox .cmp-searchbox__inner .cmp-searchbox__field .cmp-searchbox__input::placeholder {
  color: #3F4444;
}

#navigation-section .cmp-searchbox .cmp-searchbox__inner .cmp-searchbox__field {
  border: none!important;
  outline: none!important;
}

#navigation-section .cmp-searchbox .cmp-searchbox__inner .cmp-searchbox__field .cmp-searchbox__button {
  border: 1px solid #830051;
  border-radius: 4px;
  padding: 12px;
  width: 150px;
  height: 42px;
  font-family: 'montserrat';
  font-weight: 700;
  font-size: 10px;
  line-height: 17.91px;
  letter-spacing: 1px;
  position: relative;
}

#navigation-section .cmp-searchbox .cmp-searchbox__inner .cmp-searchbox__field .cmp-searchbox__button .cmp-searchbox__button-icon {
  display: none;
}

#navigation-section .cmp-searchbox__button-text {
  margin-right: 13px;
}

#navigation-section .cmp-searchbox .cmp-searchbox__inner .cmp-searchbox__field .cmp-searchbox__button:after {
  position: absolute;
  content: '';
  width: 12px;
  height: 13px;
  background-image: url('/content/dam/intelligentcontent/unbranded/azmedconnect-malaysia/my/en/images/Rightarrow.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  right: 15px;
}

#navigation-section .cmp-searchbox__results {
  top: 52px;
}

#navigation-section .cmp-searchbox__results-inner {
  border: none;
  padding: 20px;
}

#navigation-section .cmp-searchbox__results-noitems h3 {
  font-family: "montserrat";
  font-weight: 700;
  color: #3F4444;
}

#navigation-section .cmp-user-profile-name {
  display: block;
  width: 26px;
  height: 26px;
  background-image: url('/content/dam/intelligentcontent/unbranded/azmedconnect-malaysia/my/en/images/profile-icon.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  margin-right: 5px;
  float: left;
  font-size: 0;
}

#navigation-section .cmp-user-profile--account.dropdown .caret {
  width: 14px;
  height: 8px;
  background-image: url('/content/dam/intelligentcontent/unbranded/azmedconnect-malaysia/my/en/images/uparrow.svg');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  border: none;
  margin-top: 12px;
  transform: translateY(-50%) rotate(180deg);
}

#navigation-section .cmp-rx-login .cmp-dropdown-menu {
  position: absolute;
  top: 80px;
  margin: 0;
  background-color: #f8f8f9;
  width: 160px;
  border-top: 2px solid #C4D600;
  padding: 10px 20px;
  right: 0;
}

#navigation-section .cmp-rx-login .cmp-dropdown-menu li {
  margin: 5px 0;
}

#navigation-section .cmp-rx-login .cmp-dropdown-menu li a {
  font-family: 'montserrat';
  font-size: 14px;
  line-height: 26px;
  color: #3F4444;
  text-decoration: none;
}

#navigation-section .cmp-rx-login .cmp-dropdown-menu li a:hover {
  text-decoration: none;
}

#home .modal.exit-ramp-modal .modal__close {
  top: 2.5rem;
  right: 2.5rem;
  left: 0;
}

#home .modal.exit-ramp-modal .modal__closeIcon {
  width: 37px;
  height: 37px;
}

@keyframes scrollleft {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

#health-hub .cmp-container__backgroundImage--enabled {
  margin: 0;
}

#health-hub-banner-content {
  margin-top: 250px;
  margin-bottom: 100px;
  max-width: 492px;
}

#health-hub-banner-content .article-tag {
  background-color: rgba(255, 255, 255, 0.6);
  width: fit-content;
  padding: 4px;
  border-radius: 4px;
  font-family: 'montserrat';
  font-weight: 700;
  font-size: 10px;
  line-height: 17.91px;
  margin-bottom: 24px;
}

#health-hub-banner-content .health-hub-therapy-area {
  display: flex;
  gap: 8px;
  margin-bottom: 24px;
}

#health-hub-banner-content .health-hub-therapy-area .th-area {
  background-color: rgba(196, 214, 0, 0.1);
  border: 1px solid rgba(196, 214, 0, 1);
  border-radius: 52px;
  font-family: 'montserrat';
  color: #003865;
  font-size: 9.72px;
  line-height: 160%;
  padding: 4px 12px;
  letter-spacing: 1px;
}

#health-hub-banner-content h1 {
  font-family: 'lexia';
  color: #fff;
  max-width: 732px;
  font-size: 34.84px;
  line-height: 140%;
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 24px;
  letter-spacing: 1px;
}

#health-hub-banner-content h1 span {
  display: block;
  background-color: #830051;
  margin-bottom: 4px;
  width: fit-content;
  padding: 0px 24px 0 13px;
}

#health-hub-banner-content p {
  font-family: 'lexia';
  font-size: 20.16px;
  line-height: 130%;
  letter-spacing: 0.7px;
  margin-bottom: 24px;
}

.cmp-resourcelistfilter__text-muted {
  font-familY: 'montserrat';
}

.cmp-selfcertification {
  z-index: 9999!important;
}

.cmp-selfcertification__title h1 {
  text-align: center;
  font-family: 'lexia';
  font-weight: 400;
  font-style: normal;
  color: #830051;
  margin-bottom: 25px!important;
}

.cmp-selfcertification .modal-box {
  width: 740px!important;
  border-radius: 15px!important;
  padding: 35px!important;
}

.cmp-selfcertification__content p {
  font-family: 'montserrat';
  line-height: 160%;
  margin-bottom: 15px;
  color: #3F4444;
}

.cmp-selfcertification__actions {
  justify-content: space-between !important;
  flex-direction: row-reverse !important;
  flex-wrap: nowrap !important;
}

.cmp-selfcertification__actions div {
  width: 48%;
}

.cmp-selfcertification__continue {
  width: 100% !important;
  background-color: #830051 !important;
  font-family: 'montserrat';
  letter-spacing: 1px;
  text-decoration: none;
}

.cmp-selfcertification__continue.self-certify-no {
  text-decoration: none;
  background-color: transparent!important;
}

#health-hub #clinical-guidelines-wrapper .resource-img {
  height: 150px;
  min-height: 0;
}

#health-hub #clinical-guidelines-wrapper .resource-img img {
  width: auto;
  height: 100%;
  min-height: auto;
  object-fit: cover;
  -webkit-object-fit: cover;
}

#health-hub #clinical-guidelines-wrapper {
  padding-top: 0;
  background-color: #EBEFEE;
}

#health-hub #clinical-guidelines-wrapper .panel.panel-default.cmp-resourcelistfilter__resource-panel {
  background-color: transparent;
}

#health-hub #clinical-guidelines-wrapper .resource-content h4 {
  color: #830051;
}

#rare-disease-page #respiratory-page .wrapper .reference p a {
  word-break: break-all;
}

#clinical-guidelines #navigation .nav > li:nth-child(3) > a {
  font-weight: 700;
  color: #830051;
}

#health-hub #navigation .nav > li:nth-child(4) > a {
  font-weight: 700;
  color: #830051;
}

#education-resources #navigation .nav > li:nth-child(5) > a {
  font-weight: 700;
  color: #830051;
}

#education-resources #navigation .nav > li:nth-child(5) .dropdown-menus li:nth-child(1) a {
  color: #830051;
  font-weight: 600;
}

#education-learning-portal #navigation .nav > li:nth-child(5) > a {
  font-weight: 700;
  color: #830051;
}

#education-learning-portal #navigation .nav > li:nth-child(5) .dropdown-menus li:nth-child(2) a {
  color: #830051;
  font-weight: 600;
}

#education-learning-portal #navigation .nav > li:nth-child(5) .dropdown-menus li:nth-child(2) a {
  color: #830051;
}

#caregivers #navigation .nav > li:nth-child(6) a {
  font-weight: 700;
  color: #830051;
}

.cmp-searchbox__results-items li {
  margin: 10px 0;
}

.cmp-searchbox__results-items {
  margin-bottom: 20px;
}

.cmp-searchbox__results-show-all-cta {
  background-color: #830051;
  display: inline-block;
  padding: 10px 20px!important;
  color: #fff;
  position: relative;
  border-radius: 4px;
  text-decoration: none;
  font-size: 10px!important;
  letter-spacing: 0.7px;
}

.cmp-searchbox__results-items a {
  font-size: 14px;
  line-height: 160%;
  color: #3F4444;
  text-decoration: none;
  font-family: 'lexia';
  font-weight: 400;
}

.cmp-searchresults__inner-container .cmp-searchresults__item-show .resource-list {
  display: none;
}

.cmp-searchresults__moreresult a {
  color: #3F4444;
  text-transform: uppercase;
  border: 1px solid #830051;
  padding: 13px 33px;
  border-radius: 4px;
  font-family: "montserrat";
  font-weight: 700;
  display: inline-block;
  text-decoration: none;
  margin-top: 2em;
}

.cmp-searchresults__filter-link.add-filter {
  display: none;
}

#search-result .cmp-container__backgroundImage--enabled {
  margin: 0;
  max-height: 200px;
  min-height: 200px;
  background-position: bottom center;
  border-radius: 0 0 40px 40px;
  margin-bottom: 40px;
}

#region-heading {
  font-family: 'montserrat';
}

#immunology-page #navigation .nav > li:nth-child(2) > a {
  font-weight: 700;
  color: #830051;
}

#systemic-lupus-erythematosus #navigation .nav > li:nth-child(2) > a {
  font-weight: 700;
  color: #830051;
}

#eosinophilic-granulomatosis #navigation .nav > li:nth-child(2) > a {
  font-weight: 700;
  color: #830051;
}

#rare-disease-page #navigation .nav > li:nth-child(2) > a {
  font-weight: 700;
  color: #830051;
}

#atypical-hemolytic-uremic-syndrome #navigation .nav > li:nth-child(2) > a {
  font-weight: 700;
  color: #830051;
}

#generalised-myasthenia-gravis #navigation .nav > li:nth-child(2) > a {
  font-weight: 700;
  color: #830051;
}

#cardio #navigation .dropdown-menus li .link4 {
  font-weight: 700;
  color: #830051;
}

#acs-page #navigation .dropdown-menus li .link4 {
  font-weight: 700;
  color: #830051;
}

#acs-page #navigation .dropdown-menus li .link5 {
  font-weight: 600;
  color: #830051;
}

#hypertension-page #navigation .dropdown-menus li .link4 {
  font-weight: 700;
  color: #830051;
}

#hypertension-page #navigation .dropdown-menus li .link6-1 {
  font-weight: 600;
  color: #830051;
}

#heart #navigation .dropdown-menus li .link4 {
  font-weight: 700;
  color: #830051;
}

#heart #navigation .dropdown-menus li .link6 {
  font-weight: 600;
  color: #830051;
}

#renal-page #navigation .dropdown-menus li .link7 {
  font-weight: 700;
  color: #830051;
}

#chronic-kidney  #navigation .dropdown-menus li .link7 {
  font-weight: 700;
  color: #830051;
}

#chronic-kidney  #navigation .dropdown-menus li .link8 {
  font-weight: 600;
  color: #830051;
}

#hyperkalaemia  #navigation .dropdown-menus li .link7 {
  font-weight: 700;
  color: #830051;
}

#hyperkalaemia  #navigation .dropdown-menus li .link9 {
  font-weight: 600;
  color: #830051;
}

#metabolism-page  #navigation .dropdown-menus li .link10 {
  font-weight: 700;
  color: #830051;
}

#type-two-diabetes  #navigation .dropdown-menus li .link10 {
  font-weight: 700;
  color: #830051;
}

#type-two-diabetes #navigation .dropdown-menus li .link11 {
  font-weight: 600;
  color: #830051;
}

#immunology-page #navigation .dropdown-menus li .link13 {
  font-weight: 700;
  color: #830051;
}

#systemic-lupus-erythematosus #navigation .dropdown-menus li .link13 {
  font-weight: 700;
  color: #830051;
}

#systemic-lupus-erythematosus #navigation .dropdown-menus li .link14 {
  font-weight: 600;
  color: #830051;
}

#eosinophilic-granulomatosis #navigation .dropdown-menus li .link13 {
  font-weight: 700;
  color: #830051;
}

#eosinophilic-granulomatosis #navigation .dropdown-menus li .link15 {
  font-weight: 600;
  color: #830051;
}

#rare-disease-page #navigation .dropdown-menus li .link16 {
  font-weight: 700;
  color: #830051;
}

#atypical-hemolytic-uremic-syndrome #navigation .dropdown-menus li .link17 {
  font-weight: 600;
  color: #830051;
}

#generalised-myasthenia-gravis #navigation .dropdown-menus li .link18 {
  font-weight: 600;
  color: #830051;
}


/* Responsive */


@media (min-width: 992px) {
  #mobile-navigation {
    display: none!important;
  }
}

@media (min-width: 1900px) {
  #clinical-guidelines .cmp-container__backgroundImage--enabled {
    min-height: 250px;
  }

  #education-resources .cmp-container__backgroundImage--enabled {
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    background-color: #f7f8f7;
  }
}

@media (max-width: 1280px) {
  #navigation-section {
    max-width: 95vw;
  }

  #navigation .mega-dropdown-menu {
    width: 95vw;
    left: -26.2vw;
  }

  #Respiratory-home-left {
    gap: 0;
    padding-left: 0!important;
  }

  #Respiratory-home-right p br {
    display: none;
  }

  .respiratory-detail {
    width: 30%;
    margin-right: 2.5%;
    margin-bottom: 10px;
  }

  #video-article-section .cmp-carousel__item.cmp-carousel__item--swipe {
    max-width: 1120px!important;
  }

  #navigation .nav > li:last-child {
    padding-right: 12px;
  }

  #navigation .nav > li > a {
    font-size: 10px;
    padding: 15px 10px 32px;
    letter-spacing: -0.2px;
  }
}

@media (max-width: 1199px) {
  #navigation .nav > li > a {
    padding: 15px 7px 32px;
  }
}

@media (max-width: 992px) {
  #top-header .text:first-child {
    width: 100%;
    display: none;
  }

  #top-header .text:nth-child(2), #top-header .text:nth-child(3) {
    display: none;
  }

  #navigation {
    display: none;
  }

  #menu-btns {
    display: none;
  }

  #navigation-section .text:nth-child(6) {
    display: block;
    width: 32px;
  }

  #navbtn {
    text-align: right;
  }

  #navbtn img {
    max-width: none;
    width: 32px;
  }

  #navigation-section {
    margin-top: 0;
    max-width: 100%;
    border-radius: 0 0 16px 16px;
  }

  #mobile-navigation {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
  }

  #mobile-navigation:before {
    position: fixed;
    content: '';
    inset: 0;
    background-color: rgba(0,0,0,0.9);
    z-index: 9;
  }

  #mobile-navigation .aem-Grid {
    position: relative;
    background-color: #EBEFEE;
    left: 0;
    right: 0;
    padding: 12px;
    z-index: 99999;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
  }

  #mobile-navbar > .nav > li {
    margin-bottom: 4px;
    position: relative;
  }

  #mobile-navbar > .nav > li > a {
    color: #2D3648;
    font-weight: 700;
    font-size: 16px;
    text-transform: uppercase;
    padding: 18px 13px;
    display: block;
    text-decoration: none;
  }

  #mobile-navbar > .nav > li.active > a {
    color: #830051;
  }

  #mobile-navbar .dropdown-menus > li {
    margin-bottom: 4px;
  }

  #mobile-navbar .dropdown-menus > li > a {
    font-family: 'lexia';
    background-color: #DEE5E3;
    font-size: 22.43px;
    color: #2D3648;
    padding: 10px;
    display: block;
  }

  #mobile-navbar .dropdown-menus > li > a:hover {
    color: #830051;
    text-decoration: none;
  }

  #mobile-navbar .dropdown-menus .mega-menu a, #mobile-navbar .dropdown-menus > h4.products-title + li > a {
    display: block;
    color: #2D3648;
    font-family: 'lexia';
    font-size: 16.8px;
    line-height: 130%;
    padding: 8px 0 8px 32px;
    text-decoration: none;
  }
  
  #mobile-navbar .dropdown-menus > h4.products-title + li > a {
      background-color: transparent;
  }

  #mobile-navbar .dropdown-menus .mega-menu h4, #mobile-navbar .dropdown-menus > h4.products-title {
    background-color: #DEE5E3;
    margin: 0;
    padding: 10px;
    display: block;
    font-family: 'lexia';
    font-size: 22.43px;
    line-height: 140%;
    font-weight: 400;
    color: #2D3648;
  }

  #mobile-navbar .dropdown-menus .mega-menu h4 a {
    font-size: inherit;
    padding: 0;
    line-height: inherit;
  }

  #mobile-navbar .dropdown-menus {
    display: none;
  }

  #mobile-navbar > .nav > .nav-btn:after {
    position: absolute;
    content: '';
    width: 10px;
    height: 6px;
    background-image: url('/content/dam/intelligentcontent/unbranded/azmedconnect-malaysia/my/en/images/down-arrow.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right;
    right: 10px;
    top: 24px;
  }

  #mobile-navbar > .nav > .nav-btn.active:after {
    transform: rotate(180deg);
  }

  #mobile-navigation .searchbox {
    display: block;
    width: 85%;
    margin-bottom: 16px;
  }

  #mobile-navigation .searchbox label {
    display: none;
  }

  #mobile-navigation .cmp-searchbox__icon.fa.fa-search {
    display: block;
    width: 20px;
    height: 20px;
    display: none;
  }

  #mobile-navigation #search-text-box {
    background-image: url('/content/dam/intelligentcontent/unbranded/azmedconnect-malaysia/my/en/images/mobile-search-i.png');
    background-repeat: no-repeat;
    background-position: 20px 13px;
    background-size: 16px;
    padding: 8px 48px;
    background-color: transparent;
    font-family: "helvetica-neue-lt-pro";
    font-weight: 400;
    font-size: 16px;
    line-height: 160%;
  }

  #mobile-navigation .cmp-searchbox__clear-icon {
    display: none;
  }

  #mobile-navigation .cmp-searchbox__field {
    border: 1px solid #D1D1D1;
    border-radius: 16px;
    overflow: hidden;
  }

  #closebtn {
    position: absolute;
    right: 0;
    top: -54px;
    width: 32px;
    height: 32px;
  }

  #country-preference {
    background-color: #fff;
    padding: 15px 10px 15px 48px;
    border-radius: 8px;
    position: relative;
    margin-bottom: 16px;
  }

  #country-preference li a {
    font-family: "helvetica-neue-lt-pro";
    font-weight: 400;
    color: #000000;
    font-sizea: 20px;
    line-height: 160%;
    letter-spacing: 1px;
  }

  #country-preference:before {
    position: absolute;
    content: '';
    width: 22px;
    height: 22px;
    background-image: url('/content/dam/intelligentcontent/unbranded/azmedconnect-malaysia/my/en/images/flag-i.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    left: 10px;
  }

  #country-preference:after {
    position: absolute;
    content: '';
    width: 10px;
    height: 6px;
    background-image: url(/content/dam/intelligentcontent/unbranded/azmedconnect-malaysia/my/en/images/down-arrow.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right;
    right: 10px;
    top: 24px;
  }

  #language-preference {
    background-color: #fff;
    padding: 15px 10px 15px 10px;
    border-radius: 8px;
    position: relative;
    margin-bottom: 55px;
  }

  #language-preference li a {
    font-family: "helvetica-neue-lt-pro";
    font-weight: 400;
    color: #000000;
    font-sizea: 20px;
    line-height: 160%;
    letter-spacing: 1px;
  }

  #language-preference:after {
    position: absolute;
    content: '';
    width: 10px;
    height: 6px;
    background-image: url(/content/dam/intelligentcontent/unbranded/azmedconnect-malaysia/my/en/images/down-arrow.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right;
    right: 10px;
    top: 24px;
  }

  #footer-top {
    padding: 20px;
  }

  #contact-details {
    flex-wrap: wrap;
    justify-content: center;
  }

  .contact-detail {
    width: 100%;
    text-align: center;
    margin-bottom: 43px;
  }

  .contact-detail:nth-child(2) {
    margin-bottom: 68px;
  }

  .contact-detail:nth-child(3) {
    margin-bottom: 46px;
  }

  .contact-detail h4 {
    font-size: 19.93px;
    line-height: 1;
    margin-bottom: 11px;
    font-family: 'lexia';
    font-weight: 400;
  }

  .contact-detail p {
    font-size: 11.67px;
    line-height: 160%;
    font-family: "montserrat";
    letter-spacing: 0.7px;
    font-weight: 400;
  }

  #footer-bottom {
    margin-bottom: 28px;
  }

  #footer-details {
    flex-wrap: wrap;
    justify-content: center;
  }

  .footer-detail {
    width: 100%;
    text-align: center;
    margin-bottom: 40px;
  }

  #footer-top {
    margin-bottom: 83px;
    margin-top: -1px;
  }

  .footer-logo {
    margin-bottom: 24px;
  }

  .footer-detail p {
    font-size: 11.67px;
    line-height: 160%;
    margin-bottom: 8px;
  }

  .footer-detail li {
    margin-bottom: 8px;
  }

  .footer-social {
    margin-top: 32px;
  }

  .footer-detail h4 {
    margin-top: 0;
    font-size: 16.8px;
    line-height: 130%;
    margin-bottom: 24px;
  }

  #top-content {
    overflow: hidden;
    width: 100%;
  }

  #top-content p {
    display: inline-block;
    white-space: nowrap;
    animation: scrollleft 15s linear infinite;
  }

  #banner-content {
    margin-left: 0;
    margin-top: 200px;
  }

  #video-article-section {
    padding-top: 100px;
  }

  #respo-immuno-section {
    padding: 200px 0;
  }

  .respiratory-detail {
    height: 150px;
  }

  #Respiratory-home-right {
    margin-left: 30px;
    margin-top: 50px;
  }

  #banner-content h1 {
    font-size: 35px;
  }

  #banner-content h3 {
    font-size: 25px;
    max-width: 65%;
  }

  #banner-content p {
    max-width: 65%;
  }

  #home-highlight h2 {
    font-size: 30px;
  }

  #clinical-guidelines-section #clin-head h2 {
    font-size: 40px;
  }

  .respiratory-detail p {
    font-size: 8px;
  }

  #clinical-guidelines-section #clin-head p {
    max-width: 80%;
  }

  #clinical-guidelines-section {
    min-height: auto;
    padding-bottom: 56px;
  }

  #eduction-heading h2 {
    font-size: 45px;
    line-height: 130%;
  }

  .education-text {
    padding: 20px;
  }

  .education-text h4 {
    font-size: 16px;
  }

  #video-article-section .aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--default--6 {
    width: 80%;
  }

  #video-article-section .cmp-carousel__actions {
    display: flex;
    gap: 0;
    left: 0;
    bottom: 0;
  }

  #video-article-section .cmp-carousel__action {
    margin-right: 115px;
  }

  #video-article-section .cmp-carousel__indicators {
    left: 40px;
  }

  #video-article-section .cmp-carousel-horizontal .cmp-carousel__caption {
    margin: 0;
    font-family: 'lexia';
    font-weight: 400;
    font-size: 16px;
    color: #003865;
  }

  #video-article-section .cmp-carousel-horizontal .cmp-carousel__indicators li.cmp-carousel__indicator--active::after {
    display: none;
  }

  #video-article-section .cmp-carousel__indicator.cmp-carousel__indicator--active .cmp-carousel__caption {
    color: #830051;
    font-weight: 700;
  }

  body {
    overflow-x: hidden;
  }

  #video-article-section .cmp-carousel__item.cmp-carousel__item--active.cmp-carousel__item--swipe > div {
    width: 60%;
  }

  #mobile-actions-btn .learnmorebtn a {
    text-align: center;
    width: 100%;
  }

  #error-section h1 {
    font-size: 2.5rem;
  }

  #clinical-guidelines-wrapper #filter-collapsible {
    width: 100%;
  }

  #clinical-guidelines-wrapper .cmp-resourcelistfilter__populated {
    width: 100%;
  }

  #clinical-guidelines-wrapper .cmp-resourcelistfilter__populated {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 3%;
    margin-top: 24px;
  }

  #clinical-guidelines-wrapper .cmp-resourcelistfilter__column {
    width: 47%;
    padding-right: 0;
    padding-left: 0;
  }

  .resource-img img {
    width: 100%;
  }

  #clinical-guidelines-wrapper .cmp-resourcelistfilter__text-muted.cmp-article-desc {
    width: 100%;
  }

  #clinical-guidelines-wrapper .clearfix {
    display: none;
  }

  #clinical-guidelines-wrapper .cmp-resourcelistfilter--text-center.cmp-load-more {
    width: 100%;
  }

  #mobile-navigation .cmp-user-profile-login a {
    background-color: #830051;
    display: inline-block;
    padding: 12px 38px 12px 16px;
    color: #fff;
    position: relative;
    border-radius: 4px;
    text-decoration: none;
    font-size: 10px;
    letter-spacing: 0.7px;
    width: 100%;
    text-align: center;
  }

  #mobile-navigation .cmp-user-profile-login a:after {
    position: absolute;
    content: '';
    width: 12px;
    height: 13px;
    background-image: url(/content/dam/intelligentcontent/unbranded/azmedconnect-malaysia/my/en/images/rightarrow.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    right: 16px;
  }

  #mobile-navigation .cmp-rx-login .cmp-rx-dropdown-toggle {
    background-color: #830051;
    display: inline-block;
    padding: 12px 38px 12px 16px;
    color: #fff;
    position: relative;
    border-radius: 4px;
    text-decoration: none;
    font-family: 'montserrat';
    font-size: 12px;
    letter-spacing: 0.7px;
    width: 100%;
    text-align: center;
    float: right;
  }

  #mobile-navigation .cmp-rx-login .cmp-dropdown-menu li {
    margin: 10px 0;
  }

  #mobile-navigation .cmp-rx-login .cmp-dropdown-menu li a {
    font-family: 'montserrat';
    display: block;
    color: #2D3648;
    padding: 5px 0;
  }

  #mobile-navigation .cmp-rx-login .cmp-dropdown-menu.show {
    background-color: #f8f8f9;
    width: 100%;
    float: left;
    padding: 10px 20px;
    margin: 0;
  }

  #navigation-section .loginAndUserSignin {
    display: none;
  }

  #cardio #mobile-navbar > .nav > li:nth-child(2) > a,
    #acs-page #mobile-navbar > .nav > li:nth-child(2) > a,
    #heart #mobile-navbar > .nav > li:nth-child(2) > a,
    #hypertension-page #mobile-navbar > .nav > li:nth-child(2) > a,
    #renal-page #mobile-navbar > .nav > li:nth-child(2) > a,
    #chronic-kidney-page #mobile-navbar > .nav > li:nth-child(2) > a,
    #hyperkalaemia #mobile-navbar > .nav > li:nth-child(2) > a,
    #metabolism-page #mobile-navbar > .nav > li:nth-child(2) > a,
    #type-two-diabetes #mobile-navbar > .nav > li:nth-child(2) > a,
    #respiratory-page #mobile-navbar > .nav > li:nth-child(2) > a,
    #immunology-page #mobile-navbar > .nav > li:nth-child(2) > a,
    #rare-disease-page #mobile-navbar > .nav > li:nth-child(2) > a,
    #atypical-hemolytic-uremic-syndrome #mobile-navbar > .nav > li:nth-child(2) > a,
    #generalised-myasthenia-gravis #mobile-navbar > .nav > li:nth-child(2) > a,
    #clinical-guidelines #mobile-navbar > .nav > li:nth-child(3) > a,
    #health-hub #mobile-navbar > .nav > li:nth-child(4) > a,
    #education-resources #mobile-navbar > .nav > li:nth-child(5) > a,
    #education-learning-portal #mobile-navbar > .nav > li:nth-child(5) > a,
    #caregivers #mobile-navbar > .nav > li:nth-child(6) > a {
    font-weight: 700;
    color: #830051;
  }

  #cardio #mobile-navbar > .nav > li:nth-child(2) > ul > li .mega-menu:nth-child(1) > ul > li:nth-child(1) a,
    #acs-page #mobile-navbar > .nav > li:nth-child(2) > ul > li .mega-menu:nth-child(1) > ul > li:nth-child(1) a,
    #heart #mobile-navbar > .nav > li:nth-child(2) > ul > li .mega-menu:nth-child(1) > ul > li:nth-child(1) a,
    #hypertension-page #mobile-navbar > .nav > li:nth-child(2) > ul > li .mega-menu:nth-child(1) > ul > li:nth-child(1) a,
    #renal-page #mobile-navbar > .nav > li:nth-child(2) > ul > li .mega-menu:nth-child(1) > ul > li:nth-child(2) a,
    #chronic-kidney-page #mobile-navbar > .nav > li:nth-child(2) > ul > li .mega-menu:nth-child(1) > ul > li:nth-child(2) a,
    #hyperkalaemia #mobile-navbar > .nav > li:nth-child(2) > ul > li .mega-menu:nth-child(1) > ul > li:nth-child(2) a,
    #metabolism-page #mobile-navbar > .nav > li:nth-child(2) > ul > li .mega-menu:nth-child(1) > ul > li:nth-child(3) a,
    #type-two-diabetes #mobile-navbar > .nav > li:nth-child(2) > ul > li .mega-menu:nth-child(1) > ul > li:nth-child(3) a,
    #immunology-page #mobile-navbar > .nav > li:nth-child(2) > ul > li .mega-menu:nth-child(2) > ul > li:nth-child(2) a,
    #rare-disease-page #mobile-navbar > .nav > li:nth-child(2) > ul > li .mega-menu:nth-child(3) > ul > li:nth-child(1) a,
    #atypical-hemolytic-uremic-syndrome #mobile-navbar > .nav > li:nth-child(2) > ul > li .mega-menu:nth-child(3) > ul > li:nth-child(2) a,
    #generalised-myasthenia-gravis #mobile-navbar > .nav > li:nth-child(2) > ul > li .mega-menu:nth-child(3) > ul > li:nth-child(3) a,
    #education-resources #mobile-navbar > .nav > li:nth-child(5) > ul > li:nth-child(1) a,
    #education-learning-portal #mobile-navbar > .nav > li:nth-child(5) > ul > li:nth-child(2) a,
    #plasmic-calculator-page #mobile-navbar > .nav > li:nth-child(2) > ul > li .mega-menu:nth-child(3) > ul > li:nth-child(3) a {
    font-weight: 600;
    color: #830051;
  }

  #clinical-guidelines .cmp-container__backgroundImage--enabled {
    min-height: 170px;
    margin-top: 60px;
  }

  #education-resources .cmp-container__backgroundImage--enabled {
    min-height: 110px;
    margin-top: 65px;
  }

  body {
    padding-top: 0!important;
  }

  .cmp-selfcertification .modal-box {
    width: 90% !important;
    margin: auto!important;
  }

  #clinical-guidelines-wrapper .resource-img {
    height: 250px;
  }

  #clinical-guidelines-wrapper .resource-img img {
    min-height: 250px;
  }

  #health-hub #clinical-guidelines-wrapper .resource-img {
    height: 200px;
  }

  #health-hub-banner-content {
    margin-top: 150px;
    margin-bottom: 50px;
  }

  #home #navigation-section {
    border-radius: 0 0 16px 16px;
  }
}

@media (max-width: 580px) {
  .desktop-h {
    display: none;
  }

  .mobile-h {
    display: block;
  }

  #banner-content h1 {
    font-size: 31.92px;
    line-height: 140%;
  }

  #banner-content h1 .middle-t {
    padding-right: 10px;
  }

  #banner-content h1 .second-t {
    padding-right: 10px;
  }

  #banner-content h3 {
    max-width: 100%;
    font-size: 22.43px;
    padding: 6px;
    margin-bottom: 24px;
  }

  #banner-content p {
    max-width: 100%;
  }

  #home-banner {
    margin-top: 55px;
  }

  #navigation-section {
    background-color: #EBEFEE;
    padding: 13px 24px 5px 20px;
  }

  #navigation-section .text:first-child {
    width: 164px;
  }

  #azmed-logo img {
    content: url('/content/dam/intelligentcontent/unbranded/azmedconnect-malaysia/my/en/images/azmed-moblogo.png');
    width: 164px;
    max-width: max-content;
  }

  #home-highlight {
    margin-top: 63px;
    margin-bottom: -260px;
  }

  #home-highlight {
    padding: 40px 27px!important;
    border: 1px solid rgba(209, 210, 213, 1);
  }

  #home-highlight h2 {
    font-size: 22.43px;
    text-align: left;
    line-height: 140%;
    margin-bottom: 24px;
  }

  #banner-content h1 span {
    padding: 0 0 0 4px;
  }

  #banner-content h1 span.middle-t {
    padding-right: 10px;
  }

  #banner-content h1 span.second-t {
    padding-right: 10px;
  }

  #banner-content h3 {
    font-size: 22.43px;
    line-height: 140%;
    padding: 4px;
  }

  #banner-content p {
    padding-left: 0;
    font-size: 14px;
    line-height: 160%;
  }

  #home-highlight p {
    text-align: left;
    ;
        margin-left: 0;
    font-size: 14px;
    letter-spacing: 0.7px;
  }

  #respo-immuno-section .text {
    width: 100%;
  }

  #respo-immuno-section .text:first-child {
    width: 100%;
  }

  #respo-immuno-section .text:last-child {
    width: 100%;
  }

  #respo-immuno-section {
    padding-top: 310px;
    padding-bottom: 165px;
    border-radius: 0 0 40px 40px;
  }

  #Respiratory-home-left {
    gap: 1%;
    padding-left: 0!important;
    justify-content: space-between;
  }

  .respiratory-detail {
    width: 32%;
    margin: 0 0 2%;
    height: 127px;
  }

  .respiratory-detail p {
    display: none;
  }

  .respiratory-detail:first-child img {
    max-width: 44px;
  }

  .respiratory-detail:nth-child(2) img {
    max-width: 73px;
  }

  .respiratory-detail:nth-child(3) img {
    max-width: 24px;
  }

  .respiratory-detail:nth-child(4) img {
    max-width: 66px;
  }

  .respiratory-detail:nth-child(5) img {
    max-width: 55px;
  }

  .respiratory-detail:nth-child(6) img {
    max-width: 64px;
  }

  #Respiratory-home-right {
    margin-left: 0;
    margin-top: 24px;
    padding: 0 8px!important;
  }

  #Respiratory-home-right h2 {
    font-size: 22.43px;
    line-height: 140%;
    margin-bottom: 30px;
  }

  #Respiratory-home-right p br {
    display: none;
  }

  #clinical-guidelines-section:before {
    width: 90%;
    top: -72px;
    height: 388px;
    background-size: cover;
    background-position: top right;
  }

  #clin-head {
    width: 100%;
    margin-top: 316px;
  }

  #clinical-guidelines-section .carousel {
    width: 100%;
  }

  #clinical-guidelines-section #clin-head h2 {
    margin-top: 32px;
    font-size: 48px;
    line-height: 120%;
    margin-bottom: 24px;
  }

  #clinical-guidelines-section {
    background-color: #fff;
  }

  #clinical-guidelines-section #clin-head h4 {
    margin-bottom: 30px;
  }

  .readmore-btn a {
    font-size: 10px;
    padding-right: 24px;
  }

  .readmore-btn a:after {
    width: 20px;
    height: 20px;
    top: -3px;
  }

  #clinical-guidelines-section .learnmorebtn {
    left: 0;
    bottom: 0;
    position: relative;
    margin-top: 30px;
  }

  #clinical-guidelines-section .learnmorebtn a {
    width: 100%;
    text-align: center;
  }

  #clinical-guidelines-section .cmp-carousel__indicators {
    display: flex;
    justify-content: center;
    left: 43%;
    display: none;
    bottom: 23px;
  }

  #clinical-guidelines-section .cmp-carousel-horizontal .cmp-carousel__indicator {
    margin: 0;
  }

  #clinical-guidelines-section .cmp-carousel-horizontal .cmp-carousel__indicators:after {
    position: absolute;
    right: -50px;
    margin-left: 0;
  }

  #clinical-guidelines-section .readmore-btn {
    margin-bottom: 30px;
  }

  #clinical-guidelines-section {
    padding-bottom: 19px;
  }

  #clinical-guidelines-section .cmp-carousel__actions {
    justify-content: center;
    width: 100%;
  }

  #education-resources-section {
    background-color: transparent;
    padding: 40px 0 90px;
  }

  #education-resources-section .text {
    width: 100%;
  }

  #eduction-heading h2 {
    margin-top: 0;
    font-size: 48px;
    line-height: 120%;
    margin-bottom: 32px;
  }

  .education-detail {
    width: 100%;
    border-radius: 20px 20px 16px 16px;
  }

  .education-detail:nth-child(2), .education-detail:nth-child(4) {
    margin-left: 0;
  }

  .education-detail:nth-child(2) {
    margin-top: 0;
  }

  .education-detail:nth-child(3) {
    margin-top: 0;
  }

  .education-list {
    width: 100%;
  }

  .education-detail:first-child img {
    content: url('/content/dam/intelligentcontent/unbranded/azmedconnect-malaysia/my/en/images/edu-mob-1.png');
  }

  .education-detail:nth-child(2) img {
    content: url('/content/dam/intelligentcontent/unbranded/azmedconnect-malaysia/my/en/images/edu-mob-2.png');
  }

  .education-detail:nth-child(3) img {
    content: url('/content/dam/intelligentcontent/unbranded/azmedconnect-malaysia/my/en/images/edu-mob-3.png');
  }

  .education-detail:nth-child(4) img {
    content: url('/content/dam/intelligentcontent/unbranded/azmedconnect-malaysia/my/en/images/edu-mob-4.png');
  }

  .education-detail img {
    width: 100%;
  }

  .education-text {
    padding: 24px;
  }

  .education-caption {
    margin-bottom: 14px;
  }

  .education-text h4 {
    font-size: 17.72px;
  }

  .education-text p {
    font-family: 'lexia';
    font-size: 15.75px;
    margin-bottom: 14px;
  }

  .education-list:last-child {
    margin-top: 0;
  }

  .learnmorebtn a {
    width: 100%;
    text-align: center;
  }

  #clinical-guidelines-section:before {
    background-image: url('/content/dam/intelligentcontent/unbranded/azmedconnect-malaysia/my/en/images/clinical-guidelines-mobile.png');
  }

  #video-article-section {
    background: #EBEFEE;
    padding: 0 0 63px;
    margin-top: 40px;
  }

  #video-mob-banner {
    display: block;
    margin-left: -20px;
    margin-right: -20px;
    margin-top: -40px;
    margin-bottom: 16px;
  }

  #video-mob-banner img {
    max-width: none;
    width: 100%;
  }

  #video-article-content p:first-child {
    display: none;
  }

  .artile-date {
    display: none;
  }

  #video-article-content h2 {
    font-size: 25.23px;
    margin-top: 0;
    margin-bottom: 16px;
  }

  #video-article-section .aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--default--6 {
    width: 100%;
  }

  #video-article-content h2 span:first-child {
    width: 100%;
  }

  #video-article-content p {
    font-size: 17.72px;
    line-height: 140%;
    margin-bottom: 16px;
    letter-spacing: 0.5px;
  }

  .cta-btn a {
    width: 100%;
    text-align: center;
  }

  #video-article-section .cmp-carousel__item.cmp-carousel__item--active.cmp-carousel__item--swipe > div {
    width: 90%;
  }

  .video-thumbnail img {
    width: 100%;
  }

  #video-list p {
    text-align: center;
  }

  #video-article-section .cmp-carousel__actions {
    justify-content: center;
    width: 100%;
    bottom: 0px;
  }

  #video-article-section .cmp-carousel__action {
    margin: 0 75px;
  }

  #video-article-section .cmp-carousel__indicators {
    display: flex;
    justify-content: center;
    bottom: 2px;
    width: auto;
    left: 50%;
    transform: translateX(-50%);
  }

  #video-article-section .cmp-carousel__indicator.cmp-carousel__indicator--active .cmp-carousel__caption {
    background: #830051;
    color: #fff;
    border-radius: 50%;
    font-size: 12px;
  }

  #video-article-section .cmp-carousel-horizontal .cmp-carousel__indicator {
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 8px;
  }

  #video-article-section .cmp-carousel-horizontal .cmp-carousel__caption {
    width: 28px;
    height: 28px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
  }

  #video-article-section #video-readmore {
    display: none;
  }

  #our-services-section {
    padding: 0 0 100px;
  }

  #our-services-heading h2 {
    font-size: 29.03px;
    margin-bottom: 32px;
  }

  #services-detail {
    flex-wrap: wrap;
    gap: 0;
  }

  .service-detail {
    width: 100%;
    margin-bottom: 32px;
  }

  .service-detail p {
    top: 21px;
    left: 21px;
    font-size: 29.03px;
    letter-spacing: 1px;
    max-width: 80%;
  }

  .modal.exit-ramp-modal .modal-box {
    max-width: 90%;
  }

  .modal.exit-ramp-modal .modal__close {
    max-width: 90%;
  }

  .modal.exit-ramp-modal .modal-box__content {
    padding: 40px 24px 58px;
  }

  .exit-ramp-title {
    font-size: 22.43px;
    line-height: 140%;
    margin-bottom: 15px;
  }

  .exit-ramp-actions {
    flex-wrap: wrap;
    gap: 0;
  }

  .exit-ramp-actions .exit-ramp-cancel, .exit-ramp-actions .exit-ramp-continue {
    min-width: 100%;
  }

  .exit-ramp-continue.skip-exit-ramp {
    margin-bottom: 15px;
  }

  #respo-immuno-section:before {
    display: none;
  }

  #video-article-section:before {
    display: none;
  }

  #clinical-guidelines-section #clin-head p {
    margin-bottom: 30px;
  }

  #video-article-content .cta-btn {
    margin-bottom: 37px;
  }

  .service-detail:after {
    position: absolute;
    content: '';
    width: 32px;
    height: 32px;
    background-image: url('/content/dam/intelligentcontent/unbranded/azmedconnect-malaysia/my/en/images/read-more-i.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    right: 18px;
    bottom: 20px;
  }

  .contact-detail:last-child p {
    max-width: 290px;
    margin: auto;
  }

  .contact-detail:last-child br {
    display: none;
  }

  .footer-social a {
    margin: 0 12px;
  }

  .footer-social a img {
    max-width: 24px;
  }

  .footer-detail li a {
    letter-spacing: 0.7px;
  }

  .footer-detail p {
    letter-spacing: 0.7px;
  }

  .mobt {
    display: block;
  }

  .deskt {
    display: none;
  }

  #error-page {
    margin-top: 55px;
  }

  #error-section h1 {
    font-size: 2.5rem;
    line-height: 140%;
  }

  #coming-soong-content h1 {
    font-size: 2.5rem;
  }

  #coming-soong-content p {
    text-align: center;
  }

  #clinical-guidelines .cmp-container__backgroundImage--enabled, #education-resources .cmp-container__backgroundImage--enabled {
    display: none;
  }

  #clinical-guidelines-wrapper {
    padding-top: 130px;
  }

  #page-heading p {
    white-space: nowrap;
  }

  #page-heading {
    margin-bottom: 0;
  }

  #clinical-guidelines-wrapper .cmp-resourcelistfilter__resource-search-filter-container {
    margin-bottom: 0;
  }

  #clinical-guidelines-wrapper .cmp-resourcelistfilter__filter-collapse-container {
    margin-top: 0;
  }

  #clinical-guidelines-wrapper .cmp-resourcelistfilter__column {
    width: 100%;
    border-bottom: 1px solid rgba(63, 68, 68, 0.2);
    margin-bottom: 24px;
  }

  #clinical-guidelines-wrapper .cmp-resourcelistfilter__search-icon {
    background-size: 100%;
    right: -94%;
    top: -33px;
  }

  #clinical-guidelines-wrapper .panel.panel-default.cmp-resourcelistfilter__resource-panel {
    margin-bottom: 0;
  }

  .resource-list {
    display: flex;
    gap: 20px;
  }

  #clinical-guidelines-wrapper .resource-img {
    width: 45%;
  }

  .resource-content {
    width: 55%;
  }

  #clinical-guidelines-wrapper .resource-content .content-type {
    position: absolute;
    background: #EBEFEE;
    font-size: 11.67px;
    line-height: 160%;
    right: 60%;
    bottom: 20%;
    padding: 4px;
    border-radius: 8px;
    text-transform: uppercase;
  }

  #clinical-guidelines-wrapper .resource-content h4 {
    -webkit-line-clamp: 3;
    font-size: 15.75px;
    line-height: 140%;
    letter-spacing: 0;
  }

  #clinical-guidelines-wrapper .cmp-resourcelistfilter--text-center.cmp-load-more a {
    font-family: "montserrat";
    font-weight: 700;
    font-size: 10px;
    line-height: 17.91px;
    text-transform: uppercase;
    letter-spacing: 0.7px;
    color: #3F4444;
    position: relative;
    border: none;
    padding: 0;
    padding-right: 28px;
  }

  #clinical-guidelines-wrapper .cmp-resourcelistfilter--text-center.cmp-load-more a:after {
    position: absolute;
    content: '';
    width: 20px;
    height: 20px;
    background-image: url(/content/dam/intelligentcontent/unbranded/azmedconnect-malaysia/my/en/images/read--more.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    right: 0;
    top: -3px;
    transform: rotate(90deg);
  }

  #clinical-guidelines-wrapper .resource-img {
    min-height: 0;
    border-radius: 14px;
    margin-bottom: 0;
    height: 120px;
    border: 1px solid #ddd;
  }

  #clinical-guidelines-wrapper .resource-img img {
    min-height: 100%;
    min-width: 100%;
    object-fit: cover;
    -webkit-object-fit: cover;
    max-width: none;
  }

  .cmp-selfcertification .modal-box {
    padding: 30px 20px !important;
  }

  .cmp-selfcertification__actions {
    flex-wrap: wrap !important;
  }

  #health-hub #clinical-guidelines-wrapper .resource-img {
    height: 100px;
  }
    
    /*#clinical-guidelines #clinical-guidelines-wrapper .resource-img{*/
    /*    width: 100%;*/
    /*}*/
    /* #clinical-guidelines #clinical-guidelines-wrapper .resource-content{*/
    /*    width: 100%;*/
    /*}*/
    
    /*#clinical-guidelines .resource-list{*/
    /*    gap: 0;*/
    /*}*/
    
  #health-hub .cmp-container__backgroundImage--enabled {
    margin: 0;
    background-image: none !important;
    background: #ECF0EF;
  }

  #health-hub #video-mob-banner {
    margin-top: 52px;
  }

  #health-hub-banner-content {
    margin-top: 0;
    margin-bottom: 0;
  }

  #health-hub-banner-content .health-hub-therapy-area {
    margin-bottom: 16px;
  }

  #health-hub-banner-content h1 {
    font-size: 25.23px;
    margin-bottom: 16px;
  }

  #health-hub #clinical-guidelines-wrapper .resource-img {
    height: auto;
    width: 100%;
  }

  #health-hub #clinical-guidelines-wrapper .resource-img img {
    width: 100%;
    height: auto;
  }

  #health-hub .resource-list {
    display: block;
  }

  #health-hub .resource-content {
    width: 100%;
    margin-top: 16px;
  }

  #health-hub #clinical-guidelines-wrapper .resource-content h4 {
    font-size: 20.16px;
    margin: 0;
  }

  .modal.cmp-modal__modalbox.modal-md.modal--visible .modal-box .modal__close {
    background-color: transparent;
  }

  .modal.cmp-modal__modalbox.modal-md.modal--visible .modal__closeLabel {
    display: none;
  }

  #home .modal__closeIcon {
    top: 0;
    right: 0;
    position: absolute;
  }

  .modal.exit-ramp-modal .modal-box {
    margin: auto;
  }

  .modal.exit-ramp-modal .modal__close {
    max-width: 90%;
    margin: auto;
  }

  #home .modal.exit-ramp-modal .modal__closeIcon {
    position: inherit;
  }

  .modal.exit-ramp-modal .modal__close, #home .modal.exit-ramp-modal .modal__close {
    background-color: transparent;
    top: 3.5rem;
    right: 2.5rem;
  }

  .modal.exit-ramp-modal .modal__close .modal__closeLabel {
    display: none;
  }

  #clinical-guidelines #clinical-guidelines-wrapper .resource-list {
    gap: 0;
    flex-wrap: wrap;
  }

  #clinical-guidelines #clinical-guidelines-wrapper .resource-list a {
    text-decoration: none;
    display: flex;
    gap: 20px;
    width: 100%;
  }

  #search-result .cmp-container__backgroundImage--enabled {
    margin-top: 50px;
  }

  .cmp-searchbox__results-inner {
    padding: 10px 20px 20px !important;
  }

  .cmp-searchbox .cmp-searchbox__inner .cmp-searchbox__field .cmp-searchbox__icon {
    display: none;
  }

  .cmp-searchresults__inner-container {
    padding: 20px 0!important;
  }
}

@media (max-width: 430px) {
  #home-banner {
    background-image: url("/content/dam/intelligentcontent/unbranded/azmedconnect-malaysia/my/en/images/mobile--homebanner.png");
  }
}

@media (max-width:420px) {
  #banner-content h1 {
    font-size: 27px;
  }

  #banner-content h1 .first-t {
    width: 100%;
  }

  #banner-content h3 {
    font-size: 20px;
  }

  #mobile-navbar .dropdown-menus .mega-menu h4 {
    font-size: 20px;
  }

  #mobile-navbar .dropdown-menus .mega-menu a {
    font-size: 15px;
  }

  #banner-content {
    margin-top: 190px;
  }

  #home-highlight h2 {
    font-size: 20px;
  }

  #home-highlight p {
    max-width: 100%;
    font-size: 14px;
  }

  #video-article-content p {
    letter-spacing: normal;
  }

  #home-highlight {
    margin-bottom: -282px;
  }
}

@media (max-width: 375px) {
  #video-article-content h2 {
    font-size: 22px;
  }
}

@media (max-width: 992px) and (orientation: landscape) {
  #Respiratory-home-right h2 {
    font-size: 20px;
  }

  #clinical-guidelines-section #clin-head h2 {
    font-size: 28px;
  }

  #clinical-guidelines-section #clin-head h4 {
    font-size: 20px;
  }

  #clinical-guidelines-section .cmp-carousel__indicators {
    display: block;
  }

  #clinical-guidelines-section #clin-head p {
    max-width: 100%;
  }

  .readmore-btn a {
    font-size: 10px;
  }

  .readmore-btn a:after {
    top: -3px;
  }

  .learnmorebtn a {
    font-size: 10px;
  }

  #video-article-section .cmp-carousel__indicators {
    display: flex;
    justify-content: center;
    left: 0;
  }

  .service-detail p {
    top: 20px;
    left: 20px;
    font-size: 20px;
  }

  #banner-content h1 {
    font-size: 31.92px;
  }

  #banner-content h3 {
    font-size: 22.43px;
  }

  #banner-content p {
    font-size: 12px;
  }

  #home-highlight h2 {
    font-size: 22.43px;
  }

  .learnmorebtn a:after {
    top: 30%;
  }

  #video-article-content h2 {
    font-size: 30px;
    max-width: 500px;
  }

  #video-article-section {
    padding-top: 50px;
  }

  #video-article-content p {
    font-size: 17.72px;
    max-width: 300px;
  }

  #video-article-section .cmp-carousel__item.cmp-carousel__item--active.cmp-carousel__item--swipe > div {
    width: 70%;
  }

  #video-article-section .cmp-carousel__item.cmp-carousel__item--swipe {
    justify-content: center;
  }

  #video-article-section .cmp-carousel__actions {
    width: 100%;
    gap: 115px;
    justify-content: center;
  }

  #video-article-section .cmp-carousel__action {
    margin-right: 0;
  }

  #video-list p {
    max-width: 370px;
    margin: 16px auto;
  }

  #video-readmore {
    display: none;
  }

  #our-services-heading h2 {
    font-size: 30px;
  }

  #home-highlight {
    padding: 30px!important;
  }

  .respiratory-detail:first-child img {
    max-width: 44px;
  }

  .respiratory-detail:nth-child(2) img {
    max-width: 73px;
  }

  .respiratory-detail:nth-child(3) img {
    max-width: 24px;
  }

  .respiratory-detail:nth-child(4) img {
    max-width: 66px;
  }

  .respiratory-detail:nth-child(5) img {
    max-width: 55px;
  }

  .respiratory-detail:nth-child(6) img {
    max-width: 64px;
  }

  #respo-immuno-section .text:first-child {
    width: 100%;
  }

  #respo-immuno-section .text:last-child {
    width: 100%;
  }

  #Respiratory-home-right {
    margin-left: 0;
  }

  #video-article-section {
    background-image: none;
    padding-top: 0;
    border-radius: 100px 100px 0 0;
    overflow: hidden;
  }

  .mobbanner {
    display: block;
  }

  #video-mob-banner {
    display: block;
    width: 106%;
    margin-left: -20px;
    margin-bottom: 16px;
  }

  #video-mob-banner img {
    max-width: none;
    width: 100%;
  }

  #education-resources-section {
    background-color: #fff;
  }

  #video-article-section .aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--default--6 {
    width: 100%;
  }

  #video-article-content p {
    max-width: 100%;
  }

  #video-list {
    text-align: center;
  }

  #top-header {
    z-index: 999;
  }

  #mobile-actions-btn .learnmorebtn a {
    text-align: center;
    width: 100%;
  }

  #health-hub .cmp-container__backgroundImage--enabled {
    margin: 0;
    background-image: none !important;
    background-color: #ECF0EF;
  }

  #health-hub-banner-content {
    margin-top: 0;
    margin-bottom: 0;
  }
}
