body {
    font-family: 'Karla', sans-serif;
    color: #333333;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul {
    font-family: 'Karla', sans-serif;
    color: #333333;
}

.woocommerce-account .woocommerce-MyAccount-navigation li {
    font-family: 'Karla', sans-serif;
    margin-bottom: 20px;
    line-height: 16px;
    margin: 0 0 15px;
}

a {
    font-family: 'Karla', sans-serif;
    text-decoration: none !important;
}

img {
    max-width: 100%;
}

.head-hero-from .navbar-nav li a,
.login-btn a {
    font-weight: 700;
    font-size: 18px;
    line-height: 20px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    padding-top: .8rem;
    padding-bottom: .8rem;
    text-decoration: none;
    color: #333333;
    position: relative;
    transition: .5s linear-gradient;
}
.footer-navigation {
    margin: 0;
}
.current-menu-item a,
.head-hero-from .navbar-nav li a:hover,
.footer-navigation-wrapper li a:hover {
    background: linear-gradient(78.8deg, #008AFF 14.28%, #65DB94 102.2%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.current-menu-item a:after,
.head-hero-from .navbar-nav li a:hover:after {
    content: '';
    width: 7px;
    height: 7px;
    background: linear-gradient(78.8deg, #008AFF 14.28%, #65DB94 102.2%);
    position: absolute;
    border-radius: 100%;
    bottom: 0;
    left: 0;
    margin: 0 auto;
    right: 0;
}
.page-header {
    position: sticky;
    top: 0;
    z-index: 9999;
    padding-bottom: 0;
    background: #fff;
    box-shadow: 0px 0px 8px rgb(0 0 0 / 26%);
}
.page-header .dropdown-user button {
    display: flex;
    align-items: center;
}
.page-header .dropdown-user button img {
    margin-right: 8px;
}
.head-hero-from .navbar-nav li {
    padding: 0 25px;
}

.login-btn {
    padding: 0 25px;
}
.dropdown-user {
    position: relative;
}
.drobuttom-menu {
    background: transparent;
    border: none;
    font-weight: 700;
    font-size: 18px;
    line-height: 20px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    padding-top: .8rem;
    padding-bottom: .8rem;
    color: #333333;
}

.navbar.navbar-expand-lg {
    float: right;
}

.head-hero-from .login-btn a {
    background: linear-gradient(78.8deg, #008AFF 14.28%, #65DB94 102.2%);
    border-radius: 0px 20px;
    transition: .5s linear;
    color: #fff !important;
    padding: .8rem .9rem;
}

.head-hero-from .login-btn a:hover {
    opacity: 0.8;
    color: #fff !important;
    background: linear-gradient(78.8deg, #008AFF 14.28%, #65DB94 102.2%) !important;
    -webkit-background-clip: unset !important;
    -webkit-text-fill-color: unset !important;
}

.hero-page-topbar {
    padding: 18px 0;
}

/*home page */
.text-left-head {
    padding: 60px 60px 0px;
    width: 45%;
    position: relative;
    float: left;
}

.text-left-head:before {
    background: url('/wp-content/uploads/2021/07/text-bg.png');
    content: '';
    position: absolute;
    width: 53px;
    height: 43px;
    background-repeat: no-repeat;
    top: 10px;
    background-size: contain;
}

.text-left-head:after {
    content: '';
    background: url(/wp-content/uploads/2021/07/text-bg-right.png);
    position: absolute;
    width: 53px;
    height: 43px;
    background-repeat: no-repeat;
    bottom: 10px;
    background-size: contain;
    right: 15px;
}

.banner-sec {
    padding-top: 20px;
    clear: both;
}

.banner-sec .main-head {
    font-weight: 600;
    font-size: 54px;
    line-height: 60px;
    letter-spacing: 0.06em;

}

.banner-sec .sub-head {
    font-size: 24px;
    line-height: 42px;

}

.banner-sec .banner-btn {
    background: linear-gradient(78.8deg, #008AFF 14.28%, #65DB94 102.2%);
    border-radius: 0px 20px;
    padding: 10px 15px;
    font-weight: 600;
    font-size: 18px;
    line-height: 20px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #FFFFFF;
    display: inline-block;
}

.img-right-banner {
    width: 53%;
    padding: 15px;
    margin-right: 15px;
    float: left;
}

.right-banner-img {
    position: relative;
}

.right-banner-img:before {
    position: absolute;
    width: 82%;
    height: 90%;
    top: -10px;
    background: linear-gradient(78.8deg, #008AFF 14.28%, #65DB94 102.2%);
    border-radius: 0px 80px;
    content: '';
    right: -10px;
}

.img-right-banner img {
    position: relative;
    border-radius: 0 80px;
}

.quiz-sec {
    position: relative;
    padding: 60px 0 0;
    overflow: hidden;
}

.quiz-sec:before {
    content: '';
    width: 100%;
    height: 300px;
    background: url('/wp-content/themes/premierreview/images/bg-back-quiz.jpg');
    position: absolute;
    top: 0;
    background-size: cover;
    background-repeat: no-repeat;
    left: 0;
}

.quiz-sec #ays-quiz-container-1 {
    background: #FFFFFF;
    box-shadow: 0px 4px 4px rgb(30 28 28 / 9%);
    border-radius: 0px 40px;
    width: 100%;
    position: relative;
    z-index: 1;
    padding-bottom: 0;
    border: 1px solid rgb(30 28 28 / 9%);
}

/*.ays_quiz_reports {
    display: none;
}*/
.quiz-sec .quiz-title {
    font-weight: bold;
    font-size: 42px;
    line-height: 60px;
    letter-spacing: 0.06em;
    color: #FFFFFF;
    text-align: center;
    padding-bottom: 15px;
}

.quiz-title {
    font-weight: bold;
    font-size: 42px;
    line-height: 60px;
    letter-spacing: 0.06em;
    color: #FFFFFF;
    text-align: center;
    padding-bottom: 15px;
}

.ays_cb_and_a {
    top: 0;
    font-size: 16px;
}

#ays-quiz-container-1 .ays-start-page *:not(input),
#ays-quiz-container-1 .ays_question_hint,
#ays-quiz-container-1 label[for^="ays-answer-"],
#ays-quiz-container-1 #ays_finish_quiz_1 p,
#ays-quiz-container-1 #ays_finish_quiz_1 .ays-fs-title,
#ays-quiz-container-1 .ays-fs-subtitle,
#ays-quiz-container-1 .logged_in_message,
#ays-quiz-container-1 .ays_score_message,
#ays-quiz-container-1 .ays_message {
    color: #333;
    font-family: 'Karla', sans-serif;
}

.quiz-sec p.ays-fs-title {
    font-size: 32px;
}

.quiz-sec #ays-quiz-container-1 input#ays-submit,
#ays-quiz-container-1 #ays_finish_quiz_1 input.action-button,
#ays-quiz-container-1 input#ays-submit,
#ays-quiz-container-1 #ays_finish_quiz_1 .action-button,
.quiz-sec #ays-quiz-container-1 #ays_finish_quiz_1 .action-button.ays_restart_button {
    background: linear-gradient(78.8deg, #008AFF 14.28%, #65DB94 102.2%);
    border-radius: 0px 20px;
    padding: 10px 15px;
    font-weight: 600;
    font-size: 18px;
    line-height: 20px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #FFFFFF !important;
    display: inline-block;
}

.quiz-sec #ays-quiz-container-1 #ays_finish_quiz_1 .action-button:hover,
.quiz-sec #ays-quiz-container-1 #ays_finish_quiz_1 .action-button:focus {
    box-shadow: 0 0 0 2px white, 0 0 0 3px #5ac3b3;
    background: linear-gradient(78.8deg, #008AFF 14.28%, #65DB94 102.2%);
}

.quiz-sec #ays-quiz-container-1 .ays_quiz_question,
.quiz-sec #ays-quiz-container-1 .ays_quiz_question p {
    text-align: left;
    margin-bottom: 15px;
    font-size: 20px;
    line-height: 32px;
    letter-spacing: 0.01em;
    color: #333333;
}

.quiz-sec #ays-quiz-container-1 .ays-field label {
    font-size: 18px;
    line-height: 36px;
    letter-spacing: 0.06em;
    color: #333333;
}

.quiz-sec #ays-quiz-container-1 .ays-field:hover label {
    background: transparent;
    color: #333;
}

.quiz-sec #ays-quiz-container-1.ays_quiz_classic_dark .ays-field,
.quiz-sec #ays-quiz-container-1.ays_quiz_classic_light .ays-field {
    border: none;
    margin-bottom: 0;
}

.quiz-sec .ays-field input+label:hover:before {
    background: #3caad6;
    background-clip: content-box;
}

.quiz-sec .ays-field input+label:before {
    border: 1px solid #A09C9C !important;
}

.quiz-sec .ays_message {
    font-size: 28px;
}

.quiz-sec .ays_score.animated.tada {
    font-size: 20px;
}

.quiz-sec .ays_score_percent.animated {
    font-weight: 600;
}

.quiz-sec #ays-quiz-container-1 .ays-progress-value {
    color: #333;
    text-align: center;
    background: linear-gradient(78.8deg, #008AFF 14.28%, #65DB94 102.2%);
}

.quiz-sec .ays_fieldset legend {
    margin-top: 15px;
    font-size: 16px;
}

[id^="ays_finish_quiz_"] div.step {
    padding-top: 15px;
}

/* end home page */
/*footer*/
.footer-hero {
    padding-top: 90px;
    position: relative;
    clear: both;
}

.footer-hero:before {
    content: "";
    background: url("/wp-content/uploads/2021/07/footer-bg-icon.png");
    position: absolute;
    top: 0;
    right: 10px;
    width: 66px;
    height: 66px;
    background-size: contain;
    background-repeat: no-repeat;
}

.social-footer {
    display: flex;
    list-style: none;
    float: right;
}

.social-footer li {
    padding: 0 10px;
}

.footer-navigation-wrapper {
    list-style: none;
    display: flex;
    padding: 0;
    margin: 0;
    justify-content: space-between;
}

.footer-navigation-wrapper li a {
    text-decoration: none;
    font-size: 18px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    font-weight: 600;
    color: #333333;
}

.info-footer h4 {
    background: linear-gradient(78.8deg, #008AFF 14.28%, #65DB94 102.2%);
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.1em;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 12px;
}

.footer-bottom {
    padding: 30px 0;
    background-color: #e9f7f9;
    position: relative;
}

.info-footer p,
.info-footer p a {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.1em;
    margin-bottom: 0;
    color: #333333;
}

.info-footer {
    padding-left: 30px;
    position: relative;
}

.footer-icon {
    position: absolute;
    left: 0;
    top: 0;
    height: auto;
}

.footer-bottom:before {
    content: '';
    background: url('/wp-content/uploads/2021/07/bg-icon.png');
    position: absolute;
    width: 60px;
    height: 48px;
    top: 10px;
    left: 10px;
    background-size: contain;
    background-repeat: no-repeat;
}

.footer-bottom:after {
    content: '';
    background: url('/wp-content/uploads/2021/07/bg-icon-right.png');
    position: absolute;
    width: 58px;
    height: 75px;
    bottom: 10px;
    right: 10px;
    background-size: contain;
    background-repeat: no-repeat;
}

.course-section {
    clear: both;
    padding: 60px 0;
    position: relative;
}

.heading-page {
    text-align: center;
    font-size: 42px;
    line-height: 42px;
    letter-spacing: 0.06em;

    padding-bottom: 15px;
}

.subhead-course {
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 0.06em;

    text-align: center;
}

.img-box-course:before {
    content: '';
    position: absolute;
    width: 320px;
    height: 300px;
    left: -10px;
    top: -10px;

    /* Button 1 */
    background: linear-gradient(78.8deg, #008AFF 14.28%, #65DB94 102.2%);
    border-radius: 0px 40px;
}

.img-box-course {
    position: relative;
    width: 320px;
    height: 300px;
    margin: 0 auto 15px;
}

.img-box-course img {
    position: relative;
    margin-bottom: 10px;
    border-radius: 0px 40px;
    object-fit: cover;
}

.cousebox h4 {
    font-size: 30px;
    line-height: 30px;
    letter-spacing: 0.06em;
    text-align: center;
}


.cousebox p {
    text-align: center;
}

.cousebox {
    text-align: center;
}

.course-section:before {
    content: '';
    background: url('/wp-content/uploads/2021/07/Group.png');
    position: absolute;
    width: 84px;
    height: 75px;
    top: 10px;
    left: 10px;
    background-size: contain;
    background-repeat: no-repeat;

}

.course-section:after {
    content: '';
    background: url('/wp-content/uploads/2021/07/Group.png');
    position: absolute;
    width: 84px;
    height: 75px;
    bottom: 10px;
    right: 10px;
    background-size: contain;
    background-repeat: no-repeat;

}

.why-choose-premier {
    padding: 70px 0;
    position: relative;
    overflow-x: hidden;
}

.text-right-why-choose {
    padding: 0 15px;
}

.why-choose-premier:after {
    content: '';
    background: url('/wp-content/uploads/2021/07/why-choose-us-icon-btm.png');
    position: absolute;
    bottom: 10px;
    right: 15px;
    width: 128px;
    height: 100px;
}

.why-choose-premier .floating-bar {
    padding: 15px;
    position: absolute;
    width: 180px;
    background: linear-gradient(115.95deg, rgb(239 239 239 / 86%) 10.92%, rgb(255 255 255) 96.4%);
    backdrop-filter: blur(76.1462px);
    border-radius: 30px;
    text-align: center;
    border: 2px solid #fff;
    font-size: 22px;
}

.img-why-choose {
    position: relative;
}

.why-choose-premier .floating-bar.top {
    left: 20px;
    top: -30px;
}

.why-choose-premier .floating-bar strong {
    display: block;
    text-align: center;
    background: linear-gradient(78.8deg, #008AFF 14.28%, #65DB94 102.2%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 28px;
}

.why-choose-premier .floating-bar.right {
    right: 78px;
    top: 50%;
}

.why-choose-premier .before:before {
    content: '';
    background: url("/wp-content/uploads/2021/07/why-choose-us-icon.png");
    width: 128px;
    height: 100px;
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat;
    right: 15px;
    top: 0;
}

.why-choose-premier .before {
    position: relative;
    padding-top: 50px !important;
}

.why-choose-premier .floating-bar.bottom {
    bottom: -25px;
    left: 20%;
}

.img-why-choose img {
    border-top-right-radius: 60px;
}

.why-heading-page {
    font-weight: bold;
    font-size: 42px;
    line-height: 60px;

    padding-bottom: 20px;
}

.text-right-why-choose p {
    font-size: 18px;
    line-height: 36px;
    letter-spacing: 0.01em;

    margin-bottom: 20px;
}

.testimonials-section {
    padding: 60px 0;
    background: linear-gradient(78.8deg, #008AFF 14.28%, #65DB94 102.2%);
    position: relative;
}

.title-testimonials {
    text-align: center;
    font-weight: bold;
    font-size: 42px;
    line-height: 60px;
    color: #FFFFFF;
}

.testimonial-carousel {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto
}

.testimonials-wrapper {
    width: 83%;
    margin: 0 auto;
}

.testimonials-wrapper {
    position: relative;
    padding: 30px 30px 30px 180px;
    background: #FFFFFF;
    /*backdrop-filter: blur(76.1462px);*/
    border-radius: 0px 30px;
    z-index: 1;
}

.testimonials-img {
    border-radius: 100%;
}

.testimonials-img {
    left: -45px;
    overflow: hidden !important;
    width: 200px;
    height: 200px;
    transition: all ease-out .5s;
    transform: translateY(-30%);
    filter: brightness(2);
    position: absolute;
    top: 10%;
    background: linear-gradient(115.95deg, rgb(233 247 249) 10.92%, rgb(73 188 205 / 8%) 96.4%);
    backdrop-filter: blur(76.1462px);
    padding: 10px;
}

.testimonial-carousel .active .testimonials-img {
    transform: translateY(0);
    filter: brightness(1)
}

.testimonials-person-info {
    font-weight: bold;
    font-size: 24px;
    line-height: 30px;


}


@keyframes anim {
    0% {
        opacity: 0;
        box-shadow: 0 0 0 0 #fff, 0 0 0 0 #fff
    }

    50% {
        box-shadow: 0 15px 0 0 #fff, 0 0 0 0 #fff
    }

    100% {
        opacity: 1;
        background: #fff;
        box-shadow: 0 15px 0 4px #fff, 0 35px 0 6px #fff
    }
}

.testimonial-carousel {
    /* overflow: hidden; */
    /* cursor: grab */
}

.testimonial-carousel:active {
    cursor: grabbing
}

.testimonial-carousel .owl-item {
    margin: 20px 0;
}

.testimonial-carousel .owl-item.active {
    /* transform: scale(1); */
    /* opacity: 1; */
}

.testimonial-carousel .owl-next,
.testimonial-carousel .owl-prev {
    font-size: 13px;
    line-height: 35px;
    position: absolute;
    top: 50%;
    padding: 0 10px;
    transition: all ease-out .25s;
    transform: translateY(-100%);
    opacity: 1;
    color: #fff;
    border-radius: 3px;
    background: #171719
}

.testimonial-carousel .owl-next:hover,
.testimonial-carousel .owl-prev:hover {
    color: #fff;
    background: #615e6b
}

.testimonial-carousel .owl-prev {
    left: 0
}

.testimonial-carousel .owl-next {
    right: 0
}

.testimonial-carousel .owl-next.disabled,
.testimonial-carousel .owl-prev.disabled {
    opacity: 0
}

.testimonials-wrapper p {
    font-size: 18px;
    line-height: 32px;
    letter-spacing: 0.01em;

}

.testimonials-wrapper:after {
    content: '';
    width: 100%;
    height: 100%;
    background: #e9f7f9;
    backdrop-filter: blur(76.1462px);
    border-radius: 0px 30px;
    position: absolute;
    top: 12px;
    z-index: -1;
    left: 21px;
}

.testimonials-img img {
    border-radius: 100%;
}

.testimonial-carousel .owl-dot {
    width: 15px;
    height: 15px;
    background: #fff !important;
    margin: 0 5px;
    border-radius: 100%;
}

.testimonial-carousel .owl-dots {
    text-align: center;
}

.testimonial-carousel .owl-dot.active {
    background: linear-gradient(115.95deg, rgba(239, 239, 239, 0.6) 10.92%, rgba(255, 255, 255, 0.08) 96.4%) !important;
    backdrop-filter: blur(76.1462px);
}

.testimonials-section:before {
    content: '';
    position: absolute;
    background: url('/wp-content/uploads/2021/07/test-icon.png');
    width: 118px;
    height: 115px;
    top: 10px;
    left: 15px;
    background-size: contain;
    background-repeat: no-repeat;
}

.testimonials-section:after {
    content: '';
    position: absolute;
    background: url('/wp-content/uploads/2021/07/test-icon1.png');
    width: 118px;
    height: 115px;
    bottom: 10px;
    right: 0;
    background-size: contain;
    background-repeat: no-repeat;
}

.img-box-post {
    display: inline-block;
    position: relative;
    width: 35%;
}

.premierreview-post {
    flex-wrap: wrap;
}

.content-box-post {
    width: 65%;
}

.img-box-post .post-img {
    border-radius: 0px 40px;
}

.overlay {
    background: rgb(51 51 51 / 34%);
    border-radius: 0px 40px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    align-items: center;
    display: flex;
    justify-content: center;
}

.content-box-post {
    padding: 0 15px;
}

.content-box-post h5 {
    font-weight: bold;
    font-size: 24px;
    line-height: 24px;
    letter-spacing: 0.06em;

}

.post-time {
    font-weight: bold;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0.06em;

    display: block;
}

.blog-post {
    height: 280px;
    border: 1px solid #DADADA;

    border-radius: 0px 20px;
    padding: 20px;
    overflow-y: scroll;
}

.blog-post::-webkit-scrollbar {
    width: 5px;
}

.blog-post::-webkit-scrollbar-track {}

.blog-post::-webkit-scrollbar-thumb {
    background: #C4C4C4;
    border-radius: 10px;
}

.blog-post::-webkit-scrollbar-thumb:hover {
    background: #50bac1;
}

.latest-update {
    position: relative;
    padding: 100px 0 10px;
}

.latest-update .title-blog {
    font-weight: bold;
    font-size: 42px;
    line-height: 60px;

    text-align: center;
}

.latest-update:before {
    content: '';
    background: url('/wp-content/uploads/2021/07/blog-bg.png');
    position: absolute;
    width: 114px;
    height: 88px;
    top: 10px;
    background-size: contain;
    background-repeat: no-repeat;
    left: 10px;
}

.blog-post-feed .img-box-post {
    width: 25%;
}

.blog-post-feed .content-box-post {
    width: 75%;
}

.blog-post-feed {
    padding: 15px;
    border-bottom: 1px solid #DADADA;
}

.blog-post-feed:last-child {
    border-bottom: 1px solid transparent;
}

.blog-post-feed .content-box-post p {
    margin-bottom: 5px;
    font-size: 18px;
    line-height: 24px;

}

.post-date-feed {
    font-weight: bold;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0.06em;

}

.blog-post-feed .post-img {
    border-radius: 0px 10px;
}

.img-box-post iframe {
    border-radius: 0px 40px;
}

/* end home page */

/* course page */
.course-banner {
    padding: 60px 0;
    text-align: center;
}

.course-banner .page-title {
    color: #FFFFFF;
    font-weight: bold;
    font-size: 54px;
    line-height: 60px;
    letter-spacing: 0.06em;
}

.course-banner .page-description {
    margin-bottom: 0;
    color: #FFFFFF;
    letter-spacing: 0.06em;
    font-size: 22px;
    line-height: 28px;
}

#filters {
    margin: 0% auto 5%;
    padding: 0;
    list-style: none;
    display: table;
    text-align: center;
    border: 1px solid #DADADA;
    border-radius: 0px 20px;
}

#filters li {
    float: left;
}

#filters li span {
    display: block;
    padding: 10px 20px;
    text-decoration: none;
    cursor: pointer;
    font-weight: 700;
    font-size: 18px;
    line-height: 20px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #333333;
}

#filters li span.active {
    color: #fff;
    background: linear-gradient(78.8deg, #008AFF 14.28%, #65DB94 102.2%);
    border-radius: 0px 20px;
}



#portfoliolist .portfolio {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    width: 33.33%;
    display: none;
    float: left;

}

.portfolio-wrapper {
    overflow: hidden;
    position: relative !important;
    background: #666;
    cursor: pointer;
}


.portfolio .label {
    position: absolute;
    width: 100%;
    height: 40px;
    bottom: -40px;
    -webkit-transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
}

.portfolio .label-bg {
    background: #e95a44;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.portfolio .label-text {
    color: #fff;
    position: relative;
    z-index: 500;
    padding: 5px 8px;
}

.portfolio .text-category {
    display: block;
    font-size: 9px;
}

.portfolio:hover .label {
    bottom: 0;
}

#portfoliolist .img-box-course:before {
    height: 253px;
}

