.color-white {
    color: #ffffff !important;
}
.text-right {
    text-align: right !important;
}
.table-responsive {
    min-height: 500px;
}
img {
    max-width: 100%;
}
ul.businessbar {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}
ul.businessbar li {
    position: relative;
    width: 140px;
    text-align: center;
}
ul.businessbar li:before {
    content: "";
    position: absolute;
    top: -7px;
    left: 50%;
    transform: translateX(-50%);
    width: 15px;
    height: 15px;
    border-radius: 100%;
    background-color: var(--bs-pink);
}
ul.businessbar li.active:before {
    border: 2px solid var(--bs-pink);
    background: #fff;
}
ul.businessbar li a {
    display: block;
    padding-top: 40px;
    text-decoration: none;
    color: #999;
}
ul.businessbar li.active a {
    color: var(--bs-pink);
}
ul.businessbar:before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    height: 2px;
    width: calc(100% - 140px);
    background-color: var(--bs-pink);
}
.embed_wrap .footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
    display: block;
    color: #FFF;
    background: transparent;
    border: none;
    display: none;
}
.embed_wrap video {
    position: absolute;
    bottom: 0;
    min-width: 101%;
    min-height: 102%;
    width: 100%;
    height: 100%;
    cursor: pointer;
    object-fit: cover;
    -webkit-animation: jBcSpD .3s ease-out 0s 1 normal forwards running;
    animation: jBcSpD .3s ease-out 0s 1 normal forwards running;
    background: transparent;
}
.embed_wrap {
    overflow: hidden;
    position: relative;
    width: 100vw;
    height: 100vh;
}
.embed_wrap .start-btn {
    position: absolute;
    bottom: 20px;
    left: 0;
    width: 100%;
    text-transform: uppercase;
}
.embed_wrap .start-btn .btn {
    border-radius: 16px;
    background: #fff;
    color: #111;
    text-decoration: none;
    font-family: "Apercu Pro",apercu-pro,Arial,"Helvetica Neue",Helvetica,sans-serif;
    font-weight: 700;
    width: 70%;
    max-width: 315px;
    height: 68px;
    padding: 0 24px 3px;
    font-size: 18px;
    line-height: 24px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
}
.widget .btn-block {
    display: block;
    width: 100%;
}
.btn-block+.btn-block {
    margin-top: 0.5rem;
}
.widget .progress {
    border-radius: 0;
}
.widget .form-group {
    margin-bottom: 1rem;
}
.widget .form input {
    padding: 1.62em;
}
.widget .form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.widget .form .btn {
    padding: 1em;
}
.widget .form .dropzone {
    background: #f8f9fa;
    padding: 0;
    margin: 0;
}
.widget .form .dropzone label {
    cursor: pointer;
}
.widget .rounded {
    border-radius: 0.25rem!important;
}
.widget .form .dropzone .image-preview {
    width: 100%;
    height: 68px;
    background-position: 50%;
    background-size: cover;
}
.widget .form .dropzone .dark-green {
    color: #0cbf1a;
}
.widget .form .dropzone .done {
    display: none;
}
.widget .form textarea {
    height: 20vh!important;
}
.widget .form-check-input {
    position: absolute;
    margin-top: 0.3rem;
    margin-left: -1.25rem;
    width: 13px;
    height: 13px;
    padding: 0 !important;
    border-radius: 3px;
}
.select_wrap {
    cursor: pointer;
    border: 5px solid #FFF;
    display: block;
}
.vidlib_wrap video {
    max-width: 100%;
    height: 200px;
}
input[type="checkbox"]:checked + .select_wrap,
input[type="radio"]:checked + .select_wrap {
    border: 5px solid #2eb85c;
}
.lead_img {
    display: flex;
    justify-content: center;
    gap: 20px;
}
.lead_img img {
    border-radius: 15px;
    width: 250px;
}
.loading {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    display: flex;
    justify-content: center;
    align-items: center;
}
.loading svg {
    width: 100px;
    height: 100px;
    margin: 20px;
    display: inline-block;
}
.loading svg path {
    fill: #000;
}
.lead-tmp-btn {
    display: block;
    max-width: 650px;
    text-align: center;
    cursor: pointer;
    width: 100%;
    background: #FFF;
    text-decoration: none;
    border-radius: 8px;
    padding: 30px;
    border: 4px solid #ccc;
    color: #bbb;
}
.lead-tmp-btn + .lead-tmp-btn {
    margin-top: 20px;
}
.lead-tmp-btn h2 {
    color: var(--bs-indigo);
}
.lead-tmp-btn:hover {
    background: #eee;
    color: #bbb;
}
#videoMain {
    position: relative;
}
#vidCounter {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgb(50 31 219 / 30%);
    font-size: 60px;
    font-weight: 700;
    color: #FFF;
    display: flex;
    justify-content: center;
    align-items: center;
}
.list-group .avatar {
    position: relative;
    display: inline-block;
    width: 2.5rem;
    height: 2.5rem;
    font-size: .83333rem;
}
.avatar-title {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    line-height: 0;
    background-color: #B1C2D9;
    color: #fff;
}
.text-success {
    color: #059826 !important;
}
.bg-success-soft {
    background-color: #e1f3e5 !important;
}
.bg-secondary-soft {
    background-color: #eef0f4 !important;
}
.font-size-lg {
    font-size: 1.0625rem !important;
}
.list-group-activity .list-group-item:not(:last-child)::before {
    content: '';
    position: absolute;
    top: 1rem;
    left: 1.25rem;
    height: 100%;
    border-left: 1px solid #E3EBF6;
}
.list-group-item {
    position: relative;
    display: block;
    padding: 1rem 1.25rem;
    background-color: rgba(0,0,0,0);
    border: 1px solid #EDF2F9;
}
.list-group-flush>.list-group-item {
    padding-left: 0;
    padding-right: 0;
}
.list-group-item h5 {
    font-size: .8125rem;
}
.custom-select {
    display: inline-block;
    width: 100%;
    height: calc(1.5em + 1rem + 2px);
    padding: 0.5rem 2rem 0.5rem 0.75rem;
    font-size: .9375rem;
    font-weight: 400;
    line-height: 1.5;
    color: #12263F;
    vertical-align: middle;
    background: #fff url("data:image/svg+xml,%3csvg viewBox='0 0 9 5' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M1 1L4.25 4.25L7.5 1' stroke='%2395AAC9' stroke-width='1.08333' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/svg%3e") right 0.75rem center/0.75em 0.75em no-repeat;
    border: 1px solid #D2DDEC;
    border-radius: 0.375rem;
    appearance: none;
}
.custom-select-sm {
    height: calc(1.75em + 0.25rem + 2px);
    padding-top: 0.125rem;
    padding-bottom: 0.125rem;
    padding-left: 0.5rem;
    font-size: .8125rem;
    width: 200px;
}

