
input[type=email], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=url] {
    min-height: 40px;
}
.header-inner .header-language>a .text,
.header-inner .header-language .language-list li a .text {
    font-weight: 600 !important;
    text-transform: uppercase;
    letter-spacing: unset;
    margin-top: 0;
    font-size: 15px;
}

.page-title-section {
    padding-bottom: 0px !important;
}
body{
    width: 100%;
}

.theme-primary .wizard-content .wizard > .actions > ul > li > button {
    background-color: #0052cc;
}
.theme-primary .wizard-content .wizard > .actions button {
    background-color: #0052cc;
}
.theme-primary .wizard-content .wizard > .actions > ul > li > button {
    white-space: nowrap;
}
.wizard-content .wizard > .actions > ul > li > button {
    color: #ffffff;
    display: block;
    padding: 7px 12px;
    border-radius: 5px;
    border: 1px solid transparent;
}

.membership-price-table thead tr th .price span{
    font-size: 36px !important;
}

a.btn-hover-secondary:hover, a.btn-hover-secondary:not(:disabled):not(.disabled).active {
    border-color: transparent;
    background-color: #3f3a64 !important;
    color: #fff !important;
}

.wizard-content .wizard > .content > .body {
    padding: 20px 10px;
}

.cart input[type=email], .cart input[type=number], .cart input[type=password], .cart input[type=search], .cart input[type=tel], .cart input[type=text], .cart input[type=url]{
    height: 52px;
}
.cart .btn-sm-40{
    padding: 0 23px;
}
@media only screen and (max-width: 767px) {
    .wizard-content .wizard > .content > .body {
        padding: 20px 0px;
    }
    .cart .btn-sm-40{
        padding: 0 12px;
        height: 40px;
    }
    .cart input[type=email], .cart input[type=number], .cart input[type=password], .cart input[type=search], .cart input[type=tel], .cart input[type=text], .cart input[type=url]{
        height: 40px;
    }
}
@media only screen and (max-width: 320px) {
    .cart .btn-sm-40{
        padding: 0 8px;
        height: 40px;
    }
}

@media (max-width: 767px){
    .table.total-price > tbody > tr > td, .table > tbody > tr > th {
        white-space: unset;
    }
}

.p-details li{
    list-style: none;
}

