.webinars .card .card-header{
    background: #ecedef;
}
.webinars .card .card-header h3{
    color: #2479a6;
    font-size: 18px;
    font-weight: 700;
}
.webinars .card .card-header h3 span{
    font-size: 14px;
    color: #010101;
    font-weight: 400;
}
.webinars .card .card-header h3 span::before{
    content: "-";
    padding-right: 10px;
    vertical-align: middle;
}
.register_apply_btn_col{
    top: 20px;
    right: 8px;
}
.blue_btn {
    background: #f59635;
}
.webinars .card .card-body{
    border: #ecedef solid 1px;
}
.webinars .btn{
    font-size: 14px;
    font-weight: 600;
}
.webinars .card .card-body ul li{
    font-size: 14px;
    line-height: 24px;
    color: #010101;
}
.webinars .card .card-body ul li::before{
    font-family: "Font Awesome 5 Free";
    content: "\f0da";
    padding-right: 10px;
    vertical-align: middle;
    font-weight: 900;
}
.webinars .card .card-body h4{
    font-size: 16px;
    color: #010101;
}
.webinars .card .card-body p{
    font-size: 14px;
    line-height: 24px;
    color: #010101;
}
.webinars .card .card-body p span{
    color: #f59635;
    font-weight: 700;
}
.webinars .card .card-body .list-2 li{
    font-size: 14px;
    line-height: 24px;
    color: #010101;
}
.webinars .card .card-body .list-2 li::before{
    content: "-";
    padding-right: 10px;
    vertical-align: middle;
}



/* Large devices (desktops, less than 1200px) */
@media (max-width: 1199.98px) { 
    
}
/* Medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) { 
    
}
/* Small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) { 
    
}
/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) { 

}