/* Table of Contents
    - Fonts
    - Font Awesome Icons
    - Box Sizing
    - Float Clearing
    - Typographical Elements
    - Objects
    - Forms
    - Site Containers
    - Header Area
    - Primary Navigation
    - Entries
    - Footer Area
    - Animated Loading Dots
    - Everything Else
    - Media Queries
*/

/*
Fonts
---------------------------------------------------------------------------------------------------- */
@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;
    font-display: swap;
    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: "Font Awesome 5 Free";
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url(https://www.passporthealthusa.com/wp-content/themes/enterprise-pro/fonts/fa-solid-900.woff2) format("woff2");
}

@font-face {
    font-family: "Font Awesome 5 Brands";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://www.passporthealthusa.com/wp-content/themes/enterprise-pro/fonts/fa-brands-400.woff2) format("woff2");
}

/* Font Awesome Icons
--------------------------------------------- */
.fa,
.fas,
.fab,
.far {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
}

.fa-fw {
    text-align: center;
    width: 1.25em;
}

.fa,
.fas {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}

.fab,
.far {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400;
}

.fa-bars:before { /*ubermenu-responsive-toggle*/
    content: "\f0c9";
    color: #a5a4a5;
    font-size: 23px;
}

.fa-angle-down:before {/*ubermenu dropdown arrows*/
    content: "\f107";
}

.fa-times:before { /*ubermenu close submenu mobile*/
    content:"\f00d";
}

.fa-calendar-day:before {
    content:"\f783";
}

.fa-calendar-days:before {
    content:"\f073";
}

.fa-folder:before {
    content:"\f07b";
}

.fa-user:before {
    content:"\f007";
}

.fa-exclamation-circle:before {
    content:"\f06a";
}

.fa-location-dot:before {
    content: "\f3c5";
}

.fa-chevron-left:before {
    content:"\f053";
}

.fa-chevron-right:before {
    content:"\f054";
}

.fa-apple:before {
    content:"\f179";
}

.fa-google:before {
    content:"\f1a0";
}

.fa-windows:before {
    content:"\f17a";
}

/* Box Sizing
--------------------------------------------- */
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/* Float Clearing
--------------------------------------------- */
.footer-widgets:before,
.nav-primary:before,
.site-footer:before,
.wrap:before {
    content: " ";
    display: table;
}

.footer-widgets:after,
.nav-primary:after,
.site-footer:after,
.wrap:after {
    clear: both;
    content: " ";
    display: table;
}

/* Typographical Elements
--------------------------------------------- */
html {
    font-family: 'Poppins', sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    background-color: #319DD6;
    color: #6b655b;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.625;
    margin: 0;
}

pre {
    font-family: 'Poppins', sans-serif;
}

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

a,
a:link {
    font-weight: normal;
    color: #00A3E0;
}

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

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

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

/*hides edit link when logged in*/
.post-edit-link {
    display: none;
}

/*used for locations map in main nav submenu*/
.aligncenter {
    display: block;
    margin: 0 auto 24px;
}

/* Objects
--------------------------------------------- */
img {
    height: auto;
    max-width: 100%;
}

/* Forms
--------------------------------------------- */
input[disabled] {
    cursor: default;
    color: #A4A7A9;
}

input[type="button"]:disabled,
input[type="button"]:disabled:hover {
    cursor: default;
    background-color: #A4A7A9;
}

a,
button,
input[type="button"],
input[type="submit"],
.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;
}

input:focus {
    border: 1px solid #00A3E0 !important;
    outline: none;
}

button,
input[type="button"],
input[type="submit"],
.button {
    background-color: #00A3E0;
    border: none;
    border-radius: 3px;
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    font-weight: 400;
    padding: 10px 20px;
    width: auto;
}

button:hover,
input:hover[type="button"],
input:hover[type="submit"],
.button:hover {
    background-color: #174897;
    opacity: 1;
}

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

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

