﻿/*Tabl Responsive*/
table {
    width: 100% !important;
}
.scrollable {
    overflow-x: auto;
}
.scrollable table {
    width: 100% !important;
}
.scrollable th, .scrollable td {
    width: 100%;
    text-wrap: nowrap;
}
/* Button Animation Style*/
.scrn_me_btn {
    justify-content: center;
    display: flex;
    margin-top: 10px;
}

.scrn_me_btn .lqd-btn {
    padding: 10px 15px;
    text-align: center;
    display: block;
    color: #fff;
    border: 1px solid #5a5a5a;
    border-radius: 6px;
    font-size: 13px;
    letter-spacing: normal;
    text-transform: uppercase;
    position: relative;
    transition: all 0.65s cubic-bezier(0.23,1,0.320,1);
    font-family: 'Poppins';
}

.lqd-btn:hover,
.lqd-btn:hover{
    transform: scale(1.1);
}

.lqd-btn .lqd-bg-layer {
    border-radius: calc(var(--lqd-btn-brrt,0px) - var(--lqd-btn-brwt,0px)) calc(var(--lqd-btn-brre,0px) - var(--lqd-btn-brwe,0px)) calc(var(--lqd-btn-brrb,0px) - var(--lqd-btn-brwb,0px)) calc(var(--lqd-btn-brrs,0px) - var(--lqd-btn-brws,0px))
}

.lqd-btn:hover {
    background: 0 0!important
}
.lqd-outline-glow {
    inset: calc(var(--lqd-outline-glow-w,1px)*-1);
    padding: var(--lqd-outline-glow-w,1px);
    background: var(--lqd-outline-glow-color-secondary,transparent);
    -webkit-mask: linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);
    mask: linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude
}

.lqd-outline-glow-effect-1 .lqd-outline-glow-inner {
    background: conic-gradient(from 290deg,var(--lqd-outline-glow-color-secondary,transparent) 0%,var(--lqd-outline-glow-color,#fff) 10%,var(--lqd-outline-glow-color-secondary,transparent) 20%);
    animation: lqd-outline-glow-1 var(--lqd-outline-glow-duration,3s) linear infinite
}

.lqd-btn .lqd-outline-glow,
.lqd-btn .lqd-bg-layer, .lqd-btn svg {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    inset-inline-start: 0;
}

.lqd-outline-glow-inner {
    min-width: 100%;
    position: absolute;
    top: 50%;
    aspect-ratio: 1 / 1;
    inset-inline-start: 50%;
}

.lqd-btn .lqd-hover-bg-el {
    opacity: 0;
    transition: all 0.65s cubic-bezier(0.23,1,0.320,1);
    transition-property: opacity, visibility;
}
.lqd-btn:hover .lqd-hover-bg-el {
    opacity: 1
}
span.lqd-btn-txt {
    position: relative
}
@keyframes lqd-outline-glow-1 {
0% {
  transform: translate(-50%,-50%) rotate(0deg)
}

to {
  transform: translate(-50%,-50%) rotate(360deg)
}
}
/* End of Button Animation Style */

/* FOR TABLE RESPONSIVE */
.scrollable {
    overflow-x: auto;
}
.scrollable table {
    width: 100% !important;
}
.scrollable th, .scrollable td {
    width: 100%;
    text-wrap: nowrap;
}
table {
    width: 100% !important;
}
@media screen and (max-width: 480px) {
table tbody {
    width: 100%;
}

table {
    table-layout: auto;
    border-collapse: collapse;
}
}

p,li{
  line-height: 1.6;
  font-size: 16px;
  font-weight: 400;
  font-family: 'Poppins';
}


h1,h2,h3,h4,h5,h6{
line-height: 1.1;
font-family: 'Poppins';

}
h1{
  font-size: clamp(24px, calc(1.5rem + ((1vw - 0.02px) * 1.2012)), 48px);
  font-weight: 700
}

h2{
  font-size: clamp(24px, calc(1.5rem + ((1vw - 3.2px) * 0.7143)), 36px);
}

h3{
  font-family: 'Poppins';
  font-size: clamp(18px, calc(1.125rem + ((1vw - 3.2px) * 0.3571)), 24px);
}
h4{
font-size: clamp(16px, calc(1rem + ((1vw - 3.2px) * 0.2381)), 20px);
font-family: 'Poppins';

}

h5{
font-family: 'Poppins';
font-size: clamp(14px, calc(0.875rem + ((1vw - 3.2px) * 0.2381)), 18px);
}
h6{
font-size: clamp(13px, calc(0.8125rem + ((1vw - 3.2px) * 0.1786)), 16px);
}

section{
padding-top: clamp(15px, calc(0.9375rem + ((1vw - 3.2px) * 1.4881)), 40px);
padding-bottom: clamp(15px, calc(0.9375rem + ((1vw - 3.2px) * 1.4881)), 40px);
padding-right:20px !important;
padding-left:20px !important;
}
a{
  text-decoration: none !important;
}

img {
    max-width:100%;
}



.header-top {
    background-color: #001264;
    text-align: right;
        padding: 6px 15px;
        margin-top: -8px;
}
.header-top ul {
    width: 100%;
    padding:0;
    margin:0;
}
.header-top ul li {
    display: inline-block;
}
.header-top ul li a {
    color:#fff;
    text-transform: uppercase;
    padding: 5px;
}
.header-top ul li a:hover {
    color: #eb1c24;
}

.sticky-top .logo-ncb-header {
    padding-top:5px;
}


@media (max-width: 1170px) {
  .container{
    width: 100% !important;
    max-width:100% !important;
    margin: 0!important;
  }
}
@media (max-width: 768px) {
  .container{
    width: 100% !important;
    max-width:100% !important;
    margin: 0!important;
  }
  .newsletter_posts {
 display: flex !important;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  row-gap: 25px;
}
.newsletter_post {
  width: 50%;
}
}
.container{
  max-width: 1170px !important;
  max-height: inherit;
}
#see-more-blog-btn {
  background-color: #eb1c24;
  border: 1px solid #eb1c24;
  color: #ffffff;
  align-self: center;
  padding: 10px 16px;
  border-radius: 6px;
  font-family: 'poppins';
}
#see-more-blog-btn:hover {
background-color: rgba(0, 0, 0, 0.8);
border: 1px solid rgba(0, 0, 0, 0.8);
}
header div{
    height: 100%;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
  }
  .sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
    background-color: rgba(255, 255, 255, 0.95);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
    padding-top: 8px;
    padding-bottom: 8px;  
  }
  .logo-ncb-header img {
    width: 220px;
}
nav#mainmenu-navbar {
    width: 590px;
}

.header_space-cover{
    flex-grow: 2;
    justify-content: center;
}
ul.main-menu.tab {
    display: flex;
    padding: 0;
    margin: 0;
    align-items: center;
    flex-direction: row;
}
.header-btn-div{
    text-align: left;
    align-items: flex-end;
    margin-bottom: 0px;
}
.dropdown-icon {
  display: inline-block;
  transition: transform 0.3s ease;
}

.dropdown.tab:hover .dropdown-icon {
  transform: rotate(180deg);
}

.header-btn-div .header_login_btn {
    background-color: #eb1c24;
    border: 1px solid #eb1c24;
    color: #ffffff;
    border-radius: 6px;
    padding: 10px 16px;
    text-decoration: none;
    font-family: 'Poppins';
    font-weight: 400 !important;
}
.header-btn-div .header_login_btn:hover {
        background-color: rgba(0, 0, 0, 0.8);
        border: 1px solid rgba(0, 0, 0, 0.8);
        color: #fff;
}
/*Humber Menu*/
.display-on-992{
  display: none;
}

.hamburger-menu img {
  width: 25px;
  height: 25px;
}

/*Animation Top*/
.animate-top:hover {
  transform: translateY(-10px);
}

.animate-top {
  transition-duration: 0.6s;
  transition-timing-function: ease;
  transition-property: all;
}

  /* navbar items */
  .main-menu.tab > li {
    list-style: none;
    display: inline-block;
    position: relative;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    width: auto;
}

.main-menu li a{
  text-decoration: none;
  color: rgba(0, 0, 0, 0.8);
  padding: clamp(7.5px, calc(0.46875rem + ((1vw - 9.93px) * 0.2818)), 10px);
  font-weight: 400;
  font-family: 'Poppins';
  font-size: clamp(12.5px, calc(0.78125rem + ((1vw - 9.93px) * 0.1691)), 14px);
}
@media(max-width:992px){
  .main-menu li a{
  text-decoration: none;
  color: rgba(0, 0, 0, 0.8);
  padding: 10px;
  font-weight: 400;
  font-family: 'Poppins';
  font-size: 14px;
}
}

.main-menu li a :hover{
    text-decoration:none;
    color: #000;
}
  
  /* submenu container */
  .dropdown.container { 
    display: none; 
    top: 5rem;
    width: 13rem !important;
    z-index: 9;
  }
  
  .dropdown.container a { 
    color: #fff; 
  }

  /* main menu items */
  .main-menu.tab > li:hover > a { 
    color: #203466; 
    border-bottom: 1px solid;

  }
  
  /* submenu title */
  li.dropdown.tab:hover > a { 
    color: #000;
  }

  /* submenu container */
  .dropdown.tab:hover .dropdown.container {
    display: block;
    position: absolute;
    top: 24px;
    left: 0px;
    background: #eb1c24;
    box-shadow: 7px 7px 5px rgba(178, 178, 178, 0.53);
    padding: 0;
}
ul.dropdown li {
  padding: 3px 0;
}
  
  /* submenu items */
  .dropdown.tab:hover li {
    list-style: none;
    line-height: 1.7em;
    text-align: left;
  }
  
  /* submenu item highlight */
  .dropdown.container > li:hover { 
    background: #203466; 
    border-bottom: 2px solid #fff;
  }
section.fade-slide-show {
    padding: 0 !important;
}

  /*Fade Slider Banner*/

  #image-116-6 {
    width: 430px
}

#image-10-6 {
    width: 430px
}

#image-18-6 {
    width: 430px
}

