#myHeader>.container-fluid{
padding-left: 15px;
padding-top: 15px;
}
  a:link, a:focus {
    color: #000;
    font-size: 1.4rem;
    line-height: 1.6rem;
    color: #bb16a3;
    text-decoration: underline;
}
  a{   
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 1.7rem;
    line-height: 1.9rem;
    color: #fff;
    text-decoration: none !important;
}

.embecta-footer{
    background-color: #201547;
    padding: 6rem 0 0;
    color: #fff;
    font-size: 11px;
    line-height: 15px;
    padding: 60px 0 10px;
    position: relative;
    text-align: center;
    
}
footer .logo {
    float: left;
    margin-right: 20px;
    margin-top: -3px;
      display: inline-block;
    margin: 0 0 15px;
}
  
  footer.embecta-footer .social ul {
    list-style: none;
    display: flex;
    margin: 0;
    padding: 0;
    justify-content: space-around;
    align-items: end;
}

footer.embecta-footer .social ul li{
padding:0px 12px 0px 12px;
}
  
 footer.embecta-footer .social ul li a {
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 1.7rem;
    line-height: 1.9rem;
    color: #fff;
    text-decoration: none !important;
}
  
  .pipe {
    display: inline-block;
    margin: 0 7px;
}
 a {
    font-family: Arial, Helvetica, sans-serif;
    color: inherit;
    font-size: inherit;
}
  
footer.embecta-footer .embecta-copyright p {
    color: #cbd0d3;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.87rem;
    line-height: 1.3rem;
    width:92%;
    margin-left: 50px;
}
  
 footer.embecta-footer .embecta-copyright {
    text-align: center;
    margin-top: 3rem;
    padding: 0rem 0 0rem;
}

header {
    background: #fff;
    height:80px !important;
}
  #Logo1 , .logo{
width:60%;
padding-left:0px;
padding-top:6px;
}

.sticky #Logo1 .logo img {
    width: 90px;
    top: 25%;
}
#Logo1 .logo img {
    max-width: 144px;
    bottom: 0;
    position: relative;
    top: 0% !important;
    margin-left:0px !important;
}


.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10;
    height: 70px !important;
    box-shadow: 0 3px 5px rgb(0 0 0 / 20%);
}

.sticky + .content {
  padding-top: 90%;
} 

.footerContents{
display:flex;
justify-content:space-between;
padding-bottom:8px;
}
footer.embecta-footer>.container-fluid{
    border-top: 1px solid #fff;
}
.col-md-4.col-sm-12 {
    padding-left: 40px;
    margin-right: 100px;
}
.paddingTop{
padding-top:60px;
}

