body {
    margin: 0;
    padding: 0;
    background-color: #ddd;
  }
  
  header {
     box-shadow: 2px 2px 3px 2px #ccc; 
    position: fixed;
    top: 0px;
    right: 0;
    left: 0;
    z-index: 1;
  }
  .search-head {
    box-shadow: 2px 2px 2px 2px #ccc; 
    position: fixed;
    top:86px;
    right: 0;
    left: 0;
    z-index: 1;
    background-color: #eee;
    padding:12px 0 8px 0;
  }
  .banner-bnk {
    padding-top: 100px;
    /* width: 100vw; */
  }
  .banner-bnk img {
    width: 100%;
  }
  .pging-hd {
    background-color: #f7e0e0;
  }
  .pging-hd h1 {
    color: #731213;
    font-size: 32px;
    font-weight: normal;
  }
  .search-br-row{
    background-color: #eee !important; 
    padding-top: 200px !important;}
  
  .search-bx button {
    background-color: #c9c9c9;
    border: 0px;
  }
  .search-bx button i {
    color: #333;
  }
  .search-bx button:hover {
    background-color: #c9c9c9 !important;
  }
  input{border-color: #999 !important; background-color: #fff }
  
  .search-bx input {
    height: 52px !important;
  }
  .bnk-cal,
  .bnk-cal a {
    display: inline-block;
  }
  .bnk-cal span {
    color: #666;
    display: inline-block;
    line-height: 17px;
  }
  .appy {
    display: inline-block;
    background-color: #731213;
    padding: 5px 10px;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    border: 0px;
  }

.cds .card{ border-color: #c68787; cursor: pointer; min-height:120px; box-shadow:2px 2px 2px #ccc;  }
.cds .card .card-body{justify-content: center; align-items: center; display:flex;}

.cds .card h6{font-size:18px; color:#333; font-weight: 600; margin-bottom: 0 !important;}
.cds .card.active{ border-color: #731213; background-color:#f2d7d7;  }
.cds .card.active  h6 {color:#731213 !important; }
.cds .card:hover{border-color: #731213; background-color:#f2d7d7;  }
.cds .card:hover  h6{color:#731213 !important; }



  .progress {
    height: 44px;
  }
  
  .prog-br span {
    display: inline-block;
    font-size: 17px;
    font-weight: 600;
    line-height: 20px;
  }
  .prog-br .progress {
    width: 263px;
  }
  .prog-br .progress-bar {
    font-size: 24px;
    font-weight: 600;
  }
.tbs li {
    background-color: #c9c9c9 !important;
    font-size: 18px;
    font-weight: 600;
  }
  .tbs li a {
    color: #545252 !important;
    padding: 10px 14px !important;
    min-width: 220px;
    text-align: center;
    border: 1px solid #fff !important;
  }
  .tbs li a i {
    font-size: 20px;
    margin-right: 4px;
  }
  .tbs li a.active {
    background-color: #731213 !important;
    color: #fff !important;
  }
  
  .hed-tb {
    font-weight: 600;
    color: #731213 !important;
  }
  
  footer {
    background-color: #949494;
    padding: 14px 0;
    color: #fff;
    position: fixed;
    bottom: 0;
    width: 100%;
  }
  .pghd h1{font-weight: 500; font-size: 22px;}
  .pging li a {
    color: #731213;
  }
  .pging li.active .page-link {
    background-color: #731213 !important;
    color: #fff !important;
    border-color: #731213 !important;
  }
  
  .top-z {
    z-index: 500;
    background-color: red;
  }
.fm-lb{ font-size:13px; display: inline-block;}

  /* @media only screen and (max-width:1180px) and (min-width:820px)  {
  
      .hed-tb{display: none;}
  } */
  
  @media screen and (max-width:767px) {
    header{text-align: center !important;}
    header img{width:145px;}
    header h5{font-size: 16px !important; margin: 0 auto;}
    .prog-br{margin:10px 0 0 0; }
    .prog-br > div{display:inline-block !important; width: 100%;}
    .prog-br span{display: block; width:100%; text-align: center; margin:14px 0 8px 0; }
    .prog-br span br{display: none; }
    .prog-br .progress{width:100%;     margin: 0 !important;}
    .bnk-cal{margin-top: 10px;}
    .tbs-ul{flex-direction: row; flex-wrap: inherit;}
    .tbs li a{    min-width: inherit;}
    .tab-content>.active{padding:12px 0 0 0 !important;}
    .hed-tb{display: none;}
    .text-success{margin: 6px 0;}
    .date-fm{ margin-top: 8px !important;}
    .fm-group{width: 100% !important;}
    .fm-group input{width: 100% !important; padding:4px !important;}
    .date-fm .appy{ margin-top: 8px !important; font-size:14px; padding: 8px;}
    .pging-hd h1{font-size: 22px; margin-bottom:0px; text-align: center;}
    .banner-bnk{padding-top:82px;}
    .tab-content {line-height: 19px;}
    .mb-top{padding-top: 200px !important; padding-bottom: 80px;}
    .mb-bottm{padding-bottom: 100px;}
  }
  