/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}
body {
  /* Margin bottom by footer height */
  /*margin-bottom: 270px;*/
}
.footer {
  /*position: absolute;
  bottom: 0;
  width: 100%;*/
  /* Set the fixed height of the footer here */
  /*height: 270px;
  line-height: 60px;*/ /* Vertically center the text there */
  background:#202856;
  color:#fff;
}
.disclosure {
  margin-top:30px;
  padding:15px;
}
/* Custom page CSS
-------------------------------------------------- */
/* Not required for template or sticky footer method. */

body > .container {
  padding: 100px 15px 0;
}
/*.footer > .container {
  padding: 15px;
}*/
code {
  font-size: 80%;
}

.navbar {
  min-height: 80px;
}
.navbar-brand img {
  max-width: 250px;
}
/*.navbar-toggler-icon {
  background: #378ca0;
  border-radius: 4px;
  color:#fff;
}*/
.custom-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(159,35,126, 1)' stroke-width='3' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}
.custom-toggler.navbar-toggler {
  border-color: rgb(159,35,126);
}

.navbar-light .navbar-nav .nav-link {
    color: #378ca0;
}
.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link {
    color: #378ca0;
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: #202856;
}
.boxshadow {

  box-shadow: 1px 2px 3px rgba(0, 0, 0, .35);
  padding: 10px;
  background: transparent;
}

/* Off canvas*/
html,
body {
  overflow-x: hidden; /* Prevent scroll on narrow devices */
}
body {
  padding-top: 80px;
}
a {
    color: #378ca0;
    text-decoration: none;
    background-color: transparent;
}

.btn-primary {
  color: #fff;
  background-color: #378ca0;
  border-color: #378ca0;
}
.btn-primary:hover {
    color: #fff;
    background-color: #202856;
    border-color: #202856;
}
.btn-outline-primary {
    color: #378ca0;
    border-color: #378ca0;
    line-height: 1.1;
    text-align: center;
    padding: 10px;
}
.btn-outline-primary:hover {
    color: #fff;
    border-color: #378ca0;
    background-color: #378ca0;
}
.btn-outline-primary:not(:disabled):not(.disabled).active, .btn-outline-primary:not(:disabled):not(.disabled):active, .show>.btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #378ca0;
    border-color: #378ca0;
}
.btn-outline-primary:not(:disabled):not(.disabled).active:focus, .btn-outline-primary:not(:disabled):not(.disabled):active:focus, .show>.btn-outline-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(158,35,126,.5);
}
.btn-outline-primary.focus, .btn-outline-primary:focus {
    box-shadow: 0 0 0 0.2rem rgba(158,35,126,.5);
}
.btn.focus, .btn:focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(158,35,126,.25);
}
.jumbotron {
  border-radius: 0;
  color: #fff;
}
.bg-cover {
  background-image: linear-gradient(rgba(57, 139, 160, 0.3) 50%, rgba(31, 40, 87, 0.5) 100%), url("../img/home-header03.jpg");
  background-position: 0% 33%;
  background-repeat: no-repeat;
  background-size: cover;
}
.display-4 {
  font-size: 3.25rem;
  font-weight: 700;
  line-height: 1.2;
}
.section-header {
  text-align: center;
}

.products {
  margin:50px 0;
}
nav > .nav.nav-tabs {
  border: none;
  color:#fff;
  background:#202856;
  border-radius:0;
}
nav > div a.nav-item.nav-link{
  border: none;
  padding: 18px 25px 0px 25px;
  color:#fff;
  background:#202856;
  border-radius:0;
}
nav > div a.nav-item.nav-link.active {
  border: none;
  color:#fff;
  background:#378ca0;
  border-radius:0;
}
nav > div a.nav-item.nav-link.active:after {
  content: "";
  position: relative;
  bottom: -42px;
  /*left: -10%;*/
  border: 15px solid transparent;
  border-top-color: #378ca0 ;
}
.tab-content {
  background: #fff;
  line-height: 25px;
  border: 2px solid #378ca0;
  border-top:5px solid #378ca0;
  border-bottom:5px solid #378ca0;
  padding:30px 25px;
}
nav > div a.nav-item.nav-link:hover,
nav > div a.nav-item.nav-link:focus {
  border: none;
  background: #378ca0;
  color:#fff;
  border-radius:0;
  transition:background 0.20s linear;
}
.d-sm-block {
  display: block!important;
}
.tab-pane h2 {
  color: #202856;
}
.tab-pane {
  padding:20px;
}
img.prod-image {
  width:200px;
  margin-top:-50px;
  float: right;
  margin-left:25px;
}
.d-block {
  display: block!important;
}

