/*****HERO SECTION *****/

.hero-section {
    margin-left: calc(-100vw / 2 + 1130px / 2);
    margin-right: calc(-100vw / 2 + 1130px / 2);
    background-color: #CFE7F9;
}

.hero-section-inner {
    display: flex;
    max-width: 1130px;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 50px 0px;
}

.hero-section-left-column {
    width: 50%;
    box-sizing: border-box;
}

.hero-section-right-column {
    width: 50%;
    box-sizing: border-box;
    padding-left: 100px;
    padding-top: 40px;
}

.redesign_page .hero-section-left-column ol.breadcrumbs.text-small {
    justify-content: flex-start;
    margin: 0px 0px 10px;
}

.featured_image {
    line-height: 0;
}

.featured_image{
    position: relative;
}
.badge-promotion{
    position: absolute;
    bottom: -40px;
    right: -20px;
}

.badge-promotion img{
   width:100px!important;
   box-shadow: none!important;
       transform: rotate(15deg);
}



.featured_image img {
    width: 100%;
    box-shadow: 0px 5px 20px 0px rgba(46, 61, 73, 0.1);
    border-radius: 12px;
}

.post-template-article-template h1 {
    text-align: left;
    font-weight: 800;
    font-size: 42px;
    line-height: 54px;
    margin-bottom: 20px;
    color: #31216B;
}

.hero-short-description p {
    color: #31216B;
    font-weight: 400;
    font-size: 16px;
    line-height: 32px;
}

.hero-information-author span {
    color: #1ebbf0;
    text-decoration: underline;
    cursor: pointer;
}

.hero-information-author span:hover {
    text-decoration: none;
}

.hero-information-author {
    font-size: 16px;
    line-height: 28px;
    color: #31216B;
    font-weight: 400;
    margin-bottom: 5px;
}

.hero-information-author:last-child {
    margin-bottom: 0px;
}

.hero-information {
    display: flex;
}

.hero-information-left {
    width: 50%;
    box-sizing: border-box;
}

.hero-information-right {
    width: 50%;
    box-sizing: border-box;
    display: flex;
    justify-content: flex-end;
}

.hero-information-time {
    font-size: 16px;
    line-height: 28px;
    color: #31216B;
    font-weight: 400;
}

.hero-information-time i {
    margin-right: 5px;
}

.hero-short-description {
    margin-bottom: 0px;
}

.hero-short-description p {
    margin-bottom: 0px;
}

.hero-information {
    padding-top: 20px;
}

.review_subsection_under_thumbnail {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    background-color: #31216B;
    padding: 10px 0px;
    border-radius: 4px;
}

.review_subsection_under_thumbnail_top {
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    font-weight: 600;
    text-align: center;
}

.review_subsection_under_thumbnail_bottom {
    display: flex;
    align-items: center;
    padding-top: 0px;
}

.review_subsection_stars_holder {
    padding: 0 10px;
    display: flex;
    align-items: center;
}

.review_subsection_stars_holder i {
    font-size: 18px;
    color: #fb9f00;
    margin: 0 2px;
}

.review_subsection_average {
    font-size: 16px;
    line-height: 32px;
    color: #fff;
    font-weight: 600;
}

@media (max-width: 1250px) {
    .hero-section {
        margin-left: -60px;
        margin-right: -60px;
    }
    .hero-section-inner {
        max-width: 100%;
        padding: 50px;
    }
    .hero-section-right-column {
        padding-left: 50px;
    }
}

@media (max-width: 1040px) {
    .site-header-new~#main {
        padding-top: 70px!important;
    }
}

@media (max-width: 980px) {
    .hero-section-inner {
        flex-direction: column;
    }
    .hero-section-left-column {
        width: 100%;
    }
    .hero-section-right-column {
        width: 100%;
        padding-left: 0px;
    }
    .featured_image {
        max-width: 600px;
        margin: 0 auto;
    }
    .review_subsection_under_thumbnail {
        max-width: 600px;
        margin: 20px auto 0;
    }
 
}

@media (max-width: 768px) {
    .hero-section {
        margin-left: -20px;
        margin-right: -20px;
    }
}

@media screen and (max-width: 560px) {
    .hero-section-inner {
        padding: 30px;
    }
    .hero-section-right-column {
        padding-top: 20px;
    }
    .post-template-article-template h1 {
        font-size: 36px;
        line-height: 44px;
    }
    .hero-information-time,
    .hero-information-author,
    .hero-short-description p {
        font-size: 14px;
        line-height: 28px;
    }
}

@media screen and (max-width: 480px) {
    .badge-promotion{
      top: -60px;
      right: 0px;
      bottom:inherit;
    }
    .post-template-article-template h1 {
        margin-bottom: 10px;
    }
    .hero-information {
        flex-direction: column;
    }
    .hero-information-left {
        width: 100%;
    }
    .hero-information-right {
        justify-content: flex-start;
        margin-top: 5px;
        width: 100%;
    }
}

.scrolling_left_holder.show_sidebar .scrollbar-accordion {
    position: fixed;
    top: 98px;
    width: 270px;
}

.table_of_contents {
    margin-bottom: 15px;
}

.logged-in .scrolling_left_holder.show_sidebar .scrollbar-accordion {
    top: 130px;
}

.scrollbar-accordion {
    margin-top: 20px;
    background-color: #fff;
    border-radius: 8px;
}

.scrollbar-accordion-item-title span {
    font-size: 20px;
    color: #31216B;
    font-weight: 800;
}

.course_resource_holder {
    display: flex;
    flex-direction: column;
}

.course_resource_item {
    display: flex;
    flex-direction: column;
    text-decoration: none;
    padding: 15px 0px;
}

.course_resource_item:first-child {
    border-bottom: 1px solid #31216B;
}

.course_resource_top {
    line-height: 0;
    padding-bottom: 10px;
}

.course_resource_top img {
    width: 100%;
    border-radius: 8px;
    box-shadow: 0 2px 4px 0 rgb(0 0 0 / .2);
}

.course_resource_title {
    color: #31216b;
    font-weight: 800;
    font-size: 16px;
    line-height: 24px;
}

.scrollbar-accordion-item-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}

.scrollbar-accordion-item-title i {
    color: #31216B;
    font-size: 18px;
    transform: rotate(0deg);
    transition: transform 0.3s;
}

.active-accordion-tab .scrollbar-accordion-item-title i {
    transform: rotate(180deg);
    transition: transform 0.3s;
}

.scrollbar-accordion-item {
    margin-bottom: 10px;
    box-shadow: 0 4px 12px rgb(39 116 139 / .13);
    padding: 10px;
    border-radius: 8px;
}

.scrollbar-accordion-item:last-child {
    margin-bottom: 0px;
}

.accordion-item-link a {
    color: #50585F;
    font-size: 13px;
    text-decoration: none;
    line-height: 20px;
    position: relative;
    display: block;
    padding: 0px 8px 8px;
    line-height: 20px!important;
}

.accordion-item-link:first-child a {
    padding-top: 8px;
}


/*****FAQ SECTION *****/

.faq-section-title {
    font-size: 30px;
    line-height: 38px;
    color: #131313;
    font-weight: 800;
    margin-bottom: 30px;
}

