@media (max-width: 1660px){
  #secspace {padding: 1rem;}
}
@media(max-width: 991px){
  #secspace {padding: 1rem 0;}
}
@media (max-width: 767px) {
  p,
  .program_list li > * {
    font-size: 1rem;
  }
  h2 {
    font-size: 2rem;
  }
  .navbar{
    padding: 15px;
  }
  .head-logo {width: 60%;}
  .heading::before, .buy-adsec:before {
    width: 0.8rem;
  }
  .heading h2,
  .heading h1 {
    font-size: 1.8rem;
    padding-left: 2rem;
  }
  .ad_sec_inner{
   margin-left: 2rem;
  }
  .buy-adsec{margin: 1rem 0;}
  .ad_sec {
    display: block;
  }
  .ad_sec img {
    width: 100%;
  }
  .ad_sec h3,
  .callus a,
  .ad_sec h2 {
    font-size: 1.5rem !important;
  }
  .inqury_sec {
    display: block;
  }
  .banner-home{
    background: url("../images/home_banner-mobile.png") no-repeat;
    background-size: cover;
    background-position: center;
  }
  .baseball-banner{background: url("../images/baseball_mobile.jpg");background-position: center;} 
  .softball-banner{background: url("../images/softball_mobile.jpg");background-position: center;} 
  .basketball-banner{background: url("../images/basketball_mobile.jpg");background-position: center;} 
  .vollyball-banner{background: url("../images/volleyball_mobile.jpg");background-position: center;} 
  .league-group-banner{background: url("../images/league_group_mobile.jpg");background-position: center;} 
  .tournament-banner{background: url("../images/tournament_mobile.jpg");background-position: center;}
  #banner:after {
    content: "";
    background: #003b6494;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    top: 0;
  }
  #banner img {
    position: relative;
    z-index: 1;
  }
  .accordion {
    margin: 1rem 0 3rem;
  }
  .card-body h6,
  .card-body h5,
  .card-body span {
    font-size: 1rem;
  }
  .program_list {
    margin: 1rem 0;
  }
  .program_list li {
    margin-bottom: 1rem;
  }
  footer {
    padding: 3rem 0;
  }
  footer h4 {
    font-size: 1rem;
    margin: 1rem 0;
  }
  footer ul li a {
    font-size: 1rem;
    padding: 0;
  }
  footer img {
    width: 100%;
  }
  .inqury_sec h2:first-child, .inqury_sec h2:last-child{font-size: 1.5rem;}
  .faq-content h3{
    font-size: 26px;
    margin-bottom: 1rem;
  }
  .brochure-blog h3{font-size: 22px;}
  .getlink{font-size: 16px;}
  .purchase-blog{padding: 0;}
}
