/* APPOINTMENT STRIP */
.vs-appointment-strip {
  padding: 0;
}

.vs-appointment-strip__inner {
  margin: 30px auto 0;
  padding: 42px 24px;
  border-radius: 10px;
  background: #333;
  color: #fff;
  text-align: center;
}

.vs-appointment-strip h2 {
  margin: 0 0 8px;
  font-size: 18px;
  line-height: 1.3;
  font-weight: 700;
}

.vs-appointment-strip p {
  margin: 0 0 22px;
  font-size: 18px;
  line-height: 1.4;
}

.vs-appointment-strip__actions {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  flex-wrap: wrap;
}

.vs-appointment-strip__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 30px;
  background: #fff;
  color: #111;
  text-decoration: none;
  font-size: 18px;
  transition: all 0.25s ease;
}

.vs-appointment-strip__button:hover {
  background: #c99700;
  color: #fff;
}

.vs-appointment-strip__phone {
  color: #fff;
  text-decoration: none;
  font-size: 21px;
  font-weight: 700;
}

.vs-appointment-strip__phone:hover {
  color: #c99700;
}

@media (max-width: 575px) {
  .vs-appointment-strip__inner {
    padding: 34px 18px;
  }

  .vs-appointment-strip p {
    font-size: 16px;
  }

  .vs-appointment-strip__actions {
    flex-direction: column;
  }
}

/* end of appointment strips */

.vs-container {
  width: min(1600px, 90%);
  max-width: 100%;
  margin: 0 auto;
  float: unset;
}

.vs-care-section {
  display: flex;
}

.vs-care-section.hp-welcome {
  padding: 200px 0;
}

.vs-care-section__container {
  width: min(1600px, 90%);
  max-width: 100%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 640px 1fr;
  gap: 90px;
  align-items: center;
}

.vs-care-section__content h2 {
  margin: 0 0 28px;
  font-size: clamp(3rem, 2.7132rem + 1.1765vw, 4.125rem);
  letter-spacing: -1px;
  line-height: 72px;
  color: #000;
  font-weight: 400 !important;
}

.vs-care-section__content h2 span {
  color: #c99700;
}

.vs-care-section__content h3 {
  margin: 0 0 28px;
  font-size: 29px;
  letter-spacing: -1px;
  line-height: 35px;
  color: #000;
  max-width: 37rem;
}

.vs-care-section__content p {
  margin: 0;
  font-size: 18px;
  letter-spacing: -1px;
  line-height: 35px;
  color: #000;
}

.vs-care-section__locations {
  width: 100%;
}

.vs-care-section__tagline {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 24px;
}

.vs-care-section__pin {
  width: 43px;
  height: 43px;
  flex: 0 0 43px;
  border-radius: 50%;
  background: #c99700;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.vs-care-section__tagline p {
  margin: 0;
  font-size: 17px;
  line-height: 1.4;
  text-transform: uppercase;
  font-weight: 600;
}

.vs-care-section__tagline strong {
  display: block;
  font-size: 23px;
  text-transform: none;
}

.vs-location-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.vs-location-item:before {
    content: " ";
    background: linear-gradient(8deg, rgb(201 151 0 / 60%), transparent);
    position: absolute;
    width: 100%;
    height: 100%;
    transition: 300ms ease-in-out;
    opacity: 0;
}

.vs-location-item:hover:before {
    opacity: 1;
    transition: 300ms ease-in-out;
}


.vs-location-item {
  position: relative;
  min-height: 371px;
  overflow: hidden;
  border-radius: 12px;
}

.vs-location-item img {
  width: 100%;
  height: 100%;
  min-height: 371px;
  display: block;
  object-fit: cover;
}

.vs-location-item__text {
  position: absolute;
  top: 30px;
  left: 20px;
  right: 20px;
  z-index: 2;
  text-align: center;
  color: #111;
}

.vs-location-item__text h3 {
  margin: 0 0 6px;
  font-size: 18px;
  line-height: 1;
  text-transform: uppercase;
  font-weight: 800 !important;
  color: #000;
}

.vs-location-item__text p {
  margin: 0;
  font-size: 16px;
  letter-spacing: 0px;
  line-height: 18px;
  color: #000;
  text-align: center;
}

@media (max-width: 1537px) .vs-care-section__container {
  grid-template-columns: 480px 1fr;
}

.vs-quicklinks__overlay {
  gap: 15px;
}
}

.vs-quiclicks-bg {
  min-height: 839px;
}


@media (max-width: 1199px) {
  .vs-care-section__container {
    gap: 30px;
  }

  .vs-location-grid {
    gap: 16px;
  }
}

@media (max-width: 1080px) {
  .vs-care-section__container {
    grid-template-columns: 1fr !important;
  }

  .vs-care-section__content h3,
  .vs-care-section__content p {
    max-width: 100%;
  }
}

