phtml {
  font-size: 14px;
}


@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
	.pt-md-5, .py-md-5 {
padding-top: 1.5rem!important; */
}
}

.breadcrumb {
background-color: transparent;
	display: flex;
  align-items: center;
  justify-content: center;
	text-transform: uppercase;
	font-size: 0.8rem;
}

.breadcrumb a {
color: #b01a1c;
}

.container {
  max-width: 960px;
}

.flex {
  margin-top: 60px;
}

a:link, a:visited, a:active {
    text-decoration:none;
}

.navbar {
padding: 0px; */
}

.topnav {
	text-align: center;
	background-color: white;
	padding: 10px;
}

.navbar-dark .navbar-nav .nav-link {
	color: white;
	height: 50px;
	padding-top: 12px;
	font-size: 1rem;
	
}



.navbar-dark .navbar-nav .active>.nav-link, .navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .show>.nav-link {
color: #fff;
	border-bottom: 5px #b01a1c solid;
}

.hero img{
  width: 100%;
  height: auto;
	margin-top: 100px;
}

.card-body{
	padding-left: 1.25rem;
	padding-right: 1.25rem;
	padding-bottom: 1.25rem;
	padding-top: 0rem;
}

.btn:not(:disabled):not(.disabled) {
border-radius: 40px;
}

.font-weight-normal {
font-weight: 800!important;
}
.pages{
	text-align: center;
	margin-top: 120px;
	margin-bottom: 50px;
}




.list-unstyled {
  text-align: left;
	height: 180px;

}

.custom-list {
    list-style: none;
    padding-left: 0;
}
.custom-list li {
    position: relative;
    padding-left: 25px;
	font-size: 1.1rem;
}
.custom-list li:before {
    content: '';
    width: 15px;
    height: 15px;
    position: absolute;
    background-image: url("assets/img/check-mark.png");
    background-size: cover;
    background-position: center;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.topnav{
 text-align: center;
}

.pricing-header {
  max-width: 700px;
}


.card-deck .card {
  min-width: 220px;
}

.border-top { border-top: 1px solid #e5e5e5; }
.border-bottom { border-bottom: 1px solid #e5e5e5; }

.box-shadow { box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05); }
