a.button.course_final_btn {
    background-color: #3fa385 !important;
    border-radius: 4px;
}
.button.course_final_btn:hover {
    background-color: #001525 !important;
}

a.elementor-button.pay_btn {
    pointer-events: all;
}
.no-scroll a {
     pointer-events: none;
}
/*header*/
body.architecture #header .header_6 .magic_line {
     bottom: -8px !important; 
}
#header {
    /*position: fixed !important;*/
    width: 100%;
    top: 0;
}
.process_icon {
    width: 200px;
    height: 200px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    margin: 0 auto 20px !important;
    position: relative;
}
.process_icon:before {
    content: "01";
    background: #3fa385;
    color: #fff;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 20px;
    position: absolute;
    top: 5px;
    right: 15px;
    animation: pulse-animation 2s infinite;
}

@keyframes pulse-animation {
  0% {
    box-shadow: 0 0 0 0px rgb(63 163 133 / 86%);
  }
  100% {
    box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
  }
}

.our_proccess .elementor-element:nth-child(1) .process_icon:before {
    content: "01";
}
.our_proccess .elementor-element:nth-child(2) .process_icon:before {
    content: "02";
}
.our_proccess .elementor-element:nth-child(3) .process_icon:before {
    content: "03";
}
.our_proccess {
    background-image: url(http://localhost/754844-Yisrael-Frenkel/wp-content/uploads/2024/09/pro1-1508x243.webp);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: contain;
}


.footer_form input[type=submit]:hover {
    background-color: #f0f2f5;
    color: #00000080;
    border-color: #ffffff;
}
/*Contact us page form*/
.contact_form .footer_form .footer_sub1>p {
    flex-direction: column;
    width: 100%;
}

.contact_form .footer_form .footer_sub1 {
    flex-direction: column;
}

.contact_form .footer_form .footer_sub1>p .wpcf7-form-control-wrap {
    width: 100%;
    
}
.contact_form .footer_form form.wpcf7-form {
    max-width: 500px;
    margin: auto;
    display: block;
    /*border: 1px solid #ece8e8;*/
        box-shadow: 0 0 10px rgb(0 0 0 / 7%) !important;
    border-radius: 8px;
}
.contact_form .footer_form .footer_submit_btn {
    margin: auto;
    width: auto;
}
.contact_form .footer_form form.wpcf7-form {
    /*padding: 100px 40px 98px;*/
    background: unset;
}
.contact_form input[type=submit]:hover {
    background-color: #3fa385;
    border-color: #3fa385;
}
.contact_form .footer_form .wpcf7-form-control {
    width: 100%;
    border-radius: 6px;
}
/*testimonial read more/less */
.testimonial_one .moretext {
  display: none;
}
.testimonial_one .article p {
    margin-bottom: 10px;
}
.testimonial_one .moreless-button {
    border-bottom: 2px solid;
}
/*enroll in course button hide css*/
a.btn.btn-default.start-course {
    display: none;
}
/*hide css end*/
h4.save_text {
    color: #3FA385;
    font-size: 20px;
}
/* sign up start */
.terms_con_section {
    position: fixed;
    top: 0;
    left: 0;
    background: rgb(0 0 0 / 63%);
    width: 100%;
    z-index: 9999;
    height: 100vh;
    padding: 50px 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.terms_con_section {
    display: none;
}
.terms_pop {
    width: 100%;
    max-width: 700px;
    background: #fff;
    margin: auto;
    position: relative;
    z-index: 4;
}
.terms-heading {
    padding: 10px 15px;
    border-bottom: 1px solid #ddd;
    border-top: 5px solid #76c3ac;
}
.terms-heading h3 {
    font-size: 20px;
    margin-bottom: 0;
}

.terms_pop_content {
    max-height: 70vh;
    overflow-x: auto;
    padding: 20px;
    font-size: 15px;
    line-height: 1.5em;
    color: #000;
}

.terms_close {
    background-color: #3FA385;
    color: #fff;
    padding: 10px 20px;
    border-radius: 3px;
    display: inline-block;
    vertical-align: middle;
}
.terms_close:hover,.terms_close:focus {
    background-color: #000;
    color: #fff !important;
}
.terms_welcome {
    font-weight: 600;
    color: #3FA385;
    font-size: 18px;
}
.terms_pop_content p {
    margin-bottom: 20px;
}
.terms_pop_content h5 {
    font-size: 18px;
    line-height: 1.2em;
    margin-bottom: 8px;
}
.terms_pop_content::-webkit-scrollbar {
    width: 5px;
  }
  .terms_pop_content::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px #c2c1c1; 
    border-radius: 10px;
  }
  .terms_pop_content::-webkit-scrollbar-thumb {
    background: #76c3ac; 
    border-radius: 10px;
  }
  .terms_pop_content::-webkit-scrollbar-thumb:hover {
    background: #619c8b; 
  }
  .masterstudy-authorization__checkbox .masterstudy-terms_condition {
    margin-left: 12px;
}
/*Signup popup css start*/
.pay_div {
    text-align: center;
    margin-bottom: 20px;
}
.pay_div .pay_btn {
    background-color: #3fa385;
}
.pay_div .pay_btn:hover {
    background-color: #000;
    color: #fff;
}
/*Signup popup css end*/
/* sign up end */
span.by_new_btn {
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 0 !important;
}
.stm-lms-buy-buttons .start-course {
    width: unset !important;
}
.stm-lms-buy-buttons .btn:not(.start-course).btn_big {
    padding: 12px 15px !important;
    text-wrap: wrap;
    text-align: left;
}
a.btn.btn-default.start-course {
    margin-bottom: 10px;
}
h3.grade_base_text {
    font-size: 20px !important;
    line-height: 22px !important;
}
h4.grade_base_tex_info {
    font-size: 18px;
    line-height: 22px;
}
.page-id-18436 .stm_lms_breadcrumbs.stm_lms_breadcrumbs__header_6, .page-id-18625 .stm_lms_breadcrumbs.stm_lms_breadcrumbs__header_6, .page-id-18663 .stm_lms_breadcrumbs.stm_lms_breadcrumbs__header_6, .page-id-18673 .stm_lms_breadcrumbs.stm_lms_breadcrumbs__header_6 {
    display: none;
}
input.additional_paypal_btn {
    padding: 16px 22px 16px 22px;
    background-color: #3FA385;
    border-radius: 3px 3px 3px 3px;
    border: unset;
}
input.additional_paypal_btn:hover {
    background-color: #001525 !important;
}
form.paypal_fifty_rs {
    margin-top: -38px;
}
.stm_lms_levels__wrapper {
    justify-content: center;
}
.stm_product_list_widget .meta {
    padding-top: 20px;
}
.stm_lms_courses__single--meta, .price.price-pay, .rating, .widget_stm_lms_popular_courses .expert{
    display: none !important;
}
.btn-prices.btn-prices-price {
    display: none !important;
}
a.btn-subscription{
    /*display: none !important;*/
}
a.stm_lms_buy_for_points {
    /*display: none !important;*/
}
.stm-lms-buy-buttons.stm-lms-buy-buttons-mixed.stm-lms-buy-buttons-mixed-pro {
    /*display: none !important;*/
}
.membership_title .stm_lms_levels__button {
    padding: 10px 20px;
}
.membership_title .stm_lms_levels__button_element
{
    padding: 15px 0px;
}
.membership_title .stm_lms_levels__container {
    width: 24% !important;
    padding: 10px !important;
}
.ms_lms_courses_archive__filter_options_item_subcategory h5 {
    text-transform: lowercase;
}

.ms_lms_courses_card.card-style-1 .ms_lms_courses_card_item_image
{
	height: 250px !important;
	object-fit: unset !important;
}
.masterstudy-course-player-answer_image {
	min-height: 220px;
}
.masterstudy-course-player-answer__image {
    height: auto !important;
	    justify-content: center;
    align-items: center;
    margin: auto;
    object-fit: contain !important;
    object-position: center;
    width: auto !important;
}
.stm-lms-wrapper .stm-lms-course-info__single, .stm-lms-wrapper .single_product_after_title .meta_pull {
    display: none;
}
.css-xjluqp {
    height: auto !important;
}
.css-6jrdpz {
    object-fit: contain !important;
}
#header-mobile, #header-mobile .header_mobile {
    background-color: #ebf6f3 !important;
}

