/*
  Theme Name: Enterprise Pro Theme
  Theme URI: http://my.studiopress.com/themes/enterprise/
  Description: A mobile responsive and HTML5 theme built for the Genesis Framework.
  Author: StudioPress
  Author URI: http://www.studiopress.com/
  
  Version: 2.1.1
  
  Tags: black, blue, white, one-column, two-columns, three-columns, left-sidebar, right-sidebar, responsive-layout, custom-menu, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready, premise-landing-page
  
  Template: genesis
  Template Version: 2.1

  License: GPL-2.0+
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

/* Table of Contents

    - Imports
    - HTML5 Reset
        - Baseline Normalize
        - Box Sizing
        - Float Clearing
    - Defaults
        - Typographical Elements
        - Headings
        - Objects
        - Gallery
        - Forms
        - Tables
    - Structure and Layout
        - Site Containers
        - Column Widths and Positions
        - Column Classes
    - Common Classes
        - Avatar
        - Genesis
        - Search Form
        - Titles
        - WordPress
    - Widgets
        - Featured Content
    - Plugins
        - Genesis eNews Extended
        - Genesis Responsive Slider
        - Gravity Forms
        - Jetpack
    - Site Header
        - Title Area
        - Widget Area
    - Site Navigation
        - Header Navigation
        - Primary Navigation
        - Secondary Navigation
        - Responsive Menu
    - Content Area
        - Entries
        - Entry Meta
        - After Entry
        - Pagination
        - Comments
    - Sidebars
    - Footer Widgets
    - Site Footer
    - Theme Colors
        - Enterprise Pro Black
        - Enterprise Pro Green
        - Enterprise Pro Orange
        - Enterprise Pro Red
        - Enterprise Pro Teal
    - Media Queries
        - Retina Display
        - Max-width: 1139px
        - Max-width: 1023px
        - Max-width: 767px

*/


/*
Imports
---------------------------------------------------------------------------------------------------- */

@font-face {
    font-family: 'Icon';
    src: url('fonts/Icon.eot');
    src: url('fonts/Icon.eot?#iefix') format('embedded-opentype'),
    url('fonts/Icon.woff') format('woff'),
    url('fonts/Icon.ttf') format('truetype'),
    url('fonts/Icon.svg#Icon') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://www.passporthealthusa.com/wp-content/themes/enterprise-pro/fonts/poppins-400.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://www.passporthealthusa.com/wp-content/themes/enterprise-pro/fonts/poppins-500.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  src: url(https://www.passporthealthusa.com/wp-content/themes/enterprise-pro/fonts/poppins-600.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://www.passporthealthusa.com/wp-content/themes/enterprise-pro/fonts/opensans400.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(https://www.passporthealthusa.com/wp-content/themes/enterprise-pro/fonts/oswald-200.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/*
HTML5 Reset
---------------------------------------------------------------------------------------------------- */

/* Baseline Normalize
  normalize.css v2.1.3 | MIT License | git.io/normalize
--------------------------------------------- */

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
    display: block
}

audio, canvas, video {
    display: inline-block
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden], template {
    display: none
}

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

a {
    background: transparent
}

a.white {
    color: #fff!important;
}

a:focus {
    outline: thin dotted
}

a:active, a:hover {
    outline: 0
}

abbr[title] {
    border-bottom: 1px dotted
}

dfn {
    font-style: italic
}

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0
}

mark {
    background: #ff0;
    color: #000
}

code, kbd, samp {
    font-family: monospace, serif;
    font-size: 1em
}

q {
    quotes: "\201C" "\201D" "\2018" "\2019"
}

small {
    font-size: 80%
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

img {
    border: 0
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 0
}

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}

legend {
    border: 0;
    padding: 0
}

button, input, select, textarea {
    font-family: inherit;
    font-size: 100%;
    margin: 0
}

button, input {
    line-height: normal
}

button, select {
    text-transform: none
}

button, html input[type=button], input[type=reset], input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer;
}

.page-template-book-now-template input[type=button],
.page-template-franchise-local-page-redesign input[type=button] {
    color: #ffffff;
    padding: 3px 10px;
}

.page-template-book-now-template button,
.page-template-franchise-local-page-redesign button {
    border: none !important;
}

html input[disabled] {
    cursor: default;
    color: #A4A7A9;
}

input[type=checkbox], input[type=radio] {
    box-sizing: border-box;
    padding: 0
}

input[type=search] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto;
    vertical-align: top
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

/* Box Sizing
--------------------------------------------- */

*,
input[type="search"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/* Float Clearing
--------------------------------------------- */

.author-box:before,
.clearfix:before,
.entry:before,
.entry-content:before,
.footer-widgets:before,
.nav-primary:before,
.nav-secondary:before,
.pagination:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.wrap:before {
    content: " ";
    display: table;
}

.author-box:after,
.clearfix:after,
.entry:after,
.entry-content:after,
.footer-widgets:after,
.nav-primary:after,
.nav-secondary:after,
.pagination:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.site-inner:after,
.wrap:after {
    clear: both;
    content: " ";
    display: table;
}

a.entry-author-link {
    pointer-events: none;
    text-decoration: none !important;
    color: #aaa !important;
}

/*
Defaults
---------------------------------------------------------------------------------------------------- */

/* Typographical Elements
--------------------------------------------- */

body {
    background-color: #fff;
    color: #6b655b;
    font-family: 'Open Sans', sans-serif !important;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.625;
}

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button {
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}

::-moz-selection {
    background-color: #333;
    color: #fff;
}

::selection {
    background-color: #333;
    color: #fff;
}

a {
    color: #31b2ed;
    text-decoration: none;
}

a:hover {
    color: #333;
}

p {
    margin: 0 0 24px;
    padding: 0;
}

p.clinicp {
    padding-bottom: 5%;
}

p.indent20 {
    margin-left: 20px;
}

p.indent40 {
    margin-left: 40px;
}

b, strong {
    font-weight: 600;
}

ol,
ul {
    margin: 0;
    padding: 0;
}

li {
    list-style-type: none;
}

blockquote,
blockquote::before {
    color: #999;
}

blockquote {
    margin: 40px;
}

blockquote::before {
    content: "\201C";
    display: block;
    font-size: 30px;
    height: 0;
    left: -20px;
    position: relative;
    top: -10px;
}

cite {
    font-style: normal;
}

.longUrl {
    word-break: break-word;
}

/* Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #333;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    line-height: 1.2;
    margin: 0 0 10px;
}

h1 {
    font-size: 30px;
}

h2 {
    font-size: 26px;
}

h2.orange {
    color: #f47721;
}

h3 {
    font-size: 22px;
}

h4 {
    font-size: 17px;
}

h5 {
    font-size: 16px;
}

h6 {
    font-size: 16px;
}

.page-template-book-now-template h1 {
    color: #0058A4 !important;
    font-size: 24px;
    line-height: 40px;
    text-align: center;
    margin: 15px 0px;
}

.fullwidth_page h1 {
    margin: 0px;
    color: #fff;
    font-size: 110px;
    line-height: 40px;
    font-weight: 200;
    font-family: 'Oswald', sans-serif;
}

.fullwidth_page h1.long {
    margin: 0px;
    color: #fff;
    font-size: 70px;
    line-height: 40px;
    font-weight: 100;
    font-family: 'Oswald', sans-serif;
}

.fullwidth_page span.h1small {
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 5px;
    font-family: 'Open Sans', sans-serif;
}

.fullwidth_page h2 {
    text-align: center;
    font-size: 20px;
    color: #125da6;
    line-height: 1.7;
    font-weight: bold;
    font-family: 'Open Sans', sans-serif;
}

.accordion h2 {
    display: inline;
    font-size: 1.5em;
    color: #fff;
    font-weight: 600;
}

.fitcheck-form-section h2 {
    text-align:center;
    color: #0058a4;
}

/* Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
    max-width: 100%;
}

img {
    height: auto;
}

.featured-content img,
.gallery img {
    width: auto;
}

/* Gallery
--------------------------------------------- */

.gallery {
    overflow: hidden;
    margin-bottom: 28px;
}

.gallery-item {
    float: left;
    margin: 0;
    padding: 0 4px;
    text-align: center;
    width: 100%;
}

.gallery-columns-2 .gallery-item {
    width: 50%;
}

.gallery-columns-3 .gallery-item {
    width: 33%;
}

.gallery-columns-4 .gallery-item {
    width: 25%;
}

.gallery-columns-5 .gallery-item {
    width: 20%;
}

.gallery-columns-6 .gallery-item {
    width: 16.6666%;
}

.gallery-columns-7 .gallery-item {
    width: 14.2857%;
}

.gallery-columns-8 .gallery-item {
    width: 12.5%;
}

.gallery-columns-9 .gallery-item {
    width: 11.1111%;
}

.gallery-columns-2 .gallery-item:nth-child(2n+1),
.gallery-columns-3 .gallery-item:nth-child(3n+1),
.gallery-columns-4 .gallery-item:nth-child(4n+1),
.gallery-columns-5 .gallery-item:nth-child(5n+1),
.gallery-columns-6 .gallery-item:nth-child(6n+1),
.gallery-columns-7 .gallery-item:nth-child(7n+1),
.gallery-columns-8 .gallery-item:nth-child(8n+1),
.gallery-columns-9 .gallery-item:nth-child(9n+1) {
    clear: left;
}

.gallery .gallery-item img {
    border: none;
    height: auto;
}

/* Forms
--------------------------------------------- */

input,
select,
textarea {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 3px;
    box-shadow: inset 1px 1px 2px rgba(0, 0, 0, 0.06);
    color: #222;
    font-size: 16px;
    font-weight: 400;
}

input:focus,
textarea:focus {
    border: 1px solid #999;
    outline: none;
}

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
    width: auto;
}

::-moz-placeholder {
    color: #666;
    opacity: 1;
    font-weight: 400;
}

::-webkit-input-placeholder {
    color: #A4A7A9;
    font-weight: 400;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.home-top .more-link {
    background-color: #31b2ed;
    border: none;
    border-radius: 3px;
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    font-weight: 400;
    padding: 16px 24px;
    width: auto;
}

.entry-content .button:hover,
.footer-widgets .button {
    color: #fff;
}

.button {
    display: inline-block;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
    display: none;
}

select#mf-subject {
    max-width: 100%;
}

#recaptcha-main {
    margin-bottom: 26px;
}

.mf-fieldLabel {
    margin-top: 12px;
    font-weight: 600;
}

.contact_container .form_button {
    margin: 15px auto;
}

/*clinic page forms*/
.mfcontactbox1 {
    float: left;
    display: block;
    margin: 0 auto;
}

.mfcontactbox2 {
    display: inline-block;
    margin: 0 auto;
    width: 58%;
}

.clinic-contact-form {
    margin: auto;
    width: 90%;
}

.clinic-contact-form .form_button {
    margin: 15px auto;
    text-align: center;
}

.clinic-contact-form input[type=submit] {
    width: 80% !important;
}

input.formfield {
    width: 70%;
}

#customerSurvey .survey_label {
    float:left;
    margin: 0px 15px 15px 0px;
}

#customerSurvey .survey_row {
    margin: 0px 0px 25px 0px;
}

/* Tables
--------------------------------------------- */

table {
    border-collapse: collapse;
    border-spacing: 0;
    line-height: 2;
    margin-bottom: 10px;
    width: 100%;
}

tbody {
    border-bottom: 0px;
}

td,
th {
    text-align: left;
}

td {
    border-top: 0px;
    padding: 3px 0;
    vertical-align: top;
}

.page-template-book-now-template td {
    text-align: center !important;
    vertical-align: inherit !important;
    width: 52px;
}

th {
    font-weight: 700;
    text-transform: uppercase;
}


/*
Structure and Layout
---------------------------------------------------------------------------------------------------- */

/* Site Containers
--------------------------------------------- */

.wrap {
    margin: 0 auto;
    max-width: 960px;
    background: #fff;
}

.site-inner {
    background-color: transparent;
    padding-top: 0;
    border: none;
}

/* Column Widths and Positions
--------------------------------------------- */

/* Wrapping div for .content and .sidebar-primary */

.content-sidebar-sidebar .content-sidebar-wrap,
.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
    width: 920px;
}

.content-sidebar-sidebar .content-sidebar-wrap {
    float: left;
}

.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
    float: right;
}

/* Content */

.content {
    float: right;
    width: 635px;
}

.content-sidebar .content,
.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content {
    float: left;
}

.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content,
.sidebar-sidebar-content .content {
    width: 520px;
}

.full-width-content .content {
    width: 100%;
}

/* Primary Sidebar */

.sidebar-primary {
    float: right;
    width: 320px;
    border-left: 1px solid #ececec;
    padding-top: 10px;
}

.sidebar-content .sidebar-primary,
.sidebar-sidebar-content .sidebar-primary {
    float: left;
}

/* Secondary Sidebar */

.sidebar-secondary {
    float: left;
    width: 180px;
}

.content-sidebar-sidebar .sidebar-secondary {
    float: right;
}

/* Column Classes
  Link: https://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css
--------------------------------------------- */

.five-sixths,
.four-sixths,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-sixths,
.two-fourths,
.two-sixths,
.two-thirds {
    float: left;
    margin-left: 2.564102564102564%;
}

.one-half,
.three-sixths,
.two-fourths {
    width: 48.717948717948715%;
}

.one-third,
.two-sixths {
    width: 31.623931623931625%;
}

.four-sixths,
.two-thirds {
    width: 65.81196581196582%;
}

.one-fourth {
    width: 23.076923076923077%;
}

.three-fourths {
    width: 74.35897435897436%;
}

.one-sixth {
    width: 14.52991452991453%;
}

.five-sixths {
    width: 82.90598290598291%;
}

.first {
    clear: both;
    margin-left: 0;
}


/*
Common Classes
---------------------------------------------------------------------------------------------------- */

/* Avatar
--------------------------------------------- */

.avatar {
    float: left;
}

.alignleft .avatar,
.author-box .avatar {
    margin-right: 24px;
}

.alignright .avatar {
    margin-left: 24px;
}

.comment .avatar {
    margin: 0 16px 24px 0;
}

/* Genesis
--------------------------------------------- */

.breadcrumb {
    margin-bottom: 20px;
}

.archive-description,
.author-box {
    background-color: #fff;
    border: 1px solid #ececec;
    box-shadow: 0 1px #ececec;
    margin-bottom: 40px;
    padding: 40px;
}

.author-box-title {
    color: #333;
    font-size: 16px;
    margin-bottom: 4px;
}

.archive-description p:last-child,
.author-box p:last-child {
    margin-bottom: 0;
}

/* Titles
--------------------------------------------- */

.archive-title {
    font-size: 20px;
}

.entry-title {
    padding-bottom: 10px;
    margin: 0;
}

.entry-title a,
.sidebar .widget-title a {
    color: #333;
}

.entry-title a:hover {
    color: #31b2ed;
}

.widget-title,
.footer-widgets .featured-content .widget-title {
    border-bottom: none;
    font-size: 16px;
    margin: 0 0 20px;
    padding: 0 0 20px;
}

.home-bottom .widget-title,
.sidebar .widget-title {
    margin: -40px -40px 0px;
    padding: 30px 40px 10px 40px;
}

/* WordPress
--------------------------------------------- */

.alignleft {
    float: left;
    text-align: left;
}

.alignright {
    float: right;
    text-align: right;
}

a.alignleft,
a.alignnone,
a.alignright {
    max-width: 100%;
}

a.alignnone {
    display: inline-block;
}

a.aligncenter img {
    display: block;
    margin: 0 auto;
}

img.centered,
.aligncenter {
    display: block;
    margin: 0 auto 24px;
}

img.alignnone,
.alignnone {
    margin-bottom: 12px;
}

a.alignleft,
img.alignleft,
.wp-caption.alignleft {
    margin: 0 24px 12px 0;
}

a.alignright,
img.alignright,
.wp-caption.alignright {
    margin: 0 0 12px 24px;
}

.wp-caption-text {
    font-weight: 700;
    text-align: center;
}

.entry-content p.wp-caption-text {
    margin-bottom: 0;
}

.gallery-caption {
    margin: 0 0 10px;
}

/*
Widgets
---------------------------------------------------------------------------------------------------- */

.widget {
    word-wrap: break-word;
    margin-bottom: 0px;
}

.widget li {
    border-bottom: 1px dotted #ececec;
    margin-bottom: 5px;
    padding-bottom: 5px;
}

.widget ol > li {
    list-style-position: inside;
    list-style-type: decimal;
    padding-left: 20px;
    text-indent: -20px;
}

.widget li li {
    border: none;
    margin: 0 0 0 30px;
    padding: 0;
}

.widget ul > li:last-child,
.widget p:last-child {
    margin-bottom: 0;
}

.widget_calendar table {
    width: 100%;
}

.widget_calendar td,
.widget_calendar th {
    text-align: center;
}

/* Featured Content
--------------------------------------------- */

.after-entry .widget.featured-content,
.featured-content,
.home-bottom .widget.featured-content,
.sidebar .widget.featured-content {
    border-bottom-width: 0;
    padding: 0;
}

.after-entry .featured-content .widget-title,
.featured-content .widget-title {
    margin: 0;
    padding: 30px 40px;
}

.featured-content .entry {
    background: none;
    border: none;
    border-bottom: 1px solid #ececec;
    box-shadow: none;
    margin: 0;
    padding: 0;
}

.featured-content .entry-header {
    border-bottom: 1px solid #ececec;
    margin: 0;
    padding: 30px 40px;
}

.featured-content .entry-title {
    font-size: 20px;
    margin: 0;
}

.featured-content .entry-content {
    padding: 40px;
}

.featured-content .alignnone {
    background: #f8f8f8;
    border-bottom: 1px solid #ececec;
    margin-bottom: 0;
}

.featured-content img {
    margin-bottom: -7px;
}

.featured-content .more-link {
    display: block;
    font-weight: 700;
    margin-top: 20px;
}

.featured-content .more-from-category,
.featured-content ul {
    border-bottom: 1px solid #ececec;
    margin: 0;
    padding: 40px;
}

.footer-widgets .featured-content .alignnone {
    margin-bottom: 24px;
}

.footer-widgets .featured-content .entry {
    background: none;
    border: none;
    margin-bottom: 30px;
}

.footer-widgets .featured-content .entry-header,
.footer-widgets .featured-content .more-from-category,
.footer-widgets .featured-content ul {
    border: none;
    padding: 0 0 10px;
}

.footer-widgets .featured-content .entry-content {
    padding: 0;
}

/*
Plugins
---------------------------------------------------------------------------------------------------- */

/* Genesis eNews Extended
--------------------------------------------- */

.enews-widget input {
    margin-bottom: 16px;
}

.enews-widget input[type="submit"] {
    margin: 0;
    width: 100%;
}

.enews form + p {
    margin-top: 24px;
}

/* Genesis Responsive Slider
--------------------------------------------- */

.home-top .genesis_responsive_slider {
    margin: 0;
}

.site-container #genesis-responsive-slider {
    border-width: 0;
    padding: 0;
}

.site-container #genesis-responsive-slider .flex-control-nav {
    margin-top: -40px;
}

.site-container #genesis-responsive-slider .more-link {
    float: none;
    text-align: center;
}

.site-container #genesis-responsive-slider li {
    border-width: 0;
    margin: 0;
    padding: 0;
    text-indent: 0;
}

.home-slider li {
    margin: 0;
    padding: 0;
}

.content #genesis-responsive-slider {
    background: none;
    padding: 0;
}

.content .genesis_responsive_slider .slide-excerpt-border {
    border: none;
    margin: 0;
    padding: 0;
}

.content .genesis_responsive_slider h2,
.content .genesis_responsive_slider h2 a {
    color: #fff;
    font-size: 14px;
    font-size: 2rem;
    font-weight: 700;
}

.content .genesis_responsive_slider p {
    color: #ddd;
}

.content .genesis_responsive_slider p a {
    display: block;
    margin-top: 20px;
    margin-top: 2rem;
}

/* Gravity Forms
--------------------------------------------- */

div.gform_wrapper input[type="email"],
div.gform_wrapper input[type="text"],
div.gform_wrapper textarea,
div.gform_wrapper .ginput_complex label {
    font-size: 16px;
    padding: 5px;
}

div.gform_wrapper li,
div.gform_wrapper form li {
    margin: 16px 0 10px;
}

.gform_wrapper div.charleft.ginput_counter {
    display:none!important;
    margin-top:0px!important;
    font-size:0px!important;
}

#gform_wrapper_15 .gform_footer,
#gform_wrapper_16 .gform_footer,
#gform_wrapper_19 .gform_footer,
#gform_wrapper_20 .gform_footer,
#gform_wrapper_25 .gform_footer,
#gform_wrapper_32 .gform_footer {
    justify-content: center;
}

#gform_wrapper_15 ::placeholder,
#gform_wrapper_16 ::placeholder,
#gform_wrapper_19 ::placeholder,
#gform_wrapper_20 ::placeholder,
#gform_wrapper_25 ::placeholder {
    color: #6b655b;
}

#gform_wrapper_19 .gform_body {
    margin: 15px 0px 0px 0px;
}

.contact-multiline .gfield_label {
    width: 100% !important;
}

.contact-multiline ul {
    margin-left: 0 !important;
    overflow: visible !important;
}

.contact-multiline ul li {
    overflow: visible !important;
}

.bottom10px {
    margin-bottom: 10px !important;
}

.textarea95pct textarea {
    width: 95% !important;
}

/* Hides the reCAPTCHA on every page */
.grecaptcha-badge {
    visibility: hidden;
}

/* Jetpack
--------------------------------------------- */

#wpstats {
    display: none;
}

/*
Site Header
---------------------------------------------------------------------------------------------------- */

.site-header {
    background-color: #fff;
    max-width: 960px;
    margin: auto;
    margin-top: 10px;
    height: 78.28px;
}

.site-header .wrap {
    padding: 0;
    width: 100%;
}

.page-template-b2b-home-template .site-header .widget-area {
    height: 91.71px;
}

.page-template-credentialing-microsite-template #header_right {
    margin: 0px 18px 0px 0px !important;
    width: auto; /*214.45px !important;*/
    height: 56.75px !important;
}

.b2bheader_container {
    font-family: 'Poppins', sans-serif;
    font-weight: 600 !important;
    margin: 5px 10px 0px 55px;
}

.b2bphone {
    color: #2759a2 !important;
    font-weight: 600 !important;
    text-decoration: none !important;
}
.b2bphonemobile {
    color: #2759a2 !important;
    font-weight: 600 !important;
    font-size: 1em !important;
}

.backto_main_container {
    display: inline-block;
    margin: 0;
}

.backto_main_container span {
    font-weight:600;
    color:#2759a2;
    width:100%;
    padding: 5px 45px 0px 45px;
}

#header_container, #covid_header_container {
    font-family: 'Poppins', sans-serif;
}

#header_right {
    position: relative;
    display: inline-block;
    margin: 7px 18px 0px 45px;
    text-align: right;
    width: 167.41px;
    height: 64px;
}

#header_right a {
    color: #fff;
    text-decoration: none;
}

.Hschedule-btn {
    background: #319DD6;
    border-radius: 5px;
    padding: 5px 45px;
    text-align: center;
}

#header_middle {
    display: inline-block;
    float: left;
}

.header-cta-number, .header-cta-number a {
    font-weight: 500 !important;
    text-decoration: none !important;
    color: #2759a2 !important;
    font-size: 14px;
    line-height: 28px;
    text-align: center;
}

.header_container_visa {
    font-family: 'Poppins', sans-serif;
    font-weight: 500 !important;
}

#header_right_visa {
    display: inline-block;
    margin: 5px 19px 0px 115px;
    width: 150.34px;
}

#header_middle_visa {
    float: left;
    text-align: center;
    margin: 13px 0px 0px 0px;
    color: #2759a2;
    font-size: 1em;
    width: 258.76px;
    height: 52px;
    font-family: 'Poppins', sans-serif;
}

#b2bheader_right {
    position: relative;
    display: inline-block;
    margin: 7px 18px 0px 160px; 
    text-align: right;
    width: 150.34px;
    height: 72.5px;    
}

#b2bheader_middle {
    width: auto;
    height: 78px;
    float: left;
    color: #2759a2;
    text-align: center;
    font-size: 1em;
}

#covid_header_right {
    position: relative;
    display: inline-block;
    margin: 15px 18px 8px 0px;
    text-align: right;
    width: 250px;
    height: 44px;
}

/* Title Area
--------------------------------------------- */

.title-area, #title-area {
    float: left;
    padding: 20px 0 10px 18px;
    width: 320px;
}

.header-full-width .title-area, .header-full-width #title-area {
    width: 100%;
}

/* Widget Area
--------------------------------------------- */

.site-header .widget-area {
    float: right;
    width: auto;
}

.site-header .widget-area .widget {
    margin-bottom: 0;
}

.site-header .genesis-nav-menu li {
    border: none;
    margin: 0;
    padding: 0;
}

/*
Site Navigation
---------------------------------------------------------------------------------------------------- */

.genesis-nav-menu {
    clear: both;
    font-size: 14px;
    line-height: 1.5;
    width: 100%;
}

.genesis-nav-menu a {
    color: #333;
}

.genesis-nav-menu .menu-item {
    display: inline-block;
    text-align: left;
}

.genesis-nav-menu a {
    display: block;
    padding: 20px 24px;
}

.genesis-nav-menu a:hover,
.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu a:hover,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover {
    color: #31b2ed;
}

.genesis-nav-menu .sub-menu {
    border-top: 1px solid #ececec;
    left: -9999px;
    opacity: 0;
    position: absolute;
    -webkit-transition: opacity .4s ease-in-out;
    -moz-transition: opacity .4s ease-in-out;
    -ms-transition: opacity .4s ease-in-out;
    -o-transition: opacity .4s ease-in-out;
    transition: opacity .4s ease-in-out;
    width: 200px;
    z-index: 99;
}

.genesis-nav-menu .sub-menu a {
    background-color: #f8f8f8;
    border: 1px solid #ececec;
    border-top: none;
    color: #333;
    font-size: 12px;
    padding: 16px 24px;
    position: relative;
    width: 200px;
}

.genesis-nav-menu .sub-menu .sub-menu {
    margin: -52px 0 0 199px;
}

.genesis-nav-menu .menu-item:hover {
    position: static;
}

.genesis-nav-menu .menu-item:hover > .sub-menu {
    left: auto;
    opacity: 1;
}

.genesis-nav-menu > .first > a {
    padding-left: 0;
}

.genesis-nav-menu > .last > a {
    padding-right: 0;
}

.genesis-nav-menu > .right {
    float: right;
    list-style-type: none;
    padding: 0;
}

.genesis-nav-menu > .date,
.genesis-nav-menu > .right > a {
    display: inline-block;
    padding: 20px 24px;
}

.genesis-nav-menu > .search {
    padding: 8px 0 0;
}

.genesis-nav-menu > .search input {
    font-size: 12px;
    padding: 12px 20px;
}

/* Site Header Navigation
--------------------------------------------- */

.site-header .widget_nav_menu {
    color: #333;
}

.site-header .genesis-nav-menu li li {
    margin-left: 0;
}

/* Primary Navigation
--------------------------------------------- */

.nav-primary {
    background-color: #333;
}

.nav-primary,
.nav-primary a {
    color: #1a96d0;
}

.nav-primary .sub-menu {
    border-color: #222;
}

.nav-primary .sub-menu a {
    background-color: #333;
    border-color: #222;
    color: #1a96d0;
}

/* Secondary Navigation
--------------------------------------------- */

.nav-secondary {
    text-transform: none;
    letter-spacing: 0;
    margin-bottom: 20px;
}

.nav-secondary .genesis-nav-menu a {
    padding: 6px 20px;
}

.site-footer .nav-secondary .genesis-nav-menu a {
    color: #aaa;
}

.nav-secondary .genesis-nav-menu a:hover {
    color: #31b2ed;
}

/* Responsive Menu
--------------------------------------------- */

.responsive-menu-icon {
    cursor: pointer;
    display: none;
}

.responsive-menu-icon::before {
    content: "\f333";
    display: block;
    font: normal 20px/1 'dashicons';
    margin: 0 auto;
    padding: 10px;
    text-align: center;
}

.site-header .responsive-menu-icon::before {
    padding: 0;
}

/*
Content Area
---------------------------------------------------------------------------------------------------- */

/* Entries
--------------------------------------------- */

.entry {
    background-color: #fff;
    border: none;
    padding: 15px 25px 20px 25px;
}

.page-template-book-now-template .entry {
    padding: 0px 0px 20px 0px;
}

.page-template-book-now-template-v3 .entry {
    padding: 0px 0px 20px 0px;
}

.entry-header {
    margin: 5px 0px 0px 0px;
    padding: 0px 0px 20px 0px;
}

.page-template-book-now-template .entry-header {
    padding: 0px;
    margin: 0px;
}

.page-template-fullwidth-page-template-no-title .wrap, .page-template-fullwidth-page-template-no-title .entry {
   padding: 0px !important;
}

.page-template-franchise-local-page-redesign .entry, .page-template-franchise-parent-page-redesign .entry, .page-template-franchise-inner-page-redesign .entry, .page-template-covid-microsite-template .entry, .page-template-misc-microsite-template .entry {
    padding: 0px !important;
}

.entry-content ol,
.entry-content p, {
    margin-bottom: 0px;
}

.entry-content ul {
    margin-bottom: 26px;
}

.entry-content ol,
.entry-content ul {
    margin-left: 40px;
}

.entry-content ol > li {
    list-style-type: decimal;
}

.entry-content ul > li {
    list-style-type: disc;
}

.entry-content ol ol,
.entry-content ul ul {
    margin-bottom: 0;
}

.entry-content code {
    background-color: #333;
    color: #ddd;
}

.page-template-b2b-home-template .entry-content, .page-template-b2b-home-template .entry {
    padding: 0;
}

.page-template-book-now-template .entry-content {
    font-family: 'Poppins', sans-serif !important;
}

/* Entry Meta
--------------------------------------------- */

p.entry-meta {
    color: #aaa;
    font-size: 14px;
    margin-bottom: 0;
}

.entry-meta a {
    font-weight: 700;
}

.entry-header .entry-meta {
    margin: 10px 0 0;
}

.entry-footer {
    margin-top: 22px;
}

.entry-footer .entry-meta {
    border-top: 1px solid #ececec;
}

.entry-tags {
    float: right;
}

.entry-comments-link::before {
    content: "\2014";
    margin: 0 6px 0 2px;
}

/* After Entry
--------------------------------------------- */

.after-entry {
    background-color: #fff;
    border: 1px solid #ececec;
    box-shadow: 0 1px #ececec;
    margin-bottom: 40px;
}

.after-entry .widget {
    margin: 0;
    padding: 40px;
}

.after-entry .widget-title {
    border-top: 1px solid #ececec;
    margin: -40px -40px 30px;
    padding: 30px 40px;
}

.after-entry .widget:first-child .widget-title {
    border-top: 0;
}

.after-entry .featured-content .entry:last-of-type,
.after-entry .featured-content .more-from-category {
    border-bottom: none;
}

.after-entry .featured-content .more-from-category {
    padding: 20px 40px;
}

.after-entry li {
    list-style-type: none;
}

/* Pagination
--------------------------------------------- */

.pagination {
    margin: 40px 0;
}

.adjacent-entry-pagination {
    margin-bottom: 0;
}

.archive-pagination li {
    display: inline;
}

.archive-pagination li a {
    background-color: #fff;
    border: 1px solid #ececec;
    box-shadow: 0 1px #ececec;
    color: #333;
    cursor: pointer;
    display: inline-block;
    padding: 8px 12px;
}

.archive-pagination li a:hover,
.archive-pagination .active a {
    background-color: #31b2ed;
    color: #fff;
}

.entry-pagination.pagination {
    margin: 0 0 10px;
}

/* Comments
--------------------------------------------- */

.comment-respond,
.entry-comments,
.entry-pings {
    background-color: #fff;
    border: 1px solid #ececec;
    box-shadow: 0 1px #ececec;
    margin-bottom: 40px;
}

.comment-respond {
    padding: 40px 40px 16px;
}

.comment-respond h3 {
    border-bottom: 1px solid #ececec;
    margin: -40px -40px 40px;
    padding: 30px 40px;
}

