@media screen and (max-width: 800px) {
    .slider .content{
        padding: 50px 20px!important;
    }
    .slider .content h2{
        font-size: 20px;
    }

    .slider .content p{
        font-size:14px;
    }

    .section-title h2 {
        font-size: 30px;
        font-weight: 0;
        line-height: normal;
        margin-bottom: 0px;
    }

    .boock-card {
        width: 100%;
        overflow: hidden;
        margin-bottom: 20px;
    }
    .boock-card img {
        width: 100%;
        height: auto!important;
        object-fit: cover;
    }

    .boock-card span {
        font-size: 17px;
        text-align: center;
        display: block;
        margin-top: 10px;
        text-transform: capitalize;
    }
    .timeline-box .post-item-inner {
        margin-left: 50px;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        flex-direction: column;
    }
    .wide-post-box .posts-items li .post-thumb {
        margin-right: 25px;
        float: none;
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        width: 100%;
        max-width: 350px;
        margin-bottom: 20px;
    }
    .manu-search.search-container {
        position: relative;
        margin-left: 0px;
        margin-right: 15px;
    }
    
    .navmenu ul {
        width: 95%;
        left: 10px;
    }
    .manu-search .search-input.open {
        right: 30px;
        opacity: 1;
        pointer-events: auto;
        top: -10px;
        width: 260px;
    }
    .postcast-contant {
        position: absolute;
        top: 12%;
        left: 2%;
        width: 57%;
        padding: 5px;
        background-color: #ffb300;
        border-radius: 6px;
        display: flex;
    }
    .postcast-main-img {
        width: 35%;
    }
    .postcast-contant .title {
        text-align: left;
        margin-top: 0px;
        margin-left: 5px;
    }
    .postcast-contant .title h3 {
        color: #0c0040;
        line-height: normal;
        margin-bottom: 0px;
        display: inline-block;
        text-transform: uppercase;
        font-size: 16px;
  }
  .postcast-contant .title .cast-audio i {
    font-size: 16px;
    margin-right: 5px;
    color: #0c0040;
}
.postcast-contant .title .cast-audio span {
    font-size: 11px;
}
.podcast-episode .cast-audio span {
    font-size: 11px;
    color: #ffffff;
    margin-left: auto;
}
.podcast-item .image {
    width: 20%;
}
.podcast-item{
    align-items: flex-start;
}
.podcast-item-content .title h3 {
    color: #ffb300;
    text-transform: uppercase;
    font-size: 20px;
    line-height: normal;
}
.podcast-item-content {
    margin-left: 11px;
    width: 80%;
}
.podcast-item-content .title time {
    font-family: sans-serif;
    font-size: 10px;
}
.podcast-episode .cast-audio p {
    font-size: 11px;
    color: #ffffff;
    margin-bottom: 0px;
}
.podcast-episode .cast-audio span {
    font-size: 11px;
    color: #ffffff;
    margin-left: auto;
}
.play-icon {
    cursor: pointer;
    font-size: 13px;
}
.podcast-episode {
    margin-top: 5px!important;
}
.podcast-episode .cast-audio i {
    color: #ffb300;
    margin-right: 5px;
}
}
  @media only screen and (min-width: 1200px) and (max-width: 1400px)  {
    .navmenu{
        width: 81%;
      }
  }