#portfoliolist .img-box-course {
    height: 253px;
}

.cutom-title-post a {
    font-size: 18px;
    line-height: 18px;
    letter-spacing: 0.06em;
    color: #333333
}

#portfoliolist .price-event {
    margin-bottom: 5px;
    font-size: 20px;
    letter-spacing: 0.06em;
}
.woocommerce-message {
    display: none !important;
}
.overflow-table {
    height: auto;
    overflow-y: auto;
}
#popup-course #popup-content #learn-press-quiz-app .questions-pagination {
    background: transparent;
}

#popup-course #popup-content #learn-press-quiz-app .quiz-buttons.align-center .button-left.fixed {
    z-index: 9999 !important;
    width: 400px !important;
    bottom: 10px;
}
/* 
.page-wrapper #popup-course #popup-footer, #popup-course #popup-content #learn-press-quiz-app .questions-pagination {
    background: transparent !important;
} */

#popup-course #popup-content #learn-press-quiz-app .questions-pagination .nav-links .page-numbers.current, #popup-course #popup-content #learn-press-quiz-app .questions-pagination .nav-links .page-numbers:hover {
    color: #fff !important;
    height: 40px;
    background: linear-gradient(
78.8deg, #008AFF 14.28%, #65DB94 102.2%) !important;
    border: 2px solid #333;
}

#popup-course #popup-content #learn-press-quiz-app .quiz-buttons {
    align-items: start;
    display: flex;
}

#popup-course #popup-content #learn-press-quiz-app .nav-links {
    display: flex;
    justify-content: center;
}
#popup-course #popup-content #learn-press-quiz-app .questions-pagination{
    padding: 0 !important;
}
#popup-course #popup-content #learn-press-quiz-app .questions-pagination .nav-links .page-numbers {
    margin: 0 1px !important; 
}
#popup-course #popup-content #learn-press-quiz-app .quiz-buttons .button-right .lp-button {
    width: auto !important;
}
.quiz-status{
    position: relative !important;
}
#popup-course .quiz-questions .question {
    padding: 0 15px;
}
/*  #Mobile (Portrait) - Note: Design for a width of 320px */

/* end course page */

/* event page */
.events-section {
    padding: 100px 0;
}

.events-section #myTab {
    border: 1px solid #DADADA;
    border-radius: 0px 20px;
    display: inline-flex;
    margin-bottom: 48px;
}

.events-section .nav-tabs .nav-link {
    border: none;
    margin-bottom: 0;
    font-weight: 700;
    font-size: 18px;
    line-height: 20px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #333333;
    padding: .8rem 2rem;
}

