.backgroundimage {
    background-size: cover;
    background-attachment: fixed;
}

.inner-vertical-banner {
    border-bottom: 1px solid #f7f9fd;
    padding: 50px 0;
    overflow: hidden;
    position: relative;
    background-color: #f0f7ff;
    background-size: cover;
    background-attachment: fixed;
    background-position: center center;
}

.inner-vertical-banner .vertical-banner-img {
    text-align: center;
}

.inner-vertical-banner .vertical-banner-img img {
    position: relative;
    width: 80% !important;
}

.inner-vertical-banner h1 {
    font-size: 4.2rem;
    line-height: 5.6rem;
    font-weight: 800;
    padding: 0 0 15px;
    margin: 0;
}

.inner-vertical-banner h1 span {
    color: #316094;
}

.inner-vertical-banner .btn-main {
    min-width: 200px;
}

.inner-vertical-banner p {
    font-size: 1.8rem;
    line-height: 2.8rem;
    padding: 0 0 10px;
}

.inner-vertical-banner .form-group button.input-group-text.btn-main {
    font-size: 1.4rem !important;
}

.inner-vertical-banner .form-group button.input-group-text.btn-main:hover {
    background-color: #4fb7ac !important;
    border-color: #4fb7ac;
    color: #fff !important;
}

.client__list_logo.innerpage-client-logo {
    flex-wrap: unset;
}

.client__list_logo.innerpage-client-logo .logo__each {
    padding: 0px 10px 0;
}

@keyframes scroll {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(calc(-200px * 16));
    }
}

/* Animation CSS */
@keyframes icon-animation {
    0% {
        border-radius: 46% 54% 68% 32%/55% 48% 52% 45%;
    }

    50% {
        border-radius: 66% 34% 41% 59%/51% 34% 66% 49%;
    }

    100% {
        border-radius: 46% 54% 68% 32%/55% 48% 52% 45%;
    }
}

.text-box {
    padding: 15px;
    background-color: #f0f7ff;
    transition: 0.3s ease-in-out;
    border-bottom: 1px solid #f0f7ff;
}

.text-box:hover {
    border-color: #316094;
}

.icon-sec .contactbox {
    display: flex;
    align-items: center;
    transition: 0.3s ease-in-out;
}

.icon-sec .contactbox .icon-img {
    width: 40px;
    margin: 0 20px 0 0;
}

.icon-sec .contactbox .icon-dsc {
    flex: 1;
}

.icon-sec .contactbox .icon-dsc p,
.icon-sec .contactbox .icon-dsc a {
    font-size: 1.5rem;
    line-height: 2.0rem;
    color: #222;
    font-weight: 500;
}

.icon-sec:hover .contactbox .icon-dsc p,
.icon-sec:hover .contactbox .icon-dsc a {
    color: #316094;
}

.map-sec iframe {
    height: 194px;
}

/******about-us*******/
.team-block-flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.team-block-flex .team-block-area {
    position: relative;
    margin: 0 10px 15px;
    transition: 0.3s all ease-in-out;
    flex: 1;
}

.team-block-flex .team-block-area .team-mem-img {
    border-radius: 20px;
    overflow: hidden;
    border: 2px solid transparent;
    transition: 0.3s all ease-in-out;
    position: relative;
}

.team-block-flex .team-block-area .team-mem-img:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.4);
    transition: none;
}

.team-block-flex .team-block-area .team-mem-img img {
    transition: 0.3s all ease-in-out;
}

.team-block-flex .team-block-area .team-mem-desc {
    padding: 5px;
    transition: 0.3s all ease-in-out;
    text-align: center;
}

.team-block-flex .team-block-area .team-mem-desc h3 {
    font-size: 20px;
    line-height: 28px;
    font-weight: 700;
    padding: 10px 0 0;
    transition: 0.3s all ease-in-out;
}

.team-block-flex .team-block-area .team-mem-desc p {
    font-size: 14px;
    line-height: 24px;
    font-style: italic;
    font-weight: 500;
}

.team-block-flex .team-block-area:hover .team-mem-img {
    border: 2px solid #316094;
}

.team-block-flex .team-block-area:hover .team-mem-img:after {
    width: 120%;
    background-color: rgba(255, 255, 255, 0);
    transition: all 0.4s ease-in-out;
}

.team-block-flex .team-block-area:hover .team-mem-img img {
    transform: scale(1.2);
    filter: saturate(100%);
}

.team-block-flex .team-block-area:hover .team-mem-desc {
    transform: translateY(-5px);
}

.team-block-flex .team-block-area:hover .team-mem-desc h3 {
    color: #316094;
}

.about-block-txt-area p.text-cyan {
    background: linear-gradient(to right, #4fb7ac 0%, #99d5cf 42%, rgba(197, 231, 228, 0) 67%, rgba(255, 255, 255, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4fb7ac', endColorstr='#00ffffff', GradientType=1);
    padding: 5px 8px;
    color: #fff;
}

.new-abt-block .ceo-sec.team-block-area .team-mem-img {
    border: 2px solid #316094;
}

.new-abt-block .ceo-sec.team-block-area .team-mem-img img {
    transform: scale(1);
    filter: saturate(100%);
}

.new-abt-block .ceo-sec.team-block-area .team-mem-desc h3 {
    color: #316094;
    font-size: 25px;
    line-height: 35px;
}

.new-abt-block .ceo-sec.team-block-area .team-mem-desc p {
    font-size: 18px;
    line-height: 28px;
}

.money-back-guarantee:before {
    position: absolute;
    content: "";
    background-color: #e9ebf1;
    width: 50%;
    right: 0;
    top: 0;
    bottom: 0;
}

.testimonail-archive-wrap {
    margin-top: 15px;
    min-height: calc(100% - 10px);
    padding: 30px;
}

.testimonail-archive-wrap .testimonial-wrap-dsc img {
    width: 80px;
}

.testimonail-archive-wrap .testimonial-wrap-dsc h2 {
    color: #316094;
    font-weight: 700;
    font-size: 18px;
    line-height: 28px;
    margin: 0;
}

.testimonail-archive-wrap .testimonial-wrap-dsc h4 {
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    font-style: italic;
}

.testimonail-archive-wrap p {
    position: relative;
}

.testimonail-archive-wrap p:before {
    position: absolute;
    content: '\f10e';
    font-size: 65px;
    left: 0px;
    right: 0;
    top: -40px;
    font-family: 'Font Awesome 5 Pro';
    font-weight: 600;
    color: #316094;
    transform: rotate(178deg);
    opacity: 0.1;
}

.review-block .review-single {
    padding: 20px 25px;
    margin: 0 0 25px;
    background-color: #f0f7ff;
    border-bottom: 1px dashed #316094;
}

.review-block .review-stars {
    font-size: 24px;
    line-height: 24px;
    font-style: italic;
    font-weight: 600;
    padding: 10px 0;
    margin: 0;
}

.review-block .review-stars i {
    color: #ffc107;
    display: inline-flex;
    font-size: 18px;
    line-height: 28px;
    align-items: center;
    justify-content: center;
}

.review-block .review-desc h4 {
    font-size: 16px;
    font-weight: 600;
}

.review-block .review-desc h4 a {
    color: #4fb7ac;
    text-decoration: none;
}

.client-btn .btn-main {
    padding: 10px 30px;
    text-transform: uppercase;
}

.our-clients img {
    padding: 8px;
    border-radius: 5px;
}

/******temp*****/
.mainpartnerpageForm .heading {
    text-align: center !important;
}

.epSec {
    border-bottom: 1px solid #eee;
    padding: 0 0 100px;
}

.enterprisePartners p {
    padding: 0 0 20px;
}

.enterprisePartnersLogos {
    display: flex;
    gap: 20px 20px;
    flex-wrap: wrap;
    justify-content: center;
}

.enterprisePartnersLogos .item {
    width: 200px;
    background-color: #ffffff;
    padding: 10px 15px;
    border: 1px solid #f0f7ff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.how-does-it-work-sec {
    padding: 30px;
    border-radius: 5px;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right;
    border-radius: 5px;
    background-color: #f0f7ff;
    width: 32%;
}

.how-does-it-work-sec img {
    width: 80px;
    display: none;
    padding: 0 0 15px;
}

.how-does-it-work-sec .sub-heading {
    color: #316094;
    font-weight: 600;
    margin: 0;
    text-transform: uppercase;
}

.partnersInnerMain {
    position: relative;
    box-shadow: 0px 1px 19px -8px rgba(123, 127, 218, 0.1);
    padding: 30px 30px 30px;
    border-radius: 5px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right;
    height: 100%;
    background-color: #fff;
}

.partnersInnerMain .sub-heading {
    font-size: 2.8rem;
    line-height: 3.8rem;
    padding: 0 0 5px;
    margin: 0 0 10px;
    font-weight: 700;
}

.partnersInner {
    background-color: #fff;
    padding: 0 0 15px 0;
}

.partnersInner {
    overflow-y: auto;
    height: 350px;
}

.partnersInner p {
    font-size: 1.5rem;
    line-height: 2.6rem;
}

.what-s-the-best-fit-for-your-business label.btn.btn-secondary {
    padding: 8px 12px;
    color: #fff;
    font-size: 12px;
    background-color: #222;
}

.what-s-the-best-fit-for-your-business label.btn.btn-secondary:after {
    content: unset;
}

.what-s-the-best-fit-for-your-business .btn-check:checked+.btn,
.what-s-the-best-fit-for-your-business .btn.active,
.what-s-the-best-fit-for-your-business .btn.show,
.what-s-the-best-fit-for-your-business :not(.btn-check)+.btn:active {
    color: #fff;
    background-color: #316094;
}

.partnersLpForm .form-inner-sec {
    margin-top: -250px;
}

.partnersLpForm .form-inner-sec .form-inner {
    border: 1px dashed #222;
    box-shadow: 0px 1px 19px -8px rgba(123, 127, 218, 0.1);
}

.partnersLpForm .form-inner-sec .row .col-lg-6 {
    width: 100%;
}

.client-list-logo {
    gap: 15px 15px;
}

.client-list-logo .logo__each {
    width: 200px !important;
    background-color: #ffffff;
    padding: 10px !important;
    border: 1px solid #f0f7ff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.blockquote-footer {
    font-size: 1.8rem;
    color: #222;
    padding: 15px 0 0;
    font-weight: 600;
}

/*******faq*******/
.accordion-item {
    margin: 0 0 15px;
    background-color: #f0f7ff;
    border: none;
}

.accordion-item .accordion-button {
    font-size: 1.6rem;
    line-height: 2.6rem;
    border: none;
    font-weight: 600;
    padding: 20px;
    box-shadow: none !important;
    background-color: #f0f7ff;
}

.accordion-item .accordion-button:not(.collapsed) {
    color: #ffffff;
    background-color: #316094;
    box-shadow: none;
}

.accordion-item .accordion-button:not(.collapsed)::after {
    filter: brightness(100);
}

/*******faq End*******/
.faq-block-sec {
    max-height: 400px;
    overflow-y: auto;
    padding: 15px;
    background-color: #f0f7ff;
}

.press-sectn .check-list {
    margin-bottom: 0;
}

.press-sectn .check-list li:last-child {
    padding-bottom: 0;
}

.press-sectn .check-list li a {
    color: #222;
}

.press-sectn .check-list li a:hover {
    color: #316094;
}

/********resource-page**********/
.resource-block {
    transition: 0.3s all ease-in-out;
    position: relative;
    height: 100%;
    overflow: hidden;
    padding-bottom: 60px;
}

.resource-block::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #316094;
    z-index: 0;
    transition: 0.3s all ease-in-out;
    transform: translateY(110%);
}

.resource-block .rb-image {
    position: relative;
}

.resource-block .rbdscLink {
    font-size: 15px;
    font-weight: 500;
    color: #222;
    transition: 0.3s all ease-in-out;
    position: absolute;
    bottom: 20px;
    padding: 0 15px;
    display: flex !important;
    justify-content: space-between;
    width: 100%;
}

.resource-block .rbdscLink i {
    font-weight: 700;
}

.resource-block .rb-dsc {
    padding: 15px 15px 0;
    text-align: left;
    position: relative;
}

.resource-block .rb-dsc .sub-heading {
    margin: 0;
    padding: 0 0 5px;
    color: #222;
    transition: 0.3s all ease-in-out;
}