.entry-comments {
    border-bottom-width: 0;
}

.entry-comments h3,
.entry-pings h3 {
    border-bottom: 1px solid #ececec;
    margin: 0;
    padding: 30px 40px;
}

.comment-list li.depth-1 {
    border-bottom: 1px solid #ececec;
    padding-bottom: 40px;
}

.comment-content {
    clear: both;
}

.comment-list li {
    padding: 40px 40px 0;
}

.comment-list li li {
    padding-right: 0;
}

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
    width: 50%;
}

.comment-respond label {
    display: block;
    margin-right: 12px;
}

.entry-comments .comment-author,
.entry-comments .comment-author a {
    color: #333;
    font-weight: 700;
    margin-bottom: 0;
}

.comment-meta,
.comment-meta a {
    color: #aaa;
    font-size: 14px;
}

.entry-comments .comment-author a:hover,
.comment-meta a:hover {
    color: #31b2ed;
}

.ping-list li {
    padding: 40px 40px 16px;
}

.entry-pings .reply {
    display: none;
}

.comment-reply-link {
    font-weight: 700;
}

.form-allowed-tags {
    background-color: #f5f5f5;
    padding: 24px;
}

/*
Sidebars
---------------------------------------------------------------------------------------------------- */

.sidebar .widget {
    background-color: #fff;
    border-left: 1px solid #ececec;
    box-shadow: 0 1px #ececec;
    padding: 20px;
}

.sidebar-primary .widget {
    padding: 20px 13px;
}

/*
Footer Widgets
---------------------------------------------------------------------------------------------------- */

.footer-widgets {
    padding-top: 0;
    background: transparent;
    border: none;
    clear: both;
}

.footer-widgets .wrap {
    border-top: 4px solid #ddd;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    background: #174897 url(/wp-content/themes/enterprise-pro/images/footer.jpg?version=@{cache-version}) repeat-x;
    padding: 20px;
    color: #fff !important;
}

.footer-widgets .wrap a, .footer-widgets .wrap h1 {
    color: #fff !important;
}

.footer-widgets-1 a {
    font-size: 12px;
    font-weight: 600;
}

.footer-widgets-1, .footer-widgets-2 {
    width: 30%;
    margin-right: 2%;
    float: left;
}

.footer-widgets-3 {
    width: 30%;
    margin-right: 2%;
    float: right;
}

.footer-widgets .widget {
    margin-bottom: 0px;
}

.footer-widgets input {
    border: 1px solid #333;
}

.footer-widgets li {
    border-bottom: none;
    margin-bottom: 2px;
    padding-bottom: 2px;
}

.middle-footer-cta {
    text-align:center;
    font-size: 16px;
}

.footer-embeddedPhone {
    height: 29px;
}

.footer-embeddedPhone a {
    text-decoration: none!important;
}

.footer-social-media {
    text-align: center;
}

.footer-social-media .social-btn {
    display: inline-block;
    padding: 0px 4px;
    vertical-align: middle;
}

.page-template-fullwidth-page-template-no-title .footer-widgets .wrap {
    padding: 20px !important;
}

/*
Site Footer
---------------------------------------------------------------------------------------------------- */

.site-footer {
    font-size: 12px;
    letter-spacing: 1px;
    text-align: center;
    text-transform: uppercase;
    padding: 20px 0;
}

.site-footer, .site-footer .wrap {
    background: transparent;
    border: none;
    color: #fff
}

.site-footer t {
    float: left;
}

.site-footer a {
    color: white !important;
    font-weight: bold !important;
}

.site-footer a:hover {
    color: #31b2ed;
}

.site-footer p {
    margin-bottom: 0;
    font-weight: 600;
    letter-spacing: 5px;
    text-align: right;
}

/*
Theme Colors
---------------------------------------------------------------------------------------------------- */

/* Enterprise Pro Black
--------------------------------------------- */

.enterprise-pro-black .comment-meta a,
.enterprise-pro-black .genesis-nav-menu .current-menu-item > a,
.enterprise-pro-black .genesis-nav-menu .sub-menu .current-menu-item > a:hover,
.enterprise-pro-black .genesis-nav-menu .sub-menu a:hover,
.enterprise-pro-black .genesis-nav-menu a:hover,
.enterprise-pro-black .site-footer a,
.enterprise-pro-black a:hover {
    color: #aaa;
}

.enterprise-pro-black .comment-meta a:hover,
.enterprise-pro-black .entry-comments .comment-author a,
.enterprise-pro-black .entry-title a,
.enterprise-pro-black .genesis-nav-menu a,
.enterprise-pro-black .sidebar .widget-title a,
.enterprise-pro-black .site-footer a:hover,
.enterprise-pro-black .site-title a,
.enterprise-pro-black .site-title a:hover,
.enterprise-pro-black a {
    color: #333;
}

.enterprise-pro-black .nav-primary a {
    color: #fff;
}

.enterprise-pro-black .archive-pagination .active a,
.enterprise-pro-black .archive-pagination li a:hover,
.enterprise-pro-black .button,
.enterprise-pro-black .home-top .more-link,
.enterprise-pro-black button,
.enterprise-pro-black input[type="button"],
.enterprise-pro-black input[type="reset"],
.enterprise-pro-black input[type="submit"] {
    background-color: #333;
    color: #fff;
}

.enterprise-pro-black .button:hover,
.enterprise-pro-black .home-top .more-link:hover,
.enterprise-pro-black button:hover,
.enterprise-pro-black input:hover[type="button"],
.enterprise-pro-black input:hover[type="reset"],
.enterprise-pro-black input:hover[type="submit"] {
    background-color: #aaa;
    color: #fff;
}

/* Enterprise Pro Green
--------------------------------------------- */

.enterprise-pro-green .comment-meta a:hover,
.enterprise-pro-green .entry-comments .comment-author a:hover,
.enterprise-pro-green .entry-title a:hover,
.enterprise-pro-green .genesis-nav-menu .current-menu-item > a,
.enterprise-pro-green .genesis-nav-menu .sub-menu .current-menu-item > a:hover,
.enterprise-pro-green .genesis-nav-menu .sub-menu a:hover,
.enterprise-pro-green .genesis-nav-menu a:hover,
.enterprise-pro-green .site-footer a:hover,
.enterprise-pro-green .site-title a,
.enterprise-pro-green .site-title a:hover,
.enterprise-pro-green a {
    color: #2bc876;
}

.enterprise-pro-green .comment-meta a,
.enterprise-pro-green .site-footer a {
    color: #aaa;
}

.enterprise-pro-green .entry-comments .comment-author a,
.enterprise-pro-green .entry-title a,
.enterprise-pro-green .genesis-nav-menu a,
.enterprise-pro-green .sidebar .widget-title a,
.enterprise-pro-green a:hover {
    color: #333;
}

.enterprise-pro-green .nav-primary a {
    color: #fff;
}

.enterprise-pro-green .archive-pagination .active a,
.enterprise-pro-green .archive-pagination li a:hover,
.enterprise-pro-green .button,
.enterprise-pro-green .home-top .more-link,
.enterprise-pro-green button,
.enterprise-pro-green input[type="button"],
.enterprise-pro-green input[type="reset"],
.enterprise-pro-green input[type="submit"] {
    background-color: #2bc876;
    color: #fff;
}

.enterprise-pro-green .button:hover,
.enterprise-pro-green .home-top .more-link:hover,
.enterprise-pro-green button:hover,
.enterprise-pro-green input:hover[type="button"],
.enterprise-pro-green input:hover[type="reset"],
.enterprise-pro-green input:hover[type="submit"] {
    background-color: #333;
    color: #fff;
}

/* Enterprise Pro Orange
--------------------------------------------- */

.enterprise-pro-orange .comment-meta a:hover,
.enterprise-pro-orange .entry-comments .comment-author a:hover,
.enterprise-pro-orange .entry-title a:hover,
.enterprise-pro-orange .genesis-nav-menu .current-menu-item > a,
.enterprise-pro-orange .genesis-nav-menu .sub-menu .current-menu-item > a:hover,
.enterprise-pro-orange .genesis-nav-menu .sub-menu a:hover,
.enterprise-pro-orange .genesis-nav-menu a:hover,
.enterprise-pro-orange .site-footer a:hover,
.enterprise-pro-orange .site-title a,
.enterprise-pro-orange .site-title a:hover,
.enterprise-pro-orange a {
    color: #ff6f00;
}

.enterprise-pro-orange .comment-meta a,
.enterprise-pro-orange .site-footer a {
    color: #aaa;
}

.enterprise-pro-orange .entry-comments .comment-author a,
.enterprise-pro-orange .entry-title a,
.enterprise-pro-orange .genesis-nav-menu a,
.enterprise-pro-orange .sidebar .widget-title a,
.enterprise-pro-orange a:hover {
    color: #333;
}

.enterprise-pro-orange .nav-primary a {
    color: #fff;
}

.enterprise-pro-orange .archive-pagination .active a,
.enterprise-pro-orange .archive-pagination li a:hover,
.enterprise-pro-orange .button,
.enterprise-pro-orange .home-top .more-link,
.enterprise-pro-orange button,
.enterprise-pro-orange input[type="button"],
.enterprise-pro-orange input[type="reset"],
.enterprise-pro-orange input[type="submit"] {
    background-color: #ff6f00;
    color: #fff;
}

.enterprise-pro-orange .button:hover,
.enterprise-pro-orange .home-top .more-link:hover,
.enterprise-pro-orange button:hover,
.enterprise-pro-orange input:hover[type="button"],
.enterprise-pro-orange input:hover[type="reset"],
.enterprise-pro-orange input:hover[type="submit"] {
    background-color: #333;
    color: #fff;
}

/* Enterprise Pro Red
--------------------------------------------- */

.enterprise-pro-red .comment-meta a:hover,
.enterprise-pro-red .entry-comments .comment-author a:hover,
.enterprise-pro-red .entry-title a:hover,
.enterprise-pro-red .genesis-nav-menu .current-menu-item > a,
.enterprise-pro-red .genesis-nav-menu .sub-menu .current-menu-item > a:hover,
.enterprise-pro-red .genesis-nav-menu .sub-menu a:hover,
.enterprise-pro-red .genesis-nav-menu a:hover,
.enterprise-pro-red .site-footer a:hover,
.enterprise-pro-red .site-title a,
.enterprise-pro-red .site-title a:hover,
.enterprise-pro-red a {
    color: #ff473a;
}

.enterprise-pro-red .comment-meta a,
.enterprise-pro-red .site-footer a {
    color: #aaa;
}

.enterprise-pro-red .entry-comments .comment-author a,
.enterprise-pro-red .entry-title a,
.enterprise-pro-red .genesis-nav-menu a,
.enterprise-pro-red .sidebar .widget-title a,
.enterprise-pro-red a:hover {
    color: #333;
}

.enterprise-pro-red .nav-primary a {
    color: #fff;
}

.enterprise-pro-red .archive-pagination .active a,
.enterprise-pro-red .archive-pagination li a:hover,
.enterprise-pro-red .button,
.enterprise-pro-red .home-top .more-link,
.enterprise-pro-red button,
.enterprise-pro-red input[type="button"],
.enterprise-pro-red input[type="reset"],
.enterprise-pro-red input[type="submit"] {
    background-color: #ff473a;
    color: #fff;
}

.enterprise-pro-red .button:hover,
.enterprise-pro-red .home-top .more-link:hover,
.enterprise-pro-red button:hover,
.enterprise-pro-red input:hover[type="button"],
.enterprise-pro-red input:hover[type="reset"],
.enterprise-pro-red input:hover[type="submit"] {
    background-color: #333;
    color: #fff;
}

/* Enterprise Pro Teal
--------------------------------------------- */

.enterprise-pro-teal .comment-meta a:hover,
.enterprise-pro-teal .entry-comments .comment-author a:hover,
.enterprise-pro-teal .entry-title a:hover,
.enterprise-pro-teal .genesis-nav-menu .current-menu-item > a,
.enterprise-pro-teal .genesis-nav-menu .sub-menu .current-menu-item > a:hover,
.enterprise-pro-teal .genesis-nav-menu .sub-menu a:hover,
.enterprise-pro-teal .genesis-nav-menu a:hover,
.enterprise-pro-teal .site-footer a:hover,
.enterprise-pro-teal .site-title a,
.enterprise-pro-teal .site-title a:hover,
.enterprise-pro-teal a {
    color: #34bfba;
}

.enterprise-pro-teal .comment-meta a,
.enterprise-pro-teal .site-footer a {
    color: #aaa;
}

.enterprise-pro-teal .entry-comments .comment-author a,
.enterprise-pro-teal .entry-title a,
.enterprise-pro-teal .genesis-nav-menu a,
.enterprise-pro-teal .sidebar .widget-title a,
.enterprise-pro-teal a:hover {
    color: #333;
}

.enterprise-pro-teal .nav-primary a {
    color: #fff;
}

.enterprise-pro-teal .archive-pagination .active a,
.enterprise-pro-teal .archive-pagination li a:hover,
.enterprise-pro-teal .button,
.enterprise-pro-teal .home-top .more-link,
.enterprise-pro-teal button,
.enterprise-pro-teal input[type="button"],
.enterprise-pro-teal input[type="reset"],
.enterprise-pro-teal input[type="submit"] {
    background-color: #34bfba;
    color: #fff;
}

.enterprise-pro-teal .button:hover,
.enterprise-pro-teal .home-top .more-link:hover,
.enterprise-pro-teal button:hover,
.enterprise-pro-teal input:hover[type="button"],
.enterprise-pro-teal input:hover[type="reset"],
.enterprise-pro-teal input:hover[type="submit"] {
    background-color: #333;
    color: #fff;
}

/* Hide element when not using specific media query
---------------------------------------------------------------------------------------------------- */
.showFormSidebarButton {
    display: none !important;
}

#vaccine_top {
    display: none !important;
}

#clinic_map {
    display: none !important;
}

.healthmap_wrapper_mobile {
    display: none !important;
}

.healthmap_wrapper_mobilesm {
    display: none !important;
}

.alert-mobile {
    display: none !important;
}

.usLocationsMobile {
    display: none;
}

/* Home Middle
------------------------------------------------------------ */

#home-middle {
    clear: both;
    overflow: hidden;
}

.home-middle-1, .home-middle-2, .home-middle-3 {
    float: left;
    padding: 0 2.8%;
    width: 33.33333333333%;
}

.home-middle-text {
    line-height: 1.625;
    padding-top: 12px;
}

/* Fluid Forms
------------------------------------------------------------ */

.last {
    margin-right: 0 !important;
    clear: right;
}

.clearboth {
    clear: both;
    display: block;
    font-size: 0;
    height: 0;
    line-height: 0;
    width: 100%;
}

/* --------- Additions for Facebook IFrame ----------- */
.facebook-iframe {
    background: none;
    margin: 0px;
    padding: 0px;
}

.facebook-iframe #wrap {
    margin: 0px;
    width: 500px;
}

.facebook-iframe #wrap #inner {
    margin: 0px;
    width: 500px;
}

.facebook-iframe #wrap #inner #content-sidebar-wrap {
    margin: 0px;
    width: 500px;
}

.facebook-iframe #wrap #inner #content-sidebar-wrap #content {
    margin: 0px;
    width: 500px;
}

.facebook-iframe #wrap #inner #content-sidebar-wrap #content .entry-content {
    margin: 0px;
    width: 500px;
    padding: 0px;
}

.facebook-iframe #wrap #inner #content-sidebar-wrap #content .entry-content p {
    padding: 0px;
}

#2-column-wrapper {
    background: url(/wp-content/uploads/2011/11/body-bkgd-blend1.jpg) repeat-x center bottom;
    margin: 0px;
    padding: 0px 0px 20px;
}

#2-column-wrapper p {
    font-size: 13px;
    line-height: 17px;
    font-weight: normal;
    color: #333333;
    text-decoration: none;
    font-family: Arial, Helvetica, sans-serif;
    margin: 0px;
    padding: 0px;
}

#2-column-wrapper h3 {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 15px;
    line-height: 17px;
    font-weight: normal;
    color: #333;
    text-decoration: none;
    margin: 0px;
    padding: 0px;
}

a {
    font-weight: normal;
    color: #1a96d0;
    text-decoration: underline;
}

a:link {
    font-weight: normal;
    color: #1a96d0;
    text-decoration: underline;
}

a:hover {
    font-weight: normal;
    color: #1a96d0;
    text-decoration: none;
}

#clinics-box {
    padding: 4px;
    float: right;
    width: 179px;
    background: url(/wp-content/uploads/2011/11/clinic-box-bkgd.jpg) no-repeat center top;
    margin-right: 15px;
    margin-top: 15px;
    height: 232px;
}

#clinics-box h1 {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 17px;
    line-height: 19px;
    font-weight: normal;
    color: #FFF;
    text-decoration: none;
    margin: 0px;
    padding: 0px;
}

#clinic-listings {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    line-height: 15px;
    font-weight: normal;
    color: #333;
    text-decoration: none;
    margin: 10px 4px 0px;
    padding: 0px;
}

#clinic-listings p {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    line-height: 15px;
    font-weight: normal;
    color: #333;
    margin: 0px;
    padding: 0px 0px 13px;
}

#fb-wrapper {
    width: 500px;
    margin: 0px;
    padding: 0px;
    background: url(/wp-content/uploads/2011/11/body-bkgd-blend1.jpg) repeat-x center bottom;
}

#fb-left-column {
    margin: 0px;
    padding: 0px 10px 0px 7px;
    float: left;
    width: 233px;
    background: url(/wp-content/uploads/2011/11/body-bkgd-blend.jpg) repeat-x center bottom;
}

#fb-left-column p {
    font-size: 13px;
    line-height: 17px;
    font-weight: normal;
    color: #333;
    text-decoration: none;
    margin: 0px;
    padding: 0px;
}

#fb-right-column {
    margin: 0px;
    padding: 0px 7px 0px 10px;
    float: left;
    width: 233px;
}

#fb-right-column p {
    font-size: 13px;
    line-height: 17px;
    font-weight: normal;
    color: #333;
    text-decoration: none;
    margin: 0px;
    padding: 0px;
}

#fb-footer-wrapper {
    background: url(/wp-content/uploads/2011/11/footer-bkgd.jpg) repeat-x center top;
    margin: 0px;
    padding: 5px;
    height: 50px;
    clear: both;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 12px;
    line-height: 16px;
    font-weight: normal;
    color: #FFF;
    text-decoration: none;
}

.fb-clear-float {
    margin: 0px;
    padding: 0px;
    clear: both;
    display: block;
}

.fb-search {
    width: 170px;
    height: 50px;
    margin: 0px;
    padding: 10px 0px 0px;
}

.fb-find-clinic-header {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: bold;
    color: #1D4C98;
    text-decoration: none;
}

#fb-left-column h3 {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 15px;
    line-height: 17px;
    font-weight: normal;
    color: #333;
    text-decoration: none;
    margin: 0px;
    padding: 0px 0px 5px;
}

#fb-right-column h3 {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 15px;
    line-height: 17px;
    color: #333;
    font-weight: normal;
    text-decoration: none;
    margin: 0px;
    padding: 0px 0px 5px;
}

.footer-col-right {
    text-align: right;
    display: block;
    width: 275px;
    float: right;
    margin: 0px;
    padding: 5px 5px 0px 0px;
    font-weight: normal;
}

.footer-col-left {
    float: left;
    margin: 0px;
    padding: 5px 0px 0px 5px;
}

.footer-col-left a {
    color: #F0F5F8;
}

#header-wrapper {
    background: url(/wp-content/uploads/2011/11/main-photo.jpg) no-repeat center top;
    height: 272px;
    width: 500px;
}

.inset-img-flush-left {
    float: left;
    padding-right: 10px;
    padding-bottom: 10px;
}

#intro-text {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-weight: normal;
    color: #333;
    text-decoration: none;
    text-align: center;
    padding: 0px;
    margin: 0px 0px 25px;
}

#intro-text h1 {
    font-size: 19px;
    line-height: 22px;
    color: #000;
    font-weight: normal;
}

#intro-text h2 {
    font-size: 15px;
    font-weight: normal;
    color: #626363;
}

#location-map-bttn {
    margin: 230px 0px 0px;
    float: left;
    height: 30px;
    width: 100px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    border-style: none;
}

#nav-bar-wrapper {
    background: url(/wp-content/uploads/2011/11/nav-bar-bkgd.jpg) repeat-x;
    text-align: center;
    height: 34px;
    width: 500px;
    padding-top: 5px;
    padding-bottom: 5px;
}

#nav-bar-wrapper a {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 13px;
    line-height: 22px;
    font-weight: normal;
    color: #1a96d0;
    text-decoration: none;
    text-transform: uppercase;
}

.phone-number {
    font-size: 18px;
    font-weight: bold;
    color: #223f98;
    text-decoration: none;
}

#megaMenu .locations ul ul.sub-menu-2 li a span {
    color: #000000;
}

#megaMenu .locations ul ul.sub-menu-3 li a span {
    color: #2169AF;
}

.sn {
    width: 400px;
    height: 26px;
    margin: 12px 15px;
    float: right;
    text-align: right
}

.facebook, .twitter, .youtube, .googleplus, .linkedin, .rss {
    float: right;
    margin: 0 2px
}

.facebook a, .twitter a, .youtube a, .googleplus a, .linkedin a, .rss a {
    width: 21px;
    height: 21px;
    display: block;
}

.facebook a {
    background-image: url(images/sprites.png?version=@{cache-version});
    background-position: 0 -441px;
    width: 21px;
    height: 21px;
}

.facebook a:hover {
    background-image: url(images/sprites.png?version=@{cache-version});
    background-position: 0 -472px;
    width: 21px;
    height: 21px;
}

.twitter a {
    background-image: url(images/sprites.png?version=@{cache-version});
    background-position: 0 -565px;
    width: 21px;
    height: 21px;
}

.twitter a:hover {
    background-image: url(images/sprites.png?version=@{cache-version});
    background-position: 0 -596px;
    width: 21px;
    height: 21px;
}

.rss a {
    background-image: url(images/sprites.png?version=@{cache-version});
    background-position: 0 -503px;
    width: 21px;
    height: 21px;
}

.rss a:hover {
    background-image: url(images/sprites.png?version=@{cache-version});
    background-position: 0 -534px;
    width: 21px;
    height: 21px;
}

.youtube a {
    background-image: url(images/sprites.png?version=@{cache-version});
    background-position: 0 -762px;
    width: 21px;
    height: 24px;
}

.youtube a:hover {
    background-image: url(images/sprites.png?version=@{cache-version});
    background-position: 0 -792px;
    width: 21px;
    height: 24px;
}

.googleplus a {
    background-image: url(images/sprites.png?version=@{cache-version});
    background-position: 0 -708px;
    width: 21px;
    height: 21px;
}

.googleplus a:hover {
    background-image: url(images/sprites.png?version=@{cache-version});
    background-position: 0 -735px;
    width: 21px;
    height: 21px;
}

.linkedin a {
    background-image: url(images/sprites.png?version=@{cache-version});
    background-position: 0 -818px;
    width: 21px;
    height: 21px;
}

.linkedin a:hover {
    background-image: url(images/sprites.png?version=@{cache-version});
    background-position: 0 -842px;
    width: 21px;
    height: 21px;
}

.header_search {
    width: auto;
    float: none;
    text-align: right;
    margin-top: 17px;
}

.header_search .number {
    color: #2759a2;
    font-size: 18px;
}

.header_search_label {
    display: inline-block;
    float: left;
    padding: 2px 0px;
    font-size: 14px;
}

.header_search .search_box {
    margin: 0px 0px 0 5px;
    display: inline-block;
}

.header_search input.clinic_search {
    padding: 2px 0px 2px 4px;
    font-size: 14px;
    color: #666;
    float: left;
    width: 191px;
    border-radius: 3px 0px 0px 3px;
}

.header_search .search {
    float: right;
    display: block;
    padding: 4px 3px;
    background-color: #F0EFF0;
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    height: 27px; /*23px;*/
    font-size: 12px;
    border-radius: 0px 3px 3px 0px;
}

.header_search .fas.fa-search,
.location_search .fas.fa-search {
    color: #666;
}

.header_search input:hover[type="submit"],
.location_search input:hover[type="submit"] {
    background-color: #F0EFF0;
}

.slideshow_container {
    background: #fff;
    position: relative;
    width: 100%;
    height: 332px;
}

.left_arrow {
    background-image: url(images/sprites.png?version=@{cache-version});
    background-repeat: no-repeat;
    background-position: 0 0;
    width: 40px;
    height: 44px;
    position: absolute;
    left: -7px;
    top: 220px;
    z-index: 10;
    cursor: pointer;
}

.right_arrow {
    background-image: url(images/sprites.png?version=@{cache-version});
    background-repeat: no-repeat;
    background-position: 0 -54px;
    width: 40px;
    height: 44px;
    position: absolute;
    right: -7px;
    top: 220px;
    z-index: 10;
    cursor: pointer;
}

.arrow-left {
    width:0px;
    height:0px;
    border-bottom:7px solid transparent;  /* left arrow slant */
    border-top:7px solid transparent; /* right arrow slant */
    border-right:7px solid #dfdfdf; /* bottom, add background color here */
    font-size:0px;
    line-height:0px;
    cursor: pointer;
}

.arrow-right {
    width:0px;
    height:0px;
    border-bottom:6px solid transparent;  /* left arrow slant */
    border-top:6px solid transparent; /* right arrow slant */
    border-left:6px solid #dfdfdf; /* bottom, add background color here */
    font-size:0px;
    line-height:0px;
    cursor: pointer;
}

.bluehighlight {
    border-left-color: #349fd7;
    border-right-color: #349fd7;
}

.slidetextcontainer {
    margin-top: -3px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 20px;
}

.slide_position table, .slide_position tbody {
    line-height: 0px;
    border: none;
}

.slide_position td {
    border: none;
    padding: 5px;
    font-weight: 500;
}

.spacer {
    background: transparent;
}

.location_box {
    background: url(images/location_back.png?version=@{cache-version}) repeat;
    float: right;
    width: 300px;
    overflow: hidden;
    z-index: 10;
    font-family: 'Poppins', sans-serif;
    position: absolute;
    right: 60px;
    top: 15px;
    height: 200px;
    line-height: normal;
}

.location_box h2 {
    color: #fff;
    line-height: 20px;
    font-size: 16px !important;
    padding: 7px 5px;
    font-weight: normal;
    margin: 0;
    text-align: center;
    background-color: #666;
}

.location_box table {
    margin-bottom: 0;
}

.location_box .cta-btn-call-text {
    color: #2759a2;
}

#schedNow {
    width: 240px;
    height: 62px;
    margin: 10% 0 3% 0;
}

#schedNow a {
    color: #fff;
    text-decoration: none;
}

.home-sched-now-btn {
    background: #2759a2;
    border-radius: 5px;
    padding: 5px 30px;
    text-align: center;
}

.home-sched-now-callText,
.home-sched-now-callText a {
    text-align: center;
    font-size: 12px;
    font-weight: 500;
    text-decoration: none;
    line-height: 28px;
    color: #2759a2!important;
}

.homepage_clinic_search input.location_search_input {
    float: left;
    padding: 4px 3px;
    font-size: 14px;
    color: #A9A9A9;
    border: 1px solid #2759a2;
    border-right: none;
    border-radius: 3px 0px 0px 3px;
    height: 31px;
    width: 207px;
}

.homepage_clinic_search .search2 {
    float: left;
    display: block;
    border: 1px solid #2759a2;
    margin-left: -2px !important;
    padding: 4px 8px;
    background-color: #2759a2;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    height: 31px;
    width: 33px;
}

.homepage_clinic_search {
    margin: 8% 0;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.search_button {
    color: #fff;
    position: absolute;
    right: 32px;
    padding: 5px;
}

.location_details {
    padding: 0 30px;
}

.location_details hr {
    border-style: solid;
    border-width: .2px;
}

.location_search {
    font-family: 'Poppins', sans-serif;
    margin-bottom: 5px;
}

.location-search-locpage {
    display: flex;
    justify-content: center;
}

.location_search input.location_search_input {
    border: 2px solid #F0EFF0;
    border-right: none;
    font-size: 14px;
    margin: 0;
    line-height: normal;
    color: #333;
    border-radius: 0;
    margin: 0;
    float: left;
    height: 31px;
    padding: 4px 5px;
    width: 235px;
}

.location_search .search2 {
    float: left;
    display: block;
    margin-left: -2px !important;
    padding: 4px 8px;
    background-color: #F0EFF0;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    height: 31px;
    width: 33px;
}

.clinicLocatorValidation {
    color: #FF6900;
    padding-bottom: 40px;
    font-size: 14px;
}

.clinicLocatorNoStateMessage {
    color: #FF6900;
    padding-bottom: 10px;
    font-size: 14px;
}

.clinicSearchValidationError {
    border: 1px solid #FF6900 !important;
}

.slide_position {
    position: absolute;
    top: 280px;
    left: 120px;
    z-index: 0;
}

.dot {
    background-image: url(images/sprites.png?version=@{cache-version});
    background-position: 0 -172px;
    width: 15px;
    height: 13px;
    display: block;
    float: left;
    cursor: pointer;
}

.dot.on {
    background-image: url(images/sprites.png?version=@{cache-version});
    background-position: 0 -149px;
    width: 15px;
    height: 13px;
}

.slide_location {
    font-style: italic;
    font-size: 10px
}

.slideshow {
    width: 960px;
    height: 332px;
}

.home_headline h1, .home_headline h2 {
    padding: 7px 7px 5px 7px;
    margin: 0;
    letter-spacing: -1px
}

.home_headline h3 {
    font-size: 15px;
    color: #666;
    margin: 5px;
    line-height: 25px
}

.spacer {
    height: 1px;
    background: #f0f0f0;
    margin: 0px 0
}

.franchisee_nav {
    background: url(images/location_sidebar_back.jpg) no-repeat;
    padding: 10px 10px 10px 0px;
    width: 298px;
    height: 300px;
    font-family: 'Poppins', sans-serif;
}

.franchisee_nav h3 {
    font-size: 18px;
    color: #FFF;
    text-transform: uppercase;
    padding-left: 10px;
    margin: 0 0 3px;
}

.franchisee_nav ul {
    padding: 10px;
    margin: 0
}

.franchisee_nav ul li {
    background: url(images/dot.gif) no-repeat 0 10px;
    padding: 1px 5px 3px 15px;
    color: #FFF
}

.franchisee_nav ul li a, .franchisee_nav ul li a:link, .franchisee_nav ul li a:hover, .franchisee_nav ul li a:visited {
    color: #FFF;
    font-size: 14px;
}

.franchisee_clinics {
    margin: 0 20px;
}

.franchisee_clinics h4 {
    font-size: 18px;
    font-weight: none;
    color: #333;
}

.franchisee_clinics ul {
    margin: 5px
}

.franchisee_clinics ul li {
    background: url(images/arrows.png) no-repeat 0 10px;
    padding: 5px 5px 5px 15px
}

.franchisee_clinics div.business {
    margin: 5px;
    border-bottom: 1px dotted #329ED7;
}

.franchisee_clinics div.address {
    background: url(/wp-content/themes/enterprise-pro/images/arrows.png) no-repeat 0 10px;
    padding: 5px 5px 5px 15px
}

.franchisee_image {
    width: 662px;
    height: 300px;
    padding: 0
}

.franchisee_image img {
    position: absolute;
    margin: -65px 0 0 -42px
}

.franchisee_page h1 {
    display: none
}

.franchisee_page h2 {
    text-align: center
}

h2.clinic {
    margin: 0px 0px 10px 20px;
}

.locations_data {
    border: 1px solid;
}

.locations_data td {
    padding-left: 5px;
    padding-right: 5px;
    border: 1px solid;
    border-collapse: collapse;
}

.locations_data_upper_right {
    border-top: none;
    border-right: none;
}

.locations_map_100percent {
    width: 750px;
    margin-left: auto;
    margin-right: auto;
}

#wpmega-ubermenu-widget-area-1 li {
    width: 100%;
}
/*Old style clinic pages sidebar menu*/
li.franchisee-subnav-container {
    position: relative;
}

.franchisee-subnav-container ul.sub-menu {
    display: none;
}

