* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body {
    font-family: Arial, Helvetica, sans-serif;
}

html {
    scroll-behavior: smooth;
  }

a {
    text-decoration: none;
}

/* Home marquee */
.home-marquee {
    position: absolute;
    z-index: 999;
    background-color: rgba(17, 17, 17, 0.411);
    padding: 0.2rem 0;
}

.home-marquee a {
    color: #FFF;
    font-size: 0.95rem;
}

.home-marquee span {
    color: #ddebff;
}

/* Mobile Nav */
.mob-nav-div {
    width: 100%;
    padding: 0.5rem 1rem;
    background-color: #0046B2;
    display: flex;
    justify-content: flex-end;
    position: sticky;
    top: 0;
    z-index: 9999;
}

.mobile-bar {
    font-size: 2rem;
    color: rgb(228, 228, 228);
    background-color: #0047b2e3;
    border-radius: 5px;
}

.mnav-close {
    position: absolute;
    top: 1rem;
    right: 1rem;
    color: #FFF;
    font-size: 2rem;
    /* background-color: rgb(19, 175, 123); */
    border-radius: 50%;
    padding: 0.5rem 0.7rem;
}

.mobilenav {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999;
    height: 100vh;
    width: 90vw;
    display: none;
    /* transition: all 1.2s; */
    animation: menu-animation 0.8s;
}

.mobilenav-inner {
    background-color: rgba(0, 46, 77, 0.966);
    width: 100%;
    height: 100%;
    padding: 2rem 0rem;
    overflow-y: scroll;
}

@keyframes menu-animation {
    from {left: -80vh}
    to {left: 0;}
  }

.mobile-nav-title {
    font-size: 1.8rem;
    text-transform: uppercase;
    padding-left: 1.5rem;
    margin-bottom: 1rem;
    color: #e0e0e0;
    font-weight: 500;
}

