@import url('https://fonts.googleapis.com/css2?family=Open+Sans&family=Open+Sans+Condensed:wght@700&display=swap');
/*!Navbar styles*/
.navbar-dark.bg-dark .nav-item.nav-email a{background:var(--success) !important;color:#fff !important;}
.navbar-dark.bg-dark .nav-item.nav-email a:hover{background:#f1520f !important;color:#fff !important;}

.navbar-dark.bg-dark .nav-item.nav-phone a{background:var(--info) !important;color:#fff !important;}
.navbar-dark.bg-dark .nav-item.nav-phone a:hover{background:#c43e91 !important;color:#fff !important;}

.home{margin-top:84px;}
header.home{
    background: url("img/header2.jpg") center 25% no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.tks{background:url("img/header3.jpg") center left no-repeat;-webkit-background-size:cover;-moz-background-size:cover;-o-background-size:cover;background-size:cover; color: #ffffff;}
header .cont{background:rgba(37,61,89,.5)}
.req{color:red;}
.disclaimer p {font-size:12px !important;}
.disclaimer a {color:#ffffff !important;}
label{font-weight:bold;}
@media(max-width:992px){
    header.home{background:url("img/header3.jpg") center center no-repeat fixed;-webkit-background-size:cover;-moz-background-size:cover;-o-background-size:cover;background-size:cover;}
    header.home{padding-top:20px !important;}
    .lead{font-size:1rem;}
}
@media(max-width:768px){
    .nav-item a {padding-left:10px !important;}
}

.navbar-light .navbar-nav .nav-link{
	background: #e31d1a;
	color: #fff;
	margin: 5px;
	border-radius: 10px;
}
.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:focus{
	color: #fff;
	background: #AF1614;
}
.content-box{
	background: #000;
	color: #fff;
	border-radius: 15px;
	padding: 15px;
	margin-bottom: 15px;
}

.feature-list{
	    padding: 0;
    list-style: none;
}.feature-list li {
    border-top: 1px solid #ddd;
    padding: 15px 10px
}

.feature-list li:nth-child(odd) {
    background: #fff
}

.feature-list li:nth-child(even) {
    background: #f4f4f4
}

.feature-boxes{
	    padding: 0;
    list-style: none;
}.feature-boxes li {
    margin: 10px 5px;
    padding: 15px 10px;
	border-radius: 15px;
}

.feature-boxes li:nth-child(odd) {
    background: #000;
	color: #fff;
}

.feature-boxes li:nth-child(even) {
    background: #9A3432;
	color: #fff;
}

.C500_show>.table th, .PPO_show>.table th{
    background: #9A3432;
    color: #fff;
    vertical-align: top !important;
    text-align: center;
}

.vert-card{
	background: #212d34;
	margin-top: 75px;
	color: #fff;
	padding: 5px;
}

.vert-card-img{
	margin-top: -75px;
}

.red-circle{
	width: 150px;
	background: #e31d1a;
	border-radius: 50%;
	border: solid 5px #f9f9f9;
}

#dialcare_card .DialList{
    text-align: left;
}

#dialcare_card p{
	font-size: 18px;
}

.DialList ul{
	font-size: 16px;
	display: inline-block;
	text-align: left;
	padding-left: 15px;
}

#dialcare_card p, #dialcare_card ul{
	margin-top: 0;
	margin-bottom: 0;
}

.item-box-red{
    background: #9A3432;
	color: #fff;
    padding: 15px 10px;
	border-radius: 15px;
}

.item-box-black{
    background: #000;
	color: #fff;
    padding: 15px 10px;
	border-radius: 15px;
}
.header-box{
    padding: 15px 10px;
	border-radius: 15px;
	background: rgba(255, 255, 255, .8);
	color: #000;
	margin-bottom: 15px;
}

#C500_tableOnly .PRODUCT > :not(.C500_show) {
  display: none;
}
#PPO_tableOnly .PRODUCT > :not(.PPO_show) {
  display: none;
}
