/* Normal desktop :1200px. */
@media (min-width: 1200px) and (max-width: 1500px) {
    .menu-mega-outer-box {
        grid-template-columns: 200px auto;
    }
    .mega-menu-step-2 {
        width: calc(100% + 315px);
    }
    
.mega-menu-box .single-news-box:last-child {
    display: none;
  }
  .mega-menu-box {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }
  .menu-mega-outer-box .mega-menu-box {
	grid-template-columns: 1fr 1fr 1fr 1fr;
}

}
@media (min-width: 1366px) and (max-width: 1500px) {
    .mega-menu-step-2 {
        width: calc(100% + 341px);
    }

}

/* Normal desktop :992px. */
@media (min-width: 992px) and (max-width: 1199.98px) {
    .toggle-bar {
        display: inline-block;
    }
    
    .header-top-left {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .sc-icon.responsive-purpose {
        position: unset;
        transform: translate(0);
        height: 54px;
        width: 54px;
    }
    .site-logo img {
        max-width: 90px;
        margin: 5px 0;
    }
    .header-top-area {
        padding: 0;
        overflow: hidden;
    }
    .header-top-area .container {
        max-width: 100%;
        padding-right: 0;
    }
    .hero-area {
        margin-top: 0;
    }

    .yt-embed-wrap {
        grid-template-columns: 1fr;
    }
    .yt-playlist {
        height: 100%;
        margin-top: -4px;
    }
    #box {
        position: -webkit-sticky;
        position: sticky;
        top: 15px;
    }

}

 
/* Tablet desktop :768px. */
@media (min-width: 768px) and (max-width: 991.98px) {
    .toggle-bar {
        display:inline-block;
    }
    .header-top-left {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .sc-icon.responsive-purpose {
        position: unset;
        transform: translate(0);
        height: 54px;
        width: 54px;
    }
    .site-logo img {
        max-width: 220px;
        margin: 5px 0;
    }
    .header-top-area {
        padding: 0;
        overflow: hidden;
    }
    .header-top-area .container {
        max-width: 100%;
        padding-right: 0;
    }
    .hero-area {
        margin-top: 0;
    }

    .yt-embed-wrap {
        grid-template-columns: 1fr;
    }
    .yt-playlist {
        height: 100%;
        margin-top: -4px;
    }

}

 
/* small mobile :320px. */
@media (min-width: 320px) and (max-width: 767.98px) {
    .toggle-bar {
        display:inline-block;
    }
    .header-top-left {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .sc-icon.responsive-purpose {
        position: unset;
        transform: translate(0);
        height: 54px;
        width: 54px;
    }
    .site-logo img {
        max-width: 220px;
        margin: 5px 0;
    }
    .header-top-area {
        padding: 0;
    }
    .header-top-area .container {
        max-width: 100%;
        padding-right: 0;
    }
    .hero-area {
        margin-top: 0;
    }
    .single-news-box {
        grid-template-columns: 1fr;
    }
    .header-top-area .container .row {
        margin-right: 0;
    }
    .header-top-area .container .row .col-12 {
        padding-right: 0;
    }
    
.hero-item-content .hero-content-title {
    text-align: center;
  }
  .hero-item-content .penci_post-meta {
    display: none;
  }

  .share-wrap {
	padding: 12px 15px;
}

.yt-embed-wrap {
    grid-template-columns: 1fr;
}
.yt-playlist {
    height: 100%;
    margin-top: -4px;
}
.player-wrap iframe {
	width: 100%;
	height: 275px;
}










 
}
 
/* Large Mobile :480px. */
@media (min-width: 576px) and (max-width: 767.98px) {


 
}
