h1.page-title.with-line,
.internal-header-right.sr-enter-right{
    display: none;
}
.internal-header.custom-header{
    min-height: 1px;
    background: transparent !important;
    padding-top: 40px;
    padding-bottom: 0px;
}
.breadcrumb,
.breadcrumb a{
    color: #082543;
    font-family: 'Montserrat';
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 16px;
}
.content-sidebar .content-sidebar-wrap{
    margin-top: 30px;
}
.post-content-wrapper {
    padding-top: 0;
}

/*.header-banner-image img {
    max-height: 487px;
    width: auto;
    max-width: 100%;
}*/
.header-banner-image img {
    display: block;
    width: 100%;
    height: auto;
    max-height: 487px;
    max-width: 100%;
    object-fit: contain;
}

.post-content-wrapper span.post-date {
    font-weight: 500;
    letter-spacing: 0;
    line-height: 1;
    font-family: 'Montserrat';
    color: #082543;
    -webkit-font-smoothing: antialiased;
    font-size: 14px;
    text-transform: capitalize;
}

/*.post-content-wrapper .post-title.widget-title {
    color: #F7403A;
    font-size: 28px;
    font-style: italic;
    letter-spacing: 2.7px;
    line-height: 37px;
    font-weight: 500;
    margin-bottom: 0;
}*/
.post-content-wrapper .post-title.widget-title:after{
    display: none;
}
.post-author-section p a {
    padding-bottom: 2px;
    border-bottom: 1px solid #f64037;
    text-decoration: none;
    color: #082543;
}
.post-content-wrapper h6 strong {
    color: #082543;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 24px;
}

.post-content-wrapper p {
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1.8;
}
.post-content-wrapper a{
    color: #082543;
}
.disclaimer {
    padding: 20px;
    margin: 30px 0;
    border: 1px solid #F7403A;
    background-color: #EEF0EF;
    color: #082543;
}
.disclaimer a{
    color: #082543;
}

.disclaimer .covid-msg {
    display: none;
}

.post-cat-covid .disclaimer .covid-msg {
    display: block;
}

.post-categories-list {
    display: flex;
    gap: 10px 45px;
    flex-wrap: wrap;
}

.content-sidebar .content {
    position: relative;
}
#disqus_thread iframe {
    position: relative;
    top: 0;
    left: 0;
    transform: none;
    pointer-events: auto;
}

.post_banner_image {
    margin-bottom: 40px;
    border-bottom: 1px solid #EDEFEE;
    padding-bottom: 45px;
}

.post_title {
    font-size: 30px;
    line-height: 1.3;
    font-weight: 500;
    font-style: normal;
    color: #000;
    margin: 10px 0 30px;
}

