#hero-podcast {
    position: relative;
    background-position: 100% 8%;
    background-repeat: no-repeat;
    background-color: #ddd;
    background-size: cover !important;
    color: #fff;
    width: 100%;
    font-size: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    z-index: 99;
    text-align: center;
}
.modal {
    max-width: 100% !important;
}
input.form-control.me-2::placeholder {
    color: #fff;
    font-size: 18px;
    font-family: 'Noto Sans';
    padding-left: 18px;
}
input.podcast-search-input, select.podcast-search-input, textarea.podcast-search-input{
    color: #fff;
}
input.podcast-search-input:focus {
    color: #fff !important;
    background-color: #152647;
    border-color: orange;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgb(217 178 64 / 17%);
}
input.podcast-search-input {
    background: #152647;
    border: 1px solid orange;
    border-radius: 26px;
    height: 56px;
    width: 315px;
    color: #fff;
    font-size: 18px;
    padding-left: 32px;
    font-family: 'Noto Sans';
}
.second-partition-podcast.clearfix {
    background: #fff6ea;
}
.pagination {
  display: inline-block;
}
.pagination_widget {
    text-align: center;
}
.pagination_widget i {
    font-size: 50px;
}
.pagination_widget i.bi:hover {
    color: #F19726;
}
.pagination_widget a.counting.active {
    color: #F19726;
}
.pagination_widget a.counting {
    font-size: 17px;
    margin-top: 22px;
}
.pagination a {
  color: #fff;
  float: left;
  padding: 8px 16px;
  text-decoration: none;
}
.podcast-template .top img {
    height: 186px;
}
.left-orange {
    width: 49%;
    padding: 145px;
    float: left;
    font-family: "Noto Sans", sans-serif;
    font-size: 18px;
    min-height: 636px;
    background-color: #ffd29a;
    padding-bottom: 60px;
}


.podcast-template .top img {
    height: 194px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.podcast-template .bottom{
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.podcast-template {
    width: 290px;
    margin: auto;
    border: 1px solid #FFD29A;
    min-height: 450px;
    background: #1b4e8d;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.podcast-blue-section h1 {
    color: #F19726;
    font-size: 50px;
    font-family: 'Inria Serif';
    font-weight: 700;
    margin: 0px;
}
.podcast-blue-section{
    background: #172c46;
}

.mid-right .author-name {
    font-size: 13px;
    margin-top: 2px;
    font-weight: bold;
    color: #1b4e8d;
}
.mid-right .author-desc {
    font-size: 9px;
}

.middle {
    padding: 5px;
    background: #fff6ea;
}
.mid-center {
    float: left;
    width: 25%;
    text-align: center;
}
.mid-right {
    float: left;
    width: 47%;
    text-align: center;
}
.mid-left {
    float: left;
    width: 27%;
    min-height: 40px;
    padding: 7px;
}
.guest-text {
    font-size: 15px;
    margin-top: 7px;
    margin-bottom: 7px;
}

.podcast-template .bottom {
    background: #1b4e8d;
    color: #fff;
    padding: 23px;
}
.play-btn {
    background: #F19726;
    width: 93px;
    color: #172C46;
    padding: 6px;
    text-align: center;
    border-radius: 20px;
    font-size: 16px;
    text-transform: uppercase;
    height: 36px;
    float: left;
    margin-right: 10px;
}
.mid-left .svg-icons {
    top: 0px;
}
.info-btn {
    background: #1B4E8D;
    float: left;
    border: 1px solid #FFD29A;
    width: 96px;
    color: #FFD29A;
    border-radius: 20px;
    padding: 6px;
    text-align: center;
    font-size: 16px;
    text-transform: uppercase;
    height: 36px;
    margin-left: 0px;
    top: 6px;
    position: relative;
}
.titles-bottom-part {
    min-height: 129px;
}
.titles-bottom-part .podcast-title {
    color: #fff;
    margin: 0px;
    font-size: 16px;
    font-weight: 600;
    font-family: "Noto Sans", sans-serif;
}

.right-white h1 {
    font-size: 50px;
    color: #F19726;
    font-family: 'Inria Serif';
    font-weight: 700;
    
}

.right-white {
    width: 49%;
    float: left;
    min-height: 400px;
}
.left-orange .social {
    margin-bottom: 14px;
}
@media only screen and (max-width: 767px) {

    .modal-content {
        background-color: #fff;
        margin: auto;
        padding: 20px;
        border-radius: 10px;
        width: 90% !important;
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
        position: relative;
    }

    input.podcast-search-input {
        height: 56px;
        width: 100%;
        margin:auto;
    }
      .pod-land-section h1 {
        font-size: 37px !important;
        margin-bottom: 14px;
    }
    .left-orange {
        width: 100%;
        padding: 50px;
    }
    .right-white {
        width: 100%;
        margin-bottom: 65px;
    }
    .pod-land-section .para-podcast {
        width: 80% !important;
        margin: auto;
        font-family: "Noto Sans", sans-serif;
        font-size: 16px !important;
        line-height: 31px;
    }
    .right-white h1 {
        margin-top: 50px;
        margin-bottom: 0px;
    }
}

.podcast-bg-img-cover {
    background-size: cover !important;
    height: 600px;
    background-image: url('../img/slides/mountains.jpg');
}
.pod-land-section h1 {
    font-size: 80px;
    font-family: 'Inria Serif';
    font-weight: 700;
    color: #F19726;
}
.pod-land-section .para-podcast {
    text-align: center;
    width: 46%;
    margin: auto;
    font-family: "Noto Sans", sans-serif;
    font-size: 24px;
    line-height: 31px;
}
