.webinarBanner {
    padding: 25px 0 50px;
}
.webinarBanner .commonBreadcrumb {
    margin-top: 0;
}
.webinarBanner .commonBreadcrumb .current:before {
    color: #fff;
}
.webinarBanner .bannerContent {
    margin-top: 35px;
}
.webinarBanner .bannerContent--inner {
    padding: 40px 40px 0 60px;
}
.webinarBanner .bannerContent--inner__Img {
    height: 463px;
}
.webinarBanner .bannerContent--inner__Img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.webinarBanner .bannerContent--inner::after {
    width: 100%;
    height: calc(100% - 50px);
    content: "";
    background: #0729e9;
    top: 0;
    left: 0;
    position: absolute;
    z-index: -1;
    border-radius: 7px;
}
.webinarBanner .bannerContent--inner.slick-active * {
    animation-name: fadeInUpSD;
    animation-duration: 0.3s;
}
.webinarBanner .bannerContent--inner.slick-active .commonTitle--title {
    animation-delay: 0.3s;
}
.webinarBanner .bannerContent--inner.slick-active .commonTitle p {
    animation-delay: 0.5s;
}
.webinarBanner .bannerContent--inner.slick-active .commonTitle .btn {
    animation-delay: 0.7s;
}
.webinarBanner .bannerContent .commonTitle {
    margin-bottom: 0;
    margin-top: 15px;
}
.webinarBanner .bannerContent .commonTitle--title,
.webinarBanner .bannerContent .commonTitle p,
.webinarBanner .bannerContent .commonTitle .btn {
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.webinarBanner .bannerContent .commonTitle .commonTag {
    background: #fd0;
    color: #000;
}
.webinarBanner .bannerContent .commonTitle--title {
    margin-bottom: 20px;
    line-height: 46px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    -moz-line-clamp: 3;
    -ms-line-clamp: 3;
    -o-line-clamp: 3;
    text-overflow: ellipsis;
}
.webinarBanner .bannerContent .commonTitle p {
    color: #fd0;
    line-height: 28px;
    margin: 0;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    -moz-line-clamp: 2;
    -ms-line-clamp: 2;
    -o-line-clamp: 2;
    text-overflow: ellipsis;
}
.webinarBanner .bannerContent .commonTitle .btn {
    margin-top: 60px;
}
.webinarBanner .bannerContent .slick-arrow {
    bottom: 0;
}
.webinarBanner .bannerContent .slick-arrow:before {
    color: #fff;
}
.webinarBanner .bannerContent .slick-arrow:after {
    background: #fff;
}
.webinarBanner .bannerContent .slick-arrow:hover:before {
    border-color: #fff;
}
.webinarBanner .bannerContent .slick-arrow.slick-prev {
    left: 50px;
}
.webinarBanner .bannerContent .slick-arrow.slick-next {
    left: 110px;
}
@media (max-width: 1599px) {
    .webinarBanner {
        padding: 20px 0 40px;
    }
    .webinarBanner .bannerContent {
        margin-top: 30px;
    }
    .webinarBanner .bannerContent--inner {
        padding: 40px 40px 0 40px;
    }
    .webinarBanner .bannerContent--inner__Img {
        height: 400px;
    }
    .webinarBanner .bannerContent .row {
        margin: 0 -20px;
    }
    .webinarBanner .bannerContent .row [class*="col"] {
        padding: 0 20px;
    }
    .webinarBanner .bannerContent .commonTitle--title {
        line-height: 40px;
    }
    .webinarBanner .bannerContent .commonTitle p {
        line-height: 25px;
    }
    .webinarBanner .bannerContent .commonTitle .btn {
        margin-top: 40px;
    }
    .webinarBanner .bannerContent .slick-arrow.slick-prev {
        left: 30px;
    }
    .webinarBanner .bannerContent .slick-arrow.slick-next {
        left: 90px;
    }
}
@media (max-width: 1199.98px) {
    .webinarBanner .bannerContent {
        margin-top: 20px;
    }
    .webinarBanner .bannerContent--inner {
        padding: 30px 30px 0 30px;
    }
    .webinarBanner .bannerContent--inner__Img {
        height: 330px;
    }
    .webinarBanner .bannerContent .commonTitle--title {
        line-height: 36px;
        margin-bottom: 15px;
    }
    .webinarBanner .bannerContent .commonTitle .btn {
        margin-top: 30px;
    }
    .webinarBanner .bannerContent .slick-arrow.slick-prev {
        left: 20px;
    }
    .webinarBanner .bannerContent .slick-arrow.slick-next {
        left: 80px;
    }
}
@media (max-width: 991.98px) {
    .webinarBanner .bannerContent {
        margin-top: 20px;
    }
    .webinarBanner .bannerContent .row {
        margin: 0 -15px;
    }
    .webinarBanner .bannerContent .row [class*="col"] {
        padding: 0 15px;
    }
    .webinarBanner .bannerContent--inner {
        padding: 20px 20px 0 20px;
    }
    .webinarBanner .bannerContent--inner__Img {
        height: 300px;
    }
    .webinarBanner .bannerContent .commonTitle {
        margin-top: 0;
    }
    .webinarBanner .bannerContent .commonTitle--title {
        line-height: 30px;
    }
    .webinarBanner .bannerContent .commonTitle .btn {
        margin-top: 20px;
    }
    .webinarBanner .bannerContent .slick-arrow.slick-prev {
        left: 10px;
    }
    .webinarBanner .bannerContent .slick-arrow.slick-next {
        left: 70px;
    }
}
@media (max-width: 575.98px) {
    .webinarBanner {
        padding: 20px 0 50px;
    }
    .webinarBanner .bannerContent--inner:after {
        height: calc(100% - 30px);
    }
    .webinarBanner .bannerContent .commonTitle {
        margin-bottom: 15px;
    }
    .webinarBanner .bannerContent .commonTitle--title {
        line-height: 25px;
    }
    .webinarBanner .bannerContent .commonTitle .btn {
        margin-top: 15px;
    }
    .webinarBanner .bannerContent .slick-arrow {
        bottom: -40px;
        transform: translateX(-50%);
    }
    .webinarBanner .bannerContent .slick-arrow.slick-prev {
        left: 40%;
    }
    .webinarBanner .bannerContent .slick-arrow.slick-next {
        left: 60%;
    }
}
.webinarListing {
    padding: 80px 0;
}
.webinarListing .row {
    margin: 0 -50px;
}
.webinarListing .row > [class*="col"] {
    padding: 0 50px;
}
.webinarListing .loadMore {
    margin-top: 50px;
}
.webinarListing .pageTitle {
    margin-bottom: 55px;
}
.webinarListing .filterSec .form-group {
    margin-bottom: 0;
}
.webinarListing .filterSec .form-group.searchField {
    width: 328px;
}
.webinarListing .filterSec .form-group.dateField {
    width: 212px;
    margin-left: 10px;
}
.webinarListing .filterSec .form-group .btn {
    margin-left: 20px;
}
.webinarListing--box {
    margin-bottom: 70px;
}
.webinarListing--box__Img {
    border-radius: 6px;
    overflow: hidden;
    margin-bottom: 30px;
}
.webinarListing--box__Img img {
    transition-property: all;
    transition-duration: 0.5s;
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
    position: absolute;
    top: 0;
    object-fit: cover;
    height: 100%;
    width: 100%;
}
.webinarListing--box__Img .socialMedia {
    position: absolute;
    left: 15px;
    bottom: 15px;
    margin: 0;
    z-index: 9;
}
.webinarListing--box__Img .socialMedia li {
    margin-right: 0;
}
.webinarListing--box__Img .socialMedia li a {
    color: #fff;
    height: 24px;
    width: 24px;
    border-radius: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
}
.webinarListing--box__Img .socialMedia li a.facebook {
    background: #177ef3;
}
.webinarListing--box__Img .socialMedia li a.twitter {
    background: #51b0ef;
}
.webinarListing--box__Img .socialMedia li a.linkedin {
    background: #007bb5;
}
.webinarListing--box__Img .socialMedia li + li {
    margin-left: 8px;
}
.webinarListing--box__Img:hover img {
    transform: scale(1.05);
}
.webinarListing--box__Img:before {
    content: "";
    display: block;
    padding-bottom: 56.4%;
}
.webinarListing--box__Img:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(transparent 50%, rgba(0, 0, 0, 0.9));
}
.webinarListing--box__Info {
    margin-bottom: 25px;
    max-width: 85%;
}
.webinarListing--box__Info .title {
    font: 22px "Avenir-Black";
    line-height: 29px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    -moz-line-clamp: 2;
    -ms-line-clamp: 2;
    -o-line-clamp: 2;
    text-overflow: ellipsis;
}
.webinarListing.relatedEvents .eventListing--box {
    margin-bottom: 0;
}
.webinarListing .linkPrimary {
    padding-right: 30px;
}
.webinarListing .linkPrimary:before {
    content: "\e917";
    font-family: "icomoon";
    position: absolute;
    right: 0;
    font-size: 7px;
    top: 50%;
    color: #f6190d;
    transform: translateY(-50%);
    transition: all 0.2s ease-in-out;
}
.webinarListing .linkPrimary:after {
    content: "";
    position: absolute;
    height: 2px;
    width: 12px;
    right: 6px;
    background: #f6190d;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.2s ease-in-out;
    transform-origin: left;
    will-change: transform;
}
.webinarListing .linkPrimary:hover:before {
    right: -10px;
}
.webinarListing .linkPrimary:hover:after {
    transform: translateY(-50%) scaleX(2);
}
@media (max-width: 1599px) {
    .webinarListing {
        padding: 50px 0;
    }
    .webinarListing .row {
        margin: 0 -25px;
    }
    .webinarListing .row > [class*="col"] {
        padding: 0 25px;
    }
    .webinarListing .loadMore {
        margin-top: 30px;
    }
    .webinarListing .pageTitle {
        margin-bottom: 30px;
    }
    .webinarListing .filterSec .form-group.searchField {
        width: 280px;
    }
    .webinarListing .filterSec .form-group.dateField {
        width: 185px;
    }
    .webinarListing .filterSec .form-group .btn {
        margin-left: 15px;
    }
    .webinarListing--box {
        margin-bottom: 40px;
    }
    .webinarListing--box__Img {
        margin-bottom: 20px;
    }
    .webinarListing--box__Info {
        margin-bottom: 15px;
    }
    .webinarListing--box__Info .title {
        font: 20px "Avenir-Black";
        line-height: 26px;
    }
}
@media (max-width: 1199.98px) {
    .webinarListing {
        padding: 40px 0;
    }
    .webinarListing .pageTitle {
        margin-bottom: 20px;
    }
    .webinarListing .filterSec .form-group.searchField {
        width: 200px;
    }
    .webinarListing .filterSec .form-group.dateField {
        width: 165px;
    }
    .webinarListing .filterSec .form-group .btn {
        margin-left: 10px;
    }
}
@media (max-width: 991.98px) {
    .webinarListing {
        padding: 30px 0;
    }
    .webinarListing .row {
        margin: 0 -15px;
    }
    .webinarListing .row > [class*="col"] {
        padding: 0 15px;
    }
    .webinarListing .filterSec form {
        justify-content: space-between;
    }
    .webinarListing .filterSec .form-group.searchField {
        width: 49%;
        margin-bottom: 15px;
        margin-left: 0;
    }
    .webinarListing .filterSec .form-group.dateField {
        width: 24%;
        margin-bottom: 15px;
        margin-left: 0;
    }
    .webinarListing .filterSec .form-group .btn {
        margin-left: 0;
    }
    .webinarListing--box {
        margin-bottom: 30px;
    }
    .webinarListing--box__Img {
        margin-bottom: 10px;
    }
    .webinarListing--box__Info {
        margin-bottom: 15px;
        max-width: 100%;
    }
    .webinarListing--box__Info .title {
        font: 18px "Avenir-Black";
        line-height: 28px;
    }
    .webinarListing .loadMore {
        margin-top: 20px;
    }
}
@media (max-width: 767.98px) {
    .webinarListing {
        padding: 20px 0;
    }
    .webinarListing--box {
        margin-bottom: 25px;
    }
    .webinarListing--box__Info .title {
        font: 16px "Avenir-Black";
        line-height: 23px;
    }
}
@media (max-width: 575.98px) {
    .webinarListing .filterSec form {
        justify-content: space-between;
    }
    .webinarListing .filterSec .form-group.searchField {
        width: 100%;
    }
    .webinarListing .filterSec .form-group.dateField {
        width: 49%;
    }
    .webinarListing .filterSec .form-group .btn {
        margin-left: 0;
    }
    .webinarListing .loadMore {
        margin-top: 10px;
    }
}
.webinarBanner--detail .commonBreadcrumb {
    padding: 25px 0 25px !important;
    margin-top: 0px;
    margin-bottom: 0;
}
.webinarBanner--detail .commonBreadcrumb li a {
    color: #fff;
}
.webinarBanner--detail .commonBreadcrumb li a:hover {
    color: #f6190d;
}
.webinarBanner--detail .commonBreadcrumb li a:hover span {
    color: #f6190d;
}
.webinarBanner--detail .commonBreadcrumb li:before {
    color: #fff;
}
.webinarBanner--detail .commonBreadcrumb .current {
    max-width: 406px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.webinarBanner--detail .commonBreadcrumb .current:before {
    color: #fff;
}
.webinarBanner--detail iframe {
    height: 600px;
}
.webinarBanner--detail .bannerContent {
    background: url("../images/webinar/webinar-detail-banner1.png");
    background-repeat: no-repeat;
    background-size: cover;
    padding: 85px 0;
}
.webinarBanner--detail .bannerContent .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.64);
}
.webinarBanner--detail .bannerContent .webcastForm {
    height: 542px;
    width: 542px;
    background: #fff;
    border-radius: 100%;
}
.webinarBanner--detail .bannerContent .webcastForm:before {
    background: #f6190d;
    position: absolute;
    top: 8px;
    left: 8px;
    bottom: 0;
    right: 0;
    height: 544px;
    width: 544px;
    content: "";
    border-radius: 100%;
}
.webinarBanner--detail .bannerContent .webcastForm--title {
    font-size: 49px;
    margin-bottom: 20px;
}
.webinarBanner--detail .bannerContent .webcastForm--title span {
    color: #fd0;
}
.webinarBanner--detail .bannerContent .webcastForm .input-group {
    margin: 0;
    border-bottom: 2px solid #fff;
}
.webinarBanner--detail .bannerContent .webcastForm .input-group .form-control {
    height: 55px;
    background: transparent;
    padding: 15px 20px;
    font-size: 18px;
    color: #fff;
}
.webinarBanner--detail .bannerContent .webcastForm .input-group .form-control::placeholder {
    color: #fff;
}
.webinarBanner--detail .bannerContent .webcastForm .input-group .btn {
    background: #fff !important;
    color: #f6190d !important;
    border-radius: 0px;
}
.webinarBanner--detail .bannerContent .webcastForm .input-group .btn:focus {
    outline: none;
    box-shadow: unset;
}
.webinarBanner--detail .bannerContent .playIcon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
@media (max-width: 1599px) {
    .webinarBanner--detail .commonBreadcrumb {
        padding: 25px 0 25px;
    }
    .webinarBanner--detail iframe {
        height: 500px;
    }
    .webinarBanner--detail .bannerContent {
        padding: 50px 0;
    }
    .webinarBanner--detail .bannerContent .webcastForm {
        height: 442px;
        width: 442px;
    }
    .webinarBanner--detail .bannerContent .webcastForm:before {
        height: 444px;
        width: 444px;
    }
    .webinarBanner--detail .bannerContent .webcastForm--title {
        font-size: 40px;
    }
    .webinarBanner--detail .bannerContent .webcastForm .input-group .form-control {
        height: 45px;
        padding: 12px 20px;
        font-size: 16px;
    }
}
@media (max-width: 1199.98px) {
    .webinarBanner--detail .commonBreadcrumb {
        padding: 20px 0;
    }
    .webinarBanner--detail iframe {
        height: 400px;
    }
    .webinarBanner--detail .bannerContent {
        padding: 40px 0;
    }
    .webinarBanner--detail .bannerContent .webcastForm {
        height: 372px;
        width: 372px;
    }
    .webinarBanner--detail .bannerContent .webcastForm:before {
        height: 374px;
        width: 374px;
    }
    .webinarBanner--detail .bannerContent .webcastForm--title {
        font-size: 36px;
    }
    .webinarBanner--detail .bannerContent .webcastForm .input-group .form-control {
        height: 40px;
    }
}
@media (max-width: 991.98px) {
    .webinarBanner--detail iframe {
        height: 350px;
    }
    .webinarBanner--detail .bannerContent {
        padding: 30px 0 35px;
    }
    .webinarBanner--detail .bannerContent .webcastForm {
        height: 172px;
        width: 100%;
        border-radius: unset;
        margin-top: 150px;
    }
    .webinarBanner--detail .bannerContent .webcastForm:before {
        height: 174px;
        width: 100%;
        border-radius: unset;
        left: 0;
    }
    .webinarBanner--detail .bannerContent .webcastForm--title {
        font-size: 25px;
        margin-bottom: 15px;
        text-align: center;
    }
    .webinarBanner--detail .bannerContent .webcastForm .input-group .form-control {
        height: 35px;
        padding: 12px 15px;
    }
    .webinarBanner--detail .bannerContent .playIcon {
        top: 25%;
    }
}
@media (max-width: 767.98px) {
    .webinarBanner--detail .commonBreadcrumb .current {
        max-width: 185px;
    }
    .webinarBanner--detail iframe {
        height: 300px;
    }
    .webinarBanner--detail .bannerContent {
        padding: 20px 0 30px;
    }
    .webinarBanner--detail .bannerContent .webcastForm {
        height: 142px;
        margin-top: 100px;
    }
    .webinarBanner--detail .bannerContent .webcastForm:before {
        height: 144px;
    }
    .webinarBanner--detail .bannerContent .webcastForm--title {
        font-size: 20px;
    }
    .webinarBanner--detail .bannerContent .webcastForm .input-group .form-control {
        width: 200px;
        font-size: 14px;
    }
    .webinarBanner--detail .bannerContent .playIcon {
        top: 20%;
    }
    .webinarBanner--detail .bannerContent .playIcon img {
        max-width: 75%;
    }
}
@media (max-width: 767.98px) {
    .webinarBanner--detail iframe {
        height: 250px;
    }
}
.stepSection {
    padding: 80px 0;
}
.stepSection .commonTitle {
    padding: 15px 0 15px 35px;
    margin-bottom: 0;
}
.stepSection .commonTitle--title {
    font-size: 34px;
    line-height: 46px;
    margin-bottom: 15px;
}
.stepSection .commonTitle p {
    font-size: 18px;
    color: #848484;
    line-height: 29px;
    max-width: 80%;
}
.stepSection .commonTitle:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 2px;
    background: #f6190d;
}
.stepSection .relatedLink {
    margin-top: 80px;
    font-size: 14px;
}
.stepSection:after {
    content: "";
    position: absolute;
    height: 110px;
    width: 110px;
    border-radius: 100%;
    background: #0729e9;
    right: 125px;
    bottom: -40px;
}
@media (max-width: 1599px) {
    .stepSection {
        padding: 50px 0;
    }
    .stepSection .commonTitle--title {
        font-size: 30px;
        line-height: 40px;
    }
    .stepSection .commonTitle p {
        font-size: 16px;
        line-height: 25px;
        max-width: 100%;
    }
    .stepSection .commonTitle:after {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        width: 2px;
        background: #f6190d;
    }
    .stepSection .relatedLink {
        margin-top: 50px;
    }
}
@media (max-width: 1199.98px) {
    .stepSection {
        padding: 40px 0;
    }
    .stepSection .commonTitle {
        padding: 15px 0 15px 25px;
    }
    .stepSection .commonTitle--title {
        font-size: 25px;
        line-height: 35px;
    }
    .stepSection .relatedLink {
        margin-top: 40px;
    }
}
@media (max-width: 991.98px) {
    .stepSection {
        padding: 30px 0;
    }
    .stepSection .commonTitle--title {
        font-size: 20px;
        line-height: 30px;
    }
    .stepSection .commonTitle p {
        font-size: 15px;
        line-height: 23px;
    }
    .stepSection .relatedLink {
        margin-top: 30px;
    }
}
@media (max-width: 767.98px) {
    .stepSection {
        padding: 20px 0;
    }
    .stepSection .commonTitle {
        padding: 15px 0 15px 15px;
    }
    .stepSection .commonTitle--title {
        font-size: 18px;
        line-height: 26px;
    }
    .stepSection .commonTitle p {
        font-size: 14px;
        line-height: 23px;
    }
    .stepSection .relatedLink {
        margin-top: 15px;
    }
    .stepSection:after {
        height: 50px;
        width: 50px;
        right: 35px;
        bottom: -20px;
    }
}
.webinarForm {
    padding: 80px 0;
}
.webinarForm .row {
    margin: 0 -35px;
}
.webinarForm .row [class*="col"] {
    padding: 0 35px;
}
.webinarForm .commonTitle {
    margin-bottom: 35px;
}
.webinarForm .commonTitle--title {
    font-size: 50px;
    line-height: 60px;
    margin-bottom: 15px;
    margin: 0;
}
.webinarForm .commonTitle--title span {
    color: #f6190d;
}
.webinarForm--content {
    padding: 0 60px;
}
.webinarForm--form p {
    font-size: 18px;
    line-height: 29px;
    margin-bottom: 25px;
}
.webinarForm--form span {
    color: #f6190d;
}
.webinarForm--form .submitButton {
    min-width: 180px;
}
@media (max-width: 1599px) {
    .webinarForm {
        padding: 50px 0;
    }
    .webinarForm .row {
        margin: 0 -25px;
    }
    .webinarForm .row [class*="col"] {
        padding: 0 25px;
    }
    .webinarForm .commonTitle {
        margin-bottom: 25px;
    }
    .webinarForm .commonTitle--title {
        font-size: 45px;
        line-height: 55px;
    }
    .webinarForm--form p {
        font-size: 16px;
        line-height: 25px;
        margin-bottom: 15px;
    }
}
@media (max-width: 1199.98px) {
    .webinarForm {
        padding: 40px 0;
    }
    .webinarForm .row {
        margin: 0 -15px;
    }
    .webinarForm .row [class*="col"] {
        padding: 0 15px;
    }
    .webinarForm .commonTitle {
        margin-bottom: 20px;
    }
    .webinarForm .commonTitle--title {
        font-size: 35px;
        line-height: 45px;
    }
}
@media (max-width: 991.98px) {
    .webinarForm {
        padding: 30px 0;
    }
    .webinarForm .commonTitle--title {
        font-size: 25px;
        line-height: 35px;
        text-align: center;
    }
    .webinarForm--form {
        margin-top: 20px;
    }
    .webinarForm--form p {
        font-size: 15px;
        line-height: 23px;
        text-align: center;
    }
}
@media (max-width: 767.98px) {
    .webinarForm {
        padding: 20px 0;
    }
    .webinarForm .commonTitle {
        margin-bottom: 15px;
    }
    .webinarForm .commonTitle--title {
        font-size: 20px;
        line-height: 30px;
    }
    .webinarForm--content {
        padding: 0 15px;
    }
    .webinarForm--form {
        margin-top: 15px;
    }
    .webinarForm--form p {
        font-size: 14px;
    }
}
.ui-datepicker {
    text-align: center;
    margin-top: 2px;
    padding: 0 !important;
    border: 0;
    font-family: "Montserrat-Medium";
}
.ui-datepicker .ui-datepicker-title {
    line-height: normal;
    padding: 6px;
    margin: 0 !important;
}
.ui-datepicker .ui-datepicker-header {
    padding: 0;
    border: 0;
    border-radius: 0;
}
.ui-widget.ui-widget-content {
    box-shadow: 0 0 20px rgba(10, 65, 130, 0.15);
    border: 0 !important;
    width: 215px;
    z-index: 555555 !important;
}
.ui-datepicker-trigger {
    margin: 0 0 0 5px;
    vertical-align: text-top;
}
.openemr-calendar .ui-datepicker {
    width: 191px;
}
.openemr-calendar .ui-datepicker table {
    width: 191px;
    table-layout: fixed;
}
.ui-datepicker-header {
    background-color: #f6190d !important;
    background-image: none !important;
    border-radius: 0;
}
.openemr-calendar .ui-datepicker-header {
    background-color: #e6f7f9 !important;
    border-width: 1px;
    border-color: #c9f0f5;
    border-style: solid;
}
.openemr-calendar .ui-datepicker-title {
    line-height: 20px !important;
}
.ui-datepicker-prev span {
    display: none !important;
}
.ui-datepicker-next {
    text-align: center;
}
.ui-datepicker-next span {
    display: none !important;
}
.ui-datepicker-prev {
    background-color: transparent !important;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAMCAYAAACulacQAAAAUklEQVQYlXWPwQnAMAwDj9IBOlpH8CjdJLNksuujFIJjC/w6WUioFBcqJ7sGEAD5Y/hpqLRghRv4YQlUjqXI3Kql2MixraGbEhVcDXcFUR/1egEHNuTBpFW0NgAAAABJRU5ErkJggg==") !important;
    height: 12px !important;
    width: 7px !important;
    margin: 0 12px;
    display: inline-block;
    left: 0 !important;
    top: 12px !important;
}
.openemr-calendar .ui-datepicker-prev {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAOCAYAAAD9lDaoAAAAuUlEQVQokXXRsUtCYRAA8J8pDQ1CVIgIgtBU2NDiZIuDS4uLf6WDS1O0tLREEE8icBNKS3lTs8/B78XHw3dwcHA/juOuqjzucYJVrQQMcYctvo4OgEFIeMK6iPphCjzjEWLUC3vACx7yRo5uMUIFr5gii1EL41AvMIkBVPGH04DrSLEsIvjEOZq4wi9+iijDR0ANXOMbmxjlcIY2LtANO6YxymGCDs5wg/ciYv+KBJeY4+2A+Y9j4Y47RtUkrNXeDxUAAAAASUVORK5CYII=") !important;
    height: 14px !important;
    width: 9px !important;
    margin: 5px !important;
}
.ui-datepicker-next {
    cursor: pointer;
}
.ui-datepicker-prev {
    cursor: pointer;
}
.ui-datepicker-next {
    background-color: transparent !important;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAMCAYAAABfnvydAAAAVUlEQVQYlXWQ0Q3AIAhEL07gKI7kKN2kI3Wk1w9to3KQEELucQEECOizhhTQGHFnwOdgobWx0GkZILfYBhXl0STVbPoBarbkL7ozN/F8VBBXh8uJgF5r2hrI4GHUkAAAAABJRU5ErkJggg==") !important;
    height: 12px !important;
    width: 8px !important;
    margin: 0 12px;
    display: inline-block;
    right: 0 !important;
    top: 12px !important;
}
.openemr-calendar .ui-datepicker-next {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAOCAYAAAASVl2WAAAAtElEQVQYlXXQsUpCcRQH4I97EQyHa1pgIEE0hBGYL+BjNLRFjxXh4rM4F21BS4S4FAgqQioOngt/RM/6+zi/w4EanlA4MDkecYsO3vG/D8a4Rx03eMMqBQt8oodTXAdalwBm+IpNDVxG3aYEMMU3ujjDBT5SAH9R2cE58mwPFOgneJSCGp7RjLoXTEtQjbCFOV7xCxkqdp9sYxnhpFyb4QFXdh8c4Cc9Ko++OwzjFwfn5FiwBVeuI/K2UCkSAAAAAElFTkSuQmCC") !important;
    height: 14px !important;
    width: 8px !important;
    margin: 5px;
}
.ui-datepicker-month {
    border-radius: 2px;
    background-color: #d00218;
    width: 65px !important;
    height: 22px;
    font-family: "Montserrat-Regular" !important;
    color: #fff;
    font-size: 14px !important;
    text-align: center;
    border: none !important;
    margin-right: 17px !important;
    vertical-align: text-top;
}
.openemr-calendar .ui-datepicker-month {
    color: rgba(34, 34, 34, 0.87);
    font-size: 12px !important;
    font-weight: 700;
    text-align: center;
    transform: scaleX(1.0029);
}
.ui-datepicker-year {
    border-radius: 2px;
    background-color: #d00218;
    width: 65px !important;
    height: 22px;
    border: none !important;
    font-family: "Montserrat-Regular" !important;
    color: #fff;
    font-size: 14px !important;
    text-align: center;
    vertical-align: text-top;
}
.openemr-calendar .ui-datepicker-year {
    color: rgba(34, 34, 34, 0.87);
    font-size: 12px !important;
    font-weight: 700;
    text-align: center;
    transform: scaleX(1.0029);
}
.ui-datepicker-month option,
.ui-datepicker-year option {
    color: #0a4182 !important;
    background-color: #fff !important;
    font-size: 14px !important;
    font-weight: 600;
}
.ui-datepicker-month option[selected],
.ui-datepicker-year option[selected] {
    background-color: #e5edf0 !important;
}
.ui-datepicker .ui-state-hover {
    border: 0 !important;
}
.ui-datepicker td {
    vertical-align: top;
}
.ui-datepicker .ui-state-default {
    border-radius: 2px;
    border-color: #edebeb !important;
    width: 24px;
    height: 24px;
    padding: 0 !important;
    line-height: 24px;
    text-align: center !important;
    color: #707070;
    font-size: 13px;
    font-weight: 400 !important;
    margin: 7px 0 0 4px;
}
.ui-datepicker .ui-state-default.ui-state-highlight {
    border-color: #dcdcdc;
    background-color: #ef384c !important;
    color: #fff !important;
}
.openemr-calendar .ui-state-default {
    font-size: 10px;
    margin: 0;
}
.ui-datepicker td {
    width: 33px;
}
.openemr-calendar .ui-datepicker td {
    width: 26px;
}
.openemr-calendar .ui-state-default {
    width: 26px;
    height: 20px;
    line-height: 20px;
}
.ui-state-default.ui-state-hover {
    border-color: #ef384c;
    background-color: #ef384c !important;
    color: #fff !important;
}
.ui-datepicker .ui-state-active {
    border-color: #ef384c;
    background-color: #ef384c !important;
    color: #fff !important;
}
.ui-datepicker-calendar thead tr th {
    color: #fff;
    font-size: 12px;
    padding: 8px 5px;
    font-weight: normal;
}
.openemr-calendar .ui-datepicker-calendar thead tr th {
    font-size: 10px;
}
.ui-datepicker-close {
    display: none;
}
.ui-datepicker thead {
    background-color: #d00218;
}
.openemr-calendar .ui-datepicker thead {
    background: none;
}
.ui-state-default.ui-datepicker-current {
    float: none !important;
    font-family: Open Sans, Arial, sans-serif;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    text-align: left;
    border-width: 0 !important;
    border: none;
    vertical-align: top;
    margin: 0 !important;
    background-color: transparent !important;
}
.ui-datepicker-buttonpane.ui-widget-content {
    text-align: center;
    background-color: #0a4182;
    margin: 0 !important;
    height: 28px;
    padding: 0 !important;
}
.openemr-calendar .ui-datepicker-year {
    background-color: transparent;
}
.openemr-calendar .ui-datepicker-month {
    background-color: transparent;
}
.openemr-calendar .ui-state-default {
    border: 0 !important;
}
.openemr-calendar .ui-datepicker-month {
    margin-right: 10px !important;
}
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
    border: 0;
    background-color: #fff;
    color: #000;
}

/*# sourceMappingURL=webinar.min.css.map */