.franchisee-subnav-container:hover ul.sub-menu {
    display: block;
    z-index: 10;
}

li.franchisee-subnav-container ul {
    position: absolute;
    top: 0px;
    width: 100%;
    background-color: #2880c0;
    border: 1px solid #329ED7;
    padding: 0px 10px;
    margin: 0;
}

.franchisee-subnav-container ul li {
    border-bottom: none;
}

li.franchisee-subnav-container > a {
    background: url("/wp-content/themes/enterprise-pro/images/right-arrow.gif") right no-repeat;
    padding-right: 30px;
}

li.franchisee-subnav-container > ul {
    left: 210px;
}
/*New Style clinic page franchisee menu*/
/*.page-template-franchise-local-page-redesign .franchisee-subnav-container ul.sub-menu, .page-template-franchise-parent-page-redesign .franchisee-subnav-container ul.sub-menu, .page-template-franchise-inner-page-redesign .franchisee-subnav-container ul.sub-menu*/
.fullwidth_clinic_page .franchisee-subnav-container ul.sub-menu {
    display: none;
    position: absolute;
    z-index: 100;
    background-color: #fff;
    padding: 5px 10px;
    margin: 0px;
}
/*.page-template-franchise-local-page-redesign .franchisee-subnav-container:hover ul.sub-menu, .page-template-franchise-parent-page-redesign .franchisee-subnav-container:hover ul.sub-menu, .page-template-franchise-inner-page-redesign .franchisee-subnav-container:hover ul.sub-menu*/
.fullwidth_clinic_page .franchisee-subnav-container:hover ul.sub-menu {
    display: block;
    z-index: 10;
    /*min-height: 112px;*/
    max-height: 215px;
    overflow: auto;
}
/*.page-template-franchise-local-page-redesign .franchisee-subnav-container ul.sub-menu a, .page-template-franchise-parent-page-redesign .franchisee-subnav-container ul.sub-menu a, .page-template-franchise-inner-page-redesign .franchisee-subnav-container ul.sub-menu a*/
.fullwidth_clinic_page .franchisee-subnav-container ul.sub-menu a {
    color: #1a96d0;
}
/*.page-template-franchise-local-page-redesign .franchisee-subnav-container ul.sub-menu li, .page-template-franchise-parent-page-redesign .franchisee-subnav-container ul.sub-menu li, .page-template-franchise-inner-page-redesign .franchisee-subnav-container ul.sub-menu li*/
.fullwidth_clinic_page .franchisee-subnav-container ul.sub-menu li {
    margin-left: 15px;
    color: #2759a2;
    padding: 3px;
}
/*.page-template-franchise-local-page-redesign .franchisee-subnav-container i.fa-angle-down:before, .page-template-franchise-parent-page-redesign .franchisee-subnav-container i.fa-angle-down:before, .page-template-franchise-inner-page-redesign .franchisee-subnav-container i.fa-angle-down:before*/
.fullwidth_clinic_page .franchisee-subnav-container i.fa-angle-down:before {
    margin-left: 3px;
}
.add-pages-menu-item.franchisee-subnav-container span:after {
    content: "\f107";
    text-decoration:none;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-left: 3px;
}

.add-pages-menu-item {
    display: inline-block;
    font-size: 12px;
    padding: 0px 15px 20px 0px;
}

.add-pages-menu-item a {
    color:#FFFFFF;
}
/*end new franchisee menu*/

#loc-section {
    width: 95%;
    margin: auto;
}

#sched-online {
    height: 48px;
    width: 217.86px;
}

.clinic_section {
    width: auto;
    height: 1px;
    background: #d8d8d8;
    margin: 35px 0px;
}

/*.fullwidth_page */.section-centered {
    margin: 40px auto;
    width: 80%;
    text-align: center;    
}

.bio_slides_container {
    width:85%;
    margin: 0 auto;
}

.biocontainer { 
    width: 100%;     
    right: 0;
    left: 0;
    margin-right: auto;
    margin-left: auto;     
}

.biotextcontainer {
    display:inline-block;
    width:calc(50% - 1em);
}

span.bioname {
    font-weight:bold;
    font-size: 1.2em;
    color:#636363;
}

p.biotext {
    font-size: 1.1em;
    color:#636363;
    margin-bottom:10px!important;
}

.bioimgcontainer {
    float: left;
    margin-right:2em;
    width:calc(50% - 1em);
    padding-top: 5px;
}

.bioprev:hover, .bionext:hover  {
    font-weight: 800;
    background:transparent;
    border: none;
    color:#31b2ed;
}

.biobtn {
    background: transparent;
    color:#31b2ed;
}

.biobtn-right {
    float: right;
    position: relative;
    top: 100px;
}

.biobtn-left {
    float: left;
    position: relative;
    top: 100px;
}

.bioprev, .bionext {
    cursor: pointer;
    font-weight: bold;
    font-size: 40px;
    transition: 0.6s ease;
    text-decoration:none;
    margin-top:3px;
    color:#31b2ed;
    outline-style: none;
}

.readmoretoggle {
    position: absolute;
    opacity: 0;
    z-index: -1;
}

label.readmoreBtn {
    overflow: hidden;
    text-align: center;
}

label.readmoreBtn:before,
label.readmoreBtn:after {
    background-color: #C8C8C8;
    content: "";
    display: inline-block;
    height: 1px;
    position: relative;
    vertical-align: middle;
    width: 50%;
}

label.readmoreBtn:before {
    right: 0.5em;
    margin-left: -50%;
}

label.readmoreBtn:after {
    left: 0.5em;
    margin-right: -50%;
}

.readmorelabel {
    color:#C8C8C8;
    text-align:center;
    font-size:1.1em;
    font-weight:bold;
    text-transform:uppercase;
    overflow:hidden;
}

#more {
    display: none;
}

.ClinicImgSlide {
    display: none;
}

.clinic-img-slideshow-container {
    max-width: 1000px;
    position: relative;
    margin: auto;
    display:inline-block;
    padding: 0em 1.5em 0em 0em;
}

.clinic-img-dot {
    cursor: pointer;
    height: 15px;
    width: 15px;
    margin: 0 5px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
}

.active, .clinic-img-dot:hover {
    background-color: #f47721;
}

.fade {
    -webkit-animation-name: fade;
    -webkit-animation-duration: 1.5s;
    animation-name: fade;
    animation-duration: 1.5s;
}

.details-directions-container {
    max-width: 95%;
    margin: 10px 20px;
}

.olb-form-container {
    max-width: 95%;
    margin: 5px 20px;
    position: relative;
    padding-bottom: 5%;
}

.olb-form-container h2 {
    color: #2759a2;
    margin-bottom: 0px;
    padding-bottom: 0px;
}

.cb-resultMessage {
    margin: 8px 0px 0px 0px;
}

.cb-resultMessageBooster {
    margin: 15px 0px -15px 0px;   
}

.directions-map-text-container {
    display:inline-block;
    width:calc(49% - 1em);
    vertical-align:top;
}

.details-directions-container p {
    margin-block-start: 0em!important;
    margin-block-end: 0em!important;
}

.map-container {
    width:auto;
}

.map-container iframe {
    width: 100%;
}

.pin {
    width: 15px;
    height: 15px;
    border-radius: 50% 50% 50% 0;
    background: #31b2ed;
    transform: rotate(-45deg);
    margin: 3px 5px 40px 0px;
    float: left;
}

.pin:after {
    content:'';
    width: 7px;
    height: 7px;
    margin: 3px 0 0 5px;
    background: #2759a2;
    position: absolute;
    border-radius: 50%;
}

h2.nearby-locations {
    color:#fff;
    margin: 0px 0px 15px 20px;
    padding-top: 25px;
}

.nearby-locations-container {
    background-color:#2759a2;
    max-width: 100%;
}

.widget_nearby_locations_list {
    width: 100%;
    text-align: center;
}

.nearby_clinics {
    padding: 0px 1% 30px 1%;
    margin: auto;
}

.nearbylocation_business {
    display:inline-block;
    color:#fff;
    text-align: left;
    vertical-align: top;
    max-width: 33.3%;
}

.nearbylocation_business a {
    color: #fff;
}

.nearby_locations_clinic_title {
    font-weight: bold;
}

a.button.view_clinic_details {
    padding: 7px 20px;
    border-radius: 2px;
    font-weight: bold;
    text-decoration: none;
    line-height: normal;
    color: #fff;
}

.view_clinic_details:hover {
    background-color:#f47721;
}

.view_clinic_details_btn {
    margin: 15px 0px 15px 21px;
}

.nearbylocation_business .address {
    margin: 0px 0px 0px 21px;
    display: block;
    min-height: 104px;
}

.nearby_clinics div:nth-child(2) {
    margin: 0px 5%;
}

span.fa-search:before {
    color:#fff;
}

.directions-link-top {
    float: left;
}

.directions-icon-top, .directions-icon-top2 {
    width: 15px;
    height: 15px;
    border-radius: 50% 50% 50% 0;
    background: #ffffff;
    transform: rotate(-45deg);
    margin: 4px;
    float: left;
}

.directions-icon-top:after, .directions-icon-top2:after {
    content:'';
    width: 7px;
    height: 7px;
    margin: 3px 0 0 5px;
    background: #2759a2;
    position: absolute;
    border-radius: 50%;
}

.topimgcontainer {
    overflow:hidden;
}

.topimg, .topimg2, .topimg-covid2 {
    width:100%;
    font-family: 'Poppins', sans-serif;
}

.topimg-schema-overlay, .topimg2-schema-overlay {
    position: absolute;
    left:0;
    right: 0;
    overflow: hidden;
    z-index: 10;
    top: 0px;
    padding: 20px 30px;
    color: #ffffff;
    height: 100%;
}

.topimg-text-overlay {
    position: absolute;
    left:0;
    right: 0;
    z-index: 10;
    top: 115px;
    text-align: center;
}

.topimg-schema-overlay h1, .topimg2-schema-overlay h1 {
    color:#ffffff;
}

.topimgcontainer p {
    margin:0px 0px 0px 0px!important;
}

.clinic-banner {
    width: 90%;
    padding: 5px;
    border: 2px solid #f47721;
    border-radius: 10px;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    margin: 10px auto;
    font-family: 'Poppins', sans-serif;
}

.clinic-banner p {
    margin-bottom: 0px;
}

.schedule-btn-container {
    padding: 5px 0px;
    height: 72px;
}

#schedule-now-btn {
    -webkit-box-shadow: 0 8px 6px -6px #f05e15;
    -moz-box-shadow: 0 8px 6px -6px #f05e15;
    box-shadow: 0 8px 6px -6px #f05e15;
    border: 1px solid;
    border-color: #f47721;
    background-color: #f47721;
    padding: 10px 50px!important;
    border-radius: 3px;
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    font-weight: 400;
    margin: 7px 0 7px 0;
}

#schedule-now-btn a {
    color: #fff;
    font-weight: 500;
    text-decoration: none;
}

.schedule-now-btn:hover {
    -webkit-box-shadow: 0 8px 6px -6px #3e83c9;
    -moz-box-shadow: 0 8px 6px -6px #3e83c9;
    box-shadow: 0 8px 6px -6px #3e83c9;
    border: 1px solid;
    border-color: #3e83c9;
    background-color: #3e83c9;
}

.fitcheck-form-section {
    width: 95%;
    padding: 10px;
    margin: 40px auto;
    border: 5px solid #0058a4;
    border-radius: 10px;
}

.fullwidth_page .apply-now-btn-container {
    display: inline-block;
    margin: 10% 0px 1% 0px;
}

.fullwidth_page #apply-now-btn {
  -webkit-box-shadow: 0 8px 6px -6px #f05e15;
  -moz-box-shadow: 0 8px 6px -6px #f05e15;
  box-shadow: 0 8px 6px -6px #f05e15;
  border: 1px solid;
  border-color: #f47721;
  background-color: #f47721;
  padding: 10px 50px!important;
  border-radius: 3px;
  color: #fff;
  cursor: pointer;
  font-size: 16px;
}

.fullwidth_page .apply-now-btn-container a {
    color: #fff;
    font-weight: bold;
    text-decoration: none;
}

.top-links-container {
    padding: 15px 0px 0px 0px;
}

.nearby-link-top {
    display: inline-block;
    padding: 0px 0px 0px 15px;
}

.nearby-link-top .fas.fa-search {
    width: 16px;
    height: 16px;
}

.top-links-text {
    color: #FFFFFF;
    padding-left: 5px;
}

.top-links-container a {
    text-decoration:none;
}

hr.topHR {
    border: solid 1px;
    border-color:#FFFFFF;
    opacity: 0.2;
}

.PPHname {
    text-transform:uppercase;
    color:#FFF;
}

.aggregate-stars {
    font-size: 16px;
    display: inline-block;
    padding: 5px 5px 5px 0px;
}

.review-count a {
    text-decoration: none;
    color: #ffffff;
    cursor: pointer;
}

.orange-star {
    color:#f47721;
}

.white-star {
    color: #ffffff;
}
/*end*/

.covid-microsite-pg-margin {
    margin: 0px 20px 20px 20px;
}

.covid-cta-container {
    width: 75%;
    margin: 0px auto;
}

.covid-cta-btn {
    text-align: center;
    background-color: #f16d2b;
    border: 5px solid #f16d2b;
    border-radius: 10px;
}

.covid-cta-btn a {
    color: #fff;
    font-weight: 600;
}

.covid-cta-btn1 {
    width: 45%;
    float: left;
}

.covid-cta-btn2 {
    width: 45%;
    float: right;
}

.physicals-separator {
    width: 100%;
    height: 5px;
    background-color: #666;
}

/*contact us form page and sidebar*/
.contact_container {
    margin: 20px;
}

.page-id-16 .contact_container {
    margin: 0px;
}

.page-id-16 .contact_container h4 {
    display: none;
}

.immphys-locations-container {
    margin-bottom: 25px;
}

.immphys-locations-column {
    text-align: center;
    float: left;
    width: 33.3%;
    padding: 5px;
}

#book-online-now {
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;
    background: #3e83c9;
    color: #fff;
    font-weight: bold;
    padding: 10px;
    position: absolute;
}

#book-online-now2 {
    border: 1px solid;
    border-color: #3e83c9;
    background-color: #3e83c9;
    padding: 10px 24px !important;
    border-radius: 6px;
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    font-weight: 400
}

.cta-usa-b2b {
    display: inline-block;
    padding: 15px 0px;
}

.static-cta-container {
    vertical-align: top;
    display: inline-block;
}

/* cta button containers from the output da files */
.DA-CTA {
    height: 126px;
}

.vaccine_top {
    vertical-align: top;
    display: inline-block;	
}

.cta-usa {
    margin: 25px 0px;
    text-align: center;
}

.cta-usa a {
    color: #fff;
    text-decoration: none;
}

.cta-usa p {
    margin: 0px;
}

.cta-phys {
    width: 270px;
    margin: 0 auto;
}

.video-visit-cta {
    color: #2759a2;
    font-size: 15px;
    line-height: 28px;
    font-weight:600;
}

#book-now-cta-orange {
    border: 1px solid;
    border-color: #f16d2b;
    background-color: #f16d2b;
    padding: 10px 24px !important;
    border-radius: 6px;
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    font-weight: 400;
}

.cta-btn-call-text {
    color: #666;
    font-size: 15px;
    line-height: 28px;
    font-weight: bold;
}

.cta-btn-call-text a {
    text-decoration: none;
    color: #2759a2!important;
    font-weight: 600 !important;
}

.calculate_button {
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;
    background: #044f95;
    color: #fff;
    width: 60%;
    margin: 0px auto;
    text-align: center;
    cursor: pointer;
}

.calculate_button:hover {
    background-color: #3e83c9;
}

#book-online-now {
    margin-top: 10px;
}

#book-online-now a {
    color: #fff;
    font-weight: bold;
    margin-top: 10px;
    padding: 15px 15px;
    font-size: 12pt;
}

#book-online-now2 a {
    border: 1px solid;
    border-color: #3e83c9;
    background-color: #3e83c9;
    padding: 10px 24px !important;
    border-radius: 6px;
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    font-weight: 400;
}

.tenpxmb {
    margin-bottom: 20px;
}

.tablecell {
    display: table-cell;
    padding: 0 20px 0 0;
}

.vaccinedata2 {
    border-collapse: collapse;
    width: 100%;
}

.vaccinedata2 th {
    background: #3e83c9;
    color: #fff;
    font-weight: bold;
    text-align: center;
    border-right: 1px solid #fff;
}

.vaccinedata2 td {
    border-bottom: 1px solid #95bce2;
    vertical-align: top;
    text-align: center;
}

.vaccinedata2 tr > td:first-child + td, .vaccinedata2 tr > td:first-child + td + td {
    text-align: center;
}

.vaccinedata2 td * {
    padding: 3px 3px;
}

.vaccinedata2 tr.alt td {
    background: #ecf6fc;
}

.vaccinedata2 tr.over td, .vaccinedata2 tr:hover td {
    background: #bcd4ec;
}

div.post h2 a {
    font-size: 20px;
}

.states {
    width: 90%;
}

.ubermenu-skin-clean-white {
    font-size: 13px !important;
}

.comment-form, textarea {
    width: 100%;
}

.biophoto {
    margin: 0px 24px 12px 0px;
    float: left;
    text-align: left;
    width: 70%;
}

#linkbox {
    max-width: 360px !important;
}

.charlotte-bio-img {
    margin: 30px 15px 25px 0px;
    float: left;
}

/*visa microsite homepage*/
.visa_box {
    background: url(images/location_back.png?version=@{cache-version}) repeat;
    float: right;
    width: 250px;
    overflow: hidden;
    z-index: 10
}

.visa_box h2 {
    background: #174897;
    line-height: 20px;
    font-size: 25px;
    padding: 5px;
    color: #FFF;
    font-weight: normal;
    margin: 0
}

.visa_box a {
    color: #174897 !important
}

.visa_details ul {
    margin: 0;
    padding: 5px
}

.visa_details li {
    background: url(images/arrows.png) no-repeat 5px 10px;
    padding: 5px 5px 5px 20px;
    color: #333
}

.slide_position_visas {
    position: absolute;
    top: 280px;
    left: 145px;
    z-index: 0
}

.slide_position_visas table, .slide_position_visas tbody {
    line-height: 0px;
    border: none;
}

.slide_position_visas td {
    border: none;
    padding: 5px;
    font-weight: bold
}

.visas_details {
    padding: 8px 19px;
    font-size: 15px;
    line-height: 18px;
    color: #000;
    font-family: 'Poppins', sans-serif;
}

.post-31187.entry {
    padding: 0px !important;
    margin-top: -5px !important;
}

.post-31187.entry-content {
    padding: 0px !important;
}

.post-31187 h1.entry-title {
    display: none !important;
    margin-bottom: 0px !important;
}

.post-31187 .slideshow_container {
    margin-top: -26px!important;
}

.visas_countries {
    width: 90%;
}

.option {
    font-size: 14px;
}

#visas-call-to-action a {
    color: #fff;
    font-weight: bold;
    margin-top: 5px;
    padding: 5px 5px;
    font-size: 12pt;
}

#visas-call-to-action {
    border-radius: 5px;
    background: #3e83c9;
    color: #fff;
    font-weight: bold;
    padding: 5px;
    position: relative;
}

h1.local {
    padding-left: 0px;
    padding-top: 15px;
    text-align: left;
    font-size: 23px;
    display: block !important;
}

h2.local {
    padding-left: 0px;
    text-align: left;
    font-size: 20px;
}

/*B2B microsite homepage*/
.b2b-home-middle-1, .b2b-home-middle-2, .b2b-home-middle-3 {
    float: left;
    padding: 0 2.8%;
    width: 33.33333333333%;
}

.b2b_details_home {
    padding: 20px 30px;
    font-size: 1.1em;
    line-height: 28px;
    color: #1c519f;
    text-align: center;
}

.b2b_details strong {
    font-weight: 600;
}

.slide_position_b2b {
    position: absolute;
    top: 280px;
    left: 145px;
    z-index: 0
}

.slide_position_b2b table, .slide_position_b2b tbody {
    line-height: 0px;
    border: none;
}

.slide_position_b2b td {
    border: none;
    padding: 5px;
    font-weight: bold
}

/*B2B Pages*/
.b2bicon {float:left; text-align:center; margin: 0 auto; padding: 20px 25px;}
.b2bicon2 {width:25%; float:left; text-align:center; display:block; padding-top:20px;}

/*For Flags on destination advice and PPV pages*/
.dawrap {
    display: flex;
}

.daflag {
    float:right;
    padding-right: 20px;
}

.daflag img {
    width: 162px;
    height: 108px;
}

.datitle {
    width: 80%;
    margin: auto;
}

.column {
    float: left;
    width: 33.3%;
    padding: 5px;
}

/*Flags on main Location page*/
.locFlag {
    padding: 0px 5px 0px 0px;
    vertical-align: middle;
}

.divlocFlag {
    margin-top: 15px;
}

/*Travel Medicine Pages Redesign Fall 2017*/
.mfcontactbox1 {
    float: left;
    display: block;
    margin: 0 auto;
    width: 35%;
}

.mfcontactbox2 {
    display: inline-block;
    margin: 0 auto;
    width: 65%;
}

.mf-clinic-contact-form {
    margin: auto;
    width: 100%;
    margin-bottom: 20px;
    background-color: #2759a2;
    border: 5px solid #2759a2;
    border-radius: 10px;
}

.mf-clinic-contact-form input:hover[type="submit"] {
    background-color: #31b2ed;
}

.labelspace {
    margin-top: 7px;
    color: #fff;
}

.mf-clinic-contact-form .form_button {
    margin: 15px auto;
    text-align: center;
}

.mf-clinic-contact-form input[type=submit] {
    width: 80% !important;
}

input.formfield {
    width: 90%;
}

p.lg,
ul.lg {
    font-size: 1.1em;
    color: #636363;
}

.fullwidth_page p {
    font-size: 18px;
    line-height: 1.6;
}

/*.fullwidth_page */p.large {
    font-size: 22px;
    line-height: 1.6;
}

.left_text_column {
    float: left;
    width: 55%;
}

.right_reviews_column {
    float: right;
    width: 350px;
    margin-bottom: 30px;
}

.icon {
    width: 25%;
    float: left;
    text-align: center;
    display: block;
    padding-top: 20px;
}

.icon_text, .b2bicon_text {
    display: inline-block;
    font-size: 1.17em;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
}

div.topimg, div.topimg2, div.topimg-covid2 {
    position: relative;
}

.topimg-overlay, .overlay {
    position: absolute;
    overflow: hidden;
    z-index: 10;
    bottom: 30px;
    right: 580px;
    width: auto;
    height: auto;
    background: url(/wp-content/themes/enterprise-pro/images/location_back.png) repeat;
    font-family: 'Poppins', sans-serif;
}

.topimg-overlay b, .topimg-overlay strong, .overlay b, .overlay strong {
    font-weight: 500 !important;
}

.topimg-overlay-details {
    padding: 20px 30px;
    font-size: 1.2em;
    line-height: 28px;
    color: #0058A4;
}

.topimg-overlay-2 {
    position: absolute;
    overflow: hidden;
    z-index: 10;
    bottom: 30px;
    right: 0px;
    width: 100%;
    background: url(/wp-content/themes/enterprise-pro/images/location_back.png) repeat;
}

.topimg-overlay-2 b, .topimg-overlay-2 strong {
    font-weight: 500 !important;
    font-family: 'Poppins', sans-serif !important;
}

img.topimg-clinic-m {
    display:none;
}

.callout_box2 {
    float: left;
    width: auto;
    margin: 10px 10px 2px 0px;
    border: solid 3px #E5E5FF;
    padding: 10px;
}

.img_border_right {
    float: right;
    padding: 5px;
    border: solid 1px #E5E5FF;
    background: #E5F2FF;
    margin-left: 20px;
}

.healthmap_wrapper_desktop {
    float: right;
}

.healthmap_wrapper_desktop iframe {
    margin-left: 30px;
}

.healthmap_wrapper {
    position: relative;
    padding-bottom: 84%;
    padding-top: 35px;
    height: 0;
    overflow: hidden;
}

/*Click to Call Icon Items*/
.click_to_call {
    display: none;
}

.contact_icon_phone {
    display: none;
}

.icon_space {
    padding:0px;
    margin:24px 0px 24px 0px;
}

/*icon accordion styles - used on clinic pages & non-accordion used on fullwidth template*/
.tab_icon:hover .accordion_icon_text {color:#f47721;}
img.icon_accordion_style {width: 75px; height: 75px; cursor:pointer;}
img.icon_accordion_style:hover {
  transition: 0.70s;
  -webkit-transition: 0.70s;
  -moz-transition: 0.70s;
  -ms-transition: 0.70s;
  -o-transition: 0.70s;
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
}
.icon_wrapper {
    width:100%;
}

.fullwidth_page .icon_wrapper {
    width:100%;
    margin: 25px 0px;
}

.tab_icon {
    position: relative;
    margin-bottom: 1px;
    color: #1a96d0;
    overflow: hidden;
    width: 25%;
    float: left;
    text-align: center;
    padding-top: 30px;
}
input.icon_accordion {
    position: absolute;
    opacity: 0;
    z-index: -1;
}
.icon-tab-content {
    max-height: 0;
    font-size: 1.1em;
    color: #636363;
    padding: 0px 9px;
    overflow: hidden;
    -webkit-transition: max-height .35s;
    -o-transition: max-height .35s;
    transition: max-height .35s;
}
.icon-tab-content p {
    margin: .2em;
    text-align: left!important;
    width: 95%;
}

input.icon_accordion:checked ~ .icon-tab-content {
    max-height: 200em;
}
label.icon_accordion::after {
    -webkit-transition: all .35s;
    -o-transition: all .35s;
    transition: all .35s;
}
input[type=checkbox] + label.icon_accordion::after {
    zoom: 15%;
}
input[type=checkbox]:checked + label.icon_accordion::after {
    transform: rotate(360deg);
}
.accordion_icon_text {
 display: block;
    font-size: 1.17em;
    font-weight: 500;
 color:#2759a2;
 font-family: 'Poppins', sans-serif;
}

/* Accordion styles - no icons */
label.accordion:hover {
    background-color: #1c519f;
}

.tab {
    position: relative;
    margin-bottom: 1px;
    width: 100%;
    color: #fff;
    overflow: hidden;
}

input.accordion {
    position: absolute;
    opacity: 0;
    z-index: -1;
}

label.accordion {
    position: relative;
    padding: 0 0 0 1em;
    background: #5DADE2;
    border-radius: 3px;
    font-weight: bold;
    line-height: 3;
    cursor: pointer;
}

.tab-content {
    max-height: 0;
    font-size: 1.1em;
    color: #636363;
    overflow: hidden;
    -webkit-transition: max-height .35s;
    -o-transition: max-height .35s;
    transition: max-height .35s;
}

.fullwidth_page .tab-content {
    padding-left: 4px;
}

.tab-content p {
    margin: 1em;
}

/* :checked */
input.accordion:checked ~ .tab-content {
    max-height: fit-content;
}

label.accordion::after {
    position: absolute;
    right: 0;
    top: 0;
    width: 3em;
    height: 3em;
    line-height: 3;
    text-align: center;
    -webkit-transition: all .35s;
    -o-transition: all .35s;
    transition: all .35s;
}

input[type=checkbox] + label.accordion::after {
    content: "+";
}

.fullwidth_page input[type=checkbox] + label.accordion::after {
    content: "";
}

input[type=checkbox]:checked + label.accordion::after {
    transform: rotate(315deg);
}

.fullwidth_page .accordion-title {
    font-size: 1.5em;
}

/*new accordion styles for firefox*/
.newtypeAccordion {
    display: none;
    overflow: hidden;
    padding: 0px 18px;
}

.accordion:after {
    content: '\002B';
    color: #fff;
    font-weight: bold;
    float: right;
    margin-left: 5px;
}

.accordion.active:after {
    content: '\2212';
}

button.accordion {
    background-color: #5DADE2;
    color: #fff;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
}

button.accordion p {
    margin: 0px !important;
    display: inline !important;
}

/*For Datepicker*/
.ui-datepicker {
    z-index: 101 !important;
}

body.custom-background {
    background-color: #319DD6;
}

#nav_uber {
    background: none;
    border-bottom: none;
    width: auto;
}

.execphpwidget img {
    display: block;
}

.title-area img, #title-area img {
    position: relative !important;
    float: none !important;
    width: 287px !important;
}

.nav-primary {
    background-color: transparent;
}

.ubermenu-skin-clean-white {
    background: #f0eff0 !important;
    box-shadow: inset 0px 3px 5px 0px rgba(153, 153, 153, 1)
}

.ubermenu-skin-clean-white .ubermenu-item-level-0.ubermenu-current-menu-item > .ubermenu-target, .ubermenu-skin-clean-white .ubermenu-item-level-0.ubermenu-current-menu-parent > .ubermenu-target, .ubermenu-skin-clean-white .ubermenu-item-level-0.ubermenu-current-menu-ancestor > .ubermenu-target {
    color: #174896 !important;
}

.hr {
    width: auto;
    height: 1px;
    background: #d8d8d8;
    margin: 50px 0px;
}

.embeddedPhone {
    font-weight: 500 !important
}

.ctaPhone{
    color: #2759a2;
    font-weight: 600 !important;
}

.widget {
    margin-bottom: 20px;
}

.sidebar .widget {
    border: none;
    box-shadow: none;
}

.ubermenu .ubermenu-submenu-type-stack > .ubermenu-item-normal > .ubermenu-target {
    font-weight: bold
}


button:hover, input:hover[type="button"], input:hover[type="reset"], input:hover[type="submit"], .button:hover, .home-top .more-link:hover, input#btn-in-clinic-tab.booking-tab-links.active-tab:hover:enabled, input#btn-in-clinic-tab.booking-tab-links:hover:enabled, input#btn-teleconsult-tab.booking-tab-links.active-tab:hover, input#btn-teleconsult-tab.booking-tab-links:hover {
    background-color: #174897;
    opacity: 1;
}

/*Clinic Locator*/
.telephone a {
    font-weight: bold;
}

ol.region-listings {
    margin-bottom: 15px;
}

.l_labelsRegion {
    margin: 10px 0px 0px 40px;
}

.l_labels span, .l_listing span, .l_labelsRegion span {
    display: block;
    float: left;
}

.l_labels .city,
.l_labelsRegion .city {
    width: 15%
}

.l_labels .address,
.l_labelsRegion .address {
    width: 40%
}

.l_labels .phone,
.l_labelsRegion .phone {
    width: 42%
}

.l_listing {
    font-size: 14px;
    font-weight: bold;
    padding: 10px 0;
    border-bottom: 1px solid #ddd;
    overflow: hidden;
}

.l_listing .name {
    display: none;
}

.l_listing .address {
    float: left;
    width: 100%;
}

.l_listing .city {
    width: 15%;
}

.l_listing .streetAddress {
    width: 40%;
}

.l_listing .streetAddress span {
    padding-right: 3px;
    display: block;
    float: left;
}

.l_listing .telephone {
    width: 15%;
}

.l_listing .showmap {
    width: 5%;
}

.l_listing .locations {
    width: 10%;
}

.l_listing .schedule {
    width: 15%;
}

.l_listing .schedule a {
    background-color: #2880c0;
    border: 2px solid #2880c0;
    color: #ffffff;
    border-radius: 5px;
    -moz-border-radius: 5px;
    padding: 2px 6px;
    text-decoration: none
}

.l_listing .showmap a:link, .l_listing .locations a:link {
    font-weight: bold
}

.refine_search {
    border: 2px solid #349fd7;
    width: 615px; /*was 525px*/
    padding: 5px;
    float: left;
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
}

.refine_search table {
    margin-bottom: 0;
}

.refine_search tbody, .refine_search td {
    border: none;
}

.go_to_site_container {
    float: left;
    margin-left: 55px; /*was 145px*/
    padding-bottom: 20px;
    font-family: 'Poppins', sans-serif;
}

.go_to_site {
    border: 2px solid #349fd7;
    width: 89px;
    font-size: 13px;
    padding: 3px;
    height: 75px;
    text-align: center;
    font-weight: 600;
}

.go_to_site_arrow {
    border-left: 45px solid transparent;
    border-right: 45px solid transparent;
    border-top: 20px solid #349fd7;
}