.resource-block .rb-dsc .categories {
    font-size: 14px;
    border: 1px solid #f0f7ff;
    border-radius: 20px 0 0 0;
    display: inline-block;
    padding: 0px 15px;
    line-height: 24px;
    transition: 0.3s all ease-in-out;
    position: absolute;
    top: -15px;
    right: 0px;
    background-color: #f0f7ff;
}

.resource-block .rb-dsc .datetime {
    padding: 0 0 5px;
}

.resource-block .rb-dsc .rb-dsc-inner h3 {
    display: block;
    padding: 0 0 10px;
}

.resource-block:hover {
    transform: scale(1.03) translateY(-5px);
}

.resource-block:hover::before {
    transform: translateY(0%);
}

.resource-block:hover .rb-dsc .sub-heading {
    color: #fff;
}

.resource-block:hover .rbdscLink {
    color: #fff;
}

.iso-inner {
    padding: 0 0 50px;
    height: 100%;
}

.element-item.filtr-item {
    margin: 0 0 30px;
}

.resource-block-head i {
    color: #316094;
}

.filter-head-btn ol {
    list-style: none;
}

.filter-head-btn input[type="radio"] {
    position: absolute;
    left: -9999px;
}

.main-filter-block {
    text-align: center;
}

.resource-block-head h2 {
    text-align: left;
}

.filters {
    display: inline-block;
    justify-content: center;
    background-color: #f0f7ff;
    border-radius: 0px;
    margin: 0 0 50px;
}

.filters * {
    display: inline-block;
}

.filters label {
    cursor: pointer;
    padding: 20px 20px;
    display: inline-block;
    list-style-type: none;
    color: #222;
    font-size: 18px;
    transition: 0.3s all ease-in-out;
    background-color: transparent;
    border: none;
    margin: 0;
    font-weight: 500;
    display: block;
    transition: 0.3s all ease-in-out;
}

.filters label:hover {
    background-color: #4fb7ac;
    color: #fff;
    animation: toBottomFromTop10 0.3s forwards;
}

.filters li {
    text-align: center;
    flex: 1;
}

@keyframes toBottomFromTop10 {
    49% {
        transform: translateY(-10%);
    }

    50% {
        opacity: 0;
        transform: translateY(10%);
    }

    51% {
        opacity: 1;
    }
}

.posts {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.posts li {
    width: 32.0%;
    background-color: #f0f7ff;
    position: relative;
    overflow: hidden;
}

.posts li.full-width {
    display: block;
    width: 100% !important;
    clear: both;
    background-color: transparent;
}

.posts .post-categories {
    margin-bottom: 0.75rem;
    font-size: 0.75rem;
}

.posts .post-categories * {
    display: inline-block;
}

.filter-head-btn ol {
    margin-left: 0;
}

/* FILTERING RULES*/
[value="All"]:checked~.filters [for="All"],
[value="Blog"]:checked~.filters [for="Blog"],
[value="Survey"]:checked~.filters [for="Survey"],
[value="eBooks"]:checked~.filters [for="eBooks"],
[value="webinar"]:checked~.filters [for="webinar"],
[value="tools"]:checked~.filters [for="tools"],
[value="Upcoming"]:checked~.filters [for="Upcoming"],
[value="On-Demand"]:checked~.filters [for="On-Demand"] {
    background-color: #316094;
    color: #fff;
    border-radius: 0px;
}

[value="All"]:checked~.filters [for="All"]:hover,
[value="Blog"]:checked~.filters [for="Blog"]:hover,
[value="Survey"]:checked~.filters [for="Survey"]:hover,
[value="eBooks"]:checked~.filters [for="eBooks"]:hover,
[value="webinar"]:checked~.filters [for="webinar"]:hover,
[value="tools"]:checked~.filters [for="tools"]:hover,
[value="Upcoming"]:checked~.filters [for="Upcoming"]:hover,
[value="On-Demand"]:checked~.filters [for="On-Demand"]:hover {
    animation: none;
}

[value="All"]:checked~.posts [data-category] {
    display: block;
}

[value="Blog"]:checked~.posts .post:not([data-category~="Blog"]),
[value="Survey"]:checked~.posts .post:not([data-category~="Survey"]),
[value="eBooks"]:checked~.posts .post:not([data-category~="eBooks"]),
[value="webinar"]:checked~.posts .post:not([data-category~="webinar"]),
[value="tools"]:checked~.posts .post:not([data-category~="tools"]),
[value="Upcoming"]:checked~.posts .post:not([data-category~="Upcoming"]),
[value="On-Demand"]:checked~.posts .post:not([data-category~="On-Demand"]) {
    display: none;
}

.posts.main-filter-block {
    margin: 0;
}

.featuresSec .revenue-with-repugen-inner .repugen__numbers {
    padding: 30px;
    width: 48%;
}

.featuresSec .revenue-with-repugen-inner .repugen__numbers h3 {
    font-size: 2.0rem;
    line-height: 3.0rem;
}

.featuresSec .revenue-with-repugen-inner .repugen__numbers p {
    font-size: 1.6rem;
    line-height: 2.5rem;
}

/*added-for-timer*/
.timer-offer-module-main .timer-offer-module {
    display: flex;
    justify-content: center;
    padding: 15px;
    border-radius: 5px;
    background-color: #316094;
}

.timer-offer-module-main #timer {
    width: 100%;
}