#image-119-6 {
    width: 430px
}

#image-316-6 {
    width: 240px;
    position: relative;
    top: -46px
}

#image-165-6 {
    width: 85px
}

#image-171-6 {
    width: 85px
}

#image-175-6 {
    width: 85px
}

#image-156-6 {
    box-shadow: 10px 10px 8px rgba(0,0,0,0.23)
}

@media (max-width: 767px) {
    #image-116-6 {
        width:160px
    }
}

@media (max-width: 767px) {
    #image-10-6 {
        width:160px
    }
}

@media (max-width: 767px) {
    #image-18-6 {
        width:160px
    }
}

@media (max-width: 767px) {
    #image-119-6 {
        width:160px
    }
}

@media (max-width: 767px) {
    #image-316-6 {
        width:180px;
        top: -35px
    }
}

@media (max-width: 479px) {
    #image-316-6 {
        top:-19px
    }
}


/*Membership Level New Layout*/

.member-ship-level-check-Layout {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}

.member-ship-level-check-Layout-bottom-content {
    background-image: url(images/membership-level-cards-bg.webp);
    min-height: 281px;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    padding: 75px 20px 25px 20px;
    gap: 7px;
    overflow: hidden;
    border-bottom-right-radius: 21px;
    border-bottom-left-radius: 21px;
    background-position: center;
    position: relative;
    width: 100%;
    background-size: cover;
        border-top-left-radius: 13px;
    border-top-right-radius: 12px;
}
.member-ship-level-check-Layout-bottom-content-color {
    height: 20px;
    background-color: #001187;
    width: 100%;
    position: absolute;
    bottom: 0;
    border-bottom-right-radius: 21px;
    border-bottom-left-radius: 21px;
}
.member-ship-level-check-Layout-circle-box {
    background-image: url(images/Member-ship-level-new-layout-circle-image.webp);
    width: clamp(170px, calc(10.625rem + ((1vw - 3.2px) * 1.1905)), 190px);
    border-radius: 100%;
    position: absolute;
    z-index: 1;
    top: -115px;
    background-size: cover;
    height: clamp(170px, calc(10.625rem + ((1vw - 3.2px) * 1.1905)), 190px);
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.member-ship-level-check-Layout-circle-box h3 {
    text-align: center;
    color: #fff;
    font-weight: 700;
    font-size: clamp(18px, calc(1.125rem + ((1vw - 3.2px) * 0.6548)), 29px);
}
.member-ship-level-check-Layout-bottom-content div {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.member-ship-level-check-Layout-bottom-content img {
    width: 45px;
}

.member-ship-level-check-Layout-bottom-content h4 {
    color: #001264;
    text-align: center;
    font-weight: 700;
}
.dashboard-layout-new-layout.container {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    row-gap: 60px;
    column-gap: 30px;
}
h3.new-member-level-layout-price{
        color: #c09b30;
    font-size: clamp(24px, calc(1.5rem + ((1vw - 3.2px) * 1.1905)), 44px);
    font-style: italic;
        display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
h3.new-member-level-layout-price span {
    font-size: 25px;
}
@media(max-width:992px){
.dashboard-layout-new-layout.container {
    grid-template-columns: repeat(2, 1fr);
     justify-items: center;
    row-gap: 136px;
}
.member-ship-level-check-Layout {
    width: 81%;
}
.member-ship-level-check-Layout-bottom-content {
    padding: 60px 20px 25px 20px;
}
}

@media (max-width: 768px) {
    .member-ship-level-check-Layout {
        width: 100%;
}
    .dashboard-layout-new-layout.container {
    column-gap: 24px;
}
}
@media (max-width: 480px) {
    .dashboard-layout-new-layout.container {
        grid-template-columns: repeat(1, 1fr);
        row-gap: 136px;
}
.member-ship-level-check-Layout-circle-box{
    width: 190px;
    height: 190px;
}
}




/*Compare new Addition*/

tr.pstars_row td:first-child {
    background: transparent;
    padding: 40px 0;
      opacity: 0;
}
tr.pstars_row td > div {
border-radius: 15px;
    outline: 3px solid #001264;
    outline-offset: 3px;
    padding: 20px 0px;
    background: linear-gradient(to right bottom, #001287 50%, #001264 50%);
    margin-top: 15px;
}

tr.pstars_row {
    background: transparent !important;
}

span.pstars_img, span.pstars_title, span.pstars_pricing {
    display: block;
}
span.pstars_title {
margin: 5px auto 5px auto;
    font-size: 17px;
    color: #fff;
    line-height: 1;
    font-weight: 600;
}
span.pstars_pricing {
    font-size: 25px;
    color: #c09b30;
    line-height: 1;
    font-weight: 700;
    font-style: italic;
    font-family: 'Poppins';
}
img.pstars_img {
    width: 120px;
    display: block;
    text-align: center;
    margin: 5px auto 0 auto;
}
tr.pstars_row a {
    margin-top: 18px;
    display: inline-block;
}
a.table-td-a {
    font-weight: 700;
    font-style: italic;
    font-family: 'Poppins';
}

table tbody tr.pstars_row td:nth-child(4) {
    display: table-cell;
}

tr.pstars_row td {
    min-width: 140px;
    border: 0 !important;
}


/*Compare new Addition2*/

tr.pstars_row2 td:first-child {
    background: transparent;
    padding: 40px 0;
      opacity: 0;
}
tr.pstars_row2 td > div {
border-radius: 15px;
  
    outline-offset: 3px;
    padding: 0px 0px;
    margin-top: 15px;
}

tr.pstars_row2 {
    background: transparent !important;
}

span.pstars_img, span.pstars_title, span.pstars_pricing {
    display: block;
}
span.pstars_title {
margin: 5px auto 5px auto;
    font-size: 17px;
    color: #fff;
    line-height: 1;
    font-weight: 600;
}
span.pstars_pricing {
    font-size: 25px;
    color: #c09b30;
    line-height: 1;
    font-weight: 700;
    font-style: italic;
    font-family: 'Poppins';
}
img.pstars_img {
    width: 120px;
    display: block;
    text-align: center;
    margin: 5px auto 0 auto;
}
tr.pstars_row2 a {
    margin-top: 18px;
    display: inline-block;
}
a.table-td-a {
    font-weight: 700;
    font-style: italic;
    font-family: 'Poppins';
}

table tbody tr.pstars_row td:nth-child(4) {
    display: table-cell;
}

tr.pstars_row2 td {
    min-width: 140px;
    border: 0 !important;
}



/*Plans Posts Page Changes*/
.for-new-change-in-lyout {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
}
.for-new-change-in-lyout-Div {
    text-align: left;
    align-items: center;
    background-color: #001264;
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    border-radius: 25px;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
}
.for-new-change-in-lyout-for-width {
    width: 240px;
}
.for-new-change-in-lyout-Div h3 {
    color: #ffffff;
    font-weight: 400;
    text-align: center;
    letter-spacing: 1px;
        margin: 0;
        font-size: clamp(18px, calc(1.125rem + ((1vw - 3.2px) * 0.3571)), 24px);
}
.for-new-change-in-lyout-Div span {
    color: #c09b30;
    font-weight: 700;
    font-size: 40px;
    line-height: 1;
    margin-top: 20px;
    margin-bottom: 20px;
    font-style: italic;
    font-family: 'Poppins';
}
.for-padding-in-sec-col {
    padding: 10px 20px;
}

@media screen and (max-width: 768px) {
    .for-new-change-in-lyout {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 20px;
    }
    .for-padding-in-sec-col {
    padding: 10px 5px;
}
.membership_posts {
    margin-top: 10px !important;
}
}
section.join-the-membership-sec-for-bg {
    background: #E3DFDF;
}

#join-the-membership-sec {
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 0px;
}
@media(max-width:480px){
    #join-the-membership-sec {
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 0px;
    flex-direction: column;
    gap: 4px;
}
div#button-overlap-issue {
    margin-top: 16px;
}
section{
    padding-left: 15px !important;
    padding-right: 15px !important;
}
}

div#join-the-membership-sec h3 {
    color: #001264;
    font-weight: 500;
    text-align: center;
    letter-spacing: 1px;
    font-size: clamp(18px, calc(1.125rem + ((1vw - 3.2px) * 0.3571)), 24px);
}
div#join-the-membership-sec span {
    color: #c09b30;
    font-weight: 700;
    font-size: 40px;
    line-height: 1;
    margin-top: 20px;
    margin-bottom: 20px;
    font-family: 'Poppins';
    font-style: italic;
}


@media screen and (max-width: 1170px){

tr.pstars_row td {
    min-width: 150px;
  background: transparent;
}
tr.pstars_row td > div {
    background: #001264;
    padding: 7px 4px;
    border-radius: 15px;
}
}


/*Member Level New Section-*/
a.level_admin_option_wd img {
    width: 36px;
}
.membership_level_admin_options {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin-bottom: 25px;
}
.membership_level_admin_options .level_admin_option_wd{
    background-color: #ffffff;
    padding-top: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
    border-radius: 12px;
}

h2.dashboardGrid_Title.membership_level_admin_option_hd{
       color: rgba(0, 0, 0, 0.8);
    font-weight: 400;
    margin-top: 10px;
    text-decoration: underline;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-align: center;
    font-size: clamp(16px, calc(1rem + ((1vw - 3.2px) * 0.2564)), 20px);
}
.membership_level_options {
    width: 100%;
    display: flex;
    align-items: center;
}
#section-24-107 {
    background-image: url(images/Ncba-Third-Welcome-Section-Background-pattren-image.webp);
    background-size: cover;
}
section#section-24-107 .container {
    padding: 0px !important;
}

.membership_level_option_wd{
    background-color: #ffffff;
    width: 31.33%;
    padding-bottom: 35px;
    overflow: hidden;
    margin-left: 1%;
    margin-top: 1%;
    margin-right: 1%;
    margin-bottom: 1%;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    }
