/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */

/*@import url(https://fonts.googleapis.com/css?family=Open+Sans:900,800,700,600,500,400,300,200,100);*/

body {
    background: #fff none repeat scroll 0 0;
    color: #58595b;
    font: 16px "Open Sans", Helvetica, Arial, sans-serif;
    line-height: 28px;
}

.grecaptcha-badge {
    z-index: 1;
}

.social-icon{margin-left:10px;margin-right:5px;}

.phone-icon{position: relative; bottom: 2px;}

.form-control {
    background-color: #f4f4f4;
    background-image: none;
    border: 1px solid silver;
    border-radius: 0px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #003055;
    display: block;
    font-size: 14px;
    height: 44px;
    line-height: 1.42857;
    padding: 6px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 100%;
    margin-bottom: 20px;
}


.form-group {
    margin-bottom: 0px;
    margin-top: 0px;
}

.appointment-request-form textarea {
    margin-bottom: 20px;
    margin-top: 20px;
}

textarea.form-control {
    height: auto;
}

.field-validation-error {
    font-size: 12px;
}

.home-border-right {
    border-right: 1px solid #323434;
}

.main-body-content{
    background-color: #fff;
    min-height: 500px;
    padding: 0 0 0px 0;
}

.white-background {
    background: #fff;
    padding: 0;
}

.mi-boxed-layout {
    padding: 0px;
    background-color: #fff;
}

.mi-boxed-container {
    background-color: #fff;
    padding: 20px;
    min-height: 700px;
    padding-bottom: 50px;
}

a {
    color: #005696;
}

a:hover {
    color: #005696;
    text-decoration: underline;
}

h1, h2, h3, h4 {
    color: #005696;
}

.hero-content h1{color:#fff;}

h1 {
  font-size: 44px;
  margin-top: 10px;
}

h2 {
  font-size: 36px;
}

h3 {
  font-size: 24px;
}

h4 {
  font-size: 18px;
}

.orange-text {
 color: #f1592b;
 font-weight: bold;
}

.btn {
    -moz-user-select: none;
    background-image: none;
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.42857;
    margin-bottom: 0;
    padding: 9px 18px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
}

.btn-primary {
  color: #fff;
  background-color: #005696;
  border:1px solid #005696;
}
li.dropdown-submenu {
    position: relative;
}
.dropdown-submenu .dropdown-menu {
    display: none;
}
.dropdown-submenu .dropdown-menu.show {
    display: block;
    position: absolute;
    top:0;
    left: 99.5%;
    border-radius: 0;
    background: #5db6cf;
}
/* Add caret to submenu toggle */
.dropdown-submenu > .submenu-toggle::after {
    content: "▸";
    float: right;
    margin-left: 6px;
    font-size: 20px;
    transform: rotate(0deg);
    transition: transform 0.2s ease;
    top: 5px;
    position: absolute;
}
.navbar-nav>li>a{text-transform:uppercase;font-size:14px;}
/* Rotate caret when submenu is open */
.dropdown-submenu .dropdown-menu.show + .submenu-toggle::after,
.dropdown-submenu.open > .submenu-toggle::after {
    transform: rotate(90deg); /* points down */
}
.navbar-nav>li>.dropdown-menu{background: #5db6cf;border-radius:0px;}
.dropdown-menu>li>a {
    display: block;
    padding: 10px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #fff;
    text-transform:uppercase;
    white-space: nowrap;
}
a.btn-book:hover {
    background: transparent;
    color: #5db6cf !important;
    border: 1px solid #5db6cf;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  color: #005696;
  background-color: transparent;
  border:1px solid #005696 !important;
}

.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #6d6f71;
  border-color: #c37417;
}


/* OVERRIDE BOOTSTRAP
-------------------------------------------------- */

.checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"] {
    float: left;
    margin-top: 8px;
}


/* CUSTOMIZE THE HEADER ABOVE NAV
-------------------------------------------------- */
.header-upper {
    background-color: #005696;
    color: #fff;
    padding: 20px;
}

.header-phone {
    float: right;
    font-size: 22px;
    font-weight: 500;
    text-align: right;
    padding-top: 5px;
    line-height: 32px;
}

.header-phone a {
    color: #fff;
}

.header-phone a:hover {
    color: #fff;
    text-decoration: underline;
}

/* CUSTOMIZE THE NAVBAR
-------------------------------------------------- */
.header-nav-bg {
    background-color: #005696;
    color: #fff;
}