@media (max-width: 767px) {
  .vs-location-grid {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .vs-care-section__content h3 {
    text-align: center;
  }

  .vs-care-section__tagline {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .vs-care-section__pin svg {
    width: 20px;
    height: 20px;
  }

  .vs-care-section__content h2, .vs-doctors__title {
    text-align: center;
    line-height: normal;
    font-size: 36px;
  }
	
	 body.home.fixed-header h2 {
		font-size: 36px !important;
		text-align: center !important;
	}

	body.home.fixed-header h4 {
		text-align: center !important;
	}

	.vs-doctors__eyebrow, .vs-members__eyebrow, .vs-insurance__eyebrow, .vs-members span, .vs-insurance span {
		text-align: center !important;
	}
	
	div.module-66 .bnr-textbox .ry-section-title {
		font-size: 40px;
		}
}



@media (max-width: 680px) {
  .vs-location-grid {
    grid-template-columns: 1fr 1fr;
    align-items: center;
    justify-content: center;
  }

  .vs-location-item:last-child {
    grid-column: 2 span;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 298px;
    margin: 0 auto;
  }
}


@media (max-width: 580px) {
  .vs-location-grid {
    grid-template-columns: 271px;
    align-items: center;
    justify-content: center;
  }

  .vs-location-item:last-child {
    grid-column: unset;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin: 0 auto;
  }
}

.vs-quicklinks {
  /* position: relative; */
  overflow: hidden;
  z-index: 2;
}

.vs-quicklinks__container {
  width: min(1600px, 90%);
  margin: 0 auto;
}

.vs-quicklinks__image {
  width: 100%;
  height: 100%;
  min-height: 520px;
  display: block;
  object-fit: cover;
  object-position: center center;
}

.vs-quicklinks__overlay {
  position: absolute;
  left: 50%;
  bottom: 70px;
  z-index: 2;
  width: min(1280px, 90%);
  transform: translateX(-50%);
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  align-items: center;
  justify-content: center;
  gap: 60px;
}

.vs-quicklink {
  height: 213px;
  width: 213px;
  padding: 0 16px;
  border: 1px solid #d4a21a;
  border-radius: 12px;
  background: #fff;
  color: #111;
  text-decoration: none;
  text-align: center;
  display: flex !important;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 14px;
  transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
  cursor: pointer;
}

.quicklink-title {
  text-align: center;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
}


.vs-quicklink:hover {
  box-shadow: 0 18px 35px rgba(0, 0, 0, 0.16);
  background: #fffaf0;
}

.vs-quicklink img {
  width: 90px;
  height: 90px;
  object-fit: contain;
}

.vs-quicklink span {
  font-size: 14px;
  line-height: 1.25;
  font-weight: 500;
}

/* Slick starts at 1336px below */
@media (max-width: 1336px) {
  .vs-quicklinks {
    padding-bottom: 45px;
  }

  .vs-quicklinks__overlay {
    position: relative;
    left: auto;
    transform: none;
    width: 100%;
    margin: -95px auto 0;
    display: block;
    bottom: 15rem;
  }

  .vs-quicklinks__overlay .slick-list {
    overflow: hidden;
  }

  .vs-quicklinks__overlay .slick-track {
    display: flex;
    align-items: center;
    justify-content: center;
  }



  .vs-quicklinks__dots {
    display: flex;
    justify-content: center;
    gap: 8px;
    padding: 0;
    margin: 24px 0 0;
    list-style: none;
  }

  .vs-quicklinks__dots button {
    width: 9px;
    height: 9px;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: rgba(212, 162, 26, 0.35);
    font-size: 0;
    cursor: pointer;
  }

  .vs-quicklinks__dots .slick-active button {
    background: #c99700;
  }
}

@media (max-width: 767px) {
  .vs-quicklinks {
    border-radius: 22px;
  }

  .vs-quicklinks__image {
    min-height: 400px;
    object-position: center center;
  }

  .vs-quicklinks__overlay {}

  .vs-quicklinks__overlay .slick-slide {
    margin: 0 7px;
  }
}






.vs-services {
  display: flex;
  position: relative;
  overflow: hidden;
  padding: 20rem 0 100px;
  background: linear-gradient(90deg, #1d1d1d 0%, #2b2b2b 100%);
  z-index: 1;
  margin-top: -10rem;
}

.vs-services__container {
  width: min(1600px, 90%);
  max-width: 100%;
  margin: 0 auto;
}

.vs-services__heading {
  text-align: center;
  margin-bottom: 70px;
}

.vs-services__heading span {
  display: inline-block;
  text-transform: uppercase;
  font-size: 20px;
  letter-spacing: 4px;
  color: #f0c132;
  font-weight: 400;
  text-align: center;
  line-height: 1.5;
}

.vs-services__heading h2 {
  margin: 0;
  color: #fff;
  font-size: clamp(36px, 5vw, 66px);
  line-height: 1;
  font-weight: 400 !important;
}

.vs-services__grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  position: relative;
}

.vs-service-card {
  position: relative;
  padding: 20px 28px;
  text-align: center;
  text-decoration: none;
  color: #fff;
  min-height: 210px;
  display: flex !important;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 24px;
  transition: transform 0.3s ease;
  cursor: pointer;
}

.vs-service-card::after {
  content: "";
  position: absolute;
  right: 0;
  top: 10%;
  width: 1px;
  height: 80%;
  background: rgba(199, 154, 23, 0.75);
}

.vs-service-card:first-child::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10%;
  width: 1px;
  height: 80%;
  background: rgba(199, 154, 23, 0.75);
}

.vs-service-card:hover img {
  filter: grayscale(1);
  transition: 300ms ease-in-out;
}

.vs-service-card img {
  width: 118px;
  height: 118px;
  object-fit: contain;
}

.vs-service-card span {
  font-size: 22px;
  line-height: 1.45;
  font-weight: 300;
}

.vs-services__cta {
  margin-top: 65px;
  text-align: center;
}

.vs-services__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 180px;
  min-height: 58px;
  padding: 16px 34px;
  border: 1px solid #c79a17;
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  transition: all 0.3s ease;
}