.events-section .nav-tabs .nav-item.show .nav-link,
.events-section .nav-tabs .nav-link.active {
    color: #fff;
    background: linear-gradient(78.8deg, #008AFF 14.28%, #65DB94 102.2%);
    border-radius: 0px 20px;
}

.events-section .date-time {
    display: flex;
    align-items: center;
    padding-bottom: 15px;
}
.events-section .date-time img {
    margin-right: 8px;
}
.events-section .cousebox {
    text-align: left;
}

.events-section .img-box-course {
    margin: 0 0 15px;
}

.events-section .price-event {
    text-align: left;
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 5px;
}

.events-section .cousebox h5 {
    font-size: 18px;
    line-height: 18px;
    letter-spacing: 0.06em;
    color: #333333;
}

.events-section .img-box-course:before,
.events-section .img-box-course {
    height: 253px;
}

.drop-event {
    background: #FFFFFF;
    border: 1px solid #DADADA;

    border-radius: 5px;
    color: #333333;
    font-weight: 700;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    padding: 10px 25px;
}

.filters-events {
    display: flex;
    position: absolute;
    right: 0;
    top: 0;
}

.dropdown {
    margin-right: 15px;
}

.filters-events .dropdown-toggle:after {
    border-style: solid;
    border-width: 0.12em 0.12em 0 0;
    content: '';
    display: inline-block;
    height: 0.65em;
    left: 1.15em;
    position: relative;
    vertical-align: top;
    width: 0.65em;
    top: 0;
    transform: rotate(135deg);
    border-right: 0.12em solid #333;
    border-top: 0.12em solid #333;
}

.dropdown label {
    line-height: 16px;
    font-size: 14px;
    display: block;
    color: #333333;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    padding-bottom: 5px;
}

.date-picker {
    width: 260px;
    background: white;
    position: relative;
    transition: all 0.3s 0s ease-in-out;
}

.date-picker .input {
    width: 100%;
    cursor: pointer;
    background: #FFFFFF;
    border: 1px solid #DADADA;
    border-radius: 5px;
    color: #333333;
    font-weight: 700;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    padding: 10px 25px;
    position: relative;
}

.date-picker .input .result,
.date-picker .input button {
    display: inline-block;
    vertical-align: top;
}

.date-picker .input button:focus {
    outline: 0;
}

.date-picker .calendar {
    position: absolute;
    width: 100%;
    background: #fff;
    border-radius: 0px;
    overflow: hidden;
    z-index: 9;
    display: none;
}

.date-picker.open .calendar {
    display: block;
}

.date-picker .ui-datepicker-inline {
    position: relative;
    width: 100%;
}

.date-picker .ui-datepicker-header {
    height: 100%;
    line-height: 50px;
    /* background: #8392A7; */
    color: #fff;
    margin-bottom: 10px;
    background: linear-gradient(78.8deg, #008AFF 14.28%, #65DB94 102.2%) !important;
}

.date-picker .ui-datepicker-prev,
.date-picker .ui-datepicker-next {
    width: 20px;
    height: 20px;
    text-indent: 9999px;
    border: 2px solid #fff;
    border-radius: 100%;
    cursor: pointer;
    overflow: hidden;
    margin-top: 12px;
}

.date-picker .ui-datepicker-prev {
    float: left;
    margin-left: 12px;
}

.date-picker .ui-datepicker-prev:after {
    transform: rotate(45deg);
    margin: -43px 0px 0px 8px;
}

.date-picker .ui-datepicker-next {
    float: right;
    margin-right: 12px;
}

.date-picker .ui-datepicker-next:after {
    transform: rotate(-135deg);
    margin: -43px 0px 0px 6px;
}

.date-picker .ui-datepicker-prev:after,
.date-picker .ui-datepicker-next:after {
    content: "";
    position: absolute;
    display: block;
    width: 4px;
    height: 4px;
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
}

.date-picker .ui-datepicker-prev:hover,
.date-picker .ui-datepicker-next:hover,
.date-picker .ui-datepicker-prev:hover:after,
.date-picker .ui-datepicker-next:hover:after {
    border-color: #68768A;
}

.date-picker .ui-datepicker-title {
    text-align: center;
}

.date-picker .ui-datepicker-calendar {
    width: 100%;
    text-align: center;
}

.date-picker .ui-datepicker-calendar thead {
    background: linear-gradient(78.8deg, #008AFF 14.28%, #65DB94 102.2%) !important;
}

.date-picker .ui-datepicker-calendar thead tr th span {
    display: block;
    width: 100%;
    color: #fff;
    margin-bottom: 5px;
    font-size: 13px;
}

.date-picker .ui-state-default {
    display: block;
    text-decoration: none;
    color: #333333;
    line-height: 40px;
    font-size: 12px;
}

.date-picker .ui-state-default:hover {
    color: #333;
    background: linear-gradient(78.8deg, #008AFF 14.28%, #65DB94 102.2%) !important;
}

.date-picker .ui-state-highlight {
    color: #68768A;
}

.date-picker .ui-state-active {
    color: #68768A;
    font-weight: 600;
    background: linear-gradient(78.8deg, #008AFF 14.28%, #65DB94 102.2%);
}

.date-picker .ui-datepicker-unselectable .ui-state-default {
    color: #eee;
    border: 2px solid transparent;
}

.calicon {
    position: absolute;
    right: 10px;
    top: 10px;
}

.project-filter {
    padding: 60px 0;
}

/* end event page */

/* event detail page */
#tribe-events-pg-template {
    max-width: 100%;
}

#tribe-events,
#tribe-events-pg-template,
.tribe-events-pg-template {
    padding: 0;
}

.banner-sec-single-event {
    padding: 25px;
}

.breadcrumb li a {
    color: #fff;
}

.breadcrumb li {
    display: inline;
    font-size: 14px;
}

.breadcrumb li+li:before {
    padding: 0 10px;
    color: #fff;
    content: ">";
}

.breadcrumb li a {
    color: #fff;
    text-decoration: none;
}

.breadcrumb li a:hover {
    color: #fff;
}

.date-and-cal {
    color: #fff;
    font-weight: bold;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0.06em;
    display: flex;
}

.banner-sec-single-event .sort-event-discription {
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0.06em;
    color: #FFFFFF;
}

.banner-sec-single-event .orgby {
    color: #fff;
    font-weight: bold;
    font-size: 14px;
    line-height: 32px;
    letter-spacing: 0.06em;
}

.banner-sec-single-event .date-time-box {
    display: flex;
    padding-right: 15px;
}

.banner-sec-single-event .date-time-box img {
    padding-right: 5px;
}

.banner-sec-single-event .tribe-events-single-event-title {
    font-weight: 700;
    font-size: 36px;
    line-height: 36px;
    color: #fff;
    letter-spacing: 0.06em;
    padding-bottom: 10px;
}

.event-img {
    text-align: right;
    position: relative;
}

.event-img img {
    border-radius: 0px 40px;
}
.tribe-events-event-image img {
    height: auto !important;
}

.button-box {
    padding-top: 30px;
    display: flex;
}

.a2a_default_style .a2a_img_text {
    display: none;
}

.button-box .btn-sec {
    background: #FFFFFF;
    border-radius: 0px 20px;
    padding: 10px 20px !important;
    font-weight: bold;
    font-size: 18px;
    line-height: 20px !important;
    color: #333333;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    margin-right: 20px;
    display: inline-block;
}

.button-box .btn-sec:hover {
    opacity: 0.9;
}

section.featured-list {
    padding: 60px 0;
}

.key-feature-text {
    /* padding: 0 20px; */
}

.key-feature-text h2,
.fqq-accordian h2,
.we-offer-section h3,
.about-section h3 {
    font-weight: bold;
    font-size: 24px;
    line-height: 20px;
    letter-spacing: 0.1em;
    color: #333333;
    padding-bottom: 10px;
}

.key-feature-text ul li,
.key-feature-text p {
    font-size: 16px;
    line-height: 32px;
    color: #333333;
}

.speaker-sec h3 {
    font-weight: bold;
    font-size: 24px;
    line-height: 20px;
    letter-spacing: 0.1em;
    color: #333333;
    padding-bottom: 10px;
}

.speaker-sec {
    padding: 10px 25px;
}

.img-box img {
    width: 70px;
    height: 70px;
    object-fit: cover;
    border-radius: 100%;
    background: linear-gradient(78.8deg, #008AFF 14.28%, #65DB94 102.2%);
    padding: 2px;
    margin-bottom: 10px;
}

.img-box {
    display: inline-block;
    text-align: center;
}

.img-box .user-box {
    margin-bottom: 0;
    font-size: 12px;
    line-height: 14px;
}

.you-may-heading {
    font-weight: bold;
    font-size: 24px;
    line-height: 20px;
    letter-spacing: 0.1em;
    color: #333333;
}

.you-may-also-like.events-section {
    padding: 10px 0;
}

.tribe-events-notices {
    margin: 0;
    background: linear-gradient(78.8deg, #008AFF 14.28%, #65DB94 102.2%);
    color: #fff;
    border: none;
    border-radius: 0;
    font-size: 18px;
    border-top: 1px solid #bbbbb9;
}

.tribe-events-notices li {
    color: #fff;
    padding: 10px 30px;
}

.book-text-box {
    background: #FFFFFF;
    border: 1px solid #DADADA;
    padding: 20px;
    border-radius: 0px 20px;
}

.d-flex.sed {
    justify-content: space-between;
}

.dropdown-menu.price {
    font-size: 16px;
    line-height: 16px;
}

.price {
    font-size: 30px;
    line-height: 30px;
    color: #333333;
    opacity: 0.9;
    letter-spacing: 0.06em;
    font-family: 'Karla', sans-serif;
}

.buy-btn {
    padding: 15px 0;
}

.btn-buy {
    width: 100%;
    display: inline-block;
    background: linear-gradient(78.8deg, #008AFF 14.28%, #65DB94 102.2%);
    border-radius: 0px 20px;
    text-align: center;
    padding: 10px 20px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #FFFFFF;
    font-weight: 700;
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 20px;
}

.btn-buy:hover {
    color: #FFFFFF;
}

.btn-buy-trans {
    border: 1px solid #DADADA;
    box-sizing: border-box;
    border-radius: 0px 20px;
    display: inline-block;
    margin-bottom: 20px;
    width: 100%;
    padding: 10px 20px;
    font-weight: 700;
    font-size: 18px;
    line-height: 20px;
    color: #333333;
    text-transform: uppercase;
    text-align: center;
}

.btn-buy-trans:hover {
    color: #333333;
}

.tribe-common-h7.tribe-common-h6--min-medium.tribe-tickets__item__content__title.tribe-tickets--no-description {
    display: none;
}

.entry .entry-content .tribe-common .tribe-tickets__item,
.tribe-common .tribe-tickets__item {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.tribe-common-form-control-checkbox.tribe-tickets-attendees-list-optout--wrapper {
    width: 100%;
    padding-top: 10px;
}

.tribe-common-form-control-checkbox__label {
    display: flex;
}
.tribe-common.tribe-tickets {
    border: none;
    padding: 0;
    margin: 0;
}

span.tribe-formatted-currency-wrap.tribe-currency-prefix {
    font-size: 24px;
    line-height: 24px;
    color: #333333;
    opacity: 0.9;
    letter-spacing: 0.06em;
}

.entry .entry-content .tribe-common .tribe-tickets__footer,
.tribe-common .tribe-tickets__footer {
    flex-wrap: wrap;
}

.tribe-tickets__footer.tribe-tickets__footer--active {
    padding: 10px 0;
}

.tribe-theme-twentytwenty .tribe-common .tribe-common-c-btn {
    width: 100%;
    display: inline-block;
    background: linear-gradient(78.8deg, #008AFF 14.28%, #65DB94 102.2%);
    border-radius: 0px 20px;
    text-align: center;
    padding: 10px 20px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #FFFFFF;
    font-weight: 700;
    font-size: 18px;
    line-height: 20px;
    margin: 15px 0 0;
}

#tribe-events .tribe-events-button,
.tribe-events-button {
    border: 1px solid #DADADA !important;
    box-sizing: border-box;
    border-radius: 0px 20px !important;
    display: inline-block !important;
    width: 100%;
    padding: 10px 20px !important;
    font-weight: 700;
    font-size: 18px;
    line-height: 20px;
    color: #333333;
    text-transform: uppercase;
    text-align: center;
    background: #fff;
    margin: 15px 0 0px 0 !important;
    position: relative;
}

.tribe-events-gcal.tribe-events-button:before {
    content: '';
    width: 25px;
    height: 25px;
    position: absolute;
    background: url(/wp-content/themes/premierreview/images/flat-color-icons_google.svg);
    background-size: cover;
    left: 25px;
    top: 7px;
}

.tribe-events-ical.tribe-events-button:before {
    content: '';
    width: 25px;
    height: 25px;
    position: absolute;
    background: url(/wp-content/themes/premierreview/images/flat-color-icons_calendar.svg);
    background-size: cover;
    left: 25px;
    top: 7px;
}

#tribe-events .tribe-events-button:hover {
    background: linear-gradient(78.8deg, #008AFF 14.28%, #65DB94 102.2%);
}

.tribe-events-promo.tribe-common-b1.tribe-events-c-promo {
    display: none;
}

.notfound {
    text-align: center;
}

.course-feature.featured-list .key-feature-text,
.fqq-accordian {
    padding: 0 25px;
}

.we-offer-section,
.about-section {
    padding: 25px 25px 0;
}

.accordion-button:not(.collapsed) {
    color: #333333 !important;
    background: #fff !important;
    box-shadow: inset 0 -1px 0 #CDCDCD !important;
}

.accordion-body {
    padding: 1rem 60px !important;
}

.accordion-button {
    padding-left: 60px !important;
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0.1em;
    color: #333333;
    background: transparent !important;
}

.accordion-body p {
    font-size: 16px;
    line-height: 24px;
}

.accordion-button::after {
    position: absolute;
    left: 15px;
}

.lp-course-buttons {
    padding-top: 20px;
}

.learnpress-page .lp-button,
.learnpress-page #lp-button {
    background: linear-gradient(78.8deg, #008AFF 14.28%, #65DB94 102.2%) !important;
    border-radius: 0px 20px !important;
    width: 100% !important;
    letter-spacing: 0.1em !important;
    text-transform: uppercase !important;
    color: #FFFFFF !important;
    font-size: 18px !important;
    line-height: 20px !important;
    font-weight: 700 !important;
    border-color: transparent !important;
    margin-top: 5PX;
}

.learnpress-page .lp-button:hover,
.learnpress-page #lp-button:hover {
    background: linear-gradient(78.8deg, #008AFF 14.28%, #65DB94 102.2%) !important;
    border-color: transparent !important;
}

.retake-course,
.enroll-course,
.purchase-course {
    display: block !important;
}

.course-buy {
    padding: 0 25px;
    position: sticky;
    top: 20px;
}

.banner-sec-about-us {
    padding: 60px 25px;
    text-align: center;
}

.tribe-events-single-event-title {
    color: #fff;
    letter-spacing: 0.06em;
    font-size: 54px;
    line-height: 60px;
    font-weight: 700;
    margin-bottom: 15px;
}

.sort-event-discription,
.sort-event-discription p {
    color: #fff;
    margin-bottom: 0;
    font-size: 22px;
    line-height: 24px;
}

.about-text h2 {
    font-size: 24px;
    line-height: 32px;
    letter-spacing: 0.06em;
    font-weight: 700;
}

.about-text p {
    font-size: 16px;
    line-height: 32px;
    text-align: justify;
}

.text-box-section p {
    font-size: 16px;
    line-height: 32px;
    text-align: justify;
}

.img-left-sec {
    text-align: center;
    padding: 0 25px;
}

.about-text {
    padding: 0 25px;
}

.text-box-section {
    padding: 0 25px;
}

.colord-about {
    padding: 60px 0;
}

.colord-about .text-box-section h3 {
    color: #fff;
    font-weight: 700;
    font-size: 42px;
    line-height: 60px;
}

.colord-about .text-box-section p {
    font-size: 16px;
    line-height: 32px;
    text-align: justify;
    color: #fff;
}

.staff-section {
    padding: 60px 0;
}

.team-list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: center;
}

.team-list .detail-box img {
    border-radius: 100%;
    padding: 5px;
    background: linear-gradient(78.8deg, rgb(0 138 255) 14.28%, rgb(101 219 148 / 91%) 102.2%);
}

.team-list .detail-box {
    text-align: center;
    padding: 0 25px;
}

.team-list .detail-box h4 {
    font-size: 24px;
    line-height: 28px;
    padding: 10px 0;
    margin: 0;
}

.team-list .detail-box p {
    font-size: 18px;
    line-height: 21px;
    font-weight: 700;
}

.heading-staff {
    font-size: 42px;
    line-height: 32px;
    text-align: center;
    letter-spacing: 0.06em;
    font-weight: 700;
}

/* end detail page */
/* contact us*/
.get-in-touch {
    padding: 60px 0;
}

.border-box input[type="text"],
.border-box input[type="tel"],
.border-box input[type="url"],
.border-box select,
.border-box input[type="email"],
.border-box textarea {
    border: 1px solid #DADADA;
    box-sizing: border-box;
    border-radius: 10px;
    padding: 15px;
    width: 100%;
    font-size: 16px;
    line-height: 19px;
    color: rgb(51 51 51 / 40%);
    background: #fff;
}

.get-in-touch .wpcf7-form-control-wrap {
    margin-bottom: 30px;
    display: block;
}

.get-in-touch .wpcf7-form-control.wpcf7-submit {
    background: linear-gradient(78.8deg, #008AFF 14.28%, #65DB94 102.2%);
    border-radius: 0px 20px;
    padding: 10px 15px;
    font-weight: 600;
    font-size: 18px;
    line-height: 20px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #FFFFFF !important;
    display: inline-block;
    border: none;
    margin-top: 10px;
}

.get-in-touch .wpcf7-form-control.wpcf7-submit:hover {
    opacity: 0.8;
}

.border-box h3 {
    font-size: 24px;
    line-height: 32px;
    letter-spacing: 0.06em;
    padding-bottom: 10px;
}

.border-box {
    border: 1px solid #DADADA;
    border-radius: 0px 20px;
    padding: 20px;
    height: 100%;
}

.border-box iframe {
    width: 100% !important;
}

.border-box lable {
    font-size: 14px;
    line-height: 20px;
}

/*end contact us */
/*Faq page */
.accordion-item {
    border: 1px solid #CDCDCD !important;
}

.fqq-accordian h3 {
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: 0.06em;
    margin-bottom: 15px;
}

.accordion-item:first-of-type .accordion-button {
    border-top-left-radius: 0;
    border-top-right-radius: 20px !important;
}

.accordion-item {
    border-top-right-radius: 20px !important;
    border-bottom-left-radius: 20px !important;
    margin-bottom: 15px !important;
}

.accordion-item:last-of-type .accordion-collapse {
    border-bottom-left-radius: 0px !important;
}

.accordion-item:last-of-type .accordion-button.collapsed {
    border-bottom-left-radius: 20px !important;
}

.file-atach {
    position: relative;
    border: 2px dashed #DADADA;
    border-radius: 10px;
    padding: 15px;
    width: 100%;
    font-size: 16px;
    line-height: 19px;
    color: rgb(51 51 51 / 40%);
    background: #fff;
    min-height: 51px;
}

.file-atach input[type="file"] {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0;
    cursor: pointer;
}

.filepar {
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.file-atach .filepar p {
    top: 10px;
}
.file-atach p {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    margin: 0;
}

.file-atach .wpcf7-form-control-wrap.documnet {
    position: unset;
    margin: 0;
}
.file-atach .wpcf7-form-control-wrap {
    height: 100%;
}
.sm-text {
    font-size: 12px;
    line-height: 14px;
    opacity: 0.4;
    padding-top: 5px;
    display: inline-block;
}

.text-box {
    text-align: center;
    padding-bottom: 50px;
    font-size: 16px;
    line-height: 32px;
}

.careers-page .border-box {
    height: auto;
}

.careers-page .border-box .wpcf7-form.init p {
    margin-bottom: 0;
}

.login-page-box .woo-cust-login {
    width: 400px;
    margin: 60px auto;
    position: relative;
}

.login-page-box .woo-cust-login .new-frm {
    background: #FFFFFF;
    border: 1px solid #DADADA;
    border-radius: 0px 20px;
    padding: 30px;
    position: relative;
    z-index: 1;
}

.woocommerce form.woocommerce-form-login input,
.woocommerce form.woocommerce-form-register input,
.woocommerce form .form-row .input-text,
.woocommerce-page form .form-row .input-text {
    border: 1px solid #DADADA;
    box-sizing: border-box;
    border-radius: 10px;
    padding: 15px;
    color: #000;
    font-size: 16px;
    line-height: 19px;
}
input, textarea, select {
    color: #000 !important;
}
.woocommerce form.woocommerce-form-login input::placeholder,
.woocommerce form.woocommerce-form-register input::placeholder,
.woocommerce form .form-row .input-text::placeholder,
.woocommerce-page form .form-row .input-text::placeholder, input::placeholder, textarea::placeholder {
    color: rgb(51 51 51 / 40%) !important;
}
.tribe-dialog__close-button {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18'%3E%3Cpath d='M16 2L2 16m14 0L2 2' stroke='%23bababa' fill='none' fill-rule='evenodd' stroke-linecap='square' stroke-width='2'/%3E%3C/svg%3E") !important;
    outline: none !important;
}
.tribe-common-c-btn.tribe-common-c-btn--small {
    padding: 5px 8px !important;
    font-size: 14px !important;
}
.woocommerce-checkout-review-order ul {
    margin: 0;
}
.woocommerce-checkout-review-order ul li label {
    margin: 0;
}
#my_custom_checkout_field {
    padding: 10px;
}
#my_custom_checkout_field .woocommerce-input-wrapper label {
    display: inline-flex;
    font-size: 15px;
}
#my_custom_checkout_field .woocommerce-input-wrapper label input {
    margin-right: 5px;
}
.woocommerce form.woocommerce-form-login label,
.woocommerce form.woocommerce-form-login p,
.woocommerce form.woocommerce-form-register label,
.woocommerce form.woocommerce-form-register p {
    font-size: 14px;
    line-height: 16px;
    padding-bottom: 5px;
    font-family: 'Karla', sans-serif;
    margin-bottom: 15px;
}

button.woocommerce-button.button.woocommerce-form-login__submit,
.woocommerce-Button.button {
    background: linear-gradient(78.8deg, #008AFF 14.28%, #65DB94 102.2%);
    border-radius: 0px 20px;
    padding: 15px 40px;
    color: #fff;
    font-size: 18px;
    border: none;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.1em;
}
.dashboard-section.edifrmsec p#upload_check_field {
    display: none;
}
.woo-cust-login:before {
    left: -47px;
    background: url(/wp-content/uploads/2021/07/text-bg.png);
    content: '';
    position: absolute;
    width: 53px;
    height: 43px;
    background-repeat: no-repeat;
    top: -35px;
    background-size: contain;
}

.woo-cust-login:after {
    content: '';
    background: url(/wp-content/uploads/2021/07/text-bg-right.png);
    position: absolute;
    width: 53px;
    height: 43px;
    background-repeat: no-repeat;
    bottom: -33px;
    background-size: contain;
    right: -45px;
}

.login-page-box .woo-cust-login h2 {
    padding-bottom: 15px;
}

.woocommerce form .show-password-input::after,
.woocommerce-page form .show-password-input::after {
    content: '' !important;
    background: url(/wp-content/themes/premierreview/images/eye.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 20px;
    height: 20px;
    position: absolute;
    right: 5px;
    top: 5px;
}
.woocommerce form .show-password-input.display-password::after,
.woocommerce-page form .show-password-input.display-password::after {
    background-image: url(/wp-content/themes/premierreview/images/eye-off.svg);
}
.woocommerce-LostPassword.lost_password {
    display: block;
    text-align: right;
    background: linear-gradient(78.8deg, #008AFF 14.28%, #65DB94 102.2%);
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.1em;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 700;
}

.woocommerce-account .woocommerce-MyAccount-navigation li a {
    font-weight: bold;
    font-size: 16px;
    line-height: 20px;
    color: #333;
    letter-spacing: 0.1em;
    padding: 15px !important;
    display: flex;
    flex-wrap: wrap;
}

.woocommerce {
    display: flex;
    flex-wrap: wrap;
}

.woocommerce-MyAccount-navigation {
    background: #FFFFFF;
    box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.1);
    padding: 20px;
    border-radius: 0px 40px 40px 0px;
    margin-right: 0 !important;
}

.login-page {
    background: rgb(245 245 245 / 60%);
}

.logo-box-menu {
    padding: 30px 0;
}

.woocommerce-account .woocommerce-MyAccount-navigation li.is-active a,
.woocommerce-account .woocommerce-MyAccount-navigation li:hover a {

    background: linear-gradient(78.8deg, #008AFF 14.28%, #65DB94 102.2%);

    -webkit-background-clip: text;

    -webkit-text-fill-color: transparent;
}

.woocommerce-account .woocommerce-MyAccount-navigation li a:hover img {}

.woocommerce-account .woocommerce-MyAccount-navigation li a img {
    padding-right: 10px;
}

.woocommerce-account .woocommerce-MyAccount-navigation li a img:nth-child(2) {
    display: none;
}

.woocommerce-account .woocommerce-MyAccount-navigation li.is-active a img:nth-child(1),
.woocommerce-account .woocommerce-MyAccount-navigation li:hover a img:nth-child(1) {
    display: none;
}

.woocommerce-account .woocommerce-MyAccount-navigation li:hover a img:nth-child(2),
.woocommerce-account .woocommerce-MyAccount-navigation li.is-active a img:nth-child(2) {
    display: inline;
}

.woocommerce-account .woocommerce-MyAccount-navigation li.is-active,
.woocommerce-account .woocommerce-MyAccount-navigation li:hover {
    background: #daf2f1;
}

.woocommerce-account .woocommerce-MyAccount-navigation li {
    border-radius: 0px 20px;
}

.border-box-account {
    background: #FFFFFF;
    border: 1px solid #DADADA;
    border-radius: 0px 20px;
    display: flex;
    padding: 15px;
    width: 210px;
    margin-right: 20px;
}

.border-box-account:last-child {
    margin-right: 0;
}

.border-box-account .stat-count p {
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 5px;
    color: rgb(51 51 51 / 90%);
}

.stat-count {
    padding-left: 15px;
}

.woocommerce-account .woocommerce-MyAccount-content p {
    font-family: 'Karla', sans-serif;
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 10px;
    opacity: 0.9;
}
.product-name .wc-item-meta li {
    display: inline-flex;
    align-items: center;
}
.product-name .wc-item-meta p {
    margin-bottom: 0 !important;
}

.stat {
    font-size: 24px;
    line-height: 28px;
    color: rgb(51 51 51 / 90%);
}

.dashboard-section {
    padding: 30px;
}

.section-dashboard h3,
.scror-title {
    font-size: 20px;
    line-height: 24px;
    padding-bottom: 15px;
    margin-bottom: 0;
    opacity: 0.9;
}
.section-dashboard form input[type="submit"] {
    padding: 5px;
    font-size: 12px;
    color: #fff !important;
}
.section-dashboard form input[type="submit"]:hover, .section-dashboard form input[type="submit"]:focus {
    color: #000 !important;
}
.dashboard-section h1 {
    font-size: 32px;
    line-height: 37px;
    padding-bottom: 15px;
    opacity: 0.9;
}

.border-box-account-video {
    background: #FFFFFF;
    border: 1px solid #DADADA;
    border-radius: 0px 20px;
    display: flex;
    padding: 15px;
    width: 440px;
    margin-right: 20px;
}

.border-box-account-video.all-courses {
    width: 630px;
}
.all-courses .butone-setp.extend {
    width: 26%;
}
.all-courses .butone-setp {
    width: 17%;
}
.all-courses .video-box-step {
    width: 15%;
}
.all-courses .stat-count-progress {
    width: 30%;
}
/* form.search-course {
    display: none!important;
} */
.stat-count-progress p.step {
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0.06em;
    font-weight: 700;
    margin-bottom: 10px;
}

.stat-count-progress p.subtext-setp {
    font-size: 14px;
    line-height: 16px;
    color: rgb(51 51 51 / 90%);
    margin-bottom: 10px;
}

.progress-bar {
    background-color: #19C960 !important;
}

.progress {
    background-color: #DADADA !important;
    border-radius: 20px !important;
}

.pro-text {
    font-size: 12px;
    line-height: 14px;
    color: #333333;
    opacity: 0.9;
    padding-top: 5px;
    font-weight: 700;
}

.butone-setp .resounbtn {
    background: linear-gradient(78.8deg, #008AFF 14.28%, #65DB94 102.2%);
    border-radius: 0px 10px;
    color: #fff;
    border: navajowhite;
    padding: 10px 15px;
    font-weight: bold;
    font-size: 12px;
    line-height: 20px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #FFFFFF;
}

.stat-count-progress {
    padding-right: 15px;
}

.border-box-account-video {
    align-items: center;
}

.video-box-step {
    padding-right: 15px;
}

.butone-setp .resounbtn, .addRemark, .saveinstru{
    background: linear-gradient(78.8deg, #008AFF 14.28%, #65DB94 102.2%);
    border-radius: 0px 10px;
    color: #fff;
    border: none;
    padding: 10px 20px;
    font-weight: bold;
    font-size: 12px;
    line-height: 20px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #FFFFFF;
}

.dashboard-section-sec {
    flex-wrap: wrap;
}

.stat-count-progress {
    padding-right: 10px;
    width: 50%;
}

.border-box-account-video {
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 15px;
}

.video-box-step {
    padding-right: 10px;
    width: 25%;
}

.butone-setp {
    width: 25%;
    text-align: right;
}

.progress-bar.red-color {
    background: #F33A3A !important;
}

.my-account-no {
    display: flex;
    justify-content: flex-end;
    padding: 10px 15px 0;
    align-items: center;
    position: absolute;
    right: 20px;
    top: 0px;
}

.name-div {
    width: 40px;
    height: 40px;
    border-radius: 100%;
    background: linear-gradient(78.8deg, #008AFF 14.28%, #65DB94 102.2%);
    margin-right: 10px;
    text-align: center;
    color: #fff;
    line-height: 40px;
    font-size: 16px;
    font-weight: 700;
}

.name-text .name {
    text-transform: capitalize;
    font-size: 16px;
    line-height: 19px;
    font-weight: 700;
    opacity: 0.9;
}

.text-span {
    display: block;
    font-size: 14px;
    line-height: 16px;
    opacity: 0.9;
}

.woocommerce-account .woocommerce-MyAccount-content .date,
.woocommerce-account .woocommerce-MyAccount-content .event-time {
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 10px;
}

.woocommerce-account .woocommerce-MyAccount-content .date img {
    margin-right: 5px;
}

.woocommerce-account .woocommerce-MyAccount-content {
    float: none;
    width: 80% !important;
    padding: 70px 25px 0;
}

.border-box-account-video .stat-count-progress .course-title {
    font-size: 16px;
    line-height: 18px;
    letter-spacing: 0.06em;
    margin-bottom: 10px;
    display: block;
    color: #333;
    opacity: 0.9;
}

.border-box-account-video.failed .not-found {
    font-size: 14px;
    line-height: 16px;
    opacity: 0.9;
    text-align: center;
    width: 100%;
    margin-top: 10px;
}

.video-box-step img {
    border-radius: 0 10px;
}

.percent-passed {
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    color: #19C960;
    opacity: 0.9;
}

.percent-failed {
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    color: #F33A3A;
    opacity: 0.9;
}
.student-table-area{display:none;}
.student-table-area.active{display:block;}
.border-sec {
    border: 1px solid #DADADA;
    border-radius: 0px 20px;
    padding: 30px 0 !important;
    position: relative;
}

.border-sec #myTab {
    margin: 0 20px 20px;
}

.border-sec .table>:not(caption)>*>* {
    padding: 20px;
}

.border-sec tbody,
.border-sec td,
.border-sec tfoot,
.border-sec th,
.border-sec thead,
.border-sec tr {
    border-color: #CDCDCD;
}

.border-sec .table>:not(:last-child)>:last-child>* {
    border-bottom-color: #CDCDCD;
}

.green {
    font-weight: bold;
    font-size: 18px;
    line-height: 24px;
    color: #19C960;
    opacity: 0.9;
}

.border-sec .table td {
    font-size: 18px;
    line-height: 24px;
    opacity: 0.9;
}

.select-filter {
    display: flex;
    position: absolute;
    right: 20px;
    align-items: center;
}

.filter-title {
    padding-right: 10px;
    font-size: 16px;
    line-height: 19px;
}

.border-sec .form-select {
    border: 1px solid #DADADA;
    border-radius: 10px;
    padding: 10px 30px 10px 10px;
    font-size: 16px;
    color: #333333;
}

.border-sec a.button {
    display: inline-block;
    text-align: center;
    box-sizing: border-box;
    word-break: break-word;
    color: #fff;
    text-decoration: none !important;
    padding: 10px 20px;
    background: linear-gradient(78.8deg, #008AFF 14.28%, #65DB94 102.2%);
    border-radius: 0 10px;
    margin: 0 5px;
}

.woocommerce-order-details,
.woocommerce-customer-details {
    border: 1px solid #DADADA;
    border-radius: 0px 30px;
    padding: 30px !important;
    position: relative;
    margin: 20px 0;
}


.woocommerce-table.woocommerce-table--order-details.shop_table.order_details {
    width: 100%;
    margin-bottom: 1rem;
    color: #333;
    vertical-align: top;
    border-color: #dee2e6;
}

.woocommerce-table>:not(caption)>*>* {
    padding: 20px;
}

h2.woocommerce-column__title,
h2.woocommerce-order-details__title,
.column-order-status-pre {
    font-size: 20px;
    line-height: 24px;
    padding-bottom: 15px;
    margin-bottom: 0;
    opacity: 0.9;
}

.dashboard-section address {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 0;
    color: #333;
}

.dashboard-section p.woocommerce-customer-details--phone,
.dashboard-section p.woocommerce-customer-details--email {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 0;
    opacity: 0.9;
    color: #333;
}

.feedback-border-sec {
    border: 1px solid #DADADA;
    border-radius: 0px 20px;
    padding: 25px !important;
    position: relative;
}

.dashboard-section .form-group {
    padding-bottom: 20px;
}

.dashboard-section .form-label {
    font-size: 14px;
    line-height: 16px;
}

.feedback-border-sec .btn.btn-primary {
    background: linear-gradient(78.8deg, #008AFF 14.28%, #65DB94 102.2%);
    border-radius: 0px 10px;
    color: #fff;
    border: none;
    padding: 10px 20px;
    font-weight: bold;
    font-size: 12px;
    line-height: 20px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #FFFFFF;
}

.dashboard-section .form-control {
    font-size: 16px;
    line-height: 19px;
    color: #333333;
}

.dashboard-section .form-select,
.form-control {
    border: 1px solid #DADADA !important;
    border-radius: 10px !important;
}

#count_message {
    font-size: 14px;
    line-height: 16px;
    color: #333333;
    opacity: 0.4;
    position: absolute;
    right: 0;
    top: 10px;
}

.dashboard-section .heading {
    font-size: 14px;
    line-height: 16px;
    color: #333333;
    opacity: 0.7;
    font-weight: normal;
    display: inline-block;
    margin-bottom: 5px;
}

.dashboard-section .text-comment {
    font-size: 16px;
    line-height: 19px;
}

.button-edit-box {
    position: absolute;
    top: 10px;
    right: 10px;
}

.button-edit-box .btn {
    padding: 5px;
    background: transparent;
    border: none;
}

.highcharts-figure {
    border: 1px solid #E5E5E5;
    border-radius: 0 20px;
    padding: 20px;
}

.chart-section {
    position: relative;
    border: 1px solid #DADADA;
    border-radius: 0 20px;
    padding: 30px;
}

.chart-section .select-filter {
    padding-bottom: 20px;
    position: relative;
    left: 0;
}

.red {
    font-weight: bold;
    font-size: 18px;
    line-height: 24px;
    color: #F33A3A;
    opacity: 0.9;
}

.chart-text-value {
    width: 60%;
}

.text-status-group p.nods {
    margin-bottom: 0;
    font-size: 16px;
    line-height: 19px;
    font-weight: 700;
    opacity: 0.9;
}

.woocommerce-checkout .woocommerce {
    display: block;
}

.woocommerce-info {
    margin-bottom: 20px;
}

.border-box-checkout {
    width: 100%;
    padding: 0 15px;
}

.summery-section {
    width: 30%;
    padding: 20px;
    border-left: 1px solid #DADADA;
    /* border-radius: 0px 20px; */
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
}

h1.entry-title {
    text-align: left;
}

.payment-box,
.payment-select-box {
    padding: 20px;
    margin-right: 15px;
    border-radius: 0 20px;
    display: flex;
    align-items: center;
    position: relative;
}

.payment-box span.pricedot {
    display: block;
}

.payment-box label,
.payment-box span.pricedot,
.payment-select-box label {
    font-size: 20px;
    line-height: 24px;
    text-align: left;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    font-weight: 700;
}

.textbox {
    padding-left: 20px;
}

.payment-box:before,
.payment-select-box:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 0 20px;
    padding: 1px;
    border: 1px solid #DADADA;
}

.payment-box.checked:before,
.payment-select-box.checked:before {
    background: linear-gradient(45deg, #008AFF, #65DB94);
    -webkit-mask:
        linear-gradient(#fff 0 0) content-box,
        linear-gradient(#fff 0 0);
    -webkit-mask-composite: destination-out;
    mask-composite: exclude;
    border: 1px solid transparent;
}

.border-box-inner {
    border: 1px solid #DADADA;
    border-radius: 0px 20px;
    padding: 20px;
    height: 100%;
    position: relative;
}

.border-box-inner h3 {
    font-size: 22px;
    line-height: 24px;
    letter-spacing: 0.06em;
}

.payment-box input,
.payment-select-box input {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    left: 0;
    top: 0;
    cursor: pointer;
    z-index: 1;
}

.payment-box lable {
    font-size: 20px;
    line-height: 24px;
    text-align: left;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    font-weight: 700;
    padding-left: 10px;
}

.woocommerce-checkout .woocommerce-error li,
.woocommerce-checkout .woocommerce-info,
.woocommerce-checkout .woocommerce-message {
    margin-bottom: 20px;
}

.address_list {
    position: relative;
    padding: 30px;
    width: 46%;
    margin-right: 15px;
    margin-bottom: 15px;
}

div#adresses {
    display: flex;
    flex-wrap: wrap;
}

.address_list:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 0 20px;
    padding: 1px;
    border: 1px solid #DADADA;

}

.address_list.active:before {
    background: linear-gradient(45deg, #008AFF, #65DB94);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: destination-out;
    mask-composite: exclude;
    border: 1px solid transparent;
}

.address_list:last-child {
    text-align: center;
}

.address_list:last-child label {
    font-size: 16px;
    line-height: 19px;
    padding-top: 40px;
    padding-left: 0;
}

.address_list:last-child:after {
    border: none;
    width: 40px;
    height: 40px;
    background-size: contain !important;
    background-repeat: no-repeat;
    background: url('/wp-content/themes/premierreview/images/plus-circle.svg') !important;
    left: 0;
    right: 0;
    margin: auto;
    top: 20px;
}

.woocommerce-checkout form[name=checkout] {
    display: block;
}

.payment-box:after,
.payment-select-box:after {
    content: '';
    border: 1px solid #DADADA;
    width: 16px;
    height: 16px;
    left: 10px;
    position: absolute;
    border-radius: 100%;
}

.payment-box.checked:after,
.payment-select-box.checked:after,
.address_list.active:after {
    background: linear-gradient(78.8deg, #008AFF 14.28%, #65DB94 102.2%);
}

.address_list input[type="radio"] {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    opacity: 0;
    left: 0;
    z-index: 1;
    cursor: pointer;
}

.address_list label {
    padding-left: 30px;
    font-size: 14px;
    line-height: 20px;
}

.address_list.checked:after {
    background: linear-gradient(78.8deg, #008AFF 14.28%, #65DB94 102.2%);
}

.address_list:after {
    content: '';
    border: 1px solid #DADADA;
    width: 16px;
    height: 16px;
    left: 16px;
    position: absolute;
    border-radius: 100%;
    top: 32px;
}

.woocommerce-billing-fields__field-wrapper {
    padding-top: 25px;
}

.woocommerce-terms-and-conditions {
    border: 1px solid #dadada;
    box-shadow: none;
    background: #fff;
    max-height: 200px;
    overflow: auto;
    display: block !important;
}

.woocommerce-terms-and-conditions-link {
    display: inline-block;
    color: #333;
}

.woocommerce-terms-and-conditions-link:after {
    display: none;
}

.shop_table.woocommerce-checkout-review-order-table th {
    width: 50%;
}

.woocommerce-checkout-review-order-table td {
    padding: 10px;
}

.tribe-checkout-backlinks {
    display: none;
}

#order_review_headings {
    font-size: 22px;
    line-height: 18px;
    padding-bottom: 0px;
    letter-spacing: 0.06em;
}

.showcoupon {
/*    display: none;*/
    margin-left: 6px;
}

.woocommerce form .form-row-first,
.woocommerce form .form-row-last,
.woocommerce-page form .form-row-first,
.woocommerce-page form .form-row-last {
    width: 100%;
    overflow: visible;
}
#general .woocommerce form .form-row-first, 
#general .woocommerce form .form-row-last, 
#general form .form-row-first, 
#general form .form-row-last {
    width: 47%;
}
.woocommerce-form-coupon-toggle .woocommerce-info {
    padding: 0;
    background: none;
    border: none;
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 10px;
}

.woocommerce-checkout input#coupon_code {
    padding: 10px;
    border: 1px solid #DADADA;
    box-sizing: border-box;
    border-radius: 10px;
    width: 100%;
}

.woocommerce-checkout .button-coupon {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 14px !important;
    line-height: 16px;
    border: none;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    background: linear-gradient(78.8deg, #008AFF 14.28%, #65DB94 102.2%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    height: 100%;
    padding: 0 10px !important;
}

.woocommerce-checkout form #order_review,
.woocommerce-checkout form #order_review_heading {
    width: 100%;
    padding-left: 0;
}

.woocommerce-checkout form #order_review .woocommerce-checkout-review-order-table,
.woocommerce-checkout form #order_review_heading .woocommerce-checkout-review-order-table {
    margin-top: 0;
}

.woocommerce-checkout .form-row.form-row-first {
    position: relative;
}

.woocommerce #payment #place_order,
.woocommerce-page #payment #place_order {
    background: linear-gradient(78.8deg, #008AFF 14.28%, #65DB94 102.2%);
    border-radius: 0px 20px;
    border: none;
    padding: 15px 20px;
    font-weight: 700;
    font-size: 18px;
    line-height: 20px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #FFFFFF;
    margin-top: 20px;
}

.woocommerce a.button.wc-forward {
    background: linear-gradient(78.8deg, #008AFF 14.28%, #65DB94 102.2%);
    border-radius: 0px 20px;
    border: none;
    padding: 10px 20px;
    font-weight: 700;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #FFFFFF;
    text-decoration: none !important;
}

.woocommerce-checkout .select2-container .select2-selection--single .select2-selection__rendered {
    font-size: 14px;
    color: #333;
    opacity: 0.9;
}

.entry-header.has-text-align-center.header-footer-group {
    font-weight: bold;
    font-size: 42px;
    line-height: 32px;
    letter-spacing: 0.06em;
    color: #333333;
    padding: 15px 2vw !important;
    max-width: 100%;
    margin: 0 auto;
}

.showlogin {
    background: linear-gradient(78.8deg, #008AFF 14.28%, #65DB94 102.2%);
    border-radius: 0px 20px;
    border: none;
    padding: 15px 20px;
    font-weight: 700;
    font-size: 18px;
    line-height: 20px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #FFFFFF !important;
}

.showlogin:hover {
    color: #fff;
    opacity: 0.9;
}

.woocommerce-checkout .woocommerce-billing-fields h3 {
    margin-top: 20px;
    margin-bottom: 20px;
}

.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
    margin: 20px 0;
    padding: 10px;
}

.woocommerce-checkout .select2-container--focus .select2-selection,
.select2-container--default .select2-selection--single,
.woocommerce form .form-row select,
.woocommerce-page form .form-row select {
    border: 1px solid #DADADA;
    box-sizing: border-box;
    border-radius: 10px;
    color: rgb(51 51 51 / 40%);
    font-size: 16px;
    line-height: 19px;
}

.woocommerce-notices-wrapper {
    width: 100%;
}

#customer_details {
    width: 70%;
    padding-right: 20px;
}

.checkout-details.pb-3 {
    width: 70%;
    padding-right: 20px;
}

.product_variations {
    width: 70%;
    padding-right: 20px;
}

.select_method.pt-5 {
    width: 70%;
    padding-right: 20px;
}

.woocommerce-NoticeGroup.woocommerce-NoticeGroup-checkout {
    width: 70%;
}

.woocommerce-password-strength {
    margin-top: 10px;
}

.woocommerce-password-strength.strong {
    color: green;
    font-weight: 600;
}

.woocommerce-password-strength.good {
    color: orange;
}

.woocommerce-password-strength.bad {
    color: red;
}

.cards {
    width: 70px;
    height: 70px;
    position: relative;
}

.cards canvas {
    width: 70px;
    height: 70px;
}

.cards .circle .box,
.cards .circle .box span {
    position: absolute;
    top: 50%;
    left: 50%;
}

.cards .circle .box {
    height: 100%;
    width: 100%;
    /* background: #fff; */
    border-radius: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.2s;
}

.cards .circle:hover .box {
    transform: translate(-50%, -50%) scale(0.91);
}

.cards .circle .box span,
.wrapper .cards .text {}

.circle .box span {
    font-size: 18px;
    transform: translate(-45%, -45%);
    transition: all 0.1s;
}

.cards .circle:hover .box span {
    transform: translate(-45%, -45%) scale(1.09);
}

.percentage {
    font-size: 18px;
    opacity: 0.9;
}

.select2-container .select2-selection--single {
    height: 50px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #333;
    line-height: 50px;
    opacity: 0.9;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 50px;
    position: absolute;
    top: 1px;
    right: 10px;
    width: 20px;
}

.woocommerce form .form-row select,
.woocommerce-page form .form-row select {
    height: 50px;
    background: #fff;
    padding: 15px;
}

/*button, .button, .faux-button, .wp-block-button__link, .wp-block-file .wp-block-file__button, input[type="button"], input[type="reset"], input[type="submit"], .bg-accent, .bg-accent-hover:hover, .bg-accent-hover:focus, :root .has-accent-background-color, .comment-reply-link{
    display: inline-block;
    text-align: center;
    box-sizing: border-box;
    word-break: break-word;
    color: #fff;
    text-decoration: none!important;
    padding: 10px 20px;
    background: linear-gradient( 
78.8deg
 , #008AFF 14.28%, #65DB94 102.2%);
    border-radius: 0 10px;
    border: none;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 16px;
}*/
.woocommerce form .form-row-wide,
.woocommerce-page form .form-row-wide,
.woocommerce-form-row.form-row {
    margin-bottom: 20px !important;
}

.public h3 {
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 15px;
}

.woocommerce-Address {
    position: relative;
    padding: 20px 75px 20px 20px;
    margin-bottom: 30px;
    margin-right: 15px;
    width: 45% !important;
}

.woocommerce-Address:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 0 20px;
    padding: 2px;
    background: linear-gradient(45deg, #008AFF, #65DB94);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: destination-out;
    mask-composite: exclude;
    height: 100%;
}

.woocommerce-Address-title.title h3 {
    font-size: 14px;
    line-height: 16px;
    color: #333333;
    opacity: 0.7;
}

.woocommerce-Address .edit {
    position: absolute;
    right: 15px;
    top: 15px;
}

.woocommerce-checkout .woocommerce-form.woocommerce-form-login.login {
    width: 50%;
    background: #FFFFFF;
    border: 1px solid #DADADA;
    border-radius: 0px 20px;
    padding: 30px;
    margin: 60px auto;
}

.woocommerce .col2-set,
.woocommerce-page .col2-set {
    display: flex;
    flex-wrap: wrap;
}

.seetings-page {
    border: 1px solid #DADADA;
    box-sizing: border-box;
    border-radius: 0px 20px;
    padding: 20px !important;
}

li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--members-area {
    display: none;
}

li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--customer-logout {
    margin-top: 60px;
}

.name-box {
    width: 40px;
    height: 40px;
    background: #19C960;
    line-height: 40px;
    text-align: center;
    border-radius: 100%;
    color: #fff;
    font-weight: 700;
    font-size: 16px;
    opacity: 0.9;
    margin-right: 15px;
}

.profile-sec {
    display: flex;
    padding: 20px 20px 0;
}

.name-info h4 {
    font-size: 16px;
    line-height: 19px;
    opacity: 0.9;
}

.course-date.d-flex.space-between {
    justify-content: space-between;
}

.course-date.d-flex.space-between span,
.coursename {
    font-size: 14px;
    line-height: 16px;
    color: #333333;
    opacity: 0.7;
}

.woocommerce-account .woocommerce-MyAccount-content .detailcon {
    font-size: 16px;
    line-height: 19px;
    color: #333333;
}

.course-details h4 {
    font-size: 16px;
    margin-top: 10px;
    line-height: 19px;
}

.course-details-box:not(:last-child) {
    border-bottom: 1px solid #CDCDCD;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.chart-section-right {
    position: relative;
    border: 1px solid #DADADA;
    border-radius: 0 20px;
}

.course-details-box {
    padding: 20px;
}

.perfomance-table .border-sec.pt-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.perfomance-table .table.table-hover {
    margin-bottom: 0;
}

.perfomance-table .border-sec .table tr:last-child td {
    border-bottom: none;
}

.page-wrapper #popup-course #popup-header {
    background: transparent;
}

.page-wrapper #popup-course #popup-header .popup-header__inner .course-title a {
    color: #333;
    font-size: 24px;
}

.page-wrapper #popup-course #popup-header .popup-header__inner .items-progress .number {
    color: #333;
    display: block;
    width: 100%;
    text-align: right;
    font-size: 12px;
    opacity: 0.9;
    margin-bottom: 0px;
}

.page-wrapper .learn-press-progress .learn-press-progress__active {
    background: #19C960;
}

.page-wrapper .learn-press-progress::before {
    background: #DADADA;
}

.page-wrapper #popup-course #popup-header .popup-header__inner .items-progress {
    flex-wrap: wrap;
    width: 20%;
}

.page-wrapper .learn-press-progress {
    width: 100%;
}

#popup-course #popup-sidebar .course-curriculum::-webkit-scrollbar {
    width: 6px;
}

#popup-course #popup-sidebar .course-curriculum::-webkit-scrollbar-track {
    /* box-shadow: inset 0 0 5px grey; */
    border-radius: 20px;
}

#popup-course #popup-sidebar .course-curriculum::-webkit-scrollbar-thumb {
    background: #CDCDCD;
    border-radius: 20px;
}

#popup-course #popup-sidebar .course-curriculum::-webkit-scrollbar-thumb:hover {
    background: #1d2327;
}

.page-wrapper #popup-course #popup-sidebar .course-curriculum .section .section-header .section-left .section-title {
    color: #333 !important;
    font-size: 18px;
    line-height: 24px;
}

.page-wrapper #popup-course #popup-sidebar .search-course input[name="s"] {
    border: 1px solid #DADADA;
    padding: 10px 40px;
    border-radius: 0px 10px;
    height: 40px;
    font-size: 15px;
}

.page-wrapper #popup-course #popup-sidebar .search-course button {
    right: 20px;
    height: 100%;
    left: 10px;
}
.course-summary #popup-sidebar .search-course button::before {
    font-size: 14px;
    font-weight: 700;
}

