.Header__logo img {
    max-height: 2.5rem;
    max-width: 16rem;
    min-height: 2.5rem;
    min-width: 16rem;
    display: block;
}

.Header__searchTitle {
    font-size: 3rem;
    font-weight: 500;
}

.Header__navbar li a {
  color:black
}

.Header__navbar li a:hover {
  color:#e46317
}

/*a:-webkit-any-link {
    color: black;
} */

.ContentBox__headerMid {
    font-size: 2rem;
}

/*Footer custom css */

.Footer__footerBg {
    display: none;
}
.Footer__footerBg.Custom_Footer {
    display: block;
}

.ContentBox__boxInnerHome p {
    font-size: 0;
}
.ContentBox__boxInnerHome p:after {
    content: "Browse through our articles, tutorials and FAQ's";
    font-size: 1rem;
    display:inline-block
}

}