.logo {
    float: left;
}

.navbar {
    background: none;
    border-radius: 0px;
    margin-bottom: 0px;
}

.nav > li > a:focus, .nav > li > a:hover {
    background: none;
}

.navbar-header {
    padding-top: 0px;
    margin-bottom: 0px;
}

.fa-2x {
    position: relative;
    bottom: 8px;
}

.navbar-nav li:hover {
    background: none;
    color: #1a1b20;
}

.navbar-nav > li a:hover {
    text-decoration: underline;
    background: none;
}

.nav .open > a, .nav .open > a:focus, .nav .open > a:hover
{
    background: none;
}

.login {
    color: #777;
}

.login:hover {
    color: #333;
    text-decoration: none;
}

.navbar-toggle {
    background-color: transparent;
    background-image: none;
    border: 1px solid #fff;
    border-radius: 4px;
    float: right;
    margin-bottom: 8px;
    margin-right: 15px;
    margin-top: 15px;
    padding: 9px 10px;
    position: relative;
}

.navbar-toggle .icon-bar {
    border-radius: 1px;
    display: block;
    height: 2px;
    width: 22px;
    background-color: #fff;
}

/* HOME HERO
-------------------------------------------------- */
.home-hero {

}

.home-hero h1 {

}


/* FOOTER ********************************/

footer {
  background-color: #005696;
  color: #fff;
  text-align: center;
  padding-bottom: 100px;
  padding-top: 30px;
}

footer a {
    color: #fff;
}

footer a:hover {
    color: #fff;
    text-decoration: underline;
}

footer ul {
    list-style: none;
    padding: 0;
    margin: 0 0 20px 0;
}

footer li {
    line-height: 20px;
}

.footer-left {
    text-align: left;
    font-size: 14px;
}

.footer-right {
    text-align: right;
    font-size: 11px;
}

.opentime {
    margin-bottom: 10px;
}

.iconize {
    color: #005696;
}

.fa-2x {
    font-size: 28px;
}


