.NewFooter-footer-section {
  width: 100%;
  background-color: #113358;
  color: #fff;
  padding: 2rem 0;
}
.NewFooter-tagline {
  margin-top: 1rem;
}
.NewFooter-social-container{
  margin-bottom: 1rem;
}
.social-icon-link {
  font-size: 1.8em!important;
  padding: 0 12px;
  color: #fff;
}
.social-icon-link.facebook {
  padding-left: 0;
}

.NewFooter-quick-links-container {
  padding: 2.2rem 3rem 2rem;
  background-color: #204162;
  border-radius: 8px;
}

.NewFooter-link-col-container {
  border-right: 1px solid #fff;
}

.NewFooter-quick-link-item {
  display: block;
  max-width: 100%;
  text-decoration: none;
  color: #fff;
  margin-bottom: 1rem;
}

.NewFooter-container p{
color:white;
}

.NewFooter-container a{
color: white !important;
font-size: 14px;
}

.NewFooter-quick-link-heading{
color: white !important;;
}

.privacy-policy-container a {
  text-decoration: none;
  color: #000!important;
  font-size: 14px!important;
}
.NewFooter-quick-link-item:hover{
text-decoration: underline!important;
}

@media screen and (min-width: 428px) {
.NewFooter-quick-link-item {
  display: block;
  width: max-content;
  max-width: 100%;
  text-decoration: none;
  color: #fff;
  margin-bottom: 1rem;
}

}

@media screen and (max-width: 768px) {
.NewFooter-footer-section{
    display: none;
  }
}

@media screen and (max-width: 428px) {
.NewFooter-footer-section {
  text-align: center;
}
.NewFooter-link-col-container {
  border-right: 0px solid #fff!important;
}
.NewFooter-quick-link-item{
max-width: 100%!important;
}
.NewFooter-footer-section{
    display: none;
  }
}