/* Laptop Layout: 1200px. */
@media only screen and (min-width: 1399px) and (max-width: 1505px) {
   
}
@media only screen and (min-width: 1201px) and (max-width: 1399px) { 
    .right-mau {
        padding-left: 0;
    }
    .episode-animation img {
        width: 100px;
    }
    .host-img {
        height: auto;
        width: auto;
        padding: 10px;
    }
    .host-ani img {
        width: 100px;
    }
    
}
/* Medium Layout: 992px. */
@media only screen and (min-width: 992px) and (max-width: 1200px) {
/*home page start  */
.right-mau {
    padding-left: 0;
}
.hero-content {
    padding: 100px 0;
}
.right-audio {
    margin-right: 0;
}
.left-audio-part,.right-audio {
    gap: 15px;
}
.full-audio-are {
    padding: 30px 30px;
}
.audio-area {
    -webkit-box-pack: inherit;
        -ms-flex-pack: inherit;
            justify-content: inherit;
}
.right-audio audio {
    padding-left: 20px;
}
.left-episod-content p {
    width: 400px;
}
img.episode-ani-2,img.episode-ani-1 {
    top: 0;
}
.single-episode-item h2 {
    font-size: 18px;
}
.episode-top-content p {
    font-size: 15px;
}
img.host-ani-left,img.host-ani-right {
    top: 0;
}
img.subscribe-srvices-left {
    left: 0;
}
img.subscribe-srvices-right {
    right: 0;
}
.subscribe-ani {
    display: none;
}
img.client-left-ani,img.client-right-ani {
    top: 12%;
}
.become-sponsor-box {
    top: -46%;
    left: 15%;
}
img.trust-ani-right {
    right: 5%;
}
.blog-content p {
    font-size: 15px;
    margin-bottom:15px;
}
.newsletter-form-wrap input {
    width: 100%;
}
.newsletter-form-wrap button {
    padding: 15px 35px;
}
.newsletter-inner-left p {
    font-size:15px;
    line-height: 28px;
}
.newsletter-inner-left h2 {
    font-size: 26px;
}
img.newsletter-left-ani {
    top: 15px;
    left: 29px;
}
img.newsletter-right-ani {
    right: 60px;
    top: 15px;
}
.logo-part p {
    width: auto;
}
.social-medial {
    width: auto;
}
.main-footer-item {
    gap: 50px;
}
.main-footer-item h4 {
    font-size: 18px;
}
.host-ani img {
    width: 100px;
}
/* podcast single page css */
.prodcast-single-head {
    padding-bottom: 0;
}
.sinlge-blog-audio .audio-area-btn {
    padding-right: 0;
}
.sinlge-blog-audio .right-audio audio {
    margin-left: 100px;
}
.sinlge-blog-audio .audio-area-btn li:first-child {
    margin-bottom: 10px;
}
img.single-product-left {
    display: none;
}
img.single-product-right {
    right: -7%;
}
/* shop page start */
.all-menu.shop-menu .left-menu li {
    padding-right: 25px;
}
.all-menu.shop-menu .search-bar {
    margin-left: 20px;
}
.all-menu.shop-menu .cart-btn a {
    margin-left: 20px;
}
.all-menu.shop-menu {
    gap: 15px;
}
.product-content h4 {
    font-size: 19px;
}
.product-bottom span.price {
    padding-right: 0;
}
a.add-cart {
    font-size: 17px;
}
.product-hover {
    top: 44%;
}
/* shop single page */
.shop-main-page {
    padding-top: 50px;
}
}
/* Tablet & mobile Layout: 768px. */
@media only screen and (max-width: 991px) { 
    /* home page */
    .all-menu {
        display: none;
    }
    .left-episod-content p br {
        display: none;
    }
    .logo-part p {
        width: auto;
    }
    .social-medial {
        width: auto;
    }
    .mobile-menu-area {
        display: flex;
        height: 100%;
        justify-content: flex-end;
        align-items: center;
    }
}