.timer-offer-module-main .number-list {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.timer-offer-module-main .number-list .day-sec-main {
    margin: 0 5px;
    padding: 10px;
    position: relative;
    text-align: center;
    background-color: #f0f7ff;
    border-radius: 5px;
    flex: 1;
}

.timer-offer-module-main .number-list .day-sec-main .item {
    color: #316094;
    font-size: 35px;
    line-height: 45px;
    font-weight: 600;
}

.timer-offer-module-main .number-list .day-sec-main .timeRefDays {
    font-size: 15px;
    line-height: 25px;
    font-weight: 500;
    color: #000;
}

.survey-page .heading {
    padding: 30px 0 10px;
}

.survey-page .key_heading {
    font-weight: 500;
    padding: 0 0 10px;
}

.roi-calculate .nav-pills .nav-item {
    margin-left: 0;
}

.roi-calculate .nav-pills .nav-item .nav-link {
    background-color: #fff;
    padding: 20px 30px !important;
    border-radius: 0;
    font-size: 1.8rem;
    font-weight: 500;
}

.roi-calculate .nav-pills .nav-link:hover {
    background-color: #4fb7ac;
    color: #fff;
}

.roi-calculate .nav-pills .nav-link.active,
.roi-calculate .nav-pills .show>.nav-link {
    background-color: #f0f7ff;
    border-color: transparent;
    color: #316094;
}

.roi-final-data {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    margin: 0 0 10px;
    padding: 10px 10px;
    background-color: #f0f7ff;
}

.roi-final-data .roi-result-dsc {
    flex: 1;
}

.roi-final-data .roi-result-dsc p {
    font-weight: 600;
    font-size: 1.6rem;
    line-height: 2.0rem;
}

.roi-final-data .roi-result-data {
    text-align: right;
}

.roi-final-data .roi-result-data p {
    margin: 0;
    font-size: 2.0rem;
    font-weight: 600;
    color: #316094;
}

.footerbutton-sticky {
    transition: 0.3s all ease-in-out;
    opacity: 0;
    width: 100%;
    bottom: -20%;
    right: 0px;
    left: 0px;
    position: fixed;
    background: #70d1d2;
    background: linear-gradient(90deg, #70d1d2 0%, #005cc1 100%);
    padding: 15px 0;
}

.footerbutton-sticky.removed {
    transition: 0.3s all ease-in-out;
    opacity: 1;
    bottom: 0;
}

.graph-img {
    max-width: 63% !important;
    margin-bottom: 20px;
}

.survey-page .check-list li {
    font-weight: 400;
}

.headingpb .heading {
    padding: 30px 0 10px;
}

.inner-vertical-banner.ebookimage {
    overflow: visible !important;
}

.inner-vertical-banner.ebookimage .ebookimage {
    position: relative;
}

.inner-vertical-banner.ebookimage .ebookimage img {
    position: absolute;
    left: 0;
    top: 0px;
}

.emr-list-section {
    column-count: 4;
}

.repugen-make-payment .account-summary-data {
    box-shadow: -8px 8px 19px -8px rgba(123, 127, 218, 0.5);
    min-height: 100%;
}

.repugen-make-payment .account-summary-data .single-user-head {
    border-bottom: 2px dashed #316094;
    background-color: #fff;
    padding: 15px;
    margin: 0 0 15px;
}

.repugen-make-payment .account-summary-data .single-user-head h3 {
    padding: 0;
    margin: 0;
    color: #316094;
}

.repugen-make-payment .account-summary-data .single-user-head .btn {
    transition: 0.3s all ease-in-out;
    font-size: 1.6rem;
}

.repugen-make-payment .account-summary-data .single-user-head .btn:hover {
    color: #316094;
    transform: scale(1.3);
}

.repugen-make-payment .account-summary-data .single-desc {
    display: flex;
    align-items: center;
    padding: 5px 15px;
}

.repugen-make-payment .account-summary-data .single-desc p {
    padding: 0;
}

.repugen-make-payment .account-summary-data .single-desc p:first-child {
    width: 30%;
    font-weight: 500;
    color: #316094;
}

.repugen-make-payment .price-dsc-main {
    background-color: #fff;
    padding: 10px 10px;
}

.repugen-make-payment .price-dsc-main p {
    display: flex;
    justify-content: space-between;
    margin: 0;
    width: 100%;
    font-size: 1.5rem;
    padding: 0;
    font-weight: 500;
}

.repugen-make-payment .price-dsc-main .price {
    color: #316094;
}

@media (max-width: 1199px) {
    .inner-vertical-banner h1 {
        font-size: 3.2rem;
        line-height: 4.6rem;
    }
}

@media (min-width: 1199px) {
    .partnersLp .inner-vertical-banner {
        min-height: 240px;
    }

    .btnsec {
        text-align: center;
        background-color: #fff;
        padding: 10px 0 0;
    }

    .btnsec .btn-main {
        width: 100%;
        border-radius: 0;
        display: block;
    }
}

@media (max-width: 1366px) {
    .partnersLpForm .form-inner-sec {
        margin-top: -280px;
    }

    .partnersInner {
        height: 440px;
    }

    .emr-list-section {
        column-count: 3;
    }
}

@media (min-width: 1200px) {
    .main-block-sec .container {
        max-width: 1100px;
    }
}

@media (max-width: 1024px) {
    .inner-vertical-banner h1 {
        font-size: 2.8rem;
        line-height: 3.8rem;
        padding: 0 0 10px;
    }

    .inner-vertical-banner .vertical-banner-img img {
        position: relative;
        width: 75% !important;
    }

    .partnersInner {
        height: auto;
    }

    .enterprisePartnersLogos {
        gap: 10px 10px;
    }

    .enterprisePartnersLogos .item {
        width: 150px;
    }

    .partnersLpForm .form-inner-sec {
        margin-top: 0px;
        padding: 0 0 30px;
    }

    .partnersInnerMain {
        height: auto;
        margin: 0 0 30px;
    }

    .team-block-flex .team-block-area {
        flex: unset;
        width: 30%;
        margin: 0 5px 20px;
    }

    .team-block-flex .team-block-area:last-child {
        margin-bottom: 0px;
    }

    .posts li {
        width: 31.5%;
    }

    .resource-block {
        padding-bottom: 80px;
    }

    .resource-block .rbdscLink {
        flex-direction: column;
        font-size: 14px;
        bottom: 10px;
    }

    .timer-offer-module-main .timer-offer-module {
        padding: 10px;
    }

    .timer-offer-module-main .number-list .day-sec-main .item {
        font-size: 25px;
        line-height: 35px;
    }

    .timer-offer-module-main .number-list .day-sec-main .timeRefDays {
        font-size: 18px;
        font-weight: 500;
    }

    .roi-calculate .nav-pills .nav-item {
        width: auto;
        padding: 0;
    }

    .roi-calculate label {
        font-size: 1.2rem;
    }

    .roi-final-data .roi-result-data {
        width: 50%;
    }

    .repugen-make-payment .account-summary-data .single-desc p:first-child {
        width: 40%;
    }
}

@media (max-width: 990px) {
    .inner-vertical-banner .vertical-banner-img img {
        width: 100% !important;
    }

    .epSec {
        padding: 0 0 60px;
    }

    .how-does-it-work-sec {
        width: 48%;
    }

    .partnersInnerMain {
        height: auto;
        padding: 20px;
        margin: 0 0 30px;
        text-align: center;
    }

    .partnersInnerMain .sub-heading span {
        display: inline-block;
    }

    .partnersInner {
        height: auto;
    }

    .btnsec {
        position: static;
    }

    .featuresSec .revenue-with-repugen-inner .repugen__numbers {
        padding: 20px;
    }

    .posts li {
        width: 48.5%;
    }

    .filters label {
        min-width: 120px;
    }

    .button-group.filters-button-group>button {
        min-width: 120px;
    }

    .repugen-make-payment .account-summary-data .single-desc {
        flex-direction: column;
        padding: 0 0 15px;
    }

    .repugen-make-payment .account-summary-data .single-desc p {
        padding: 0;
        margin: 0;
    }

    .repugen-make-payment .account-summary-data .single-desc p:first-child {
        width: 100%;
        text-align: center;
    }
}

@media (max-width: 767px) {
    .inner-vertical-banner {
        padding: 40px 0;
        text-align: center;
    }

    .inner-vertical-banner h1 {
        padding: 0px 0 15px 0;
        font-size: 2.6rem;
        line-height: 3.6rem;
    }

    .home-block-txt-area {
        text-align: center;
    }

    .client-list-logo {
        gap: 10px 10px;
    }

    .client-list-logo .logo__each {
        width: 165px !important;
    }

    .inner-block-txt-area {
        text-align: center;
    }

    .inner-block-txt-area img {
        padding: 0 0 20px;
    }

    .icon-sec {
        flex-direction: row;
        text-align: left;
        justify-content: unset;
        margin: 0 0 15px;
    }

    .icon-sec .icon-img {
        margin: 0 20px 0 0;
    }

    .enterprisePartnersLogos {
        gap: 5px 5px;
    }

    .enterprisePartnersLogos .item {
        width: 170px;
    }

    .enterprisePartners {
        padding: 0 0 50px;
    }

    .how-does-it-work-sec {
        width: 100%;
    }

    .partnersInnerSec {
        text-align: center;
    }

    .partnersLpForm .form-inner-sec {
        padding: 0 0 0px;
    }

    .team-block-flex .team-block-area {
        width: 100%;
    }

    .money-back-guarantee:before {
        width: 100%;
        right: 0;
        top: auto;
        bottom: 0;
        height: 50%;
    }

    .anotherhead .heading {
        padding: 40px 0 20px;
    }

    .filter-head-btn .filters {
        flex-wrap: wrap;
        justify-content: space-around;
    }

    .filter-head-btn .filters li {
        flex: unset;
    }

    .posts li {
        width: 100%;
    }

    .filters label {
        min-width: 85px;
    }

    .featuresSec .revenue-with-repugen-inner .repugen__numbers {
        width: 100%;
    }

    .roi-calculate .nav-pills .nav-item {
        width: 50%;
    }

    .roi-calculate .nav-pills .nav-item .nav-link {
        padding: 20px 10px !important;
        font-size: 1.6rem;
        font-weight: 500;
    }

    .roi-final-data {
        flex-direction: column;
        align-items: center;
        padding: 20px;
    }

    .roi-final-data .roi-result-data {
        width: 100%;
        text-align: center;
    }

    .emr-list-section {
        column-count: 1;
    }

    .timer-offer-module-main .timer-offer-module {
        padding: 0;
        background-color: transparent;
    }

    .timer-offer-module-main .number-list .day-sec-main .timeRefDays {
        font-size: 15px;
        font-weight: 500;
    }

    .repugen-make-payment .account-summary-data {
        min-height: 100px;
        margin: 0 0 30px;
    }
}

@media (max-width: 320px) {
    .inner-vertical-banner h1 {
        font-size: 2.4rem;
        line-height: 3.4rem;
    }

    .enterprisePartnersLogos .item {
        width: 140px;
    }

    .timer-offer-module-main .timer-offer-module {
        padding: 5px;
    }

    .timer-offer-module-main .timer-offer-module .number-list .day-sec-main {
        margin: 0 2px;
        padding: 5px;
    }

    .timer-offer-module-main .timer-offer-module .number-list .day-sec-main .item {
        font-size: 20px;
        line-height: 25px;
    }
}

.light_gray_bg .clients__logo_block .client__list_logo .logo__each,
.light-gray-bg .clients__logo_block .client__list_logo .logo__each {
    background-color: #fff;
}

.custom-file-button {
    background-color: #fff;
}

.custom-file-button input[type="file"] {
    color: rgba(0, 0, 0, 0) !important;
    margin-left: -2px !important;
    opacity: 0;
}

.custom-file-button input[type="file"]::-webkit-file-upload-button {
    display: none;
}

.custom-file-button input[type="file"]::file-selector-button {
    display: none;
}

.custom-file-button .input-group-text {
    font-size: 1.5rem;
    width: 100px;
    border: 0;
    margin: 0;
}

.custom-file-button .input-group-text:after {
    content: unset;
}

.custom-file-button:hover label {
    background-color: #4fb7ac;
    cursor: pointer;
}

/******pricing page*****/
.pricing-single-main {
    padding: 0 150px;
    /*scroll-snap-type: x mandatory;
    scrollbar-width: none;*/
}

.pricing-single-main::-webkit-scrollbar {
    display: none;
}

.pricing-single-main .pricing-single-sec {
    background-color: #f0f7ff;
    padding: 10px;
    background-color: #fff;
    border: 1px solid #eee;
    flex: 1;
    padding: 15px 25px 80px;
    transition: 0.4s all;
    position: relative;
}

.pricing-single-main .pricing-single-sec .accordion-header .accordion-button {
    pointer-events: none;
    border: none;
    padding: 0 !important;
    text-align: left;
    color: #222;
    font-size: 1.6rem;
    line-height: 2.6rem;
    border: none;
    font-weight: 600;
}

.pricing-single-main .pricing-single-sec .accordion-header .accordion-button .addOn {
    position: absolute;
    right: -15px;
    top: -5px;
    color: #316094;
    background-color: #f0f7ff;
    border-radius: 20px;
    transition: 0.3s all ease-in-out;
    box-shadow: none !important;
    text-transform: capitalize;
    font-size: 1rem;
    line-height: 2.0rem;
    font-weight: 600;
    padding: 5px 10px;
}

.pricing-single-main .pricing-single-sec .accordion-header .accordion-button::after {
    font-size: 1.6rem;
    background-image: none;
    content: '\2b';
    color: #316094;
    font-family: 'Font Awesome 6 Pro';
    font-weight: 600;
    transform: rotate(0deg);
    display: none;
    transition: 0.3s all ease-in-out;
    background-color: transparent !important;
    transition: 0.3s all ease-in-out;
}

.pricing-single-main .pricing-single-sec .accordion-header .accordion-button:not(.collapsed) {
    color: #ffffff;
    background-color: #316094;
    box-shadow: none;
}

.pricing-single-main .pricing-single-sec .accordion-header .accordion-button:not(.collapsed)::after {
    transform: rotate(45deg);
    color: #ffffff;
    background-color: #316094;
    box-shadow: none;
}

.pricing-single-main .pricing-single-sec .accordion-header .accordion-button .plantitle {
    font-size: 2.6rem;
    line-height: 3.6rem;
    font-weight: 500;
    padding: 15px 0;
    display: inline-flex;
    margin: 15px 0 0 0;
}

.pricing-single-main .pricing-single-sec .accordion-header .accordion-button .planPrice {
    font-size: 3.5rem;
    line-height: 4.5rem;
    padding: 0;
    margin: 0;
    font-weight: 800;
}

.pricing-single-main .pricing-single-sec .accordion-header .accordion-button .planPrice small {
    font-size: 1.2rem;
    font-weight: 500;
}

.pricing-single-main .pricing-single-sec .check-list {
    padding: 20px 15px 30px;
    margin: 10px 0 0;
    border-top: 1px solid #ccc;
}

.pricing-single-main .pricing-single-sec .check-list li {
    padding: 0 0 15px;
    list-style-type: decimal;
    font-size: 13px;
    line-height: 22px;
}

.pricing-single-main .pricing-single-sec .check-list li:last-child {
    padding: 0;
}

.pricing-single-main .pricing-single-sec .check-list li:before {
    content: none;
}

.pricing-single-main .pricing-single-sec .getEstimateBtn {
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
}

.pricing-single-main .pricing-single-sec .getEstimateBtn .btn-main {
    padding: 5px 15px;
    border-radius: 5px;
}

.pricingBanner {
    min-height: 100vh;
    position: relative;
}

.pricingBanner::after {
    background-color: rgba(255, 255, 255, 0.6);
    backdrop-filter: blur(6px);
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

#pricingmodal {
    background-color: rgba(255, 255, 255, 0.6);
    backdrop-filter: blur(6px);
    min-height: 100vh;
    position: fixed;
    right: 0;
    top: 0;
    bottom: 0;
    width: 600px;
    background-color: #316094;
    padding: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#pricingmodal label {
    font-weight: 400;
    color: #fff;
}

.price-check-list li {
    list-style-type: none !important;
    position: relative;
}

.pricing-single-main .pricing-single-sec .check-list.price-check-list li::before {
    content: '\f560';
    position: absolute;
    font-family: "Font Awesome 6 Pro";
    font-size: 13px;
    left: -15px;
}

.pricing-single-main .pricing-single-sec.corePlan .check-list.price-check-list li::before {
    color: #fff;
}

@media (max-width: 1366px) {
    .pricing-single-main {
        padding: 0 50px;
    }

    .pricing-single-main .pricing-single-sec {
        min-width: 20%;
    }
}

@media (max-width: 1366px) and (min-width: 1025px) {
    #pricingmodal .form-group {
        margin-bottom: 10px;
    }
}

/****updated only media 1025px****/
@media (min-width: 1025px) {
    .pricing-single-main .pricing-single-sec .accordion-header .pricing-head {
        background-color: transparent;
    }

    .pricing-single-main .pricing-single-sec .collapse:not(.show) {
        display: block;
    }

    .pricing-single-main .highlightPlana {
        z-index: 9;
        box-shadow: 0 15px 35px rgba(50, 50, 93, 0.1);
        background-color: #316094;
        transform: scale(1.1);
    }

    .pricing-single-main .highlightPlana .plantitle,
    .pricing-single-main .highlightPlana .planPrice,
    .pricing-single-main .highlightPlana small {
        color: #fff;
    }

    .pricing-single-main .highlightPlana h3 {
        font-size: 40px;
        line-height: 50px;
    }

    .pricing-single-main .highlightPlana .btn-cyan:hover {
        background-color: #ffffff;
        border-color: #ffffff;
        color: #316094;
    }

    .pricing-single-main .highlightPlana .price-check-list li {
        color: #fff;
    }
}

@media (max-width: 1024px) {
    #pricingmodal {
        width: 100%;
    }

    #pricingmodal {
        padding: 30px 15px 50px;
    }

    .pricing-single-main .pricing-single-sec {
        min-width: 25%;
    }

    .pricing-single-main .pricing-single-sec .accordion-header .pricing-head {
        padding: 10px 0 0 !important;
    }

    .pricing-single-main .pricing-single-sec .accordion-header .pricing-head .plantitle {
        font-size: 2.0rem;
        line-height: 2.6rem;
        padding: 0 0 5px;
    }

    .pricing-single-main .pricing-single-sec .accordion-header .pricing-head .planPrice {
        font-size: 2.5rem;
        line-height: 3.0rem;
    }
}

/* @media (max-width: 1024px) and (orientation: portrait) {
    .pricing-single-main .pricing-single-sec {
        min-width: 30%;
    }
} */

/* @media (max-width: 990px) {
    .pricing-single-main {
        padding: 0 0px;
    }

    #pricingmodal {
        position: static;
        padding: 30px 15px;
        align-items: flex-start;
        width: 100%;
    }

    #pricingmodal .logo-block {
        padding-top: 0px !important;
    }
} */

