.fa, .far{
    font-weight: 900;
}
.webinar-all-lang .new-hp .section-2{
    position: relative;
    z-index: 99;
}
.webinar-all-lang .new-hp .section-2 .title .fa-laptop{
    font-weight: 900;
}

.webinar-all-lang .new-hp .section-2 article .content_holder .title h4{
    font-weight: 600;
    font-size: 26px;
}
.webinar-all-lang .new-hp .section-2 article .content_holder h5{
    font-size: 22px;
}
.webinar-all-lang .new-hp .container{
    display: flex;
    row-gap: 45px;
    flex-wrap: wrap;
}

@media (max-width:980px) {
    /*.webinar-all-lang .new-hp .container{
        display: block;
        row-gap: 45px;
    }*/
}

/****New page design css****/
/**webinar-all-lang**/
.webinar-inner{
    padding: 50px 0;
}
.webinar-post-list .webinar-block, 
.webinar-post-list-nosearch .webinar-block {
    display: grid;
    grid-template-columns: 25% 1fr;
    column-gap: 30px;
    padding: 20px;
    margin-bottom: 25px;
    border: 1px solid #e9e9e9;
    box-shadow: 0 2px 0 0 rgba(0,0,0,.016);
    align-items: center;
}
.webinar-post-list .webinar-block:last-child, 
.webinar-post-list-nosearch .webinar-block:last-child{
    margin-bottom: 0;
}
.archive .banner-main figure{
    margin-top: 0;
}
.webinar-post-list .webinar-block .webinar-post-img, 
.webinar-post-list-nosearch .webinar-block .webinar-post-img{
    text-align: center;
}
.webinar-post-list .webinar-block .webinar-post-content .title, 
.webinar-post-list-nosearch .webinar-block .webinar-post-content .title{
    font-size: 29px;
    font-weight: 600;
    margin: 0 0 10px;
    text-transform: capitalize;
    display: inline-block;
    padding: 0;
}
.webinar-post-list .webinar-block .webinar-post-content .content-row, 
.webinar-post-list-nosearch .webinar-block .webinar-post-content .content-row{
    padding: 0 0 20px 0;
    font-size: 16px;
}
.webinar-post-list .webinar-block .webinar-post-content .content-row span, 
.webinar-post-list-nosearch .webinar-block .webinar-post-content .content-row span{
    text-transform: capitalize;
}
.webinar-post-list .webinar-block .webinar-post-content .content-row .post-category span, 
.webinar-post-list-nosearch .webinar-block .webinar-post-content .content-row .post-category span {
    display: block;
    color: var(--mec-color-skin);   
}
.webinar-post-list .webinar-block .webinar-post-content .content-row .post-category span a, 
.webinar-post-list-nosearch .webinar-block .webinar-post-content .content-row .post-category span a {
    color: var(--mec-color-skin);
}
.webinar-post-list .webinar-block .webinar-post-content .content-row .post-category span a:hover,
.webinar-post-list-nosearch .webinar-block .webinar-post-content .content-row .post-category span a:hover{
    color: #000;
}
.webinar-post-list .webinar-block .webinar-post-content .webinar-content,
.webinar-post-list-nosearch .webinar-block .webinar-post-content .webinar-content {
    line-height: 1.7;
    font-size: 20px;
    color: #626262;
}
.webinar-all-lang footer, .single-webinar footer{
    margin-top: 0;
}

