.home-subnav {
  background-color: #3b3c43;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.2);
  position: sticky;
  width: 100vw;
  /* overflow: hidden; */
  min-height: 2.75rem;
  /* max-height: 2.75rem; */
  z-index: 2;
  /* transition: max-height 0.3s ease-in; */
}
#general .card{
  justify-content: flex-start;
}

 #find-account,
  #general,
  #consumer-accounts,
  #business-accounts,
  #healthcare-providers,
  #commercial-cadholders {
    scroll-margin-top: 210px;
  }
  #find-account{
  padding-top: 60px;
}
  #general .link-wrap a {	  
	  width: 110px;
	  text-align:center;
	  height: 16px;
  }
  @media screen and (max-width: 1370px) {
    .contactus-chat .vertical-divider {
  height: 336px !important;
}
  }
@media screen and (max-width: 1024px) {
  
  #find-account,
  #general,
  #consumer-accounts,
  #business-accounts,
  #healthcare-providers,
  #commercial-cadholders {
    scroll-margin-top: 265px;
  }

}
 #commercial-cadholders {
    padding-bottom: 72px !important;
  }

.home-subnav.active .home-subnav__navigate {
  box-shadow: 3px 3px 6px 0 rgba(0, 0, 0, 0.16);
}

.home-subnav.active .home-subnav__navigate-chevron {
  transform: rotate(180deg);
}

.home-subnav.active .home-subnav__items {
  padding-top: 1rem;
  padding-bottom: 1rem;
  max-height: calc(100vh - 171px);
  transition: max-height 0.3s ease-in, padding 0.3s ease-in;
}

.home-subnav.active .home-subnav__item {
  opacity: 1;
  transition: opacity 0.5s ease-in;
}

.home-subnav__navigate {
  position: relative;
  z-index: 2;
  display: block;
  padding: 0.8125rem;
  cursor: pointer;
}

.home-subnav__navigate>* {
  cursor: pointer;
}

@media screen and (min-width: 1025px) {
  .home-subnav__navigate {
    display: none;
  }

.home-subnav.active .home-subnav__items{
  display: none !important;
}
  .text-header p {
    max-width: fit-content !important;
    font-size: 22px;
    line-height: 28px;
  }
}

.home-subnav__navigate-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 14px;
  border-radius: 0;
  background: 0 0;
  border: none;
  padding: 0;
  color: #fff;
  font-weight: 500;
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.home-subnav__navigate-chevron {
  transition: transform 0.3s ease-in-out;
  min-width: 0.75rem;
  transform: rotate(0);
  align-self: center;
  margin-left: 0.25rem;
}

.home-subnav__link:focus-visible {
  outline: 2px solid #ffffff !important;

}

.home-subnav.active .home-subnav__items{
  display: flex;
}

.home-subnav__items {
  box-sizing: border-box;
  max-width: 100%;
  margin: 0 auto;
  list-style-type: none;
  margin: 0;
  padding: 0;
  position: absolute;
  overflow-y: auto;
  z-index: 2;
  display: none;
  flex-direction: column;
  flex-wrap: nowrap;
  max-height: calc(100vh - 235px);
  background-color: #fff;
  box-shadow: 0px 12px 30px rgba(45, 46, 53, 0.3);
  transition: max-height 0.3s ease-out, padding 0.3s ease-out;
}
.care-credit-link{
   color: #3f647c !important;
    font-weight: 500;
    text-decoration: none ; 

}