.footer-widgets .wrap {
    border-top: 4px solid #ddd;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    background: linear-gradient(0deg, rgba(0, 52, 130, 1) 53%, rgba(0, 144, 216, 1) 108%);
    padding: 20px;
    color: #fff;
}

.site-footer {
    font-size: 12px;
    text-transform: uppercase;
    padding: 20px 0;
}

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

footer,
header,
main,
nav,
section {
    display: block;
}

/* Header Area
--------------------------------------------- */
.site-header {
    background-color: #fff;
    max-width: 960px;
    margin: auto;
    margin-top: 10px;
    height: 75px;
}

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

.title-area {
    float: left;
    padding: 22px 0 0 18px;
}

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

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

.Hschedule-btn {
    background: #00A3E0;
    color: #fff;
    border-radius: 5px;
    padding: 5px 45px;
    text-align: center;
    font-size: 16px;
    height: 36px;
    min-width: 167.42px;
}

a.cta-book-btn {
    text-decoration: none;
}

.header-cta-number,
.header-cta-number a {
    text-decoration: none;
    color: #2759a2;
    font-size: 14px;
    min-height: 30px;
    padding-top: 3px;
    text-align: center;
}

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

/* Primary Navigation
--------------------------------------------- */
.ubermenu {
    display: block;
    font-size: 13px!important;
    background: #f0eff0!important;
}

.ubermenu .ubermenu-submenu .ubermenu-target,
.ubermenu .ubermenu-target {
  color: #555;
}

.ubermenu .ubermenu-submenu .ubermenu-item-header > .ubermenu-target {
    color: #111 !important;
}

.ubermenu .ubermenu-target-text {
    font-size: 14px !important;
    font-weight: 400 !important;
}

.ubermenu .ubermenu-item-level-0:hover > .ubermenu-target,
.ubermenu .ubermenu-item-level-0.ubermenu-active > .ubermenu-target {
    color: #111 !important;
    background: #f9f9f9;
}

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

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

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

.ubermenu .ubermenu-submenu.ubermenu-submenu-drop {
    background: #f9f9f9;
    border: 1px solid #f9f9f9;
}

.ubermenu .ubermenu-submenu .ubermenu-item-header.ubermenu-has-submenu-stack > .ubermenu-target {
    border-bottom: 1px solid #e9e9e9;
}

.widget li {
    margin-bottom: 5px;
    padding-bottom: 5px;
    list-style-type: none;
}

.mobile_nav {
    display: none;
}

/* Entries
--------------------------------------------- */
.entry {
    padding: 0px 0px 20px 0px;
}

/* Footer Area
--------------------------------------------- */

.footer-widgets .wrap a {
    color: #fff;
}

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

.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 li {
    margin-bottom: 2px;
    padding-bottom: 2px;
    list-style-type: none;
}

.middle-footer-cta {
    text-align: center;
}

.footer-embeddedPhone {
    height: 26px;
}

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

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

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

.site-footer a {
    color: #fff;
}

.site-footer p {
    margin: 0;
    letter-spacing: 4px;
    text-align: right;
}

/* Animated Loading Dots
--------------------------------------------- */
/*used 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: #00A3E0;
  }
  50%,
  100% {
    background-color: #0058a4;
  }
}

/*loading dots used in please wait dialog when submitting booking*/
.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;
  }
}

/* Everything Else
--------------------------------------------- */
#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;
}

.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;
    font-size: 15px;
    padding: 0px 0px 0px 6px;
}

#errorApptype {
    font-size: 12px;
    color: rgb(244, 126, 40);
    position: absolute;
    margin: -12px 0px 0px 2px;
    display: block;
}

.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;
}

#errorTrav {
    font-size: 12px;
    color: rgb(244, 126, 40);
    float: right;
    margin: -12px 38px 0px 0px;
}

input.clinic-search {
    padding: 0px 0px 0px 8px;
    width: 290px;
    height: 35px;
    margin-top: 20px;
    margin-right: 20px;
    margin-bottom: inherit;
    font-size: 15px;
}