.membership_level_option_div {
    border-bottom-right-radius: 100%;
    padding-top: 35px;
    padding-bottom: 20px;
    padding-left: 35px;
    padding-right: 35px;
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.membership_level_option_div:after {
    background-color: #001264;
    position: absolute;
    top: 0px;
    left: -70px;
    width: 100%;
    height: 100%;
    border-bottom-right-radius: 100%;
    content: "";
}

.membership_level_option_pricing {
    font-size: clamp(40px, calc(2.5rem + ((1vw - 3.2px) * 0.7143)), 52px);
    margin-top: 5px;
    margin-bottom: 20px;
    text-transform: uppercase;
    line-height: 1;
    font-weight: 600;
    color: #c09b30;
    letter-spacing: 1px;
}
.membership_level_option_icon_div {
background-color: #ffffff;
    width: 150px;
    height: 150px;
    border-radius: 100%;
    margin: 20px auto 0 auto;
    z-index: 3;
    position: relative;
    filter: drop-shadow(2px 2px 6px black);
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.membership_level_option_icon_div:after {
    width: 180px;
    height: 180px;
    position: absolute;
    top: 50%;
    left: -15px;
    right: 0px;
    bottom: 0px;
    background-color: rgba(255, 255, 255, 0.15);
    border-radius: 100%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    content: "";
    transform: translateY(-50%);
}
.membership_level_option_icon {
    width: 51px;
}
h3.membership_level_option_hd {
    position: relative;
    color: #ffffff;
    letter-spacing: 2px;
    font-weight: 500;
    text-transform: uppercase;
    z-index: 3;
    text-align: center;
    line-height: 1.3;
}
.second-gol-star-gold {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

@media(max-width:768px){
.membership_level_options {
    display: flex;
    flex-direction: column;
    gap:10px;
}
.membership_level_option_wd {
    background-color: #ffffff;
    width: 100%;
}
}




/**Laboratory Assist**/


section.container.lab-list-main-Section span {
    font-family: 'Poppins';
    font-weight: 500;
    font-size: 14px;
}


.lab-list-main-Section {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

section.container.lab-list-main-Section h4 {
    text-align: center;
    font-size: 16px;
    line-height: normal;
    font-family: 'Poppins';
    font-weight: 700;
}

.lab_list {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 30px;
    padding-top: 30px;
}
section.container.lab-list-main-Section .lab_list ul {
    text-align: start;
    font-size: 18px;
    font-family: 'Poppins';
    color: #404040;
}
.lab_bg_text2 {
    text-align: center;
    font-weight: 700;
    padding: 20px 10%;
    font-family: 'Poppins';
    color: #404040;
}

.laboratory_box.col_1 {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #eb1c24;
}

.lab_bg_text {
    width: 50%;
    padding: 20px;
    text-align: center;
    color: #fff;
        display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
}
.lab_bg_text h4 {
    text-align: center;
    font-size: 16px;
    line-height: normal;
    padding: 0px 10%;
    color: #ffffff;
    margin: 0;
}

.lab_bg_text h5 {
    text-align: center;
    font-size: 16px;
    line-height: normal;
    font-weight: 400;
}

.labtext__col_2 {
    width: 50%;
    padding: 10px;
    text-align: center;
    color: #fff;
}

input#lab-search-input {
    border: 2px solid rgb(236, 28, 36);
	width: 100%;
    height: 55px;
    font-style: italic;
    padding: 5px 15px;
    border-radius: 200px;
    border-image: url('') initial;
    }

.laboratory_box.col_2 {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #203466;
    margin-top: 25px;
    width: 100%;
    padding: 20px 10px;
}
.labtext__col_2 input {
    border: none !important;
}
.list_network {
    padding-top: 20px;
    width: 100%;
}
.list_network .container {
    display: flex;
    gap: 5px;
}
.lab_network {
    width: 33.33%;
    border: 1px solid #3a3748;
    text-align: center;
    padding: 5px 0px;
    font-size: 14px;
    font-family: 'Poppins';
}
.lab_network:hover{
        color: #fff;
    border: none;
    background-image: linear-gradient(90deg, #212f64 50%, #a71227);
}

@media(max-width:768px){
.lab_list {
    display: flex;
    flex-direction: column-reverse;
}

.laboratory_box.col_1 {
    display: flex;
    flex-direction: column;
}
.lab_bg_text {
    width: 100%;
}
.labtext__col_2 {
    width: 100%;
}
.lab_bg_text2 {
    padding: 20px 0%;
}
.laboratory_box.col_2 {
    display: flex;
    flex-direction: column-reverse;
}
.list_network .container {
    display: flex;
    gap: 8px;
    flex-direction: column;
}
.lab_network {
    width: 100%;
    }
}





.dashboard-page-Main-section .dashboard-layout {
    justify-content: center;
}

/**Laboratory Assist**/

#slide-114-6 {
    background-image: url(images/business-discounts-for-small-businesses-hero-2.webp);
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 10%;
    padding-bottom: 10%;
    flex-direction: column;
    display: flex;
    text-align: center;
    align-items: center;
    padding-right: 20px;
    padding-left: 20px;
    background-position: top center
}

#slide-4-6 {
    background-image: url(images/Ncba-Slider-image-Second.webp);
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 10%;
    padding-bottom: 10%;
    flex-direction: column;
    display: flex;
    text-align: center;
    align-items: center;
    padding-right: 20px;
    padding-left: 20px;
    background-position: top center
}

#slide-16-6 {
    background-image: url(images/Ncba-Slider-image-Third.webp);
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 10%;
    padding-bottom: 10%;
    flex-direction: column;
    display: flex;
    text-align: center;
    align-items: center;
    padding-right: 20px;
    padding-left: 20px;
    background-position: top center
}

#slide-117-6 {
    background-image: url(images/Ncba-Slider-image-Last.webp);
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 10%;
    padding-bottom: 10%;
    flex-direction: column;
    display: flex;
    text-align: center;
    align-items: center;
    padding-right: 20px;
    padding-left: 20px;
    background-position: top center
}

@media (max-width: 991px) {
    #slide-16-6 {
        padding-top:4%;
        padding-bottom: 16%
    }
}

@media (max-width: 767px) {
    #slide-114-6 {
        padding-top:9%;
        padding-bottom: 9%
    }
}

@media (max-width: 767px) {
    #slide-4-6 {
        padding-top:9%;
        padding-bottom: 9%
    }
}

@media (max-width: 767px) {
    #slide-16-6 {
        padding-top: 5%;
        padding-bottom: 13%
    }
}

@media (max-width: 767px) {
    #slide-117-6 {
        padding-top:9%;
        padding-bottom: 9%
    }
}



#slider-3-6 .unslider-nav ol li {
    border-color: #ffffff
}

#slider-3-6 .unslider-nav ol li.unslider-active {
    background-color: #ffffff
}

#slider-3-6 .unslider {
    padding: 0px
}

#slider-3-6 .unslider-wrap.unslider-carousel > li {
    padding: 0px
}

#slider-3-6 .unslider-arrow.next {
    right: 10px;
    z-index: 100
}

#slider-3-6 .unslider-arrow.prev {
    left: 10px;
    z-index: 100
}

#slider-3-6 .unslider .unslider-nav {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 100
}

#slider-3-6 .unslider-wrap {
    display: flex
}

#slider-3-6 .ct-slide {
    height: 100%
}

#slider-3-6 .unslider,#slider-3-6 .oxygen-unslider-container,#slider-3-6 .unslider-wrap,#slider-3-6 .unslider-wrap li {
    height: 100%
}

#slider-3-6 .unslider-fade ul li.unslider-active {
    width: 100%
}

.unslider .unslider-fade ul li.unslider-active {
  position: relative;
}

.unslider{overflow:auto;margin:0;padding:0}
.unslider-wrap{position:relative}
.unslider-wrap.unslider-carousel>li{float:left}
.unslider-vertical>ul{height:100%}
.unslider-vertical li{float:none;width:100%}
.unslider-fade{position:relative}
.unslider-fade .unslider-wrap li{position:absolute;left:0;top:0;right:0;z-index:8}
.unslider-fade .unslider-wrap li.unslider-active{z-index:10}
.unslider li,.unslider ol,.unslider ul{list-style:none;margin:0;padding:0;border:none}
.unslider-arrow{position:absolute;left:20px;z-index:2;cursor:pointer}
.unslider-arrow.next{left:auto;right:20px}
/*original from unslider-dots.css*/
.unslider-nav ol {
  list-style: none;
  text-align: center;
}
.unslider-nav ol li {
  display: inline-block;
  width: 6px;
  height: 6px;
  margin: 0 4px;
  background: transparent;
  border-radius: 5px;
  overflow: hidden;
  text-indent: -999em;
  border: 2px solid #fff;
  cursor: pointer;
}
.unslider-nav ol li.unslider-active {
  background: #fff;
  cursor: default;
}
/*Arrow styles not included with original script*/
.unslider-arrow {
    background: rgba(0, 0, 0, 0.2) url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAQCAQAAABuQZ3IAAAAi0lEQVR4AU3OISBEQQBAwS0AACS9NxqQgCZpkiYBVddFvWhAAUABAPQCAGC4g/0vTnrBqCfDIZl70J+kMUBPpEwT4FNXxBxz4F1HxHyr4EVTxBLb4EFNxEon4CJSlVNw9AcV9sC16h8osgke1P1ArgXwouVvdQq86ww/GQefusNf7kBviBlxpT8k+gL/Wox4r1d4MwAAAABJRU5ErkJggg==") no-repeat scroll 50% 50% / 7px 11px;
    border-radius: 32px;
    display: block;
    height: 32px;
    margin-top: -16px;
    opacity: 0.6;
    overflow: hidden;
    text-indent: -999em;
    top: 50%;
    transition: opacity 0.2s ease 0s;
    width: 32px;
}
.unslider-arrow:hover {
    opacity: 1;
}
.unslider-arrow.prev {
    left: 0;
    right: auto;
    transform: rotate(-180deg);
}
.unslider-arrow.next {
    left: auto;
    right: 0;
}
/*Oxygen styles*/
.unslider {
  position: relative;
  overflow: visible;
  padding: 0 40px;
}
.unslider-nav ol li {
  box-sizing: content-box;
  box-shadow: 0px 0px 4px rgba(0,0,0,0.2), 0px 0px 1px rgba(0,0,0,0.2) inset;
}
.unslider-nav ol li.unslider-active {
  box-shadow: 0px 0px 4px rgba(0,0,0,0.2);
}
.unslider-wrap.unslider-carousel>li {
  padding: 5px;
}




