/* _content/Static.Welltec/Views/Home/Index.cshtml.rz.scp.css */
.header-background[b-hpnwjcs66k] {
    background-color: #112D3D;
}

.header-image[b-hpnwjcs66k] {
    max-width: 92%;
    /*position: absolute;*/
}

.bg-cover[b-hpnwjcs66k] {
    height: 70vh;
}

.card[b-hpnwjcs66k] {
    background-color: rgba(0,0,0,0.5);
    border-radius: 20px;
    min-height: 320px;
    min-width: 100%;
}

.list-inline-item img[b-hpnwjcs66k] {
    max-width: 150px;
}

section[b-hpnwjcs66k] {
    background-color: white;
}

.section-background[b-hpnwjcs66k] {
    background-color: #fff;
    background-size: cover !important;
    background-position: top;
    background-repeat: no-repeat;
}

.section-background-1[b-hpnwjcs66k] {
    background-image: url('./images/technology_background.png');
}

.section-background-2[b-hpnwjcs66k] {
    background-image: url('./images/Credit_Rehab_Insure_Insurance.svg');
}

.section-background-3[b-hpnwjcs66k] {
    background-image: url('./images/credit_rehab_insure_blue_backdrop.png');
}

.image-margin-top[b-hpnwjcs66k] {
    margin-top: -128px;
}

.image-margin-auto img[b-hpnwjcs66k] {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 80%;
}

.vertical-center[b-hpnwjcs66k] {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,50%);
}

.section-background-margin-top[b-hpnwjcs66k] {
    margin-top: 60px;
}

.section-background-padding-top[b-hpnwjcs66k] {
    padding-top: 80px;
}

@media (max-width: 768px) {
    .section-background-padding-top[b-hpnwjcs66k] {
        padding-top: 0px;
    }
}

.display-4[b-hpnwjcs66k] {
    font-size: 2.5rem;
}

/*.scroll-animations {
        display: flex;
    }*/

.scroll-animations div[b-hpnwjcs66k] {
    flex-grow: 1;
    padding: 30px;
    text-align: center;
    opacity: 0;
    color: #333;
}

@media (max-width: 759px) {
    header h1[b-hpnwjcs66k] {
        font-size: 5em;
    }

    .new-section[b-hpnwjcs66k] {
        font-size: 3em;
    }

    .scroll-animations[b-hpnwjcs66k] {
        display: block;
    }

        .scroll-animations div[b-hpnwjcs66k] {
            padding: 20px 80px;
        }
}

:root[b-hpnwjcs66k] {
    --animate-duration: 600ms;
    --animate-delay: 0.0s;
}

.fade-in[b-hpnwjcs66k] {
    animation: fadeIn ease 3s;
    -webkit-animation: fadeIn ease 3s;
    -moz-animation: fadeIn ease 3s;
    -o-animation: fadeIn ease 3s;
    -ms-animation: fadeIn ease 3s;
}

.bg-navy[b-hpnwjcs66k] {
    background-color: #042667 !important;
    color: #fff;
}
/* _content/Static.Welltec/Views/Shared/_Layout.cshtml.rz.scp.css */
/* Please see documentation at https://learn.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

/*a.navbar-brand {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

a {
  color: #0077cc;
}

.btn-primary {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.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);
}

button.accept-policy {
  font-size: 1rem;
  line-height: inherit;
}

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px;
}*/