/* Tablet Layout: 768px. */
@media only screen and (min-width: 768px) and (max-width: 991px) { 
    /* home page area */
    .hero-content {
        padding: 40px 0;
    }
    .hero-content h2 {
        font-size: 50px;
    }
    .hero-content p {
        font-size: 18px;
    }
    .full-audio-are {
        padding: 30px 25px;
    }
    .left-audio-part,.right-audio {
        gap: 10px;
    }
    .right-audio {
        margin-right: 0;
        width: 50%;
    }
    a.download-btn {
        margin-bottom: 5px;
        display: block;
    }
    .left-audio-content h4 {
        font-size: 16px;
        line-height: 22px;
    }
    .banner-bottom-player {
        margin-top: -28px;
    }
    section.episode {
        padding-top: 70px;
    }
    .left-episod-content {
        width: 50%;
    }
    img.episode-ani-2 {
        top: 34px;
        width: 80px;
    }
    img.episode-ani-1 {
        display: none;
    }
    section.meet-the-host {
        padding: 70px 0;
        margin-top: 70px;
    }
    .host-ani img {
        width: 80px;
    }
    .meet-the-host-slider .owl-nav div {
        top: -50px;
    }
    img.host-ani-left,img.host-ani-right {
        top: 8%;
    }
    .subscribe-ani {
        display: none;
    }
    section.subscribe {
        padding-top: 70px;
    }
    img.subscribe-srvices-left {
        left: -60px;
    }
    img.subscribe-srvices-right {
        right: -7%;
    }
    .single-servies-item {
        width: 150px;
        height: 120px;
    }
    .sevices-img img {
        width: 90px;
    }
    section.client-feedback {
        padding-top: 70px;
    }
    .client-ani img {
        width: 100px;
    }
    img.client-left-ani,img.client-right-ani {
        top: 12%;
    }
    section.corporate-sponsor {
        padding-top: 10px;
    }
    .become-sponsor-box {
        width:500px;
        padding: 30px 40px;
        top: -60%;
        left: 17%;
    }
    .trust-user-inner {
        width: auto;
    }
    .trust-ani img {
        width: 30px;
    }
    img.trust-ani-left {
        top: 43%;
    }
    img.trust-ani-right {
        top: 43%;
        right: 7%;
    }
    section.trust-user {
        padding-top: 70px;
    }
    section.omnicast-blog {
        padding-top: 70px;
    }
    .blog-content h4 {
        font-size: 20px;
        margin-bottom: 10px;
    }
    .single-blog-item {
        margin-bottom: 20px;
    }
    .blog-btn {
        padding-top: 30px;
    }
    .newsletter-ani img {
        width: 60px;
    }
    img.newsletter-left-ani {
        top: 25%;
        left: 30px;
    }
    img.newsletter-right-ani {
        right: 68px;
        top: 23%;
    }
    .newsletter-form-wrap input {
        width: 100%;
    }
    .newsletter-inner-left {
        margin-bottom: 20px;
    }
    .main-footer-item {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }
    .logo-part {
        width: 300px;
        margin-bottom: 20px;
    }
    .quicklimes {
        margin-bottom: 20px;
    }
    .social-medial {
        width: 300px;
    }
    .main-footer-item h4 {
        margin-bottom: 10px;
    }
    footer.footer-area {
        padding-top: 150px;
    }
    .podcust {
        margin-right: 32px;
    }
    .main-footer-item {
        padding-bottom: 70px;
    }
    section.newsletter {
        padding-top: 0;
    }
    /* podcust page start */
    .pagetation-menu span {
        height: 55px;
        width: 55px;
        line-height: 55px;
        font-size: 20px;
    }
    .pagetation-menu {
        padding-top: 45px;
    }
    /* product single page start */
    .prodcast-single-head {
        padding-bottom: 0;
    }
    .single-prodcast-bottom .content-last {
        padding-top: 50px;
    }
    .sinlge-product-ani img {
        width: 80px;
    }
    img.single-product-right {
        right: 0;
        bottom: 0%;
    }
    img.single-product-left {
        display: none;
    }
    .check-text span {
        font-size: 12px;
    }
    .podcust-rating-form {
        margin-bottom: 80px;
    }
    /* shop page start */
    .shop-main-page {
        padding-top: 40px;
    }
    .shop-tittle p br {
        display: none;
    }
    .shop-tittle h2 {
        font-size: 42px;
        margin-bottom: 25px;
    }
    .product-bottom span.price {
        padding-right: 0;
    }
    .pagetation-menu span {
        height: 40px;
        width: 40px;
        line-height: 40px;
        font-size: 18px;
    }
    /* shop single page */
    .shop-cart-tittle h2 {
        font-size: 38px;
    }
    .shop-cart-tittle {
        margin-bottom: 50px;
    }
    .product-cart-img {
        margin-bottom: 20px;
    }
    .cart-top-text p:last-child {
        margin-bottom: 55px;
    }
    .product-cart-tab {
        padding: 80px 00;
    }
    /* blog page start */
    .blog-left-content h2 {
        font-size: 30px;
    }
    p.blog4-content,p.blog6-content {
        margin-bottom: 20px;
    }
    .blog-page-img img {
        width: 100%;
    }
    .blog-right-part {
        margin-top: 80px;
    }

}
/* Mobile Layout: 320px. */
@media only screen and (max-width: 767px) {
     /*home page start  */
     .hero-content {
        padding: 60px 0;
    }
    .hero-content h2 br {
        display: none;
    }
    .hero-content h2 {
        font-size: 45px;
        margin-bottom: 10px;
    }
    .hero-content p {
        font-size: 18px;
        margin-bottom: 20px;
    }
    .audio-area {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        padding: 20px;
    }
    .left-audio-content p {
        margin-bottom: 10px;
    }
    .full-audio-are {
        padding: 20px;
    }
    .left-audio-part {
        gap: 10px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
    .left-audio-content h4 {
        line-height: 20px;
    }
    .right-audio {
        margin-right:0px;
        gap:10px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
    .right-audio audio {
        width: 240px;
    }
    .banner-bottom-player {
        margin-top: 60px;
    }
    section.episode {
        padding-top: 60px;
    }
    .left-episod-content h2 {
        font-size: 32px;
    }
    .episode-tittle {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
    .midle-episod-content {
        margin-bottom: 30px;
    }
    .episode-animation img {
        width: 60px;
    }
    img.episode-ani-2 {
        top: 40px;
    }
    .episode-img img {
        height: auto;
    }
    .episode-top-content h2 br {
        display: none;
    }
    img.episode-ani-1 {
        display: none;
    }
    section.meet-the-host {
        padding: 60px 0;
        margin-top: 50px;
    }
    .meet-the-host-slider.owl-carousel .owl-nav.disabled {
        display: none;
    }
    .section-tittle h2 {
        margin-bottom: 16px;
        font-size: 32px;
    }

    .tituloapp {
        text-align: center;	
        font-size: 14px;
        font-weight: 700;
        line-height: normal;
    }
    

    .imgApp {
        width: 150px;
    }

    .section-tittle p br {
        display: none;
    }
    .host-ani img {
        width: 60px;
    }
    img.host-ani-left {
        top: 0;
    }
    img.host-ani-right {
        top: 0;
    }
    .host-img  {
        width: auto; 
        padding-left: 70px;
    }  
    .host-img > .imgcel  {
        width: 100%;
    }  
   
    section.subscribe {
        padding-top: 60px;
    }
    .subscribe-bg {
        padding: 30px;
    }
    .subscribe-ani {
        display: none;
    }
    .all-services-item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
    .single-servies-item {
        width: auto;
        height: 150px;
    }
    .subscribe-services-ani img {
        width: 60px;
    }
    img.subscribe-srvices-right {
        top: 52px;
        right: 0; 
    }
    img.subscribe-srvices-left {
        left: -16px;
        top: 52px;
    }
    section.client-feedback {
        padding-top: 60px;
    }
    .client-ani {
        display: none;
    }
    section.corporate-sponsor {
        padding-top: 10px;
    }
    section.become-sponsor {
        padding-top: 60px;
    }
    .become-sponsor-box {
        width: 100%;
        position: initial;
        padding: 30px;
    }
    .become-sponsor-box h2 {
        font-size: 32px;
        margin-bottom: 15px;
    }
    .become-sponsor-box p {
        margin-bottom: 30px;
    }
    section.trust-user {
        padding-top: 60px;
    }
    .trust-user-inner {
        width: auto;
    }
    .truser-counter {
        padding-top: 15px;
    }
    .single-count-item h2 {
        font-size: 40px;
        margin-bottom: 15px;
    }
    .single-count-item p {
        margin-bottom: 10px;
    }
    .single-count-item {
        margin-bottom: 30px;
    }
    section.omnicast-blog {
        padding-top: 30px;
    }
    .single-blog-item {
        margin-bottom: 20px;
    }
    .blog-btn {
        padding-top: 15px;
    }
    a.see-more {
        padding: 10px 40px;
    }
    section.newsletter {
        padding-top: 60px;
        top: 0;
        margin-bottom: 60px;
    }
    .newsletter-inner {
        padding: 10px;
    }
    .newsletter-inner-left h2 {
        font-size: 32px;
    }
    .newsletter-inner-left p {
        padding-right: 0;
        margin-bottom: 20px;
    }
    .newsletter-ani {
        display: none;
    }
    .newsletter-form-wrap input {
        width: 100%;
        padding: 20px 19px;
        font-size: 10px;
    }
    .newsletter-form-wrap button {
        padding: 10px 19px;
        right: 8px;
        top: 5px;
    }
    .main-footer-item {
        padding-bottom: 60px;
    }
    .main-footer-item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
    .main-footer-item h4 {
        margin-bottom: 10px;
    }
    .logo-part,.function-link,.quicklimes,.podcust {
        margin-bottom: 30px;
    }
    footer.footer-area {
        padding-top: 60px;
    }
    .trust-ani img {
        width: 30px;
    }
    /* podcast page start*/
    .podcast-hero {
        padding: 60px 0;
    }
    .podcast-tittle p br {
        display: none;
    }
    .pagetation-menu {
        gap: 10px;
        padding-top: 30px;
    }
    .pagetation-menu span {
        height: 40px;
        width: 40px;
        line-height: 40px;
        font-size: 14px;
    }
    section.omnicast-blog.podcast-blog {
        padding-top: 60px;
    }
    /* podcust single page */
    .prodcast-single-head {
        padding: 20px;
    }
    .prodcast-single-head p br {
        display: none;
    }
    .podcast-single-hero-top h2 {
        margin-bottom: 20px;
    }
    .sinlge-blog-audio .left-audio-content h4 {
        margin-bottom: 10px;
    }
    .single-prodcast-bottom {
        margin-top: 130px;
    }
    .sinlge-product-ani {
        display: none;
    }
    .single-prodcast-bottom .content-last {
        padding-top: 40px;
    }
    .single-podcust-btn {
        padding-top: 35px;
        text-align: center;
    }
    .podcust-form-head {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
    .podcust-form-head h2 br {
        display: none;
    }
    .podcust-form-head h2 {
        margin-bottom: 20px;
    }
    .podcust-rating {
        margin-bottom: 35px;
    }
    .name-eamail {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
    .name,.email{
        width: 100%;
    }
    .check-text span {
        font-size: 8px;
        font-weight: 500;
        line-height: 18px;
    }
    .podcust-rating-form {
        padding: 20px;
        margin-bottom: 50px;
    }
    /* shop page start */
    .shop-main-page {
        padding-top: 50px;
    }
    .shop-head {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
    .shop-tittle p br {
        display: none;
    }
    .shop-tittle p {
        font-size: 18px;
        margin-bottom: 20px;
    }
    .shop-tittle h2 {
        font-size: 32px;
        margin-bottom: 20px;
    }
    .product-bottom span.price {
        padding-right: 0;
    }
    .product-content h4 {
        font-size: 18px;
    }
    .shope-all-product {
        padding-top: 50px;
    }
    a.add-cart {
        font-size: 16px;
    }
    .product-hover {
        top: 40%; 
    }
    /* shop single page start */
    .shop-cart-tittle h2 br {
        display: none;
    }
    .shop-cart-tittle h2 {
        font-size: 30px;
        line-height: 50px; 
    }
    .shop-cart-tittle {
        margin-bottom: 30px;
    }
    .product-cart-img {
        margin-bottom: 30px;
    }
    .cart-top-text p {
        margin-bottom: 20px;
    }
    .cart-top-text p:last-child {
        margin-bottom: 40px;
    }
    .product-cart-tab {
        padding: 60px 0;
    }
    .nav-tabs {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        gap: 20px;
    }
    /* blog page start */
    .blog-left-content {
        position: relative;
    }
    .blog-left-content h2 {
        font-size: 27px;
    }
    .blog-bottom-content {
        gap: 0;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
    .blog-page-content {
        padding: 20px;
    }
    p.blog4-content,p.blog6-content {
        margin-bottom: 20px;
    }
    .blog-right-part {
        margin-top: 50px;
    }
    .single-blog-page-item:last-child {
        margin: 0;
    }
    /* donate page start */
    .donate-first-form {
        padding: 20px;
    }
    .dontate-form-tittle p br {
        display: none;
    }
    .donate-item, .services-item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        gap: 20px;
    }
    .catagory, .donate-phone, .donate-phone, .donate-email, .services-department, .session, .services-consultant {
        width: 100%;
    }
    .dontate-form-tittle {
        margin-bottom: 30px;
    }
    .form-inner-tittle {
        margin-bottom: 30px;
    }
    .donate-first-form {
        margin-top: 20px;
    }
    .payment-top, .payment-bottom {
        gap: 20px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
    .payment-name, .payment-card {
        width: 100%;
    }
    .payment-cvc {
        width: 100%;
    }
    .form-btn {
        margin-top: 40px;
    }
    /* contact page */
    .contact-page-right {
        padding:40px 20px;
    }
    .contact-page-right form textarea {
        margin-bottom: 20px;
    }

    .contact-page-right h4 {
        font-size: 31px;
        line-height: 31px;
        margin-bottom:30px;
        text-align: center;
    }
}
/* Wide Mobile Layout: 480px. */
@media only screen and (min-width: 480px) and (max-width: 767px) { 
    
}