body {
  font-size: 15px;
  background-color: #f3f3f3;
  font-family: OpenSans, sans-serif;
  color: #1f2d3d;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
}
@media (min-width: 768px) {
  body {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  body {
    padding-top: 60px;
    font-size: 14px;
  }
}

@media (min-width: 768px) {
  body .main.container {
    width: auto;
    max-width: 1366px;
    padding: 0;
  }
}
body.iosBugFixCaret.modal-open {
  position: fixed;
  width: 100%;
}
@media (max-width: 767px) {
  .container.main {
    padding: 0 !important;
  }
}
.navbar-toggle {
  border-radius: 0;
  border: none;
  color: #1d75bc;
  margin-top: 3px;
  margin-right: 6px;
  right: 15px;
  top: 10px;
}
.navbar-toggle:hover,
.navbar-toggle:focus,
.navbar-toggle:active {
  background-color: transparent !important;
}
.navbar-toggle .icon-bar {
  background-color: #1d75bc;
  height: 4px;
  width: 30px;
}
.navbar-toggle span {
  display: block;
  position: absolute;
  margin: 0 !important;
  height: 4px;
  width: 100%;
  background-color: #2374ba !important;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.navbar-toggle span:nth-child(2) {
  top: 4px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}
.navbar-toggle span:nth-child(3) {
  top: 13px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}
.navbar-toggle span:nth-child(4) {
  top: 22px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}
.navbar-toggle[aria-expanded=true] span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 2px;
  left: 4px;
  background-color: #888 !important;
}
.navbar-toggle[aria-expanded=true] span:nth-child(3) {
  width: 0;
  opacity: 0;
}
.navbar-toggle[aria-expanded=true] span:nth-child(4) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 23px;
  left: 4px;
  background-color: #888 !important;
}
.top {
  position: fixed;
  pointer-events: none;
  z-index: 1000;
  top: -30px;
  width: 100%;
  min-height: 300px;
  background: url("../images/top.png") no-repeat top center;
  background-size: contain;
}

@media (min-width: 768px) {
  .top {
    width: 100%;
    max-width: 1366px;
  }
}
@media (max-width: 767px) {
  .top {
    display: none;
  }
}
.logo {
    position: fixed;
    top: 0;
    z-index: 1001;
    width: 100%;
    margin: 0 auto;
    }
 .logo a {
  display: inline-block;
}   
@media (min-width: 768px) {
  .logo {
    width: 100%;
    max-width: 1366px;
  }
}
@media (min-width: 768px) {
  .logo img {
    max-width: 100px;
  }
}

@media (min-width: 992px) {
  .logo img {
    max-width: 120px;
  }
}
@media (min-width: 1300px) {
  .logo img {
    max-width: 210px;
  }
}
@media (max-width: 767px) {
  .logo {
    display: none;
  }
}

