/* code menu to test */
*[aria-hidden='true'] {
  visibility: visible;
}

.cmp-experiencefragment--header {
  width: 100%;
  background-color: #104859;
  margin: 0 auto;
}

#az-logoheader {
  /*height: 36px;*/
}


/**/


#attr-header-test .cmp-navigation__item:hover .cmp-navigation__dropdownmenu{
    display: block;
}
.cmp-navigation__dropdownmenu{
    position: absolute;
    background: #001F54;
    text-align: center;
    padding: 20px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
#attr-header-test .cmp-navigation__item:hover .cmp-navigation__dropdownmenu li.cmp-navigation__item.cmp-navigation__item--level-1{
    padding: 10px 0;
}
#attr-header-test .cmp-navigation__item:hover .cmp-navigation__dropdownmenu li.cmp-navigation__item.cmp-navigation__item--level-1 a{
    color: #fff;
    text-decoration: none;
    border-bottom: none;
}
#attr-header-test .cmp-navigation__item:hover .cmp-navigation__dropdownmenu li.cmp-navigation__item.cmp-navigation__item--level-1 a:hover{
    border-bottom: 2px solid #FF53FF;
}

#new-top-line-header .us-healthcare{
    width: 100% !important;
    margin-left: 0 !important;
}
#new-top-line-header .us-healthcare .hide-in-mob{
    margin-left: 0 !important;
    font-weight: 400 !important;
    margin: 0 auto !important;
}
#new-top-line-header .us-healthcare li.stay-informed-sec{
    padding: 6px 20px;
    background: linear-gradient(#ffffff, #ffffff) padding-box, linear-gradient(135deg, #F599FC 0%, #556AFF 50%, #75F2FB 100%);
    position: absolute;
    right: 80px;
    z-index: 99;
    top: 0px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border: 2px solid transparent;
    border-top: 0;
}
#new-top-line-header .container-inner{
    background: #00102E;
}

/**/

.cmp-navigation__item.cmp-navigation__item--level-0.cmp-navigation__item--active a span {
  text-decoration: none;
  color: #ff53ff;
  border-bottom: 2px solid #ff53ff;
}

#attr-header-test {
 max-width: 1310px;
    margin: 0px auto;
    background: rgba(0, 18, 52, 0.9);
        /*padding: 5px 78px 10px;*/
    padding: 5px 90px 10px 60px;
    border-radius: 0px 0px 30px 30px;
    z-index: 2;
    position: relative;
    margin-top: 10px;
    top: -14px;
}


#attr-header-test .image {
  width: auto;
}

#attr-header-test .image .cmp-image__link {
  line-height: 0;
}

#attr-header-test .cmp-image__image {
	    /*height: 41px;*/
  width: 278px;
  margin-top: 15px;
  padding:0px;
}

#attr-header-test #gaa-logoheader .cmp-image__image {
  margin-left: 30px;
  margin-top: 19px;
}

#attr-header-test #az-logoheader .cmp-image__image {
  margin-top: 10px;
}

#attr-header-test .navigation {
  width: auto;
  float: right;
}

#attr-header-test .cmp-navigation__item {
  padding-left: 32px;
  margin: 0;
  font-size: 16px;
  padding-top: 22px;
  padding-bottom: 12px;
}

#attr-header-test .navigation nav ul li a {
  color: #ffffff;
  font-family: "Kanit", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
}

#attr-header-test .navigation nav ul li:hover a {
  text-decoration: none;
  color: #ff53ff;
  border-bottom: 2px solid #ff53ff;
}

#attr-header-test .navigation nav ul li a:active {
  text-decoration: none;
  color: #ff53ff;
  border-bottom: 2px solid #ff53ff;
}

.ic-hamburger {
  display: none;
  width: 25px;
  height: 28px;
  float: right;
  
}

/* end */
#mobile-menu {
  position: fixed;
  width: 100%;
  z-index: 1;
}

.mobile-only .nav-bar {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  list-style: none;
  position: relative;
  background: var(--color2);
  padding: 0;
}

.mobile-only .menu {
  display: flex;
}

.mobile-only .menu li {
  padding: 0 35px;
  color: #FFF;
  font-family: "Kanit", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 24px;
  font-weight: bold;
}