.schedule-app-container {
    float: left;
    margin-left: 17px;
    padding-bottom: 20px;
    font-family: 'Poppins', sans-serif;
}

.schedule-app {
    border: 2px solid #174897;
    width: 104px;
    font-size: 13px;
    color: #174897;
    font-weight: 600;
    padding: 3px;
    height: 75px;
    text-align: center;
}

.schedule-app-arrow {
    border-left: 50px solid transparent;
    border-right: 50px solid transparent;
    border-top: 20px solid #174897;
}

/*used on clinic locator, olb, and nearby locations on clinic pages*/
.maplink {
    text-decoration: underline;
    color: #1A96D0;
    cursor: pointer;
}

/* Clinic Home Pages */
.franchise-home-page .sidebar-primary, .franchise-inner-page .sidebar-primary {
    width: 298px;
    padding: 0;
}

.franchise-home-page .sidebar .widget, .franchise-inner-page .sidebar .widget {
    padding: 0;
}

.franchise-home-page .content, .franchise-inner-page .content {
    width: 662px;
}

.franchise-home-page .entry, .franchise-inner-page .entry {
    border: none;
    box-shadow: none;
    padding: 0;
}

.franchise-home-page .home_headline, .franchise-inner-page .home_headline {
    padding: 25px 0;
    height: auto !important
}

.franchise-home-page .home-middle-2, .franchise-home-body .home-middle-3, .franchise-inner-page .home-middle-2, .franchise-inner-body .home-middle-3 {
    width: 50%;
}

.franchise-home-body, .franchise-inner-body {
    padding: 0 30px;
}

.franchisee_clinics div.address {
    padding-bottom: 20px;
}

.franchise-inner-page .entry-header {
    margin: 0;
    padding: 20px 40px;
    margin-bottom: 0px;
}

.franchise-inner-page .entry-content {
    padding: 20px 40px;
}


.franchisee_page .franchisee_image {
    width: 760px;
}

/*Mobile Menu Items*/
.header_headline, .search_icon, .mobile_nav, .mobile_nav_visas, .schedule_online_phone, .b2bEmbeddedPhoneTopMobile {
    display: none;
}

/*Subnav menus on Clinic Home Pages*/
div#ubermenu-main-0-secondary {
    background-color: transparent !important;
    z-index: 0;
}

div#ubermenu-main-0-secondary span.ubermenu-target-title.ubermenu-target-text {
    font-weight: normal;
    color: #fff;
}

div#ubermenu-main-0-secondary a.ubermenu-target span:after {
    color: #fff !important;
    z-index: 0;
}

.ubermenu-sub-indicators .ubermenu-has-submenu-drop > .ubermenu-target:after {
    color: #fff !important;
    z-index: 0;
}

div#ubermenu-main-0-secondary a.ubermenu-target:hover,
div#ubermenu-main-0-secondary a.ubermenu-target,
div#ubermenu-main-0-secondary .ubermenu-skin-clean-white .ubermenu-item-level-0:hover > .ubermenu-target,
div#ubermenu-main-0-secondary .ubermenu-skin-clean-white .ubermenu-item-level-0:hover > .ubermenu-target,
div#ubermenu-main-0-secondary .ubermenu-skin-clean-white .ubermenu-item-level-0.ubermenu-active > .ubermenu-target {
    background-color: transparent !important
}

div#ubermenu-main-0-secondary a.ubermenu-target {
    padding-top: 9px;
    padding-bottom: 9px;
    font-size: 15px;
    font-weight: bold !important;
}

div#ubermenu-main-0-secondary a.ubermenu-target:hover span {
    text-decoration: underline !important;
}

div#ubermenu-main-0-secondary .ubermenu-submenu {
    position: absolute !important;
    z-index: 1 !important;
    left: 98% !important;
    top: 0px !important;
    background-color: #2880c0 !important;
    z-index: 10
}

div#ubermenu-main-0-secondary .franchisee-subnav-container {
    position: relative !important;
    width: 100%;
}

/*For Main Nav*/
.ubermenu-sub-indicators .ubermenu-has-submenu-drop > .ubermenu-target > .ubermenu-sub-indicator {
    right: 6px !important;
    color: #fff;
}

.franchisee_nav big {
    font-size: initial;
}

.header_headline {
    font-weight: bold !important;
    font-size: 15px !important;
    color: #1a96d0;
}

.ubermenu-sub-indicators .ubermenu-has-submenu-drop > .ubermenu-target {
    padding-right: 17px !important;
}

.search-form {
    display: none;
}

.ubermenu .ubermenu-target-text {
    font-family: 'Poppins', sans-serif !important;
    font-size: 14px !important;
    font-weight: 500 !important;
}

.entry-categories {
    display: none;
}

.ubermenu-sub-indicators .ubermenu-has-submenu-drop > .ubermenu-target:after {
    right: 2px !important;
    font-size: 14px;
    margin-top: -5px !important;
    font-weight: 900 !important;
}

/*App Page CSS & no click icon thirds*/
.section-left {
    margin: 40px auto; width: 80%;
}
.create-account-btn {
    background-color: #0FB0F3;
    color: #fff;
    padding: 10px;
    width: 275px;
    text-align: center;
    border-radius: 5px;
    margin: 26px 0px;
}
.download-section {
    background-color:#3F3F3F;
    color: #fff;
    text-align: center;
    font-weight: bold;
    font-size: 15px;
    padding: 10px;
    margin-top: -8px;
}
.app-hero-img-text-overlay {
    position: absolute;
    left: 0;
    right: 0;
    z-index: 10;
    top: 130px;
    margin-left: 65px;
}
.app-avail {
    color: #fff;
    border-top: solid #FD7700;
    border-bottom: solid #FD7700;
    width: 165px;
    text-align: center;
    margin-bottom: 30px;
    font-weight: bold;
    font-size: 15px;
}
.app-hero-title-d {
    color: #fff;
    font-size: 80px;
    line-height: 80px;
    font-weight: 200;
    font-family: 'Oswald', sans-serif;
}
.noClick-icon-quarter {
    width: 25%;
    float: left;
    text-align: center;
    display: block;
}
.noClick-icon-quarter-text {
    display: block;
    width: 70%;
    margin: 0 auto;
}

.noClick-icon {
    width: 33.3%;
    float: left;
    text-align: center;
    display: block;
}

.noClick-icon-text {
    color: #555;
    font-weight: bold;
    display: block;
}

.icon_wrapper_flex {
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
}

.noClick-icon-flex-50 {
    width: 50%;
    padding: 15px 0px;
}

h2.app {
    font-family: 'Poppins' !important;
    text-align: left !important;
}
.left-block-text {
    float: left;
    width: 50%;
    padding: 10% 4% 10% 0%;
}
.right-block-img {
    float: right;
}
.right-block-text {
    float: right;
    width: 50%;
    padding: 13% 0% 10% 5%;
}
.left-block-img {
    float: left;
}
.app-orange-star {
    color: #f47721;
    margin-bottom: 18px;
}
.reviewText {
    font-weight: bold;
    font-size: 20px;
    color: #fff;
    line-height: 1.6;
}
.reviewContainer {
    position: relative;
}
.reviewTextBlock {
    position: absolute;
    margin: auto;
    width: 60%;
    top: 20%;
    left: 0;
    right: 0;
    text-align: center;
}
.reviewAuthor {
    color: #fff;
    display:block;
    margin-top:8px;
}
.download-app-bottom {
    margin-top: 65px;
    text-align: left;
}
.download-app-bottom-container {
    position: absolute;
    top: 110px;
    margin-left: 10%;
}
.imgTextContainer {
    clear: both;
    display: block;
    margin: 50px auto;
}
.mockup-container {
    position: relative;
}
img.topimg-appm {
    display:none;
}
.app-phone-mockup {
    float: right;
}
.app-hero-title-m {
    display: none;
}
.app-phone-mockup-m {
    display: none;
}

.fullwidth_page div.bulletList {
    font-size: 17px;
    text-align: left;
    margin: 10px 0px;
}

.fullwidth_page div.bulletList ul {
    columns: 2;
    column-gap: 6%;
}

.fullwidth_page div.bulletList li {
    margin:0 10px 10px 0;
}

.fullwidth_page div.bulletListShort {
    font-size: 17px;
    text-align: center;
    margin: 10px auto;
}

.fullwidth_page div.bulletListShort ul {
    columns: 2;
    column-gap: 6%;
    list-style-position: inside;
}

.fullwidth_page .video-container {
    width: 60%;
    margin: auto;
}

/* Review Buttons/Container
--------------------------------------------- */
.areaall {
    width: 90%;
    right: 0;
    left: 0;
    margin-right: auto;
    margin-left: auto;
}

.reviewbtn {
    text-align: center;
    width: 20px;
    background: transparent;
    border: none !important;
    color: #31b2ed;
    padding: 0px;
}

.prev, .next {
    cursor: pointer;
    font-weight: bold;
    font-size: 24px;
    transition: 0.6s ease;
    text-decoration: none;
    margin-top: 3px;
    color: #31b2ed;
    outline-style: none;
}

.reviewcontainer {
    width: 100%;
    right: 0;
    left: 0;
    margin-right: auto;
    margin-left: auto;

}

.reviewcontainer2 {
    width: 100%;
    right: 0;
    left: 0;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
}

.prev:hover, .next:hover {
    font-weight: 800;
    background: transparent;
    border: none;
    color: #31b2ed;
}

.star {
    content: "\2605";
    color: #f47721;
    padding-left: 3px;
    font-size: 20px;
}

.greystar {
    font-size: 20px;
}

/*clinic page reviews*/
.rvwareaall  {
    width: 90%;
    right: 0;
    left: 0;
    margin-right: auto;
    margin-left: auto;
}

.rvwbtn {   
    background: transparent;
    color:#31b2ed;
    font-size: 40px;
}

.rvwprev, .rvwnext {
    cursor: pointer;
    font-size: 40px;
    transition: 0.6s ease;
    text-decoration:none;
    margin-top:3px;
    color:#31b2ed;
    outline-style: none;
}

.rvwcontainer { 
    width: 100%;     
    right: 0;
    left: 0;
    margin-right: auto;
    margin-left: auto;    
}

.rvwcontainer2 { 
    width: 100%;     
    right: 0;
    left: 0;
    margin-right: auto;
    margin-left: auto;
    text-align:center;  
}

.rvwprev:hover, .rvwnext:hover  {
    font-weight: 800;
    background:transparent;
    border: none;
    color:#31b2ed;
}

.rvw-left {
    float:left;
    width:35%;
    margin:0px 25px;
    padding-bottom: 35px;
}

.rvw-right {
    float:right;
    width:35%;
    margin:0px 25px;
    padding-bottom: 35px;
}

.rvwbtn-left {
    float: left;
    position: relative;
    top: 45px;
}

.rvwbtn-right {
    float: right;
    position: relative;
    top: 45px;
}

.rvw p {
    margin:0px 0px 0px 0px!important;
}

/*href lang dropdown and buttons*/
.hrefdropbtn {
    background-color: #5DADE2;
    color: #fff;
    padding: 12px;
    font-size: 12px;
    border: none;
}

.page-template-franchise-parent-page-redesign .hrefdropdown,
.page-template-franchise-local-page-redesign .hrefdropdown {
    margin-left: 20px;
}

.hrefdropdown {
    position: relative;
    display: inline-block;
}

.hrefdropdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    min-width: 180px;
    font-size: 12px;
    z-index: 1;
}

.hrefdropdown-content a {
    color: #000;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.hrefdropdown-content a:hover {
    background-color: #ddd;
}

.hrefdropdown:hover .hrefdropdown-content {
    display: block;
}

.hrefdropdown:hover .hrefdropbtn {
    background-color: #174897;
}

.hrefdropdownflag {
    padding-right: 5px;
}

/*OLB*/
a.olb-clinic-phone {
    color: #00A9E7!important;
    font-weight: 500;
    text-decoration: none;
    /*cursor: default;*/
}

.nb-down-arrow {
    position: relative;
    top: -11px;
    box-sizing: border-box;
    height: 2em;
    width: 2em;
    border-style: solid;
    border-color: #31b2ed;;
    border-width: 0px 2px 2px 0px;
    transform: rotate(45deg);
    transition: border-width 150ms ease-in-out;
    z-index: 0;
}

.nb-up-arrow {
    position: relative;
    top: 6px;
    box-sizing: border-box;
    height: 2em;
    width: 2em;
    border-style: solid;
    border-color: #31b2ed;;
    border-width: 0px 2px 2px 0px;
    transform: rotate(-135deg);
    transition: border-width 150ms ease-in-out;
    z-index: 0;
}

.nb-up-arrow:hover, .nb-down-arrow:hover {
  border-bottom-width: 4px;
  border-right-width: 4px;
}

/*used in olb when searching*/
.loading-dots {
  position: relative;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: #0058a4;
  color: #0058a4;
  animation: loadingDots 1s infinite linear alternate;
  animation-delay: .5s;
  margin: 15px auto 0px;
}

.loading-dots::before, .loading-dots::after {
  content: '';
  display: inline-block;
  position: absolute;
  top: 0;
}

.loading-dots::before {
  left: -15px;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: #0058a4;
  color: #0058a4;
  animation: loadingDots 1s infinite alternate;
  animation-delay: 0s;
}

.loading-dots::after {
  left: 15px;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: #0058a4;
  color: #0058a4;
  animation: loadingDots 1s infinite alternate;
  animation-delay: 1s;
}

@keyframes loadingDots {
  0% {
    background-color: #31b2ed;
  }
  50%,
  100% {
    background-color: #0058a4;
  }
}

/*used in the please wait dialog after booking online*/
.loading-dot-spin {
  position: relative;
  margin: 10% auto;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: transparent;
  color: transparent;
  box-shadow: 0 -18px 0 0 #0058a4, 12.72984px -12.72984px 0 0 #0058a4, 18px 0 0 0 #0058a4, 12.72984px 12.72984px 0 0 rgba(0, 88, 164, 0), 0 18px 0 0 rgba(0, 88, 164, 0), -12.72984px 12.72984px 0 0 rgba(0, 88, 164, 0), -18px 0 0 0 rgba(0, 88, 164, 0), -12.72984px -12.72984px 0 0 rgba(0, 88, 164, 0);
  animation: loadingDotSpin 1.5s infinite linear;
}

@keyframes loadingDotSpin {
  0%,
  100% {
    box-shadow: 0 -18px 0 0 #0058a4, 12.72984px -12.72984px 0 0 #0058a4, 18px 0 0 0 #0058a4, 12.72984px 12.72984px 0 -5px rgba(0, 88, 164, 0), 0 18px 0 -5px rgba(0, 88, 164, 0), -12.72984px 12.72984px 0 -5px rgba(0, 88, 164, 0), -18px 0 0 -5px rgba(0, 88, 164, 0), -12.72984px -12.72984px 0 -5px rgba(0, 88, 164, 0);
  }
  12.5% {
    box-shadow: 0 -18px 0 -5px rgba(0, 88, 164, 0), 12.72984px -12.72984px 0 0 #0058a4, 18px 0 0 0 #0058a4, 12.72984px 12.72984px 0 0 #0058a4, 0 18px 0 -5px rgba(0, 88, 164, 0), -12.72984px 12.72984px 0 -5px rgba(0, 88, 164, 0), -18px 0 0 -5px rgba(0, 88, 164, 0), -12.72984px -12.72984px 0 -5px rgba(0, 88, 164, 0);
  }
  25% {
    box-shadow: 0 -18px 0 -5px rgba(0, 88, 164, 0), 12.72984px -12.72984px 0 -5px rgba(0, 88, 164, 0), 18px 0 0 0 #0058a4, 12.72984px 12.72984px 0 0 #0058a4, 0 18px 0 0 #0058a4, -12.72984px 12.72984px 0 -5px rgba(0, 88, 164, 0), -18px 0 0 -5px rgba(0, 88, 164, 0), -12.72984px -12.72984px 0 -5px rgba(0, 88, 164, 0);
  }
  37.5% {
    box-shadow: 0 -18px 0 -5px rgba(0, 88, 164, 0), 12.72984px -12.72984px 0 -5px rgba(0, 88, 164, 0), 18px 0 0 -5px rgba(0, 88, 164, 0), 12.72984px 12.72984px 0 0 #0058a4, 0 18px 0 0 #0058a4, -12.72984px 12.72984px 0 0 #0058a4, -18px 0 0 -5px rgba(0, 88, 164, 0), -12.72984px -12.72984px 0 -5px rgba(0, 88, 164, 0);
  }
  50% {
    box-shadow: 0 -18px 0 -5px rgba(0, 88, 164, 0), 12.72984px -12.72984px 0 -5px rgba(0, 88, 164, 0), 18px 0 0 -5px rgba(0, 88, 164, 0), 12.72984px 12.72984px 0 -5px rgba(0, 88, 164, 0), 0 18px 0 0 #0058a4, -12.72984px 12.72984px 0 0 #0058a4, -18px 0 0 0 #0058a4, -12.72984px -12.72984px 0 -5px rgba(0, 88, 164, 0);
  }
  62.5% {
    box-shadow: 0 -18px 0 -5px rgba(0, 88, 164, 0), 12.72984px -12.72984px 0 -5px rgba(0, 88, 164, 0), 18px 0 0 -5px rgba(0, 88, 164, 0), 12.72984px 12.72984px 0 -5px rgba(0, 88, 164, 0), 0 18px 0 -5px rgba(0, 88, 164, 0), -12.72984px 12.72984px 0 0 #0058a4, -18px 0 0 0 #0058a4, -12.72984px -12.72984px 0 0 #0058a4;
  }
  75% {
    box-shadow: 0 -18px 0 0 #0058a4, 12.72984px -12.72984px 0 -5px rgba(0, 88, 164, 0), 18px 0 0 -5px rgba(0, 88, 164, 0), 12.72984px 12.72984px 0 -5px rgba(0, 88, 164, 0), 0 18px 0 -5px rgba(0, 88, 164, 0), -12.72984px 12.72984px 0 -5px rgba(0, 88, 164, 0), -18px 0 0 0 #0058a4, -12.72984px -12.72984px 0 0 #0058a4;
  }
  87.5% {
    box-shadow: 0 -18px 0 0 #0058a4, 12.72984px -12.72984px 0 0 #0058a4, 18px 0 0 -5px rgba(0, 88, 164, 0), 12.72984px 12.72984px 0 -5px rgba(0, 88, 164, 0), 0 18px 0 -5px rgba(0, 88, 164, 0), -12.72984px 12.72984px 0 -5px rgba(0, 88, 164, 0), -18px 0 0 -5px rgba(0, 88, 164, 0), -12.72984px -12.72984px 0 0 #0058a4;
  }
}

.nb-section-traveler {
    width: 564px;
    display: block;
}

#nb-schedule {
    width: auto !important;
}

#nb-schedule-nav-controls {
    width: 105% !important;
}

.post-47356 .section-traveler {
    width: 564px;
    display: block;
}

.post-47356 #schedule {
    position: relative !important;
    width: auto !important;
    margin-top: 15px;
}

.post-47356 #schedule-nav-controls {
    width: 105% !important;
}

.section-traveler {
    width: auto;
    max-width: none;
}

.section-traveler .form-input input, .section-traveler .form-input select {
    padding: 4px;
    margin: 5px;
}

#schedule {
    position: relative !important;
    overflow: hidden !important;
    width: auto !important;
}

#schedule-nav-controls {
    width: 100% !important;
}

.section {
    position: relative;
}

.fullwidth_page .section {
    margin: 40px auto;
    width: 90%;
}

.section-arrow {
    position: absolute;
    right: -20px;
    top: 60px;
}

.page-template-book-now-template .section-arrow {
    display: inline-block;
    max-width: 158px;
    padding-top: 20px;
    padding-left: 40px;
}

#whole-container {
    width: auto;
}

.nb-schedule-day, .nb-schedule-day-header {
    width: 14% !important;
    border-right: 1px solid #ccc
}

.schedule-day, .schedule-day-header {
    width: 20% !important;
    border-right: 1px solid #ccc
}

#schedule-nav div:last-child, #schedule-content div:last-child {
    border: none;
}

#schedule-nav, #schedule-content {
    width: auto !important;
}

.schedule-date, .schedule-time {
    font-size: 11px;
    font-weight: bold !important
}

.alternate {
    background-color: transparent !important;
}

.page-template-book-now-template .alternate {
    background-color: #efefef;
}

#add-additional-traveler-text {
    max-width: none !important;
}

#nb-left-container {
    width: 60%;
    float: left;
}

#nb-passport-visa {
    width: 60%;
}

.post-47356 #left-container {
    width: 450px;
    float: left;
    display: block;
}

.post-47356 #appointment-form #right-container {
    width: 350px !important;
}

.booking-confirmed-title {
    color: #174897;
    font-size: 20px;
    margin: 0 0 10px;
    font-weight: 700;
    line-height: 1.2;
}

.booking-confirmed-title-new {
    color: #f47e28;
    font-size: 26px;
    font-weight: 500;
}

.fa-location-dot:before {
    content:"\f3c5";
}

.appt-info-item i {
    width: 16px;
}

.fa-calendar-days:before {
    content:"\f073";
}

#add-calendar-btn {
    background: #00A9E7;
    border-radius: 5px;
    padding: 13px 83px;
    text-align: center;
    color: #fff;
    font-weight: 500;
    font-size: 18px;
}

.nb-add-to-calendar-container {
    position: relative;
}

.nb-addCalbtnOptions {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    width: 333px;
    font-size: 18px;
    z-index: 1;
}

.nb-addCalbtnOptions div,
.nb-multipleIntakeOptions div {
    padding: 12px 6px;
    display: block;
    margin: 0px 25px;
}

.nb-addCalbtnOptions a,
.nb-multipleIntakeOptions a {
    color: #474B55;
    text-decoration: none;
    padding: 12px 6px;
}

.nb-addCalbtnOptions a:hover,
.nb-multipleIntakeOptions a:hover {
    background-color: #ddd;
}

.nb-add-to-calendar-container:hover .nb-addCalbtnOptions,
.nb-multipleIntakeLinks:hover .nb-multipleIntakeOptions {
    display: block;
}

.nb-add-to-calendar-container:hover .nb-addCalbtn {
    background-color: #174897;
}

.nb-addCalbtnOptions i {
    padding-right: 5px;
}

#nb-intake-discount-container,
#nb-intake-container {
    margin-bottom: 20px;
}

#complete-medhist-btn,
#multi-intake-btn {
    background: #f47e28!important;
    border-radius: 5px;
    padding: 13px 50px;
    text-align: center;
    color: #fff;
    font-weight: 500;
    font-size: 18px;
}

.nb-multipleIntakeOptions {
    display: none;
    background-color: #f1f1f1;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    width: 333px;
    font-size: 16px;
    /*float: right;
    margin-top: -27px;*/
    position: absolute;
    right: 94px;
    top: 100px;
}

#booster-no-cc-disclaimer {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.625;
    padding: 0 0 20px 0;
}

.div-traveler-title {
    color: #174897;
    font-size: 18px;
    font-weight: 700;
    padding-top: 10px;
}

#noCC-trip-info {
    margin: 0 0 30px 0;
}

.noCC-trip-info-title {
    color: #174897;
    font-size: 18px;
    font-weight: 700;
    padding: 10px 0px;
}
.div-trip-info-title {
    color: #174897;
    font-size: 18px;
    font-weight: 700;
    margin: 0 0 10px;
}

.cc-info-title {
    color: #174897;
    font-size: 18px;
    font-weight: 700;
}

#nb-appt-complete,
#nb-appt-complete-teleconsult,
#nb-appt-booster-complete {
    width: 95%;
    font-size: 16px;
}

#nb-appt-complete b,
#nb-appt-complete-teleconsult b {
    color:#f47e28;
}

#nb-appt-booster-complete b {
    color: #174897;
}

#nb-complete-section #map {
    width: 95%;
    height: 388px;
    margin-bottom: 8%;
}

#nb-appointment-incomplete {
    color:#f47e28;
    padding: 10px 10px 0px 10px;
    font-weight: 600;
}

#nb-appointment-information {
    padding: 20px 10px 6px 10px;
}

#nb-appointment-info, #appt-location-section {
    margin-bottom: 20px;
}

#nb-appointment-info b,
#appt-location-section b,
#appt-info-title-new,
.nb-intake-discount-title,
#nb-intake-title,
#nb-app-title {
    color:#0058A4;
    font-weight: 600;
    display: block;
}

/*#having-trouble {
    padding: 0px 10px 20px 10px;
}*/

#having-trouble b {
    color:#f47e28;
    font-weight: 600;
    display: block;
}

/*#having-trouble span.embeddedPhone, .clsrContainerScheduleTime span.gawNumber {
    font-weight: 600;
    color: #00A9E7;
}*/

#prevVisitCheckboxes {
    display: inline-block;
}

.btnSearchClinic {
    position: absolute;
    top: 61px;
    right: 9px;
}

.btnSearchClinicBooster {
    position: absolute;
    bottom: 38px;
    right: 17px;
}

#dialog {
    text-align: center;
    font-size: 15px;
    margin-bottom: 15px;
    color: #474B55;
}

.booster-alert-reval {
    background: #fcfdfd url(/wp-content/themes/enterprise-pro/images/olb-alert.png) no-repeat;
    background-size: 130px;
    background-position-x: center;
    margin-top: -35px;
}

.booster-alert-reval-content {
    text-align: center;
    font-size: 15px;
    margin: 30px 0px -20px 0px;
    color: #474B55;
}

#btnNoBoosterValues {
    font-family: 'Poppins';
    width:75px;
    height:50px;
    background-color:#31b2ed;
    border:1px solid #EFEFEF;
}

#spanConfirmationDate {
    color: #f47e28;
}

.page-template-book-now-template .ui-dialog .ui-dialog-buttonpane {
    text-align: center !important;
    padding: 0 !important;
}

.page-template-franchise-local-page-redesign .ui-dialog .ui-dialog-buttonpane,
.page-template-franchise-parent-page-redesign .ui-dialog .ui-dialog-buttonpane,
.page-template-franchise-inner-page-redesign .ui-dialog .ui-dialog-buttonpane {
    text-align: center !important;
    display: block !important;
    padding: 0 !important;
}

.page-template-book-now-template .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset,
.page-template-franchise-local-page-redesign .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
    float: none !important;
}

.page-template-book-now-template .button-row {
    margin-top: 10px;
}

.page-template-book-now-template .align-right {
    float: right;
}

.page-template-book-now-template .align-center {
    margin: 0 auto;
}

.page-template-book-now-template .change-time {
    display: inline-block;
    padding-left: 10px;
    text-decoration: underline;
    color: #0c4685;
    cursor: pointer;
}

.page-template-book-now-template .rounded-blue-button {
    -moz-border-radius: 15px;
    border-radius: 15px;
    padding: 20px;
    background-color: #2880c0;
    color: #fff;
    font-weight: bold;
    font-size: 16pt;
    text-align: center;
    margin-bottom: 20px;
    text-decoration: underline;
    cursor: pointer;
}

.page-template-book-now-template .ui-dialog-titlebar {
    display: none;
}

.no-close .ui-dialog-buttonset {
    display: none;
}

.page-template-franchise-local-page-redesign .noTitleBar .ui-dialog-titlebar,
.page-template-franchise-parent-page-redesign .noTitleBar .ui-dialog-titlebar,
.page-template-franchise-inner-page-redesign .noTitleBar .ui-dialog-titlebar {
    display: none;
}

.page-template-franchise-local-page-redesign .noTitleBar button,
.page-template-franchise-parent-page-redesign .noTitleBar button,
.page-template-franchise-inner-page-redesign .noTitleBar button {
    background: #2759a2;
}

.page-template-franchise-local-page-redesign .ui-dialog .ui-dialog-titlebar,
.page-template-franchise-parent-page-redesign .ui-dialog .ui-dialog-titlebar,
.page-template-franchise-inner-page-redesign .ui-dialog .ui-dialog-titlebar {
    padding: 0em 1em;
}

.page-template-franchise-local-page-redesign .ui-widget-header,
.page-template-franchise-parent-page-redesign .ui-widget-header,
.page-template-franchise-inner-page-redesign .ui-widget-header {
    border: none;
    background: #2759a2;
    color: #ffffff;
    font-weight: 400;
}

.page-template-book-now-template .ui-widget .ui-widget {
    background: #00A9E7 !important;
    color: #ffffff !important;
    border: none !important;
    font-family: 'Poppins', sans-serif;
}

.page-template-franchise-local-page-redesign .ui-widget .ui-widget,
.page-template-franchise-parent-page-redesign .ui-widget .ui-widget,
.page-template-franchise-inner-page-redesign .ui-widget .ui-widget {
    color: #ffffff !important;
    border: none !important;
}

.page-template-book-now-template .ui-widget-content,
.page-template-franchise-local-page-redesign .ui-widget-content {
    border: none !important;
}

.page-template-book-now-template .ui-widget,
.page-template-franchise-local-page-redesign .ui-widget {
    border: 2px solid #A4A7A9 !important;
    font-family: 'Poppins', sans-serif !important;
}

.page-template-book-now-template .ui-widget-overlay {
    background: #aaaaaa !important;
}

.page-template-franchise-local-page-redesign .ui-widget-overlay {
    z-index: 9998 !important;
}

.page-template-book-now-template .ui-datepicker {
    border: 1px solid #A4A7A9 !important;
    border-radius: 0px !important;
}

.page-template-book-now-template .ui-corner-all {
    color: #474B55 !important;
}

.page-template-book-now-template .ui-widget-header {
    background: #00A9E7 !important;
}

.page-template-book-now-template .ui-state-default,
.page-template-franchise-local-page-redesign .ui-state-default {
    border: 0 !important;
    background: none !important;
    font-weight: bold;
    color: #00A9E7 !important;
}

.page-template-book-now-template .ui-datepicker .ui-datepicker-header {
    border-radius: 0 !important;
    color: white !important;
}

.page-template-book-now-template .ui-state-active, .page-template-book-now-template .ui-widget-content .ui-state-active, .page-template-book-now-template .ui-widget-header .ui-state-active,
.page-template-franchise-local-page-redesign .ui-state-active, .page-template-franchise-local-page-redesign .ui-widget-content .ui-state-active, .page-template-franchise-local-page-redesign .ui-widget-header .ui-state-active {
    border: 1px solid #f47e28 !important;
}

.page-template-book-now-template .ui-state-highlight, .page-template-book-now-template .ui-widget-content .ui-state-highlight, .page-template-book-now-template .ui-widget-header .ui-state-highlight,
.page-template-franchise-local-page-redesign .ui-state-highlight, .page-template-franchise-local-page-redesign .ui-widget-content .ui-state-highlight, .page-template-franchise-local-page-redesign .ui-widget-header .ui-state-highlight {
    border: 1px solid #00A9E7 !important;
}

.apptCountryDdlMobile {
    font-size: 16px !important;
}

.page-template-book-now-template .regions-selected {
    border: 1px solid #31b2ed;
    width: fit-content;
    margin: 8px 5px 0 0;
    border-radius: 3px;
    padding: 0px 8px 0px 11px;
}

.page-template-book-now-template .remove-regions {
    margin-left: 8px;
}

.page-template-book-now-template .active, .page-template-book-now-template .nb-accordion:hover {
    background-color: #ccc;
}

.clsHr {
    border-top: 2px solid #31b2ed;
    clear: both;
}

.page-template-book-now-template .ui-dialog,
.page-template-franchise-local-page-redesign .ui-dialog {
    z-index: 9999 !important;
}

.page-template-book-now-template html {
    overflow: scroll;
    overflow-x: hidden;
}

.page-template-book-now-template ::-webkit-scrollbar {
    width: 0px; /* Remove scrollbar space */
    background: transparent; /* Optional: just make scrollbar invisible */
}

.page-template-book-now-template #steps {
    margin: 0 0 0 -20px;
}

.page-template-book-now-template #steps div {
    display: inline-block;
    width: 115px;
    text-align: center;
    color: #ffffff;
    font-weight: bold;
    background-color: #bbbbbb;
}

.page-template-book-now-template #steps div.on {
    background-color: #174897;
}

.page-template-book-now-template .validation-error, .page-template-franchise-local-page-redesign .validation-error {
    border: 1px solid #f47e28 !important;
}

