
@media (max-width: 480px) {
    .top-header{
        display: none;
    }
}
@media (max-width: 991px) {
    /*==========================
        header area
    ===========================*/
    .navbar-gs.sticky .navbar-brand{
        padding-left: 10px;
    }
    .mid-header{
        display: none;
    }
    .navbar-brand{
        display: block;
    }
    .navbar {
        padding: .5rem 1rem;
    }
    .header ul.navbar-nav > li > a {
        font-weight: 600;
        font-size: .765rem;
        line-height: 36px;
    }
    .dropdown-menu {
        background: #fff;
        box-shadow: none;
    }
    .dropdown-item {
        color: #555;
        border-bottom: none;
        padding: 5px 1rem;
    }
    .dropdown-item:hover, .dropdown-item:focus{
        background: transparent;
    }
    .dropdown-toggle::after {
        border-top: .5em solid;
        border-right: .4em solid transparent;
        border-left: .4em solid transparent;
        float: right;
        margin-top: 15px;
    }
    .header ul.navbar-nav > li.header-ticket { 
        margin-top: 0;
        margin-bottom: 1rem;
        padding-right: 15px;
        padding-left: 15px;
    }
    .header ul.navbar-nav > li.header-ticket .ticket-btn{
        margin-left: 0;
    }
    /*==========================
        slider area
    ===========================*/
    .home-single-slide {
        height: 400px;
    }
    .home-slide-description { 
        padding: 0;
    }
    .slide-text h2 span ,
    .slide-text h2 {
        font-size: 16px;
        line-height: 22px;
    }
    .slide-text p {
        font-size: 13px;
    }
    /*==========================
        coundown
    ===========================*/
    .qn-countdown{
        margin-top: -70px;
    }
    .qn-countdown .block-countdown{
        padding: 1rem 0;
        border-radius: .5rem;
    }
    .tg-eventcounter span:first-child{
        font-size: 1rem;
        padding: 0 20px;
    }
    .tg-eventcounter span:last-child {
        color: #fff;
        display: block;
        font-size: .75rem;
        line-height: 20px;
    }
    .tg-eventcounter:not(:last-child) span:first-child::before {
        font-size: 3px;
    }
    .tg-eventcounter:not(:last-child) span:first-child::after {
        font-size: 3px;
    }

    /*==========================
    Banner Title
    ===========================*/
    .inner-page-banner{
        margin-top: 58px;
        min-height: 150px;
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .page-banner-title .holder {
        float: unset;
        text-align:center;
        margin-bottom: 1rem;
    }
    .page-banner-title .holder .title{
        font-size: 1.5rem;
    }
    .page-banner-title .holder .title::after { 
        margin: 0 auto; 
    }
    .page-banner-title .breadcrumbs{
        float: unset;
        text-align: center;
    }
    .page-banner-title .breadcrumbs li {
        font-size: 12px;
    }

    /*==========================
    Homepage
    ===========================*/
    .home-page .section-header .title {
        font-size: 32px;
        line-height: 42px;
    }
    /*==========================
    Footer
    ===========================*/
    .gs-footer .footer-copyright .logo{
        margin: 0 auto;
    }
    .gs-footer .footer-copyright .powered {
        width: 100%;
        max-width: 100%;
        text-align: center;
    }

}