.vs-services__button:hover {
  background: #c79a17;
  color: #111;
}

/* Slick starts at 1336px below */
@media (max-width: 1336px) {
  .vs-services {
    padding: 90px 20px 95px;
    margin-top: -15rem;
  }

  .vs-services__grid {
    display: block;
  }

  .vs-services__grid .slick-track {
    display: flex;
  }

  .vs-services__grid .slick-slide {
    padding: 0 12px;
  }

  .vs-services__grid .slick-slide>div {
    height: 100%;
  }

  .vs-service-card {
    min-height: 210px;
  }

  .vs-service-card::before,
  .vs-service-card::after {
    display: none;
  }

  .vs-services__dots {
    display: flex;
    justify-content: center;
    gap: 8px;
    padding: 0;
    margin: 34px 0 0;
    list-style: none;
  }

  .vs-services__dots button {
    width: 9px;
    height: 9px;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: rgba(199, 154, 23, 0.35);
    font-size: 0;
    cursor: pointer;
  }

  .vs-services__dots .slick-active button {
    background: #c79a17;
  }
}

@media (max-width: 1280px) {
    .vs-services {
        margin-top: -15rem;
        padding: 150px 20px 95px;
    }
    
    .vs-quicklinks {
        padding: 0;
        background: #1d1d1d;
    }
    
    .vs-quicklinks__overlay {
        display: grid;
        align-items: center;
        justify-content: center;
        margin: 0;
        grid-template-columns: repeat(5, max-content);
    } 
}

@media (max-width: 1280px) {
.vs-quicklinks__overlay {
    display: flex;
    flex-wrap: wrap;
    position: absolute;
    top: 30%;
    left: 50%;
    transform: translate(-50%, -50%);
    gap: .5rem !important;
}

.vs-services {
    margin-top: unset;
}

.vs-services {
    padding: 90px 20px 95px;
}

.vs-quicklink {
    width: 45%;
}


.vs-quicklink img {
    width: 60px;
    height: 60px;
}

}

@media (max-width: 767px) {
  .vs-services {
    padding: 75px 20px 80px;
  }

  .vs-services__heading {
    margin-bottom: 45px;
  }

  .vs-service-card {
    min-height: 180px;
    padding: 22px 18px;
  }

  .vs-service-card img {}

  .vs-service-card span {
    font-size: 16px;
  }

  .vs-services__cta {
    margin-top: 45px;
  }
}

.vs-service-title {
  font-size: 24px;
  letter-spacing: 0px;
  line-height: 34px;
  color: #ffffff;
  text-align: center;
  transition: 300ms ease-in-out;
}

.vs-services__cta div {
  display: flex;
  align-items: center;
  justify-content: center;
}

a.ry-btn.ry-btn-vs {
  background: transparent !important;
  border: 1px solid #e8ba31;
  color: #fff !important;
  width: 246px;
  height: 62px;
  max-width: 100%;
}

a.ry-btn.ry-btn-vs:hover {
  background: #c99700 !important;
  border-color: #c99700 !important;
}

.vs-service-card:hover .vs-service-title {
  color: #c99700;
  transition: 300ms ease-in-out;
}

.vs-doctors {
  position: relative;
  overflow: hidden;
  background: #f4f4f4;
  padding: 150px 0 0;
  color: #222;
}

