header{
    background-color: #003770;
    padding: 20px 0px;
}

body{
    margin: 0;
}
.home-icon{
    float: left;
    margin-top: 5px;
}
.logo-img{
    float: right;
}
.home-section .col-md-6{
    padding: 0px 0.5rem !important;
}
footer{
    position: fixed;
    bottom: 0;
    width: 100%;
   
}.home-section{
    margin-bottom: 100px !important;
}
.pdf-link {
    color:red !important;font-size:40px;
}
.pra-sec .content h3 span{
    line-break: anywhere !important;
}
@media (max-width:767px){
    .pdf-link {
        color:red !important;font-size:20px;
    }
}
@media (max-width:580px){
header{
    padding-right: 20px !important;
}
}
.corona-sec img{
    border-radius: 20px;
}
.footer {
    background-color: #003770;
    color: white;
    padding: 20px 0;
  }
  .footer a {
    color: white; /* Link color */
    text-decoration: none; /* Remove underline */
    margin: 0 15px; /* Spacing between links */
  }
  .footer a:hover {
    text-decoration: underline; /* Underline on hover */
  }
  h1,h2,h3,h4,h5,h6{
    font-family: "Work Sans", sans-serif;
    color: #555 !important;
    font-weight: 300 !important;
  }
  body{
    font-family: "Work Sans", sans-serif;
    color: #444 !important;
    font-weight: 300 !important;
  }
  .pra-sec .content{
    padding: 20px 20px;
    border-radius: 20px;
      box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  }
  .pra-sec{
    margin: 50px 0px;
  }


 .six-ten span{
    font-size: 13.6px !important;
 }
 .twen-three span{
    font-size:20.4px !important;
 }

 /* Table */

.table-wrapper {
	-webkit-overflow-scrolling: touch;
	overflow-x: auto;
}

table {
	margin: 0 0 2em 0;
	width: 100%;
}

table tbody tr {
	border: solid 1px;
	border-left: 0;
	border-right: 0;
}

table td {
	padding: 0.75em 0.75em;
}

table th {
	font-size: 0.9em;
	font-weight: 300;
	padding: 0 0.75em 0.75em 0.75em;
	text-align: left;
}

table thead {
	border-bottom: solid 2px;
}

table tfoot {
	border-top: solid 2px;
}

table.alt {
	border-collapse: separate;
}

table.alt tbody tr td {
	border: solid 1px;
	border-left-width: 0;
	border-top-width: 0;
}

table.alt tbody tr td:first-child {
	border-left-width: 1px;
}

table.alt tbody tr:first-child td {
	border-top-width: 1px;
}

table.alt thead {
	border-bottom: 0;
}

table.alt tfoot {
	border-top: 0;
}

table tbody tr {
	border-color: rgba(144, 144, 144, 0.25);
}

table tbody tr:nth-child(2n + 1) {
	background-color: rgba(144, 144, 144, 0.075);
}

table th {
	color: #555;
    text-align: center;
}

table thead {
	border-bottom-color: rgba(144, 144, 144, 0.25);
}

table tfoot {
	border-top-color: rgba(144, 144, 144, 0.25);
}

table.alt tbody tr td {
	border-color: rgba(144, 144, 144, 0.25);
}
table{
    width: 100% !important;
}
@media(max-width:767px){
    table{
        width: 340px !important;
        overflow-x: scroll;
        margin: auto;
    }
}