@media (max-width: 768px){
  #eventSec .yellow-bg {
    min-height: 68vh;
}

  .text-lg-justify{
    text-align: left;
  }
  .gallery-sec.container {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 1rem;}
    
  .mob-w100 img{
    width: 100%;
  }
  .journal-table thead th{
    padding: 6px 17px;
  }
  .schedule_table td, .schedule_table th{
    padding: 8px;
  }
  .seva-block {
    padding: 30px;
}
.seva-step {
    position: static;
    margin-bottom: 15px;
}
  .mob-reverse{
    flex-direction: column-reverse;
  }

  .w-80 {
    width: 100% !important;
  }
  .shlok-card{
    padding: 15px 13px;
    font-size: 13px;
    line-height: 1.6;
    margin-bottom: 15px;
  }
  #main-events .tabs{
       flex-direction: row;
    overflow-x: scroll;
    width: 100%;
  }
  .tab.active::after{
    display: none;
  }
  .schedule-sec .top-tab{
    padding: 10px 20px  !important;
  }
  .wrapper {
    display: block; 
    margin-top: 20px;
  
}
.journal-table{ 
  background-color: #fff;
}
 .content{
  margin-top: 20px;
 }

  .top-tabs {
    flex-direction: column-reverse;
  }

  .schedule-sec .btn-neon {
    width: 100%;
    text-align: center;
  }

  .schedule-sec table {
    min-width: 550px;
  }

  .schedule-sec .main-title {
    font-size: 22px;
  }
  .yellow-bg {
    padding: 18px;
  }

  th, td {
    font-size: 13px;
  }

  .schedule-sec img{
    width: 40% !important; 
    display: flex;
    margin: auto;
  }
  .schedule-sec{
    padding: 60px 0px !important;

  }
  .tab-padding{
    padding: 40px 0px !important;
  }
  .enquiryform .cs-box{
    padding: 0px;
  }
  .enquiryform1  {
    padding: 20px !important;

  }
  

 .home-section .readmore{
  text-align: center;
  }
  .home-section .readmore .btn-neon1{
    padding: 3px 20px;
    font-size: 13px;
    }


  .desktop-only { 
    display: none !important; 
  }
  .mobile-only { 
    display: block !important; 
  }
  .desktop-only { display: block; }
  .mobile-only { display: none; }

  .table-bordered>:not(caption)>*>* {
    font-size: 10px;
}
  .schedule-sec .card-title {
    text-align: center;
    margin-bottom: 20px;
  }
  .schedule-sec .schedule_table thead th:first-child {
    border-top-left-radius: 10px !important;
  }
  
  .schedule-sec .schedule_table thead th:last-child {
    border-top-right-radius: 10px !important;
  }
  .schedule-sec .cs-box ul {
    flex-direction: column !important;
    align-items: center;
  }

  .schedule-sec .cs-box ul li {
    width: 100%;
    text-align: center;
  }
  .schedule-sec .subtitle {
    font-size: 18px;
    line-height: 30px;
    font-weight: 300;
}
  .short-img-w{
    width: 40% !important;
  }

  .founder-title {
    font-size: 32px;
}
.founder-content {
    padding-left: 0;
}
.founder-content p {
    font-size: 16px;
}
.founder-quote {
    font-size: 18px;
}
  .header-bg{
    box-shadow: none;
  }
  .hero-section{
    margin-top: 0px;
  }
  .mob-bg{
    background-color: #790505;
  }
  .jaap-section{
    padding: 40px 0px !important;
  }
  .jaap-card{
    padding: 20px 13px;
  }
  .banner-content p{
    display: none;
  }

  .banner-content h1{
    font-size: 18px;
    text-align: right;
  }

  .banner-content h6{
    font-size: 10px;
    text-align: right !important;
    line-height: 16px;
  }
  .banner-content img { 
    margin-bottom: 8px;
    width: 100%;
    margin-left: 10px;
}

  .event-img {
    height: 200px;
}
.event-content h3 {
    font-size: 18px;
}
  .timeline-img {
    width: 130px;
    height: 130px;
}
  .home-section {
    height: 33vh;
    margin-top: 0 !important;
    padding: 6px;
    background-image: url("../images/mob-hero-banner.jpg");
  
    
}
.schedule-box-wrapper  {
margin-bottom: 20px !important;
}
 

.banner-content p {
    font-size: 16px;
}
  .yellow-bg{
    padding: 40px 20px;
  }
  .about3{
    padding-bottom: 80px !important;
    padding-top: 70px !important;
  }

  .main-title { 
    font-size: 27px; 
    line-height: 34px; 
    text-align: center;
}
 
  .hero-section{
    height: auto;
    padding-bottom: 3rem;
  }
  .hero-section img{
    width: 100% !important;
  }
 
  .pad-left{
    padding-left: 14px !important;
  }
  .top-bar {
    background: url(../images/mobile-topbar-bg.jpg) no-repeat center center;
    background-size: cover;
    padding: 14px 0;
}

.sec-padding {
  padding: 30px 20px;
}