/*consumer sect*/
.consumer-sect{
    background-image: linear-gradient(rgba(255, 255, 255, 0.92), rgba(255, 255, 255, 0.92)), url("images/NCBA-Consumer-benefits.webp");
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 10;
    background-position: center center;
    padding-top: 0;
}
.consumer-sect-content {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: clamp(14px, calc(0.875rem + ((1vw - 3.2px) * 1.6667)), 40px);
  padding: 0px !important;
}
.consumer-sect-content-image{
flex-direction: column;
}
.consumer-sect-content-image img {
  width: clamp(75px, calc(4.6875rem + ((1vw - 3.2px) * 8.631)), 220px);
  position: relative;
  bottom: clamp(17px, calc(1.0625rem + ((1vw - 3.2px) * 2.1154)), 50px);
  z-index: 99;
}

.consumer-sect-content-content{
padding-top: clamp(15px, calc(0.9375rem + ((1vw - 4.8px) * 2.9605)), 60px);
width: 80%;
}

.consumer-sect-content-content h2 {
    color: #203466;
    font-size: clamp(20px,calc(1.25rem + ((1vw - 0.02px) * 1.7017)),54px);
    font-weight: 700;
}

.red{
    color: #eb1c24 !important;
}

.national-consumer{
background-image: url("images/Ncba-Third-Welcome-Section-Background-pattren-image.webp");
background-size: cover;
padding-top: clamp(15px, calc(0.9375rem + ((1vw - 3.2px) * 1.4881)), 40px);
padding-bottom: clamp(15px, calc(0.9375rem + ((1vw - 3.2px) * 1.4881)), 40px);
display: flex;
flex-direction: column;
align-items: center;
background-position:top center ;
}

.national-consumer-layout.container {
  padding: 0px;
}

.national-consumer-layout{
display: flex;
width: 100%;
flex-direction: row;
align-items:center;
justify-content: center;
flex-wrap: wrap;
}

.national-consumer-image{
    width: 50%;
    flex-direction: column;
    display: flex;
    text-align: left;
    align-items: center;
    justify-content: center;
    padding: 1rem;
}

.national-consumer-image img{
width: 100%;
}

.national-consumer-content {
    width: 50%;
    padding: 1rem;
    color: #fff;
}

.national-consumer-content h3{
  font-size: clamp(18px, calc(1.125rem + ((1vw - 3.2px) * 0.3571)), 24px);
  color: #eb1c24;
  margin-bottom: 10px;
  filter: drop-shadow(0px 0px 3px #fff);
  text-shadow: 0px 0px 20px #fff;
  font-weight: 700;
}

.our-value-layout.container {
  padding: 0;
}

.our-value{
    display: flex;
    flex-direction: row;
    justify-content: center;
    background-image: url("images/health-benefits-travel-benefits.webp");
    background-size: cover;
}

.our-value-layout{
    display: flex;
        flex-direction: column;
        align-items: flex-start;
    padding-bottom: 4%;
    padding-top: clamp(15px, calc(0.9375rem + ((1vw - 3.2px) * 1.4881)), 40px);
    }
    .our-value-content h4 {
        color: #eb1c24;
        text-align: center;
        text-transform: uppercase;
        letter-spacing: 3px;
        margin-bottom: 6px;
        font-weight: 700;
    }

.our-value-cards{
        align-items: stretch;
        grid-template-columns: repeat(3, minmax(200px, 1fr));
        grid-column-gap: 10px;
        grid-row-gap: 10px;
        width: 100%;
        display: grid;
    }

.our-value-content{
    text-align: center;
    align-items: center;
    width: 65%;
    margin-bottom: 20px;
    margin-right: auto;
    margin-left: auto;
}
.value-box {
    background-color: #001264;
    padding-bottom: 20px;
    padding-top: 20px;
    padding-right: 40px;
    padding-left: 40px;
    box-shadow: 6px 6px 10px rgba(0, 0, 0, 0.47);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
    color: #fff;
}
.value-box:hover{
    background-color: #eb1c24;
}
.value-box h3 {
    color: #ffffff;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 3px;
    margin-top: 12px;
    margin-bottom: 0px;
    font-weight: 700;
    font-size: clamp(18px, calc(1.125rem + ((1vw - 3.2px) * 0.3571)), 24px);
}
.value-box img{
    width: 85px;
}
.value-box p{
    line-height: 1.6;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
}
.our-value-content p {
    color: #001264;
    align-self: center;
    text-align: center;
    font-weight: 400;
    font-size: clamp(18px, calc(1.125rem + ((1vw - 3.2px) * 0.3571)), 24px);
     margin: 0;
     line-height: 1.2;
}


/*tabs*/
.tabs-content-heads {
  text-align: center;
color: #fff;
}

.tab_label {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 16px 20px;
  cursor: pointer;
  text-align: start;
}
.tabs-content-heads h2 {
  text-align: center;
  font-weight: 600;
margin: 0px;
}

.tabs-content-heads span {
  font-size: clamp(24px, calc(1.5rem + ((1vw - 3.2px) * 0.7143)), 36px);
  font-weight: 400;
  line-height: 1.1;
}

.tabs-content-heads h3 {
  color: #eb1c24;
  text-align: center;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 3px;
  margin: 0;
}
.tabs{
  background-image: url("images/NCBA-offers-you-real-benefits-sec-3.webp");
  background-size: cover;
  background-position: top center;
  padding-top:clamp(15px, calc(0.9375rem + ((1vw - 3.2px) * 1.4881)), 40px);
  padding-bottom: clamp(15px, calc(0.9375rem + ((1vw - 3.2px) * 1.4881)), 40px);
}
.tabs-content.container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
}
.tab-inner-cont h2 {
  font-size: clamp(24px, calc(1.5rem + ((1vw - 3.2px) * 0.7143)), 36px);
  font-weight: 700;
  line-height: 1.1;
}
.tab-inner-cont p {
  line-height: 1.6;
  font-size: 16px;
}
.tab-panel {
  padding: 30px 0;
  text-align: start;
  background-color: #eb1c24;
  padding: 2.5rem;
}
.tab-panel-display-flex {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 2.5rem;
}
.tab_label label {
  display: inline-block;
  margin-left: 10px;
  font-size: 16px;
  font-weight: 400;
  font-family: 'Poppins';
  color: #fff;
}
.tab-inner-image {
  width: 49%;
}
.tab-inner-cont {
  width: 48%;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: .2rem;
}
.tab-inner-image img {
  width: 100%;
}
.tabset.container {
  text-align: center;
}
.tab-inner-btn {
  background-color: rgba(0, 0, 0, 0.8);
  border: 1px solid rgba(0, 0, 0, 0.8);
  color: #ffffff;
  border-radius: 6px;
  padding: 10px 16px;
  text-decoration: none;
}
.tab-inner-btn:hover {
background-color: #001264;
border: 1px solid #001264;
color: #fff;
}
.tabset .tab_labels > input[type=radio] {
  position: absolute;
  left: -200vw;
}

.tabset .tab_labels .tab-panel {
  display: none;
}

.tabset .tab_labels > input:first-child:checked ~ .tab-panels > .tab-panel:first-child,
.tabset .tab_labels > input:nth-child(3):checked ~ .tab-panels > .tab-panel:nth-child(2),
.tabset .tab_labels > input:nth-child(5):checked ~ .tab-panels > .tab-panel:nth-child(3),
.tabset .tab_labels > input:nth-child(7):checked ~ .tab-panels > .tab-panel:nth-child(4),
.tabset .tab_labels > input:nth-child(9):checked ~ .tab-panels > .tab-panel:nth-child(5),
.tabset .tab_labels > input:nth-child(11):checked ~ .tab-panels > .tab-panel:nth-child(6) {
  display: block;
}
.tabset .tab_labels > label {
    position: relative;
    display: inline-block;
    padding: 15px 15px 25px;
    cursor: pointer;
    font-weight: 600;
}

input:focus-visible + label {
  outline: 2px solid rgba(0,102,204,1);
  border-radius: 3px;
}

.tabset .tab_labels > label:hover,
.tabset .tab_labels > input:focus + label,
.tabset .tab_labels > input:checked + label {
  color: #06c;
}

.tabset .tab_labels > label:hover::after,
.tabset .tab_labels > input:focus + label::after,
.tabset .tab_labels > input:checked + label::after {
  background: #06c;
}

.tabset .tab_labels > input:checked + label {
    color: #fff;
    background: red;
}

.tabset {
  max-width: 65em;
  text-align: center;
}

.tabset .tab_labels {
  display: flex;
  justify-content: center;
}
.tab_label.active, .tab_label:hover {
  background: #eb1c24;
  color: #fff;
}

.tab-panel{
  display: none;
}
.tab-panel.active{
  display: block;
}


/*blogs*/
section.our-blogs.container {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: clamp(15px, calc(0.9375rem +((1vw - 3.2px)* 1.4881)), 40px);
  padding-bottom: clamp(15px, calc(0.9375rem +((1vw - 3.2px)* 1.4881)), 40px);
}
.blogs-cards {
  width: 810px;
  display: grid;
  padding: 3rem 0rem;
  grid-template-columns: repeat(3, minmax(200px, 1fr));
  gap: 1rem;
  
}
@media (max-width:870px){
  .blogs-cards {
    width: 100%;
  }
}

.blog-card {
  width: 100%;
  background: #e3dfdf;
}
.cardTop {
height: 144px;
  background-size: cover !important;
  background-position: center center !important;
}

.cardBottom {
  padding: 15px;
  background-color: #e3dfdf;
}
.cardHoverText {
  color: #000000;
}

.cardTitle {
  font-size: 24px;
  font-weight: 700;
}

.cardText p {
  color: #C0262D;
  font-size: 18px;
  font-weight: 700;
   line-height: 1.2;
}
.cardText p:hover {
    color: #203466;
}