.faq_column {
    margin-bottom: 20px;
    border-left: 2px solid #1EBBF0;
    padding: 10px 0px 10px 20px;
}

.faq_column_title h3 {
    font-size: 16px!important;
    line-height: 24px!important;
    color: #131313;
    padding: 0px 20px 0px 0px!important;
    margin: 0px!important;
}

.faq_column_title i {
    color: #1EBBF0;
    transform: rotate(0deg);
    transition: transform 0.3s;
}

.faq_column_title.accordion-down i {
    transform: rotate(180deg);
    transition: transform 0.3s;
}

.faq_column_title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
}

.faq_column_text p {
    font-size: 16px;
    line-height: 24px;
    color: #131313;
}

.faq_column_text p:last-child {
    margin: 0px;
}

.content-share {
    max-width: 650px;
    margin: 50px auto;
}

.content-separator {
    background-color: rgba(171, 171, 171, 0.65);
    height: 1px;
    width: 580px;
    margin: 0 auto;
}

.author-section {
    margin: 30px auto;
}

.author-section h4 {
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    display: inline-block;
}

.author-section-top {
    display: flex;
    align-items: center;
    padding-bottom: 20px;
}

.author-avatar {
    line-height: 0;
    margin-right: 15px!important;
    ;
}

.author-avatar img {
    border-radius: 100%;
}

.author-top-right {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.author-name h4 {
    color: #131313;
    font-size: 20px!important;
    line-height: 30px!important;
    font-weight: 800!important;
    margin: 0px 0px 5px!important;
    padding: 0px!important;
}

.job-title {
    background-color: #1EBBF0;
    color: #fff;
    font-size: 14px;
    font-weight: 800;
    padding: 0px 10px;
    border-radius: 3px;
}

.author-section-bio {
    color: #131313;
    font-size: 15px;
    line-height: 32px;
}

.author-section-bio a {
    color: #1ebbf0;
    font-weight: 600;
}


/***Subscribe section*****/

.subscribe_section_button {
    display: flex;
    align-items: center;
}

.subscribe_section_button span {
    position: absolute;
    opacity: 0;
    top: 0;
    left: -20px;
    transition: 0.5s;
    color: #fff;
}

.subscribe_section_button:hover span {
    opacity: 1;
    left: 50px;
    color: #fff;
    z-index: 99;
    top: 16px;
    font-size: 16px;
    font-weight: 600;
}

.subscribe_section_button:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0%;
    height: 100%;
    transition: all .3s;
    border-radius: 5px;
    z-index: 9;
}

.subscribe_section_button:hover {
    color: #fff;
}

.subscribe_section_button:hover:before {
    width: 100%;
}

.subscribe_section_button:nth-child(1):before {
    background-color: #9fc0df;
}

.subscribe_section_button:nth-child(2):before {
    background-color: #88aff6;
}

.subscribe_section_button:nth-child(3):before {
    background-color: #df9f9f;
}

.subscribe_section_button:nth-child(4):before {
    background-color: #bfbfbf;
}

.subscribe_section_head {
    font-size: 16px;
    line-height: 37px;
    color: #131313;
}

.subscribe_section_buttons_holder {
    display: flex;
    align-items: center;
    margin: 20px -10px 30px;
}

.subscribe_section_button {
    flex: 1;
    margin: 0px 10px;
    border-radius: 5px;
    position: relative;
    padding: 12px;
    line-height: 1!important;
    box-sizing: border-box;
}

.subscribe_section_button img {
    width: 24px;
    position: relative;
    z-index: 99;
}

@media only screen and (max-width: 650px) {
    .subscribe_section_buttons_holder {
        flex-wrap: wrap;
    }
    .subscribe_section_button {
        flex: none;
        width: calc(50% - 20px);
        margin: 0px 10px 20px;
    }
    .subscribe_section_buttons_holder {
        margin: 20px -10px 10px;
    }
    .subscribe_section_button img {
        width: 20px;
    }
}


/*****Learn more*****/

.content-learn-more-title h2 {
    color: #131313;
    margin-bottom: 30px;
    padding-top: 0px!important;
}

.subsection-title h3 {
    color: #131313;
    padding-top: 0px!important;
    margin-bottom: 20px;
}

.content-learn-more-subsection {
    margin-bottom: 50px;
}

.content-course-cp a {
    display: flex;
    padding: 20px;
    border: 1px solid #31216B;
    border-radius: 8px;
    text-decoration: none;
    line-height: 20px!important;
}

.content-course-cp-left {
    width: 50%;
    box-sizing: border-box;
    line-height: 0;
}

.content-course-cp-left img {
    width: 100%;
    border-radius: 8px;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
}

