html {
  scroll-behavior: smooth;
  height: 100%;
}
body {
  position: relative;
  min-height: 100%;
  font-family: "Afacad Flux", sans-serif;
  font-weight: 400;
  font-size: 18px;
  color: #444;
  line-height: 1.5;
}
a {
  text-decoration: none !important;
}
p a  , li a, h2 a {
  color: #BF3853;
  font-weight: 700;
  transition: 300ms;
}
p a:hover , li a:hover, h2 a:hover {
  color: #BF3853;
  opacity: 0.85;
}
h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: "Afacad Flux", sans-serif;
  font-weight: 700;
  line-height: 1.4;
  color: #000;
}
h1 {
  font-size: 45px;
}
h1 span {
  font-size: 25px;
  display: block;
}
h2 {
  font-size: 35px;
  margin-bottom: 6px;
}
@media (max-width:992px) {
	h2 {
		text-align:center;
	}
}
h4 {
  font-size: 18px;
}
@media (max-width:576px) {
  h1 {
    font-size: 32px;
  }
}
.custom-btn {
  font-size: 18px;
  position: relative;
  display: inline-block;
  border-radius: 50px;
  padding: 5px 35px;
  font-weight: 500;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  text-align: center;
  line-height: 2;
  vertical-align: middle;
  color: #ffffff;
  background: #BF3853;
}
.custom-btn:hover {
  background-color: #8b293c;
  color: #fff;
}
.footer {
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  background: #F7ECF0;
  padding: 20px 0;
}
.footer p {
  text-align: center;
  color: #000;
  font-weight: 400;
}
.navbar {
  transition: 330ms;
  background: #F7ECF0;
  box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.03);
}
.nav-item {
  padding-left: 15px;
  padding-right: 15px;
}
.nav-item:last-child {
  padding-right: 0;
}
.nav-item .nav-link {
  display: block;
  font-weight: 500;
  font-size: 22px;
  color: #000;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  line-height: 40px;
  border: transparent;
}
.nav-link:hover , .nav-link.active {
  color: #BF3853;
}
.navbar-toggler:focus{
  outline: none;
  box-shadow: none;
}
.header {
  padding-top: 150px;
  padding-bottom: 80px;
  border-bottom: 1px solid #F7ECF0;
}
.header-bg {
	background-image: url('/assets/images/shutterstock_2758038289.png');
	background-position: 50% 100%;
	background-size: contain;
	background-repeat: repeat-x;
}
@media (max-width:576px) {
	.header {
		padding-top: 140px;
		padding-bottom: 50px;
	}	
}
.anchor {
  margin-top: -72px;
  display: block;
  height: 72px;
  visibility: hidden;
  position: relative;
}
.card {
  border: none;
  background: #ffffff;
  box-shadow: -1.216px 7px 25px 0 rgba(0, 0, 0, 0.07);
}
.card-body {
  padding: 15px;
}
.card-body h2 {font-size: 20px; font-weight: 600; margin-bottom:0.5rem;}

::marker {color: #BF3853; font-weight: 700}

strong {
  color: #000000;
  font-weight: 700;
}
.lead {
  font-size: 25px;
  color: #000000;
  font-weight: 500;
}
.bg-light-pink {
  background-color: #F7ECF0;
}
.form-floating label {
  padding-left: 15px;
}
.form-control {border-radius: 0;}
.form-control:focus {
  border-color: rgba(55, 63, 39,0.4);
  outline: none;
  box-shadow: none;
}
.min-height-text-area {
  min-height: 160px!important;
}
@media (max-width:768px) {
  .width-mobile {
    width: 98% !important;
  }
}
.sidebar {
	background-color: #F7ECF0;
	padding: 20px;
	border-radius: .25rem;
}