.page-template-book-now-template .ui-datepicker td span, .page-template-book-now-template .ui-datepicker td a {
    text-align: center !important;
}

.clsNavMobile span {
    font-weight: 500 !important;
    color: #0058A4;
}

#errorLocationSearch {
    font-size: 12px;
    color: rgb(244, 126, 40);
    position: absolute !important;
    display: block;
    margin: -12px 0px 0px 302px;
}

.errorFnameTrav {
    font-size: 12px;
    color: rgb(244, 126, 40);
    position: absolute;
    display: block;
}

#errorFname, #cb-errorFname {
    font-size: 12px;
    color: rgb(244, 126, 40);
    position: absolute;
    display: block;
}

#errorLname, #cb-errorLname {
    font-size: 12px;
    color: rgb(244, 126, 40);
    position: absolute;
    display: block;
    margin: 0px 304px;
}

.errorLnameTrav {
    font-size: 12px;
    color: rgb(244, 126, 40);
    position: absolute;
    display: block;
    margin: 0 0 0 280px;
}

#errorDOB, #cb-errorDOB {
    font-size: 12px;
    color: rgb(244, 126, 40);
    position: absolute;
    display: block;
    margin: 0px 0px 0px 608px;
}

.errorDOBtrav {
    font-size: 12px;
    color: rgb(244, 126, 40);
    position: absolute;
    display: block;
    margin: 0px 0px 0px 0px;
}

#errorEmail, #cb-errorEmail {
    font-size: 12px;
    color: rgb(244, 126, 40);
    position: absolute;
    display: block;
    margin: 0px 0 0 0;
}

.errorEmailtrav {
    font-size: 12px;
    color: rgb(244, 126, 40);
    position: absolute;
    display: block;
    margin: 0px 0px 0px 279px;
}

#errorPhone, #cb-errorPhone {
    font-size: 12px;
    color: rgb(244, 126, 40);
    position: absolute;
    display: block;
    margin: 0px 0px 0px 304px;
}

.errorPhoneTrav {
    font-size: 12px;
    color: rgb(244, 126, 40);
    position: absolute;
    display: block;
    margin: -18px 0px 0px 0px;
}

.trip-destination_error {
    font-size: 12px;
    color: rgb(244, 126, 40);
    position: absolute;
    margin: 0px 0px 0px 0px;
}

.cc-name_error {
    font-size: 12px;
    color: rgb(244, 126, 40);
    position: absolute;
    display: block;
    margin: -20px 0px 0px 0px;
}

.cc-address_error {
    font-size: 12px;
    color: rgb(244, 126, 40);
    position: absolute;
    display: block;
    margin: -5px 0px 0px 0px;
}

.cc-city_error {
    font-size: 12px;
    color: rgb(244, 126, 40);
    position: absolute;
    display: block;
    margin: -5px 0px 0px 278px;
}

.cc-state_error {
    font-size: 12px;
    color: rgb(244, 126, 40);
    position: absolute;
    display: block;
    margin: 0px 0px 0px 0px;
}

.cc-zip_error {
    font-size: 12px;
    color: rgb(244, 126, 40);
    position: absolute;
    display: block;
    margin: -20px 0px 0px 0px;
}

.cc-number_error {
    font-size: 12px;
    color: rgb(244, 126, 40);
    position: absolute;
    display: block;
    margin: -10px 0px 0px 0px;
}

.cc-exp-monthYear_error {
    font-size: 12px;
    color: rgb(244, 126, 40);
    position: absolute;
    display: block;
    margin: 0px 0px 0px 0px;
}

.cc-code_error {
    font-size: 12px;
    color: rgb(244, 126, 40);
    position: absolute;
    display: block;
    margin: 0px 0px 0px 192px;
}

.trip-date_error {
    font-size: 12px;
    color: rgb(244, 126, 40);
    display: block;
    margin: 0px 0px 0px 0px;
}

.focusedAppt {
    outline-style: none;
    border: 1px solid #31b2ede8 !important;
    width: 276px;
    height: 35px;
    border-radius: 3px;
    margin-top: 20px;
    margin-right: 20px;
    margin-bottom: inherit;
    color: #A4A7A9;
    font-size: 15px;
    padding: 0px 0px 0px 6px;
}

.focusedTrav {
    outline-style: none;
    border: 1px solid #31b2ede8 !important;
    width: 295px;
    height: 35px;
    border-radius: 3px;
    margin-top: 20px;
    margin-right: 0px;
    margin-bottom: inherit;
    color: #A4A7A9;
    font-size: 15px;
    padding: 0px 0px 0px 5px;
}

.cbfocusedAppt {
    outline-style: none;
    border: 1px solid #31b2ede8 !important;
    width: 315px;
    height: 35px;
    border-radius: 3px;
    margin-right: 28px;
    margin-bottom: inherit;
    color: #A4A7A9;
    font-size: 15px;
    padding: 0px 0px 0px 6px;
}

.cbfocusedTrav {
    outline-style: none;
    border: 1px solid #31b2ede8 !important;
    width: 315px;
    height: 35px;
    border-radius: 3px;
    margin-right: 28px;
    margin-bottom: inherit;
    color: #A4A7A9;
    font-size: 15px;
    padding: 0px 0px 0px 5px;
}

.focusedSearch {
    outline-style: none;
    border: 1px solid #31b2ede8 !important;
    width: 290px;
    height: 35px;
    border-radius: 3px;
    margin-top: 20px;
    margin-right: 20px;
    margin-bottom: inherit;
    color: #474B55;
    font-size: 15px;
    padding: 0px 0px 0px 8px;
}

.focusedDOB {
    outline-style: none;
    border: 1px solid #31b2ede8;
    width: 295px;
    height: 35px;
    border-radius: 3px;
    margin-right: 15px;
    margin-bottom: inherit;
    color: #A4A7A9;
    font-size: 15px;
    padding: 0px 0px 0px 5px;
}

.focusedState {
    outline-style: none;
    width: 80px;
    padding: 0px 0px 0px 8px;
    height: 35px;
    margin: 16px 11px 0 0;
    color: #474B55;
    border: 1px solid #31b2ede8 !important;
}

.focusedMonth {
    outline-style: none;
    width: 77px;
    height: 35px;
    color: #474B55;
    margin-right: 10px;
    border: 1px solid #31b2ede8 !important;
}

.focusedYear {
    outline-style: none;
    width: 74px;
    height: 35px;
    color: #474B55;
    margin-right: 10px;
    border: 1px solid #31b2ede8 !important;
}

.post-40705 select:invalid,
.post-40705 select option[value=""],
.page-template-franchise-local-page-redesign select:invalid,
.page-template-franchise-local-page-redesign select option[value=""] {
    color: #A4A7A9 !important;
}

.post-40705 select,
.post-40705 select option,
.page-template-book-now-template select,
.page-template-book-now-template select option,
.page-template-franchise-local-page-redesign select,
.page-template-franchise-local-page-redesign select option {
    color: #474B55;
}

.focused {
    border: 1px solid #31b2ede8 !important;
    outline-style: none;
}

#nb-schedule-nav {
    position: sticky; /* Allocates space for the element, but moves it with you when you scroll */
    position: -webkit-sticky; /*mobile device sticky*/
    width: 100%;
    margin-bottom: 8px;
    z-index: 1;
    background-color: #fff;
}

.nb-accordion {
    background-color: #eee;
    color: #444;
    cursor: pointer;
    padding: 18px;
    width: 95%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 16px;
    margin-bottom: 2%;
    overflow: auto;
}

#divExtraDetail.nb-accordion {
    margin-top: 10px;
}

.post-edit-link {
    display: none;
}

#nb-schedule-teleconsult-visit .clslContainerOfficeInfo {
    width: 100%;
}

.clslContainerOfficeInfo b {
    color: #f47e28;
    display: initial;
    font-weight: 500;
}

#nb-schedule-teleconsult-visit .clslContainerOfficeInfo b {
    font-size: 17px;
}

#nb-schedule-teleconsult-visit .clslContainerOfficeInfo span {
    font-size: 15px;
    display: block;
}

.nb-schedule-day-map {
    width: 94%;
    height: 283px;
    margin-bottom: 2%;
    margin-top: 2%;
    position: relative;
    overflow: hidden;
}

.nb-vv-whatis {
    color: #0058A4;
    font-weight: 500;
    font-size: 15px;
}

.nb-vv-whatis p {
    margin-bottom: 12px;
}

#videovisittext {
    margin: 20px 0 10px 0;
}

#videovisitp {
    margin-bottom: 0px;
}

#nb-schedule {
    position: relative;
    overflow: hidden;
}

.clsrContainerScheduleTime {
    -ms-overflow-style: none;
    width: 89%;
    display: flex;
    justify-content: space-around;
    align-items: center;
    position: relative;
}

.clsrContainerTopArrow, .clsrContainerBottomArrow {
    width: 89%;
    display: flex;
    justify-content: space-around;
    align-items: center;
    position: relative;
    height: 38px;
}

.clsChildArrowTopFirst,
.clsChildArrowTopSecond,
.clsChildArrowTopThird,
.clsChildArrowTopFourth,
.clsChildArrowTopFifth,
.clsChildArrowBottomFirst,
.clsChildArrowBottomSecond,
.clsChildArrowBottomThird,
.clsChildArrowBottomFourth,
.clsChildArrowBottomFifth {
    display: inline-block;
}

.clsNoAppointmentTime {
    margin-top: 25%;
}

.clsNoAppointmentData {
    margin-top: 30%;
    text-align: center;
}

#btnConfirmApptTime {
    font-family: 'Poppins', sans-serif;
    height: 50px;
    background-color: #31b2ed;
    border: 1px solid #EFEFEF;
}

#btnCancelApptTime {
    font-family: 'Poppins', sans-serif;
    width: 95px;
    height: 50px;
    background-color: #f47e28 !important;
    border: 1px solid #EFEFEF;
}

.nb-schedule-day {
    display: inline-block;
    max-width: 105px;
    height: 100%;
    vertical-align: top;
    scrollbar-width: none;
    -ms-overflow-style: none;
    margin: 5px 5px 5px 10px !important;
    border: none;
    text-align: center;
    height: 276px;
    overflow: auto;
    width: 16% !important;
}

.nb-schedule-day-header {
    display: inline-block;
    max-width: 105px;
    font-weight: bold;
    padding-left: 3px;
    margin-left: 25px;
}

.nb-schedule-time {
    background-color: #fff;
    border: 1px solid #0058a4;
    border-radius: 5px;
    color: #0058a4;
    font-size: 11.5px;
    height: 38px;
    margin-bottom: 8px;
    padding-top: 10px;
    text-align: center;
    width: 98%;
    cursor: pointer;
    font-weight: 500;
}

.clsButtonFind {
    display: inline-block;
    width: 10px;
    height: 15px;
}

#nb-appointment-form {
    padding-top: 25px;
}

.nb-form-row {
    margin: 0px 15px 0px 0px;
}

.nb-form-label {
    display: table-cell;
}

.nb-right-container-inner {
    padding: 5px;
    border: 1px solid #cccccc;
}

.nb-right-container-intro-inner {
    padding: 5px;
    border: 1px solid #cccccc;
}

.nb-right-container-intro-header h3 {
    background-color: #174897;
    margin-bottom: 0 !important;
    color: #fff;
    padding: 3px 8px;
    font-weight: bold;
    border: 1px solid #cccccc;
    border-bottom: none;
}

#nb-appointment-form #nb-right-container {
    width: 350px !important;
    float: right;
    border: 1px solid #d3d3d3;
    margin: 0px 0px 35px 0px;
}

#btnEditAppointment {
    font-size: 14px;
    margin: 0px 0px 20px 0px;
    text-decoration: underline;
    color: #00A9E7;
    background-color: #fff !important;
    box-shadow: none;
    border: none;
    padding: 0px;
}

#btnNextDetails, #btnEditInfo {
    background-color: #00A9E7;
    float: right;
    margin-top: 0px;
    border: none;
}

#nb-div-intro {
    margin-top: 20px;
}

#nb-intro-question-set {
    width: 100%;
    position: relative;
}

.nb-intro-question-set-results {
    background-color: #f0eff0;
    border-top: 1px solid #A4A7A9;
    border-bottom: 1px solid #A4A7A9;
}

#cb-intro-question-set {
    width: 100%;
}

#nb-intro-question-set-1 {
    margin: 20px 0 10px 0;
    padding: 0px 25px;
}

#cb-intro-question-set-1 {
    margin: 30px 15px 4px 15px;
}

#nb-intro-question-set-2 {
    color: #474B55;
    font-size: 15px;
    padding: 0px 25px;
    margin-bottom: 10px;
}

#cb-intro-question-set-2 {
    color: #474B55;
    font-size: 15px;
    margin: 7px 0 0 15px;
}

#nb-intro-question-set-3 {
    margin-top: 35px;
    margin-bottom: 30px;
    padding: 0px 25px;
    clear: both;
}

#cb-intro-question-set-3 {
    margin: 20px 15px 0px 15px;
}

#prevVisit {
    margin: 0 15px 0 0;
}

#prevVisitYes, prevVisitNo {
    margin: 0 10px 0 0;
}

#errorYesNo {
    font-size: 12px;
    color: rgb(244, 126, 40);
    margin: -5px 0px 0px;
}

#cb-errorYesNo {
    font-size: 12px;
    color: rgb(244, 126, 40);
    margin: -5px 0px 0px;
    position: absolute;
}

#span-lookup-customer, #cb-span-lookup-customer {
    color: #0058A4;
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
}

#callforTimes {
    padding: 25px 25px 0px 25px;
    background-color: #fff;
    z-index: 1;
    font-size: 15px;
    color: rgb(71, 75, 85);
}

#callforTimes b {
    color: #0058a4;
    font-weight: 500;
}

.clsNavMobile {
    width: 68.5%;
    margin-left: 35%;
    line-height: 1.2em;
}

.nb-right-container-header h3 {
    background-color: #174897;
    margin-bottom: 0 !important;
    color: #fff;
    padding: 8px 10px;
    font-weight: 700;
    border-bottom: none;
    line-height: 1.2;
    font-size: 18px;
}

#errorApptype {
    font-size: 12px;
    color: rgb(244, 126, 40);
    position: absolute !important;
    margin: -12px 0px 0px 2px;
    display: block;
}

#cb-errorApptype {
    font-size: 12px;
    color: rgb(244, 126, 40);
    position: absolute !important;
    margin: -5px 0px 0px 0px;
    display: block;
}

#errorTrav {
    font-size: 12px;
    color: rgb(244, 126, 40);
    float: right;
    margin: -12px 9px 0px 0px;
}

#cb-errorTrav {
    font-size: 12px;
    color: rgb(244, 126, 40);
    position: absolute !important;
    display: block;
    margin: -5px 0px 0px 345px;
}

#btnPreviousDate, #btnNextDate {
    background-color: #31b2ed;
    border: 2px solid #31b2ed;
    box-shadow: none;
}

.departureDate {
    width: 49%;
    display: inline-block;
    margin-top: 15px;
}

.slider-title {
    font-size: 25px !important;
}

.nb-section {
    vertical-align: top;
    width: 560px;
    position: inherit !important;
}

.nb-schedule-date {
    font-weight: normal;
}

.nb-schedule-time.chosen {
    background-color: #0c4685;
    color: #fff;
}

.nb-appt-labels {
    font-size: 13px;
    position: absolute;
    margin: -2px 0px 0px 2px;
    color: #0058A4;
    font-weight: 500;
}

.cb-appt-labels {
    font-size: 13px;
    position: absolute;
    margin: -20px 0px 0px 1px;
    color: #0058A4;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
}

.nb-appt-fields {
    outline-style: none;
    width: 285px;
    height: 35px;
    border: 1px solid #A4A7A9;
    border-radius: 3px;
    margin-top: 20px;
    margin-right: 20px;
    margin-bottom: inherit;
    color: #474B55;
    font-size: 15px;
    padding: 0px 0px 0px 6px;
}

select[class="cb-appt-fields"] {
    outline-style: none;
    width: 315px;
    height: 35px;
    border: 1px solid #A4A7A9;
    border-radius: 3px;
    margin-right: 27px;
    margin-bottom: inherit;
    color: #474B55;
    font-size: 15px;
    padding: 0px 0px 0px 6px;
}

.nb-add-traveler {
    outline-style: none;
    width: 130px;
    border-radius: 3px;
    margin-top: 20px;
    margin-right: 0px;
    margin-bottom: inherit;
    padding: 0px 0px 0px 5px;
    height: 35px;
    border: 1px solid #A4A7A9;
    background-color: #FFFFFF;
    font-size: 15px;
    color: #474B55;
}

select[class="cb-add-traveler"] {
    outline-style: none;
    width: 315px;
    border-radius: 3px;
    margin-right: 28px;
    margin-bottom: inherit;
    padding: 0px 0px 0px 5px;
    height: 35px;
    border: 1px solid #A4A7A9;
    background-color: #FFFFFF;
    font-size: 15px;
    color: #474B55;
}

input.clinic {
    color: #474B55;
    padding: 0px 0px 0px 8px;
    width: 290px;
    height: 35px;
    border: 1px solid #A4A7A9;
    margin-top: 20px;
    margin-right: 20px;
    margin-bottom: inherit;
    font-size: 15px;
}

input[name="nb-cc_name"] {
    width: 350px;
    padding: 0px 0px 0px 8px;
    height: 35px;
    margin: 0px 0px 20px 0px;
    color: #474B55;
    border: 1px solid #A4A7A9;
}

input[name="nb-cc_number"] {
    width: 255px;
    padding: 0px 0px 0px 8px;
    height: 35px;
    margin: 30px 15px 10px 0;
    color: #474B55;
    border: 1px solid #A4A7A9;
}

#div-countries {
    width: 100% !important;
}

input[placeholder="First Name*"] {
    width: 255px;
    padding: 0px 0px 0px 8px;
    height: 35px;
    margin: 10px 20px 0 0;
    font-size: 16px;
    color: #474B55;
    border: 1px solid #A4A7A9;
}

input[placeholder="Last Name*"] {
    width: 255px;
    padding: 0px 0px 0px 8px;
    height: 35px;
    margin: 10px 20px 0 0;
    font-size: 16px;
    color: #474B55;
    border: 1px solid #A4A7A9;
}

input[name="dob_1"] {
    width: 255px;
    padding: 0px 0px 0px 8px;
    height: 35px;
    margin: 25px 20px 0 0;
    font-size: 16px;
    color: #474B55;
    border: 1px solid #A4A7A9;
}

input[name="dob_2"] {
    width: 255px;
    padding: 0px 0px 0px 8px;
    height: 35px;
    margin: 25px 20px 0 0;
    font-size: 16px;
    color: #474B55;
    border: 1px solid #A4A7A9;
}

input[name="dob_3"] {
    width: 255px;
    padding: 0px 0px 0px 8px;
    height: 35px;
    margin: 25px 20px 0 0;
    font-size: 16px;
    color: #474B55;
    border: 1px solid #A4A7A9;
}

input[name="dob_4"] {
    width: 255px;
    padding: 0px 0px 0px 8px;
    height: 35px;
    margin: 25px 20px 0 0;
    font-size: 16px;
    color: #474B55;
    border: 1px solid #A4A7A9;
}

input[name="dob_5"] {
    width: 255px;
    padding: 0px 0px 0px 8px;
    height: 35px;
    margin: 25px 20px 0 0;
    font-size: 16px;
    color: #474B55;
    border: 1px solid #A4A7A9;
}

input[name="dob_6"] {
    width: 255px;
    padding: 0px 0px 0px 8px;
    height: 35px;
    margin: 25px 20px 0 0;
    font-size: 16px;
    color: #474B55;
    border: 1px solid #A4A7A9;
}

input[placeholder="Email*"] {
    width: 255px;
    padding: 0px 0px 0px 8px;
    height: 35px;
    margin: 25px 20px 0 0;
    font-size: 16px;
    color: #474B55;
    border: 1px solid #A4A7A9;
}

input[placeholder="Phone*"] {
    width: 255px;
    padding: 0px 0px 0px 8px;
    height: 35px;
    margin: 25px 20px 20px 0;
    font-size: 16px;
    color: #474B55;
    border: 1px solid #A4A7A9;
}

.booster-lookup-title {
    color: #0058A4;
    font-weight: 700;
    font-size: 15px;
}

input[name="first_nameBooster"] {
    width: 280px;
    padding: 0px 0px 0px 8px;
    height: 35px;
    margin: 15px 20px 0 0;
    font-size: 16px;
    border: 1px solid #A4A7A9;
    color: #474B55;
}

input[name="last_nameBooster"] {
    width: 280px;
    padding: 0px 0px 0px 8px;
    height: 35px;
    margin: 15px 20px 0 0;
    font-size: 16px;
    border: 1px solid #A4A7A9;
    color: #474B55;
}

input[name="dobBooster"] {
    width: 281px;
    padding: 0px 0px 0px 8px;
    height: 35px;
    margin: 15px 0px 0 0;
    font-size: 16px;
    border: 1px solid #A4A7A9;
    color: #474B55;
}

input[name="emailBooster"] {
    width: 280px;
    padding: 0px 0px 0px 8px;
    height: 35px;
    margin: 25px 20px 0 0;
    font-size: 16px;
    border: 1px solid #A4A7A9;
    color: #474B55;
}

input[name="phoneBooster"] {
    width: 280px;
    padding: 0px 0px 0px 8px;
    height: 35px;
    margin: 15px 20px 0 0;
    font-size: 16px;
    border: 1px solid #979797;
    color: #474B55;
}

input[name="nb-date_leaving"] {
    height: 35px;
    width: 255px;
    padding: 0px 0px 0px 8px;
    margin: 0px 20px 0 0;
    color: #474B55;
    border: 1px solid #A4A7A9;
}

input[name="nb-date_returning"] {
    height: 35px;
    width: 255px;
    padding: 0px 0px 0px 8px;
    margin: 5px 20px 0 0;
    color: #474B55;
    border: 1px solid #A4A7A9;
}

input[name="existing-y"] {
    margin-top: 10px;
    color: #474B55;
}

input[name="existing-n"] {
    color: #474B55;
}

input[name="nb-cc_address"] {
    width: 255px;
    padding: 0px 0px 0px 8px;
    height: 35px;
    margin: 3px 20px 5px 0;
    color: #474B55;
    border: 1px solid #A4A7A9;
}

input[name="nb-cc_city"] {
    width: 255px;
    padding: 0px 0px 0px 8px;
    height: 35px;
    margin: 3px 0px 0 0;
    color: #474B55;
    border: 1px solid #A4A7A9;
}

input[name="nb-finished-cc"] {
    width: 30%;
    height: 40px;
    font-size: 15px;
    background-color: #00A9E7 !important;
    border: none !important;
    margin-bottom: 25px;
}

select[name="nb-cc_state"] {
    outline-style: none;
    width: 80px;
    padding: 0px 0px 0px 8px;
    height: 35px;
    margin: 18px 11px 0 0;
    color: #474B55;
    border: 1px solid #A4A7A9;
}

input[name="nb-cc_zip"] {
    width: 160px !important;
    padding: 0px 0px 0px 8px;
    height: 35px;
    color: #474B55;
    border: 1px solid #A4A7A9;
}

select[name="nb-cc_exp_month"] {
    outline-style: none;
    width: 89px;
    height: 35px;
    color: #474B55;
    margin-right: 10px;
    border: 1px solid #A4A7A9;
}

select[name="nb-cc_exp_year"] {
    outline-style: none;
    width: 75px;
    height: 35px;
    color: #474B55;
    margin-right: 10px;
    border: 1px solid #A4A7A9;
}

.page-template-book-now-template select[name="regions"],
.page-template-book-now-template select[name="noCC-regions"] {
    height: 35px;
    outline-style: none;
    width: 255px;
    border: 1px solid #A4A7A9;
    color: #A4A7A9 !important;
    padding: 0px 0px 0px 8px;
    margin: 0px 0px 0px;
}

input[name="nb-cc_code"] {
    width: 60px !important;
    padding: 0px 0px 0px 8px;
    height: 35px;
    margin-bottom: inherit;
    border-radius: 3px;
    color: #474B55;
    border: 1px solid #A4A7A9;
}

#nb-cc-fields {
    display: inline-block;
}

#cc-disclaimer1 {
    color: #174897;
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: 600;
}

#cc-disclaimer2 {
    color: #174897;
    margin-top: 12px;
    font-size: 14px;
    font-weight: 600;
}

#p-cancel {
    font-size: 14px;
}

.btnSearchOLB {
    position: absolute;
    top: 20px;
    right: 25px;
}

.btnSearchOLBResults {
    position: absolute;
    top: 40px;
    right: 25px;
}

.btnSearchOLBBooster {
    position: absolute;
    bottom: 0px;
    right: 194px;
}

#div-lookup-different-customer {
    clear: both;
    padding: 0px 0px 0px 25px;
    margin-bottom: 30px;
    width: 60%;
}

#div-result-message {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    overflow: hidden;
    color: #f47e28;
}

#div-more-locations-loader {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    overflow: hidden;
}

.scheduleTimeLoader {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    overflow: hidden;
}

input[name="btnFindAvailability"] {
    background-color: #00A9E7;
    padding: 6px 40px !important;
    font-size: 15px;
    border: none !important;
}

input[name="btnGoToBooking"] {
    background-color: #f47721;
    padding: 7px 49px !important;
    font-size: 16px;
    font-weight: 500;
    border: none !important;
    margin-bottom: 10px !important;
}

.button-row-2 {
    padding-top: 10px;
}

#covidTestText {
    margin-top: 20px;
    color: #0058a4;
    font-weight: 500;
}

/*additions for OLB teleconsults*/
#btn-teleconsult-tab {
    background-color: #f47721;
    border-radius: 2px 2px 0px 0px;
    border: none;
    width: 140px;
    font-size: 14px;
    text-align: center;
    padding: 5px 25px 10px 0px;
    color: #fff;
    display: inline-block;
    margin: 20px 0 0 0;
    opacity: 0.6;
}

.fa-video {
    position: absolute;
    z-index: 12;
    margin: 25px 0px 0px 103px;
    color: #fff;
    font-size: 20px;
    cursor: pointer;
}

#btn-in-clinic-tab {
    background-color: #f47721;
    border-radius: 2px 2px 0px 0px;
    border: none;
    width: 120px;
    font-size: 14px;
    text-align: center;
    padding: 5px 5px 10px 5px;
    color: #fff;
    display: inline-block;
    margin: 20px 3px 0 0;
    opacity: 0.6;
}

#btn-in-clinic-tab:disabled {
    background-color: lightgrey;
}

.active-tab {
    color: #fff !important;
    background-color: #00A9E7 !important;
    transform: translateY(-5px);
    opacity: 1 !important;
    height: 45px;
    box-shadow: 3px -1px 1px 0px #d3d3d3;
}

.booking-tab {
    display: inline-block;
}

#vv-link {
    text-decoration: underline;
    cursor: pointer;
    color: #00A9E7;
    font-weight: 500;
}

.mt-0 {
    margin-top: 0
}

hr.confirmBook2 {
    margin: 40px 0px;
    clear: both;
}

#nb-appointment-info-new {
    display: flex;
    margin-bottom: 25px;
    flex-direction: column;
    color: #474B55;
}

.appt-info-item {
    display: flex;
    gap: 5px 10px;
    margin: 10px 0px;
    align-items: baseline;
}

#appt-traveler-detail-new,
#apptClinicName {
    font-weight: 600;
}

#booking-tab-container {
    position: relative;
    top: 10px;
}

#bookingTabWrap {
    position: sticky;
    position: -webkit-sticky;
    z-index: 1;
    background-color: #fff;
}

#bookingTabsNavContainer {
    position: sticky;
    position: -webkit-sticky;
    top: 0px;
    z-index: 1;
    padding: 0px 25px;
}

#nb-schedule-in-clinic-visit,
#nb-schedule-teleconsult-visit,
#nb-more-locations-in-clinic-visit,
#nb-more-locations-teleconsult-visit,
#nb-appointment-form {
    padding: 0px 25px;
}

.nb-health-app-container {
    padding: 0px 25px;
    margin: 15px 0px 20px 0px;
}

.nb-health-app-container-new {
    padding: 0px 25px;
    margin: 15px 0px 0px 0px;
}

#nb-div-main {
    padding: 15px 25px;
}

#booking-confirmation-title-section-new {
    padding: 0px 25px;
    margin: 15px 0px 0px 0px
}

#nb-appointment-information-new {
    padding: 0px 25px;
}

#nb-intro-disclaimer {
    width: auto;
    height: 72px;
    padding: 8px;
    margin: 10px 10%;
    background-color: rgb(255, 255, 255);
    border: 2px solid #f47721;
    border-radius: 10px;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
}

#nb-directions, #nb-directions ul {
    color: #0058A4;
    font-size: 15px;
    padding: 10px 0px;
}

#cb-directions {
    color: #0058A4;
    font-size: 15px;
    padding: 10px 15px;
}

#nb-next-available-date-btn {
    background-color: #00A9E7;
    color: #fff;
    padding: 8px 50px;
    font-size: 15px;
    border: none;
}

input#nb-next-available-date-btn.button:hover {
    background-color: #2759a2;
}

#nb-call-covid {
    background-color: #f47721;
    color: #fff;
    font-size: 15px;
    padding: 5px;
    border-radius: 5px;
}

#nb-health-app {
    background-color: rgb(244, 244, 244);
    padding: 22px;
    width: 58.5%;
}

#ph-app-icon {
    float: left;
}

#ph-app-text {
    margin: 3px 0px 0px 85px;
}

#ph-app-text h4 {
    color: #125da6;
    font-size: 14px;
    margin: 0 0 3px;
}

#app-dwnld-btn {
    margin-top: 10px;
}

#covid-test-disclaimer, 
#covid-vax-disclaimer,
#immPhys-disclaimer {
    padding: 0px 0px 26px 0px;
}

#immPhysAddAppt {
    color: #0058A4;
    font-weight: 600;
}

#call-today {
    position: relative;
    top: 15px;
}

#custom-clinic-disclaimer {
    color: #174897;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 12px;
    white-space: nowrap;
}

/*new booking version 3 styles*/
.page-template-book-now-template-v3 {
    font-family: 'Poppins', sans-serif !important;
}

#booking-intro-disclaimer {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    height: 72px;
    width: auto;
    margin: 10px 3%;
    border: 2px solid #f47721;
    border-radius: 10px;
    padding: 0px 3px;
}

#booking-div-intro {
    margin-top: 20px;
}

#booking-intro-question-set {
    width: 100%;
    position: relative;
}

#booking-intro-question-set-1 {
    margin: 20px 0 10px 0;
    padding: 0px 25px;
}

.booking-search-labels {
    font-size: 13px;
    position: absolute;
    margin: -2px 0px 0px 2px;
    color: #0058A4;
    font-weight: 500;
}

.booking-appt-reason {
    outline-style: none;
    width: 285px;
    height: 35px;
    border: 1px solid #A4A7A9;
    border-radius: 3px;
    margin-top: 20px;
    margin-right: 20px;
    margin-bottom: inherit;
    color: #474B55;
    font-size: 15px;
    padding: 0px 0px 0px 6px;
}

.booking-traveler-num {
    outline-style: none;
    width: 130px;
    border-radius: 3px;
    margin-top: 20px;
    margin-right: 0px;
    margin-bottom: inherit;
    padding: 0px 0px 0px 5px;
    height: 35px;
    border: 1px solid #A4A7A9;
    background-color: #FFFFFF;
    font-size: 15px;
    color: #474B55;
}

input.clinic-search {
    color: #474B55;
    padding: 0px 0px 0px 8px;
    width: 290px;
    height: 35px;
    border: 1px solid #A4A7A9;
    margin-top: 20px;
    margin-right: 20px;
    margin-bottom: inherit;
    font-size: 15px;
}

#locationSearchError {
    font-size: 12px;
    color: rgb(244, 126, 40);
    position: absolute !important;
    display: block;
    margin: -13px 0px 0px 311px;
}

.booking-intro-question-set-results {
    background-color: #f0eff0;
    border-top: 1px solid #A4A7A9;
    border-bottom: 1px solid #A4A7A9;
}