.page-wrapper #popup-course .search-course {
    padding: 10px;
    width: 80%;
    margin: 0 auto;
}

.page-wrapper #popup-course #popup-sidebar .course-curriculum .section .section-header {
    padding: 15px 20px 15px 40px;
    height: 100%;
}

.flowplayer.is-ready:not(.is-poster) {
    background-color: #333;
    border-radius: 20px;
}

#popup-course #popup-content #learn-press-content-item .content-item-wrap .content-item-summary .course-item-title {
    font-size: 25px !important;
    font-weight: 400 !important;
}

.page-wrapper #popup-course #popup-sidebar .course-curriculum .section .section-content .course-item .section-item-link {
    height: 100%;
    line-height: 1;
    color: #333;
    padding: 0;
}
.course-curriculum ul.curriculum-sections .section-content {
    padding: 15px 20px;
}
.course-curriculum ul.curriculum-sections .section-content a {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 8px 0;
}
#learn-press-course-curriculum.course-curriculum ul.curriculum-sections .section-content .course-item.course-item-lp_lesson .section-item-link::before {
    content: '' !important;
    width: 24px;
    height: 24px;
    background: url('/wp-content/themes/premierreview/images/file-text.svg');
    background-repeat: no-repeat;
    background-size: contain;
}

.page-wrapper #popup-course #popup-sidebar .course-curriculum .section .section-content .course-item {
    height: 100% !important;
    padding: 10px 0;
    display: none;
}
.course-curriculum .section.closed .section-content .course-item {
    display: block !important;
}
.course-item-nav .prev a,
.course-item-nav .next a {
    background: linear-gradient(78.8deg, #008AFF 14.28%, #65DB94 102.2%);
    border-radius: 0px 20px;
    padding: 15px 25px;
    color: #fff !important;
    font-size: 18px !important;
    border: none;
    text-transform: uppercase;
    font-weight: 600 !important;
    letter-spacing: 0.1em;
    line-height: 18px !important;
}

#popup-course #popup-footer {
    height: 70px;
}

