* {
    margin: 0;
    padding: 0;
}
body {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    background-color: #e5f3f9;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.headerTitle h4 {
    font-size: 32px;
    font-weight: 500;
    margin: 0;
}
.headerTitle p {
    font-size: 20px;
    font-weight: 300;
    margin: 0;
}
.innerPages header {
    background: transparent;
    position: absolute;
    z-index: 9;
    left: 0;
    top: 0;
    width: 100%;
}
.innerPages.aboutPage header {
    background-color: #e5f3f9;
}
.innerPageBanner {
    background-repeat: no-repeat;
    background-size: contain;
    width: 100%;
    height: 480px;
    position: relative;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #fff;
}
.innerPageBanner:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, #00000069, rgb(0 0 0));
}
.innerPageBanner.contactBanner:before {
    content: '';
    background: linear-gradient(0deg, #00000017, rgb(0 0 0 / 8%));
}
.innerPageBanner.aboutBanner:before {
    content: '';
    background: transparent
}
.innerPageBanner .innerPageTitle {
    position: relative;
}
.innerPageBanner .innerPageTitle h4 {
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 10px;
    color: #333; /* Softer black */
    background-color: #f9f9f9; /* Very light beige */
    max-width: 450px;
    padding: 20px; /* Added spacing */
    border-radius: 12px; /* Rounded corners */
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05); /* Soft shadow */
    place-self: center; /* Use `center` instead of invalid `anchor-center` */
    text-align: center; /* Optional: Center text */

}
.innerPageBanner .innerPageTitle p {
    font-size: 24px;
    font-weight: 600;
    margin: 0;
}