.cs-box h1{
  font-size: 22px;
  text-align: center;
}
.navbar-nav {
  gap: 0px;
}

}
@media (min-width: 768px) and (max-width: 991.98px) {
  #eventSec .yellow-bg {
    min-height: 75vh;
}

  .tab-w100 img{
    width: 100%;
    margin-bottom: 20px;
  }
  .tab-reverse{
    flex-direction: column-reverse;
  }
  .w-80 {
    width: 100% !important;
  }
  .shlok-card {  
    padding: 17px;
    font-size: 14px;
    width: 320px;
    margin: auto;
}

  .top-tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
    margin-bottom: 25px;
  }
  
 
  
 
  .top-tabs a {
    text-decoration: none;
  }



  .schedule-sec .yellow-bg{
    padding: 17px !important;
  }

  .schedule_table td, .schedule_table th{
    padding: 4px 10px;
    font-size: 12px;
  }
  .journal-table tbody td {
    padding: 6px 9px;
    border-bottom: 1px solid #eee;
    font-size: 12px;
}
  .tab.active::after{
    right: -6px;
  }
  .wrapper {
    display: flex;
    gap: 14px;
    margin-top: 19px;
}
  .tab {
    padding: 3px 10px; 
    font-size: 13px;
    font-weight: 600;
  }

  .journal-table thead th { 
    padding: 6px 14px; 
}

  .wrapper .content{
    padding: 16px;
  }
  .tabs {
    width: 130px; 
    gap: 9px;
}
  .top-tabs .btn-neon{
    font-size: 14px;
    padding: 8px 25px;
  }
  .schedule-sec img {
    max-width: 120px;
    margin: 0 auto 20px;
    display: block;
  }

  
 
  .mob-img-center{
    display: flex;
    justify-content: center;
  }
  .header-bg{
    box-shadow: none;
  }
  .mob-bg{
    background-color: #790505;
  }
 
  .banner-content p{
    display: none;
  }
  .home-section {
    height: 26vh ;
    margin-top: 0 !important;
}


 

.banner-content p {
    font-size: 16px;
}
 

.banner-content h1 {
    font-size: 33px;
    margin-bottom: 15px;

}
.banner-content h6{
  margin-bottom: 20px;
}
  .cs-box{
    padding: 0px 40px;
  }
  .hero-section{
    height: auto;
    padding-bottom: 3rem;
    margin-top: 0px;
  }
  
  .pad-left{
    padding-left: 14px !important;
  }
  .top-bar { 
    padding: 24px 1px;
    margin-top: 7px;
    margin-bottom: 4px;
  }
 
    .sec-padding {
      padding: 60px 20px;

    }
    .sec-padding h1{
      font-size: 50px;
    }

    /* .w-100{
      width: auto !important;
      margin: auto !important;
    } */

    .seva-card{
      padding: 17px 9px;
      height: auto; 
      margin-top: 30px;
    }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  #eventSec .yellow-bg {
    min-height: 72vh;
}

  .seva-card{
    padding: 17px 9px;
    height: auto; 
    margin-top: 30px;
  }
  .shlok-card {  
    padding: 20px;
    font-size: 15px;  
    width: 320px;
    margin: auto;
}
  .top-tab-content {
    display: none;
  }
  
  .top-tab-content.active {
    display: block;
  }
  .journal-table tbody td {
    padding: 6px 9px;
    border-bottom: 1px solid #eee;
    font-size: 12px;
}

  .schedule-sec .yellow-bg{
    padding: 17px !important;
  }
  .tab.active::after{
    right: -6px;
  }

  .wrapper {
    display: flex;
    gap: 14px;
    margin-top: 19px;
}

  .tab {
    padding: 3px 10px; 
    font-size: 13px;
    font-weight: 600;
  }
  .journal-table thead th { 
    padding: 6px 14px; 
}

  .wrapper .content{
    padding: 16px;
  }
  .tabs {
    width: 130px; 
    gap: 9px;
}

  .top-tabs .btn-neon{
    font-size: 14px;
    padding: 8px 25px;
  }
  .header-bg{
    box-shadow: none;
  }
 
  .home-section {
    height: 30vh;
}

.banner-content h1 {
    font-size: 36px;
}
  .cs-box{
    padding: 0px 40px;
  }
  .hero-section{
    height: auto;
    padding-bottom: 3rem;
  }
  .pad-left{
    padding-left: 14px !important;
  }
  .top-bar { 
    padding: 25px 1px;
    margin-top: 7px;
    margin-bottom: 5px;
  }
 
    .sec-padding {
      padding: 70px 20px;

    }
    .sec-padding h1{
      font-size: 50px;
    }
   
}

@media (min-width: 1200px) and (max-width: 1296px){
  .top-bar { 
    background-size: contain; 
}
}
@media (min-width: 1900px) and (max-width: 1920px){
 
  .top-bar { 
    padding: 58px 0;
}
.hero-section { 
  height: 80vh;
}
}
@media (min-width: 1300px) and (max-width: 1366px){
  .shlok-card{
    padding: 34px 16px;
    font-size: 15px;
  }
  .btn-neon1{
    padding: 5px 28px;
  }
  .banner-content p {
    color: #0a0909;
    font-size: 13px;
}
  .text-13 {
    font-size: 11px !important;
}
  .banner-content h6 {
    font-size: 12px;
    line-height: 19px;
    margin-bottom: 12px;
}
  .banner-content h1{
    font-size: 30px;
  }
  .top-bar{
    padding: 40px 0;
  }
  .hero-section img{
    width: 100% !important;
  }
  .home-section{
    height: 90vh;
    margin-top: -18px;
  }
  .hero-section{
    height: 76vh;
  }
.cs-box h1 {
  font-size: 26px; 
}
.cs-box ul li a p{
  font-size: 14px;
}
.cs-box ul li span p{
  font-size: 14px;
}
}