@charset "UTF-8";
/*
Theme Name: Borland Groover
Author: Sergey Manuylov
*/
@import url('assets/css/normalize.css');
@import url('assets/css/grid.css');
@import url('assets/css/effects.css');
/*---Reset styles---*/
/*---Fonts---*/
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap');
/*---/.Fonts---*/
/*---general styles---*/
body {
    background: #ffffff;
    font-size: 0.89vw;
    font-family: "DM Sans", serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: 400;
    color: #000000;
}
* {
    outline: none;
    background-repeat: no-repeat;
}
i {
    font-style: italic;
}
ul {
    padding-left: 0;
    list-style: none;
    margin: 0;
}
p, li {
    line-height: 1.4;
}
.half ul, .half ol {
    margin-top: 0;
    padding-bottom: 1em;
}
a, a:hover {
    text-decoration: none;
}
p {
    display: block;
    line-height: 1.5;
    margin-bottom: 1.5em;
    margin-top: 0;
}
img {
    max-width: 100%;
    max-height: 100%;
}
img.aligncenter {
    position: relative;
    margin: 0 auto;
}
p b, p strong, b, strong {
    font-weight: 700;
}
input[type="submit"] {
    cursor: pointer;
}
.mobile {
    display: none !important;
}
.capitalize {
    text-transform: uppercase;
}
.uncapitalize {
    text-transform: unset;
}
.center {
    position: relative;
    margin: 0 auto;
}
.center-text {
    text-align: center;
}
#all-content-wrapper {
    padding: 0;
    position: relative;
    overflow: hidden;
}
.flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    min-height: 0.10vw;
}
.flex.flex-justify-center {
    justify-content: center;
}
.flex-column {
    flex-direction: column;
}
.flex.flex-space-around {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}
.flex.flex-space-between {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.flex-align-center {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.flex-align-bottom {
    -webkit-align-items: flex-end;
    align-items: flex-end;
}
.flex-align-top {
    -webkit-align-items: flex-start;
    align-items: flex-start;
}
.flex.flex-top {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
}
.flex.flex-end {
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
}
.no-link {
    pointer-events: none;
}
h1, h2, h3, h4, h5, h6, p, ul {
    margin-top: 0;
}
h1 {
    font-size: 2.50vw;
    text-transform: uppercase;
    margin-bottom: 0;
    letter-spacing: 0.10vw;
}
h2 {
    font-size: 1.67vw;
    text-transform: uppercase;
    letter-spacing: 0.21vw;
    margin-bottom: 1.30vw;
}
section {
    background-repeat: no-repeat;
    background-position: top center;
    -webkit-background-size: cover;
    background-size: cover;
}
iframe {
    max-width: 100%;
    max-height: 21.88vw;
}
.half {
    width: 50%;
}
section {
    position: relative;
}
select::-ms-expand {
    display: none;
}
a.btn, input[type="submit"] {
    font-stretch: condensed;
    font-size: 0.83vw;
    font-weight: 700;
    display: inline-block;
    padding: 1.09vw 3.13vw 0.94vw 1.56vw;
    box-sizing: border-box;
    text-align: center;
    background-color: #14377d;
    min-width: 12.50vw;
    line-height: 1;
    border-radius: 1.56vw;
    color: #fff;
    border-bottom: 0.16vw solid #123170;
    text-transform: uppercase;
}
a.btn:before, input[type="submit"]:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 1.25vw;
    height: 0.05vw;
    background-color: #fff;
    margin-right: 0.68vw;
}
a.btn:hover, input[type="submit"]:hover {
    background-color: #123170;
}
a.btn.grey {
    background-color: #72808a;
    color: #fff;
    border-bottom: 0.16vw solid #66737c;
}
a.btn.grey:hover {
    background-color: #66737c;
}
a.btn.transparent {
    background-color: transparent;
    border: 0.10vw solid #14377d;
    color: #14377d;
}
a.btn.transparent:before {
    background-color: #14377d;
}
a.btn.transparent:hover:before {
    background-color: #fff;
}
a.btn.transparent:hover {
    background-color: #14377d;
    color: #fff;
}
.container {
    max-width: 72.92vw;
}
.narrow-container {
    max-width: 62.50vw;
}
#mobile-menu, #overlay, #mobile-menu-toggle {
    display: none;
}
.default-page {
    padding-top: 2.60vw;
    padding-bottom: 2.60vw;
}
.default-page h2, .default-page h3, .default-page h4, .default-page h5, .default-page h6 {
    line-height: 1.2;
}
.default-page h2 {
    font-size: 1.67vw;
}
.default-page h3 {
    font-size: 1.46vw;
}
.default-page h4 {
    font-size: 1.25vw;
}
.default-page h5 {
    font-size: 1.09vw;
}
.default-page h6 {
    font-size: 0.94vw;
}
.default-page a:not(.btn) {
    color: #14377d;
}
.default-page ul, .default-page ol {
    padding-left: 0.78vw;
    padding-bottom: 1.88vw;
}
.default-page ul li {
    position: relative;
    padding-left: 1.04vw;
}
.default-page li {
    margin-bottom: 0.26vw;
}
.default-page ul li:before {
    position: absolute;
    content: '•';
    display: block;
    left: 0;
    color: #14377d;
}
.single .default-page {
    padding-top: 0;
    padding-bottom: 0;
}
img.alignleft {
    float: left;
    margin-right: 4.69vw;
}
img.alignright {
    float: right;
    margin-left: 4.69vw;
}
.slick-track {
    display: flex !important;
}
.slick-slider {
    margin-bottom: 0 !important;
}
.slick-slide {
    height: inherit !important;
}
.default-hero {
    padding-top: 2.60vw;
    padding-bottom: 2.60vw;
    z-index: 2;
    background-position: top center;
    position: relative;
    display: flex;
    align-items: center;
    min-height: 21.88vw;
}
.default-hero h1 {
    margin-bottom: 0;
    color: #fff;
    font-size: 2.50vw;
}
.blue {
    background-color: #14377d;
    color: #fff;
}
section.blue p > a:not(.btn) {
	color:#fff;
	text-decoration:underline;
}
.default-text a:not(.btn) {
    color: #14377d;
    font-weight: 700;
}
.gray {
    background-color: #f0f0f0;
}
.dark-gray {
    background-color: #72808a;
}
.slick-dots {
    position: absolute;
    bottom: 0;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}
