.press_release_wrap .head_sec{ border-bottom:1px solid #c9c9c9; display: flex; align-items: center; justify-content: space-between;}
.pdfdownload a{margin-left: 20px; display: flex; min-width: 138px; align-items: center; justify-content: space-between;font-size: 14px; font-weight: bold;}
.pdfdownload a img{ max-width: 40px;}
.press_release_wrap .time{font-size: 14px; font-weight: normal;}

.pushbtn_wrp .contentbx p{line-height: 1.5rem;}
.nexxtcard_wrp .contentbx{color:#1b3053; }
.nexxtcard_wrp .contentbx h2{font-weight: bold; color:#2661b9;}
.nexxtcard_wrp .contentbx h3{font-weight: bold; color:#2661b9; font-size: 42px;}
.nexxtcard_wrp .contentbx ul li{position: relative; font-size: 22px; font-weight: 500; padding: 0 0 0 25px;}
.nexxtcard_wrp .contentbx ul li:before{line-height: 36px; color: #2661b9;position: absolute; content: '\f111'; font-family: "Font Awesome 5 Pro"; font-weight: 600; font-size: 10px; left: 0;}


@media (max-width: 1169px){
    .nexxtcard_wrp .contentbx h3{font-size: 32px;}
    
    
}

@media (max-width: 990px){
    .nexxtcard_wrp .contentbx h3{font-size: 42px;}
    .pushbtn_wrp .col-lg-5{order: -1;}
    .pushbtn_wrp .imgbx, .nexxtcard_wrp .imgbx{padding-bottom: 20px;}
    
}

@media (max-width: 767px){
    .press_release_wrap .head_sec{justify-content: center; text-align: center; flex-wrap: wrap;}
    .pdfdownload a img {height: 35px;}
    .pdfdownload a{margin-left: 0px;}
    .pdfdownload{padding-bottom:10px;}
    .press_release_wrap .time{text-align: center;}

}
@media (max-width: 599px){
    .nexxtcard_wrp .contentbx ul li{font-size:18px;}
    
}
@media (max-width: 479px){	
    .nexxtcard_wrp .contentbx h2{font-size:20px;}
    .nexxtcard_wrp .contentbx h3{font-size:32px;}
}

.content_wrap ul {
    padding: 0;
    margin: 0;
    list-style: none
   }
   .content_wrap ul li {
    position: relative;
    padding-left: 15px;
    line-height: 1.5;
    margin-bottom: 10px;
   }
   .content_wrap ul li:before {
    position: absolute;
    left: 0;
    top: 7px;
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    border: none !important;
    background-color: #832625;
   }
   .content_wrap .table-common{ border:solid 1px; border-radius: 5px 5px 0 0; border-bottom:1px solid #dbdbdb !important; border-top: 1px solid #dbdbdb !important;}
   .content_wrap .table-common thead{border-bottom:3px solid #ff9900;}
   .content_wrap .table-common thead tr th {background-color: #832625; color: #fff; padding: 17px 15px; border-right:1px solid rgba(255, 255, 255, 0.3); line-height: normal;}
   .content_wrap .table-common thead tr th:first-child{border-left: 1px solid #832625;}
   .content_wrap .table-common thead tr th:last-child{border-right:0px !important;}
   .content_wrap .table-common thead tr th.heading {font-size: 1rem;}
   .content_wrap .table-common tbody tr td{color: #000; padding: 12px 15px; border:none; border-right:1px solid #dbdbdb; vertical-align:top; line-height: ormal;}
   .content_wrap .table-common tbody tr td:first-child{border-left:1px solid #dbdbdb;}
   .content_wrap .table-common tbody tr td.border-botm{border-bottom:1px solid #dbdbdb;}
   .content_wrap .table-common thead tr th.border-botm{border-bottom:1px solid rgba(255, 255, 255, 0.3);}
   .content_wrap .table-common tbody tr:nth-child(even) td {background-color: #f8f8f8;}
   .content_wrap .table-responsive-md{overflow:auto; border-radius: 6px 6px 0 0;}