.logo img {
  position: relative;
}
.navbar-default {
  position: fixed;
  top: 0;
  bottom: 0;
  margin: 0;
  background-color: #bddffe;
  z-index: 2;
}
@media (min-width: 768px) {
  .navbar-default {
    width: 220px;
  }
}
@media (min-width: 992px) {
  .navbar-default {
    width: 220px;
  }
}
@media (min-width: 1200px) {
  .navbar-default {
    width: 250px;
  }
}
@media (max-width: 767px) {
  .navbar-default {
    position: fixed;
    left: 0;
    right: 0;
    bottom: auto;
    background-color: #fff;
  }
  .navbar-default .navbar-collapse {
    padding: 0 30px !important;
  }
}
.navbar-default .navbar-brand {
  padding: 0;
}
.navbar-default .navbar-brand img {
  max-height: 50px;
}
@media (min-width: 768px) {
  .navbar-default .navbar-brand img {
    display: none;
  }
}
.navbar-default .navbar-collapse {
  padding: 175px 0 0;
}
@media (max-width: 1200px) {
  .navbar-default .navbar-collapse {
    padding: 145px 0 0;
  }
}
@media (max-width: 900px) {
  .navbar-default .navbar-collapse {
    padding: 115px 0 0;
  }
}
@media (max-width: 767px) {
  .navbar-default .navbar-collapse {
    padding: 0 !important;
    text-align: center;
    -webkit-box-shadow: 1px 3px 3px 0px rgba(50, 50, 50, 0.36);
    -moz-box-shadow: 1px 3px 3px 0px rgba(50, 50, 50, 0.36);
    box-shadow: 1px 3px 3px 0px rgba(50, 50, 50, 0.36);
    border-radius: 0;
  }
  .navbar-default .navbar-collapse .navbar-nav {
    margin: 0;
  }
  .navbar-default .navbar-collapse .navbar-nav li {
    border-bottom: 1px solid #bcc0c5;
  }
  .navbar-default .navbar-collapse .navbar-nav li a {
    padding: 13px 0 !important;
  }
  .navbar-default .navbar-collapse .navbar-nav li a.active,
  .navbar-default .navbar-collapse .navbar-nav li a:hover {
    color: #fff !important;
    background-color: #0071d6 !important;
    text-decoration: none !important;
  }
}
.navbar-default .navbar-collapse ul.nav li {
  display: block;
  float: none;
}
.navbar-default .navbar-collapse ul.nav li a {
  padding: 8px 0;
  background-color: transparent !important;
  font-family: OpenSans, sans-serif;
  font-size: 1.2em;
  color: rgba(24, 33, 46, 0.7);
  font-weight: normal !important;
  text-transform: uppercase;
}
.navbar-default .navbar-collapse ul.nav li a:hover,
.navbar-default .navbar-collapse ul.nav li a.active {
  text-decoration: underline;
  color: #18212e;
}
.navbar-default .hidden-xs a {
  color: #1f2d3d !important;
}
.navbar-default .hidden-xs a:hover {
  color: #337ab7 !important;
}
/*order contacts btn*/
a.btn.contacts {
  border-radius: 0px;
  border: 1px solid #385D7E;
  width: 200px;
  padding-top: 13px;
  padding-bottom: 13px;
  margin: 20px 0 0 0 ;
  /*background-color: #a5d4fe;*/
  color: #18212e !important;
  font-weight: bold;
  font-family: Georgia, sans-serif !important;
  font-size: 1.14285714285714em;
}

a.btn.contacts:hover{
  border-radius: 0px;
  border: 1px solid rgba(24, 33, 46, 0.7);
  color: rgba(24, 33, 46, 0.7) !important;
}
a.btn.contacts:active{
   color: #fff !important;
  background-color: #0071d6 !important;
}