.final_exam_btn .wp-block-button__link:hover {
    color: #3fa385 ;
}
.final_exam_btn{
	background-color: #3fa385 !important;
  border-radius: 10px !important;
	padding: 15px 20px !important;
}
.stm-lms-wishlist, .stm_lms_wishlist_button {
	display: none !important;
}
.stm-lms-course__sidebar .stm-lms-buy-buttons {
    /*display: none;*/
}
.custom_enroll_btn {
    margin-bottom: 10px;
}

.button.enroll_btn {
    padding: 25px 60px !important;
    border-radius: 10px !important;
}
/* PAV start*/
/* courses start */
/*.stm_lms_courses__single--meta {*/
/*    display: none;*/
/*}*/
.courses-list > p > a {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 0 10px;
    font-family: "Albert Sans", sans-serif;
    font-weight: 500;
    font-size: 15px;
    line-height: 18px;
    color: #001931;
    margin-bottom: 5px;
}

.courses-list  > p > a:before {
    content: "";
    background: #3fa385;
    display: inline-block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
}

.New_course_sub .elementor-heading-title {
    font-family: "Albert Sans", sans-serif;
    font-weight: 500;
    font-size: 20px;
    line-height: 18px;
    color: #001931;
    margin-bottom: 12px;
    padding: 0;
}