.vs-doctors__gold {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 530px;
  background: #c99500;
}

.vs-doctors__card {
  position: relative;
  z-index: 2;
  margin: 0 auto;
  padding: 90px 120px 70px;
  background: #fff;
  border-radius: 37px;
  border: 1px solid rgba(201, 149, 0, 0.3);
}

.vs-doctors__header {
  display: grid;
  grid-template-columns: 1fr 0.85fr;
  gap: 70px;
  align-items: start;
  margin-bottom: 55px;
}

.vs-doctors__eyebrow,
.vs-members__eyebrow,
.vs-insurance__eyebrow,
.vs-members span,
.vs-insurance span {
  display: block;
  font-size: 20px;
  letter-spacing: 4px;
  color: #bc900a;
  text-transform: uppercase;
}

.vs-doctors__title {
  margin: 0;
  font-size: 66px;
  letter-spacing: -1px;
  line-height: 72px;
  color: #272727;
  font-weight: 300 !important;
}

.vs-doctors__header p {
  font-size: 20px;
  letter-spacing: 0px;
  line-height: 28px;
  color: #000000;
}

.vs-team {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 18px;
}

.vs-team__item {
  text-align: center;
}

.vs-team__item img {
  width: 100%;
  aspect-ratio: 0.72 / 1;
  display: block;
  object-fit: cover;
  border-radius: 13px;
  margin-bottom: 18px;
}

.vs-team__item h3 {
  margin: 0 0 5px;
  font-size: 20px;
  letter-spacing: 0px;
  line-height: 28px;
  color: #000000;
  text-align: center;
}

.vs-team__item span {
  display: block;
  font-size: 15px;
  letter-spacing: 1px;
  line-height: 28px;
  text-transform: uppercase;
  color: #c99700;
  font-weight: 400;
  text-align: center;
}

.vs-members {
  margin: 90px auto 100px;
  text-align: center;
}

.vs-members__logos {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 70px;
  margin-top: 30px;
}

.vs-members__logos img {
  max-width: 220px;
  max-height: 70px;
  object-fit: contain;
  filter: grayscale(1);
  opacity: 0.8;
}

.vs-insurance {
  margin: 0 auto;
  padding: 75px 0 85px;
  text-align: center;
  border-top: 1px solid #fff;
  background: #fff;
}

.vs-insurance__logos {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  gap: 28px;
  align-items: center;
  margin-top: 35px;
}

.vs-insurance__logos img {
  width: 100%;
  max-height: 45px;
  object-fit: contain;
  filter: grayscale(1);
  opacity: 0.75;
}

/* Slick starts at 1336px below */
@media (max-width: 1336px) {
  .vs-doctors__card {
    padding: 80px 70px 65px;
  }

  .vs-team,
  .vs-insurance__logos {
    display: block;
  }

  .vs-team .slick-track,
  .vs-insurance__logos .slick-track {
    display: flex;
  }

  .vs-team .slick-slide,
  .vs-insurance__logos .slick-slide {
    height: auto;
    padding: 0 10px;
  }

  .vs-team .slick-slide>div,
  .vs-insurance__logos .slick-slide>div {
    height: 100%;
  }

  .vs-team__dots,
  .vs-insurance__dots {
    display: flex;
    justify-content: center;
    gap: 8px;
    padding: 0;
    margin: 26px 0 0;
    list-style: none;
  }

  .vs-team__dots button,
  .vs-insurance__dots button {
    width: 9px;
    height: 9px;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: rgba(201, 149, 0, 0.35);
    font-size: 0;
    cursor: pointer;
  }

  .vs-team__dots .slick-active button,
  .vs-insurance__dots .slick-active button {
    background: #c99500;
  }

  .vs-insurance__logos img {
    max-width: 150px;
    margin: 0 auto;
  }
}

@media (max-width: 991px) {
  .vs-doctors {
    padding-top: 70px;
  }

  .vs-doctors__gold {
    height: 280px;
  }

  .vs-doctors__card {
    padding: 60px 35px 55px;
  }

  .vs-doctors__header {
    grid-template-columns: 1fr;
    gap: 18px;
    margin-bottom: 40px;
  }

  .vs-members__logos {
    gap: 30px;
    flex-wrap: wrap;
  }
}

@media (max-width: 575px) {
  .vs-doctors {
    padding: 55px 14px;
  }

  .vs-doctors__card {
    padding: 42px 22px 45px;
    border-radius: 16px;
  }

  .vs-team__item img {
    max-width: 220px;
    margin-left: auto;
    margin-right: auto;
  }

  .vs-members {
    margin: 50px auto;
  }

  .vs-members__logos {
    flex-direction: column;
  }

  .vs-insurance {
    padding-top: 45px;
  }
}

