  /* Responsive CSS */
  
  @media only screen and (min-width: 1024px) and (max-width: 1440px){
  .right-menu a.nav-link {
      font-size: 15px !important;
      padding: 17px 30px !important;
  }
    
    html,
  body {
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
  }
  
  .navbar-nav .nav-link {
      font-size: 15px;
      padding: 8px !important;
  }
  
  header.header-row .container {
      margin: 0px;
      padding: 0px;
  }
  
  .banner-sec h1 {
      font-size: 40px;
      line-height: 1.2;
      width: 80%;
  }
  
  .banner-sec p {
      font-size: 15px;
  }
  
  a>button.w-btn {font-size: 15px;}
  
  section.banner-row {
      padding: 200px 0px 300px;
  }
  
  .about-sec h2 {
      font-size: 40px;
      margin-bottom: 10px;
  }
  
  .about-sec p {
      font-size: 15px;
      line-height: 1.5;
  }
  
  section.about-row {
      padding: 60px;
  }
  
  .book-head h2 {
      font-size: 40px;
      margin-bottom: 10px;
  }
  
  .book-head p {
      font-size: 15px;
      line-height: 1.5;
  }
  
  .book-head p {
      margin-bottom: 5px;
  }
  
  .book-sec .item img {
      width: 70%;
  }
  
  .bookbtn {
      margin-top: 0px;
  }
  
  section.sec4-row {
      padding-bottom: 60px;
  }
  
  .about-sec p {
      margin-bottom: 25px;
  }
  
  section.sec4-row p {
      margin-bottom: 15px;
  }
  
  section.sec4-row img {
      width: 90%;
  }
  
  section.signup-row {
      padding: 60px 0px;
  }
  
  .signup-sec h2 {font-size: 40px;line-height: 1.2;}
  
  .signup-sec p {
      font-size: 25px;
      line-height: 1.2;
  }
  
  .signup-sec input {
      font-size: 15px;
  }
  
  .signup-sec input::placeholder {
      font-size: 15px;
  }
  
  .signup-sec button[type="submit"] {
      font-size: 15px;
      height: 50px;
  }
  
  section.signup-row img {
      width: 90%;
  }
  
  section.sec6-row {padding: 60px 0px;}
  
  section.sec6-row img {
      width: 100%;
  }
  
  .feature-row img {
      height: 300px !important;
  }
  
  section.blog-row {
      padding: 60px 0px 5px 0px;
  }
  
  section.contact-row {
      padding: 65px 0px;
  }
  
  section.contact-row img {
      width: 70%;
  }
  
  .contact-sec h2 {
      font-size: 40px;
  }
  
  .contact-sec p {font-size: 15px;}
  
  .contact-sec a {
      font-size: 15px;
  }
  
  .contact-sec strong {
      font-size: 15px;
  }
  
  .contact-sec .contactdetail ul li {
      margin: 7px 0px;
  }
  
  .contact-sec .contactdetail {padding: 20px 0px 20px 30px;}
  
  .contact-lft {
      display: flex;
      justify-content: center;
  }
  
  .footer-sec {
      padding: 50px 0px 50px;
  }
  
  .footer-sec a {
      font-size: 15px !important;
  }
  
  .footer-sec ul li {
      margin-left: 20px;
  }
  
  .copyright-sec p {
      font-size: 15px;
  }
  
  .copyright-sec {
      padding: 15px 0px;
  }
  
  .blog-head p {
      font-size: 15px;
  }
  
  .blog-head h2 {
      margin-bottom: 15px;
  }
  
  section.book-row .bookbtn p {
      margin-top: 30px;
      margin-bottom: 15px;
  }
  
  section.inner-banner-row {
      padding: 250px 0 200px 0px !important;
  }
  
  div#books_carousel p {
      font-size: 15px;
      width: 70%;
  }
  
  .inner-banner-sec h1{
      font-size: 40px;
  }
  
  .event-sec h2 {
      font-size: 40px;
  }
  
  .event-sec * {
      font-size: 15px;
  }
  
  .event-sec .owl-carousel .owl-item img {
      height: 200px !important;
  }
  
    .appearances img {
      height: 300px !important;
  }
  
  .appearances {
      padding: 0px 0px 40px 0px  !important;
  }
  
  section.blog-row {
      padding: 60px 0px 5px 0px !important;
  }
  
  .inner-banner-row h1 {
      font-size: 40px;
  }
  
  section.blog-row {
      padding: 60px 0px !important;
  }
  
  div#main-donation-sec h4#main-h4-1 {
      font-size: 40px;
  }
  
  div#main-donation-sec p {
      font-size: 15px;
      line-height: 1.5 !important;
  }
    
  }
  
  @media only screen and (min-width: 768px) and (max-width: 1000px){
   
  .feature-row .container img {
      height: 100% !important;
  }
  html,
  body {
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
  }
  
  header.header-row a {
      font-size: 13px !important;
  }
  
  header.header-row a {
      margin: 0px !important;
  }
  
  .right-menu a.nav-link {
      padding: 10px 20px !important;
  }
  
  header.header-row {
      padding: 0px;
      margin: 0px;
  }
  
  header.header-row .container {
      padding: 0px;
      margin: 0 auto;
  }
  
  .navbar-nav .nav-link {
      padding: 0px 10px !important;
      font-size: 12px !important;
  }
  
  header.header-row ul.right-menu {
      padding-left: 10px;
  }
  
  .banner-sec h1 {
      font-size: 40px !important;
      line-height: 1.3;
  }
  
  .banner-sec p {
      font-size: 15px !important;
  }
  
  a>button.w-btn {
      font-size: 15px;
      padding: 15px 40px;
  }
  
  section.about-row {
      padding: 60px 0px;
  }
  
  section.about-row h2 {
      font-size: 40px !important;
      margin-bottom: 5px !important;
  }
  
  .about-sec p {
      font-size: 15px !important;
      line-height: 1.4;
  }
  
  .about-lft img {
      width: 90% !important;
  }
  
  .book-head h2 {
      font-size: 40px;
      margin-bottom: 9px !important;
  }
  
  .book-head p {
      margin-bottom: 10px;
      width: 60%;
  }
  
  .book-head {
      margin-bottom: 30px;
  }
  
  .book-head {margin-top: 40px;}
  
  section.book-row {
      padding: 20px 0px 150px 0px !important;
  }
  
  section.sec4-row {
      padding-bottom: 60px;
  }
  
  section.signup-row {
      padding: 60px 0px !important;
  }
  
  section.signup-row h2 {
      font-size: 40px;
      line-height: 1.3;
  }
  
  .signup-sec p {font-size: 24px;line-height: 1.3;}
  
  .signup-sec img {
  }
  
  .signup-rgt img {
      width: 90% !important;
  }
  
  .signup-rgt {
      display: flex;
      justify-content: end;
  }
  
  .signup-sec input {
      font-size: 15px;
  }
  
  .signup-sec input::placeholder {
      font-size: 15px;
  }
  
  .signup-sec button[type="submit"] {
      font-size: 15px;
  }
  
  section.sec6-row {
      padding: 60px 0px !important;
  }
  
  .sec4-sec h2 {
      font-size: 40px !important;
  }
  
  .sec4-sec {
      margin-left: 0px;
  }
  
  .feature-row img {
      height: 260px !important;
  }
  
  section.blog-row {
      padding: 70px 0px 10px !important;
  }
  
  .blog-row .owl-nav {position: absolute;left: 0px;right: 0px;top: 50%;}
  
  section.contact-row {
      padding: 60px 0px !important;
  }
  
  .contact-sec .contactdetail {
      padding: 30px !important;
      width: 100%;
  }
  
  .contact-sec .contactdetail h2 {
      font-size: 40px;
  }
  
  .contact-sec p {
      font-size: 15px;
  }
  
  .footer-sec {
      padding: 50px 0px;
  }
  
  .footer-sec ul li a {
      font-size: 12px;
  }
  
  .footer-sec ul li {
      margin: 0px 8px;
  }
  
  .copyright-sec {
      padding: 15px 0px;
  }
  
  .copyright-sec p {
      font-size: 13px;
  }
  
  .contact-sec .contactdetail ul li strong {
      font-size: 15px;
  }
  
  section.banner-row {
      padding: 200px 0px 350px 0px !important;
  }
  
  section.inner-banner-row {
      padding: 200px 0px 130px 0px !important;
  }
  
  section.inner-banner-row h1 {
      font-size: 40px;
  }
  
  div#books_carousel p {
      font-size: 15px !important;
  }
  
  .inner-book-row .book-head {
      padding: 0px !important;
      margin: 0px !important;
  }
  
  body .inner-book-row {
      padding: 60px 0px  250px 0px !important;
  }
  
  .event-sec h2 {
      font-size: 40px !important;
  }
  
  .event-sec #myTable_wrapper * {
      font-size: 15px !important;
  }
  
  .event-sec {
      padding: 60px 0px !important;
  }
  
  section.blog-row {
      padding: 60px 0px !important;
  }
  
  section.blog-row div#blog_carousel img {
      height: 300px !important;
  }
  
  .blog-head p {
      font-size: 15px;
  }
  
  div#main-donation-sec h4#main-h4-1 {font-size: 40px;}
  
  div#main-donation-sec p {
      font-size: 15px !important;
      line-height: 1.4 !important;
  }
  
  .main-donation-page-icons {
      padding: 0px !important;
  }
  
  }
  
  @media only screen and (min-width: 320px) and (max-width: 767px){
           html,
  body {
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
  }
  
  section.inner-banner-row {
      padding: 160px 0px 60px 0px !important;
  }
  
  section.inner-banner-row h1 {
      font-size: 35px !important;
      text-align: center;
  }
  
  /*.header-row .d-none {*/
  /*    display: block !important;*/
  /*}*/
  
  /*.header-row .d-none img {*/
  /*    width: 50% !important;*/
  /*    margin: 0px auto;*/
  /*    display: flex;*/
  /*}*/
  
  /*header.header-row .navbar {*/
  /*    display: flex;*/
  /*    flex-direction: row;*/
  /*    flex-wrap: nowrap;*/
  /*}*/
  
  /*header.header-row .navbar button.navbar-toggler.collapsed {*/
  /*    background: #ffffffd9 !important;*/
  /*    margin-right: 15px;*/
  /*}*/
  
  /*header.header-row .navbar-dark .navbar-toggler-icon {*/
  /*    filter: invert(1) !important;*/
  /*    opacity: 1 !important;*/
  /*    visibility: visible;*/
  /*}*/
  
  /*.header-row .navbar-brand.d-none.d-md-block {*/
  /*    margin: 0px !important;*/
  /*    margin: 0px 0px 0px 70px !important;*/
  /*    width: 100% !important;*/
  /*}*/
  
  section.contact-row {
      padding: 50px 0px !important;
  }
  
  section.contact-row * {
      text-align: center;
  }
  
  div#main-donation-sec p {
      WIDTH: 90% !IMPORTANT;
      margin: 10px auto;
      font-size: 15px !important;
      line-height: 1.4 !important;
  }
  
  section.contact-row .main-donation-page-icons {
      justify-content: center;
      padding-bottom: 0px !important;
  }
  
  .footer-sec {
      display: block !important;
      margin: 0px !important;
      padding: 50px 0px !important;
  }
  
  .footer-sec ul {flex-direction: column;align-items: center;}
  
  .footer-sec ul li {
      margin: 6px 0px !important;
  }
  
  .footer-sec ul li a {
      font-size: 14px !important;
  }
  
  .footer-sec.d-flex.align-items-center.justify-content-between img {
      width: 40% !important;
      margin: 0 auto;
      display: flex;
      margin-bottom: 30px;
  }
  
  .copyright-sec {
      padding: 15px 0px !important;
  }
  
  .copyright-sec p {
      font-size: 14px !important;
      line-height: 1.4;
  }
  
  .header-row button.navbar-toggler {
      background: #000000;
  }
  
  div#navbarSupportedContent {
          position: absolute;
          top: 74px;
          background-color: #000;
          width: 100%;
      }
      button.navbar-toggler {
          border-color: #fff;
      }
      .navbar-toggler-icon:before {
          content: "\f0c9";
          font-family: 'FontAwesome';
          color: #fff;
          font-size: 21px;
      }
      .navbar-toggler-icon {
          height: auto;
          padding: 5px 0;
          background-image: none !important;
      }
      .navbar-brand {
          width: 65%;
      }
      .navbar-nav .nav-link {
          color: #fff;
          margin: 4px 20px;
          font-size: 14px;
      }
      .navbar-nav .nav-link.active:after {
          width: auto;
      }
  
  ul.right-menu {
      padding: 0px !important;
      text-align: center;
      padding: 10px 0px !important;
  }
  
  ul.right-menu a {
      font-size: 14px !important;
      padding: 15px !important;
  }
  
  ul.navbar-nav.mx-auto.align-items-center {
      margin-top: 40px;
  }
  
  div#navbarNav {
      background: #000000fc;
      padding: 0px 20px;
      position: absolute;
      top: -300px !important;
      width: 100%;
      transition: 0.5s ease;
  }
  
  div#navbarNav.show {
      top: 150px !important;
      /* transition: 0.5s ease; */
  }
  
  .navbar-brand.d-none.d-md-block {
      display: block !important;
      width: 45% !important;
  }
  
  .navbar-brand.d-none.d-md-block img {
      width: 90%;
      margin: 0 auto !important;
      display: flex;
      margin-left: 40px !important;
  }
  
  .banner-sec h1 {font-size: 35px;text-align: center;width: 100%;line-height: 1.4;}
  
  .banner-sec p {
      text-align: center;
      width: 90%;
      margin: 0 auto;
      background: #000000b5;
      padding: 10px 0px;
      font-size: 15px;
  }
  
  .banner-sec button {width: 70% !important;}
  
  .banner-sec a {
      display: flex;
      justify-content: center;
      margin-top: 30px;
  }
  
  a>button.w-btn {
      font-size: 15px;
      padding: 15px;
      width: 60% !important;
  }
  
  section.banner-row {
      padding: 180px 0px 60px 0px;
  }
  
  section.about-row {
      padding: 60px 10px !important;
  }
  
  section.about-row img {
      width: 90% !important;
  }
  
  .about-lft {
      display: flex;
      justify-content: center;
  }
  
  .about-sec {
      text-align: center;
      margin-top: 20px;
  }
  
  .about-sec h2 {
      font-size: 35px;
      margin-bottom: 5px;
  }
  
  .about-sec p {
      font-size: 15px;
      width: 100%;
  }
  
  .book-head h2 {
      font-size: 35px;
  }
  
  section.book-row {
      padding: 60px 10px 130px 10px !important;
  }
  
  .book-head p {
      width: 100%;
      margin-bottom: 10px;
      font-size: 15px;
  }
  
  .book-head p:nth-child(3) {
      margin-bottom: -20px !important;
  }
  
  .owl-nav {
      position: absolute;
      left: 0px;
      right: 0px;
      top: 50%;
      bottom: 0px;
      width: 100%;
  }
  
  .owl-carousel .owl-nav button.owl-prev {
      left: -50px;
  }
  
  .owl-carousel .owl-nav button.owl-next {
      right: -50px;
  }
  
  .bookbtn {margin-top: 30px;}
  
  section.sec4-row {
      padding: 210px 10px 30px 10px !important;
  }
  
  section.sec4-row .about-lft img {
      width: 80% !important;
      height: 100%;
  }
  
  .sec4-sec {
      font-size: 15px;
      width: 100% !important;
      margin: 0px !important;
      margin-top: 30px !important;
  }
  
  .sec4-sec p {margin-bottom: 10px;}
  
  section.signup-row {
      padding: 60px 10px !important;
  }
  
  .signup-sec h2 {
      font-size: 35px;
      text-align: center;
      width: 100%;
      line-height: 1.4;
  }
  
  .signup-sec p {
      font-size: 24px !important;
      text-align: center;
  }
  
  .signup-sec input {
      width: 100%;
      font-size: 15px;
  }
  
  .signup-sec button {
      width: 100% !important;
  }
  
  .signup-sec  form {
      margin-top: 30px !important;
      margin-bottom: 40px;
  }
  
  .signup-rgt img {
      width: 80%;
  }
  
  .signup-rgt {
      display: flex;
      justify-content: center;
  }
  
  section.sec6-row {
      padding: 60px 10px;
  }
  
  section.sec6-row img {
      width: 80%;
  }
  
  .sec4-sec  button.w-btn {
      margin-top: 10px;
  }
  
  .feature-row img {
      height: 170px !important;
  }
  
  .feature-sec ul li {
      width: 100% !important;
      height: 100%;
      display: block;
  }
  
  .feature-sec ul li img {height: 100% !important;width: 80% !important;}
  
  section.feature-row .feature-sec {
      padding: 0px 30px !important;
  }
  
  .feature-sec ul li {margin-top: 20px !important;}
  
  .feature-row ul li:nth-child(2) {
      margin: 0px;
  }
  
  section.blog-row {
      padding: 60px 0px !important;
  }
  
  .blog-head h2 {
      font-size: 35px;
      margin-bottom: 10px;
  }
  
  h1.cs {
      display: none;
  }
  
  section.contact-row {
      padding: 60px 10px !important;
  }
  
  .contact-sec .contactdetail {
      width: 100%;
      padding: 20px;
  }
  
  .contact-sec .contactdetail h2 {
      width: 100%;
      font-size: 35px;
  }
  
  .contact-sec .contactdetail p {
      font-size: 15px;
  }
  
  .contact-sec .contactdetail a {
      font-size: 15px;
  }
  
  .contact-sec .contactdetail strong {
      font-size: 15px;
  }
  
  .signup-sec input::placeholder {
      font-size: 15px;
  }
  
  .signup-sec button {
      font-size: 15px !important;
  }
  
  div#books_carousel p {
      width: 100%;
      text-align: center;
      font-size: 15px;
  }
  
  .inner-book-row .bookbtn {
      margin-top: 20px;
      margin-bottom: 110px;
  }
  
  .event-sec {
      padding: 60px 10px !important;
  }
  
  .event-sec h2 {
      font-size: 30px !important;
  }
  
  section.blog-row .owl-carousel .owl-item img {
      height: 300px !important;
  }

 .event-sec table, thead, tbody, th, td, tr {
    display: block;
  }
 .event-sec thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
 .event-sec tr {
    margin: 0 0 1rem 0;
  }
 .event-sec tr:nth-child(odd) {
    background: #ccc0;
    border: 1px solid #ffffff6b !important;
  }
 .event-sec td {
    border: none;
    border-bottom: 1px solid #eee;
    position: relative;
    padding-left: 50%;
  }
 .event-sec td:before {
    position: absolute;
    top: 0;
    left: 6px;
    width: 45%;
    padding-right: 10px;
    white-space: nowrap;
  }

.event-sec #myTable_wrapper  tbody {
    margin-top: 30px;
}

.event-sec .dataTables_wrapper .dataTables_length {
    margin-bottom: 15px !important;
}

.event-sec #myTable_wrapper tr {
    border: 1px solid #ffffff75;
}

.event-sec #myTable_wrapper {
    padding: 20px !important;
}


.event-sec #myTable_wrapper * {
    font-size: 15px;
}
   
  }
  