.cardInfo {
  padding-top: 10px;
  font-size: 18px;
  font-weight: 500;
}

/*become a member*/
section.becom-a-member {
    background-color: #203466;
    color: #ffffff;
}
.container.become-member-layout p {
  margin: 0;
}
.container.become-member-layout {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-around;
    padding: 0;
}
.container.become-member-layout h2 {
    font-size: clamp(28px,calc(1.75rem + ((1vw - 0.02px) * 2.5025)),78px);
    font-weight: 700;
    line-height: 1.1;
}
/*Contact Btn*/
#Inp-cont-submit-for-contact-btn{
    background-color: #eb1c24;
    border: 1px solid #eb1c24;
    color: #ffffff;
    border-radius: 6px;
    padding: 10px 16px;
    text-decoration: none;
    font-family: 'Poppins';
    font-weight: 400 !important;
    width: fit-content;
    height: auto;
}
#Inp-cont-submit-for-contact-btn:hover{
        background-color: rgba(0, 0, 0, 0.8);
        border: 1px solid rgba(0, 0, 0, 0.8);
        color: #fff;
    }
#Inp-cont-submit{
    background-color: #1b2e5b;
    border: 1px solid #1b2e5b;
    color: #ffffff;
    border-radius: 6px;
    padding: 10px 16px;
    text-decoration: none;
    font-family: 'Poppins';
    font-weight: 400 !important;
}
#Inp-cont-submit:hover{
        background-color: #eb1c24;
        border: 1px solid #eb1c24;
        color: #fff;
    }
a.becom-btnPrimary {
    background-color: #eb1c24;
    border: 1px solid #eb1c24;
    color: #ffffff;
    border-radius: 6px;
    padding: 10px 16px;
    text-decoration: none;
    font-family: 'Poppins';
    font-weight: 400 !important;
}
a.becom-btnPrimary:hover {
        background-color: rgba(0, 0, 0, 0.8);
        border: 1px solid rgba(0, 0, 0, 0.8);
        color: #fff;
    }

/*footer*/

  footer {
        background-color: #ffffff; /* Change to match your theme */
        color: #333;
        font-family: Arial, sans-serif;
        padding: 20px 0;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        background-image: url("images/Footer-membership-association-bg-image.webp");
        background-size: cover;
        background-repeat: no-repeat;
        background-position: top center;
}
    .footer-section {
      width: 22%;
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      gap: .7rem; 
}
  .footer-section p {
    margin: 0;
}

    .footer-logo {
        width: 23%;
        text-align: left;
    }

    .footer-container {
      display: flex;
      justify-content: space-around;
      width: 100%;
      align-items: flex-start;
      padding-top: 35px;
      padding-right: 20px;
      padding-bottom: 35px;
      padding-left: 20px;
  }
    
    .footer-logo img {
 width: 100%;
        margin-bottom: 10px;
    }
    .footer-logo h4 {
      font-size: clamp(16px, calc(1rem + ((1vw - 3.2px) * 0.2381)), 20px);
      line-height: 1.1;
      font-weight: 400;
      color: rgba(0, 0, 0, 0.8);
      text-align: center;
      margin-top: 15px;
      margin-bottom: 50px;
  }

    .footer-section h4 {
      color: #001264;
      border-bottom-color: #001264;
      border-bottom-width: 2px;
      border-bottom-style: solid;
      padding-bottom: 5px;
      margin-bottom: 20px;
      font-size: clamp(18px, calc(1.125rem + ((1vw - 3.2px) * 0.3571)), 24px);
      line-height: 1.1;
      font-weight: 700;
  }
    
    .footer-logo p, .footer-section h4, .footer-section ul{
        margin: 5px 0;
    }
    
    .footer-section ul {
        list-style-type: none;
        padding: 0;
    }
    .footer-section li {
      display: flex;
      flex-direction: row;
      gap: .4rem;
      align-items: flex-start;
  }

  .footer-section ul {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
}
    
    .footer-section ul li a {
        color: #000000; /* Link color */
        text-decoration: none;
        padding: 0px 0;
    }

    .footer-bottom{
      background-image: linear-gradient(90deg, #212f64 50%, #a71227);
      padding: 20px 0px !important;
    }
    .footer-bottom div {
      text-align: center;
      width: 100%;
      display: flex;
      justify-content: space-between;
      flex-direction: row;
      color: #fff;
      text-align: start;
      align-items: center;
  }
  section.footer-bottom span {
    font-weight: 400;
}
section.footer-bottom a {
  color: #fff;
}
section.footer-bottom a:hover {
  color: #b2b2b2;
}

  section.footer-bottom p {
    margin: 0;
}
    
    .social-icons a img {
        width: 30px;
        height: 30px;
        margin-right: 10px;
    }
    .social-icons a img:hover{
      filter: grayscale(1);
    }
    
    .social-icons {
        margin-top: 10px;
    }
    

    /*Responsive*/
    @media(max-width:992px){
      .sticky-top .none-992 {
        display: none;
    }
    .newsletter_posts {
      grid-template-columns: repeat(3, minmax(200px, 1fr)) !important;
  }
    .blogs-cards-pages {
      grid-template-columns: repeat(3, minmax(200px, 1fr)) !important;
      gap: 20px;
    }
    .display-on-992{
      display: block;
    }
    .our-value-layout.container {
      margin: 0;
  }
  ul#menu-992-layout li {
    padding: 12px 0px;
    text-align: start
}
  .container.become-member-layout {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
gap: 1rem;
}
section.consumer-sect {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.dashboard-layout {
  display: flex;
  flex-direction: column !important;
  align-items: center;
  gap: 2rem;
}

.dashbord-image img {
    width: 100%;
    }
    .dropdown.container {
      display: none;
      top: 52px !important;
      width: 13rem !important;
      z-index: 9;
  }
  .section-inner-wrap {
    display: flex;
    flex-direction: column !important;
    align-items: flex-start !important;
    justify-content: center !important;
    gap: 2rem !important;
    padding: 0 !important;
}
.ct-div-block {
  width: 100% !important;
}
#learn-more-about {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.ct-div-block p {
  text-align: center !important;
  }
div#border-none-992 {
  border: none;
}
.Compare-footer-sec-layot span {
  font-size: 24px !important;
}
}
@media(max-width:768px){
      .national-consumer-content {
        width: 100%;
        padding: 1rem 0rem;
    }
    .logo-ncb-header img {
      width: 180px;
  }
    .national-consumer-image{
      padding: 1rem 0rem;
  }
    .national-consumer-image {
      width: 100%;
  }
  .national-consumer-layout {
    display: flex;
    flex-direction: column !important;
    width: 100%;
}
.value-box {
  background-color: #001264;
  padding-bottom: 18px;
  padding-top: 18px;
  padding-right: 20px;
  padding-left: 20px;
}
.our-value-cards {
  align-items: stretch;
  grid-template-columns: repeat(2, minmax(200px, 1fr));
}
.footer-container.container {
  display: grid;
  align-items: center;
  grid-template-columns: repeat(2, minmax(200px, 1fr));
  gap: 3rem;
  padding-left: 20px;
  padding-right: 20px;
}
.footer-section {
  width: 100%;
}
.footer-logo {
  width: 100%;
}

.how-we-serve-layout {
      display: flex;
      flex-direction: column-reverse !important;
      justify-content: space-evenly;
    gap:2rem; 
    align-items: center;
    }
  .how-we-serve-content {
    width: 100% !important;
}
.faqs-layout.container-sm {
  display: flex;
  flex-direction: column;
}
.faqs-contents {
  width: 100% !important;
}
.faqs-image {
  width: 80% !important;
}
.how-we-serve-image{
  width: 80% !important;
}
.faqs-layout {
    display: flex;
    flex-direction: column !important;
    align-items: center;
    gap: 1.5rem;
    }
    .blogs-cards {
      width: 100%;
      display: grid;
      padding: 3rem 0rem;
      grid-template-columns: repeat(2, minmax(200px, 1fr));
      gap: 1rem;
  }
  .tab-inner-cont {
    width: 100%;

  }
  .tab-inner-image {
    width: 100%;
  }
  .tab-panel-display-flex {
    display: flex;
    flex-direction: column;
  }
  .tab-panel {
    padding: 2.5rem 1rem;
}
.tab_label {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 12px 20px;
  text-align: center;
  justify-content: space-between;
  gap: .5rem;
}
.tab_label img {
  width: 55px;
  height: 55px;
}
.tabs-content.container {
  padding: 0;
}
.blogs-cards-pages {
  grid-template-columns: repeat(2, minmax(200px, 1fr)) !important;
}
.faqs-layout{
  padding: 0 !important;
}
form#drug-search-form {
  width: 100% !important;
  margin-top: 2rem;
}
.cont-info-layout {
  grid-template-columns: repeat(2, minmax(100px, 1fr)) !important; 

}
.dashboard-content{
  width: 100% !important;
}
.dashboard-content div {
width: 100% !important;
}
.member-content{
  width: 100% !important;
}
.member-content div {
  width: 100% !important;
  }
  .container.grid-layot-set {
    display: grid;
    grid-template-columns: repeat(1, minmax(200px, 1fr)) !important;
    row-gap: 2rem !important;
  }
  .Compare-footer-sec-layot {
 border: none !important;
  }
}

 @media(max-width:630px) {
.footer-bottom div {
  text-align: center;
  display: flex;
  flex-direction: column;
}
 }    

