@media (max-width:991px) {
	.navbar .container {
		max-width: 380px;
	}
}
@media (min-width: 992px) and (max-width: 1200px) {
	.navbar .container {
		max-width: 100%;
	}
}
@media (min-width: 576px) {
	.modal-dialog {
		max-width: 650px;
	}
}
@media (min-width: 1200px) {
	.howtoimg {
		padding: 9rem;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	.howtoimg {
		padding: 7rem;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.howtoimg {
		padding: 4.5rem;
	}
}
@media (max-width: 767px) {
	.howtoimg {
		padding: 9.5rem;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	#checkresults > .col-md-6 {
		flex: 0 0 100%;
		max-width: 100%;
	}
}
@media (min-width: 576px) and (max-width: 991px) {
	#scrollto-features {
		max-width: 100%;
	}
}
.navbar.stick {
	background-color: #f5f6f7;
}
.nav-navbar .nav .nav-link {
	width: 200px;
	font-weight: 700;
	padding: 10px 15px;
}
.nav-navbar .nav .nav-link.nav-pricing {
	width: 230px;
}
.navbar-toggler {
	font-size: 2rem;
}
.nav-navbar .nav .nav-item.active>.nav-link, .nav-navbar .nav .nav-link.active {
	font-weight: 700;
}
.header-scrolled [data-navbar="sticky"] {
	box-shadow: 0 1px 9px rgba(0,0,0,0.3);
}
.header.h-fullscreen {
    padding-top: 0;
}
#sIPz {
    text-align: center;
    font-size: 22px;
	font-weight: 700;
}
header .icon-gears:before {
    font-size: 64px;
    color: #318EC3;
}
.scroll-down-2 {
	position: absolute;
    bottom: 25px;
}
.section {
	padding-top: 5rem;
    padding-bottom: 5rem;
}
#section-blcheck {
	padding-top: 2rem;
}
.section-title {
	padding-top: 3rem;
    padding-bottom: 0;
}
.howitworks {
    padding-top: 0;
    padding-bottom: 0;
}
footer {
	border-top: 0 !important;
}
.bg-dark1 {
	background-color: #313131;
}
.bg-dark2 {
	background-color: #232323;
}
.reviews-avatar {
    width: 50px;
    height: 50px;
    padding: 3px;
    border-radius: 150px!important;
    border: solid 1px #dcdcdc;
}
.ftrdpic {
	height: 70px;
    border-radius: 10px;
	border: solid 1px #dcdcdc;
}
.chatbtn {
    display: none;
    border-width: 1px;
    border: 1px solid #fff;
    font-size: 16px;
    font-weight: 600;
    position: fixed;
    bottom: -5px;
    right: 20px;
    color: #fff;
    padding: 5px 15px;
    border-radius: 5px;
	cursor: pointer;
}
.progress {
    border: 0;
    background-image: none;
    filter: none;
    box-shadow: none;
    height: 20px;
    margin-bottom: 20px;
    overflow: hidden;
    background-color: #f5f5f5;
    border-radius: 4px;
}
.progress-bar.active, .progress.active .progress-bar {
	animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar-striped, .progress-striped .progress-bar {
	background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-size: 40px 40px;
}
.progress-bar {
	float: left;
    width: 0;
    height: 100%;
    font-size: 12px;
    font-weight: 600;
    line-height: 20px;
    color: #fff;
    text-align: center;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
    box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
}
.progress.progress-sm {
  height: 12px;
}
.progress > .progress-bar-default {
  background-color: #c6c6c6;
}
.progress-striped .progress > .progress-bar-default {
  background-image: none;
  background-image: none;
}
.progress > .progress-bar-success {
  background-color: #3cd458;
}
.progress-striped .progress > .progress-bar-success {
  background-image: none;
  background-image: none;
}
.progress > .progress-bar-info {
  background-color: #794cd6;
}
.progress-striped .progress > .progress-bar-info {
  background-image: none;
  background-image: none;
}
.progress > .progress-bar-danger {
  background-color: #f3565d;
}
.progress-striped .progress > .progress-bar-danger {
  background-image: none;
  background-image: none;
}
.progress > .progress-bar-warning {
  background-color: #d69c00;
}
.progress-striped .progress > .progress-bar-warning {
  background-image: none;
  background-image: none;
}
#checkresults th {
    font-size: 14px;
    font-weight: 600;
}
#checkresults th, #checkresults td {
	padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd;
}
#checkresults .label {
    text-shadow: none!important;
    font-weight: 300;
    color: #fff;
    font-family: open sans,sans-serif;
	display: inline;
	line-height: 1;
	text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
	text-transform: none;
    letter-spacing: 1px;
}
#checkresults .label.label-sm {
    font-size: 12px;
    padding: 0 4px 1px;
}
#checkresults .label-danger {
    background-color: #f3565d;
}
#checkresults .label-danger[href]:hover, #checkresults .label-danger[href]:focus {
    background-color: #f0262f;
}
#checkresults .label-success {
    background-color: #3cd458;
}
.border-bottom-dotted {
	border-bottom: dashed 1px #888;
}
.pricing-desc {
	cursor: default;
}
.pricing-lnk {
	border-bottom: solid 1px #888;
    color: #888;
	cursor: pointer;
}
.pricing-lnk:hover, .pricing-lnk:focus {
	border-bottom: solid 1px #888;
    color: #2d2d2d;
	cursor: pointer;
}
.disabled {
	pointer-events: none;
    cursor: not-allowed;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: .65;
}
.umon-icon {
	color: #537895;
}
.well.well-sm {
	min-height: 20px;
    margin-bottom: 20px;
    background-color: #eee;
    border: 0;
    -webkit-box-shadow: none!important;
    -moz-box-shadow: none!important;
    box-shadow: none!important;
    padding: 9px;
    border-radius: 3px;
}
.nav-navbar .nav-link {
	padding-left: 1rem;
	padding-right: 1rem;
}
.btn-sm {
	padding: 8px 10px 6px;
}