#popup-course #popup-footer .course-item-nav .prev::before,
#popup-course #popup-footer .course-item-nav .next::before {
    display: none;
}

.page-wrapper #popup-course #popup-content #learn-press-content-item .content-item-wrap {
    padding: 20px 0 80px 0;
}

.page-wrapper .back-arow {
    padding: 20px;
    font-size: 24px;
    line-height: 24px;
}

.page-wrapper .back-arow a {
    color: #333;
    display: flex;
    align-items: center;
}
.page-wrapper .back-arow a img {
    margin-right: 10px;
}
#popup-course #popup-sidebar .course-curriculum {
    top: 130px !important;
}

#popup-course #popup-sidebar .course-curriculum .section .section-header .section-left .section-toggle {
    position: relative;
}

#popup-course #popup-sidebar .course-curriculum .section .section-header .section-left .section-toggle i {
    display: none;
}

.page-wrapper #popup-course #popup-sidebar {
    flex: 0 0 410px;
}
body.lp-sidebar-toggle__close #popup-sidebar {
    flex: 0 0 0 !important;
}

.page-wrapper #popup-course #popup-header {
    left: 415px;
}

.page-wrapper #popup-course #popup-content #learn-press-content-item .content-item-wrap,
#popup-course #popup-header .popup-header__inner {
    width: 870px !important;
}
.popup-header__inner .dropdown-menu {
    padding: 0;
    list-style: none;
}