.mobile-only .menu li a {
  display: inline-block;
  text-decoration: none;
  color: var(--color1);
  text-align: center;
  transition: 0.15s ease-in-out;
  position: relative;
}

.mobile-only .menu li a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background: var(--color1);
  transition: 0.15s ease-in-out;
}

.mobile-only .menu li a:hover:after {
  width: 100%;
}

.mobile-only .open-menu,
.mobile-only .close-menu {
  position: absolute;
  font-size: 1.5rem;
  color: var(--color1);
  cursor: pointer;
  display: none;
}

.mobile-only .open-menu {
  top: 10px;
  right: 0px;
}

.mobile-only .close-menu {
  top: -60px;
  right: 20px;
}

.mobile-only .medical-info .open-menu {
  top: -22px;
  left: 60%;
}

.mobile-only .medical-info .close-menu {
  top: -22px;
  left: 60%;
}

.mobile-only #check,
.mobile-only #check1 {
  display: none;
}

/* Top menu */
.mobile-only .top-menu {
  padding: 18px 0;
}

.mobile-only .top-menu ul.medical-info {
  display: none;
}

/* Main menu */

.mobile-only .header-main-menu ul li {
  margin: 0 30px;
  text-align: center;
}

.mobile-only .header-main-menu {
  width: 100%;
}

.mobile-only .main-menu .open-menu,
.mobile-only .main-menu .close-menu {
  width: 32px;
  height: 32px;
}

.mobile-only .main-menu .open-menu i::before {
  color: #fff;
  position: relative;
  left: 5px;
  top: 0px;
  font-size: 25px;
  line-height: 0.5px;
  font-weight: 100;
}

.mobile-only .main-menu .close-menu i::before {
  color: #fff;
  position: relative;
  left: 5px;
  top: 0px;
  font-size: 35px;
  line-height: 0.5px;
  font-weight: 100;
}

.mobile-only .main-menu .open-menu {
  top: 0;
  right: 16px;
}

.mobile-only .main-menu .close-menu {
  top: -20px;
  right: 16px;
}

.mobile-only .header-main-menu ul {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}

.mobile-only .main-menu li {
  margin-bottom: 25px;
}

.mobile-only .main-menu ul li.logo {
  margin-bottom: 0;
  margin-left: 0px;
}

.mobile-only .main-menu ul li.logo a {
  padding-bottom: 0;
}

.mobile-only .main-menu ul.Information-medical-menu {
    /* border-top: 1px solid #9DB0AC;
    padding: 30px 0 0; */
}

.mobile-only .main-menu ul.Information-medical-menu::before {
  content: "";
  display: inline-block;
  border-top: 1px solid #9DB0AC;
  width: 100%;
  max-width: 90%;
  margin: 0 auto;
  padding: 15px;
}

.mobile-only .main-menu ul.Information-medical-menu li {
  color: #4A5D86;
  font-family: 'Helvetica Neue';
  font-size: 16px;
  line-height: 18px;
  font-weight: 500;
}

.mobile-only .header-main-menu ul li a.active, .mobile-only .header-main-menu ul li a:hover {
  border-bottom: none;
}

@media screen and (max-width: 991px) {
    
    .cmp-navigation__dropdownmenu{
        position: relative !important;
        background: none;
    }
    
    #attr-header-test .cmp-navigation__group{
            background: oklch(0.19 0.07 258.52 / 0.85) !important;
    }
    #attr-header-test .cmp-navigation__item{
        border-bottom: 2px solid transparent;
        padding: 20px 0 10px!important;
        border-image: none;
    }
    
    #new-top-line-header .us-healthcare .hide-in-mob{
        margin-left: 10px !important;
    }
    /*.sticky #attr-header-test*/
    /*{*/
    /*    padding: 0px 25px 0px;*/
    /*}*/
  #az-logoheader {
    width: 142px;
  }

