@media (max-width: 480px) {
    .countdown{
        padding: 1rem 0;
    }
    .tg-eventcounter span:first-child{
        font-size: 14px !important;
        padding: 0 15px;
    }
    .tg-eventcounter span:last-child {
        font-size: 11px !important;
    }
    .tg-eventcounter:not(:last-child) span:first-child::before {
        font-size: 2px;
    }
    .tg-eventcounter:not(:last-child) span:first-child::after {
        font-size: 2px;
    }
    /*==========================
        Footer
    ===========================*/
    .footer-menu ul li a{
        margin: 0 .5rem;
    }
    .footer-menu ul li a::before {
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        margin: 0;
        content: '';
        background: transparent;
        width: 0;
        height: 0;
        border-radius: 0;
        -webkit-border-radius: 0;
        -ms-border-radius: 0;
    }
}
@media (max-width: 991px) {
    /*==========================
        header area
    ===========================*/
    .navbar {
        padding: .5rem 1rem;
    }
    .header ul.navbar-nav > li > a {
        font-weight: 600;
        font-size: .765rem;
        line-height: 36px;
    }
    .dropdown-menu {
        background: #25233b;
        box-shadow: none;
    }
    .dropdown-item {
        color: #ffffff;
        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;
    }
    /*==========================
        count down
    ===========================*/
    .tg-eventcounter span:first-child{
        font-size: 2rem;
    }
    .tg-eventcounter span:last-child {
        font-size: 1rem;
    }
    /*==========================
        Login
    ===========================*/
    .none-992 {
        display: none !important;
    }
    .login-box-6 {
        margin: 0;
    }

    .login-6 .login-inner-form .details {
        padding: 30px;
    }
} 
@media (max-width: 767px) {
    .speaker-shap {
        display: none;
    }
    .section-header .title {
        font-size: 1.5rem;
    }
    /*==========================
     * Detail Page
     *========================= */
    .inner-page-banner{
        padding-top: 40px;
        padding-bottom: 30px;
        min-height: unset;
    }
    .page-banner-title .holder{
        float: none;
        max-width: 100%;
        font-size: 1.2rem;
        font-weight: 600;
    }
    .page-banner-title .holder .title::after {
        margin: 0 auto;
    }
    .page-banner-title .breadcrumbs {
        overflow: hidden;
        padding: 15px 0 0;
        max-width: 100%;
        float: none;
    }
    .page-banner-title .breadcrumbs li { 
        font-size: 13px;
    }
}