@media (min-width: 768px) and (max-width: 1200px) {
  .swiper-slide-caption > * {
    text-align: center;
  }

  .victoria-swiper .swiper-container .heading-4 {
    display: inline-block !important;
  }

  #home h1 {
    margin-top: 10px;
  }
}

/* ================================ */
/* PRELOADER */
/* ================================ */

.page-loader {
  background-image: url(../images/slide-01.jpg);
  background-size: cover;
  background-position: center;
  background-position-x: 70%;
}

.page-loader .page-loader-body {
  margin-bottom: 15rem;
}

.page-loader img {
  margin: 2.5rem;
}

.page-loader .heading-4 {
  color: #fff;
  font-size: 3.5rem;
}

.lds-ellipsis {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.lds-ellipsis div {
  position: absolute;
  top: 33px;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #fff;
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.lds-ellipsis div:nth-child(1) {
  left: 8px;
  animation: lds-ellipsis1 0.6s infinite;
}
.lds-ellipsis div:nth-child(2) {
  left: 8px;
  animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(3) {
  left: 32px;
  animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(4) {
  left: 56px;
  animation: lds-ellipsis3 0.6s infinite;
}
@keyframes lds-ellipsis1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes lds-ellipsis3 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes lds-ellipsis2 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(24px, 0);
  }
}

/* ================================ */
/* GLOBAL */
/* ================================ */

h1,
h2,
h3,
h4,
h5,
h6,
[class*='heading-'] {
  font-weight: 400;
}

h2,
.heading-2,
h4,
.heading-4 {
  text-transform: uppercase;
  font-weight: 400;
}

.block-services .table-custom td {
  padding: 20px;
}

.block-services .table-custom tr:first-child td:first-child {
  padding-top: 20px;
  white-space: inherit;
}

.table-custom-responsive > .table-custom > tbody > tr > td {
  white-space: inherit;
}

* + .about-unit-quote-cite {
  margin: 5px 0;
}

@media (min-width: 1470px) {
  h2,
  .heading-2 {
    font-size: 3rem;
  }
}

/* ================================ */
/* HEADER */
/* ================================ */

.rd-navbar-static {
  background-color: transparent;
}

.rd-navbar-fixed .rd-navbar-nav-wrap {
  background-color: rgba(0, 0, 0, 0.5);
}

.rd-navbar-static.rd-navbar-minimal .rd-navbar-inner,
.rd-navbar-fullwidth.rd-navbar-minimal .rd-navbar-inner {
  margin: 0 auto;
  padding: 15px;
}

.rd-navbar-fixed .rd-navbar-nav li > a {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 2px;
}

html.rd-navbar-fixed-linked .page {
  padding-top: 0;
}

.rd-navbar-wrap {
  height: auto !important;
}

.rd-navbar-static.rd-navbar--is-stuck,
.rd-navbar-static.rd-navbar--is-clone,
.rd-navbar-fullwidth.rd-navbar--is-stuck,
.rd-navbar-fullwidth.rd-navbar--is-clone {
  background: none;
}

.rd-navbar-static .rd-navbar-nav > li + li {
  margin-left: 10px;
}

.rd-navbar-static .rd-navbar-nav > li > a,
.rd-navbar-fullwidth .rd-navbar-nav > li > a {
  padding: 10px;
  text-transform: uppercase;
  letter-spacing: 2.5px;
  color: #41beff;
}

.rd-navbar-static .rd-navbar-nav > li.active > a,
.rd-navbar-fullwidth .rd-navbar-nav > li.active > a {
  border-bottom: 1px solid #1e98d7;
}

.rd-navbar-static .rd-navbar-nav > li > a:hover,
.rd-navbar-fullwidth .rd-navbar-nav > li > a:hover {
  border-bottom: 1px solid #1e98d7;
}

.rd-navbar-static.rd-navbar--is-stuck .rd-navbar-nav > li > a {
  color: #1e98d7;
}

.rd-navbar-static .rd-navbar-inner {
  justify-content: center;
}

.brand-name {
  margin-right: 25px;
}

.rd-navbar-static .rd-navbar-nav > li,
.rd-navbar-fullwidth .rd-navbar-nav > li {
  margin: 0 25px;
}

@media (min-width: 768px) {
  .swiper-modern .swiper-slide-caption {
    padding-left: 0;
  }
}

@media (min-width: 1200px) {
  .mobile-menu-logo {
    display: none !important;
  }
}

@media (min-width: 1200px) and (max-width: 1400px) {
  .rd-navbar-static .rd-navbar-nav > li,
  .rd-navbar-fullwidth .rd-navbar-nav > li {
    margin: 0px 5px;
  }
}

@media (max-width: 1200px) {
  .rd-navbar-toggle span:after,
  .rd-navbar-toggle span:before,
  .rd-navbar-toggle span,
  .rd-navbar-sidebar-toggle span:after,
  .rd-navbar-sidebar-toggle span:before,
  .rd-navbar-sidebar-toggle span {
    background-color: #1e98d7;
  }

  .rd-navbar-fixed .rd-navbar-panel:before {
    background: transparent;
  }

  .rd-navbar-fixed .rd-navbar-panel {
    justify-content: space-between;
  }

  .brand-name {
    margin-right: 5px;
  }

  .rd-navbar-fixed .rd-navbar-brand img {
    width: 50px;
    padding: 3px;
  }
}

/* ================================ */
/* HOME / SLIDER */
/* ================================ */

.commercial-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  object-fit: cover;
}

.swiper-slide {
  height: auto;
}

.swiper-modern .swiper-container {
  height: 90vh;
  max-height: 900px;
  text-align: center;
}

.swiper-modern .swiper-container .heading-4 {
  display: inline-block;
}

.swiper-modern .swiper-container .button:last-of-type {
  display: none;
}

.swiper-modern .swiper-slide-caption {
  top: 0;
}

#home h1 {
  font-weight: 400;
  text-transform: uppercase;
}

