.press-banner-cont small, .press-card small {
    background: #fb4848;
    padding: 4px 25px;
    font-size: 10px;
    color: #ffffff;
    border-radius: 20px;
}
.press-banner-cont h4 {
    font-size: 22px;
    padding: 15px 2px;
    line-height: 30px;
    color: #000;
    font-weight: 600;
    margin-bottom: 0;
}
.sub-label {
    font-size: 16px;
    margin-bottom: 15px;
}
p.calender {
    display: contents !important;
    font-size: 12px;
    color: #000;
    font-weight: 500;
}
.press-video iframe {
    border-radius: 40px;
}
.banner-position {
    position: relative;
}
.press-banner-cont {
    position: absolute;
    background: #ffffffd4;
    padding: 20px;
    top: 14%;
    left: -28%;
    border-radius: 25px;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    box-shadow: 2px 0 5px 0px #f0f0f0;
}
.press-card {
    position: relative;
    margin-bottom: 3em;
}
.press-img-first {
    width: 100%;
    height: 480px;
    overflow: hidden;
    object-fit: cover;
    border-radius: 30px;
}
.press-img-first>img {
    border-radius: 30px;
    border-bottom-left-radius: 0;
}
.press-img img {
    width: 100%;
    height: 240px;
    overflow: hidden;
    border-radius: 30px;
    object-fit: cover;
}
.press-card small {
    position: absolute;
    top: 10px;
    left: 10px;
}
.press-card img {
    border-radius: 30px;
    border-bottom-left-radius: 0;
}
.press-card-content {
    background: #ffffff;
    box-shadow: 0 10px 20px #ddd;
    border-radius: 20px;
    padding: 15px;
    border-top-left-radius: 0;
    width: 90%;
    margin-top: -35px;
    z-index: 9;
    position: relative;
}
.press-card-content p {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}
.press-card-content h4 {
    font-size: 16px;
    color: #333333;
    font-weight: 600;
    line-height: 25px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    min-height: 50px;
}
blockquote {
    font-size: 15px !important;
    font-weight: 500;
    font-style: italic;
}
.press-banner-cont h4 a, .press-card-content h4 a {
    color: #333;
}
.press-banner-cont h4 a:hover, .press-card-content h4 a:hover {
    color: #fb4848;
}
.press-card-content a img {
    width: 100%;
}
.press-card-content a.icon-button {
    position: absolute;
    right: 12%;
    width: 35px;
}
.press-card-content ul {
    padding: 0;
    list-style: none;
    display: flex;
}
.related-img img {
    width: 60px;
    height: 60px;
    object-fit: cover;
    object-position: right;
    border-radius: 50%;
}
.content-list h4 {
    font-size: 14px;
    font-weight: 600;
    color: #333;
}
.content-list {
    background: #f1f1f1;
    padding: 15px;
    border-radius: 80px;
    margin-bottom: 15px;
}
button.btn.icon-button {
    width: 17%;
    margin-top: -6px;
}
button.btn.icon-button img {
    width: 100%;
}
.top-banner {
    padding-top: 6em;
}
.content-list h4 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

 /* For Mobile Portrait View */
 @media screen and (max-device-width: 480px)
 and (orientation: portrait) {
    .press-banner-cont {
        position: initial;
    }
    .press-video iframe {
        height: 220px;
    }
    .content-list {
        border-radius: 25px;
    }
    .press-banner-cont button.btn.icon-button {
        width: 30%;
    }
    .press-img-first {
        height: auto;
    }
 }


 @media screen and (min-device-width: 768px)
 and (max-device-width: 1024px) {
    .press-video iframe {
        height: 256px;
    }
    .press-banner-cont h4 {
        font-size: 16px;
        line-height: 24px;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        line-clamp: 2;
        -webkit-box-orient: vertical;
        height: 65px;
    }
    .press-banner-cont {
        padding: 15px;
        top: 8%;
    }
    .press-banner-cont button.btn.icon-button {
        width: 30%;
    }
    button.btn.icon-button {
        width: 20%;
    }
    .press-banner-cont p {
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        line-clamp: 2;
        -webkit-box-orient: vertical;
    }
    .press-img {
        height: 200px;
    }
    .press-img-first {
        height: auto;
    }

 }





 /* press release content css */
 ul.artical-link {
    padding: 0;
    list-style: none;
}
.post-title h2 {
    font-size: 32px;
    font-weight: 800;
    color: #057792;
}
.sticky-top {
    top: 90px;
    z-index: 9;
}
ul.artical-link li {
    display: inline-block;
    font-size: 14px;
    padding-right: 15px;
    margin-right: 10px;
}
.press-banner-cont .kdesc-main{
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}
.press-banner-cont .kdesc-other{
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}