@media screen and (max-width: 990px){
    h1, h2, h3, h4, h5, h6 {
        font-size: 27px;
    }
    /* nav tab start */
    .section-title h2 {
        font-size: 24px;
    }
.tab-option .nav-tabs {
    width: 100%;
}
/* nav tab end */
.navbar-collapse {
    margin-top: 18px;
    background: aliceblue;
}
.tab-option .nav-tabs .nav-link {
    padding: 0px 5px;
}
#search-section .search-title h1 {
    font-size: 16px;
}
/* new search css */
#search-form {
    margin-top: 6px;
    margin-bottom: 1px;
}
#search-form .search-query {
    padding: 6px 28px 6px 30px !important;
    border-radius: 50px;
    border: none;
    -webkit-transition: width  0.2s ease-in-out;
    -moz-transition:width  0.2s ease-in-out;
    -o-transition: width  0.2s ease-in-out;
    transition: width  0.2s ease-in-out;
    background: #ededed;
}
#search-section .search-query:focus {
    width: 300px;
}
#search-form button {
    left: 0px;
    color: #532f92;
  text-transform: uppercase;
  border: 0;
  background: none;
  padding: 2px 5px;
  position: relative;
}
/* end */

.footer-menu ul {
    margin-left: -18px;
    line-height: 36px;
}
.footer-term ul {
    line-height: 36px;
}
.footer-social-icon{
    text-align: left;
    margin-bottom:18px;
}

/* article detail */
#article-detail .sidebar-widget-left .sidebar-heading h1 {
    margin-bottom: 50px;
    font-size: 28px;
}

/* video-detail */
#video-detail .sidebar-widget-left .sidebar-heading h1 {
    font-size: 26px;
    margin-top: 18px;
}
#video-detail .video-descr p {
font-size: 17px;
}
/* information  */
#information h5 {
    font-size: 20px;
}

#cookie-bottom .modal-content{
    text-align: center;
    border: none;
}
#cookieModal {
height: 36%;
background: #e8dbff;
}

/* Podcast */
#podcast .podcast-box .content {
    padding: 15px 0px 7px;
}

/* search page */
#search-page-section .autocomplete {
    width: 70%;
}
#search-page-section .search-button {
    font-size: 13px;
}
#search-page-section .search-bar {
    padding: 4px 15px;
}
} /* Media Query End */