#locationSearchError {
    font-size: 12px;
    color: rgb(244, 126, 40);
    position: absolute;
    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;
}

.focusedAppt,
.focusedTrav,
.focusedSearch,
.focusedDOB,
.focused {
    border: 1px solid #00A3E0 !important;
}

#booking-intro-question-set-2 {
    color: #474B55;
    font-size: 15px;
    padding: 0px 25px;
    margin-bottom: 10px;
}

#prevVisitCheckboxes {
    display: inline-block;
}

#prevVisit {
    margin: 0 15px 0 0;
}

#prevVisitYes {
    margin: 0 10px 0 0;
}

input[name="existing-y"] {
    margin-top: 10px;
}

#errorYesNo {
    font-size: 12px;
    color: rgb(244, 126, 40);
    margin: -5px 0px 0px;
}

#span-lookup-customer {
    color: #0058A4;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
}

.booster-lookup-title {
    color: #0058A4;
    font-weight: 500;
    font-size: 15px;
}

#booster-lookup-fields {
    margin-top: 35px;
    margin-bottom: 30px;
    padding: 0px 25px;
    clear: both;
}

#div-lookup-different-customer {
    clear: both;
    padding: 0px 0px 0px 25px;
    margin-bottom: 30px;
    width: 60%;
}

.btnSearchOLB {
    position: absolute;
    top: 20px;
    right: 25px;
}

.btnSearchOLBResults {
    position: absolute;
    top: 40px;
    right: 25px;
}

.btnSearchOLBBooster {
    position: absolute;
    bottom: 0px;
    right: 194px;
}

input[name="btnFindAvailability"] {
    background-color: #00A3E0;
    padding: 6px 40px;
    font-size: 15px;
    color: #fff;
}

#div-result-message {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    overflow: hidden;
    color: #f47e28;
    text-align: center;
}

#div-more-locations-loader {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    overflow: hidden;
}

#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;
    margin: 3px 4px;
}

.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: #00A3E0!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;
    padding: 2% 1%;
    line-height: 1.35em;
}

#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: #00A3E0;
    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;
}

input[id="booking-booster-lname"] {
    width: 280px;
    padding: 0px 0px 0px 8px;
    height: 35px;
    margin: 15px 20px 0 0;
}

input[id="booking-booster-dob"] {
    width: 281px;
    padding: 0px 0px 0px 8px;
    height: 35px;
    margin: 15px 0px 0 0;
}

input[id="booking-booster-email"] {
    width: 280px;
    padding: 0px 0px 0px 8px;
    height: 35px;
    margin: 25px 20px 0 0;
}

input[id="booking-booster-phone"] {
    width: 280px;
    padding: 0px 0px 0px 8px;
    height: 35px;
    margin: 15px 20px 0 0;
}

#errorFname {
    font-size: 12px;
    color: rgb(244, 126, 40);
    position: absolute;
    display: block;
}

#errorLname {
    font-size: 12px;
    color: rgb(244, 126, 40);
    position: absolute;
    display: block;
    margin: 0px 304px;
}

#errorDOB {
    font-size: 12px;
    color: rgb(244, 126, 40);
    position: absolute;
    display: block;
    margin: 0px 0px 0px 608px;
}

#errorEmail {
    font-size: 12px;
    color: rgb(244, 126, 40);
    position: absolute;
    display: block;
    margin: 0px 0 0 0;
}

#errorPhone {
    font-size: 12px;
    color: rgb(244, 126, 40);
    position: absolute;
    display: block;
    margin: 0px 0px 0px 304px;
}

.divTravFirstName,
.divTravDOB {
    position: relative;
    width: 49%;
    display: inline-block;
    float: left;
}

.divTravLastName,
.divTravPhone {
    position: relative;
    width: 49%;
    display: inline-block;
    float: right;
}

.divTravEmail {
    position: relative;
    clear: both;
}

input[id^="travFirstName_"] {
    width: 99%;
    padding: 0px 0px 0px 8px;
    height: 35px;
    margin: 10px 4% 0 0;
}

