

@media (min-width: 798px){
    .body__header {
        position: fixed;
        top:0;
    }
    
    .body__header {
      width: 100%;
      z-index: 9;
    }

    .tag__line-main {
        font-size:85px;
        line-height: 110px;
    }

    .tag__line {
        font-family: 'Righteous', cursive;
        font-size: 65px;
    }

    .time__detail {
        border-left: 3px solid var(--btn-primary);
        padding-left: 50px;
    }
    
    .form__wrap {
        display: none;
        border-radius: 4px;
        min-width: 400px;
        position: fixed;
        right: 10%;
        z-index: 100;
    }
  }

  

@media (max-width: 768px){
    .wrap__container {
        width: 96%;
    }
    p {
        line-height: 30px;
    }

    .body__header {
      width: 100%;
      position: fixed;
      top: 0;
      z-index: 9;
    }

    .body__header .wrap__container {
        justify-content: flex-end;
    }

    .time__detail img {
        width: 100%;
    }

  .section__safety{
    font-size: 24px;
    padding: 20px;
  }

.big__text {
    font-size: 30px;
  }

    .tag__line-main {
        font-size:35px;
        line-height: 55px;
    }
    
    .tag__line {
        font-family: 'Righteous', cursive;
        font-size: 45px;
    }

    .section__timing {
        padding: 50px 0;
        min-height: 60vh;
    }

    .time__header {
        text-align: center;
    }

    .time__detail {
        border-top: 3px solid var(--btn-primary);
        padding-top: 50px;
        margin: 50px 20px 0;
    }
    .section__facilities-container p{
        padding: 0 20px;
    }

    .tab ul {
        position: sticky;
        top: 0;
    }

    .wrap__footer {
        text-align: center;
    }

    .wrap__footer ul li {
        margin-bottom: 30px;
    }
    
    .form__wrap {
        display: none;
        border-radius: 4px;
        max-width: 400px;
        position: fixed;
        right: 20px;
        left: 20px;
        z-index: 100;
    }
  }

  @media(min-width: 501px){
      
    .m-banner {
        display: none;
    }
  }

  @media(max-width: 500px){
      
    .d-banner {
        display: none;
    }
    

    .header__brand a{
        display: none;
    }

  }

  @media (max-width: 360px){
    .form__wrap {
        display: none;
        border-radius: 4px;
        max-width: 300px;
        position: fixed;
        z-index: 100;
    }
  }