.slick-dots li {
    position: relative;
    display: inline-block;
    width: 0.73vw;
    height: 0.73vw;
    margin: 0 0.52vw;
    padding: 0;
    cursor: pointer;
    box-sizing: border-box;
    background-color: transparent;
    border-radius: 50%;
    border: 0.10vw solid transparent;
}
.slick-dots li:before {
    content: '';
    display: block;
    width: 0.52vw;
    height: 0.52vw;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 50%;
    background-color: #fff;
}
.header-top {
    padding-top: 0.52vw;
    padding-bottom: 0.52vw;
}
.header-top nav {
    display: flex;
    justify-content: flex-end;
}
.header-top nav > ul {
    display: flex;
    border-left: 0.05vw solid #1e53bd;
}
.header-top nav > ul > li > a {
    color: #fff;
    font-weight: 700;
    font-size: 0.73vw;
    display: flex;
    align-items: center;
    padding: 0.21vw 1.30vw 0.21vw 3.39vw;
    border-right: 0.05vw solid #1e53bd;
    text-transform: uppercase;
    background-repeat: no-repeat;
    background-position: left 1.30vw center;
}
.header-top nav > ul > li > a:hover {
    opacity: 0.8;
}
.header-top nav > ul > li > a > img {
    margin-right: 0.68vw;
}
.header-nav {
    padding: 1.41vw 0;
    position: relative;
    z-index: 9;
    background-color: #fff;
}
.header-nav nav > ul {
    display: flex;
    align-items: center;
}
.header-nav nav > ul > li:not(.btn) > a {
    color: #000;
    font-size: 0.83vw;
    font-weight: 700;
    display: flex;
    line-height: 1;
    padding: 0 1.30vw;
    text-transform: uppercase;
}
.header-nav nav > ul > li:not(.btn) > a:hover {
    color: #1e53bd;
}
.header-nav nav > ul > li.btn {
    margin-left: 0.52vw;
}
.header-nav nav > ul > li.btn > a {
    padding: 0.78vw 1.61vw;
    color: #000;
}
.header-nav nav > ul > li {
    position: relative;
}
.sub-menu {
    display: none;
}
.header-nav nav ul > li > .sub-menu {
    top: 100%;
    left: 0;
    position: absolute;
    background-color: #14377d;
    flex-direction: column;
    display: none;
    z-index: 99;
    padding: 1em 1em 0 1em;
    width: 15.63vw;
}
.header-nav nav ul > li:hover > .sub-menu {
    display: block;
}
.header-nav nav ul > li > .sub-menu > li {
    margin-bottom: 1em;
}
.header-nav nav ul > li > .sub-menu > li > a {
    color: #fff;
    text-transform: capitalize;
}
.header-nav nav ul > li > .sub-menu > li > a:hover {
    opacity: 0.8;
}
.header-nav nav ul > li.menu-item-has-children {
    position: relative;
}
.header-nav nav ul > li.menu-item-has-children > a:after {
    content: '\f078';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    display: inline-block;
    margin-left: 0.26vw;
}
.header-nav nav ul > li > .sub-menu > li > .sub-menu {
    top: 50%;
    transform: translateY(-50%);
    left: 100%;
    padding-left: 2em;
}
.header-logo, .footer-logo img {
    max-width: 9.53vw;
}
.top-menu-payment > a {
    background-image: url(assets/img/pic/top-menu-1.png);
    background-size: 1.25vw 1.25vw;
}
.top-menu-schedule > a {
    background-image: url(assets/img/pic/top-menu-2.png);
    background-size: 1.25vw 1.25vw;
}
.top-menu-user > a {
    background-image: url(assets/img/pic/top-menu-3.png);
    background-size: 1.25vw 1.25vw;
}
.footer-nav {
    padding-top: 4.17vw;
    padding-bottom: 1.30vw;
    border-bottom: 0.05vw solid #dad8d6;
}
.footer-logo {
    width: 22%;
}
.footer-navigation {
    width: 62%;
}
.footer-social {
    width: 16%;
}
.footer-navigation nav ul {
    column-count: 2;
}
.footer-navigation nav ul li {
    margin-bottom: 0.52vw;
}
.footer-navigation nav ul li a {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 0.83vw;
    color: #000;
}
.footer-navigation nav ul li a:hover {
    color: #14377d;
}
.footer-social a.btn {
    width: 100%;
    max-width: 100%;
    min-width: unset;
    padding: 0.57vw 1.41vw;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.73vw;
}
.footer-social a.btn i {
    font-size: 1.35vw;
    margin-right: 0.57vw;
}
.footer-social a.btn:before {
    display: none;
}
.footer-social ul.social {
    display: flex;
    justify-content: space-between;
    padding-top: 2.34vw;
}
.footer-social ul.social li a {
    height: 2.60vw;
    width: 2.60vw;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 0.10vw solid #14377d;
    font-size: 0.83vw;
    color: #14377d;
}
.footer-social ul.social li a:hover {
    background-color: #14377d;
    color: #fff;
}
.footer-copy {
    padding-top: 2.86vw;
    padding-bottom: 2.86vw;
}
.footer-copy p, .footer-copy ul li a {
    margin-bottom: 0;
    font-size: 0.73vw;
    font-weight: 700;
    line-height: 1;
}
.footer-copy ul li {
    line-height: 1;
}
.footer-copy ul {
    display: flex;
}
.footer-copy ul li a {
    text-transform: uppercase;
    color: #000;
}
.footer-copy ul li:not(:last-child):after {
    content: "|";
    display: inline-block;
    margin-left: 0.73vw;
    margin-right: 0.73vw;
}
.footer-copy ul li a:hover {
    color: #14377d;
}
.home-hero-slider-item {
    padding-top: 9.90vw;
    padding-bottom: 6.51vw;
    color: #fff;
    height: 100%;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.home-hero-content {
    padding-right: 45%;
}
.home-hero-content h1 {
    font-size: 2.50vw;
    margin-bottom: 1.56vw;
}
.home-hero-content h1 strong {
    font-size: 9.38vw;
    display: inline-block;
    vertical-align: middle;
}
.home-hero-content p {
    margin-bottom: 3.13vw;
    font-size: 1.46vw;
}
.home-hero ul.social, .default-hero ul.social {
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 2.08vw;
}
.home-hero ul.social li a, .default-hero ul.social li a {
    color: #fff;
    font-size: 1.25vw;
    padding: 0.94vw;
    display: flex;
    justify-content: center;
}
.home-hero ul.social li a:hover, .default-hero ul.social li a:hover {
    color: #1e53bd;
}
.about {
    padding-top: 3.13vw;
    padding-bottom: 3.91vw;
}
.about-content {
    padding: 1.56vw 39% 1.56vw 1.56vw;
}
.about-thumb {
    width: 39.5%;
    height: calc(100% - 7.03vw);
    top: 3.13vw;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
    position: absolute;
    right: 0;
}
section ul, section ol {
    margin-bottom: 1.5em;
}
.circled-list ul {
    padding-left: 1.56vw;
}
.circled-list ul > li {
    margin-bottom: 0.52vw;
    position: relative;
    padding-left: 1.30vw;
}
.circled-list ul > li:before {
    border-radius: 50%;
    content: '';
    display: block;
    width: 0.52vw;
    height: 0.52vw;
    border: 0.10vw solid #14377d;
    position: absolute;
    left: 0;
    top: 0.26vw;
}
.two-cols-cta.circled-list ul > li:before {
    border-color: #fff;
}
.circled-list ul > li > ul > li {
    padding-left: 0.68vw;
}
.circled-list ul > li > a {
    color: #14377d;
}
.circled-list ul > li > ul {
    padding-left: 0;
    padding-top: 1em;
}
.circled-list ul > li > ul > li:before {
    border-radius: 50%;
    content: '';
    display: block;
    width: 0.36vw;
    height: 0.36vw;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background-color: #72808a;
}
ul.three-cols {
    column-count: 3;
}
ul.four-cols {
    column-count: 4;
}
.home-specialists {
    padding-top: 4.43vw;
    padding-bottom: 4.43vw;
}
.home-specialists-list {
    max-width: 75.83vw;
    margin: 0 auto;
}
.home-specialists-list-item {
    padding-left: 0.94vw;
    padding-right: 0.94vw;
    flex: 1;
    text-align: center;
}
.home-specialists-list-item a span {
    display: block;
    width: 100%;
    padding-top: 100%;
    background-position: center;
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 50%;
    margin-bottom: 1.56vw;
}
.home-specialists-list-item a h3 {
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0.10vw;
    font-size: 0.89vw;
}
.home-specialists .heading {
    max-width: 66.15vw;
    padding-bottom: 2.60vw;
}
.home-specialists .heading p {
    color: #dad8d6;
}
.home-specialists .bottom {
    padding-top: 2.86vw;
}
.find-provider-inputs {
    width: 35%;
}
.find-provider-heading {
    width: 65%;
    padding-left: 4.95vw;
}
.find-provider-shortened {
    padding-bottom: 4.17vw;
    padding-top: 5.47vw;
}
.book-an-appointment {
    line-height: 1;
    padding: 1.04vw 2.60vw;
    background-color: #14377d;
    color: #fff;
    text-transform: uppercase;
    font-size: 0.94vw;
    width: 100%;
    display: block;
    border-radius: 1.56vw;
    margin-bottom: 1.04vw;
    background-image: url(assets/img/icons/top-menu-2.png);
    background-repeat: no-repeat;
    background-position: top 0.89vw right 2.40vw;
    background-size: 1.25vw 1.20vw;
}
.book-an-appointment:hover {
    opacity: 0.8;
}
.find-provider-inputs input, .find-provider-inputs select {
    border: none;
    font-size: 0.94vw;
    color: #14377d;
    height: 3.13vw;
    text-transform: uppercase;
    padding-left: 2.60vw;
    background-color: transparent;
    background-image: url(assets/img/icons/magnifier.png);
    background-repeat: no-repeat;
    background-position: top 0.89vw right 2.40vw;
    width: 100%;
    background-size: 1.25vw 1.25vw;
      -webkit-appearance: none; /* Убираем стандартное оформление в WebKit */
  -moz-appearance: none; /* Убираем стандартное оформление в Firefox */
  appearance: none; /* Убираем стандартное оформление в остальных браузерах */
}
.find-provider-inputs .flex {
    border: 0.05vw solid #14377d;
    border-radius: 1.56vw;
    margin-bottom: 1.04vw;
    position: relative;
}
.find-provider-inputs ::-webkit-input-placeholder {
    color: #14377d;
}
.find-provider-inputs ::-moz-placeholder {
    color: #14377d;
}
.find-provider-inputs :-ms-input-placeholder {
    color: #14377d;
}
.find-provider-inputs :-moz-placeholder {
    color: #14377d;
}
.testimonials {
    padding-top: 5.21vw;
    padding-bottom: 5.99vw;
}
.testimonials-slider .slick-slide {
    padding-left: 1.41vw;
    padding-right: 1.41vw;
    padding-top: 2.08vw;
    padding-bottom: 2.71vw;
}
.slick-slide > div {
    height: 100%;
}
.testimonials-slider {
    margin-left: -1.41vw;
    margin-right: -1.41vw;
}
.testimonials-slider-item {
    height: 100%;
    background-color: #fff;
    border-radius: 0.47vw;
    color: #000000;
    padding: 1.82vw 2.60vw 2.60vw 2.60vw;
    line-height: 1.647;
    -webkit-box-shadow: 0 0.52vw 1.04vw 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0.52vw 1.04vw 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0.52vw 1.04vw 0 rgba(0, 0, 0, 0.1);
    background-image: url(assets/img/bg/bg_logo.png);
    background-repeat: no-repeat;
    background-position: right -3.65vw bottom -3.65vw;
}
.testimonials-slider-item i {
    color: #14377d;
    font-style: italic;
    font-size: 1.67vw;
}
.testimonials-slider-item-heading {
    display: flex;
    justify-content: flex-end;
    padding-bottom: 1.30vw;
    position: relative;
}
.testimonials-slider-item-heading:before {
    content: '';
    display: block;
    width: 6.25vw;
    height: 1.04vw;
    background-color: #a2b1c8;
    bottom: 1.41vw;
    left: -2.60vw;
    position: absolute;
}
.testimonials-slider-item-heading img {
    max-width: 8.49vw;
}
.testimonials-slider-item-text-name {
    text-transform: uppercase;
    padding-left: 1.82vw;
    position: relative;
    font-weight: 700;
    padding-top: 1.30vw;
}
.testimonials-slider-item {
    flex-direction: column;
    display: flex;
    position: relative;
}
.testimonials-slider-item-text-name:before {
    content: '';
    display: block;
    width: 1.25vw;
    height: 0.10vw;
    background-color: #000;
    left: 0;
    bottom: 0.73vw;
    position: absolute;
}
.cta {
    padding-top: 3.91vw;
    padding-bottom: 2.86vw;
}
.cta p {
    font-size: 1.25vw;
}
.cta-text {
    width: 72%;
}
.cta-text a {
    font-weight: 700;
    color: #14377d;
}
.news-feed {
    padding-top: 5.21vw;
    padding-bottom: 6.51vw;
    background-color: #f0f0f0;
}
.news-feed-list .slick-slide {
    padding-left: 15px;
    padding-right: 15px;
}
.news-feed-list-item-thumb {
    padding-top: 66.666%;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: block;
    margin-bottom: 1.30vw;
}
.news-feed .bottom {
    padding-top: 3.91vw;
}
.news-feed .heading {
    margin-bottom: 2.60vw;
}
.news-feed-list-item a > h3 {
    color: #000;
    font-size: 1.04vw;
}
a.news-feed-list-item-more {
    text-transform: uppercase;
    color: #14377d;
    font-size: 0.83vw;
    letter-spacing: 0.05vw;
    font-weight: 700;
}
a.news-feed-list-item-more:hover {
    opacity: 0.8;
}
section.two-cols, div.two-cols {
    padding-top: 4.69vw;
    padding-bottom: 4.69vw;
}
.two-cols > .container > .flex > .half:first-child {
    padding-right: 2.29vw;
}
.two-cols > .container > .flex > .half:last-child {
    padding-left: 2.29vw;
}
.physicians {
    padding-top: 4.43vw;
    padding-bottom: 3.39vw;
}
.physicians-filters select {
    width: 32%;
    height: 3.13vw;
    border-radius: 1.56vw;
    background-color: transparent;
    border: 0.05vw solid #14377d;
    padding-left: 2.60vw;
    text-transform: uppercase;
    font-size: 0.83vw;
    color: #14377d;
    font-weight: 700;
    background-image: url(assets/img/icons/select.png);
    background-position: top 1.25vw right 2.03vw;
    background-repeat: no-repeat;
    -webkit-appearance: none;
    -webkit-background-size: 0.83vw 0.52vw;
    background-size: 0.83vw 0.52vw;
}
.physicians .heading {
    padding-bottom: 1.30vw;
}
.physicians-list {
    margin-left: -1.30vw;
    margin-right: -1.30vw;
    padding-top: 3.91vw;
}
.physicians-list-item-wrapper {
    width: 25%;
    padding-left: 1.30vw;
    padding-right: 1.30vw;
    padding-bottom: 2.60vw;
}
.physicians-list-item {
    background-color: #f2f2f2;
    border-radius: 0.42vw;
    overflow: hidden;
    padding-bottom: 2.6vw;
    position: relative;
    -webkit-box-shadow: 0 0.52vw 1.04vw 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0.52vw 1.04vw 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0.52vw 1.04vw 0 rgba(0, 0, 0, 0.1);
    height: 100%;
}
.physicians-list-item-thumb {
    background-color: #fff;
    padding: 1.56vw;
    display: flex;
    align-items: center;
    justify-content: center;
}
.physicians-list-item-thumb a {
    border-radius: 50%;
    width: 8.85vw;
    height: 8.85vw;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    display: block;
}
.physicians-list-item-name {
    padding-top: 1.30vw;
    padding-bottom: 0.52vw;
}
.physicians-list-item-name h3 {
    font-size: 1.04vw;
    margin-bottom: 0;
}
.physicians-list-item-name p {
    margin-bottom: 0.26vw;
    font-size: 1.04vw;
}
.physicians-list-item-name ul {
    margin-bottom: 0;
}
.physicians-list-item-name li {
    font-size: 0.78vw;
}
a.physicians-list-item-appointment, a.physicians-list-item-bio {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 0.83vw;
    height: 2.60vw;
    color: #fff;
    left: 0;
}
a.physicians-list-item-appointment i, a.physicians-list-item-bio i {
    margin-left: 0.42vw;
}
.physicians-list-item-appointment {
    background-color: #14377d;
    bottom: 2.60vw;
}
.physicians-list-item-bio {
    background-color: #72808a;
    bottom: 0;
}
.physician-main-content {
    padding-top: 4.17vw;
    padding-bottom: 4.69vw;
}
.physician-main-content .left-col {
    width: 25.5%;
}
.physician-main-content .left-col img {
    width: 100%;
	border-radius:25px;
}
.physician-main-content .right-col {
    width: 74.5%;
    padding-left: 5.21vw;
}
.single-hero {
    padding-top: 2.60vw;
    padding-bottom: 2.60vw;
    min-height: 12.50vw;
    color: #fff;
    display: flex;
    align-items: center;
}
.single-hero h1 {
    margin-bottom: 0;
    display: flex;
    align-items: center;
}
.single-hero h1 span {
    text-transform: capitalize;
    font-size: 1.46vw;
    font-weight: 400;
    letter-spacing: normal;
}
.single-hero h1 span:first-child {
    margin-left: 1.30vw;
    margin-right: 1.30vw;
}
.single-hero h4 {
    margin-bottom: 1.04vw;
    text-transform: uppercase;
    font-size: 1.04vw;
}
.bio-block {
    padding-bottom: 3.13vw;
}
.accordions-block-item {
    margin-bottom: 0.52vw;
}
.accordions-block-item-q {
    font-stretch: condensed;
    font-size: 0.83vw;
    font-weight: 700;
    display: flex;
    align-items: center;
    padding: 0.52vw 3.65vw 0.52vw 1.56vw;
    background-color: #fff;
    min-width: 12.50vw;
    line-height: 1;
    border-radius: 1.56vw;
    color: #14377d;
    text-transform: uppercase;
    height: 3.13vw;
    border: 0.05vw solid #14377d;
    cursor: pointer;
    position: relative;
}
.gray .accordions-block-item-q {
    background-color: transparent;
}
.accordions-block-item-q.opened {
    background-color: #14377d;
    color: #fff;
}
.page-template-prep-for-colonoscopy .accordions-block-item-q.opened  {
	color: #14377d !important;
}
.accordions-block-item-q:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 1.25vw;
    height: 0.05vw;
    background-color: #14377d;
    margin-right: 0.68vw;
}
.accordions-block-item-q.opened:before {
    background-color: #1e53bd;
}
.accordions-block-item-q:after {
    display: block;
    content: '\2b';
    position: absolute;
    right: 2.60vw;
    top: 50%;
    transform: translateY(-50%);
    font-family: "Font Awesome 5 Free", sans-serif;
}
.accordions-block-item-q.opened:after {
    content: '\f068';
}
.accordions-block-item-a {
    padding: 1.30vw 3.13vw 0.26vw 3.13vw;
    display: none;
}
.accordions-block ul li {
    margin-bottom: 0.26vw;
    position: relative;
    padding-left: 1.04vw;
}
.accordions-block ul li:before {
    content: '';
    display: block;
    height: 0.52vw;
    width: 0.52vw;
    background-color: #14377d;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 0.31vw;
}
.videos-block {
    padding-top: 2.34vw;
}
.videos-block-list-item-wrapper {
    padding-bottom: 1.56vw;
}
.videos-block-list-item-wrapper iframe {
    width: 100%;
    height: 10.94vw;
}
.videos-block, .locations-block {
    padding-top: 2.34vw;
    border-bottom: 0.05vw solid #dad8d6;
    padding-bottom: 1.04vw;
}
.locations-block-list-item-wrapper {
    padding-bottom: 1.56vw;
}
.locations-block-list-item {
    background-color: #f2f2f2;
    -webkit-box-shadow: 0 0.52vw 1.04vw 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0.52vw 1.04vw 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0.52vw 1.04vw 0 rgba(0, 0, 0, 0.1);
}
.locations-block-list-item {
    border-radius: 0.42vw;
    overflow: hidden;
    height: 100%;
}
.locations-block-list-item-map {
    padding-top: 62%;
    position: relative;
}
.locations-block-list-item-map iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.locations-block-list-item-text {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 1.30vw 1.56vw 1.82vw 1.56vw;
}
.locations-block-list-item-text h3 {
    font-size: 1.04vw;
    margin-bottom: 1.04vw;
}
.locations-block-list-item-text a:not(.btn) {
    text-transform: uppercase;
    font-weight: 700;
    display: block;
    color: #14377d;
    font-size: 0.83vw;
}
.locations-block-list-item-text a.btn {
    display: flex;
    align-items: center;
}
.locations-block-list-item-text a i {
    margin-left: 0.78vw;
}
.plain-text {
    padding-top: 2.60vw;
    padding-bottom: 2.08vw;
    color: #dad8d6;
}
.plain-text h2 {
    color: #fff;
}
.plain-text p {
    color: #dad8d6;
}
.specialties {
    padding-top: 4.69vw;
    padding-bottom: 4.43vw;
}
.specialties .heading {
    padding-bottom: 2.08vw;
}
.specialties-list-item-wrapper {
    padding-bottom: 1.56vw;
}
.specialties-list-item {
    background-color: #fff;
    border-radius: 0.42vw;
    -webkit-box-shadow: 0 0.52vw 1.04vw 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0.52vw 1.04vw 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0.52vw 1.04vw 0 rgba(0, 0, 0, 0.1);
    overflow: hidden;
}
.specialties-list-item-heading {
    padding: 1.30vw 1.04vw;
}
.specialties-list-item-heading span {
    display: block;
    width: 4.17vw;
    height: 4.17vw;
    border-radius: 50%;
    border: 0.05vw solid #14377d;
    -webkit-background-size: 100%;
    background-size: 100%;
    background-position: top center;
}
.specialties-list-item:hover .specialties-list-item-heading span {
    background-color: #14377d;
    background-position: bottom center;
}
.specialties-list-item-heading h3 {
    margin-bottom: 0;
    font-size: 1.04vw;
    padding-left: 0.78vw;
    color: #000;
    text-transform: capitalize;
    width: calc(100% - 4.17vw);
}
.specialties-list-item a {
    text-transform: uppercase;
    color: #72808a;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 0.73vw;
    background-color: #f2f2f2;
    line-height: 1;
    padding: 0.68vw 1.09vw;
    font-weight: 700;
}
.specialties-list-item:hover a {
    background-color: #14377d;
    color: #fff;
}
.cards, .careers-cards {
    padding-top: 4.17vw;
    padding-bottom: 1.56vw;
}
.cards .heading {
    padding-bottom: 2em;
}
.cards-list, .careers-cards-list {
    margin-left: -1.46vw;
    margin-right: -1.46vw;
}
.cards-list-item-wrapper, .careers-cards-list-item-wrapper {
    padding-left: 1.46vw;
    padding-right: 1.46vw;
    padding-bottom: 2.92vw;
    width: 33.3333%;
}
.careers-cards-list-item {
    height: 100%;
    border: 0.05vw solid #14377d;
    border-radius: 0.42vw;
    padding: 2.34vw 2.34vw 2.60vw 2.34vw;
}
.cards-list-item {
    height: 100%;
    border: 0.05vw solid #fff;
    border-radius: 0.42vw;
    padding: 2.34vw 1.77vw 2.60vw 1.77vw;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}