/****updated only media 1024px****/
@media (max-width: 1024px) {
    .pricing-single-main .pricing-single-sec {
        margin: 0 0 30px;
        padding: 0px;
    }

    .pricing-single-main .pricing-single-sec .accordion-header .accordion-button {
        pointer-events: fill;
        transition: 0.3s all ease-in-out;
        padding: 10px !important;
    }

    .pricing-single-main .pricing-single-sec .accordion-header .accordion-button[aria-expanded="true"] .plantitle,
    .pricing-single-main .pricing-single-sec .accordion-header .accordion-button[aria-expanded="true"] .planPrice,
    .pricing-single-main .pricing-single-sec .accordion-header .accordion-button[aria-expanded="true"] small {
        color: #fff;
    }

    .pricing-single-main .pricing-single-sec .accordion-header .accordion-button .plantitle {
        margin: 0;
        padding: 10px 0 0 0;
        display: block;
    }

    .pricing-single-main .pricing-single-sec .accordion-header .accordion-button .addOn {
        position: static;
    }

    .pricing-single-main .pricing-single-sec .accordion-header .accordion-button:after {
        display: block !important;
    }

    .pricing-single-main .pricing-single-sec .accordion-collapse {
        padding: 15px;
        background-color: #f0f7ff;
    }

    .pricing-single-main .pricing-single-sec .accordion-collapse .check-list {
        border-color: transparent;
        margin: 0;
        padding: 10px 10px 20px;
    }

    .pricing-single-main .pricing-single-sec .getEstimateBtn {
        position: static;
        text-align: left !important;
    }

    .pricingPageSidebar .pricing-page-form {
        padding: 15px 15px 50px;
        width: 100%;
    }
}

/******************************/
.checkbox-example-wrap p {
    padding: 0 20px;
    color: #444;
}

.checkbox-example {
    position: relative;
    padding: 0 0 10px;
}

input[type="checkbox"].checkbox-toggle {
    position: absolute;
    left: -9999px;
    visibility: hidden;
}

label.checkbox-toggle-label span {
    font-size: 1.2rem;
}

label.checkbox-toggle-label span.on {
    position: absolute;
    top: 0px;
    right: 35px;
    display: none;
    color: #fff;
}

label.checkbox-toggle-label span.off {
    position: absolute;
    top: 0px;
    right: 14px;
    display: inline-block;
    color: #222;
}

label.checkbox-toggle-label:before {
    content: '';
    border: 1px solid #4fb7ac;
    width: 100px;
    height: 35px;
    position: absolute;
    right: 0;
    top: -5px;
    border-radius: 30px;
    background-color: #4fb7ac;
}

label.checkbox-toggle-label:after {
    content: '';
    position: absolute;
    right: 73px;
    top: 5px;
    width: 15px;
    height: 15px;
    background: #fff;
    transition: .1s ease-in;
    border-radius: 50%;
}

input.checkbox-toggle {
    visibility: hidden;
}

input.checkbox-toggle:checked+label.checkbox-toggle-label:after {
    opacity: 1;
    transform: translateX(60px);
    background: #fff;
}

input.checkbox-toggle:checked+label.checkbox-toggle-label:before {
    background: #316094;
    border: 2px solid #0d1f32;
}

input.checkbox-toggle:checked+label.checkbox-toggle-label {
    color: #316094;
}

input.checkbox-toggle:checked+label.checkbox-toggle-label span.on {
    display: inline-block;
}

input.checkbox-toggle:checked+label.checkbox-toggle-label span.off {
    display: none;
}

label.checkbox-toggle-pill-label:before {
    border-radius: 10px;
}

label.checkbox-toggle-pill-label:after {
    border-radius: 5px;
}

/*******pricing- add in inner.css******/
.pricingBanner::after {
    backdrop-filter: blur(0px);
    filter: grayscale(1);
    background-color: rgba(56, 56, 56, 0.5);
}

/*******pricing End******/




/*****26-02-24*****/

/****pricing-btn-toggle****/
.newtoggle .btn-toggle {
    position: relative;
    height: 30px;
    width: 60px;
    border-radius: 15px;
    box-shadow: none !important;
    background-color: #316094;
    border: 2px solid #316094;
    outline: none;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e") !important;
}

.newtoggle .btn-toggle:before,
.newtoggle .btn-toggle:after {
    font-weight: 700;
    font-size: 16px;
    letter-spacing: 0.5px;
    position: absolute;
    transition: opacity 0.25s;
}

.newtoggle .btn-toggle:before {
    content: "Annually";
    left: 100%;
    margin: 0 0 0 10px;
    opacity: 0.4;
}

.newtoggle .btn-toggle:after {
    content: "Monthly";
    opacity: 1;
    right: 100%;
    margin: 0 10px 0 0;
    color: #316094;
}

.newtoggle .btn-toggle:checked:before {
    opacity: 1;
    color: #316094;
}

.newtoggle .btn-toggle:checked:after {
    opacity: 0.4;
    color: #222;
}

.newtoggle .btn-toggle:active {
    filter: brightness(100%);
}

/****pricing-btn-toggle-end****/


/****pricing-page-new*****/
.pricing-single-main {
    padding: 20px 0px;
    /*overflow-x: scroll;*/
}

.pricing-single-main .pricing-single-sec {
    padding: 15px 15px 80px 30px;
    min-height: calc(100% - 10px);
    margin: 0 0 10px;
}

.pricing-single-main .pricing-single-sec .accordion-header .accordion-button .planPrice small {
    display: block;
    line-height: 3rem;
}

.pricing-single-main .pricing-single-sec .accordion-header .accordion-button .plantitle {
    font-size: 1.9rem;
    line-height: 2.6rem;
    font-weight: 700;
    padding: 15px 0 10px;
}

.pricing-single-main .pricing-single-sec .accordion-header .accordion-button .addOn {
    top: -30px;
    background-color: #316094;
    border-radius: 5px;
    color: #fff;
}

.pricing-single-main .pricing-single-sec .accordion-header .accordion-button .planPrice {
    font-size: 2.5rem;
    line-height: 3.5rem;
}

@media (max-width: 1400px) {
    .pricing-single-main .highlightPlana {
        min-width: 100px !important;
    }

    .pricing-single-main .pricing-single-sec .accordion-header .accordion-button .plantitle {
        font-size: 1.6rem;
        line-height: 2.6rem;
    }

}

@media(max-width:1280px) {
    .pricing-single-main .highlightPlana {
        transform: scale(1.05);
    }

    .pricing-single-main .pricing-single-sec {
        margin: 0 0 30px;
    }
}

@media (max-width: 1024px) {

    .pricing-single-main .pricing-single-sec .accordion-header .accordion-button:not(.collapsed) .addOn {
        background-color: #f0f7ff;
        color: #316094;
    }


    .pricing-single-main .highlightPlana {
        transform: scale(1.0);
    }

    .pricing-single-main .pricing-single-sec {
        min-height: calc(100% - 30px);
        margin: 0 0 30px;
        padding: 0px;
    }

    .pricing-single-main .pricing-single-sec .accordion-header .accordion-button .planPrice small {
        display: inline-block;
    }
}

@media (max-width: 990px) {
    .pricing-single-main .pricing-single-sec.corePlan .check-list.price-check-list li::before {
        color: #222;
    }

    #pricingmodal {
        position: static;
    }
}

@media (max-width: 767px) {
    .pricing-single-main .pricing-single-sec .accordion-header .accordion-button[aria-expanded=true] small {
        color: #fff !important;
    }
}
.filtercss .filters label {
  font-size: 15px;
  font-weight: 600;
  padding: 20px 10px;
}

@media (max-width: 1024px) {
  .filtercss.filter-head-btn .filters {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .filtercss.filter-head-btn .filters li {
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
    width: 33%;
  }
}

@media (max-width: 767px) {
  .filtercss.filter-head-btn .filters li {
    width: 100%;
  }
}
/**********new-for-inner-pages*******/
.pad-100 {
  padding: 100px 0;
}

.grey-bg {
  background-color: #f0f7ff;
}

.wrap-inner-main .wrap-inner {
  padding: 20px;
  border-radius: 10px;
  margin: 0 0 10px;
  min-height: calc(100% - 10px);
}

.new-ctabg {
  position: relative;
  background-attachment: fixed;
}
.new-ctabg:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #316094;
  opacity: 0.3;
}