.innerPageBanner_new {
    background-repeat: no-repeat;
    background-size: contain;
    width: 100%;
    height: 480px;
    position: relative;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #fff;
}
.innerPageBanner_new:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, #00000069, rgb(0 0 0));
}
.innerPageBanner_new.contactBanner:before {
    content: '';
    background: linear-gradient(0deg, #00000017, rgb(0 0 0 / 8%));
}
.innerPageBanner_new.blogBanner:before {
    content: '';
    background: transparent
}
.innerPageBanner_new .innerPageTitle {
    position: relative;
}
.innerPageBanner_new .innerPageTitle h4 {
    font-size: 50px;
    font-weight: 500;
    /* margin-bottom: 10px; */
    max-width: 450px;
    place-self: center; /* Use `center` instead of invalid `anchor-center` */
    text-align: center; /* Optional: Center text */
    position: relative;
    z-index: 2;

}
.innerPageBanner_new .innerPageTitle p {
    font-size: 24px;
    font-weight: 600;
    margin: 0;
    position: relative;
    z-index: 2;
}
.responsiveMenu {
    display: none;
    margin-left: auto;
    background: #e5f3f9;
    border: 0;
    padding: 10px 10px;
    border-radius: 4px;
}
/**********end common css***********/
.menubar {
    display: flex;
    align-items: center;
    padding: 10px 0px;
}
.menubar .logoSection img {
    /* height: 79px; */
    height: 55px;
}
.menubar .navBar {
    margin-left: auto;
	        z-index: 9;
}
.menubar .navBar ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.menubar .navBar ul li {
    display: inline-block;
}
.menubar .navBar ul li a {
    font-size: 14px;
    font-weight: 500;
    color: #1A1A1A;
    text-decoration: none;
    padding: 10px 25px;
}
.menubar .navBar ul li a:hover {
    color: #2F98DA;
}
.menubar .navBar ul li a.active {
    color: #2F98DA !important;
}
.menubar .navBar ul li a.GetaQuote {
    background: linear-gradient(144deg, #84c3f7, #2F98DA);
    font-size: 16px;
    color: #fff;
    font-weight: 500;
    padding: 10px 20px;
    border-radius: 100px;
}
/******************End Header***************/
section.bannerSection {
    padding: 30px 0px;
}
section.Topsection {
    background: linear-gradient(177deg, #0085C6, #021A62);
    padding: 20px 0px;
}
.bannerSectionDivided {
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: space-between;
}
.bannerSectionDivided .bannerContent {
    width: 48%;
}
.bannerSectionDivided .bannerImg {
    width: 54%;
}
.bannerSectionDivided .bannerImg img {
    width: 100%;
    height: 100%;
}
.bannerSectionDivided .bannerContent h4 {
    font-size: 32px;
    font-weight: 500;
    color: #1A1A1A;
    margin-bottom: 24px;
    width: 100%;
}
.bannerSectionDivided .bannerContent h5 {
        font-size: 24px;
        margin-bottom: 40px;
    }
.bannerSectionDivided .bannerContent p {
    font-size: 16px;
    font-weight: 300;
    color: #1A1A1A;
    margin-bottom: 30px;
}
.bannerSectionDivided .bannerContent a {
    background: linear-gradient(144deg, #84c3f7, #2F98DA);
    color: #fff;
    font-weight: 500;
    font-size: 16px;
    text-decoration: none;
    padding: 10px 100px;
    border-radius: 100px;
}
/****************End Banner ****************************/
section.healthBased {
    padding: 80px 0px;
}
.healthBasedSectionDivided {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: space-between;
}
.healthBasedSectionDivided .healthBasedImg {
    width: 55%;
}
.healthBasedSectionDivided .healthBasedContent {
    width: 43%;
}
.healthBasedSectionDivided .healthBasedImg img {
    width: 100%;
    height: 100%;
}
.healthBasedSectionDivided .healthBasedContent h4 {
    font-size: 32px;
    font-weight: 500;
    color: #1A1A1A;
    margin-bottom: 15px;
}
.healthBasedSectionDivided .healthBasedContent p {
    font-size: 15px;
    font-weight: 300;
    margin: 0;
}
.healthBasedSectionDivided .body_para p {
    font-size: 24px;
    font-weight: 400;
    margin: 0;
}
/*******************end healthBased ***********************/
section.introducing {
    padding: 30px 0px 80px 0px;
}
.introducing .headerTitle h4 {
    text-align: center;
    margin-bottom: 16px;
}
.introducing .headerTitle p {
    text-align: center;
}
.introducing .introducingBannerImg {
    width: 73%;
    margin: 48px auto 0px;
}
.introducing .introducingBannerImg img {
    width: 100%;
    height: 100%;
}
/********************end Introducing the new way to drive revenue
and scale your health-based business**********************/
section.EasyStartGrow {
    padding: 50px 0px 80px 0px;
}
.EasyStartGrow .headerTitle h4 {
    text-align: center;
    font-size: 32px;
}
.EasyStartGrow .EasyStartGrowImg {
    margin-top: 24px;
    position: relative;
}
button#playBtn {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 120px;
    height: 120px;
    border-radius: 100%;
    border-radius: 100%;
    border: 1px solid #0085c6;
    background: #0085c6;
}
.EasyStartGrow .EasyStartGrowImg img {
    width: 100%;
    height: 100%;
}
.EasyStartGrow .EasyStartGrowImg video {
    width: 100%;
    height: 100%;
    /* aspect-ratio: 16 / 9; */
}
/******************Easy to Start, Easy to Grow**********************/
section.EasytoStart {
    background: linear-gradient(177deg, #0085C6, #021A62);
    padding: 40px 0px;
}
.EasytoStart .headerTitle h4 {
    text-align: center;
    color: #fff;
}
.EasytoStartSection .EasytoStartBox {
    background: rgba(255, 255, 255, 0.1);
    padding: 32px 24px;
    border-radius: 24px;
    min-height: 336px;
}
.EasytoStartSection {
    margin-top: 48px;
}
.EasytoStartSection .EasytoStartBox h5 {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    margin: 0;
    margin-bottom: 12px;
}
.EasytoStartSection .EasytoStartBox p {
    color: #fff;
    font-size: 16px;
    font-weight: 300;
    margin: 0;
}
.EasytoStartSection .EasytoStartBox .icon {
    margin-bottom: 24px;
}
/********************end Easy to Start*****************/
section.World-Leading {
    padding: 80px 0px 80px 0px;
}
section.World-Leading .headerTitle h4 {
    text-align: center;
}
.World-Leading .TopTierRecovery {
    /* margin-top: 48px; */
    width: 100%;
    margin: 48px auto 0px;
}
.TopTierRecovery .nav-tabs {
    justify-content: center;
    border: 0;
    background: #F0FAFF;
    width: max-content;
    text-align: center;
    margin: auto;
    border-radius: 100px;
    margin-bottom: 30px;
}
.TopTierRecovery .nav-tabs .nav-item .nav-link.active {
    background-color: #B2DAEE;
    border: 0;
    border-radius: 100px;
    color: #021A62;
    font-size: 16px;
    font-weight: 300;
    padding: 10px 30px;
}
.TopTierRecovery .nav-tabs .nav-item .nav-link {
    color: #333333;
    font-size: 16px;
    font-weight: 300;
    padding: 10px 30px;
}
.productCard {
    background: #FFFFFF;
    padding-bottom: 20px;
    border-radius: 16px;
}
.productCard .produtImg {
    padding: 10px;
    height: 240px;
}
.productCard .produtImg img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.productCard .produtImgnew {
    padding: 10px;
    height: 240px;
}
.productCard .produtImgnew img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.productCard .productDetails {
    padding: 10px;
    display: flex;
    flex-direction: column;
    min-height: 330px;
}
.productCard .productDetails .productTitle h4 {
    font-size: 20px;
    font-weight: 600;
    margin: 0;
}
.productCard .productDetails .productTitle {
    margin-bottom: 10px;
}
.productCard .productDetails .productListValue ul {
    padding-left: 15px;
    list-style: disc;
    margin: 0;
}
.productCard .productDetails .productListValue ul li {
    color: #595959;
    font-size: 14px;
    font-weight: 500;
    padding: 2px 0px;
}
.productCard .productDetails .productAction {
    margin-top: auto;
}
.productCard .productDetails .productAction a {
    background: linear-gradient(166deg, #84c3f7, #2F98DA);
    width: 100%;
    display: inline-block;
    text-align: center;
    color: #E5F3F9;
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    border-radius: 100px;
    padding: 10px 10px;
}
.TopTierRecovery .owl-nav {
    position: absolute;
    top: 50%;
    width: 100%;
}
.TopTierRecovery .owl-nav button.owl-prev {
    position: absolute;
    width: 20px;
    height: 40px;
    cursor: pointer;
    left: -30px;
    right: auto;
    background-image: url('../images/icon/left.png');
    background-repeat: no-repeat;
}
.TopTierRecovery .owl-nav button.owl-next {
    position: absolute;
    width: 20px;
    height: 40px;
    cursor: pointer;
    right: -30px;
    left: auto;
    background-image: url('../images/icon/right.png');
    background-repeat: no-repeat;
}
.TopTierRecovery .owl-nav button.owl-prev span,
.TopTierRecovery .owl-nav button.owl-next span {
    display: none;
}
.TopTierRecovery .owl-carousel .owl-stage {
    margin: auto;
}
/*****************end World-Leading Technology
Designed for Top-Tier Recovery****************/
.onTimeRecoveryPain {
    width: 100%;
    margin: auto;
}
.recoveryPainSectionCard .recoveryPainSectionImg img {
    border-radius: 16px;
}
section.recoveryPainSection {
    padding: 60px 0px 80px 0px;
}
.recoveryPainSectionCard {
    display: flex;
    gap: 30px;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin: auto;
}
.recoveryPainSectionCard .recoveryPainSectionImg {
    width: 50%;
}
.recoveryPainSectionCard .recoveryPainSectionDetails {
    width: 40%;
    padding-right: 2%;
}
.onTimeRecoveryPain .owl-nav {
    position: absolute;
    top: 50%;
    width: 100%;
}
.onTimeRecoveryPain .owl-nav button.owl-prev {
    width: 20px;
    height: 40px;
    cursor: pointer;
    position: absolute;
    left: 0;
    background-image: url('../images/icon/left.png');
    background-repeat: no-repeat;
}
.onTimeRecoveryPain .owl-nav button.owl-next {
    width: 20px;
    height: 40px;
    cursor: pointer;
    position: absolute;
    right: 0;
    background-image: url('../images/icon/right.png');
    background-repeat: no-repeat;
}
.onTimeRecoveryPain .owl-nav button.owl-prev span {
    display: none;
}
.onTimeRecoveryPain .owl-nav button.owl-next span {
    display: none;
}
.recoveryPainSectionCard .recoveryPainSectionDetails .productTitle h4 {
    color: #1A1A1A;
    font-size: 32px;
    font-weight: 500;
    margin-bottom: 24px;
}
.recoveryPainSectionCard .recoveryPainSectionDetails .productTitle p {
    color: #1A1A1A;
    font-size: 16px;
    font-weight: 300;
    margin: 0;
}
.onTimeRecoveryPain .owl-dots {
    position: absolute;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    gap: 10px;
}
.onTimeRecoveryPain .owl-dots button.owl-dot {
    width: 48px;
    height: 4px;
    border-radius: 30px;
    background: #B2DAEE;
}
.onTimeRecoveryPain .owl-dots button.owl-dot.active {
    background: #0085C6;
}
/****************************End recoveryPainSection************************************/
section.webelieve {
    padding: 40px 0px;
    background: linear-gradient(180deg, #0085C6, #021A62);
}
.webelieve .believeRow {
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: space-between;
}
.webelieve .believeRow .believeLeftContent {
    width: 50%;
}
.webelieve .believeRow .believeRightBox {
    width: 40%;
}
.webelieve .believeRow .believeLeftContent h4 {
    color: #E6E6E6;
    font-size: 32px;
    font-weight: 500;
    margin-bottom: 24px;
}
.webelieve .believeRow .believeLeftContent p {
    color: #E6E6E6;
    font-size: 20px;
    font-weight: 300;
}
.webelieve .believeRow .believeRightBox .nextLavelTerms {
    background: rgba(255, 255, 255, 0.1);
    padding: 32px 24px;
    border-radius: 20px;
    width: 440px;
}
.webelieve .believeRow .believeRightBox .nextLavelTerms h4 {
    color: #fff;
    font-size: 32px;
    font-weight: 500;
    margin-bottom: 10px;
    text-align: center;
}
.webelieve .believeRow .believeRightBox .nextLavelTerms p {
    color: #fff;
    font-size: 16px;
    text-align: center;
    font-weight: 500;
}
.webelieve .believeRow .believeRightBox .nextLavelTerms ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.webelieve .believeRow .believeRightBox .nextLavelTerms ul li {
    background: rgb(198 212 228);
    margin: 10px 0px;
    padding: 24px;
    border-radius: 8px;
    color: #021A62;
    font-weight: 500;
    font-size: 16px;
    display: flex;
    align-items: center;
}
.webelieve .believeRow .believeRightBox .nextLavelTerms ul li img {
    margin-right: 10px;
}
/*****************end We believe you're at your best when you can focus on delivering**********************/
section.Empowering {
    padding: 80px 0px;
}
.Empowering .headerTitle h4 {
    text-align: center;
    margin-bottom: 10px;
    font-size: 40px;
}
.Empowering .headerTitle p {
    text-align: center;
    font-size: 16px;
}
.Empowering .EmpoweringCrousel {
    margin-top: 48px;
}
.calculator-container {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    width: 90%;
    margin: auto;
}
.slider-section {
    flex: 2;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.slider-group {
    /* background: rgba(255, 255, 255, 0.05); */
    display: flex;
    align-items: end;
    justify-content: space-between;
    flex-wrap: wrap;
}
.slider-label {
    text-align: center;
    flex: 1;
    background: rgba(255, 255, 255, 0.05);
    padding: 10px;
    border-radius: 12px;
}
.slider-label span:first-child {
    font-size: 32px;
    font-weight: 500;
    display: inline-block;
    width: 100%;
    color: #fff;
    margin: 0;
}
.slider-label small {
    font-size: 14px;
    font-weight: 500;
    display: inline-block;
    width: 100%;
    color: #fff;
    margin: 0;
}
.slider-control {
    flex: 4;
    padding: 0 15px;
    min-width: 180px;
}
.slider-control input[type=range] {
    width: 100%;
}
.slider-value {
    flex: 1;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    background: rgba(255, 255, 255, 0.05);
    color: #fff;
    padding: 10px 10px;
    border-radius: 12px;
}
input#clientsPerDayVal,
input#chargePerClientVal,
input#daysOpenVal {
    font-size: 32px;
    display: inline-block;
    margin: 0;
    border: 0;
    background: transparent;
    text-align: center;
    width: 80px;
    font-weight: bold;
    color: #fff;
}
input#clientsPerDayVal2,
input#chargePerClientVal2,
input#daysOpenVal2 {
    font-size: 32px;
    display: inline-block;
    margin: 0;
    border: 0;
    background: transparent;
    text-align: center;
    width: 80px;
    font-weight: bold;
    color: #fff;
}
.slider-value span {
    font-size: 32px;
    display: inline-block;
    width: 100%;
    margin: 0;
}
.revenue-box {
    flex: 1;
    border-radius: 20px;
    padding: 30px 30px 30px 30px;
    text-align: center;
    min-width: 250px;
    background: linear-gradient(154deg, #91CDFF, #2F98DA);
    display: flex;
    flex-wrap: wrap;
    margin-top: 0px;
	margin-bottom:65px;
    align-items: center;
    justify-content: center;
}
.revenue-box h3 {
    font-size: 20px;
    margin-bottom: 10px;
    color: #fff;
    font-weight: 500;
	display: block;
  width: 100%;
}

/* Chrome, Safari, Edge, Opera (Webkit browsers) */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type="number"] {
  -moz-appearance: textfield;
}

.revenue-box h1 {
    font-size: 48px;
    color: #fff;
    margin: 10px 0;
    font-weight: 500;
    word-break: break-all;
}
.revenue-sub {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
    font-size: 16px;
    gap: 20px;
    width: 100%;
}
.revenue-sub span {
    flex: 1;
    font-weight: 600;
    color: #fff;
    font-size: 14px;
    display: inline-block;
}
.revenue-sub span>span {
    color: #fff;
    font-size: 28px;
    font-weight: 600;
}
.slider-control .slidesConSec {
    background: rgba(255, 255, 255, 0.05);
    padding: 32px 16px;
    border-radius: 12px;
}
.slider-control h5 {
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 500;
}
@media (max-width: 768px) {
    .calculator-container {
        flex-direction: column;
        align-items: stretch;
    }
    .slider-group {
        flex-direction: column;
        align-items: flex-start;
    }
    .slider-value {
        text-align: left;
        margin-top: 10px;
    }
    .revenue-sub {
        flex-direction: column;
        gap: 10px;
    }
}
/***********************End Revenue Calculator*****************************************/
section.testimonials {
    padding: 80px 0px 120px 0px;
}
.testimonials-box .testimonialsNumber h3 {
    color: #00588E;
    font-size: 60px;
    font-weight: 600;
}
.testimonials-box {
    text-align: center;
}
.testimonials-box .testimonialsNumber {
    margin-bottom: 100px;
}
.testimonials-box .testimonialsNumber p {
    color: #1A1A1A;
    font-size: 16px;
    font-weight: 500;
    margin: 0;
}
.testimonials-box .testimonialsUser {
    background: #fff;
    padding: 60px 24px 24px 24px;
    border-radius: 10px;
    transition: all 0.4s ease-in-out;
    min-height: 245px;
}
.testimonials-box .testimonialsUser:hover {
    box-shadow: 0px 3px 20px -2px #2F98DA;
}
.testimonials-box .testimonialsUser .testimonialsImg {
    /* margin-top: -100px;
    margin-bottom: 30px; */
    width: 88px;
    height: 88px;
    border-radius: 100%;
    margin: -100px auto 30px;
    background-color: #fff;
}
.testimonials-box .testimonialsUser .testimonialsImg img {
    width: 100%;
    height: 100%;
    border-radius: 100%;
}
.testimonials-box .testimonialsUser .testimonialsContent h5 {
    color: #1A1A1A;
    font-size: 16px;
    font-weight: 500;
}
.testimonials-box .testimonialsUser .testimonialsContent p {
    color: #595959;
    font-size: 12px;
    font-weight: 400;
    margin: 0;
}
.testimonials-box .testimonialsUser .testimonialsContent .testimonialsLink {
    margin-top: 18px;
}
.testimonials-box .testimonialsUser .testimonialsContent .testimonialsLink span {
    font-size: 15px;
    font-weight: 500;
    color: #1A1A1A;
    padding: 0px 10px;
    position: relative;
}
.testimonials-box .testimonialsUser .testimonialsContent .testimonialsLink span::after {
    content: "|";
    position: absolute;
    right: 0;
    top: 1px;
}
.testimonials-box .testimonialsUser .testimonialsContent .testimonialsLink span:last-child::after {
    display: none;
}



/*************************End testimonials************/
/*****************************start Empowering Wellness Across Industries***********************************/
.slider {
    display: flex;
    width: 100%;
    height: 90vh;
    overflow: hidden;
    border-radius: 16px;
    transition: 0.5s;
}
.panel {
    position: relative;
    flex: 1;
    background-size: cover;
    background-position: center;
    transition: flex 0.5s ease-in-out;
    align-items: center;
    cursor: pointer;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    padding: 20px;
}
.panel::before {
    content: "";
    position: absolute;
    inset: 0;
    background-color: rgb(0 0 0 / 74%);
    z-index: 1;
    border: 1px solid #595959;
}
.panel:hover::before {
    content: '';
    background: rgb(0 0 0 / 53%);
}
.panel.active::before {
    content: '';
    background: rgb(0 0 0 / 53%);
}
.panel-content {
    position: relative;
    z-index: 2;
    text-align: left;
    color: #fff;
    opacity: 0;
    transition: opacity 0.3s ease;
    max-width: 90%;
    display: none;
}
.Empowering .icon {
    margin-bottom: 16px;
    z-index: 2;
    position: relative;
}
.panel:hover {
    flex: 5;
    align-items: start;
}
.panel:hover .panel-content {
    opacity: 1;
    display: block;
}
.panel-content h2 {
    font-size: 32px;
    margin-bottom: 16px;
    font-weight: 500;
}
.panel-content p {
    font-size: 14px;
    font-weight: 300;
    margin-bottom: 24px;
    color: #E6E6E6;
}

.chiropractic {
    background-image: url('../images/Industries/icon/Chiropractic.jpg');
}

.reflexology {
    background-image: url('../images/Industries/icon/Physical-Therapy.jpg');
}

.spa {
    background-image: url('../images/Industries/icon/Med-Spa.jpg');
}

.yoga {
    background-image: url('../images/Industries/icon/Corporate-Wellness.jpg');
}

.fitness {
    background-image: url('../images/Industries/industries-1.jpg');
}

.lounge {
    background-image: url('../images/Industries/icon/Homewellness.jpg');
}
.panel-content button {
    padding: 10px 24px;
    background-color: transparent;
    color: #fff;
    border-radius: 12px;
    cursor: pointer;
    border: 1px solid #FFFFFF;
    font-size: 16px;
    font-weight: 500;
}
.panel-content .industryAction a {
    padding: 10px 24px;
    background-color: transparent;
    color: #fff;
    border-radius: 12px;
    cursor: pointer;
    border: 1px solid #FFFFFF;
    font-size: 16px;
    font-weight: 500;
}
.panel-content button img {
    padding-left: 8px;
}
/* Background images */
.panel {
    /* background-image: url('../images/Industries/industries-1.jpg'); */
         width: 543px;
     height: 650px;
}
.panel.active {
    flex: 6;
    align-items: start;
}
.panel.active .panel-content {
    opacity: 1;
    display: block;
}
/* Responsive */
@media (max-width: 768px) {
    .slider {
        flex-direction: column;
        height: auto;
    }
    .panel {
        height: 40vh;
        flex: unset !important;
    }
    .panel:hover {
        flex: unset;
    }
    .panel-content {
        opacity: 1;
    }
}
/***************************end Empowering Wellness Across Industries*************************************/
section.askedQuestion {
    padding: 30px 0px 60px 0px;
}
section.askedQuestion .headerTitle h4 {
    text-align: center;
    font-size: 40px;
}
.askedQuestion .askedQuestionCustome {
    width: 70%;
    margin: 48px auto 0px;
}
.contactPage .askedQuestion .askedQuestionCustome {
    width: 85%;
    margin: 48px auto 0px;
}
.askedQuestion .askedQuestionCustome .accordion-item {
    margin-bottom: 16px;
    border-radius: 12px;
    border: 0;
}
.askedQuestion .askedQuestionCustome .accordion-item h2.accordion-header {
    border-radius: 12px;
}
.askedQuestion .askedQuestionCustome .accordion-item h2.accordion-header button.accordion-button.collapsed {
    padding: 32px;
    border-radius: 12px;
    color: #1A1A1A;
    font-weight: 500;
    font-size: 16px;
    background: #fff;
}
.askedQuestion .askedQuestionCustome .accordion-item h2.accordion-header button.accordion-button {
    padding: 32px;
    border-radius: 12px 12px 0px 0px;
    color: #1A1A1A;
    font-weight: 500;
    font-size: 16px;
    background: #fff;
    box-shadow: inherit;
}
.askedQuestion .askedQuestionCustome .accordion-item .accordion-collapse {
    padding: 0;
}
.askedQuestion .askedQuestionCustome .accordion-item .accordion-collapse .accordion-body {
    padding: 0px 32px 32px 32px;
    color: #0D0D0D;
    font-size: 16px;
    font-weight: 300;
    margin: 0;
}
.askedQuestion .askedQuestionCustome .accordion-item .accordion-collapse .accordion-body ul {
    list-style: none;
}
.lodMoreBtn a {
    color: #021A62;
    font-size: 15px;
    font-weight: 500;
    background: #fff;
    text-decoration: none;
    padding: 12px 50px;
    border-radius: 100px;
}
.lodMoreBtn {
    margin-top: 40px;
    text-align: center;
}
/*******************Some commonly asked questions******************/
section.RevenueCalculator {
    padding: 60px 0px;
    background: linear-gradient(180deg, #0085C6, #021A62);
}
.RevenueCalculator .headerTitle h4 {
    text-align: center;
    color: #fff;
}
.RevenueCalculator .incrementalCal {
    margin-top: 48px;
}
.RevenueCalculator .incrementalCal .nav-tabs {
    justify-content: center;
    border: 0;
    width: max-content;
    text-align: center;
    margin: auto;
    border-radius: 100px;
    margin-bottom: 50px;
    background: rgba(255, 255, 255, 0.1);
    padding: 4px;
}
.RevenueCalculator .incrementalCal .nav-tabs .nav-link {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    padding: 10px 80px;
    border: 0;
}
.RevenueCalculator .incrementalCal .nav-tabs .nav-link.active {
    background: linear-gradient(144deg, #91CDFF, #2F98DA);
    border: 0;
    border-radius: 100px;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    padding: 10px 80px;
}
.RevenueCalculator .incrementalCal .nav-tabs .nav-link:hover {
    outline: 0;
    border: 0;
}
/************************Start Ready to Transform Wellness?******************************/
section.TransformWellness {
    padding: 60px 0px;
    background: linear-gradient(180deg, #0085C6, #021A62);
}
section.TransformWellness .TransformWellnessRow {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}
section.TransformWellness .TransformWellnessRow .leftTransformWellness {
    width: 48%;
}
section.TransformWellness .TransformWellnessRow .rightTransformWellness {
    width: 40%;
}
section.TransformWellness .TransformWellnessRow .leftTransformWellness h4 {
    font-size: 32px;
    font-weight: 500;
    color: #FFFFFF;
    margin-bottom: 24px;
}
section.TransformWellness .TransformWellnessRow .leftTransformWellness p {
    margin: 0;
    color: #fff;
    font-size: 16px;
    font-weight: 300;
}
section.TransformWellness .TransformWellnessRow .rightTransformWellness .TransformWellnessForms {
    background: rgba(255, 255, 255, 0.1);
    padding: 32px 24px;
    border-radius: 20px;
    width: 440px;
}
.TransformWellnessForms .fields {
    margin-bottom: 15px;
}
.TransformWellnessForms .fields input {
    /* background: rgb(198 212 228); */
    border: 0;
    font-size: 16px;
    font-weight: 300;
    padding: 16px 16px;
    border-radius: 8px;
    width: 100%;
    box-sizing: border-box;
    color: #333333;
}
.TransformWellnessForms .fields select {
    /* background: rgb(198 212 228); */
    border: 0;
    font-size: 16px;
    font-weight: 300;
    padding: 16px 16px;
    border-radius: 8px;
    width: 100%;
    box-sizing: border-box;
    color: #333333;
}
.TransformWellnessForms .fields textarea {
    /* background: rgb(198 212 228); */
    border: 0;
    font-size: 16px;
    font-weight: 300;
    padding: 16px 16px;
    border-radius: 8px;
    width: 100%;
    box-sizing: border-box;
    color: #333333;
}
.TransformWellnessForms .fields button {
    background: linear-gradient(144deg, #84c3f7, #2F98DA);
    color: #fff;
    font-weight: 500;
    font-size: 16px;
    padding: 10px 100px;
    border-radius: 100px;
    width: 100%;
    border: 0;
}
/************************End Ready to Transform Wellness?******************************/
/******************************start Footer*****************************/
section.footer {
    background: #021A62;
    padding: 50px 0px;
}
.footer .footerRow {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.footer .footerRow .footerLeftSide {
    width: 350px;
}
.footer .footerRow .rightFooter {
    margin-left: auto;
    width: 260px;
}
.footer .footerRow .footerLeftSide .footerLogo {
    margin-bottom: 30px;
}
.footer .footerRow .footerLeftSide .footer-para p {
    color: #E5F3F9;
    font-size: 14px;
    font-weight: 300;
    margin: 0;
}
.footer .footerRow .rightFooter h4 {
    color: #fff;
    margin: 0;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px;
}
.footer .footerRow .rightFooter ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.footer .footerRow .rightFooter ul li {
    color: #E5F3F9;
    font-size: 16px;
    font-weight: 300;
}
.footer .footerRow .rightFooter ul li a {
    color: #E5F3F9;
    font-size: 16px;
    font-weight: 300;
    text-decoration: none;
    padding: 2px 0px;
    display: inline-block;
}
.footer .footerBottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 0.5px solid #E5F3F9;
    margin-top: 80px;
    padding-top: 40px;
}
.footer .footerBottom p {
    color: #E5F3F9;
    margin: 0;
    font-size: 14px;
    font-weight: 300;
}
.footer .footerBottom .policy a {
    color: #E5F3F9;
    font-size: 14px;
    font-weight: 300;
    text-decoration: none;
}
.footer .footerBottom .policy a:first-child {
    padding-right: 20px;
}
/******************************End Footer*****************************/
/******************************************************************************************************/
/******************************************************************************************************/
/*********************************                          *******************************************/
/*********************************   End Home Page Css      *******************************************/
/*********************************                          *******************************************/
/******************************************************************************************************/
/******************************************************************************************************/
/******************************************************************************************************/
/******************************************************************************************************/
/******************************************************************************************************/
/******************************************************************************************************/
/*********************************                          *******************************************/
/*****************************       Start Testimonials Page Css   ************************************/
/*********************************                          *******************************************/
/******************************************************************************************************/
/******************************************************************************************************/
/******************************************************************************************************/
/******************************************************************************************************/
.testimonialsPage header .menubar .navBar ul li a {
    color: #fff;
}
.testimonialsPage header .menubar .navBar ul li a:hover {
    color: #2F98DA;
}
.testimonialsBanner {
    background-image: url('../../assets/images/testimonials/banner.png');
}
.videoSection {
    padding: 60px 0px;
}
.videoBox {
    margin-bottom: 15px;
}
.videoBox iframe {
    width: 100%;
    height: 100%;
    aspect-ratio: 16 / 9;
}
/******************************************************************************************************/
/******************************************************************************************************/
/*********************************                          *******************************************/
/**************************   End Testimonials Page Css     *******************************************/
/*********************************                          *******************************************/
/******************************************************************************************************/
/******************************************************************************************************/
/******************************************************************************************************/
/******************************************************************************************************/
/******************************************************************************************************/
/******************************************************************************************************/
/*********************************                          *******************************************/
/**************************   start Request a quote Page Css     *******************************************/
/*********************************                          *******************************************/
/******************************************************************************************************/
/******************************************************************************************************/
/******************************************************************************************************/
/******************************************************************************************************/
.requestaQuotePage header .menubar .navBar ul li a {
    color: #fff;
}
.requestaQuotePage header .menubar .navBar ul li a:hover {
    color: #2F98DA;
}
.requestaBanner {
    background-image: url('../../assets/images/request-a-quote/banner.png');
    background-size: cover;
}
section.perfectSolution {
    padding: 80px 0px;
}
section.perfectSolution .perfectSolutionFormMain {
    width: 85%;
    margin: auto;
    padding: 60px 32px;
    border-radius: 24px;
    background: #E5F3F9;
    border: 1px solid #B2DAEE;
    box-shadow: 0px 8px 10px 6px #4DAAD71A;
}
.testimonialsPage section.perfectSolution .perfectSolutionFormMain {
    width: 62%;
}
.perfectSolutionFormMain .parfectSolutionHeader h4 {
    color: #000000;
    font-size: 28px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 16px;
}
.perfectSolutionFormMain .parfectSolutionHeader p {
    font-size: 16px;
    text-align: center;
    font-weight: 500;
}
.perfectSolutionFormMain .perfeactSolutionForm {
    margin-top: 48px;
}
.perfeactSolutionForm .feilds input {
    padding: 16px;
    border-radius: 8px;
    color: #1A1A1A;
    border: 0;
    font-size: 14px;
    font-weight: 300;
    width: 100%;
    box-sizing: border-box;
}
.perfeactSolutionForm .feilds {
    margin-bottom: 20px;
}
.perfeactSolutionForm .feilds select {
    padding: 16px;
    border-radius: 8px;
    color: #1A1A1A;
    border: 0;
    font-size: 14px;
    font-weight: 300;
    width: 100%;
    box-sizing: border-box;
	background:#fff;
}
.perfeactSolutionForm .feilds textarea {
    padding: 16px;
    border-radius: 8px;
    color: #1A1A1A;
    border: 0;
    font-size: 14px;
    font-weight: 300;
    width: 100%;
    box-sizing: border-box;
}
.perfeactSolutionForm .feilds button {
    background: linear-gradient(144deg, #91CDFF, #2F98DA);
    padding: 12px 32px;
    border-radius: 30px;
    width: 100%;
    border: 0;
    font-size: 16px;
    color: #fff;
}
section.connectSupport {
    padding: 30px 0px 80px 0px;
}
.connectbox {
    text-align: center;
    background: #fff;
    padding: 32px 24px;
    border-radius: 16px;
}
.connectbox .icon {
    margin-bottom: 20px;
}
.connectbox .conectContent h4 {
    color: #1A1A1A;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 16px;
}
.connectbox .conectContent p {
    color: #1A1A1A;
    font-weight: 300;
    font-size: 16px;
}
.contactPage .connectbox .conectContent p {
    width: 300px;
    margin: auto;
}
.testimonialsPage .connectbox .conectContent p {
    width: 300px;
    margin: auto;
}
.connectbox .conectContent a {
    background: linear-gradient(146deg, #91CDFF, #2F98DA);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-top: 37px;
    display: inline-block;
}
/******************************************************************************************************/
/******************************************************************************************************/
/*********************************                          *******************************************/
/**************************   End Request a quote Page Css     *******************************************/
/*********************************                          *******************************************/
/******************************************************************************************************/
/******************************************************************************************************/
/******************************************************************************************************/
/******************************************************************************************************/
/******************************************************************************************************/
/******************************************************************************************************/
/*********************************                          *******************************************/
/**************************   start contact Page Css     *******************************************/
/*********************************                          *******************************************/
/******************************************************************************************************/
/******************************************************************************************************/
/******************************************************************************************************/
/******************************************************************************************************/
.contactPage header .menubar .navBar ul li a {
    color: #1A1A1A;
}
.contactPage header .menubar .navBar ul li a:hover {
    color: #2F98DA;
}
.contactPage header .menubar .navBar ul li a.GetaQuote {
    color: #fff;
}
.contactBanner {
    background-image: url('../../assets/images/contact/banner.png');
    background-size: cover;
    background-position: center;
}
.perfectSolutionFormMain.contactPage {
    background: #F0FAFF !important;
    box-shadow: inherit !important;
}
.mapes {
    padding: 60px 0px;
}
.mapSectionView img {
    width: 100%;
    height: 100%;
}
/******************************************************************************************************/
/******************************************************************************************************/
/*********************************                          *******************************************/
/**************************   End contact Page Css     *******************************************/
/*********************************                          *******************************************/
/******************************************************************************************************/
/******************************************************************************************************/
/******************************************************************************************************/
/******************************************************************************************************/
/******************************************************************************************************/
/******************************************************************************************************/
/*********************************                          *******************************************/
/**************************   start about Page Css     *******************************************/
/*********************************                          *******************************************/
/******************************************************************************************************/
/******************************************************************************************************/
/******************************************************************************************************/
/******************************************************************************************************/
.aboutPage header .menubar .navBar ul li a {
    color: #1a1a1a;
}
.aboutPage header .menubar .navBar ul li a.GetaQuote {
    color: #fff;
}
.aboutPage header .menubar .navBar ul li a:hover {
    color: #2F98DA;
}
.aboutBanner {
    background-image: url('../../assets/images/about/banner.png');
    background-size: cover;
    background-position: center;
}

.blogBanner {
    position: relative;
    background-image: url('../../assets/images/about/blogs.jpg');
    background-size: cover;
    background-position: center;
}
.blogBanner::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5); /* transparent black */
}
section.aboutContent {
    padding: 60px 0px;
}
.aboutContent .aboutPara p {
    font-size: 24px;
    font-weight: 300;
    text-align: center;
    color: #1A1A1A;
    margin: 0;
}
.aboutContent .aboutPara {
    width: 82%;
    margin: auto;
}
section.boxesContentAbt {
    padding: 60px 0px;
}
section.boxesContentAbt .conAbtBox {
    width: 82%;
    margin: 20px auto;
    background: #fff;
    padding: 32px 24px;
    border-radius: 16px;
}
section.boxesContentAbt .conAbtBox.conAbtBoxImg {
    padding: 0;
}
section.boxesContentAbt .conAbtBox.conAbtBoxImg img {
    width: 100%;
    height: 386px;
    border-radius: 16px;
    object-fit: cover;
}
section.boxesContentAbt .conAbtBox h4 {
    font-size: 48px;
    font-weight: 500;
    text-align: center;
    margin-bottom: 16px;
}
section.boxesContentAbt .conAbtBox p {
    text-align: center;
    color: #1A1A1A;
    font-size: 16px;
    font-weight: 300;
}
section.boxesContentAbt .conAbtBox.theBeginning h6 {
    text-align: left;
    color: #1A1A1A;
    font-weight: 600;
    font-size: 16px;
    margin-top: 30px;
}
section.boxesContentAbt .conAbtBox.theBeginning p {
    text-align: left;
}
.indusryLeader .headerTitle {
    text-align: center;
}
.indusryLeader .headerTitle p {
    width: 72%;
    margin: 10px auto 0px;
}
.indusryLeader .indusryLeaderRow {
    margin-top: 48px;
}
.abtConnectbox {
    text-align: left;
    background: #fff;
    padding: 32px 24px;
    border-radius: 16px;
    min-height: 354px;
}
.abtConnectbox .icon {
    margin-bottom: 32px;
}
.abtConnectbox .conectContent h4 {
    color: #1A1A1A;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 16px;
}
.abtConnectbox .conectContent p {
    color: #1A1A1A;
    font-weight: 300;
    font-size: 16px;
    margin: 0;
}
/******************************************************************************************************/
/******************************************************************************************************/
/*********************************                          *******************************************/
/**************************   End about Page Css     *******************************************/
/*********************************                          *******************************************/
/******************************************************************************************************/
/******************************************************************************************************/
/******************************************************************************************************/
/******************************************************************************************************/
/******************************************************************************************************/
/******************************************************************************************************/
/*********************************                          *******************************************/
/**************************   start faq Page Css     *******************************************/
/*********************************                          *******************************************/
/******************************************************************************************************/
/******************************************************************************************************/
/******************************************************************************************************/
/******************************************************************************************************/
.faqPage header .menubar .navBar ul li a {
    color: #fff;
}
.faqPage header .menubar .navBar ul li a:hover {
    color: #2F98DA;
}
.faqBanner {
    background-image: url('../../assets/images/faq/banner.jpg');
    background-size: cover;
    background-position: center;
}
.searchSection {
    position: relative;
    margin-bottom: 30px;
}
.searchSection .feilds input {
    width: 100%;
    border: 0;
    color: #1A1A1A;
    font-size: 16px;
    font-weight: 300;
    padding: 10px 0px;
}
.searchSection .feilds {
    position: relative;
    display: flex;
    flex-direction: row-reverse;
    background: #fff;
    padding: 10px 24px;
    border-radius: 8px;
    align-items: center;
    gap: 10px;
}



/******************************************************************************************************/
/******************************************************************************************************/
/*********************************                          *******************************************/
/**************************   End faq Page Css     *******************************************/
/*********************************                          *******************************************/
/******************************************************************************************************/
/******************************************************************************************************/
/******************************************************************************************************/
/******************************************************************************************************/
.feilds input:focus {
    outline: 0;
    box-shadow: inherit;
    border: 0;
}



.infomation_tabs {
    padding: 86px 180px;
}
.flash {
  display: flex;
  align-items: flex-start;
  background-color: #e6ffed;
  border: 1px solid #c6f6d5;
  border-radius: 8px;
  padding: 20px;
  margin: 20px auto;
  max-width: 700px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  font-family: Arial, sans-serif;
  color: #2f855a;
}
.flash .emoji {
  font-size: 24px;
  margin-right: 15px;
  line-height: 1.4;
}
.flash.hidden {
  display: none;
}
.infomation_tabs .tab-content {
  background: white;
    border: 1px solid #ccc;
    padding: 25px;
    border-radius: 20px 20px 20px 20px;
    margin-bottom: 32px;
}
ul.benefits {
  list-style: none;
  padding-left: 0;
}
.benefits li {
    margin-bottom: 20px;
}
ul.benefits li::before {
  content: "🔵";
  margin-right: 10px;
  font-size: 10px;
}
.spec-table {
  width: 100%;
  border-collapse: collapse;
}
.spec-table td {
  padding: 10px;
  border-bottom: 1px solid #ccc;
}
.spec-table tr:nth-child(even) {
  background: #f3f3f3;
}
.section-title {
  font-size: 1.5em;
  margin-bottom: 15px;
  color: #007acc;
}
.other-info-list {
  list-style: none;
  padding-left: 0;
}
.other-info-list > li {
  margin-bottom: 20px;
  position: relative;
  padding-left: 25px;
}
.other-info-list > li::before {
  content: "🔵";
  position: absolute;
  left: 0;
  top: 3px;
  font-size: 10px;
}
.other-info-list ul {
    list-style-type: disc;
    margin-top: -22px;
        margin-left: 210px;
}
.other-info-list strong {
  font-weight: bold;
}
.support_link a{
    background: linear-gradient(144deg, #84c3f7, #2F98DA);
    color: #fff;
    font-weight: 500;
    font-size: 16px;
    text-decoration: none;
    padding: 21px 110px;
    border-radius: 100px;
    margin-top: 0 px;
}

  .video-wrapper {
    max-width: 800px;
    margin: auto;
    background: #000;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
    position: relative;
    font-family: sans-serif;
  }
  video {
    width: 100%;
    display: block;
  }
  .controls {
    display: flex;
    align-items: center;
    padding: 8px;
    background: rgba(0, 0, 0, 0.85);
    color: white;
  }
  .controls button {
    background: none;
    border: none;
    color: white;
    margin: 0 6px;
    font-size: 16px;
    cursor: pointer;
  }
  .controls button:hover {
    color: #1e90ff;
  }
  .progress-bar {
    width: 100%;
    appearance: none;
    height: 4px;
    background: #555;
    cursor: pointer;
  }
  .progress-bar::-webkit-slider-thumb {
    -webkit-appearance: none;
    width: 10px;
    height: 10px;
    background: red;
    border-radius: 50%;
    margin-top: -3px;
  }
  .time {
    font-size: 12px;
    margin-left: auto;
  }

   .container_new {
      max-width: 1200px;
      margin: 0 auto;
      padding: 40px 20px;
    }

    .section-title-new {
      text-align: center;
      font-size: 24px;
      font-weight: 600;
    margin: 201px 0 100px;
    }

    .feature_new {
      display: flex;
      align-items: center;
      justify-content: space-between;
      margin-bottom: 60px;
      gap: 30px;
      flex-wrap: wrap;
      /* margin: 0 100px 0 100px; */
        margin: 0px 100px 0 100px;
        /* border: 1px solid #000000; */
        border-radius: 10px;
        box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.2);
        padding: 20px;
    }

    .feature_new:nth-child(even) {
      flex-direction: row-reverse;
    }

    .feature_new img {
          width: 100%;
    max-width: 480px;
    border-radius: 12px;
    height: 260px;
    object-fit: contain;
    }

    .feature_new_text {

    }

    .feature_new_text h3 {
      font-size: 30px;
      font-weight: 600;
      margin-bottom: 10px;
    }

    .feature_new_text p {
      font-size: 18px;
      color: #555;
      margin: 0;
    }

    .feature_new .btn-primary {
        display: inline-block;
        padding: 12px 24px;
        background: linear-gradient(144deg, #84c3f7, #2F98DA);
        color: #fff;
        text-decoration: none;
        border-radius: 8px;
        font-weight: 500;
        transition: background-color 0.3s ease;
    }

    .featured {
            margin: 20px 0px 0px 0px;
  display: flex;
  align-content: center;
  justify-content: center;
  gap: 20px;
    }

    .featured .btn-primary {
        display: inline-block;
        padding: 12px 24px;
        background: linear-gradient(144deg, #84c3f7, #2F98DA);
        color: #fff;
        text-decoration: none;
        border-radius: 8px;
        font-weight: 500;
        transition: background-color 0.3s ease;
    }

    .feature_new .btn-primary:hover {
       background-color: #0056b3;
    }

    .feature_new .button-wrapper {
        margin-top: 20px;
        float: right;
        margin-right: 0px;
    }

	.portfolioPageUI .feature_new {
    flex-wrap: nowrap;
}

.portfolioPageUI .feature_new .feature_new_text {
    width: 50%;
}

    @media (max-width: 768px) {
      .feature_new {
        flex-direction: column !important;
        text-align: center;    margin: 0;
      }

      .feature_new:nth-child(even) {
        flex-direction: column !important;
      }
    }

	.container .bannerContentlink a {
    background: linear-gradient(144deg, #84c3f7, #2F98DA);
    color: #fff;
    font-weight: 500;
    font-size: 16px;
    text-decoration: none;
    padding: 10px 100px;
    border-radius: 100px;
	    display: inline-block;
}

.container .bannerContentlink
{
	margin-top:50px;
	text-align: center;
}

.slider-container {
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: space-between;
    overflow: hidden;
    padding: 40px 0;
}

 .slider-container .left-static {

    position: relative;
    text-align: center;
	width: 55%;
}

 .slider-container .left-static img {
     /* max-height: 509px;
    width: 66%;
    margin-left: 90px;
    height: 480px;
    max-height: 380px;*/
    width: 100%;
    margin-left: 0px;
}

 .slider-container .overlay-text {
  position: absolute;
  bottom: 30px;
  left: 0;
  width: 100%;
  text-align: center;
}

 .slider-container .overlay-text h2 {
  font-size: 32px;
  color: white;
  text-shadow: 0 0 5px #000;
}

 .slider-container .right-slider {

    position: relative;
    height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
	width: 38%;
	gap: 20px 20px;
	    margin: auto;
}

 .slider-container .slider-item {
  margin-left: 0px;
  position: absolute;
  opacity: 0;
  transform: scale(0.9);
  transition: opacity 1s ease, transform 1s ease;
  text-align: center;
}

 .slider-container .slider-item.active {
  opacity: 1;
  transform: scale(1);
  z-index: 1;
}

 .slider-container .slider-item img {
        max-height: 300px;
    margin-bottom: 15px;
    width: 100%;
    object-fit: contain;
}

 .slider-container .slider-item h2 {
  font-size: 20px;
  color: #fff;
}

/****************************************/

.mainTwoTabsDefault{
	padding:10px 0px
}

.mainSection .contentTabs {
    display: flex;
    justify-content: space-between;
	    align-items: center;
}

.tabsSectionHome {
    width: 75%;
    margin: auto;
}

.mainSection .contentTabs .contentParaSection {
    width: 46%;
}

.mainSection .contentTabs .contentTabsSection {
    width: 45%;
	    margin-bottom: 10px;
}

.mainSection .contentTabs .contentTabsSection .tabsImg img {
    width: 80%;
    height: 100%;
    max-height: 135px;
    margin-left: 60px;
}

.mainSection .contentTabs .contentTabsSection .tabsBtn .all_list {
    color: #000000;
    background: #ffffff;
    border-radius: 100px;
}

.mainSection .contentTabs .contentTabsSection .tabsBtn .self-serve {
    color: #000000;
    background: rgb(0, 123, 255);
    border-radius: 100px;
}

.mainSection .contentTabs .contentTabsSection .tabsBtn button.assisted {
    background: rgb(255, 102, 0);
    border-radius: 100px;
    color: #000000;
}

.mainSection .contentTabs .contentTabsSection .tabsBtn button {
    padding: 1px 25px;
    border: 0;
    font-size: 14px;
    /* width: 170px; */
}

/* .Blink {
      animation: blink-animation 1s steps(1, start) infinite;
}

@keyframes blink-animation {
    0%, 100% { opacity: 1; }
    50% { opacity: 0; }
} */

button i {
    margin-left: -5px;
}

.my-blink-self {
  color: #007bff; /* orange */
}

.my-blink-assited {
  color: #ff6600; /* orange */
}

.mainSection .contentTabs .contentTabsSection .tabsBtn button.active {
    /* background-color: #007bff; */
    /* color: #fff;
    font-weight: bold;
    border: 2px solid #0056b3; */

    color: #007bff;
    font-weight: bold;
    border: 2px solid #007bff;
    box-shadow: 0 0 8px rgba(0, 123, 255, 0.4);
    background-color: transparent;
    transition: all 0.3s ease;
}

.mainSection .contentTabs .contentTabsSection .tabsBtn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-top: 10px;
}

.mainSection .tabsProductImg .tabsProductImgRow {
    display: flex;
    gap: 20px;
}

.mainSection .tabsProductImg .tabsProductImgRow .productBox {
    width: 100%;
	position:relative;
    margin-bottom: 10px;

}

.mainSection .tabsProductImg .tabsProductImgRow .productBox:hover  {
    box-shadow:
    0 8px 20px rgba(0, 0, 0, 0.2),
    0 0 15px rgba(0, 123, 255, 0.4),
    0 0 30px rgba(0, 123, 255, 0.3),
    0 0 10px rgba(0, 255, 204, 0.2);
  border-color: #007bff;
  transition: box-shadow 0.3s ease, border-color 0.3s ease;
}

.mainSection .tabsProductImg .tabsProductImgRow .productBox .productImg img {
    width: 100%;
}

.mainSection .tabsProductImg .tabsProductImgRow .productBox .productContent {
    text-align: center;
}

.mainSection .tabsProductImg .tabsProductImgRow .productBox .productbutton {
    display: flex;
    align-items: end;
    justify-content: end;
    gap: 6px;
    margin: 0px;
	position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    z-index: 9;
}

.tabsProductImgRow .productBox .productbutton .self-serve{
    color: #fff;
    background: #004aad;
    border-radius: 20px;
    font-size: 12px;
    padding: 2px 5px;
    border: 0;

}

.tabsProductImgRow .productBox .productbutton .assisted{
    background: #ff914c;
    color: #fff;
    border-radius: 20px;
    font-size: 12px;
    padding: 2px 5px;
    border: 0;

}

.mainSection .tabsProductImg .tabsProductImgRow .productBox .productContent p {
    font-size: 12px;
		margin:0px;
}

.selfTabCon{
	display:none;
}

.assistTabCon{
	display:none;
}

.selfServedSection{
	display:none;
}

.assitedSection{
	display:none;
}

.selfTabCon h3 {
    color: #36b8fe;
    font-weight: bold;
    font-size: 34px;
}

.selfTabCon h4 {
    font-weight: 700;
    font-size: 34px;
}

.assistTabCon h3 {
    color: #ff904b;
    font-weight: bold;
    font-size: 44px;
}

.assistTabCon h4 {
    font-weight: 700;
    font-size: 44px;
}

.defaultTabCon h4 {
    font-weight: 700;
    font-size: 35px;
}

.logoCon{margin-bottom:20px;width: 300px;}


.hoverContentBox {
    background: #fff;
    padding: 20px 20px;
    border-radius: 8px;
    position: absolute;
    right: 0;
    box-shadow: 0px 0px 5px 2px rgb(128 128 128 / 14%);
    min-width: 320px;
	display:none;
	z-index:10;
}

.mainSection .tabsProductImg .tabsProductImgRow .productBox:hover .hoverContentBox {
    display: block;
}

.hoverContentBox a {
    display: inline-block;
    padding: 12px 24px;
    background: linear-gradient(144deg, #84c3f7, #2F98DA);
    color: #fff;
    text-decoration: none;
    border-radius: 8px;
    font-weight: 500;
    transition: background-color 0.3s ease;
    width: 100%;
    text-align: center;
}

.hoverContentBox h4 {
    font-size: 22px;
    font-weight: 600;
}

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

.selfTabImg{
	display:none;
}

.assistTabImg{
	display:none;
}

.productImg img {
    max-height: 117px;
    object-fit: contain;
	margin-bottom: 8px;
}



/******************************************************************************************************/
/******************************************************************************************************/
/*********************************                          *******************************************/
/**************************       Start CSS Responsive      *******************************************/
/*********************************                          *******************************************/
/******************************************************************************************************/
/******************************************************************************************************/
/******************************************************************************************************/
/******************************************************************************************************/
/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
    .menubar .logoSection img {
        height: 48px;
    }
    .menubar .navBar {
        margin-left: auto;
        position: absolute;
        left: 0;
        top: 70px;
        background: #fff;
        box-shadow: 0px 10px 10px -8px gray;
        padding: 20px 10px;
        display: none;
    }
    .menubar .navBar ul li a {
        padding: 10px 10px;
        display: inline-block;
        width: 100%;
    }
    .menubar .navBar ul li {
        width: 100%;
    }
    .menubar .navBar ul li a.GetaQuote {
        display: inline-block;
    }
    .aboutPage header .menubar .navBar ul li a,
    .requestaQuotePage header .menubar .navBar ul li a,
    .testimonialsPage header .menubar .navBar ul li a,
    .contactPage header .menubar .navBar ul li a,.faqPage header .menubar .navBar ul li a {
        color: #1A1A1A;
    }
    .bannerSectionDivided,
    .healthBasedSectionDivided,
    .recoveryPainSectionCard,
    .webelieve .believeRow,
    section.TransformWellness .TransformWellnessRow,
    .footer .footerRow,
    .footer .footerBottom {
        flex-direction: column;
    }
    .bannerSectionDivided .bannerContent,
    .bannerSectionDivided .bannerImg,
    .healthBasedSectionDivided .healthBasedImg,
    .healthBasedSectionDivided .healthBasedContent,
    .introducing .introducingBannerImg,
    .recoveryPainSectionCard .recoveryPainSectionImg,
    .recoveryPainSectionCard .recoveryPainSectionDetails,
    .onTimeRecoveryPain,
    .webelieve .believeRow .believeLeftContent,
    .webelieve .believeRow .believeRightBox,
    .webelieve .believeRow .believeRightBox .nextLavelTerms,
    section.TransformWellness .TransformWellnessRow .leftTransformWellness,
    section.TransformWellness .TransformWellnessRow .rightTransformWellness,
    section.TransformWellness .TransformWellnessRow .rightTransformWellness .TransformWellnessForms,
    .footer .footerRow .footerLeftSide,
    .footer .footerRow .rightFooter,
    .askedQuestion .askedQuestionCustome,
    section.perfectSolution .perfectSolutionFormMain,
    .aboutContent .aboutPara,
    section.boxesContentAbt .conAbtBox,
    .indusryLeader .headerTitle p,
    .contactPage .askedQuestion .askedQuestionCustome,
    .testimonialsPage section.perfectSolution .perfectSolutionFormMain {
        width: 100%;
    }
    .EasytoStartSection .EasytoStartBox,
    .abtConnectbox {
        margin-bottom: 30px;
    }
    .TopTierRecovery .nav-tabs,
    .RevenueCalculator .incrementalCal .nav-tabs {
        border-radius: 0;
        flex-direction: column;
    }
    .TopTierRecovery .nav-tabs .nav-item .nav-link.active,
    .RevenueCalculator .incrementalCal .nav-tabs .nav-link.active {
        border-radius: 0;
        width: 100%;
    }
    .slider-group {
        flex-direction: row;
        align-items: end;
    }
    .revenue-box h1 {
        font-size: 48px;
    }
    .revenue-sub {
        flex-direction: row;
        gap: 50px;
    }
    .testimonials-box {
        margin-bottom: 50px;
    }
    .footerLeftSide {
        margin-bottom: 50px;
    }
    /**************End Home Page CSS*********************/
    .connectbox {
        margin-bottom: 30px;
    }
    .responsiveMenu {
        display: block;
        margin-left: auto;
    }

	.slider-container {
		flex-direction: column;
	}

	.slider-container .left-static {
		width: 100%;
	}

	.slider-container .right-slider {
		width: 100%;
	}

	.panel{width: 100%;}

	.feature_new{    margin: 0;}
	.portfolioPageUI .feature_new .feature_new_text{width: 100%;}

	.infomation_tabsTheraJet{padding: 0;}

	.TopTierRecovery .owl-nav button.owl-prev{left: 0;}
	.TopTierRecovery .owl-nav button.owl-next{right: 0;}


	.tabsSectionHome {
    width: 100%;
}

.mainSection .contentTabs{    flex-direction: column;}
.mainSection .contentTabs .contentParaSection {
    width: 100%;
}
.mainSection .contentTabs .contentTabsSection {
    width: 100%;

}

.mainSection .tabsProductImg .tabsProductImgRow {
    flex-direction: column;
}



}
/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) and (max-width: 767.98px) {
    .menubar .logoSection img {
        height: 48px;
    }
    .menubar .navBar {
        margin-left: auto;
        position: absolute;
        left: 0;
        top: 70px;
        background: #fff;
        box-shadow: 0px 10px 10px -8px gray;
        padding: 20px 10px;
        display: none;
    }
    .menubar .navBar ul li a {
        padding: 10px 10px;
        display: inline-block;
        width: 100%;
    }
    .aboutPage header .menubar .navBar ul li a,
    .requestaQuotePage header .menubar .navBar ul li a,
    .testimonialsPage header .menubar .navBar ul li a,
    .contactPage header .menubar .navBar ul li a, .faqPage header .menubar .navBar ul li a {
        color: #1A1A1A;
    }
    .menubar .navBar ul li {
        width: 100%;
    }
    .menubar .navBar ul li a.GetaQuote {
        display: inline-block;
    }
    .bannerSectionDivided,
    .healthBasedSectionDivided,
    .recoveryPainSectionCard,
    .webelieve .believeRow,
    section.TransformWellness .TransformWellnessRow,
    .footer .footerRow,
    .footer .footerBottom {
        flex-direction: column;
    }
    .bannerSectionDivided .bannerContent,
    .bannerSectionDivided .bannerImg,
    .healthBasedSectionDivided .healthBasedImg,
    .healthBasedSectionDivided .healthBasedContent,
    .introducing .introducingBannerImg,
    .recoveryPainSectionCard .recoveryPainSectionImg,
    .recoveryPainSectionCard .recoveryPainSectionDetails,
    .onTimeRecoveryPain,
    .webelieve .believeRow .believeLeftContent,
    .webelieve .believeRow .believeRightBox,
    .webelieve .believeRow .believeRightBox .nextLavelTerms,
    section.TransformWellness .TransformWellnessRow .leftTransformWellness,
    section.TransformWellness .TransformWellnessRow .rightTransformWellness,
    section.TransformWellness .TransformWellnessRow .rightTransformWellness .TransformWellnessForms,
    .footer .footerRow .footerLeftSide,
    .footer .footerRow .rightFooter,
    .askedQuestion .askedQuestionCustome,
    section.perfectSolution .perfectSolutionFormMain,
    .aboutContent .aboutPara,
    section.boxesContentAbt .conAbtBox,
    .indusryLeader .headerTitle p,
    .contactPage .askedQuestion .askedQuestionCustome,
    .testimonialsPage section.perfectSolution .perfectSolutionFormMain {
        width: 100%;
    }
    .onTimeRecoveryPain .owl-dots {
        position: relative;
    }
    .calculator-container {
        flex-direction: column;
    }
    .responsiveMenu {
        display: block;
        margin-left: auto;
    }
    .slider-group {
        flex-direction: row;
    }
    .revenue-sub {
        flex-direction: row;
        gap: 50px;
    }
    .TopTierRecovery .nav-tabs {
        flex-direction: column;
        border-radius: 0;
    }
    .TopTierRecovery .nav-tabs .nav-item .nav-link.active {
        border-radius: 0;
        width: 100%;
    }


		.slider-container {
		flex-direction: column;
	}

	.slider-container .left-static {
		width: 100%;
	}

	.slider-container .right-slider {
		width: 100%;
	}

	.panel{width: 100%;}
	.feature_new{    margin: 0;}
	.portfolioPageUI .feature_new .feature_new_text{width: 100%;}
	.infomation_tabsTheraJet{padding: 0;}

	.TopTierRecovery .owl-nav button.owl-prev{left: 0;}
	.TopTierRecovery .owl-nav button.owl-next{right: 0;}

	.tabsSectionHome {
    width: 100%;
}

.mainSection .contentTabs{    flex-direction: column;}
.mainSection .contentTabs .contentParaSection {
    width: 100%;
}
.mainSection .contentTabs .contentTabsSection {
    width: 100%;
}

.mainSection .tabsProductImg .tabsProductImgRow {
    flex-direction: column;
}



}
/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991.98px) {
    .menubar .logoSection img {
        height: 50px;
    }
    .menubar .navBar ul li a {
        padding: 10px 8px;
    }
    .bannerSectionDivided .bannerContent h4 {
        font-size: 38px;
    }
    .bannerSectionDivided .bannerContent h5 {
        font-size: 24px;
        margin-bottom: 40px;
    }
    .bannerSectionDivided .bannerContent p {
        font-size: 14px;
    }
    .healthBasedSectionDivided .healthBasedImg,
    .healthBasedSectionDivided .healthBasedContent,
    .onTimeRecoveryPain,
    .webelieve .believeRow .believeLeftContent,
    .webelieve .believeRow .believeRightBox,
    .askedQuestion .askedQuestionCustome,
    section.TransformWellness .TransformWellnessRow .leftTransformWellness,
    section.TransformWellness .TransformWellnessRow .rightTransformWellness,
    section.perfectSolution .perfectSolutionFormMain,
    .aboutContent .aboutPara,
    section.boxesContentAbt .conAbtBox,
    .indusryLeader .headerTitle p,
    .testimonialsPage section.perfectSolution .perfectSolutionFormMain {
        width: 100%;
    }
    .healthBasedSectionDivided,
    .webelieve .believeRow,
    section.TransformWellness .TransformWellnessRow {
        flex-direction: column;
    }
    .slider-group {
        flex-direction: row;
    }
    .webelieve .believeRow .believeRightBox .nextLavelTerms {
        width: 500px;
        margin: auto;
    }
    section.TransformWellness .TransformWellnessRow .rightTransformWellness .TransformWellnessForms {
        margin: auto;
    }
    .TopTierRecovery .nav-tabs .nav-item .nav-link.active {
        border-radius: 0px;
        width: 100%;
    }
    .TopTierRecovery .nav-tabs {
        flex-direction: column;
        border-radius: 0px;
    }
    .revenue-box h3,
    .revenue-box h1 {
        width: 100%;
    }
    .revenue-sub {
        flex-direction: row;
        gap: 50px;
        width: 100%;
    }
    .calculator-container {
        flex-direction: column;
    }
    .onTimeRecoveryPain .owl-dots {
        position: relative;
    }


		.slider-container {
		flex-direction: column;
	}

	.slider-container .left-static {
		width: 100%;
	}

	.slider-container .right-slider {
		width: 100%;
	}


	.portfolioPageUI .feature_new {
    margin: 0;
}

.feature_new img {
    width: 45%;
}

.portfolioPageUI .feature_new .feature_new_text {
    width: 50%;
}


	.TopTierRecovery .owl-nav button.owl-prev{left: 0;}
	.TopTierRecovery .owl-nav button.owl-next{right: 0;}


.tabsSectionHome {
    width: 100%;
}



}
/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1199.98px) {
    section.perfectSolution .perfectSolutionFormMain,
    .askedQuestion .askedQuestionCustome {
        width: 75%;
    }
    .aboutContent .aboutPara,
    section.boxesContentAbt .conAbtBox,
    .indusryLeader .headerTitle p {
        width: 100%;
    }
    .healthBasedSectionDivided {
        flex-direction: column;
    }
    .healthBasedSectionDivided .healthBasedImg,
    .healthBasedSectionDivided .healthBasedContent {
        width: 100%;
    }
    .onTimeRecoveryPain {
        width: 100%;
    }
    .revenue-box h1 {
        font-size: 48px;
    }

		.portfolioPageUI .feature_new {
    margin: 0;
}

.feature_new img {
    width: 45%;
}

.portfolioPageUI .feature_new .feature_new_text {
    width: 50%;
}

}
/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) and (max-width: 1399.98px) {
    /* Your styles for large desktops */
}
/* Extra extra large devices (1400px and up) */
@media (min-width: 1400px) {
    /* Your styles for very large screens */
}
@media (min-width: 1400px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1120px;
    }
}


.theralieve-left-slider {
    width: 45%;
    /* height: 320px; */
    /* width: 500px; */
    height: 250px;
    position: relative;
    overflow: hidden;
}

/* Right logo/text */
.theralieve-right-content {
  width: 55%;
  /* padding: 17px; */
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

/* Individual slide images */
.theralieve-slide {
  width: 90%;                 /* Fill container width */
  height: 90%;                /* Fill container height */
  object-fit: cover;           /* Maintain aspect ratio, cover container */
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;                  /* All images hidden by default */
  transition: opacity 1s ease-in-out;
}

.theralieve-logo {
  text-align: center;
}

.theralieve-logo img {
  height: 100px;
}




.theralieve-section {
  background: #ffffff;
  padding: 80px 0;
}

.theralieve-top {
  display: flex;
  flex-wrap: wrap;
  max-width: 950px;
  margin: auto;
  /* background: #fff; */
  overflow: hidden;
  border-radius: 8px 8px 0 0;
}

/* Container for the left slider */

/* Inner slider wrapper */
.theralieve-slider {
  width: 100%;
  height: 100%;
  position: relative;
}



.theralieve-logo h2 {
  font-size: 28px;
  margin: 15px 0 10px;
  place-self: center;
}

.theralieve-logo .bold {
  font-weight: 700;
}

.theralieve-logo .blue {
  color: #3d9dd3;
  font-weight: bold;
}



.tagline {
  font-size: 14px;
  color: #444;
}

/* Full-width equipment banner */
.theralieve-equipment {
  max-width: 1200px;
  margin: 0 auto;
  border-radius: 0 0 8px 8px;
  overflow: hidden;
}

.theralieve-equipment img {
  width: 96%;
  height: auto;
  display: block;
  place-self: center;
}

.container-new .bannerContentlink_new {
    /* margin-top: 50px; */
    text-align: center;
}

.container-new .bannerContentlink_new a {
    background: linear-gradient(144deg, #84c3f7, #2F98DA);
    color: #fff;
    font-weight: 500;
    font-size: 16px;
    text-decoration: none;
    padding: 10px 100px;
    border-radius: 100px;
    display: inline-block;
}

    .center-play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: none;
  border: none;
  cursor: pointer;
  z-index: 2;
}

.center-play-button img {
  width: 60px;
  height: 60px;
  opacity: 0.85;
  transition: opacity 0.3s ease;
}

.center-play-button:hover img {
  opacity: 1;
}


.at-glance a{
    /* text-decoration: none; */
    color: black;
}


.blog-post {

    position: relative;

}

.blog-post a{
    text-decoration: initial;
}



.blog-post .blog-post-img {

    position: relative;

    border-radius: 12px 12px 12px 12px;

}



.blog-post .blog-post-img img {

    width: 100%;

    height: 100%;

    max-height: 180px;

    min-height: 180px;

    object-fit: cover;

    border-radius: 12px 12px 12px 12px;

}



.blog-post .blog-post-time {

    /* position: absolute;

    left: 0;

    bottom: 0;

    right: 0;

    width: 100%;

    background: linear-gradient(0deg,#000,transparent); */

    color: #000000;

    /* padding: 40px 20px 20px;

    border-radius: 0; */
    padding: 10px 0px 0px 15px;

}



section.blog-section {

    padding: 100px 0px;
    background-color: white;

}



.blog-post .blog-post-details {

    padding: 15px 15px;

}



.blog-post .blog-post-details h4 {

    font-size: 22px;

    font-weight: bold;

    margin: 0;

    margin-bottom: 20px;
    color: black;

}



.blog-post .blog-post-details p {

    color: #4D5863;

    font-size: 14px;

    margin: 10px 0px;

}



.blog-post .blog-post-details a {

    color: #35a0cc;

    font-size: 15px;
/*
    text-decoration: underline; */

}



.blog-post .blog-post-details .short-line {

    position: relative;

    height: 3px;

    margin-bottom: 20px;

}



.blog-post .blog-post-details .short-line::before {

    content: '';

    position: absolute;

    left: 0;

    bottom: 0;

    width: 70px;

    height: 3px;

    background-color: #35a0cc;

    z-index: 1;

}



.blog-post .blog-post-details .short-line::after {

    content: '';

    position: absolute;

    left: 0;

    bottom: 0;

    width: 132px;

    height: 3px;

    background-color: #bebebe;

    z-index: -1;

}

.blog-details-section{
    background-color: #ffffff;
}

/* Hero Image */
.blog-hero-img img {
    max-width: 1100px;
    max-height: 500px;
    border-radius: 12px 12px 12px 12px;
    margin-bottom: 20px;
    margin-top: 20px;
}

/* Layout */
.blog-layout {
  display: flex;
  gap: 40px;
}

.blog-sidebar {
  flex: 1;
  max-width: 280px;
}

.blog-content {
  flex: 3;
  margin-top: 20px;
}

/* Sidebar boxes */
.blog-sidebar .box {
  background: #f1f8ff;
  border: 1px solid #e1ecf4;
  padding: 20px;
  border-radius: 12px;
  margin-bottom: 20px;
  margin-top: 25px;
}

.blog-sidebar h3 {
  margin-bottom: 15px;
  font-size: 18px;
  color: #0a2540;
}

.at-glance ul {
    list-style-type: disc; /* solid bullets */
    padding-left: 20px;   /* space before bullets */
}

.at-glance li {
    margin-bottom: 6px;
}

/* Book form */
.book-appointment input,
.book-appointment button {
  display: block;
  width: 100%;
  margin-bottom: 12px;
  padding: 10px;
  border: 1px solid #d1dce5;
  border-radius: 8px;
}

.book-appointment button {
  background: #1a73e8;
  color: #fff;
  border: none;
  font-weight: bold;
  cursor: pointer;
}

.book-appointment button:hover {
  background: #125ac4;
}

/* Blog Meta & Title */
.blog-meta {
  font-size: 14px;
  color: #666;
  margin-bottom: 10px;
}

.post-title {
  font-size: 28px;
  margin-bottom: 20px;
  color: #0a2540;
}

.post-content p {
  margin-bottom: 20px;
  line-height: 1.6;
}

/* Tags */
.blog-tags {
  margin-top: 20px;
  font-size: 14px;
}
.blog-tags .tag-label {
  font-weight: bold;
  margin-right: 6px;
}

.blog-hero{
    background-color: #ffffff;
}
.blog-hero-img{
    max-width: 100%;
    place-self: center;
}

/* Comment Section */
.comments-area {
  margin-top: 40px;
}

/* Comments Title */
.comments-title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 20px;
}

/* Comments List */
.comment-list {
  list-style: none;
  padding: 0;
  margin: 0 0 30px 0;
}
.comment-list li {
  border-bottom: 1px solid #eee;
  padding: 15px 0;
}
.comment-author {
  font-weight: bold;
  color: #0a2540;
}
.comment-metadata {
  font-size: 12px;
  color: #777;
  margin-left: 5px;
}
.comment-content {
  margin-top: 5px;
  font-size: 14px;
  line-height: 1.5;
}
.reply {
  float: right;
  font-size: 12px;
  font-weight: bold;
  color: #1a73e8;
}
.reply a { color: inherit; }

/* Comment Form Box */
.custom-comment-form {
  background: #f5faff;
  padding: 25px;
  border-radius: 12px;
}
/* .custom-comment-form label {
  display: none;
} */
.custom-comment-form input,
.custom-comment-form textarea {
  width: 100%;
  padding: 12px;
  margin-bottom: 15px;
  border: 1px solid #d1dce5;
  border-radius: 8px;
  font-size: 14px;
}
.custom-comment-form textarea {
  resize: none;
}

/* Submit Button */
.custom-comment-form .btn-submit {
  width: 100%;
  padding: 14px;
  background: #1a73e8;
  color: #fff;
  border: none;
  font-weight: bold;
  border-radius: 8px;
  cursor: pointer;
  text-transform: uppercase;
}
.custom-comment-form .btn-submit:hover {
  background: #125ac4;
}

/* Title with Icon */
.comment-reply-title {
  font-size: 18px;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  gap: 6px;
  color: #0a2540;
}
.comment-reply-title i {
  color: #1a73e8;
}

/* Related Posts */
.related-posts {
  margin: 50px 0;
}

.related-posts h3 {
  margin-bottom: 20px;
}

.related-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 20px;
}

.related-item img {
  width: 100%;
  border-radius: 8px;
  margin-bottom: 10px;
}

.related-item h4 {
  font-size: 16px;
  color: #0a2540;
}

.blog-share {
    margin: 20px 0;
    display: flex;
    align-items: center;
    gap: 10px;
}

.blog-share span {
    font-weight: bold;
    margin-right: 10px;
}

.blog-share a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #0077b5; /* LinkedIn blue */
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    transition: 0.3s;
}

.blog-share a:hover {
    opacity: 0.8;
}




@media (max-width: 767px) {

.theralieve-logo img {
      height: 50px;
}

.theralieve-right-content {
    width: 55%;
}
.theralieve-left-slider {
    width: 45%;
    height: 100px;
}
.container-new .bannerContentlink_new a {
    font-size: 10px;
    padding: 10px 20px;
}

.infomation_tabs {
    padding: 86px 10px;
}

.bannerSectionDivided .bannerContent a {
    padding: 10px 80px;
}

.other-info-list ul {
    list-style-type: disc;
    margin-top: 0px;
    margin-left: 0px;
}

}