.content-course-cp-right {
    width: 50%;
    box-sizing: border-box;
    padding-left: 15px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.content-course-cp-right-top {
    margin-bottom: 15px;
}

.course-program {
    font-weight: 700;
    font-size: 12px;
    line-height: 14px;
    text-transform: uppercase;
    color: #1ebbf0;
    letter-spacing: .5px;
}

.badge-new {
    font-size: 14px;
    line-height: 32px;
    color: #5D5CFF;
    background: #DFDEFF;
}

.badge-updated {
    font-size: 14px;
    line-height: 32px;
    color: #e32d34;
    background: #ffeced;
}

.badge-open {
    font-size: 14px;
    line-height: 32px;
    color: #E32D34;
    background: #FFECED;
}

.badge-popular {
    font-size: 14px;
    line-height: 32px;
    color: #f45c0e;
    background: #ffe9bf;
}

.badge {
    position: absolute;
    top: -5px;
    right: 0px;
    border-radius: 40px!important;
    text-transform: capitalize!important;
    font-weight: 600;
    padding: 0 33px!important;
}

.content-course-cp-right h4 {
    color: #31216B;
    font-size: 20px!important;
    line-height: 28px!important;
    font-weight: 800!important;
    margin: 10px 0px 0px!important;
    padding: 0px!important;
}

.duration {
    display: flex;
    align-items: center;
    margin-top: 10px;
}

.duration_part_one,
.duration_part_two {
    font-size: 12px;
    color: #31216B;
    display: flex;
    align-items: center;
    font-weight: 600;
}

.duration_part_one {
    text-transform: capitalize!important;
}

.duration_part_one img,
.duration_part_two i {
    padding-right: 3px;
}

.review_stars_holder i {
    font-size: 12px!important;
    color: #ffab00;
}

.review_stars_count {
    font-size: 12px;
    color: #31216B;
}

.separator {
    font-size: 12px;
    color: #31216B;
    padding: 0px 3px;
}

.course-description {
    color: #50585F;
    font-size: 13px;
    line-height: 20px;
    margin-top: 10px;
    display: block;
}

.contents-class br {
    display: none;
}

.contents-class {
    column-count: 2;
    padding-top: 15px;
    position: relative;
    margin-top: 60px;
}

.contents-class a {
    display: flex;
    padding-right: 20px;
    margin-bottom: 20px;
    box-sizing: border-box;
    text-decoration: none;
    border-left: 4px solid #1ebbf0;
    padding: 5px 0px 5px 10px;
    font-size: 16px;
    font-weight: 800;
    color: #31216b;
    line-height: 28px!important;
}

.contents-class em {
    position: absolute;
    left: 0;
    top: -30px;
}


/****/

.subscribe-title {
    color: #fff;
    font-weight: 600;
    margin-bottom: 10px;
    font-size: 18px;
    text-align: center;
}

.scrolling_right_holder {
    display: none;
}

.essb_item.essb_totalcount_item {
    display: none!important;
}

.show_item .scrolling_right_holder {
    display: block;
    opacity: 1;
    visibility: visible;
    padding: 0px;
    background-color: rgb(248, 249, 252);
    border-radius: 8px;
    left: 0px;
    position: fixed;
    bottom: 120px;
    z-index: 1;
    transition: opacity 0.5s ease-in;
    max-width: 106px;
}

.show_item .scrolling_right_holder .essb_links_list {
    flex-wrap: wrap;
    justify-content: space-between;
}

.scrolling_right_holder ._form-content {
    display: flex;
    flex-direction: column;
}

.scrolling_right_holder .essb_links.essb_template_glow-retina a {
    margin: 0px 0px 0px 0px;
}

.scrolling_right_holder .essb_network_name {
    display: none!important;
}

.scrolling_right_holder .essb_links.essb_width_flex li:not(.essb_totalcount_item) {
    margin: 0px!important;
    flex: none;
    width: 52px;
    transition: none!important;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
}

.scrolling_right_holder .essb_links.essb_width_flex li:nth-child(4) {
    margin-right: 0px!important;
}

.scrolling_right_holder .essb_links.essb_size_l .essb_icon {
    width: 52px!important;
    height: 52px!important;
}

.scrolling_right_holder .essb_links.essb_width_flex li a {
    width: 52px;
    height: 52px;
    background-color: #31216B!important;
    border-radius: 0px!important;
}

.scrolling_right_holder .essb_links.essb_width_flex li:not(.essb_totalcount_item):hover {
    flex: none;
}

.scrolling_right_holder .essb_links.essb_size_l .essb_icon:before {
    font-size: 22px!important;
    top: 15px!important;
    left: 15px!important;
}

.scrolling_right_holder .essb_links {
    margin: 0px 0px 0px!important;
}

.social_share {
    transform: rotate(-90deg);
    position: absolute;
    right: -101px;
    bottom: 61px;
    color: #31216B;
    padding: 5px 15px;
    background-color: #CFE7F9;
    font-weight: 600;
    font-size: 20px;
    border-radius: 0px;
    cursor: pointer;
}

.social_share span {
    padding-right: 45px;
}


/*****BLOG RELATED ******/

.content-articles-holder {
    display: flex;
    margin: 0px -10px;
    flex-wrap: wrap;
}

.content-article-item {
    width: calc(100% / 3 - 20px);
    margin: 0px 10px 0px;
    box-shadow: 2px 2px 17px 0px rgb(46 61 73 / 20%) !important;
    border-radius: 8px;
}

.content-article-item-inner,
.content-article-item a {
    display: flex;
    flex-direction: column;
    text-decoration: none;
    height: 100%;
}

.content-article-item-top {
    line-height: 0;
}

.content-article-item-top img {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    width: 100%!important;
    height: auto;
}

.content-article-item-bottom {
    display: flex;
    flex-direction: column;
    padding: 20px;
    height: 100%;
    justify-content: space-between;
}

.blog_inner_column_content_type {
    font-weight: 600;
    font-size: 14px;
    line-height: 16px;
    text-transform: uppercase;
    color: #1ebbf0;
}

.content-article-item-bottom-upper h4 {
    color: #131313;
    font-weight: 600!important;
    font-size: 18px!important;
    line-height: 28px!important;
    margin: 10px 0px!important;
    padding: 0px!important;
}

.posts_inner_column_content_bottom {
    background: none !important;
    border: none !important;
    padding: 0px !important;
    text-decoration: underline !important;
    font-weight: 700 !important;
    color: #2E3C47 !important;
    font-size: 0.9em !important;
}


/*****/

.wp-block-quote span,
.wp-block-quote div strong,
.wp-block-quote div {
    font-size: 16px;
    line-height: 37px;
}

.wp-block-quote ul li {
    margin: 0px;
}

#popup_main .close_button {
    cursor: pointer;
    z-index: 99;
}

body form ._form-content {
    /* display: flex;
    flex-wrap: wrap; */
    margin: 20px -5px 0px;
}

body .form_update_innner #_form_133_ {
    margin: 0px!important;
    padding: 0px!important;
    background-color: transparent!important;
    width: 100%!important;
}

body .form_update_innner form ._form-content {
    display: flex;
    flex-wrap: wrap;
    margin: 20px -5px 0px;
}

.field_35 {
    width: calc(35% - 10px)!important;
}

.field_100 {
    width: 100%!important;
}

._button-wrapper.field_30 {
    width: calc(30% - 10px)!important;
}

body form ._form-content .or1 {
    order: 1;
    box-sizing: border-box;
    margin: 0px 5px!important;
}

.scrolling_right_holder i {
    transform: rotate(180deg);
    transition: transform 0.3s;
}

.scrolling_right_holder.open-sidebar i {
    transform: rotate(0deg);
    transition: transform 0.3s;
}

body form ._form-content .or1 input,
body form ._form-content .or2 input,
body form ._form-content .or3 button {
    width: 100%!important;
    border: none!important;
    height: 50px!important;
}

body form ._form-content .or3 button {
    background: #fb9f00!important;
}

body form ._form-content .or2 {
    order: 2;
    box-sizing: border-box;
    margin: 0px 5px!important;
}

body form ._form-content .or4 {
    order: 4;
    box-sizing: border-box;
    margin: 10px 0px 0px!important;
}

body form ._form-content ._button-wrapper.or3 {
    order: 3;
    box-sizing: border-box;
    margin: 0px 5px!important;
}

body form ._form-content .or4 ._checkbox-radio span label {
    color: #fff;
}


/***/

.close_button {
    position: absolute;
    right: 10px;
    top: 10px;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #50585f;
    color: #fff;
    border-radius: 100%;
    cursor: pointer;
}

#popup_main {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    top: 0;
    right: 0px;
    z-index: 99999;
    align-items: center;
    justify-content: center;
    background-color: rgba(0, 0, 0, 0.2);
}

.popup_holder2 {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.popup_form {
    z-index: 999;
    position: relative;
    max-width: 900px;
    background: #31216B!important;
    border-radius: 8px;
    width: 100%;
}

#popup_main.show_popup {
    display: flex;
    pointer-events: auto!important;
}

body.popup_no_scroll {
    overflow: hidden;
}

.text_popup {
    font-size: 16px;
    line-height: 37px;
}

.text_popup span {
    color: #1ebbf0;
    cursor: pointer;
}

@media only screen and (max-width: 1000px) {
    .popup_form {
        max-width: 600px;
    }
}

@media only screen and (max-width: 667px) {
    #_form_133_ ._inline-style.or4 {
        margin-top: 0px!important;
    }
    .popup_form {
        max-width: 100%;
        margin: 0px 50px;
    }
    .field_35 {
        width: calc(100% - 10px)!important;
    }
    ._button-wrapper.field_30 {
        width: calc(100% - 10px)!important;
    }
    ._button-wrapper.field_30 button,
    .field_35 input {
        font-size: 14px!important;
    }
    body form ._form-content .or4 {
        order: 3;
    }
    body form ._form-content .or3 {
        order: 4;
    }
}