.home, .home .h-md-100 {
    height: 100%;
    max-width: none;
}
.home .left {
    height: 100vh;
    position: relative;
    color: #fff;
}
.home .right {
    margin: 0!important;
    padding: 0!important;
    z-index: 9;
    background: #fff;
}
.home .left .viewport {
    height: 100vh;
    display: flex;
    align-items: center;
    position: fixed;
    width: 50%;
    background-color: #000;
}
.image-container img {
    position: absolute;
    height: 100%;
    width: auto;
    top: 0;
    max-width: fit-content;
    left: 50%;
    transform: translateX(-50%);
}
.video-embed-container {
    width: 100%;
}
.video-embed-container video { 
    width: 100% !important;
    height: auto !important; 
}
.video-embed-container .overlay {
    background-color: hsla(0,0%,100%,0);
    display: flex;
    cursor: pointer;
    position: absolute;
    z-index: 90;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    align-items: center;
    justify-content: center;
}
.video-embed-container .overlay .playBtn {
    font-size: 12em;
    color: #fff;
    transition: all .3s ease 0s;
    outline: none;
}
.video-embed-container .overlay .playBtn:hover {
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
}
.video-embed-container .overlay .playBtn svg {
    width: 100px;
    height: 100px;
    opacity: .7;
    position: relative;
    top: -30px;
}

.landing-phone a {
    text-decoration: none;
    color: #9da5b1;
}
.landing-phone svg path {
    fill: #9da5b1;
}
.home .left .vid_footer {
    position: absolute;
    bottom: 15px;
    left: 15px;
    padding: 5px 15px;
    border-radius: 8px;
}
.home .btn-group {
    display: block;
}
.home .btn-group .dropdown-menu.show {
    width: 100%;
}
@media (max-width: 992px) {
    .home .left {
        height: auto;
    }
    .home .left .viewport {
        height: auto;
        width: 100%;
        position: relative;
    }
    ul.businessbar {
        display: none;
    }
}

.vid_mute {
    font-size: 70px;
    color: #fff;
    width: 70px;
    height: 70px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    line-height: 0;
}

label.error {
    color: red;
}
.chosen-container {
    z-index: 999999;
}