#home .highlight-statement {
  font-size: 3rem;
  font-style: italic;
  margin: 0;
}

#home .highlight-statement span {
  color: #41beff;
  font-weight: 700;
}

#home .button-white {
  background-color: rgba(34, 122, 210, 0.75);
  color: #fff;
  border: 1px solid #fff;
  margin-right: 25px;
  border-radius: 7.5px;
}

#home .call-now-button {
  background-color: rgba(30, 153, 215, 0.75);
  letter-spacing: 3px;
  font-size: 1.5rem;
  font-weight: 400;
}

#home .call-now-brazos {
  padding: 10px 100px;
}

.button-albus,
.button-albus:focus,
.button-albus:active {
  background-color: #1e98d7;
  color: #fff;
}

#home .contact-block {
  display: none;
}

#home .call-now {
  color: #fff;
}

#home .call-now:hover {
  color: #1e98d7;
}

@media (min-width: 768px) {
  .swiper-modern .swiper-pagination {
    display: none;
  }

  .swiper-slide .news-video-container {
    display: none;
  }

  .swiper-button-prev,
  .swiper-button-next {
    display: none;
  }
}

@media (max-width: 767px) {
  .swiper-slide .slider-video-container {
    position: relative;
    border: 1px solid #227ad2;
    height: 250px;
    margin-bottom: 10px;
  }

  .swiper-slide .news-video {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .video-play-overlay {
    position: absolute;
    width: 100%;
    height: 99%;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #227ad2;
    cursor: pointer;
    background-color: rgba(212, 154, 103, 0.1);
  }

  .video-play-overlay .video-play-icon {
    font-size: 40px;
    border: 2.5px solid #227ad2;
    border-radius: 150px;
    padding: 25px;
    color: #227ad2;
  }

  .section.section-full-width .shell {
    padding: 25px 15px 0;
  }

  .swiper-modern .swiper-container {
    height: auto;
  }

  .swiper-container-horizontal > .swiper-pagination {
    bottom: 50px;
  }

  #home .swiper-container .button:last-of-type {
    display: none;
  }

  #home h1 {
    font-weight: 400;
    text-transform: uppercase;
    text-align: center;
    font-size: 28px;
    margin: 10px auto;
    max-width: 350px;
  }

  .swiper-slide-caption p {
    display: block;
    text-align: center;
    max-width: 250px;
    margin: auto;
  }

  #home .highlight-statement {
    max-width: 90%;
    font-size: 16px;
    margin: auto;
  }

  #home .highlight-statement img {
    width: 30px;
  }

  #home .button-white {
    color: #fff;
    border: 1px solid #fff;
    display: flex;
    font-size: 1.5rem;
    font-weight: 400;
    letter-spacing: 2.5px;
    max-width: 90%;
    margin: 25px auto;
  }

  #home .contact-block {
    margin: 25px;
    display: block;
  }
}