/*------Pricing------*/
#pricing {
  background: #378ca0;
  padding: 50px 0;
}
#pricing .section-header h1 {
  color:#fff;
  margin-bottom:50px;
}
#pricing .card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .25rem;
}
#pricing .card {
    border: 0;
    border-radius: 0px;
    box-shadow: 0 3px 0px 0 rgba(65, 62, 102, 0.08);
    transition: all .3s ease-in-out;
    padding: 36px 0;
    position: relative;
}
.card-header {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0,0,0,.03);
    border-bottom: 1px solid rgba(0,0,0,.125);
}
.card-header:first-child {
    border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0;
}
#pricing .card:hover {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    box-shadow: 0 20px 35px 0 rgba(0, 0, 0, 0.08);
}
#pricing .card .card-header {
    background-color: white;
    border-bottom: 0px;
    -moz-text-align-last: center;
    text-align-last: center;
}
#pricing .card h3 {
    font-size: 64px;
    margin-bottom: 0px;
    color: #202856;
}
#pricing .card h3 .currency {
    font-size: 30px;
    position: relative;
    font-weight: 400;
    top: -30px;
    letter-spacing: 0px;
}
#pricing .card h3 .period {
    font-size: 16px;
    color: #202856;
    letter-spacing: 0px;
}
#pricing .card .card-block {
    padding-top: 0;
    text-align: center;
}
#pricing .card .btn {
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: .3rem;
    display: inline-block;
    background: #202856;
    color: #fff;
}
#pricing .card .btn:hover {
    background: #378ca0;
}
.pricing-subtext {
  color:#fff;
  margin-top:30px;
  text-align: center;
}

/*------How to Use-----*/
#howToUse {
  background: #f3f3f3;
}
#howToUse h1 {
  color: #202856;
}
#howToUse .card {
  background-color: #202856;
  color: #fff;
  border-radius: 50%;
  border-width: 8px;
  padding: 20px;
  height: 240px;
  width: 240px;
  margin: 20px auto;
}

/*------FAQS------*/
#faq #faq-list {
    padding: 0;
    list-style: none;
}
#faq #faq-list li {
    border-bottom: 1px solid #ebebeb;
}
#faq #faq-list a {
    padding: 22px 0;
    display: block;
    position: relative;
    font-family: "Montserrat", sans-serif;
    font-size: 20px;
    line-height: 1.4;
    font-weight: 400;
    padding-right: 20px;
    color:#202856;
}
#faq #faq-list p a {
    padding: 0;
}
#faq #faq-list a.collapsed {
    color: #202856;
}
#faq #faq-list a.collapsed:hover {
    color: #378ca0;
    text-decoration: none;
}
#faq #faq-list i {
    font-size: 24px;
    position: absolute;
    right: 0;
    top: 20px;
}
.ion-android-remove:before {
    content: "\f2f4";
    display: inline-block;
    font-family: "Ionicons";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    text-rendering: auto;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
#faq #faq-list a.collapsed i::before {
    content: "\f2c7" !important;
}


/*------Maps------*/
#Locations {
  margin-bottom:30px;
}
#Locations .section-header h1 {
  margin-bottom:50px;
  color:#202856;
}
#Locations .panel {
  background: #f3f3f3;
  padding:15px;
  margin-bottom:15px;
}
#Locations .panel iframe {
  border:1px solid #e4e4e4;
}
#Locations .panel-heading {
  color: #202856;
}
.panel-body i {
  color: #378ca0;
}

.dental .table thead th {
    vertical-align: bottom;
    border-bottom: none;
}
.dental .table td, .table th {
    padding: .75rem;
    vertical-align: top;
    border-top: none;
}
.sideBar {
  padding:20px;
  background: #378ca0;
  color:#fff;
  text-align: center;
  margin-bottom:30px;
}
.sideBar span {
  font-size: 36px;
  margin:0;
  line-height: 1.0;
}
.sideBar hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(255,255,255,.5);
}

@media (max-width: 576px) {
  nav > div a.nav-item.nav-link {
    border: none;
    padding: 18px 10px 0px 10px;
    color: #fff;
    background: #202856;
    border-radius: 0;
  }
  img.prod-image {
    width: 125px;
    margin-top: -40px;
    float: right;
    margin-left:25px;
  }
  .table td, .table th {
    padding: .5rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
  }
}