.mnavgroup {
    /* margin-bottom: 0.5rem; */
    border-bottom: 0.4px solid rgb(0, 0, 0);
    background: linear-gradient(#141414, #161616, #141414);
}

.mnav-item {
    color: #d9e8ff;
    font-size: 1rem;
    font-weight: 600;
    /* margin-bottom: 1rem; */
    /* border-bottom: 3px solid rgb(19, 175, 123); */
    display: inline-block;
    padding: 0.8rem 0;
    padding-left: 1.5rem;
    padding-right: 2rem;
    text-decoration: none;
    display: block;
    text-transform: uppercase;
    font-weight: 500;
}

.mnavaccordion > p {
    color: #d9e8ff !important;
    margin-top: 0 !important;
}

.mnav-item-selected {
    background: #0046B2 !important;
    color: #FFF !important;
}

.mnav-subitem-selected {
    color: #0046B2 !important;
}

.mnav-links {
    display: flex;
    margin-top: 2rem;
    justify-content: flex-start;
    padding-left: 1.5rem;
}

.mnav-links > i {
    font-size: 1.7rem;
    color: #97c0ff;
    margin-right: 1.5rem;
}

.mnav-sub-item {
    margin-left: 2.5rem;
    color: #97c0ff;
    margin-bottom: 1.2rem;
    font-size: 1rem;
    display: block;

    text-decoration: none;
}

.mnav-down {
    font-size: 1rem;
    color: #FFF;
}

/* mnav accordian */
.mnavaccordion {
    background-color: #eee;
    color: #FFF;
    cursor: pointer;
    padding: 0.8rem 0;
    padding-left: 1.5rem;
    padding-right: 2rem;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 1rem;
    transition: 0.4s;
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-transform: uppercase;
  }
  
  .active, .accordion:hover {
    background-color: #ccc;
  }
  
  .mpanel {
    padding: 0.5rem 1rem 0 1rem;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
  }


/* Navbar */
.navbar {
    overflow: hidden;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .nav-active {
      background-color: #019644 !important;
  }
  
  .navbar a {
    float: left;
    font-size: 16px;
    color: white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
  }
  
  .dropdown {
    float: left;
    overflow: hidden;
  }
  
  .dropdown .dropbtn {
    font-size: 16px;  
    border: none;
    outline: none;
    color: white;
    padding: 14px 16px;
    background-color: inherit;
    font-family: inherit;
    margin: 0;
  }
  
  .navbar a:hover, .dropdown:hover .dropbtn {
    background-color: #0857cc;
  }
  
  .dropdown-content {
    display: none;
    position: fixed;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 999;
  }
  
  .dropdown-content a {
    float: none;
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
  }
  
  .dropdown-content a:hover {
    background-color: #ddd;
  }
  
  .dropdown:hover .dropdown-content {
    display: block;
  }

  /* navbar end */


header {
    position: sticky;
    top: 0;
    z-index: 9999;
}


.header_top {
    background-color: #fff;
    display: flex;
    padding: 0.3rem 5rem;
    justify-content: space-between;
}
.row_left {
    display: flex;
    align-items: center;
    margin-right: 2rem;
}
.headerTop_logo {
    height: 4rem;
    margin-right: 1rem;
    cursor: pointer;
}
.headerLeft_textDiv h5 {
    font-weight: 500;
    font-size: 0.9rem;
    color: #333333;
    cursor: pointer;
}
.headerLeft_textDiv h2 {
    font-weight: 600;
    font-size: 1.2rem;
    color: #083479;
    cursor: pointer;
}
.row_right {
    display: flex;
}
.header_RightRow {
    display: flex;
    align-items: flex-start;
    margin-left: 2.5rem;
    padding-top: 0.2rem;
}

.headerPhoneDiv {
    display: flex;
    align-items: center;
}

.headerPhoneDiv h5 {
    margin-top: 0.1rem !important;
}

.header_phone {
    font-size: 1.1rem;
    margin-right: 0.6rem;
    color: #515151;
}

.header_location {
    font-size: 1.2rem;
    margin-right: 0.6rem;
    color: #515151;
}
.header-fb {
    font-size: 1.4rem;
    margin-right: 0.6rem;
    color: #1877F2;
}
.header-insta {
    font-size: 1.4rem;
    margin-right: 0.6rem;
    color: #DD2A7B;
}
.header-yt {
    font-size: 1.4rem;
    margin-right: 0.6rem;
    color: #FF0000;
}
.headerRight_textDiv p {
    color: #083479;
    font-weight: 600;
    margin-bottom: 0.2rem;
    font-size: 0.8rem;
}
.headerRight_textDiv h5 {
    color: #083479;
    font-weight: 500;
    margin-bottom: 0.2rem;
    font-size: 0.95rem;
}
.locationText h5 {
    font-weight: 600 !important;
    color: #515151;
    font-size: 0.9rem !important;
}
.header_bottom {
    background-color: #0046B2;
    padding: 0 4rem 0 2rem;
    display: flex;
    justify-content: flex-end;
}
nav > a {
    color: #FFF;
    text-decoration: none;
    margin-right: 1.4rem;
    font-size: 0.9rem;
}
.home_landing {
    width: 100%;
    height: 65vh;
    
}
.home_slide1 {
    background-image: url("/images/home_slide1.png");
}
.home_slide {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
}
.home_slide_admission {
    background-image: url("/images/home_about1.png");
}
.home_slide img {
    height: 100%;
}
.swiper-wrapper {
    width: 100%;
    height: 100%;
}
.home_slideContent {
    width: 100%;
    height: 100%;
    background: linear-gradient(#00000000, rgba(0, 0, 0, 0.52));
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.home_slideContent-admission {
    width: 100%;
    height: 100%;
    background: rgba(39, 25, 71, 0.548);
    display: flex;

}
.home_slideContentInner  {
    max-width: 50vw;
}
.home_slideContentInner > h1 {
    font-size: 2.2rem;
    color: #FFF;
    margin-bottom: 1.5rem;
    font-weight: 600;
}
.home_slideContentInner > h5 {
    font-size: 1.4rem;
    color: #FFF;
    margin-bottom: 2rem;
    font-weight: 500;
}
.home_slideContentInner-admission  {
    width: 70vw;
    /* margin-left: auto;
    margin-right: auto; */
    margin: auto;
    display: flex;
}
.home_slideContentInner-admission h1:nth-child(2){
    margin-bottom: 0.7rem;
}
.admission-left {
    flex: 0.45;
    margin-right: 2rem;
}
.admission-right {
    flex: 0.55;
    padding-left: 2rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.admission-right ul {
    font-size: 1.4rem;
    color: #eec200;
}

.admission-right li {
    margin-bottom: 0.3rem;
}

.admission-left h1 {
    font-size: 2.5rem;
    color: #FFF;
    /* margin-bottom: 1.5rem; */
    font-weight: 600;
}
.admission-left h4 {
    font-size: 1.2rem;
    color: #FFF;
    margin-bottom: 2rem;
    font-weight: 400;
}
.admission-contact {
    margin-top: 1.5rem;
    font-size: 1.3rem;
    font-weight: 600;
    color: #FFF;
    text-align: center;
}
/* Hoem main link boxes */
.home_mainBoxContainer {
    width: 100%;
    display: flex;
    justify-content: center;
    position: relative;
    bottom: 3rem;
    z-index: 2;
}
.home_mainBoxItem {
    margin: 0 0.3rem;
    width: 22vw;
    background-position: center;
    background-size: cover;
    cursor: pointer;
}
.home_mainBoxItemInner {
    padding: 3rem 1.2rem 0.5rem 1.2rem;
}
.box1 {
    background-image: url('/images/faculty.png');
}
.box1 > .home_mainBoxItemInner {
    background-color: rgba(200, 39, 39, 0.88);
}
.box2 {
    background-image: url('/images/policy.png');
}
.box2 > .home_mainBoxItemInner {
    background-color: rgba(56, 174, 1, 0.849)
}
.box3 {
    background-image: url('/images/team.png');
}
.box3 > .home_mainBoxItemInner {
    background-color: rgba(51, 120, 223, 0.90)
}
.home_mainBoxItemInner > h4 {
    color: #FFF;
    font-size: 1.3rem;
    margin-bottom: 0.3rem;
    font-weight: 600;
    text-transform: uppercase;
}
.home_mainBoxItemInner > h6      {
    color: #FFF;
    font-size: 1rem;
    margin-bottom: 0.3rem;
    font-weight: 500;
    height: 3rem;
}
/* About School  Section*/
.home_aboutSchool {
    width: 80%;
    margin: auto;
    display: flex;
    margin-top: 2rem;
}
.aboutSchLeft {
    flex: 0.6;
    padding-right: 1.5rem;
}
.aboutSchLeft > p {
    font-size: 1.1rem;
    margin-bottom: 2rem;
}
.aboutSchRight {
    flex: 0.4;
}
.aboutPhotoTop > img {
    width: 100%;
}
.aboutPhotoBottom {
    display: flex;
    margin-top: 0.3rem;
}
.aboutPhotoBottom > img:nth-child(1) {
    margin-right: 2%;
}
.aboutPhotoBottom > img {
    width: 49%;
}
.aboutSchLeft > h2 {
}
/* Numbers Section */
.numbers_section {
    background-image: url('/images/numbers_bg.png');
    background-position: center;
    background-size: cover;
}
.numbers_secInner {
    padding: 3.5rem 2rem;
    background-color: #0047b2ee;
    display: flex;
    justify-content: space-around;
    margin-top: 3.5rem;
}
.numberData h2 {
    color: #fff;
    font-size: 2rem;
    text-align: center;
    margin-bottom: 0.4rem;
}
.numberData h5 {
    color: #E2E2E2;
    font-size: 1rem;
    text-align: center;
    text-transform: uppercase;
    font-weight: 500;
}
/* Words from management */
.home_sayings {
    width: 70%;
    margin: auto;
    margin-top: 4rem;
}
.home_sayings {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.home_sayingsContainer {
    display: flex;
    align-items: center;
    flex-direction: column;
}
.sayingsItem {
    display: flex;
    align-items: center;
    margin-bottom: 3rem;
    max-width: 90%;
}
.sayingsItem > img {
    width: 8rem;
    margin-right: 3rem;
}
.sayingRight > i {
    font-size: 2rem;
    color: #55B888;
    margin-bottom: 0.8rem;
}
.sayingRight > p {
    font-size: 1rem;
    color: #181818;
    margin-bottom: 0.8rem;
}
.sayingRight > h4 {
    font-size: 1.05rem;
    color: #303030;
}
/* Sayings cards */
.home_sayingsCards {
    display: flex;
    justify-content: center;
    margin-top: 2rem;
}
.sayingCard {
    width: 22vw;
    margin: 0 0.8rem;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 50px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.sayingCardTop {
    padding: 1rem 1rem 0 1rem;
}
.sayingCardTop > i {
    font-size: 1.8rem;
    margin-bottom: 0.8rem;
}
.sayingCardTop > p {
    font-size: 0.9rem;
    color: rgb(61, 61, 61);
    margin-bottom: 1rem;
}
.sayingCard .cargBottomImg {
    width: 100%;
}
.cardPerson {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: absolute;
}
.cardPersonImgBg {
    border-radius: 50%;
    background-color: rgb(255, 255, 255);
    width: 5.4rem;
    height: 5.4rem;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}
.cardPersonImg {
    width: 5rem;
    height: 5rem;
}
.cardName {
    text-align: center;
    margin-top: 0.5rem;
    color: #FFF;
    font-weight: 600;
}


/* Feee Page ^^^^^^^^^^^^^^^^^^^^^^^^ */
.schoolfee {
    min-height: 80vh;
    display: flex;
}

.schoolfee-right {
    flex: 1;
    display: flex;
    flex-direction: column;
    /* align-items: center; */
    justify-content: center;
    padding: 0 4rem;
    border-bottom: 0.3px solid rgb(212, 212, 212);
}

.schoolfee-left {
    background-image: url('/images/children-full.png');
    background-position: center;
    background-size: cover;
    flex: 1;
}

.schoolfee-left2 {
    background: rgba(0, 0, 0, 0.644);
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.schoolfeeHeading {
    color: #FFF;
    margin-top: 5rem;
    font-size: 1.4rem;
    border-bottom: 3px solid #F4C900;
}

.schoolfee-left2 ul {
    margin-top: 1rem;
}

.schoolfee-left2 ul li {
    color: #FFF;
    margin-top: 1rem;
    font-size: 1rem;
    max-width: 80%;
    margin: auto;
    margin-bottom: 0.7rem;
    line-height: 1.3rem;
}

.schoolfee-card {
    box-shadow: -0.465652px -0.465652px 0px rgba(139, 139, 139, 0.25), 0.931305px 1.86261px 1.86261px rgba(80, 80, 80, 0.25);
    border-radius: 11.1757px;
    margin-bottom: 1.5rem;
    padding-left: 0.5rem;
    background-color: #5C5C5C;
}

.schoolfee-card:hover {
    background-color: #153CBB;
}

.schoolfee-card2 {
    border-radius: 0 11.1757px 11.1757px 0;
    padding: 1.25rem 2rem 1.25rem 1rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #fff;
    pointer-events: none;
}

.feecard-left h3 {
    margin-bottom: 0.4em;
    font-size: 1.4rem;
    color: #313131;
}

.feecard-left h5 {
    margin-bottom: 0.rem;
    font-size: 1rem;
    color: #313131;
    font-weight: 500;
}

.feecard-right h3 {
    font-size: 1.6rem;
    color: #313131;
}

.feecard-right h3 span {
    font-size: 1.1rem;
    color: #313131;
    font-weight: 500;
}

/* Van Fee section */
.vansection {
    /* width: 80%; */
    margin: auto;
    padding:  0 10%;
    padding-top: 3rem;
    padding-bottom: 3rem;
    /* background-color: rgb(236, 252, 250); */

}

.vanfee h2 {
    margin-bottom: 1.5rem;
}

.vantable-div {
    display: flex;
}

.vantable {
    flex: 1;
}

.vantable, .vantable th, .vantable td {
    border: 1px solid rgb(187, 187, 187);
    border-collapse: collapse;
}

.vantable td {
    padding: 0.4rem;
}

.vantable th {
    background-color: #1D3441;
    color: #FFF;
}

.vantable th {
    padding: 0.7rem 0.3rem !important;
}

.vantable tr:nth-child(odd)  {
    background-color: #b5bcbd;
}

.vantable tr:nth-child(even)  {
    background-color: #ffffff;
}

.vansection ul {
    margin-bottom: 2rem;
    margin-left: 3rem;
}

@media only screen and (min-width: 800px) {
    .vantable-div table:nth-child(2){
        margin-left: 0.4rem;
    }
}

/* Caledar Page ********** */
.calendar-landing {
    width: 100%;
    background-image: url('/images/calendar.png');
    background-size: cover;
    background-position: center;
}

.calendar-landing2 {
    padding: 3rem 2rem;
    padding-left: 20%;
    background-color: rgba(0, 0, 0, 0.51);;
}

.calendar-landing2 h2 {
    color: #FFF;
    margin-bottom: 0.6rem;
    font-size: 1.6rem;
}

.calendar-landing2 h1 {
    color: #FFF;
    font-size: 2.4rem;
}

.accordion {
    background-color: #eee;
    color: #444;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
    display: flex;
    justify-content: space-between;
    align-self: center;
    background-color: #0052D1;
    border-bottom: 1.5px solid #bed8ff;
    border-left: 5px solid #313131;
  }

  .accordion-left {
      display: flex;
      margin-right: 2rem;
      align-items: center;
  }

  .accordion-left > i {
      color: #FFF;
      font-size: 1.2rem;
      margin-right: 1rem;
  }

  .accordion-left > p {
      color: #FFF;
      font-size: 1.1rem;
      margin-right: 1rem;
  }

  .accordion i {
      color: #FFF;
      font-size: 1.2rem;
      margin-right: 1rem;
  }
  
  .active, .accordion:hover {
    background-color: #1b6de9;
  }
  
  .panel {
    padding: 0 10%;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    border-left: 5px solid #F4C900; 
  }


.calendar-accordian {
    width: 70%;
    margin: auto;
    padding-top: 3rem;
    padding-bottom: 2rem;
}

.calendar-items {
    margin-top: 1.5rem;
    margin-bottom: 1rem;
}

.calendar-item {
    display: flex;
    align-items: center;
    border-bottom: 0.5px solid #8b8b8b;
    margin-bottom: 0.7rem;
}

.calBoxLeft {
    background-color: #F4C900;
    padding: 0.5rem 0.4rem;
    margin-right: 1rem;
    margin-bottom: 0.4rem;
    color: rgb(27, 27, 27);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    min-width: 4rem;
}

.calBoxLeft p:nth-child(2) {
    font-size: 0.9rem;
    font-weight: 500;
    color: #333;
}

.calWeek p:nth-child(1), .calDate p:nth-child(1) {
    font-size: 1.1rem;
    font-weight: 600;
    color: #111;
}

.calInterval p:nth-child(1) {
    font-size: 0.9rem;
    font-weight: 600;
    color: #111;
}

/* Footer */
/* Upper Footer */
#upper-footer {
    background: rgb(46, 46, 46);
    color: #fff;
    margin-top: 3rem;
  }
  #uf-container{
    width: 80%;
    margin: auto;
    padding-top: 50px;
    padding-bottom: 40px;
    line-height: 1.8;
  }

  #uf-container *{
    /* margin: 0; */
  }

  /* Lower Footer */
  #lower-footer {
    background: rgb(27, 27, 27);
    color: #ddd;
    
  }

  #lf-container{
    padding: 20px 0;
  }

  .home-social-icon{
    height: 35px;
    margin-right: 0.8rem;
    border-radius: 50%;
  }



/* Media Queries */
@media only screen and (max-width: 800px) {


    .admission-left {
        flex: 1;
        text-align: center;
        margin-right: 0;
    }
    .admission-left h1 {
        font-size: 1.7rem;
    }
    .admission-left h4 {
        font-size: 1rem;
    }
    .admission-contact {
        font-size: 1rem;
    }
    .admission-right {
        display: none;
    }

    header {
        position: static;
        top: 0;
        z-index: 9999;
    }


    .header_bottom {
        display: none;
    }

    #upper-footer{
        display: none;
    }

    .header_top {
      flex-direction: column;
      padding: 1rem 1.5rem !important;
    }

    .row_left {
        width: 100%;
        margin-right: 0rem;
        margin-bottom: 1.5rem;
        cursor: pointer;
    }

    .hide-phone {
        display: none !important;
    }

    .header_RightRow {
        margin-left: 0;
        margin-right: 1rem;
        margin: auto;
    }

    .home_slideContentInner  {
        max-width: 90vw;
    }

    .home_mainBoxContainer {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        position: static;
        bottom: 0rem;
        margin-top: 1rem;
    }

    .home_mainBoxItem {
        margin: 0 0 0.5rem 0;
        width: 80%;
        background-position: center;
        background-size: cover;
    }

    .home_aboutSchool {
        width: 90%;
        flex-direction: column-reverse;
    }

    .aboutSchLeft {
        flex: 1;
        padding-right: 0;
        margin-top: 1.5rem;
    }

    .aboutSchLeft > p:nth-child(1) {
        margin-bottom: 0rem !important;
    }

    .numbers_secInner {
        padding: 3rem 1rem;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        margin-top: 1rem;
    }

    .numberData {
        width: 40%;
    }

    .numbers_secInner > .numberData:nth-child(3) {
        margin-top: 1rem;
    }

    .numbers_secInner > .numberData:nth-child(4) {
        margin-top: 1rem;
    }

    .numberData h2 {
        font-size: 2rem;
        margin-bottom: 0.4rem;
    }
    .numberData h5 {
        font-size: 0.9rem;
    }

    .home_sayings {
        width: 90%;
        margin-top: 2rem;
    }

    .sayingsItem {
        flex-direction: column;
        margin-bottom: 1rem;
        padding-bottom: 1rem;
        max-width: 90%;
        border-bottom: 1px solid #ccc;
    }

    .sayingsItem > img {
        width: 7rem;
        margin-right: 0;
    }

    .home_sayingsCards {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-top: 2rem;
    }

    .sayingCard {
        width: 100%;
        margin-bottom: 1rem !important;
        margin-left: 0;
        margin-right: 0;
    }

    /* Feee Page ^^^^^^^^^^^^^^^^^^^^^^^^ */
    .schoolfee {
        flex-direction: column;
    }

    .schoolfee-left2 {
        padding-bottom: 2rem;
    }

    .schoolfee-right {
        padding: 3rem 1rem 2rem 1rem;
    }

    .feecard-left h3 {
        font-size: 1.1rem;
    }
    
    .feecard-left h5 {
        margin-bottom: 0.rem;
        font-size: 0.9rem;
    }
    
    .feecard-right h3 {
        font-size: 1.2rem;
        color: #313131;
    }

    .schoolfee-card2 {
        padding: 1.25rem 0.7rem 1.25rem 1rem;
    }

    /* Van Fee section */
    .vansection {
        margin: auto;
        padding:  0 1rem;
        padding-top: 3rem;
        padding-bottom: 3rem;
    }

    .vantable-div {
        flex-direction: column;
    }

    .calendar-accordian {
        width: 90%;
        margin: auto;
        padding-top: 3rem;
        padding-bottom: 2rem;
    }
    
}