/* Post authors */
.post_authors {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
    gap: 15px 30px;
}
.post_authors .author {
    display: flex;
    gap: 10px;
    font-size: 14px;
    line-height: 1;
    align-items: center;
}
.post_authors .author a {
    text-decoration: none;
}
.post_authors .author a:hover {
    text-decoration: underline;
}
.post_authors .author .name {
    font-weight: 700;
}
.post_authors .author .image {
    width: 43px;
    height: 43px;
    border-radius: 50%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    background: #eee;
    line-height: 0;
}
.post_authors .author .s2 {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

/* Author box */
.author_box {
    background: #EEEFF1;
    padding: 24px 30px 28px;
    display: flex;
    border-radius: 3px;
    gap: 40px;
}
.author_box .image {
    flex-shrink: 0;
    width: 143px;
    height: 78px;
    border-radius: 5px;
}
.author_box .description {
    max-height: 85px;
    overflow: auto;
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 1.75;
}
.author_box .name {
    font-size: 17px;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.author_box .btn {
    background: #fff;
    padding: 9px 20px;
}
.author_box .btn:hover {
    background: #082543;
    color: #fff;
}
@media(max-width:767px){
    .author_box {
        flex-wrap: wrap;
        gap: 20px;
    }
}


/* Share Popup */
@-webkit-keyframes tilt-in-fwd-bl{0%{-webkit-transform:rotateY(-20deg) rotateX(-35deg) translate(-300px,300px) skew(-35deg,10deg);transform:rotateY(-20deg) rotateX(-35deg) translate(-300px,300px) skew(-35deg,10deg);opacity:0}100%{-webkit-transform:rotateY(0) rotateX(0deg) translate(0,0) skew(0deg,0deg);transform:rotateY(0) rotateX(0deg) translate(0,0) skew(0deg,0deg);opacity:1}}@keyframes tilt-in-fwd-bl{0%{-webkit-transform:rotateY(-20deg) rotateX(-35deg) translate(-300px,300px) skew(-35deg,10deg);transform:rotateY(-20deg) rotateX(-35deg) translate(-300px,300px) skew(-35deg,10deg);opacity:0}100%{-webkit-transform:rotateY(0) rotateX(0deg) translate(0,0) skew(0deg,0deg);transform:rotateY(0) rotateX(0deg) translate(0,0) skew(0deg,0deg);opacity:1}}

.share_btn {
    width: 100%;
}
.share_post_popup {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #00000014;
    z-index: 1000;
    align-items: center;
    justify-content: center;
}
.share_post_popup.active {
    display: flex;
}
.share_post_popup .con {
    display: none;

    background: #6EE0DB;
    width: 604px;
    height: 248px;
    max-width: 100%;
    max-height: 90vh;
    overflow: auto;
    padding: 35px 44px 25px 32px;
    border-radius: 4px;

    flex-direction: column;
    justify-content: center;
}
.share_post_popup.active .con {
    display: flex;
    -webkit-animation:tilt-in-fwd-bl .6s cubic-bezier(.25,.46,.45,.94) both;
    animation:tilt-in-fwd-bl .6s cubic-bezier(.25,.46,.45,.94) both
}
.share_post_popup .h {
    font-size: 22px;
    font-weight: 500;
    text-transform: uppercase;
}
.share_post_popup .close {
    width: 24px;
    height: 24px;
    background-image: url(/wp-content/uploads/2023/12/z-icox.svg);
    background-position: center;
    background-size: contain;
    position: absolute;
    top: 8px;
    right: 8px;
    opacity: 1;
    transition: opacity .3s ease;
    cursor: pointer;
}
.share_post_popup .close:hover {
    opacity: .8;
}

.share_post_popup .r1 {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: space-between;
    margin-bottom: 50px;
}
.share_post_popup .icons {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 22px;
    align-items: center;
    
}
.share_post_popup .icons span {
    cursor: pointer;
    transition: opacity .3s ease;
}
.share_post_popup .icons span:hover {
    opacity: .8;
}

.share_post_popup .icons .facebook,
.share_post_popup .icons .twitter,
.share_post_popup .icons .linkedin {
    width: 23px;
    height: 23px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
.share_post_popup .icons .twitter {
    background-image: url(/wp-content/uploads/2023/12/Mask-group.png);
}
.share_post_popup .icons .facebook {
    background-image: url(/wp-content/uploads/2023/12/Path.svg);
}
.share_post_popup .icons .linkedin {
    background-image: url(/wp-content/uploads/2023/12/Shape.svg);
}

.share_post_popup .icons .googlePlus:before,
.share_post_popup .icons .pinterest:before {
    font-family: 'Genericons';
    font-size: 20px;
}
.share_post_popup .icons .googlePlus:before {
    font-size: 24px;
    content: "";
}
.share_post_popup .icons .pinterest:before {
    content: "";
}

.share_post_popup .share_url{
    border: 1px solid #082543;
    padding: 5px 25px;
    height: 50px;
    cursor: pointer;
}
.share_post_popup .clipboard-msg {
    text-align: center;
    position: absolute;
    width: 100%;
    padding: 8px;
    bottom: 10px;
    left: 0;
}

.custom_scrollbar_1::-webkit-scrollbar {
    width: 0.45rem;
}
.custom_scrollbar_1::-webkit-scrollbar-track {
    border: none;
    background: #E0E1E4;
}
.custom_scrollbar_1::-webkit-scrollbar-thumb {
    background: #082543;
    border-radius: 3px;
}
.custom_scrollbar_1::-webkit-scrollbar-thumb:hover {
    background: #082543; 
}

@media (max-width: 767px) {
    .content-sidebar .content-sidebar-wrap{
        margin-top: 20px;
    }
}

@media (min-width: 768px) {
    .single-news.postid-101225 #fancybox-content{
        max-width:1128px !important;
        width:100% !important;
        height:auto !important;
    }

    .single-news.postid-101225 #fancybox-wrap{
        max-width:1128px !important;
        width:100% !important;
        height:auto !important;
        left: 50% !important;
        transform: translate(-50%);
    }
}

