 .home .ModuleCont__moduleCont > div:nth-child(2){
  display: flex;
  flex-direction: row-reverse;
  flex-wrap: wrap
}
@media (max-width: 768px){
  .home .ModuleCont__moduleCont > div:nth-child(2){
    flex-direction: column-reverse
  }
}

.commonStyle__zt3BrandBg {
    background-color: #000000 ;
}


.Button__footerBtn:hover {
    background: #000000 ;
    border: 1px solid transparent;
}


.Button__footerBtn {
    border: 1px solid transparent;
    letter-spacing: normal;
    padding: 0.7rem 1rem;
    font-size: 1.0005rem;
    border-radius: 2rem;
    background: #63666A ;
    transition: all .15s ease;
    color: #FFF;
}


.Header__name, .Header__searchTitle, .Header__description {
    color: #ffffff ;
}


.Icon__brand {
    color: #000000;
}

.Header__tabsTab {
color: #3F6E4C;
}
.LoginDetail__signin, .LoginDetail__signup, .CustomizeContainer__aPlus {
    color: #3F6E4C;
}



.SearchContainer__searchBox
{
  display :none;
}




.Header__name
{
  color:#3F6E4C ;
}
