.display-block {
	display:block;
}
.fs-small, .fs-small * {
	font-size:11px;
}
.fs-12{
	font-size:12px;
}
header {
	padding:1.25rem 0 1.125rem 0;
	background:#FFF;
}
.desktop-only .price-header{
	height:116px;
}
.price-header span {
	width:4.5rem;
	height:4.5rem;
	border-radius:50%;
	line-height:4.5rem;
	display:block;
	margin:0 auto;
	font-weight:bold;
	font-size:3.75rem;
}
.tab-content div[class^="col-"] {
	margin-bottom:1rem;
	padding-left:7px;
	padding-right:7px;
}

.btn-white {
	background: #FFF;
    padding: 0.2rem 2rem;
    border-radius: 32px;
}
.btn-white:hover {
	background:#838383;
	color:#FFF;
}
.nav-tabs .nav-item:hover {
	color:#707070;
}
.nav-tabs .nav-item.active:hover {
	color:#FFF;
}
.nav-tabs .nav-item:first-child  {
	border-bottom-left-radius:5px;
	border-top-left-radius:5px;
}
.nav-tabs .nav-item:last-child {
	border-bottom-right-radius:5px;
	border-top-right-radius:5px;
}
.lifetime {
	background-image: linear-gradient(to bottom, #051922, #203a43 50%, #274b5a);
}
.price-content .btn-sm {
    width: 120px;
    height: 30px;
    line-height: 30px;
    display: block;
    padding: 0;
    margin: 0 auto;
}
.owl-dots span {
	color:#707070;
	padding:0.25rem 1rem;
	display:block;	
}
.owl-dots {
	position:absolute;
	top:0;	
	width:100%;
}
.owl-stage-outer {
	margin-top:4rem;
	margin-bottom:2rem;
}
.owl-dots .active span {
	font-weight:bold;
}
p.small, .card-header .btn{
	  font-size:13px !important;
}
.mobile-only .owl-carousel button.owl-dot{
	font-size:12px;
}
.card-header .btn{
	padding:0;
	color:#434343;
	cursor:pointer;
}
.card-header .btn i{
	font-size: 1.2rem;
}
.card-body p{
	font-size:13px;
}
.mobile-only .owl-carousel button:focus{
	outline:none;
}
.owl-dots span{
	border-bottom: solid 3px #e1e1de;
}
.owl-dots button.active span{
	border-color:#000;
}
.nav-link {
	padding:0.4rem 0.8rem;
}
.mw-170 {
	max-width:170px;
}

@media (min-width: 992px) {
	.tab-content .col-lg-2 {
		-ms-flex: 0 0 19.666667%;
		flex: 0 0 19.666667%;
		max-width: 19.666667%;
	}
	.desktop-only {
		display:block;
		max-width:920px;
		margin:0 auto;
	}
	.mobile-only {
		display:none;
	}
}
@media (max-width: 992px) {
	html{
		font-size:87.5%; 
	}
	.desktop-only {
		display:none;
	}
	.mobile-only {
		display:block;
		max-width:320px;
		margin:0 auto;
	}
}
@media screen and (max-width:768px){
  html{
    font-size:75%;
  }
}
@media screen and (max-width:575px){
	.mw-170 {
		max-width:170px;	
	}
}
@media screen and (max-width:480px){
  html{
    font-size:62.5%;
  }
}
@media screen and (max-width:350px){
    .mw-370 .col-6{
		max-width:170px;
		margin:0 auto;
	}
	.btn-grey {
		padding: 0.5rem 10px !important;
	}
}