#booking-intro-question-set-2 {
    color: #474B55;
    font-size: 15px;
    padding: 0px 25px;
    margin-bottom: 10px;
}

#booster-lookup-fields {
    margin-top: 35px;
    margin-bottom: 30px;
    padding: 0px 25px;
    clear: both;
}

.bookingDialog.ui-widget.ui-widget-content {
    font-family: 'Poppins', sans-serif;
    border: 2px solid #A4A7A9;
}

.bookingDialog .ui-dialog-titlebar {
    display: none;
}

.bookingDialog .ui-dialog-buttonpane.ui-widget-content {
    text-align: center;
    padding: 0;
    margin: 0 0 1em 0;
    border: none;
}

.bookingDialog .ui-dialog-buttonpane.ui-widget-content .ui-dialog-buttonset {
    float: none;
}

.bookingDialog .ui-dialog-buttonpane.ui-widget-content button {
    background: #00A9E7;
    color: #ffffff;
    margin: 0;
}

#waitDialog .no-close .ui-dialog-buttonset {
    display: none;
}

#list-map-tabs-container {
    margin: 0px 80px 0px 80px;
}

.list-map-tabs {
    display: inline-block;
}

#clinic-list-tab {
    color: #174897;
    font-size: 24px;
    border-bottom: 2px solid #174897;
    padding: 10px 10px 0px 15px;
}

.bookingTitleHR {
    margin: 0px 0px 10px 0px;    
}

#booking-in-clinic-visit,
#booking-teleconsult-visit {
    padding: 5% 15% 0;
}

.clinicListingName,
.videoVisitTitle {
    font-weight: 600;
}

/*.clinicListingCrossroads {
    margin: 0px 0px 5px 0px;
}*/

.clinicListingStreetAddress1 {
    display: inline-block;
    margin: 0px 5px 0px 0px;
}

.clinicListingStreetAddress2 {
    display: inline-block;
}

.clinicListingDistanceVal {
    font-weight: 600;
    white-space: nowrap;
}

.clContainerMain {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.clContainerRight {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
}

.clContainerNextAvailable {
    width:160px;
    text-align: center;
    border: 2px solid #174897;
    border-radius: 3px;
}

.clContainerOfficeInfo {
    color: #444;
}

.containerNoAvailability {
    cursor: default;
}

.containerAvailability {
    cursor: pointer;
}

.availabilityTitle {
    background-color: #174897;
    border: 2px solid #174897;
    font-size: 14px;
    color: #fff;
}

.next-available-date {
    color: #174897;
    font-weight: 600;
    font-size: 21px;
    text-transform: uppercase;
    height: 27px;
}

.next-available-time {
    color: #174897;
    text-transform: uppercase;
    font-size: 18px;
}

.next-available-timezone {
    color: #174897;
    text-transform: uppercase;
    font-size: 12px;
}

.nextAvailableBookTime {
    color: #f47e28;;
    text-transform: uppercase; 
    font-weight: 600;
    font-size: 14px; /*12px;*/
    margin: 3px 4px; /*was 3px 7px*/
}

.vv-link {
    text-decoration: underline;
    cursor: pointer;
    color: #00A9E7;
}

.videoVisitExtraDetails {
    font-size: 12px;
    margin: 15px 0px 0px 0px;
    font-weight:500;
}

.availHR {
    margin: 0px 7px;
}

.clContainerViewMoreBtn {
    display: flex;
    border: 2px solid #174897;
    border-radius: 3px;
    width: 160px;
    padding: 2px;
    color: #174897;
    font-weight: 600;
    font-size: 12px;
    text-align: center;
}

.more-availability {
    width: 100%;
}

.clHR {
    clear: both;
    flex: 0 0 100%;
    margin: 5% 0px;
}

a.olb-phone-no-avail {
    color: #1a96d0!important;
    font-weight: 600;
    text-decoration: none;
    width:100%;
}

a.olb-phone {
    text-decoration: none;
}

.olb-no-availability-message,
.olb-no-availability-message-covid,
.olb-no-availability-message-immphys {
    color: #174897;
    font-weight: 500;
    padding: 0 1%;
}

.olb-no-availability-message a,
.olb-no-availability-message-covid a,
.olb-no-availability-message-immphys a {
    font-weight: 500;
}

.moreAvailabilityDialog {
    width: 500px!important;
    display: flex;
    justify-content: center;
    max-height: 90vh!important;
    overflow-y: auto;
    padding: 0!important;
}

.moreAvailabilityDialog ::-webkit-scrollbar {
  width: 3px;
}

.moreAvailabilityDialog ::-webkit-scrollbar-thumb {
  background: #444; 
}

.moreAvailabilityDialog .ui-dialog-title,
.moreAvailabilityDialog .ui-dialog-titlebar {
    margin: 0px;
    padding: 0px!important;
    height: 0px;
}

#more-avail-am-title,
#more-avail-pm-title {
    margin: 10px 0px 5px 0px;
}

.moreAvailabilityDialog #moreAvailDialog.ui-dialog-content {
    text-align: center;
    width: 100%!important;
    font-family: 'Poppins', sans-serif;
    color: #444;
    padding: 0em 1em 0.5em 1em;
    background-color: #fff;
}

.moreAvailabilityDialog #moreAvailClinicDetailsContainer {
    position: sticky;
    position: -webkit-sticky;
    top: 0;
    background-color: #fff;
    z-index: 1;
}

#moreAvail-clinic-name,
#moreAvail-date {
    font-weight: 600;
    padding-top: 0.5em;
    background-color: #fff;
}

.page-template-book-now-template-v3 .ui-widget {
    font-family: 'Poppins', sans-serif;
}

.moreAvailabilityDialog .ui-widget.ui-widget-content {
    border: none;
    background: #fff;
}

.moreAvailabilityDialog .ui-widget-content a {
    color: #1a96d0;
}

.view-more-times {
    font-size: 13px;
    width: 19%;
    margin: 8px;
    text-align: center;
    display: inline-block;
    cursor: pointer;
    font-weight: 500;
}

.moreAvailabilityDialog .ui-widget-header {
    border: none;
    background: none;
}

.moreAvailabilityDialog .ui-datepicker-header.ui-widget-header,
.page-template-book-now-template-v3 .ui-datepicker-header.ui-widget-header {
    border: none;
    background: none;
    color: #444;
    font-weight: 600;
}

.moreAvailabilityDialog .ui-datepicker .ui-datepicker-prev, 
.moreAvailabilityDialog .ui-datepicker .ui-datepicker-next,
.page-template-book-now-template-v3 .ui-datepicker .ui-datepicker-prev, 
.page-template-book-now-template-v3 .ui-datepicker .ui-datepicker-next {
    color: #444;
}

.moreAvailabilityDialog .ui-dialog-titlebar-close {
    display: none;
}

.moreAvailabilityDialog .ui-dialog-titlebar .ui-dialog-title {
    margin: 0;
    display: none;
}

.moreAvailabilityDialog button#moreAvailDialogCloseBtn,
.moreAvailabilityDialog button#moreAvailDialogCloseBtn:hover,
.moreAvailabilityDialog button#moreAvailDialogCloseBtn:focus {
    border: none;
    background: none;
    font-weight: 900;
    margin: .5em .5em 0em 0em;
    padding: 0px 0px 0px 0px;
    position: absolute;
    right: 3px;
    color: #222;
    z-index: 2;
}

.moreAvailabilityDialog .ui-dialog-buttonpane.ui-widget-content {
    border-width: 0px 0px 0px 0px;
    background-image: none;
    margin-top: 0em;
    padding: 0em 0em 0em 0em;
}

.moreAvailDialogCloseBtn:before {
    font-family: "Font Awesome 5 Free";
    content: "\f00d";
    font-weight: 900;
    font-size: 20px;
    color: #222;
}

.page-template-book-now-template-v3 #ui-datepicker-div {
    padding: 0.5em;
}

.moreAvailabilityDialog .ui-datepicker-prev span,
.moreAvailabilityDialog .ui-datepicker-next span,
.page-template-book-now-template-v3 #ui-datepicker-div .ui-datepicker-prev span,
.page-template-book-now-template-v3 #ui-datepicker-div .ui-datepicker-next span {
    background-image: none !important;
}

.moreAvailabilityDialog .ui-datepicker-header .ui-datepicker-prev:before,
.moreAvailabilityDialog .ui-datepicker-header .ui-datepicker-next:before,
.page-template-book-now-template-v3 #ui-datepicker-div .ui-datepicker-header .ui-datepicker-prev:before,
.page-template-book-now-template-v3 #ui-datepicker-div .ui-datepicker-header .ui-datepicker-next:before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    font-weight: normal;
    align-items: center;
    justify-content: center;
}

.moreAvailabilityDialog .ui-datepicker-header .ui-datepicker-prev:hover,
.moreAvailabilityDialog .ui-datepicker .ui-datepicker-prev-hover,
.page-template-book-now-template-v3 #ui-datepicker-div .ui-datepicker-header .ui-datepicker-prev:hover,
.page-template-book-now-template-v3 #ui-datepicker-div .ui-datepicker .ui-datepicker-prev-hover {
    border: none;
    background: none;
    right: 2px;
    left: 2px;
    top: 2px;
    cursor: pointer;    
}

.moreAvailabilityDialog .ui-datepicker-header .ui-datepicker-next:hover,
.moreAvailabilityDialog .ui-datepicker .ui-datepicker-next-hover,
.page-template-book-now-template-v3 #ui-datepicker-div .ui-datepicker-header .ui-datepicker-next:hover,
.page-template-book-now-template-v3 #ui-datepicker-div .ui-datepicker .ui-datepicker-next-hover {
    border: none;
    background: none;
    right: 2px;
    top: 2px;
    cursor: pointer;
}

.moreAvailabilityDialog .ui-datepicker-header .ui-datepicker-prev:before,
.page-template-book-now-template-v3 #ui-datepicker-div .ui-datepicker-header .ui-datepicker-prev:before {
    content: "\f053";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}

.moreAvailabilityDialog .ui-datepicker-header .ui-datepicker-next:before,
.page-template-book-now-template-v3 #ui-datepicker-div .ui-datepicker-header .ui-datepicker-next:before {
    content: "\f054";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}

.page-template-book-now-template-v3 #ui-datepicker-div .ui-state-default, 
.page-template-book-now-template-v3 #ui-datepicker-div .ui-widget-content .ui-state-default,
#moreAvail-datepicker .ui-state-default,
#moreAvail-datepicker .ui-widget-content .ui-state-default {
    border: none;
    background: #fff;
    font-weight: 500;
    color: #174897;
}

.moreAvailabilityDialog #moreAvailDialog #moreAvail-datepicker .ui-state-active,
.moreAvailabilityDialog #moreAvailDialog #moreAvail-datepicker .ui-widget-content .ui-state-active,
.page-template-book-now-template-v3 #moreAvailDialog #moreAvail-datepicker .ui-state-active,
.page-template-book-now-template-v3 #moreAvailDialog #moreAvail-datepicker .ui-widget-content .ui-state-active {
    border: 2px solid #174897;
    border-radius: 50%;
    background: #A3DDF8;
    font-weight: 600;
    color: #174897;
    height: 38px;
    width: 38px;
    margin: auto;
    padding: 0.1em 0.2em;
}

#moreAvail-datepicker .ui-widget.ui-widget-content {
    border: none;
    margin: 25px auto 10px auto;
    width: 100%;
}

.page-template-book-now-template-v3 #ui-datepicker-div {
    box-shadow: 2px 2px 2px #ddd;
    border: 1px solid #A4A7A9;
    border-radius: 3px;
}

.page-template-book-now-template-v3 #ui-datepicker-div th {
    text-transform: none;
    font-size: 14px;
    font-weight: 500;
}

.page-template-book-now-template-v3 .ui-datepicker-title {
    font-size: 1em;
}

#moreAvail-datepicker {
    margin: 0px 32px;
}

#moreAvail-datepicker .ui-datepicker td span, 
#moreAvail-datepicker .ui-datepicker td a {
    text-align: center;
    width: 54px;
}

.page-template-book-now-template-v3 #ui-datepicker-div td span,
.page-template-book-now-template-v3 #ui-datepicker-div td a {
    text-align: center;
}

#moreAvail-times {
    padding: 0px 20px 30px;
    width: 100%;
}

.more-availability-schedule-time {
    background-color: #fff;
    border: 1px solid #0058a4;
    border-radius: 2px;
    color: #0058a4;
    font-size: 11.5px;
    width: 19%;
    height: 38px;
    margin: 8px;
    padding: 10px;
    text-align: center;
    display: inline-block;
    cursor: pointer;
    font-weight: 500;
}

.more-availability-schedule-time:hover {
    background: #A3DDF8;
}

.selectedTime {
    background: #A3DDF8;
}

#btnSelectAppointment {
    margin-bottom: 14%;
}

#booking-appointment-form {
    padding: 0px 10%;
}

#appointment-form-intro {
    padding: 20px 0px;
}

#appointment-form-title {
    color: #174897;
    font-size: 28px;
    font-weight: 400;
}

#booking-left-container {
    width: 50%;
    float: left;
}

.booking-form-accordion {
    color: #174897;
    font-weight: 600;
    cursor: pointer;
    padding: 18px 0px;
    font-size: 18px;
    overflow: auto;
}

#divTravelerDetail.booking-form-accordion {
    padding: 0px 0px 18px 0px;
}

.active-btn,
.accordion-closed {
    cursor: pointer;
}

.inactive-btn,
.accordion-open {
    cursor: auto;
}

#divFinalizeDetails .accordion-closed {
    border-bottom: 1px solid #333;
}

#divFinalizeDetails .accordion-open {
    border-bottom: none;
}

#btnEditTravInfo {
    background-color: #fff;
    border: 1px solid #174897;
    color: #174897;
    float: right;
    margin-top: 0px;
    padding: 5px 25px;
    font-size: 14px;
}

#btnNextFinalDetails {
    background-color: #31b2ed;
    border: none;
    color: #fff;
    float: right;
    margin-top: 0px;
    padding: 5px 25px;
    font-size: 14px;
}

#divFinalizeDetails {
    border-top: 1px solid #333;
}

.traveler-div-title {
    color: #174897;
    font-size: 16px;
    font-weight: 600;
}

.traveler-info-section {
    margin: 0 0 30px 0;
}

.disableClick {
    pointer-events: none;
}

.page-template-book-now-template-v3 ::placeholder,
.page-template-book-now-template-v3 ::placeholder {
    color: #A4A7A9;
}

.fieldComplete {
    background-color: #eee;
}

input[id="booking-booster-fname"] {
    width: 280px;
    padding: 0px 0px 0px 8px;
    height: 35px;
    margin: 15px 20px 0 0;
    font-size: 16px;
    border: 1px solid #A4A7A9;
    color: #474B55;
}

input[id="booking-booster-lname"] {
    width: 280px;
    padding: 0px 0px 0px 8px;
    height: 35px;
    margin: 15px 20px 0 0;
    font-size: 16px;
    border: 1px solid #A4A7A9;
    color: #474B55;
}

input[id="booking-booster-dob"] {
    width: 281px;
    padding: 0px 0px 0px 8px;
    height: 35px;
    margin: 15px 0px 0 0;
    font-size: 16px;
    border: 1px solid #A4A7A9;
    color: #474B55;
}

input[id="booking-booster-email"] {
    width: 280px;
    padding: 0px 0px 0px 8px;
    height: 35px;
    margin: 25px 20px 0 0;
    font-size: 16px;
    border: 1px solid #A4A7A9;
    color: #474B55;
}

input[id="booking-booster-phone"] {
    width: 280px;
    padding: 0px 0px 0px 8px;
    height: 35px;
    margin: 15px 20px 0 0;
    font-size: 16px;
    border: 1px solid #979797;
    color: #474B55;
}

.divTravFirstName,
.divTravLastName,
.divTravDOB,
.divTravPhone {
    position: relative;
    width:49%;
    display: inline-block;
}

.divTravEmail {
    position: relative;
}

input[id^="travFirstName_"] {
    width: 99%;
    padding: 0px 0px 0px 8px;
    height: 35px;
    margin: 10px 4% 0 0;
    font-size: 16px;
    border: 1px solid #A4A7A9;
}

input[id^="travLastName_"] {
    width: 99%;
    padding: 0px 0px 0px 8px;
    height: 35px;
    margin: 10px 0 0 3%;
    font-size: 16px;
    border: 1px solid #A4A7A9;
}

input[id^="travdob_"] {
    width: 99%;
    padding: 0px 0px 0px 8px;
    height: 35px;
    margin: 20px 4% 0 0;
    font-size: 16px;
    border: 1px solid #A4A7A9;
}

input[id^="travPhone_"] {
    width: 99%;
    padding: 0px 0px 0px 8px;
    height: 35px;
    margin: 20px 0 0 3%;
    font-size: 16px;
    border: 1px solid #A4A7A9;
}

input[id^="travEmail_"] {
    width: 100%;
    padding: 0px 0px 0px 8px;
    height: 35px;
    margin: 20px 0px 0 0;
    font-size: 16px;
    border: 1px solid #A4A7A9;
}

.travFirstNameError,
.travDOBerror,
.travEmailError {
    font-size: 12px;
    color: rgb(244, 126, 40);
    position: absolute;
    display: block;
}

.travLastNameError,
.travPhoneError {
    font-size: 12px;
    color: rgb(244, 126, 40);
    position: absolute;
    display: block;
    margin: 0px 0px 0px 3%;
}

select[name="tripDestinations"] {
    font-size: 16px;
    height: 35px;
    outline-style: none;
    width: 100%;
    border: 1px solid #A4A7A9;
    padding: 0px 0px 0px 8px;
    margin: 0px 0px 5px;
}

.trip-destination-error {
    font-size: 12px;
    color: #f47e28;
    position: absolute;
    margin: 0px;
}

.trip-date-error {
    font-size: 12px;
    color: #f47e28;
    position: absolute;
    display: block;
    margin: 5px 0px;
}

.destinations-selected {
    border: 1px solid #31b2ed;
    width: fit-content;
    margin: 8px 8px 0 0; /*was 8 5 00*/
    border-radius: 3px;
    padding: 9px;
    font-size: 13px;
    color: #31b2ed;
    font-weight: 600;
    display: inline-block; /*added*/
}

.remove-destinations {
    margin-left: 12px;
    margin-top: -2px; /*added*/
    font-size: 15px;
    /*font-weight: 900;*/
}

.remove-destinations a {
    color: #31b2ed;
    font-weight: 500;
    text-decoration: none;
}

.tripDates {
    width: 100%;
    margin: 25px 0px;
}

select.destinationsOptionsColor {
    color: #444;
    cursor: text;
}

input[name="trip-date-leaving"] {
    height: 35px;
    width: 48%;
    padding: 0px 0px 0px 8px;
    margin: 0px 2% 0 0;
    border: 1px solid #A4A7A9;
}

input[name="trip-date-returning"] {
    height: 35px;
    width: 48%;
    padding: 0px 0px 0px 8px;
    margin: 0 0 0 0;
    border: 1px solid #A4A7A9;
}

.cc-section-title {
    color: #174897;
    font-size: 18px;
    font-weight: 600;
}

.booking-cc-disclaimer {
    font-size: 13px;
    font-weight: 500;
}

#booking-cc-disclaimer1 {
    color: #f47e28;
}

#booking-cc-disclaimer-cancel {
    padding: 0px 0px 20px 0px;
}

#booking-cc-disclaimer-cancel-a {
    color: #174897;
    font-weight: 600;
}

#custom-booking-disclaimers {
    color: #174897;
    font-size: 13px;
    font-weight: 600;
    border-top: 1px solid #444;
    padding: 20px 0px;
}

#custom-booking-disclaimers pre {
    font-family: 'Poppins', sans-serif;
    white-space: pre-wrap;
    font-size: 13px;
    font-weight: 600;
    margin: 0;
}

input[name="booking-cc-name"] {
    width: 100%;
    padding: 0px 0px 0px 8px;
    height: 35px;
    margin: 10px 0px 0px 0px;
    border: 1px solid #A4A7A9;
}

input[name="booking-cc-address"] {
    width: 100%;
    padding: 0px 0px 0px 8px;
    height: 35px;
    margin: 20px 0px 0px 0px;
    border: 1px solid #A4A7A9;
}

input[name="booking-cc-city"] {
    width: 40%;
    padding: 0px 0px 0px 8px;
    height: 35px;
    margin: 20px 2% 0 0;
    border: 1px solid #A4A7A9;
}

select[name="booking-cc-state"] {
    outline-style: none;
    width: 22%;
    padding: 0px 0px 0px 8px;
    height: 35px;
    margin: 20px 2% 0 0;
    border: 1px solid #A4A7A9;
}

input[name="booking-cc-zip"] {
    width: 31%;
    padding: 0px 0px 0px 8px;
    height: 35px;
    margin: 20px 0 0 0;
    border: 1px solid #A4A7A9;
}

input[name="booking-cc-number"] {
    width: 100%;
    padding: 0px 0px 0px 8px;
    height: 35px;
    margin: 20px 0 0 0;
    border: 1px solid #A4A7A9;
}

#booking-cc-fields {
    display: inline-block;
    margin: 20px 0px 30px 0px;
}

select[name="booking-cc-exp-month"] {
    outline-style: none;
    width: 40%;
    height: 35px;
    margin-right: 2%;
    border: 1px solid #A4A7A9;
}

select[name="booking-cc-exp-year"] {
    outline-style: none;
    width: 22%;
    height: 35px;
    margin-right: 2%;
    border: 1px solid #A4A7A9;
}

input[name="booking-cc-code"] {
    width: 31%;
    padding: 0px 0px 0px 8px;
    height: 35px;
    border-radius: 3px;
    border: 1px solid #A4A7A9;
}

#booking-finished-button {
    margin: 0px;
}

#btnFindAvailability {
    color: #fff;
}

#booking-back-button {
    margin: 25px 0px;
}

#btnFinishBooking {
    width: 100%;
    font-size: 18px;
    background-color: #00A9E7;
    border: none;
}

#btnBookingBack {
    width: 100%;
    font-size: 18px;
    background-color: #fff;
    color: #00A9E7;
    border: 1px solid #00A9E7;
}

input.booking-validation-error,
select.booking-validation-error {
    border: 1px solid #f47e28;
}

.booking-cc-error {
    color: #f47e28;
    position: absolute;
    margin: 0px;
    font-size: 12px;
    font-weight: 500;
    display: block;
}

#booking-cvv-error {
    margin-left: 245px;
}

#booking-right-container {
    width: 45%;
    float: right;
    border: 2px solid #174897;
    margin: 0px 0px 35px 0px;
}

#booking-info-container-title {
    background-color: #174897;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
}

#booking-appointment-info {
    display: flex;
    flex-direction: column;
}

#booking-appointment-info #apptClinicName {
    color: #174897;
}

#booking-appointment-info #span-need-help {
    color: #f47e28;
}

#booking-info-content {
    padding: 20px;
}

.apptInfoHR {
    border: 1px solid #174897;
    margin: 10px 0 20px 0;
}

/*Media Queries online booking version 3*/
@media only screen and (min-width: 1025px) {
    #location-search-error {
        font-size: 12px;
        color: rgb(244, 126, 40);
        position: absolute;
        display: block;
        margin: -11px 0px 0px 310px;
    }

    .clContainerLeft {
        max-width: 45%; /*was 40%;*/
    }

    #ph-health-app {
        clear: both;
        display: flex;
        align-items: center;
        padding: 0px 25px;
    }
}

@media only screen and (max-width: 1024px) {
    #booking-in-clinic-visit,
    #booking-teleconsult-visit {
        padding: 5% 10% 0;
    }

    #booking-intro-question-set-1 {
        margin: 15px 0 10px 0;
        padding: 0px 3%;
    }

    .booking-search-labels {
        position: unset;
    }

    .booking-appt-reason,
    .booking-traveler-num,
    input.clinic-search {
        width: 100%;
        margin: 0px 0px 10px 0px;;
        font-size: 16px;
    }

    #locationSearchError {
        position: unset !important;
        margin: -6px 0 0 0%;
    }

    input[id="booking-booster-fname"] {
        width: 100%;
        margin: 15px 20px 0 0;
    }

    input[id="booking-booster-lname"] {
        width: 100%;
        margin: 25px 20px 0 0;
    }

    input[id="booking-booster-dob"] {
        width: 100%;
        margin: 25px 20px 0 0;
    }

    input[id="booking-booster-email"] {
        width: 100%;
        margin: 25px 20px 0 0;
    }

    input[id="booking-booster-phone"] {
        width: 100%;
        margin: 25px 20px 0 0;
    }

    .clContainerNextAvailable {
        margin: 0px 0px 20px 0px;
    }

    #list-map-tabs-container {
        margin: 0px 0px 0px 0px;
    }

    #clinic-list-tab {
        padding: 10px 10px 0px 3px;
    }

    #booking-appointment-form {
        padding: 0px 1%;
    }

    .clContainerRight {
        display: inline-block;
    }

    .clContainerLeft {
        width: calc(100% - 160px);
        padding-right: 2%;
    }

    .moreAvailabilityDialog {
        left: 25%;
    }
}

@media only screen and (max-width: 992px) {
    #booking-appointment-form {
        padding: 0px 10%;
    }

    #booking-right-container,
    #booking-left-container {
        width: 100%;
    }
}

@media only screen and (max-width: 872px) {
    #booking-intro-disclaimer {
        font-size: 15px;
    }
}

@media only screen and (max-width: 768px) {
    #list-map-tabs-container {
        margin: 0px 4% 0px 4%;
    }

    #booking-appointment-form {
        padding: 0px 7%;
    }
}

@media only screen and (max-width: 700px) {
    #booking-in-clinic-visit, 
    #booking-teleconsult-visit {
        padding: 5%;
    }
}

@media only screen and (max-width: 672px) {
    #booking-intro-disclaimer {
        height: 101.5px;
    }
}

@media only screen and (max-width: 586px) {
    .moreAvailabilityDialog {
        width: 100%!important;
    }
}

@media only screen and (max-width: 540px) {
    .clinicListingStreetAddress1,
    .clinicListingStreetAddress2 {
        display: block;
        margin: 0px;
    }
}

@media only screen and (max-width: 480px) {
    #list-map-tabs-container {
        margin: 0px 0% 0px 0%;
    }

    #booking-in-clinic-visit, 
    #booking-teleconsult-visit {
        padding: 5% 1%;
    }

    #booking-appointment-form {
        padding: 0px 1%;
    }

    .moreAvailabilityDialog #moreAvailDialog.ui-dialog-content {
        padding: 0em 0.3em 0.5em 0.3em;
    }

    #moreAvail-datepicker {
        margin: 0px 0px;
    }

    #moreAvail-datepicker .ui-datepicker td span, 
    #moreAvail-datepicker .ui-datepicker td a {
        width: auto;
    }

    #moreAvail-times {
        padding: 0px 0px 30px;
    }

    .more-availability-schedule-time {
        padding: 10px 5px;
    }

    #btnSelectAppointment {
        white-space: normal;
    }
}

@media only screen and (max-width: 405px) {
    #booking-cvv-error {
        margin-left: 61%;
    }

    #clinic-list-tab {
        font-size: 22px;
    }
}

@media only screen and (max-width: 380px) {
    .booking-form-accordion {
        font-size: 16px;
    }

    input[name^="trav-dob_"] {
        width: 100%;
    }

    .divTravFirstName,
    .divTravLastName,
    .divTravDOB,
    .divTravPhone {
        width: 100%;
    }

    input[id^="travFirstName_"] {
        width: 100%;
        margin: 10px 0 0 0;
    }

    input[id^="travLastName_"],
    input[id^="travdob_"],
    input[id^="travPhone_"],
    input[id^="travEmail_"] {
        width: 100%;
        margin: 20px 0 0 0;
    }

    .travLastNameError,
    .travPhoneError {
        margin: 0px;
    }
}

@media only screen and (max-width: 392px) {
    #booking-intro-disclaimer {
        height: 125.88px;
    }
}

@media only screen and (max-width: 360px) {
    .more-availability-schedule-time {
        padding: 0px 11px;
    }

    .moreAvailabilityDialog #moreAvailDialog.ui-dialog-content {
        margin-top: 25px;
        background-color: #fff;
    }
}

@media only screen and (max-width: 340px) {
    #booking-intro-disclaimer {
        height: 150.25px;
    }

    #clinic-list-tab {
        font-size: 18px;
    }

    .clContainerLeft {
        width: calc(100% - 130px);
    }

    .clContainerNextAvailable,
    .clContainerViewMoreBtn {
        width: 130px;
    }
}

@media only screen and (max-width: 326px) {
    #booking-cvv-error {
        margin-left: 58%;
    }

    #nb-health-app-new {
        padding: 22px 15px;
    }
}

@media only screen and (max-width: 305px) {
    .more-availability-schedule-time {
        padding: 0px 5px;
        margin: 7px;
    }

    input[name="booking-cc-zip"] {
        width: 30%;
    }

    #booking-cc-city-state-zip-error {
        position: unset;
    }

    input[name="booking-cc-code"] {
        width: 22%;
    }

    select[name="booking-cc-exp-year"] {
        width: 24%;
    }

    #booking-cvv-error {
        margin-left: 53%;
    }

    .trip-date-error {
        position: unset;
    }
}

@media only screen and (max-width: 282px) {
    #clinic-list-tab {
        font-size: 16px;
    }
}

/*
Media Queries
---------------------------------------------------------------------------------------------------- */

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (min-device-pixel-ratio: 1.5) {

}

@media only screen and (max-width: 944px) { /*was @media only screen and (min-width: 769px) and (max-width: 944px) */
.page-template-no-title-template .wrap {padding:0 0% !important;} 
.page-template-no-title-template .entry {padding:15px 15px 20px 15px !important;} /*was 15px 15px 20px 25px*/
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),(min-resolution: 192dpi) {
    .slideshow {
        background-image: url(wp-content/uploads/2016/01/taj-slider-test1.jpg);
        background-size: 960px 332px;
    }
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),(min-resolution: 192dpi) {
    .franchise-home-page .slideshow {
        background-image: url(wp-content/uploads/2016/01/taj-slider-test1.jpg);
        background-size: 662px 331px;
    }
}

@media only screen and (max-width: 1139px) {
    .wrap {
        max-width: 960px;
    }

    .content-sidebar-sidebar .content-sidebar-wrap,
    .sidebar-content-sidebar .content-sidebar-wrap,
    .sidebar-sidebar-content .content-sidebar-wrap {
        width: 740px;
    }

    .content {
        width: 620px;
    }

    .sidebar-content-sidebar .content,
    .sidebar-sidebar-content .content,
    .content-sidebar-sidebar .content {
        width: 400px;
    }

    #vaccine_top {
        display: none !important;
    }
}

@media only screen and (min-width: 1025px) {
    #cliniclocation {
        font-size: 20px
    }

    #cliniclocationintro {
        font-size: 20px
    }

    .appt-form-cta {
        padding: 11px 0 11px 0;
        font-size: 17px;
    }

    .button-row-2 {
        display: none !important;
    }

    input[name="intro-next"] {
        width: auto;
    }

    .page-template-visa-passport-template .header-cta-visa-mobile {
        display: none !important;
    }
}

