@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1366px) {
.page-banner {
    background-attachment: scroll !important;
}
 #navigation ul.header-rt li .fa {
    color: #006225 !important;
}
}
 #navigation ul.header-rt li .fa {
    color: #006225 !important;
}

    input#smsConsent {
    margin-right: 2px;
}
.checkbox-wrapper {
    display: flex;
    justify-content: space-evenly;
    align-items: flex-start;
}
#root
  > div.componentId-2
  > div
  > section
  > div
  > div.header-section-1-sl
  > div.left-section-cont-sl
  > div
  > ul
  > li:nth-child(3)
  > ul {
  height: 450px;
  overflow-y: auto;
}