.page-wrapper #popup-course #popup-footer {
    /* left: 325px; */
}

.page-wrapper #popup-course #popup-sidebar .course-curriculum {
    width: 100%;
}

#popup-course #sidebar-toggle {
    left: 410px;
    z-index: 999;
}
body.lp-sidebar-toggle__close #sidebar-toggle {
    left: 0 !important;
}

#popup-course #popup-sidebar .course-curriculum .section .section-header .section-left .section-toggle {
    position: absolute;
    left: 10px;
}

span.d-flex.justify-content-between {
    color: #333;
    display: block;
    width: 100%;
    font-size: 16px;
    opacity: 0.9;
    margin-bottom: 5px;
    font-weight: 600;
    line-height: 16px;
}

.page-wrapper #popup-course #popup-footer {
    position: fixed;
    z-index: 999;
    right: 0;
    bottom: 10px;
    left: 395px;
    width: 870px;
    height: 50px;
    margin: 0 auto;
    border-top: 1px solid #ebebeb;
    background: #fff;
    -webkit-transition: left 0.25s;
    -moz-transition: left 0.25s;
    -ms-transition: left 0.25s;
    -o-transition: left 0.25s;
    transition: left 0.25s;
}

.lp-modal-dialog .lp-modal-footer button {
    margin: 10px 0;
}

#popup-course #popup-sidebar .course-curriculum .section .section-content .course-item.current {
    background: #ecf8f9 !important;
}

.flowplayer .fp-play svg {
    background: #333333;
    opacity: 0.8;
    border: 2px solid #FFFFFF;
    width: 40px !important;
    height: 40px !important;
    border-radius: 100%;
}

.progress-text {
    text-align: left;
    margin: 5px 0;
    font-weight: 700;
    font-size: 12px;
    line-height: 14px;
}

#learn-press-course-curriculum.course-curriculum ul.curriculum-sections .section-content .course-item.course-item-lp_quiz .section-item-link::before {
    content: '' !important;
    width: 24px;
    height: 24px;
    background: url(/wp-content/themes/premierreview/images/help-circle.svg);
    background-repeat: no-repeat;
    background-size: contain;
}

.payment-select-box lable {
    padding-left: 20px;
}

.woocommerce-order-details header h2 {
    font-size: 20px;
    line-height: 24px;
    padding-bottom: 15px;
    margin-bottom: 0;
    opacity: 0.9;
}

.woocommerce-view-order .woocommerce-MyAccount-content table {
    width: 100%;
}

.woocommerce-view-order .woocommerce-MyAccount-content table td {
    padding: 10px;
}

.woocommerce-view-order .woocommerce-MyAccount-content table td,
.woocommerce-view-order .woocommerce-MyAccount-content table th,
.woocommerce-view-order .woocommerce-MyAccount-content table tr {
    border: 1px solid #dcd7ca;
}

.woocommerce-cart-form .actions .button {
    background: linear-gradient(78.8deg, #008AFF 14.28%, #65DB94 102.2%);
    /* border-radius: 0px 20px; */
    border: none;
    padding: 10px 20px;
    font-weight: 700;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #FFFFFF;
    text-decoration: none !important;
}

.woocommerce-cart-form .actions button[name=update_cart] {
    background: linear-gradient(78.8deg, #008AFF 14.28%, #65DB94 102.2%);
    color: #fff;
}

.woocommerce-cart-form .actions .input-text {
    padding: 10px;
}

.woocommerce #content table.cart td.actions,
.woocommerce table.cart td.actions,
.woocommerce-page #content table.cart td.actions,
.woocommerce-page table.cart td.actions {
    padding-top: 10px;
}

.woocommerce-cart-form .quantity input {
    padding: 6px 10px;
    width: 7rem;
    border: 1px solid #dadada;
}

.woocommerce-cart-form .quantity {
    margin: 0 10px;
}

.woocommerce-cart-form table th {
    padding: 10px;
}

.button-sec-cousecnext .variation_price {
    font-size: 32px;
    line-height: 32px;
    letter-spacing: 0.06em;
}

.button-sec-cousecnext #product_variations {
    position: absolute;
    right: 0;
    top: 0;
}

.button-sec-cousecnext {
    position: relative;
}

.cousr-list .course-benefit-list {
    padding: 0;
    list-style: none;
}

.cousr-list .course-benefit-list li {
    padding-bottom: 10px;
    font-size: 16px;
    letter-spacing: 0.06em;
}

.cousr-list .course-benefit-list li img {
    margin-right: 10px;
}

#learn-press-course-curriculum.course-curriculum ul.curriculum-sections .section.closed span.section-toggle {
    -ms-transform: rotate(0deg) translateX(17px);
    /* IE 9 */
    transform: rotate(0deg) translateX(17px);
    transition: .4s linear;
}

.course-curriculum .section-header .section-left .section-toggle {
    transition: .4s linear;
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    transition: .4s linear;
}

.page-wrapper #learn-press-course-curriculum.course-curriculum ul.curriculum-sections .section {
    padding: 0 0 15px 0;
}

.page-wrapper #learn-press-course-curriculum.course-curriculum ul.curriculum-sections {
    border: 1px solid #CDCDCD;
    border-radius: 0px 20px;
    padding-top: 15px;
}

