﻿body {
    /*  overflow-x: hidden; */
    display: block;
}

a {
    cursor: pointer !important;
}

body.fluid-layout.modal-open {
    flex: 0;
    display: block !important;
}

.exit-popup-img {
    object-fit: cover;
    width: 100.03%;
    height: 100%;
}

.wow {
    visibility: hidden;
}

.slider {
    margin: auto;
}

/* .slick-slide {
        margin: 0px 20px;
    } */

/* .slick-slide img {
            width: 100%;
            height: 120px;
            filter: grayscale(1);
            object-fit: contain;
            mix-blend-mode: multiply;
        } */

.slick-prev, .slick-next {
    background: none !important;
}

    /*   .slick-prev{
        left:-5%;
    }
    .slick-next{
        right:-5%;
    } */
    .slick-prev:before,
    .slick-next:before {
        /* width:15px;
            height:25px; */
        top: 40%;
        /* display: none; */
    }

    .slick-next:before {
        right: 15px;
        background: url('/Themes/Portabl/img/arrow-right-s-line.svg');
        background-repeat: no-repeat;
    }

    .slick-prev:before {
        background: url('/Themes/Portabl/img/arrow-left-s-line.svg');
        background-repeat: no-repeat;
    }

.social-proof:hover {
    cursor: pointer;
}

.slick-dots {
    bottom: -50px;
}

.title-1 {
    font-size: calc(1.525rem + 2.5vw);
    font-weight: 500;
}

@media (min-width: 1200px) {


    .title-1 {
        font-size: 3rem;
        font-weight: 500;
    }
}


.row-gap-4 {
    row-gap: 1.5rem !important;
}

.btn {
    border-radius: 0.4rem;
    //border-width: inherit;
}

a {
    text-decoration: none;
    color: var(--bs-dark);
}

.more-learning:hover {
    box-shadow: 0 0rem 1rem rgba(0, 0, 0, 0) !important;
    transition: box-shadow 0.3s ease-in-out;
    cursor: default;
}

.accordion-item:not(:first-of-type) {
    border-top: 1.5px solid var(--bs-primary);
}

.accordion-button:not(.collapsed) {
    color: #000;
    background-color: var(--bs-body);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.125);
}

#caseform {
    padding: 0px !important;
}

.tab-content {
    background-color: transparent !important;
    padding: 0px !important;
}



#77388573 {
    display: none;
}

.more-health:hover {
    box-shadow: 0 0rem 1rem rgba(0, 0, 0, 0) !important;
    transition: box-shadow 0.3s ease-in-out;
    cursor: default;
}

.more-insurance:hover {
    box-shadow: 0 0rem 1rem rgba(0, 0, 0, 0) !important;
    transition: box-shadow 0.3s ease-in-out;
    cursor: default;
}

.img-fix {
    width: 45px !important;
    height: auto;
    max-width: none;
}

.accordion-button {
    font-size: 1.5rem;
    font-weight: 500;
}

.bg-dark-gray {
    background-color: #2a2b2d;
}

.faq {
    display: grid;
    gap: 2rem;
    grid-template-columns: 1fr 1fr;
}

    .faq > .card {
        border: 1px solid #e5e7eb;
        border-radius: 16px;
        padding: 2rem;
        background: #fff;
    }

.quad {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
    /* max-width: 420px; */
    margin: 0 auto;
    margin-bottom: 1rem;
}
.quad-3 {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 2rem;
    /* max-width: 420px; */
    margin: 0 auto;
    margin-bottom: 1rem;
}
    .quad-3 > .card {
        border: 1px solid lightgray;
        border-radius: 16px;
        padding: 16px;
        background: transparent;
    }
.quad >.card {
    border: 1px solid #ffffffa1;
    border-radius: 16px;
    padding: 16px;
    background: rgb(255 255 255 / 31%);
}

.center-note {
    color: gray;
    font-size: 0.875rem;
    text-align: center;
}

.heading-info >.card {
   background-color:transparent;
   border:0px;
   color: gray;
}

.grid-2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
}

    .grid-2 > .card {
        border: 1px solid #e5e7eb;
        
        padding: 1rem 2rem;
        background: #fff;
    }

.list {
    margin-top: 12px;
    padding:0px;
}

    .list li {
        display: flex;
        gap: 8px;
        margin: 8px 0px;
    }
        .list li:before {
            content: '✓'; /* Unicode checkmark character */
            color: var(--bs-success); /* Color of the checkmark */           
            font-weight: bold; /* Make the checkmark bolder if desired */
        }

.integrations span {
    display: inline-block;
    border: 1px solid #e5e7eb;
    border-radius: 999px;
    padding: 6px 12px;
    margin: 0.3rem;
    font-size: 0.75rem;
}

.calc {
    display: grid;
    gap: 2rem;
    grid-template-columns: 2fr 1fr;
}
@media (max-width: 768px) {
    .grid-2 {
        display: grid;
        grid-template-columns: 1fr;
        gap: 2rem;
    }
    .calc {
        display: grid;
        gap: 2rem;
        grid-template-columns: 1fr;
    }
    .quad-3 {
        display: grid;
        grid-template-columns: 1fr;
        gap: 2rem;
    }
    .faq {
        display: grid;
        gap: 2rem;
        grid-template-columns: 1fr;
    }
}

.sub {
    font-size: 1rem;
    color: #4b5563;
    margin-top: 8px;
}




    .calc .panel {
        border: 1px solid #e5e7eb;
        border-radius: 16px;
        padding: 16px;
        background: #fff;
    }
.field {
    margin: 8px 0;
}
    .field input {
        width: 100%;
        padding: 10px 12px;
        border: 1px solid #e5e7eb;
        border-radius: 10px;
    }

.calc .panel {
    border: 1px solid #e5e7eb;
    border-radius: 16px;
    padding: 16px;
    background: #fff;
}

.card-bg-light {
    border: 1px solid #ffffffa1 !important;
   
       background: rgb(255 255 255 / 31%) !important;
}

.table-responsive table {
    width: auto !important;
    overflow: auto !important;
}