/*end of order contacts btn*/
.btn.schedule-visit {
  border-radius: 0;
  border: 0;
  width: 200px;
  padding-top: 13px;
  padding-bottom: 13px;
  margin: 30px 0;
  background-color: #a5d4fe;
  color: rgba(9, 15, 26, 0.7);
  font-weight: bold;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.15);
  font-family: Georgia, sans-serif !important;
  font-size: 1.14285714285714em;
}
.btn.schedule-visit:hover {
  box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.2);
}
.btn.schedule-visit:active {
  color: #fff !important;
  background-color: #0071d6 !important;
  box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.2) !important;
}
.page {
  text-align: center;
  background-color: #fff;
}
@media (max-width: 767px) {
  .page {
    text-align: left;
  }
}
@media (min-width: 768px) {
  .page {
    padding-left: 250px;
    min-height: 100vh;
  }
}
@media (min-width: 768px) {
  .page {
    padding-left: 220px;
  }
}
@media (min-width: 992px) {
  .page {
    padding-left: 220px;
  }
}
@media (min-width: 1200px) {
  .page {
    padding-left: 250px;
  }
}
@media (max-width: 767px) {
  .page {
    padding-left: 0;
  }
}
.page h1 {
  font-family: Georgia, sans-serif !important;
}
@media (max-width: 767px) {
  .page h1 {
    font-size: 1.3333333em;
    color: #0071d6;
  }
}
.page .focuspoint {
  color: white;
}
.page .focuspoint img {
  z-index: 0;
}
.page .focuspoint h1 {
  padding: 50px 0;
  position: relative;
  z-index: 2;
  text-align: center;
}
.page .focuspoint:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
}
@media (max-width: 767px) {
  .page .focuspoint {
    min-height: 100px;
  }
  .page .focuspoint:before {
    display: none;
  }
  .page .focuspoint h1 {
    display: none;
  }
}
@media (min-width: 768px) {
  .page .bigger {
    font-size: 1.2em;
  }
}
.page .page-body {
  background-color: #fff;
  z-index: 2;
}
@media (max-width: 767px) {
  .page .page-body {
    padding: 0 15px !important;
  }
}
@media (min-width: 768px) {
  .page .page-body {
    padding: 30px 15px;
  }
}
@media (min-width: 992px) {
  .page .page-body {
    padding: 50px;
  }
}
@media (min-width: 1200px) {
  .page .page-body {
    padding: 50px 100px;
  }
}
.page .page-body ul {
  text-align: left;
  margin-bottom: 0;
  line-height: 2em;
}
@media (max-width: 767px) {
  .page .page-body ul {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .page .page-body h1 {
    color: #1173d3;
    font-size: 1.4em;
    font-weight: bold;
    text-align: center;
    margin: 0;
    padding: 20px;
  }
}
.page.home {
  text-align: center;
  display: flex;
  align-items: center;
  position: relative;
}
.page.home h1 {
  font-family: Georgia, sans-serif !important;
}
.page.home .focuspoint {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
@media (min-width: 768px) {
  .page.home .focuspoint {
    left: 220px;
  }
}
@media (min-width: 992px) {
  .page.home .focuspoint {
    left: 220px;
  }
}
@media (min-width: 1200px) {
  .page.home .focuspoint {
    left: 250px;
  }
}
@media (max-width: 767px) {
  .page.home {
    display: block;
  }
}
.page.home .page-body {
  background-color: transparent;
  min-height: 0;
  color: #fff;
}
@media (max-width: 767px) {
  .page.home .page-body {
    color: #333;
  }
}
.page.home .page-body h1 {
  padding: 20px 0 5px;
  min-height: 0;
  font-size: 2.25em;
  font-weight: normal !important;
}
@media (max-width: 767px) {
  .page.home .page-body h1 {
    font-size: 1.69230769230769em;
    color: #000;
  }
}
.page.home .page-body .sub-title {
  font-family: Georgia, sans-serif !important;
  font-weight: lighter !important;
  font-size: 1.5em;
  padding: 0 50px;
}
@media (max-width: 767px) {
  .page.home .page-body .sub-title {
    font-family: OpenSans, sans-serif !important;
    font-size: 1.3em;
    padding: 0;
  }
}
.page.home .page-body hr {
  border-top: 2px solid #fff;
  width: 30%;
  margin: 40px auto;
}
.page.services-products .bigger {
  text-align: center;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .page.services-products .bigger {
    margin-bottom: 10px;
  }
}
.page.services-products .nav-tabs {
  border: 0 !important;
  border-image: none !important;
  margin-top: 20px;
}
.page.services-products .nav-tabs li {
  border: 0 !important;
  font-family: OpenSans, sans-serif;
  position: relative;
  font-weight: normal;
  font-size: 1.14285714285714em;
  color: rgba(31, 45, 61, 0.5);
  width: 50%;
}
.page.services-products .nav-tabs li.bg:after {
  content: '';
  position: absolute;
  display: block;
  left: 100%;
  bottom: -2px;
  width: 100%;
  height: 1px;
  border-bottom: 2px solid #5f9fe3;
  -webkit-transition: left 1s;
  /* Safari */
  transition: left 1s;
}
.page.services-products .nav-tabs li.active:after {
  left: 0;
}
.page.services-products .nav-tabs li.active a {
  color: #1f2d3d !important;
  font-weight: bold;
}
.page.services-products .nav-tabs li a {
  border: 0 !important;
  color: rgba(31, 45, 61, 0.5);
  background-color: transparent !important;
}
.page.services-products .tab-pane {
  border: 0 !important;
  border-top: 1px solid #ccc !important;
  padding: 15px;
  text-align: left !important;
}
.page.services-products .tab-pane ul {
  padding-left: 10px;
}
.page.schedule-visit .bigger {
  margin-bottom: 20px;
}
.page.schedule-visit .col-sm-12.col-md-4 {
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .page.schedule-visit .col-sm-12 {
    text-align: left;
  }
}
.page.schedule-visit .col-sm-12 .icon {
  text-align: center;
  margin-bottom: 5px;
}
@media (max-width: 767px) {
  .page.schedule-visit .col-sm-12 .icon {
    text-align: right;
  }
  .page.schedule-visit .col-sm-12 .icon svg path {
    fill: #fff;
  }
}
.page.schedule-visit .col-sm-12 .icon img {
  width: 32px;
  height: 32px;
}
@media (max-width: 767px) {
  .page.schedule-visit {
    background-color: #1173d3;
  }
  .page.schedule-visit .page-body {
    background-color: #1173d3;
    color: #fff;
  }
  .page.schedule-visit .page-body h1 {
    color: #fff;
  }
  .page.schedule-visit .page-body .col-xs-12 {
    text-align: center;
  }
}
.page.doctors {
  text-align: left;
}
.page.doctors img {
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .page.doctors .col-xs-12 .extra {
    display: none;
  }
  .page.doctors .col-xs-12 .read-more {
    color: #337ab7 !important;
    text-decoration: none !important;
  }
  .page.doctors .col-xs-12 .read-more:after {
    content: 'Read More';
  }
  .page.doctors .col-xs-12.expanded .extra {
    display: block;
  }
  .page.doctors .col-xs-12.expanded .read-more {
    color: #337ab7 !important;
    text-decoration: none !important;
  }
  .page.doctors .col-xs-12.expanded .read-more:after {
    content: 'Read Less';
  }
}
.page.patient-forms .bigger {
  margin-bottom: 40px;
}
.page.patient-forms ul {
  list-style: none;
  padding-left: 20px;
}
.page.patient-forms ul a.download {
  display: block;
  padding-left: 30px;
  margin-bottom: 10px;
  position: relative;
  color: #5f9fe3;
}
.page.patient-forms ul a.download:before {
  content: '';
  display: block;
  position: absolute;
  top: 3px;
  left: 0;
  background: url("../images/download.svg");
  width: 20px;
  height: 22px;
}
.page.insurance-providers .bigger {
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .page.insurance-providers .bigger {
    margin-bottom: 10px;
  }
}
.page.insurance-providers ul {
  text-align: left;
}
@media (max-width: 767px) {
  .page.insurance-providers {
    background-color: #1173d3;
  }
  .page.insurance-providers .page-body {
    background-color: #1173d3;
    color: #fff;
  }
  .page.insurance-providers .page-body h1 {
    color: #fff;
  }
  .page.insurance-providers .page-body ul {
    padding-left: 15px;
  }
}
.social {
  margin-bottom: 20px;
}
.social a {
  margin-right: 20px;
}
#schedule-visit .container {
  max-width: 500px;
}
#schedule-visit .modal-dialog .modal-header {
  border-bottom: 0;
}
#schedule-visit .modal-dialog .modal-content {
  margin: 0 auto;
  border-radius: 0;
}
#schedule-visit .modal-dialog .modal-content h1 {
  margin-bottom: 30px;
  font-size: 2.30769230769231em;
}
#schedule-visit .modal-dialog .modal-content .container {
  padding: 0;
}
#schedule-visit .modal-dialog .modal-content form {
  font-family: OpenSans, sans-serif;
}
#schedule-visit .modal-dialog .modal-content form label {
  min-width: 30%;
  vertical-align: top;
  line-height: 34px;
}
#schedule-visit .modal-dialog .modal-content form label.error {
  color: #fc6a6a;
  font-size: 0.875rem;
  display: block;
  text-align: right;
  margin-bottom: 0;
}
#schedule-visit .modal-dialog .modal-content form input,
#schedule-visit .modal-dialog .modal-content form textarea {
  display: inline-block;
  width: 68%;
  outline: none !important;
  box-shadow: none;
  border-radius: 0;
}
#schedule-visit .modal-dialog .modal-content form input:focus,
#schedule-visit .modal-dialog .modal-content form textarea:focus {
  border-color: #0071d6;
}
#schedule-visit .modal-dialog .modal-content form input.error,
#schedule-visit .modal-dialog .modal-content form textarea.error {
  border-color: #fc6a6a;
}
#schedule-visit .modal-dialog .modal-content form button {
  float: right;
}
a.phone {
  color: #1f2d3d !important;
}
@media (max-width: 767px) {
  a.phone {
    color: #fff !important;
    text-decoration: underline;
  }
}
