body {
  background-image: linear-gradient(180deg, var(--bs-secondary-bg), var(--bs-body-bg) 100px, var(--bs-body-bg));
font-family: "Montserrat","Helvetica Neue",Helvetica,Arial, sans-serif;color: #213b55;
}

.nav-underline .nav-link:focus, .nav-underline .nav-link:hover {
  border-bottom-color: #61c3eb;
}

a:hover {
  color: #34b2e5;
}
a {
  color: #61c3eb;
  text-decoration: none;
}

.link-element {
font-size: 1rem;
font-weight: 500;
letter-spacing: 0px;
text-decoration: underline;
}
.container {
  max-width: 960px;
}

.main-heading {
  color: #213b55;
  font-weight: 600;
}
h1.section-heading {
  font-weight: 500;
  color: #213b55;
}
h2.section-heading {
  font-weight: 400;
  color: #213b55;
}
.features-heading {
  font-weight: 600;
  color: #213b55;
}
.article-heading {
font-weight: 500;
font-size: 40px;
}
/* Navigation styling
----------------------------------- */
.navbar-nav .nav-item {
  padding-left: 10px;
  padding-right: 10px;
}
a .nav-link:hover {
  color: #47A29A;
}
.nav-underline .nav-link.active, .nav-underline .show>.nav-link {
  font-weight: 600;
  color:#61c3eb;
}
.nav-underline .nav-link:focus, .nav-underline .nav-link:hover {
  border-bottom-color: #61c3eb;
}
.navbar-toggler{
  border: none;
}

/* CUSTOM COLOURS 
----------------------------------- */
.custom-bg-navy {
  background-color: #1E3B55;
}
.custom-bg-light-grey {
  background-color: #f5f4f1;
}
.custom-bg-navy {
  background-color: #1E3B55;
}
.pricing-header {
  max-width: 700px;
}

.custom-text-bg-navy {
color: white;
 background-color: #1E3B55;
}
.custom-text-bg-deepblue {
color: white;
 background-color: #052c64;
}

.custom-border-turquoise {
  border-color: #10CCBA;

}

/* FAQ ACCORDION
----------------------------------- */
.accordion-button:not(.collapsed) {
  background-color: #f5f4f1;
}
.accordion-button {
  background-color: #f5f4f1;   
}
.accordion-body {
  background-color: #f5f4f1;   
}
.accordion-item {
  border-left: none;
  border-right: none;
  padding-block: 10px;
  background-color: #f5f4f1;  
}
.accordion-hero-block {
  background-color: #f5f4f1;
  padding-top: 50px;
  padding-bottom: 100px;
}


.footer-social-button{
  width: 40px;
  margin-right: 25px;
}

/* Buttons + Icons
----------------------------------- */
.btn-buy {
  color: #fff;
  background-color: #10CCBA;
  border-color: #10CCBA;
  margin-top: 5px;
  transition: color .5s ease-in-out;
  padding: 8px 15px;
  border: 0;
  border-radius: 5px;
}
.btn-buy:hover {
  color: #fff;
  background-color: #16afa0;
  border-color: #10CCBA;
  transition: color .5s ease-in-out;
  padding: 8px 15px;
  border: 0;
  border-radius: 5px;
}
.list-group-item {
  border: none;
}
.arrow-more {
  font-size:35px;
  color: #1E3B55;
}


/* Breadcrumbs
----------------------------------- */
.breadcrumb-chevron {
  --bs-breadcrumb-divider: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%236c757d'%3E%3Cpath fill-rule='evenodd' d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");
  gap: .5rem;
}
.breadcrumb-chevron .breadcrumb-item {
  display: flex;
  gap: inherit;
  align-items: center;
  padding-left: 0;
  line-height: 1;
}
.breadcrumb-chevron .breadcrumb-item::before {
  gap: inherit;
  float: none;
  width: 1rem;
  height: 1rem;
}

.breadcrumb-custom .breadcrumb-item {
  position: relative;
  flex-grow: 1;
  padding: .75rem 3rem;
}
.breadcrumb-custom .breadcrumb-item::before {
  display: none;
}
.breadcrumb-custom .breadcrumb-item::after {
  position: absolute;
  top: 50%;
  right: -25px;
  z-index: 1;
  display: inline-block;
  width: 50px;
  height: 50px;
  margin-top: -25px;
  content: "";
  background-color: var(--bs-tertiary-bg);
  border-top-right-radius: .5rem;
  box-shadow: 1px -1px var(--bs-border-color);
  transform: scale(.707) rotate(45deg);
}
.breadcrumb-custom .breadcrumb-item:first-child {
  padding-left: 1.5rem;
}
.breadcrumb-custom .breadcrumb-item:last-child {
  padding-right: 1.5rem;
}
.breadcrumb-custom .breadcrumb-item:last-child::after {
  display: none;
}




/* Features
----------------------------------- */
.feature-icon {
  width: 4rem;
  height: 4rem;
  border-radius: .75rem;
}

.icon-square {
  width: 3rem;
  height: 3rem;
  border-radius: .75rem;
  color: #fff;
  background-color: #1E3B55;

}

.text-shadow-1 { text-shadow: 0 .125rem .25rem rgba(0, 0, 0, .25); }
.text-shadow-2 { text-shadow: 0 .25rem .5rem rgba(0, 0, 0, .25); }
.text-shadow-3 { text-shadow: 0 .5rem 1.5rem rgba(0, 0, 0, .25); }

.card-cover {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.feature-icon-small {
  width: 3rem;
  height: 3rem;
}


/* Help Pages
----------------------------------- */
.article-link {
  font-weight: 400;
  line-height: 171.4%;
  color: #6c6684;
  letter-spacing: 0.0125em;
  }


/* Pricing Page 
----------------------------------- */
.plan-feature.bi.bi-x-circle-fill {
  color: #adb5bb;
}
.pricing-card {
  border-radius: 20px;
}
.card-img-top {
  border-top-left-radius: 25px;
  border-top-right-radius: 25px;
}
.pricing-card h3{
    font-weight: 600;
}

/* Professions Page 
----------------------------------- */

.professions-card {
  border: none;
  border-radius: 5px;
}
.professions-card h3{
  font-size: 22px;
  font-weight: 600;
}


/* Comparasions links
----------------------------------- */
.comparasion-card {
  border-radius: 20px;
  border: none;
}
.comparasion-card h5 a {
  color: #1E3B55;
  font-weight:600;
}

/* Feature cards
----------------------------------- */
.feature-card {
  border-radius: 20px;
  border: none;
}
.feature-card h5 a {
  color: #1E3B55;
  font-weight:600;
}

.feature-card .bi{
  font-size:35px;
}
.card-title.main-heading {
font-weight: 600;
margin-top:10px;
}

