.wbt-healthcare-breadcrumbs {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
}

.wbt-healthcare-breadcrumbs a {
    color: #fff;
    text-decoration: none;
}

.full-banner{
    background: linear-gradient(180deg, #0F0049 3.83%, #360062 104.23%);
}
.healthcare-banner{
    padding: 80px 0 0 0;
}
.healthcare-banner-inside{
    padding-right: 40px;
}
.healthcare-banner .healthcare-banner-inside h1{
    color: #FFF;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%; /* 52px */
    text-transform: capitalize;
    margin-bottom: 20px;
    margin-top: 20px;
}
.healthcare-banner .healthcare-banner-inside p{
    color: #FFF;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 150.9%; /* 30.18px */
    text-transform: capitalize;
    margin-bottom: 40px;
}
.gradient-btns {
    border-radius:10px;
    background:#673AB7;
    padding:13px 20px;
    color:#fff;
    letter-spacing:1px;
    border:none;
    text-align:center;
    font-size:12px;
    font-style:normal;
    font-weight:600;
    line-height:normal;
    text-transform:uppercase;
    transition:background 0.3s ease,border-color 0.3s ease,color 0.3s ease
}
.gradient-btns:hover {
    background:#740c9a;color: #fff;
}
.plain-btns {
    border-radius:10px;
    background:rgba(255,255,255,.2);
    padding:13px 20px;
    color:#fff;
    letter-spacing:1px;
    text-align:center;
    font-size:12px;
    font-style:normal;
    font-weight:600;
    line-height:normal;
    text-transform:uppercase;
    transition:background 0.3s ease,border-color 0.3s ease,color 0.3s ease
}
.plain-btns:hover {
    background:#fff;
    color:#000!important
}
.trusted-partners{
    padding: 0px 0 80px;
}
.trusted-partners h2 {
    color: #FFF;
    font-family: Montserrat;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 166.4%;
    text-transform: capitalize;
    margin-bottom: 50px;
}
.trusted-partners-inside{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 50px;
}

.trusted-partners-inside .trusted-partners-img img{
    max-width: 115px;
}
.healthcare-marketing{
    padding: 80px 0 50px 0;
}
.healthcare-marketing-inside,.healthcare-seller-inside {
    padding-right: 30px;
}
.healthcare-marketing-inside h2{
   color: #000;
   font-size: 40px;
   font-style: normal;
   font-weight: 400;
   line-height: 138.4%; /* 55.36px */
   text-transform: capitalize; 
   margin-bottom: 20px;
}
.healthcare-marketing-inside p{
   color: #000;
   font-size: 16px;
   font-style: normal;
   font-weight: 400;
   line-height: 150%; /* 24px */ 
   margin-bottom: 20px;
}
.healthcare-buyer{
   padding: 50px 0;
}


.healthcare-buyer-inside{
    border-radius: 15px;
    background: #F1F5FD;
    padding: 50px;
    text-align: center;
}
.healthcare-buyer-inside h2{
color: #000;margin-bottom: 60px;
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: 138.4%; /* 55.36px */
    text-transform: capitalize;
}
.healthcare-buyer-inside svg{
    margin-bottom: 15px;
}
.healthcare-buyer-inside h3{
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%; /* 27px */
    text-transform: capitalize;
    margin-bottom: 15px;
}
.healthcare-buyer-inside p{
    color: #000;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 24px */
    margin-bottom: 20px;
}

.healthcare-makers{
    padding: 50px 0;
}
.healthcare-makers h2{
    color: #000;
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: 138.4%; /* 55.36px */
    text-transform: capitalize;
    margin-bottom: 20px;
}
.healthcare-makers p{
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 33px */
    margin-bottom: 30px;
}

.healthcare-makers-inside{
    border-radius: 16px;
    border: 1px solid #C3C8DE;
    padding:25px;
    transition: all 0.3s ease;
}
.healthcare-makers-inside h3{
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%; /* 27px */
    margin-bottom: 20px;
}
.healthcare-makers-inside p{
    color: #000;
    font-size: 16px !important;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 24px */
    margin-bottom: 15px;
}

/* Hover Effect */
.healthcare-makers-inside:hover{
    transform: translateY(-6px);
    border-color: #4A0396;
    box-shadow: 0 12px 30px rgba(74, 3, 150, 0.08);
}
.pos-r{
    position: relative;
}
.healthcare-seller-cnt{
    position: absolute;
    bottom: 25%;
    left: 10%;
    right: 15%;
}
.healthcare-seller-cnt h3{
    color: #FFF;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    margin-bottom: 15px;
}
.healthcare-seller-cnt p{
    color: #FFF;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    margin-bottom: 30px;
}
.healthcare-seller{
    padding: 50px 0;
}
.healthcare-seller-inside{

}
.healthcare-seller-inside h2{
    color: #000;
    margin-bottom: 50px;
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: 138.4%; /* 55.36px */
    text-transform: capitalize;
}
.healthcare-seller-inside h3{
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%; /* 27px */
    text-transform: capitalize;
    margin-bottom: 15px;
}
.healthcare-seller-inside p{
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 24px */
    margin-bottom: 20px;
}

.healthcare-seller-inside li{
    border-bottom: 1px dashed #697A85;
    margin-bottom: 20px;
}
.healthcare-seller-inside li:last-child{
    border-bottom: none;
}
.campiagn-support{
    padding: 50px 0;
}
.campiagn-support-main {
    border-radius: 16px;
    border: 1px solid #C3C8DE;
    padding: 50px 30px;
}
.cam-heading h2{
    color: #000;
    text-align: center;
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%; /* 52px */
    text-transform: capitalize;
}
.cam-heading p{
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 33px */
}
.cam-heading{
    margin-bottom: 60px;
}
.campiagn-support-inside{
    padding: 50px;
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
}
.campiagn-support-inside h3{
    color: #112951;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%; /* 27px */
    text-transform: capitalize;
    margin-bottom: 20px;
    flex: 1;
}
.campiagn-support-inside p{
    color: #091E42;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 24px */
    text-transform: capitalize;
    margin-bottom: 20px;
    flex: 1;
}
.campiagn-support-inside a{
    color: #4F0174;
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
    flex: 1;
}

.camp-clr-1{
    border-radius: 16px;
    background: #E5EAF1;
}
.camp-clr-2{
   border-radius: 16px;
    background: #F4EBFF;
}
.camp-clr-3{
    border-radius: 16px;
    background: #F6EFDD;
}
.campiagn-support-last{
    padding: 50px;
}
.campiagn-support-last{
    border-radius: 16px;
    background: #FFF3F3;
}
.campiagn-support-last h3{
    color: #000;
    text-align: center;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%; /* 48px */
    margin-bottom: 15px;
}
.campiagn-support-last p{
    color: #000;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 36px */
    margin-bottom: 30px;
}
.hospital-system{
    padding: 50px 0;
}
.hospital-bg-cnt{
    background: #fff;
    border-radius: 16px;
    padding: 50px;
    width: 70%;
}
.hospital-bg-cnt h2{
    color: #000;
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: 124%; /* 59.52px */
    text-transform: capitalize;
    margin-bottom: 20px;
}
.hospital-bg{
    padding: 60px 60px 100px 60px;
	background:url('../../assets/images/hospital-bg.webp');
	background-repeat: no-repeat;
	background-size: cover;
}
.hospital-bg-cnt p{
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 24px */
    text-transform: capitalize;
    margin-bottom: 20px;
}
.hospital-txt{
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 135%;
    text-transform: capitalize;
}
.bord-1-888888{
    border-right: 1px solid #888888;
}
.healthcare-speciality{
    padding: 50px;
    background: linear-gradient(142deg, #190053 26.84%, #030009 78.89%);
    margin: 50px 0;
}
.healthcare-speciality-head h2{
    color: #FFF;
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%; /* 52px */
    text-transform: capitalize;
    margin-bottom: 20px;
}
.healthcare-speciality-head p{
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 33px */
    margin-bottom: 50px;
}
.healthcare-special-inside{
    border-radius: 15px;
    border: 1px solid #FFDFDF;
    padding: 30px 30px 60px 30px;
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
    margin-bottom: 30px;
}
.healthcare-special-inside h3{
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%; /* 27px */
    margin-bottom: 15px;
    flex: 1;
}
.healthcare-special-inside p{
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 27px */
    margin-bottom: 25px;
    flex: 1;
}
/*.healthcare-special-inside a{
    color: #FFF;
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 20px;  
}*/
.healthcare-special-inside a{
    color: #FFF;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: none;
    transition: color 0.3s ease;
}

.healthcare-special-inside a:hover{
    color: #D2D2D2;
}
.hospital-foot{
    padding: 30px 0 20px 0;
}
.hospital-foot h3{
    color: #FFF;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%; /* 48px */
    margin-bottom: 15px;
}
.hospital-foot p{
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 36px */
}
        .lkb2b-table-wrapper {
      width: 100%;
      overflow-x: auto;
     
    }
 
    
     .lkb2b-table {
      width: 100%;
      border-collapse: separate;
      border-spacing: 0;
      font-size: 13px;
      border-radius: 10px;
      overflow: hidden;
    }

    /* ── thead: top-left & top-right radius ── */
    .lkb2b-thead-row th:first-child {
      border-radius: 10px 0 0 0;
    }
 
    .lkb2b-thead-row th:last-child {
      border-right: none;
      border-radius: 0 10px 0 0;
    }
 
    .lkb2b-thead-row th {
      padding: 15px;
      text-align: center;
      background: #4A0396;
      border-right: 0.5px solid rgba(255, 255, 255, 0.15);
      color: #FFF;
      font-size: 18px;
      font-style: normal;
      font-weight: 700;
      line-height: normal;
    }
 
    .lkb2b-table-wrapper tbody {
      background: #F1F1F1;
    }
 
    .lkb2b-th-section,
    .lkb2b-th-metric {
      text-align: left;
    }
 
    .lkb2b-th-lakeb2b {
      background: #7B2FBE;
      color: #fff;

    }
 
    .lkb2b-td-section {
      vertical-align: top;
      padding: 15px;
      border-bottom: 0.5px solid #e0e0e0;
      border-right: 0.5px solid #e0e0e0;
      white-space: nowrap;
      color: #000;
      font-size: 14px;
      font-weight: 600;
      line-height: 41px;
    }
 
    .lkb2b-td-metric {
      padding: 15px;
      border-bottom: 0.5px solid #e0e0e0;
      border-right: 0.5px solid #e0e0e0;
      color: #000;
      font-size: 14px;
      font-weight: 400;
      line-height: 150%;
    }
 
    .lkb2b-td-val {
      text-align: center;
      padding: 10px 14px;
      color: #000;
      font-size: 14px;
      font-weight: 400;
      line-height: 150%;
      border-bottom: 0.5px solid #e0e0e0;
      border-right: 0.5px solid #e0e0e0;
    }
 
    .lkb2b-td-lakeb2b {
      text-align: center;
      padding: 10px 14px;
      background: #B696D2;
      font-weight: 600;
      font-size: 14px;
      color: #fff;
      border-bottom: 0.5px solid #d8bff2;
      border-right: none;
    }
 
       /* ── last row: remove border-bottom ── */
    .lkb2b-tbody-row:last-child td {
      border-bottom: none;
    }
    .lkb2b-tbody-row:last-child td:first-child {
      border-radius: 0 0 0 10px;
    }
    .lkb2b-tbody-row:last-child td:last-child {
      border-radius: 0 0 10px 0;
    }
 
.lkb2b-tbody-row:last-child td {
      border-bottom: none;
    }
    .lkb2b-tbody-row:last-child td:first-child {
      border-radius: 0 0 0 10px;
    }
    .lkb2b-tbody-row:last-child td:last-child {
      border-radius: 0 0 10px 0;
    }
 
    
    .lkb2b-td-section-last {
      border-radius: 0 0 0 10px;
      border-bottom: none;
    }

.tables-lake{
    padding: 50px 0;
}
.tables-lake h2{
    color: #000;
text-align: center;
font-size: 40px;
font-style: normal;
font-weight: 400;
line-height: 130%; /* 52px */
text-transform: capitalize;
margin-bottom: 60px;
}
/* Odd rows */
.lkb2b-tbody-row:nth-child(odd) td:not(.lkb2b-td-section):not(.lkb2b-td-lakeb2b) {
    background: #ffffff;
}

/* Even rows */
.lkb2b-tbody-row:nth-child(even) td:not(.lkb2b-td-section):not(.lkb2b-td-lakeb2b) {
    background: #f1f1f1;
}
.motion-slow{
    background: linear-gradient(142deg, #190053 26.84%, #030009 78.89%);
    padding: 60px 0;
}
.motion-slow h2{
color: #FFF;
font-size: 40px;
font-style: normal;
font-weight: 700;
line-height: 110%; /* 70.4px */
margin-bottom: 20px;
}
.motion-slow p{
color: #FFF3F3;
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: 166.4%; /* 29.952px */
margin-bottom: 10px;
}
.focused{
    padding: 50px 0;
}
.focused-inside
{
    padding: 60px;
	background:url('../../assets/images/focused.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	border-radius: 20px;
}
.focused-inside h2{
    color: #FFF;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
  margin-bottom: 30px;
}
.faq-section-1 {
  position: relative;
  padding: 60px 0px 60px 0px;
}

.faq-section-1 .accordion-box{
  position:relative;
  padding-left: 0;
}

.faq-section-1 .accordion-box .block{
  position:relative;
  margin-bottom: 15px;
  
  list-style: none;
 border-bottom:1px solid #B0B0B0;
}
 
.faq-section-1 .accordion-box .block:last-child{
  margin-bottom: 0px;
  border-bottom: unset !important;
}
    
.faq-section-1 .accordion-box .block .acc-btn h3{
  position:relative;
  display: block;
 
  
  padding: 20px 30px 20px 0px;
  cursor:pointer;
  transition: all 500ms ease;
  color: #000;

 font-size: 18px;
  font-weight: 500;
  font-style: normal;

line-height: 103.607%; /* 18.649px */
letter-spacing: 0.18px;
text-transform: capitalize;
}

.faq-section-1 .accordion-box .block .acc-btn.active h3{
  color: #000;
  padding:20px 30px 5px 0px;
 
  font-size: 18px;
font-style: normal;
font-weight: 500;

line-height: 140%; /* 25.2px */
 
}

.faq-section-1 .accordion-box .block .acc-content{
  position:relative;
  display:none; 
  padding-top: 6px;
  padding-bottom: 27px;
}

.faq-section-1 .accordion-box .block .acc-content.current{
  display:block;  
}

.faq-section-1 .accordion-box .block .content .text{
  position:relative;
  display: block;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 170.107%;
  color: #000;
  padding-right: 40px;
  
}
.faq-section-1 .accordion-box .block .content .text p{
margin-bottom: 15px;

color: #2F3C56;
font-family: Montserrat;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 140%; /* 22.4px */

}

.faq-section-1 .accordion-box .block .content .text span:last-child{
    border-right: 0px;
}
.faq-section-1 .accordion-box .block .acc-btn .icon-outer{
  position: absolute;
  top: 21px;
  right: 25px;
  font-size: 14px;
  color: #000;
  font-weight: 900;
  text-align: center;
  cursor: pointer;
  transition: all 500ms ease;
  z-index: 1;
}

.faq-section-1 .accordion-box .block .acc-btn.active .icon-outer{
  color: #000;
}


.faq-section-1 .accordion-box .block .acc-btn .icon-outer{
  position: absolute;
  top: 20px;
  right: 10px;
  width: 24px;
  height: 24px;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
}

.faq-section-1 .accordion-box .block .acc-btn .icon-outer::before{
  content: "+";
  color:#000;
}

.faq-section-1 .accordion-box .block .acc-btn.active .icon-outer::before{
  content: "−";
}
.faq-section-1 h2{
    color: #041E59;
font-size: 36px;
font-style: normal;
font-weight: 700;
line-height: normal;
text-transform: capitalize;
}

@media (992px <=width <=1199.98px) {
    .web-view {
        display: block;
    }

    .mobile-view {
        display: none;
    }

    .mobile-header {
        padding: 10px 0px;
        position: absolute;
        width: 100%;
        top: 0%;
        z-index: 99;
    }

    .mobile-header .logo img {
        width: 200px;
    }

    .mobile-header .offcanvas {
        width: 360px;
    }

    .mobile-header .offcanvas .logo img {
        width: 160px;
    }

    .toggler {
        color: var(--theme-color);
        font-size: 30px;
        border: none;
        text-align: center;
        padding: 0px;
    }

    .toggler:focus,
    .toggler:hover {
        color: var(--theme-color);
        background: transparent;
    }

    .mobile-header .social ul {
        justify-content: flex-start;
    }

    .mobile-header .offcanvas-body {
        line-height: initial;
    }
}

@media (768px <=width <=991.98px) {
    .web-view {
        display: none;
    }

    .mobile-view {
        display: block;
    }

    .mobile-header {
        padding: 10px 0px;
        position: absolute;
        top: 0%;
        width: 100%;
        z-index: 99;


    }

    .mobile-header .logo img {
        width: 220px;
    }

    .mobile-header .offcanvas {
        width: 360px;
    }

    .mobile-header .offcanvas .logo img {
        width: 160px;
    }

    .toggler {
        color:
            var(--theme-color);
        font-size: 40px;
        border: none;
        text-align: center;
        padding: 0px;
    }

    .toggler:focus,
    .toggler:hover {
        color: var(--theme-color);
        background: transparent;
    }

    .mobile-header .social ul {
        justify-content:
            flex-start;
    }

    .mobile-header .offcanvas-body {
        line-height: initial;
    }
    
}
@media (max-width: 575px) {
    .d-grid-1{
        display: grid;
    } 
}
@media (max-width: 991px) {

    .dis-n {
        display: none !important;
    }

    .dis-b {
        display: block !important;
    }
.tables-lake h2,.motion-slow h2,.faq-section-1 h2,.healthcare-speciality-head h2,.hospital-bg-cnt h2,.campiagn-support-last h3,.cam-heading h2,.healthcare-seller-cnt h3,.healthcare-seller-inside h2,.healthcare-makers h2,.focused-inside h2, .healthcare-buyer-inside h2, .healthcare-marketing-inside h2, .healthcare-banner .healthcare-banner-inside h1{
    font-size: 25px;
}
   
.healthcare-marketing-inside, .healthcare-seller-inside,.healthcare-banner-inside{
    padding-right: 0;
}
.motion-slow p,.healthcare-speciality-head p,.healthcare-seller-cnt p,.healthcare-makers p, .healthcare-banner .healthcare-banner-inside p{
    font-size: 16px;
}
.motion-slow,.faq-section-1,.hospital-system,.campiagn-support,.healthcare-seller,.focused, .healthcare-makers,.healthcare-buyer,.healthcare-marketing, .trusted-partners{
    padding: 30px 0;
}
.trusted-partners h2 br{
    display: none;
}
.tables-lake,.healthcare-speciality, .hospital-bg-cnt,.hospital-bg,.campiagn-support-last,.campiagn-support-inside,.campiagn-support-main,.focused-inside,.healthcare-buyer-inside{
    padding: 25px;
}
.tables-lake h2,.healthcare-speciality-head p,.hospital-txt, .cam-heading,.healthcare-makers-inside, .healthcare-seller-inside h2   {
    margin-bottom: 25px;
}
.healthcare-seller-cnt {
    position: absolute;
    bottom: 11%;
    left: 6%;
    right: 0%;
}
.gradient-btns{
    font-size: 10px;
}
.hospital-bg-cnt{
    
    width: 100%;
}
.bord-1-888888 {
    border-right: 0;
}
.healthcare-speciality{
    margin: 20px 0;
}
}

@media(width <=767px) {
    .web-view {
        display: none;
    }

    .mobile-view {
        display: block;
    }

    .mobile-header {
        padding: 10px 0px;
        /* background: #fff; */
        position: absolute;
        top: 0;
        width: 100%;
    }

    .mobile-header .logo img {
        width: 180px;
    }

    .mobile-header .offcanvas {
        width: 360px;
    }

    .mobile-header .offcanvas .logo img {
        width: 250px;
    }

    .toggler {
        color: var(--theme-color);
        font-size: 50px;
        border: none;
        text-align: center;
        padding: 0px;
    }

    .toggler:focus,
    .toggler:hover {
        color: #0071bc !important;
        background: transparent;
    }

    .mobile-header .social ul {
        justify-content: flex-start;
    }

    .mobile-header .offcanvas-body {
        line-height: initial;
    }
   
   
}


@media only screen and (min-width: 767px) and (max-width: 991px) {

     
}

@media (min-width: 1400px) {
.motion-slow,.faq-section-1,.hospital-system,.campiagn-support,.healthcare-seller,.focused, .healthcare-makers,.healthcare-buyer,.healthcare-marketing{
    padding: 80px 0;
}
.healthcare-banner-inside,.healthcare-marketing-inside, .healthcare-seller-inside{
    padding-right: 60px;
}
.campiagn-support-last,.healthcare-buyer-inside{
    padding: 80px;
}
.healthcare-makers p{
        font-size: 22px;
        margin-bottom: 60px;
}
.healthcare-makers-inside p{
    margin-bottom: 0;
}
.campiagn-support-main{
    padding: 80px 50px;
}
.campiagn-support-last p,.healthcare-speciality-head p,.hospital-foot p{
    font-size: 22px;
}
.hospital-bg-cnt {
    
    padding: 60px;
    width: 80%;
}
.healthcare-speciality {
    padding: 80px 0;
    background: linear-gradient(142deg, #190053 26.84%, #030009 78.89%);
    margin: 80px 0;
}
.healthcare-special-inside p{
    font-size: 18px;
}
.lkb2b-td-section,.lkb2b-td-metric,.lkb2b-td-lakeb2b,.lkb2b-td-val{
    font-size: 16px;
}
.campiagn-support-inside,.healthcare-banner .healthcare-banner-inside h1{
    margin-bottom: 30px;
}
/*.healthcare-banner img{
    padding-left: 60px;
}*/
.hospital-foot{
    padding:60px 0 30px 0;
}
.trusted-partners{
    padding: 0px 0 80px 0;
}
.healthcare-seller-cnt {
  position: absolute;
  bottom: 12%;
  left: 10%;
  right: 15%;
}
.motion-slow img{
    padding-left: 50px;
  max-width: 500px;

}
}

.heading-2 {
color: #000;
font-size: 40px;
font-weight: 500;
line-height: 130%;
text-transform: capitalize;
}
.heading-para {
color: #fff;
font-size: 20px;
font-weight: 400;
line-height: 150.9%;
}
.mini-para {
color: #fff;
font-size: 12px;
font-weight: 600;
line-height: normal;
}
.pad-80-both {
padding: 80px 0;
}
.flex-1 {
flex: 1;
}
.blog-img{
max-width: 160px;
}
@media (max-width: 767px) {
.blog-img{
max-width: 100%;
width: 100%;
}
}
@media (max-width: 991px) {
.heading-2{
font-size: 25px;
}
.pad-80-both{
padding: 40px 0;
}
}