.care-credit-link:hover {
   text-decoration: underline ; 
}
@media screen and (min-width: 0rem) and (max-width: 47.9375rem) {
  .home-subnav__items {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}

@media screen and (min-width: 48rem) and (max-width: 79.9375rem) {
  .home-subnav__items {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}

@media screen and (min-width: 80rem) {
  .home-subnav__items {
    padding-left: 5rem;
    padding-right: 5rem;
  }
}

@media screen and (min-width: 0rem) and (max-width: 47.9375rem) {
  .home-subnav__items {
    width: 82.5rem;
  }
}

@media screen and (min-width: 48rem) and (max-width: 79.9375rem) {
  .home-subnav__items {
    width: 85rem;
  }
}

@media screen and (min-width: 80rem) {
  .home-subnav__items {
    width: 90rem;
  }
}

.home-subnav__item {
  text-decoration: none;
  color: #3b3c43;
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: 0.0125em;
  display: flex;
  align-items: center;
  padding: 0.5rem 0;
  opacity: 0;
  transition: max-height 0.15s ease-out;
}



.home-subnav__item:nth-of-type(odd) {
  margin-right: 1.5rem;
}

.home-subnav__links {
  display: none;
  box-sizing: border-box;
  max-width: 100%;
  margin: 0 auto;
}

@media screen and (min-width: 0rem) and (max-width: 47.9375rem) {
  .home-subnav__links {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}

@media screen and (min-width: 48rem) and (max-width: 79.9375rem) {
  .home-subnav__links {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}

@media screen and (min-width: 80rem) {
  .home-subnav__links {
     padding-left: 7rem;
    padding-right: 6rem;
  }
}

@media screen and (min-width: 0rem) and (max-width: 47.9375rem) {
  .home-subnav__links {
    width: 82.5rem;
  }
}

@media screen and (min-width: 48rem) and (max-width: 79.9375rem) {
  .home-subnav__links {
    width: 85rem;
  }
}

@media screen and (min-width: 80rem) {
  .home-subnav__links {
    width: 90rem;
  }
}

@media all and (-ms-high-contrast: none) {
  .home-subnav__links {
    min-height: 1px;
    height: 2.75rem;
  }
}

.home-subnav__link {
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: 0.0125em;
  font-weight: 500;
  text-decoration: none;
  padding: 0.5rem 0.5rem;
  color: #fff;
  margin-right: 1.5rem;
  cursor: pointer;
}

.home-subnav__link:last-of-type {
  margin-right: 0;
}

.home-subnav__link-text {
  text-decoration: none;
  position: relative;
  cursor: pointer;
  transition: color 0.2s ease, border-color 0.2s ease;
  pointer-events: none;
}

.home-subnav__link-text:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #fbc600;
  visibility: hidden;
  transform: scaleX(0);
  transition: all 0.3s ease-in-out;
}

.home-subnav__link.active .home-subnav__link-text {
  color: #fff;
  letter-spacing: 0.025em;
}



.home-subnav__link.active .home-subnav__link-text:before {
  visibility: visible;
  transform: scaleX(1);
}

.home-subnav__link:focus .home-subnav__link-text,
.home-subnav__link:hover .home-subnav__link-text {
  color: #fff;
}

.home-subnav__link:focus .home-subnav__link-text:before,
.home-subnav__link:hover .home-subnav__link-text:before {
  visibility: visible;
  transform: scaleX(1);
}

@media screen and (min-width: 30rem) {
  .home-subnav {
    max-height: 43.75rem;
  }
}



@media screen and (min-width: 1025px) {
  .home-subnav {
    display: flex;
    align-items: center;
  }


  .home-subnav__links {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .home-subnav__items {
    display: none;
  }
}

@media screen and (min-width: 62rem) {
  .home-subnav__link {
    margin-right: 1.5rem;
  }
}
.contactus-chat .horizantal-divider {
  width: 624px;
}
.contactus-chat .vertical-divider {
  height: 327px;
}

.contactus-chat {
  display: flex;
  padding: 36px 30px;
  align-items: flex-start;
  gap: 40px;
  align-self: stretch;
}

.contactus-chat .detail-tile-inner {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  flex: 1 0 0;
}
.contactus-chat ul {
  list-style-type: decimal;
  padding-left: 16px !important;
}
@media screen and (max-width: 991px) {
.contactus-chat {
    flex-direction: column;
    gap:20px;
  } 
 #commercial-cadholders .two-col-desktop {
        grid-template-columns: repeat(1, 1fr) !important;
  
    } 
}
.card{
	justify-content:flex-start;
}
@media screen and (max-width: 480px) {
  .contactus-chat .horizantal-divider {
  width: 277px;
}
a.button-outlined.selected {
  margin-left:0;
}
 #find-account #contact-button {
        margin-top: 24px;
        padding:8px 40px;
        width: -webkit-fill-available;
        justify-content: center;
    }
    
    #consumer-accounts .link-wrap{
      justify-content: flex-start;
    }
    .heading-1.m-large {
    font-size: 32px;
    }
   .home-subnav {
    width: 100%;
  }
  .contactus-chat {
    gap:10px;
  }
  #consumer-accounts .contactus-search {
    margin-top: 0px !important;
      padding: 16px 30px 30px 30px !important;
  }
  }
  .contactus-chat .link-wrap.pt-24{
padding-top: 0;
  }
  @media screen and (min-width: 480px) {
   .contact-us .two-col-desktop {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap:24px;
    }
	.contact-card {
        display: flex;
        flex-direction: row;
        gap:16px;
        justify-content: space-between;
        align-items: center;
        flex-wrap: nowrap;
    }
    .contact-card #contact-button {
        align-self: flex-start;
        white-space: nowrap;
        flex-shrink: 0;
    }
 h1.heading-1{
  font-size: 62px;
 }
  }
#consumer-accounts .contactus-search {
  display: flex;
  padding: 16px 40px 30px 40px;
  flex-direction: column;
  gap: 10px;
  align-self: stretch;
  border-bottom-left-radius: 16px;
  border-bottom-right-radius: 16px;
  width:auto;
}
#consumer-accounts .card.search-bar{
  padding:0 !important;
}

.card{
  padding: 30px 30px !important;
}

.card .info-tile-content .info-tile-header{
  margin-top: 0;
}
.card .info-wrap{
  margin-bottom:1rem;
}