
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
/* body {
  font-size: 14px;
} */
.table thead th {
  vertical-align: top !important;
  font-size: 14px;
}
.form-group label:not(.form-check-label):not(.custom-file-label) {
  font-weight: 500 !important;
  font-size: 14px !important;
}
.select2-container .select2-selection--single .select2-selection__rendered {
  padding-left: 0px !important;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  color: #444;
  line-height: 22px !important;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__arrow
  b {
  margin-left: -7px !important;
  margin-top: -6px !important;
}
.heading {
  font-size: 20px !important;
  font-weight: 500;
}
.heading-navbar {
  font-size: 20px;
  color: #ffff;
}
.texting-link {
  color: #007bff !important;
  /* text-decoration: underline; */
  font-weight: 700;
}
.texting-link:hover{
  color:darkgreen;
  text-decoration: underline;
}
.subheading-navbar {
  font-size: 15px;
  color: #ffff;
 
}
.text-first-heading {
  font-size: 14px !important;
  font-weight: 700;
}
.text-second-heading {
  font-size: 12px !important;
  font-weight: 700;
}
table.dataTable > thead > tr > th:not(.sorting_disabled),
table.dataTable > thead > tr > td:not(.sorting_disabled) {
  padding-right: 42px !important;
}

/* / Custom CSS to fix DataTables header arrow overlap / */
table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc {
  position: relative;
}

table.dataTable thead .sorting::after,
table.dataTable thead .sorting_asc::after,
table.dataTable thead .sorting_desc::after {
  position: absolute;
  right: 8px;
  top: 38%;
  transform: translateY(-50%);
}
table.dataTable > thead .sorting:before,
table.dataTable > thead .sorting_asc:before,
table.dataTable > thead .sorting_desc:before,
table.dataTable > thead .sorting_asc_disabled:before,
table.dataTable > thead .sorting_desc_disabled:before {
  /* right: 1em;
    content: "↑"; */
  position: absolute;
  right: 21px;
  top: 38%;
  transform: translateY(-50%);
}

/* Pension services */
.logo_img {
  width: 100%;
  height: auto;
}
.div-img {
  width: 40%;
  margin: 250px auto 50px auto; 
}
.pension-card {
  width: 500px;
  height: auto;
  margin: 50px 0px;
}

.pension-card1 {
  height: auto;
  margin: 50px 0px;
}
.main-heading {
  font-size: 20px;
  font-weight: 700;
  color:#415688;
  font-family: "Poppins",sans-serif;

}
.sub-heading {
  font-size: 14px;
  font-weight: 600;
  padding: 10px 0px;
}
.captcha_img {
  margin-top: 10px;
}
.btn_captcha {
  width: 40px !important;
  height: 30px !important;
  margin: 5px !important;
}
.texting-top-heading {
  font-size: 20px;
  font-weight: 700;
  width: 46%;
  margin: 10px auto;
  text-align: center;

}
.btn_align {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  margin: 5px 0px;
}
.tbl_deatil{
    width:500px;
    margin: 0px auto;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.tbl-data{
  border: 1px solid #444 !important;
}
.tbl-data th{
  border: 1px solid #444 !important;
}
.tbl-data td{
  border: 1px solid #444 !important;
}
/* footer */
.bg-footer{
  background-color: #001133;
  height: 120px;
}
.footer-text{
  color: #ffff;
  font-size: 16px;
  font-weight: 600;
  margin-top: 25px;
}

/* header */
.header-logo-1 {
  width: 4%;
  margin-top: 5px;
  
}
.header-logo-2 {
  width: 6%;
  margin-top: 5px;
}
.align-header{
  display: flex;
  align-content: center;
  justify-content: space-between;
  gap: 153px;
}.header_bg{
  background-color: #001133;
  padding: 0;
}
.hedaer-text{
  color: #ffff !important;
}
.m-title{
  margin-top: 35px;
}

/* login page */
.captcha img {
    width: 85% !important;
}
.fa-eye{
  position: relative;
  right: 9px;
  top: 5px;
}
.side-img{
  width: 100%;
  height: 100%;
}
.login-logo-img{
  width: 100px;
  height: 100px;
  text-align: center;
}
.m-logo-cag{
  margin: 15px auto;
  text-align: center;
}
.bg-btn{
  background-color: #001133 !important;
}
.bg-form{
  background-color:#FFF0D3;
  ;
}

/* Responsive Design */
@media screen and (min-width: 320px) and (max-width: 410px) {
  .align-header {
    display: flex;
    gap: 0px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap:0px;
  }
}
@media screen and (min-width: 410px) and (max-width: 575px) {
  .align-header {
    display: flex;
    justify-content: center;
    align-items: center;
    gap:0;
}
  .header-logo-2 {
    width: 17%;
  }
  .header-logo-1 {
    width: 10%;
}
}
@media screen and (min-width: 320px) and (max-width: 575px) {
  .heading {
    font-size: 16px !important;
  }
  .form-group label:not(.form-check-label):not(.custom-file-label) {
    font-size: 12px !important;
  }
  .select2-container--default
    .select2-selection--single
    .select2-selection__rendered {
    line-height: 24px !important;
  }
  .btn {
    font-size: 12px !important;
  }
  .table thead th {
    font-size: 12px;
  }
  .text-first-heading {
    font-size: 12px !important;
    margin: 8px 0px;
  }
  .text-second-heading {
    font-size: 10px !important;
  }
  div.dataTables_wrapper div.dataTables_filter input {
    width: 140px !important;
    height: 35px !important;  
  }
  label:not(.form-check-label):not(.custom-file-label) {
    font-size: 12px !important;
  }

  /* pension services */
  .section_padding {
    padding: 0px !important;
  }
  .div-img {
    width: 50%;
    margin: 0px auto;
  }
  .pension-card {
    width: 90%;
    margin: 30px auto 20px auto;
  }
  .main-heading {
    font-size: 14px;
  }
  .sub-heading {
    font-size: 12px;
    padding: 10px 0px;
  }

  .display_captcha {
    display: inline-flex !important;
    flex-wrap: nowrap !important;
    justify-content: center !important;
    margin: 10px !important;
  }
  .texting-top-heading {
    font-size: 14px;
    width: 100%;
    text-align: center;
    margin: 0px;
  }
  .btn_align {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: column;
    align-content: center;
}

  .btn-heading{
    margin-top: 10px;
    margin-left: 15px;
  }
  /* footer */
  .footer-text{
    font-size: 12px;
  }
  .bg-footer{
    height: 130px;
  }
  .bg-footer{
    height: 170px;
  }
  /* login box */
  .btn-captcha{
    width: 50px;
    border-radius: 10px !important;
  }
  .align-captcha{
    display: flex;
    justify-content: center;
  }
  .innerpage_section {
    height: auto;
  }
  .captcha img {
   width: 100% !important;
  }
  .login-logo-img {
    width: 100px;
    height: 100px;
  }
  .m-title {
    margin-top: 10px;
  }
  .nav_heading h3 {
    font-size: 12px;
  }
  .nav_heading h6 {
    font-size: 10px;
  }
  .header-logo-1 {
    width: 11%;
  }
  .header-logo-2 {
    width: 20%;
    margin-top: 4px;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  .heading {
    font-size: 16px !important;
  }
  .form-group label:not(.form-check-label):not(.custom-file-label) {
    font-size: 12px !important;
  }
  .select2-container--default
    .select2-selection--single
    .select2-selection__rendered {
    line-height: 24px !important;
  }
  .btn {
    font-size: 12px !important;
  }
  .table thead th {
    font-size: 12px;
  }
  .text-first-heading {
    font-size: 12px !important;
  }
  .text-second-heading {
    font-size: 12px !important;
  }

  /* pension services */
  .section_padding {
    padding: 0px !important;
  }
  .div-img {
    width: 40%;
    margin: 0px auto;
  }
  .pension-card {
    width: 100%;
    margin: 30px auto 20px auto;
  }
  .main-heading {
    font-size: 20px;
  }
  .sub-heading {
    font-size: 12px;
  }
  .texting-top-heading {
    font-size: 16px;
    width: 70%;
    text-align: center;
  }
  /* footer */
  .footer-text{
    font-size: 12px;
  }
  .bg-footer{
    height: 170px;
  }
  /* header */
  .header-logo-2 {
    width: 12%;
    margin-top: 4px;
  }
  .header-logo-1 {
    width: 8%;
  }
  .align-header {
    gap: 40px;
  }
  .m-title {
    margin-top: 18px;
  }
    /* login box */
    .btn-captcha{
      width: 50px;
      border-radius: 10px !important;
    }
    .align-captcha{
      display: flex;
      justify-content: space-evenly;
      margin-top: 10px;
    }
    .innerpage_section {
      height: auto;
   }
   .captcha img {
    width: 100% !important;
   }
   .login-logo-img {
    width: 100px;
    height: 100px;
   }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .heading {
    font-size: 18px !important;
  }
  .form-group label:not(.form-check-label):not(.custom-file-label) {
    font-size: 14px !important;
  }
  .select2-container--default
    .select2-selection--single
    .select2-selection__rendered {
    line-height: 24px !important;
  }
  .btn {
    font-size: 14px !important;
  }
  .table thead th {
    font-size: 14px;
  }
  .text-first-heading {
    font-size: 14px !important;
  }
  .text-second-heading {
    font-size: 1px !important;
  }

  /* pension services */
  .section_padding {
    padding: 0px !important;
  }
  .div-img {
    width: 55%;
    margin: 145px auto;
}
  .pension-card {
    width: 100%;
    margin: 30px auto 20px auto;
  }
  .main-heading {
    font-size: 20px;
  }
  .sub-heading {
    font-size: 14px;
  }
  .texting-top-heading {
    font-size: 16px;
    width: 59%;
    text-align: center;
  }
  /* footer */
  .footer-text{
      font-size: 14px;
  }
  .text-2{
    text-align: right;
  }

  /* header */
  .header-logo-2 {
    width: 10%;
    margin-top: 3px;
  }
 .header-logo-1 {
  width: 6%;
  }
  .m-title {
    margin-top: 20px;
  }
  /* login box */
  .captcha_img {
    margin-top: 15px;
  }
  .innerpage_section {
     height: auto;
  }
  .captcha img {
    width: 100% !important;
  }
  .login-logo-img {
   width: 100px;
   height: 100px;
  }

}
@media screen and (min-width: 1024px) and (max-width: 1199px) {
  .heading {
    font-size: 18px !important;
  }
  .form-group label:not(.form-check-label):not(.custom-file-label) {
    font-size: 14px !important;
  }
  .select2-container--default
    .select2-selection--single
    .select2-selection__rendered {
    line-height: 24px !important;
  }
  .btn {
    font-size: 14px !important;
  }
  .table thead th {
    font-size: 14px;
  }
  .text-first-heading {
    font-size: 14px !important;
  }
  .text-second-heading {
    font-size: 12x !important;
  }

  /* pension services */
  .div-img {
    width: 50%;
    margin: 180px auto;
}
  .pension-card {
    width: 450px;
    margin: 50px auto;
  }
  .main-heading {
    font-size: 22px;
  }
  .sub-heading {
    font-size: 14px;
  }
  .texting-top-heading {
    font-size: 20px;
    width: 69%;
  }
  /* footer */
  .footer-text{
    font-size: 14px;
  }
  .text-2{
    text-align: right;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1440px) {
  .heading {
    font-size: 20px !important;
  }
  .form-group label:not(.form-check-label):not(.custom-file-label) {
    font-size: 12px !important;
  }
  .select2-container--default
    .select2-selection--single
    .select2-selection__rendered {
    line-height: 24px !important;
  }
  .btn_login {
    font-size: 16px;
    font-weight: 400;
  }
  .table thead th {
    font-size: 14px;
  }
  .text-first-heading {
    font-size: 14px !important;
  }
  .text-second-heading {
    font-size: 12px !important;
  }

  /* pension services */
  .div-img {
    width: 45%;
    margin: 181px auto 50px auto;
  }
  .pension-card {
    width: 450px;
    margin: 50px auto;
  }
  .main-heading {
    font-size: 18px;
  }
  .sub-heading {
    font-size: 14px;
  }
  .texting-top-heading {
    font-size: 22px;
    width: 56%;
  }
  /* footer */
  .footer-text{
    font-size: 14px;
  }
  .text-2{
    text-align: right;
  }
}
@media screen and (min-width: 1441px) and (max-width: 1600px) {
  .heading {
    font-size: 20px !important;
  }
  .form-group label:not(.form-check-label):not(.custom-file-label) {
    font-size: 14px !important;
  }
  .select2-container--default
    .select2-selection--single
    .select2-selection__rendered {
    line-height: 24px !important;
  }
  .btn {
    font-size: 14px !important;
  }
  .table thead th {
    font-size: 14px;
  }
  .text-first-heading {
    font-size: 14px !important;
  }
  .text-second-heading {
    font-size: 12px !important;
  }

  /* pension services */
  .div-img {
    width: 45%;
    margin: 155px auto;
  }
  .pension-card {
    width: 500px;
    margin: 50px auto;
  }
  .main-heading {
    font-size: 20px;
  }
  .sub-heading {
    font-size: 14px;
  }
  .texting-top-heading {
    font-size: 20px;
  }
  /* footer */
  .footer-text{
    font-size: 16px;
  }
  .text-2{
    text-align: right;
  }
}
@media screen and (min-width: 1601px) and (max-width: 1919px) {
  .heading {
    font-size: 22px !important;
  }
  .form-group label:not(.form-check-label):not(.custom-file-label) {
    font-size: 16px !important;
  }
  .select2-container--default
    .select2-selection--single
    .select2-selection__rendered {
    line-height: 24px !important;
  }
  .btn {
    font-size: 16px !important;
  }
  .table thead th {
    font-size: 16px;
  }
  .text-first-heading {
    font-size: 16px !important;
  }
  .text-second-heading {
    font-size: 14px !important;
  }

  /* pension services */
  .div-img {
    width: 40%;
    margin: 250px auto 50px auto; 
  }

    .pension-card {
        width: 543px;
        margin: 6px auto;
    }

  .main-heading {
    font-size: 22px;
  }
  .sub-heading {
    font-size: 16px;
  }
  .texting-top-heading {
    font-size: 22px;
  }
  /* footer */
  .footer-text{
    font-size: 16px;
  }
  .text-2{
    text-align: right;
  }
}
@media screen and (min-width: 1920px) and (max-width: 2300px) {
  .heading {
    font-size: 24px !important;
  }
  .form-group label:not(.form-check-label):not(.custom-file-label) {
    font-size: 16px !important;
  }
  .select2-container--default
    .select2-selection--single
    .select2-selection__rendered {
    line-height: 26px !important;
  }
  .btn {
    font-size: 16px !important;
  }
  .table thead th {
    font-size: 16px;
  }
  .text-first-heading {
    font-size: 16px !important;
  }
  .text-second-heading {
    font-size: 14px !important;
  }

  /* pension services */
  .div-img {
    width: 35%;
    margin: 194px auto;
  }
  .pension-card {
    width: 700px;
    margin: 55px auto;
  }
  .main-heading {
    font-size: 24px;
  }
  .sub-heading {
    font-size: 16px;
  }
  .texting-top-heading {
    font-size: 24px;
  }
  /* footer */
  .footer-text{
    font-size: 16px;
  }
  .text-2{
    text-align: right;
  }
}
@media screen and (min-width: 2301px) and (max-width: 2560px) {
  .heading {
    font-size: 26px !important;
  }
  .form-group label:not(.form-check-label):not(.custom-file-label) {
    font-size: 18px !important;
  }
  .select2-container--default
    .select2-selection--single
    .select2-selection__rendered {
    line-height: 26px !important;
  }
  .btn {
    font-size: 18px !important;
    padding: 12px !important;
    margin-top: 10px !important;
  }
  .table thead th {
    font-size: 18px;
  }
  .text-first-heading {
    font-size: 18px !important;
  }
  .text-second-heading {
    font-size: 16px !important;
  }

  /* pension services */
  .div-img {
    width: 37%;
    margin: 190px auto;
}
  .pension-card {
    width: 700px;
    margin: 55px auto;
  }
  .main-heading {
    font-size: 26px;
  }
  .sub-heading {
    font-size: 18px;
  }
  .texting-top-heading {
    font-size: 26px;
    width: 40%;
  }
  /* footer */
  .footer-text{
    font-size: 16px;
  }  
  .text-2{
    text-align: right;
  }
/* 
  krushna */


  .bg-pages{
    background-image: url('../img/bg-2.png');
    background-repeat: no-repeat;
    background-size:100% ;
    width:100%;
    height:1080px;
}
.detail-card{
    width:100%;
    margin:50px auto;
    background-color: transparent;
    border: 0;

}
.m-btn{
    margin-top: 32px;
}
.bg-btn{
    background-color: #008F11;
    color: #ffff;
}
.bg-heading{
    background-color:#007B4F;
    border-radius: 10px;
    color: #ffff !important;
    width:100%;
    font-size: 18px;
    font-weight: 600;
    padding: 20px;
    margin-top: 20px;
}
.btn-black{
    background-color: #000;
    color: #ffff;
    padding: 10px;
}
.btn-black:hover{
    color: #ffff;
}
.align-top-row{
    display: flex;
    justify-content: space-between;
}
.align-tbl thead{
    background-color: #001133 !important;
    color: #ffff !important;

}
.align-tbl tbody{
    background-color: #ffff;
    color: #000;
 } 
.btn-view{
    background-color: #158081;
    color: #ffff;
}


/* Responsive Design */
@media screen and (min-width: 320px) and (max-width:575px){
    .bg-pages {
        background-size: cover;
        height: 100%;
    }  
    .bg-heading {
        font-size: 12px;
    }  
    .btn-black {
        font-size: 12px !important;
        margin-top: -12px;
        padding: 17px;
    }
    .label-text{
        font-size: 12px;
    }
    .align-tbl thead{
        font-size: 12px;
    }
    .align-tbl body{
        font-size: 12px;
    }
}

@media screen and (min-width: 576px) and (max-width:767px){
    .bg-pages {
        background-size: cover;
        height: 100%;
    }
    .label-text{
        font-size: 14px;
    }
    .align-tbl thead{
        font-size: 14px;
    }
    .align-tbl body{
        font-size: 14px;
    }
}

@media screen and (min-width: 768px) and (max-width:1023px){
    .bg-pages {
        background-size: cover;
        height: 100%;
    }
    .label-text{
        font-size: 16px;
    }
    .align-tbl thead{
        font-size: 16px;
    }
    .align-tbl body{
        font-size: 16px;
    }
}

@media screen and (min-width: 1024px) and (max-width:1199px){}
@media screen and (min-width:1200px) and (max-width:1440px){}
@media screen and (min-width:1441px) and (max-width:1600px){}
@media screen and (min-width:1601px) and (max-width:1919px){}
@media screen and (min-width:1920px) and (max-width:2300px){}
@media screen and (min-width:2301px) and (max-width:2560px){}
}

.bg-pages{
  background-image: url('../img/bg-2.png');
  background-repeat: no-repeat;
  background-size:100% ;
  width:100%;
  height:1080px;
}
.detail-card{
  width:100%;
  margin:50px auto;
  background-color: transparent;
  border: 0;

}
.m-btn{
  margin-top: 32px;
}
.bg-btn{
  background-color: #008F11;
  color: #ffff;
}
.bg-heading{
  background-color:#007B4F;
  border-radius: 10px;
  color: #ffff !important;
  width:100%;
  font-size: 18px;
  font-weight: 600;
  padding: 20px;
  margin-top: 20px;
}
.btn-black{
  background-color: #000;
  color: #ffff;
  padding: 10px;
}
.btn-black:hover{
  color: #ffff;
}
.align-top-row{
  display: flex;
  justify-content: space-between;
}
.align-tbl thead{
  background-color: #001133 !important;
  color: #ffff !important;

}
.align-tbl tbody{
  background-color: #ffff;
  color: #000;
} 
.btn-view{
  background-color: #158081;
  color: #ffff;
}
.card-body .row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;

  flex-direction: row;
  justify-content: space-around;
}
.card-body #vouchersContainer{width:70%; }

.row .col-md-7 {
  width: 70%;
}

.card-body {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  min-height: 1px;
  padding: 7px;
}

#class-_ .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
  height: 48px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  align-items: center;
  justify-content: center;
}
#class-_  img{
  margin-right: 151px;
}
#soliee .form-group{
  margin-bottom: 0px;
}
#class-_{
  margin-right:0px!important;
}
.nvf{background-color: #001133;}

.txt-2 {
  margin-top: 9px;
  color:white;
}

/* #cllasi .row{
  margin-left:0px!important;
} */
 .nvf .row {
  margin-right:0px!important;
 }