@media only screen and (max-width: 620px) {
    .content-separator {
        width: 100%;
    }
}

@media only screen and (max-width: 480px) {
    .popup_form {
        margin: 0px 30px;
    }
    #_form_133_ {
        padding: 25px 25px 30px!important;
    }
    #_form_133_ ._inline-style._button-wrapper.or3 {
        margin-top: 0px!important;
    }
}


/*odavde**/

.field_100 {
    margin-left: 0px!important;
    margin-right: 0px!important;
}

.field_100 input {
    width: 100%!important;
    border: none!important;
}

.field_check {
    margin: 0px!important;
}

.field_check ._checkbox-radio span label {
    color: #fff;
}

._button-wrapper {
    margin: 10px 0px 0px!important;
    width: 100%!important;
}

._button-wrapper ._submit {
    width: 100%!important;
    height: 44px!important;
}

.sidebar_title h4 {
    margin: 0px 0px 20px!important;
    padding: 0px!important;
    color: #fff!important;
    font-size: 20px!important;
    line-height: 26px!important;
    font-weight: 600!important;
    text-align: center;
}


/*****1*****/

.show_desktop {
    display: block;
}

.show_mobile {
    display: none;
}

@media only screen and (max-width: 600px) {
    .show_desktop {
        display: none;
    }
    .show_mobile {
        display: block;
    }
}

.post_listen_holder {
    max-width: 750px;
    margin: 0 auto 20px;
}

.post_listen_inner {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    margin: 0 -5px;
}

.post_listen_holder a {
    box-shadow: 2px 4px 8px 0 rgb(46 61 73 / 20%);
    text-align: center;
    text-decoration: none;
    margin: 10px 5px 0px;
    align-items: center;
    display: flex;
    color: #fff;
    text-transform: none;
    font-size: 14px;
    letter-spacing: 1px;
    transition: all .3s;
    position: relative;
    overflow: hidden;
    z-index: 1;
    padding: 5px 10px;
    border-radius: 5px;
    box-sizing: border-box;
}

@media screen and (min-width: 981px) and (max-width: 1068px) {
    .post_listen_holder a {
        font-size: 12px;
    }
}

@media only screen and (max-width: 980px) {
    .post_listen_holder {
        max-width: 680px;
        margin: 0 auto;
    }
}

@media only screen and (max-width: 494px) {
    .post_listen_holder a {
        font-size: 12px;
    }
}

.post_listen_holder a:nth-child(1),
.post_listen_holder a:nth-child(2),
.post_listen_holder a:nth-child(3) {
    width: calc(100%/3 - 10px);
}

.post_listen_holder a:nth-child(4),
.post_listen_holder a:nth-child(5),
.post_listen_holder a:nth-child(6),
.post_listen_holder a:nth-child(7) {
    width: calc(25% - 10px);
}

@media only screen and (max-width: 425px) {
    .post_listen_holder a {
        width: calc(50% - 10px)!important;
    }
}

.post_listen_holder a:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #1EBBF0;
    border-radius: 5px;
    z-index: -2;
}

.post_listen_holder a:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0%;
    height: 100%;
    background-color: green;
    transition: all .3s;
    border-radius: 5px;
    z-index: -1;
}

.post_listen_holder a:hover {
    color: #fff;
}

.post_listen_holder a:hover:before {
    width: 100%;
}

.post_listen_holder a i {
    margin-right: 5px;
}

.post_listen_holder a span {
    text-transform: none;
    font-weight: 600;
    letter-spacing: -0.2px;
}

.post_listen_holder a.button_youtube:after {
    background-color: rgba(255, 0, 0, 0.7)
}

.post_listen_holder a.button_youtube:before {
    background-color: #FF0000;
}

.post_listen_holder a.button_itunes:after {
    background-color: rgba(0, 0, 0, 0.7);
}

.post_listen_holder a.button_itunes:before {
    background-color: rgba(0, 0, 0, 1);
}

.post_listen_holder a.button_spotify:after {
    background-color: rgba(30, 215, 96, 0.7);
}

.post_listen_holder a.button_spotify:before {
    background-color: rgb(30, 215, 96);
}

.post_listen_holder a.button_google i {
    color: rgb(60, 64, 67);
}

.post_listen_holder a.button_google span {
    color: rgb(60, 64, 67);
}

.post_listen_holder a.button_google:after {
    background-color: rgba(256, 256, 256, 1);
}

.post_listen_holder a.button_google:before {
    background-color: rgb(255, 204, 102);
}

.post_listen_holder a.button_sticher:after {
    background-color: rgba(102, 0, 102, 0.7);
}

.post_listen_holder a.button_sticher:before {
    background-color: #800080;
}

.post_listen_holder a.button_tunein:after {
    background-color: rgba(37, 219, 208, 0.7);
}

.post_listen_holder a.button_tunein:before {
    background-color: rgb(37, 219, 208);
}

.post_listen_holder a.button_rss:after {
    background-color: rgba(255, 153, 0, 0.7);
}

.post_listen_holder a.button_rss:before {
    background-color: rgb(255, 153, 0);
}


/***/

.content-body>p img,
.content-body h2 img,
.content-body h3 img {
    max-width: 100%;
    height: auto;
}

.content-body figure {
    margin-left: auto!important;
    margin-right: auto!important;
}

.post-template-article-template #main {
    padding: 0px;
}

.title-section {
    max-width: 800px;
    margin: auto;
    margin-top: 60px;
}

.top-byline {
    text-align: center;
    font-size: 15px;
    letter-spacing: 0.4px;
    margin-bottom: 20px;
    color: #9eafaf;
}

.article-illustration {
    border-radius: 12px;
    width: 1000px;
    max-width: 100%;
    display: block;
    margin: auto;
    margin-top: 45px;
    margin-bottom: 60px;
}

.article-img-hero {
    height: calc(1/2*(100vw - 120px));
    max-height: 530px;
    background-position: center;
    background-size: cover;
    max-width: 100%;
    border-radius: 12px;
}

.article-videowrapper {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
}

.article-videowrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 8px;
    box-shadow: 0 2px 4px 0px rgba(0, 0, 0, 0.2);
}

.content-body {
    max-width: 100%;
    margin: 50px auto 0px;
    display: flex;
}

.iframe-class iframe {
    max-width: 100%!important;
}

.content-left {
    flex: 1;
    margin-right: 50px;
}

.scrolling_left_holder {
    width: 270px;
}

.content-body p {
    margin-bottom: 18px;
    font-weight: 400;
}

.content-body p,
.content-body li {
    font-size: 16px;
    line-height: 37px;
    color: #131313;
}

.content-body a {
    line-height: 37px;
}

.content-body h2 a,
.content-body h3 a,
.content-body h4 a {
    font-size: inherit;
    line-height: inherit;
}

.content-body h2 {
    font-weight: 700;
    font-size: 2.2em;
    line-height: 1.5em;
}

.content-body h3 {
    font-weight: 700;
    font-size: 1.6em;
    line-height: 1.5em;
}

