@import url('https://fonts.googleapis.com/css2?family=Poppins&display=swap');

body {
    background-color: #FEFEFE;
    font-family: 'Poppins', sans-serif;
}

.bg-sc {
    /*background-image: url('../images/bg-sc.png');*/
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left;
}

.bg-light {
    background-color: #F4F5F7 !important;
}
.font_light {
    color: #1C3496;
}

.page {
    min-height: 1123px;
}

.text-muted {
    color: #9ea1a5 !important
}


tbody {
    font-weight: bold;
}

.carousel-control-next-icon {
    background-image: url('../images/right-arrow-icon.svg') !important;
    width: 55px;
    height: 55px;
}

.carousel-control-prev-icon {
    background-image: url('../images/left-arrow-icon.svg') !important;
    width: 55px;
    height: 55px;
}

.carousel-control-next-icon:hover,
.carousel-control-prev-icon:hover {
    opacity: 1;
}

tbody tr:last-child td {
    border: none;
}

.table>:not(:last-child)>:last-child>* {
    border-bottom: 1px solid #dee2e6 !important;
}

.vascular_surgeons {
    background-image: linear-gradient(90deg,rgba(229, 231, 239, 0), rgba(239, 240, 244, 1));
}
.healthexam_ai {
    background-image: linear-gradient(270deg,rgba(229, 231, 239, 0), rgba(229, 231, 239, 1));
}
.header_bottom_div {
    background-image: linear-gradient(90deg,rgba(113, 90, 255, 0.97), rgba(19, 194, 228, 1));
    width: 95%;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}
.header_bottom_div h6 {
    color: #FFFFFF;
}

.care {
    background-image: linear-gradient(89deg,rgba(28, 52, 150, 1), rgba(102, 98, 172, 1));
    border-top-right-radius: 10px;
    width: 95%;
}
.care p {
    color: rgba(255, 255, 255, 1);
}
.care_line {
    background-image: linear-gradient(270deg,rgba(28, 52, 150, 0.1), rgba(113, 90, 255, 0));
    width: 30%;
    height: 12px;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}
.ai_driven {
    background-image: linear-gradient(90deg,rgba(229, 231, 239, 0), rgba(229, 231, 239, 1));
    width: 95%;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}
.ai_driven p {
    color: rgba(3, 10, 89, 1);
}
.reimbursement {
    background-image: linear-gradient(89deg,rgba(229, 231, 239, 0), rgba(229, 231, 239, 1));
    width: 95%;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}
.reimbursement li {
     color: rgba(3, 10, 89, 1);
}
.reimbursement li::marker {
     color: rgba(0, 213, 255, 1);
}
.issue_left {
    background-image: linear-gradient(96deg, rgba(229, 231, 239, 0), rgba(229, 231, 239, 1));
    height: 80vh;
}
.issue_left h3 {
    color: #FFFFFF;
    font-size: 50px;
    writing-mode: tb-rl;
    transform: rotate(-180deg);
    margin-left: 10px !important;
}
.issue_right p {
    color: rgba(3, 10, 89, 1);
}

.payer {
    background-image: linear-gradient(87deg, rgba(28, 52, 150, 1), rgba(102, 98, 172, 1));
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    width: 95%;
}
.payer p {
    color: rgba(255, 255, 255, 1);
}

.slide_15 {
    background-image: linear-gradient(87deg, rgba(28, 52, 150, 1), rgba(102, 98, 172, 1));
    border-radius: 10px;
    width: 100%;
}
.slide_15 p {
    color: rgba(255, 255, 255, 1);
}

.slide_3 {
    background-image: linear-gradient(87deg, rgba(28, 52, 150, 1), rgba(102, 98, 172, 1));
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    width: 95%;
}
.slide_3 p {
    color: rgba(255, 255, 255, 1);
}

