/* normal */
*,
*::before,
*::after {
    box-sizing: border-box;
}
* {
    margin: 0px;
    padding: 0px;
}
* {
    scrollbar-width: auto;
    scrollbar-color: #000000 #ffffff;
}
:root {
    --color-foreground: 18, 18, 18;
}
html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
    display: block;
}
input,
button,
select,
optgroup,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
body {
    margin: 0;
    font-family: "Manrope", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: #000000;
    text-align: left;
    background: #fff;
}
img {
    border: 0px;
    display: block;
    max-width: 100%;
}
a{
    text-decoration: none;
}
input {
    outline: none;
    width: 100%;
    height: 31px;
    background: #fff;
    color: #000000;
    border: none;
    padding: 0px 6px;
}
ol,
ul,
dl {
    margin: 0;
    padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
    line-height: normal;
}
h1{
    font-size: 40px;
    font-weight: 800;
    line-height: 1.2;
}
h2{
    font-size: 25px;
    font-weight: 400;
    line-height: 40px;
}
h3{

}
h4{

}
h5{

}
p{
    font-size: 12px;
    line-height: 16.39px;
}
button {
    border-radius: 0;
}
.container{
    max-width: 1000px !important;
    width: 1000px !important;
}



/* template  */

#template {
    position: relative;
    display: block;
    width: 100%;
    min-height: 100%;
}
/* layout */

#layout {
    margin: 0 auto;
/*  width: 802px;*/
/*    border: 2px solid #000000;*/
/*    box-shadow: 0px 4px 4px 0px #00000040;*/
}
.chatbot-icon-button.bg-primary{
	background-color: #DAA125 !important;
}
.header-wrap{
    width: 100%;
    position: relative;
}
.header-wrap .inner{
    padding: 5px 0px;
}

.top-text {
    font-size: 10px;
    line-height: 12.1px;
    font-family: "Inter", sans-serif;
    font-weight: 400;
    padding: 7px 0;
    background: #000000;
    color: #FFFFFF;
    display: block;
}
.logo{
	display: flex;
    align-items: center;
    justify-content: center;
}
.logo a{
    display: inline-block;
}
.logo a img{
    width: 100px;
}
.header-wrap nav > ul{
    list-style: none;
}
.header-wrap nav > ul > li{
    position: relative;
}
.header-wrap nav > ul > li > a{
    font-size: 12px;
    font-weight: 400;
    line-height: 14.52px;
    color: #000;
    text-transform: uppercase;
    transition: all 0.3s;
    display: block;
    padding: 18px 10px;
    font-family: "Inter", sans-serif;
}
.sub-menu{
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    min-width: 146px;
    background: #fff;
    list-style: none;
    z-index: 99;
    padding: 10px;
/*    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;*/
    display: none;
}
.sub-menu a{
    font-family: "Inter", sans-serif;
    font-size: 10px;
    font-weight: 400;
    line-height: 15px;
    color: #000000;
    text-transform: uppercase;
}
.sub-menu li.current_page_item a,
.header-wrap nav > ul > li.current-menu-item > a,
.header-wrap nav > ul > li.current_page_ancestor > a{
    font-weight: 700;
}
.header-wrap nav > ul > li:hover .sub-menu{
    display: block;
}


.m-toggle {
  display: none;
  cursor: pointer;
}

.bar1, .bar2, .bar3 {
  width: 30px;
  height: 3px;
  background-color: #000000;
  margin: 6px 0;
  transition: 0.4s;
}
.change .bar1 {
    transform: translate(0, 9px) rotate(-45deg);
}
.change .bar2 {
    opacity: 0;
}
.change .bar3 {
    transform: translate(0, -9px) rotate(45deg);
}

/*site-footer*/
.site-footer{
    padding: 10px 0 50px;
}
.site-footer ul{
    list-style: none;
    gap: 15px;
}

.site-footer .f-menu ul a{
    font-family: "Inter", sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 14.52px;
    color: #000000;
    display: block;
    padding: 12px 0;
}
.site-footer p, 
.site-footer p a{
    font-family: "Inter", sans-serif;
    font-size: 8px;
    font-weight: 400;
    line-height: 9.68px;
    color: #000000;
    margin-bottom: 13px;
}
.social-media a{
    color: #000;
    font-size: 15px;
}

/*offer-title*/

.offer-title{
    padding: 24px 0 7px;
    border-top: 1px solid #000000;
    border-bottom: 1px solid #000000;
}
.offer-title .col1{
    width: 60%;
}
.offer-title h1{
    margin-bottom: 2px;
}
.offer-title p{
    font-size: 24px;
    font-weight: 400;
    line-height: 30px;
    color: #000;
    margin-bottom: 14px;
}

/*packages-block*/

.packages-block{}
.packages-block .row{
    position: relative;
}
.packages-block .col1{
    width: 55%;
    min-height: 400px;
}
.packages-block .col2{
    width: 43%;
}
.packages-block .panels{
    /*position: absolute;*/
    /*right: 12px;*/
    /*top: -170px;*/
    /*max-width: 350px;*/
    /*z-index: 2;*/
}
.packages-block .panel{
    padding: 20px 15px;
}
.packages-block .panel h2,
.packages-block .panel strong{
    font-size: 25px;
    font-weight: 400;
    line-height: 1;
    color: #000000;
    display: block;
    margin-bottom: 4px;
}
.packages-block .panel strong{
    font-weight: 800;
    padding-bottom: 20px;
}
.packages-block .panel p{
    font-size: 12px;
    font-weight: 400;
    line-height: 14px;
    color: #000000;
    text-align: left;
    border-top: solid 1px #000;
    margin-top: 8px;
    padding: 16px 2px 26px;
    margin-bottom: 0;
}
.packages-block video{
    object-fit: contain;
}
.button{
    font-size: 13px;
    font-weight: 800;
    line-height: 30px;
    color: #FFFFFF;
    display: block;
    background: #000;
    border: none;
    outline: 0;
    padding: 5px 18px;
    max-width: 280px;
    width: 100%;
	text-align:center;
}
.packages-block .panel.brown{
    background: #D2AF63;
}
.packages-block .panel.purple{
    background: #A44362;
}
.packages-block .panel.blue{
    background: #52AE99;
}

