/* Normal desktop :1200px. */
@media (min-width: 1200px) and (max-width: 1500px) {
    .input_saearch input {
        width: 575px;
    }
    .books_content_right {
        flex: 0 0 75%;
    }
    .books_content_right_area {
        flex: 0 0 75%;
    }
    .single-department-box {
        margin-left: 10px;
        margin-right: 11px;
    }
    .single_small_book {
        width: 200px;
    }

}


/* Normal desktop :992px. */
@media (min-width: 992px) and (max-width: 1200px) {
    .input_saearch input {
        width: 459px;
    }
    .slider-area .owl-nav div {
        left: 10px;
    }
    .slider-area .owl-nav .owl-next {
        left: auto;
        right: 10px;
    }
    .slide-text h2 {
        color: #fff;
        font-size: 38px;
        line-height: 1.5;
    }
    .slide-text h3 {
        font-size: 27px;
    }
    .department-area.pt-100.pb-100 {
        padding: 80px 0px;
    }
    .books_content_right {
        flex: 0 0 74%;
    }
    .books_wrapper.pt-100.pb-100 {
        padding: 80px 0px;
    }
    .sm_books_content {
        margin-bottom: 40px;
    }
    .quote-text h2 {
        font-size: 36px;
    }

    .section-title h2 {
        font-size: 30px;
    }
    .books_content_right_area {
        flex: 0 0 74%;
    }
    .subscribe-content h2 {
        color: #fff;
        margin-bottom: 34px;
        font-size: 30px;
    }


    .single-department-box {
        min-height: 207px;
        margin-left: 8px;
        margin-right: 9px;
    }

    .single_small_book {
        width: 168px;
    }
    .single_audio_wrap {
        width: 165px;
    }

}

 
/* Tablet desktop :768px. */
@media (min-width: 768px) and (max-width: 991px) {
    .input_saearch input {
        width: 315px;
    }
    .subscribe-box .Subscribe_Name {
        width: 100%;
        height: 55px;
        margin-bottom: 10px;
    }
    .subscribe-box .Subscribe_Email {
        width: 100%;
        height: 55px;
        margin-bottom: 10px;
    }
    .subscribe-box button {
        position: unset;
        left: unset;
        top: unset;
        transform: unset;
    }
    .slider-area .owl-nav div {
        left: 10px;
        font-size: 40px;
    }
    .slider-area .owl-nav .owl-next {
        left: auto;
        right: 10px;
    }
    .slide-text h2 {
        font-size: 32px;
    }
    .slide-text h3 {
        font-size: 28px;
    }
    .single-department-box {
        min-height: 155px;
    }
    .single-department-box h4 {
        font-size: 22px;
    }
    .single-department-box h4 span {
        margin-top: 9px;
    }
    .department-area.pt-100.pb-100 {
        padding: 60px;
    }
    .section-title h2 {
        padding-bottom: 10px;
        margin-bottom: 40px;
        font-size: 27px;
    }

    .books_wrapper.pt-100.pb-100 {
        padding: 60px;
    }

    .books_content_right {
        flex: 0 0 60%;
        grid-template-columns: repeat(2,auto);
    }

    .books_content_full {
        flex: 0 0 100%;
        grid-template-columns: repeat(3,auto);
    }

    .quote-text h2 {
        font-size: 35px;
    }
    .inner_books_wrap {
        display: grid;
        grid-template-columns: repeat(2,auto);
        justify-content: space-between;
    }

    .books_content_right_area {
        flex: 0 0 61%;
        width: 61%;
    }
    .inner_books_wrap_audio {
        display: grid;
        grid-template-columns: repeat(2, auto);
        justify-content: space-between;
        grid-row-gap: 62px;
    }
    .subscribe-content h2 {
        font-size: 28px;
    }
    .subscribe-area {
        min-height: 452px;
    }
    .footer-area.pt-100.pb-100 {
        padding: 50px 0px;
    }

    .single-department-box {
        margin-left: 8px;
        margin-right: 9px;
        flex: 0 0 30%;
        margin-bottom: 18px;
    }
    .single_small_book {
        width: 180px;
    }
    .single_audio_wrap {
        width: 183px;
    }




    /* video_single */
    .video_text_content p {
        color: #140923;
        font-size: 15px;
    }
    .video_text_sug a { 
        font-size: 13px;
    }
    .article_content_wrapper {
        padding: 40px 0px;
    }
    .video_contents a img {
        width: 90px;
    }
    /* video_single_eng */


    /* book area */
    .book-area{
        padding-top: 70px;
        padding-bottom: 70px;
    }
    .view .fnav a {
        font-size: 30px;
    }
    /* book area// */

}

 
/* small mobile :320px. */
@media (max-width: 767px) {


    .input_saearch {
        display: none;
    }
    .slide-text h2 {
        font-size: 22px;
    }
    .slide-text h3 {
        font-size: 14px;
    }
    .slider-area .owl-nav div {
        left: 0;
        font-size: 32px;
    }
    .slider-area .owl-nav .owl-next {
        left: auto;
        right: 0;
    }
    .department-area.pt-100.pb-100 {
        padding: 40px 0px;
    }
    .subscribe-box .Subscribe_Name {
        width: 100%;
        height: 55px;
        margin-bottom: 10px;
    }
    .subscribe-box .Subscribe_Email {
        width: 100%;
        height: 55px;
        margin-bottom: 10px;
    }
    .subscribe-box button {
        position: unset;
        left: unset;
        top: unset;
        transform: unset;
    }

    .section-title h2 {
        padding-bottom: 10px;
        margin-bottom: 28px;
        font-size: 24px;
    }
    .single-department-box {
        margin-bottom: 20px;
    }
    .books_wrapper.pt-100.pb-100 {
        padding: 40px 0px;
    }

    .books_content_right {
        flex: 0 0 100%;
        grid-template-columns: repeat(2,auto);
    }
    .books_content_full {
        flex: 0 0 100%;
        grid-template-columns: repeat(2,auto);
    }
    .books_content_wrapper {
        flex-wrap: wrap;
    }
    .sm_books_content {
        margin-bottom: 20px;
    }
    .books_content_left {
        flex: 0 0 100%;
    }
    .books_big_img img {
        width: 100%;
    }
    .quote-text h2 {
        font-size: 20px;
    }
    .quote-text p {
        font-size: 20px;
    }
    .quote-icon i {
        font-size: 32px;
    }

    .section-title.left_bar {
        display: none;
    }
    .books_content_right_area {
        flex: 0 0 100%;
        width: 100%;
    }
    .inner_books_wrap {
        display: grid;
        grid-template-columns: repeat(2,auto);
        justify-content: space-between;
    }

    .inner_books_wrap_audio {
        display: grid;
        grid-template-columns: repeat(2, auto);
        justify-content: space-between;
        grid-row-gap: 46px;
    }
    .single_audio_wrap {
        width: 165px;
    }

    .books_content_left {
        flex: 0 0 100%;
    }
    .header_right {
        flex: 0 0 auto;
        justify-content: flex-end;
    }    
    .subscribe-content h2 {
        font-size: 19px;
    }

    .footer-area.pt-100.pb-100 {
        padding: 50px 0px;
    }

    #scrollUp {
        right: 40px;
    }
    .header-area {
        min-height: 73px;
    } 
    
    .single-department-box {
        min-height: 168px;
        margin-left: 3px;
        margin-right: 3px;
        flex: 0 0 48%;
    }

    .feature_item_wrapper {
        justify-content: space-between;
    }
    .single_small_book {
        text-align: center;
        width: 166px;
    }
    .books_content_left {
        order: 1;
    }

    .books_content_right {
        order: 2;
    }
    .books_content_right_area {
        order: 2;
    }
    .feature_item_wrapper {
        margin-left: 0px !important;
        margin-right: 0px !important;
        display: flex;
        flex-wrap: wrap;
    }
    .books_content_left {
        flex: 0 0 100%;
        margin-top: 0px;
        margin-bottom: 30px;
    }
    .single-slide-item {
        height: 70vh;
    }
    .single-department-box h4 span {
        margin-top: 8px;
    }
    .single-department-box h4 {
        font-size: 22px;
    }


    .blog_writter_wrapper {
        flex-wrap: wrap;
        justify-content: center !important;
    }
    .blogwr_info_wrapper {
        flex-wrap: wrap;
        justify-content: center;
        text-align: center;
        margin-bottom: 10px;
    }
    .blogrt_info h5 {
        font-size: 20px;
        margin-bottom: -5px;
    }
    .bloger_thumb {
        margin-left: 0px;
        margin-bottom: 20px;
    }
    .blogrt_info {
        text-align: center;
        flex: 0 0 100%;
    }
    .article_content_wrapper {
        padding: 30px 0px;
    }

    .social_share a img {
        width: 15px;
    }
    .book_thumb {
        text-align: center;
        margin-top: 22px;
    }
    .social_share a {
        margin-right: 10px;
    }
    .social_share {
        width: 75px;
        flex: 0 0 75px;
    }
    .book_summery p {
        font-size: 16px;
    }
    .single_book_list ul li {
        font-size: 15px;
        margin-bottom: 9px;
    }
    .single_book_list {
        margin-top: 24px;
    }

    /* video_single */
    .video_text_content p {
        font-size: 15px;
    }
    .video_text_sug a { 
        font-size: 13px;
    }
    .video_contents a img {
        width: 70px;
    }
    /* video_single_eng */

    /* book area */
    .book-area{
        padding-top: 50px;
        padding-bottom: 50px;
    }
    
    .book-link {
        padding: 7px 15px;
    }
    .book-links {
        text-align: center;
    }
    /* book area// */









}
 
/* Large Mobile :480px. */
@media only screen and (min-width: 480px) and (max-width: 767px) {
.container {width:450px}

.slider-area .owl-nav div {
    left: 10px;
    font-size: 40px;
}
.slider-area .owl-nav .owl-next {
    left: auto;
    right: 10px;
}
.slide-text h2 {
	font-size: 30px;
}
.books_big_img {
	height: 485px;
}
.books_big_img img {
	height: 100%;
}
}