.content-body h4 {
    font-weight: 700;
    font-size: 1.35em;
    line-height: 1.5em;
}

.wp-block-quote h3 {
    padding: 0px!important;
    margin: 0px!important;
}

.wp-block-quote p {
    margin-top: 0px;
}

.wp-block-quote p:last-child {
    margin-bottom: 0px;
}

.content-body h2,
.content-body h3,
.content-body h4,
.content-body h5 {
    color: #131313;
}

.content-body ol,
.content-body ul {
    padding-left: 20px;
    margin-bottom: 35px!important;
    margin-left: 20px!important;
}

.scrolling_left_holder_items {
    max-height: 360px;
    overflow-y: scroll;
}

.scrolling_left_holder_items::-webkit-scrollbar {
    width: .6em;
    max-height: 360px;
    overflow: visible;
    border-radius: 4px!important;
}

.scrolling_left_holder_items::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0.3);
    border-radius: 4px!important;
}

.content-body ol li {
    padding-left: 5px;
}

.content-body ol li::marker {
    color: #1EBBF0;
    font-weight: 600;
}

.content-body ul li {
    padding-left: 5px;
}

.content-body ul.check,
.content-body ul.minus {
    list-style: none;
}

.content-body ul.check li::marker {
    content: "\f00c";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size: 16px;
}

.content-body ul.minus li::marker {
    content: "\f068";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size: 14px;
}

.content-body ul li::marker {
    color: #1ebbf0;
    font-size: 18px;
}

.content-body li {
    margin-bottom: 10px;
}

.content-body blockquote {
    background-color: #e2fcfc !important;
    box-shadow: 4px 4px 15px 5px rgb(117 124 129 / 12%);
    margin: 30px auto 30px auto;
    padding: 20px 40px 10px 40px;
}

.perfmatters-lazy-youtube img {
    border-radius: 10px;
}

@media screen and (min-width: 981px) and (max-width: 1210px) {
    .duration {
        flex-wrap: wrap;
    }
    .duration_part_three {
        width: 100%;
        padding-top: 5px;
    }
    .duration_part_three .separator {
        display: none;
    }
    .badge {
        padding: 0 15px!important;
    }
    .content-article-item-bottom-upper h4 {
        font-size: 15px!important;
        line-height: 23px!important;
        margin: 5px 0px!important;
    }
}

@media only screen and (max-width: 1100px) {
    .content-left {
        margin-right: 30px;
    }
}

@media only screen and (max-width: 980px) {
    .scrolling_left_holder {
        display: none!important;
    }
    .content-left {
        margin-right: 0px;
        flex: none;
        width: 100%;
    }
    .article-videowrapper {
        max-width: 680px;
        margin: 0 auto;
    }
}

@media screen and (min-width: 769px) and (max-width: 890px) {
    .duration {
        flex-wrap: wrap;
    }
    .duration_part_three {
        width: 100%;
        padding-top: 5px;
    }
    .badge {
        padding: 0 15px!important;
    }
    .duration_part_three .separator {
        display: none;
    }
}

@media only screen and (max-width: 768px) {
    .content-learn-more-section {
        margin-bottom: 50px;
    }
    .content-article-item:last-child {
        margin-bottom: 0px;
    }
    .content-article-item {
        width: calc(50% - 20px);
        margin: 0px 10px 20px;
    }
    .hero-section-right-column {
        padding-top: 20px;
    }
    .post-template-article-template h1 {
        margin-bottom: 10px;
    }
    .hero-short-description {
        padding-bottom: 10px;
    }
    .hero-information {
        padding-top: 0px;
    }
    .badge {
        top: 15px;
    }
    .content-course-cp-right {
        width: 100%;
        padding-left: 0px;
        padding-top: 20px;
    }
    .content-course-cp-left {
        width: 100%;
    }
    .content-course-cp a {
        flex-direction: column;
    }
    .content-learn-more-subsection {
        margin-bottom: 30px;
    }
    .content-learn-more-title h2 {
        margin-bottom: 20px;
    }
    .post_listen_holder {
        max-width: 100%;
    }
    .article-videowrapper {
        max-width: 100%;
    }
    .hero-section-inner {
        padding: 40px 20px;
    }
    .content-body {
        margin: 30px auto 0px;
    }
    .article-page {
        margin: 15px 0px 0px 0px;
    }
    h1 {
        font-size: 1.8em;
    }
    .top-byline {
        font-size: 13px;
    }
    .article-illustration {
        margin-top: 25px;
    }
    div#ez-toc-container {
        width: 85%;
    }
    .article-img-hero {
        height: calc(1/2*(100vw - 40px));
    }
}

@media only screen and (max-width: 540px) {
    .content-article-item {
        width: calc(100% - 20px);
    }
    .contents-class {
        column-count: 1;
        margin-bottom: 0px!important;
    }
    .contents-class a {
        margin-bottom: 15px;
    }
}

@media only screen and (max-width: 480px) {
    .content-body ol,
    .content-body ul {
        margin-left: 0px!important;
    }
    .duration {
        flex-wrap: wrap;
    }
    .duration_part_three {
        width: 100%;
        padding-top: 5px;
    }
    .badge {
        padding: 0 15px!important;
    }
    .duration_part_three .separator {
        display: none;
    }
}


/*****2******/

.article-footer {
    max-width: 750px;
    margin: auto;
    margin-top: 50px;
}

.post-bottom-cta-background {
    background-image: url(../images/hero_bottom.png)!important;
    background-size: cover;
    background-position: center center;
}

.post-bottom-cta-row {
    padding: 70px 0px 50px 0px;
    max-width: 750px;
    margin: auto;
    color: #ffffff;
    text-align: center;
}

.post-bottom-cta-row h2 {
    color: #ffffff;
    margin-bottom: 15px;
    line-height: 1.4em;
    font-size: 2.2em;
    font-weight: 700;
}

.post-bottom-cta-row p {
    margin-bottom: 30px;
    font-size: 1.3em;
    letter-spacing: 1px;
}

.post-bottom-buttons-container {
    max-width: 540px;
    margin: auto;
    margin-bottom: 10px;
}

.post-bottom-buttons-container .default-button {
    width: 250px;
    display: inline-block;
    margin: 8px;
}

.post-bottom-buttons-container .default-button.button-orange {
    padding: 12px 0px;
}

.cta-course {
    background: url(/resources/cta_back_white_1280px.png) no-repeat right top;
    background-size: cover;
    border-radius: 8px;
    padding: 45px 55px 55px 55px;
    margin-top: 80px;
    box-shadow: 4px 4px 15px 5px rgb(117 124 129 / 12%);
}

.cta-course h2 {
    margin-bottom: 35px;
    font-weight: 800;
    font-size: 2em;
    line-height: 1.5em;
    padding-top: 5px;
    margin-bottom: 25px;
}

.cta-course-badge {
    background: #FB9F02;
    padding: 3px 20px;
    border-radius: 5px;
    display: inline-block;
    color: #ffffff;
    font-weight: 700;
    letter-spacing: 0.4px;
}

#cta-course-deadline {
    font-weight: 600;
    margin-bottom: 0px;
    line-height: 25px;
    color: #2e3c47;
}