.page-wrapper #learn-press-course-curriculum.course-curriculum ul.curriculum-sections li:last-child {
    border-bottom: none;
}

.page-wrapper #learn-press-course-curriculum.course-curriculum ul.curriculum-sections li:last-child .section-header {
    border-bottom: none;
/*    background: transparent;*/
}
#popup-course #popup-content .lp-button.completed {
    margin-bottom: 20px;
}
.page-wrapper #learn-press-course-curriculum.course-curriculum ul.curriculum-sections .section-header {
    padding-bottom: 15px;
}

.page-wrapper #learn-press-course-curriculum.course-curriculum ul.curriculum-sections .section-header .section-left .section-title {
    color: #333;
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0.1em;
}

.items-progress__heading {
    font-size: 16px;
}

.items-progress {
    padding-bottom: 10px;
}

.woocommerce-error li,
.woocommerce-info,
.woocommerce-message {
    padding: 0.5rem 3rem;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: flex-start;
    -webkit-box-align: center;
    align-items: center;
}

.woocommerce-order {
    width: 50%;
    border: 1px solid #dadada;
    padding: 20px;
    margin: 30px auto;
}

.woocommerce-order-received .entry-header.has-text-align-center.header-footer-group {
    display: none;
}

.woocommerce-order-received .woocommerce-order li,
.woocommerce-order-received .woocommerce-order p {
    font-family: 'Karla', sans-serif;
    font-size: 16px;
}

.woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received {
    text-align: center;
    font-size: 26px;
    font-weight: 600;
    background: linear-gradient(78.8deg, #008AFF 14.28%, #65DB94 102.2%);
    line-height: 26px;
    letter-spacing: 0.1em;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 20px;
}

.woocommerce-order-overview li {
    padding-bottom: 10px;
}

.woocommerce-order-overview li::marker {
    color: #5cc5b3;
}

.woocommerce-order-overview {
    margin-bottom: 10px;
}

.woocommerce-order .woocommerce-table th,
.woocommerce-order .woocommerce-table td {
    padding: 10px;
}

.woocommerce-order-received table tr {
    height: auto;
}

.woocommerce-order-received table {
    width: 100%;
}

.woocommerce-order-received table th,
.woocommerce-order-received table td {
    padding: 10px;
    border: 1px solid #dadada;
}

.fqq-accordian .course-curriculum .section-header .section-meta {
    position: absolute !important;
    top: -15px;
    right: 15px;
}

.section-header {
    position: relative;
}

#learn-press-course-curriculum.course-curriculum ul.curriculum-sections .section-content .course-item .section-item-link:hover .item-name {
    color: #0788f9 !important;
}

.lp-archive-courses .learn-press-breadcrumb {
    display: none;
}

.fqq-accordian #learn-press-course-curriculum.course-curriculum ul.curriculum-sections .section-content .course-item.course-item-lp_lesson .section-item-link::before,
.fqq-accordian #learn-press-course-curriculum.course-curriculum ul.curriculum-sections .section-content .course-item.course-item-lp_quiz .section-item-link::before {
    position: relative;
    top: 15px;
}

.key-feature-text h3 {
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 0.1em;
}

.key-feature-text li {
    font-size: 16px;
    line-height: 32px;
}

#learn-press-course-curriculum.course-curriculum ul.curriculum-sections .section-content .course-item.item-locked .course-item-status::before {
    color: #ec433b !important;
}

#learn-press-course-curriculum.course-curriculum ul.curriculum-sections .section-content .course-item .duration {
    background: linear-gradient(78.8deg, #008AFF 14.28%, #65DB94 102.2%) !important;
}

#learn-press-course-curriculum.course-curriculum ul.curriculum-sections .section-content .course-item .count-questions {
    background: linear-gradient(78.8deg, #008AFF 14.28%, #65DB94 102.2%) !important;
}

.course-curriculum .section .section-content {
    overflow: hidden !important;
    height: 0% !important;
    display: none;
}

.course-curriculum .section.closed .section-content {
    overflow: visible !important;
    height: 100% !important;
    display: block;
}

.tribe-common-h7.tribe-common-h6--min-medium.tribe-tickets__item__content__title {
    width: 100%;
    padding-bottom: 5px;
}

.single-tribe_events header.archive-header.has-text-align-center.header-footer-group {
    display: none;
}

.tribe-common .tribe-common-h7,
.tribe-common .tribe-common-h8 {
    font-family: 'Karla', sans-serif;
}

.tribe-tickets__item__extra {
    padding-top: 10px !important;
}

.pagination-single-inner {
    padding: 0 30px;
}
.portfolio .cousebox .date-time {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 15px;
}
.portfolio .cousebox .date-time img, .portfolio .authorname img {
    margin-right: 10px;
}
.portfolio .authorname {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
}
.date-time {
    font-size: 14px;
    line-height: 16px;
    color: #333;
    letter-spacing: 0.06em;
}
.authorname {
    text-align: center;
    padding: 10px 0;
    color: #333;
}
.course-time {
    padding-top: 15px;
}

.lost-password {
    background: #FFFFFF;
    border: 1px solid #DADADA;
    border-radius: 0px 20px;
    padding: 30px;
    position: relative;
    z-index: 1;
    width: 50%;
    margin: 20px auto;
}

#popup-course #popup-sidebar .course-curriculum .section .section-content .course-item .section-item-link {
    padding-left: 15px !important;
}

#popup-course #popup-sidebar .course-curriculum .section .section-content .course-item .section-item-link .item-meta {
    padding: 0px 5px !important;
    color: #fff !important;
    line-height: 23px !important;
}

.learnpress-course-curriculum .course-curriculum .course-item .section-item-link .course-item-info {
    width: 85%;
}
span.item-meta.course-item-status {
    position: absolute;
    left: 0;
    right: 0;
}
#popup-course #popup-sidebar .course-curriculum .section .section-content .course-item .section-item-link .item-name {
    display: block;
    width: 100%;
    font-size: 14px;
    font-weight: 500;
}

.affiliates-sect {
    text-align: center;
    border: 1px solid #DADADA;
    border-radius: 0px 20px;
    padding: 20px;
}
.lp-modal-dialog .lp-modal-content .lp-modal-header {
    background: #333 !important;
    margin-bottom: 15px;
}
.ays_quiz_results {
    display: none !important;
}
.woocommerce-address-fields .button {
    background: linear-gradient(
78.8deg
, #008AFF 14.28%, #65DB94 102.2%);
    border-radius: 0px 20px;
    transition: .5s linear;
    color: #fff !important;
    padding: .8rem .9rem;
    border: none;
}
.woocommerce-button.button.view, a.button.cancel{
    background: linear-gradient(
78.8deg
, #008AFF 14.28%, #65DB94 102.2%);
    border-radius: 0px 15px;
    transition: .5s linear;
    color: #fff !important;
    padding: 0.5rem .9rem;
    text-decoration: none !important;
}
table.shop_table.subscription_details, table.shop_table.order_details, .woocommerce-orders-table--orders {
    width: 100%;
    margin-bottom: 1rem;
    color: #333;
    vertical-align: top;
    border-color: #dee2e6;
}

table.shop_table.subscription_details td, table.shop_table.order_details td, table.shop_table.order_details th, .woocommerce-orders-table--orders td, .woocommerce-orders-table--orders th {
    padding: 10px;
    border: 1px solid #dadada;
}
.woocommerce-account .woocommerce-MyAccount-content h2 {
    font-size: 24px;
}
.woocommerce-form-login-toggle .woocommerce-info {
    justify-content: space-between;
}
.course-feature.featured-list .key-feature-text, .fqq-accordian .curriculum-sections {
    z-index: 9 !important;
}
body.admin-bar #popup-course {
    z-index: 99999;
}
.testimonials-section-page {
    padding: 60px 0;
}
.testimonials-section-page .testimonials-wrapper {
    box-shadow: 0 0 8px rgb(0 0 0 / 36%);
    padding: 30px 30px 30px 60px;
    background: linear-gradient( 
78.8deg, #008AFF 14.28%, #65DB94 102.2%);
}
.test-filter {
    display: flex;
    width: 40%;
    align-items: center;
    float: right;
}

.test-filter .namesf {
    width: 30%;
}
.testimonials-section-page .single-testimonial {
    margin-bottom: 50px;
}
.list-sec {
    list-style: none;
    padding: 0;
    flex-wrap: wrap;
}

.list-sec .students-enrolled.user-login.in-progress {
    width: 31.33%;
    padding: 0;
    position: relative;
    margin: 15px 10px;
}
.student-profile {
    padding: 20px;
    background: #f3f3f3;
    border-radius: 0 20px;
    box-shadow: 0px 0px 8px rgb(33 31 31 / 30%);
    z-index: 1;
    position: relative;
}

.user-info {
    padding-bottom: 10px;
}
.list-sec .students-enrolled.user-login.in-progress:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: -8px;
    top: -8px;
    background: linear-gradient(
78.8deg
, #008AFF 14.28%, #65DB94 102.2%);
    border-radius: 0px 40px;
}

.student-profile .name {
    padding-left: 10px;
}
.dashboard-section .border-sec.pt-0 {
    padding-top: 0 !important;
        background: #fff;
}
.dashboard-section a.viewsicon {
    display: block;
    padding-left: 15px;
}
.select-filter.filter-attende {
    position: relative;
    right: unset;
    padding-bottom: 20px;
}

.select-filter.filter-attende .course-select {
    width: 30%;
}
.border-sec.pt-0 th {
    vertical-align: top;
}
.button-remark {
    padding-bottom: 20px;
}
.performanc .profile-sec {
    width: 70%;
}
.closebtnpop {
    border-radius: 0 10px;
}
.profile-sec-instruct {
    position: relative;
    border-bottom: 1px solid #DADADA;
}

.profile-sec-instruct:last-child {
    border-bottom: none;
}
.lp-archive-courses #popup-course #popup-content {
    margin: 45px 0 50px 0;
}
.subscription-next-payment {
    display: none;
}
a.fp-logo {
    display: none!important;
}
@media (max-width: 991px) {
.logo-sec-main {
    max-width: 208px;
}
    /* Mobile Menu */
    .head-hero-from {
        height: 100%;
        padding: 20px 20px !important;
        position: fixed;
        left: 0;
        z-index: 9999;
        top: 0;
        width: 260px;
        transform: translateX(-130%);
        transition: all 0.4s;
        background: #333;
    }

    .head-hero-from.expanded-menu {
        transform: translateX(0%);
        transition: all 0.4s;
    }

    .head-hero-from.expanded-menu #navbarNavDropdown {
        display: block;
    }

    .head-hero-from.expanded-menu .navbar-nav li {
        padding: 15px 0;
    }

    .head-hero-from.expanded-menu .navbar-nav li a {
        color: #fff;
    }

    .head-hero-from.expanded-menu .login-btn {
        padding: 20px 0;
    }

    .head-hero-from.expanded-menu .navbar.navbar-expand-lg {
        float: none;
    }

    .nav-toggle,
    .nav-actoggle {
        width: 30px;
        height: 24px;
        vertical-align: middle;
        display: inline-block;
        position: absolute;
        right: 15px;
        top: 30px;
        z-index: 999;
    }

    nav.woocommerce-MyAccount-navigation.expanded-menu {
        transform: translateX(0%);
        transition: all 0.4s;
    }

    .nav-toggle-bar {
        transition-duration: 0.1s;
        transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    .nav-toggle-bar:before,
    .nav-toggle-bar:after {
        content: "";
        display: block;
    }

    .nav-toggle-bar,
    .nav-toggle-bar:before,
    .nav-toggle-bar:after {
        background-color: #ffffff;
    }

    .nav-toggle-bar {
        display: block;
        top: 50%;
        margin-top: -1px;
    }

    .nav-toggle .nav-toggle-bar {
        margin-top: 0;
    }

    .nav-toggle-bar,
    .nav-toggle-bar:before,
    .nav-toggle-bar:after {
        width: 30px;
        height: 2px;
        border-radius: 2px;
        position: absolute;
        transition-property: -webkit-transform;
        transition-property: transform;
        transition-property: transform, -webkit-transform;
        transition-duration: 0.15s;
        transition-timing-function: ease;
    }

    .nav-toggle-bar,
    .nav-toggle-bar:before,
    .nav-toggle-bar:after {
        background-color: #444444;
    }

    .nav-toggle-bar:before {
        /* top: 0; */
        margin-top: -0.6rem;
    }

    .nav-toggle-bar:after {
        /* bottom: 0; */
        margin-top: 0.6rem;
    }

    .hero-page-topbar {
        position: relative;
    }

    .nav-toggle.close-icon {
        position: absolute;
        top: 0px;
        right: -12px;
        border: 1px solid #bf1b1b;
        width: 30px;
        height: 30px;
        line-height: 30px;
        border-radius: 100%;
        text-align: center;
        background: linear-gradient(78.8deg, #008AFF 14.28%, #65DB94 102.2%);
    }

    .nav-toggle.close-icon .nav-toggle-bar,
    .nav-toggle.close-icon .nav-toggle-bar::after,
    .nav-toggle.close-icon .nav-toggle-bar::before {
        width: 20px;
        left: 8px;
    }

    .nav-toggle.close-icon .nav-toggle-bar {
        position: relative;
        left: -4px;
    }

    .nav-toggle.close-icon .nav-toggle-bar {
        background: transparent !important;
    }

    .nav-toggle.close-icon .nav-toggle-bar::before {
        -ms-transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    .nav-toggle.close-icon .nav-toggle-bar::after,
    .nav-toggle.close-icon .nav-toggle-bar::before {
        background: #fff;
        margin-top: 0;
    }

    .nav-toggle.close-icon .nav-toggle-bar::after {
        -ms-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }
.drobuttom-menu {
    color: #fff;
    font-size: 15px;
}

.drobuttom-menu img {
    filter: invert(1);
}
    .woocommerce-account .woocommerce-MyAccount-navigation {
        position: fixed;
        height: 100%;
        padding: 20px 20px !important;
        left: 0;
        z-index: 9999;
        top: 0;
        width: 310px;
        transform: translateX(-130%);
        transition: all 0.4s;
    }

    .woocommerce-account .woocommerce-MyAccount-navigation li {
        margin-bottom: 5px;
    }

    .woocommerce-account .woocommerce-MyAccount-content .border-sec {
        overflow-x: auto;
    }

    .woocommerce-account .woocommerce-MyAccount-navigation li a {
        padding: 7px 15px !important;
    }

    .my-account-no {
        /* position: relative; */
        padding-top: 0;
        padding-right: 0;
        left: 10px;
        justify-content: flex-start;
        top: 20px;
    }

    .woocommerce-account .woocommerce-MyAccount-content {
        width: 100% !important;
    }

    .border-box-account {
        width: 155px;
        margin-right: 10px;
    }

    .text-left-head {
        padding: 40px 20px 0px;
        width: 50%;
    }

    .img-right-banner {
        width: 46%;
    }

    .banner-sec .main-head {
        font-size: 36px;
        line-height: 42px;
    }

    .img-box-course,
    #portfoliolist .img-box-course {
        width: 200px;
        height: 200px;
    }

    .img-box-course img {
        height: 100%;
    }

    .img-box-course:before,
    #portfoliolist .img-box-course:before,
    .events-section .img-box-course:before,
    .events-section .img-box-course {
        width: 200px;
        height: 200px;
    }

    .cousebox h4 {
        font-size: 20px;
        line-height: 24px;
    }

    .why-heading-page {
        font-size: 36px;
        line-height: 40px;
    }

    .blog-post-feed .post-img {
        height: auto;
    }

    .img-box-post iframe {
        height: 100px !important;
        border-radius: 0 20px;
    }

    .content-box-post h5 {
        font-size: 18px;
    }

    .footer-navigation-wrapper li a {
        font-size: 13px;
    }

    .course-section:before {
        width: 30px;
    }

    .course-section:after {
        width: 40px;
    }

    .latest-update:before {
        width: 40px;
    }

    .date-time {
        font-size: 12px;
    }

    .img-left-sec {
        padding: 0;
    }

    .colord-about .text-box-section h3 {
        font-size: 32px;
        line-height: 40px;
    }

    .dashboard-section .tab-content>.tab-pane {
        overflow-x: auto;
        padding: 0 15px;
    }

    .border-sec #myTab {
        margin: 20px 10px;
    }

    .perfomance-table .border-sec {
        overflow-x: auto;
    }

    .chart-text-value {
        width: 50%;
    }

    .seetings-page {
        padding: 20px 0 !important;
    }

    .dashboard-section {
        padding: 30px 15px;
    }

    .book-text-box {
        padding: 30px 10px;
    }

    .fqq-accordian .course-curriculum .section-header .section-meta {
        position: relative !important;
        left: 10px;
        top: 5px;
    }

    #popup-course #sidebar-toggle::before {
        color: #fff !important;
    }

    .page-wrapper #popup-course #sidebar-toggle {
        left: 290px;
        position: fixed;
        z-index: 99999;
        background: linear-gradient(78.8deg, #008AFF 14.28%, #65DB94 102.2%) !important;
        border-radius: 0px 10px 10px 0px;
    }

    .page-wrapper #popup-course #popup-sidebar {
        flex: 0 0 290px;
    }

    .page-wrapper #popup-course #popup-footer {
        width: 100%;
    }
    #popup-course #popup-content .lp-button {
    margin-left: 15px;
}
.event-img img {
    height: auto;
}
.affiliates-sect img {
    height: auto;
}
.filters-events {
    position: relative;
    margin-bottom: 20px;
}
.date-and-cal {
    flex-wrap: wrap;
}