.box-header {
    color: #172b4c;
    display: block;
    padding: 1.5rem 1.5rem;
    position: relative;
    border-bottom: 1px solid rgba(72, 94, 144, 0.16);
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.box-body .box-title.box-custom {
    display: inline-block;
    margin: 0;
    color: #ffffff !important;
}

.mini-cart-product .content {
    max-width: calc(100% - 80px);
    padding-right: 25px;
    padding-left: 20px;
    min-height: 0;
}
.mini-cart-product .price{
    font-size: 15px;
}
.table-checkout > thead > tr > td, .table-checkout.table > thead > tr > th, .table-checkout.table > tbody > tr > td,  .table-checkout> tbody > tr > th {
    border-top: 1px solid #f3f6f9;
    padding: 1rem;
    vertical-align: middle;
}
.table-checkout tbody tr td, .table-checkout.table-bordered > tbody > tr > td, .table-checkout.table-bordered > tbody > tr > th,
.table-checkout > thead > tr > td, .table-checkout.table > thead > tr > th, .table-checkout > tbody > tr > td, .table-checkout > tbody > tr > th{
    border-color: #d1d3e0;
}
.hidden {
    display: none;
}
.cursor-pointer, .cursor-pointer a {
    cursor: pointer !important;
}
li.color-hover:hover {
    background-color: #0052cc !important;
    color: white !important;
}

li.color-hover:hover a {
    color: white !important;
}




.bg-gray{background-color: #F9F9FA;}

.f-space-between {
    display: flex;
    justify-content: space-between;
}

.btn-round {
    border-radius: 50px;
}
.btn-150 {
    min-width: 150px;
}
.btn-secondary {
    color: #1A1A1A;
    background-color: #FFC000;
    border-color: #FFC000;
    font-weight: 500;
}
.btn {
    min-height: 40px;
    border-radius: 5px;
}

.btn-round {
    border-radius: 50px;
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
    border-bottom-left-radius: 50px;
}
.list-exercise-outer {
    max-width: 100%;
    width: 100%;
    box-shadow: 0 0 30px 0 rgba(82, 63, 105, 0.05)
}

/*.task-exercise .img-fluid{
  width: 100% !important;
}*/
/*end custom-flash-card*/

/*start true/false exercise*/
.question-style-4 {
    max-width: 550px;
    margin: 0 auto; }
.question-style-4 .answer-style-4 {
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 20px; }
.question-style-4 .answer-style-4:last-child {
    border-bottom: none; }

.ans-col-flex-display {
    display: flex; }
.ans-col-flex-display .question-col {
    min-width: 200px;
    font-size: 16px; }

@media screen and (max-width: 500px) {
    .ans-col-flex-display {
        flex-direction: column; }
    .ans-col-flex-display .question-col {
        margin-bottom: 10px; } }

.radio-container .container {
    display: inline;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 16px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.radio-container .container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.radio-container .checkmark {
    position: absolute;
    top: -2px;
    left: 0;
    height: 28px;
    width: 28px;
    background-color: transparent;
    border: 1px solid #BDBDBD;
    border-radius: 50%;
}

.radio-container .container input:checked ~ .checkmark {
    background-color: transparent;
    border: 1px solid #20ad96;
}

.radio-container .checkmark {
    position: absolute;
    top: -2px;
    left: 0;
    height: 28px;
    width: 28px;
    background-color: transparent;
    border: 1px solid #BDBDBD;
    border-radius: 50%;
}
.radio-container .container input:checked ~ .checkmark:after {
    display: block;
}
.radio-container .container .checkmark:after {
    top: 6px;
    left: 6px;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    border-radius: 50%;
    background: #20ad96;
}
.radio-container .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

@media screen and (max-width: 991px) {
    .result-page section.content-action .btn-action-container {
        flex-direction: column; }
    .result-page .main-content {
        height: auto;
        padding: 0 0 28px 0; } }

.answer-style-2 {
    font-size: 16px; }
.answer-style-2 input.form-control {
    max-width: 150px;
    display: inline-block;
    border-radius: 50px !important;
    text-align: center; }
.answer-style-2 .ans-input-holder {
    display: inline-block;
    position: relative; }
.answer-style-2 .ans-input-holder input.form-control.filled {
    border-color: #20ad96 !important;
    color: #20ad96 !important; }
.answer-style-2 .ans-input-holder a.input-cross {
    position: absolute;
    right: 10px;
    top: 10px;
    color: #797979; }
.answer-style-2 .ans-holder {
    background: #F9F9F9;
    padding: 20px;
    margin-top: 20px; }
.answer-style-2 .ans-holder a.btn-ans {
    margin-right: 10px;
    background: #fff;
    margin-bottom: 10px;
    min-width: 145px; }
.answer-style-2 .ans-holder a.selected {
    cursor: none;
    background: #e5e5e5;
    border-color: #e5e5e5;
    color: #BDBDBD; }
.answer-style-2 .ans-holder a.selected:hover {
    cursor: none;
    background: #e5e5e5;
    border-color: #e5e5e5;
    color: #BDBDBD; }

@media screen and (max-width: 500px) {
    .answer-style-2 {
        font-size: 14px;
        border-bottom: 1px solid #e5e5e5;
        padding-bottom: 20px; }
    .answer-style-2 input.form-control {
        max-width: 140px;
        margin: 0 !important; }
    .answer-style-2 .ans-holder a.btn-ans {
        min-width: 100%; }
    .answer-style-2 .ans-input-holder {
        margin: 0 !important; }
    .question-style-2.pb-5.mb-5 .answer-style-2:last-child {
        border-bottom: 0; } }

.question-style-3 {
    /*max-width: 550px;*/
    margin: 0 auto; }

.answer-style-3 {
    font-size: 16px; }
.answer-style-3 input.form-control {
    max-width: 100px;
    display: inline-block;
    padding: 0 0 0 5px;
    border: 0; }
.answer-style-3 .ans-input-holder {
    display: inline-block;
    position: relative;
    border: 2px solid #e5e5e5;
    padding-left: 10px;
    border-radius: 3px;
    min-width: 140px;
    margin: 0 !important; }
.answer-style-3 .ans-input-holder span.write-icon {
    color: #BDBDBD; }
.answer-style-3 .ans-input-holder.filled span.write-icon {
    display: none; }
.answer-style-3 .ans-holder {
    background: #F9F9F9;
    padding: 20px;
    margin-top: 20px; }
.answer-style-3 .ans-holder a.btn-ans {
    margin-right: 10px;
    background: #fff;
    margin-bottom: 10px;
    min-width: 145px; }
.answer-style-3 .ans-holder a.selected {
    cursor: none;
    background: #e5e5e5;
    border-color: #e5e5e5;
    color: #BDBDBD; }
.answer-style-3 .ans-holder a.selected:hover {
    cursor: none;
    background: #e5e5e5;
    border-color: #e5e5e5;
    color: #BDBDBD; }

.question-style-4 {
    max-width: 550px;
    margin: 0 auto; }
.question-style-4 .answer-style-4 {
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 20px; }
.question-style-4 .answer-style-4:last-child {
    border-bottom: none; }

.ans-col-flex-display {
    display: flex; }
.ans-col-flex-display .question-col {
    min-width: 200px;
    font-size: 16px; }

.btn-gray {
    color: #1A1A1A;
    background-color: #e5e5e5;
    border-color: #e5e5e5;
    font-weight: 500;
}
.btn-outline-danger {
    border-color: #EB5757 !important;
    color: #EB5757;
    background: #FFE9E9 !important; }
.btn-outline-danger:hover {
    border-color: #EB5757;
    color: #EB5757;
    background: #FFE9E9; }
.btn-outline-danger:focus {
    border-color: #EB5757;
    color: #EB5757;
    background: #FFE9E9; }

.btn-outline-success {
    border-color: #60E296;
    color: #60E296;
    background: #E4FFEF; }
.btn-outline-success:hover {
    border-color: #60E296;
    color: #60E296;
    background: #E4FFEF; }
.btn-outline-success:focus {
    border-color: #60E296;
    color: #60E296;
    background: #E4FFEF; }

.ans-style-1 ul li .ans-content {
    display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: center;
    align-items: center;
}
.list-unstyled {
    padding-left: 0;
    list-style: none;
}
result-page .ans-style-1.ans-result-display ul li {
    margin-left: 0;
}

.ans-style-1 {
    padding-top: 30px; }
.ans-style-1 ul li {
    display: inline-block;
    margin: 0 20px 0 20px;
    text-align: center; }
.ans-style-1 ul li .ans-content {
    display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: center;
    align-items: center; }
.ans-style-1 ul li .ans-content img {
    width: 70px;
    margin-bottom: 30px; }

@media screen and (max-width: 770px) {
    .ans-style-1 ul li {
        display: block;
        margin-bottom: 10px;
        width: 100%;
        margin-left: 0; }
    .ans-style-1 ul li .ans-content img {
        display: none; }
    .ans-style-1 ul li .ans-content .btn-ans {
        width: 80%; } }
.result-page .ans-style-1.ans-result-display {
    padding-top: 10px;
}

.result-page .ans-style-1.ans-result-display {
    padding-top: 10px; }
.result-page .ans-style-1.ans-result-display ul li {
    margin-left: 0; }
.result-page .ans-style-1.ans-result-display ul li .btn-ans:hover {
    cursor: none; }
.result-page .ans-style-1.ans-result-display ul li .btn-outline-gray:hover {
    border: 1px solid #797979;
    color: #797979; }

.btn-ans {
    min-width: 150px;
}
.btn-round {
    border-radius: 50px;
}

@media (max-width: 767px) {
    .content-action.text-center .btn-150{
        min-width: auto;
        min-height: auto;
    }
    .content-action.text-center .btn-holder{
        display: flex;
        justify-content: space-between;
    }
}
@media screen and (max-width: 991px) {
    .result-page .btn-action-container {
        flex-direction: column; }
    .result-page .main-content {
        height: auto;
        padding: 0 0 28px 0; } }
/*end true/false exercise*/

/*start multiple exercise*/
.exer-box {
    background-color: #f7f7f7;
    border-radius: 5px;
}
.answer-style-2 {
    font-size: 16px;
}
.p-4 {
    padding: 1.5rem!important;
}
.mb-3, .my-3 {
    margin-bottom: 1rem!important;
}
.answer-style-2 {
    font-size: 16px; }
.answer-style-2 input.form-control {
    max-width: 150px;
    display: inline-block;
    border-radius: 50px !important;
    text-align: center; }
.answer-style-2 .ans-input-holder {
    display: inline-block;
    position: relative; }
.answer-style-2 .ans-input-holder input.form-control.filled {
    border-color: #20ad96 !important;
    color: #20ad96 !important; }
.answer-style-2 .ans-input-holder a.input-cross {
    position: absolute;
    right: 10px;
    top: 10px;
    color: #797979; }
.answer-style-2 .ans-holder {
    background: #F9F9F9;
    padding: 20px;
    margin-top: 20px; }
.answer-style-2 .ans-holder a.btn-ans {
    margin-right: 10px;
    background: #fff;
    margin-bottom: 10px;
    min-width: 145px; }
.answer-style-2 .ans-holder a.selected {
    cursor: none;
    background: #e5e5e5;
    border-color: #e5e5e5;
    color: #BDBDBD; }
.answer-style-2 .ans-holder a.selected:hover {
    cursor: none;
    background: #e5e5e5;
    border-color: #e5e5e5;
    color: #BDBDBD; }

@media screen and (max-width: 500px) {
    .answer-style-2 {
        font-size: 14px;
        border-bottom: 1px solid #e5e5e5;
        padding-bottom: 20px; }
    .answer-style-2 input.form-control {
        max-width: 140px;
        margin: 0 !important; }
    .answer-style-2 .ans-holder a.btn-ans {
        min-width: 100%; }
    .answer-style-2 .ans-input-holder {
        margin: 0 !important; }
    .question-style-2.pb-5.mb-5 .answer-style-2:last-child {
        border-bottom: 0; } }
.btn-round {
    border-radius: 50px;
}
.answer-style-2 input.form-control {
    min-height: 40px;
    color: #797979;
    border-color: #797979 !important;
}
.btn-outline-gray {
    border: 1px solid #797979 !important;
    color: #797979 !important;
}
.btn-outline-gray:hover {
    border: 1px solid #20ad96 !important;
    color: #20ad96 !important;
}
.btn-active {
    background-color: #20ad96 !important;
    color: #ffffff !important;
}
.total-received-point .spn-point {
    background: #FFC000;
    height: 30px;
    display: flex;
    width: 30px;
    margin: 0 0 0 10px;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
}
.total-received-point h5 {
    display: inline-flex;
    align-items: baseline;
    font-size: 16px;
}
.total-received-point {
    display: flex;
    justify-content: center;
    align-items: center;
}
/*end multiple exercise*/

/*start fill gap*/
.answer-style-3 input.form-control {
    max-width: 100px;
    display: inline-block;
    padding: 0 0 0 5px;
    border: 0;
}
.fill-gaps input {
    background-color: #f7f7f7 !important;
}
/*end fill gap*/
/*start fill Dialogue*/
#dialogue li {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
#dialogue li {
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.dialogue li {
    cursor: all-scroll;
}
.dialogue_item {
    padding: 0.75rem 1.25rem;
    color: #495057;
}
.show-dd-answer {
    color: #fff !important;
    background-color: #20ad96 !important;
    border-color: #20ad96 !important;
    font-weight: 500;
}
.hidden {
    display: none !important
}
/*end fill Dialogue*/

.task-exercise .embed-responsive{
    max-width: 1200px;
    margin: auto;
}

.answer-style-2 .btn {
    height: 45px;
}
.question-style-2 {
    padding-bottom: 0px !important;
}

.placement-input-button .btn-oxford {
    background-color: #20ad96 !important;
    box-shadow: none !important;
}

.placement-input-button .btn-oxford:hover {
    border-color: transparent;
    background-color: #3f3a64 !important;
    color: #fff !important;
}


.placement-result .title{
    padding-top: 0px;
    font-size: 1.7em;
    font-weight: 300;
    margin-top: 5px;
    margin-bottom: 0px;
    color: #333;
    text-align: center;
}
.placement-result p{
    font-size: 1.3em;
    font-weight: 300;
    margin-top: 5px;
    margin-bottom: 15px;
    color: #333;
    text-align: center;
}
.placement-result p{
    padding-bottom: 10px;
}
.placement-result a{
    font-weight: bold;
    text-decoration: underline !important;
}
.btn-circle.btn-xs{
    min-height: 30px;
}
.theme-primary [type=radio].with-gap:checked + label:before, .theme-primary [type=radio].with-gap:checked + label:after {
    border: 2px solid #20ad96;
}
.theme-primary [type=radio].with-gap:checked + label:after {
    background-color: #20ad96;
    z-index: 0;
}

.cs-btn-show{
    display: none !important;
    float: right;
    line-height: 23px;
}
@media (max-width: 767px) {
    .cs-btn-show{
        display: block !important;
    }

}
.wizard-content .content {
    min-height: 0px !important;
}
.button_here{
    text-decoration-line: revert;
    color: #20ad96;
}
.price span {
    font-size: 1.8571rem;
}
@media (max-width: 767px) {
    .payable-amount{
        font-size: 15px !important;
    }
}
.site-main-menu>ul>li>a {
    padding: 26px 15px !important;
}

@media (max-width: 767px) {
    .cart-details .box-footer {
        padding: 1.5rem 0;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .cart-details .box-footer .btn {
        white-space: pre-wrap;
        line-height: 1;
        max-width: 50%;
    }

    .header-language .language-list {
        min-width: 115px;
        left: -10px;
    }

    .header-language .language-list li a {
        padding: 10px 5px;
    }

    .header-language .language-list li a img {
        width: 20px;
    }

    .header-inner .header-language>a .text, .header-inner .header-language .language-list li a .text {
        font-size: 10px;
        padding-left: 3px;
        padding-right: 0;
    }

    .cart-details .box-body {
        padding: 1.5rem 0;
    }

    /*wrap table*/
    /*.product-overview tr {
        display: flex;
        flex-wrap: wrap;
    }

    .product-overview tr th,
    .product-overview tr td {
        width: 100%;
    }

    .product-overview tr th {
        padding: 1rem 0;
    }*/

    .product-overview tr th,
    .product-overview tr td {
        font-size: 12px;
    }

    .product-overview tr th {
        padding: 1rem 0;
    }
}
.note-amount {
    color: red;
}
@media only screen and (max-width: 767px){
    .header-mini-cart {
        display: block;
    }
    .header-mini-cart {
        right: -47px;
        width: 261px;
    }
}

.password-text-note img {
    width: 50px;
    height: 50px;
    margin-right: 10px;
}
.wizard-content .wizard > .actions {
    padding: 0 !important;
}
/*.placement-input-button .description {
    font-size: 16px;
}*/
.line-heigh-28 {
    line-height: 28px;
}

img.payment_secury{
    max-width: 120px;
    height: fit-content;
    margin-left: auto;
}

@media only screen and (max-width: 479px) {
    img.payment_secury{
        max-width: 60px !important;
    }
}

.text-quote{
    font-size: 12px !important;
}