@media(max-width:480px){
.footer-logo img {
  width: 250px;
  margin-bottom: 10px;
}
.blogs-cards-pages {
  grid-template-columns: repeat(1, minmax(200px, 1fr)) !important;
}
.footer-logo {
  width: 100%;
  text-align: center;
}
.footer-container.container {
  display: flex;
  align-items: flex-start;
  gap: 1.5rem;
  flex-direction: column;
  padding-left: 20px;
  padding-right: 20px;
}
.header-btn-div {
  margin-bottom: 0px;
}
.mobile-div-flx-992 {
  display: flex;
  gap: 0rem !important;
  flex-direction: column !important;

}
.mobile-nav ul {
  list-style: none;
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 65% !important
  ;
  position: absolute;
  top: 30%;
  right: 20% !important;
}
section.about-our-foundation {
  padding: 20px 10px;
}
button.accordion p {
  width: 80%;
  font-size: 14px;
  margin: 0;
}

.our-value-content{
  width: 100%;
}
.dashboard-content {
  display: flex !important;
  flex-direction: column;
}
.blogs-cards {
  width: 100%;
  display: grid;
  padding: 3rem 0rem;
  grid-template-columns: repeat(1, minmax(200px, 1fr));
  gap: 1rem;
}
.tabset .tab_labels {
  display: grid;
  grid-template-columns: repeat(2, minmax(130px, 1fr));
  gap: .5rem;
}
.logo-ncb-header img {
  width: 140px;
}
.header-btn-div .header_login_btn {
  padding: 6px 12px;
  font-size: 13px;
}
.cont-info-layout {
  grid-template-columns: repeat(1, minmax(100px, 1fr)) !important; 

}

div#border-none-992 {
  border-bottom: 1px solid !important;
  padding-bottom: 2rem;
}
.member-content {
  grid-template-columns: repeat(1, minmax(200px, 1fr)) !important;

}
.dashboard-content div {
  grid-template-columns: repeat(1, minmax(200px, 1fr)) !important;
}
}

@media(max-width:425px){
      .our-value-cards {
        align-items: stretch;
        grid-template-columns: repeat(1, minmax(200px, 1fr));
}
.blogs-hero-banner {
  display: flex;
  flex-direction: row;
  justify-content: center;
  background-size: cover;
}
.blogs-hero-banner div {
  width: 0;
  display: none;
}
.about-hero-banner .about-banner-spacer {
  display: none;
}
.about-hero-banner .comp-layout-banner {
  width: 100%;
}
.dashboard-hero-banner div{
  display: none;
}
.the-art-of-delegation-content h1 {
  width: 100% !important;
}
}

.mobile-div-flx-992 {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  padding: 0;
}

.hamburger-menu {
  display: none; /* Hidden by default, shown below 992px */
  cursor: pointer;
  font-size: 24px; /* Icon size */
}

@media (max-width: 992px) {
.hamburger-menu {
      display: block;
  z-index: 9991;
  padding: 0;
  line-height: 1.1;
}

  .mobile-nav {
      display: none; /* Ensure menu is hidden */
      position: absolute;
      top: 0px;
      left: 0;
      background-color: #fff;
      width: 100%;
      z-index: 1000;
      height: 100vh;

  }

  .mobile-nav ul {
      width: 50%;
      position: absolute;
      top: 30%;
      right: 27%;
  }
 #menu-992-layout{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

  .mobile-nav ul li.dropdown .dropdown-menu {
      display: none; /* Hide submenus */
  }

  .mobile-nav ul li.dropdown:hover .dropdown-menu {
      display: block; /* Show submenu on hover */
  }
}



/*About Us Page*/
.about-hero-banner{
max-width: 100%;
padding-top: 9%;
padding-bottom: 8%;
background-image: url("images/New-ABOUT-US-Banner-image.webp");
display: flex;
flex-direction: row;
justify-content: space-evenly;
background-size: cover;
}

.about-hero-banner div{
  width: 50%;
}

.about-hero-banner h1{
color: #ffffff;
font-weight: 700;
text-transform: uppercase;
text-align: center;
text-shadow: 3px 3px 3px rgba(0, 0, 0, 0.8);
font-size:clamp(24px, calc(1.5rem + ((1vw - 0.02px) * 1.2012)), 48px);
}

section.about-our-foundation {
  background-image: linear-gradient(rgba(255, 255, 255, 0.93), rgba(255, 255, 255, 0.93)), url(images/NCBA-Consumer-benefits.webp);
  background-size: auto, cover;
  background-repeat: no-repeat;
  background-position: center center;
  padding-top: 40px;
  padding-right: 20px;
  padding-bottom: 40px;
  padding-left: 20px;
}
.about-our-foundation-layout.container {
  display: flex;
  flex-direction: column;
text-align: center;
}
.about-our-foundation-layout h2 {
  line-height: 1.1;
  color: rgba(0, 0, 0, 0.8);
  font-size: clamp(24px, calc(1.5rem + ((1vw - 3.2px) * 0.7143)), 36px);
  font-weight: 700;
}

.how-we-serve-layout {
  display: flex;
  flex-direction: row;
  justify-content:space-evenly;
  gap: 1.5rem;
}

.how-we-serve-content {
  padding: 0px 20px 0px 0px;
  width: 55%;
}

 section.container .how-we-serve-content h3 {
  color: #000000;
  margin-bottom: 20px;
  width: 100%;
  text-align: left;
  font-size: clamp(24px, calc(1.5rem + ((1vw - 3.2px) * 0.7143)), 36px);
  line-height: 1.1;
  font-weight: 700;
}

.how-we-serve-image img {
    box-shadow: 2px 2px 14px #000000;
    width: 100%;

}

.how-we-serve-image{
  width: 45%;
  position: relative;
  height: fit-content;
}
.how-we-serve-image:after {
  position: absolute;
  top: 25px;
  left: -25px;
  width: 100%;
  height: 100%;
  border-top-width: 2px;
  border-right-width: 2px;
  border-bottom-width: 2px;
  border-left-width: 2px;
  border-top-color: #b2b2b2;
  border-right-color: #b2b2b2;
  border-bottom-color: #b2b2b2;
  border-left-color: #b2b2b2;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  background-color: #b2b2b2;
  z-index: -1;
  content: "";
}

.faqs-layout {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 1.5rem;
}

.faqs-image {
  width: 45%;
}

.faqs-image img {
  width: 100%;
  height: 100%;
box-shadow: 2px 2px 14px #000000;
}

.faqs-contents {
  width: 55%;
}

.about-us-faqs{
background-color:#e0e2e9;
    width: 100%;
    background-size: cover;
    background-repeat: repeat;
}
/*Faqs*/
.faqs-contents h4 {
  color: #000000;
  font-weight: 400;
  font-size: clamp(24px, calc(1.5rem + ((1vw - 3.2px) * 0.7143)), 36px);
}

.faqs-contents h3 {
    font-weight: 700;
    font-size: clamp(18px, calc(1.125rem + ((1vw - 3.2px) * 0.3571)), 24px);
}
button.accordion p {
  width: 80%;
  margin: 0;
  font-weight: 600;
  line-height: 1.4;
}
.accordion {
  color: black;
  cursor: pointer;
  padding: 12px 8px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  transition: 0.4s;
  position: relative;
}
.dropdown-icon-set {
  transition: transform 0.4s;
  transform: rotate(0deg);
  position: absolute;
  right: 16px;
}
button.accordion.active .dropdown-icon-set {
  transform: rotate(180deg); /* Rotate "+" sign to create "x" */
}
.panel {
  padding: 10px 4px;
  display: none;
  overflow: hidden;
  border-bottom: 1px solid #ccc;
}
button.accordion {
  background: #fff;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: .4rem;
    line-height: 1.1;
    font-size: 17px;
    font-weight: 700;
    border-bottom: 1px solid #eceeef;
}


/* Dashboard Page*/

.dashboard-hero-banner{
  max-width: 100%;
  padding-top: 9%;
  padding-bottom: 8%;
  background-image: url("images/New-Ncba-universal_banner.webp");
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  background-size: cover;
  }
  
  .dashboard-hero-banner div{
    width: 50%;
  }
  
  .dashboard-hero-banner h1{
  color: #ffffff;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  text-shadow: 3px 3px 3px rgba(0, 0, 0, 0.8);
  font-size:clamp(24px, calc(1.5rem + ((1vw - 0.02px) * 1.2012)), 48px);
  }
  .dashboard-layout {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 2rem;
    padding: 0 !important;
}
section.dashboard-page-Main-section {
  background-image: url("images/Ncba-Third-Welcome-Section-Background-pattren-image.webp");
}

  .dashboard-content div{
      display: grid;
      align-items: stretch;
      grid-template-columns: repeat(2, minmax(200px, 1fr));
      grid-column-gap: 10px;
      grid-row-gap: 10px;

  }
  .login-button-or-register img {
    width: 40px;
}
.member-content {
  display: grid;
  align-items: stretch;
  grid-template-columns: repeat(2, minmax(200px, 1fr));
  grid-column-gap: 10px;
  grid-row-gap: 10px;
} 

.dashboard-content h2 {
  color: #ffffff;
  text-transform: uppercase;
  font-size: clamp(24px, calc(1.5rem + ((1vw - 3.2px) * 0.7143)), 36px);
  font-weight: 700;
}
  .member-content .member-content-cards{
    border: 2px solid rgba(222, 225, 227, 0.57);
	background-color: #ffffff;
    border-radius: 8px;
    gap: 10px;
    display: flex;
	flex-direction: column;
	align-items: center;
	width: 320px;
	justify-content: center;
	padding-bottom: clamp(18px, calc(1.125rem + ((1vw - 3.2px) * 0.4762)), 26px);
}
  .dashboard-content {
    text-align: center;
  }
  .dashboard-content .dashboard-content-cards{
    border: 2px solid rgba(222, 225, 227, 0.57);
	background-color: #ffffff;
    border-radius: 8px;
    gap: 10px;
    display: flex;
	flex-direction: column;
	align-items: center;
	width: 320px;
	padding-bottom: clamp(18px, calc(1.125rem + ((1vw - 3.2px) * 0.4762)), 26px);
}

.MEMBERSHIP-LEVELS-for-bg-i{
  background-image: url(images/Ncba-Third-Welcome-Section-Background-pattren-image.webp);
  padding-top: 140px;
  background-repeat: no-repeat;
  background-size: cover;
}

.dashboard-content .login-button-or-register{
  width: 320px;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #f9f9fa;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: rgba(222, 225, 227, 0.57);
  border-right-color: rgba(222, 225, 227, 0.57);
  border-bottom-color: rgba(222, 225, 227, 0.57);
  border-left-color: rgba(222, 225, 227, 0.57);
  border-radius: 8px;
  border-top-width: 2px;
  border-right-width: 2px;
  border-bottom-width: 2px;
  border-left-width: 2px;
  gap: 10px;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 8px;
  padding-right: 8px;
}