input[id^="travLastName_"] {
    width: 99%;
    padding: 0px 0px 0px 8px;
    height: 35px;
    margin: 10px 0 0 0;
}

input[id^="travdob_"] {
    width: 99%;
    padding: 0px 0px 0px 8px;
    height: 35px;
    margin: 20px 4% 0 0;
}

input[id^="travPhone_"] {
    width: 99%;
    padding: 0px 0px 0px 8px;
    height: 35px;
    margin: 20px 0 0 0;
}

input[id^="travEmail_"] {
    width: 100%;
    padding: 0px 0px 0px 8px;
    height: 35px;
    margin: 20px 0px 0 0;
}

.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 1%;
}

#editDestinationsBtn {
    background-color: #fff;
    border: 1px solid #174897;
    color: #174897;
    margin-top: 0px;
    padding: 9px 25px;
    font-size: 14px;
    margin-bottom: 5px;
}

select[name="tripDestinations"] {
    height: 35px;
    outline-style: none;
    width: 100%;
    padding: 0px 0px 0px 8px;
    margin: 0px 0px 5px;
}

.trip-destination-error {
    font-size: 12px;
    font-weight: 500;
    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 #00A3E0;
    width: fit-content;
    margin: 8px 8px 0 0;
    border-radius: 3px;
    padding: 9px;
    font-size: 13px;
    color: #00A3E0;
    font-weight: 500;
    display: inline-block;
}

.remove-destinations {
    margin-left: 12px;
    margin-top: -2px;
    font-size: 15px;
}

.remove-destinations a {
    color: #00A3E0;
    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;
}

input[name="trip-date-returning"] {
    height: 35px;
    width: 48%;
    padding: 0px 0px 0px 8px;
    margin: 0 0 0 0;
}

.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 {
    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;
}

input[name="booking-cc-address"] {
    width: 100%;
    padding: 0px 0px 0px 8px;
    height: 35px;
    margin: 20px 0px 0px 0px;
}

input[name="booking-cc-city"] {
    width: 40%;
    padding: 0px 0px 0px 8px;
    height: 35px;
    margin: 20px 2% 0 0;
}

select[name="booking-cc-state"] {
    outline-style: none;
    width: 22%;
    padding: 0px 0px 0px 8px;
    height: 35px;
    margin: 20px 2% 0 0;
}

input[name="booking-cc-zip"] {
    width: 31%;
    padding: 0px 0px 0px 8px;
    height: 35px;
    margin: 20px 0 0 0;
}

input[name="booking-cc-number"] {
    width: 100%;
    padding: 0px 0px 0px 8px;
    height: 35px;
    margin: 20px 0 0 0;
}

#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%;
}

select[name="booking-cc-exp-year"] {
    outline-style: none;
    width: 22%;
    height: 35px;
    margin-right: 2%;
}

input[name="booking-cc-code"] {
    width: 31%;
    padding: 0px 0px 0px 8px;
    height: 35px;
    border-radius: 3px;
}

#booking-finished-button {
    margin: 0px;
}

#booking-back-button {
    margin: 25px 0px;
}

#btnFinishBooking {
    width: 100%;
    font-size: 18px;
    background-color: #00A3E0;
    border: none;
}

#btnBookingBack {
    width: 100%;
    font-size: 18px;
    background-color: #fff;
    color: #00A3E0;
    border: 1px solid #00A3E0;
}

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;
}

/*olb confirmation page*/
#booking-confirmation-title-section-new {
    padding: 0px 25px;
    margin: 15px 0px 0px 0px;
}

.booking-confirmed-title-new {
    color: #f47e28;
    font-size: 26px;
    font-weight: 500;
}

#appt-info-title-new,
#nb-intake-title,
#nb-app-title {
    color:#0058A4;
    font-weight: 600;
    display: block;
}

a.olb-clinic-phone {
    color: #00A3E0!important;
    font-weight: 500;
    text-decoration: none;
}