.banner-sec-single-event .date-time-box {
    padding-bottom: 10px;
}
.tribe-events-gcal.tribe-events-button:before {
    left: 5px;
}

#tribe-events .tribe-events-button, .tribe-events-button {
    padding-left: 30px !important;
    font-size: 12px;
}
.content-item-summary {
    text-align: center;
}
li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--customer-logout {
    margin-top: 0px;
}
.logo-box-menu {
    padding: 5px 0 30px;
}
button.woocommerce-button.button.woocommerce-form-login__submit, .woocommerce-Button.button {
    padding: 15px 27px;
    color: #fff;
    font-size: 16px;
}
.lost-password {
    width: 100%;
}
.banner-sec-single-event {
    padding: 25px 0;
}
.my-account-menu {
    padding-bottom: 70px;
}
.dashboard-section-sec {
    justify-content: center;
}

.checkout-details.pb-3 {
    width: 100%;
}

.summery-section {
    position: relative;
    width: 100%;
}

.woocommerce-message {
    display: block;
}

.woocommerce-info {
    justify-content: space-between;
}

#customer_details {
    width: 100%;
}
.woocommerce-order-details, .woocommerce-customer-details {
    overflow-x: auto;
}
.cart-collaterals {
    padding-top: 20px;
}

.woocommerce-cart-form table td.product-thumbnail {
    width: 100%;
}

.woocommerce table.shop_table_responsive tr td, .woocommerce-page table.shop_table_responsive tr td {
    padding: 10px;
}

.woocommerce-cart #site-content .woocommerce {
    width: 100%;
}

.woocommerce-cart-form table {
    width: 100%;
}

.woocommerce-cart-form {
    width: 100%;
}

.woocommerce-order {
    width: 100%;
}
.list-sec{
    justify-content:center;
}
.list-sec .students-enrolled.user-login.in-progress {
    width: 45%;
    margin: 15px;
}
}
@media only screen and (max-width: 767px) {
    .page-wrapper #popup-course #popup-header {
    background: #fff !important;
}
.quiz-status > div > div {
    flex-direction: column !important;
}
    #popup-course {
    z-index: 9999 !important;
}
#popup-course #popup-content #learn-press-quiz-app .quiz-buttons.align-center .button-left.fixed{
    position: relative !important;
}

    #portfoliolist .portfolio {
        width: 100%;
        margin: 0 !important;
    }

    #ads {
        display: none;
    }
.overflow-table {
    height: 100%;
}
}
@media only screen 
  and (min-device-width: 1024px) 
  and (max-device-width: 1366px) 
  {
        .head-hero-from .navbar-nav li {
        padding: 0 15px;
    }
  }
@media only screen and (min-width: 1366px) {
.right-banner-img {
    height: 437px;
    text-align: right;
    width: 686px;
    float: right;
}
}
@media only screen and (min-width: 768px) {
    .woocommerce-checkout #site-content .woocommerce {
        max-width: 100%;
        padding: 0 2vw;
        margin: 0 auto;
    }

    .woo-reset-login {
        width: 50%;
    }
.banner-sec .main-head {
    font-size: 36px;
    line-height: 40px;
}
.img-box-course, .img-box-course:before {
    width: 290px;
    height: 290px;
}
#portfoliolist .img-box-course, #portfoliolist .img-box-course:before {
    height: 253px;
    width: 280px;
}
.list-sec {
    justify-content: center;
}
.list-sec .students-enrolled.user-login.in-progress {
    width: 30.33%;
}
}

@media only screen and (max-width: 767px) {

    /* End Mobile Menu */

    .footer-navigation-wrapper {
        flex-wrap: wrap;
        justify-content: flex-start;
    }

    .footer-navigation-wrapper li {
        padding-right: 10px;
    }

    .social-footer {
        margin-top: 20px;
        float: none;
        margin-bottom: 0;
        padding: 0;
    }

    .text-left-head {
        width: 100%;
        padding: 24px;
    }

    .banner-sec .main-head {
        font-size: 28px;
        line-height: 28px;
    }

    .img-right-banner {
        width: 100%;
    }

    .heading-page {
        padding-bottom: 0;
        font-size: 28px;
        line-height: 28px;
    }

    .subhead-course {
        margin-bottom: 0;
    }

    .cousebox {
        margin-bottom: 30px;
    }

    .img-box-course img {
        height: 100%;
    }

    .subhead-course {
        font-size: 22px;
        color: #333;
        line-height: 24px;
    }

    .quiz-title,
    .quiz-sec .quiz-title {
        font-size: 28px;
        line-height: 28px;
    }

    .quiz-sec #ays-quiz-container-1 {
        width: 90%;
    }

    .why-choose-premier .floating-bar strong {
        font-size: 18px;
    }

    .why-choose-premier .floating-bar {
        font-size: 16px;
        padding: 10px;
        width: 110px;
    }

    .why-choose-premier .floating-bar.right {
        right: 5px;
    }

    .why-heading-page {
        font-size: 28px;
        line-height: 28px;
        padding-bottom: 0;
    }

    .text-right-why-choose {
        margin-top: 20px;
    }

    .title-testimonials,
    .latest-update .title-blog {
        font-size: 28px;
        line-height: 28px;
    }

    .testimonials-wrapper {
        padding: 30px;
    }

    .content-box-post h5 {
        font-size: 18px;
        line-height: 18px;
    }

    .blog-post {
        margin-bottom: 30px;
    }

    .footer-navigation-wrapper li a {
        font-size: 16px;
    }

    .info-footer {
        margin-bottom: 20px;
    }

    .banner-sec {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column-reverse;
    }

    .text-left-head:before {
        top: 0;
        left: 0;
        width: 30px;
    }

    .text-left-head:after {
        width: 30px;
        right: 0;
    }


    .latest-update {
        padding: 60px 0 10px;
    }

    .img-box-post iframe {
        width: 100px !important;
        height: 80px !important;
        border-radius: 0 20px;
    }

    .blog-post-feed .img-box-post {
        width: 30%;
    }

    .blog-post-feed .post-img {
        height: auto;
    }

    .blog-post-feed .content-box-post {
        width: 70%;
    }

    #filters {
        text-align: center;
        margin-bottom: 30px;
    }

    #filters li {
        float: none;
    }

    .course-banner .page-description {
        font-size: 18px;
        line-height: 24px;
    }

    .course-banner .page-title {
        font-size: 36px;
        line-height: 36px;
    }

    .filters-events {
        position: relative;
        top: 0;
        padding-bottom: 20px;
        flex-wrap: wrap;
    }

    .events-section {
        padding: 60px 0;
    }

    .date-picker.dropdown {
        width: 100%;
        margin-bottom: 15px;
    }

    .dropdown {
        width: 45%;
    }

    .drop-event {
        width: 100%;
    }

    .events-section .cousebox {
        text-align: center;
    }

    .events-section .img-box-course {
        margin: 0 auto 15px;
    }

    .events-section .price-event {
        text-align: center;
    }

    .colord-about .text-box-section h3 {
        font-size: 32px;
        line-height: 40px;
    }

    .colord-about {
        background-position: center center;
    }

    .tribe-events-single-event-title {
        font-size: 36px;
        line-height: 36px;
    }

    .sort-event-discription,
    .sort-event-discription p {
        font-size: 18px;
        line-height: 22px;
    }

    .heading-staff {
        font-size: 28px;
    }

    .team-list {
        flex-wrap: wrap;
    }

    .text-box-section {
        padding-top: 25px;
    }

    .team-list .detail-box {
        padding-bottom: 20px;
    }

    .border-box {
        margin-bottom: 30px;
        height: auto;
    }

    .about-text {
        overflow-wrap: break-word;
    }

    .banner-sec-single-event .row {
        flex-direction: column-reverse;
    }

    .breadcrumb {
        margin-top: 20px;
    }

    .banner-sec-single-event .tribe-events-single-event-title {
        font-size: 28px;
        line-height: 32px;
        padding-bottom: 0;
    }

    .key-feature-text h3 {
        font-size: 22px;
    }

    .page-wrapper #learn-press-course-curriculum.course-curriculum ul.curriculum-sections .section-content .course-item .section-item-link {
        width: 100% !important;
    }

    .page-wrapper #learn-press-course-curriculum.course-curriculum ul.curriculum-sections .section-content .course-item {
        padding-left: 10px;
    }

    .course-feature.featured-list .key-feature-text,
    .fqq-accordian {
        padding: 0;
    }

    .page-wrapper #popup-course #popup-header .popup-header__inner .items-progress {
        width: 100%;
    }


    .page-wrapper #popup-course #popup-content #learn-press-content-item .content-item-wrap,
    #popup-course #popup-header .popup-header__inner {
        width: 100% !important;
    }

    .page-wrapper #popup-course #popup-content #learn-press-content-item .content-item-wrap .content-item-summary .course-item-title {
        margin-top: 30px !important;
    }

    #learn-press-course-curriculum.course-curriculum ul.curriculum-sections .section-content .course-item .item-icon,
    #learn-press-course-curriculum.course-curriculum ul.curriculum-sections .section-content .course-item .item-name {
        vertical-align: top;
    }

    .button-sec-cousecnext {
        padding-top: 60px;
    }

    .course-buy {
        margin-top: 20px;
        padding: 0;
        position: relative;
    }

    .woo-cust-login:before {
        left: -10px;
        top: -50px;
    }

    .woo-cust-login:after {
        bottom: -44px;
        right: -5px;
    }


    .dashboard-section {
        padding: 30px 0;
    }


    .border-box-account {
    width: 46%;
    margin-right: 10px;
    margin-bottom: 10px;
}

    .border-box-account-video {
        align-items: flex-start;
        width: 100%;
        margin-right: 0;
    }

    .stat-count-progress {
        width: 45%;
    }

    .select-filter {
        position: relative;
        right: 0;
        padding-left: 10px;
        margin-bottom: 20px;
    }



    .chart-section .select-filter {
        flex-wrap: wrap;
        align-items: center;
        margin-bottom: 0;
        padding-left: 0;
    }

    .filter-title {
        padding-bottom: 10px;
    }

    .chart-section {
        padding: 15px;
    }

    #highcharts-okl1epl-0 {
        margin: 0 auto;
    }

    .page-wrapper #popup-course #popup-sidebar {
        flex: 0 0 410px;
    }

    .page-wrapper #popup-course #sidebar-toggle {
        left: 350px;
        transform: rotate(180deg);
        transition: .2s linear;
    }
    body:not(.lp-sidebar-toggle__open) #popup-course > #sidebar-toggle {
    transform: revert;
}
.course-select {
    padding-right: 10px;
}
.select-filter.filter-attende .course-select {
    width: 100%;
    padding-right: 0;
}
.stat-count-progress.event-text {
    width: 72%;
    padding-right: 0;
}
.woocommerce-Address, .address_list, .product_variations, .select_method.pt-5{
    width: 100% !important;
}
.d-flex.radiobnt {
    flex-wrap: wrap;
}

.payment-box, .payment-select-box {
    width: 100%;
    margin-bottom: 20px;
}
.list-sec .students-enrolled.user-login.in-progress {
    width: 100%;
    margin: 15px 0;
}
.events-section .nav-tabs .nav-link {
    font-size: 14px;
}
#general .woocommerce form .form-row-first, #general .woocommerce form .form-row-last, #general form .form-row-first, #general form .form-row-last{
    width: 100%;
}
}

/* end faq page */