.vs-testimonials {
  position: relative;
  overflow: hidden;
  padding: 100px 0;
  background-image: url("https://s3.amazonaws.com/static.organiclead.com/Site-2c6804ad-462c-41a9-ac11-3a13b3cd251f/site_assets/testi_bg.png");
  display: flex;
  background-size: cover;
  background-position: center;
}

.vs-testimonials__container {
  width: min(1280px, 90%);
  margin: 0 auto;
  float: unset;
}

.vs-testimonials::before,
.vs-testimonials::after {
  content: "";
  position: absolute;
  width: 520px;
  height: 520px;
  border-radius: 44% 56% 61% 39%;
  background:
    repeating-radial-gradient(circle at center,
      rgba(201, 149, 0, 0.08) 0,
      rgba(201, 149, 0, 0.08) 1px,
      transparent 2px,
      transparent 9px);
  opacity: 0.6;
  pointer-events: none;
}

.vs-testimonials::before {
  top: -120px;
  left: -140px;
  transform: rotate(-25deg);
}

.vs-testimonials::after {
  right: -150px;
  bottom: -160px;
  transform: rotate(18deg);
}

.vs-testimonials__container {
  position: relative;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.vs-testimonials__heading {
  text-align: center;
  margin-bottom: 30px;
}

.vs-testimonials__heading span {
  display: block;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 20px;
  letter-spacing: 4px;
  color: #bc900a;
}

.vs-testimonials__heading h2 {
  margin: 0;
  font-size: 66px;
  letter-spacing: -1px;
  line-height: 72px;
  color: #272727;
  font-weight: 300 !important;
}


.vs-testimonial-text .star-wrapper {
  display: flex;
  gap: 2px;
}

.vs-testimonial-text .star-wrapper svg {
  fill: #e5b353;
  width: 18px;
  height: 18px;
}

.vs-testimonial-text span.review-name {
  font-size: 20px;
  letter-spacing: 0px;
  line-height: 28px;
  color: #000000;
  text-align: center;
  text-transform: uppercase;
}

.vs-testimonial-text .vs-name {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
}

.vs-testimonial-card {
  position: relative;
  max-width: 960px;
  overflow: visible;
  border-radius: 13px;
  background: #fff;
  box-shadow: 0 18px 45px rgba(124, 91, 0, 0.12);
  margin: 0 auto;
}

.vs-testimonial-card__image {
  width: 100%;
  height: 250px;
  display: block;
  object-fit: cover;
  border-radius: 13px 13px 0 0;
}

.vs-testimonial-card__quote {
  position: absolute;
  top: 218px;
  left: 50%;
  transform: translateX(-50%);
  width: 58px;
  height: 58px;
  border-radius: 50%;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 3;

}

.vs-testimonial-card__body {
  padding: 70px 90px 55px;
  text-align: center;
}

.vs-testimonial-text p {
  margin: 0 auto 28px;
  font-size: 20px;
  letter-spacing: 0px;
  line-height: 28px;
  color: #000000;
  text-align: center;
}

.vs-testimonial-card__stars {
  margin-bottom: 10px;
  color: #f3b534;
  font-size: 24px;
  letter-spacing: 2px;
}

.vs-testimonial-text strong {
  display: block;
  font-size: 13px;
  text-transform: uppercase;
}

/* Slick text slider only */
.vs-testimonial-text-slider .slick-list {
  overflow: hidden;
}

.vs-testimonial-text-slider .slick-track {
  display: flex;
  align-items: center;
}



/* Arrows stay outside static card */
.vs-testimonials .slick-prev,
.vs-testimonials .slick-next {
  position: absolute;
  top: 35%;
  z-index: 5;
  width: 42px;
  height: 42px;
  border: 0;
  background: transparent;
  font-size: 0;
  cursor: pointer;
}

.vs-testimonials .slick-prev {
  left: -155px;
}

.vs-testimonials .slick-next {
  right: -155px;
}

.vs-testimonials .slick-prev::before,
.vs-testimonials .slick-next::before {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  border-top: 4px solid rgba(80, 80, 80, 0.35);
  border-left: 4px solid rgba(80, 80, 80, 0.35);
}

.vs-testimonials .slick-prev::before {
  transform: rotate(-45deg);
}

.vs-testimonials .slick-next::before {
  transform: rotate(135deg);
}

.vs-testimonials__dots {
  display: flex;
  justify-content: center;
  gap: 8px;
  padding: 0;
  margin: 28px 0 0;
  list-style: none;
}

.vs-testimonials__dots button {
  width: 7px;
  height: 7px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: #cfcfcf;
  font-size: 0;
  cursor: pointer;
}

.vs-testimonials__dots .slick-active button {
  background: #111;
}

@media (max-width: 1199px) {
  .vs-testimonials .slick-prev {
    left: -65px;
  }

  .vs-testimonials .slick-next {
    right: -65px;
  }
}

@media (max-width: 991px) {
  .vs-testimonial-card__body {
    padding: 65px 45px 50px;
  }

  .vs-testimonials .slick-prev,
  .vs-testimonials .slick-next {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .vs-testimonials {
    padding: 75px 16px;
  }

  .vs-testimonial-card__image {
    height: 210px;
  }

  .vs-testimonial-card__quote {
    top: 180px;
  }

  .vs-testimonial-card__body {
    padding: 62px 24px 42px;
  }

  .vs-testimonial-text p {
        font-size: 16px;
        line-height: 1.5;
   }
	
	
}



/* FOOTER CSS */
.vs-footer {
  background: #fbfbfa;
  padding: 150px 0 50px;
  color: #202020;
}

.vs-footer__container {
  width: min(1600px, 90%);
  margin: 0 auto;
  float: unset;
}

.vs-footer__header {
  display: grid;
  grid-template-columns: 1fr 640px;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
  margin-bottom: 55px;
}

.vs-footer__eyebrow {
  display: block;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 20px;
  letter-spacing: 4px;
  color: #bc900a;
}

.vs-footer__title {
  margin: 0;
  font-size: 66px;
  line-height: 1;
  font-weight: 300 !important;
  color: #272727;
}

.vs-footer__intro {
  max-width: 420px;
  margin: 20px 0 0;
  font-size: 14px;
  line-height: 1.6;
}

.vs-footer__locations {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border: 1px solid #ddd;
  border-radius: 22px;
  overflow: hidden;
  background: #fff;
}

.vs-location-card {
  padding: 58px 68px 64px;
  border-right: 1px solid #e5e5e5;
  width: 100%;
  max-width: 100%;
}

.vs-location-card:last-child {
  border-right: 0;
}

.vs-location-card h3 {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 34px;
  font-size: 26px !important;
  letter-spacing: -1px;
  line-height: 30px;
  color: #333333;
}

.vs-location-card h3 span {
  width: 39px;
  height: 39px;
  border-radius: 50%;
  background: #c99a00;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 700;
}

.vs-info {
	position: relative;
  display: grid;
  grid-template-columns: 16px 1fr;
  gap: 16px;
  margin-bottom: 26px;
}

.vs-icon {
  color: #c99700;
}

.vs-info label {
  display: block;
  margin-bottom: 9px;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 3px;
  line-height: 19px;
  color: #c99700;
}

.vs-info p {
  margin: 0;
  font-size: 20px !important;
  letter-spacing: 0px;
  line-height: 28px;
  color: #333333;
}

.vs-info ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.vs-info li {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 8px 0;
  border-bottom: 1px solid #e7e7e7;
  font-size: 12px;
}

.vs-info li span {
  color: #555;
  font-size: 17px;
}

.vs-info li strong {
  font-weight: 700;
  text-align: right;
  font-size: 17px;
}

.vs-btn {
  display: block;
  width: 100%;
  margin-top: 28px;
  padding: 14px 18px;
  border: 1px solid #c99700;
  color: #202020;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: 1px;
  transition: all 0.3s ease;
}

.vs-btn:hover {
  background: #c99a00;
  color: #fff;
}

.vs-footer__bottom {
  display: grid;
  justify-content: space-between;
  gap: 20px;
  margin-top: 45px;
  grid-template-columns: max-content max-content;
}

.vs-footer__bottom p {
  margin: 0;
}

/* Responsive */


@media (max-width: 1680px) {
  .vs-location-card {
    padding: 58px 30px 64px;
  }
}

@media (max-width: 1680px) {
  .vs-location-card h3 {
    font-size: 22px !important;
  }
}


@media (max-width: 1200px) {
  div.vs-location-card h3 {
    font-size: 21px !important;
    flex-direction: column;
    align-items: center !important;
    line-height: normal !important;
    justify-content: center;
    text-align: center;
  }
}


@media (max-width: 1199px) {
  .vs-location-card {
    padding: 45px 35px;
  }
}


@media (max-width: 1080px) {
  .vs-footer {
    padding: 60px 0;
  }

  .vs-footer__eyebrow {
    text-align: center;
  }



  .vs-footer__header {
    grid-template-columns: 1fr;
    align-items: center;
    justify-content: center;
    text-align: center;
  }


  h2.vs-footer__title {
    text-align: center !important;
  }

  .vs-info li strong {
    font-size: 14px;
  }

  .vs-info li span {
    font-size: 16px;
  }

  .vs-info li {
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
  }

  div.vs-footer__bottom {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    flex-direction: column;
    gap: 5px;
  }

  div.vs-footer__bottom * {
    text-align: center;
    margin: 0 auto;
  }
}

@media (max-width: 991px) {

  div.vs-footer__header,
  div.vs-footer__bottom {
    display: flex;
    flex-direction: column !important;
  }

  .vs-footer__locations {
    grid-template-columns: 1fr;
  }

  .vs-location-card {
    border-right: 0;
    border-bottom: 1px solid #e5e5e5;
  }

  .vs-location-card:last-child {
    border-bottom: 0;
  }
}


@media (max-width: 991px) {
  .vs-info li strong {
    font-size: 18px;
  }

  .vs-info li span {
    font-size: 18px;
  }

  .vs-info li {
    flex-direction: row;

  }


  div.vs-location-card h3 {
    font-size: 26px !important;
  }

  div.vs-location-card h3 {
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
  }

}

@media (max-width: 767px) {
  .vs-info p {
    text-align: left;
  }

  div.vs-location-card h3 {
    flex-direction: column;
    ;
  }

}

@media (max-width: 575px) {
  .vs-footer {
    padding-top: 60px;
  }

  .vs-location-card {
    padding: 35px 24px;
  }

  .vs-info li {
    font-size: 11px;
  }
}

.vs-location-card .vs-info:nth-child(2) .vs-icon svg {
  stroke: #c99700 !important;
  fill: transparent;
}


.vs-footer .vs-icon svg {
  fill: #c99700;
  width: 20px;
  height: 20px;
}

.vs-footer__bottom img {
  max-width: max-content;
  height: 1.5vh;
  object-fit: contain;
}


.vs-location-cards {
  padding: 95px 20px;
  background: #f5f5f2;
  font-family: Arial, sans-serif;
  color: #222;
}

.vs-location-cards__container {
  max-width: 1380px;
  margin: 0 auto;
}

.vs-location-cards__heading {
  text-align: center;
  margin-bottom: 48px;
}

.vs-location-cards__heading span {
  display: block;
  margin-bottom: 12px;
  color: #c99500;
  font-size: 12px;
  letter-spacing: 4px;
  text-transform: uppercase;
  font-weight: 600;
}

.vs-location-cards__heading h2 {
  margin: 0;
  font-size: clamp(38px, 5vw, 58px);
  line-height: 1;
  font-weight: 300;
}

.vs-location-cards__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 38px;
}

.vs-location-card-item {
  overflow: hidden;
  border-radius: 14px;
  background: #fff;
  border: 1px solid rgba(201, 149, 0, 0.2);
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.08);
  transition: transform 0.28s ease, box-shadow 0.28s ease;
}