#nb-appointment-information-new {
    padding: 0px 25px;
}

#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-info-item i {
    width: 16px;
}

#appt-traveler-detail-new,
#apptClinicName {
    font-weight: 600;
}

.nb-add-to-calendar-container {
    position: relative;
}

#add-calendar-btn {
    background: #00A3E0;
    border-radius: 5px;
    padding: 13px 83px;
    text-align: center;
    color: #fff;
    font-weight: 500;
    font-size: 18px;
}

.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;
    position: absolute;
    right: 94px;
    top: 100px;
}

hr.confirmBook2 {
    margin: 40px 0px;
    clear: both;
}

.nb-health-app-container-new {
    padding: 0px 25px;
    margin: 15px 0px 0px 0px;
}

#ph-app-icon {
    float: left;
}

#ph-app-text {
    margin: 3px 0px 0px 85px;
}

#app-dwnld-btn {
    margin-top: 10px;
}

/*popup dialogs*/
.ui-widget-overlay {
    background: #aaaaaa;
    opacity: .3;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.ui-helper-clearfix:before, .ui-helper-clearfix:after {
    content: "";
    display: table;
    border-collapse: collapse; 
}

.ui-helper-clearfix:after {
    clear: both;
}

.ui-dialog {
    z-index: 101;
    position: absolute;
    top: 0;
    left: 0;
    padding: .2em;
    outline: 0;
}

.ui-corner-all {
    border-radius: 5px;
}

.ui-widget {
    font-size: 1.1em;
}

.ui-widget-content {
    overflow: auto;
    background: #fff;
}

.ui-dialog-content {
    padding: .5em 1em;
}

.moreAvailabilityDialog .ui-dialog-titlebar-close {
    display: none;
}

.moreAvailabilityDialog .ui-dialog-titlebar,
.bookingDialog .ui-dialog-titlebar {
    display: none;
}

.bookingDialog.ui-widget.ui-widget-content {
    border: 2px solid #A4A7A9;
}

.bookingDialog .ui-dialog-buttonpane.ui-widget-content {
    text-align: center;
    margin: 0 0 1em 0;
}

.moreAvailabilityDialog {
    width: 500px!important;
    display: flex;
    justify-content: center;
    max-height: 90vh!important;
    overflow-y: auto;
    padding: 0!important;
    z-index: 101;
}

.moreAvailabilityDialog ::-webkit-scrollbar {
    width: 3px;
}

.moreAvailabilityDialog ::-webkit-scrollbar-thumb {
    background: #444; 
}

#more-avail-am-title,
#more-avail-pm-title {
    margin: 10px 0px 5px 0px;
}

.moreAvailabilityDialog #moreAvailDialog {
    text-align: center;
    width: 100%!important;
    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;
}

.view-more-times {
    font-size: 13px;
    width: 19%;
    margin: 8px;
    text-align: center;
    display: inline-block;
    cursor: pointer;
    font-weight: 500;
}

.view-more-times a {
    text-decoration: underline;
}

.view-more-times a:hover {
    text-decoration: 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;
}

.moreAvailDialogCloseBtn:before {
    font-family: "Font Awesome 5 Free";
    content: "\f00d";
    font-weight: 900;
    font-size: 20px;
    color: #222;
}

#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%;
    font-size: 0.95em;
    padding: 16px 8px;
    min-width: 80%;
}

.bookingDialog .ui-dialog-buttonpane.ui-widget-content button {
    background: #00A3E0;
    color: #fff;
}

#waitDialog .no-close .ui-dialog-buttonset {
    display: none;
}

.booster-alert-reval,
.save-error-alert-reval {
    background: #fcfdfd url(/wp-content/themes/enterprise-pro/images/olb-alert.png) no-repeat;
    background-size: 130px;
    background-position-x: center;
}

.trav-count-alert-reval {
    background: #fcfdfd url(/wp-content/themes/enterprise-pro/images/olb-alert-blue.png) no-repeat;
    background-size: 130px;
    background-position-x: center;
}

