

    :root{
      --tab-bg:#066058;
      --tab-active:#c69a47 ;
      --tab-active-text:#fff;
      --chip-bg:#0f766e0d;
      --chip-border:#cde8dd;
    }
    .w-19{  width: 19% !important;}
    .min-h-70{min-height: 70px;}
    .nav-pills .nav-link{
      background:var(--tab-bg);
      color:#fff;
      border-radius:30px;
      font-weight:600;
      padding:.6rem 1rem;
      transition:.2s ease;
     
    }
    .nav-pills .nav-link.active{
      background:var(--tab-active);
      color:var(--tab-active-text);
      box-shadow:0 6px 16px rgba(22,106,69,.25);
    }
    .pointer{cursor: default;}
    .title-card{
      background:#fff;
      border:1px solid var(--chip-border);
      border-radius:16px;
      padding:8px;
      height:100%;
      display:flex;
      align-items:center;
      justify-content:center;
      text-align:center;
      font-weight:600;
    }
    .title-card.bg-soft{ background:var(--chip-bg); }
    .custom-divider {margin: 1.5rem 0;color: transparent;}

    .brown-hr {
    width: 70px;
    color: #dba102;
}
.justify{text-align: justify;}
.text-kfu{color: #066058;}
.top-24{margin-top: -24px;}
.list-none{list-style: none;}
a{color: black; text-decoration: none;}
a:hover{text-decoration: underline;  text-underline-offset: 0.40em !important;}
.max-w-600{max-width: 600px;}

/*----------------------------*/
.d-flex > .border-img {
    flex: 0 0 150px !important;
    display: block !important;
    align-self: stretch !important;
}
.border-img{max-width: 160px;
}
.custom-divider {margin: 1.5rem 0;color: transparent;}
.custom-divider-sm {margin: 1rem 0;color: transparent;}
.social a{
      width:2.6rem; height:2.6rem; display:grid; place-items:center;
      border:1px solid rgba(0,0,0,.08); border-radius:.7rem; background:transparent; color:#066058;
      transition:.2s; text-decoration:none;
    }
    .social a:hover{ background:#066058;; color:#fff; transform:translateY(-2px); }
.bg-number{flex: 0 0 20px !important; height: 22px; background:#9bbfbc; color: #074d47; border-radius: 2px; text-align: center; font-weight: 500; margin: 0 0 5px 10px;font-size: .9rem;}
.text-kfu-sec{color: #dba102;}

    @media (max-width: 779px) {
       #subTabs {               /* ul.nav */
    flex-direction: column !important;
    align-items: stretch;
  }
  #subTabs .nav-item {    
    flex: 0 0 100% !important;
    width: 100% !important; 
  }
  #subTabs .nav-link {     
    width: 100%;
    display: block;        
  }
  .border-img{margin-left: auto; margin-right: auto;
    }
  }