/* ================================ */
/* ADDITIONAL INFO BELOW SLIDER */
/* ================================ */
.section-after-swiper-modern .block-classic {
  box-shadow: 5px 5px 5px 0px rgba(34, 122, 210, 0.5);
  padding: 25px 50px 15px;
}

.section-after-swiper-modern .block-classic-link {
  display: flex;
  margin-top: 7.5px;
}

.section-after-swiper-modern .block-classic-link a {
  font-size: 1.5rem;
}

.section-after-swiper-modern .block-classic-link .icon {
  margin-top: 3px;
}

.section-after-swiper-modern h4 {
  text-transform: uppercase;
  color: #227ad2;
  font-weight: 700;
  padding-bottom: 10px;
  font-size: 1.75rem;
  border-bottom: 2.5px solid #227ad2;
  text-align: center;
  margin: auto;
  letter-spacing: 3px;
}

.section-after-swiper-modern dl > div {
  display: flex;
  align-items: center;
  flex-direction: row;
}

.section-after-swiper-modern dl > div img {
  margin-right: 15px;
}

.section-after-swiper-modern .block-classic-divider + *,
* + .block-classic-divider {
  margin-top: 10px;
}

.interventional-pain-center {
  background-image: url(../images/victoria-pain-center.jpg);
  background-size: cover;
  background-position: bottom;
  opacity: 0.75;
}

.pain-management-physicians dd {
  color: #227ad2;
  font-weight: 700;
}

.block-classic .work-info dl:first-child {
  padding: 10px 0;
}

.phone-link .department {
  font-size: 1.5rem;
  font-weight: 700;
  color: #227ad2;
}

@media (min-width: 1200px) {
  .section-lg {
    padding-bottom: 50px;
  }
}

@media (min-width: 480px) {
  .section-after-swiper-modern .block-classic-title + * {
    margin-top: 5px;
  }

  .section-after-swiper-modern .phone-link {
    margin-top: 12.5px;
  }
}

@media (max-width: 1200px) {
  .section-after-swiper-modern .contact-us {
    display: none !important;
  }
}

@media (max-width: 768px) {
  .section-after-swiper-modern {
    padding: 25px 0;
  }
  .section-after-swiper-modern .block-classic {
    padding: 10px 20px;
  }
  .section-after-swiper-modern h4 {
    font-size: 1.75rem;
  }
}

/* ================================ */
/* OUR DOCTORS */
/* ================================ */

.our-doctors h2 {
  text-transform: uppercase;
  font-weight: 400;
}

.our-doctors .view-profile {
  text-decoration: underline;
  text-transform: uppercase;
  font-weight: 700;
}

.our-doctors .short-bio {
  margin-top: 25px;
}

.our-doctors .about-unit-quote-content-body {
  color: #fff;
}

.our-doctors .about-unit,
.about-out-item-inner {
  background-color: rgb(32 37 47 / 80%);
}

.about-out-item-inner {
  padding: 25px;
}

.our-doctors .about-unit {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10%;
}

@media (min-width: 1200px) {
  .our-doctors .about-unit {
    margin-left: 0;
    background-color: rgb(32 37 47 / 80%);
  }
}

@media (min-width: 768px) {
  .about-unit-quote {
    align-items: flex-start;
  }
}

@media (max-width: 768px) {
  .dr-ted-lin .about-out {
    display: none;
  }

  .our-doctors .about-unit {
    text-align: center;
  }

  .about-unit-quote-content-left {
    display: none;
  }
}

