@font-face {
  font-family: 'Louis George Cafe';

  src: url(fonts/lg_cafe.ttf);
}
table#secatable {
    border: 1px solid #8080803d;
    border-radius: 3px;
}
table.dataTable thead th,
table.dataTable tbody th{
   border-bottom: 1px solid #8080803d !important;
}

div#secatable_length, .dataTables_filter {
    display: none;
}
p.hec_banner_txt {
    padding-top: 20px;
}
p.hec_banner_txt_sub {
    margin-bottom: 10px;
}   

h2.hec_sec_head {
color: #2664A8;
    font-family: 'Libre Baskerville';
    font-style: normal;
    font-weight: 700;
    font-size: 25px;
    margin-top: 70px;
    margin-bottom: 70px;
}
h3.hec_sec_head-sub {
    font-size: 24px;
    line-height: 30px;
    color: #2664A8;
    margin-bottom: 32px;
    font-family: 'Libre Baskerville';
}
h2.hec_sec_head3 {
    color: #2664A8;
    font-family: 'Libre Baskerville';
    font-style: normal;
    font-weight: 700;
    font-size: 25px;
    margin-top: 70px;
    margin-bottom: 5px;
}
h3.hec_sec_head3-sub {
    font-size: 24px;
    line-height: 30px;
    color: #2664A8;
    margin-bottom: 32px;
    font-family: 'Libre Baskerville';
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current {
    background-color: #2664A8 !important;
    color: white !important;
    padding: 3px 12px;
    border-radius: 8px;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    background: #EDF8FE !important;
    padding: 3px 12px !important;
    margin: 0 3px;
    border-radius: 8px;
}
.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    color: black !important;
    border: 1px solid transparent !important;
    box-shadow: none !important;
}
.hec_od_wrap{
    margin-top: 60px;
}

p.hec_click a {
    color: #2664A8;
    padding-left: 7px;
    text-decoration: underline !important;
    font-family: 'Louis George Cafe';
}
p.hec_click {
    color: #f58634 !important;
    font-family: 'Louis George Cafe';
    font-size: 20px !important;
}
p.hec_rr {
    color: #f58634 !important;
    font-family: 'Louis George Cafe';
    font-size: 20px !important;
    margin-bottom: 10px;
}
p.hec_language {
    padding-left: 32px;
    font-family: 'Louis George Cafe';
    font-size: 20px;
    margin-bottom: 5px;
}
p.hec_click a:hover {
    color: #2664A8;
}
p.hec_language a {
    color: var(--bs-link-hover-color) !important;
    text-decoration: underline !important;
}
p.hec_language a:hover{
       color: var(--bs-link-hover-color) !important;
    text-decoration: underline !important;
}

@media screen and (max-width: 767px){
    p.hec_banner_txt_sub,
    .hec_sec_head3-sub {
        margin-bottom: 26px;
    }
    h2.hec_sec_head,
    h2.hec_sec_head3 {
       
        font-size: 20px;
        margin-top: 26px;
        margin-bottom: 26px;
    }
    .row.he_mb_card_wrap {
        max-width: 99%;
        margin: auto;
        box-shadow: 0px 4px 16px 1px rgb(0 0 0 / 5%);
        margin-bottom: 20px;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .he_mb_card_r p {
    margin-bottom: 5px;
     font-size: 14px !important;
}

.he_mb_card_r p span {
    line-height: 26px;
    color: #2664A8;
    font-weight: 600;
}

.hec_od_wrap p {
    font-size: 16px !important;
    margin-bottom: 12px;
    padding-left: 3px;
}
.hec_od_wrap {
    margin-top: 39px;
    margin-bottom: 26px;
}


div#loadmore1, div#showless1,
div#loadmore2, div#showless2,
div#loadmore3, div#showless3 {
    align-items: center;
    padding: 8px 12px;
    gap: 10px;
    width: 191px;
    height: 45px;
    background: #F58634;
    border-radius: 4px;
    margin: auto;
    color: white;
    cursor: pointer;
    text-transform: capitalize;
}
}