#attr-header-test #az-logoheader .cmp-image__image {
  margin-top: 15px;
}
/*code menu - testing */
/*Mobile Menu start*/

  #menucontainer {
    padding-top: 45px;
    background-image: linear-gradient(transparent 0%, #000000E5 30%);
    opacity: 1;
    left: -42px;
    width: 122%;
   
  }

  #attr-header-test {
    padding: 0px 15px;
    margin-left: 15px;
    margin-right: 15px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
  }

  #attr-header-test .navigation {
    width: 100%;
    float: none;
  }

  .ic-header .cmp-navigation {
    display: none;
  }

  .ic-hamburger {
    display: block;
  }

  .ic-header .cmp-navigation {
    display: none;
  }

  .ic-hamburger {
    display: block;
  }

  .ic-hamburger .hamburger-wrapper {
    position: absolute;
    z-index: 3;
    top: 10px;
    display: block;
    width: 30px;
    height: 30px;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
  }

  .ic-hamburger .hamburger {
    position: absolute;
           top: -2px;
    z-index: 3;
    width: 30px;
    height: 30px;
    transform: none;
    transition: opacity 0.3s cubic-bezier(0.25, 0.1, 0.25, 1),transform 0.1806s cubic-bezier(0.04, 0.04, 0.12, 0.96);
  }

  .ic-hamburger .hamburger-top {
    z-index: 4;
  }

  .cmp-navigation--byd-nav .ic-hamburger .hamburger-line {
    background-color: #ffffff;
  }

  .ic-hamburger .hamburger-line-top {
    top: 14px;
    transform: translateY(-7px);
  }

  .cmp-navigation__group {
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    width: 100%;
    top: 27px;
    right: 0px;
    z-index: -1;
    opacity: 1;
    justify-content: center;
    align-items: center;
    /*border-bottom: 4px solid transparent;*/
    /*border-image: linear-gradient(90deg, #F599FC 0%, #556AFF 50%, #75F2FB 100%);*/
    border-image-slice: 1;
    background-color: black;
  }

  #attr-header-test .cmp-navigation__item {
    padding-top: 25px;
    text-align: center;
    padding-left: 0px;
    background: transparent;
    margin: 0 0px;
    width: auto;
    padding: 16px 0;
    /*border-bottom: 1px solid transparent;*/
    /*border-image: linear-gradient(90deg, #F599FC 0%, #556AFF 50%, #75F2FB 100%);*/
    border-image-slice: 1;
  }

  #attr-header-test .cmp-navigation__item:nth-child(5) {
    border-bottom: 0px solid transparent;
  }

  .ic-hamburger .hamburger-line {
    position: absolute;
    z-index: 1;
    left: 5px;
    display: block;
    width: 20px;
    height: 2px;
    /* background: linear-gradient(to right, #F599FC 0%, #556AFF 50%, #75F2FB 100%) border-box; */
    /*background: white;*/
    transition: transform 0.1596s cubic-bezier(0.52, 0.16, 0.52, 0.84) 0.1008s;
  background: transparent linear-gradient(84deg, #B7FAFF 0%, #B1C3FD 56%, #FBC7FF 100%) 0% 0% no-repeat padding-box;
box-shadow: 0px 0px 2px #FFFFFFBF;
  }

  .ic-hamburger .hamburger-line-mid {
    top: 14px;
  }

  .ic-hamburger .hamburger-line-bottom {
    bottom: 14px;
    transform: translateY(7px);
  }

  .ic-hamburger.open .hamburger-top {
    transform: rotate(45deg);
  }

  .ic-hamburger.open .hamburger {
    transition: transform 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
  }

  .cmp-navigation--byd-nav .ic-hamburger .hamburger-line {
    background-color: #333;
  }

  .ic-hamburger.open .hamburger-line {
    transform: none;
    transition: transform 0.1806s cubic-bezier(0.04, 0.04, 0.12, 0.96);
   
  }

  .ic-hamburger.open .hamburger-mid {
    visibility: hidden;
  }

  .ic-hamburger.open .hamburger-bottom {
    transform: rotate(-45deg);
  }

  .navigation-overlay.show {
    height: 270px!important;
  }

  #attr-header-test .navigation-overlay.show {
    height: 270px!important;
    width: 100%;
  }

  .no-border {
    border-bottom: none !important;
  }


	/*Mobile Menu end*/