/* ================================ */
/* DR. WILSON ALMONTE */
/* ================================ */

.dr-wilson-almonte .vip-link a {
  color: #1e98d7;
}

.dr-wilson-almonte .doctor-highlight video {
  width: 100%;
}

.vip-link a:hover {
  color: #227ad2;
}

.doctor-highlight {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  margin: auto;
}

.doctor-highlight h4 {
  padding: 15px;
  font-size: 2rem;
  font-weight: 400;
  text-transform: inherit;
}

.doctor-highlight span {
  font-weight: 700;
  color: #1e98d7;
}

/* ================================ */
/* COUNTER SECTION */
/* ================================ */

.section-counter {
  margin: 50px auto;
}

/* ================================ */
/* DR. TED LIN */
/* ================================ */

.dr-ted-lin .about-unit,
.dr-ted-lin .about-out-item-inner {
  background-color: rgb(0 0 0 / 80%);
}

.dr-ted-lin svg {
  fill: #1e98d7;
}

.dr-ted-lin .vip-link a {
  color: #1e98d7;
}

/* ============================================ */
/* COMBO SECTION */
/* ============================================ */

.our-therapists .vip:hover .vip-content {
  background-color: #425472;
}

.our-therapists .vip:hover a:hover,
.our-therapists .vip:hover .vip-cite,
.our-therapists .vip:hover .icon-primary {
  color: #41beff;
}

.combo-section {
  padding-bottom: 0;
}

@media (max-width: 768px) {
  .our-therapists .vip {
    max-width: 90%;
  }

  .combo-section .left-container {
    margin-bottom: 0;
  }
}

/* ================================ */
/* CONDITIONS TREATED & INSURANCES */
/* ================================ */

.conditions-treated-pain {
  padding-bottom: 50px;
}

.conditions-treated {
  border: 1px solid #ebebeb;
  margin: 5rem auto;
}

.conditions-we-treat {
  text-align: center;
  padding: 50px 50px 0;
}

.conditions-we-treat h4 {
  text-transform: uppercase;
  max-width: 90%;
  padding: 10px;
  margin: 0 auto 25px;
  border-bottom: 3px solid #227ad2;
  font-size: 3rem;
}

.conditions-treated h5 {
  font-size: 2rem;
  margin: 2rem 0 1rem;
}

.conditions-we-treat p {
  font-size: 1.5rem;
}

.conditions-treated td {
  padding: 0;
}

.conditions-treated td a {
  display: block;
  width: 100%;
  height: 100%;
}

.conditions-treated td:hover {
  background-color: #227ad2;
  color: #fff;
  cursor: pointer;
}

.conditions-treated td:hover a {
  color: #fff;
  z-index: 100;
}

.other-insurance-types a:hover {
  color: #227ad2;
}

.conditions-we-treat span,
.other-insurance-types span {
  color: #227ad2;
  font-weight: 700;
}

.block-services {
  border: none;
  margin: 0;
  padding: 0 50px;
}

.block-services .table-custom td:last-child {
  text-align: left;
}

@media (max-width: 768px) {
  .conditions-we-treat {
    padding: 10px 10px 0;
  }
}

/* ================================ */
/* PROCEDURES PERFORMED */
/* ================================ */

.procedures-performed {
  border: 1px solid #ebebeb;
  margin: 5rem auto;
}

.procedures-performed .block-services {
  align-items: center;
  justify-content: center;
  padding-bottom: 50px;
}

.procedures-performed .block-services-item {
  border: none;
  padding: 0;
}

.procedures-headline-content {
  text-align: center;
  padding: 50px;
}

.procedures-headline-content h4 {
  font-size: 3rem;
  text-transform: uppercase;
  max-width: 700px;
  padding: 10px;
  margin: 0 auto 25px;
  border-bottom: 3px solid #227ad2;
}

.procedures-headline-content p {
  font-size: 1.5rem;
}

.procedures-headline-content span {
  color: #227ad2;
  font-weight: 700;
}

.procedures-performed .block-services .table-custom:before {
  width: 0%;
}

