@import url('https://fonts.cdnfonts.com/css/arial-rounded-mt-bold');
@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@300;400&family=Roboto:wght@300;400&display=swap');
/* Sticky footer styles
-------------------------------------------------- */
:root{
  --primary:#29556e!important;
  --secondary: #011D24!important;
    }
html {
  position: relative;
  min-height: 100%;
   
}
body {
  /* Margin bottom by footer height */
  /*margin-bottom: 270px;*/
  font-family: 'Roboto', Arial, sans-serif;
  color: #568e6f;
  /*letter-spacing: .5px;*/
}
h1, h2, h3, h4, h5, h6 {
  font-family: 'Arial Rounded MT Bold', sans-serif; 
  color: #568e6f;
}
.footer {
  /*border-top: solid #367bbf 10px;*/
  background:#568e6f;
  color:#fff;
}
.footer a {
  color:#fff;
}
.disclosure {
  margin-top:30px;
  padding:15px;
  font-size:12px
}
/* 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: 240px;
}
/*.navbar-toggler-icon {
  background: #367bbf;
  border-radius: 4px;
  color:#fff;
}*/
.navbar-dark {
    background: #ffffff!important;
}
.navbar-dark .navbar-nav .nav-link {
    color: rgba(255,255,255,.75);
}.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
    color: rgba(255,255,255,1);
}
.alert-warning{
    background-color: #4fa6ff;
    border-bottom: 8px solid #4fa6ff;
}
.alert-warning p {
  margin-bottom:8px;
  /*letter-spacing: 1px;*/
}
.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(86,142,111, 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(86,142,111);
}

.navbar-light .navbar-nav .nav-link {
    color: #29556e;
}
.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: #29556e;
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: #10526A;
}
.boxshadow {
  box-shadow: 1px 2px 3px rgba(0, 0, 0, .35);
  background: #fff;
}
.navbar li {
  margin-right: 1rem;
}

/* Off canvas*/
html,
body {
  overflow-x: hidden; /* Prevent scroll on narrow devices */
}
a {
    color: #568e6f;
    text-decoration: none;
    background-color: transparent;
}
.perf-1{
  padding: 5px 8px;
}
.perf-2{
  padding: 5px 11px;
}
.btn-primary {
  color: #fff;
  background-color: #568e6f;
  border-color: #568e6f;
  /*line-height: 1.25rem;
  padding-top: .75rem;
  padding-bottom: .75rem;*/
  border-radius: 8px;
}
.btn-primary:hover {
    color: #fff;
    background-color: #367bbf;
    border-color: #367bbf;
}
.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #499857;
    border-color: #367bbf;
}
.btn-outline-primary {
    color: #367bbf;
    border-color: #367bbf;
    line-height: 1.1;
    text-align: center;
    padding: 10px;
}
.btn-outline-primary:hover {
    color: #fff;
    border-color: #367bbf;
    background-color: #367bbf;
}
.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: #EFAA0B;
    border-color: #EFAA0B;
}
.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);
}
.bg-primary{
  background-color: #568e6f !important;
  border: solid 3px #ffffff;
}
.plan-left{
  background: #367bbf;
  border-radius: 0px 0px 0px 40px;
  padding: 90px 15px 0px 15px;
}
.plan-right p{
  margin-bottom: 0px;
}
.plan-right{
  background:  #568e6f;
  border-radius: 0px 40px 0px 0px;
  padding: 20px 15px 20px 15px;
}
.plan-right p{
  padding-top: 20px;
  font-size: 32px;
  color: #fff;
  line-height: 22px;
  font-weight: 700;
}

.plan-right p small{
  font-size: 20px;
  font-weight: 700;
  color: #fff;
}
.plan-right p sup{
  font-size: 20px;
  font-weight: 700;
}
.jumbotron {
  border-radius: 0;
  color: #568e6f;
}
.bg-icon {
  background-image: url("../img/ShineSavingsPlan-Graphic-Color.jpg");
  background-position: 0% 0% ;
  background-repeat: no-repeat;
  background-size: auto;
}
.bg-cover {
  background-image: url("../img/header1.jpg");
  background-position: 80% 40%;
  background-repeat: no-repeat;
  background-size: cover;
}
.bg-cover2 {
  background-image: url("../img/header2.jpg");
  background-position: 80% 40%;
  background-repeat: no-repeat;
  background-size: cover;
}
.bg-cover3 {
  background-image: url("../img/header3.jpg");
  background-position: 80% 40%;
  background-repeat: no-repeat;
  background-size: cover;
}
.bg-cover4 {
  background-image: url("../img/header10.jpg");
  background-position: 80% 40%;
  background-repeat: no-repeat;
  background-size: cover;
}