.new-cta-bg {
  position: relative;
  background: rgb(0, 92, 193);
  background: linear-gradient(90deg, #005cc1, #4fb7ac, #005cc1, #4fb7ac);
  background-size: 400% 400%;
  animation: gradient 50s ease infinite;
}

.new-cta-image {
  margin: -80px 0;
}

.flex-btn .btn-main:last-child {
  margin: 0 0 0 10px;
}

@media (max-width: 1366px) {
  .flex-btn .btn-main {
    min-width: 150px !important;
  }
}
@media (max-width: 767px) {
  .flex-btn {
    margin: 0 0 20px;
  }
  .new-cta-image {
    margin: 0px 0;
  }
}
@media (max-width: 767px) {
  .flex-btn .btn-main {
    font-size: 1.3rem;
    padding: 10px 12px;
    min-width: 100% !important;
  }
  .flex-btn .btn-main:last-child {
    margin: 10px 0 0 0px;
  }
}
.vertical-banner-img.newverticalbanner img {
  -o-object-fit: scale-down;
     object-fit: scale-down;
}

.inner-block-img {
  text-align: center;
}

/*Add after feature page live*/
.inner-vertical-banner .bannet-top {
  background-color: #28625D;
  color: #fff;
  display: inline-block;
  padding: 8px 10px;
  border-radius: 5px;
  -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
          box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  margin: 0 0 15px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
}


.steps-main .row .col {
  padding: 0;
  position: relative;
}
.steps-main .row .col:not(:last-of-type)::after {
  content: "";
  width: 1px;
  height: 75%;
  background: rgba(49, 96, 148, 0.05);
  position: absolute;
  right: 0;
  top: 50%;
  opacity: 1;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.steps-main .steps-each {
  padding: 15px;
  border-radius: 5px;
  text-align: center;
  position: relative;
  height: 100%;
}
.steps-main .steps-each::before {
  content: "";
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  opacity: 0;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  background: rgba(49, 96, 148, 0.05);
  -webkit-transform: translateY(-10%);
          transform: translateY(-10%);
}
.steps-main .steps-each:not(:last-of-type)::after {
  content: "";
  width: 1px;
  height: 75%;
  background: rgba(49, 96, 148, 0.05);
  position: absolute;
  right: 0;
  top: 50%;
  opacity: 1;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.steps-main .steps-each .stepsNumber {
  font-size: clamp(30px, 10vw + 20px, 90px);
  line-height: 70px;
   
  display: block;
  color: transparent;
  font-weight: 700;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
color: #316094;
}
.steps-main .steps-each .sub-heading {
  letter-spacing: 1.5px;
  text-transform: uppercase;
  font-weight: 700;
}
.steps-main .steps-each :hovder::before {
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  opacity: 1;
}
.steps-main .steps-each :hovder .stepsNumber {
  -webkit-transform: translateY(5px);
          transform: translateY(5px);
  color: #316094;
}

@media (max-width: 1024px) {
  .steps-main .row .col:not(:last-of-type)::after {
    content: unset;
  }
}
@media (max-width: 767px) {
  .steps-main .row .col:not(:last-of-type)::after {
    content: "";
    width: 100%;
    height: 1px;
    background: rgba(49, 96, 148, 0.05);
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    top: auto;
  }
}
/*end region Add after feature page live*/
.casestudies-main.post {
  -ms-flex-preferred-size: 31%;
      flex-basis: 31%;
  min-height: 100px !important;
  margin: 0 !important;
}

.maincasestudies {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 25px;
}

.casestudy-main .resource-block .rb-dsc .sub-heading strong {
  display: block;
  font-size: 18px;
  line-height: 28px;
  font-weight: 700;
  margin: 0 0 10px;
  color: #306094;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.resource-block:hover .rb-dsc .sub-heading strong {
  color: #fff;
}

.casestudybanner .container {
  position: relative;
}
.casestudybanner:before {
  background: radial-gradient(50.08% 44.51% at 100% 100%, rgba(48, 97, 149, 0.2) 0, rgba(119, 89, 194, 0) 100%), radial-gradient(60.76% 48.01% at 0 100%, rgba(48, 97, 149, 0.2) 0, rgba(226, 67, 41, 0) 100%), #fff;
  content: "";
  height: 200%;
  left: 0;
  position: absolute;
  top: 0;
  -webkit-transform: scaleY(-1);
          transform: scaleY(-1);
  width: 101%;
}

.casestudyinnerbanner h2 {
  font-weight: 600;
  font-size: 22px;
  line-height: 35px;
}

.bannerlogos img {
  width: 130px;
}
.bannerlogos .plusicon {
  font-size: 30px;
  font-weight: 500;
  color: #306094;
}
.bannerlogos .plusicon:before {
  content: "+";
}

.casestudyratiomain {
  gap: 10px;
}

.casestudyratio {
  padding: 30px;
  text-align: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 0 0 10px;
  min-height: calc(100% - 10px);
  background-color: #ffffff;
}
.casestudyratio p {
  font-weight: 600;
  color: #316094;
  font-size: 2rem;
  line-height: 3rem;
}
.casestudyratio h3 {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 0 0px;
}
.casestudyratio h3 span {
  font-size: 3rem;
  line-height: 4rem;
  font-weight: 700;
}
.casestudyratio h3 .arrowicon {
  margin: 0 20px;
  color: #b1b1b1;
}

.headingiconmain {
  margin: 30px 0 20px;
}
.headingiconmain .case-icon-sec {
  width: 60px;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 25px;
  color: #316094;
  background-color: #e9f0f8;
  border-radius: 50%;
  border: 1px solid #316094;
}
.headingiconmain .case-dsc-sec .heading {
  padding: 0 !important;
  margin: 0 !important;
}

.casestudiesfooter-head a {
  color: #222;
}
.casestudiesfooter-head a i {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
}
.casestudiesfooter-head a:hover {
  color: #316094;
}
.casestudiesfooter-head a:hover i {
  -webkit-transform: translateX(10px);
          transform: translateX(10px);
}
.readnowbutton {
     margin: 15px 0 0;
    font-size: 18px;
    font-weight: 600;
}
.readnowbutton i {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
}
.readnowbutton:hover {
  color: #316094;
}
.readnowbutton:hover i {
  -webkit-transform: translateX(10px);
          transform: translateX(10px);
}
@media (max-width: 1024px) {
  .casestudyratio {
    padding: 20px;
    width: 100%;
  }
  .resource-block {
    padding-bottom: 45px;
  }
}
@media (max-width: 990px) {
  .casestudies-main.post {
    -ms-flex-preferred-size: 48%;
        flex-basis: 48%;
  }
}
@media (max-width: 767px) {
  .casestudies-main.post {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}

/*********06-12-24********/
.case-icon-sec:has(.fa-hospitals) {
  color: #4FB7AC;
  border-color: #4FB7AC;
  background-color: transparent;
}
.case-icon-sec:has(.fa-circle-exclamation) {
  color: #E63946;
  border-color: #E63946;
  background-color: transparent;
}
.case-icon-sec:has(.fa-lightbulb-on) {
  color: #4CAF50;
  border-color: #4CAF50;
  background-color: transparent;
}
.case-icon-sec:has(.fa-bullseye-arrow) {
  color: #FFC107;
  border-color: #FFC107;
  background-color: transparent;
}


.owl-nav button.owl-prev.disabled, .owl-nav button.owl-next.disabled {
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
  pointer-events: none;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  background-color: #dcdcdc;
}
.casestudyinner P,
.casestudyinner li {
  font-size: 1.7rem;
  line-height: 3rem;
  margin: 0 0 15px;
  font-weight: 400;
}

.clientlistlogo .logoeach {
  inset: -1px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: calc(100% - 30px);
  margin: 0 0 30px;
  padding: 50px 20px;
}
.clientlistlogo .logoeach img {
  width: 80%;
}
.casestudy-main .resource-block .rb-dsc .sub-heading {
    font-size: 1.6rem;
    line-height: 2.6rem;
    font-weight: 400;
}

.case-icon-sec i {
    padding-left: 7px;
}
.casestudyinner li strong {
    font-weight: 600;
}
.casestudyinner P, .casestudyinner li {
    font-size: 1.7rem;
    line-height: 3rem;
    margin: 0 0 15px;
    font-weight: 400;
}
/*****15-03-2024*****/
.providerlogo {
  padding: 5px;
  margin: 0 0 20px;
  border-radius: 5px;
  border: 1px solid #f0f7ff;
}

.testimonial-bg .owl-carousel .owl-item {
  padding: 0px;
  background-color: rgba(255, 255, 255, 0.7);
}
.testimonial-bg .owl-nav .owl-prev, .testimonial-bg .owl-nav .owl-next {
  background-color: #fff;
}
.testimonial-bg .owl-nav .owl-prev:hover, .testimonial-bg .owl-nav .owl-next:hover {
  background-color: #316094;
}
.testimonial-bg .testimonial-single {
  position: relative;
  padding: 50px 50px;
}
.testimonial-bg .testimonial-single .testimonial-provider-logo img {
  width: 150px !important;
}
.testimonial-bg .testimonial-single .testimonial-provider-logo.triadlogo img {
  width: 350px !important;
}
.testimonial-bg .testimonial-single .textimonial-dsc p {
  font-size: 2.2rem;
  line-height: 3.2rem;
  font-weight: 500;
  margin: 10px 0 20px;
}
.testimonial-bg .testimonial-single .check-list li strong {
  color: #28625D;
  font-size: 1.8rem;
  line-height: 2.8rem;
}
.testimonial-bg .testimonial-single .testimonial-thumb-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.testimonial-bg .testimonial-single .testimonial-thumb-block .testimonial-title {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 0 0 0 15px;
}
.testimonial-bg .testimonial-single .testimonial-thumb-block .testimonial-title h3 {
  font-size: 1.8rem;
  line-height: 2.8rem;
}
.testimonial-bg .testimonial-single .testimonial-thumb-block .testimonial-title p {
  margin: 0px;
}
.testimonial-bg .testimonial-single .testimonial-thumb-block .testimonial-thumb {
  width: 70px;
  height: 70px;
  overflow: hidden;
  display: inline-block;
  border-radius: 50%;
  border: 2px solid #4fb7ac;
  background-color: #fff;
}
.testimonial-bg .testimonial-single .testimonial-thumb-block .testimonial-thumb img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

@media (max-width: 1024px) {
  .testimonial-bg .owl-carousel .owl-stage {
    display: block;
  }
}
@media (max-width: 767px) {
  .testimonial-bg .testimonial-single {
    padding: 30px 15px;
  }
  .testimonial-bg .testimonial-single .testimonial-thumb-block .testimonial-title {
    padding: 15px 0 0 0px;
  }
  .testimonial-bg .testimonial-provider-logo.triadlogo img {
    width: 100% !important;
  }
}
@media (max-width: 767px) {
.inner-block-txt-area {
text-align: left;
}
}
/*added for new survey pages global on 15th July, 2025*/
.newsurveypage .key_heading {
  font-size: 2rem;
  line-height: 3rem;
  font-weight: 700;
  color: #316094;
  padding: 0;
  margin: 25px 0 15px 0;
}
.newsurveypage p {
  margin: 0 0 1.5rem;
}
.newsurveypage .check-list li {
  padding-left: 15px;
  font-size: 1.6rem;
  line-height: 2.9rem;
}
.newsurveypage .check-list li:before {
  content: "\f111";
  font-weight: 600;
  font-size: 6px;
}
.newsurveypage .check-list li strong {
  font-weight: 600;
}
.newsurveypage .patient-review-survey-right {
  position: sticky;
  top: 130px;
}
.newsurveypage .patient-review-survey-right .accordion .accordion-item {
  margin: 0 0 5px;
}
.newsurveypage .patient-review-survey-right .accordion .accordion-item .accordion-button {
  padding: 5px 10px;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 500;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.newsurveypage .patient-review-survey-right .accordion .accordion-item .accordion-button::after {
  content: "+";
  font-weight: 600;
  font-family: "Font Awesome 6 Pro";
  background-image: none;
  display: table;
  -webkit-filter: brightness(0);
          filter: brightness(0);
  font-size: 14px;
}
.newsurveypage .patient-review-survey-right .accordion .accordion-item .accordion-button:not(.collapsed) {
  background-color: transparent;
  color: #316094;
}
.newsurveypage .patient-review-survey-right .accordion .accordion-item .accordion-button:not(.collapsed)::after {
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}
.newsurveypage .patient-review-survey-right .accordion .accordion-item .accordion-button.noafter::after {
  content: none;
}
.newsurveypage .patient-review-survey-right .accordion .accordion-item .list-counter li {
  padding-bottom: 5px;
}
.newsurveypage .patient-review-survey-right .accordion .accordion-item .list-counter li:last-child {
  padding-bottom: 0;
}
.newsurveypage .patient-review-survey-right .accordion .accordion-item .list-counter li a {
  text-decoration: none;
  font-weight: 500;
  color: #222;
}
.newsurveypage .patient-review-survey-right .accordion .accordion-item .list-counter li a:hover {
  color: #316094;
  padding-left: 2px;
}

.patient-review-survey-right li a {
  font-size: 14px;
  line-height: 20px;
}

.survey-page .check-list li ul li:before {
  font-weight: 600;
}

.list-counter {
  list-style: none;
}
.list-counter li {
  padding-left: 15px;
}
.list-counter li::before {
  content: "\f111";
  font-weight: 600;
  font-size: 6px;

}
.surveysidebarebook .surveysidebarebook-title {
  font-size: 2.4rem;
  line-height: 3.5rem;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 15px;
}
.surveysidebarebook .p {
  font-size: 1.8rem;
  line-height: 2.8rem;
  font-weight: 700;
}

.check-list.decimal-list > li:before {
  content: none !important;
}

.check-list.decimal-list {
  padding-left: 15px !important;
}
.check-list.decimal-list > li {
  list-style-type: decimal;
  padding-left: 0 !important;
}
.check-list.decimal-list li ul {
  padding-top: 0;
}
.check-list.decimal-list li ul li {
  padding-bottom: 6px;
}
.check-list.decimal-list li ul li:last-child {
  padding-bottom: 0;
}
.researchpapers-banner {
  background-color: #ffffff;
}
.researchpapers-banner h1 {
  font-weight: 700;
}

.dynamictable .table-striped > tbody > tr:nth-of-type(odd) > * {
  --bs-table-accent-bg: #f5faff;
}
.dynamictable .table > thead {
  background-color: #316094;
}
.dynamictable .table > thead .cyanbg {
  background-color: #255B55;
  font-size: 16px;
  font-weight: 500;
}
.dynamictable .table > thead td {
  color: #ffffff;
  padding: 10px 10px;
}
.dynamictable .table > tbody td {
  padding: 10px 10px;
  text-align: center;
}
.dynamictable .table > tbody td:first-child {
  text-align: left;
}

.research-papers-page .table td {
  font-size: 16px;
  font-weight: 500;
}
.research-papers-page .caption {
  font-size: 14px;
  line-height: 24px;
  color: #6c757d;
}

@media (min-width: 767px) {
  .inner-image .pe-mob {
    pointer-events: none;
  }
}
.resource-block .rb-dsc .sub-heading {
  display: -webkit-box !important;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.subtitle {
    color: #7f8c8d !important;
    margin-bottom: 30px !important;
    font-size: 1rem !important;
  }

  .calculationMethodology table {
    width: 100% !important;
    border-collapse: collapse !important;
    margin-bottom: 30px !important;
  }

  .calculationMethodology th,
  .calculationMethodology td {
    padding: 15px !important;
    text-align: left !important;
    border-bottom: 1px solid #ddd !important;
    vertical-align: top !important;
  }

  .calculationMethodology th {
    background-color: #f8f9fa !important;
    font-weight: 600 !important;
    color: #2c3e50 !important;
  }

  .step-number {
    background: #316094 !important;
    color: #ffffff !important;
    width: 30px !important;
    height: 30px !important;
    border-radius: 50% !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-weight: bold !important;
    margin-right: 10px !important;
  }

  .formula {
    background: #f1f2f6 !important;
    padding: 8px 12px !important;
    border-radius: 4px !important;
    font-size: 14px !important;
  }

  .example-section {
    margin-top: 40px !important;
  }

  .example-title {
    color: #16a085 !important;
    font-size: 1.4rem !important;
    margin-bottom: 20px !important;
    font-weight: 600 !important;
  }

  .example-table th {
    background-color: #e8f6f3 !important;
    color: #16a085 !important;
  }

  .calc-value {
    font-weight: 600 !important;
    color: #2c3e50 !important;
  }

  .calc-formula {
    background: #f1f2f6 !important;
    padding: 8px 12px !important;
    border-radius: 4px !important;
    font-size: 14px !important;
    display: block !important;
  }

  .calculationMethodology tbody,
  .calculationMethodology td,
  .calculationMethodology tfoot,
  .calculationMethodology th,
  .calculationMethodology thead,
  .calculationMethodology tr {
    border-color: #ddd; !important
  }

  @media (max-width: 768px) {}

  .header {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%) !important;
    color: white !important;
    padding: 20px !important;
    text-align: center !important;
  }

  thead {
    background-color: #316094 !important;
    color: white !important;
    font-weight: 500 !important;
    font-size: 16px !important;
    padding: 20px 16px !important;
    text-align: center !important;
    border: none !important;
  }

  td {
    padding: 10px 16px !important;
    border-bottom: 1px solid #e8e8e8 !important;
    vertical-align: top !important;
  }

  .category-header {
    background: linear-gradient(135deg, #4a90e2 0%, #357abd 100%) !important;
    color: white !important;
    font-weight: 600 !important;
    text-align: center !important;
    font-size: 16px !important;
    padding: 12px 16px !important;
  }

  .category-headerrate {
    background: linear-gradient(135deg, #62a1e9 0%, #448fda 100%) !important;
    color: white !important;
    font-weight: 400 !important;
    text-align: center !important;
    font-size: 16px !important;
    padding: 12px 16px !important;
  }

  .category-headerrate strong {
    font-weight: 500 !important;
  }

  .specialty-name {
    font-weight: 500 !important;
    color: #2c3e50 !important;
  }

  .rating {
    font-weight: 600 !important;
    text-align: center !important;
    background: #f8f9fa !important;
    border-radius: 4px !important;
    padding: 4px 8px !important;
  }

  .rating-high {
    background: #d4edda !important;
    color: #155724 !important; 
  }

  .rating-medium {
    background: #fff3cd !important;
    color: #856404 !important;
  }

  .rating-low {
    background: #f8d7da !important;
    color: #721c24 !important;
  }

  .insights {
    font-size: 13px !important;
    color: #495057 !important;
    line-height: 1.4 !important;
    background: #f8f9fa !important;
    padding: 8px 12px !important;
    border-radius: 4px !important;
    margin: 2px 0 !important;
  }

  .insights strong {
    color: #2c3e50 !important;
  }

  .category-section {
    border-top: 3px solid #4a90e2 !important;
  }

  @media (max-width: 767px) {
.resource-block {
        padding-bottom: 20px;
    }
.resource-block .rbdscLink { 
position: relative;
      padding-top: 10px; 
}
}

/*******15-07-25 for tck: 34337********/
.tableheader {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: white;
  padding: 20px;
  text-align: center;
}
.tableheader h2 {
  margin: 0;
  font-weight: 600;
  color: #fff;
}

.table-custom {
  overflow-x: auto;
  border-radius: 12px;
  -webkit-box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
.table-custom table {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
}
.table-custom table th {
  background: #f8f9fa;
  padding: 12px 8px;
  text-align: left;
  font-weight: 600;
  color: #495057;
  border-bottom: 2px solid #e9ecef;
  position: sticky;
  top: 0;
}
.table-custom table th:hover {
  background: #f8f9fa;
}
.table-custom table td {
  padding: 10px 8px;
  border-bottom: 1px solid #e9ecef;
}
.table-custom .specialty-cell {
  font-weight: 500;
  color: #495057;
}
.table-custom .positive-change {
  color: #28a745;
  font-weight: 500;
}
.table-custom .positive-change::before {
  content: "▲ ";
}
.table-custom .metric-value {
  font-weight: 500;
}
.table-custom .overall-row {
  background: #f1f8ff;
  font-weight: 600;
}
.table-custom .overall-row td {
  border-top: 2px solid #007bff;
  border-bottom: 2px solid #007bff;
}
.table-custom .rating-improvement {
  color: #28a745;
  font-weight: 500;
}
.table-custom .rating-improvement::before {
  content: "▲ ";
}

.highlight-box {
  background: #f8f9fa;
  border-left: 4px solid #316094;
  padding: 20px;
  margin: 30px 0;
}

.key-insight {
  background: #e3f2fd;
  border-radius: 8px;
  padding: 20px;
  margin: 20px 0;
  border-left: 4px solid #2196f3;
}

.stats-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 20px;
  margin: 30px 0;
}
.stats-grid .stat-card {
  border: 1px solid #e8e8e8;
  border-radius: 8px;
  padding: 20px;
  text-align: center;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.stats-grid .stat-card .stat-number {
  font-size: 2.5rem;
  font-weight: bold;
  color: #316094;
  margin-bottom: 10px;
}
.stats-grid .stat-card .stat-label {
  color: #666;
}

.platform-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
  gap: 15px;
  margin: 20px 0;
}
.platform-list .platform-item {
  background: white;
  border: 1px solid #e8e8e8;
  border-radius: 6px;
  padding: 15px;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
          box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}
.platform-list .platform-item h4 {
  margin: 10px 0 5px;
  font-size: 16px;
  font-weight: 600;
}
.platform-list .platform-item p {
  margin: 0;
}

@media (max-width: 768px) {
  .table-custom table {
    font-size: 12px;
  }
  .stats-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 20px;
    margin: 30px 0;
  }
}
@media (max-width: 767px) {
  .platform-list,
  .stats-grid {
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  }
}
/******sitemap-css*******/
.section.sitemap-section-wrapper {
  border-radius: 12px;
  padding: 30px;
  border: 1px solid #eee;
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  -webkit-transition: -webkit-transform 0.2s ease, -webkit-box-shadow 0.2s ease;
  transition: -webkit-transform 0.2s ease, -webkit-box-shadow 0.2s ease;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  transition: transform 0.2s ease, box-shadow 0.2s ease, -webkit-transform 0.2s ease, -webkit-box-shadow 0.2s ease;
}
.section.sitemap-section-wrapper:hover {
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
  -webkit-box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
          box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
}
.section.sitemap-section-wrapper h2 {
  font-size: 20px;
  font-weight: 600;
  color: #1d1d1f;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 2px solid #007aff;
}
.section.sitemap-section-wrapper ul {
  list-style: none;
}
.section.sitemap-section-wrapper ul li {
  margin-bottom: 8px;
}
.section.sitemap-section-wrapper ul li a {
  color: #007aff;
  text-decoration: none;
  font-size: 14px;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
  display: block;
  padding: 5px 0;
}
.section.sitemap-section-wrapper ul li a:hover {
  color: #0056b3;
  text-decoration: underline;
}

.subsection {
  margin-bottom: 20px;
}
.subsection h3 {
  font-size: 15px;
  font-weight: 600;
  color: #333;
  margin-bottom: 15px;
  border-bottom: 1px solid #eee;
  padding-bottom: 8px;
}

.sitemap-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 30px;
}

.main-services-section {
  grid-column: 1/-1;
}

.main-services-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 20px;
}

@media (max-width: 990px) {
  .sitemap-grid {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
  }
}
@media (max-width: 767px) {
  .sitemap-grid {
    grid-template-columns: 1fr;
  }
  .section.sitemap-section-wrapper {
    padding: 20px;
  }
  .main-services-section {
    grid-column: 1;
  }
  .main-services-grid {
    display: block;
  }
  .main-services-grid .subsection {
    margin-bottom: 25px;
  }
}
/*how-choose-healthcare-provider-study-css*/
.table-wrapper table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  background: white;
  border-radius: 15px;
  margin: 0 0 30px;
  overflow: hidden;
  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
          box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.table-wrapper table tr:hover {
  background: -webkit-gradient(linear, left top, right top, from(rgba(59, 130, 246, 0.05)), to(rgba(139, 92, 246, 0.05)));
  background: linear-gradient(90deg, rgba(59, 130, 246, 0.05) 0%, rgba(139, 92, 246, 0.05) 100%);
  -webkit-transform: scale(1.01);
          transform: scale(1.01);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.table-wrapper table th {
  background: linear-gradient(135deg, #1e293b 0%, #334155 100%);
  color: white;
  padding: 20px 15px;
  text-align: center;
  font-weight: 600;
  font-size: 15px;
  border-bottom: 3px solid #0f172a;
  position: relative;
}

.table-wrapper table th:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: -webkit-gradient(linear, left top, right top, from(#3b82f6), color-stop(#8b5cf6), color-stop(#ec4899), to(#f59e0b));
  background: linear-gradient(90deg, #3b82f6, #8b5cf6, #ec4899, #f59e0b);
}

.table-wrapper table td {
  padding: 20px 15px;
  vertical-align: top;
  border-bottom: 1px solid #e2e8f0;
  font-size: 0.9rem;
  line-height: 1.5;
  position: relative;
}

.table-wrapper table td.region-cell {
  background: linear-gradient(135deg, #f8fafc 0%, #f1f5f9 100%);
  font-weight: 700;
  font-size: 16px;
  color: #1e293b;
  border-right: 4px solid #3b82f6;
  min-width: 140px;
  text-align: center;
}

.table-wrapper table td.data-cell {
  text-align: center;
  font-weight: 400;
  color: #374151;
  background: rgba(248, 250, 252, 0.5);
  font-size: 14px;
  line-height: 24px;
}

.table-wrapper table .percentage {
  font-weight: 700;
  color: #1e40af;
}

strong {
  font-weight: 600;
}

.check-list.decimal-list li ul {
  padding-top: 10px;
}

 
p.note.badge.text-bg-secondary.fw-normal.fst-italic.fw-normal {
    font-size: 13px;
    background-color: #4c6f9b !important;
}
/*how-choose-healthcare-provider-study-css*/
.bulletlist {
  margin-left: 25px;
}

.bulletlist li {
  text-align: left;
  font-weight: 500;
  position: relative;
  margin: 0 0 5px;
}
/******RepuGenie-css-22-10-25******/
.heading-xl {
    font-size: 3.6rem;
    line-height: 4.6rem;
    font-weight: 800;
}

@media (max-width: 1024px) {
    .heading-xl {
        font-size: 2.6rem;
        line-height: 3.6rem;
    }
}

.bulletlist {
    margin-left: 25px;
}

    .bulletlist li {
        text-align: left;
        position: relative;
        margin: 0 0 5px;
    }

.repugengrident-bg {
    background: #234B85;
    background: -webkit-gradient(linear, left top, right top, from(rgb(35, 75, 133)), to(rgb(155, 203, 217)));
    background: linear-gradient(90deg, rgb(35, 75, 133) 0%, rgb(155, 203, 217) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#234B85", endColorstr="#9BCBD9", GradientType=1);
}

.gridentborder {
    border-bottom: 3px solid #59C9BE;
    -o-border-image: linear-gradient(to right, #59C9BE, #316094) 1;
    border-image: -webkit-gradient(linear, left top, right top, from(#59C9BE), to(#316094)) 1;
    border-image: linear-gradient(to right, #59C9BE, #316094) 1;
}

.repugenie-banner {
    padding: 50px 0 200px;
}

@media (max-width: 990px) {
    .repugenie-banner {
        padding: 50px 0 100px;
    }
}

.repugenie-banner .repugenieborder {
    position: relative;
    padding-bottom: 15px;
}

    .repugenie-banner .repugenieborder::after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 300px;
        height: 3px;
        background: -webkit-gradient(linear, left top, right top, from(#316094), to(#4fb7ac)) padding-box;
        background: linear-gradient(to right, #316094, #4fb7ac) padding-box;
    }

@media (max-width: 990px) {
    .repugenie-banner .repugenieborder::after {
        right: 0;
        margin: 0 auto;
    }
}

.repugenie-banner .repugenietopsidebar {
    width: 35%;
}

.repugenie-banner.banner__block_main .bannerTitle {
    font-size: 3.5rem;
    line-height: 4.8rem;
}

@media (max-width: 1024px) {
    .repugenie-banner.banner__block_main .bannerTitle {
        font-size: 2.4rem;
        line-height: 3.4rem;
    }
}

.memorialcare-stat-card {
    background-color: rgba(255, 255, 255, 0.95);
}

@media (max-width: 1024px) {
    .memorialcare-stat-card {
        position: relative !important;
        -webkit-transform: none !important;
        transform: none !important;
        left: 0 !important;
        width: 100% !important;
    }
}

.memorialcare-stat-card .repu-memo-logo {
    border-bottom: 1px solid #ccc;
}

.memorialcare-stat-card .repu-memo-main {
    text-align: center;
    padding: 5px 5px;
}

    .memorialcare-stat-card .repu-memo-main .repu-memo-dsc {
        font-size: 12px;
        line-height: 15px;
        font-weight: 500;
        opacity: 0.8;
        display: inline-block;
    }

.new-wrap-inner-main .wrap-inner {
    position: relative;
    overflow: hidden;
}

    .new-wrap-inner-main .wrap-inner.text-center {
        text-align: center !important;
    }

    .new-wrap-inner-main .wrap-inner:before, .new-wrap-inner-main .wrap-inner:after {
        position: absolute;
        content: "";
        bottom: 0;
        left: 0;
        margin: 0 auto;
        width: 50%;
        -webkit-transition: 0.3s all;
        transition: 0.3s all;
        height: 3px;
        background-color: #316094;
        z-index: 1;
    }

    .new-wrap-inner-main .wrap-inner:after {
        right: 0;
        left: auto;
        background-color: #3a9088;
    }

    .new-wrap-inner-main .wrap-inner .sub-heading {
        margin: 0;
        padding: 0;
    }

    .new-wrap-inner-main .wrap-inner p {
        margin: 20px 0 0 0;
    }

        .new-wrap-inner-main .wrap-inner p span {
            font-size: 4rem !important;
            color: #306094;
        }

.new-wrap-inner-main .wrap-inner-icon {
    width: 60px;
    height: 60px;
    background-color: #f0f7ff;
    color: #306094;
    font-size: 2.5rem;
    font-weight: 700;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    margin: 0px auto 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.success-stories-nav .carousel-control-prev, .success-stories-nav .carousel-control-next {
    opacity: 1;
    position: relative;
    width: 30px;
    height: 30px;
    -ms-flex-line-pack: center;
    align-content: center;
}

    .success-stories-nav .carousel-control-prev .carousel-control-next-icon i, .success-stories-nav .carousel-control-prev .carousel-control-prev-icon i, .success-stories-nav .carousel-control-next .carousel-control-next-icon i, .success-stories-nav .carousel-control-next .carousel-control-prev-icon i {
        color: #316094;
    }

    .success-stories-nav .carousel-control-prev:hover, .success-stories-nav .carousel-control-next:hover {
        background: #f0f7ff;
        border-color: #316094;
    }

        .success-stories-nav .carousel-control-prev:hover i, .success-stories-nav .carousel-control-next:hover i {
            color: #005cc1;
        }

.repugenie-crousel .client-crousel-card {
    background: #fff;
    border-radius: 15px;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 10px;
    gap: 80px;
    min-height: 100%;
}

@media (max-width: 1024px) {
    .repugenie-crousel .client-crousel-card {
        gap: 30px;
    }
}

.repugenie-crousel .client-crousel-card .clientthumb {
    width: 300px;
    height: 300px;
    border-radius: 10px;
    overflow: hidden;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media (max-width: 1024px) {
    .repugenie-crousel .client-crousel-card .clientthumb {
        width: 200px;
        height: 200px;
    }
}

@media (max-width: 767px) {
    .repugenie-crousel .client-crousel-card .clientthumb {
        width: 100%;
        height: 320px;
        margin: 0 auto;
    }
}

.repugenie-crousel .client-crousel-card .clientthumb img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.repugenie-crousel .client-crousel-card .client-desc-block {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

@media (min-width: 1025px) {
    .repugenie-crousel .client-crousel-card .client-desc-block .sub-heading {
        font-size: 3rem;
        line-height: 5rem;
        padding: 0 0 50px;
    }
}

.repugenie-crousel .client-crousel-card .client-desc-block .clientquotemain {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 80px;
}

@media (max-width: 1024px) {
    .repugenie-crousel .client-crousel-card .client-desc-block .clientquotemain {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 30px;
    }
}

.repugenie-crousel .client-crousel-card .client-desc-block .clientquote, .repugenie-crousel .client-crousel-card .client-desc-block .clientdetails {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

    .repugenie-crousel .client-crousel-card .client-desc-block .clientquote p {
        font-size: 1.4rem;
        line-height: 1.8;
        font-weight: 400;
        margin: 0 0 0 0;
    }

.repugenie-crousel .client-crousel-card .client-desc-block .clientauthorsec {
    margin: 0 0 50px;
}

@media (max-width: 1024px) {
    .repugenie-crousel .client-crousel-card .client-desc-block .clientauthorsec {
        margin: 0 0 10px;
    }
}

.repugenie-crousel .client-crousel-card .client-desc-block .clientauthorsec .clientauthor {
    font-weight: 700;
    font-size: 1.8rem;
    line-height: 2.2rem;
}

.repugenie-crousel .client-crousel-card .client-desc-block .clientauthorsec .clientauthortitle {
    font-size: 1.3rem;
    font-weight: 500;
    line-height: 1.7rem;
    opacity: 70%;
}

.repugenie-crousel .client-crousel-card .client-desc-block .clientlogo img {
    max-height: 80px;
    width: auto !important;
}

/*******triangle-animation-css****/
.triangle-container {
    height: 600px;
    margin: 0 auto;
    position: relative;
}

/* Curved Triangle Lines */
.triangle-lines {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}

    .triangle-lines .curved-triangle {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
    }

        .triangle-lines .curved-triangle path {
            -webkit-animation: dashFlow 8s linear infinite;
            animation: dashFlow 8s linear infinite;
        }

@-webkit-keyframes dashFlow {
    0% {
        stroke-dashoffset: 0;
    }

    100% {
        stroke-dashoffset: 30;
    }
}

@keyframes dashFlow {
    0% {
        stroke-dashoffset: 0;
    }

    100% {
        stroke-dashoffset: 30;
    }
}

.triangle-lines-counter {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 2;
}

    .triangle-lines-counter .curved-triangle-counter {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
    }

        .triangle-lines-counter .curved-triangle-counter path {
            -webkit-animation: dashFlowReverse 6s linear infinite;
            animation: dashFlowReverse 6s linear infinite;
            -webkit-filter: drop-shadow(0 0 6px rgba(255, 107, 107, 0.5));
            filter: drop-shadow(0 0 6px rgba(255, 107, 107, 0.5));
            -webkit-transition: all 0.3s ease;
            transition: all 0.3s ease;
        }

            .triangle-lines-counter .curved-triangle-counter path:hover {
                stroke-width: 2;
                -webkit-filter: drop-shadow(0 0 12px rgba(255, 107, 107, 0.8));
                filter: drop-shadow(0 0 12px rgba(255, 107, 107, 0.8));
            }

@-webkit-keyframes dashFlowReverse {
    0% {
        stroke-dashoffset: 30;
    }

    100% {
        stroke-dashoffset: 0;
    }
}

@keyframes dashFlowReverse {
    0% {
        stroke-dashoffset: 30;
    }

    100% {
        stroke-dashoffset: 0;
    }
}
/* Endpoint Circles */
.endpoint-circle {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

    .endpoint-circle:hover {
        -webkit-filter: drop-shadow(0 0 15px #316094) drop-shadow(0 0 25px #316094) drop-shadow(0 0 35px #316094);
        filter: drop-shadow(0 0 15px #316094) drop-shadow(0 0 25px #316094) drop-shadow(0 0 35px #316094);
    }

/* Triangle Circles */
.triangle-circle {
    position: absolute;
    z-index: 10;
}

    .triangle-circle .circle-inner {
        width: 80px;
        height: 80px;
        background-color: transparent;
        border: 1px solid #316094;
        border-radius: 50%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
        position: relative;
        margin: 0 40px 0;
    }

        .triangle-circle .circle-inner::before, .triangle-circle .circle-inner::after {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            z-index: 0;
            border-radius: 50%;
            z-index: -9;
        }

        .triangle-circle .circle-inner::before {
            opacity: 0.4;
        }

        .triangle-circle .circle-inner::after {
            opacity: 0.6;
        }

        .triangle-circle .circle-inner i {
            color: #316094;
            font-size: 2.8rem;
            position: relative;
            z-index: 9;
        }

    .triangle-circle .circle-label {
        padding: 15px;
        font-size: 14px;
        font-weight: 600;
        white-space: nowrap;
        line-height: 1.3;
        -webkit-transition: 0.3s ease-in-out;
        transition: 0.3s ease-in-out;
        white-space: normal;
        background: #fff;
        border-radius: 15px;
        -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
        box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
        width: 350px;
        text-align: left;
        z-index: 100;
        position: absolute;
        overflow: visible;
        overflow: hidden;
    }

        .triangle-circle .circle-label::before {
            content: "";
            position: absolute;
            background-color: #316094;
            z-index: 0;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
            -webkit-transition: 0.3s ease-in-out;
            transition: 0.3s ease-in-out;
        }

        .triangle-circle .circle-label span {
            display: block;
            color: #2c5282;
            font-weight: 700;
            font-size: 16px;
            margin-bottom: 10px;
            padding-bottom: 10px;
            line-height: 1.2;
            border-bottom: 1px solid #2c5282;
            -webkit-transition: all 0.3s ease;
            transition: all 0.3s ease;
            position: relative;
        }

        .triangle-circle .circle-label small {
            position: relative;
            display: block;
            font-size: 12px;
            line-height: 1.5;
            font-weight: 500;
            -webkit-transition: all 0.3s ease;
            transition: all 0.3s ease;
        }

    .triangle-circle:hover .circle-inner {
        background-color: #fff;
        -webkit-box-shadow: 0 8px 25px rgba(74, 144, 226, 0.3);
        box-shadow: 0 8px 25px rgba(74, 144, 226, 0.3);
    }

        .triangle-circle:hover .circle-inner::after, .triangle-circle:hover .circle-inner::before {
            background-color: #fff;
            -webkit-animation-name: ripple;
            animation-name: ripple;
            -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
            -webkit-animation-duration: 3s;
            animation-duration: 3s;
            -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
        }

        .triangle-circle:hover .circle-inner::before {
            -webkit-animation-delay: 1s;
            animation-delay: 1s;
        }

    .triangle-circle:hover .circle-label::before {
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
    }

    .triangle-circle:hover .circle-label span {
        color: #fff;
        border-bottom: 1px solid #fff;
    }

    .triangle-circle:hover .circle-label small {
        color: #fff;
    }

.circle-top {
    top: 100px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

    .circle-top .circle-label {
        -webkit-transform: translateY(50%);
        transform: translateY(50%);
        bottom: 50%;
        left: 100%;
    }

.circle-bottom-left {
    bottom: 100px;
    left: 17%;
}

    .circle-bottom-left .circle-label {
        bottom: 50%;
        right: 100%;
        -webkit-transform: translateY(50%);
        transform: translateY(50%);
    }

.circle-bottom-right {
    bottom: 100px;
    right: 17%;
}

    .circle-bottom-right .circle-label {
        bottom: 50%;
        left: 100%;
        -webkit-transform: translateY(50%);
        transform: translateY(50%);
    }

.repugenie-logo {
    position: absolute;
    top: 55%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 9;
}

    .repugenie-logo img {
        max-width: 250px;
        height: auto;
    }

/* L-shaped indicator lines using pseudo-elements */
.circle-inner {
    position: relative;
}

    .circle-inner .label-line {
        position: relative;
        display: block;
        width: 100%;
        height: 100%;
        -ms-flex-line-pack: center;
        align-content: center;
    }

        .circle-inner .label-line::before, .circle-inner .label-line::after {
            content: "";
            position: absolute;
            background-color: #316094;
            opacity: 0.7;
            z-index: 15;
            top: 50%;
            left: 100%;
        }

        .circle-inner .label-line::before {
            width: 1px;
            height: 14px;
            bottom: 0;
            margin: -13px 0px 0px 30px;
        }

        .circle-inner .label-line::after {
            width: 30px;
            height: 1px;
            top: 50%;
        }

/* Bottom-left circle L-shaped indicator */
.circle-bottom-left .circle-label::before {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
}

.circle-bottom-left:hover .circle-label::before {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
}

.circle-bottom-left .circle-inner .label-line::before, .circle-bottom-left .circle-inner .label-line::after {
    left: auto;
    right: 100%;
}

.circle-bottom-left .circle-inner .label-line::before {
    margin: -13px 30px 0px 0px;
}

@media (max-width: 767px) {
    .triangle-container {
        height: 300px;
        margin: 40px 0 10px;
    }

        .triangle-container .triangle-circle .circle-inner {
            width: 50px;
            height: 50px;
        }

    .circle-top {
        top: 30px;
    }

    .circle-bottom-left {
        bottom: 45px;
        left: 13%;
    }

    .circle-bottom-right {
        bottom: 45px;
        right: 13%;
    }

    .repugenie-logo {
        top: 160px;
    }

        .repugenie-logo img {
            width: 80px;
        }

    .triangle-circle .circle-label {
        padding: 8px 8px;
        font-size: 13px;
        background: rgba(255, 255, 255, 0.95);
        border-radius: 8px;
        -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
        border: 1px solid rgba(49, 96, 148, 0.2);
        white-space: nowrap;
    }

        .triangle-circle .circle-label::before, .triangle-circle .circle-label::after {
            display: none;
        }

        .triangle-circle .circle-label span {
            color: #316094;
            font-weight: 600;
        }

    .circle-top .circle-label {
        bottom: auto;
        top: -100%;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        margin-top: 0px;
    }

    .circle-bottom-left .circle-label {
        top: auto;
        bottom: -100%;
        left: 50%;
        right: auto;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        margin-bottom: 10px;
        padding: 8px 12px;
    }

    .circle-bottom-right .circle-label {
        top: auto;
        bottom: -100%;
        right: auto;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        margin-bottom: 10px;
    }
}

@media (max-width: 1199px) {
    .circle-inner .label-line::before {
        margin: 0px 0px 0px 30px;
    }

    .circle-bottom-left .circle-inner .label-line::before {
        margin: 0px 30px 0px 0px;
    }

    .triangle-circle .circle-label {
        width: 270px;
        background-color: transparent;
        -webkit-box-shadow: none;
        box-shadow: none;
        border: none;
        padding: 0;
    }

        .triangle-circle .circle-label::before {
            display: none;
        }

        .triangle-circle .circle-label span {
            font-size: 15px;
            margin: 0;
            padding: 0;
            border: none;
        }

        .triangle-circle .circle-label small {
            display: none;
        }

    .circle-bottom-left .circle-label.label-card {
        bottom: -50%;
        left: -100%;
        right: 0;
        -webkit-transform: none;
        transform: none;
    }

    .circle-bottom-right .circle-label.label-card {
        bottom: -50%;
        right: -100%;
        left: auto;
        -webkit-transform: none;
        transform: none;
    }
}

@media (max-width: 990px) {
    .triangle-circle .circle-label {
        width: 250px;
        padding: 15px;
        text-align: center;
    }

    .triangle-circle .circle-inner {
        margin: 0 0px 0;
    }

    .circle-bottom-left .circle-label.label-card,
    .circle-bottom-right .circle-label.label-card {
        bottom: -100%;
    }
}

@media (max-width: 767px) {
    .triangle-container .triangle-circle .circle-inner .label-line::before, .triangle-container .triangle-circle .circle-inner .label-line::after {
        display: none;
    }

    .circle-bottom-left .circle-label.label-card,
    .circle-bottom-right .circle-label.label-card {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        bottom: 0;
    }

    .circle-bottom-left .circle-label.label-card {
        right: -100%;
        left: auto;
    }

    .circle-bottom-right .circle-label.label-card {
        left: -100%;
        right: auto;
    }
}

@media (max-width: 320px) {
    .triangle-container .triangle-circle .circle-inner i {
        font-size: 1.5rem;
    }
}
/******repugenie-css-end********/
/********Pricing CSS*******/
#pricingModal .pricing-modal {
    background-color: #193c6b;
    padding: 25px;
}

    #pricingModal .pricing-modal .btn-close {
        position: absolute;
        right: 5px;
        top: 5px;
    }

    #pricingModal .pricing-modal .form-group {
        background-color: #fff;
        border-radius: 5px;
        overflow: hidden;
    }

        #pricingModal .pricing-modal .form-group .input-group-text {
            background-color: transparent;
            border: none;
            cursor: auto;
        }

            #pricingModal .pricing-modal .form-group .input-group-text i {
                color: #193c6b;
            }

.new-pricing-v2 .accordion-item {
    padding: 5px 10px 20px;
    background-color: transparent;
    border-radius: 12px;
    -webkit-transition: 0.4s all;
    transition: 0.4s all;
    position: relative;
    min-height: calc(100% - 30px);
    margin: 0 0 30px;
    -webkit-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
}

@media (min-width: 1025px) {
    .new-pricing-v2 .accordion-item {
        min-height: calc(100% - 20px);
        margin: 0 0 20px;
    }

        .new-pricing-v2 .accordion-item .collapse:not(.show) {
            display: block;
        }
}

@media (max-width: 767px) {
    .new-pricing-v2 .accordion-item {
        padding: 10px 10px 10px;
    }
}

.new-pricing-v2 .accordion-item::after {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background: #fff;
    border-radius: 12px;
    z-index: -1;
    pointer-events: none;
    -webkit-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.new-pricing-v2 .accordion-item::before {
    content: "";
    position: absolute;
    top: -2px;
    left: -2px;
    right: -2px;
    bottom: -2px;
    background: linear-gradient(135deg, #3498db, #2c3e50, #3498db);
    border-radius: 12px;
    z-index: -1;
    pointer-events: none;
    -webkit-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
}

.new-pricing-v2 .accordion-item .accordion-header .accordion-button {
    background-color: transparent;
    pointer-events: none;
    border: none;
    padding: 0 !important;
    text-align: left;
    color: #222222;
    font-size: 1.6rem;
    line-height: 2.6rem;
    border: none;
    font-weight: 600;
}

@media (max-width: 1025px) {
    .new-pricing-v2 .accordion-item .accordion-header .accordion-button {
        pointer-events: auto;
    }
}

.new-pricing-v2 .accordion-item .accordion-header .accordion-button::after {
    font-size: 1.6rem;
    line-height: 2.6rem;
    background-image: none;
    content: "+";
    color: #316094;
    font-family: "Font Awesome 6 Pro";
    font-weight: 600;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    opacity: 0;
    -webkit-filter: none;
    filter: none;
    -webkit-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
}

@media (max-width: 1025px) {
    .new-pricing-v2 .accordion-item .accordion-header .accordion-button::after {
        opacity: 1;
    }
}

.new-pricing-v2 .accordion-item .accordion-header .accordion-button:not(.collapsed)::after {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.new-pricing-v2 .accordion-item .accordion-header .accordion-button .pricinghead .pricingaddons {
    position: absolute;
    top: -20px;
    border-radius: 10px;
    right: 0;
    background-color: #316094;
    color: #fff;
    -webkit-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    text-transform: capitalize;
    font-size: 1rem;
    line-height: 2rem;
    font-weight: 600;
    padding: 5px 10px;
    display: block;
    transition: 0.3s all ease-in-out;
}

.new-pricing-v2 .accordion-item .accordion-header .accordion-button .pricinghead .pricingtitle {
    font-size: 1.9rem;
    line-height: 2.6rem;
    font-weight: 700;
    padding: 5px 0 10px;
    display: block;
    -webkit-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
    -ms-flex-line-pack: center;
    align-content: center;
}

@media (min-width: 1025px) {
    .new-pricing-v2 .accordion-item .accordion-header .accordion-button .pricinghead .pricingtitle {
        min-height: 70px;
    }
}

.new-pricing-v2 .accordion-item .accordion-header .accordion-button .pricinghead .pricingprice {
    padding: 0;
    margin: 0;
    font-weight: 800;
    font-size: 2.5rem;
    line-height: 3.5rem;
    display: block;
    -webkit-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
}

    .new-pricing-v2 .accordion-item .accordion-header .accordion-button .pricinghead .pricingprice i {
        width: 10px;
        height: 10px;
        background-color: #ccc;
        border-radius: 50%;
        display: inline-block;
        margin-left: 5px;
        -webkit-transition: 0.3s all ease-in-out;
        transition: 0.3s all ease-in-out;
    }

.new-pricing-v2 .accordion-item .accordion-header .accordion-button .pricinghead .provideryear {
    font-size: 0.875em;
    display: block;
    -webkit-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
}

.new-pricing-v2 .accordion-item .getEstimateBtn {
    margin: 10px 0 0 0;
    text-align: left !important;
    -webkit-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
}

    .new-pricing-v2 .accordion-item .getEstimateBtn .btn-main {
        padding: 5px 15px;
        border-radius: 5px;
        text-decoration: none;
        -webkit-transition: 0.3s all ease-in-out;
        transition: 0.3s all ease-in-out;
    }

.new-pricing-v2 .accordion-item .check-list {
    padding: 20px 15px 10px;
    margin: 10px 0 0;
    border-top: 1px solid #ccc;
    -webkit-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
}

    .new-pricing-v2 .accordion-item .check-list li {
        font-size: 13px;
        line-height: 23px;
        padding: 0 0 10px;
        list-style-type: none !important;
        position: relative;
        -webkit-transition: 0.3s all ease-in-out;
        transition: 0.3s all ease-in-out;
    }

        .new-pricing-v2 .accordion-item .check-list li:last-child {
            padding-bottom: 0;
        }

        .new-pricing-v2 .accordion-item .check-list li::before {
            content: "\f560";
            position: absolute;
            font-family: "Font Awesome 6 Pro";
            font-size: 13px;
            left: -15px;
            -webkit-transition: 0.3s all ease-in-out;
            transition: 0.3s all ease-in-out;
        }

.new-pricing-v2 .accordion-item .accordion-body {
    padding: 0;
}

.new-pricing-v2 .accordion-item:hover {
    background-color: transparent !important;
}

    .new-pricing-v2 .accordion-item:hover:after {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

@media (min-width: 1025px) {
    .new-pricing-v2 .accordion-item:hover {
        -webkit-transform: scale(1.03);
        transform: scale(1.03);
    }
}

.new-pricing-v2 .accordion-item:hover .accordion-header .accordion-button {
    background-color: transparent;
}

    .new-pricing-v2 .accordion-item:hover .accordion-header .accordion-button::after {
        color: #fff;
    }

    .new-pricing-v2 .accordion-item:hover .accordion-header .accordion-button .pricinghead .pricingaddons {
        background-color: #4fb7ac;
        color: #fff;
    }

    .new-pricing-v2 .accordion-item:hover .accordion-header .accordion-button .pricinghead .pricingtitle, .new-pricing-v2 .accordion-item:hover .accordion-header .accordion-button .pricinghead .pricingprice, .new-pricing-v2 .accordion-item:hover .accordion-header .accordion-button .pricinghead .provideryear {
        color: #fff;
    }

.new-pricing-v2 .accordion-item:hover .btn-main:hover {
    background-color: #fff;
    color: #316094 !important;
    border-color: #fff;
}

.new-pricing-v2 .accordion-item:hover .check-list li {
    color: #fff;
}

    .new-pricing-v2 .accordion-item:hover .check-list li::before {
        color: #fff;
    }

.new-pricing .new-pricing-dsc {
    position: relative;
}

    .new-pricing .new-pricing-dsc .repugeni.main.text-center.mb-4 {
        position: absolute;
        top: 180px;
        padding: 0 0px 0 0;
    }

@media (max-width: 1025px) {
    .new-pricing .new-pricing-dsc .repugeni.main.text-center.mb-4 {
        position: static;
    }
}

.new-pricing .pricing-right-sec {
    position: fixed;
    padding: 20px;
    bottom: 0;
}

@media (max-width: 1024px) {
    .new-pricing .pricing-right-sec {
        position: static;
    }
}

.inner-vertical-banner.new-pricing-inner-vertical-banner {
    padding-bottom: 180px;
    border-bottom: none;
}

@media (max-width: 1025px) {
    .inner-vertical-banner.new-pricing-inner-vertical-banner {
        padding-bottom: 0px;
    }
}

@media (max-width: 1025px) {
    .repugeniepricing {
        padding: 25px 0 0 0;
    }
}

.moreaddons {
    margin-top: 100px;
}

@media (max-width: 1025px) {
    .moreaddons {
        margin-top: 50px;
    }
}

.packageaccordian .accordion-item .accordion-button {
    font-size: 2.2rem;
    line-height: 3.2rem;
}

    .packageaccordian .accordion-item .accordion-button::after {
        font-size: 1.6rem;
        line-height: 2.6rem;
        background-image: none;
        content: "+";
        color: #316094;
        font-family: "Font Awesome 6 Pro";
        font-weight: 600;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    .packageaccordian .accordion-item .accordion-button:not(.collapsed)::after {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        color: #fff;
    }

@media (min-width: 1199px) {
    .gated-page .inner-vertical-banner {
        padding-bottom: 100px;
    }

    .gated-page .repugeniesec.repugeniepricing {
        margin: -160px 0 0 0;
    }
}

@media (min-width: 1025px) {
    .toggleswitch {
        padding: 0 0 50px 0;
    }
}

/******pricing-new-end********/