/*podcast*/
.podcast {
    background: #F5F5F5;
}
section.podcast-sec {
    background: url(../images/service-bg.png), #F1FBFF;
    background-repeat: no-repeat;
    background-size: cover;
}
.podcast-list{
    background:#FDFBF9;
    padding: 4rem 0 6rem;
}
.podcast-grp {
    display: flex
;
}
.orange-color {
    color: #DF893D;
}
.podcast .theme-btn.btn-style-three {
    border-radius: 3rem;
}
.podcast-card {
    position: relative;
    background: #FFFFFF;
    border-radius: 12px;
    transition: all .3s;
}
.pod-head p{
    font-size: 1.2rem;
    line-height: 2rem;
}
.podcast-card.border-none{
    border:none;
}
.podcast-card:hover{
    box-shadow: rgb(225 221 221 / 35%) 0px 5px 15px;
}
.podcast-details iframe {
    border-radius: 16px;
}
.podcast-content .author {
    font-size: 14px;
    font-weight: 400;
    background: #ffffff14;
    color: #646464;
    padding: 0;
    width: 100%;
    margin-bottom: 5px;
}
.podcast-content .podcast-ep {
    position: relative;
    background: var(--blue);
    color: var(--white);
    font-size: 14px;
    height: 20px;
    width: 72px;
    background-size: cover;
    background-repeat: no-repeat;
    font-weight: 400;
    margin-bottom: 5px;
    padding: 5px 12px;
    display: inline;
    line-height: normal;
    overflow: hidden;
    border-radius: 30px;
}

a.podcast-link {
    text-decoration: none;
}

.podcast-content h4 {
    font-size: 15px;
    font-weight: 600;
    line-height: 24px;
    color: #2E2E2E;
    margin-bottom: 10px;
    margin-top: 10px;
    transition: all .5s;
    height: 44px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.podcast-slider .slick-dots li button:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 16px;
    height: 16px !important;
    content: "";
    background:#4E6B91;
    text-align: center;
    opacity: 1;
    color: #000;
    border-radius: 50%;
}
.podcast-slider .slick-dots li.slick-active button:before {
    content: "";
    background: #DF893D;
}
.podcast-slider .slick-arrow {
    background: #DF893D;
    width: 50px;
    height: 50px;
    border-radius: 50%;
}
.podcast-slider .slick-prev {
    left: 35%;
    bottom: -120px !important;
    top: unset;
}
.podcast-slider .slick-next {
    right: 35%;
    bottom: -120px !important;
    top: unset;
}
.podcast-slider .slick-dots {
    bottom: -85px !important;
    width: max-content;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.podcast-banner img{
    min-height:250px;
    object-fit:cover;
}
.input-group .form-control {
    height: auto;
    /* line-height: 39px; */
    padding: 10px 16px;
    font-size: 14px;
    border: 1px solid #ced4da;
    border-left:none;
    color: #000000;
    max-width: 100%;
    font-weight: 400;
    width: 400px;
    height: 50px;
}
.input-group .form-select {
    height: auto;
    /* line-height: 39px; */
    padding: 10px 16px;
    font-size: 16px;
    border: 1px solid #ced4da;
    border-left: none;
    color: #000000;
    max-width: 100%;
    font-weight: 400;
    height: 50px;
}
.input-group-text {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: 8px 16px;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    text-align: center;
    white-space: nowrap;
    background-color: #FFFFFF;
    border: 1px solid #ced4da;
    border-radius: 2rem;
    border-right: none !important;
}
.form-select {
    padding: .575rem 1.2rem;
    font-size: .9rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--black);
    background-color: #fff;
    border: 1px solid #D0D5DD;
    border-radius: 2rem;
    height: 50px;
}
.input-group {
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    align-items: stretch;
    width: 100%;
}
p.podcast-ep {
    color: var(--blue);
    font-size: 1rem;
    font-weight: 600;
}
.w-300{
    width:300px !important;
    max-width: 300px !important;
}
ul.share-video {
    display: flex;
    grid-gap: 10px;
    justify-content: end;
    margin-bottom: 30px !important;
}
ul.share-video svg path{
    transition: all .3s;
}
ul.share-video svg path {
    fill: var(--blue);
}
ul.share-video svg:hover path {
    fill: var(--theme);
}
.share-video svg {
    width: 40px;
    height: 40px;
    border-radius: 50%;
}
p.pos {
    font-size: 14px;
    font-weight: 400;
    background: #ffffff14;
    color: #646464;
    padding: 0;
    width: 100%;
    margin-bottom: 0;
}
img.img-fluid.pain-img {
    object-fit: cover;
    width: 300px;
    height: 100%;
    border-radius: 12px;
}
.podcast-img {
    position: relative;
    width: 300px;
    height: 180px;
    border-radius: 12px;
}
.load-more {
    background: #F8A85A;
    color: #0B1C2A;
    font-size: 18px;
    font-weight: 600;
    padding: 6px 16px;
    border-radius: 30px;
    text-align: center;
    margin: 0 auto;
    display: block;
    width: max-content;
    transition: all .5s;
}
.load-more:hover {
    background: #0B1C2A;
    color:#F8A85A;
}
.podcast-content {
    width: calc(100% - 300px);
    padding: 20px;
}
@media only screen and (min-width: 1600px) {
.podcast-content h4 {
    font-size: 18px;
    font-weight: 600;
    line-height: 28px;
    height: 58px;
}
.podcast-content .author {
    font-size: 16px;
    margin-bottom: 5px;
}
.podcast-img {
    position: relative;
    width: 300px;
    height: 200px;
    border-radius: 12px;
}
}
@media only screen and (max-width: 767px) {
  .podcast {
    padding: 6rem 0 8rem;
}
.podcast-banner img {
    min-height: auto;
    object-fit: cover;
}
  .podcast-slider .slick-dots {
    bottom: -55px !important;
}
.podcast-content {
    width: auto;
    padding: 20px;
}
  .w-300{
    width:100% !important;
    max-width: 100% !important;
}
  .input-group .form-select {
    height: auto;
    /* line-height: 39px; */
    padding: 10px 16px;
    font-size: 16px;
    border: 1px solid #ced4da;
    border-left: none;
    color: #000000;
    max-width: 100%;
    font-weight: 400;
    height: 50px;
    width: calc(100% - 52px);
}
}
/*podcast*/