.main-banner-upc {
    background-color: #098ea7;
    background-size: cover;
}
.main-banner-upc .container{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 200px;
    margin: 0;
}
.headingRuleDefault{
    width: 100%;
    color: #FFFFFF;
    font-size: 30px;
    line-height: 1.5;
    font-weight: 500;
}
#search-webinar-box {
    width: 50%;
    padding-top: 12px;
}
.search-box {
    margin-bottom: 30px;
    display: flex;
}
#product-list{
    margin-top:30px;
}
.search-string {
    width: 85%;
    height: 41px;
    color: #000;
    opacity: 1 !important;
    font-size: 16px;
    font-weight: 500;
    line-height: 43px;
    border: transparent;
    background-color: transparent;
    outline: transparent;
    padding: 0;
}
.line-2 {
    box-sizing: border-box;
    height: 100%;
    width: auto;
    padding-top: 10px;
    max-width: 15%;
}
.close {
    float: right;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .2;
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
}
button.close {
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
}

.close {
    float: right;
    font-size: 21px;
    font-weight: bold;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .2;
    filter: alpha(opacity = 20);
}
.search-btn .custom-search-button {
    background-color: #0000d3;
    padding: 8px 0 4px 0;
    border-radius: 0;
    border: 1px solid #0000d3;
    width: 55px;
    height: 55px;
}
.search-inbox {
    border: 1px solid #b4b4b4;
    border-right: 0;
    padding: 6px;
    width: calc(100% - 55px);

}
.dynamic-filter {
    display: flex;
    align-items: center;
}

.p-small {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #000;
}
.dynamic-filter input {
    height: 16px;
    width: 16px;
    opacity: 0;
    position: relative;
    z-index: 1;
    margin-top: 1px;
}
input[type="radio"], input[type="checkbox"] {
    margin: 4px 0 0;
    margin-top: 1px \9;
    line-height: normal;
}
.dynamic-filter .btn-radio {
    display: inline-block;
    content: "";
    height: 18px;
    width: 18px;
    border: 1px solid #979797;
    border-radius: 50%;
    position: relative;
    left: -16px;
    margin-right: -10px;
}
.dynamic-filter input:checked+.btn-radio {
    border: 6px solid #0052d6;
}
#product-list product-list.container {
    max-width: 1200px;
    margin: 20px auto;
    padding: 10px;
}

#product-list .card {
    display: flex;
    flex-direction: column;
    background-color: #f4f4f4;
    border: 1px solid #f4f4f4;
    /* border-radius: 8px; */
    padding: 24px 48px;
    /* padding: 20px; */
    margin-bottom: 20px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

#product-list .card h4 {
    margin: 0 0 10px;
    color: #002856;
    font-size: 24px;
    line-height: 28px;
    font-weight: 500;
    font-family: "roboto";
}

#product-list .card p {
    margin-top: 12px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #000;
    font-family: "roboto";
}

#product-list .card .details {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#product-list .badge {
    
    color: #fff;
    padding: 5px 10px;
    border-radius: 12px;
    font-size: 12px;
}

#product-list .time {
    display: block;
    align-items: center;
    color: #555;
    font-size: 14px;
}

#product-list .time i {
    margin-right: 5px;
}

#product-list .watch-btn {
    background-color: #0044ff;
    color: #fff;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    text-decoration: none;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    cursor: pointer;
    transition: background-color 0.3s;
}

#product-list .watch-btn:hover {
    background-color: #0033cc;
}

@media (min-width: 768px) {
    #product-list .card {
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
    }
    #product-list .card .details {
        flex-direction: row;
        align-items: center;
        justify-content: flex-start;
        gap: 150px;
    }
}
@media (min-width: 1200px) {
    .headingRuleDefault{
        padding-left:120px;
    }
}
.gcom-icon-arrow-up:before {
    content: "\e9be";
}
.gcom-icon-arrow-up {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    font-weight: bold;
    font-size: 21px;
    vertical-align: sub;
    -webkit-transition: all 150ms ease;
    -moz-transition: all 150ms ease;
    -o-transition: all 150ms ease;
    -ms-transition: all 150ms ease;
    transition: all 150ms ease;
}
.dynamic-filter input {
    height: 16px;
    width: 16px;
    opacity: 0;
    position: relative;
    z-index: 1;
    margin-top: 1px;
}

.gcom-icon-refresh {
    color: #0000d3;
}
.gcom-icon-refresh {
    cursor: pointer;
}

.gcom-icon-refresh{
    font-family: "roboto";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.gcom-icon-x{
    font-family: "Font Awesome 5 Free"; /* Font Awesome font */
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.gcom-icon-x:before {
    content: "\f00d"; /* Font Awesome's code for "X" (close) icon */
   
}
.gcom-icon-search:before {
    content: "\f002";
}
.gcom-icon-search{
    font-family: "Font Awesome 5 Free"; /* Font Awesome font */
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.webinar-date{
    font-size: 20px;
    line-height: 28px;
    font-weight: 600;
    color: #002856;
}
.webinar-time{
    font-size: 18px;
    line-height: 24px;
    font-weight: 500;
    color: #002856;
}
.upcoming{
    background-color: #dd2161 !important;
}
.ondemand{
    background-color: #002856 !important;
}
.webinarlist{
    font-family: "roboto";
}
label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: bold;
    cursor: pointer;
    font-size: 16px;
    font-weight: 500;
    color: #002856;
    line-height: 17px;
    margin-bottom: 12px;
}
.reset{
    margin-left: 15px;
}
.reset a{
    color: #0000d3;
    text-decoration: none;
    font-weight: 600;
}
.watch-btn{
    padding: 1.1875em 2em;
    display: inline-block;
    border-radius: 4px !important;
    box-shadow: none !important;
    text-decoration: none;
    font-size: 16px;
    line-height: 16px;
    font-weight: 600;
}
.fa-search,.fa-arrow-up{
    font-weight: 600;
    color: white;
    font-size: 24px;
}
.search-text {
    font-size: 16px;
    line-height: 16px;
}
.fa-sync{
    color: #0000d3;
    font-size: 15px;
}