.vs-location-card-item:hover {
  transform: translateY(-6px);
  box-shadow: 0 22px 46px rgba(0, 0, 0, 0.12);
}

.vs-location-card-item>img {
  width: 100%;
  height: 310px;
  display: block;
  object-fit: cover;
}

.vs-location-card-item__body {
  padding: 34px 34px 28px;
}

.vs-location-card-item h3 {
  margin: 0 0 26px;
  color: #c99700;
  font-size: 27px !important;
  line-height: 1.15;
  font-weight: 700;
}

.vs-location-card-item__info {
  display: grid;
  grid-template-columns: 26px 1fr;
  gap: 18px;
  align-items: start;
  margin-bottom: 22px;
  color: #c99700;
  text-underline-offset: 3px;
}

.vs-location-card-item__info span {
  color: #333;
}

.vs-location-card-item__info p {
  margin: 0;
  line-height: 1.45;
  color: #333 !important;
}

.vs-location-card-item__actions {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 12px;
  margin-top: 26px;
}


.vs-location-card-item__btn:hover {
  border-color: #c99500;
  background: #c99500;
  color: #fff;
}

.vs-location-card-item__btn span {
  font-size: 22px;
  line-height: 1;
}

@media (max-width: 1280px) {
  .vs-location-cards__grid {
    gap: 22px;
  }

  .vs-location-card-item>img {
    height: 250px;
  }

  .vs-location-card-item__body {
    padding: 28px 24px;
  }

  .vs-location-card-item h3 {
    font-size: 23px;
  }

  .vs-location-card-item__info p {
    font-size: 16px;
  }

  div.vs-location-card-item__actions {
    grid-template-columns: 1fr;
  }

  div.vs-location-card-item__actions a.ry-btn.ry-btn-vs {
    max-width: 100% !important;
    width: 100% !important;
  }
}