.cta-course-tagline {
    margin-bottom: 15px !important;
    line-height: 2em !important;
    font-size: 1.15em !important;
}

.cta-course-button-container {
    display: inline-block;
    margin-right: 15px;
}

.cta-course-countdown-element {
    display: inline-block;
    font-size: 2.5em !important;
    line-height: 0.9em;
    margin-bottom: 10px;
    margin-right: 15px;
}

.cta-course-countdown-label {
    font-size: 0.4em;
}

.cta-course-hero-box .course-countdown-label {
    display: block;
}

.default-button.no-countdown {
    display: none;
}

.cta-course .default-button {
    font-weight: 600;
    margin-bottom: 10px;
    text-transform: none;
}

.related-content a {
    text-decoration: none;
}

.related-post {
    box-shadow: 4px 4px 15px 5px rgb(117 124 129 / 12%);
    border-radius: 5px;
    max-width: 22.9%;
    margin: 0.8%;
    display: inline-block;
    vertical-align: top;
    margin-top: 40px;
    min-height: 300px;
}

.related-post:hover {
    margin-top: 32px;
    transition: all .6s ease;
}

.related-post-inner {
    padding: 40px 25px;
}

.related-post-icon {
    letter-spacing: 1px;
    font-weight: 600;
    color: #9eafaf;
    margin-bottom: 20px;
}

.related-post h3 {
    font-weight: 700;
    line-height: 1.8em;
    font-size: 1.15em;
    margin-bottom: 30px;
}

.related-post-divider {
    width: 50%;
    border-bottom: 1px solid #d8d8d8;
    margin-bottom: 30px;
}

.related-post-date {
    color: #9eafaf;
    letter-spacing: 1px;
    margin-bottom: 0px;
}

.related-post-category {
    color: #50585F;
}

.related-post-cta {
    color: #1ebbf0;
    text-decoration: underline;
    letter-spacing: 1px;
    font-weight: 600;
    margin-bottom: 0px;
    line-height: 1.5em;
}

.bottom-cta {
    background: linear-gradient(90deg, rgba(30, 187, 240, 1) 0%, rgba(85, 208, 250, 1) 100%);
    border-radius: 8px;
    padding: 45px 55px 55px 55px;
    margin-top: 80px;
    box-shadow: 4px 4px 15px 5px rgb(117 124 129 / 12%);
}

.bottom-cta h2 {
    color: #ffffff;
    margin-bottom: 35px;
    font-weight: 800;
    font-size: 2em;
    line-height: 1.5em;
}

.bottom-cta-left {
    width: 60%;
    display: inline-block;
    vertical-align: bottom;
}

.bottom-cta-right {
    width: 38%;
    display: inline-block;
    vertical-align: middle;
}

.bottom-cta-right img {
    max-width: 100%;
    max-height: 375px;
}

.bottom-cta .default-button {
    font-weight: 600;
}

.comments-section {
    max-width: 750px;
    margin: auto;
    margin-top: 80px;
}

.related-content {
    margin-top: 100px;
}

.related-content h2 {
    text-align: center;
    margin-bottom: 0px;
    line-height: 1.4em;
    font-size: 2.2em;
    font-weight: 700;
}

.listen_holder {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.listen_left {
    font-size: 16px;
    line-height: 28px;
    color: #3e4449;
    font-weight: 600;
    text-align: center;
}

.listen_right a span {
    color: #1ebbf0;
    font-size: 16px;
    line-height: 28px;
    font-weight: 600;
}

.listen_right {
    font-size: 16px;
    line-height: 28px;
    font-weight: 600;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

@media screen and (min-width: 1251px) {
    .full-width-background {
        margin-left: calc(-100vw / 2 + 1130px / 2);
        margin-right: calc(-100vw / 2 + 1130px / 2);
    }
}

@media screen and (max-width: 1250px) {
    .full-width-background {
        margin-left: -60px;
        margin-right: -60px;
    }
}

@media screen and (max-width: 768px) {
    .full-width-background {
        margin-left: -20px;
        margin-right: -20px;
    }
    .bottom-cta-left {
        width: 100%;
        margin: 0px;
    }
    .bottom-cta-right {
        display: none;
    }
    .related-post {
        max-width: 70%;
        margin-left: auto;
        margin-right: auto;
        width: 70%;
        display: block;
    }
    .related-post h3 {
        font-size: 1.7em;
    }
}

@media screen and (max-width: 480px) {
    .post_listen_inner {
        justify-content: flex-start;
    }
    .post_listen_holder {
        margin: 0 auto 10px;
    }
    .post_listen_holder a {
        padding: 3px 6px;
    }
    .post_listen_holder a span {
        font-size: 12px;
    }
    .post-bottom-cta-row {
        padding: 70px 30px 50px 30px;
    }
}

.container_youtube {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%!important;
    box-shadow: 0 2px 4px 0 rgb(0 0 0 / 30%);
    border-radius: 10px;
}

.container_youtube iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    border-radius: 10px;
}


/***********************
Below header scrolling
**********************/

.title_holder_bar {
    background-color: rgb(248, 249, 252);
    display: none;
    box-shadow: 0px -2px 4px 0px rgba(0, 0, 0, 0.05);
}

.title_holder_bar_container {
    max-width: 1130px;
    margin: 0px auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 8px 0px;
}

.title_holder_bar_left {
    font-weight: 600;
    font-size: 16px;
    color: rgba(15, 20, 31);
    padding-right: 20px;
    flex: 1;
}

.header {
    position: relative;
    z-index: 1;
    width: 100%;
    background-color: transparent;
    border-top: 1px solid #fff;
    margin-top: -4px;
    opacity: 0;
}

.scroll1_down .header {
    opacity: 1;
}

.scroll1_down .title_holder_bar {
    display: block;
}

.single-post .header {
    border-top: none;
    margin-top: 5px;
}

.progress-container {
    width: calc(100% - 4px);
    height: 4px;
    background: rgb(248, 249, 252);
}

.progress-bar {
    height: 4px;
    background: #1EBBF0;
    width: 0%;
}

body.smaller.remove_hello_bar .header {
    margin-top: 0px!important;
}

body.smaller .header {
    position: fixed;
    top: 59px;
    z-index: 10002;
    -webkit-animation: anym3 0.27s;
    -moz-animation: anym3 0.27s;
    -o-animation: anym3 0.27s;
    animation: anym3 0.27s;
    animation-timing-function: ease;
}

@-webkit-keyframes anym3 {
    from {
        top: 0px;
    }
    to {
        top: 59px;
    }
}

@-moz-keyframes anym3 {
    from {
        top: 0px;
    }
    to {
        top: 59px;
    }
}

@-o-keyframes anym3 {
    from {
        top: 0px;
    }
    to {
        top: 59px;
    }
}

@keyframes anym3 {
    from {
        top: 0px;
    }
    to {
        top: 59px;
    }
}

body.smaller .progress-container {
    height: 4px;
}

body.smaller .progress-bar {
    height: 4px;
}

.smaller .bb-collapsed-header.bb-custom-header {
    padding-bottom: 16px;
}

body.smaller.admin-bar .header {
    top: 91px;
    -webkit-animation: anym31 0.27s;
    -moz-animation: anym31 0.27s;
    -o-animation: anym31 0.27s;
    animation: anym31 0.27s;
    animation-timing-function: ease;
}

@-webkit-keyframes anym31 {
    from {
        top: 32px;
    }
    to {
        top: 91px;
    }
}

@-moz-keyframes anym31 {
    from {
        top: 32px;
    }
    to {
        top: 91px;
    }
}

@-o-keyframes anym31 {
    from {
        top: 32px;
    }
    to {
        top: 91px;
    }
}

@keyframes anym31 {
    from {
        top: 32px;
    }
    to {
        top: 91px;
    }
}


/***********************
Sidebar left scrolling
***********************/

.item_left a {
    color: #50585F;
    font-size: 13px;
    text-decoration: none;
    line-height: 20px;
    position: relative;
    display: block;
    padding: 8px;
}

.item_left.active_tab a {
    color: rgba(15, 20, 31);
    background-color: rgb(248, 249, 252);
    border-radius: 4px;
}

@media only screen and (max-width: 1250px) {
    .title_holder_bar_container {
        max-width: 100%;
        padding: 8px 60px;
    }
}

@media only screen and (max-width: 1040px) {
    .title_holder_bar_container {
        padding: 8px 20px;
    }
}

@media only screen and (max-width: 480px) {
    .title_holder_bar_right {
        display: flex;
        flex-direction: column;
    }
    .title_holder_bar_right,
    .title_holder_bar_left {
        font-size: 14px;
        line-height: 1.4;
    }
}


/*****
Forms Additional Subscribe
Sidebar
*****/

.sidebar-form {
    background: #31216B!important;
    padding: 50px 20px 30px;
    border-radius: 8px;
    position: relative;
}

.sidebar-form:before {
    position: absolute;
    right: calc(50% - 37px);
    top: -38px;
    background-image: url(../images/blue-letter.svg)!important;
    content: "";
    font-weight: 900;
    width: 74px;
    height: 77px;
}

#sidebar-form-subscribe form {
    padding: 0px;
    margin: 0px;
    width: 100%!important;
}