@media only screen and (max-width: 1024px) {
    .page-template-franchise-local-page-redesign .wrap, .page-template-franchise-parent-page-redesign .wrap, .page-template-franchise-inner-page-redesign .wrap, .page-template-covid-microsite-template .wrap, .page-template-misc-microsite-template .wrap {
        padding: 0% 0%;
        width: 96%;
    }

    .page-template-franchise-local-page-redesign .footer-widgets .wrap, .page-template-franchise-parent-page-redesign .footer-widgets .wrap, .page-template-franchise-inner-page-redesign .footer-widgets .wrap, .page-template-covid-microsite-template .footer-widgets .wrap, .page-template-misc-microsite-template .footer-widgets .wrap {
        padding: 20px;
    }

    .page-template-franchise-local-page-redesign .site-header, .page-template-franchise-parent-page-redesign .site-header, .page-template-franchise-inner-page-redesign .site-header {
        padding: 0% 0%!important;
        width: 96%;
    }

    .page-template-franchise-local-page-redesign .site-header .widget-area .widget, .page-template-franchise-parent-page-redesign .site-header .widget-area .widget, .page-template-franchise-inner-page-redesign .site-header .widget-area .widget, .page-template-book-now-template .site-header .widget-area .widget {
        margin-bottom: 0px;
    }

    .site-header {
        height: auto;
    }

    .page-template-misc-microsite-template #title-area {
        padding: 15px 0px 10px 0px;
    }

    .location_details {
        padding: 0 23px;
	}

    #schedNow {
        width: auto;
    }

    .homepage_clinic_search input.location_search_input {
        font-size: 16px;
        width: 220px;
    }

    .location_search input.location_search_input {
        font-size: 16px;
        width: 270px;
    }

    .clinic_section {
        margin: 20px 0px;
    }

    .bioimgcontainer {
        display:none;
    }

    .biotextcontainer {
        float:none!important;
        width:100%!important;
    }

    .bio_slides_container {
        padding: 15px;
        width: 75%!important;
    }

    p.biotext {
        font-size:1em;
    }

    .biobtn-right {
        top:90px!important;
    }

    .biobtn-left {
        top:90px!important;
    }

    .biocontainer button {
        padding: 0px 5px!important;
    }

    .page-template-franchise-local-page-redesign .rvwcontainer button, .page-template-franchise-parent-page-redesign .rvwcontainer button, .page-template-franchise-inner-page-redesign .rvwcontainer button {
        padding: 0px 5px!important;
    }

    .ubermenu-items-align-left.ubermenu-horizontal .ubermenu-item.ubermenu-item-level-0, .ubermenu.ubermenu-horizontal .ubermenu-item.ubermenu-align-left {
        float: left;
        clear: left;
    }

    .ubermenu.ubermenu-responsive .ubermenu-autoclear > .ubermenu-column {
        clear: left !important;
    }

    .content,
    .content-sidebar-sidebar .content,
    .content-sidebar-sidebar .content-sidebar-wrap,
    .footer-widgets-1,
    .footer-widgets-2,
    .footer-widgets-3,
    .sidebar-content-sidebar .content,
    .sidebar-content-sidebar .content-sidebar-wrap,
    .sidebar-primary,
    .sidebar-secondary,
    .sidebar-sidebar-content .content,
    .sidebar-sidebar-content .content-sidebar-wrap,
    .site-header .widget-area,
    .title-area,
    #title-area {
        width: 100%;
    }

    .genesis-nav-menu li,
    .site-header ul.genesis-nav-menu,
    .site-header .search-form {
        float: none;
    }

    .genesis-nav-menu,
    .site-description,
    .site-header .search-form,
    .site-header .title-area,
    .site-header #title-area,
    .site-header .widget-area,
    .site-title {
        text-align: center;
    }

    .site-header .search-form {
        margin: 16px auto;
    }

    .genesis-nav-menu li.right {
        display: none;
    }

    .footer-widgets-1 {
        margin-right: 0;
    }

    .featured-content .alignnone {
        display: block;
        text-align: center;
    }

    .home-top a.alignleft,
    .home-top a.alignright {
        width: 100%;
    }

    .home-top .featured-content .entry-header {
        clear: both;
        padding: 40px 40px 0;
    }

    .home-top .featured-content .entry-content {
        padding: 0 40px 40px;
    }

    .page-template-credentialing-microsite-template .header_search input.clinic {
        width: 84% !important;
    }

    .page-template-credentialing-microsite-template #header_container {
        height: 42.25px !important;
    }

    .page-template-credentialing-microsite-template #header_right {
        margin: 0px 0px 0px 0px !important;
       /* width: 218.95px !important;
        height: 34.75px !important;*/
    }

    .page-template-credentialing-microsite-template .header_search {
        /*height: 34.75px !important;
        width: 218.95px !important;*/
        margin-top: 0px !important;
    }

    .page-template-visa-passport-template .header-cta-visa-mobile {
        height: 58.6px;
        padding: 15px 0px;
    }

    .page-template-visa-passport-template .header-cta-visa-mobile a {
        font-size: 1.1em;
        font-weight: 600;
        font-family: 'Poppins', sans-serif !important;
    }

    .page-template-visa-passport-template .site-header .widget-area {
        width: 100%;
        height: 98.6px;
    }

    .page-template-franchise-local-page-redesign .ubermenu-skin-clean-white.ubermenu-responsive-toggle, .page-template-franchise-parent-page-redesign .ubermenu-skin-clean-white.ubermenu-responsive-toggle, .page-template-franchise-inner-page-redesign .ubermenu-skin-clean-white.ubermenu-responsive-toggle {
       left: 2%;
    }

    .page-template-b2b-template .entry {
        padding:2px!important;
    }

    .page-template-covid-microsite-template .site-header,
    .page-template-misc-microsite-template .site-header {
        width: 96%;
    }

    .franchisee-subnav-container:after ul.sub-menu .ubermenu-killClick {
        display: block;
        z-index: 10;
    }

    .appt-form-cta {
        padding: 5px 0 5px 0;
    }

    .appt-cta {
        font-size: 1.4vw;
    }

    #location-summary {
        display: inline-block;
    }

    #cliniclocationintro {
        display: inline-block;
        font-size: 2vw;
    }

    #cliniclocation {
        display: inline-block;
        font-size: 2vw;
    }

    .wrap {
        width: 90%;
        padding: 0 0%
    }

    #right-container-intro {
        float: none !important;
    }

    .selectedTraveler {
        margin: 10px 0px 0px 10px
    }

    #left-container {
        width: 100% !important;
    }

    #right-container-intro {
        width: 100% !important;
    }

    #right-container {
        width: 100% !important;
    }

    .site-header,
    .wrap {
        width: 90%;
        padding: 0 5%;
    }

    .slideshow {
        width: auto !important;
    }

    .site-header .widget-area {
        width: 100%;
    }

    #nav_uber {
        background: none;
        border-bottom: none;
        width: auto;
        height: 0px !important;
    }

    #header_middle {
        display: none !important;
        height: 0px !important;
    }
    #header_middle .header_search {
        margin-top: 0px !important;
    }

    #header_right #local-clinic-link {
        display: none !important;
    }

    #header_right {
        margin: 0px auto;
        text-align: center;
        width: 33%;
        height: 69px;
    }

    #header_container {
        margin-bottom: 7px;
        margin-top: 7px;
        height: 69px !important;
        line-height: 1.625;
    }

    .header-cta-number {
        width: 100%;
        padding-top: 5px;
        min-height: 33px;
    }

    .header_headline, .search_icon, .schedule_online_phone {
        display: block !important;
    }

    .b2bEmbeddedPhoneTopMobile {
        display: block !important;
        color: #2759a2 !important;
        font-weight: 600 !important;
        font-size: 22px !important;
        padding-bottom: 5px;
        height: 44.75px;
    }

    .b2bheader_container, .header_container_visa {
        display: none
    }

    .page-template-b2b-home-template .site-header .widget-area {
        height: 84.75px;
    }

    #covid_header_right {
        margin: 8px auto !important;
    }

    #covid_header_container {
        height: 60px!important;
        margin-bottom: 7px!important;
    }

    .site-container {
        position: relative;
    }

    .title-area, #title-area {
        padding: 5px 0 0 0;
    }

    .ubermenu-skin-clean-white.ubermenu-responsive-toggle {
        width: 50px;
        background: none;
        position: absolute;
        top: 10px;
        left: 5%;
        background-color: transparent;
        background-color: transparent !important;
        background-color: transparent !important;
    }

    .fa-navicon:before, .fa-reorder:before, .fa-bars:before {
        font-size: 23px;
        color: #a5a4a5 !important;
    }

    .header_headline {
        font-size: 18px;
        color: #1c519f;
    }

    .schedule_online_phone {
        font-size: 16px;
        color: #1c519f;
    }

    .mobile_nav, .mobile_nav_visas {
        display: block !important;
        background: #f6f5f6;
        color: #1c519f;
        padding: 5px 0;
        line-height: 1.625;
        font-family: 'Poppins', sans-serif !important;
    }

    .mobile_nav a, .mobile_nav_visas a {
        text-transform: uppercase;
        color: #1c519f;
        text-decoration: none;
        font-size: 13px !important;
        font-weight: 500;
        padding: 0 8px;
    }

    .footer-widgets-1, .footer-widgets-2, .footer-widgets-3 {
        width: 100%;
        float: none;
    }

    .footer-widgets .widget {
        margin-bottom: 20px;
    }

    #appointment-form #left-container {
        width: 400px !important;
    }

    #left-container {
        width: 400px !important;
    }

    #appointment-form #right-container {
        width: 100%
    }

    #right-container {
        width: 240px !important;
    }

    .franchise-home-page .content, .franchise-inner-page .content {
        float: none;
        margin: 0;
        width: 100%;
    }

    .franchise-home-page .sidebar-primary, .franchise-inner-page .sidebar-primary {
        width: 100%;
    }

    .franchise-home-page .franchisee_nav, .franchise-inner-page .franchisee_nav {
        width: auto;
        height: auto;
        background-image: none;
        background: #2880c0;
    }

    .franchise-home-page .slideshow {
        background-size: 100% 331px;
    }

    .franchise-home-page .content, .franchise-inner-page .content {
        width: auto;
    }

    .franchise-home-page .franchisee_image, .franchise-home-page .slideshow_container, .franchise-home-page .slideshow {
        width: auto !important;
    }

    .franchise-home-page .slideshow_container {
        position: relative !important;
    }

    .franchise-home-page .home-middle-2, .franchise-home-body .home-middle-3, .franchise-inner-page .home-middle-2, .franchise-inner-body .home-middle-3 {
        width: 100%;
    }

    .franchisee_page .quarter-box {
        width: 100%;
        height: auto;
    }

    .site-header .widget-area .widget {
        margin-bottom: 4px;
    }

    .franchisee_page .quarter-box {
        width: 50%;
        height: 350px
    }

    .franchisee_page .one-half {
        width: 100% !important;
    }

    #whole-container {
        width: auto !important;
    }

    #appt-complete-content {
        display: block !important;
    }

    #appt-complete-content div:first-child {
        width: auto !important;
    }

    #google-map {
        width: 100% !important;
        float: none !important;
    }

    #nb-complete-section #map {
        width: 100%;
        margin-bottom: 5%;
    }

    .refine_search {
        width: 100%;
    }

    .go_to_site_container {
        display: none;
    }

    .schedule-app-container {
        display: none;
    }

    div#ubermenu-main-0-secondary .ubermenu-submenu {
        position: relative !important;
        z-index: 1 !important;
        left: 0% !important;
        top: 0px !important;
        background-color: #2880c0 !important;
        z-index: 10
    }

    li.franchisee-subnav-container ul {
        position: relative;
    }

    li.franchisee-subnav-container > ul {
        left: 0;
    }

    section[id^="franchisee_nav_menu"] div {
        display: block !important;
    }

    .franchise-home-page .content-sidebar-wrap,
    .franchise-inner-page .content-sidebar-wrap {
        position: relative;
    }

    .franchise-inner-page .content-sidebar-wrap {
        padding-top: 220px;
    }

    .franchise-home-page .content-sidebar-wrap .sidebar .widget {
        background-color: transparent;
    }

    .franchise-home-page .widget_franchisee_nav_menu,
    .franchise-inner-page .widget_franchisee_nav_menu {
        position: absolute;
        z-index: 50;
        top: 0;
    }

    .execphpwidget .widget_franchisee_nav_menu {
        position: absolute;
        z-index: 50;
    }

    .execphpwidget .franchisee_nav ul li {
        text-align: left
    }

    .franchisee_nav,
    .franchise-home-page .franchisee_nav,
    .franchise-inner-page .franchisee_nav {
        height: auto;
        background-color: transparent;
        background: url(/wp-content/themes/enterprise-pro/images/franchisee_nav_transparent.png) repeat-x;
        width: 100%;
    }

    .franchisee_nav .social {
        display: none;
    }

    #Map2, .wp-image-390 {
        display: none;
    }

    .usLocationsMobile {
        display: block;
    }   

    .locList {
        display: none;
    }

    .b2b-microsite-page .franchisee_page .franchisee_image {
        display: none !important;
    }

    .b2b-microsite-page .franchisee_page .rightnav-box,
    .b2b-microsite-page .franchisee_page .franchisee_links,
    .b2b-microsite-page .franchisee_page .franchisee_links_container {
        height: auto !important;
        display: block !important;
        width: 100% !important
    }

    .b2b-microsite-page .franchisee_page .rightnav-box {
        padding: 10px 0;
    }

    .showFormSidebarButton {
        display: inline !important;
    }

    #vaccine_top {
        display: inline !important;
    }

    #vaccine_top1 {
        display: none !important;
    }

    #vaccine_top1style {
        display: inline !important;
    }

    #callout_box {
        display: none !important;
    }

    #nav_uber {
        background: none;
        border-bottom: none;
        width: auto;
        height: 0px !important;
    }

    #visas-call-to-action {
        float: right !important;
        margin-left: 0px !important;
    }

    .topimg-overlay, .overlay {
        right: 60% !important;
    }

    .healthmap_wrapper_desktop {
        display: none !important;
    }

    .healthmap_wrapper_mobile {
        display: block !important;
        width: 100% !important;
        margin: 15px 0px;
    }

    .left_text_column {
        float: none !important;
        width: 100% !important;
    }

    .right_reviews_column {
        float: none !important;
        width: 100% !important;
        padding-left: 0px !important;
    }

    #vaccine_topimmigration {
        display: none !important;
    }

    .contact_icon_desktop {
        display: none !important;
    }

    .click_to_call {
        display: block !important;
    }

    .alert-mobile {
        display: block !important;
    }

    .alert-desktop {
        display: none !important;
    }

    .l_listing {
        font-size: 12px;
    }

    #callforTimes {
        padding: 15px 5% 0px 5%;
    }

    #nb-directions, #nb-directions ul {
        padding: 10px 3% !important;
    }

    #nb-call-covid {
        margin: 10px 3% !important;
    }

    .fullwidth_page h1 {
        font-size: 10vw;
    }

    .fullwidth_page h1.long {
        font-size: 7vw;
    }

    .section-centered {
        width: 85% !important;
    }

    .noClick-icon-quarter-text {
        width: 83% !important;
    }

    .right-block-img img {
        width: 300px !important;
    }

    .left-block-img img {
        width: 300px !important;
    }

    .right-block-text {
        width: 300px !important;
        padding: 7% 0% !important;
    }

    .left-block-text {
        padding: 5% 4% 5% 0% !important;
    }

    .app-hero-img-text-overlay {
        top: 90px !important;
    }

    .btnSearchClinic, .btnSearchClinicBooster {
        position: unset;
        margin: 7px 0 0 0;
    }

    .page-template-franchise-local-page-redesign select:invalid,
    .page-template-franchise-local-page-redesign select option[value=""] {
        margin-left: 2.5%;
    }

    .page-template-franchise-local-page-redesign select {
        width: 95% !important;
        margin: 1% 2.5%;
    }

    .nb-multipleIntakeOptions {
        /*position: unset;*/
        right: 0;
        top: 0;
    }
}

@media only screen and (max-width: 993px) {
    .clinic-img-slideshow-container {display:none!important;}
    .directions-map-text-container {width:auto!important;}
    .page-template-franchise-local-page-redesign .topimg img, .page-template-franchise-parent-page-redesign .topimg img, .page-template-franchise-inner-page-redesign .topimg img, .page-template-covid-microsite-template .topimg-covid2 img {height:363px;}
    .page-template-franchise-local-page-redesign .topimg2 img {height: 215px; object-fit: cover;}
    .page-template-franchise-local-page-redesign .topimg2-schema-overlay {padding: 1% 30px; top: 50%; transform: translateY(-50%);}
    .top-links-container {padding: 5px 0px 0px 0px;}
    .additional-pages-menu {display:none;}
}

@media only screen and (max-width: 980px) {
    .topimg-text-overlay {
        top: 90px;
    }
}

@media only screen and (max-width: 950px) {
    .page-template-franchise-local-page-redesign .nearbylocation_business, .page-template-franchise-parent-page-redesign .nearbylocation_business, .page-template-franchise-inner-page-redesign .nearbylocation_business {display: block; margin: 0px auto; max-width: 100%; max-width: 100%;}
    .page-template-franchise-local-page-redesign .nearby_clinics div:nth-child(2), .page-template-franchise-parent-page-redesign .nearby_clinics div:nth-child(2), .page-template-franchise-inner-page-redesign .nearby_clinics div:nth-child(2) {margin: 30px auto;}
    .page-template-franchise-local-page-redesign .widget_nearby_locations_list, .page-template-franchise-parent-page-redesign .widget_nearby_locations_list, .page-template-franchise-inner-page-redesign .widget_nearby_locations_list {display: flex; align-items: center; justify-content: center;}
    .page-template-franchise-local-page-redesign .address, .page-template-franchise-parent-page-redesign .address, .page-template-franchise-inner-page-redesign .address {min-height: 0px;}
    .app-avail {margin-bottom: 15px !important;}
}

@media only screen and (max-width: 880px) {
    .right-block-img img {width:100% !important;}
    .left-block-img img {width:100% !important;}
    .right-block-text {width:100% !important;}
    .left-block-text {width:100% !important;}
    .left-block-text h2 br, .right-block-text h2 br {display: none !important;}
    .imgTextContainer {margin: 0px !important;}
    .left-block-text {padding: 25px 0px !important;}
    .right-block-text {padding: 25px 0px !important;}
}

@media only screen and (max-width: 840px) {
    .page-template-franchise-local-page-redesign .site-header, .page-template-franchise-local-page-redesign .wrap, .page-template-franchise-parent-page-redesign .site-header, .page-template-franchise-parent-page-redesign .wrap, .page-template-franchise-inner-page-redesign .site-header, .page-template-franchise-inner-page-redesign .wrap {
        width: 96%;
    }
    .tab_icon {
        width: 100%!important;
        float: none!important;
    }
    .page-template-franchise-local-page-redesign .icon-tab-content p, .page-template-franchise-parent-page-redesign .icon-tab-content p, .page-template-franchise-inner-page-redesign .icon-tab-content p {margin: 1em!important;}
    .page-template-franchise-local-page-redesign div.topimg, .page-template-franchise-local-page-redesign div.topimg2, .page-template-franchise-parent-page-redesign div.topimg, .page-template-franchise-inner-page-redesign div.topimg {overflow: hidden;}
    .page-template-franchise-local-page-redesign .rvwbtn-left, .page-template-franchise-parent-page-redesign .rvwbtn-left, .page-template-franchise-inner-page-redesign .rvwbtn-left {top:60px!important;}
    .page-template-franchise-local-page-redesign .rvwbtn-right, .page-template-franchise-parent-page-redesign .rvwbtn-right, .page-template-franchise-inner-page-redesign .rvwbtn-right {top:60px!important;}
    .page-template-franchise-local-page-redesign details, .page-template-franchise-parent-page-redesign details, .page-template-franchise-inner-page-redesign details {display:block!important;}
    .page-template-franchise-local-page-redesign details.icon_dropdown, .page-template-franchise-parent-page-redesign details.icon_dropdown, .page-template-franchise-inner-page-redesign details.icon_dropdown {width: 100%!important; float: none!important;}
    .page-template-franchise-local-page-redesign .clinic-img-slider, .page-template-franchise-parent-page-redesign .clinic-img-slider, .page-template-franchise-inner-page-redesign .clinic-img-slider {display:none!important;}
    .b2b_text_column {
        float: none !important;
        width: 100% !important;
    }
    .b2b_reviews_column {
        float: none !important;
        width: 100% !important;
        padding-left: 0px !important;
    }
    .topimg-overlay, .overlay {
        display: none !important;
    }
    .icon_text, .b2bicon_text {
        font-size: 1em !important;
    }
    .labelspace {
        width: 100% !important;
    }
    .page-template-destination-advice-template .column {
        width: 100%;
        padding: 0px;
    }
    .topimg-overlay-2 {
        bottom: 0px;
    } 
}

@media only screen and (max-width: 818px) {
    .topimg-overlay-2 {bottom: 0px;}
    .column {width: 100%; padding: 0px;}
}

@media only screen and (max-width: 815px) {
    .download-app-bottom-container {bottom: 70px !important;}
    .left-block-text h2 br, .right-block-text h2 br {display: none !important;}
    .imgTextContainer {margin: 0px !important;}
    .app-phone-mockup img {width: 400px;}
    .download-app-bottom-container {top: 82px !important;}
    .app-hero-title-d {font-size: 60px !important; line-height: 68px !important;}
}

@media only screen and (max-width: 800px) {
    .l_labels, .l_labelsRegion {
        display: none;
    }

    .l_listing .city, .l_listing .streetAddress {
        display: block;
        float: none;
        width: 100% !important;
    }

    .l_listing .telephone {
        display: block;
        float: left;
        width: 100% !important;
        margin: 8px 0px;
    }

    .l_listing .showmap {
        width: 20% !important;
        float: left;
        margin-top: 5px;
    }

    .l_listing .locations {
        width: 20% !important;;
        float: left;
        margin-top: 5px;
    }

    .l_listing .schedule {
        width: 60% !important;;
        float: left;
        margin-top: 5px;
    }
}

@media only screen and (min-width: 769px) {
    #intro-question-set {
        display: inline-block;
    }
}

@media only screen and (max-width: 768px) {
    .mfcontactbox1 {
        float: none !important;
        width: 100% !important;
    }

    .mfcontactbox2 {
        width: 100% !important;
    }

    input.formfield {
        width: 100% !important;
    }

    .wrap {
        padding-left: 5%;
        padding-right: 5%;
    }

    .archive-pagination li a {
        margin-bottom: 4px;
    }

    .five-sixths,
    .four-sixths,
    .one-fourth,
    .one-half,
    .one-sixth,
    .one-third,
    .three-fourths,
    .three-sixths,
    .two-fourths,
    .two-sixths,
    .two-thirds {
        margin: 0;
        width: 100%;
    }

    .home-top .more-link {
        display: block;
    }

    .home-bottom .widget {
        margin: 0 0 40px;
        width: 100%;
    }

    .header-image .site-title a {
        background-size: contain !important;
    }

    .genesis-nav-menu.responsive-menu,
    .genesis-nav-menu.responsive-menu > .menu-item > .sub-menu {
        display: none;
    }

    .genesis-nav-menu.responsive-menu .menu-item,
    .responsive-menu-icon {
        display: block;
    }

    .genesis-nav-menu.responsive-menu .menu-item:hover {
        position: static;
    }

    .genesis-nav-menu.responsive-menu li a,
    .genesis-nav-menu.responsive-menu li a:hover {
        background: none;
        border: none;
        display: block;
        line-height: 1;
        padding: 16px 20px;
        text-transform: none;
    }

    .genesis-nav-menu.responsive-menu .menu-item-has-children {
        cursor: pointer;
    }

    .genesis-nav-menu.responsive-menu .menu-item-has-children > a {
        margin-right: 60px;
    }

    .genesis-nav-menu.responsive-menu > .menu-item-has-children:before {
        content: "\f347";
        float: right;
        font: normal 16px/1 'dashicons';
        height: 16px;
        padding: 15px 20px;
        right: 0;
        text-align: right;
        z-index: 9999;
    }

    .genesis-nav-menu.responsive-menu .menu-open.menu-item-has-children:before {
        content: "\f343";
    }

    .genesis-nav-menu.responsive-menu .sub-menu {
        background-color: rgba(0, 0, 0, 0.05);
        border: none;
        left: auto;
        opacity: 1;
        position: relative;
        -moz-transition: opacity .4s ease-in-out;
        -ms-transition: opacity .4s ease-in-out;
        -o-transition: opacity .4s ease-in-out;
        -webkit-transition: opacity .4s ease-in-out;
        transition: opacity .4s ease-in-out;
        width: 100%;
        z-index: 99;
    }

    .genesis-nav-menu.responsive-menu .sub-menu li a,
    .genesis-nav-menu.responsive-menu .sub-menu li a:hover {
        padding: 12px 20px;
        position: relative;
        text-transform: none;
        width: 100%;
    }

    .nav-primary .genesis-nav-menu.responsive-menu {
        padding-bottom: 16px;
    }

    .nav-primary .genesis-nav-menu.responsive-menu .sub-menu {
        background-color: rgba(0, 0, 0, 0.07);
    }

    .genesis-nav-menu.responsive-menu .sub-menu .sub-menu,
    .nav-primary .genesis-nav-menu.responsive-menu .sub-menu .sub-menu {
        background-color: transparent;
        margin: 0;
        padding-left: 25px;
    }

    .page-template-visa-passport-template .yf_width {
        width:30%;
    }

    .page-template-visa-passport-template .yf_width_var {
        width:60%;
    }

    .page-template-visa-passport-template .vaccinedata2 td  {
        vertical-align:middle !important;
    }
    .appt-form-cta {
        padding: 8px 0 8px 0;
    }

    .appt-cta {
        font-size: 15px;
    }

    #location-summary {
        display: inline-block;
    }

    #cliniclocation {
        display: inline-block;
        font-size: 18px;
    }

    #cliniclocationintro {
        display: inline-block;
        font-size: 18px;
    }

    .wrap {
        width: 90%;
        padding: 0 0%
    }

    #right-container-intro {
        float: none !important;
    }

    #right-container {
        float: none !important;
    }

    #appointment-form #left-container {
        width: 100% !important;
    }

    #left-container {
        width: 100% !important;
    }

    #appointment-form #right-container {
        width: 100% !important;
    }

    #right-container-intro {
        width: 100% !important;
    }

    #right-container {
        width: 100% !important;
    }


    ol.progtrckr[data-progtrckr-steps="4"] li {
        width: 100% !important;
    }

    ol.progtrckr li {
        display: block !important
    }

    .franchise-home-page .slideshow {
        background-size: 710px;
    }

    #add-traveler-intro {
        display: none !important;
    }

    ol.progtrckr li {
        line-height: inherit !important;
    }

    ol.progtrckr li.progtrckr-current:before, ol.progtrckr li.progtrckr-todo:before {
        bottom: -7px !important;
        font-size: 12px !important;
    }

    ol.progtrckr li.progtrckr-current {
        font-weight: bold !important;
    }

    ol.progtrckr li:before {
        bottom: -5px !important;
    }

    ol.progtrckr li:before {
        left: 10% !important;
    }

    ol.progtrckr li.progtrckr-done:before {
        left: 9% !important;
    }

    .showFormSidebarButton {
        display: inline !important;
    }

    #vaccine_top {
        display: inline !important;
    }

    #vaccine_top1 {
        display: none !important;
    }

    #vaccine_top1style {
        display: none !important;
    }

    #callout_box {
        display: none !important;
    }

    #nav_uber {
        background: none;
        border-bottom: none;
        width: auto;
        height: 0px !important;
    }

    #visas-call-to-action {
        float: right !important;
        margin-left: 0px !important;
    }

    #linkbox {
        max-width: 95% !important;
    }

    .b2b_text_column {
        float: none !important;
        width: 100% !important;
    }

    .b2b_reviews_column {
        float: none !important;
        width: 100% !important;
        padding-left: 0px !important;
    }

    .topimg-overlay, .overlay {
        display: none !important;
    }

    .icon_text, .b2bicon_text {
        font-size: 1em !important;
    }

    select#mainform {
        width: 100%;
    }

    #vaccine_topimmigration {
        display: inline !important;
    }

    #header_right {
        width: auto;
    }

    .noClick-icon {
        width: 100% !important;
        float: none !important;
        padding-top: 30px;
    }

    .fullwidth_page div.bulletList ul {
        columns: 1 !important;
        margin-left: 25px;
    }

    .fullwidth_page div.bulletListShort ul {
        columns: 1;
        list-style-position: outside;
    }

    .fullwidth_page div.bulletListShort {
        text-align: left;
        display: inline-block;
    }

    .fullwidth_page .section {
        width: 90%;
    }

    .fullwidth_page .video-container {
        width: 95%;
    }

    .topimg-text-overlay {
        top: 60px;
    }

    .noClick-icon-quarter {
        width: 50%!important;
        margin-top: 25px;
    }

    .noClick-icon-quarter-text {
        width: 46% !important;
        margin: 10px auto 30px auto !important;
    }

    .fullwidth_page.icon-split {
        margin: 20px auto;
    }

    .section-left {
        width: 90% !important;
    }

    .section-centered {
        width: 85% !important;
    }

    .right-block-img {
        margin-top: 10px;
    }

    .review-text-block {
        width: 75%;
    }

    .app-phone-mockup img {
        width: 370px;
    }

    .download-app-bottom-container {
        top: 62px !important;
    }

    .app-hero-img-text-overlay {
        top: 60px !important;
        margin-left: 5% !important;
    }

	.page-template-franchise-inner-page-redesign h1 {
        font-size: 22px;
    }
}

@media only screen and (max-width: 768px) {
    .home-middle-1, .home-middle-2, .home-middle-3 {
        float: none;
        width: 100%;
    }

    .b2b-home-middle-1, .b2b-home-middle-2, .b2b-home-middle-3 {
        float: none;
        width: 100%;
        margin-bottom: 26px;
    }

    .b2b-home-middle-1 img, .b2b-home-middle-2 img, .b2b-home-middle-3 img {
        width: 100%;
    }

    .healthmap_wrapper_mobile {
        display: none !important;
    }

    .healthmap_wrapper_mobilesm {
        display: block !important;
    }

    .daflag {
        display: none;
    }

    .daflag, .datitle {
        width: auto;
    }
}

@media only screen and (max-width: 757px) {
    .page-template-franchise-local-page-redesign a.button.view_clinic_details, .page-template-franchise-parent-page-redesign a.button.view_clinic_details, .page-template-franchise-inner-page-redesign a.button.view_clinic_details {padding: 7px 16px;}
}

@media only screen and (max-width: 730px) {
    .page-template-franchise-local-page-redesign .nearbyprev, .page-template-franchise-local-page-redesign .nearbynext, .page-template-franchise-parent-page-redesign .nearbyprev, .page-template-franchise-parent-page-redesign .nearbynext, .page-template-franchise-inner-page-redesign .nearbyprev, .page-template-franchise-inner-page-redesign .nearbynext {cursor: pointer; font-weight: bold; font-size: 40px; transition: 0.6s ease; text-decoration: none; margin-top: 3px; color:#fff; outline-style: none;}
    .page-template-franchise-local-page-redesign .nearbybtn, .page-template-franchise-parent-page-redesign .nearbybtn, .page-template-franchise-inner-page-redesign .nearbybtn {background: transparent!important;}
}

@media only screen and (max-width: 711px) {
    .calculate_button {
        padding: 0px 5px;
        width: 95%;
    }

    .noClick-icon-quarter-text {
        width: 53% !important;
    }
}

@media only screen and (max-width: 700px) {
    .l_listing .locations {
        width: 28% !important;
    }

    .l_listing .schedule {
        width: 45% !important;
    }

    .app-phone-mockup {
        float: none !important;
    }

    .app-phone-mockup img {
        width: 545px !important;
    }

    .mockup-container {
        position: initial;
        width: 90%;
        margin: 0px auto !important;
    }

    .download-app-bottom-container {
        position: initial !important;
        margin: 60px auto 5px auto !important;
    }

    .download-app-bottom-container h2 br {
        display: none !important;
    }

    .create-account-btn {
        width: auto !important;
    }

    .app-hero-img-text-overlay {
        top: 40px !important;
    }

    .app-avail {
        font-size: 13px !important;
        width: 140px !important;
    }

    .immphys-locations-column {
        text-align: left; 
        width: 100%;
        padding: 0px;
        margin-left: 40px;
    }

    .immphys-locations-column > div {
        display: list-item;
        list-style-type: disc;
        padding: 2px 0px;
    }
}

@media only screen and (max-width: 687px) {
    .fullwidth_page h1 {
        line-height: 30px;
    }

    .fullwidth_page span.h1small {
        font-size: 14px;
        letter-spacing: 3px;
    }

    .fullwidth_page .apply-now-btn-container {
        margin: 6% 0px 10px 0px !important;
    }

    .fullwidth_page .accordion-title img {
        width: 45px !important;
    }

    .fullwidth_page .accordion-title {
        font-size: 1em;
    }

    .fullwidth_page .tab-content h3 {
        font-size: 19px;
    }

    .page-template-franchise-local-page-redesign .topimg2-schema-overlay {
        padding: 1% 3%;
    }

    .charlotte-bio-img {
        float: none;
        margin: 30px 0px 15px 0px;
        width: 100%;
	}
}

@media only screen and (max-width: 645px) {
    .page-template-franchise-local-page-redesign select {
        margin: 2% 2.5%;
    }
}

@media only screen and (max-width: 650px) {
    .page-template-franchise-local-page-redesign .review-left, .page-template-franchise-parent-page-redesign .review-left, .page-template-franchise-inner-page-redesign .review-left {float: none; width: 90%;}
    .page-template-franchise-local-page-redesign .review-right, .page-template-franchise-parent-page-redesign .review-right, .page-template-franchise-inner-page-redesign .review-right {width:100%;}
    .page-template-franchise-local-page-redesign .rvw-left, .page-template-franchise-parent-page-redesign .rvw-left, .page-template-franchise-inner-page-redesign .rvw-left {float: none!important; width: auto!important; margin: 0px 65px!important;}
    .page-template-franchise-local-page-redesign .rvw-right, .page-template-franchise-parent-page-redesign .rvw-right, .page-template-franchise-inner-page-redesign .rvw-right {float: none!important; width: auto!important; margin: 0px 65px!important;}
    .page-template-franchise-local-page-redesign .rvwbtn-left, .page-template-franchise-parent-page-redesign .rvwbtn-left, .page-template-franchise-inner-page-redesign .rvwbtn-left {top:200px!important;}
    .page-template-franchise-local-page-redesign .rvwbtn-right, .page-template-franchise-parent-page-redesign .rvwbtn-right, .page-template-franchise-inner-page-redesign .rvwbtn-right {top:200px!important;}
    .page-template-franchise-local-page-redesign .biobtn-right, .page-template-franchise-parent-page-redesign .biobtn-right, .page-template-franchise-inner-page-redesign .biobtn-right {top:120px!important;}
    .page-template-franchise-local-page-redesign .biobtn-left, .page-template-franchise-parent-page-redesign .biobtn-left, .page-template-franchise-inner-page-redesign .biobtn-left {top:120px!important;}
}

@media only screen and (max-width: 644px) {
    #clinic_map_interactive {
        display: none !important;
    }
}

