﻿
/*=================Covid Section Css===============*/
.covidframe {
    margin-top: 50px;
    padding-bottom: 30px;
}

.covidSection.page_home {
    margin: 0 auto !important;
}

.covidSection {
    background: #fff !important;
    padding: 0px !important;
    margin: 0 0 8px !important;
    position: relative !important;
}

.covidSection_heading {
    font-size: 20px !important;
    line-height: 30px !important;
    font-weight: 900 !important;
    margin: 0 0 8px !important;
    color: #3e3e3e !important;
}

.covidSection_description {
    font-size: 12px !important;
    line-height: 18px !important;
    margin: 0 0 16px !important;
    padding: 0 !important;
    color: #b2b2b2 !important;
}

.covidSection_cardList {
    padding: 20px;
    display: flex !important;
    overflow-x: auto !important;
    position: relative !important;
}

.covidCard {
}

.covidCard_img {
    max-height: 120px !important;
    width: 100% !important;
    border-radius: 6px !important;
    overflow: hidden !important;
    margin: 0 0 11px !important;
}

    .covidCard_img img {
        padding: 0 !important;
    }

.covidCard_title {
    font-size: 14px !important;
}

.covidCard_description {
    font-size: 12.5px !important;
}

.covidCard_wrapper:last-child {
    margin-right: 0 !important;
}

.covidSection.page_home {
    margin: 0 auto !important;
}

.covidSection.page_PLP {
    margin: 0 auto !important;
}

.covidSection.page_RLP {
    margin: 0 -15px !important;
    background: transparent !important;
    padding: 0 0 24px !important;
}

    .covidSection.page_RLP .covidWrapper_RLP {
        background: #fff !important;
        padding: 16px;
        border-radius: 2px;
        overflow: hidden;
    }

        .covidSection.page_RLP .covidWrapper_RLP .covidSection_description {
            color: #3e3e3e !important;
            font-size: 14px !important;
            line-height: 22px !important;
            font-weight: 900 !important;
        }

    .covidSection.page_RLP .covidCard_wrapper {
        flex: 1;
    }

        .covidSection.page_RLP .covidCard_wrapper .covidCard {
            min-width: 100% !important;
        }

            .covidSection.page_RLP .covidCard_wrapper .covidCard .covidCard_img {
                max-height: 116px !important;
            }

.covidSection.page_DLP {
    margin: 0 auto !important;
}

.covidSection.page_blogHome {
    clear: both !important;
}

.covidSection.page_blogDetail {
    margin-left: -4px !important;
    margin-right: -4px !important;
    padding: 24px 0 24px !important;
    border-top: 1px solid #efefef !important;
    border-bottom: 1px solid #efefef !important;
    clear: both !important;
}

    .covidSection.page_blogDetail .covidSection_heading,
    .covidSection.page_blogDetail .covidSection_description {
        padding: 0 24px !important;
    }

    .covidSection.page_blogDetail .covidCard_wrapper:first-child {
        margin-left: 24px !important;
    }

    .covidSection.page_blogDetail .covidCard_wrapper {
        margin-right: 0 !important;
        padding-right: 16px !important;
    }

        .covidSection.page_blogDetail .covidCard_wrapper:first-child {
            margin-left: 24px !important;
        }

.covidSection.page_blogHome .covidCard_wrapper {
    flex: 1;
}

    .covidSection.page_blogHome .covidCard_wrapper .covidCard {
        min-width: 100% !important;
    }

.covidSection .covidNav_enable {
    padding-bottom: 0 !important;
    overflow: hidden;
}

    .covidSection .covidNav_enable .covidSection_cardList {
        margin-bottom: -16px !important;
    }

.covidSection .covidSlideNavWrapper {
    position: absolute !important;
    left: 0 !important;
    right: 0 !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    -webkit-transform: translateY(-50%) !important;
    -moz-transform: translateY(-50%) !important;
    -ms-transform: translateY(-50%) !important;
    height: 32px !important;
}

    .covidSection .covidSlideNavWrapper img.covidSlideNav_btn {
        padding: 0 !important;
        cursor: pointer !important;
        right: -16px !important;
        height: 32px !important;
        width: 32px !important;
        position: absolute !important;
    }

        .covidSection .covidSlideNavWrapper img.covidSlideNav_btn.covidSlideNav_Left {
            left: -16px !important;
            right: auto !important;
        }

.covidSection .covidNav_enable .covidSection_cardList::-webkit-scrollbar {
    -ms-overflow-style: none;
    scrollbar-width: none;
    display: none;
}

/*=============End Covid Section===============*/

.covidCard {
    background: #fbfbfb;
    padding: 10px;
    border-radius: 10px;
    box-shadow: 0px 8px 24px #efefef;
}

    .covidCard:hover {
        color: #0b662e;
        padding: 10px;
        border-radius: 10px;
        transform: translateY(-10px);
        transition: .5s;
    }
.curcle-ctm-img {
    border-radius: 50%;
}