@media (max-width: 991px) {
  .vs-location-cards__grid {
    grid-template-columns: 1fr;
  }

  .vs-location-card-item {
    max-width: 620px;
    margin: 0 auto;
    width: 100%;
  }
}

@media (max-width: 767px) {

  .vs-location-card-item__info {
    grid-template-columns: max-content;
    align-items: center;
    justify-content: center;
  }

  .vs-location-card-item__info span {
    width: 30px;
    height: 30px;
    margin: 0 auto;
  }
}

@media (max-width: 575px) {
  .vs-location-cards {
    padding: 70px 16px;
  }

  .vs-location-card-item>img {
    height: 220px;
  }

  .vs-location-card-item__actions {
    grid-template-columns: 1fr;
  }
}

.vs-location-card-item__actions a.ry-btn.ry-btn-vs {
  background: #c99700 !important;
  border-color: unset;
  max-width: 160px !important;
}

.vs-location-card-item__actions a.ry-btn.ry-btn-vs.black {
  background: #333 !important;
}



.vs-location-detail__container {
  max-width: 1380px;
  margin: 0 auto;
}

.vs-location-detail__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}

.vs-location-detail__card,
.vs-location-detail__media,
.vs-location-detail__map {
  overflow: hidden;
  background: #fff;
  border: 1px solid rgba(201,149,0,.18);
  box-shadow: 0 12px 34px rgba(0,0,0,.06);
}