@media only screen and (max-width: 605px) {
    .page-template-franchise-local-page-redesign .topimg2 img {
        height: 245px;
        object-fit: cover;
    }

    img.topimg-clinic-m {
        display:block !important;
    }

    img.topimg-clinic-d {
        display:none !important;
    }

    .directions-icon-top2:after {
        background: #0F98D4;
    }

    .page-template-franchise-inner-page-redesign h1 {
        font-size: 30px;
    }
}

@media only screen and (max-width: 600px) {
    .noClick-icon-quarter-text {
        width: 63% !important;
    }

    .reviewTextBlock {
        width: 90% !important;
    }

    .app-hero-img-text-overlay {
        top: 27px !important;
    }

    .app-avail {
        font-size: 12px !important;
        width: 130px !important;
    }

    .app-hero-title-d {
        display:none;
    }

    .app-hero-title-m {
        color: #fff;
        font-size: 48px;
        line-height: 50px;
        font-weight: 200;
        font-family: 'Oswald', sans-serif;
        display: inline-block;
    }

    .app-avail {
        margin-bottom: 5px !important;
    }
}

@media only screen and (max-width: 580px) {
    .topimg-text-overlay {
        top: 36px;
    }

    .fullwidth_page h1.long {
        line-height: 30px;
    }
}

@media only screen and (max-width: 560px) {
    .noClick-icon-flex-50 {
        width: 100%;
    }
}

@media only screen and (max-width: 513px) {
    .noClick-icon-quarter-text {
        width: 76% !important;
    }

    img.topimg-appm {
        display:block !important;
    }

    img.topimg-appd {
        display:none !important;
    }

    .app-hero-img-text-overlay {
        top: 75px !important;
    }
}

@media only screen and (max-width: 480px) {
    .site-header {
        margin-top: 5px;
    }
    .page-template-misc-microsite-template #title-area {
        padding: 20px 0px 10px 0px;
    }
    .page-template-franchise-local-page-redesign .topimg img, .page-template-franchise-parent-page-redesign .topimg img, .page-template-franchise-inner-page-redesign .topimg img, .page-template-covid-microsite-template .topimg-covid2 img {height:400px;}
    .page-template-franchise-local-page-redesign .topimg-schema-overlay, .page-template-franchise-parent-page-redesign .topimg-schema-overlay, .page-template-franchise-inner-page-redesign .topimg-schema-overlay {padding: 20px 15px!important;}
    .page-template-franchise-local-page-redesign .topimg2 img {height: 240px; object-fit: cover;}

    .location_box h2 {
        font-size: 14px !important;
    }

    .homepage_clinic_search {
        margin: 4% 0 !important;
    }

    .location_box {
        width: 94%;
        height: auto;
        right: 3%;
    }

    .b2b_details_home {
        padding: 15px 20px;
    }

    #location_details_generic form div:first-child {
        display: block;
    }

    .title-area img, #title-area img {
        width: 60% !important;
    }

    .site-header,
    .wrap {
        width: 96%;
        padding: 0 2%
    }

    .location_box td {
        padding: 5px;
    }

    #schedNow {
        width: 100% !important;
    }

    .ubermenu-skin-clean-white.ubermenu-responsive-toggle {
        left: 0%;
    }

    .page-template-franchise-local-page-redesign .ubermenu-skin-clean-white.ubermenu-responsive-toggle, .page-template-franchise-parent-page-redesign .ubermenu-skin-clean-white.ubermenu-responsive-toggle, .page-template-franchise-inner-page-redesign .ubermenu-skin-clean-white.ubermenu-responsive-toggle {
        left: 0%;
    }

    /*OLB title*/
    .post-20775 .entry-title {
        font-size: 20px !important;
        margin-bottom: 5px;
    }

    /*current flow title*/
    .post-47250.entry {
        padding: 0px 10px 0px 10px !important;
    }

    /*new flow title*/
    .post-47356.entry {
        padding: 0px 0px 0px 0px !important;
    }

    .post-1337 .entry-title {
        font-size: 26px !important;
        margin-bottom: 5px;
    }

    .corporateExec h3 {
        font-size: 18px !important;
    }

    .corporateExec p {
        font-size: 14px !important;
    }

    .removeLocationInteractiveMapInstructions p {
        display: none;
    }

    .showFormSidebarButton {
        display: inline !important;
    }

    #vaccine_top {
        display: inline !important;
    }

    #vaccine_top1 {
        display: none !important;
    }

    #vaccine_top1style {
        display: none !important;
    }

    #callout_box {
        display: none !important;
    }

    #nav_uber {
        background: none;
        border-bottom: none;
        width: auto;
        height: 0px !important;
    }

    #visas-call-to-action {
        float: right !important;
        margin-left: 0px !important;
    }

    #clinic_map {
        display: inline !important;
    }

    .biophoto {
        width: 100% !important;
    }

    #linkbox {
        max-width: 95% !important;
    }

    .icon {
        width: 50% !important;
        float: left !important;
    }

    .icon-split {
        clear: both;
    }

	.img_border_right {
        float: none;
        width: 100%;
        margin-left: 0px;
    }

    .callout_box2 {
        float: none !important;
        width: 100% !important;
    }

    .healthmap_wrapper_desktop {
        display: none;
    }

    label.accordion {
        line-height: 3;
    }

    label.accordion::after {
        line-height: 1.8;
    }

    .calculate_button {
        padding: 0px 5px;
        width: 100%;
    }
    .b2bicon {
        width:50%;
        padding: 20px 15px!important;
    }
    .b2bicon2 {
        width:50%!important;
        float:left!important;
    }
    .icon-split {
        clear:both;
    }
    #gform_wrapper_19 .gfield select.medium {
        width: 100%;
    }
    #gform_wrapper_17 .gfield select.medium {
        width:100%!important;
    }
    #gform_wrapper_15 .gfield select.medium {
        width:100%!important;
    }
    #gform_wrapper_16 .gfield select.medium {
        width:100%!important;
    }

    .fullwidth_page span.h1small {
        font-size: 11px;
        letter-spacing: 2px;
    }

    .fullwidth_page h1 {
        line-height: 22px;
    }

    .fullwidth_page h1.long {
        line-height: 22px;
    }

    .clinic-banner {
        font-size: 13px;
        margin: 5px auto;
    }

    ol.region-listings {
        margin-left: 15px;
    }
}

@media only screen and (max-width: 420px) {
    .b2bEmbeddedPhoneTop {
        font-size: 6.3vw !important;
    }
}

@media only screen and (max-width: 414px) {
    .app-hero-img-text-overlay {
        top: 55px !important;
    }

    .app-phone-mockup-m {
        display: block !important;
    }

    .app-phone-mockup {
        display: none !important;
    }
}

@media only screen and (max-width: 410px) {
    .fullwidth_page h1 {
        line-height: 20px;
    }

    .fullwidth_page h1.long {
        line-height: 20px;
    }

    .covid-cta-btn1 {
        width: 100%;
        float: none;
        margin-bottom: 15px;
    }

    .covid-cta-btn2 {
        width: 100%;
        float: none;
    }
}

@media only screen and (max-width: 400px) {
    .mobile_nav a {
        padding: 0 2%;
        font-size: 3.4vw !important;
    }

    .download-app-bottom-container {
        position: initial !important;
        margin-left: 0px !important;
    }

    .create-account-btn {
        width: 100% !important;
    }

    .download-app-bottom {
        margin-top: 45px !important;
    }

    .noClick-icon-quarter-text {
        width: 82% !important;
    }

    .section-centered {
        width: 90% !important;
    }

    .page-template-franchise-inner-page-redesign h1 {
        font-size: 20px;
    }
}

@media only screen and (max-width: 379px) {
    .fullwidth_page #apply-now-btn {
        padding: 2px 50px !important;
    }

    .page-template-franchise-local-page-redesign select {
        margin: 3% 2.5%;
    }
}

@media only screen and (max-width: 375px) {
    .entry_title {
        font-size: 30px !important;
    }

    @media only screen and (max-width: 320px) {
        .page-template-franchise-local-page-redesign .ui-resizable {
            width: 294px;
        }
    }
}

@media only screen and (max-width: 372px) {
    .page-template-franchise-local-page-redesign .topimg2 img {height: 280px; object-fit: cover;}
}

@media only screen and (max-width: 360px) {
    .page-template-franchise-local-page-redesign .directions-link-top, .page-template-franchise-parent-page-redesign .directions-link-top, .page-template-franchise-inner-page-redesign .directions-link-top {float: none!important;}
    .page-template-franchise-local-page-redesign .nearby-link-top, .page-template-franchise-parent-page-redesign .nearby-link-top, .page-template-franchise-inner-page-redesign .nearby-link-top {padding: 15px 0px 0px 0px!important;}
    .page-template-franchise-local-page-redesign .topimg-schema-overlay, .page-template-franchise-parent-page-redesign .topimg-schema-overlay, .page-template-franchise-inner-page-redesign .topimg-schema-overlay {padding: 20px 15px!important;}
    .page-template-franchise-local-page-redesign .topimg img, .page-template-franchise-parent-page-redesign .topimg img, .page-template-franchise-inner-page-redesign .topimg img, .page-template-covid-microsite-template .topimg-covid2 img {min-height: 485px;}
    .page-template-franchise-local-page-redesign .topimg2 img {min-height: 320px; object-fit: cover;}
    .page-template-franchise-local-page-redesign .nearby-link-top span.fas.fa-search, .page-template-franchise-parent-page-redesign .nearby-link-top span.fas.fa-search, .page-template-franchise-inner-page-redesign .nearby-link-top span.fas.fa-search {margin-left: 4px;}
    .page-template-franchise-local-page-redesign .nearby_clinics, .page-template-franchise-parent-page-redesign .nearby_clinics, .page-template-franchise-inner-page-redesign .nearby_clinics {padding: 0px 6% 30px 5%;}
    .noClick-icon-quarter-text {width: 89% !important;}
    .location_search input.location_search_input {
        width: 223px;
    }
}

@media only screen and (max-width: 345px) {
    input {
        font-size: 14px;
    }
    .mobile_nav_visas a {
        padding: 0 5px;
    }

    .location_details {
        padding: 0 10px;
    }

    .homepage_clinic_search input.location_search_input {
        width: 215px;
    }
}

@media only screen and (max-width: 340px) {
    .l_listing .locations {
        width: 32% !important;
    }

    .l_listing .schedule {
        width: 48% !important;
    }
    .page-template-no-title-template .entry {
        padding: 15px 10px 20px 10px !important;
    }

    .page-template-credentialing-microsite-template #header_right,
    .page-template-credentialing-microsite-template header_search {
        display: none;
    }
}

@media only screen and (max-width: 320px) {
    #linkbox {
        max-width: 95% !important;
    }

    .page-template-franchise-local-page-redesign .topimg2 img {
        min-height: 345px;
        object-fit: cover;
    }

    .clinic-banner {
        font-size: 11px;
    }
}

@media only screen and (max-width: 315px) {
    .page-template-franchise-inner-page-redesign h1 {
        font-size: 18px;
    }

    .location_search input.location_search_input {
        width: 178px;
    }

	.homepage_clinic_search input.location_search_input {
        width: 173px;
    }
}

@media only screen and (max-width: 300px) {
    .app-hero-title-m {
        font-size: 35px;
        line-height: 45px;
    }
    .location_box h2 {
        font-size: 13px !important;
    }
    .page-template-franchise-inner-page-redesign h1 {
        font-size: 16px;
    }

    ol.region-listings {
        margin-left: 0px;
    }
}

/*OLB Media Queries*/
@media only screen and (max-width: 320px) {
    select[class="cb-add-traveler"], .nb-add-traveler {
        font-size: 14px !important;
    }

    .focusedTrav {
        font-size: 14px !important;
    }

}

@media only screen and (max-width: 1005px) {
    #nb-appointment-form #nb-right-container {
        width: 100% !important;
        margin: 15px 0px 35px 0px;
    }

    #nb-appointment-form #nb-left-container {
        width: 100% !important;
    }

    #nb-passport-visa {
        width: 100% !important;
    }
    .nb-health-app-container #nb-health-app {
        width: 100% !important;
    }
}

@media only screen and (min-width: 1025px) {
    #nb-schedule-nav {
        top: 175px !important;
    }

    .imgScrollDiv {
        height: 40px;
        width: 50px;
    }

    .clsrContainer {
        height: auto;
        width:55%;
        display: inline-block;
    }

    .clslContainer {
        width:40%;
        float:left;
        margin-right: 5%;
        min-height: 357px;
        margin: 0px 5% 2% 0px;
    }

    .clslContainerOfficeInfo {
        width: 94%;
        max-height: 150px;
    }

    hr.confirmBook2 {
        display: none;
    }

    #nb-intake-discount-container,
    #nb-intake-container {
        clear: both;
        padding: 0px 25px;
        position: relative;
        margin: 60px 0px;
    }

    #nb-intake-discount,
    #nb-intake-section {
        background-color: #EAF9FF;
        padding: 22px 32px;
    }

    #nb-intake-discount-icon,
    #nb-intake-icon {
        float: left;
    }

    #nb-intake-discount-text,
    #nb-intake-text {
        margin: 0px 0px 0px 85px;
        width: 33%;
    }

    #complete-medhist-btn,
    #multi-intake-btn {
        position: absolute;
        top: 48px;
        right: 95px;
    }

    #nb-appointment-details-container-new {
        display: flex;
        justify-content: space-between; /*added 12-13-2023*/
    }

    #nb-appointment-information-new {
        max-width: 50%;
    }

    #nb-complete-section-new #map_2 {
        width: 426px;
        height: 100%;
        /*margin: 0px 0px 0px 8%; removed 12-13-2023*/
        border-radius: 10px;
        margin: 0px 25px; /*added 12-13-2023*/
    }

    hr.confirmBook1 {
        margin: 3px 0px 40px 0px;
    }

    .nb-health-app-container-new {
        clear: both;
        display: flex;
        align-items: center;
    }

    #ph-app-phone-img {
        width: 50%;
        margin-bottom: -28px;
    }

    #nb-app-description {
        font-size: 22px;
    }
}

@media only screen and (max-width: 1024px) {
    .page-template-book-now-template .wrap {
        padding: 0 0%;
    }
    .page-template-book-now-template .footer-widgets .wrap {
        padding: 20px;
    }

    #nb-div-intro {
        margin-top: 20px;
	}

    #nb-intro-question-set-1 {
        margin-top: 15px;
    }

    #bookingTabsNavContainer,
    #nb-schedule-in-clinic-visit,
    #nb-schedule-teleconsult-visit,
    #nb-more-locations-in-clinic-visit,
    #nb-more-locations-teleconsult-visit,
    #nb-appointment-form,
    .nb-health-app-container,
    .nb-health-app-container-new,
    #nb-intake-discount-container,
    #nb-intake-container,
    #booking-confirmation-title-section-new,
    #nb-appointment-information-new,
    .confirmBook2 {
        padding: 0 5%;
    }

    #nb-health-app-container-new {
        display: flex:
        align-items: center;
        clear: both;
    }

    #div-more-locations-loader {
        clear: both;
    }

    #nb-div-main {
        padding: 15px 5%;
    }

    #div-lookup-different-customer {
        width: 100%;
        padding: 0px 25px;
    }

    .nb-schedule-day {
        margin: 0% !important;
    }

    .clsrContainerTopArrow, .clsrContainerBottomArrow {
        width: 83% !important;
        margin: 0px auto;
    }

    .clsrContainerScheduleTime {
        margin: 0px auto;
        width: 83%;
    }

    #bookingTabsNavContainer {
        top: 0px !important;
    }

    #nb-schedule-teleconsult-visit .clslContainerOfficeInfo {
        max-height: none !important;
    }

    .focusedSearch {
        width: 95% !important;
        margin: 2% 3%;
    }

    #nb-cc-fields {
        display: block;
    }

    .cc-address_error {
        margin: 0px 0px 0px 0px !important;
    }

    .cc-city_error {
        margin: 0px 0px 0px 0px !important;
    }

    .cc-number_error {
        margin: -20px 0px 0px 0px !important;
    }

    .cc-exp-monthYear_error {
        margin: -11px 0px 0px 0px !important;
    }

    .cc-code_error {
        margin: -10px 0px 0px 183px !important;
        position: unset;
    }

    .trip-destination_error {
        margin: 0px 0px 0px 0px !important;
    }

    .errorLnameTrav {
        margin: 0 0 0 0px !important;
    }

    .errorEmailtrav {
        margin: 0 0 0 0px !important;
    }

    #errorLocationSearch, #errorLocation2Search {
        position: unset !important;
        margin: -12px 0 0 3%;
    }

    #errorLname, #cb-errorLname {
        margin: 0px 0px 0px 0px !important;
    }

    #errorEmail, #cb-errorEmail {
        margin: 0px 0px 0px 0px !important;
    }

    #errorPhone, #cb-errorPhone {
        margin: 0px 0px 0px 0px !important;
    }

    #errorDOB, #cb-errorDOB {
        margin: 0px 0px 0px 0px !important;
    }

    #cb-intro-question-set-1 {
        margin: 0px;
    }

    #nb-intro-question-set-1 {
        padding: 0px;
    }

    #nb-intro-question-set-2 {
        margin: 0px 3% 20px 3%;
        padding: 0px;
    }

    #cb-intro-question-set-2 {
        margin-top: 0px !important;
        margin-left: 2.5% !important;
        width: 95% !important;
    }

    #nb-intro-question-set-3 {
        margin-left: 3% !important;
    }

    #cb-intro-question-set-3 {
        margin: 20px 2.5% 0px 2.5%;
        padding: 0px 25px;
    }

    #appointment-form #left-container {
        width: 100% !important;
    }

    #errorApptype {
        margin-left: 3% !important;
        position: unset !important;
    }

    #cb-errorApptype {
        margin: -2% 0 0 2.5% !important;
        position: unset !important;
    }

    #errorTrav {
        display: block;
        margin-left: 3% !important;
        float: none !important;
    }

    #cb-errorTrav {
        display: block;
        position: unset !important;
        margin: -2% 0 0 2.5% !important;
        float: none !important;
    }

    .nb-appt-labels, .cb-appt-labels {
        margin: -2px 0px 0px 3%;
        position: unset;
    }

    .nb-appt-fields, .nb-add-traveler {
        width: 95% !important;
        font-size: 16px;
    }

    select[class="cb-add-traveler"] {
        width: 95% !important;
        margin-top: 10px;
        font-size: 16px;
    }

    select[class="cb-appt-fields"] {
        font-size: 16px;
    }

    input[name="nb-finished-cc"] {
        width: 100% !important;
    }

    input[class="clinic"] {
        width: 95% !important;
        margin: 2% 3%;
    }

    input.clinic {
        width: 94% !important;
        margin: 0px 3% 10px 3%;
        font-size: 16px;
    }

    input[name="btnFindAvailability"] {
        display: inline-block !important;
        width: 94% !important;
        background-size: 0px !important;
        margin: 10px 0px 10px 3% !important;
    }

    input[name="btnGoToBooking"] {
        width: 100% !important;
        margin: 10px auto !important;
    }

    .btnSearchOLB, .btnSearchOLBBooster, .btnSearchOLBResults {
        margin: 10px 0;
        position: unset;
    }

    input[name="nb-cc_name"] {
        width: 100% !important;
    }

    input[name="nb-cc_number"] {
        width: 99% !important;
        margin: 25px 0px 20px 0 !important;
    }

    .page-template-book-now-template select[name="regions"],
    .page-template-book-now-template select[name="noCC-regions"] {
        width: 99% !important;
    }

    .page-template-book-now-template select {
        width: 94% !important;
        margin: 0px 3% 10px 3%;
    }

    select[name="nb-cc_state"] {
        width: 80px !important;
        margin: 25px 5px 0px 0px !important;
    }

    select[name="nb-cc_exp_month"] {
        width: 89px !important;
        margin: 0px 10px 10px 0 !important
    }

    select[name="nb-cc_exp_year"] {
        width: 76px !important;
        margin-left: 0px !important;
    }

    input[placeholder="First Name*"] {
        width: 100% !important;
        margin: 15px 0px 0 0 !important;
    }

    input[placeholder="Last Name*"] {
        width: 100% !important;
        margin: 25px 0px 0 0 !important;
    }

    input[name="dob_1"] {
        width: 100% !important;
        margin: 25px 0px 0 0 !important;
    }

    input[name="dob_2"] {
        width: 100% !important;
        margin: 25px 0px 0 0 !important;
    }

    input[name="dob_3"] {
        width: 100% !important;
        margin: 25px 0px 0 0 !important;
    }

    input[name="dob_4"] {
        width: 100% !important;
        margin: 25px 0px 0 0 !important;
    }

    input[name="dob_5"] {
        width: 100% !important;
        margin: 25px 0px 0 0 !important;
    }

    input[name="dob_6"] {
        width: 100% !important;
        margin: 25px 0px 0 0 !important;
    }

    input[placeholder="Email*"] {
        width: 100% !important;
        margin: 25px 0px 0 0 !important;
    }

    input[placeholder="Phone*"] {
        width: 100% !important;
        margin: 25px 0px 20px 0px !important;
    }

    input[name="first_nameBooster"] {
        width: 98% !important;
        margin: 15px 0px 0 0 !important;
    }

    input[name="last_nameBooster"] {
        width: 98% !important;
        margin: 25px 0px 0 0 !important;
    }

    input[name="dobBooster"] {
        width: 98% !important;
        margin: 25px 0px 0px 0px !important;
    }

    input[name="emailBooster"] {
        width: 98% !important;
        margin: 25px 0px 0 0 !important;
    }

    input[name="phoneBooster"] {
        width: 98% !important;
        margin: 25px 0px 0 0 !important;
    }

    input[name="nb-date_leaving"] {
        width: 100% !important;
        margin: 0px 0px 0 0 !important;
    }

    input[name="nb-date_returning"] {
        width: 100% !important;
        margin: 0px 0px 0 0 !important;
    }

    input[name="nb-cc_address"] {
        width: 100% !important;
        margin: 5px 0px 0 0 !important;
    }

    input[name="nb-cc_city"] {
        width: 100% !important;
        margin: 25px 0px 0 0 !important;
    }

    .nb-section-traveler {
        width: auto;
    }

    #nb-left-container {
        width: 400px;
    }

    .nb-section {
        width: auto !important;
    }

    .nb-schedule-day-map {
        width: 100% !important;
        height: 140px !important;
    }

    .clsHr {
        margin: 4% 0px 3% 0px;
    }

    .nb-accordion {
        width: 100% !important;
    }

    .clsNavMobile {
        margin-left: -7% !important;
        min-width: 114% !important;
    }

    #nb-appt-complete,
    #nb-appt-complete-teleconsult,
    #nb-appt-booster-complete {
        width: 100%;
    }

    .nb-schedule-day-info {
        width: 100% !important;
    }

    .cb-resultMessageBooster {
        margin: 5px 0px 0px 0px;
    }

    .clsrContainer {
        width: 100% !important;
    }

    .clslContainerOfficeInfo {
        width: 100% !important;
    }

    .clslContainer {
        width: 100% !important;
    }

    #nb-schedule-nav {
        height: auto;
    }

    .clsNoAppointmentData {
        width: 100% !important;
        margin-top: 0%;
        font-size: 15px;
    }

    .clsMobileNoApptData {
        max-height: 175px;
        margin-top: 0%;
    }

    .clsNoAppointmentTime {
        font-size: 15px;
        margin-top: 0% !important;
    }

    #nb-health-app {
        width: 400px !important;
    }

    .page-template-book-now-template .container_main {
        height: auto !important;
    }

    #nb-intake-discount-container,
    #nb-intake-container {
        clear: both;
        margin-bottom: 40px;
    }

    #nb-intake-discount-icon,
    #nb-intake-icon {
        display: none;
    }

    #nb-intake-discount-text,
    #nb-intake-text {
        margin: 0px 0px 15px 0px;
    }

    #nb-complete-section-new #map_2,
    #google-map-new {
        display: none;
    }

    hr.confirmBook1 {
        margin: 3px 0px 20px 0px;
    }

    #nb-health-app-new {
        background-color: rgb(244, 244, 244);
        padding: 22px 32px;
    }

    #ph-app-phone-img {
        display: none;
    }

    #custom-clinic-disclaimer {
        white-space: wrap;
    }

    .nb-health-app-container-new {
        padding: 0px 25px;
        margin: 15px 0px 20px 0px;
    }

    .nb-multipleIntakeOptions {
        right: unset;
        top: unset;
    }

    @media only screen and (max-width: 922px) {
        #nb-intro-disclaimer {margin: 10px 6%;} 
    }

    @media only screen and (max-width: 840px) {
        #nb-intro-disclaimer {
            height: 59.5px;
            font-size: 14px;
            padding: 5px 1%;
        }
    }

    @media only screen and (max-width: 733px) {
        #nb-intro-disclaimer {
            height: 56.25px;
            font-size: 13px;
            margin: 10px 5.5%;
        }
    }

    @media only screen and (max-width: 673px) {
        #nb-intro-disclaimer {
            height: 77.38px;
        }
    }

    @media only screen and (max-width: 624px) {
        #nb-intro-disclaimer {
            height: 98.5px;
            margin: 10px 6%;
            padding: 5px 5%;
        }
    }

    @media only screen and (max-width: 580px) {
        .nb-schedule-time {
            padding: 0px 17% !important;
        }

        #callforTimes {
            font-size: 13px;
        }

        #add-calendar-btn,
        .nb-addCalbtnOptions,
        #complete-medhist-btn,
        #multi-intake-btn {
            width: 100%;
            padding: 13px 0px;
        }

        #nb-appointment-information-new {
            width: 100%;
        }

        .nb-multipleIntakeLinks {
            position: relative;
        }

        .nb-multipleIntakeOptions {
            width: 100%;
        }
    }

    @media only screen and (max-width: 535px) {
        #nb-intro-disclaimer {
            padding: 5px 2%;
        }
    }

    @media only screen and (max-width: 480px) {
        #prevVisitCheckboxes {
            display: block;
        }

        #prevVisit {
            margin: 0 0px 0 0;
        }

        #nb-intro-disclaimer {
            margin: 10px 2%;
            padding: 5px 1%;
        }

        .page-template-book-now-template table.ui-datepicker-calendar td {
            padding: 3px 8px !important;
        }

        .page-template-book-now-template table.clsNavMobile td {
            padding: 3px 8px !important;
            word-spacing: 52px;
        }
    }

    @media only screen and (max-width: 435px) {
        .nb-schedule-day {max-width: 100px !important;}
    }

    @media only screen and (max-width: 420px) {
        .nb-schedule-time {
            padding: 0px 3% !important;
        }

        #nb-next-available-date-btn {
            padding: 8px 20px;
        }
    }

    @media only screen and (max-width: 405px) {
        .clsimgScrollDivTop1,
        .clsimgScrollDivTop2, 
        .clsimgScrollDivTop3, 
        .clsimgScrollDivTop4, 
        .clsimgScrollDivTop5, 
        .clsimgScrollDivBottom1, 
        .clsimgScrollDivBottom2, 
        .clsimgScrollDivBottom3, 
        .clsimgScrollDivBottom4, 
        .clsimgScrollDivBottom5 {
            width: 40px !important;
        }

        #app-dwnld-btn img {
            width: 100% !important;
        }
    }

    @media only screen and (max-width: 380px) {
        #btnTeleconsultTab {
            width: 140px !important;
            font-size: 13px !important;
        }

        #btnClinicTab {
            width: 100px !important;
            font-size: 13px !important;
        }

        #bookingTabsNavContainer,
        #nb-schedule-in-clinic-visit,
        #nb-schedule-teleconsult-visit,
        #nb-more-locations-in-clinic-visit,
        #nb-more-locations-teleconsult-visit,
        #nb-appointment-form,
        .nb-health-app-container,
        .nb-health-app-container-new,
        #nb-intake-discount-container,
        #nb-intake-container,
        #booking-confirmation-title-section-new,
        #nb-appointment-information-new,
        .confirmBook2 {
            padding: 0% 6%;
        }

        .clsimgScrollDivTop1,
        .clsimgScrollDivTop2, 
        .clsimgScrollDivTop3, 
        .clsimgScrollDivTop4, 
        .clsimgScrollDivTop5, 
        .clsimgScrollDivBottom1, 
        .clsimgScrollDivBottom2, 
        .clsimgScrollDivBottom3, 
        .clsimgScrollDivBottom4, 
        .clsimgScrollDivBottom5 {
            width: 30px !important;
            height: 30px;
        }

        .clsNavMobile span {
            font-size: 14.5px;
        }
    }

    @media only screen and (max-width: 375px) {
        .page-template-book-now-template table.ui-datepicker-calendar td {
            padding: 3px 8px !important;
        }

        .page-template-book-now-template table.clsNavMobile td {
            padding: 3px 3px !important;
            word-spacing: 52px;
        }
    }

    @media only screen and (max-width: 340px) {
        .nb-schedule-time {
            padding: 0px 0px !important;
        }
    }

    @media only screen and (max-width: 320px) {
        .nb-schedule-time {
            font-size: 10px !important;
            padding: 3px 0px !important;
        }
        #btn-in-clinic-tab {
            width: 110px;
        }
        #btn-teleconsult-tab {
            width: 114px;
        }
        .fa-video {
            margin: 26px 0px 0px 87px;
            font-size: 17px;
        }
        #nb-intro-disclaimer {
            height: 119.63px;
        }
        .page-template-book-now-template table.ui-datepicker-calendar td {
            padding: 3px 6px !important;
        }
        .page-template-book-now-template .ui-resizable {
            width: 294px;
        }
    }

    @media only screen and (max-width: 313px) {
        input[name="nb-cc_code"] {
            margin-top: 10px;
        }
        .cc-code_error {
            margin: -1px 0px 0px 0px !important;  
        }
    }

    @media only screen and (max-width: 295px) {
        .cc-state_error {
            margin: 35px 0px 0px 0px;
        }
        #nb-intro-disclaimer {
            padding: 5px 0%;
        }
    }
}

/*---------------------------------------------------------------------*/