.packages-block .title{}
.packages-block .title h2{
    font-weight: 800;
    font-size: 21px;
    line-height: 30px;
    text-align: center;
    background: #52AE99;
    color: #000000;
    padding: 11px 15px;
}
.packages-block .title p{
    font-size: 13px;
    line-height: 17px;
    text-align: center;
    margin: 16px 0 60px;
}

/*h-member-panel*/
.h-member-panel{
    width: 305px;
    padding: 20px;
    border: solid 2px #000;
    position: absolute;
    right: 15px;
    top: -175px;
    background: #FFFFFF;
    z-index: 1;
}
.h-member-panel h2{
    font-family: "Roboto", sans-serif;
    font-weight: 800;
    font-size: 20px;
    line-height: 20px;
    margin-bottom: 18px;
}
.h-member-panel p{
    font-weight: 400;
    font-size: 17px;
    line-height: 20px;
}
.h-member-panel figure{
    position: relative;
}
.h-member-panel figure img{
    width: 100%;
}
.h-member-panel .btn.btn-green{
    background: #57BD84;
    font-weight: 500;
    font-size: 20px;
    line-height: 40px;
    max-width: 100%;
    color: #000;
    position: absolute;
    bottom: 41px;
    left: 0;
    width: fit-content;
    margin: 0 0px;
    white-space: nowrap;
    padding:0px 45px;
}


/**/