/* REVIEWS -------------- */
.fa-star { background-image: url(https://droi.azureedge.net/content/shared/images/icons/18x18/star.png); width: 18px; height: 18px; margin-right: 5px;}

.fa-star-half {
    background-image: url(https://droi.azureedge.net/content/shared/images/icons/18x18/star-half.png);
    width: 18px;
    height: 18px;
    margin-right: 5px;
    position: relative;
    right: 5px;
    bottom: 1px;
}

.rate-us-div {
    margin: 40px 0 20px 0; border: 1px solid silver; padding: 25px; border-radius: 10px; background-color: #fff;
}
.rate-us-div input, .rate-us-div textarea  {
    margin-top: 20px;
}

.patient-reviews > .row {
    column-width: 18em;
    -moz-column-width: 18em;
    -webkit-column-width: 18em;
    column-gap: 1em;
    -moz-column-gap: 1em;
    -webkit-column-gap: 1em;
}

.patient-reviews .item {
    display: inline-block;
    padding:  .25rem;
    width:  100%; 
    margin-left: 15px;
}

.patient-reviews .well {
    position:relative;
    display: block;
    padding: 10px;
    margin-bottom:10px;
    min-height: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
}

.patient-reviews .panel {
    margin-bottom: 0px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
}

.patient-reviews .panel > .panel-heading {
    background-image: none;
    background-color: #221700;
    color: white;
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-bottom-color: transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.patient-reviews .panel-body {
    padding: 15px;
}

.patient-reviews .panel-default {
    border-color: #ddd;
}

.reviews-head {
  font-size: 36px;
  padding: 25px 0;
}

.review-stars {
  font-size: 18px;
  line-height: 1em;
}

.review-stars span {
  color: gold;
  padding: 0 2px;
  float: left;
}

.review-reviewer {
    font-size: 14px;
    font-weight: 600;
    margin-left: 115px;
    position: relative;
    top: 1px;
}

.review-body {
  font-size: 1em;
}

/* SIDEBAR -------------------- */
.sidebar {
  padding-left: 5px;
  margin: 20px 0 40px;
}

.sidebar-consultation {
  /*margin-top:15px;*/
  padding: 0px 25px;
}

.sidebar-consultation-head {
  padding: 5px 10px;
  font-size: 12pt;
  background-color: #005696;
  color: #fff;
}

.sidebar-form-consultation {
  margin-top: 5px;
}

.container1234 {
    max-width: 1400px;
    padding: 0px 15px;
}

div#services-sidebar h5 {
    font-size: 25px;
    font-weight: 600;
}

div#services-sidebar a {
    padding: 5px 5px;
}

.container1234 .col-sm-2 {
    position: sticky;
    top: 0;
}

.membership-section h2 {
  margin-top: 30px;
  margin-bottom: 15px;
  font-weight: bold;
  color: #2c3e50;
}

.membership-section p {
  line-height: 1.6;
}

.custom-list li::before {
  content: "\f00c"; /* Font Awesome check icon */
  font-family: FontAwesome;
  margin-right: 8px;
  color: #28a745;
}

.plan-cards .plan-box {
    border: 1px solid #ddd;
    border-radius: 6px;
    margin-bottom: 20px;
    background:#C7DEE6;
    transition: box-shadow 0.3s;
    height: 100%;
    color:#000;
}
.row.text-center.plan-cards {
    display: flex;
    flex-wrap: wrap;
}
.plan-cards .plan-box:hover {
  box-shadow: 0px 4px 15px rgba(0,0,0,0.1);
}
.plan-cards img {
  max-width: 100%;
  margin-bottom: 10px;
}
.plan-cards h3 {
  font-size: 20px;
  margin: 10px 0;
}
.plan-box h3 {
    font-size: 25px;
    font-weight: 700;
    color: #000;
}

.row.text-center.plan-cards ~ h3 {
    margin-top: 20px;
}

section.bannersec.subpagebanner {
    padding: 100px;
    color: #fff;
    text-align: center;
}

section.bannersec.subpagebanner h1 {
    color: #fff;
}
  .video-box {
    margin-bottom: 30px;
  }
  .video-thumb {
    cursor: pointer;
    border-radius: 8px;
    transition: transform 0.3s ease;
    max-height: 230px;
    min-height: 230px;
    width: 100%;
    object-fit: cover;
}

.video-box.text-center video.img-responsive {
    cursor: pointer;
    border-radius: 8px;
    transition: transform 0.3s ease;
    max-height: 230px;
    min-height: 230px;
    width: 100%;
    object-fit: cover;
}

.video-box.text-center h6 {
    font-size: 18px;
    color: #000;
    font-weight: 700;
}
  .video-thumb:hover {
    transform: scale(1.03);
    box-shadow: 0 4px 10px rgba(0,0,0,0.3);
  }
  h6 {
    margin-top: 10px;
    font-size: 14px;
    line-height: 1.4em;
    min-height: 40px; /* keeps titles aligned */
  }

.plan-box h3 {
    font-size: 25px;
    font-weight: 700;
    color: #000;
}
.plan-cards h3 span {
  color: #000;
  font-weight: bold;
}

.disclaimers li::before {
  content: "\f071"; /* Font Awesome warning icon */
  font-family: FontAwesome;
  margin-right: 6px;
  color: #e67e22;
}


.sidebar-form-submit {
  padding: 25px 0;
  text-align: center;
  border-radius: 0;
  color: #fff;
  background-color: #005696;
  border-top: 5px solid #fff;
}

.sidebar-form-button {
    font-size: .8em;
    background-color: #005696;
    border: 1px solid rgba(254, 254, 254, 0.9);
    border-radius: 3px;
    padding: 8px 24px;
    color: #fff;
}

.sidebar-form-button:hover, .sidebar-form-button:active {
    color: #000 !important;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #fff;
}
.sidebar-form-button a:hover, .sidebar-form-button a:active {
    text-decoration: none;
    color: #000;
}

.sidebar-form-text {
  padding: 15px 20px 0px 20px;
  font-size: 10pt;
  line-height: 1.5;
}

.sidebar-list {
    padding: 40px 0px 0px 0px;
}

.sidebar-list h3 {
    font-size: 22px;
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 10px;
    margin-left: 45px;
}

.sidebar-list li {
    margin-left: 20px;
}

.sub-page-main-section {
    padding-bottom: 50px;
}

.sub-page-main-section:first-child img {
    margin-top: 20px;
    margin-bottom: 20px;
}

.sub-page-main-section h1 {
    font-size: 36px;
}

.sub-page-main-section h2 {
  font-size: 30px;
}

.sub-page-main-section h3 {
    margin-top: 0px;
}

.inline-img {
    float: right;
    margin: 10px;
    margin-top: 10px !important;
}

.ms-dropdown {
    width: 100%;
    padding: 10px;
    border: 1px solid silver;
}
.ms-dropdown option {
    padding: 10px;
}


/* RESPONSIVE CSS
-------------------------------------------------- */

@media (max-width: 439px) {

}

@media (min-width: 440px) and (max-width: 767px) {

}

@media (max-width: 767px) {
    body {
        padding-top: 0px;
    }
    li.dropdown-submenu ul li a {
    color: #fff !important;
}
    .dropdown-submenu .dropdown-menu.show{position:static !important;}

    .container-fluid {
        margin-left: auto;
        margin-right: auto;
        padding-left: 0px;
        padding-right: 0px;
    }

    .navbar-right li, .navbar-left li {
        text-align: center;
    }

    .navbar-nav  {
        text-align: center;
    }

    .navbar-nav .open .dropdown-menu {

       text-align:center;
    }

    .navbar-nav .open .dropdown-menu .dropdown-header, .navbar-nav .open .dropdown-menu > li > a {
        padding: 5px 15px 5px 25px;
        color: #fff;
    }

    h1 {
      font-size: 2em;
      margin-top: 10px;
    }

    h2 {
      font-size: 1.8em;
    }

    h3 {
      font-size: 1.4em;
    }

    h4 {
      font-size: 1.1em;
    }

    .home-hero {
        height: 500px;
    }

    .home-hero h1 {
        font-size: 32px;
        margin-top: 180px;
        margin-bottom: 30px;
    }

    .rate-left {
        margin-bottom: 20px;
    }

    .rate-right {
        text-align: center;
        margin-bottom: 20px;
    }

    .footer-left {
        text-align: center;
    }

    footer .logo {
        float: none;
        margin-top: 10px;
        margin-bottom: 30px;
        margin-left: auto;
        margin-right: auto;
    }

    .footer-right {
        text-align: center;
    }

    footer ul {
        margin-bottom: 30px;
    }

    .inline-img {
        float: none;
        margin: 0px;
    }
}


/* Collapse bootstrap earlier
---------------------------------*/
@media (min-width: 768px) and (max-width: 991px) {

    .header-container-padding-fix {
        padding-right: 0px;
        padding-left: 0px;
    }

    .navbar-nav  {
        border: none;
        text-align: center;
    }

    .navbar > .container {
        width: 100%;
    }

    .navbar-header {
        float: none;
    }

    .navbar-right li {
        line-height: 3em;
    }

    .navbar-right li, .navbar-left li {
        text-align: center;
    }

    
    .navbar-nav .open .dropdown-menu {
       position: static;
       float: none;
       width: auto;
       margin-top: 0;
       background-color: transparent;
       border: 0;
       -webkit-box-shadow: none;
       box-shadow: none;
       text-align:center;
    }

    .navbar-nav .open .dropdown-menu > li > a {
        line-height: 20px;
    }


    .navbar-nav .open .dropdown-menu .dropdown-header, .navbar-nav .open .dropdown-menu > li > a {
        padding: 5px 15px 5px 25px;
    }

    .navbar-toggle {
        display: block;
        margin-top: 10px;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin: 7.5px -15px;
    }

    .navbar-nav li a {
        font-size: .9em;
    }

    .navbar-nav > li {
        float: none;
        text-align: center;
    }
    .navbar-nav > li >a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .navbar-text {
        float: none;
        margin: 15px 0;
    }
    /* since 3.1.0 */
    .navbar-collapse.collapse.in { 
        display: block!important;
    }
    .collapsing {
        overflow: hidden!important;
    }

    .navbar-fixed-top {
       max-height: 400px;
       overflow-y: auto;
       overflow-x: hidden;
    }

    .dropdown-menu > li {
        background: none;
        color: #323434;
    }

    .dropdown-menu > li a {
        color: #323434;
    }

    .dropdown-menu > li a:hover {
        text-decoration: underline;
        background-color: transparent;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .navbar-nav {
        margin-top: 10px;
        padding-top: 5px;
        padding-bottom: 5px;
    }

    .navbar-nav li a {
        font-size: 14px;
    }

    .navbar-nav > li > a {
        font-size: 14px;
        font-weight: 500;
        padding-right: 10px;
        padding-left: 5px;
    }

    .navbar-nav > li > .dropdown-menu {
        margin-top: 5px;
    }
}

@media (min-width: 1200px) and (max-width: 1599px) {

}

@media (min-width: 1600px) {

}