/* ends here */


  #header .mobile-only .main-menu > .container-inner {
    padding-left: 0;
    padding-right: 0;
  }

  .mobile-only .header-main-menu ul.nav-bar {
    padding-left: 15px;
    padding-right: 15px;
  }

  .mobile-only .main-menu .close-menu i::before {
    content: "\00d7";
  }

  .mobile-only .menu {
    flex-direction: column;
        /*
        justify-content: center;
        align-items: center;
        */
    width: 100%;
    height: 370px;
    position: fixed;
    top: 0px;
        /* top: 20.5%; */
    right: -100%;
    z-index: -1;
    color: #FFF;
    background: #000000E5;
    opacity: 1;
        /* transition: all 0.2s ease-in-out; */
    padding-top: 80px;
    border-bottom: 5px solid transparent;
    border-image: linear-gradient(91deg, #F599FC 0%, #556AFF 50%, #75F2FB 100%);
    border-image-slice: 1;
  }

  .mobile-only .menu li {
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 16px 0;
    border-bottom: 1px solid transparent;
    border-image: linear-gradient(90deg, #F599FC 0%, #556AFF 50%, #75F2FB 100%);
    border-image-slice: 1;
  }

  .mobile-only .logo img {
    width: 142px;
    position: relative;
    z-index: 101;
  }

  .mobile-only .menu li a {
        /* padding: 10px; */
    padding: 0;
  }

  .mobile-only .open-menu,
    .mobile-only .close-menu {
    display: block;
  }

  #check:checked~.menu {
    right: 0;
  }

  #check:checked~.open-menu {
    opacity: 0;
  }

  #check1:checked~.menu1 {
    left: 0;
  }

  #check1:checked~.close-menu {
    opacity: 0;
  }

  #check1:checked~.menu-margin {
    margin-top: 50%;
  }

  .mobile-only .main-menu {
    padding: 20px 0 14px;
  }

  #header .container-inner {
    display: block;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .mobile-only #check1:checked~.menu1 {
    transition: inherit;
    left: -20px;
    width: 100%;
    display: block;
    right: auto;
    top: 18px;
    padding: 15px 0 15px 0;
  }

  .mobile-only .top-menu ul.medical-info {
    width: 110%;
    display: block;
  }

  .mobile-only .menu1 {
    background: #3c4242;
    top: 49px;
    left: -110%;
    width: 100%;
    transition: inherit;
    z-index: 999;
    border-top: 1px solid rgb(158 176 172 / 32%);
  }

  .mobile-only .top-menu ul.medical-info li {
    margin-left: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .mobile-only .top-menu .open-menu1 i::before, .mobile-only .top-menu .close-menu1 i::before {
    content: "";
    background: url(/content/dam/intelligentcontent/brands/pt027-medical-hcp-microsite/en/images/global/dropdown_caret_icon.png);
    background-repeat: no-repeat;
    width: 11px;
    height: 11px;
    position: absolute;
    right: 0;
    top: 0;
    transform: rotate(133deg);
  }

  #mobile-menu .top-menu .close-menu1 i::before {
    content: "";
    background-repeat: no-repeat;
    width: 11px;
    height: 11px;
    position: absolute;
    right: 0;
    top: 0;
  }

  .mobile-only .us-healthcare li {
    max-width: 232px;
    position: relative;
  }

  

  .mobile-only .top-menu {
    padding: 0px 0;
  }
}

@media screen and (max-width: 360px) {
     #menucontainer {
    width: 125%;
   
  }
  }
  @media only screen and (max-width: 1200px) and (min-width: 992px) 
 {
    #attr-header-test, .sticky #attr-header-test {
        /*max-width: 1160px;*/
        /* width: 93%; */
        margin: auto;
        padding: 5px 0px 10px;
            top: 0px;
    }
#attr-header-test .navigation nav ul li a
{
font-size:14px !important;
}
#attr-header-test .cmp-image__image {
    height: auto;
    width: 260px;
}
}
  @media only screen and (max-width: 1200) and (min-width: 1100px) 
 {
    #attr-header-test, .sticky #attr-header-test {
      
        padding: 5px 0px 10px;
           
}
}


@media screen and (max-width: 767px){
    #new-top-line-header .us-healthcare .hide-in-mob{
        display: none;
    }
    #new-top-line-header .container-inner{
    height: 25px;
    min-width: 375px;
}
#new-top-line-header .us-healthcare li.stay-informed-sec{
    padding: 3px 20px !important;
    right: 30px !important;
}
}


