@font-face {
	font-family: 'Inter';
	src:  url('fonts\Inter-Light.ttf') format('ttf');
	font-weight:300;
}

@font-face {
	font-family: 'Inter';
	src:  url('fonts\Inter-Regular.ttf') format('ttf');
	font-weight:400;
}

@font-face {
	font-family: 'Inter';
	src:  url('fonts\Inter-Medium.ttf') format('ttf');
	font-weight:500;
}

@font-face {
	font-family: 'Inter';
	src:  url('fonts\Inter-Bold.ttf') format('ttf');
	font-weight:700;
}

*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

body{
	font-family: 'Inter', sans-serif;
}

  
.column {
	display: flex;
	flex-direction: column;
	flex-basis: 50%;
	flex: 1;
	padding: 20px;
}

@media (max-width: 600px){
	.row {
		margin-bottom: 0px;
		width: 100%;
	}
	.column {
		flex-basis: 100%;
	}
}

.align-vert{
	justify-content: center;
}

.no-padding{
	padding: 0;
}



.cta-btn {
	font-size: 1.2rem;
	padding: 10px 18px;
	border: 1px solid #159fda;
	color: #159fda;
	border-radius: 5px;
}

.cta-btn:hover {
	background: #159fda;
	color: #fff;
}




.bg-gray{
	background-color: #F8F8F8;
}

.sec0154{
	border-top: 1px solid #eee;
}

.header-main {
	background: #FFF;
	box-shadow: 0 1px 6px rgba(0,0,0,.1);
	border-bottom: 1px solid #dce9ed;	
	padding: 10px;
}

.header-container {
	width: 960px;
	max-width: 100%;
	margin: 0 auto;
}
.header-main .header-container {
	display: flex;
	justify-content: space-around;
	align-items: center;
	flex-wrap: wrap;
}
.header-nav ul {
	margin: 1em 0 .5em;
	text-align: center;
}
.header-nav li {
	display: inline;
}
.header-nav a {
	display: inline-block;
	padding: .5em 1.5em;
}

@media (min-width:960px) {
	.header-main .header-container {
		justify-content: space-between;
	}
}

@media (max-width: 600px){
	.header-nav{
		width: 100%;	
	}
}

section{
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 75px 100px;
}

section h2.title{
	color: #159FDA;
	margin-bottom: 12px;
	text-align: center;
}

section h3{
	color: #062837;
	margin-bottom: 10px;
}



@media (max-width: 600px){
	section{
		padding: 80px 30px;
	}

	section h2.title{
		font-size: 26px;
		font-weight: 700;
	}
}

.hero{
	background-color: #F8F8F8;
	padding: 20px 0 0 0;
}

.hero h1{
	font-size: 40px;
	color: #254350;
	margin-bottom: 20px;
}

.hero h2{
	font-size: 18px;
	font-weight: 400;
	color: #59717c;
	margin-bottom: 20px;
}



.features {
	text-align: center;
}



.features h4{
	color: #062837;
    font-size: 22px;
    margin-bottom: 10px;
}

.features p{
    margin: 0;
}

.testimonial{
	padding: 0.9rem;
    border: 1px solid #dee2e6;
    border-radius: 0.25rem;
	margin: 1rem;
}

.testimonial h3{
	font-size: 14px;
	font-weight: 600;
}

.faq{
	align-items: start;
}

.question{
	font-size: 22px;
	font-weight: 500;
	color: #2196F3;
}

footer{
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	color: #fff;
	background-color:rgba(5, 34, 97, 1);
	padding: 30px 0 20px 0;
}

footer p{
	text-transform: uppercase;
	font-size: 14px;
	color: rgba(255,255,255,0.6);
	margin-bottom: 10px;
}

footer p a{
	color: #fff;
}

footer p a:hover{
	color: #fff;
	text-decoration: underline;
}

@media (max-width: 600px){
	footer{
		padding: 30px 15px 20px 15px;
	}
}










.tabs {
  overflow: hidden;
  margin-left: 15%;
  margin-right: 15%;
}

@media (max-width: 600px){
	.tabs {
		overflow: hidden;
		margin-left: 0%;
		margin-right: 0;
	  }
}



.tab {
  width: 100%;
  color: white;
  overflow: hidden;
  border-bottom: 1px solid #ececec;
}

.tab:last-child {
	border-bottom: none;
}

.tab-label {
  display: flex;
  justify-content: space-between;
  padding: 1em;
  background: #F8F8F8;
  font-weight: bold;
  cursor: pointer;
  color: #062837;
}

.tab-label:hover {
  background: #F4F9FB;
}

.tab-label::after {
  content: "❯";
  width: 1em;
  height: 1em;
  text-align: center;
  transition: all 0.35s;
}

.tab-content {
  max-height: 0;
  padding: 0 1em;
  color: #2c3e50;
  background: white;
  transition: all 0.35s;
  line-height: 1.4em;
}

.tab-close {
  display: flex;
  justify-content: flex-end;
  padding: 1em;
  font-size: 0.75em;
  background: #2c3e50;
  cursor: pointer;
}

.tab-close:hover {
  background: #F4F9FB;
}






.rate:not(:checked) > label {
    float:left;
    width:1em;
    overflow:hidden;
    white-space:nowrap;
    font-size:30px;
    color: #ffc700;
}

.rate:not(:checked) > label:before {
    content: '★ ';
}



h3.descr {
    color: #777
}

.dental_link {
    letter-spacing: 2px;
    font-size: 0.8em;
    color: #AAA
}