#sidebar-form-subscribe ._form-content {
    margin: 0px;
    display: flex;
    flex-direction: column;
    background: #31216B!important;
}

#sidebar-form-subscribe ._form-content ._form_element:nth-child(3),
#sidebar-form-subscribe ._form-content ._form_element:nth-child(4),
#sidebar-form-subscribe ._form-content ._form_element:nth-child(5),
#sidebar-form-subscribe ._form-content ._form_element:nth-child(6),
#sidebar-form-subscribe ._form-content ._form_element:nth-child(7) {
    display: none!important;
}

#sidebar-form-subscribe ._form-content ._button-wrapper,
#sidebar-form-subscribe ._form-content ._button-wrapper button {
    margin: 0px!important;
}

#sidebar-form-subscribe ._form-content>div>label {
    display: none!important;
}

#sidebar-form-subscribe ._form-content>div:nth-child(1),
#sidebar-form-subscribe ._form-content>div:nth-child(2) {
    margin: 0px 0px 10px!important;
}

#sidebar-form-subscribe ._form-content>div:nth-child(3) {
    margin: 0px!important;
}

#sidebar-form-subscribe ._form-content>div:nth-child(1) input,
#sidebar-form-subscribe ._form-content>div:nth-child(2) input {
    border: none!important;
    width: 100%;
}

#sidebar-form-subscribe ._form-content>div:nth-child(3) {
    width: 160px!important;
}

#sidebar-form-subscribe ._form-content>div:nth-child(3) iframe {
    width: 230px;
    border-radius: 5px;
}

#sidebar-form-subscribe ._button-wrapper button {
    -webkit-appearance: none;
    cursor: pointer;
    text-align: center;
    background: #fb9f00!important;
    border: 0 !important;
    -moz-border-radius: 4px !important;
    -webkit-border-radius: 4px !important;
    border-radius: 4px !important;
    padding: 10px !important;
    color: #fff!important;
    width: 100%;
    height: 50px;
    font-family: 'Open Sans', sans-serif!important;
    font-weight: 600;
    font-size: 16px;
}

#sidebar-form-subscribe ._error-inner {
    background-color: rgb(251, 159, 0)!important;
    background-image: none!important;
    padding: 12px!important;
}

#sidebar-form-subscribe ._error._below ._error-arrow {
    border-top: 8px solid rgb(251, 159, 0)!important;
    border-bottom: none!important;
}

#phantom {
    display: none;
}

#sidebar-form-subscribe form ._button-wrapper button.processing {
    background: #fb9f00!important;
}

#sidebar-form-subscribe form ._button-wrapper button.processing:after {
    background: #fb9f00!important;
}

#sidebar-form-subscribe form ._button-wrapper button.processing:before {
    background-image: linear-gradient(#fb9f00, #fff), conic-gradient(#fb9f00, #fff)!important;
}

#sidebar-form-subscribe ._button-wrapper ._form-inner ._form_error {
    position: absolute!important;
    bottom: -100px;
    z-index: 99;
}

#sidebar-form-subscribe ._button-wrapper ._form-inner ._form_error ._error-html {
    margin: 0px!important;
}

#sidebar-form-subscribe ._form-thank-you {
    font-size: 20px!important;
    line-height: 30px;
    color: #fff;
    text-align: center!important;
    position: relative!important;
    background: #31216B!important;
    font-weight: 400;
}

.schema-faq {}

.schema-faq-section {
    margin-bottom: 20px;
    border-left: 2px solid #1EBBF0;
    padding: 10px 0px 0px 20px;
    display: flex;
    flex-direction: column;
}

.schema-faq-section .schema-faq-question {
    font-size: 16px;
    line-height: 24px;
    color: #131313;
    padding: 0px 20px 10px 0px!important;
    margin: 0px!important;
    position: relative;
    cursor: pointer;
}

.schema-faq-section .schema-faq-question.faq-down:before {
    transform: rotate(180deg);
    transition: transform 0.3s;
}

.top-scroll {
    width: 40px;
    height: 40px;
    background-color: #1ebbf0;
    border-radius: 100%;
    position: fixed;
    bottom: 50px;
    right: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.top-scroll:hover {
    background-color: #131313;
}

.top-scroll i {
    color: #fff;
    font-size: 16px;
}

.scroll-top.on {
    display: none!important;
}

@media screen and (max-width: 767px) {
    .top-scroll {
        bottom: 60px;
    }
}

.essb-customizer-toggle {
    display: none!important;
}

.schema-faq-section .schema-faq-question:before {
    position: absolute;
    right: 0px;
    top: 0;
    content: "\f078";
    font-weight: 900;
    font-family: "Font Awesome 6 Free";
    font-size: 14px;
    color: #1EBBF0;
    transform: rotate(0deg);
    transition: transform 0.3s;
}

.schema-faq-section>p {
    font-size: 16px;
    line-height: 28px;
    color: #131313;
    margin: 0px!important;
    display: none;
    padding-bottom: 10px;
}


/*****Forms Additional Subscribe*****/

#popup_main .popup_holder_inner {
    padding: 35px;
}