.slide_3_s {
    background-image: linear-gradient(87deg, rgba(28, 52, 150, 1), rgba(102, 98, 172, 1));
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    width: 100%;
}
.slide_3_s p {
    color: rgba(255, 255, 255, 1);
}

.slide_16 {
    background-image: linear-gradient(87deg, rgba(28, 52, 150, 1), rgba(102, 98, 172, 1));
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    width: 100%;
}
.slide_16 p {
    color: rgba(255, 255, 255, 1);
}

.slide_16_s {
    background-image: linear-gradient(87deg, rgba(28, 52, 150, 1), rgba(102, 98, 172, 1));
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    width: 95%;
}
.slide_16_s p {
    color: rgba(255, 255, 255, 1);
}

.my-6 {
    margin-top: 6rem !important;
    margin-bottom: 3rem !important;
}

@keyframes slideRight {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(80%);
    }
}
.carousel-item {
    height: 78dvh;
}

.funnel_body {
    width: 50%;
    margin: 0px auto;
}
.funnel_body footer {
    width: 50% !important;
}

.slide-right {
    width: 70px; /* Adjust the size of the image */
    height: auto;
    animation: slideRight 3s infinite alternate;
}

.carousel-control-next, .carousel-control-prev {
    position: relative;
    width: unset;
    display: inline-block;
    opacity: 1;
}


#home {
    /*background-image: url('../images/home-bg.jpg');*/
    height: 100vh;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.circle {
    width: 8px;
    height: 8px;
    border-radius: 8px;
}

.circle_first {
    background-color: #00DAB5;
}

.circle_second {
    background-color: #37A0EC;
}

.circle_third {
    background-color: #7755FF;
}

.circle_fourth {
    background-color: #F46A6A;
}

.circle_fifth {
    background-color: #F8A14B;
}

.circle_six {
    background-color: #f8a14b;
}

.circle_seven {
    background-color: #c4506c;
}




nav {
    background-color: #24434E;
    opacity: 0.8;
}

.partner-nav {
    background-color: #24434E;
    opacity: 1;
}

/*footer {
    background-image: linear-gradient(#E1DE0B, #3F819A, #3F819A);
}*/

.footer-list {
    list-style-type: none;
    padding-left: 0;
}

.footer-list li {
    font-size: 14px;
}

.m-blocks {
    margin-top: -180px;
}

.block-item {
    min-height: 142px;
    transition: all 0.3s ease-in;
}

.block-item-text {
    font-size: 17px;
    line-height: 1.3;
    transition: all 0.3s ease-in-out;
}

.block-item:hover {
    box-shadow: rgba(0, 0, 0, 0.5) 20px 20px 30px;
    transform: scale(1.1);
}

.block-item .image {
    transition: all 0.3s ease-in-out 0.1s;
}

.block-item:hover .image {
    transform: scale(1.5) translateY(-20px);
}

.block-item:hover .image img {
    animation: bouncing 0.5s 0.3s !important;

}

.block-item img {
    width: 50px;
    height: 50px;
}

.font-size-10 {
    font-size: 10px;
}

.font-size-11 {
    font-size: 11px;
}

.font-size-12 {
    font-size: 12px;
}

.font-size-13 {
    font-size: 13px;
}

.font-size-14 {
    font-size: 14px;
}

.font-size-15 {
    font-size: 15px;
}

.font-size-16 {
    font-size: 16px;
}

.font-size-17 {
    font-size: 17px;
}

.font-size-18 {
    font-size: 18px;
}

.font-size-19 {
    font-size: 19px;
}

.font-size-20 {
    font-size: 20px;
}

.font-size-21 {
    font-size: 21px;
}

.font-size-22 {
    font-size: 22px;
}

.font-size-23 {
    font-size: 23px;
}

.font-size-24 {
    font-size: 24px;
}

.font-size-25 {
    font-size: 25px;
}

.font-size-26 {
    font-size: 26px;
}

.font-size-27 {
    font-size: 27px;
}