.title-image {
    border-top: 1px solid #000000;
    border-bottom: 1px solid #000000;
    background: linear-gradient(90deg, #D2AF63 60.5%, rgba(210, 175, 99, 0) 100%);
    position: relative;
    overflow: hidden;
}
.title-image .container{
    position: initial;
}
.title-image .inner{
     min-height: 250px;
}
.title-image .inner figure {
    position: absolute;
    right: 0;
    top: 0;
    width: 50%;
    height: 100%;
}
.title-image .inner figure img{
    position: relative;
    object-position: 0px 40px;
}
.title-image .right-button{
    position: relative;
    z-index: 99;
}
.btn{
    display:inline-block;
    background: #fff;
    border-radius: 0;
    padding: 3px 35px;
    font-family: Manrope;
    font-size: 13px;
    font-weight: 800;
	line-height: 40px;
	max-width: 280px;
	width: 100%;
	text-align:center;
}
.btn:hover{
    background: #000000;
    color:#ffffff;
}
.title-image .inner:after{
    position: absolute;
    left: 0;
    top: 0;
    background: linear-gradient(90deg, #D2AF63 60.5%, rgba(210, 175, 99, 0) 100%);
    content: "";
    width: 100%;
    height: 100%;
}
.title-image h2,
.newsletter h2 p{
    font-size: 28px;
    font-weight: 300;
    line-height: 32px;
    color: #000;
    position: relative;
    z-index: 9;
    width: 50%;
}
.title-image h2{
    width: 35%;
    margin-right: 150px;
}
.title-image h2 b,
.newsletter h2 p strong{
    font-weight: 800;
}
.error-404 a{
    font-size: 24px;
    color: red;
}
.wpcf7-spinner{
    position: absolute;
}

/*newsletter*/

.newsletter{
    background: #52AE99;
    padding: 37px 0 14px;
    border-top: 1px solid #000000;
    border-bottom: 1px solid #000000;
}
.newsletter h2 {
    max-width: 85%;
}
.newsletter h2 p{
    width: 100%;
    padding: 0;
}
.newsletter p{
    margin-bottom: 0;
}
.newsletter h4{
    font-size: 12px;
    font-weight: 800;
    line-height: 1;
    margin-bottom: 10px;
}

/*modal-section*/

.modal-section{
    padding: 37px 0 1px;
}
.modal-section .left-panel {
    padding-right: 50px;
}
.modal-section .left-panel h2{
    font-size: 23px;
    font-weight: 800;
    line-height: 29px;
    color: #000000;
}
.modal-section .left-panel p{
    font-size: 17px;
    font-weight: 400;
    line-height: 23.22px;
    color: #000000;
    margin-bottom: 22px;
}
.modal-section  .button{
    display: inline-block;
    padding: 5px 34px;
}
.list-content .panel .number,
.feature-panel span{
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    font-weight: 800;
    line-height: 32.78px;
    color: #fff;
}
.list-content .panel .text,
.feature-panel p{
    width: calc(100% - 60px);
}
.list-content .bg-1{
    background: #DAA125;
}
.list-content .bg-2{
    background: #AB3852;
}
.list-content .bg-3{
    background: #57BD84;
}
.list-content .bg-4{
    background: #3990AF;
}
.list-content .bg-5{
    background: #635EA1;
}
.list-content p,
.feature-panel p{
    font-size: 12px;
    font-weight: 400;
    line-height: 16.39px;
    color: #000000;
    position: relative;
    z-index: 1;
}
.list-content{
    padding-left: 14px;
}
.list-content .panel{
    margin-bottom: 20px;
}


.sub_banner_block {
    border-top: 1px solid #000000;
    border-bottom: 1px solid #000000;
    position: relative;
    overflow: hidden;
}
.sub_banner_block .container{
    position: initial;
}
.sub_banner_block .inner {
    min-height: 160px;
}
.sub_banner_block h1 {
    width: 35%;
    font-size: 55px;
    font-weight: 800;
    line-height: 50px;
    color: #000000;
    position: relative;
    z-index: 1;
}
.sub_banner_block .inner:after {
    position: absolute;
    left: 0;
    top: 0;
    background: linear-gradient(90deg, #D2AF63 50%, rgba(210, 175, 99, 0) 100%);
    content: "";
    width: 100%;
    height: 100%;
}

/*reginster_block*/

.reginster_block{
    padding: 30px 0;
    border-bottom: 1px solid #000000;
}
.reginster_block p{
    font-size: 22px;
    font-weight: 400;
    line-height: 30px;
    margin-bottom: 0;
}
.reginster_block p strong{
    font-size: 26px;
    font-weight: 800;
    line-height: 32px;
}
.btn-green{
    font-size: 13px;
    font-weight: 800;
    line-height: 40px;
    color: #FFFFFF;
    background: #8B6513;
    margin-right: 50px;
}

.feature-panel span{
    background: #8B6513;
}

.price-panel{
    color: #000000;
    background: #D9D9D9;
    padding: 35px 30px 35px 0px;
    position: relative;
    height: 100%;
}
.price-panel:after{
    position: absolute;
    right: 100%;
    top: 0;
    content: "";
    width: 100%;
    height: 100%;
    background: #D9D9D9;
}
.price-panel .top{
    margin-bottom: 25px;
}
.price-panel .top span{
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
    display: block;
    color: #000000;
}
.price-panel .top strong{
    font-size: 43px;
    font-weight: 800;
    line-height: 45px;
    color: #000000;
}
.price-panel .middle{
    border-top: 1px solid #000000;
    border-bottom: 1px solid #000000;
    padding: 25px 0 21px;
    margin-bottom: 24px;
}
.price-panel .middle h4{
    font-size: 16px;
    font-weight: 800;
    line-height: 20px;
    color: #000000;
    margin-bottom: 12px;
}
.price-panel .middle p{
    font-size: 12px;
    font-weight: 400;
    line-height: 16.39px;
}
.price-panel > span{
    font-size: 11px;
    font-weight: 400;
    line-height: 15.03px;
    display: block;
    margin-top: 10px;
}

.feature-panel{
    height: 100%;
}
.feature-panel .title{
    background: #000000;
    padding: 23px 10px;
    margin-bottom: 30px;
    position: relative;
}
.feature-panel .title:after{
    position: absolute;
    left: 100%;
    top: 0;
    content: "";
    width: 100%;
    height: 100%;
    background: #000000;
}
.feature-panel .title h4{
    font-size: 18px;
    font-weight: 700;
    line-height: 24.59px;
    color: #FFFFFF;
    text-align: center;
    margin-bottom: 0;
}
.feature-panel .panel {
    padding: 0 40px 30px;
    position: relative;
}
.feature-panel .panel:after {
    background-image: linear-gradient(rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 1));
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 62%;
    content: "";
}
.feature-panel .panel > div{
    margin-bottom: 20px;
}
.feature-panel .panel > div:last-child{
    margin-bottom: 0px;
}
.price_and_features_block{
    border-bottom: 1px solid #000000;
    overflow: hidden;
}

/*discount-block*/

.discount-block{
    background: #D8AE53;
    overflow: hidden;
    border-bottom: 1px solid #000000;
}
.discount-block .row > div{
    padding: 20px 0 !important;
    padding-right: 30px !important;
    position: relative;
}
.discount-block .row > div:first-child{
    background: #D8AE53;
}

.page-id-101 .discount-block .row > div:first-child,
.page-id-101 .discount-block{
    background: #AB3852;
}


.discount-block .row > div:last-child{
    background: #52AE99;
    padding-left: 50px !important;
}
.discount-block .row > div:last-child:after{
    position: absolute;
    left: 100%;
    top: 0;
    content: "";
    width: 100%;
    height: 100%;
    background: #52AE99;
}
.discount-block p{
    margin-bottom: 0;
    font-size: 23px;
    font-weight: 400;
    line-height: 30px;
    color: #fff;
}
.discount-block p strong{
    font-weight: 800;
}
.discount-block .btn{
    padding: 0px 15px;
}


/**/
.title_and_image-block{
    padding: 60px 0;
    background-position: 300px 0px !important;
}

.title_and_image-block h4{
    font-size: 28px;
    font-weight: 800;
    line-height: 32px;
    margin-bottom: 15px;
}

.page-id-103 .newsletter {
    background: #D9D9D9;
}

.page-id-103 .sub_banner_block .inner:after{
    background: linear-gradient(90deg, #AB3852 55%, rgba(171, 56, 82, 0) 100%);
}

.page-id-103 .btn,
.page-id-103 .feature-panel span{
    background: #AB3852 !important;
}
.page-id-103 .discount-block .row > div:first-child {
    background: #D2AF63;
}
.page-id-103 .discount-block .row > div:last-child {
    background: #52AE99;
}
.page-id-103 .discount-block {
    background: #D2AF63;
}
.page-id-103 .discount-block .btn{
    background: #fff !important;
}
.page-id-103 .discount-block .btn:hover,
.page-id-103 .btn:hover,
.page-id-105 .reginster_block .btn:hover,
.page-id-105 .price-panel .btn:hover{
    background: #000000 !important;
}


.page-id-105 .sub_banner_block .inner:after{
    background: linear-gradient(90deg, #52AE99 50%, rgba(82, 174, 153, 0) 100%);
}

.page-id-105 .reginster_block .btn,
.page-id-105 .price-panel .btn,
.page-id-105 .feature-panel span{
    background: #469381;
}
.wpcf7-form-control.wpcf7-submit.has-spinner.button{
    padding: 0 40px;
}
.page-id-105 .discount-block .row > div:last-child,
.page-id-105 .discount-block .row > div:last-child:after {
    background: #AB3852;
}
.page-id-105 .newsletter,
.page-id-103 .newsletter,
.page-id-101 .newsletter{
    background: #D9D9D9;
}
.feature-panel span {
    background: #8B6513;
}
.title-image.style2 .inner:after {
    background: linear-gradient(90deg, #A44362 60.5%, rgba(210, 175, 99, 0) 100%);
}
.page-id-24 .title-image.style2 .inner:after {
    background: linear-gradient(90deg, #D2AF63 60.5%, rgba(210, 175, 99, 0) 100%);
}
/*title-content*/

.title-content{
    padding: 60px 0;
}
.title-content h4{
    font-size: 26px;
    font-weight: 800;
    line-height: 32px;
    color: #000;
}
.title-content p{
    font-size: 17px;
    font-weight: 400;
    line-height: 23.22px;
    color: #000;
}

.about-content{
    padding: 0 0 40px;
}
.about-content .title{
    border-top: solid 1px #000000;
    border-bottom: solid 1px #000000;
    padding: 15px 0;
    margin-bottom: 40px;
}
.about-content .title h1{
    margin-bottom: 0;
}
.about-content .title p{
    font-size: 36px;
    font-weight: 400;
    line-height: 38px;
    color: #000000;
    margin-bottom: 0px;
}
.about-content .title p strong{
    font-weight: 800; 
    font-size: 40px;;
    line-height: 38px;
    color: #000000;
}
.about-content h2{
    font-size: 26px;
    font-weight: 800;
    line-height: 32px;
}
.about-content h2,
.about-content strong,
.about-content ul{
    margin-bottom: 20px;
}
.about-content p,
.about-content strong,
.about-content ul li{
    font-size: 17px;
    font-weight: 400;
    line-height: 23.22px;
    color: #000000;
}
.about-content strong{
   font-weight: 800; 
}
.about-content ul,
.about-content ol{
    list-style: disc;
    padding-left: 20px !important;
    font-size: 17px;
    line-height: 23px;
}
.about-content h6 a{
    display: inline-block;
}

/*assignment-block*/

.assignment-block{
    margin-bottom: 60px;
}
.assignment-block h2{
    font-size: 26px;
    font-weight: 800;
    line-height: 32px;
}
.assignment-block label{
    font-size: 12px;
    font-weight: 800;
    line-height: 40px;
}
.assignment-block input[type="text"],
.assignment-block input[type="email"],
.assignment-block input[type="number"],
.assignment-block input[type="password"],
.select2-container .select2-choice, 
.select2-container-multi .select2-choices, 
.um .um-form input[type=number], 
.um .um-form input[type=password], 
.um .um-form input[type=search], 
.um .um-form input[type=tel], 
.um .um-form input[type=text], 
.um .um-form textarea{
    background: #D9D9D9 !important;
    font-size: 12px !important;
    font-weight: 800 !important;
    line-height: 49px !important;
    padding: 15px 10px !important;
    height: 43px !important;
}
.assignment-block .wpcf7-submit,.um input[type=submit].um-button,.woocommerce-form-register__submit,.woocommerce-form-login__submit{
    background: #000000 !important;
    height: auto !important;
    color: #fff !important;
    width: auto !important;
    margin-top: 20px !important;
}



/*assignment-modal*/

.assignment-modal{}
.assignment-modal h3{
    font-size: 21px;
    font-weight: 800;
    line-height: 24.61px;
}
.assignment-block .quiz_section fieldset{
    background: #fff;
    padding: 0 !important;
    margin: 0 0px !important;
}
.assignment-block .quiz_section {
    position: relative;
    /*left: -30px;*/
}
.assignment-block .qsm-input-label{
    font-size: 12px !important;
    font-weight: 400 !important;
    line-height: 24px !important;
    padding: 0 !important;
    margin-bottom: 20px !important;
    width: 80%;
}
.assignment-block .qsm-quiz-container input[type=checkbox],
.assignment-block .qsm-quiz-container input[type=radio]{
    position: absolute;
    right: 50px;
    top: 0px;
    width: 25px;
    height: 25px;
    border: none;
    border-radius: 0;
}
.assignment-block .qmn_mc_answer_wrap.mrq_checkbox_class{
    position: relative;
}
.assignment-block .quiz_section .mlw_qmn_new_question {
    padding: 0;
    display: block !important;
    font-size: 18px;
}
.assignment-block .qmn_results_page{
    padding: 30px;
}
.assignment-block .modal-header{
    padding: 30px 30px 0;
    border: none;
}
.assignment-block .modal-body{
    padding: 0 0 60px;
}
.assignment-block .qmn_pagination,.assignment-block .qsm_auto_pagination_enabled .qmn_pagination{
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
}
.assignment-block .qsm-pagination.qmn_pagination.border.margin-bottom{
    position: relative;
    padding: 0 0px !important;
}
.assignment-block .qmn_btn,.assignment-block .qsm-quiz-container.qmn_quiz_container .qmn_btn{
    height: auto;
    width: auto;
}
.assignment-block .qmn_quiz_container .qmn_btn, .assignment-block .qmn_quiz_container .btn {
    background: #000000 !important;
    width: auto !important;
}
.assignment-block .mlw_qmn_message_before p {
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    font-weight: 800;
    color: #000;
}
.assignment-block .mlw_qmn_message_before {
    margin-bottom: 0px;
}
.assignment-block .quiz_section select, 
.assignment-block .quiz_section textarea, 
.assignment-block .quiz_section input[type="text"], 
.assignment-block .quiz_section input[type="email"], 
.assignment-block .quiz_section input[type="url"], 
.assignment-block .quiz_section input[type="number"] {
    width: 100% !important;
}
.assignment-block .qsm-before-message.mlw_qmn_message_before{
    display: none !important;
}
.assignment-block .btn,.um input[type=submit].um-button ,.woocommerce-form-register__submit,.woocommerce-form-login__submit{
    background: #000000 !important;
    color: #fff !important;
    margin-top: 15px !important;
}
.um-col-alt .um-center{
    text-align: left !important;
}
/*modal*/
/* Modal container - hidden by default */
.modal {
    display: none; /* Hidden by default */
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto; /* Enable scroll if needed */
    background-color: rgba(0, 0, 0, 0.5); /* Black background with opacity */
}

/* Modal content box */
.modal-content {
    background-color: #fff;
    margin: 10% auto; /* Center the modal */
    padding: 22px 42px;
    border: 1px solid #888;
    width: 80%;
    max-width: 561px;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

/* Close button */
.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
}

/*quiz-block*/

.quiz-block{

}
.quiz-block h3{
    font-size: 21px;
    font-weight: 800;
    line-height: 24.61px;
    color: #000;
}
.quiz-block h6{
    font-size: 12px;
    font-weight: 400;
    line-height: 14.06px;
    margin-bottom: 20px;
}
.quiz-block p{
    font-size: 12px;
    font-weight: 400;
    line-height: 14.06px;
}
.quiz-block .inner-panel{
    background: #D9D9D9;
    padding: 19px 29px;
}
.quiz-block .question-option{
    position: relative;
    margin-bottom: 15px;
}
.quiz-block .question-option p{
    padding-right: 30px;
}
.quiz-block .question-option .check{
    position: absolute;
    right: 0;
    top: 18px;
    width: 20px;
    height: 20px;
    border: solid 1px #000;
}

.footer-text{
    padding: 15px 0 0px;
}
.footer-text span{
     cursor: pointer;
}
.footer-text .finish{
    font-size: 16px;
    font-weight: 800;
    line-height: 18.75px;
    color: #000000;
    text-transform: uppercase;
    margin: 0 20px;
}
/* woocommerce css  */
#primary .title{
    margin-bottom: 0;
    border-top: solid 1px #000000;
    border-bottom: solid 1px #000000;
    padding: 15px 0;
    margin-bottom: 40px;
}
#primary .title a{
   color: #000000; 
}
.wc-block-components-totals-coupon__form {
    flex-direction: column;
}
.wc-block-components-totals-coupon__form .wc-block-components-totals-coupon__input {
    flex: 3 1 50px !important;
}
.wc-block-components-button.wp-element-button.wc-block-components-totals-coupon__button.contained,
.wc-block-components-button.wp-element-button.wc-block-cart__submit-button.contained{
    color: #fff;
    background: #000000;
    cursor: pointer;
}
.wc-block-components-button:not(.is-link):disabled .wc-block-components-button__text{
    opacity: 1 !important;
}
.wp-block-woocommerce-cart-order-summary-block{
    display: flex;
    flex-direction: column;
}
.wp-block-woocommerce-cart-order-summary-heading-block.wc-block-cart__totals-title{
    order: 0;
}
.wp-block-woocommerce-cart-order-summary-coupon-form-block.wc-block-components-totals-wrapper{
    order: 2;
}

.post .right,
.post .left {
    width: 50%;
}
.post .right{
    gap: 20px;
}
.my-account-link,
.cart-panel a,
.search-tab .search-field{
    font-size: 12px;
    color: #939393 !important;
    font-weight: 400;
}
.my-account-link i,
.cart-panel i{
    margin-right: 5px;
}
.search-tab {
    display: flex;
    align-items: center;
}
.search-tab .search-field {
    width: 100px;
    height: 40px;
}
.search-tab .search-submit{
    width: 27px;
    height: 20px;
    background: url(../images/search.svg) no-repeat center / 15px;
    border: none;
}
.cart-panel{
    position: relative;
}
.header-cart-count{
    position: absolute;
    top: -14px;
    right: -18px;
    font-size: 12px;
    color: #939393 !important;
    font-style: normal;
    width: 20px;
    height: 20px;
    border: solid 1px #939393;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 20px;
}

.woocommerce-MyAccount-navigation ul{
    list-style: none;
}
.woocommerce-MyAccount-navigation ul a{
    font-size: 10px;
    font-weight: 400;
    line-height: 12.1px;
    color: #000;
}
.woocommerce{
    padding-bottom: 50px;
}

.the-content a{
    color: #000;
}


.wc-block-components-form .wc-block-components-text-input input[type=email], .wc-block-components-form .wc-block-components-text-input input[type=number], .wc-block-components-form .wc-block-components-text-input input[type=password], .wc-block-components-form .wc-block-components-text-input input[type=tel], .wc-block-components-form .wc-block-components-text-input input[type=text], .wc-block-components-form .wc-block-components-text-input input[type=url], .wc-block-components-text-input input[type=email], .wc-block-components-text-input input[type=number], .wc-block-components-text-input input[type=password], .wc-block-components-text-input input[type=tel], .wc-block-components-text-input input[type=text], .wc-block-components-text-input input[type=url],
.wc-blocks-components-select .wc-blocks-components-select__select,
.wc-blocks-components-select .wc-blocks-components-select__containers,
.wc-block-checkout__add-note .wc-block-components-textarea,
.wc-blocks-components-select .wc-blocks-components-select__container {
    background-color: #D9D9D9 !important;
    border: 1px solid #D9D9D9 !important;
}
.wc-block-components-order-summary .wc-block-components-order-summary-item__image>img ,
.wc-block-cart-item__image{
    display: none;
}
.wc-block-cart-item__wrap{
    width: max-content;
}
.is-large.wc-block-cart .wc-block-cart-items td {
    padding: 24px 0 24px 0px !important;
}
.wc-block-components-form .wc-block-components-checkout-step,
.wc-block-checkout__terms.wc-block-checkout__terms--with-separator {
    margin: 0 0 10px !important;
}
.wc-block-checkout__terms.wc-block-checkout__terms--with-separator {
    padding-top: 15px !important;
}
.wp-block-woocommerce-checkout {
    padding-top: 0 !important;
}
.packages-block .panels .button{
    max-width: 100%;
	text-align:center;
}

.page-id-101 .sub_banner_block {
        background-size: 50% !important;
    }
    .page-id-103 .sub_banner_block {
        background-size: 50% !important;
    }
    .page-id-105 .sub_banner_block {
        background-size: 50% !important;
    }
    
.page-id-405 .title-content{
    padding: 30px 0;
    border-top: solid 1px #000;
}    
.page-id-405 .title-content h4{
    font-weight: 800;
    font-size: 28px;
    line-height: 30px;
    text-align: center;
}    
.page-id-405 .title-content h5{
    font-weight: 400;
    font-size: 24px;
    line-height: 30px;
    text-align: center;
}    

/*membership-block*/

.membership-block{
    margin-bottom: 40px;
}

.comparison-table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 2rem;
}
.comparison-table tr th:first-child,
.comparison-table tr td:first-child{
    text-align: left;
}
.comparison-table th,
.comparison-table td {
  border-bottom: 1px solid #000;
  padding: 10px;
  text-align: center;
  font-size: 14px;
  font-family: "Inter", sans-serif;
  font-weight: 400;
}
.comparison-table thead {
  background-color: #000;
  color: #fff;
}
.comparison-table thead th{
    border-bottom: none;
}
.membership-block p{
    font-size: 13px;
    line-height: 17px;
}

.comparison-table thead:after,
.comparison-table thead:before{
    content: "";
    width: 100%;
    height: 40px;
    background: #000;
    position: absolute;
    left: -100%;
    top: 0;
}
.comparison-table thead:before{
    left: inherit;
    right: -100%;
}
.page-id-405 #layout{
    overflow: hidden;
}


/* responsive */


@media only screen and (min-width: 768px) {
    .page-id-101 .sub_banner_block {
        background-position: 100% 20% !important;
    }
    .page-id-103 .sub_banner_block {
        background-position: 100% 57% !important;
    }
    .page-id-105 .sub_banner_block {
        background-position: 100% 40% !important;;
    }
}

@media only screen and (max-width: 1439px) {
    .page-id-103 .sub_banner_block .inner:after {
        background: linear-gradient(90deg, #AB3852 70%, rgba(171, 56, 82, 0) 100%);
    }
}
@media only screen and (max-width: 1199px) {
    .title_and_image-block {
        padding: 50px 0;
        background-position: 200px 0px !important;
        background-size: 70% !important;
    }
    .newsletter h2 {
        margin-bottom: 15px;
    }
}
@media only screen and (max-width: 999px) {
    .container {
        max-width: 100% !important;
        width: 100% !important;
        padding: 0 15px;
    }
    .title-image .container{
        padding-right: 0;
    }
}
@media only screen and (max-width: 991px) {
    .btn-green {
        margin-right: 0;
    }
    .sub_banner_block h1 {
        width: 50%;
        font-size: 45px;
    }
    .page-id-103 .sub_banner_block .inner:after {
        background: linear-gradient(90deg, #AB3852 50%, rgba(171, 56, 82, 0) 100%);
    }
    .price_and_features_block .container,
    .discount-block .container{
        padding: 0;
    }
    .price-panel {
        padding: 30px 30px 30px 15px;
    }
    .feature-panel .panel {
        padding: 0 15px 30px;
    }
    .feature-panel .title {
        padding: 20px 15px;
        margin-bottom: 20px;
    }
    .discount-block .row > div {
        padding: 20px 15px !important;
        padding-right: 15px !important;
    }
    .discount-block .row > div:last-child {
        padding-left: 15px !important;
    }
    .title_and_image-block {
        padding: 50px 0;
        background-position: 0px 0px !important;
        background-size: 100% !important;
        background-position-y: bottom !important;
    }
}
@media only screen and (max-width: 767px) {
    .m-toggle {
      display: inline-block;
    }
    .header-wrap nav{
        position: absolute;
        left: 0;
        top: 100%;
        width: 100%;
        background: #fff;
        z-index: 99;
        padding: 10px 0px;
        display: none;
        height: 100vh;
    }
    .header-wrap nav > ul {
        flex-direction: column;
        align-items: flex-start !important;
    }
    .header-wrap nav > ul > li{
        width: 100%;
        position: relative;
    }
    .header-wrap nav > ul > li > a {
        padding: 10px 15px;
    }
    body.active{
        overflow: hidden;
    }
    .header-wrap .inner {
        padding: 10px 0px;
    }
    .offer-title .col1 {
        width: 100%;
        padding-right: 0;
    }
    .offer-title {
        padding: 34px 0 7px;
    }
    .packages-block .col1 {
        width: 100%;
        min-height: 373px;
    }
    .packages-block .col2 {
        width: 100%;
    }
    .packages-block .panels {
        position: relative;
        right: 0;
        top: 0;
        max-width: 100%;
    }
    .packages-block .container{
        padding: 0;
        width: 100% !important;
        max-width: 100% !important;
    }
    .packages-block .container .row > div{
        padding: 0;
    }
    .packages-block .row {
        margin: 0;
    }
    .packages-block {
        overflow: hidden;
    }
    .packages-block .panel {
        padding: 15px 20px;
    }
    .packages-block .panel p {
        margin-top: 15px;
        padding: 14px 36px 14px;
    }
    .button {
        padding: 5px 18px;
    }
    .packages-block .panel {
        padding: 15px 20px 15px;
    }
    .title-image .inner {
        overflow: hidden;
    }
    .title-image h2{
        width: 100%;
        padding-top: 50px;
    }
    .title-image .inner{
        flex-direction: column;
    }
    .title-image .inner:after {
        background: url(../images/bg2.svg) no-repeat center/cover;
    }
    .title-image figure,.title-image figure img {
        width: 100%;
    }
    .modal-section .left-panel {
        padding-right: 0;
    }
    .list-content {
        padding-left: 0;
        padding-top: 34px;
    }
    .modal-section .row,
    .title-content p,
    .assignment-block p,
    .about-content .title h1{
        margin-bottom: 0;
    }
    .newsletter .inner {
        flex-direction: column;
        align-items: flex-start !important;
    }
    .newsletter .inner .button {
        padding: 0px 35px;
        margin-top: 19px;
    }
/*    .newsletter h2 p {
        padding-right: 40px;
    }*/
    #menu-footer-menu{
        flex-direction: column;
    }
    .site-footer #menu-footer-menu {
        gap: 0px;
        margin-bottom: 10px;
    }
    .newsletter {
        padding: 32px 0 12px;
    }
    .newsletter h2 {
        margin-bottom: 24px;
    }
    .site-footer {
        padding: 27px 0 18px;
    }
    .site-footer .f-menu ul a {
        padding: 8px 0;
    }
    .site-footer p {
        margin-bottom: 18px;
        padding: 0px 60px;
    }
    h1,.about-content .title p strong,.about-content .title p {
        font-size: 32px;
    }
    .offer-title p {
        font-size: 20px;
    }
    .packages-block video {
        object-fit: fill;
    }
    .newsletter h2 {
        max-width: 100%;
    }
    .title-image h2, 
    .newsletter h2 p,
    .about-content h2,
    .assignment-block h2,
    .title_and_image-block h4 {
        font-size: 22px;
        line-height: 30px;
    }
    .title-image h2 {
        margin-right: 0;
    }
    .about-content .title {
        margin-bottom: 25px;
        padding: 10px 0;
    }
    .about-content p, 
    .about-content strong, 
    .about-content ul li {
        font-size: 15px;
        line-height: 22px;
    }
    .title-image .inner figure {
        width: 100%;
    }
    .title-image.style2 .inner:after {
        background: linear-gradient(180deg, #A44362 50%, rgba(210, 175, 99, 0) 100%);
    }
    .page-id-24 .title-image.style2 .inner:after {
        background: linear-gradient(180deg, #D2AF63 60.5%, rgba(210, 175, 99, 0) 100%);
    }
    .title-content {
        padding: 40px 0;
    }
    .newsletter h2 p br{
        display: none;
    }
    .about-content p{
        margin-bottom: 10px;
    }
    p:empty{
        display: none !important;
    }
    .sub-menu {
        position: relative;
        min-width: calc(100% - 30px);
        margin: 0 15px;
        width: calc(100% - 30px);
    }
    .header-wrap nav > ul > li:hover .sub-menu {
        display: none;
    }
    .toggle-icon {
        position: absolute;
        right: 15px;
        top: 8px;
        font-size: 30px;
    }
    .assignment-block {
        margin-bottom: 40px;
        overflow: hidden;
    }
    .about-content {
        padding: 0 0 30px;
    }
    .sub_banner_block .inner {
        min-height: auto;
        padding: 30px 0;
    }
    .sub_banner_block h1 {
        width: 50%;
        font-size: 36px;
        line-height: 1;
    }
    .reginster_block .inner{
        flex-direction: column;
    }
    .reginster_block p {
        font-size: 20px;
        margin-bottom: 15px;
    }
    .reginster_block p strong {
        font-size: 24px;
        line-height: 30px;
    }
    .price-panel .top {
        margin-bottom: 20px;
    }
    .price-panel .middle {
        padding: 20px 0 18px;
        margin-bottom: 20px;
    }
    .price-panel .top strong {
        font-size: 38px;
        line-height: 42px;
    }
    .title_and_image-block {
        padding: 35px 0px;
    }
    .assignment-block .qsm-input-label {;
        padding: 0 20px !important;
        width: 100%;
    }
    .assignment-block .qsm-quiz-container input[type=checkbox],.assignment-block .qsm-quiz-container input[type=radio] {
        position: absolute;
        right: 15px;
        top: 0px;
        width: 25px !important;
        height: 25px;
        border: none;
        border-radius: 0;
    }
    .assignment-block .quiz_section fieldset {
        padding: 20px 0px 15px !important;
        margin: 0 0px !important;
    }
    .assignment-block .quiz_section .mlw_qmn_new_question {
        padding: 0 0px 20px;
    }
    .assignment-block .qsm-input-label {
        line-height: 18px !important;
        margin-bottom: 10px !important;
    }
    .assignment-block .modal-body {
        padding: 0 0 40px;
    }
    .assignment-block .modal-header {
        padding: 30px 20px 0;
    }
    .assignment-block .quiz_section {
        padding: 15px 20px 0px 20px;
    }
    .assignment-block .quiz_section select,
    .assignment-block .quiz_section textarea,
    .assignment-block .quiz_section input[type="text"],
    .quiz_section select, .quiz_section textarea, .quiz_section input[type="text"], .quiz_section input[type="email"], .quiz_section input[type="url"], .quiz_section input[type="number"] {
        font-size: 12px !important;
    }
    .assignment-block input{
        width: 100% !important;
    }
    .assignment-block .quiz_section label,
    .assignment-block .quiz_section .mlw_qmn_question {
        font-size: 12px;
        margin: 0 0 0px 0;
    }
    .title-content p {
        font-size: 15px;
        line-height: 22px;
    }
    .quiz-block h3 {
        font-size: 16px;
    }
    .quiz-block  .modal-content {
        padding: 20px 20px;
        width: 90%;
    }
    .quiz-block .inner-panel {
        background: #D9D9D9;
        padding: 19px 20px 3px;
    }
    .about-content .title p br,
    .about-content h2 br{
        display: none;
    }
    .about-content ul, .about-content ol {
        font-size: 15px;
        line-height: 22px;
    }
	.title-image .container {
        padding-right: 30px;
        padding-left: 30px;
    }
	.page-id-101 .sub_banner_block {
        background-position: 100% 20% !important;
        background-size: 60% !important;
    }
    .page-id-103 .sub_banner_block {
        background-position: 100% 57% !important;
        background-size: 60% !important;
    }
    .page-id-105 .sub_banner_block {
        background-position: 100% 40% !important;
        background-size: 60% !important;
    }
    .h-member-panel
     {
        width: 305px;
        padding: 20px;
        position: relative;
        right: 0;
        top: 0;
        margin: 20px auto;
    }
    .page-id-405 .title-content h4 {
        font-size: 24px;
        line-height: 30px;
    }
    .page-id-405 .title-content h5 {
        font-size: 18px;
        line-height: 22px;
    }
    .packages-block .title p {
        margin: 15px 0 30px;
    }
    .page-id-261 .wc-block-cart-item__total{
    	display:none !important;
    }
    .is-mobile table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__product{
    	grid-column-start: 1 !important;
    }
    .is-mobile table.wc-block-cart-items .wc-block-cart-items__row{
        grid-template-columns: 0 !important;
    }
}
@media only screen and (max-width: 576px) {
    .sub_banner_block h1 {
        width: 70%;
        font-size: 32px;
    }
    .sub_banner_block .inner figure {
        width: 70%;
    }
    .reginster_block p br{
        display: none;
    }
    .reginster_block p strong {
        font-size: 20px;
        line-height: 30px;
    }
    .reginster_block p {
        font-size: 18px;
    }
    h1, 
    .about-content .title p strong{
        font-size: 28px;
    } 
    .about-content .title p {
        font-size: 24px;
    }
    .offer-title {
        padding: 25px 0 7px;
    }
    .title-image h2, .newsletter h2 p, .about-content h2, .assignment-block h2, .title_and_image-block h4 {
        font-size: 20px;
        line-height: 26px;
    }
    .reginster_block {
        padding: 20px 0;
    }
    .discount-block p {
        font-size: 20px;
        line-height: 26px;
    }
    .feature-panel .title h4 {
        font-size: 16px;
    }
    .title-content {
        padding: 30px 0;
    }
    .btn {
        padding: 0px 24px;
    }
    .title_and_image-block {
        padding: 25px 0px;
    }
    .price-panel {
        padding: 20px 30px 20px 15px;
    }
    .price-panel .top strong {
        font-size: 32px;
        line-height: 38px;
    }
    .h-member-panel ,.h-member-panel .btn.btn-green {
        width: 100%;
    }
    .packages-block .container {
        padding: 0 15px;
    }
    .h-member-panel h2 {
        font-size: 16px;
    }
    .comparison-table th, .comparison-table td {
        font-size: 10px;
        line-height: 1.2;
    }
    .newsletter .inner .button {
       max-width: 100%;
    }
}
@media only screen and (max-width: 374px) {
    .page-id-101 .sub_banner_block {
        background-position: 100% 20% !important;
        background-size: 60% !important;
    }
    .page-id-103 .sub_banner_block {
        background-position: 100% 57% !important;
        background-size: 60% !important;
    }
    .page-id-105 .sub_banner_block {
        background-position: 100% 40% !important;
        background-size: 60% !important;
    }
}