@media only screen and (max-width: 767px){ 
  /*Only Mob Accordian for global pages*/
  .mob-only .accordion-header .accordion-button{
    font-family: "Signika-Bold", sans-serif;
    font-size: 20px;
    color: #8c7c7c;
    line-height: 1;
    text-transform: uppercase;
    box-shadow: none;
  }
  .mob-only .accordion-header .accordion-button:not(.collapsed){
    color: #fff;
    background-color: #f9cc35;
    box-shadow: none;
  }
  .mob-only .accordion-header .accordion-button::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%238c7c7c'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    
  }
  .mob-only .accordion-header .accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  }
  .mob-only .accordion-body{
    padding: 1.5rem 1rem;
  }
  .mob-only .accordion-body .main-heading{
    position: relative;
    font-family: "Signika-Bold", sans-serif;
    font-size: 30px;
    line-height: 1;
    text-transform: capitalize;
    color: #4ac3b1;
    margin-top: 30px;
    margin-bottom: 15px;
  }
  .mob-only .accordion-body .main-heading:before {
    content: url("../icons/events-before-sm.png");
    position: absolute;
    left: 0px;
    top: -33px;
  }
  .mob-only .accordion-body .description{
    font-family: "Signika-Regular", sans-serif;
    font-size: 16px;
    line-height: 1.4;
    color: #123d68;
    margin-bottom: 0;
  }
  .mob-only .accordion-body .gallery{
    margin-top: 20px;
  }

  /*About Page Only Mob "Book Our Venue" tab Section*/
  .mob-only .sponsor-venue-form{
    margin-top: 30px;
  }
  .mob-only .sponsor-venue-form .form-heading{
    font-family: "Signika-Bold", sans-serif;
    font-size: 24px;
    line-height: 1;
    text-transform: capitalize;
    color: #185eec;
    margin-bottom: 20px;
  }
  .mob-only .sponsor-venue-form .form-label{
    position: relative;
    width: 100%;
    font-family: "Signika-Regular", sans-serif;
    font-size: 16px;
    line-height: 1;
    color: #123d68;
    margin-bottom: 5px;
  }
  .mob-only .sponsor-venue-form .form-label .optional{
    position: absolute;
    bottom: 1px;
    right: 0;
    font-family: "Signika-Regular", sans-serif;
    font-size: 12px;
    line-height: 1;
    color: #123d68;
  }
  .mob-only .sponsor-venue-form .form-control,
  .mob-only .sponsor-venue-form .form-select{
    font-family: "Signika-Regular", sans-serif;
    font-size: 16px;
    padding: 8px 10px 8px 15px;
    background-color: #c2e7ff;
    border-radius: 5px;
    outline: 0;
    box-shadow: none;
    border: 0;
  }
  .mob-only .sponsor-venue-form .form-control::placeholder{
    color: #123d6866;
  }
  .mob-only .sponsor-venue-form .form-control:-ms-input-placeholder{
    color: #123d6866;
  }
  .mob-only .sponsor-venue-form .form-control::-webkit-input-placeholder{
    color: #123d6866;
  }
  .mob-only .sponsor-venue-form .form-check-input{
    min-width: 25px;
    height: 25px;
    box-shadow: none;
    outline: 0;
    padding: 0;
    margin-top: 0;
    background-color: #c1e6fe;
    border-color: #c1e6fe;
  }
  .mob-only .sponsor-venue-form .form-check-input:checked {
      background-color: #1aa5ce !important;
      border-color: #1aa5ce !important;
  }
  .mob-only .sponsor-venue-form .form-check-label{
    font-family: "Signika-Regular", sans-serif;
    font-size: 16px;
    line-height: 1;
    color: #123d68;
    margin-bottom: 0;
    margin-top: 2px;
    padding-left: 10px;
  }
  .mob-only .sponsor-venue-form .send-btn{
    display: inline-block;
    font-family: "Signika-Semibold", sans-serif;
    font-size: 16px;
    width: 100%;
    color: #003ab2;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    background-color: #f9cc35;
    border-radius: 35px;
    line-height: 1;
    border: 0;
    outline: 0;
    box-shadow: none;
    padding: 15px;
  }

  /*Activities and Events Only Mob "Activities" tab Section*/
  .mob-only .activity{
    background-color: #f8f6f1;
    box-shadow: 0px 12px 23px 0px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    margin-bottom: 30px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
  }
  .mob-only .activity:last-child{
    margin-bottom: 0;
  }
  .mob-only .activity .img-container img{
    width: 100%;
  }
  .mob-only .activity .text-container{
    width: 100%;
    padding: 30px 20px;
  }
  .mob-only .activity .heading{
    font-family: "Signika-Bold", sans-serif;
    font-size: 24px;
    color: #123d68;
    line-height: 1;
    text-transform: uppercase;
    margin-bottom: 15px;
  }
  .mob-only .activity .desc{
    font-family: "Signika-Regular", sans-serif;
    font-size: 16px;
    color: #123d68;
    line-height: 1.3;
    margin-bottom: 20;
  }
  .mob-only .activity .time-heading{
    display: flex;
    align-items: center;
    font-family: "Signika-Bold", sans-serif;
    font-size: 18px;
    color: #2293ec;
    line-height: 1;
    text-transform: uppercase;
    margin-bottom: 20px;
  }
  .mob-only .activity .day{
    font-family: "Signika-Regular", sans-serif;
    font-size: 18px;
    color: #123d68;
    line-height: 1;
    margin-bottom: 10px;
  }
  .mob-only .activity .time{
    font-family: "Signika-Bold", sans-serif;
    font-size: 18px;
    color: #123d68;
    line-height: 1;
    text-transform: uppercase;
    margin-bottom: 0;
  }

  /* "Book with Us" Only Mob Card*/
  .mob-only .book-with-us{
    padding: 30px 25px;
    margin-top: 20px;
    border-radius: 0.5rem;
    background-color: rgb(0, 171, 172);
    box-shadow: 0px 12px 23px 0px rgba(0, 0, 0, 0.1);
  }
  .mob-only .book-with-us .heading{
    font-family: "Signika-Bold", sans-serif;
    font-size: 24px;
    color: #fff;
    line-height: 1;
    text-transform: uppercase;
    margin-bottom: 15px;
  }
  .mob-only .book-with-us .text{
    font-family: "Signika-Regular", sans-serif;
    font-size: 18px;
    color: #fff;
    line-height: 1.3;
    margin-bottom: 15px;
  }
  .mob-only .book-with-us .numb{
    display: block;
    text-decoration: none;
    font-family: "Signika-Bold", sans-serif;
    font-size: 24px;
    color: #fff;
    line-height: 1;
    margin-bottom: 5px;
  }
  .mob-only .book-with-us .email-text{
    font-family: "Signika-Regular", sans-serif;
    font-size: 18px;
    color: #fff;
    line-height: 1;
    display: block;
    margin-top: 15px;
    margin-bottom: 0;
    text-decoration: none;
  }
  .mob-only .book-with-us .book-now{
    display: block;
    width: 100%;
    background-color: rgb(250, 212, 86);
    padding: 12px 15px;
    border-radius: 30px;
    box-shadow: none;
    outline: 0;
    border: 0;
    font-family: "Signika-Bold", sans-serif;
    font-size: 16px;
    color: rgb(0, 171, 172);
    line-height: 1;
    text-transform: uppercase;
    margin-top: 20px;
    text-decoration: none;
    text-align: center;
  }

  /*Plan Your Visit Only Mob "Plan Your Visit" Tab Section*/
  .mob-only{

  }

  /*Plan Your Visit Only Mob "Park Information" Tab Section*/
  .mob-only .opening-timings{
    display: flex;
    align-items: center;
    padding: 30px 20px;
    border-radius: 10px;
    background-color: rgb(248, 246, 241);
    box-shadow: 0px 12px 23px 0px rgba(0, 0, 0, 0.1);
    margin-bottom: 25px;
  }
  .mob-only .opening-timings:last-child{
    margin-bottom: 0;
  }
  .mob-only .opening-timings .icon{
    margin-right: 20px;
  }
  .mob-only .opening-timings .icon img{
    max-width: 45px;
  }
  .mob-only .opening-timings .days{
    font-family: "Signika-Regular", sans-serif;
    font-size: 20px;
    line-height: 1;
    color: #123d68;
    margin-bottom: 5px;
  }
  .mob-only .opening-timings .timings{
    font-family: "Signika-Bold", sans-serif;
    font-size: 20px;
    line-height: 1;
    color: #123d68;
    margin-bottom: 0;
  }

  /*Plan Your Visit Only Mob "Location" Tab Section*/
  .mob-only .where-to-stay{
    margin-top: 30px;
  }
  .mob-only .where-to-stay .stay-heading{
    font-family: "Signika-Bold", sans-serif;
    font-size: 24px;
    line-height: 1;
    text-transform: uppercase;
    color: #b6a88b;
    margin-bottom: 15px;
  }
  .mob-only .where-to-stay .text-container .location-heading{
    font-family: "Signika-Bold", sans-serif;
    font-size: 24px;
    line-height: 1;
    text-transform: uppercase;
    color: #4985c1;
    margin-bottom: 15px;
  }
  .mob-only .where-to-stay .text-container p.text{
    font-family: "Signika-Regular", sans-serif;
    font-size: 16px;
    color: #123d68;
    line-height: 1.4;
    margin-bottom: 20px;
  }
  .mob-only .where-to-stay .text-container .visit-btn{
    display: inline-block;
    font-family: "Signika-Semibold", sans-serif;
    font-size: 16px;
    min-width: 170px;
    color: #0542c1;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    background-color: #f9cc35;
    border-radius: 35px;
    line-height: 1;
    border: 0;
    outline: 0;
    box-shadow: none;
    padding: 18px;
  }

  /*Plan Your Visit Only Mob "Useful Information" Tab Section*/
  .mob-only .services .heading{
    position: relative;
    font-family: "Signika-Bold", sans-serif;
    font-size: 24px;
    line-height: 1;
    text-transform: uppercase;
    color: #b6a88b;
    margin: 30px 0 20px;
  }
  .mob-only .rules ul,
  .mob-only .services ul{
    width: 100%;
    display: inline-block;
    padding-left: 0;
    margin-bottom: 0;
    list-style-type: none;
  }
  .mob-only .rules ul li,
  .mob-only .services ul li{
    position: relative;
    padding-left: 40px;
    font-family: "Signika-Regular", sans-serif;
    font-size: 16px;
    color: #123d68;
    margin-bottom: 15px;
    line-height: 27px;
  }
  .mob-only .rules ul li:last-child,
  .mob-only .services ul li:last-child{
    margin-bottom: 0;
  }
  .mob-only .rules ul li:before,
  .mob-only .services ul li:before{
    content: url("../icons/check-icon.png");
    position: absolute;
    left: 0;
    top: 0;
    line-height: 1;
  }

  /*School Offer Page Only Mob "School Offer" tab Section*/
  .mob-only .school-tickets .amount{
    display: flex;
    align-items: center;
    margin: 35px 0;
  }
  .mob-only .school-tickets .amount .icon{
    margin-right: 15px;
  }
  .mob-only .school-tickets .amount h4{
    font-family: "Signika-Bold", sans-serif;
    font-size: 24px;
    line-height: 1;
    color: #123d68;
    margin-bottom: 0;
  }
  .mob-only .school-tickets .includes .item{
    display: flex;
    align-items: center;
    margin-bottom: 20px;
  }
  .mob-only .school-tickets .includes .item img{
    margin-right: 10px;
  }
  .mob-only .school-tickets .includes .item .name{
    font-family: "Signika-Semibold", sans-serif;
    font-size: 18px;
    line-height: 1;
    color: #123d68;
    margin-bottom: 0;
  }
  .mob-only .school-tickets .includes-text{
    font-family: "Signika-Regular", sans-serif;
    font-size: 16px;
    line-height: 1.4;
    color: #123d68;
    margin-bottom: 0;
  }
  .mob-only .school-tickets .packages{
    margin-top: 40px;
  }
  .mob-only .school-tickets .packages .package{
    position: relative;
    min-height: 180px;
    border-radius: 30px;
    overflow: hidden;
  }
  .mob-only .school-tickets .packages .pkg-slingshot{
    background: url("../images/pkg-slingshot.png") no-repeat;
    background-position: top center;
    background-size: cover;
  }
  .mob-only .school-tickets .packages .pkg-bowling{
    background: url("../images/pkg-bowling.png") no-repeat;
    background-position: top center;
    background-size: cover;
  }
  .mob-only .school-tickets .package .package-text{
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    border-top-right-radius: 30px;
    background-color: #ffd700;
    padding: 15px 25px 18px;
  }
  .mob-only .school-tickets .package-text .name{
    font-family: "Signika-Bold", sans-serif;
    font-size: 18px;
    line-height: 1;
    color: #123d68;
    text-transform: uppercase;
    margin-bottom: 8px;
  }
  .mob-only .school-tickets .package-text .price{
    font-family: "Signika-Bold", sans-serif;
    font-size: 16px;
    line-height: 1;
    color: #123d68;
    text-transform: uppercase;
    margin-bottom: 0;
  }
}