.member-content img {
  width: 30px;
}
.member-content-cards .Already-Member-icon {
  width: 45px;
}
.member-content h3 {
  text-align: center;
  font-size: clamp(16px, calc(1rem + ((1vw - 3.2px) * 0.2381)), 20px);
  color: #001264;
  text-transform: capitalize;
  font-weight: 700;
  margin: 10px 0 0;
}
.dashboard-content h3 {
  text-align: center;
  font-size: clamp(16px, calc(1rem + ((1vw - 3.2px) * 0.2381)), 20px);
  color: #001264;
  text-transform: capitalize;
  font-weight: 700;
  margin: 10px 0 0;
}
.member-content a {
  text-decoration: none;
text-align: center;
}

.dashboard-content a {
    text-decoration: none;
text-align: center;
  }

  /*Blogs Page*/
  .blogs-hero-banner{
  max-width: 100%;
  padding-top: 9%;
  padding-bottom: 9%;
  background-image: url(images/New-Blog-Banner.webp);
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  background-size: cover;
  }
  .blogs-hero-banner div{
  width: 50%;
}
.blogs-hero-banner h1 {
  color: #ffffff;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  text-shadow: 3px 3px 3px rgba(0, 0, 0, 0.8);
  font-size: clamp(24px, calc(1.5rem + ((1vw - 0.02px) * 1.2012)), 48px);
}
.blogs-cards-pages{
  width: 100%;
    display: grid;
    padding: 3rem 0rem;
    grid-template-columns: repeat(3, minmax(200px, 1fr));
    gap: 20px;
}
.blog-card-page{
    display: flex;
    flex-direction: column;
    width: 100%;
    background-color: #e3dfdf;

}

/*News Letter Page*/
#news-letter-image{
background-image: url("images/New-Ncba-Newsletter-Banner-image.webp");
}
.newsletter_posts{
  display: grid;
  padding: 3rem 0rem;
  grid-template-columns: repeat(4, minmax(200px, 1fr));
}

.newsletter_post_inner {
  margin: 15px;
  display: flex;
  flex-direction: column;
  background-color: #e3dfdf;
  height: 100%;
}
.newsletter_post_image {
  position: relative;
  background-color: grey;
  background-image: repeating-linear-gradient(45deg, #eee, #eee 10px, #ddd 10px, #ddd 20px);
  width: 100%;
}
.newsletter_post_image-fixed-ratio {
  background-size: cover;
  background-position: center center;
}
.newsletter_post_image-fixed-ratio img {
  width: 100%;
}
.newsletter_post_wrap {
  display: flex;
  flex-direction: column;
  padding: 15px;
}
.newsletter_post-title {
  font-size: 18px;
  line-height: 1.2;
  margin-bottom: 0.5em;
  color: #C0262E;
  font-weight: 700;
  text-decoration: none;
}
.news-letter-remo.container {
  padding: 0;
}


/*premier member*/
.membership-innerwrap {
  text-align: center;
    padding: 0 !important;
}
#premier-member-hero-banner {
  background-image: url("images/Premier-Member_Banner.webp");
}
.newsletter_post_wrap p {
  font-size: 14px;
}
h4#headline-4-382 {
  font-size: clamp(16px, calc(1rem + ((1vw - 3.2px) * 0.2381)), 20px);
  line-height: 1.1;
  color: #eb1c24;
  font-family: 'Poppins';
  font-weight: 400;
  margin: 0;
}
h2#headline-5-382 {
  margin: 0 0 15px;
  font-size: clamp(24px, calc(1.5rem + ((1vw - 3.2px) * 0.7143)), 36px);
  line-height: 1.1;
  font-family: 'Poppins';
  color: #404040;
  font-weight: 700;
}
#text_block-6-382 {
  line-height: 1.6;
  font-size: 16px;
  font-weight: 400;
  color: #404040;
  font-family: 'poppins';
}
.membership_posts{
  margin-top: 60px;
}
.membership-filter-buttons .filter-button {
  display: inline-block;
  font-size: 16px;
  color: #798795;
  cursor: pointer;
  position: relative;
  background: transparent;
  border: 0;
  width: auto;
  padding: 0 0 5px 0;
  margin: 0 11px;
  text-transform: uppercase;
}
.membership-filter-buttons .filter-button:before {
  position: absolute;
  content: '';
  width: 0;
  height: 2px;
  background-color: #798795;
  bottom: 0;
  left: 0;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.member-content-cards h2 {
 margin-top: 10px;
  color: #c09b30;
  font-weight: 700;
  margin-bottom: 0px;
}

.membership-filter-buttons .filter-button.active::before {
  width: 100%;
}
.membership-filter-buttons .filter-button:hover:before {
  width: 100%;
}
.membership-posts-container {
  margin-top: 35px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
}

.membership-post.active {
    display: block;
}
.membership-post {
  width: 23%;
  margin: 2% 1%;
  text-align: center;
  background: #e3dfdf;
  display: none;
}
.membership-post .post-thumbnail {
  margin-bottom: 0px;
}
.membership-post .post-thumbnail img {
  width: 100%;
  display: block;
}
.membership-post-meta-detail {
  padding: 15px;
  background: #e3dfdf;
  text-align: left;
}
.membership-category {
  font-size: 17px;
  color: #798795;
  margin-bottom: 5px;
  display: block;
}
.membership-post-meta-detail h4 {
  font-size: 18px;
  margin: 0;
}
.membership-post h4 a {
  color: #C0262E;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  text-decoration: none;
  font-weight: 700;
}
.membership-post-content {
  margin-top: 15px;
  font-size: 14px;
  font-family: 'Poppins';
}
@media screen and (max-width: 991px) {
  .membership-post {
      width: 31%;
  }
}
@media screen and (max-width: 767px) {
  .membership-post {
      width: 46%;
  }
}
@media screen and (max-width: 480px) {
  .membership-post {
      width: 98%;
  }
  .newsletter_post {
    width: 100%;
  }
  .newsletter_post_inner{
    margin: 0px;
  }
  section.heartland-cont-layout img{
  width: 100%;
  }
}

/*Heartland Page*/
#heartland-banner-img{
background-image: url("images/Compare_Banner.jpg");
}

section.heartland-cont-layout {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  font-family: 'Poppins';
}
section.heartland-cont-layout.container h3{
  font-weight: 700;
  font-size: clamp(18px, calc(1.125rem + ((1vw - 3.2px) * 0.3571)), 24px);
}

section.heartland-cont-layout.container h4{
  font-weight: 700;
  font-size: clamp(16px, calc(1rem + ((1vw - 3.2px) * 0.2381)), 20px);
}

/*Compare New*/
.comp-layout-banner h3 {
font-size: clamp(18px, calc(1.125rem + ((1vw - 3.2px) * 0.3571)), 24px);
color: #ffffff;
text-align: center;
text-shadow: 3px 3px 3px rgba(0, 0, 0, 0.8);
font-weight: 400;
font-style: italic;
}
table {
  width: 100%;
  text-align: left;
  border-collapse: collapse;
  font-weight: 600;
  color: #000;
}
table thead {
  background: #001264;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-size: 18px;
  letter-spacing: 1px;
  border: 1px solid #001264;
}
table th {
  padding: 10px;
  font-size: clamp(14px, calc(0.875rem + ((1vw - 3.2px) * 0.3571)), 20px);
}
tbody tr:nth-child(odd) {
  background: #f6f6f6;
}
tbody tr:nth-child(even) {
  background: #e6e6e6;
}
table td:first-child {
  text-align: left;
  font-family: 'Poppins';
}
.table-wrapper th, td {
  border: 1px solid black !important;
  text-align: center;
}
table td {
  padding: 7px 15px;
}
table td a {
  color: red;
  text-decoration: none;
  font-weight: 600;
  font-family: 'Poppins';
  line-height: 1.6;
  font-size: 16px;
}
table td a:hover{
color:#001264;    
}

table td img {
  width: clamp(22px, calc(1.375rem + ((1vw - 3.2px) * 1.4286)), 38px);
}

section.benefits-40-background {
  background-color: #001264;
  color: #fff;
}

.benefits-40-layout{
display: flex;
flex-direction: column;
align-items: center;
gap: 2rem;
}

.benefits-40-layout button {
  background-color: #eb1c24;
  border: 1px solid #eb1c24;
  border-radius: 6px;
  padding: 10px 16px;
  color:#fff;
}
.benefits-40-layout button a {
  color: #fff;
  font-size: 16px;
}

.benefits-40-layout button:hover{
background-color: rgba(0, 0, 0, 0.8);
border: 1px solid rgba(0, 0, 0, 0.8);
}
section#bg-blue {
  background-color: #001264;
}
.container.grid-layot-set {
  display: grid;
  grid-template-columns: repeat(3, minmax(200px, 1fr));
}
#border-none{
  border: none;
}
.Compare-footer-sec-layot {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  color: #fff;
  border-right: 1px solid;
}
.Compare-footer-sec-layot h2 {
  font-weight: 400;

  margin-bottom: 25px;
}
.Compare-footer-sec-layot span {
  font-size: 28px;
  font-weight: 600;
  margin-top: 3px;
}
.section-inner-wrap {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 10%;
}

.ct-div-block {
    width: 45%;
}
#learn-more-about {
  background-image: url(images/Ncba-Third-Welcome-Section-Background-pattren-image.webp);
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-size: cover;
}
.ct-div-block h2 {
  color: #fff;
  text-transform: capitalize;
  line-height: 1.3;
  font-size: clamp(24px, calc(1.5rem + ((1vw - 3.2px) * 0.7143)), 36px);
  font-weight: 700;
}
p.ct-text-block a {
  color: #001264;
  font-weight: 600;
}
p.ct-text-block a:hover {
  color:#eb1c24;;
  font-weight: 600;
}