.booster-alert-reval-content,
.save-error-alert-reval-content,
.trav-count-alert-reval-content {
    text-align: center;
    font-size: 15px;
    margin: 30px 0px;
    color: #474B55;
}

.alert-title {
    margin-bottom: 15px;
    display: block;
    color: #00A3E0;
    font-weight: 600;
    font-size: 18px;
}

.errorP {
    margin-bottom: 15px;
    display: block;
}

.wait-dialog-content {
    color: #474B55;
    text-align: center;
}

/*datepicker styles */
#ui-datepicker-div { /*only trip dates datepickers*/
    box-shadow: 2px 2px 2px #ddd;
    border: 1px solid #A4A7A9;
    border-radius: 3px;
    padding: 0.5em;
    width: 17em;
}

.ui-datepicker {
    display: none;
}

#moreAvail-datepicker {
    margin: 0px 32px;
}

#moreAvail-datepicker .ui-datepicker {
    font-size: 1em;
    margin: 25px auto 10px auto;
    width: 100%;
}

.ui-datepicker .ui-datepicker-header {
    position: relative;
    padding: .2em 0;
    color: #444;
    font-weight: 600;
}

.ui-datepicker-prev .ui-icon,
.ui-datepicker-next .ui-icon {
    text-indent: -99999px;
    overflow: hidden;
}

.ui-state-disabled {
    opacity: .35;
    -ms-filter: "alpha(opacity=35)";
    cursor: default !important;
    pointer-events: none;
}

.ui-datepicker-calendar .ui-state-default {
    font-weight: 500;
    color: #174897;
}

#moreAvailDialog #moreAvail-datepicker .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.2em;
}

.ui-datepicker-prev,
.ui-datepicker-next {
    position: absolute;
    top: 2px;
    width: 1.8em;
    height: 1.8em;
    color: #444;
}

.ui-datepicker-prev {
    left: 2px;
}

.ui-datepicker-next {
    right: 2px;
}

.ui-datepicker-prev span,
.ui-datepicker-next span {
    display: block;
}

.ui-datepicker-prev:before,
.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;
}

.ui-datepicker-prev:hover,
.ui-datepicker-prev-hover {
    border: none;
    background: none;
    right: 2px;
    left: 2px;
    top: 2px;
    cursor: pointer;    
}

.ui-datepicker-next:hover,
.ui-datepicker-next-hover {
    border: none;
    background: none;
    right: 2px;
    top: 2px;
    cursor: pointer;
}

.ui-datepicker-prev:before {
    content: "\f053";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}

.ui-datepicker-next:before {
    content: "\f054";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}

.ui-datepicker-title {
    margin: 0 2.3em;
    text-align: center;
}

.ui-datepicker-title select {
    font-size: 1em;
    margin: 1px 0;
}

.ui-datepicker table {
    width: 100%;
    font-size: .9em;
    border-collapse: collapse;
    margin: 0 0 .4em;
    line-height: 2;
}

.ui-datepicker th {
    padding: 9px 1px;
}

#ui-datepicker-div th {
    font-size: 14px;
    font-weight: 500;
    color: #444;
}

.ui-datepicker td {
    padding: 1px;
}

.ui-datepicker td span,
.ui-datepicker td a {
    display: block;
    padding: .3em;
    text-align: center;
    text-decoration: none;
}

#moreAvail-datepicker .ui-datepicker td span, 
#moreAvail-datepicker .ui-datepicker td a {
    width: 50px;
    margin: auto;
}