.webinar-filter{
    display: grid;
    row-gap: 20px;
    margin-bottom: 30px;
    position: relative;
    border: 1px solid #efefef;
    padding: 20px;
    background: #fafafa;
    box-shadow: 0 3px 2px 0 rgba(0,0,0,.012);
}
.webinar-loader, .webinar-more-loader{
    margin-bottom: 30px;
    text-align: center;
}
.webinar-load-more{
    margin-bottom: 0;
}
.webinar-filter .checkboxes.mutliSelect {
    position: relative;
}
.webinar-filter .checkboxes.mutliSelect .category-inner{
    width: 100%;
}
.webinar-filter .checkboxes.mutliSelect a{
    width: 100%;
    height: 35px;
    float: left;
    display: inline-block;
    font-family: "din-regular", Arial, Helvetica, sans-serif;
    line-height: 20px;
    font-size: 13px;
    vertical-align: middle;
    border: 1px #efefef solid;
    background: #ffffff;
    box-shadow: none;
    border-radius: 4px;
    position: relative;
    padding: 5px 15px;
    margin: 0;
    color: #777;
    text-transform: capitalize;
}
/*.webinar-filter .checkboxes.mutliSelect a p.multiSel:after {
    position: absolute;
    content: "\f105";
    color: #222;
    right: -10px;
    top: 0;
    z-index: 99;
    font-family: FontAwesome;
    transform: rotate(90deg);
    font-weight: 900;
    font-size: 16px;
}*/
.webinar-filter .checkboxes.mutliSelect a{
    overflow-x: auto;
    overflow-x: hidden;
}
.webinar-filter .checkboxes.mutliSelect a p.multiSel{
    font-size: 13px;
    padding: 0;
    position: relative;
}
.webinar-filter .checkboxes.mutliSelect a p.multiSel span{
    position: relative;
    padding: 0 7px 0 0;
}
.webinar-filter .checkboxes.mutliSelect a p.multiSel span:after {
    position: absolute;
    content: ",";
}
.webinar-filter .checkboxes.mutliSelect a p.multiSel span:last-child:after{
    display: none;
}
.webinar-filter .checkboxes.mutliSelect ul {
    position: absolute;
    z-index: 99;
    background: #fff;
    width: calc(100% - 35px);
    border: 1px solid #efefef;
    border-radius: 10px;
    padding: 10px;
    display: none;
    top: 35px;
}
.webinar-filter .checkboxes.mutliSelect ul li{
    font-size: 16px;
}
.webinar-filter .checkboxes.mutliSelect ul li:last-child{
    padding-bottom: 0;
}
.webinar-filter .checkboxes.mutliSelect ul li input{
    margin: 0 5px 0 0;
}
.webinar-filter .select-item {
    display: grid;
    column-gap: 20px;
    grid-template-columns: repeat(2, 1fr);
}
.webinar-filter .select-item .webinar-dropdown-list{
    padding: 5px 15px 5px 12px;
    border-color: #efefef;
    color: #777777;
    font-size: 13px;
}
.webinar-filter .select-item select:focus-visible{
    outline: none;
}
.webinar-filter .select-item select:focus, 
.webinar-filter .select-item .ep-autosuggest-container input.webiner_search:focus{
    font-size: 13px;
}    

.webinar-filter .select-item input.webiner_search::placeholder {
  color: #777;
  opacity: 1;
}

.webinar-filter .select-item input.webiner_search::-ms-input-placeholder {
  color: #777;
  opacity: 1;
}
.webinar-filter .field-box {
    display: flex;
    align-items: center;
    border-radius: 0;
    position: relative;
}
.webinar-filter .field-box > span {
    flex: 35px 0 0;
    text-align: center;
    border: 1px #efefef solid;
    height: 35px;
    border-radius: 4px;
    line-height: 35px;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}
.webinar-filter .field-box > span i{
    color: var(--mec-color-skin);
    font-size: 15px;
}
.webinar-load-more{
    margin-top: 25px;
    text-align: center;
}
.webinar-filter .select-item .search-box input{
    border-color: #efefef;
    color: #777;
    font-size: 13px;
}
.webinar-filter .reset-btn{
    text-align: right;
}

/**End**/

/**Single Post**/
.web-container{
    margin: 0 auto;
}
.single-webinar .content-main{
    padding-bottom: 0;
}
.single-webinar-section {
    grid-template-columns: 66.66% 1fr;
    column-gap: 30px;
    display: grid;
    padding-top: 127px;
}

.single-webinar-section#single-webinar-flex {
    grid-template-columns: revert;
    column-gap: revert;
    display: block;
    padding-top: 0px;
}

.single-webinar-container {
    grid-template-columns: 66.66% 1fr;
    column-gap: 30px;
    display: grid;
    padding-top: 60px;
    max-width: 1166px;
    margin: 0 auto;
}

.single-webinar-section .webinar-content{
    padding: 40px 0 40px;
}   
.single-webinar-section .webinar-block .webinar-title {
    margin-top: 0;
    margin-bottom: 30px;
    font-weight: 700;
    font-size: 45px;
    color: #000;
/*    font-family: var(--mec-heading-font-family),Helvetica,Arial,sans-serif;*/

    font-family: 'din_conbold', Arial, Helvetica, sans-serif;
    color: #4d4d4d;
    padding: 0;
}
@media (max-width: 991px) {
    .single-webinar-section .webinar-block .webinar-title {
        font-size: 30px;
        line-height: 31px;
        letter-spacing: -0.3px;
    }
}

