/* Start Episode banner Section  */

.episode-banner {
    background: url(../img/listen-podcast-bg-small.jpg) no-repeat;
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    background-size: cover;
    padding-top: 110px;
    padding-bottom: 155px;
}

.episode-shape{
    background: url(../img/episode-left-shape.png)top center no-repeat;
    width: 275px;
    height: 160px;
    position: absolute;
    left: -47px;
    top: 32%;
}

.episode-title h2 {
    font-size: 48px;
    font-weight: 800;
}

.episode-title h3 {
    font-size: 35px;
    font-weight: 600;
    margin-top: 35px;
    line-height: 1.5;
}

.banner-right {
    padding-top: 30px;
}

.desc-content img{
    width: 250px;
    height: 250px;
    box-shadow: 0px 0px 20px 0.2px rgba(1, 1, 1, 0.25);
}

/* Newsletter Page */


.newsletter_right{
    width: 600px;
    height: 100%;
    background: #ff0000;
    border-radius: 15px;
    margin: 0 auto;
}

.newsletter-wrapper{
    background: #fff;
    margin: 5px;
    padding: 30px 35px;
    border-radius: 0 0 15px 15px;
}

.signup_title h2 {
    font-size: 44px;
    text-align: center;
    font-weight: 700;
    color: #fff;
    padding: 25px 0;
    text-transform: capitalize;
}

.signup_intro{
    padding-bottom: 15px;
}

.signup_intro p{
    font-size: 18px;
    font-weight: 500;
    color: #000;
}

.signup_forms form{
    width: 100%;
    padding: 0 10px;
}

.signup_forms .name{
    margin-bottom: 20px;
}

.signup_forms .name input{
    width: 100%;
    padding: 10px 20px;
    border-radius: 5px;
    border: 1px solid #b5afaf;
}

.submit button{
    width: 100%;
    border: none;
    background: #000;
    padding: 15px;
    border-radius: 5px;
    color: #fff;
    text-transform: capitalize;
    font-weight: 500;
    font-size: 18px;
}


.g-recaptcha{
    margin-bottom: 20px;
}

/* Start Responsive Css Code  */


/********************************************************/
/* over devices **********************************/
/***/ 
@media only screen and (min-width: 1600px){


}

/********************************************************/
/* xxl devices **********************************/
/***/   
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
    .episode-shape {
        background: url(../img/episode-left-shape-small.png)top center no-repeat;
        width: 150px;
        height: 105px;
        position: absolute;
        left: 0;
        top: 0;
        object-fit: cover;
    }

    .signup_intro p {
        font-size: 16px;
    }

    .signup_title h2 {
        font-size: 32px;
        padding: 20px 0;
    }

    .newsletter-wrapper {
        padding: 15px 35px;
    }

    .signup_intro {
        padding-bottom: 10px;
    }

    .submit button {
        padding: 10px;
        font-size: 16px;
    }

}

/********************************************************/
/* xl devices **********************************/
/***/ 
@media only screen and (min-width: 1200px) and (max-width: 1399px) {

    /* Start Episode banner Section */
    .episode-banner {
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .episode-shape {
        background: url(../img/episode-left-shape-small.png)top center no-repeat;
        width: 150px;
        height: 105px;
        position: absolute;
        left: 0;
        top: 0;
        object-fit: cover;
    }

    .episode-title h2 {
        font-size: 40px;
    }

    .episode-title{
        margin-top: 35px;
    }
    
    .episode-title h3 {
        font-size: 36px;
        line-height: 1.5;
    }

    
    /*  Start Newsletter Section */
    .newsletter_right {
        width: 100%;
    }


}


/********************************************************/
/* lg devices **********************************/
/***/  
@media only screen and (min-width: 992px) and (max-width: 1199px) {

    /* Start Episode banner Section */
    .episode-banner {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .banner-right img{
        width: 100%;
    }


    .episode-title h2 {
        font-size: 40px;
    }

    .episode-title{
        margin-top: 35px;
    }
    
    .episode-title h3 {
        font-size: 30px;
        line-height: 1.5;
    }

    .episode-shape {
        background: url(../img/episode-left-shape-small.png)top center no-repeat;
        width: 150px;
        height: 105px;
        position: absolute;
        left: 0;
        top: 0;
        object-fit: cover;
    }

    /*  Start Newsletter Section */

    .newsletter_right {
        width: 100%;
    }
}
  
/********************************************************/
/* md devices **********************************/
/********************************************************/

@media only screen and (min-width: 768px) and (max-width: 991px) {

    /* Start Episode banner Section */
    .banner-right img{
        width: 100%;
    }

    .episode-shape {
        background: url(../img/episode-left-shape-small.png)top center no-repeat;
        width: 150px;
        height: 105px;
        position: absolute;
        left: 0;
        top: 0;
        object-fit: cover;
    }

    .lef-shape {
        display: none;
    }

    .episode-title h2 {
        font-size: 48px;
    }

    .episode-title h3 {
        font-size: 23px;
        margin-top: 25px;
        line-height: 1.5;
    }


    /*  Start Newsletter Section */

    .episode-banner.newsletter{
        padding-top: 70px;
        padding-bottom: 60px;
    }


    .banner-right {
        margin: 0 auto;
        padding-left: 0;
        padding-top: 0;
    }

    .banner-right{
        margin-bottom: 50px;
    }

    .banner-right img {
        width: 350px;
    }

}
  

/********************************************************/
/* xs devices **********************************/
/********************************************************/
@media (max-width: 767px){

    /* Start Episode banner Section */
    .episode-title h2 {
        font-size: 38px;
    }

    .episode-title h3 {
        font-size: 23px;
        margin-top: 25px;
        margin-bottom: 25px;
        line-height: 1.4;
    }

    .episode-shape {
        display: none;
    }

    .episode-banner {
        padding-top: 40px;
        padding-bottom: 80px;
    }

    .banner-right img{
        width: 100%;
    }

    /*  Start Newsletter Section */

    .newsletter_right {
        width: 100%;
        height: auto;
        margin-top: 50px;
    }

    .signup_title h2 {
        font-size: 30px;
        padding: 15px 0;
    }

    .newsletter-wrapper {
        margin: 0px;
        padding: 20px 15px;
    }

    .signup_intro p {
        font-size: 16px;
    }

    
    .banner-right {
        padding-left: 0;
        padding-top: 0;
    }

    .episode-banner.newsletter{
        padding-bottom: 60px;
    }

    .newsletter .banner-right {
        margin: 0 auto;
    }

}
   

/********************************************************/
/* sm devices **********************************/
/********************************************************/

@media only screen and (min-width: 576px) and (max-width: 767px){


}
  