.bg-cover5 {
  background-image: url("../img/header5.jpg");
  background-position: 80% 40%;
  background-repeat: no-repeat;
  background-size: cover;
}
.text-light{
  color: #ffffff!important;
}
.bg-cover6 {
  background-image: url("../img/header6.jpg");
  background-position: 80% 40%;
  background-repeat: no-repeat;
  background-size: cover;
}
.bg-cover7 {
  background-image: url("../img/header7.jpg");
  background-position: 80% 40%;
  background-repeat: no-repeat;
  background-size: cover;
}
.bg-cover8 {
  background-image: url("../img/header8.jpg");
  background-position: 80% 40%;
  background-repeat: no-repeat;
  background-size: cover;
}
.display-4 {
  font-size: 3.25rem;
  font-weight: 200;
  line-height: 1.2;
}
.section-header {
  text-align: center;
}
.nav-link {
    padding: .8rem 1.4rem;
}
.products {
  margin:50px 0;
}
nav > .nav.nav-tabs {
  border: none;
  color:#fff;
  background:#29556e;
  border-radius:0;
}
nav > div a.nav-item.nav-link{
  border: none;
  padding: 18px 20px 0px 20px;
  color:#fff;
  background:#29556e;
  border-radius:0;
}
nav > div a.nav-item.nav-link.active {
  border: none;
  color:#fff;
  background:#367bbf;
  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: #367bbf ;
}
.tab-content {
  background: #fff;
  line-height: 25px;
  /*border: 1px solid #367bbf;*/
  padding:30px 25px;
}
nav > div a.nav-item.nav-link:hover,
nav > div a.nav-item.nav-link:focus {
  border: none;
  background: #367bbf;
  color:#fff;
  border-radius:0;
  transition:background 0.20s linear;
}
.d-sm-block {
  display: block!important;
}
.tab-pane h2 {
  color: #568e6f;
}
.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: #367bbf;
  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: #29556e;
}
#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: #29556e;
    /*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: #29556e;
    color: #fff;
}
#pricing .card .btn:hover {
    background: #367bbf;
}
.pricing-subtext {
  color:#fff;
  margin-top:30px;
  text-align: center;
}

/*------Why Us-----*/
.why-us .content {
    padding: 30px;
    background: #0078bf;
    border-radius: 15px;
    /*border-radius: 30px;*/
    color: #ffffff;
}

.why-us .content h3 {
  color: #FFFFFF;
  font-weight: 200;
  font-size: 36px;
  /*letter-spacing: 1px;*/
  /*margin-bottom: 30px;*/
}

.why-us .content h4{
	color: #ffffff;
}

.why-us .content p {
  margin-bottom: 15px;
  /*letter-spacing: 1px;*/
}

.why-us .content .more-btn {
  display: inline-block;
  background: rgba(255, 255, 255, 0.2);
  padding: 6px 30px 8px 30px;
  color: #fff;
  border-radius: 50px;
  transition: all ease-in-out 0.4s;
}

.why-us .content .more-btn i {
  font-size: 14px;
}

.why-us .content .more-btn:hover {
  color: #0170bc;
  background: #fff;
}
.why-us .icon-boxes .icon-box {
  text-align: center;
  border-radius: 10px;
  background: #fff;
  /*box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);*/
  padding: 20px 20px 20px 20px;
  width: 100%;
}

.why-us .icon-boxes .icon-box i {
  font-size: 40px;
  color: #fbaf5d;
  margin-bottom: 30px;
}
/*.why-us .icon-boxes .icon-box i:hover {
  font-size: 40px;
  color: #83bacb;
  margin-bottom: 30px;
}*/

.why-us .icon-boxes .icon-box h4 {
  color: #568e6f;
  font-size: 22px;
  font-weight: 700;
  margin: 0 0 15px 0;
  line-height: 2rem;
}

.why-us .icon-boxes .icon-box p {
  font-size: 15px;
  color: #568e6f;
}
.why-us a.btn-get-started {
  margin-top: 10px!important;
}
.why-us a.btn-get-started:hover {
  background: #fbaf5d!important;
  /*box-shadow: 1px 1px 4px 0 rgb(0 0 0 / 40%);*/
}

