* {
  padding: 0;
  margin: 0;
}
body {
  height: 100vh;
  font-family: poppins !important;
}
/* Navbar */
.dropdown:hover .dropdown-menu {
  display: block;
}
/* .dropdown-toggle::after {
    content: none;
    display: none;
} */
.nav-item {
  margin: 0px 20px 0px;
}
.logo {
  text-decoration: none;
}
.logo img {
  position: absolute;
  left: 50px;
  top: 0px;
  width: 90px;
}
nav {
  margin-top: 22px;
}
.fh1 {
  color: #1978c1;
  font-weight: 400;
  margin-left: 145px;
  margin-bottom: 0px;
  margin-top: 7px;
}
.fs1 {
  font-weight: 400;
  color: #333;
  font-family: "FuturaBkBTBook";
  position: relative;
  left: 305px;
  letter-spacing: 1.3px;
  top: -5px;
}
nav {
  background-color: #509f46;
}

.nav-item a,
.nav-item a:hover,
.nav-item a:focus,
.nav-item a:active {
  color: #fff !important;
  text-decoration: none !important;

  color: inherit;
}
.dropdown-menu {
  background: #509f46 !important;
}
.dropdown-menu li a {
  background: #509f46 !important;
}
div.collapse {
  margin-left: 222px;
}
.fa2 {
  position: absolute;
  right: 190px;
  text-decoration: none;
  color: #1978c1 !important;
  font-weight: 600;
  font-size: 22px;
  top: 20px;
}
.fa1 {
  position: absolute;
  right: 190px;

  color: #1978c1 !important;
  font-weight: 600;
  font-size: 24px;
  top: 55px;
}
.fa3 {
  position: absolute;
  right: 470px;

  color: #1978c1 !important;
  font-weight: 600;
  font-size: 24px;
  top: 55px;
}
/* ********************************Welcome to NA Tamilnad********************************************************************* */
.firstcard .card-body .card-title {
  font-weight: 800;
}
.firstcard .card-body .card-text {
  text-align: justify;
  /* width: 90%;
    margin-left: 65px; */
  letter-spacing: 1px;
  font-size: 18px;
}
/* .firstcard .card-body .card-text::first-letter{
   margin-left: 30px;
} */
.firstcard {
  border: none !important;
}
/* ------------------ */
.days {
  height: 100px;
}
.days .card-body {
  text-align: center;
  background: whitesmoke;
}
.days .card-body .card-title {
  padding-bottom: 8px;
  width: 200px;
}
.days .card-body strong {
  text-align: center;
  margin-left: 15px;
  font-size: 20px;
  font-weight: 600;
}
.seccard .card-body .card-title {
  font-weight: 800;
  font-size: 32px;
}
.buttons .col-lg-3 .btn.btn-danger {
  color: #fff;
  background-color: #1978c1 !important;
  border-color: #1978c1 !important;
  width: 230px;
}
.seccard .card-body .card-text {
  text-align: justify;
  /* width: 90%;
    margin-left: 65px; */
  letter-spacing: 1px;
  font-size: 18px;
}
/* .seccard .card-body .card-text::first-letter{
   margin-left: 30px;
} */
.seccard {
  border: none !important;
}
.italic {
  font-style: italic;
}
.seccard .card-body ul {
  margin-left: 50px;
  text-align: justify;
}
/* *************************contact**************************** */

.contact .col-lg-3 p {
  margin-top: 35px;
  font-weight: 600;
}
.contact .col-lg-3 .days {
  height: 100%;
}
.meeting {
  text-align: center;
  font-weight: 600;
  /* font-size: 45px; */
  margin-top: 20px;
  margin-bottom: 20px;
}
.contact .col-lg-9 .card .card-header {
  background: #1978c1;
  color: #fff;
  font-weight: 600;
}
.blockquote p {
  font-size: 17px;
  font-weight: 600;
}
.blockquote p a {
  text-decoration: none;
}
.wednesday {
  margin-left: 10px;
}
.virtual .days img {
  width: 100%;
  height: 100%;
}
.virtual .days {
  height: 100%;
}

.meetbut {
  float: right;
  position: relative;
  top: -50px;
  right: 81px;
  width: 170px;
}
.virtual .col-lg-9 .card .card-header {
  font-weight: bold;
  background: #1978c1;
  color: #fff;
}
.virtual .col-lg-9 .card .card-body b {
  color: red;
  position: relative;
  left: 50px;
}
.virtual .col-lg-9 .card .card-body .card-title {
  font-weight: 600;
}
.virtual .col-lg-3 .days .card-body {
  background: #fff;
}
/*jcon*/
.jcon {
  position: fixed;
  bottom: 28px;
  right: 18px;
  z-index: 1;
}
.jcon a {
  display: inline-block;
  /* width: 55px;
  height: 55px;
  background-color: #eee;*/
  border-radius: 50px;
  margin: 20px;
  box-shadow: 3px 3px 10px #aeaeae;
  /*text-align: center;
  line-height: 50px;
  font-size: 32px;
  border:3px solid #eee;
  color: #333;*/
  /**/
}
.jcon a i {
  color: green;
}
/******************************************/
.to-top {
  background: #7a7a7a;
  position: fixed;
  bottom: 100px;
  right: 45px;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 32px;
  color: #fff !important;
  text-decoration: none;
  opacity: 0;
  pointer-events: none;
  transition: all 0.4s;
  z-index: 1;
}
.fa-chevron-up {
  font-size: 21px;
}
.to-top.activee {
  bottom: 100px;
  pointer-events: auto;
  opacity: 0.5;
}
/* ---------------------------Footer-------------- */
footer div a {
  text-decoration: none;
}

/* ********************************************************* ********************************************************************* */

@media only screen and (max-width: 850px) {
  body {
    width: 100%;
    overflow-x: hidden !important;
  }
  /* .days{
      width: 389px !important;
   } */
  /* .days .card-body{
      margin-left: 90px;
   } */
  .fh1 {
    margin-left: 115px;
    font-size: 22px;
  }
  .fs1 {
    left: 194px;
    font-size: 9px;
    top: -6px;
  }
  .fa1 {
    top: 70px;
    font-size: 15px;
    right: 20px;
  }
  .fa2 {
    top: 52px;
    font-size: 16px;
    right: 8px;
  }
  .fa3 {
    top: 70px;
    font-size: 15px;
    right: 200px;
  }
  .ch1 {
    right: 0;
  }
  .logo img {
    margin-left: -40px;
  }
  nav {
    margin-top: 40px !important;
  }
  .cfp1 {
    margin-left: 18px;
    text-align: justify;
  }
  .firstcard .card-body .card-text {
    width: 100% !important;
    margin-left: 0px !important;
  }
  .seccard .card-body .card-text {
    width: 100% !important;
    margin-left: 0px !important;
  }
  .seccard .card-body ul {
    margin-left: 0px !important;
  }
  .piechart {
    width: 100% !important;
  }
  .contact .col-lg-2 p {
    text-align: center;
  }
  div.collapse {
    margin-left: 0px !important;
  }
  .buttons .col-lg-3 a {
    margin-left: 67px;
    margin-bottom: 15px;
  }
  .virtual .days img {
    width: 100%;

    z-index: 0;
  }
  .vtl {
    font-size: 18px;
  }
  .days {
    border: none !important;
  }
  .days .card-body {
    background: none;
  }
  .meetbut {
    top: 0px;
    right: 111px;
  }
}
@media only screen and (max-width: 900px) and (min-width: 400px) {
  .virtual .days img {
    width: 100%;
  }
}