.New_course_sub .elementor-heading-title:hover {
	color: #3FA385;
}

.New_course_sub_overlay {
    position: absolute;
    top: 0;
    left: 0;
    background: #fff;
    box-shadow: 0 0 30px rgba(0, 0, 0, .2);
    transition: 0.5s ease-in;
    padding: 20px;
    opacity: 0;
		z-index: 1;
	    height: 100%;
}
.New_course_sub:hover .New_course_sub_overlay {
    opacity: 1;
}
.New_course_sub_overlay .elementor-widget-button {
    position: absolute;
    bottom: 0;
    left: 0;
}

.New_course_sub_overlay > .e-con-inner {
    position: relative;
}
.membership_title h1.stm_lms_levels__head_title, .membership_title .stm_lms_levels__item {
    display: none;
}

/* courses end */
.custom_catdetail_page_sec .stm_lms_courses__single__inner {
	position: relative;
}
.custom_catdetail_page_sec  .stm_lms_courses__single--info {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
	  left: 0px;
	    padding: 25px;
	    box-shadow: 0 10px 30px 11px rgba(0, 0, 0, .10);
    transform: scale(1.01) !important;
}
.custom_catdetail_page_sec .stm_lms_courses__single--info_preview {
    position: absolute;
    bottom: 0;
    left: 25px;
    right: 25px;
}
.stm_lms_courses__single--info {
	display: block !important;
}
.enrollment_plans .cross_text {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    min-height: 8px;
}

.enrollment_plans .cross_text:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: -webkit-fill-available;
    height: 1px;
    vertical-align: middle;
    display: inline-block;
    background: #ff0000;
    transform: rotate(14deg);
}
.enrollment_plans .cross_text:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: -webkit-fill-available;
    height: 1px;
    display: inline-block;
    vertical-align: middle;
    BACKGROUND: #ff0000;
    transform: rotate(349deg);
}
td.lp-pmpro-td .cross_text {
    display: none;
}
/* transcript request form css  start */
.transcript_request_form .wpcf7-form {
    max-width: 700px;
    width: 100%;
    margin: auto;
    background-color: #fff;
    padding: 40px;
    border-radius: 10px;
}

.transcript_request_form {
    padding: 0 15px;
}

.transcript_request_form .wpcf7-form  label {
    font-weight: 600;
    color: #000;
}

.transcript_request_form .wpcf7-form .wpcf7-form-control {
    width: 100%;
}
.transcript_request_form .wpcf7-form .wpcf7-form-control:focus {
    border-color: #c4ede1;
}
.transcript_request_form .wpcf7-form .first_frm_row {
    margin-bottom: 20px;
}

.transcript_request_form .wpcf7-form .first_frm_sub1 p {
    margin: 0;
}
.transcript_request_form .wpcf7-form .first_frm_sub3 .check_bx .wpcf7-list-item {
    display: block;
    margin-left: 0;
}
/* .transcript_request_form .wpcf7-form .first_frm_sub3 .check_bx {
    margin-left: -15px;
} */

.transcript_request_form .wpcf7-form .first_frm_row .first_frm_sub1,
.transcript_request_form .wpcf7-form .first_frm_sub5,
.transcript_request_form .wpcf7-form .first_frm_sub6 {
    width: 49.65%;
    display: inline-block;
    vertical-align: top;
}

.transcript_request_form .wpcf7-form .select2-container--default span.select2-selection--single span.select2-selection__rendered {
    background: #f0f2f5;
    font-weight: 400;
}

.transcript_request_form .wpcf7-form .select2-container--default .select2-selection--single {
    border: 0;
}

.transcript_request_form .wpcf7-form .submit_frm {
    font-family: "Montserrat", Sans-serif;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1.2em;
    color: #FFFFFF;
    background-color: #3FA385;
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-color: #3FA385;
    border-radius: 4px 4px 4px 4px;
    padding: 14px;
}

.transcript_request_form .wpcf7-form .submit_frm:hover {
    background-color: #001525;
    border-color: #001525;
}

.transcript_request_submit > p {
    margin: 0;
    position: relative;
}

.transcript_request_submit .wpcf7-spinner {
    position: absolute;
    right: 0;
    bottom: 10px;
}
body footer {
    position: relative;
    bottom: unset;
}