@media (min-width: 576px) {
  .modal-dialog {
      max-width: 800px;
      margin: 1.75rem auto;
  }
  .jumbotron {
    padding: 6rem 2rem;
  }
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

@media (min-width: 768px){
  .navbar-expand-md .navbar-nav .nav-link {
      padding-right: 1.0rem;
      padding-left: 1.0rem;
      line-height: 1.1;
      text-align: center;
  }
}
@media (max-width: 767.98px) {
  .offcanvas-collapse {
    position: fixed;
    top: 93px;
    bottom: 0;
    width: 100%;
    padding-right: 1rem;
    padding-left: 1rem;
    overflow-y: auto;
    background-color: #202856;
    color:#fff;
    transition: -webkit-transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  .offcanvas-collapse.open {
    -webkit-transform: translateX(-1rem);
    transform: translateX(-1rem); /* Account for horizontal padding on navbar */
  }
  .navbar-light .navbar-nav .nav-link {
    color: #fff;
  }
  .navbar-light .navbar-nav .nav-link:hover {
    color: #378ca0;
  }
  .navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link {
    color: #fff;
  }
  .btn-outline-primary {
    color: #fff;
    border-color: #fff;
  }
  .bg-cover {
    background-image: linear-gradient(rgba(57, 139, 160, 0.3) 50%, rgba(31, 40, 87, 0.5) 100%), url("../img/home-header03.jpg");
    background-position: 100% 10%;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .navbar-collapse .nav-link {
    text-align: center;
    border-bottom:1px solid #999;
    padding: 20px;
    font-size: 1.5em;
  }
  .navbar-collapse li:last-child {
    margin-top:20px;;
  }
  .navbar-collapse li a.btn {
    display: block;
    text-align: center;
    margin: 20px auto 20px auto;
    font-size: 1.5em;
    width: 30%;
  }
}

@media (max-width: 992px) {
  #pricing .card {
      margin-bottom:30px;
  }
}
.nav-scroller {
  position: relative;
  z-index: 2;
  height: 2.75rem;
  overflow-y: hidden;
}

.nav-scroller .nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  padding-bottom: 1rem;
  margin-top: -1px;
  overflow-x: auto;
  color: rgba(255, 255, 255, .75);
  text-align: center;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}

.nav-underline .nav-link {
  padding-top: .75rem;
  padding-bottom: .75rem;
  font-size: .875rem;
  color: #378ca0;
}

.nav-underline .nav-link:hover {
  color: #fff;
}

.nav-underline .active {
  font-weight: 500;
  color: #378ca0;
}

.text-white-50 { color: rgba(255, 255, 255, .5); }

.bg-purple { background-color: #378ca0; }

.border-bottom { border-bottom: 1px solid #e5e5e5; }

.box-shadow { box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05); }

.lh-100 { line-height: 1; }
.lh-125 { line-height: 1.25; }
.lh-150 { line-height: 1.5; }

.fa-chevron-up:before {
    content: "\f077";
}
.back-to-top {
    position: fixed;
    display: none;
    background: #dddddd;
    color: #fff;
    width: 60px;
    height: 60px;
    text-align: center;
    line-height: 1;
    font-size: 36px;
    border-radius: 50%;
    right: 25px;
    bottom: 25px;
    transition: background 0.5s;
    z-index: 11;
}
.back-to-top:hover {
    background-color: #dddddd;
    color: #fff;
}
.back-to-top i {
    padding-top: 12px;
    color: #378ca0;
}
.back-to-top i:hover {
    padding-top: 12px;
    color: #202856;
}
.starburst {
  font: 1em/1.4 'Lobster', georgia, serif;
  background: #202856;
  width: 8em;
  height: 8em;
  text-align: center;
  color: #fff;
}

.starburst,
.starburst span {
  display: flex;
  align-items: center;
  justify-content: center;
}

.starburst span {
  width: 100%;
  height: 100%;
  background: inherit;
  transform: rotate(45deg);
}

.starburst:before,
.starburst:after ,
.starburst span:before,
.starburst span:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: inherit;
  z-index: -1;
  transform: rotate(30deg);
}

.starburst:after {
  transform: rotate(-30deg);
}

.starburst span:after {
  transform: rotate(30deg);
}
.starburst span:before {
  transform: rotate(-30deg);
}

.example {
  position: relative;
  top: 25%;
  margin-top: -1.25em;
  margin-left: -1.25em;
}
#example-2 {
  left: 35%;
  transform: rotate(-45deg);
}
.space{
  min-height: 230px;
}