.departments {
  background: #f7f7f7;
}
/*------How to Use-----*/
#howToUse {
  background: #fff;
}
#howToUse h1 {
  color: #568e6f;
}
#howToUse .card {
    background-color: #0078bf;
    color: #fff;
    padding: 20px 10px;
    /* margin: 0px auto; */
    text-align: center;
    border-radius: 18px;
	margin-bottom: 10px;
}
#howToUse .card .card-body {
  margin: 1rem 0;
}
/*------FAQS------*/
#faq #faq-list, #faq #faq-list2, #faq #faq-list3, #faq #faq-list4  {
    padding: 0;
    list-style: none;
}
#faq #faq-list li, #faq #faq-list2 li, #faq #faq-list3 li, #faq #faq-list4 li {
    border: 1px solid #0078bf;
    border-radius: 18px;
    margin: 10px 0px;
}
#faq #faq-list a, #faq #faq-list2 a, #faq #faq-list3 a, #faq #faq-list4 a {
    padding: 22px 50px 22px 15px;
    display: block;
    position: relative;
    font-family: 'Roboto', Arial, sans-serif;
    font-size: 20px;
    line-height: 1.4;
    font-weight: 400;
    background-color: #0078bf;
    /* [disabled]border-bottom-left-radius: 18px; */
    /* [disabled]border-bottom-right-radius: 18px; */
    border-top-right-radius: 18px;
    border-top-left-radius: 18px;
    color: #ffffff;
}
#faq #faq-list p a, #faq #faq-list2 p a, #faq #faq-list3 p a, #faq #faq-list4 p a {
    padding: 0;
    background-color: #ffffff;
    color: #568e6f;
    display: inline;
    font-size: inherit;
    text-decoration: underline;
}
#faq #faq-list a.collapsed, #faq #faq-list2 a.collapsed, #faq #faq-list3 a.collapsed, #faq #faq-list4 a.collapsed {
    border-radius: 18px;
    color: #fff;
}
#faq #faq-list a.collapsed:hover, #faq #faq-list2 a.collapsed:hover, #faq #faq-list3 a.collapsed:hover, #faq #faq-list4 a.collapsed:hover {
    color: #cccccc;
    border-radius: 18px;
    text-decoration: none;
}
#faq #faq-list i, #faq #faq-list2 i, #faq #faq-list3 i, #faq #faq-list4 i {
  font-size: 30px;
  font-weight: 700;
  position: absolute;
  right: 18px;
  top: 15px;
}
.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, #faq #faq-list2 a.collapsed i::before, #faq #faq-list3 a.collapsed i::before, #faq #faq-list4 a.collapsed i::before {
    content: "\f2c7" !important;
}

/*------Maps------*/
#Locations {
  /*margin-bottom:30px;*/
  background: #e6f2f6;
  margin-top:-2rem;
}
#Locations .section-header h1 {
  margin-bottom:50px;
  color:#29556e;
}
#Locations .panel {
  background: #ffffff;
  padding:15px;
  margin-bottom:15px;
}
#Locations .panel iframe {
  border:1px solid #e4e4e4;
}
#Locations .panel-heading {
  color: #428bca;
}

.panel-body i {
  color: #367bbf;
}
/*.dental .table-responsive{
  border-radius: 20px;
  background-color: #29556e;
}*/
.btn-secondary{
  border-color: #29556e;
  background-color: #29556e;
  font-weight: 700;
}
.btn-secondary:hover, .btn-secondary:focus, .btn-secondary:visited, .btn-secondary:not(:disabled):not(.disabled):active{
  border-color: #2B7F9D;
  background-color: #2B7F9D;
  box-shadow: 0 0 0 0.2rem rgba(43,127,157,.25);
}
.dental .table thead th {
    vertical-align: bottom;    
    background-color: #61cce7;
    color: #ffffff;
}
.table td, .table th {
    padding: 0.75rem;
    vertical-align: top;
    border-top: none;
}
/*.dental .table td, .table th {
    padding: .75rem;
    vertical-align: top;
    border-top: none;
    font-size: 15px;
    text-align: center;
}*/
.table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6;
}
/*.dental .table td{
  border: #29556e solid 1px;
}*/
/*.table-striped tbody tr td:last-child {
  color: #ffffff;
    background-color: #499857;
}*/
.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(232,240,227,1);
}
.table-striped tbody tr:nth-of-type(even), .table-striped tbody tr:last-child td:last-child {
  color: #212529;  
}
/*.dental .table td:first-child, .dental .table th:first-child {
  text-align: left;
}*/
/*.dental .table tr:last-child td{
  text-align: center;
}*/
.sideBar {
  padding:20px;
  background: #29556e;
  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: #29556e;
    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;
  }
  .plan-right {
    border-radius: 0px 0px 0px 40px;
  }
  .plan-left {
    border-radius: 0px 40px 0px 0px;
  }
}

