body{
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
}

a {
    color: #ee7f11;
    text-decoration: none;
    background-color: transparent;
}

.section-header h3 {
    font-size: 32px;
    color: #111;
    text-transform: uppercase;
    /* text-align: center; */
    font-weight: 700;
    position: relative;
    padding-bottom: 15px;
  }

  .section-header h3::before {
    content: '';
    /* position: absolute; */
    display: block;
    width: 150px;
    height: 1px;
    background: #ddd;
    bottom: 1px;
    left: calc(50% - 60px);
  }

  .section-header h3::after {
    content: '';
    /* position: absolute; */
    display: block;
    width: 60px;
    height: 3px;
    background: #ee7f11;
    bottom: 0;
    left: calc(50% - 20px);
  }

  .section-header p {
    /* text-align: center; */
    /* padding-bottom: 30px; */
    /* color: #333; */
}

.box-image {
    height: 200px;
    overflow: hidden;
    background: #ffffff;
    display: flex;
    align-items: center;
    margin: 0 auto;
}

/* .box-image img {
    max-width: 130px;
} */

.navbar .dropdown-menu .dropdown-item {
    padding: 0.3rem 0;
    color: #3C4858;
    font-size: 15px;
}

.dropdown-item {
    white-space: inherit;
}

.breadcrumb-links .breadcrumb-item + .breadcrumb-item::before {
    height: 0.7rem;
    margin-top: 7px;
}

.breadcrumb-item.active {
    color: #999;
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: 0.45rem 0.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    font-size: 14px;
}

.alert-modern::after {
    display: inline-block;
    margin-left: 0px;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: 'Font Awesome 5 Pro', 'Font Awesome 5 Free';
    font-weight: 700;
    content: none;
}

@media (max-width: 700px) {
    .my-account {
        font-size: 11px;
    }
}

#card-summary .badge{
    white-space: initial;
    display: inline-block;
}

.bg-absolute-cover {
    top: 60px;
}


.owl-carousel .owl-item img {
    display: block;
    width: auto;
}

.flash {
    background-color: #36b37e;
    border-radius: 1px;
    display: inline-block;
    color: #fff;
    font-size: 17px;
    line-height: 1;
    text-align: center;
    padding: 10px 15px 10px 15px;
    vertical-align: middle;
    margin: 0px 0px 0px 0px;
}

.badge {
    white-space: normal;
}

@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 0.2rem;
        padding-left: 0.2rem;
    }
}