#popup_main .popup_holder_inner p {
    margin-bottom: 0px;
    color: #fff;
    font-size: 20px;
    line-height: 30px;
}

#popup_main .popup_holder_inner h2 {
    padding: 0px;
    color: #fff;
    font-size: 30px;
    font-weight: 700;
}

#subscribe-form form {
    padding: 0px!important;
}

#subscribe-form ._form-content {
    background: #31216B!important;
    margin-top: 0px!important;
    display: flex;
}

#subscribe-form ._form-thank-you {
    font-size: 20px!important;
    line-height: 30px;
    color: #fff;
    text-align: left!important;
    position: relative!important;
    background: #31216B!important;
    font-weight: 400;
}

#subscribe-form ._form-label {
    display: none!important;
}

#subscribe-form ._form-content>div:nth-child(1) {
    order: 1;
    width: calc((100% - 270px)/2);
}

#subscribe-form ._form-content>div:nth-child(1) input {
    width: 100%!important;
    height: 50px!important;
    border: none;
    font-size: 16px;
    margin-bottom: 0px!important;
}

#subscribe-form ._form-content>div:nth-child(2) {
    order: 2;
    width: calc((100% - 270px)/2 - 20px);
}

#subscribe-form ._form-content>div:nth-child(2) input {
    width: 100%!important;
    height: 50px!important;
    border: none;
    font-size: 16px;
    margin-bottom: 0px!important;
}

#subscribe-form ._form-content>div:nth-child(3) {
    order: 4;
    width: 100%;
    margin: 0px!important;
}

#subscribe-form ._form-content>div:nth-child(4) {
    order: 5;
    margin: 20px 0px 0px!important;
}

#subscribe-form ._button-wrapper {
    order: 3;
    margin: 0px 0px 0px 20px!important;
    width: 250px!important;
}

#subscribe-form form ._button-wrapper button {
    -webkit-appearance: none;
    cursor: pointer;
    text-align: center;
    background: #fb9f00!important;
    border: 0 !important;
    -moz-border-radius: 4px !important;
    -webkit-border-radius: 4px !important;
    border-radius: 4px !important;
    padding: 10px !important;
    color: #fff!important;
    width: 100%!important;
    height: 50px!important;
    font-family: 'Open Sans', sans-serif!important;
    font-weight: 600;
    font-size: 16px;
}

#subscribe-form ._form-content>div:nth-child(3) ._checkbox-radio {
    display: flex;
    align-items: center;
}

#subscribe-form ._form-content>div:nth-child(3) ._checkbox-radio>input {
    width: 20px;
    height: 20px;
}

#subscribe-form ._form-content>div:nth-child(3) ._checkbox-radio label {
    color: #fff;
    margin-left: 8px!important;
}

#subscribe-form ._error-inner {
    background-color: rgb(251, 159, 0)!important;
    background-image: none!important;
    padding: 12px!important;
}

#subscribe-form ._error._above ._error-arrow {
    border-top: 8px solid rgb(251, 159, 0)!important;
}

#subscribe-form ._button-wrapper ._form-inner ._form_error {
    position: absolute!important;
    bottom: -60px;
}

#subscribe-form ._button-wrapper ._form-inner ._form_error ._error-html {
    margin: 0px!important;
}

#subscribe-form form ._button-wrapper button.processing {
    background: #fb9f00!important;
}

#subscribe-form form ._button-wrapper button.processing:after {
    background: #fb9f00!important;
}

#subscribe-form form ._button-wrapper button.processing:before {
    background-image: linear-gradient(#fb9f00, #fff), conic-gradient(#fb9f00, #fff)!important;
}

#subscribe-form ._form-content>div:nth-child(3) ._checkbox-radio ._error-inner {
    position: absolute;
    bottom: -50px;
    z-index: 99;
}

@media screen and (max-width: 767px) {
    #subscribe-form ._button-wrapper {
        order: 5;
        margin: 20px 0px 0px !important;
    }
    #subscribe-form ._form-content>div:nth-child(4) {
        order: 4;
        width: 100%;
    }
    #subscribe-form ._form-content>div:nth-child(3) {
        order: 3;
    }
    #subscribe-form ._form-content>div:nth-child(1) {
        width: 50%;
    }
    #subscribe-form ._form-content>div:nth-child(2) {
        width: calc(50% - 20px);
    }
}

@media screen and (max-width: 667px) {
    #subscribe-form ._form-content>div:nth-child(1) {
        margin: 0px 0px 0px!important;
    }
    #subscribe-form ._form-content>div:nth-child(2) {
        margin: 0px 0px 0px 20px!important;
    }
}

@media screen and (max-width: 542px) {
    #subscribe-form ._form-content>div:nth-child(1) {
        width: 100%;
    }
    #subscribe-form ._form-content>div:nth-child(2) {
        width: 100%;
        margin: 0px 0px 0px 0px!important;
    }
    #subscribe-form ._form-content>div:nth-child(1) input {
        margin-bottom: 20px!important;
    }
    #subscribe-form ._form-content>div:nth-child(2) input {
        margin-bottom: 10px!important;
    }
    #subscribe-form ._form-content>div:nth-child(4) {
        margin-top: 0px!important;
    }
    #subscribe-form ._form-content>div:nth-child(3) ._checkbox-radio {
        align-items: flex-start;
    }
}

.essb_counters.essb_displayed_sidebar .essb_totalcount_item {
    width: 48px!important;
}

.essb_counters.essb_displayed_sidebar .essb_totalcount_item .essb_t_nb_after {
    margin-bottom: 5px;
}

@media (max-width: 767px) {
    .essb_links .essb_link_linkedin {
        background-color: #007bb6;
    }
    .essb_links .essb_link_facebook,
    .essb_links .essb_link_facebook_like {
        background-color: #3a579a;
    }
    .essb_links .essb_link_pinterest {
        background-color: #cd1c1f;
    }
    .essb_links .essb_link_messenger {
        background-color: #0d87ff;
    }
    .essb_links .essb_link_whatsapp {
        background-color: #1D9E11;
    }
    .essb_links .essb_link_twitter {
        background-color: #00abf0;
    }
    .essb_links .essb_link_copy,
    .essb_links .essb_link_fintel,
    .essb_links .essb_link_instapaper,
    .essb_links .essb_link_mail,
    .essb_links .essb_link_print {
        background-color: #404040;
    }
}

._form_174 ._form-content ._form_element:nth-child(3),
._form_174 ._form-content ._form_element:nth-child(4),
._form_174 ._form-content ._form_element:nth-child(5),
._form_174 ._form-content ._form_element:nth-child(6),
._form_174 ._form-content ._form_element:nth-child(7) {
    display: none!important;
}

._form_174 ._form-content ._form_element:nth-child(1) input,
._form_174 ._form-content ._form_element:nth-child(2) input {
    height: 50px!important;
    padding-left: 15px!important;
    font-family: 'Open Sans', sans-serif!important;
}

body form._form_174 #_form_174_submit {
    font-weight: 600!important;
    cursor: pointer!important;
    border-radius: 5px!important;
    height: 50px!important;
    font-family: 'Open Sans', sans-serif!important;
    margin: 0px!important;
}

iframe[title="reCAPTCHA"] {
    width: 230px;
    border-radius: 4px;
}