  .Header__navbar {
    font-family:'Montserrat';
    color:black;
  }
  .Header__logo {
    width: 150px;
    height: auto;
  }
  .Header__name {
    font-size:20px;
  }
  .Header__searchTitle {
    color :#000000;
    font-size: 55px;
    font-weight: 600;
    text-shadow: none;
  }
  .Header__description {
    font-size:20px;
    color :#000000;
  }
  .Header__disclaimer {
    font-size:15px;
    color :#000000;
    text-align:center;
  }
  .Header__tabsTab.Header__active,
  .Header__homeNavbarFixed .Header__navbar
  .Header__tabsTab.Header__active {
    color: #219942;
  }
  .home {
    font-family:'Montserrat';
  }
  .Message__failure {
  background-color: #219942;
  }
  .Icon__brand {
    color: #219942;
  }
  .Icon__XxLarge {
    color: #219942;
  }
  .commonStyle__verticalMiddle {
    color: #219942;
  }
  .Icon__white {
    color: #FFFFFF;
  }
  .Readingprogress__progressBar {
    background: linear-gradient(
      90deg, 
      #219942 16%, 
      #219942 75.89%, 
      #85e49f 99.8%);
  }
  .SearchContainer__downArrow {
    border-top-color: #219942;
  }
  .commonStyle__zt3Brand {
    color: #219942;
    border-color: #219942;
  }
  .AvatarText__squareBg1 {
   background-color: #f6fdf7;
  }
  .commonStyle__zt3BrandBorder {
    border-color: #219942;
  }
  .commonStyle__zt3BrandBg {
    background-color: #219942;
  }
  .commonStyle__zt3BrandBg:hover {
    background-color: #219942;
  }
  .commonStyle__zt3breadCrumbBg {
    background: #c4f7cf;
  }
  .KbDetailLtContainer__articleContent a {
    color: #219942;
  }
  .AppContainer__arrowShow {
    border-radius: 3px;
  }
  .Footer__footerBg {
    background: #383a40;
  }
  .Footer__footerQus {
    text-transform:UpperCase;
    font-size:30px;
    font-weight:600;
    color: #FFFFFF;
  }
  .Footer__footerDescription {
    color: #FFFFFF;
  }
  .Button__footerBtn {
    background: #219942;
    border-radius: 3px;
  }
  .Button__footerBtn:hover {
    background: #219942;
  }
  .Layout__oneColumn {
    font-family:'Montserrat';
  }
  .communityList {
    font-family:'Montserrat';
  }
  
  
  @media only screen and (min-width: 1025px) {
    .Header__tabsTab:hover,
    .Header__homeNavbarFixed
    .Header__navbar .Header__tabsTab:hover {
          color: #219942;
      }
    .globalfixednav
    .globalSignin:hover,
    .globalfixednav
    .globalSignup:hover {
         color: #219942;
         border-bottom: .1875rem solid #219942;
      }
  }
  
  
  @media only screen and (max-width: 600px) {
    .Header__searchTitle {
      font-size:25px;
    }
    
    .Header__description {
      font-size:15px;
    }
    
    .Header__disclaimer {
      font-size:10px;
      color :#000000;
      text-align:center;
    }
    
    .Header__menu,
    .Header__menu:after, 
    .Header__menu:before {
      background-color: black;
    }
    .Header__logo {
      width: 90px;
      height: auto;
    }
    
  }
  
