@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
    ===========================*/
    .mid-header{
        display: none;
    }
    .sc-user-mobile {
        display: inline-block;
    }
    .inner-page-banner {
        margin-top: 70px;
    }
    .navbar {
        padding: .5rem 1rem;
    }
    .navbar-brand {
        display: block;
    }
    .header ul.navbar-nav > li > a {
        font-weight: 600;
        font-size: .765rem;
        line-height: 36px;
    }
    .mid-header .mid-right {
        text-align: center;
    }
    .dropdown-menu {
        background: #022F35;
        box-shadow: none !important;
    }
    .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;
    }
    .mobile-h-user .btn-primary{

    }
    .mobile-h-user .dropdown-menu{
        top: unset;
    }
    .mobile-h-user .dropdown-toggle::after{
        margin-top: calc(50% - 4px);
        border-top: .4em solid;
        border-right: .3em solid transparent;
        border-left: .3em solid transparent;
    }
    .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;
    }
    .nav-item.dropdown .dropdown-menu {
        animation-name: none !important;
    }
    /*==========================
        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
    ===========================*/
    .countdown {
        text-align: center;
    }
    .tg-eventcounter span:first-child{
        font-size: 2rem;
    }
    .tg-eventcounter span:last-child {
        font-size: 1rem;
    }
    .conferencedate {
        text-align: center;
        font-size: 0.875rem;
    }
    /*==========================
        Login
    ===========================*/
    .none-992 {
        display: none !important;
    }
    .login-box-6 {
        margin: 0;
    }

    .login-6 .login-inner-form .details {
        padding: 30px;
    }
} 
@media (max-width: 767px) {
    .inner-page-banner {
        margin-top: 60px;
    }
    .fun-facts-card {
        padding: 0;
        margin-top: 30px;
        text-align: center;
    }
    .fun-facts-card i {
        position: relative;
        margin-bottom: 12px;
    }
    .fun-facts-card h2 {
        font-size: 28px;
    }
    .fun-facts-card::before {
        display: none;
    }
    
    .important-dates-block .h-scroll{
        overflow-x: scroll;
    }
    .important-dates-block .h-scroll img{
        max-width: unset !important;
        height: auto;

    }

    .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: 1rem;
        font-weight: 600;
        text-align: center;
    }
    .page-banner-title .holder .title{
        font-size: 1.125rem;
    }
    .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;
    }
}