@media (min-width: 400px) {
  .modal-dialog {
      max-width: 800px;
      margin: 1.75rem auto;
  }
  .jumbotron {
    padding: 5rem 2rem;
  }
}

@media (min-width: 576px) {
  .modal-dialog {
      max-width: 800px;
      margin: 1.75rem auto;
  }
  .jumbotron {
    padding: 5rem 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: .4rem;
      padding-left: .4rem;
      line-height: .9;
      text-align: center;
    
  }
}
@media (max-width: 991.98px) {
  .nav-bar{
    position: fixed;
  }
  .offcanvas-collapse {
    position: fixed;
    top: 157px;
    bottom: 0;
    width: 100%;
    z-index: 1999;
    padding-right: 1rem;
    padding-left: 1rem;
    overflow-y: auto;
    background-color: #fff;
    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: #367bbf;
  }
  .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(to bottom, rgb(228 228 228 / 78%) 60%,rgb(200 215 228 / 80%) 100%), url(../img/header1.jpg);
    background-position: 100% 10%;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .bg-cover2 {
    background-image: linear-gradient(to bottom, rgb(228 228 228 / 71%) 60%,rgb(228 228 228 / 95%) 100%), url("../img/header2.jpg");
    background-position: 100% 10%;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .bg-cover3 {
    background-image: linear-gradient(to bottom, rgb(228 228 228 / 71%) 60%,rgb(228 228 228 / 95%) 100%), url("../img/header3.jpg");
    background-position: 100% 10%;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .bg-cover4 {
    background-image: linear-gradient(to bottom, rgb(228 228 228 / 71%) 60%,rgb(228 228 228 / 95%) 100%), url("../img/header10.jpg");
    background-position: 100% 10%;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .bg-cover5 {
    background-image: linear-gradient(to bottom, rgb(228 228 228 / 71%) 60%,rgb(228 228 228 / 95%) 100%), url("../img/header5.jpg");
    background-position: 100% 10%;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .bg-cover6 {
    background-image: linear-gradient(to bottom, rgb(228 228 228 / 71%) 60%,rgb(228 228 228 / 95%) 100%), url("../img/header6.jpg");
    background-position: 100% 10%;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .bg-cover7 {
    background-image: linear-gradient(to bottom, rgb(228 228 228 / 71%) 60%,rgb(228 228 228 / 95%) 100%), url("../img/header7.jpg");
    background-position: 100% 10%;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .bg-cover8 {
    background-image: linear-gradient(to bottom, rgb(228 228 228 / 71%) 60%,rgb(228 228 228 / 95%) 100%), url("../img/header8.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: 75%;
  }
	.card-align{
		justify-content: center;
	}
	
}
.icon{
  margin: 20px auto;
  max-width: 250px;
  text-align: center;
}

.navbar{
    padding-top: 50px;
}

@media (max-width: 558px){
    .navbar{
        padding-top: 80px;
    }
}
@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: .5rem 1.3rem;
  font-size: .875rem;
  color: #367bbf;
}

.nav-underline .nav-link:hover {
  color: #fff;
}

.nav-underline .active {
  font-weight: 500;
  color: #367bbf;
}

.text-white-50 { color: rgba(255, 255, 255, .5); }

.bg-purple { background-color: #367bbf; }

.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: #367bbf;
}
.back-to-top i:hover {
    padding-top: 12px;
    color: #29556e;
}
.text-primary {
  color: #568e6f!important;
}
.text-secondary {
  color: #568e6f!important;
}
.h5{
  font-weight: 300;
}
/*.section-headers-change:hover{
  color: #cccccc!important;
  background-color: #29556e!important;
}*/
.carousel-indicators {
    bottom: 15px;
  }
.carousel-indicators li {
    width: 50px;
    height: 6px;
}
.carousel-control-next-icon, .carousel-control-prev-icon {
    width: 40px;
    height: 40px;
}
.carousel-control-next, .carousel-control-prev {
    position: absolute;
    top: -10%
}
.carousel-control-next:focus, .carousel-control-next:hover, .carousel-control-prev:focus, .carousel-control-prev:hover {
    color: #61cce7;
    text-decoration: none;
    outline: 0;
    opacity: .9;
}
.carousel-control-next, .carousel-control-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 15%;
    color: #61cce7;
    text-align: center;
    opacity: 1;
    transition: opacity .15s ease;
}
.carousel-control-prev-icon {
    background-image: url("../img/previous.svg");
}
.carousel-control-next-icon {
    background-image: url("../img/next.svg");
}
.carousel-indicators li {
    box-sizing: content-box;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #61cce7;
    background-clip: padding-box;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: .5;
    transition: opacity .6s ease;
}
.bg-light{
  background-color: #e6f2f6 !important;
}

.text-warning {
    color: #367bbf!important;
}

@media(max-width:767px){
  .tab-content .tab-pane{
    /*display:block;*/
    padding:0;
  }
  /*.nav-tabs{
    display:none;
  }*/
  .panel-title h4 {
    margin-bottom:0;
    text-align: center;
  }
  .panel-title a {
    display:block;
    text-decoration:none;
    color:#fff;
    background: #29556e;
    padding: 15px;
    width:100%;
    margin-bottom:0;
    text-align: center;
  }
  .panel-title a:hover {
    background: #367bbf;
  }
  .panel {
    margin:0;
    box-shadow:none;
    border-radius:0;
    margin-top:0px;
    margin-bottom:10px;
  }
  .panel-body {
    padding:10px;
  }
  /*.tab-content {
    line-height: 25px;
    border:0;
    padding: 0px 5px;
  }*/
}
@media(min-width:768px){
  .panel-title{
    display: none
  }
.panel-collapse.collapse {
    display: block;
}
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #495057;
    background-color: #fff;
    border: none;
}
.nav-tabs .nav-item {
    color: #333!important;
    background-color: #f3f3f3;
    font-size: 1.25rem;
    /*border-color: #e9ecef #e9ecef #dee2e6;*/
    
}.nav-tabs .nav-item a {
    /*color: #333;
    font-size: 1.25rem;*/
    /*border-color: #e9ecef #e9ecef #dee2e6;*/
  
    display: block;
    width: 100%;
    padding: 25px 20px;
    color: #fff;
    line-height: 1;
    font-size: 20px;
    font-weight: 400;
    background: #568e6f;
    border-left: 4px solid #568e6f;
    text-decoration: none;
    cursor: pointer;
    text-align: center;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    border-radius: 0;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    /*color: #fff;
    background-color: #367bbf;
    font-size: 1.25rem;*/
    /*border-color: #29556e #29556e #fff;*/
  
  background: white;
  color: #568e6f;
  border-left: 4px solid #9fd1ee;
  
}

.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
    /*color: #fff;*/
    /*background-color: #367bbf;*/
    border-color: #568e6f #568e6f #568e6f;
    border-left: 4px solid #9fd1ee;
}
.product-box {
  /*min-height: 415px;*/
  padding: 10px;
}
.product-box .plan-left {
  margin:0;
}
.product-box i {
  margin: 20px;
}
.product-box h3, .product-box ul, .product-box i {
  color: #fff;  
}

.product-box .plan-right p {
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}
.product-box .plan-right p small {
  font-size: 12px;
  font-weight: 400;
}
.price1 {
    background: #6fc77c;
    padding: 4px;
    border-radius: 20px;
}
.price2 {
    background: #43a74a;
    padding: 4px;
    border-radius: 20px;
}
.price3 {
  background: #568e6f;  
  padding: 4px;
  border-radius: 20px;
}
.price1 p, .price2 p, .price3 p {
  color: #fff!important;
  font-size: 20px!important;
  font-weight: 400!important;
  margin: 0;
  line-height: 125%;
}
.price1 img, .price2 img, .price3 img {
  max-height: 90%;
}
.price-inner {
    /* [disabled]border: 5px solid #fff; */
    padding: 6px;
    border-radius: 18px;
}
.outer {
  margin: 0 auto;
  padding: 0;
  border: 5px solid #568e6f;
  border-radius: 50%;
  height: 251px;
  width: 251px;
}
.table {
    width: 100%;
    margin-bottom: 1rem;
    color: #568e6f;
}
.table-striped tbody tr:nth-of-type(even), .table-striped tbody tr:last-child td:last-child {
    color: #568e6f;
    /*background-color: rgba(255,255,255,1);*/
}
.btn-warning {
    background: #6efade;
    color: #0078bf;
    border-color: #6efade;
    border-radius: 0;
}
.btn-warning:hover {
    color: #fff;
    background-color: #61cce7;
    border-color: #61cce7;
}
.member-features {
  background: #ffffff;
}
.member-features h2, .member-features i {
  color: #fff;
}
.member-features i {
  margin: 0.6rem 0 1.2rem 0;
}
.big li {
  font-size: 1.2rem;
}
.cta-block {
    /*background: url(../img/home-3.jpg) no-repeat;
  background-size: cover;*/
    background: #0078bf;
    border-radius: 18px;
    position: relative;
}
@media(max-width:558px){
    .product-box .plan-left {
    padding-top: 20px;
  }
}
.network-logos {
  max-width: 80px !important;
  width: 100% !important;
}