.single-webinar-section .webinar-block p {
    margin: 0 0 .5em 0;
    padding-bottom: 0;
    color: #616161;
    font-size: 22px;
    line-height: 1.3em;
    letter-spacing: -.2px;
}
.single-webinar-section .webinar-information{
    margin-bottom: 30px;
    padding: 40px;
    background: #fff;
    border: 1px solid #e6e7e8;
}
.single-webinar-section .webinar-information .items-row {
    display: flex;
    align-items: flex-start;
    column-gap: 15px;
    padding: 12px 14px 8px;
    margin-bottom: 12px;
}
.single-webinar-section .webinar-information .items-row .icon-item {
    width: 20px;
    text-align: center;
}
.single-webinar-section .webinar-information .items-row .item{
    line-height: 1;
}
.single-webinar-section .webinar-information .items-row .item ul{
    padding: 0 0 0 0;
}
.single-webinar-section .webinar-information .items-row .item ul li{
    padding: 10px 0 0 0;
}
.single-webinar-section .webinar-information .items-row .item ul li::before{
    display: none;
}
.single-webinar-section .webinar-information .items-row .item ul li a{
    padding-left: 5px;
}
.single-webinar-section .webinar-information .items-row .item ul li a:hover{
    color: var(--mec-color-skin);
}
.single-webinar-section .webinar-information .items-row .item ul li i{
    font-size: 14px;
}
.single-webinar-section .webinar-information .items-row .item i{
    color: var(--mec-color-skin);
}
.single-webinar-section .webinar-information .items-row .item svg{
    fill: var(--mec-color-skin);
}
.single-webinar-section .webinar-information .items-row h3{
    padding: 0 0 5px 0;
    margin: 0;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 1;
    font-weight: 700;
    color: #000;
    font-family: var(--mec-heading-font-family),Helvetica,Arial,sans-serif;
}
.single-webinar-section .webinar-information .items-row span,
.single-webinar-section .webinar-information .items-row ul li a{
    font-weight: 300;
    font-size: 14px;
    color: #8d8d8d;
    font-family: var(--mec-paragraph-font-family),sans-serif;
    /*text-transform: capitalize;*/
}

#single-webinar-flex {
    padding-left: 20px;
    padding-right:20px;
}

.webinar-block .btn_holder a.btn:not(:last-child) {
    margin-right: 20px;
}



@media(min-width: 992px){
    .webinar-all-lang  .new-hp .column_3 article{
        width: 33.3%!important;
        padding: 0 20px;
    }
}

@media only screen and (max-width: 479px){
    .web-container {
        width: 100%;
        max-width: 300px;
    }
}
@media only screen and (min-width: 480px) and (max-width: 767px){
    .web-container {
        width: 100%;
        max-width: 420px;
    }

}
@media only screen and (max-width: 525px) {
    .webinar-block .btn_holder a.btn:not(:last-child) {
        margin-bottom: 20px;
    }
.webinar-block .btn_holder a.btn {
        display: block;
        max-width: 200px;
    }

}

@media only screen and (min-width: 768px) and (max-width: 960px){
    .web-container{
        width: 100%;
        max-width: 768px;
    }
}
@media only screen and (min-width: 961px){
    .web-container{
        width: 100%;
        max-width: 960px;
    }
}
@media only screen and (min-width: 1200px){
    .web-container{
        width: 100%;
        max-width: 1166px;
    }
}
.webinar {
    width:  100% !important;
}
.webinar .web-container {
    width: 95% !important;
    max-width: none !important;
}


@media (max-width: 1240px){
    .single-webinar-section{
        padding-top: 50px;
    }
}
@media (max-width: 1023px){
    .single-webinar-section {
        padding-top: 120px;
    }
    .single-webinar-section {
        grid-template-columns: 62.66% 1fr;
    }

    .single-webinar-container {
        padding-top: 60px !important;
    }

    .single-webinar-container {
         grid-template-columns: 62.66% 1fr;
    }
}
@media (max-width: 767px){
    .single-webinar-section{
        grid-template-columns: 1fr;
        row-gap: 25px;
        padding-top: 0;
    }

    .single-webinar-container {
        grid-template-columns: 1fr;
        row-gap: 25px;
        padding-top: 0;
    }
    .single-webinar-section .webinar-content {
        padding: 40px 0 0;
    }
    .webinar-filter .select-item{
        grid-template-columns: repeat(1, 1fr);
        row-gap: 20px;
    }
    .webinar-post-list .webinar-block,
    .webinar-post-list-nosearch .webinar-block{
        grid-template-columns: 1fr;
        row-gap: 30px;
    }
    .webinar-all-lang .wrapper_container>section.full_width_layer p{
        font-size: 18px;
        line-height: 24px;
    }
    .webinar-all-lang .new-hp .container{
        row-gap: 10px;
    }
    .webinar-all-lang .new-hp .section-2 article:first-child{
        padding-top: 0;
    }
}
@media (max-width: 479px){
    .single-webinar .content-main {
        padding: 51px 0;
    }
    .webinar-all-lang .new-hp .section-2 article .content_holder .title{
        display: flex;
        justify-content: center;
    }
    .webinar-all-lang .new-hp .section-2 article .content_holder h5{
        text-align: center;
    }
}

/**End**/