.footer_form form.wpcf7-form {
    display: flex;
    gap: 10px;
    align-items: flex-start;
    justify-items: center;
    padding: 40px;
    background: #3fa385;
    flex-wrap: wrap;
}
.footer_form .footer_row1 > p {
    display: flex;
    align-items: flex-start;
    gap: 10px;
}
.footer_form .footer_sub1 > p {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    flex-wrap: wrap;
    width: 82%;
}

.footer_form .footer_sub1 {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    width: 100%;
}

.footer_form .footer_send_btn {
    background: #001525;
    border: 1px solid #001525;
    color: #fff;
    padding: 10px 20px;
    border-radius: 22px;
    min-width: 130px;
    font-weight: 600;
    width: auto !important;
}

.footer_form .wpcf7-spinner {
    position: absolute;
    right: 0;
    top: 10px;
    margin: 0 10px;
}

.footer_form .wpcf7-response-output {
    display: block;
}


.footer_form .footer_submit_btn > p {
    position: relative;
    text-align: center;
}

.footer_form .footer_sub1 > p .wpcf7-form-control-wrap {
    width: 32%;
}

.footer_form .wpcf7-form-control {
    width: 100%;
}

.footer_form .footer_submit_btn {
    width: 18%;
}

.footer_form .footer_send_btn .wpcf7-form-control {
    width: auto;
}
/* transcript request form css  end */
.export_guidence .elementor-widget-wrap {
    max-width: 1200px;
    margin: auto;
    width: 100%;
}
/* PAV end*/
.catdetail_course_list .stm_lms_courses__single--image {
    display: none;
}
.catdetail_course_list .stm_lms_courses__single--terms {
    background-color: #ebf6f3;
    transform: scalex(1.2);
    padding: 20px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 120px;
    margin-bottom: 20px;
}
.catdetail_course_list .stm_lms_courses__single--terms .stm_lms_courses__single--term {
    color: #3fa385;
    font-size: 16px;
    font-weight: 500;
    margin: 0;
    letter-spacing: 1px;
}
.catdetail_course_list .stm_lms_courses__single--inner {
    overflow: hidden;
}


@media (max-width: 1199px) {
    .membership_title .stm_lms_levels__container {
           width: 33.33% !important;
    }
}

@media (max-width: 1024px) {
    .our_proccess {
        background-image: none;
    }
}
@media (max-width: 992px) {
     .footer_form .footer_sub1 > p,
    .footer_form .footer_submit_btn {
        width: 100%;
    }
    .footer_form .footer_sub1 {
        flex-wrap: wrap;
    }
    .footer_form form.wpcf7-form {
        padding: 20px;
    }
}

@media (max-width: 767px) {
    .membership_title .stm_lms_levels__container {
           width: 50% !important;
    }
     .transcript_request_form .wpcf7-form .first_frm_row .first_frm_sub1, .transcript_request_form .wpcf7-form .first_frm_sub5, .transcript_request_form .wpcf7-form .first_frm_sub6 {
        width: 49.50%;
    }
    .footer_form .footer_sub1 > p .wpcf7-form-control-wrap,
    .footer_form .footer_submit_btn,
    .footer_form .footer_sub1 > p {
        width: 100%;
    }
    .footer_form form.wpcf7-form {
        max-width: 500px;
        width: 100%;
        margin: auto;
    }
    .process_icon .elementor-icon i {
    font-size: 50px !important;
}
.process_icon:before {
    width: 30px;
    height: 30px;
    font-size: 14px;
    top: 5px;
    right: 15px;
}
.process_icon {
    width: 130px;
    height: 130px !important;
    margin: 0 auto 10px !important;
}
}

@media (max-width: 574px) {
    .membership_title .stm_lms_levels__container {
           width: 100% !important;
    }
    .transcript_request_form .wpcf7-form {
        padding: 20px;
    }
    .transcript_request_form .wpcf7-form .first_frm_row .first_frm_sub1, .transcript_request_form .wpcf7-form .first_frm_sub5, .transcript_request_form .wpcf7-form .first_frm_sub6 {
        width: 100%;
    }
    .transcript_request_form .wpcf7-form label {
        margin-top: 15px;
    }
    .transcript_request_form .wpcf7-form .first_frm_row {
        margin-bottom: 0;
    }
    .transcript_request_form .wpcf7-form .first_frm_sub1 + .first_frm_sub1 {
        margin-top: 10px;
    }
    .transcript_request_form .wpcf7-form .first_frm_sub3 .check_bx .wpcf7-list-item {
        display: block;
        margin-left: 0;
    } 
    .transcript_request_form .wpcf7-form .first_frm_sub3 .check_bx,
    .transcript_request_form .wpcf7-form .first_frm_sub3 .check_bx .wpcf7-list-item > label {
        margin: 0;
    }
}