h2.Plan-price-design-style {
  color: #c09b30;
  margin-bottom: 20px;
  font-style: italic;
  font-weight: 700;
  font-size: clamp(24px, calc(1.5rem +((1vw - 3.2px)* 0.7143)), 36px);
}

/*Provider Search Page*/

section.container.provider-content .container-provider-layout {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 18px;
  background-color: #f6f6f6;
  padding: 20px;
  width: 100%;
}
.container-provider-layout h4 {
  color: #eb1c24;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-align: center;
  margin-top: 5px;
}
.container-provider-layout {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
section.container.provider-content h3 {
  color: #eb1c24;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-align: center;
  font-size: clamp(18px, calc(1.125rem + ((1vw - 3.2px) * 0.3571)), 24px);
  font-family: 'Poppins';
  margin: 0;
}
.container-provider-layout h2 {
  text-align: center;
  color: #001264;
  text-transform: uppercase;
  margin-top: 5px;
  font-size: clamp(24px, calc(1.5rem + ((1vw - 3.2px) * 0.7143)), 36px);
  font-family: 'Poppins';
  font-weight: 700;
  margin: 0;
}
form#drug-search-form #Inp-cont-submit {
  margin-top: 20px;
}

#provider-search-img{
  background-image:url("images/New-Ncba-Provider-Search_Banner-image.webp");
}

input#drug-search-input {
  width: 100%;
  height: 55px;
  padding: 5px 15px;
  font-style: italic;
  border-radius: 200px;
  border: 2px solid;
  border-color: #ec1c24;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding-right: 60px;
}

.clear-input {
  position: absolute;
  top: 50%;
  right: 30px;
  width: 20px;
  height: 20px;
  transform: translateY(-50%);
  cursor: pointer;
}

div#suggestions {
  font-family: 'Poppins';
  padding: 0 15px;
}
form#drug-search-form {
  width: 55%;
  margin-top: 10px;
}
section.container.provider-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
}
.suggestion {
  background: #fcefce;
  margin-bottom: 1px;
  padding: 2px 15px;
  box-shadow: 1px 1px 2px #dadada;
  cursor: pointer;
  border-bottom: 1px solid #dadada;
  font-size: 14px;
}
span.data-drug-name {
  font-weight: 600;
}
span.data-drug-strength {
  color: #ec1c24;
  font-style: italic;
  font-weight: 600;
}
span.data-drug-form {
  color: #a400ff;
  font-style: italic;
  font-weight: 600;
}
.clear-input img{
  display: block;
}



/*The Art Of Delegation*/
section#the-art-of-delegation {
    background-image: url("images/New-Blog-Banner.webp");
    background-size: cover;
    padding-top: 7%;
    text-align: start;
    padding-bottom: 7%;
    position: relative;
    background-position: center;
}
section#the-art-of-delegation:after {
  background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.8) 34%, rgba(255, 255, 255, 0) 100%);
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  content: "";
}
.the-art-of-delegation-content h1 {
  color: #ffffff;
  font-weight: 700;
  text-transform: uppercase;
  text-shadow: 3px 3px 3px rgba(0, 0, 0, 0.8);
  font-size: clamp(24px, calc(1.5rem + ((1vw - 0.02px) * 1.2012)), 48px);
  width: 70%;
  position: relative;
    z-index: 1;
}
section.the-art-content-text.container p {
  font-family: 'Poppins';
}
section.the-art-content-text.container h4 {
  font-size: clamp(16px, calc(1rem + ((1vw - 3.2px) * 0.2381)), 20px);
  line-height: 1.1;
  font-weight: 700;
  margin-top: 2rem;
}
section.the-art-content-text.container a {
  color: #001264;
  text-decoration: underline !important;
  font-weight: 600;
}
section.the-art-content-text.container a:hover {
  color: #eb1c24;
}

/*Contact us Page*/
#contact-us-bg{
background-image: url("images/New-Ncba-Contact_Us_Banner-image.webp");
}
form.cont-form-layou {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  align-items: center;
}

section.container h3 {
  margin-bottom: 15px;
  font-size: clamp(18px, calc(1.125rem + ((1vw - 3.2px) * 0.3571)), 24px);
  font-weight: 700;
  font-family: 'Poppins';
  text-align: center;
  color: #001264;
  margin-bottom: 15px;
}

form.cont-form-layou input,
form.cont-form-layou select,
form.cont-form-layou textarea {
  width: 100%;
  background-color: transparent;
  height: 40px;
  border: none;
  border-bottom: 2px solid #000;
  color: #000;
  font-size: 18px;
  font-family: 'Poppins';
  padding: 5px 4px;
  letter-spacing: normal;
}

form.cont-form-layou textarea {
  height: 160px; /* Adjusted height for textarea */
}

input:focus, textarea:focus {
  outline: none;
  border-left: none;
  border-right: none;
  border-top: none;
}

input::placeholder, textarea::placeholder {
  color: #000;
}

input#Inp-cont-submit:hover {
  background-color: #eb1c24;
}

section.cont-main-info-section- {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  background-color: #F6F6F6;
  color: #001264;
  text-align: center;
}
.cont-info-layout {
  justify-items: center;
  align-items: stretch;
  grid-template-columns: repeat(4, minmax(100px, 1fr));
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  width: 100%;
  display: grid;
}
.cont-info-cont-layout {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
section.cont-main-info-section- h3 {
  font-size: clamp(18px, calc(1.125rem + ((1vw - 3.2px) * 0.3571)), 24px);
  font-weight: 700;
}
.cont-info-cont-layout .info-p-italic {
  text-align: center;
  font-style: italic;
  line-height: 1.2;
  font-weight: 300;
  color: #ff0000;
  min-height: 30px;
}
.cont-info-cont-layout img {
  width: 40px;
  height: 40px;
}
p.cont-locat-hover a {
  color: #000000;
}
p.cont-locat-hover a:hover {
  color: #5b92ff;
}

/*Login Page*/
#login-page-hero-bg{
  background-image:url("images/New-Ncba-universal_banner.webp");
  background-size: auto, cover;
  text-align: center;
}

input#Username-login-page {
  border: 2px solid #203466;
  padding-inline: 10px;
  padding-block: 10px;
  width: 100%;
  border-radius: 12px;
}
input#Password-login-page{
  border: 2px solid #203466;
  padding-inline: 10px;
  padding-block: 10px;
  width: 100%;
  border-radius: 12px;
}

div#remember-me-login-page {
    display: flex;
    flex-direction: row;
    gap: 8px;
    font-family: 'Poppins';
    font-weight: 700;
    margin-top: .6rem;
}
div#remember-me-login-page p {
  font-family: 'Poppins';
  font-weight: 500;
}
div#remember-me-login-page p {
  margin: 0;
}
input#submit-login-page{
padding-inline: 30px;
padding-block: 10px;
background-color: #ec1c24;
color: #ffffff;
transition: .4s;
border: 0px;
border-radius: 4px;
font-weight: 600;
margin-top: 1rem;
}

/*Reset Password*/
.pmpro_message.pmpro_error {
  border-radius: 4px;
  font-weight: 400;
  line-height: 1.5em;
  margin: .5em 0;
  padding: 10px 15px;
  text-align: left;
  color: #721c24;
  border: 1px solid #f5c6cb;
  background-color: #f8d7da;
  font-family: 'Poppins';
}
section.container form {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#margin-top-for-provider-search-form {
  margin-top: 30px;
}
h2.provider-content-h2-main-heading {
  font-weight: 700;
}
section.container.provider-content p {
  font-size: 20px;
  margin: 0;
}
input.pmpro_btn.pmpro_btn-submit {
  font-family: 'Poppins';
  background-color: #EFEFEF;
  background-image: none;
  border: 1px solid #D6D6D6;
  border-radius: 4px;
  box-shadow: none;
  color: #444;
  cursor: pointer;
  display: inline-block;
  font-weight: 700;
  margin-top: 15px;
  padding: 6px 12px;
  text-align: center;
  text-decoration: none;
  text-transform: none;
  white-space: nowrap;
}


/*Terms And Condition Page*/
#Condition-hero-banner{
  background-image: url(images/New-Ncba-universal_banner.webp);
}
section#terms-cond-cont-layout h2 {
  font-size: clamp(18px, calc(1.125rem + ((1vw - 4.8px) * 0.3947)), 24px);
  font-weight: 700;
  color: #404040;
}
a#link_text-121-25 {
  color: #000000;
}
a#link_text-121-25:hover {
  color: #001264 !important;
}


/*Privacey Policey Page*/
#Privacey-Policey-hero-banner{
  background-image: url(images/New-Ncba-universal_banner.webp);
}
h4.wp-block-heading {
  font-size: clamp(16px, calc(1rem + ((1vw - 3.2px) * 0.2381)), 20px);
  font-weight: 700;
  color: #404040;
}

/*Cookie Policey*/
#Cookie-Policey-hero-banner{
  background-image: url(images/New-Ncba-universal_banner.webp);
}
section.container.Cookie-policey-content h2 {
  font-size: clamp(18px, calc(1.125rem + ((1vw - 4.8px) * 0.3947)), 24px);
  font-weight: 700;
  color: #404040;
}
/*PLAN Single Post*/
.recuro-telemedicinei-text h3 {
    text-align: left!important;
}
.recuro-telemedicinei-text h4 {
    font-weight:bold;
    font-size: 16px;
    color: #404040;
}

/*Plus Member Page*/
section#Plus-member-hero-banner{
background-image:url(images/Plus_Banner.webp);
}

/*Essential Member Page*/
section#Essential-member-hero-banner {
  background-image: url(images/Basic_Banner-1.webp);
}
/*Login Page */
form#login-form-alignment-issues {
    display: flex;
    align-items: flex-start;
}
.add-bg-bor-shad {
    box-shadow: 2px 2px 7px rgba(0, 0, 0, 0.07);
    background: #ffff;
    border-radius: 8px;
    border: 1px solid #0000004a;
  padding: clamp(18px, calc(1.125rem + ((1vw - 3.2px) * 1.1538)), 36px);
}
table tbody tr:nth-last-child(-n+3(-n+3) {
    background: #e6e6e6 !important;
}