.procedures-performed
  .block-services
  .table-custom
  tr:first-child
  td:first-child {
  padding-top: 0;
}

.procedures-performed .block-services .table-custom td:last-child {
  text-align: center;
  text-transform: uppercase;
  font-size: 1.5rem;
  white-space: inherit;
}

@media (max-width: 768px) {
  .procedures-headline-content {
    text-align: center;
    padding: 25px 15px;
  }
}

/* ================================ */
/* INSURANCES */
/* ================================ */

.accepted-insurances {
  border: 1px solid #ebebeb;
  margin: 5rem auto;
}

.insurances-we-accept,
.other-insurance-types {
  text-align: center;
  padding: 50px;
}

.insurances-we-accept h4 {
  font-size: 3rem;
  text-transform: uppercase;
  max-width: 600px;
  padding: 10px;
  margin: 0 auto 25px;
  border-bottom: 3px solid #227ad2;
}

.insurances-we-accept p {
  font-size: 1.5rem;
}

.accepted-insurances td {
  padding: 0;
}

.accepted-insurances td a {
  display: block;
  width: 100%;
  height: 100%;
}

.accepted-insurances td:hover {
  background-color: #227ad2;
  color: #fff;
  cursor: pointer;
}

.accepted-insurances td:hover a {
  color: #fff;
  z-index: 100;
}

.other-insurance-types a:hover {
  color: #227ad2;
}

.insurances-we-accept span,
.other-insurance-types span {
  color: #227ad2;
  font-weight: 700;
}

.block-services {
  border: none;
  margin: 0;
  padding: 0 50px;
  align-items: baseline;
}

.block-services .table-custom td:last-child {
  text-align: left;
}

@media (max-width: 768px) {
  .block-services {
    padding: 0 25px;
  }

  .insurances-we-accept,
  .other-insurance-types {
    padding: 25px 15px;
  }
}

/* ================================ */
/* ASIDE - PHYSICAL */
/* ================================ */

.aside-info > *,
.aside-info > *:last-child {
  margin-bottom: 250px;
}

.aside-info li {
  padding: 25px 0;
}

/* LSVT BIG® Therapy HIDDEN  */
.aside-info li:nth-child(3) {
  display: none;
}

.aside-info-item {
  max-width: none;
  text-align: center;
}

.aside-info-item h4 {
  font-weight: 400;
  letter-spacing: 2.5px;
}

.vip-content {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  min-height: 200px;
}

.vip-cite {
  color: #41beff;
  font-size: 12px;
}

.vip h5 {
  font-size: 15px;
}

.vip-link .icon-primary {
  color: #41beff;
}

@media (max-width: 576px) {
  .aside-info-item-img {
    display: none;
  }
}

/* ================================ */
/* NEWS SECTION */
/* ================================ */

.our-news .thumb-default {
  max-width: 100%;
}

.our-news .thumb-default img {
  max-height: 300px;
  box-shadow: 5px 5px 5px 0px rgba(34, 122, 210, 0.75);
}

.our-news .thumb-default-title a {
  white-space: inherit;
}

.our-news video {
  box-shadow: 5px 5px 5px 0px rgba(34, 122, 210, 0.75);
  object-fit: cover;
  width: 100%;
  height: 302px;
}

/* ================================ */
/* GOOGLE MAPS */
/* ================================ */

.google-maps-iframe {
  min-height: 350px;
}

/* ================================ */
/* CONTACT SECTION */
/* ================================ */

.contact-section h6 {
  line-height: 1.5;
}

.contact-section .divider-default + .list-lg {
  margin-top: 25px;
}

/* ================================ */
/* FOOTER */
/* ================================ */

.social-media-container {
  padding-right: 100px;
}

.copyright a {
  text-decoration: none;
}

@media (max-width: 768px) {
  footer {
    text-align: center;
  }

  footer li:first-of-type {
    display: none;
  }

  .social-media-container {
    padding: 0;
  }
}

/* ================================ */
/* UI-TO-TOP */
/* ================================ */

.ui-to-top {
  left: 40px;
}

.ui-to-top.active {
  display: flex;
  justify-content: center;
  align-items: center;
}
