@font-face {
    font-family: "TAU-Marutham";
    src: url(../fonts/TAU-Marutham.ttf) format("truetype");
  }
  @font-face {
    font-family: "UniIla.Sundaram";
    src: url(../fonts/UniIla.Sundaram-05.ttf) format("truetype");
  }
  body {
    font-family: "TAU-Marutham" !important;
  }
  .main-section {
    background-image: linear-gradient(#ed803b, #fceeeb, #fceeeb, #ed803b);
    min-height: 100vh;
    /* max-height: 100vh; */
    /* overflow: hidden; */
    text-align: center;
  }
  .banner-img {
    width: -webkit-fill-available;
    width: 100%;
  }
  .title-name {
    font-size: 8vw;
    -webkit-text-fill-color: #ffff01;
    /* -webkit-text-stroke: .5px #000; */
    font-weight: bolder;
    overflow: hidden;
  }
  .bottom-title-name {
    font-size: 5vw;
    -webkit-text-fill-color: #ffff01;
    /* -webkit-text-stroke: .5px #000; */
    font-weight: bolder;
    overflow: hidden;
  }
  .bottom-title-name2 {
    font-weight: bolder;
    color: #000000;
  }
  .bottom-title-name3 {
    font-weight: bolder;
    color: #062d00;
    padding-bottom: 20px;
  }
  .is-no {
    color: #c20100;
    font-weight: bolder;
    text-align: center;
    width: 100px;
    font-size: small;
  }
  table th,
  table td {
    border: 1px dashed;
    border-color: #bdbdbd;
  }
  .menu {
    font-size: 20px;
    font-weight: bold;
  }
  .menu-tamil {
    color: #402f00;
    -webkit-text-fill-color: #402f00;
  }
  .menu-eng {
    color: #063408;
    -webkit-text-fill-color: #063408;
  }
  .main-content {
    text-align: left;
  }
  .footer {
    padding-bottom: 15px;
    position: relative;
  }
  @media (min-width: 767px) {
    .is-no {
      width: unset;
      font-size: larger;
    }
  }
  @media (max-width: 766px) {
    .title-name {
      font-size: 10vw;
    }
  }
  a {
    color: unset;
    text-decoration: none;
  }

  a:hover {
    color: unset;
    text-decoration: none;
    cursor: pointer;
  }
  select option {
    margin: 40px;
    background: #fceeeb;
    color: #000;
    text-shadow: 0 1px 0 #fceeeb;
  }

  .ugc-care{
    width: 100%;
    border-radius: 15px;
  }