.vs-location-detail__card {
  padding: 42px;
}

.vs-location-detail__eyebrow {
  display: block;
  margin-bottom: 12px;
  color: #c99500;
  font-size: 12px;
  letter-spacing: 4px;
  text-transform: uppercase;
  font-weight: 600;
}

.vs-location-detail__title {
  margin: 0 0 35px;
  font-size: clamp(34px,4vw,48px);
  line-height: 1;
  font-weight: 300;
  color: #222;
}

.vs-location-detail__info {
  display: grid;
  grid-template-columns: 24px 1fr;
  gap: 18px;
  margin-bottom: 22px;
  color: #8b6a00;
  text-decoration: none;
}

.vs-location-detail__info:hover {
  text-decoration: underline;
}

.vs-location-detail__info span {
  font-size: 22px;
  color: #222;
}

.vs-location-detail__info p {
  margin: 0;
  font-size: 18px;
  line-height: 1.6;
  text-align: left;
}

.vs-location-detail__socials {
  display: flex;
  gap: 12px;
  margin: 30px 0;
}

.vs-location-detail__socials a {
  width: 46px;
  height: 46px;
  border-radius: 8px;
  background: #c99500;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}

.vs-location-detail__appointment {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 26px;
  border-radius: 8px;
  background: #c99500;
  color: #111;
  text-decoration: none;
  font-weight: 600;
}

.vs-location-detail__hours {
  list-style: none;
  margin: 0;
  padding: 0;
}

.vs-location-detail__hours li {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 18px 0;
  border-bottom: 1px solid rgba(0,0,0,.08);
  font-size: 17px;
}

.vs-location-detail__hours strong {
  font-weight: 700;
}

.vs-location-detail__media img {
  width: 100%;
  height: 100%;
  min-height: 420px;
  display: block;
  object-fit: cover;
}

.vs-location-detail__map iframe {
  width: 100%;
  height: 100%;
  min-height: 420px;
  border: 0;
}

.vs-location-detail__content {
  max-width: 1100px;
  margin: 65px auto 0;
  text-align: center;
}

.vs-location-detail__content h3 {
  font-size: clamp(28px,3vw,40px);
  font-weight: 300;
  line-height: 1.4;
}

.vs-location-detail__content span,
.vs-location-detail__content a {
  color: #8b6a00;
}

.vs-location-detail__content p {
  margin-top: 22px;
  font-size: 18px;
  line-height: 1.8;
}

@media (max-width: 991px) {
  .vs-location-detail__grid {
    grid-template-columns: 1fr;
  }

  .vs-location-detail__card {
    padding: 30px;
  }

  .vs-location-detail__media img,
  .vs-location-detail__map iframe {
    min-height: 340px;
  }
}

.vs-location-detail__card a.ry-btn.ry-btn-vs {
    background: #c99700 !important;
}

.vs-location-detail__info {
    text-align: left;
}


@media (max-width: 1537px) {
    .vs-care-section__container {
        grid-template-columns: 1fr 1fr;
    }
    
    .vs-quicklinks__overlay {
        gap: 30px;
    } 
}


@media (max-width: 1440px) {
    .vs-care-section.hp-welcome {
        padding: 60px 0;
    }
}

@media (max-width: 1336px) {
    .vs-quicklinks__container {
        width: 100%;
    }
    
    .vs-quiclicks-bg > img {
        min-height: 100vh;
        object-fit: cover;
    }
}


 
    .mobile-container .flex-wrap .flex-item.right-nav .mobile-button a {
        background: #c49300 !important;
    }
@media (max-width: 992px) {
    .mobile-container {
        background: #2a271d !important;
    }
   
    
    div.module-66 .bnr-textbox {
        position: relative !important;
        background: #2a271d !important;
        padding: 30px 0;
        margin: 0 !important;
        margin-bottom: unset !important;
    }
}