.cards-list-item span {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 2.34vw;
    margin-bottom: 2.08vw;
}
.careers-cards-list-item span {
    height: 2.60vw;
    margin-bottom: 1.56vw;
    display: block;
}
.cards-list-item h3 {
    font-size: 1.04vw;
    text-transform: uppercase;
}
.careers-cards-list-item h3 {
    font-size: 1.67vw;
    text-transform: uppercase;
    min-height: 3.85vw;
}
.cards-list-item p, .careers-cards-list-item p {
    font-size: 0.94vw;
}
.careers-cards-list-item a {
    color: #14377d;
}
.cards-list-item a {
    font-stretch: condensed;
    font-size: 0.83vw;
    font-weight: 700;
    display: inline-block;
    padding: 0.94vw 3.13vw 0.94vw 1.56vw;
    box-sizing: border-box;
    text-align: center;
    width: 12.50vw;
    line-height: 1;
    border-radius: 1.56vw;
    color: #fff;
    border: 0.10vw solid #fff;
    text-transform: uppercase;
}
.cards-list-item a:hover {
    background-color: #fff;
    color: #14377d;
}
.cards-list-item a:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 1.25vw;
    height: 0.05vw;
    background-color: #fff;
    margin-right: 0.68vw;
}
.cards-list-item a:hover:before {
    background-color: #14377d;
}
.quote {
    padding-top: 4.17vw;
    padding-bottom: 4.43vw;
    text-align: center;
}
.quote .flex {
    flex-direction: column;
    align-items: center;
}
.quote p {
    font-size: 1.25vw;
    margin-bottom: 0;
    font-weight: 700;
}
.quote h4 {
    margin-bottom: 0;
    text-transform: uppercase;
    font-size: 1.04vw;
    margin-top: 1.5em;
}
.quote h4:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 1.25vw;
    height: 0.05vw;
    background-color: #000;
    margin-right: 0.68vw;
}
.plain-text .container {
    max-width: 67.71vw;
}
.find-location {
    padding-top: 4.69vw;
    padding-bottom: 6.51vw;
}
.find-location .heading {
    padding-bottom: 1.82vw;
}
.find-location .bottom {
    padding-top: 2em;
}
.map-search-wrapper button {
    font-stretch: condensed;
    font-size: 0.83vw;
    font-weight: 700;
    display: inline-block;
    padding: 1.09vw 1.56vw 0.94vw 1.56vw;
    box-sizing: border-box;
    text-align: center;
    background-color: #14377d;
    line-height: 1;
    border-radius: 1.56vw;
    color: #fff;
    border: unset;
    border-bottom: 0.16vw solid #123170;
    text-transform: uppercase;
}
.map-search-wrapper button.gray {
    background-color: #72808a;
    border-bottom: 0.16vw solid #66737c;
}
.map-search-wrapper button:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 1.25vw;
    height: 0.05vw;
    background-color: #fff;
    margin-right: 0.68vw;
}
.map-search-wrapper button:hover {
    background-color: #123170;
}
.map-search-wrapper button.gray:hover {
    background-color: #66737c;
}
.map-search-wrapper button i {
    margin-left: 1.56vw;
}
.map-search-wrapper input {
    height: 3.13vw;
    border-radius: 1.56vw;
    border: 0.05vw solid #14377d;
    margin-left: 1.04vw;
    margin-right: 1.04vw;
    text-transform: uppercase;
    padding-left: 2.60vw;
    font-weight: 700;
    font-size: 0.83vw;
    background-color: transparent;
}
.map-search-wrapper ::-webkit-input-placeholder {
    color: #14377d;
}
.map-search-wrapper ::-moz-placeholder {
    color: #14377d;
}
.map-search-wrapper :-ms-input-placeholder {
    color: #14377d;
}
.map-search-wrapper :-moz-placeholder {
    color: #14377d;
}
.map-search-wrapper {
    display: flex;
    gap: 0.52vw; /* отступ между кнопками */
    align-items: center;
}
button {
    cursor: pointer;
}
.map-search-form-wrapper {
    display: flex;
    flex: 1;
    gap: 0.26vw;
}
#search-input {
    flex: 1;
    min-width: 0;
}
.search-button {
    white-space: nowrap;
}
.map-search-wrapper {
    padding-bottom: 1.04vw;
}
.map-wrapper {
    -webkit-box-shadow: 0 0.52vw 1.04vw 0.52vw rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0.52vw 1.04vw 0.52vw rgba(0, 0, 0, 0.1);
    box-shadow: 0 0.52vw 1.04vw 0.52vw rgba(0, 0, 0, 0.1);
    background-color: #fff;
}
.map-wrapper #sidebar {
    width: 34%;
    padding-left: 1.56vw;
    padding-right: 1.56vw;
    padding-bottom: 0.78vw;
    height: 31.25vw;
    overflow-y: scroll;
}
.map-wrapper #map {
    width: 100%;
    padding-top: 45%;
}
#sidebar > div {
    padding-top: 1.04vw;
    padding-bottom: 1.04vw;
}
#sidebar > div:not(:last-child) {
    border-bottom: 0.05vw dashed #acacac;
}
#sidebar > div > a > h3 {
    font-size: 1.04vw;
    line-height: 1.2;
    color: #000;
}
#sidebar > div > p {
    margin-bottom: 0.26vw;
}
#sidebar > div > a {
    text-transform: uppercase;
    font-weight: 900;
    color: #14377d;
    font-size: 0.83vw;
}
.directory {
    background-color: #f0f0f0;
    padding-top: 5.21vw;
    padding-bottom: 3.65vw;
}
.directory .heading {
    padding-bottom: 3.13vw;
}
.directory .heading h2 {
    margin-bottom: 0;
}
.directory-filters-wrapper select {
    height: 3.13vw;
    color: #14377d;
    font-weight: 700;
    border-radius: 1.56vw;
    border: 0.05vw solid #14377d;
    text-transform: uppercase;
    font-size: 0.83vw;
    padding-left: 2.08vw;
    background-color: transparent;
    width: 16.15vw;
    background-image: url(assets/img/icons/select.png);
    background-position: top 1.25vw right 2.03vw;
    -webkit-background-size: 0.83vw 0.52vw;
    background-size: 0.83vw 0.52vw;
    background-repeat: no-repeat;
    -webkit-appearance: none;
}
.directory-filters-wrapper select:not(:last-child) {
    margin-right: 0.52vw;
}
.directory-list {
    margin-left: -1.30vw;
    margin-right: -1.30vw;
}
.directory-list-item-wrapper {
    padding-bottom: 2.34vw;
    padding-left: 1.30vw;
    padding-right: 1.30vw;
    width: 25%;
}
.directory-list-item {
    border-bottom: 0.05vw dashed #acacac;
    padding-bottom: 1.30vw;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.directory-list-item > a > h3 {
    font-size: 1.04vw;
    line-height: 1.2;
    color: #000;
}
.directory-list-item > div > p {
    margin-bottom: 0.26vw;
}
.directory-list-item > div > a {
    text-transform: uppercase;
    font-weight: 900;
    color: #14377d;
    font-size: 0.83vw;
    padding-top: 1.04vw;
    display: block;
}
.directory-list-item > a:hover, #sidebar > div > a:hover, .directory-list-item > div > a:hover {
    opacity: 0.8;
}
.directory-list-item > a i {
    margin-left: 0.78vw;
}
.location-main {
    padding-top: 5.21vw;
    padding-bottom: 3.91vw;
}
.location-main-thumb-wrapper {
    width: 21.8%;
}
.location-main-content-wrapper {
    width: 78.2%;
    padding-left: 3.91vw;
}
.location-main-thumb {
    border-radius: 0.42vw;
    -webkit-box-shadow: 0 0.52vw 1.04vw 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0.52vw 1.04vw 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0.52vw 1.04vw 0 rgba(0, 0, 0, 0.1);
    background-color: #fff;
    overflow: hidden;
}
.location-main-thumb span {
    display: block;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
    background-size: cover;
    padding-top: 73.333%;
}
.location-main-thumb > div {
    padding: 1.30vw 1.56vw 1.82vw 1.56vw;
}
.location-main-thumb h4 {
    text-transform: uppercase;
    font-size: 0.89vw;
    margin-bottom: 1.30vw;
}
.location-main-thumb ul li a {
    font-weight: 700;
    font-size: 1.04vw;
    color: #000;
}
.location-main-thumb a.view-direction {
    text-transform: uppercase;
    font-size: 0.83vw;
    color: #14377d;
    font-weight: 700;
}
.location-main-thumb a.view-direction i {
    margin-left: 0.78vw;
}
.location-physicians {
    padding-top: 5.21vw;
    padding-bottom: 5.21vw;
}
.location-physicians .heading {
    padding-bottom: 1.82vw;
}
.location-physicians-list {
    margin-left: -1.30vw;
    margin-right: -1.30vw;
}
.location-physicians-list-item-wrapper {
    padding-left: 1.30vw;
    padding-right: 1.30vw;
    padding-bottom: 2.08vw;
    width: 25%;
}
.location-physicians-list-item {
    background-color: #f2f2f2;
    overflow: hidden;
    border-radius: 0.42vw;
    text-align: center;
    -webkit-box-shadow: 0 0.52vw 1.04vw 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0.52vw 1.04vw 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0.52vw 1.04vw 0 rgba(0, 0, 0, 0.1);
}
.location-physicians-list-item-info {
    padding: 1.30vw;
}
.location-physicians-list-item-info h3 {
    font-size: 1.04vw;
    margin-bottom: 0;
}
.location-physicians-list-item-info p {
    margin-bottom: 0.63vw;
    text-transform: uppercase;
}
.location-physicians-list-item-info a {
    color: #14377d;
    font-size: 0.83vw;
    font-weight: 700;
    text-transform: uppercase;
}
.location-physicians-list-item-info a i {
    margin-left: 0.42vw;
}
.location-physicians-list-item-info a:hover {
    opacity: 0.8;
}
.location-map {
    padding-top: 25%;
    position: relative;
}
.location-map iframe {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    max-height: unset;
}
.contact-main {
    padding-top: 3.13vw;
    padding-bottom: 3.13vw;
}
.contact-main-text-wrapper {
    width: 62%;
    padding-right: 4.17vw;
}
.contact-main-form-wrapper {
    width: 38%;
}
.contact-main-form {
    background-color: #72808a;
    border-radius: 0.42vw;
    padding: 3.39vw 2.86vw 4.69vw 2.86vw;
    height: 100%;
}
.contact-main-text-bordered-block {
    border-radius: 0.42vw;
    border: 0.05vw solid #14377d;
    padding: 1.04vw 2.60vw;
}
.contact-main-text-bordered-block-item:not(:last-child) {
    border-bottom: 0.05vw solid #dad8d6;
}
.contact-main-text-bordered-block-item:not(:first-child) {
    margin-top: 0.78vw;
}
.contact-main-text-bordered-block-item h4 {
    font-size: 1.09vw;
    margin-bottom: 0.26vw;
}
.contact-main-text-bordered-block-item p {
    margin-bottom: 0.63vw;
}
.about-main {
    padding-top: 4.43vw;
    padding-bottom: 4.69vw;
}
.about-main-content-wrapper {
    width: 62%;
    padding-right: 3.91vw;
}
.about-main-content a:not(.btn) {
    color: #14377d;
}
.about-main-sidebar-wrapper {
    width: 38%;
}
.about-main-sidebar {
    padding: 2.71vw 2.08vw 2.86vw 2.08vw;
    border-radius: 0.42vw;
}
.about-main-sidebar h2 {
    text-align: center;
    margin-bottom: 2.34vw;
}
.about-main-sidebar ul li {
    margin-bottom: 1.04vw;
    position: relative;
    background-color: #fff;
    padding: 0.89vw 2.60vw;
    font-size: 0.99vw;
    border-radius: 0.42vw;
    -webkit-box-shadow: 0 0.52vw 1.04vw 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0.52vw 1.04vw 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0.52vw 1.04vw 0 rgba(0, 0, 0, 0.1);
}
.about-main-sidebar ul li img {
    position: absolute;
    left: -1.82vw;
    top: 50%;
    transform: translateY(-50%);
    max-width: 3.65vw;
    max-height: 3.65vw;
}
.about-main-sidebar ul {
    padding-left: 1.82vw;
}
.img-text-left-thumb {
    position: absolute;
    width: 50%;
    height: 100%;
    background-position: center;
    -webkit-background-size: cover;
    background-size: cover;
}
.img-text-left > .flex > .half:last-child {
    padding: 5.21vw 8.33vw 5.21vw 4.69vw;
}
.img-text-left .circled-list ul li:before {
    border-color: #72808a;
}
.img-text-left p, .img-text-left li {
    color: #dad8d6;
}
.img-text-left ul {
    column-count: 2;
}
.img-text-left h2 {
    margin-bottom: 2.86vw;
}
.img-text-left .circled-list ul li {
    margin-bottom: 1.04vw;
}
.page-template-about .cta-text {
    width: 55%;
}
.page-template-about .quote .container {
    max-width: 58.85vw;
}
.page-template-about .quote p:last-child {
    margin-bottom: 0;
}
.two-cols-cta {
    color: #fff;
    padding-top: 5.21vw;
    padding-bottom: 3.91vw;
}
.two-cols-cta-text {
    width: 50%;
}
.two-cols-cta-box {
    width: 42%;
    background-color: rgba(255, 255, 255, 0.75);
    border-radius: 0.42vw;
    color: #000;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    padding: 3.13vw 4.17vw 3.65vw 4.17vw;
    position: relative;
    -webkit-box-shadow: 0 0.52vw 1.04vw 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0.52vw 1.04vw 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0.52vw 1.04vw 0 rgba(0, 0, 0, 0.1);
}
.two-cols-cta-box .heading h4 {
    font-size: 1.04vw;
    text-transform: uppercase;
    font-weight: 700;
}
.two-cols-cta-box .bottom {
    margin-top: 1.5em;
}
.two-cols-cta-box .bottom a:not(.btn), .quote a:not(.btn) {
    color: #14377d;
}
.two-cols-cta-box .heading p:last-child {
    margin-bottom: 0;
}
.two-cols-cta-box img {
    position: absolute;
    border-radius: 50%;
    top: -2.60vw;
    left: 0;
    right: 0;
    margin: 0 auto;
    max-width: 5.21vw;
    max-height: 5.21vw;
}
.two-cols-cta > .container > .flex {
    align-items: flex-start;
}
.text-block {
    padding-top: 3.39vw;
    padding-bottom: 3.39vw;
}
.text-block h4 {
    text-transform: uppercase;
    font-size: 1.04vw;
}
.text-block a:not(.btn) {
    color: #14377d;
}
ul.two-cols {
    column-count: 2;
}
.text-block .bottom {
    padding-top: 2.34vw;
    border-top: 0.05vw solid #d9d9d9;
    font-size: 1.09vw;
    font-weight: 700;
}
.text-block .bottom a.btn {
    margin-left: 2.08vw;
}
.bg-box {
    padding-top: 4.69vw;
    padding-bottom: 5.21vw;
}
.bg-box-content {
    padding: 3.13vw 49% 3.13vw 3.13vw;
    border-radius: 0.42vw;
    -webkit-box-shadow: 0 0.52vw 1.04vw 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0.52vw 1.04vw 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0.52vw 1.04vw 0 rgba(0, 0, 0, 0.1);
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.bg-box-content p {
    margin-bottom: 2.34vw;
}
.bg-box-content a:not(.btn) {
    font-size: 1.04vw;
    color: #14377d;
    font-weight: 700;
}
.faq {
    padding-top: 4.69vw;
    padding-bottom: 4.17vw;
}
.faq .heading {
    padding-bottom: 1.82vw;
}
.colonoscopy-text-block {
    padding-top: 2.34vw;
    padding-bottom: 1.56vw;
}
small {
    font-size: 0.78vw;
}
.bg-box .bottom {
    padding-top: 1.82vw;
}
.bg-box .bottom a:not(.btn) {
    font-size: 1.04vw;
    color: #14377d;
    font-weight: 700;
}
.bg-box .bottom p:last-child {
    margin-bottom: 0;
}
.two-cols-cta-rep .two-cols-cta {
    color: #000;
}
.two-cols-cta-rep .two-cols-cta:nth-child(even) {
    background-color: #f0f0f0;
}
.page-template-for-patients .text-block p {
    font-size: 1.25vw;
}
.page-template-for-patients .text-block p a {
    text-transform: uppercase;
    font-size: 0.83vw;
    font-weight: 700;
}
.page-template-for-patients .text-block p a i {
    font-size: 1.25vw;
    margin-right: 0.52vw;
}
.for-patients-main a:not(.btn) {
    color: #14377d;
}
.for-patients-main {
    padding-top: 4.69vw;
    padding-bottom: 4.69vw;
}
.for-patients-main > .container > .flex > .half:first-child {
    padding-right: 0.52vw;
}
.for-patients-main > .container > .flex > .half:last-child {
    padding-left: 2.34vw;
}
.quote-two-cols .flex {
    flex-direction: row;
    align-items: normal;
}
.quote-two-cols .flex .half {
    text-align: left;
}
.quote-two-cols .flex .half p {
    font-weight: 700;
}
.quote-two-cols .flex .half:first-child {
    padding-right: 7.81vw;
    border-right: 0.05vw solid #8798a3;
}
.quote-two-cols .flex .half:last-child {
    padding-left: 7.81vw;
}
.imaging-main-rep {
    padding-top: 1.56vw;
    padding-bottom: 2.08vw;
}
.imaging-main-block {
    padding-top: 3.39vw;
    padding-bottom: 2.60vw;
}
.imaging-main-block:not(:last-child) {
    border-bottom: 0.05vw solid #d9d9d9;
}
.imaging-main-block ul, .imaging-main-block ol {
    margin-bottom: 1.72vw;
}
.imaging-main-block p {
    margin-bottom: 0.68vw;
}
.imaging-main-block .faq-list {
    padding-top: 1.56vw;
}
.page-template-infusion .circled-list ul > li > ul > li:before {
    display: none;
}
.leadership-main {
    padding-top: 4.69vw;
    padding-bottom: 3.39vw;
}
.leadership-main-list {
    margin-left: -1.30vw;
    margin-right: -1.30vw;
}
.leadership-main-list-item-wrapper {
    padding: 0 1.30vw 2.08vw 1.30vw;
    width: 50%;
}
.leadership-main-list-item-wrapper.odd:last-child {
    width: 100%;
}
.leadership-main-list-item {
    background-color: #f2f2f2;
    -webkit-box-shadow: 0 0.52vw 1.04vw 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0.52vw 1.04vw 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0.52vw 1.04vw 0 rgba(0, 0, 0, 0.1);
    border-radius: 0.42vw;
    overflow: hidden;
    height: 100%;
}
.leadership-main-list-item-heading {
    background-color: #fff;
    position: relative;
    z-index: 2;
    padding: 3.91vw 5.21vw 1.30vw 13.02vw;
}
.leadership-main-list-item-heading span {
    display: block;
    width: 8.85vw;
    height: 8.85vw;
    border-radius: 50%;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    left: 2.86vw;
    top: 1.56vw;
}
.leadership-main-list-item-heading h3 {
    margin-bottom: 0.26vw;
    font-size: 1.25vw;
}
.leadership-main-list-item-heading p {
    margin-bottom: 0;
    font-size: 1.04vw;
}
.leadership-main-list-item-text {
    padding: 2.60vw 2.86vw 2.34vw 2.86vw;
    line-height: 1.4;
}
.leadership-main-list-item-text a:not(.btn) {
    color: #14377d;
    font-weight: 700;
}
.new-physicians-block:not(:last-child) {
    padding-bottom: 1.56vw;
}
.new-physicians-block h2 {
    margin-bottom: 2.08vw;
}
.plain-text.full-width-container .container {
    max-width: 72.92vw;
}
.page-template-online-payment .text-block a:not(.btn) {
    font-weight: 700;
}
.page-template-online-payment .text-block p {
    margin-bottom: 1.04vw;
}
.page-template-online-payment .text-block h4 {
    margin-bottom: 1.04vw;
}
.page-template-online-payment .text-block {
    padding-bottom: 3.39vw;
}
.online-payment-quote .heading {
    padding-top: 3.13vw;
    padding-bottom: 3.13vw;
    border-bottom: 0.05vw solid #8798a3;
}
.online-payment-quote .heading p {
    margin-bottom: 0;
    font-weight: 700;
    font-size: 1.25vw;
}
.online-payment-quote .heading a:not(.btn) {
    color: #14377d;
}
.online-payment-quote .bottom {
    padding-top: 2.40vw;
    padding-bottom: 2.08vw;
}
section.black-text {
    color: #000;
}
.telemedicine-main {
    padding-top: 4.69vw;
    padding-bottom: 2.60vw;
}
.telemedicine-main .heading {
    padding-bottom: 1.56vw;
}
.telemedicine-main-list {
    margin-left: -0.52vw;
    margin-right: -0.52vw;
}
.telemedicine-main-list-item-wrapper {
    padding-left: 0.52vw;
    padding-right: 0.52vw;
    padding-bottom: 1.04vw;
    width: 20%;
}
.telemedicine-main-list-item-thumb {
    padding-top: 69%;
    position: relative;
    background-position: center;
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    margin-bottom: 1.30vw;
}
.telemedicine-main-list-item-thumb span {
    display: flex;
    height: 2.60vw;
    width: 2.60vw;
    justify-content: center;
    align-items: center;
    font-size: 1.04vw;
    font-weight: 700;
    background-color: #14377d;
    color: #fff;
    position: absolute;
    left: 0;
    bottom: 0;
}
.telemedicine-main-list-item p {
    margin-bottom: 0.63vw;
}
.telemedicine-text-block p {
    font-size: 0.89vw;
    font-weight: 400;
}
.page-template-endoscopy .faq .bottom {
    background-color: #72808a;
    border-radius: 0.42vw;
    padding: 1.82vw 2.60vw;
    margin-top: 2.60vw;
}
.page-template-endoscopy .faq .bottom h4 {
    display: flex;
    align-items: center;
    font-size: 1.25vw;
    margin-bottom: 0;
    font-weight: 700;
}
.page-template-endoscopy .faq .bottom h4 img {
    margin-right: 0.78vw;
    max-width: 9.64vw;
    height: auto;
}
.page-template-about .quote p, .page-template-specialties .quote p {
    font-weight: 400;
}
.page-template-prep-for-colonoscopy .faq {
    background-color: #f0f0f0;
}
.page-template-prep-for-colonoscopy .faq .accordions-block-item-q {
    background-color: transparent;
}
.page-template-prep-for-colonoscopy .text-block p {
    font-size: 1.25vw;
}
.blog-list-hero {
    background-image: url(/wp-content/uploads/2025/06/Hero-copia-11.jpg);
}
section.blog {
    padding-top: 4.69vw;
    padding-bottom: 4.95vw;
}
.blog-list-wrapper,.blog article {
    width: 71%;
}
.blog-sidebar {
    width: 29%;
    padding-left: 4.17vw;
}
.desktop-sidebar .searchform {
    display: flex;
    border-radius: 1.56vw;
    border: 0.05vw solid #14377d;
    position: relative;
    margin-bottom: 3.13vw;
}
.desktop-sidebar .searchform input[type="text"] {
    width: 100%;
    height: 3.13vw;
    text-transform: uppercase;
    padding-left: 1.98vw;
    padding-right: 1.98vw;
    background-color: transparent;
    border: none;
    font-weight: 700;
}
.desktop-sidebar .searchform input[type="submit"] {
    width: 3.13vw;
    height: 3.13vw;
    position: absolute;
    background-color: transparent;
    font-size: 0;
    min-width: unset;
    border: none;
    cursor: pointer;
    right: 0;
    background-image: url(assets/img/icons/search.png);
    background-position: center;
    -webkit-background-size: 0.78vw 0.83vw;
    background-size: 0.78vw 0.83vw;
}
.searchform ::-webkit-input-placeholder {
    color: #14377d;
}
.searchform ::-moz-placeholder {
    color: #14377d;
}
.searchform :-ms-input-placeholder {
    color: #14377d;
}
.searchform :-moz-placeholder {
    color: #14377d;
}
.desktop-sidebar h4 {
    text-transform: uppercase;
    font-size: 1.67vw;
    letter-spacing: 0.10vw;
    margin-bottom: 1.30vw;
}
.desktop-sidebar ul li {
    border-bottom: 0.05vw solid #dad8d6;
}
.desktop-sidebar ul li a {
    font-weight: 700;
    font-size: 1.04vw;
    color: #14377d;
    text-transform: capitalize;
    position: relative;
    display: block;
    padding: 0.63vw 1.30vw 0.63vw 0;
}
.desktop-sidebar ul li a:after {
    content: '\f061';
    display: block;
    font-family: "Font Awesome 5 Free";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.blog-list-item {
    background-color: #fff;
    margin-bottom: 1.56vw;
    -webkit-box-shadow: 0 0.52vw 1.04vw 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0.52vw 1.04vw 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0.52vw 1.04vw 0 rgba(0, 0, 0, 0.1);
    position: relative;
    overflow: hidden;
    border-radius: 0.42vw;
}
.blog-list-item-heading {
    background-color: #f2f2f2;
    color: #72808a;
    text-transform: uppercase;
    font-size: 0.73vw;
}
.blog-list-item-heading-date-cat {
    padding-top: 0.63vw;
    padding-bottom: 0.63vw;
    padding-left: 2.60vw;
}
.blog-list-item-heading a {
    color: #72808a;
}
.blog-list-item-heading-share i {
    margin-left: 0.52vw;
}
.blog-list-item-content {
    padding: 1.30vw 2.60vw 2.08vw 2.60vw;
}
.blog-list-item-content h3 {
    font-size: 1.04vw;
    color: #000;
    margin-bottom: 0.94vw;
}
a.learn-more {
    text-transform: uppercase;
    font-weight: 700;
    color: #14377d;
}
a.learn-more:hover {
    opacity: 1;
}
a.learn-more i {
    margin-left: 0.52vw;
}
.loadmore-wrapper {
    padding-top: 0.52vw;
}
a.btn.back-to-blog:before {
    content: '\f053';
    font-family: "Font Awesome 5 Free";
    top: 50%;
    transform: translateY(-50%);
    vertical-align: unset;
    background-color: transparent !important;
}
.blog-list-item-content-text {
    margin-bottom: 2.60vw;
    padding-top: 1.30vw;
    border-bottom: 0.05vw solid #dad8d6;
}
.blog-list-item-heading-share-shortcode {
    display: none;
    padding-left: 0.52vw;
}
.blog-list-item-heading-share {
    cursor: pointer;
}
.blog-list-item-heading > .flex {
    width: auto;
    align-items: center;
    padding-right: 2.60vw;
}
.single-locations .single-hero {
    background-image: url(assets/img/pic/location_inside_hero.jpg);
}
.ui-widget.ui-widget-content {
    max-width: 15.63vw;
    z-index: 99999;
    padding-left: 1em;
    background-color: #fff;
}
.empty-message {
    position: absolute;
    right: 105%;
    white-space: nowrap;
    color: red;
    top: 50%;
    transform: translateY(-50%);
}
.ui-widget .flex:last-child {
    border-bottom: none !important;
}
.page-template-contact .find-location {
    background-color: #f0f0f0;
}
form span {
    display: block;
    margin-bottom: 1.04vw;
}
form .flex {
    justify-content: space-between;
}
form .flex > .half {
    width: calc(50% - 0.26vw);
}
form span input, form span select {
    width: 100%;
    height: 2.60vw;
    border-radius: 0.31vw;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 0.68vw;
    color: #000;
    border: none;
    padding-left: 1.04vw;
}
form textarea {
    resize: none;
    height: 6.77vw;
    width: 100%;
    padding-left: 1.04vw;
    padding-top: 0.52vw;
    border-radius: 0.31vw;
    border: none;
    text-transform: uppercase;
    font-size: 0.68vw;
    font-weight: 700;
    color: #000 !important;
}
form.wpcf7-form input::-webkit-input-placeholder {
    position: relative;
    top: -0.52vw;
    color: #000;
}
form.wpcf7-form input::-moz-placeholder {
    color: #000;
    position: relative;
    top: -0.52vw;
}
form.wpcf7-form input:-ms-input-placeholder {
    color: #000;
    position: relative;
    top: -0.52vw;
}
form.wpcf7-form input:-moz-placeholder {
    color: #000;
    position: relative;
    top: -0.52vw;
}
form.wpcf7-form ::-webkit-input-placeholder {
    color: #000 !important;
}
form.wpcf7-form ::-moz-placeholder {
    color: #000 !important;
}
form.wpcf7-form :-ms-input-placeholder {
    color: #000 !important;
}
form.wpcf7-form :-moz-placeholder {
    color: #000 !important;
}
.wpcf7-list-item {
    display: inline-block;
    margin: 0 0.52vw;
}
label {
    display: block;
    position: relative;
    text-align: center;
}
input[type="radio"] {
    display: none;
}
span.wpcf7-list-item-label {
    display: block;
    margin-top: 1.82vw;
    position: relative;
    cursor: pointer;
}
span.wpcf7-list-item-label::before {
    content: '';
    position: absolute;
    top: -1.82vw;
    left: 50%;
    transform: translateX(-50%);
    width: 1.25vw;
    height: 1.25vw;
    border-radius: 50%;
    background-color: #fff;
}
span.wpcf7-list-item-label::after {
    content: '';
    position: absolute;
    top: -1.51vw;
    left: 50%;
    transform: translateX(-50%);
    width: 0.63vw;
    height: 0.63vw;
    border-radius: 50%;
    background-color: #72808a;
    display: none;
}
input[type="radio"]:checked ~ span.wpcf7-list-item-label::after {
    display: block;
}
form p {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 0.68vw;
    margin-bottom: 0.52vw;
    letter-spacing: 0.05vw;
}
.wpcf7-radio {
    display: flex;
}
.wpcf7-radio > span {
    width: 50%;
    text-align: center;
}
.wpcf7-radio .wpcf7-list-item-label {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 0.68vw;
}
.wpcf7-spinner {
    display: none !important;
}
form.wpcf7-form input[type="submit"] {
    border: none;
    width: 100%;
    padding: 1.09vw 1.56vw 0.94vw 1.56vw;
}
.contributions {
    padding-top: 4.69vw;
    padding-bottom: 5.21vw;
}
.contributions .heading a:not(.btn) {
    color: #14377d;
}
.contributions > .container > .heading {
    padding-bottom: 1.82vw;
}
.contributors .heading h4 {
    font-size: 1.04vw;
    text-transform: uppercase;
}
.contributors-list > div {
    flex: 1;
    padding-left: 1em;
    padding-right: 1em;
    padding-bottom: 2em;
}
.contributors-list .slick-slide {
    padding-left: 2.34vw;
    padding-right: 2.34vw;
    text-align: center;
    justify-content: center;
}
.contributors-list .slick-slide {
    display: flex !important;
    align-items: flex-end;
}
.contributors-list .slick-dots li:hover, .contributors-list .slick-dots li.slick-active, .contributors-list .slick-dots li:focus,
.news-feed-list .slick-dots li:hover, .news-feed-list .slick-dots li.slick-active, .news-feed-list .slick-dots li:focus {
    border-color: #1e4082;
}
.contributors-list .slick-dots li:before {
    background-color: #72808a;
}
.news-feed-list .slick-dots li:before {
    background-color: #1e4082;
}
.contributors-list .slick-dots li:hover:before, .contributors-list .slick-dots li.slick-active:before, .contributors-list .slick-dots li:focus:before,
.news-feed-list .slick-dots li:hover:before, .news-feed-list .slick-dots li.slick-active:before, .news-feed-list .slick-dots li:focus:before {
    background-color: transparent;
}
.bg-cta {
    color: #fff;
    padding-top: 6.25vw;
    padding-bottom: 5.47vw;
}
.bg-cta h3 {
    font-size: 1.46vw;
}
.bg-cta p {
    font-size: 1.09vw;
}
.trials {
    padding-top: 4.43vw;
    padding-bottom: 2.86vw;
}
.trials .heading {
    display: flex;
    align-items: center;
    padding-bottom: 2.86vw;
    line-height: 2.60vw;
}
.trials .heading h2 {
    padding-right: 1.30vw;
    margin-right: 1.30vw;
    border-right: 0.05vw solid #1e53bd;
    margin-bottom: 0;
}
.trials .heading h4 {
    text-transform: uppercase;
    color: #718ec9;
    font-size: 1.04vw;
    margin-bottom: 0;
}
.trials-list {
    margin-left: -0.78vw;
    margin-right: -0.78vw;
}
.trials-list-item-wrapper {
    padding-left: 0.78vw;
    padding-right: 0.78vw;
    padding-bottom: 1.82vw;
    width: 25%;
}
.trials-list-item span {
    padding-top: 53%;
    display: block;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 0.42vw;
    margin-bottom: 0.83vw;
}
.trials-list-item h3 {
    text-transform: uppercase;
    font-size: 0.89vw;
    color: #fff;
}
.faq-rep-item:not(:last-child) {
    padding-bottom: 3.91vw;
}
.research-center {
    padding-top: 3.91vw;
    padding-bottom: 3.91vw;
}
.research-center-text {
    width: 57%;
    padding-right: 4.95vw;
    color: #fff;
}
.research-center-text h5 {
    font-size: 1.09vw;
    font-weight: 400;
}
.research-center-text a:not(.btn) {
    text-decoration: underline;
    color: #fff;
}
.research-center-links {
    width: 43%;
    background-color: rgba(255, 255, 255, 0.75);
    border-radius: 0.42vw;
    padding: 2.60vw 3.39vw 1.82vw 3.39vw;
}
.research-center-links h4 {
    text-transform: uppercase;
    font-size: 1.04vw;
}
.research-center-links a:not(.btn) {
    color: #14377d;
    font-weight: 700;
    text-transform: uppercase;
}
.research-center-links li {
    font-size: 0.83vw;
    margin-bottom: 0.68vw;
}
.research-center-links li:before {
    content: '';
    display: inline-block;
    vertical-align: super;
    width: 1.30vw;
    margin-right: 0.52vw;
    height: 0.05vw;
    background-color: #14377d;
}
.mobile-sidebar {
    display: none;
}
.disabled {
    opacity: .5;
    pointer-events: none;
}
.about-reversed {
    padding-top: 3.13vw;
    padding-bottom: 3.91vw;
}
.about-reversed-thumb {
    width: 39.5%;
    height: calc(100% - 7.03vw);
    top: 3.13vw;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
    position: absolute;
    left: 0;
}
.about-reversed-content {
    padding: 1.56vw 1.56vw 1.56vw 39%;
}
.page-template-landing-page .find-location {
        background-color: #f0f0f0;
}
.home-hero-slider-item-mobile-text {
    display: none;
}
.page-template-research-clinical-trials .contact-main {
    background-color: #f0f0f0;
}
.page-id-818 .two-cols .flex > .half:last-child {
    display: none;
}
.page-id-818 .two-cols .flex > .half:first-child {
    padding-right: 0 !important;
    width: 100% !important;
}
.recaptcha-footer {
	font-size:0.5em;
	text-align:center;
	padding: 1em;
}
.recaptcha-footer a {
	color:#000;
}
.grecaptcha-badge { 
    display:none !important;
}
/*Responsive*/
@media (max-width: 966px) {
    .page-template-landing-page .home-hero-slider-item {
        background-image: none !important; 
        padding: unset !important; 
        background-color: #0f2f5f;      
    }
    .home-hero-slider-item-mobile-thumb {
        padding-top: 60%;
                background-position: top 0 right 25%;
                background-size: cover;
                background-repeat: no-repeat;
    }
    .page-template-landing-page .home-hero-content {
        
        padding-top: 50px;
        padding-bottom: 30px;
        padding-left: 30px;
        padding-right: 30px;
    }
    .page-template-landing-page .home-hero-slider-item a.btn {
        padding: 18px 35px !important;
    }
    .about-reversed {
         padding-top: 30px;
        padding-bottom: 0;
    }
    .about-reversed-thumb {
        position: relative;
        width: 100%;
        height: auto;
        top: unset;
        padding-top: 69%;
    }
    .about-reversed-content {
        padding: 30px 0 30px 0;
    }
    .desktop-sidebar {
        display: none;
    }
    .mobile-sidebar {
        display: block;
    }
    header {
        z-index: 9;
        position: relative;
    }
    .header-top {
        position: relative;
        z-index: 2;
    }
    #mobile-menu li.menu-item-has-children > a {
        position: relative;
    }
    #mobile-menu li.menu-item-has-children > a > span {
        font-size: 18px;
        position: absolute;
        margin-left: 10px;
        top: 0;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 80px;
        right: 0;
        z-index: 2;
    }
    .sub-menu > li > a {
        font-size: 21px;
        padding: 20px;
    }
    #mobile-menu nav > ul > li.btn {
        margin-left: 0; /* 0.52vw */
    }
    .header-logo {
        max-width: 50%;
    }
    #mobile-menu-toggle {
        display: block;
        z-index: 999;
    }
    .header-nav nav {
        display: none;
    }
    #mobile-menu-toggle {
        width: 32px;
        z-index: 999;
        position: relative;
    }
    #mobile-menu-toggle span {
        display: block;
        height: 3px;
        background-color: #000;
    }
    #mobile-menu-toggle span:not(:last-child) {
        margin-bottom: 8px;
    }
    #mobile-menu {
        max-height: 70vh;
        overflow-y: scroll;
        position: absolute;
        top: 100%;
        left: 0;
        padding: 0 0 50px 0;
        z-index: 99;
        width: 100%;
        background-color: #fff;
    }
    #mobile-menu > nav {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    #mobile-menu > nav li.btn a {
        width: 100%;
        max-width: 370px;
    }
    #mobile-menu > nav > ul:not(.social) {
        flex-wrap: wrap;
    }
    #mobile-menu > nav > ul:not(.social) > li {
        width: 100%;
        text-align: center;
    }
    #mobile-menu > nav > ul:not(.social) > li.btn {
        padding-top: 20px;
    }
    #mobile-menu > nav > ul:not(.social) > li:not(.btn) > a {
        color: #000;
        font-size: 24px !important;
        width: 100%;
        letter-spacing: 2px;
        padding-top: 10px;
        padding-bottom: 10px;
        display: block;
        font-weight: 700;
        text-transform: uppercase;
    }
    #mobile-menu > nav > ul:first-child > li:first-child > a {
        border-top: none;
    }
    #mobile-menu > nav > ul:not(.social) > li > a:hover {
        color: #14377d;
    }
    #mobile-menu-toggle.opened span:first-child {
        -webkit-transform: rotate(45deg) translateY(7px) translateX(8px) translateZ(0);
        transform: rotate(45deg) translateY(7px) translateX(8px) translateZ(0);
        -webkit-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
    }
    #mobile-menu-toggle.opened span:nth-child(2) {
        display: none;
    }
    #mobile-menu-toggle.opened span:last-child {
        -webkit-transform: rotate(-45deg) translateY(0) translateX(1px) translateZ(0);
        transform: rotate(-45deg) translateY(0) translateX(1px) translateZ(0);
        -webkit-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
    }
    #overlay {
        z-index: 1;
        height: 100vh;
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        background-color: rgba(0, 0, 0, 0.9);
        display: none;
    }
    #overlay.opened {
        display: block;
    }
    #mobile-menu > nav > ul > li > .sub-menu {
        background-color: #14377d;
        padding-top: 20px;
        padding-bottom: 20px;
        display: none;
    }
    #mobile-menu > nav > ul > li > .sub-menu > li:not(:last-child) {
        margin-bottom: 20px;
    }
    #mobile-menu > nav > ul > li > .sub-menu > li > a {
        color: #fff;
        font-size: 20px !important;
        width: 100%;
        padding-top: 0;
        padding-bottom: 0;
        display: block;
        font-weight: 700;
        text-transform: uppercase;
    }
    body.fixed {
        overflow: hidden;
    }
    .flex {
        flex-wrap: wrap;
    }
    .half {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
    }
    img {
        max-height: 100% !important;
        max-width: 100% !important;
    }
    body {
        font-size: 17px;
    }
    .flex {
        min-height: 2px;
    }
    h1 {
        font-size: 24px;
        letter-spacing: 2px;
    }
    h2 {
        font-size: 24px;
        letter-spacing: 2px;
        margin-bottom: 25px;
    }
    h2 br {
        display: none;
    }
    a.btn, input[type="submit"] {
        font-size: 16px;
        padding: 21px 60px 18px 30px;
        min-width: 240px;
        border-radius: 30px;
        border-bottom: 3px solid #123170;
    }
    a.btn:before, input[type="submit"]:before {
        width: 24px;
        height: 1px;
        margin-right: 13px;
    }
    a.btn.grey {
        border-bottom: 3px solid #66737c;
    }
    a.btn.transparent {
        border: 2px solid #14377d;
    }
    .container {
        max-width: 1400px;
    }
    .narrow-container {
        max-width: 1200px;
    }
    .default-page {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .default-page h2 {
        font-size: 24px;
    }
    .default-page h3 {
        font-size: 22px;
    }
    .default-page h4 {
        font-size: 20px;
    }
    .default-page h5 {
        font-size: 19px;
    }
    .default-page h6 {
        font-size: 18px;
    }
    .default-page ul, .default-page ol {
        padding-left: 15px;
        padding-bottom: 36px;
    }
    .default-page ul li {
        padding-left: 20px;
    }
    .default-page li {
        margin-bottom: 5px;
    }
    img.alignleft {
        float: none;
        margin-right: 0;
    }
    img.alignright {
        float: none;
        margin-left: 0;
    }
    .default-hero {
        padding-top: 50px;
        padding-bottom: 50px;
        min-height: 200px;
    }
    .default-hero h1 {
        font-size: 24px;
        text-align: center;
    }
    /*Header*/
    .header-top {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .header-top nav {
        justify-content: center;
    }
    .header-top nav > ul {
        border-left: none;
    }
    .header-top nav > ul > li:last-child > a {
        border-right: none;
    }
    .header-top nav > ul > li > a {
        font-size: 14px;
        padding: 30px 15px 4px 15px;
        border-right: 1px solid #1e53bd;
        background-position: top center;
        text-align: center;
    }
    .header-top nav > ul > li > a > img {
        margin-right: 13px;
    }
    .single-hero-content {
        text-align: center;
    }
    .header-nav {
        padding: 27px 0;
    }
    .header-nav nav > ul > li:not(.btn) > a {
        font-size: 16px;
        padding: 0 25px;
    }
    .header-nav nav > ul > li.btn {
        margin-left: 10px;
    }
    .header-nav nav > ul > li.btn > a {
        padding: 15px 31px;
    }
    .header-nav nav > ul > li > .sub-menu {
        width: 300px;
    }
    .header-nav nav > ul > li.menu-item-has-children > a:after {
        margin-left: 5px;
    }
    /*Footer*/
    .footer-nav {
        padding-top: 70px;
        padding-bottom: 45px;
        border-bottom: 1px solid #dad8d6;
    }
    .footer-logo {
        width: 100%;
        text-align: center;
        padding-bottom: 30px;
    }
    .footer-navigation {
        width: 100%;
        text-align: center;
        padding-bottom: 30px;
    }
    .footer-social {
        width: 100%;
    }
    .footer-navigation nav ul {
        column-count: 1;
    }
    .footer-navigation nav ul li {
        margin-bottom: 10px;
    }
    .footer-navigation nav ul li a {
        font-size: 16px;
    }
    .footer-social a.btn {
        padding: 11px 27px;
        font-size: 14px;
        width: 215px;
        margin: 0 auto;
    }
    .footer-social a.btn i {
        font-size: 26px;
        margin-right: 11px;
    }
    .footer-social ul.social {
        padding-top: 30px;
        justify-content: center;
    }
    .footer-social ul.social li {
        padding-left: 5px;
        padding-right: 5px;
    }
    .footer-social ul.social li a {
        height: 50px;
        width: 50px;
        border: 2px solid #14377d;
        font-size: 16px;
    }
    .footer-copy {
        padding-top: 35px;
        padding-bottom: 35px;
    }
    .footer-copy p, .footer-copy ul li a {
        font-size: 14px;
    }
    .footer-copy .flex {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .footer-copy ul {
        order: -1;
        padding-bottom: 30px;
    }
    .footer-copy ul li:not(:last-child):after {
        margin-left: 14px;
        margin-right: 14px;
    }
    .home-hero-slider-item {
        padding-top: 330px;
        padding-bottom: 40px;
        background-position: top 0 right 20%;
    }
    .home-hero-content {
        padding-right: 0;
    }
    .home-hero-content h1 {
        font-size: 32px;
        margin-bottom: 30px;
    }
    .home-hero-content h1 strong {
        font-size: 120px;
        display: block;
    }
    .home-hero-content p {
        margin-bottom: 30px;
        font-size: 24px;
    }
    .home-hero ul.social, .default-hero ul.social {
        right: 40px;
        display: none;
    }
    .home-hero ul.social li a, .default-hero ul.social li a {
        font-size: 24px;
        padding: 18px;
    }
    .about {
        padding-top: 30px;
        padding-bottom: 0;
    }
    .about-content {
        padding: 30px 0 30px 0;
    }
    .about-thumb {
        position: relative;
        width: 100%;
        height: auto;
        top: unset;
        padding-top: 69%;
    }
    .circled-list ul {
        padding-left: 30px;
    }
    .circled-list ul > li {
        margin-bottom: 10px;
        padding-left: 25px;
        text-align: left;
    }
    .circled-list ul > li:before {
        width: 10px;
        height: 10px;
        border: 2px solid #14377d;
        top: 5px;
    }
    .circled-list ul > li > ul > li {
        padding-left: 13px;
    }
    .circled-list ul > li > ul > li:before {
        width: 7px;
        height: 7px;
    }
    ul.three-cols {
        column-count: 1;
    }
    ul.four-cols {
        column-count: 1;
    }
    .home-specialists {
        padding-top: 45px;
        padding-bottom: 45px;
    }
    .home-specialists-list {
        max-width: 1456px;
        justify-content: center !important;
    }
    .home-specialists-list-item {
        padding-left: 18px;
        padding-right: 18px;
        width: 33.3333%;
        flex: unset;
    }
    .home-specialists-list-item a span {
        margin-bottom: 30px;
    }
    .home-specialists-list-item a h3 {
        letter-spacing: 2px;
        font-size: 17px;
    }
    .home-specialists .heading {
        max-width: 1270px;
        padding-bottom: 50px;
    }
    .home-specialists .bottom {
        padding-top: 55px;
    }
    .find-provider-heading {
        padding-left: 0;
        width: 100%;
    }
    .find-provider-shortened {
        padding-bottom: 40px;
        padding-top: 50px;
    }
    .book-an-appointment {
        padding: 20px 50px;
        font-size: 18px;
        border-radius: 30px;
        margin-bottom: 20px;
        background-position: top 17px right 46px;
        -webkit-background-size: auto;
        background-size: auto;
    }
    .find-provider-inputs {
        width: 100%;
        padding-bottom: 30px;
    }
    .find-provider-inputs input, .find-provider-inputs select {
        font-size: 18px;
        height: 60px;
        padding-left: 50px;
        background-position: top 17px right 46px;
        -webkit-background-size: auto;
        background-size: auto;
    }
    .find-provider-inputs .flex {
        border: 1px solid #14377d;
        border-radius: 30px;
        margin-bottom: 20px;
    }
    .testimonials {
        padding-top: 50px;
        padding-bottom: 60px;
    }
    .testimonials-slider .slick-slide {
        padding-left: 27px;
        padding-right: 27px;
        padding-top: 40px;
        padding-bottom: 52px;
    }
    .testimonials-slider {
        margin-left: -27px;
        margin-right: -27px;
    }
    .testimonials-slider-item {
        border-radius: 9px;
        padding: 35px 50px 50px 50px;
        -webkit-box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1);
        -moz-box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1);
        box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1);
        background-position: right -70px bottom -70px;
    }
    .testimonials-slider-item i {
        font-size: 32px;
    }
    .testimonials-slider-item-heading {
        padding-bottom: 25px;
    }
    .testimonials-slider-item-heading:before {
        width: 120px;
        height: 20px;
        bottom: 27px;
        left: -50px;
    }
    .testimonials-slider-item-text-name {
        padding-left: 35px;
        padding-top: 25px;
    }
    .testimonials-slider-item-text-name:before {
        width: 24px;
        height: 2px;
        bottom: 14px;
    }
    .slick-dots li {
        width: 14px; /* 0.73vw ≈ 0.73 * 19.2 */
        height: 14px; /* 0.73vw */
        margin: 0 10px; /* 0.52vw ≈ 10px */
        border: 2px solid transparent; /* 0.10vw ≈ 2px */
    }
    .slick-dots li:before {
        width: 10px; /* 0.52vw */
        height: 10px; /* 0.52vw */
    }
    .cta {
        padding-top: 40px;
        padding-bottom: 35px;
    }
    .cta p {
        font-size: 20px;
    }
    .cta .flex {
        justify-content: center;
        text-align: center;
    }
    .cta-text {
        width: 100%;
    }
    .news-feed {
        padding-top: 50px;
        padding-bottom: 65px;
    }
    .news-feed-list-item-thumb {
        margin-bottom: 25px;
    }
    .news-feed-list {
        padding-bottom: 60px;
    }
    .news-feed .bottom {
        padding-top: 45px;
    }
    .news-feed .heading {
        margin-bottom: 50px;
    }
    .news-feed-list-item a > h3 {
        font-size: 20px;
    }
    a.news-feed-list-item-more {
        font-size: 16px;
        letter-spacing: 1px;
    }
    section.two-cols, div.two-cols {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .two-cols > .container > .flex > .half:first-child {
        padding-right: 44px;
    }
    .two-cols > .container > .flex > .half:last-child {
        padding-left: 0
    }
    .physicians {
        padding-top: 40px;
        padding-bottom: 45px;
    }
    .physicians-filters select {
        height: 60px;
        border-radius: 30px;
        border: 1px solid #14377d;
        padding-left: 50px;
        font-size: 16px;
        background-position: top 24px right 39px;
        width: 100%;
        margin-bottom: 10px;
    }
    .physicians .heading {
        padding-bottom: 0;
    }
    .physicians-list {
        margin-left: -25px;
        margin-right: -25px;
        padding-top: 75px;
    }
    .physicians-list-item-wrapper {
        padding-left: 25px;
        padding-right: 25px;
        padding-bottom: 30px;
        width: 50%;
    }
    .physicians-list-item {
        border-radius: 8px;
        padding-bottom: 50px;
        -webkit-box-shadow: 0px 10px 20px 0 rgba(0, 0, 0, 0.1);
        -moz-box-shadow: 0px 10px 20px 0 rgba(0, 0, 0, 0.1);
        box-shadow: 0px 10px 20px 0 rgba(0, 0, 0, 0.1);
    }
    .physicians-list-item-thumb {
        padding: 30px;
    }
    .physicians-list-item-thumb a {
        width: 170px;
        height: 170px;
    }
    .physicians-list-item-name {
        padding-top: 25px;
        padding-bottom: 10px;
    }
    .physicians-list-item-name h3 {
        font-size: 20px;
    }
    .physicians-list-item-name p {
        margin-bottom: 5px;
        font-size: 20px;
    }
    .physicians-list-item-name li {
        font-size: 15px;
    }
    a.physicians-list-item-appointment, a.physicians-list-item-bio {
        font-size: 16px;
        height: 50px;
    }
    a.physicians-list-item-appointment i, a.physicians-list-item-bio i {
        margin-left: 8px;
    }
    .physicians-list-item-appointment {
        bottom: 50px;
    }
    .physician-main-content {
        padding-top: 80px;
        padding-bottom: 90px;
    }
    .physician-main-content .right-col {
        padding-left: 0;
        width: 100%;
    }
    .single-hero {
        padding-top: 35px;
        padding-bottom: 35px;
        min-height: 135px;
    }
    .single-hero h1 {
        justify-content: center;
        flex-direction: column;
    }
    .single-hero h1 span {
        font-size: 28px;
    }
    .single-hero h1 span:first-child {
        display: none;
    }
    .single-hero h4 {
        margin-bottom: 20px;
        font-size: 20px;
    }
    .bio-block {
        padding-bottom: 60px;
    }
    .accordions-block-item {
        margin-bottom: 10px;
    }
    .accordions-block-item-q {
        font-size: 16px;
        padding: 10px 70px 10px 30px;
        min-width: 240px;
        border-radius: 50px;
        height: auto;
        min-height: 60px;
        border: 1px solid #14377d;
    }
    .accordions-block-item-q:before {
        width: 24px;
        height: 1px;
        margin-right: 13px;
    }
    .accordions-block-item-q:after {
        right: 50px;
    }
    .accordions-block-item-a {
        padding: 25px 60px 5px 60px;
    }
    .accordions-block ul li {
        margin-bottom: 5px;
        padding-left: 20px;
    }
    .accordions-block ul li:before {
        height: 10px;
        width: 10px;
        top: 6px;
    }
    .videos-block {
        padding-top: 45px;
    }
    .videos-block-list-item-wrapper {
        padding-bottom: 30px;
    }
    .videos-block-list-item-wrapper iframe {
        height: 210px;
    }
    .videos-block, .locations-block {
        padding-top: 45px;
        border-bottom: 1px solid #dad8d6;
        padding-bottom: 20px;
    }
    .locations-block-list-item-wrapper {
        padding-bottom: 30px;
    }
    .locations-block-list-item {
        -webkit-box-shadow: 0px 10px 20px 0 rgba(0, 0, 0, 0.1);
        -moz-box-shadow: 0px 10px 20px 0 rgba(0, 0, 0, 0.1);
        box-shadow: 0px 10px 20px 0 rgba(0, 0, 0, 0.1);
    }
    .locations-block-list-item {
        border-radius: 8px;
    }
    .locations-block-list-item-text {
        padding: 25px 30px 35px 30px;
    }
    .locations-block-list-item-text h3 {
        font-size: 20px;
        margin-bottom: 20px;
    }
    .locations-block-list-item-text a:not(.btn) {
        font-size: 16px;
    }
    .locations-block-list-item-text a i {
        margin-left: 15px;
    }
    .plain-text {
        padding-top: 50px;
        padding-bottom: 40px;
    }
    .specialties {
        padding-top: 40px;
        padding-bottom: 45px;
    }
    .specialties .heading {
        padding-bottom: 20px;
    }
    .specialties-list-item-wrapper {
        padding-bottom: 30px;
    }
    .specialties-list-item {
        border-radius: 8px;
        -webkit-box-shadow: 0px 10px 20px 0 rgba(0, 0, 0, 0.1);
        -moz-box-shadow: 0px 10px 20px 0 rgba(0, 0, 0, 0.1);
        box-shadow: 0px 10px 20px 0 rgba(0, 0, 0, 0.1);
    }
    .specialties-list-item-heading {
        padding: 25px 20px;
    }
    .specialties-list-item-heading span {
        width: 80px;
        height: 80px;
        border: 1px solid #14377d;
    }
    .specialties-list-item-heading h3 {
        font-size: 20px;
        padding-left: 15px;
        width: calc(100% - 80px);
    }
    .specialties-list-item a {
        font-size: 14px;
        padding: 13px 21px;
    }
    .cards, .careers-cards {
        padding-top: 40px;
        padding-bottom: 30px;
    }
    .cards-list, .careers-cards-list {
        margin-left: -28px;
        margin-right: -28px;
    }
    .cards-list-item-wrapper, .careers-cards-list-item-wrapper {
        padding-left: 28px;
        padding-right: 28px;
        padding-bottom: 20px;
        width: 100%;
    }
    .careers-cards-list-item {
        height: 100%;
        border: 1px solid #14377d;
        border-radius: 8px;
        padding: 35px 45px 20px 45px;
    }
    .cards-list-item {
        border: 1px solid #fff;
        border-radius: 8px;
        padding: 45px 34px 50px 34px;
    }
    .cards-list-item span {
        height: 45px;
        margin-bottom: 40px;
    }
    .careers-cards-list-item span {
        height: 50px;
        margin-bottom: 30px;
    }
    .cards-list-item h3 {
        font-size: 20px;
    }
    .careers-cards-list-item h3 {
        font-size: 20px;
        min-height: unset;
    }
    .cards-list-item p, .careers-cards-list-item p {
        font-size: 18px;
    }
    .cards-list-item a {
        font-size: 16px;
        padding: 18px 60px 18px 30px;
        width: 240px;
        border-radius: 30px;
        border: 2px solid #fff;
    }
    .cards-list-item a:before {
        width: 24px;
        height: 1px;
        margin-right: 13px;
    }
    .quote {
        padding-top: 80px;
        padding-bottom: 85px;
    }
    .quote p {
        font-size: 20px;
    }
    .quote h4 {
        font-size: 17px;
    }
    .quote h4:before {
        width: 24px;
        height: 1px;
        margin-right: 13px;
    }
    .plain-text .container {
        max-width: 1300px;
    }
    .find-location {
        padding-top: 50px;
        padding-bottom: 60px;
    }
    .find-location .heading {
        padding-bottom: 35px;
    }
    .map-search-wrapper, .map-search-form-wrapper {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .map-search-wrapper button {
        font-size: 16px;
        padding: 21px 30px 18px 30px;
        border-radius: 30px;
        border-bottom: 3px solid #123170;
    }
    #search-input {
        flex: unset;
        min-width: 0;
        width: 100%;
        margin: 0;
    }
    .map-search-wrapper button.gray {
        border-bottom: 3px solid #66737c;
        width: 100%;
    }
    .map-search-wrapper button:before {
        width: 24px;
        height: 1px;
        margin-right: 13px;
    }
    .map-search-wrapper button i {
        margin-left: 30px;
    }
    .map-search-wrapper input {
        height: 60px;
        border-radius: 30px;
        border: 1px solid #14377d;
        margin-left: 20px;
        margin-right: 20px;
        padding-left: 50px;
        font-size: 16px;
    }
    .map-search-wrapper {
        gap: 10px; /* отступ между кнопками */
    }
    .map-search-form-wrapper {
        gap: 5px; /* отступ между input и кнопкой */
        width: 100%;
    }
    .map-search-wrapper {
        padding-bottom: 20px;
    }
    .map-wrapper {
        -webkit-box-shadow: 0px 10px 20px 10px rgba(0, 0, 0, 0.1);
        -moz-box-shadow: 0px 10px 20px 10px rgba(0, 0, 0, 0.1);
        box-shadow: 0px 10px 20px 10px rgba(0, 0, 0, 0.1);
    }
    .map-wrapper #sidebar {
        width: 100%;
        padding-left: 30px;
        padding-right: 30px;
        padding-bottom: 15px;
        height: 600px;
    }
    .map-wrapper #map {
        width: 100%;
        padding-top: 100%;
    }
    #sidebar > div {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    #sidebar > div:not(:last-child) {
        border-bottom: 1px dashed #acacac;
    }
    #sidebar > div > a > h3 {
        font-size: 20px;
    }
    #sidebar > div > p {
        margin-bottom: 5px;
    }
    #sidebar > div > a {
        font-size: 16px;
    }
    .directory {
        padding-top: 50px;
        padding-bottom: 40px;
    }
    .directory .heading h2 {
        margin-bottom: 30px;
        text-align: center;
    }
    .directory .heading {
        padding-bottom: 40px;
        text-align: center;
        justify-content: center;
        flex-direction: column;
    }
    .directory-filters-wrapper select {
        height: 60px;
        border-radius: 30px;
        border: 1px solid #14377d;
        font-size: 16px;
        padding-left: 40px;
        width: 100%;
        background-position: top 24px right 39px;
        -webkit-background-size: auto;
        background-size: auto;
        margin-bottom: 10px;
    }
    .directory-filters-wrapper select:not(:last-child) {
        margin-right: 10px;
    }
    .directory-list {
        margin-left: -25px;
        margin-right: -25px;
    }
    .directory-list-item-wrapper {
        padding-bottom: 45px;
        padding-left: 25px;
        padding-right: 25px;
        width: 50%;
    }
    .directory-list-item {
        border-bottom: 1px dashed #acacac;
        padding-bottom: 25px;
    }
    .directory-list-item > a > h3 {
        font-size: 20px;
    }
    .directory-list-item > div > p {
        margin-bottom: 5px;
    }
    .directory-list-item > div > a {
        font-size: 16px;
        padding-top: 20px;
    }
    .directory-list-item > a i {
        margin-left: 15px;
    }
    .location-main {
        padding-top: 50px;
        padding-bottom: 45px;
    }
    .location-main-thumb-wrapper {
        width: 100%;
        max-width: 300px;
        margin: 0 auto;
    }
    .location-main-content-wrapper {
        padding-left: 0;
        width: 100%;
        order: -1;
    }
    .location-main-thumb {
        border-radius: 8px;
        -webkit-box-shadow: 0px 10px 20px 0 rgba(0, 0, 0, 0.1);
        -moz-box-shadow: 0px 10px 20px 0 rgba(0, 0, 0, 0.1);
        box-shadow: 0px 10px 20px 0 rgba(0, 0, 0, 0.1);
        width: 100%;
    }
    .location-main-thumb > div {
        padding: 25px 30px 35px 30px;
    }
    .location-main-thumb h4 {
        font-size: 17px;
        margin-bottom: 25px;
    }
    .location-main-thumb ul li a {
        font-size: 20px;
    }
    .location-main-thumb a.view-direction {
        font-size: 16px;
    }
    .location-main-thumb a.view-direction i {
        margin-left: 15px;
    }
    .location-physicians {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .location-physicians .heading {
        padding-bottom: 0;
    }
    .location-physicians-list {
        margin-left: -25px;
        margin-right: -25px;
    }
    .location-physicians-list-item-wrapper {
        padding-left: 25px;
        padding-right: 25px;
        padding-bottom: 40px;
        width: 50%;
    }
    .location-physicians-list-item {
        border-radius: 8px;
        -webkit-box-shadow: 0px 10px 20px 0 rgba(0, 0, 0, 0.1);
        -moz-box-shadow: 0px 10px 20px 0 rgba(0, 0, 0, 0.1);
        box-shadow: 0px 10px 20px 0 rgba(0, 0, 0, 0.1);
        max-width: 305px;
        margin: 0 auto;
    }
    .location-physicians-list-item-info {
        padding: 25px;
    }
    .location-physicians-list-item-info h3 {
        font-size: 20px;
    }
    .location-physicians-list-item-info p {
        margin-bottom: 12px;
    }
    .location-physicians-list-item-info a {
        font-size: 16px;
    }
    .location-physicians-list-item-info a i {
        margin-left: 8px;
    }
    .contact-main {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .contact-main-text-wrapper {
        padding-right: 0;
        width: 100%;
        padding-bottom: 30px;
    }
    .contact-main-form-wrapper {
        width: 100%;
    }
    .contact-main-form {
        border-radius: 8px;
        padding: 65px 25px 60px 25px;
        height: auto;
        width: 100%;
    }
    .contact-main-text-bordered-block {
        border-radius: 8px;
        border: 1px solid #14377d;
        padding: 20px 50px;
    }
    .contact-main-text-bordered-block-item:not(:last-child) {
        border-bottom: 1px solid #dad8d6;
    }
    .contact-main-text-bordered-block-item:not(:first-child) {
        margin-top: 15px;
    }
    .contact-main-text-bordered-block-item h4 {
        font-size: 21px;
        margin-bottom: 5px;
    }
    .contact-main-text-bordered-block-item p {
        margin-bottom: 12px;
    }
    .about-main {
        padding-top: 85px;
        padding-bottom: 90px;
    }
    .about-main-content-wrapper {
        padding-right: 0;
        width: 100%;
    }
    .about-main-sidebar-wrapper {
        width: 100%;
    }
    .about-main-sidebar {
        padding: 52px 40px 55px 40px;
        border-radius: 8px;
        width: 100%;
    }
    .about-main-sidebar h2 {
        margin-bottom: 45px;
    }
    .about-main-sidebar ul li {
        margin-bottom: 20px;
        padding: 17px 50px;
        font-size: 19px;
        border-radius: 8px;
        -webkit-box-shadow: 0px 10px 20px 0 rgba(0, 0, 0, 0.1);
        -moz-box-shadow: 0px 10px 20px 0 rgba(0, 0, 0, 0.1);
        box-shadow: 0px 10px 20px 0 rgba(0, 0, 0, 0.1);
        min-height: 80px;
    }
    .about-main-sidebar ul li img {
        left: -35px;
        width: 70px;
        height: 70px;
    }
    .about-main-sidebar ul {
        padding-left: 35px;
    }
    .img-text-left > .flex > .half:last-child {
        padding: 40px 30px 30px 30px;
    }
    .img-text-left ul {
        column-count: 1;
    }
    .img-text-left h2 {
        margin-bottom: 25px;
    }
    .img-text-left .circled-list ul li {
        margin-bottom: 20px;
    }
    .page-template-about .quote .container {
        max-width: 1130px;
    }
    .two-cols-cta {
        padding-top: 50px;
        padding-bottom: 45px;
        background-color: #f0f0f0;
        background-position: top center;
        -webkit-background-size: auto calc(100% - 270px);
        background-size: auto calc(100% - 270px);
    }
    .two-cols-cta-box {
        border-radius: 8px;
        padding: 50px 20px 30px 20px;
        -webkit-box-shadow: 0px 10px 20px 0 rgba(0, 0, 0, 0.1);
        -moz-box-shadow: 0px 10px 20px 0 rgba(0, 0, 0, 0.1);
        box-shadow: 0px 10px 20px 0 rgba(0, 0, 0, 0.1);
        background-color: #fff;
    }
    .two-cols-cta-box .heading h4 {
        font-size: 20px;
    }
    .two-cols-cta-box img {
        top: -50px;
    }
    .text-block {
        padding-top: 45px;
        padding-bottom: 35px;
    }
    .text-block h4 {
        font-size: 20px;
    }
    ul.two-cols {
        column-count: 1;
    }
    .text-block .bottom {
        padding-top: 45px;
        border-top: 1px solid #d9d9d9;
        font-size: 21px;
    }
    .text-block .bottom a.btn {
        margin-left: 40px;
    }
    .bg-box {
        padding-top: 40px;
        padding-bottom: 50px;
    }
    .bg-box-content {
        padding: 45px 20px 440px 20px;
        border-radius: 8px;
        -webkit-box-shadow: 0px 10px 20px 0 rgba(0, 0, 0, 0.1);
        -moz-box-shadow: 0px 10px 20px 0 rgba(0, 0, 0, 0.1);
        box-shadow: 0px 10px 20px 0 rgba(0, 0, 0, 0.1);
        background-color: #dfdee0;
        background-image: unset !important;
        position: relative;
        overflow: hidden;
    }
    .bg-box-content-mobile-thumb {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 440px;
        background-position: top 0 right 20%;
        -webkit-background-size: auto 100%;
        background-size: auto 100%;
    }
    .bg-box-content p {
        margin-bottom: 45px;
    }
    .bg-box-content a:not(.btn) {
        font-size: 20px;
    }
    .faq {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .faq .heading {
        padding-bottom: 35px;
    }
    .colonoscopy-text-block {
        padding-top: 45px;
        padding-bottom: 30px;
        text-align: center;
    }
    small {
        font-size: 15px;
    }
    .bg-box .bottom {
        padding-top: 35px;
    }
    .bg-box .bottom a:not(.btn) {
        font-size: 20px;
    }
    .page-template-for-patients .text-block p {
        font-size: 20px;
    }
    .page-template-for-patients .text-block p a {
        font-size: 16px;
    }
    .page-template-for-patients .text-block p a i {
        font-size: 24px;
        margin-right: 10px;
    }
    .for-patients-main {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .for-patients-main > .container > .flex > .half:first-child {
        padding-right: 0;
    }
    iframe {
        max-height: 420px;
    }
    .for-patients-main > .container > .flex > .half:last-child {
        padding-left: 0;
    }
    .quote-two-cols .flex .half:first-child {
        padding-right: 0;
        border-right: none;
        border-bottom: 1px solid #8798a3;
        padding-bottom: 30px;
        margin-bottom: 30px;
        text-align: center;
    }
    .quote-two-cols .flex .half:last-child {
        padding-left: 0;
        text-align: center;
    }
    .imaging-main-rep {
        padding-top: 30px;
        padding-bottom: 40px;
    }
    .imaging-main-block {
        padding-top: 65px;
        padding-bottom: 50px;
    }
    .imaging-main-block:not(:last-child) {
        border-bottom: 1px solid #d9d9d9;
    }
    .imaging-main-block ul, .imaging-main-block ol {
        margin-bottom: 33px;
    }
    .imaging-main-block p {
        margin-bottom: 13px;
    }
    .imaging-main-block .faq-list {
        padding-top: 30px;
    }
    .leadership-main {
        padding-top: 50px;
        padding-bottom: 35px;
    }
    .leadership-main-list {
        margin-left: -25px;
        margin-right: -25px;
    }
    .leadership-main-list-item-wrapper {
        padding: 0 25px 40px 25px;
    }
    .leadership-main-list-item {
        -webkit-box-shadow: 0px 10px 20px 0 rgba(0, 0, 0, 0.1);
        -moz-box-shadow: 0px 10px 20px 0 rgba(0, 0, 0, 0.1);
        box-shadow: 0px 10px 20px 0 rgba(0, 0, 0, 0.1);
        border-radius: 8px;
    }
    .leadership-main-list-item-heading {
        padding: 30px 10px 15px 10px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .leadership-main-list-item-heading span {
        width: 170px;
        height: 170px;
        left: unset;
        top: unset;
        position: relative;
        margin-bottom: 10px;
    }
    .leadership-main-list-item-heading h3 {
        margin-bottom: 5px;
        font-size: 24px;
    }
    .leadership-main-list-item-heading p {
        margin-bottom: 0;
        font-size: 20px;
    }
    .leadership-main-list-item-text {
        padding: 30px 15px 15px 15px;
    }
    .new-physicians-block:not(:last-child) {
        padding-bottom: 30px;
    }
    .new-physicians-block h2 {
        margin-bottom: 30px;
        text-align: center;
    }
    .plain-text.full-width-container .container {
        max-width: 1400px;
    }
    .page-template-online-payment .text-block p {
        margin-bottom: 20px;
    }
    .page-template-online-payment .text-block h4 {
        margin-bottom: 20px;
    }
    .page-template-online-payment .text-block {
        padding-bottom: 65px;
    }
    .online-payment-quote .heading {
        padding-top: 60px;
        padding-bottom: 60px;
        border-bottom: 1px solid #8798a3;
    }
    .online-payment-quote .heading p {
        font-size: 24px;
    }
    .online-payment-quote .bottom {
        padding-top: 46px;
        padding-bottom: 40px;
    }
    .telemedicine-main {
        padding-top: 40px;
        padding-bottom: 50px;
    }
    .telemedicine-main .heading {
        padding-bottom: 30px;
    }
    .telemedicine-main-list {
        margin-left: -10px;
        margin-right: -10px;
    }
    .telemedicine-main-list-item-wrapper {
        padding-left: 10px;
        padding-right: 10px;
        padding-bottom: 20px;
        width: 100%;
    }
    .telemedicine-main-list-item-thumb {
        margin-bottom: 25px;
    }
    .telemedicine-main-list-item-thumb span {
        height: 50px;
        width: 50px;
        font-size: 20px;
    }
    .telemedicine-main-list-item p {
        margin-bottom: 12px;
    }
    .telemedicine-text-block p {
        font-size: 17px;
    }
    .page-template-endoscopy .faq .bottom {
        border-radius: 8px;
        padding: 35px 10px;
        margin-top: 50px;
    }
    .page-template-endoscopy .faq .bottom h4 {
        font-size: 20px;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
    }
    .page-template-endoscopy .faq .bottom h4 img {
        margin-right: 15px;
    }
    .page-template-prep-for-colonoscopy .text-block p {
        font-size: 24px;
    }
    section.blog {
        padding-top: 50px;
        padding-bottom: 55px;
    }
    .blog-list-wrapper,.blog article {
        width: 100%;
    }
    .blog-sidebar {
        width: 100%;
        padding-left: 0;
        order: -1;
    }
    .mobile-sidebar .searchform input[type="text"] {
        height: 60px;
        padding-left: 38px;
        padding-right: 38px;
    }
    .mobile-sidebar .searchform input[type="submit"] {
        width: 60px;
        height: 60px;
    }
    .mobile-sidebar select {
        height: 60px;
        border-radius: 30px;
        border: 1px solid #14377d;
        padding-left: 40px;
        background-color: transparent;
        font-weight: 700;
        text-transform: uppercase;
        font-size: 16px;
        color: #14377d;
        width: 100%;
        background-image: url(assets/img/icons/select.png);
        background-position: top 24px right 35px;
        background-repeat: no-repeat;
        -webkit-appearance: none;
    }
    .mobile-sidebar h4, .screen-reader-text {
        display: none;
    }
    .mobile-sidebar .searchform {
        display: flex;
        border-radius: 30px;
        border: 1px solid #14377d;
        position: relative;
        margin-bottom: 10px;
    }
    .mobile-sidebar .searchform input[type="text"] {
        width: 100%;
        height: 60px;
        text-transform: uppercase;
        padding-left: 40px;
        padding-right: 60px;
        background-color: transparent;
        border: none;
        font-weight: 700;
    }
    .mobile-sidebar .searchform input[type="submit"] {
        width: 60px;
        height: 60px;
        position: absolute;
        background-color: transparent;
        font-size: 0;
        min-width: unset;
        border: none;
        cursor: pointer;
        right: 0;
        background-image: url(assets/img/icons/search.png);
        background-position: center;
        -webkit-background-size: auto;
        background-size: auto;
    }
    .searchform ::-webkit-input-placeholder {
        color: #14377d;
    }
    .searchform ::-moz-placeholder {
        color: #14377d;
    }
    .searchform :-ms-input-placeholder {
        color: #14377d;
    }
    .searchform :-moz-placeholder {
        color: #14377d;
    }
    .blog-list-wrapper,.blog article {
        padding-top: 40px;
    }
    .blog-list-item {
        margin-bottom: 30px;
        -webkit-box-shadow: 0px 10px 20px 0 rgba(0, 0, 0, 0.1);
        -moz-box-shadow: 0px 10px 20px 0 rgba(0, 0, 0, 0.1);
        box-shadow: 0px 10px 20px 0 rgba(0, 0, 0, 0.1);
        border-radius: 8px;
    }
    .blog-list-item-heading {
        font-size: 14px;
    }
    .blog-list-item-heading-date-cat {
        padding-top: 12px;
        padding-bottom: 12px;
        padding-left: 50px;
    }
    .blog-list-item-heading-share i {
        margin-left: 10px;
    }
    .blog-list-item-content {
        padding: 25px 50px 40px 50px;
    }
    .blog-list-item-content h3 {
        font-size: 20px;
        margin-bottom: 18px;
    }
    a.learn-more i {
        margin-left: 10px;
    }
    .loadmore-wrapper {
        padding-top: 10px;
    }
    .blog-list-item-content-text {
        margin-bottom: 50px;
        padding-top: 25px;
        border-bottom: 1px solid #dad8d6;
    }
    .blog-list-item-heading-share-shortcode {
        padding-left: 10px;
    }
    .blog-list-item-heading > .flex {
        padding-right: 50px;
    }
    form span {
        margin-bottom: 20px;
    }
    form .flex > .half {
        width: calc(50% - 5px);
    }
    form span input, form span select {
        height: 50px;
        border-radius: 6px;
        font-size: 13px;
        padding-left: 20px;
    }
    form textarea {
        height: 130px;
        padding-left: 20px;
        padding-top: 10px;
        border-radius: 6px;
        font-size: 13px;
    }
    form.wpcf7-form input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
        top: -10px;
    }
    form.wpcf7-form input::-moz-placeholder { /* Firefox 19+ */
        top: -10px;
    }
    form.wpcf7-form input:-ms-input-placeholder { /* IE 10+ */
        top: -10px;
    }
    form.wpcf7-form input:-moz-placeholder { /* Firefox 18- */
        top: -10px;
    }
    .wpcf7-list-item {
        margin: 0 10px;
    }
    span.wpcf7-list-item-label {
        margin-top: 35px;
    }
    span.wpcf7-list-item-label::before {
        top: -35px;
        left: 50%;
        width: 24px;
        height: 24px;
    }
    span.wpcf7-list-item-label::after {
        top: -29px;
        width: 12px;
        height: 12px;
    }
    form p {
        font-size: 13px;
        margin-bottom: 10px;
        letter-spacing: 1px;
    }
    .wpcf7-radio .wpcf7-list-item-label {
        font-size: 13px;
    }
    form.wpcf7-form input[type="submit"] {
        padding: 21px 30px 18px 30px;
    }
    .contributions {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .contributions > .container > .heading {
        padding-bottom: 35px;
    }
    .contributors .heading h4 {
        font-size: 20px;
    }
    .contributors-list {
        justify-content: center;
    }
    .contributors-list > div {
        flex: none;
    }
    .contributors-list .slick-slide {
        padding-left: 15px;
        padding-right: 15px;
    }
    .bg-cta {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .bg-cta h3 {
        font-size: 24px;
    }
    .bg-cta p {
        font-size: 20px;
    }
    .trials {
        padding-top: 50px;
        padding-bottom: 35px;
    }
    .trials .heading {
        padding-bottom: 55px;
        line-height: 1.2;
        flex-direction: column;
    }
    .trials .heading h2 {
        padding-right: 0;
        margin-right: 0;
        padding-bottom: 15px;
        margin-bottom: 15px;
        border-right: unset;
        text-align: center;
        position: relative;
    }
    .trials .heading h2:after {
        content: '';
        display: block;
        width: 50px;
        height: 1px;
        background-color: #1e53bd;
        position: absolute;
        left: 0;
        right: 0;
        margin: 0 auto;
        bottom: 0;
    }
    .trials .heading h4 {
        font-size: 20px;
        margin-bottom: 0;
    }
    .trials-list {
        margin-left: -15px;
        margin-right: -15px;
    }
    .trials-list-item-wrapper {
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 15px;
        width: 50%;
    }
    .trials-list-item span {
        border-radius: 12px;
        margin-bottom: 16px;
    }
    .trials-list-item h3 {
        font-size: 17px;
        text-align: center;
    }
    .faq-rep-item:not(:last-child) {
        padding-bottom: 75px;
    }
    .research-center {
        padding-top: 50px;
        padding-bottom: 50px;
        background-position: top center;
        -webkit-background-size: auto calc(100% - 450px);
        background-size: auto calc(100% - 450px);
        background-color: #f0f0f0;
    }
    .research-center-text {
        padding-right: 0;
        width: 100%;
    }
    .research-center-text h5 {
        font-size: 21px;
    }
    .research-center-links {
        width: 100%;
        border-radius: 8px;
        padding: 50px 20px 35px 20px;
        background-color: #fff;
    }
    .research-center-links h4 {
        font-size: 20px;
    }
    .research-center-links li {
        font-size: 16px;
        margin-bottom: 13px;
    }
    .research-center-links li:before {
        width: 25px;
        margin-right: 10px;
        height: 1px;
    }
    .top-menu-payment > a, .top-menu-schedule > a, .top-menu-user > a {
        -webkit-background-size: auto;
        background-size: auto;
    }
    .two-cols-cta-text {
        width: 100%;
    }
    .page-template-allergy-immunology .two-cols-cta-text {
        padding-bottom: 50px;
    }
    .two-cols-cta-box {
        width: 100%;
    }
    .page-template-allergy-immunology .text-block {
        text-align: center;
    }
    .page-template-allergy-immunology .text-block a.btn {
        margin-top: 30px;
        margin-left: 0;
    }
    .img-text-left-thumb {
        position: relative;
        width: 100%;
        height: auto;
        padding-top: 61.5%;
        background-position: center;
        -webkit-background-size: cover;
        background-size: cover;
    }
    .physician-main-content .left-col {
        width: 100%;
        margin-bottom: 30px;
    }
}
@media (max-width: 768px) {
    .trials-list-item-wrapper {
        width: 100%;
    }
    .location-physicians-list-item-wrapper {
        width: 100%;
    }
    .leadership-main-list-item-wrapper {
        width: 100%;
    }
    .physicians-list-item-wrapper {
        width: 100%;
    }
}
@media (max-width: 576px) {
    .directory-list-item-wrapper {
        width: 100%;
    }
    .home-specialists-list-item {
        width: 50%;
    }
    .news-feed-list-item {
        width: 100%;
    }
    .home-hero-slider-item {
        padding-top: 230px;
        padding-bottom: 40px;
        background-position: top 0 right 25%;
    }
}
@media (max-width: 420px) {
    form .flex > .half {
        width: 100%;
    }
    .map-search-wrapper button {
        font-size: 16px;
        padding: 21px 10px 18px 10px;
        border-radius: 30px;
        border-bottom: 3px solid #123170;
    }
    #search-input {
        padding-left: 20px;
    }
    form span input, select {
        padding-left: 20px;
    }
}