/*Media Queries*/
@media only screen and (min-width: 1025px) {
    .clContainerLeft {
        max-width: 45%;
    }

    #nb-intake-container {
        clear: both;
        padding: 0px 25px;
        position: relative;
        margin: 60px 0px;
    }

    #nb-intake-section {
        background-color: #EAF9FF;
        padding: 22px 32px;
    }

    #nb-intake-icon {
        float: left;
    }

    #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;
    }

    #nb-appointment-information-new {
        max-width: 50%;
    }

    #nb-complete-section-new #map_2 {
        width: 426px;
        height: 100%;
        border-radius: 10px;
        margin: 0px 25px;
    }

    hr.confirmBook1 {
        margin: 3px 0px 40px 0px;
    }

    hr.confirmBook2 {
        display: none;
    }

    .nb-health-app-container-new {
        clear: both;
        display: flex;
        align-items: center;
    }

    #ph-app-phone-img {
        width: 50%;
        margin-bottom: -27px;
    }

    #nb-app-description {
        font-size: 22px;
    }

    #ph-health-app {
        clear: both;
        display: flex;
        align-items: center;
        padding: 0px 25px;
    }
}

@media only screen and (max-width: 1024px) {
    /*site containers, header, footer, nav styles*/
    .site-header {
        height: auto;
    }

    .site-header,
    .wrap {
        width: 90%;
        padding: 0 5%;
    }

    .site-header .widget-area {
        float: none;
    }

    .content,
    .footer-widgets-1,
    .footer-widgets-2,
    .footer-widgets-3,
    .sidebar-primary,
    .site-header .widget-area,
    .title-area {
        width: 100%;
    }

    .site-header .title-area,
    .site-header .widget-area {
        text-align: center;
    }

    .title-area {
        padding: 5px 0 0 0;
        float: none;
    }

    #header_middle {
        display: none;
        height: 0px;
    }

    #header_right {
        margin: 0px auto;
        text-align: center;
        width: auto;
    }

    #header_container {
        margin-bottom: 7px;
        margin-top: 7px;
    }

    .header-cta-number {
        width: 100%;
        padding-top: 7px;
    }

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

    .footer-widgets-1,
    .footer-widgets-2,
    .footer-widgets-3 {
        width: 100%;
        float: none;
    }

    .footer-widgets-1 {
        margin-right: 0;
    }

    .site-footer p {
        text-align: center;
    }
    /**/

    /*mobile menu*/
    .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;
    }

    .ubermenu-responsive-toggle-main.ubermenu-responsive-toggle {
        position: absolute;
        top: 5px;
        left: 5%;
    }

    .mobile_nav {
        display: block;
        background: #f6f5f6;
        color: #1c519f;
        padding: 5px 0;
    }

    .mobile_nav a {
        text-transform: uppercase;
        color: #1c519f;
        text-decoration: none;
        font-size: 13px;
        font-weight: 400;
        padding: 0 8px;
    }
    /**/

    #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-appt-reason,
    .booking-traveler-num,
    input.clinic-search {
        width: 100%;
        margin: 0px 0px 10px 0px;
        font-size: 16px;
    }

    .booking-search-labels {
        position: unset;
        margin: 0px 0px 0px 2px;
        height: 21px;
        display: block;
    }

    #errorApptype {
        position: unset;
    }

    #errorTrav {
        display: block;
        float: none;
        margin: -12px 0px 0px 0px;
    }

    #locationSearchError {
        position: unset;
        margin: -12px 0 0 2px;
    }

    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;
    }

    #errorLname,
    #errorEmail,
    #errorPhone,
    #errorDOB {
        margin: 0px 0px 0px 0px;
    }

    #div-lookup-different-customer {
        width: 100%;
        padding: 0px 25px;
    }

    input[name="btnFindAvailability"] {
        display: inline-block;
        width: 94%;
        margin: 10px 3% 10px 3%;
    }

    .btnSearchOLB, .btnSearchOLBBooster, .btnSearchOLBResults {
        margin: 10px 0;
        position: unset;
    }

    #div-more-locations-loader {
        clear: both;
    }

    .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%;
    }

    .nb-health-app-container-new,
    #nb-intake-container,
    #booking-confirmation-title-section-new,
    #nb-appointment-information-new,
    .confirmBook2 {
        padding: 0 5%;
    }

    .nb-health-app-container-new {
        padding: 0px 25px;
        margin: 15px 0px 20px 0px;
    }

    #nb-intake-container {
        clear: both;
        margin-bottom: 40px;
    }

    #nb-intake-icon {
        display: none;
    }

    #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;
    }

    .nb-multipleIntakeOptions {
        right: unset;
        top: unset;
    }
}

