@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
*{ font-family: "Poppins", sans-serif;}
.fa{font-family: "fontawesome";}
#HeaderControl_C,#HeaderControl{height: auto !important;}
#MenuControl{display: none;}
#WidgetControl4{display: none;}
header, footer ,.home_link{
 background-image: linear-gradient(
89deg, #fad0c4 0%, #ffd1ff 100%);
}
#HomepagecontentControl{min-height: 400px !important;}
#FooterrControl1_Footer{margin-top: 0 !important;}
.sub-heading{color: #000;font-size: 18px;font-weight: 700;margin-bottom: 30px;}
.table_Particulars{color: #000; font-size: 16px; font-weight: 500; margin-bottom: 0; text-align: center;}
h3{color: #000;}
p{color: #000;}
.table-responsive {
    padding: 0;
    overflow: hidden;}
li{
  list-style: none;
}
/* Heading Style */
h2 {
  text-align: center;
  color: #000;
  margin-bottom: 20px;
}

h2 p {
  margin: 0;
  font-size: 22px;
  font-weight: 600;
  color: #000;
}

/* Section Header Table */
table:first-of-type {
  /* background: #00cccc; */
  /* border-radius: 6px; */
  /* margin: 0 auto 15px auto; */
  /* padding: 5px 20px; */
}

 :first-of-type th h3 {
  margin: 0;
  color: #fff;
  font-size: 18px;
}

/* Main Table */
table:last-of-type {
  /* width: 100%; */
  /* border-collapse: collapse; */
  /* background: #fff; */
  /* border-radius: 8px; */
  /* overflow: hidden; */
}

/* Table Rows */
table:last-of-type tr {
  transition: 0.3s;
}

/* table:last-of-type tr:hover {
  background: #f1f9ff;
} */

/* Table Cells */
table:last-of-type td {
  /* padding: 12px; */
  /* border: 1px solid #ddd; */
}

/* Links */
table:last-of-type a {
  text-decoration: none;
    color: #333;
    font-size: 14px;
    line-height: 1.5;
    transition: 0.3s;
}

table:last-of-type a:hover {
  text-decoration: underline;
  color: #0056b3;
}

.maincontent {
  margin: 0;
  padding: 0;
  max-width: 100%;
  font-family: Arial, sans-serif;
}

.mainlis {
  list-style: none;
  margin: 0;
  padding: 0;
}

.mainlis li {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  padding: 8px 0;
  border-bottom: 1px solid #ddd;
}

.mainlis li img {
  width: 14px;
  height: 14px;
  margin-top: 4px;
}

.mainlis li a {
  text-decoration: none;
  color: #333;
  font-size: 14px;
  line-height: 1.5;
  transition: 0.3s;
}

.mainlis li a:hover {
  color: #007bff;
  text-decoration: underline;
}