.font-size-28 {
    font-size: 28px;
}

.font-size-29 {
    font-size: 29px;
}

.font-size-30 {
    font-size: 30px;
}

.font-size-31 {
    font-size: 31px;
}

.font-size-32 {
    font-size: 32px;
}

.font-size-33 {
    font-size: 33px;
}

.font-size-34 {
    font-size: 34px;
}

.font-size-35 {
    font-size: 35px;
}

.font-size-36 {
    font-size: 36px;
}

.font-size-37 {
    font-size: 37px;
}

.font-size-38 {
    font-size: 38px;
}

.font-size-39 {
    font-size: 39px;
}

.font-size-40 {
    font-size: 40px;
}



.footer-text {
    color: #BCCCF3;
    font-size: 14px;
}

.footer-text:hover {
    color: #bcccf3cc;
}

.footer-top-container {
    background-color: #1E4FC4;
}

.footer-bottom-container {
    background-color: #1B4098;
}

.bg-primary-1 {
    background-color: #030A59;
    color: #fff;
}

.arrow-left {
    position: absolute;
    bottom: -30px;
    margin-left: 21px;
    height: 176px;
}

.arrow-right {
    position: absolute;
    bottom: 25px;
    margin-left: -50px;
    height: 130px;
}

.arrow-bottom {
    position: absolute;
    right: 170px;
    top: -100px;
}

.check-list {
    padding: 0;
    list-style-type: none;
    font-size: 14px;
}

.active-btn {
    border-bottom: 2px solid #0d6efd;
}

.check-list li {
    display: flex;
    align-items: center;
    font-size: 12px;
}

.bg-primary {
    background-color: #715AFF !important;
}

.custom-btn-primary {
    background-image: linear-gradient(to top, #1C3496, #715AFF);
    border: none !important;
    color: #ffffff;
}

.btn-secondary {
    background-color: #E1DE0B !important;
    border-color: #E1DE0B !important;
}


.text-primary {
    color: #002e82 !important;
}


.btn-outline-primary:hover {
    background-image: linear-gradient(to left, #E1DE0B, #3F819A);
    border: none;
}

.badge-soft-primary {
    background-color: #062BF31A;
    color: #062BF3;
}

.btn-outline-primary {
    border-color: #E1DE0B;
    color: #E1DE0B;
}

@media only screen and (max-width:1180px) {
    .th-width {
        width: 14%;
        word-break: break-word
    }
}

@media only screen and (max-width:900px) {
    .arrow-bottom {
        right: 135px;
        width: 140px;
        top: -62px;
    }

    .arrow-left {
        height: 132px;
    }

    .arrow-right {
        height: 85px;
    }
}

@media only screen and (min-width:1000px) {
    .arrow-right {
        position: absolute;
        bottom: 20px;
        margin-left: -50px;
        height: 85px;
    }

    .arrow-left {
        position: absolute;
        bottom: -30px;
        margin-left: 52px;
        height: 134px;
    }

    .arrow-bottom {
        height: 105px;
        top: -70px;
    }
}

.modal table tbody tr td:nth-child(2) {
    font-weight: 100;
}

.modal table tbody tr td:first-child {
    padding-left: 0;
}

.bad_debt {
    position: relative;
}

.bad_debt .image {
    position: absolute;
    top: 30px;
    left: 85%;
    transform: translateX(-50%);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.bad_debt p:hover+.image {
    opacity: 1;
}

.fluoro_image {
    top: 35px !important;
    left: 120% !important;
}


.text-animate span {
    display: inline-block;
}


@media only screen and (min-width:900px) and (max-width:1200px) {
    .arrow-bottom {
        right: 215px;
    }
}

@media only screen and (max-width:600px) {
    .min-vh-100 {
        min-height: auto !important;
    }
    .funnel_body {
        width: 100%;
    }
    .funnel_body footer {
        width: 100% !important;
    }
}