@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 {
        height: 90px;
    }
}

@media only screen and (max-width: 768px) {
    /*site containers, header, footer, nav styles*/
    .site-header,
    .wrap {
        width: 90%;
        padding: 0 0%
    }

    #header_right {
        width: auto;
    }
    /**/

    #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: 586px) {
    .moreAvailabilityDialog {
        width: 100%!important;
    }
}

@media only screen and (max-width: 580px) {
    #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: 540px) {
    .clinicListingStreetAddress1,
    .clinicListingStreetAddress2 {
        display: block;
        margin: 0px;
    }
}

@media only screen and (max-width: 480px) {
    /*site containers, header, footer, nav styles*/
    .site-header {
        margin-top: 5px;
    }

    .site-header,
    .wrap {
        width: 96%;
        padding: 0 2%;
    }

    .ubermenu-responsive-toggle-main.ubermenu-responsive-toggle {
        top: 0px;
        left: 0%;
    }
    /**/

    #prevVisitCheckboxes {
        display: block;
    }

    #prevVisit {
        margin: 0 0px 0 0;
    }

    #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-times {
        padding: 0px 0px 30px;
    }

    .more-availability-schedule-time {
        padding: 10px 5px;
    }

    #btnSelectAppointment {
        white-space: normal;
        min-width: 90%;
    }
}

@media only screen and (max-width: 452px) {
    #booking-intro-disclaimer {
        font-size: 14px;
    }
}

@media only screen and (max-width: 420px) {
    #booking-intro-disclaimer {
        font-size: 13px;
        margin: 10px 2%;
    }
}

@media only screen and (max-width: 405px) {
    #booking-cvv-error {
        margin-left: 61%;
    }

    #clinic-list-tab {
        font-size: 22px;
    }

    #app-dwnld-btn img {
        width: 100%;
    }
}

@media only screen and (max-width: 400px) {
    /*site containers, header, footer, nav styles*/
    .mobile_nav a {
        padding: 0 2%;
        font-size: 3.4vw;
    }
    /**/
}

@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%;
        float: none;
    }

    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;
    }

    .nb-health-app-container-new,
    #nb-intake-container,
    #booking-confirmation-title-section-new,
    #nb-appointment-information-new,
    .confirmBook2 {
        padding: 0% 6%;
    }

    #moreAvail-datepicker .ui-datepicker td span, 
    #moreAvail-datepicker .ui-datepicker td a {
        width: 39px;
    }
}

@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) {
    #clinic-list-tab {
        font-size: 18px;
    }

    .clContainerLeft {
        width: calc(100% - 130px);
    }

    .clContainerNextAvailable,
    .clContainerViewMoreBtn {
        width: 130px;
    }
}

@media only screen and (max-width: 333px) {
    #booking-intro-disclaimer {
        height: 117px;
    }
}

@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: 320px) {
    /*site containers, header, footer, nav styles*/
    .title-area img, #title-area img {
        width: 60% !important;
    }
    /**/
}

@media only screen and (max-width: 314px) {
    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%;
    }

    #ui-datepicker-div {
        width: 15em;
    }
}

@media only screen and (max-width: 305px) {
    .more-availability-schedule-time {
        padding: 0px 5px;
        margin: 7px;
    }

    .trip-date-error {
        position: unset;
    }

    #moreAvail-datepicker .ui-datepicker td span, 
    #moreAvail-datepicker .ui-datepicker td a {
        width: 35px;
    }

    .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 {
        height: 35px;
        width: 35px;
        padding: 0.1em;
    }
}

@media only screen and (max-width: 282px) {
    #clinic-list-tab {
        font-size: 16px;
    }
}