/*
Theme Name: RCRC
Author: Ateeq Chouhan
Author URI: https://www.upwork.com/freelancers/~01e62daf2a0163158e
URI: http://iosofts.com/
Version: 1.0
*/

/* #1C3747 #D2A449 #F3F0DD */

*, :before, :after {
    box-sizing: border-box;
}
.woocommerce-MyAccount-navigation-link--customer-logout{
    display:none !important;
}
.woocommerce-MyAccount-navigation-link--my-courses{
    /*float: right !important;*/
}

body {
    margin: 0;
    font-family: 'Tajawal', sans-serif !important;
    font-size: 16px;
    line-height: 1.6;
    color: #474b5c;
    opacity: 0;
    letter-spacing: .5px;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: bold;
    color: #1c3747;
    margin: 0 0 15px;
    line-height: 1.2;
    letter-spacing: 1px;
}
h2, h3, h4, h5, h6 { text-transform: capitalize; }
h1 { font-size: 32px; }
h2 {font-size: 32px;}
h3 {
    font-family: 'Tajawal', sans-serif;
    font-size: 24px;
}
@media (max-width: 767px) {
    h3 {
        font-size: 20px;
    }
}
h4 {
    font-family: 'Tajawal', sans-serif;
    font-size: 20px;
}
h5 {
    font-family: 'Tajawal', sans-serif;
    font-size: 16px;
}

p { line-height: 1.4; }
p { margin: 0 0 25px; 
    font-family: 'Tajawal', sans-serif; }
ul, ol {
    list-style: none;
    padding: 0;
    margin: 0 0 25px;
}
.container.default-content ul {
    list-style-type: disc;
    padding-left: 30px;
}
.container.default-content ol {
    list-style-type: decimal;
    padding-left: 30px;
}

blockquote {
    font-size: 16px;
    color: #2b3b5f;
    margin-bottom: 20px;
}
blockquote small {
    font-size: 14px;
    color: #7c8596;
}

a {
    color: #396430;
    transition: .25s;
    cursor: pointer;
    text-decoration: none;
}
a:hover { text-decoration: none; }

figure {
    margin: 0 0 15px;
}
img {
    max-width: 100%;
    height: auto;
}

/* input[type=text],
input[type=email],
input[type=tel],
input[type=password],
select,
textarea {
    display: block;
    width: 100%;
    height: 46px;
    background: #fff;
    border: 2px solid #d6dde1;
    border-radius: 6px;
    padding: 8px;
    font-family: inherit;
    font-size: 16px;
} */
select[multiple] {
    height: 100px;
    overflow: auto;
}
textarea {
    height: 120px;
}
:focus {
    outline: none;
}
.select2-container--default .select2-selection--single {
    border: 2px solid #d6dde1;
    border-radius: 6px;
    height: 46px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 46px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 44px;
    right: 8px;
}
.select2-dropdown {
    border: 2px solid #d6dde1;
}

:last-child { margin-bottom: 0; }

.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
main#content section.page > .container {
    max-width: none;
    width: 100%;
}
.button {
    color: #ffffff;
    background: #39642f;
    border: 0;
    font-family: 'Tajawal', sans-serif !important;
    font-size: 16px;
    line-height: 24px;
    padding: 0 45px;
    transition: .25s;
    text-align: center;
    display: inline-block;
    border-radius: 100px;
    font-weight: bold;
    cursor: pointer;
    outline: none !important;
    position: relative;
	min-width: 168px;
    min-height: 54px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

#header .action ul {
    justify-content: flex-end;
}

.navbar-toggler {
    background: none;
    border: 0;
    padding: 0;
    width: 24px;
}
.navbar-toggler span {
    display: block;
    border: 1px solid #131127;
    margin: 5px 0;
    position: relative;
    transition: .25s;
}
.navbar-toggler:focus {
    outline: none;
}
.navbar-toggler.open span:nth-child(1) {
    transform: rotate(45deg);
    top: 7px;
}
.navbar-toggler.open span:nth-child(2) {
    opacity: 0;
}
.navbar-toggler.open span:nth-child(3) {
    transform: rotate(-45deg);
    bottom: 7px;
}

/* Page Content */
#content {
    overflow: hidden
}
.dark {
    background: #1c3747;
    color: #CCDFEB;
}
.light {
    background: #F3F0DD;
}
section {
    padding: 100px 0;
    background: #fbfbfb;
    background-size: cover;
    background-position: center;
}
section.page {
    padding: 100px 0;
}
section.page.no-padding { padding: 0; }
.pb0 {
    padding-bottom: 0;
}

section.page article.row .vc_section.cta-bar:last-child {
    margin-bottom: -100px;
}

@media (max-width: 767px) {
    section {
        padding: 60px 0;
    }
    .hero img[alt="logo"] {
        height: 120px;
    }
}

#header {
    background: #6aa95b;
    background: #fff;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 99;
    padding: 10px 0;
    font-family: 'Tajawal', sans-serif;
    /*box-shadow: 0 6px 32px rgba(0, 0, 0, 0.1);*/
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
    transition: .25s;
}
#header.scroll {
    /*background: #f0ead6;*/
}
.admin-bar #header {
    top: 32px;
}
#header .header-nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 94%;
}
#header .logo {
    margin-right: 20px;
}
#header .logo img {
    display: block;
    width: auto;
    height: 60px;
}
#header nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
#header ul {
    display: flex;
    align-items: center;
    margin: 0;
    font-size: 15px;
    justify-content: flex-end;
}
#header ul li {
    margin-left: 18px;
}
#header a {
    display: block;
}
#header ul li a {
    padding: 15px 10px;
    cursor: pointer;
    color: #396430;
    -webkit-transition: .2s ease;
    transition: .2s ease;
    font-weight: 500;
    white-space: nowrap;
}
#header ul li a:hover {
    color: #99bd3c;
}
#header.scroll ul li a:hover {
    color: #99bd3c;
}
#header ul li.current-menu-item a {
    color: #99bd3c;
    cursor: default;
    position: relative;
}
#header ul li.current-menu-item a::after {
    content: "";
    width: 100%;
    height: 2px;
    background: #a1c24b;
    position: absolute;
    bottom: 10px;
    left: 0;
}
#header ul li a img {
    display: block;
    width: auto;
    height: 28px;
}
.arrow-down {
    padding: 0 6px 6px;
    display: block;
    width: 30px;
    margin: 30px auto 0;
    font-size: 0;
}
.arrow-down:before {
    content: "";
    display: block;
    width: 15px;
    height: 15px;
    border: solid #333;
    border-width: 0 3px 3px 0;
    transform: rotate(45deg);
}

#header ul#menu-main-menu li.menu-item-has-children:hover>.sub-menu {
    transform: rotateX(0deg);
    opacity: 1;
    z-index: 9999
}

#header ul#menu-main-menu li .sub-menu {
    position: absolute;
    top: 100%;
    opacity: 0;
    background: #1c3747;
    display: block;
    padding: 5px 0 10px;
    transition: all .3s ease-in-out;
    transform-origin: top;
    transform: rotateX(-90deg)
}

#header ul#menu-main-menu li .sub-menu:hover {
    transform: rotateX(0deg);
    opacity: 1
}

#header ul#menu-main-menu li .sub-menu li {
    margin: 0;
    padding: 0;
    text-align: left;
    position: relative
}

#header ul#menu-main-menu li .sub-menu li.current-menu-item>a {
    color: #99bd3c!important;
}

#header ul#menu-main-menu li .sub-menu a {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    text-transform: none;
    font-weight: 400;
    white-space: nowrap;
    padding: 7px 15px 5px;
    color: #fff!important
}

#header ul#menu-main-menu li .sub-menu a:hover {
    color: #99bd3c!important;
}

#header ul#menu-main-menu li .sub-menu a:after {
    display: none
}

#header ul#menu-main-menu li .sub-menu .sub-menu {
    left: 100%;
    top: 0;
    opacity: 0;
    transform-origin: top;
    transform: rotateX(-90deg)
}

#header ul.action li.menu-item-has-children:hover>.sub-menu {
    transform: rotateX(0deg);
    opacity: 1;
    z-index: 9999
}

#header ul.action li .sub-menu {
    position: absolute;
    top: 100%;
    opacity: 0;
    background: #1c3747;
    display: block;
    padding: 5px 0 10px;
    transition: all .3s ease-in-out;
    transform-origin: top;
    transform: rotateX(-90deg)
}

#header ul.action li .sub-menu:hover {
    transform: rotateX(0deg);
    opacity: 1
}

#header ul.action li .sub-menu li {
    margin: 0;
    padding: 0;
    text-align: left;
    position: relative
}

#header ul.action li .sub-menu li.current-menu-item>a {
    color: #d2a449!important
}

#header ul.action li .sub-menu a {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    text-transform: none;
    font-weight: 400;
    white-space: nowrap;
    padding: 7px 15px 5px;
    color: #fff!important
}

#header ul.action li .sub-menu a:hover {
    color: #99bd3c!important;
}

#header ul.action li .sub-menu a:after {
    display: none
}

#header ul.action li .sub-menu .sub-menu {
    left: 100%;
    top: 0;
    opacity: 0;
    transform-origin: top;
    transform: rotateX(-90deg)
}

@media (min-width: 1200px) {
    .navbar-toggler {
        display: none;
    }
    #header .navbar-nav {
    }
}
@media (max-width: 1199px) {
    #header {
        background: #ffffff;
    }
    #header .header-nav {
        display: none;
        width: 100%;
    }
    #header .navbar-nav {
        width: 100%;
        text-align: center;
        margin-top: 20px;
    }
    #header nav {
        flex-flow: row wrap;
    }
    #header ul {
        flex-direction: column;
    }
    #header ul li {
        margin: 0 !important;
    }
    #header ul li a {
        font-size: 20px;
        padding: 10px 0;
        color: #131127;
    }
}

/* Footer Code */
#footer {
    padding: 50px 0 20px;
    background: #396430;
    font-family: inherit;
}
.footer__logo-wrapper img {
    filter: contrast(0) brightness(2);
}
#footer .widgets {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
#footer .widgetTitle {
    font-size: 20px;
    margin-bottom: 25px;
    color: #fff;
}
.footer__logo {
    width: 280px;
    margin-bottom: 20px;
    cursor: pointer;
}
#footer .widgets p {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.54;
    max-width: 390px;
}
#footer .widgets .footer__copy--large {
    font-size: 16px;
    line-height: 1.5;
}
#footer .widgets .social {
    display: flex;
    font-size: 16px;
    margin: 20px 0 30px;
}
#footer .widgets .social li {
    /*background-color: #211e3e;*/
    margin-right: 20px;
    font-size: 24px;
}
#footer .widgets .social li a {
    /*padding: 4px 10px;*/
    vertical-align: bottom;
    color: #fff;
}
#footer .widgets aside:nth-child(2) {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 700;
    margin-top: 40px;
}
#footer .widget_nav_menu ul {
    margin: 0;
}
#footer .widget_nav_menu li {
    font-weight: 600;
    margin-bottom: 40px;
    line-height: 1.2;
}
#footer .widget_nav_menu li a {
    text-decoration: none;
    color: #efffc5;
}
#footer .widget_nav_menu li a:hover {
    color: #bfe48d;
}
.footer__contact {
    text-decoration: underline;
    color: #39642f;
}
.footer__copy--small {
    font-size: 12px;
    font-weight: 500;
    line-height: 2;
    color: #ccc;
}
.footer__copy--small a {
	color: #fff;
}
.footer__language {
    margin-left: 15px;
}
.footer__divider {
    height: 0;
    opacity: .4;
    border: 1px solid #6e748e;
    margin: 40px 0 20px;
}
.newsletter-sec .subscribe_form {
    justify-content: center;
}
.newsletter-sec .subscribe_form input[type='text'] {
    background: #f3f0dd;
    color: #142833;
    -webkit-text-fill-color: #142833;
}
.subscribe_form .gfield_label {
    display: none;
}

.subscribe_form {
    display: flex;
    margin: 20px 0 0 !important;
}
.subscribe_form .gform_body {
    font-size: 14px;
    margin-bottom: 0;
    position: relative;
}
.subscribe_form .gfield {
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    margin: 0 !important;
}
.subscribe_form .gform_fields {
    margin: 0px;
}
.subscribe_form .ginput_container {
    position: relative;
    width: 100%;
}
.subscribe_form input[type="checkbox"] {
    margin-top: 2px;
}
.subscribe_form input[type='text']:focus {
    outline: none;
}
.subscribe_form input[type='text'] {
    background-color: #142833;
    font-size: 16px;
    width: calc(100vw - 130px);
    max-width: 310px;
    color: #23eaa4;
    text-shadow: 0 0 0 #fff;
    -webkit-text-fill-color: #fff;
    border: none;
    border-radius: 26px;
    height: 52px;
    padding: 15px 25px;
    font-family: 'Tajawal', sans-serif;
}

.subscribe_form input[type="submit"] {
    padding: 0 20px !important;
    margin-left: 10px;
    border: 0;
    box-shadow: 0 7px 18px rgba(210, 164, 73, .25);
    font-family: 'Tajawal', sans-serif;
    line-height: 52px;
    transition: .25s;
    text-align: center;
    border-radius: 100px;
}
.subscribe_form .gfield_checkbox {
    max-width: 385px;
    font-weight: 600;
    line-height: 1.54;
    margin: 25px 0 0;
    position: relative;
    margin-right: -80px;
}

.subscribe_form .gfield_checkbox li {
    display: flex;
    line-height: 1.4;
    position: relative;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.subscribe_form .gfield_checkbox li label {
    display: block;
    padding-left: 15px;
}

button, input {
    overflow: visible;
    font-family: inherit;
    line-height: 1.15;
    margin: 0;
}

.subscribe_form .validation_error {
    display: none;
}

.subscribe_form .validation_message {
    font-size: 12px;
    margin: 5px 5px 0;
    color: #e25050;
}
.ginput_container.ginput_container_consent {
    display: flex;
    align-items: center;
}

@media only screen and (min-width: 768px) {
    #footer {
        padding: 60px 0 20px;
    }
    #footer .widgets .social {
        float: right;
        margin-top: -50px;
    }
    #footer .widget_nav_menu ul {
        margin-bottom: 20px;
    }
    #footer .widget_nav_menu li {
        width: auto;
        margin-bottom: 20px;
    }
    .footer__language {
        margin-left: 25px;
        cursor: pointer;
    }
    .subscribe_form input[type='text'] {
        width: calc(100vw - 100px);
    }
    .subscribe_form input[type="submit"] {
        padding: 0 30px;
    }
}
@media only screen and (min-width: 992px) {
    .subscribe_form {
        margin-top: 0;
    }
}
@media only screen and (min-width: 1200px) {
    #footer .widgets {
        flex-direction: row;
    }
    #footer .widgets aside:nth-child(2) {
        margin-top: 0;
    }
    #footer .widgets aside:not(:last-child) {
        margin-right: 40px;
    }
    #footer .widgets aside:first-child {
        max-width: 320px;
    }
    #footer .widgets .social {
        float: none;
        margin-top: 20px;
    }
	#footer .widgets aside:nth-child(2) {
        width: 30%;
    }
    #footer .widget_nav_menu ul {
		display: flex;
		align-items: flex-start;
		justify-content: space-between;
        flex-wrap: wrap;
        margin-bottom: 0;
    }
	#footer .widget_nav_menu ul li {
		width: calc(50% - 20px);
		margin-left: 10px;
		margin-right: 10px;
	}
    .footer__info-wrapper {
        display: flex;
        justify-content: space-between;
    }
    .footer__info {
        display: flex;
    }
    .footer__copyright {
        margin-right: 90px;
    }
}

/* CTA Section */
.cta {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 50px 15px 60px;
    text-align: center;
}

.cta .color-light p {
    color: #ffffff;
}

.cta .heading__pretext:empty,
.cta p:empty {
    display: none;
}

.cta .heading__title {
    margin: 0 0 15px;
}

@media only screen and (min-width: 768px) {
    .cta {
        padding: 65px 0 60px;
    }
}
@media only screen and (min-width: 1200px) {
    .cta {
        padding: 90px 0;
    }
}

.ld-course-list-items.row {
    display: flex;
    flex-wrap: wrap;
    margin: 30px 0;
}
.ld-course-list-items .learndash-wrapper {
    margin-bottom: 30px;
    width: 100%;
}
.ld-course-list-items .ld__img img {
    display: block;
    border-radius: 4px 4px 0 0;
}
.ld-course-list-items .ld-item-list {
    border-radius: 4px;
    position: relative;
    overflow: hidden;
	box-shadow: none;
    background: #fbfbfb;
    margin: 0 0 30px 0;
}
.ld-course-list-items .ld-item-list-item-preview {
    display: flex !important;
    flex-direction: row-reverse;
    align-items: flex-start !important;
    justify-content: space-between;
    padding: 0 0 20px !important;
    line-height: 1.4;
    background: #fbfbfb;
}
.ld-course-list-items .ld-item-list-item-preview .ld__img {
	width: 50%;
    padding: 0 0px 0 0px;
    position: relative;
}
.ld-course-list-items .ld-item-list-item-preview .ld__img figure {
    /* margin: 20px 20px 0 -20px; */
    border: 4px solid #79a341;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0 12px 36px 0 rgb(0 0 0 / 10%);
}
.ld-course-list-items .ld-item-list-item-preview .ld__img figure img {
    max-height: 340px;
    object-fit: cover;
    width: 100%;
}
.ld-course-list-items .ld-item-list-item-preview .ld__content {
	width: 50%;
    padding: 0 80px 0 0;
}

.ld-course-list-items figure {
    margin: 0;
    position: relative;
}
.ld-course-list-items .wishlist {
    display: block;
    margin: 0 0 -24px 12px;
    font-size: 20px;
    line-height: 1;
    color: #fff;
    background: rgba(0, 0, 0, 0.2);
    padding: 5px 6px;
    border-radius: 50px;
    width: 28px;
    height: 28px;
    cursor: pointer;
    position: relative;
    bottom: 38px;
}
.ld-course-list-items .wishlist:hover {
    color: #ff5722;
}
.ld-course-list-items .wishlist.added {
    background: rgba(255, 87, 34, 0.9);
    color: #fff;
}

.ld-course-list-items .ld__content {
    padding: 10px 15px 15px;
    position: relative;
}

.ld-course-list-items .ld__content h3 {
    font-size: 20px;
    margin: 0 0 15px !important;
}
.ld-course-list-items .ld__content p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
/*
    -webkit-line-clamp: 4;
    max-height: 88px;
    overflow: hidden;
*/
    margin: 0 0 28px;
    padding: 0;
    color: #222;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
}
.ld-course-list-items .ld__content .course_btns {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.ld-course-list-items .ld__content .course_btns li a {
    color: #ffffff;
    background: #39642f;
    border: 0;
    box-shadow: 0 7px 18px rgb(57 100 47 / 26%);
    font-family: 'Tajawal', sans-serif !important;
    font-size: 16px;
    line-height: 24px;
    padding: 0 45px;
    transition: .25s;
    text-align: center;
    display: inline-block;
    border-radius: 100px;
    font-weight: bold;
    cursor: pointer;
    outline: none !important;
    position: relative;
    min-width: 168px;
    min-height: 54px;
    margin-right: 30px;
	display: flex;
    justify-content: center;
    align-items: center;
}
.ld-course-list-items .ld__content .course_btns li + li a {
    border: 0;
    font-family: 'Tajawal', sans-serif !important;
    font-size: 16px;
    transition: .25s;
    text-align: center;
    display: inline-block;
    font-weight: bold;
    cursor: pointer;
    outline: none !important;
    position: relative;
    background: transparent;
    color: #39642f;
    padding: 0;
    box-shadow: none;
    line-height: 25px;
    border-bottom: 2px solid #39642f !important;
    border-radius: 0;
    margin: 0;
    min-width: unset;
    min-height: unset;
}

.ld-course-list-items .pill {
    background: #5cb85c;
    box-shadow: 0 1px rgba(0,0,0,0.2);
    color: #fff;
    text-shadow: 0 1px rgba(0,0,0,0.3);
    position: absolute;
    font-size: 14px;
    left: -8px;
    top: 10px;
    padding: 3px 10px;
    z-index: 2;
    font-weight: bold;
    font-family: 'Tajawal', sans-serif;
    pointer-events: none;
}
.ld-course-list-items .pill:before {
    border: 4px solid transparent;
    border-top: 4px solid #348c34;
    border-right: 4px solid #348c34;
    content: "";
    position: absolute;
    left: 0;
    bottom: -8px;
}

.ld-course-list-items .pill-scheduled {
    background: #396430;
    top: 45px;
}
.ld-course-list-items .pill-scheduled:before {
    border-top-color: #d2a44a;
    border-right-color: #d2a44a;
}

.courseswrap .alt-payments {
    background: #39642f;
    padding: 1rem 1rem 0.8rem;
    margin: 0 auto 30px;
    line-height: 1.2;
    border-radius: 4px;
    color: #fff;
    text-align: center;
}

#splitit-calculator-div{
    float: left;
    border: 2px solid #d6dde1;
    padding: 3px 24px;
    margin-left: 10px;
}
#no_of_installment_installment_calculator{
    width: 25%;
    float: left;
}
#splitit_payment_calculator_div{
    display: block;
    margin-top: -13px;
}
#splitit-calculator-div span{
    font-weight: bold;
}
.price-calculator{
    font-size: 22px !important;
}
@media (max-width: 576px) {
    .woocommerce ul.products[class*=columns-] li.product,
    .woocommerce-page ul.products[class*=columns-] li.product {
        width: 100%;
    }
    #splitit-calculator-div{
        width: 100% !important;
        margin-bottom: 10px;
        margin-left: 0px;
        margin-top: 12px;
    }
    #no_of_installment_installment_calculator{
        width: 100% !important;
    }
}

@media (min-width: 577px) {
    .ld-course-list-items .col-sm-8 {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%;
    }
}
@media (min-width: 992px) {
    .ld-course-list-items .learndash-wrapper {
        width: 100%;
        display: flex;
        margin: 10px 0 30px !important;
    }
}

.screen-reader-text {
    border: 0;
    clip: rect(1px,1px,1px,1px);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute!important;
    width: 1px;
    word-wrap: normal!important
}

.learndash-wrapper .ld-item-list .ld-item-list-item {
    border: 0;
}

.wp-block-image .alignleft {
    margin-right: 2em;
}
.wp-block-image:first-child .alignleft {
    margin-top: 0;
}

.wp-block-image.shadow img {
    border-radius: 4px;
    box-shadow: 0 32px 86px 0 rgba(0, 0, 0, 0.1);
}

@media (max-width: 767px) {
    .wp-block-image .alignleft {
        float: none;
        margin: 20px auto;
    }
    .wp-block-image .alignright {
        float: none;
        margin: 20px auto;
    }
}

/* Default Template */
main > section.pg-banner {
    background-image: url(/wp-content/uploads/2020/08/bigstock-Stock-Market-Or-Forex-Trading-349136224-blue-overlay-scaled.jpg?id=2805);
    text-align: center;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.pg-banner__title {
    color: #404040;
}
@media (min-width: 1200px) {
    main > section.pg-banner {
        padding: 100px 0;
    }
}
@media (max-width: 1199px) {
    .pg-banner__title {
        font-size: 36px;
    }
}

/* Helper Classes */
.margin-b {
    margin-bottom: 60px;
}
@media (min-width: 1200px) {
    .margin-b {
        margin-bottom: 80px;
    }
}

#header ul li .button {
    padding: 1px 18px 0;
    color: #fff;
    height: auto;
    line-height: 46px;
}

@media (min-width: 1440px) {
    #header .container {
        width: 1240px;
    }
}

.hero {
    background-size: cover;
}
.hero .vc_single_image-wrapper {
    background: rgba(255, 255, 255, 0.4);
    box-shadow: 0 0 80px 60px rgba(255, 255, 255, 0.4);
}
.hero h1 {
    font-size: 32px;
    text-align: center;
    max-width: 520px;
    margin: 40px auto 0;
    text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.5);
}

.heading.align-left { text-align: left; }
.heading.align-center {
    max-width: 960px;
    margin: 0 auto;
    text-align: center;
}
.heading.align-right { text-align: right; }

.heading.align-center .heading__desc { margin: auto; }
.heading.align-right .heading__desc { margin-left: auto; }

.color-light .heading__title { color: #ffffff; }
.color-light p { color: #CCDFEB; }
.color-light .heading__desc { color: #ebebeb; }

.color-dark .heading__title { color: #131127; }
.color-dark p {  color: #474b5c; }

.color-golden .heading__title { color: #39642f; }
.color-golden p {  color: #39642f; }

.heading__pretext { color: #39642f; }

.heading__pretext {
    font-size: 16px;
    margin: 0 0 20px;
    text-transform: uppercase;
    letter-spacing: 5px;
}
.heading__title {
    font-size: 38px;
    margin: 0 0 20px;
    font-weight: 300;
    line-height: 1.15;
}
.heading__title strong {
    font-weight: 600;
}
.heading .heading__desc {
    max-width: 660px;
}

@media only screen and (min-width: 768px) {
    .heading__title {
        font-size: 42px;
    }
}
@media only screen and (min-width: 1200px) {
    .heading {
        font-size: 20px;
    }
    .heading__title {
        font-size: 46px;
    }
}

.wpb_content_element:last-child {
    margin-bottom: 0;
}

.member {
    cursor: pointer;
    text-align: center;
}
.member figure {
    position: relative;
    margin: 0 0 15px;
}
.member figure:before {
    content: "";
    display: block;
    padding: 50% 0;
}
.member figure img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 4px;
    filter: grayscale(1);
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.member:hover figure img {
    filter: none;
}
.member h3 {
    font-size: 20px;
    margin-bottom: 8px;
/*  min-height: 50px; */
}
.member p {
    display: none;
}
.member ul {
    margin: 0;
    min-height: 50px;
}
.member .button {
    margin-top: 10px;
    padding: 6px 0px;
    width: 100%;
}

#our-story-text p{
    text-align: justify;
    margin-left: 20px;
    margin-right: 20px;
}

.team-members .member { width: 100% !important; margin-bottom: 60px; }

@media (min-width: 575px) {
    .team {
        display: flex;
        justify-content: center;
    }
    .member {
        width: 50%;
        max-width: 360px;
        padding: 0 30px;
    }
}
@media (min-width: 768px) {
    .member {
        width: 33.333%;
    }
}
@media (max-width: 575px) {
    .member + .member {
        margin-top: 30px;
    }
}

.loginwrap h2 {
    text-align: center;
}
#loginform {
    background: #fff;
    border-radius: 4px;
    padding: 30px;
    box-shadow: 0 32px 86px 0 rgba(0, 0, 0, 0.1);
    max-width: 480px;
    margin: 0 auto;
    font-family: 'Tajawal', sans-serif;
}
#loginform p:not(:last-child) {
    margin-bottom: 12px;
}
#loginform label {
    display: block;
    margin: 0 0 5px;
}

#customer_login {
    max-width: 1140px;
    margin: 0 auto;
}
#customer_login_no_register, form.lost_reset_password, body.woocommerce-lost-password .container .woocommerce {
    max-width: 420px;
    margin: 0 auto;
}
form.lost_reset_password .woocommerce-form-row { width: 100% !important }

.aligncenter {
    display: block;
    margin: 0 auto;
}

.postwrap {
    margin: 24px 0 0;
}
.posts article, .posts .vc_grid-item-mini {
    width: 100%;
    background: #fff;
    padding: 0 20px 20px;
    border-radius: 8px;
    box-shadow: 0 2px 18px rgba(0,0,0,.1);
    overflow: hidden;
    font-weight: 500;
}
.posts .thumb {
    display: block;
    background: url(../../uploads/2020/04/brand.png) center / cover no-repeat;
    padding: 30% 0;
    margin: 0 -24px 24px;
    position: relative;
    height: 0;
}
.posts .thumb img, .posts .thumb .vc_gitem-link {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.posts .meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-family: 'Tajawal', sans-serif;
    margin-bottom: 20px;
}
.post-categories {
    display: flex;
    margin: 0;
}
.post-categories li {
    margin: 1px 2px 1px 0;
}
.post-categories a {
    display: inline-block;
    padding: 5px 15px 5px;
    background: #39642f;
    border-radius: 4px;
    color: #fff !important;
    letter-spacing: normal;
}
.post-categories .vc_grid-filter-item {
    background: transparent !important;
    padding: 0 !important;
}

.posts .vc_gitem_row .post-categories, .posts .vc_gitem_row .post-date { font-family: 'Tajawal', sans-serif; padding: 0 !important }
.posts .vc_gitem-post-data-source-post_date {
    padding-top: 8px;
    color: #39642f;
}
.posts .vc_gitem-post-data-source-post_excerpt p {
    display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  max-height: 66px;
  overflow: hidden;
  font-weight: 400;
  line-height: 1.4;
  margin: 0;
}

.posts article h3, .posts .vc_gitem-post-data-source-post_title h3 {
    font-size: 20px;
    line-height: 1.3;
    letter-spacing: normal;
    margin: 20px 0 15px;
}
.posts article h3 a, .posts .vc_gitem-post-data-source-post_title h3 a {
    color: #1b3847;
}
.posts article > p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    max-height: 66px;
    overflow: hidden;
    font-weight: 400;
    line-height: 1.4;
}

.pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 30px 0 0;
}
.pagination .page-numbers {
    background: #1b3847;
    padding: 6px 10px;
    font-family: 'Tajawal', sans-serif;
    color: #fff;
    margin: 3px;
    border-radius: 4px;
    min-width: 34px;
    text-align: center;
}
.pagination .current {
    background: #39642f;
}

.postshead {
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    margin: 0 0 15px;
}

.post-header {
    background: #edffbf;
    padding: 60px 0;
}
.post-header figure {
    margin: 0 0 15px;
}
.post-header figure img {
    display: block;
    border-radius: 4px;
	width: 100%;
}
td, th {
	vertical-align: top;
}
.post-header .meta {
    display: flex;
    align-items: center;
    font-family: 'Tajawal', sans-serif;
    margin: 30px 0;
    font-size: 18px;
    font-weight: 500;
}
.post-header .meta .post-categories {
    margin-right: 10px;
}
.post-header .meta a {
    margin-left: 5px;
}

.sharer {
    display: flex;
	justify-content: center;
    align-items: center;
}
.sharer a {
    background: #fff;
    display: block;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
}
.sharer a {
    margin-left: 5px;
}
.sharer a:hover {
    background: #dbd9f2;
}

#main-footer {
    position: relative;
}

.wp-block-image {
    margin: 0 0 1em;
}

P:last-of-type + .wp-block-image {
    margin-top: 1em;
}

#comment-wrap {
    padding-top: 15px;
}

@media (min-width: 1200px) {
    .container.wide {
        max-width: 1140px;
    }
}
@media (min-width: 768px) {
    .posts {
        display: flex;
        flex-wrap: wrap;
        margin: 0 -12px;
    }
    .postwrap {
        display: flex;
        padding: 0 12px;
        width: 50%;
    }

    .post-header .container {
        display: flex;
        align-items: center;
    }

    .post-header figure {
        width: 40%;
        margin: 0 4% 0 0;
        flex-shrink: 0;
    }
}
@media (min-width: 1200px) {
    .postwrap {
        width: 33.33%;
    }
}

#hero .btn-box {
    margin: 20px 0;
}

@media(max-width: 1024px){
    .team {
       flex-wrap: wrap;
    }

    .member h3 {
       min-height: 50px;
    }

    .member ul {
       min-height: 68px;
    }

    #page-20 .team .member {
        margin-bottom: 30px;
    }
}

@media (max-width: 767px) {
    .post-header {
        padding: 20px 0;
    }
    .post-header .meta {
        margin: 15px 0;
    }
    .post-header h1 {
        font-size: 24px;
    }

    #page-20 .team .member {
        width: 100%;
        margin-bottom: 55px;
    }
}


.woocommerce-MyAccount-navigation ul {
    background: transparent;
    /*  padding: 15px 0; */
    font-family: 'Tajawal', sans-serif;
    border-radius: 4px;
    overflow: hidden;
    margin-top: 0;
}
.woocommerce-MyAccount-navigation a {
    display: block;
    padding: 15px;
    color: #131127;
    border: 1px solid #39642f;
    background: #ffffff;
    margin-bottom: 10px;
}
.woocommerce-MyAccount-navigation a:hover,
.woocommerce-MyAccount-navigation .is-active a {
    background: #39642f;
    border-left-color: #462e00;
    border-left-width: 3px;
    color: #fff;
}
.woocommerce-account .woocommerce-MyAccount-content {
    padding: 30px;
    background: #ffffff;
}

.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button{
    color: #ffffff;
    background: #39642f;
    border: 0;
    box-shadow: 0 7px 18px rgb(57 100 47 / .259);
    font-family: 'Tajawal', sans-serif !important;
    font-size: 16px;
    line-height: 52px;
    padding: 0 45px;
    transition: .25s;
    text-align: center;
    display: inline-block;
    border-radius: 100px;
    font-weight: bold;
    cursor: pointer;
    outline: none !important;
    position: relative;
}
.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover {
	color: #ffffff;
    background: #39642f;
}

.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
    background: #fff;
    margin: 0 0 2em;
}
.woocommerce-info {
    border-color: #d2a44a;
    border-width: 3px 1px 1px 1px;
    border-style: solid;
}
.woocommerce-info::before {
    color: #d2a44a;
}
.woocommerce a.button {
    background: #1C3747;
    color: #fff;
}

.woocommerce-additional-fields {
    display: none !important;
}

#add_payment_method #payment,
.woocommerce-cart #payment,
.woocommerce-checkout #payment {
    background: #f3f2f3;
}
#add_payment_method #payment div.payment_box,
.woocommerce-cart #payment div.payment_box,
.woocommerce-checkout #payment div.payment_box {
    background: #ebeaeb;
    margin: 1em 0 0;
    padding-bottom: 1px;
}
#add_payment_method #payment div.payment_box::before,
.woocommerce-cart #payment div.payment_box::before,
.woocommerce-checkout #payment div.payment_box::before {
    border-bottom-color: #f5f5f5;
}
#add_payment_method #payment fieldset div.form-row,
.woocommerce-cart #payment fieldset div.form-row,
.woocommerce-checkout #payment fieldset div.form-row {
    padding: 0;
}
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
    background: #39642f;
}

.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover {
    background: #39642f;
}

.wc-stripe-elements-field, .wc-stripe-iban-element-field{
    border: 2px solid #d6dde1;
    border-radius: 6px;
    padding: 10px 6px;
}

fieldset {
    display: block;
    margin: 0;
    padding: 0;
    border: 0;
}

.woocommerce .coupon {
    display: flex;
    justify-content: space-between;
}
.woocommerce #content table.cart td.actions .input-text, .woocommerce table.cart td.actions .input-text, .woocommerce-page #content table.cart td.actions .input-text, .woocommerce-page table.cart td.actions .input-text {
    width: 120px;
}

/* Thank you page */
.woocommerce .woocommerce-order {
    background: #fff;
    padding: 30px;
    text-align: center;
}
.woocommerce .woocommerce-order ul {
    display: inline-block;
}
.woocommerce .woocommerce-thankyou-order-received {
    font-size: 32px;    
}
.woocommerce .woocommerce-customer-details,
.woocommerce .woocommerce-order-details {
    text-align: left;
    padding: 20px;
}
.woocommerce .woocommerce-customer-details address {
    background: #fff;
}

@media (max-width: 767px) {
    .woocommerce .woocommerce-order {
        text-align: left;
    }
    .woocommerce ul.order_details li {
        width: 100%;
        margin-right: 0px;
        margin-bottom: 10px;
        padding: 10px 0;
        border-bottom: 1px dashed #d3ced2;
        border-right: none;
    }
}
@media (max-width: 576px) {
    .woocommerce form .form-row-first, .woocommerce form .form-row-last,
    .woocommerce-page form .form-row-first, .woocommerce-page form .form-row-last {
        width: 100%;
    }
}
.learndash-wrapper .ld-item-list .ld-item-search .ld-closer {
    font-size: 16px;
}

/* Single Course */
.sfwd-courses .container {
    background: #fff;
    padding: 20px;
}
.sfwd-courses .post-content h1 {
    font-size: 32px;
}
.learndash-wrapper .ld-item-list .ld-item-list-item .ld-item-list-item-preview .ld-status-icon {
    margin-top: 0px;
}
.learndash-wrapper .ld-expand-button.ld-button-alternate {
    color: #1c3747;
}
.learndash-wrapper .ld-expand-button.ld-button-alternate .ld-icon,
.learndash-wrapper .ld-table-list .ld-table-list-header,
.learndash-wrapper .ld-expand-button, .learndash-wrapper .ld-expand-button:hover,
.learndash-wrapper .btn-join, .learndash-wrapper #btn-join, .learndash-wrapper .btn-join:hover, .learndash-wrapper #btn-join:hover {
    background-color: #39642f;
}
.learndash-wrapper .ld-course-navigation .ld-lesson-item.ld-is-current-lesson .ld-lesson-item-preview-heading, .learndash-wrapper .ld-course-navigation .ld-lesson-item.ld-is-current-lesson .ld-lesson-title {
	color: #39642f;	
}
.learndash-wrapper .ld-course-navigation .ld-lesson-item.ld-is-current-lesson .ld-lesson-item-preview-heading .ld-status-incomplete, .learndash-wrapper .ld-course-navigation .ld-lesson-item.ld-is-current-lesson .ld-lesson-title .ld-status-incomplete {
	border: 2px solid #39642f;
}
.learndash-wrapper .ld-course-navigation .ld-lesson-item-preview .ld-expand-button {
    color: #1c3747;
}
.learndash-wrapper .ld-status-complete {
    background-color: #39642f;
}
.learndash-wrapper .ld-status-in-progress {
    border-left-color: #39642f;
    border-top-color: #39642f;
}
.learndash-wrapper .ld-course-status.ld-course-status-enrolled {
    margin-bottom: 15px;
}
#add_payment_method #payment div.payment_box, .woocommerce-cart #payment div.payment_box, .woocommerce-checkout #payment div.payment_box {
    background: #f5f5f5;
    border: 2px solid #d6dde1;
}
#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {
    background: #ffffff;
}
@media (min-width: 768px) {
    .sfwd-courses .container {
        padding: 60px;
    }
}

.table {
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #e5e5e5;
}
.table th {
    background: #1c3747;
    padding: 10px 15px;
    color: #fff;
    text-align: left;
    border: 1px solid #2c556d;
}
.table td {
    border: 1px solid #e5e5e5;
    padding: 10px 15px;
    text-align: left;
}

/* My Courses */
.page-id-593 .ld-item-list.ld-course-list,
.page-id-593 .ld-item-list .pill {
    display: none;
}

.post-139 .learndash-wrapper .ld-tabs .ld-tabs-navigation .ld-tab.ld-active {
    color: #d2a44a;
}

.post-139 .learndash-wrapper .ld-tabs .ld-tabs-navigation .ld-tab.ld-active:after {
    background-color: #d2a44a;
}

.sfwd-courses .learndash-wrapper .ld-item-list .ld-item-list-item {
    border: 2px solid #39642f; /*e2e7ed*/
}
.post-139 .learndash-wrapper .ld-pagination .ld-pages {
    background-color: #1b3847;
    color: #ffffff;
}
.post-139 .learndash-wrapper .ld-pagination .ld-pages a {
    color: #ffffff;
}

.post-139 .learndash-wrapper .ld-status-incomplete.ld-status-icon {
    border-color: #e2cca0;
}

.faq {
    background: #fff;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    max-width: 780px;
    margin: 0 auto;
    border-radius: 4px;
}
.faq + .faq {
    margin-top: 15px;
}
.faq h3 {
    padding: 15px 36px 15px 48px;
    margin: 0;
    font-size: 18px;
    letter-spacing: 1px;
    position: relative;
    cursor: pointer;
}
.faq h3:before {
    content: "\f30a";
    font-family: "Ionicons";
    position: absolute;
    left: 12px;
    top: 9px;
    font-size: 32px;
    line-height: 1;
    color: #39642f;
}
.faq h3:after {
    content: "";
    position: absolute;
    top: 15px;
    right: 15px;
    width: 10px;
    height: 10px;
    border: solid #1c3747;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    transition: .25s;
}
.faq.open h3:after {
    top: 23px;
    transform: rotate(225deg);
}
.faq > div {
    display: none;
    padding: 0 15px 15px;
}

.gform_fields .gfield {
    margin-bottom: 15px;
}
.validation_error {
    display: none;
}
.validation_message {
    margin: 5px 0 0;
    line-height: 1.3;
    color: #F44336;
}
.gform_confirmation_message {
    font-size: 20px;
    text-align: center;
    color: #4CAF50;
}
.gform_wrapper .registration_form,
#gform_wrapper_2 {
    max-width: 750px;
    margin: 0 auto;
}
#startup_sessions form {
    background: #FFFFFF;
    box-shadow: 0px 8px 20px 3px rgb(84 98 131 / 18%);
    border-radius: 8px 8px 0px 8px;
    padding: 40px 40px 30px 56px;
}
.gform_wrapper .registration_form .gform_fields .gfield_label ,
#gform_wrapper_2 .gform_fields .gfield_label {
/*     display: none; */
}
.gform_wrapper .registration_form .gform_footer,
#gform_wrapper_2 .gform_footer {
    text-align: center !important;
}

.popup {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .25s;
}
.popup .popup-close {
    position: absolute;
    top: 6px;
    right: 12px;
    font-size: 36px;
    font-style: normal;
    line-height: 1;
    opacity: .6;
    transition: .25s;
    cursor: pointer;
}
.popup .popup-close:hover {
    opacity: 1;
}
.popup .popup-content {
    width: 620px;
    max-width: 100%;
    max-height: 100vh;
    background: #fff;
    padding: 30px;
    border-radius: 4px;
    box-shadow: 0 6px 80px rgba(0, 0, 0, 0.2);
    position: relative;
    overflow: auto;
    transition: .25s;
}
.popup .popup-content p b {
    display: block;
}
.popup:not(.in) {
    opacity: 0;
    pointer-events: none;
}
.popup:not(.in) .popup-content {
    transform: translateY(25%);
}

.jq-dropdown .jq-dropdown-menu li > .payoffline {
    background: #fff;
    display: block;
    position: relative;
    text-align: center;
    font-size: 18px;
    padding: 10px;
}

@media (max-width: 767px) {
    .testimonial__btn {
        display: none;
    }
}

/* Hide Courses Price */
.hide-price .ld-course-list-items .pill {
    display: none;
}

.blurb ul {
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    text-align: center;
}
.blurb ul li {
    position: relative;
    padding: 15px;
    cursor: pointer;
    width: calc(50% - 4px);
    background: #f0ead6;
    border-radius: 4px;
    margin: 2px;
    display: flex;
    align-items: center;
}
.blurb ul li:after {
    content: "";
    position: absolute;
    right: 18px;
    top: 24px;
    width: 10px;
    height: 10px;
    border: solid #444;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}
.blurb ul img {
    margin-right: 10px;
    width: 36px;
    height: 36px;
}
.blurb ul h3 {
    font-size: 20px;
    font-weight: 500;
    margin: 0;
}
.blurb ul p, .blurb ul br {
    display: none;
}
.blurb article {
    z-index: 1;
}
.blurb article p:empty {
    display: none;
}
.blurb figure img, 
.img--grayscaled img {
    filter: grayscale(1);
}

@media (min-width: 992px) {
    .blurb {
        display: flex;
        align-items: center;
        font-size: 18px;
    }
    .blurb figure {
        width: 60%;
        margin: 0;
    }
    .blurb figure img {
        border-radius: 4px;
        box-shadow: 0 12px 36px 0 rgba(0, 0, 0, 0.1);
    }
    .blurb article {
        width: 52%;
        margin-left: -12%;
        background: #fff;
        padding: 30px;
        border-radius: 4px;
        box-shadow: 0 12px 36px 0 rgba(0, 0, 0, 0.1);
    }
}

#popup-blurb .innercontent {
    position: relative;
    padding-left: 140px;
}
#popup-blurb .innercontent br {
    display: none;
}
#popup-blurb .innercontent img {
    position: absolute;
    left: 0;
    top: 0;
    width: 120px;
}

#popup-member .popup-content {
    width: 960px;
}
#popup-member figure img {
    /*filter: grayscale(1);*/
}
#popup-member ul {
    font-family: 'Tajawal', sans-serif;
    font-size: 20px;
    font-weight: 500;
    color: #1c3747;
}
#popup-member .button {
    display: none;
}

@media (min-width: 768px) {
    #popup-member .innercontent {
        display: flex;
    }
    #popup-member figure {
        width: 28%;
        margin-right: 25px;
    }
    #popup-member figure img {
        width: 100%;
        border-radius: 4px;
    }
    #popup-member .content {
        width: 72%;
    }
    
    .hero {
        padding: 120px 0;
    }
}

#popup-testimonial h5 {
    color: #39642f;
}
#popup-testimonial .innercontent > a {
    display: none;
}

.bg-center {
    background-position: center;
}

.dynamic-keywords {
    padding: 15px 0;
    text-align: center;
    margin-bottom: 10px;
}
.dynamic-keywords h2 {
    width: 100%;
    font-family: 'Tajawal', sans-serif;
    font-size: 48px;
    color: #fff;
    margin: 0;
}
.dynamic-keywords .words {
    display: block;
    width: 100%;
    height: 57px;
    position: relative;
    font-family: 'Tajawal', sans-serif;
    font-size: 48px;
    color: #fff;
    font-style: italic;
    font-weight: 400;
}
.dynamic-keywords .words span {
    white-space: nowrap;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    transition: .25s;
}
.dynamic-keywords .words :not(.in) {
    opacity: 0;
    transform: scale(.75);
}
.dynamic-keywords a {
    margin: 30px 0 0;
}
.dynamic-keywords a:empty {
    display: none;
}

@media (max-width: 1199px) {
    .dynamic-keywords h2 {
        font-size: 38px;
    }
    .dynamic-keywords .words span {
        right: 0;
    }
}
@media (max-width: 767px) {
    .dynamic-keywords h2 {
        font-size: 28px;
    }
}

.blurbs-item {
    max-width: 480px;
    margin: 0 auto 15px;
}
.blurbs-item figure img {
    display: block
    width: 100%;
    filter: grayscale();
}
.blurbs-item p:empty {
    display: none;
}
.blurbs-item ul li {
    display: flex;
    align-items: center;
}
.blurbs-item ul li + li {
    margin-top: 12px;
}
.blurbs-item ul img {
    width: 24px;
    height: 24px;
    margin-right: 12px;
}

@media (min-width: 768px) {
    .blurbs {
        display: flex;
        margin: 0 -15px;
    }
    .blurbs-item {
        width: 33.333%;
        padding: 0 15px;
    }
}

/* This classes is declear in vc-editor */
.bullets-row ul li {
    display: flex;
    align-items: flex-start;
}

.bullets-row ul li img {
    height: 20px;
    width: 20px;
    margin-right: 8px;
    margin-top: 2px;
}
.blurb-row .blurb_itemv2 h2 {
    font-size: 26px;
}
.blurb-row .blurb_itemv2 ul {
    font-size: 16px;
}

.courseswrap + .courseswrap {
    margin-top: 30px;
}
.courseswrap > p {
    font-family: 'Tajawal', sans-serif;
    font-weight: 500;
    text-align: center;
    color: #1c3747;
    max-width: 960px;
    margin: 0 auto 15px;
}
/* Single coruse Popup */
#popup-wherewe .popup-content {
    max-width: 440px;
    text-align: center;
}
.wherewe-form .gfield_label {
    display: none;
}
#popup-wherewe .gform_fields {
    text-align: left;
}
#popup-wherewe .ginput_container_checkbox {
    display: flex;
    justify-content: center;
}

.woocommerce-tabs,
.products.related,
.product_meta {
    display: none;
}

.single-product > .product:after {
    content: "";
    display: table;
    clear: both;
}

.wpProQuiz_infopage {
    max-width: 580px;
    margin: 0 auto;
}
.wpProQuiz_infopage > h4 {
    display: none;
}

.fc-view-container {
    background: #fff;
}

.x-hellosign-embedded--in-modal {
    z-index: 999;
}

/* Calender Style */
.fc-event, .fc-event-dot {
    background-color: transparent;
    color: #39642f;
}
.fc-event {
    border: 1px solid #39642f;
}
.fc-day-grid-event {
    margin: 2px 2px 0;
    padding: 5px;
}
.fc-day-grid-event:hover {
    color: #39642f;
}
.fc-day-grid-event .fc-content {
    white-space: pre-wrap;
    overflow: auto;
}
.quiz-btn {
    color: #39642f;
    background-color: #1c3747;
    font-weight: 600;
    font-family: 'Tajawal', sans-serif;
}
.banner-text h2 {
    margin-bottom: 0;
    font-family: 'Tajawal', sans-serif;
    font-size: 3rem;
}
.banner-text p {
    margin: 24px 0px;
    color: #39642f;
    font-weight: normal;
    padding: 0;
}
.banner-section {
    padding: 90px 0;
}
.what-makes-it-diffrent-section .learn-sec {
    position: initial !important;
}
.banner-section .vc_column_container{
    padding: 0 15px;
}
.st-title {
    padding: 4px 0px 16px 0;
    font-family: 'Tajawal', sans-serif !important;
    font-size: 1.6rem;
}
.skill-title {
    color: #79a341;
    padding-bottom: 20px;
    font-family: inherit !important;
    font-weight: bold !important;
    text-transform: unset;
}
.st-section-different p strong {
    color: #cfa148;
    font-size: 24px;
    font-family: 'Tajawal', sans-serif;
}
.st-section-different {
    background-color: #f0ead6;
    padding: 24px 0px;
}
.st-section-different .heading h2 {
    font-size: 18px;
    font-weight: bold;
    color: #78a240;
    font-family: 'Tajawal', sans-serif;
}
a.learn-more {
    float: right;
    font-size: 14px;
    font-weight: bold;
}
.box-content-item .vc_column-inner {
    padding: 5px 20px 24px 20px;
}
.box-content-item .vc_column-inner:hover {
   background-color: #fff;
    border-radius: 8px;
}
.box-content-item {
    padding: 0;
    border-radius: 4px;
}
.box-content-item .wpb_single_image .vc_single_image-wrapper {
    display: inline-block;
    vertical-align: top;
    max-width: 100%;
    background-color: #99bd3c;
    border-radius: 60%;
    padding: 20px;
}
.box-content-item .wpb_content_element {
    margin-bottom: 0;
/*
    max-height: 130px;
    height: 200px;
*/
        margin-top: 30px;
    position: relative;
}
.wpb_wrapper .learn-sec {
    position: absolute;
    bottom: 0;
    right: 0;
}
.curriculum-heading h2 {
    font-size: 24px;
    font-weight: 500;
    font-family: 'Tajawal', sans-serif;
    width: 100%;
    margin: 0 auto;
    background-color: #d1a449;
    padding: 14px 4px;
    margin-bottom: 12px;
    position: relative;
}
.curriculum-heading .heading:before {
    content: '';
    font-size: 24px;
    font-weight: 500;
    font-family: 'Tajawal', sans-serif;
    width: 104%;
    margin: 0 auto;
    background-color: #1c3846;
    padding: 10px 4px;
    margin-bottom: 12px;
    position: absolute;
    left: -12px;
    z-index: 0;
    height: 55px;
    top: 0px;
    transform: rotate(-3deg);
}
.curriculum-heading .heading__desc {
    font-size: 18px;
    font-weight: 500;
    font-family: 'Tajawal', sans-serif;
    font-style: italic;
}
.curriculum-heading .heading {
    width: 50%;
    position:relative;
}
.Curriculum-title {
    margin-top: 16px;
    margin-bottom: 12px;
}
.Curriculum-title h2 {
    font-size: 18px;
    font-weight: 600;
    /*font-family: 'Tajawal', sans-serif;*/
}
.Curriculum-title h4 {
    text-align: center;
    font-size: 18px;
}
.curriculum-img-box {
    border: 2px solid #1c3749;
}
.Curriculum-title ul {
    list-style-type: disc;
    font-weight: 500;
    /*font-family: 'Tajawal', sans-serif;*/
    /*font-size: 14px;*/
    margin-bottom: 12px;
}
.Curriculum-title .wpb_text_column.wpb_content_element {
    padding: 4px 32px;
}
#quiz.Curriculum-title .wpb_text_column.wpb_content_element {
    padding: 0px;
}
.more-info {
    text-align: right;
    padding: 0 20px;
}
.more-info a {
    color: #1c3747;
    font-family: 'Tajawal', sans-serif;
    font-weight: 500;
    font-size: 13px;
}
.testimonial-section, .sales-person{
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.sp-testimonial-free-section .tfree-client-testimonial{
    color: #39642f !important;
    color: #ffffff !important;
}
.sp-testimonial-free-section .tfree-client-name{
    color: #39642f !important;
    text-align: right;
    padding: 0 200px;
    color: #39642f !important;
    color: #ffffff !important;
}
.sp-testimonial-free-section .slick-dots {
    margin-bottom: -10px !important;
}
.sp-testimonial-free-section .slick-dots li.slick-active button{
    background-color: #39642f !important;
}
.sp-testimonial-free-section .slick-dots li{
    margin-bottom: auto !important;
}
.sp-testimonial-free-section .tfree-client-testimonial {
    font-size: 28px;
    line-height: 26px;
    font-weight: 600;
    font-style: normal;
    margin: 0px 0px 20px 0px;
    font-family: 'Tajawal', sans-serif;
    padding: 0 150px;
    text-align: left;
    color: #39642f !important;
    color: #ffffff !important;
}
.person-box {
    padding: 50px 0;
    position: relative;
        max-width: 900px;
        margin: -360px auto 0;
}
.person-box .vc_column_container { margin-bottom: 40px }
a.schedule-btn {
    background-color: #39642f;
    color: #1c3747;
    padding: 12px 60px;
    border-radius: 40px;
    font-size: 18px;
    font-weight: 600;
    display: inline-block;
    margin: 4px 0px;
}
.schedule-section .color-dark .heading__title {
    color: #131127;
    font-size: 32px;
    font-weight: 600;
    text-transform: none;
}
.schedule-section .heading .heading__desc{
    font-weight: 600;
    margin-bottom:10px;
}
.sales-person {
    padding: 60px 0px 260px 0px;
}
.sales-person-title h2 {
    font-weight: 600;
    text-transform: inherit;
}
.person-box h3{
    font-size: 18px;
}
.sales-person-title .color-dark .heading__title {
    color: #1c3747;
}
.person-img img {
    filter: grayscale(1);
    width: 300px;
    border-radius: 4px;
    height: 100%;
    object-fit: cover;
}
.person-box h5{
    color: #99bd3c;
    font-size: 14px;
}
.wpb_single_image.person-img .vc_single_image-wrapper {
    display: inline-block;
    vertical-align: top;
    max-width: 100%;
    max-width: 360px;
    height: 300px;
    overflow: hidden;
}
.sp-testimonial-free-section .tfree-testimonial-title{
    display: none;
}
#wpmenucartli {
    width: 100%;
    text-align: right;
}
#header .navbar-nav {
    width: 100%;
}
.learndash-wrapper table thead tr th {
    border-bottom: 1px solid #1c3747;
    padding: 0;
    text-align: center;
    border-collapse: collapse;
}
.learndash-wrapper table tbody tr td, .learndash-wrapper table tbody tr th {
    padding: 6px 0px;
    border-bottom: 1px solid #1c3747;
    text-align: center;
    border-collapse: collapse;
}
.learndash-wrapper table {
    border-collapse: collapse;
}
.learndash-wrapper table tbody tr:last-child td:nth-child(-n+2){ text-align:center; font-weight: 400;}
.learndash-wrapper table tbody tr:last-child td:first-child{ text-align:left; font-weight: 600;}
.learndash-wrapper table tbody tr td:nth-child(-n+2){ text-align:left; font-weight: 600;}
.learndash-wrapper table tbody tr:nth-child(2) td:nth-child(2) {
    text-align: center;
    font-weight: normal;
}
.add_to_cart_button {
    background-color: #1c3747;
    padding: 12px 24px;
    line-height: 12px;
    font-size: 14px;
    border-radius: 4px;
    font-weight: 500;
}

a.disocunt_link {
    padding: 6px 20px;
    text-align: center;
    width: 100%;
    display: block;
    background-color: #ddd1ab;
    color: #1c3747;
    font-size: 22px;
    margin: 10px 0px;
}
.feature-box:after {
    right: 3px;
    width: 14px;
    height: 14px;
    border-width: 0 3px 3px 0;
}
a.disocunt_link strong {
    text-transform: capitalize;
    text-decoration: underline;
}
.discount-price {
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    color: #396430;
    padding: 12px 0px;
    text-transform: uppercase;
    font-family: 'Tajawal', sans-serif;
}
.total-amount-box {
    text-align: center;
    padding: 16px 0;
}
.total-amount-box p {
    font-size: 12px;
    text-transform: uppercase;
    font-style: italic;
    color: #396430;
    margin: 3px 16px;
    font-weight: 600;   
    position: relative;
    bottom: 20px;
    font-family: 'Tajawal', sans-serif;
}
input.select-price[type="checkbox"]:checked + strong {
    color: #396430;
}
.total-amount-box span {
    font-weight: 600;
    font-size: 46px;
    line-height: normal;
    font-family: 'Tajawal', sans-serif;
    width: 100%;
    display: block;
    margin-bottom: 6px;
}
.total-amount-box {
    padding: 16px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}
.cart-btn {
    padding: 6px 16px;
    background-color: #1b3847;
    color: #fff;
    font-size: 14px;
    border: 0;
    border-radius: 4px;
}
.container-checkbox span {
    display: inherit;
    font-size: 12px;
    color: #7b7d7e;
}
.price-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 12px;
}
.strike-price {
    font-size: 18px;
    font-weight: 600;
}
/* custom checkbox */
.container-checkbox {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 18px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-weight: 600;
    margin-top: 16px;
    font-family: 'Tajawal', sans-serif;
}

/* Hide the browser's default checkbox */
.container-checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
    background-color: #ffffff;
    border: 1px solid #396430;
}

/* On mouse-over, add a grey background color */


/* When the checkbox is checked, add a blue background */
.container-checkbox input:checked ~ .checkmark {
    background-color: #ffffff;
    border-radius: 2px;
    border: 1px solid #396430;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.container-checkbox input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.container-checkbox .checkmark:after {
    left: 7px;
    top: 2px;
    width: 10px;
    height: 14px;
    border: solid #396430;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.learndash-wrapper .table-summary table thead tr th {
    border-bottom: 0px solid #1c3747;
    padding: 0;
    text-align: center;
    border-collapse: collapse;
}
.learndash-wrapper .table-summary table tbody tr td, .learndash-wrapper .table-summary table tbody tr th {
    padding: 0px 12px;
    border-bottom: 0px solid #1c3747;
    text-align: right;
    border-collapse: collapse;
    font-family: 'Tajawal', sans-serif;
    font-size: 13px;
}
.table-summary table tfoot tr th{
    font-family: 'Tajawal', sans-serif;
}
.learndash-wrapper .table-summary table tbody tr td:nth-child(-n+2) {
    text-align: right;
    font-weight: 400;
}
.text-center{
    text-align: center;
}
.pt-0{
    padding-top: 0;
}
.modal-course h5 {
    font-weight: 400;
}
.modal-course .ld-course-list-items.row {
    margin-bottom: 12px;
}
.total-amount-box span {
   
    color: #396430;
}
.ld-course-list-items .ld__content h3 {
    color: #396430;
    font-size: 28px;
    line-height: 1.2;
    font-weight: 700;
    color: #222;
    margin: 0 0 25px 0 !important;
}
i.wishlist.ion-md-heart-empty {
    display: none;
}
button.btn.btn-secondary {
    background-color: #1b3847;
    color: #fff;
    border: 0;
    padding: 6px 12px;
    border-radius: 4px;
    font-size: 16px;
}
.close-btn {
    border: 1px solid #396430;
    border-radius: 60%;
    background-color: #ffffff;
    color: #396430;
    margin: 10px;
    font-size: 18px;
    line-height: 18px;
    position: absolute;
    z-index: 999;
    right: 0;
    cursor: pointer;
}
select#guided_trade_price_value {
    width: calc(88% - 40px);
    margin: 0 12px;
    font-family: 'Tajawal', sans-serif;
    text-transform: capitalize;
}
button#guided_trade_add_to_cart {
    width: auto;
    font-size: 14px;
    text-transform: capitalize;
    margin: 0 12px;
}
.add_to_cart_button.button.view_cart_btn {
    width: auto;
    font-size: 14px;
    text-transform: capitalize;
    margin: 0 12px;
    line-height: 18px;
    vertical-align: middle;
    padding: 12px 22px;
}
.woocommerce-account .woocommerce-MyAccount-content {
    float: right;
    width: 100%;
}
.woocommerce-account .woocommerce-MyAccount-navigation {
    float: left;
    width: 100%;
    padding: 0 30px;
}
li.woocommerce-MyAccount-navigation-link {
    display: inline-block;
}
.woocommerce-MyAccount-navigation a {
    border-radius: 20px 20px 0 0;
}
.woocommerce-MyAccount-navigation a:hover, .woocommerce-MyAccount-navigation .is-active a {
    border-left-color: #39642f;
}
.color-dark.text-trans h2 {
    text-transform: none;
}
.color-dark.text-trans .heading__title strong {
    font-weight: 600;
    margin-top: 14px;
    display: block;
}
.content-justify .courseswrap > p {
    font-family: 'Adobe Caslon Pro', serif;
    font-weight: 400;
    text-align: left;
    color: #1c3747;
    max-width: 98%;
    margin: 0px auto 15px;
    font-size: 21px;
}

.loader_courses {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    position: fixed;
    background: rgba(34, 34, 34, 0.75);
    z-index: 9999;
}

.loader_courses__inner {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    position: absolute;
}

.loader_courses__content {
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
}

.loader_courses .spinner {
    width: 75px;
    height: 75px;
    display: inline-block;
    border-width: 2px;
    border-color: rgba(255, 255, 255, 0.05);
    border-top-color: #39642f;
    animation: spin 1s infinite linear;
    border-radius: 100%;
    border-style: solid;
}
a.disocunt_link:hover {
    color: #db9917;
}
@keyframes spin {
  100% {
    transform: rotate(360deg);
  }
}
/*checkout css*/
.payment-section {
    width: 100%;
    display: inline-block;
}
.col-md-5{
    float: left;
    width: 40.666667%;
}
.col-md-7{
    float: right;
    width: 56.333333%;
}
.box-sec {
    text-align: left;
    font-family: 'Tajawal', sans-serif;
}
.box-sec table {
    border: 1px solid rgba(0,0,0,.1);
    margin: 0 -1px 24px 0;
    text-align: left;
    width: 100%;
    border-collapse: separate;
    border-radius: 5px;
}
.box-sec table td {
    border-top: 1px solid rgba(0,0,0,.1);
    padding: 9px 12px;
    vertical-align: middle;
    line-height: 1.5em;
}
.box-sec table th {
    padding: 9px 12px;
    font-size: 18px;
}
.box-sec span {
    font-size: 12px;
}
.box-sec table strong{
    font-weight: 500;
    font-size: 14px;
    padding: 0px 12px;
}
.box-sec .alt-payments {
    background: #39642f;
    padding: 0.7rem 1rem;
    margin: -10px auto 30px;
    font-size: 14px;
    line-height: 1.2;
    border-radius: 4px;
    color: #fff;
    text-align: center;
}
.box-sec .alt-payments strong { padding: 0; }
.trade {
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.box-sec .count{
    width: 140px;
    display: flex;
    align-items: center;
}
.box-sec .count label{
    margin-left: 6px;
}
.box-sec .count select{
    display: block;
    width: 100%;
    height: 31px;
    background: #fff;
    border: 2px solid #d6dde1;
    border-radius: 3px;
    padding: 4px;
    font-family: inherit;
    font-size: 14px;
}
.bt-discount {
    background-color: #f0ddbc;
    padding: 23px;
    margin: 90px 54px;
    font-weight: bold;
}
section#page-2143 {
    background-color: #fff;
}
section#page-2143 > .container {
    max-width: 1170px !important;
}
.your-order, .your-item {
    background-color: #fff;
}
.box-sec td.normal-title {
    border-top: 0;
    border-bottom: 1px solid rgba(0,0,0,.1);
    font-size: 14px;
    font-weight: 500;
}
.your-order .box-sec table tbody:first-child td {
    border-top: 0px solid rgba(0,0,0,.1);
    /* text-align: center; */
}
.your-order .box-sec table tbody:first-child tr:last-child td {
    border-top: 1px solid rgba(0,0,0,.1);
}
.your-order .box-sec table tbody:nth-child(2) tr:first-child td {
    border: 0;
    text-align: right;
}
.your-order .box-sec table tbody:nth-child(2) tr td:last-child {
    text-align: right;
}
/* .your-order .box-sec table tbody:first-child tr:nth-child(5) td {
    border-top: 1px solid rgba(0,0,0,.1);
} */
tr.total-memberships td {
    font-weight: 500;
}
tr.total-memberships td span {
    font-weight: 500;
    display: block;
    line-height: 4px;
    font-size: 10px;
}
.font-weight-bold{
 font-weight: 500;
}
.text-left{
    text-align: left !important;
}
.box-sec table .no-border td{
    border: 0;
}
.your-order tfoot tr th, .your-order tfoot tr td {
    border-top: 1px solid rgba(0,0,0,.1);
    text-align: center;
}
.your-order tfoot tr:last-child th, .your-order tfoot tr:last-child td {
    border-top: 0px solid rgba(0,0,0,.1);
    padding: 0 8px;
    text-align: right;
}
.your-order tfoot tr:nth-child(3) td {
    font-weight: 500;
    padding: 0px 0px 4px 0px;
    text-align: center;
}
tr.total-memberships td span.woocommerce-Price-amount.amount span {
    font-size: 16px;
}
tr.total-memberships td span.woocommerce-Price-amount.amount {
    font-size: 16px;
    margin-bottom: 12px;
    display: flex;
    justify-content: flex-end;
}
.your-order .box-sec table tbody td {
    text-align: right;
}
.your-order tfoot tr:nth-child(2) th {
    padding: 0px 12px;
    text-align: right;
    font-size: 16px;
}
.your-order tfoot tr:nth-child(2) td {
    font-size: 12px;
    padding: 0 8px;
    font-weight: 500;
    text-align: right;
}
.your-order tfoot tr td, .your-order tfoot tr th {
    text-align: right;
    padding: 6px 8px !important;
}
.ft-sec {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.term {
    display: flex;
    align-items: center;
}
.box-sec .term-link a span {
    font-size: 13px;
    color: #0000ff;
}
.box-sec .term-link a {
    font-size: 13px;
    color: #000;
    margin: 0 6px;
    font-style: italic;
}
.apply-btn {
    padding: 8px 25px;
    color: #6d6d70;
    border: 1px solid #cecee5;
}
.coupon-btn {
    padding: 8px 25px;
    color: #6d6d70;
    border: 1px solid #cecee5;
}
.coupon-btn, .apply-btn {
    background-color: #1b3747;
    cursor: pointer;
    color: #fff;
}
.coupon-btn:disabled, .apply-btn:disabled {
    padding: 8px 25px;
    color: #6d6d70;
    border: 1px solid #cecee5;
    background-color: #ccc;
}
.your-order .box-sec table tbody th {
    padding: 8px 12px;
    border: 0;
}
.your-order tfoot tr th:last-child {
    text-align: right;
    padding: 0 8px;
}
.your-order .box-sec table tbody td {
    font-size: 14px;
    padding: 8px 12px;
}
.your-order .box-sec table tbody tr.border-common td:first-child {
    text-align: left;
}
tr.pdn-cr td {
    padding-top: 0 !important;
}
tr.pdn-cr th {
    padding-bottom: 0 !important;
}
.border-common td, .border-common th {
    border-top: 1px solid rgba(0,0,0,.1) !important;
}
.wpmenucart-icon-shopping-cart-0:before {
    font-size: 26px;
    position: relative;
    top: 2px;
}
#payment input[type="checkbox"] {
    top: 0;
}
a.woocommerce-terms-and-conditions-link, a.woocommerce-privacy-policy-link {
    color: #0909f5;
}
.payment-section input[type="checkbox"], #payment input[type="checkbox"] {
     appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    width: 18px;
    height: 18px;
    border: 1px solid #939292;
    position: relative;
    top: 4px;
    border-radius: 4px;
    display: inline-block;
}
.payment-section input[type="checkbox"]:checked, #payment input[type="checkbox"]:checked {
    background-image: url(/wp-content/uploads/2020/04/checkmark.svg);
    background-size: 17px 15px;
    background-repeat: no-repeat;
    position: relative;
}
/*quiz-result*/
.ld-course-list-items .inner-item-list {
    background-color: #fff;
    border-radius: 4px;
    position: relative;
    margin: 0 10px;
    width: 100%;
    text-align: center;
}
.ld-course-list-items .column-item:first-child:after {
    border: 0;
}
.ld-course-list-items .column-item:after {
    content: '';
    border: 1px solid #aba9a9;
    position: absolute;
    height: 60%;
    top: 76px;
    left: 0;
}
.learndash-wrapper .inner-item-list .inner-item-list-item {
    border: 2px solid #e2e7ed;
    border-radius: 6px;
    margin-bottom: 12px;
    background: #fff;
}
.quiz-course {
    background-color: #e0e0e0;
}
.inner-item-list-item h3 {
    font-size: 16px;
    text-align: center;
    color: #39642f;
    text-transform: uppercase;
    font-family: 'Tajawal', sans-serif;
}
.title-name {
    font-size: 26px;
    font-weight: 600;
    text-align: center;
    line-height: normal;
    margin: 0;
    height: 70px;
}
.price-value {
    font-size: 28px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 20px;
}
.text-item{
    height: 160px;
}
#program_details_modal .text-item{
    height: auto;
}
.text-item li {
    position: relative;
    line-height: normal;
    padding: 6px 0px;
}
.text-item li i {
    color: #444;
    background-color: #ccc;
    border-radius: 60px;
    padding: 0px;
    position: absolute;
    right: 26px;
    font-size: 16px;
    width: 20px;
    height: 20px;
    top: 0;
    font-style: inherit;
}
.text-item li span {
    font-size: 13px;
    text-align: right;
    display: block;
    width: calc(90% - 45px);
}

.inner-item-list-item {
    padding: 20px;
    margin-bottom: 20px;
}
.mb-20 {
    margin-bottom: 20px;
}
button.btn.buy-now-btn {
    background-color: #f3f3f1;
    border: 0;
    padding: 6px 28px;
    font-size: 16px;
    color: #474747;
    border: 1px solid #626262;
    border-radius: 4px;
    font-weight: 500;
    font-family: 'Tajawal', sans-serif;
    cursor: pointer;
}
.buy-now-btns {
    color: #fff !important;
    text-transform: uppercase;
    text-decoration: none;
    background: #434343;
    padding: 11px;
    border-radius: 5px;
    display: inline-block;
    border: none;
    transition: all 0.4s ease 0s;
    float: right;
    font-weight: bold;
}
.buy-now-btns:hover {
background: #796d6d;
letter-spacing: 1px;
-webkit-box-shadow: 0px 5px 40px -10px rgba(0,0,0,0.57);
-moz-box-shadow: 0px 5px 40px -10px rgba(0,0,0,0.57);
box-shadow: 5px 40px -10px rgba(0,0,0,0.57);
transition: all 0.4s ease 0s;
}

.inner-item-list:hover {
    background-color: #f5ebd7;
    color: #5e5c54;
}
.white-bg{
    background-color: #fff;
}
.common-color{
    color: #396430;
}
.text-item li p {
    line-height: normal;
    margin: 0;
    text-align: left;
    
}
.pre-launch strong a {
    color: #0000ff;
    text-decoration: underline;
}
span.or-text {
    text-align: center !important;
    font-size: 16px !important;
    line-height: 0;
}
/*ribbonicon*/
.cup-ribbon {
    position: absolute;
    top: 17px;
    left: 95%;
    transform: translate(-50%, -50%);
    box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.3);
    background-color: #39642f;
    width: 34px;
    height: 35px;
    padding-top: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .cup-ribbon-arrow {
    width: 50px;
    height: 25px;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    overflow: hidden;
  }
  .cup-ribbon-arrow::after {
    content: "";
    position: absolute;
    width: 23px;
    height: 24px;
    background: #39642f;
    transform: translateX(-50%) translateY(-50%) rotate(45deg);
    top: 0;
    left: 50%;
    box-shadow: 1px 1px 8px 0 rgba(0, 0, 0, 0.8);
  }
  span.cup {
    font-size: 28px;
    color: #fff;
}
  
/*Lesson Section*/
.lesson-divider.row {
    display: flex;
    flex-wrap: wrap;
}
.lesson-item {
    width: 100%;
}
.lesson-item li {
    padding: 10px 6px;
    border: 1px solid #a9a9a9;
    border-radius: 4px;
    font-size: 18px;
    font-weight: 500;
    font-family: 'Tajawal', sans-serif;  
    margin-bottom: 6px;

}
h3.lesson-title {
    background-color: #39642f;
    color: #1c3747;
    padding: 16px 20px;
    border-radius: 4px;
    margin-bottom: 30px;
    font-size: 22px;
}
.lesson-item li.active a{
    color: #39642f;
}
.learndash-wrapper a .label-icon img {
    width: 28px;
    margin-right: 12px;
}
.label-icon {
    display: flex;
}
.lesson-item a {
    display: flex;
    justify-content: space-between;
    color: #828282;
}
.video-item .wp-block-video video {
    max-width: 100%;
    border: 1px solid #cecece;
}
.lesson-dec p {
    font-style: italic;
    font-size: 22px;
    margin-bottom: 12px;
}
.lesson-item li.active {
    background-color: #1c3747;
}
.lesson-item li:hover {
    background-color: #1c3747;
}
.lesson-listing, .video-column {
    width: 100%;
}
.email-dec .container-checkbox {
    font-weight: 600;
    margin-top: 16px;
    font-family: 'Tajawal', sans-serif;
    font-style: italic;
    font-size: 15px;
}
.email-dec p {
    font-style: italic;
    color: #000;
}
.modal-body.modal-course.news-sec {
    padding: 40px 40px;
}
.email-id {
    border: 2px solid #396430 !important;
    border-radius: 0 !important;
    height: 60px !important;
    margin-bottom: 60px;
}
.news-sec .modal-content{
    border-radius: 0;
}
.news-sec .close-btn {
    border: none;
    border-radius: 60%;
    background-color: #ffffff;
    color: #040404;
    margin: 10px;
    font-size: 34px;
    line-height: 18px;
    position: absolute;
    z-index: 999;
    right: 0;
    cursor: pointer;
}
.email-id::placeholder {
    font-style: italic;
    font-size: 18px;
}
button.btn.ok-btn {
    background-color: #ccc;
    border: 0;
    padding: 18px 70px;
    font-size: 22px;
    text-transform: uppercase;
    line-height: normal;
    font-family: 'Tajawal', sans-serif;
    font-style: italic;
    font-weight: 500;
    cursor: pointer;
}
.banner-section:before {
    position: absolute;
    content: '';
    top: 0;
    height: 100% !important;
    width: 100% !important;
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0.74) , #08080800);
    background-image: -webkit-linear-gradient(to right, rgba(255, 255, 255, 0.74) , #08080800); 
    background-image:    -moz-linear-gradient(to right, rgba(255, 255, 255, 0.74) , #08080800); 
    background-image:     -ms-linear-gradient(to right, rgba(255, 255, 255, 0.74) , #08080800);
    background-image:      -o-linear-gradient(to right, rgba(255, 255, 255, 0.74) , #08080800); 
    background-image:         linear-gradient(to right, rgba(255, 255, 255, 0.74) , #08080800);
    z-index: 0;
    left: 0;
    visibility: visible !important;
    display: block !important;
}
.banner-section {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
#header .logo {
    margin-right: 20px;
    width: auto;
    max-width: 260px;
}
.text-left td {
    text-align: left !important;
}
.apply-sec input {
    border-radius: 0;
}
.apply-sec {
    display: flex;
    margin-bottom: 10px;
    float:right;
}
.apply-value {
    width: 100%;
}
div#coupon_message_sk ul {
    margin: 0;
}
#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {
    font-family: 'Tajawal', sans-serif;
}
.woocommerce form .form-row label {
    line-height: 2;
    font-family: 'Tajawal', sans-serif;
    font-size: 14px;
}
.woocommerce-billing-fields input::placeholder, .woocommerce-billing-fields select, .select2-container--default .select2-selection--single .select2-selection__rendered{
    font-family: 'Tajawal', sans-serif;
    font-size: 12px;
}
.your-order tfoot tr th:last-child span, .your-order tfoot tr td:last-child span {
    font-size: 16px;
}
.your-order tfoot tr:nth-child(2) th {
    font-size: 18px;
}
tr.no-border td:first-child {
    text-align: left !important;
}
tr.no-border td {
    text-align: right !important;
}
table.single-course-table tr:last-child td {
    border: 0;
}
table.single-course-table td, table.single-course-table td span.woocommerce-Price-amount.amount {
    text-align: center !important;
    font-weight: 600;
}
.p-list-check {
    padding-left: 22px;
}
.p-list-checks{
    padding-left: 30px !important;
}
.learndash-wrapper .ld-breadcrumbs {
    background-color: #39642f;
    color: #1c3747;
    padding: 16px 20px;
    border-radius: 4px;
    margin-bottom: 30px;
    font-size: 22px;
    font-family: 'Tajawal', sans-serif;
}
.learndash-wrapper .ld-breadcrumbs span a {
    color: #1b3747;
}
.learndash-wrapper .ld-breadcrumbs .ld-breadcrumbs-segments span:after {
    font-family: 'Tajawal', sans-serif;
    font-weight: 600;
}
.mb-2{
    margin-bottom: 12px;
}
.wpf_html_content_wrapper ul li {
    padding: 4px 12px;
}
.text-center{
    text-align: center !important;
}
.wpf_form_wrapper form.wpf_form .wpf_default_btn, .wpf_form_wrapper form.wpf_form .wpf_full_block_btn {
    border-radius: 4px;
    display: inline-block;
    background-color: #39642f !important;
    background-image: linear-gradient(-180deg,#39642f,#39642f) !important;
    box-shadow: 0 0 0 #39642f !important;
    font-size: 17px;
    line-height: 17px;
    height: 40px;
    font-weight: 500 !important;
    text-shadow: 0 -1px 0 rgba(0,0,0,0);
    color: #fff;
    cursor: pointer;
    transition: all .2s ease-in-out;
    padding: 10px 20px;
    border: 2px solid #39642f;
}
.wpf_input_label label {
    font-weight: 500;
}
.wpf_html_content_wrapper p {
    margin-bottom: 6px;
}
span.wpf_single_amount {
    font-weight: 600;
}
.pre-launch button.btn.buy-now-btn {
    max-width: 247px;
    width: 100%;
    font-size: 12px;
    padding: 10px 10px;
    border-radius: 2px;
    background-color: #dedbdb;
    box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.17);
    border: 1px solid #bbbbbb;
}
.wpf_form_wrapper {
    font-family: 'Tajawal', sans-serif;
    font-size: 13px;
}
.pre-launch .text-item {
    height: 300px;
}
.pre-launch .price-value {
    font-size: 28px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 0px;
}
.pre-launch .inner-item-list-item h3 {
    margin: 0;
    line-height: 18px;
}
.pre-launch .title-name {
    font-size: 26px;
    font-weight: 600;
    text-align: center;
    line-height: normal;
    margin: 0;
    height: 40px;
}
.pre-launch .text-item li ul li {
    /* font-size: 14px; */
    text-align: left;
    padding: 5px 6px;
    font-weight: 600;
}
.pre-launch .text-item li {
    width: 100%;
    margin: 0 auto;
    text-align: left;
    /* font-weight: 600; */
    font-size: 14px;
}
.font-weight-bold{
    font-weight: 600;
}
.text-item li p {
    padding-left: 6px;
    /* font-weight: normal; */
}
.text-item li p.pl-3 {
    padding-left: 24px;
    position: relative;
}
.text-item li p.pl-3:after {
    content: '.';
    position: absolute;
    left: 9px;
    top: -6px;
    font-size: 45px;
    line-height: 0;
    font-family: auto;
}
.wpf_form_wrapper form.wpf_form .wpf_form_submissions button {
    margin: 0 auto;
}
.wpf_html_content_wrapper ul li {
    padding: 4px 10px;
    display: inline-block;
    list-style: none;
    float: left;
    width: 50%;
    margin-left: 0;
    position: relative;
    padding-left: 20px;
}
.wpf_html_content_wrapper ul li:after {
    content: '.';
    position: absolute;
    left: 6px;
    top: 1px;
    font-size: 45px;
    line-height: 4px;
    font-family: auto;
}
input.wpf_payment_item + .wpf_html_content_wrapper {
    margin-top: -34px;
}
.wpf_html_content_wrapper p {
    width: 100%;
    display: inline-block;
}
.pre-launch .text-item li {

    display: list-item;
    list-style: none;
    padding: 0;
}
.pre-launch button.btn.buy-now-btn:hover {
    background-color: #39642f;
    color: #1b3747;
}
img.accepted-payment-logo {
    width: 120px;
    height: auto !important;
    float: right;
    position: relative;
    bottom: -20px;
}
.pre-launch li.course-items-f ul li ul li {
    position: relative;
}
.pre-launch li.course-items-f ul li ul li:after {
    content: '.';
    position: absolute;
    left: 2px;
    font-size: 40px;
    top: 4px;
    line-height: 0;
}
.mb-1{
    margin-bottom: 6px !important;
}
.pre-launch li.course-items-f, .pre-launch li.course-items-f ul li {
    width: 100%;
    display: inline-block;
}
.wpf_form_group.wpf_item_terms_conditions.wpf_consent_wrapper a {
    color: #0031ff;
}
.wpf_form_notices.wpf_form_notice_success {
    text-align: justify;
}
.custom-lession-page .user_has_access {
    float: right;
    display: inline-block;
    width: 33%;
}
.custom-lession-page .ld-tabs {
    float: left;
    width: 67%;
    margin-top: 0;
}
.learndash_post_sfwd-lessons {
    width: 100%;
}
.custom-lession-page .ld-item-list.ld-lesson-list {
    padding-left: 25px;
    margin-top: 0;
}
.custom-lession-page .learndash-wrapper .ld-item-list .ld-section-heading {
    margin-bottom: 0;
}
.custom-lession-page .learndash-wrapper .ld-item-list .ld-item-list-item .ld-item-list-item-preview {
    padding: 10px 6px;
    border: 1px solid #a9a9a9;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 500;
    font-family: 'Tajawal', sans-serif;
    margin-bottom: 4px;
}
.custom-lession-page .learndash-wrapper .ld-item-list .ld-item-list-item.learndash-complete .ld-item-list-item-preview a {
    color: #39642f;
}
.custom-lession-page .learndash-wrapper .ld-item-list .ld-item-list-item.learndash-complete .ld-item-list-item-preview.active {
    background-color: #1b3747;
}
.custom-lession-page .learndash-wrapper .ld-item-list .ld-item-list-item .ld-item-list-item-preview.active,
.custom-lession-page .learndash-wrapper .ld-item-list .ld-item-list-item .ld-item-list-item-preview:hover,
.custom-lession-page .learndash-wrapper .ld-item-list .ld-item-list-item .ld-item-list-item-preview a:hover{
    background-color: #1b3747;
    color: #39642f;
}
.custom-lession-page .learndash-wrapper .ld-item-list .ld-item-list-item .ld-item-list-item-preview a {
    justify-content: space-between;
    flex-direction: row-reverse;
    color: #7e7e7e;
    width: 100%;
}
.custom-lession-page .user_has_access .ld-item-title {
    position: relative;
    padding-left: 36px;
}
.custom-lession-page .ld-lesson-section-heading, .custom-lession-page .ld-section-heading h2 {
    font-family: 'Tajawal', sans-serif;
}
.custom-lession-page .wp-block-video video {
    max-width: 100%;
    border: 1px solid #cecece;
    padding-right: 1px;
}
.custom-lession-page .user_has_access .ld-item-title:after {
    content: '';
    top: 0;
    position: absolute;
    left: 0;
    background-image: url(/wp-content/uploads/2020/06/play-button.svg);
    width: 28px;
    height: 28px;
    background-repeat: no-repeat;
}
.custom-lession-page .ld-item-list-items {
    max-height: 400px;
    overflow-y: scroll;
    padding-right: 4px;
}
.custom-lession-page .ld-item-list-items::-webkit-scrollbar { 
    width: 6px; 
}  
.custom-lession-page .ld-item-list-items::-webkit-scrollbar-button:single-button { 
    background-color: #39642f; 
    height: 2px; 
    width: 6px; 
} 
.custom-lession-page .ld-item-list-items::-webkit-scrollbar-thumb { 
    background: #000; 
} 
.custom-lession-page .ld-item-list-items::-webkit-scrollbar-track { 
    background: #ccc; 
} 
.newsletter .es_subscription_form_submit {
    background-color: #39642f;
    border: 0;
    padding: 18px 70px;
    font-size: 22px;
    text-transform: uppercase;
    line-height: normal;
    font-family: 'Tajawal', sans-serif;
    font-style: italic;
    font-weight: 500;
    cursor: pointer;
    margin: 0 auto;
    display: block;
    text-align: center;
    margin-top: 60px;
    color: #1b3747;
}
.newsletter .es-field-wrap input {
    border: 2px solid #396430 !important;
    border-radius: 0 !important;
    height: 60px !important;
    margin-bottom: 16px;
    transition: 0.5s all ease;
}
.newsletter .es_subscription_form_submit:hover {
    background-color: #bc8f38;
}
.newsletter input[type="checkbox"] {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    width: 24px;
    height: 24px;
    border: 1px solid #939292;
    position: relative;
    top: 6px;
    border-radius: 2px;
    display: inline-block;
}
.newsletter input[type="checkbox"]:checked{
   background-image: url(/wp-content/uploads/2020/04/checkmark-news.svg);
   background-size: 24px 20px;
   background-repeat: no-repeat;
   position: relative;
   border: 1px solid #396430;
}
.cart_totals td:last-child {
    text-align: right;
}
th.product-price, td.product-price, th.product-subtotal, td.product-subtotal {
    text-align: right;
}
th.product-quantity, td.product-quantity {
    text-align: center;
}

.icons-play .label-icon img {
    width: 28px;
    margin-right: 12px;
}
.pl-0{
    padding-left: 0 !important;
}
.pb-0{
    padding-bottom: 0 !important;
}
.pre-launch li.course-items-f ul li ul li {
    padding-bottom: 2px !important;
}
.text-item li p {
    padding-left: 16px;
    position: relative;
}
.text-item li p:after {
    content: '.';
    position: absolute;
    left: 0;
    top: -6px;
    font-size: 45px;
    line-height: 0;
    font-family: auto;
}
form.wpf_default_form_styles .wpf_form_group select {
    height: 48px!important;
}
.pre-launch .text-item {
    padding: 11px 18px;
}
.text-item .radio-item li p.pl-3:after{
    display: none;
}
.select-option {
    -ms-transform: scale(1.3);
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
    margin-right: 6px;
}
@media (min-width: 1200px){
.page-template-pre-launch .modal-dialog.news-sec {
    width: 620px !important;
    margin: 29px auto;
}
}
@media (min-width: 992px){
    .woocommerce .cart-collaterals, .woocommerce-page .cart-collaterals {
        width: 35%;
        display: inline-block;
    }
    .woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
        float: right;
        width: 100%;
    }
    form.woocommerce-cart-form {
        width: 65%;
        float: left;
        padding-right: 15px;
    }
    .woocommerce #content table.cart td.actions .input-text, .woocommerce table.cart td.actions .input-text, .woocommerce-page #content table.cart td.actions .input-text, .woocommerce-page table.cart td.actions .input-text {
        height: auto;
    }
    #add_payment_method .wc-proceed-to-checkout a.checkout-button, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button, .woocommerce-checkout .wc-proceed-to-checkout a.checkout-button {
        padding: 16px 12px;
        border-radius: 2px;
	}
    .woocommerce ul.products li.product a.woocommerce-LoopProduct-link {
        height: 370px;
        display: inline-block;
    }
    .woocommerce .woocommerce-result-count {
        margin: 18px 0 1em;
    }   
    .Curriculum-title ul {
        /*height: 100px;*/
    }
    .Curriculum-title ul > li > ol {
        list-style: circle;
        padding-left: 15px;
    }
    /* .wpf_form_group.wpf_item_email {
        width: 49% !important;
    }
    .wpf_form_group.wpf_item_text {
        width: 49% !important;
    } */
    .wpf_html_content_wrapper ul li ul li {
        width: 48%;
        display: list-item;
        list-style: disc;
        float: left;
    }
    #header ul li a {
        padding: 15px 4px;
        font-size: 16px;
    }
    #header .logo img {
        display: block;
        width: 70px;
        height: auto;
    }
    #header .container{
        width: 100%;
    }
    .video-column {
        width: 70%;
        display: flex;
        margin: 0 auto !important;
    }
    .lesson-listing {
        width: 30%;
        display: flex;
        margin: 0 auto !important;
    }
    .lesson-item {
        width: 100%;
        padding-left: 30px;
    }
    .pre-launch .ld-course-list-items .column-item {
        width: 33.333%;
        display: flex;
        margin: 0 auto !important;
        position: relative;
    }
    .pre-launch .ld-course-list-items .inner-item-list {
        border-radius: 4px;
        position: relative;
        width: 100%;
        text-align: center;
        /* max-width: 270px; */
        margin: 0 auto;
    }
    .pre-launch li.course-items-f ul li ul li {
        width: 50%;
        display: list-item;
        list-style: none;
        float: left;
        padding: 6px 0px;
        position: relative;
        padding-left: 15px;
        font-weight: normal;
    }
    

    .pre-launch .inner-item-list-item {
        padding: 20px 5px;
        margin-bottom: 20px;
    }
    .pre-launch li.course-items-f ul li ul {
        margin: 0px 10px;
    }
    .ld-course-list-items .column-item {
        width: 25%;
        display: flex;
        margin: 0 auto !important;
        position: relative;
    }

.ld-course-list-items .learndash-wrapper {
    display: flex;
    margin: 0 auto 50px !important;
}

 .tittle-bar .heading__title {
    font-weight: 600;
     position: relative;
     display: inline-block; 
  }
    .heading.align-center.tittle-bar .heading__title:after {
    content: '';
    position: absolute;
    width: calc(100% - 120px);
    height: 3px;
    background-color: #396430;
    left: 60px;
    bottom: -4px;
    margin: 0 auto;
}
.heading.align-center.tittle-bar .market__edge__membership:after {
    content: '';
    position: absolute;
    width: 320px;
    height: 3px;
    background-color: #396430;
    left: 111px;;
    bottom: -4px;
    margin: 0 auto;
}
    .feature-box__title {
    font-size: 18px;
}

}
@media (min-width: 768px){
    .modal-dialog.news-sec {
        width: 40%;
        margin: 30px auto;
    }
.modal-dialog {
    width: 80%;
    margin: 30px auto;
}
    .modal-course img {
    height: 194px;
}
    .total-right h5 {
    margin-bottom: 51px;
}
.page-template-pre-launch .modal-dialog.news-sec {
    width: 50%;
    margin: 29px auto;
}
.sfwd-lessons-template-default .modal-dialog.news-sec {
    margin: 30px auto;
    width: 625px;
}
}
@media (max-width: 768px) {
	.gform_wrapper form li, .gform_wrapper li {
		margin: 0px !important; 
	}
	.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=image]):not([type=file]) {
		line-height: 1 !important;
	}
	form[id^="gform_"] .gform_button {
		min-height: 52px !important;
	}
    .learndash-wrapper.custom-lession-page {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
    }
    .custom-lession-page .ld-lesson-status{
        order: -1;
    }
    .custom-lession-page .ld-tabs{
        float: none;
        width: 100%;
        margin-top: 0;
        order: -1;
    }
    .custom-lession-page .user_has_access {
        float: none;
        display: inherit;
        width: 100%;
    }
    .custom-lession-page .user_has_access .learndash-wrapper {
        width: 100%;
    }
    .custom-lession-page .ld-item-list.ld-lesson-list {
        padding-left: 0;
        margin-top: 0;
    }
    .custom-lession-page .ld-course-step-back {
        font-size: .75em;
        margin: 0 auto !important;
        text-align: center;
        width: 100%;
        display: inline-block;
    }
    .custom-lession-page .ld-content-action{
        margin: 0;
    }
    .custom-lession-page .ld-item-list-items {
        max-height: 100%;
        overflow-y: inherit;
        padding-right: 4px;
    }
}
@media (max-width: 767px) {
.page-template-pre-launch .modal-dialog.news-sec {
    width: auto !important;
}
}
@media (max-width: 480px) {
    .wpf_html_content_wrapper ul li {
        padding: 4px 10px;
        display: inline-block;
        list-style: none;
        float: left;
        width: 100%;
        margin-left: 0;
        position: relative;
        padding-left: 20px;
    }
    img.accepted-payment-logo {
        width: 90px;
        height: auto !important;
        float: right;
        position: relative;
        bottom: 0;
    }
    input.wpf_payment_item + .wpf_html_content_wrapper {
        margin-top: 0;
    }
    .banner-text p {
       padding: 0 100px 0 0;
  }
    .sp-testimonial-free-section .tfree-client-testimonial {
    font-size: 14px;
    padding: 0 16px;
    text-align: left;
}
.sp-testimonial-free-section .tfree-client-name{
    color: #39642f !important;
    text-align: right;
    padding: 0 13px;
}
    .sp-testimonial-free-section{
        padding: 0 14px !important;
    }
    .curriculum-heading .heading{
        width: 90%;
    }
    .curriculum-heading .heading:before{
        width: 106%;
    }
    .person-box {
    padding: 0 !important;
    position: relative;
    margin-top: -290px;
}
    .person-img img {
    filter: grayscale(1);
    width: 500px;
    border-radius: 4px;
        margin-top: 20px;
}
    .wpb_single_image.person-img .vc_single_image-wrapper{
        max-width: 400px;
        height: 300px !important;
    }
    a.button-ele.button.color-primary{
        font-size: 16px;
		line-height: 54px;
		padding: 0px 12px;
    }
    .learndash-wrapper .table-summary table tbody tr td, .learndash-wrapper .table-summary table tbody tr th {
    padding: 0px 4px;
   font-size: 12px;
}
    .table-summary table tfoot tr th {
    font-family: 'Tajawal', sans-serif;
    font-size: 12px;
}
    .add_to_cart_button {
    background-color: #1c3747;
    padding: 12px 12px;
    line-height: 12px;
    font-size: 12px;
    border-radius: 4px;
    font-weight: 500;
}
    .learndash-wrapper table tbody tr td, .learndash-wrapper table tbody tr th {
    font-size: 13px;
}
.learndash-wrapper.custom-lession-page {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}
.custom-lession-page .ld-lesson-status{
    order: -1;
}
.custom-lession-page .ld-tabs{
    float: none;
    width: 100%;
    margin-top: 0;
    order: -1;
}
.custom-lession-page .user_has_access {
    float: none;
    display: inherit;
    width: 100%;
}
.custom-lession-page .user_has_access .learndash-wrapper {
    width: 100%;
}
.custom-lession-page .ld-item-list.ld-lesson-list {
    padding-left: 0;
    margin-top: 0;
}
.custom-lession-page .ld-course-step-back {
    font-size: .75em;
    margin: 0 auto !important;
    text-align: center;
    width: 100%;
    display: inline-block;
}
.custom-lession-page .ld-content-action{
    margin: 0;
}
.custom-lession-page .ld-item-list-items {
    max-height: 100%;
    overflow-y: inherit;
    padding-right: 4px;
}
}
@media (max-width: 1024px) {
    .Curriculum-title ul {
        font-size: 12px;
    }
    .Curriculum-title .wpb_text_column.wpb_content_element {
        padding: 4px 20px;
    }
    .wpb_single_image.person-img .vc_single_image-wrapper {
        height: 200px;
    }
    .person-box {
        margin-top: -280px;
        padding: 50px 0;
    }
    .pre-launch li.course-items-f ul li ul li {
        width: 100%;
        display: inline-block;
        list-style: none;
        float: none;
        padding: 6px 0px;
        position: relative;
        padding-left: 15px;
        font-weight: normal;
    }
    .pre-launch .text-item {
        height: 340px;
    }
    .pre-launch .title-name {
        font-size: 22px;
    }
    .title-name {
        font-size: 22px;
    }
    .price-value {
        font-size: 24px;
    }
    span.cup {
        font-size: 22px;
        color: #fff;
    }
    .inner-item-list-item h3 {
        font-size: 12px;
    }
    .text-item li i{
        right: 10px;
    }
    .text-item li p {
        font-size: 14px;
    }
    .inner-item-list-item {
        padding: 20px 11px;
        margin-bottom: 20px;
    }
    .text-item li span {
        width: calc(90% - 34px);
    }
	.ld-course-list-items .ld-item-list-item-preview {
	    flex-direction: column;
	}
	.ld-course-list-items .ld-item-list-item-preview .ld__img {
	    width: 100%;
		max-width: 600px;
		margin: 0 auto 30px auto;
		padding: 0 30px;
	}
	.ld-course-list-items .ld-item-list-item-preview .ld__content {
    	width: 100%;
    	padding: 0;
	}
	.ld-course-list-items .ld-item-list-item-preview .ld__img::before {
	    left: 30px;
    	width: calc(100% - 60px);
	}
}
@media (max-width: 768px) {
    .st-section-different {
    	margin: 0;
	}
	.person-box {
        padding: 50px 0;
    }
    .page-template-pre-launch .modal-dialog.news-sec {
        width: 70%;
    }
    .ld-course-list-items .column-item {
        width: 50%;
        display: flex;
        margin: 0 auto !important;
        position: relative;
    }
    .inner-item-list-item {
        padding: 20px;
        margin-bottom: 20px;
    }
    .text-item li p {
        font-size: 18px;
    }
    .ld-course-list-items .inner-item-list {
        width: 270px;
        text-align: center;
        margin: 0 auto;
    }
    .ld-course-list-items .column-item:nth-child(3):after {
        border: 0;
    }
    .pre-launch .ld-course-list-items .inner-item-list {
        width: 100%;
        text-align: center;
        margin: 0 auto;
    }
}

@media (max-width: 480px) {
    .learndash-wrapper table tbody tr td, .learndash-wrapper table tbody tr th {
    font-size: 10px;
}
.pre-launch .text-item {
    height: auto;
}
    .add_to_cart_button {
    background-color: #1c3747;
    padding: 12px 10px;
    line-height: 10px;
    font-size: 10px;
    }
    li.woocommerce-MyAccount-navigation-link {
    display: inline-block;
    width: 49%;
}
    .woocommerce-account .woocommerce-MyAccount-navigation, .woocommerce-account .woocommerce-MyAccount-content {
    padding: 0 6px;
}
    .woocommerce-MyAccount-navigation a {
    border-radius: 20px 20px 0 0;
    padding: 15px 10px;
    font-size: 14px;
    text-align: center;
}
.payment-section .col-md-5, .payment-section .col-md-7{
    float: none;
    width: 100%;
}
.your-order .box-sec table tbody td {
    font-size: 12px;
    padding: 8px 4px;
}
tr.total-memberships td span {
    font-size: 9px;
}
.ft-sec {
    display: inline-block;
    align-items: center;
    justify-content: space-between;
    text-align: left;
    margin: 0px auto;
    width: 100%;
}

/* .box-sec {
    text-align: left;
    font-family: 'Tajawal', sans-serif;
    width: 100%;
    overflow-y: scroll;
}
.your-order .box-sec table tbody td {
    white-space: nowrap;
} */
.box-sec {
    overflow-y: scroll;
    width: 100%;
}
.modal-body.modal-course.news-sec {
    padding: 40px 18px;
}
.email-dec p {
    font-size: 14px;
}
.email-dec .container-checkbox {
    font-size: 12px;
}
.p-0{
    padding: 0;
}
button.btn.ok-btn{
    font-size: 18px;
}
.column-item {
    width: 100%;
}
.ld-course-list-items .column-item:after{
    display: none;
}
.ld-course-list-items .inner-item-list{
    margin: 0 auto;
    width: 270px;
}
.ld-course-list-items .column-item {
    width: 100%;
    display: flex;
    margin: 0 auto !important;
    position: relative;
    border-bottom: 2px solid #ccc;
}
.ld-course-list-items .column-item:last-child {
    border-bottom: 0px solid #ccc;
}
}
@media (max-width: 375px) {
    .your-order .box-sec table tbody:first-child td:first-child {
        word-break: break-all;
    }
}

@media (max-width: 375px) {
	#header .logo{
		max-width: 244px;
	}
}

/*24thJUl'20*/
.text-right {
    text-align: right !important;
}
.border-t td {
    border-top: 1px solid rgba(0,0,0,.1) !important;
}
.woocommerce-billing-fields #billing_city_field,
.woocommerce-billing-fields #billing_address_1_field,
.woocommerce-billing-fields #billing_state_field,
.woocommerce-billing-fields #billing_postcode_field 
/*.woocommerce-billing-fields #billing_email_field,
.woocommerce-account-fields .create-account*/
 {
    width: 50%;
    display: inline-block;
}
.woocommerce-form__label-for-checkbox.checkbox .woocommerce-form__input {
    top: -1px !important;
}
.woocommerce-form__label-for-checkbox.checkbox .woocommerce-terms-and-conditions-checkbox-text {
    font-family: 'Adobe Caslon Pro', serif;
    font-style: italic;
    font-size: 16px;
}
.my-account-new-password {
    display: flex;
    justify-content: space-between;
}

#myAaccountNewPassword,
#myAaccountConfirmNewPassword {
    max-width: 49.5%;
    flex: 1 0 49.5%;
}
.learndash-course-expire-status-message{
    display: inline-block;
    line-height: 1.4;
    padding: 11px 15px;
    text-align: left;
    width: 100%;
    font-weight: bold;
    font-size: 17px;
    margin: 25px 20px 0 2px;
    background-color: #f7f7f7;
    border-left: 4px solid #009688;
    box-shadow: 0 1px 1px 0 rgba(0,0,0,.1);
    font-family: inherit;
}
.installment-lists{
    font-size: 13px  !important;
}
.choose-course-modal{
    padding: 20px !important;
}
.choose-course-modal .pl-3{
    margin: 10px !important;
}

.curriculum-img-box.wpb_single_image .vc_figure {
    display: block !important;
}
.curriculum-img-box.wpb_single_image .vc_single_image-wrapper {
    display: block !important;
}
.curriculum-img-box.wpb_single_image img {
    width:100% !important;
}
.custom-tooltip {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black;
}

.custom-tooltip .tooltiptext {
  visibility: hidden;
  width: 120px;
  background-color:#00a2e8;
  color:white;

   font-weight: 700;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;

  /* Position the tooltip */
  position: absolute;
  top: 32px;
  z-index: 1;
}

.custom-tooltip:hover .tooltiptext {
  visibility: visible;
}
#add_payment_method #payment ul.payment_methods li input, .woocommerce-cart #payment ul.payment_methods li input, .woocommerce-checkout #payment ul.payment_methods li input {
     margin: 0px !important;
}
.col-md-12{
    width: 100%;
}
.es_subscription_message.success {
    color: #39642f;
    font-size: 21px;
}
.emaillist .es_subscription_message {
    text-align: center;
    display: block;
}
.background-heading{
    background: #39642f;
    color: white;
    border-collapse: collapse !important;
}
.out-story-text{
    padding: 10px;
    text-align: justify;
}
.team .member{
    margin-bottom: 20px;
}
.enrolled-btn{
    display: inline-block;
    float: right;
    margin: 10px;
    padding: .5em 1em .5em;
    border-radius: 2px;
    color: #FFF;
    text-decoration: none;
    font-weight: 400;
    font-size: 1em;
    background: #398c39;
    line-height: 2;
}
.not-enrolled-single-event{
    color: red;
    font-size: 25px;
    text-align: center;
    margin-bottom: 23px;
}
.enrolled-single-event{
    color: green;
    font-size: 25px;
    text-align: center;
    margin-bottom: 23px;
}
.powered-by-event-espresso-credit {
    display: none;
 }
 
 #espresso_calendar{
    display: none;
 }
 
 .recommended-label
 {
    color: green;
    font-weight: bold;
 }

 .registered-event-on-calendar{
    background: #537953 !important;
    color: white !important;
 }
 .splitit-icon-on-checkout{
        width: 59px;
    height: 30px;
    display: inline-block;
    
    position: absolute;
 }
 


 .swal-icon--custom {
    width: auto;
    height: auto;
    max-width: 20%;
    border: none;
    border-radius: 0;
}
.recommended-content{
    background: rgba(255,255,255,0.75);
    border-radius: 4px;
    box-shadow: 0 12px 36px 0 rgba(0, 0, 0, 0.1);
    margin-bottom: 24px;
    position: relative;
    text-align: center;
    padding: 20px;
}
.newcomer_profile{
    color: #8BC34A;
}
.proactive_profile{
    color: #3F51B5;
}
.seasoned_profile{
    color: #3F51B5;
}
.investor_profile{
    color: #daa916;
}
.event-content a{
    color: blue;
}
.splitit-payment-gateway-message{
    background: #f5ebd7;
    border-radius: 4px;
    box-shadow: 0 12px 36px 0 rgba(0, 0, 0, 0.1);
    margin-bottom: 24px;
    position: relative;
    padding: 10px;
    color: #020202;
    font-family: 'Tajawal', sans-serif;
}
.splitit-payment-gateway-message a{
    color: blue;
}

.woocommerce table.my_account_orders tbody {
    font-size: 12px;
}


.woocommerce-MyAccount-content .tablepress td:nth-child(3),
.woocommerce-MyAccount-content .tablepress td:nth-child(4),
.woocommerce-MyAccount-content .tablepress td:nth-child(5),
.woocommerce-MyAccount-content .tablepress th:nth-child(3),
.woocommerce-MyAccount-content .tablepress th:nth-child(4),
.woocommerce-MyAccount-content .tablepress th:nth-child(5){
    text-align: right;
}

.splitit-button-payment-history p{
    
    color: white;
}

#timezone_name{
    display: block;
    text-align: right;
    float: right;
}
#drop_down_months{
    width: 20%;
}
.ee-filter-form , .event-single-content{
    display: none;
}
.ee-reg-form-attendee-dv, #spco-attendee_information-pg,
#spco-step-attendee_information-display-dv, #spco-ticket-details, .spco-attendee-panel-dv{
    display: none;
}
#hide_event_details{
        color: #ffffff;
    background: #6b5c3e;
    border: 0;
    box-shadow: 0 7px 18px rgba(210, 164, 73, .25);
    font-family: 'Tajawal', sans-serif;
    font-size: 13px;
    line-height: 34px;
    padding: 0px 12px;
    transition: .25s;
    text-align: center;
    display: inline-block;
    border-radius: 100px;
    font-weight: bold;
    cursor: pointer;
    outline: none !important;
    position: relative;
    margin-bottom: 10px;
}
#show_event_details{
        color: #ffffff;
    background: #39642f;
    border: 0;
    box-shadow: 0 7px 18px rgba(210, 164, 73, .25);
    font-family: 'Tajawal', sans-serif;
    font-size: 13px;
    line-height: 34px;
    padding: 0px 12px;
    transition: .25s;
    text-align: center;
    display: inline-block;
    border-radius: 100px;
    font-weight: bold;
    cursor: pointer;
    outline: none !important;
    position: relative;
    margin-bottom: 10px;
}
.post-content .event-content .event-datetimes + p{
    display: block;
    padding: 20px 0px;
    margin-top: 10px;
}
#wpmenucartli{
    display: none;
}
.custom-cart-menu-header{
    display: block !important;
}
.hidden-wpmenucart,
.empty-wpmenucart {
    display: none !important;
}

/* Service */
.service-box {
    padding: 20px;
    background: rgba(255,255,255,0.75);
    border-radius: 4px;
    box-shadow: 0 12px 36px 0 rgba(0, 0, 0, 0.1);
    cursor: pointer;
    margin-bottom: 24px;
    position: relative;
    text-align: center;
}
.service-figure {
    width: 100%;
    display: block;
    margin: 0 auto;
    position: relative;
}
.service-figure:before {
    content: "";
    display: block;
    padding: 56.25% 0 0;
}
.service-figure img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
.service-box__text {
    margin-top: 15px;
}
.project_meta {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    justify-content: center;
    align-items: center;
}
.project_meta a {
    display: inline-block;
    padding: 5px 15px 5px;
    background: #39642f;
    border-radius: 4px;
    color: #fff !important;
    margin: 3px;
    letter-spacing: normal;
}
.ld-breadcrumbs-segments, .ld-breadcrumbs-segments a {
    color: #fff !important;
}
/* Project */

.projects-item__icon {
	display: none;
}
.projects {
    display: flex;
    align-items: stretch;
    justify-content: center;
    flex-flow: row wrap;
}
.projects-item {
    width: calc(32% - 40px);
    margin: 0 20px;
	padding: 20px;
    background: rgba(255,255,255,0.75);
    border-radius: 4px;
    box-shadow: 0 12px 36px 0 rgba(0, 0, 0, 0.1);
/*     cursor: pointer; */
    margin-bottom: 24px;
    position: relative;
}
.projects-item .thumb {
    width: 100%;
    display: block;
    margin: 0 auto;
    position: relative;
	padding: 56.25% 0 0;
}
.projects-item .thumb img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
.projects-item__body {
	margin-top: 15px;
}
.projects-item__body .projects-item__title {
    font-family: 'Tajawal', sans-serif;
    font-size: 24px;
    font-weight: bold;
    color: #1c3747;
    margin: 0 0 15px;
    line-height: 1.2;
    letter-spacing: 1px;
}
.projects-item__body .projects-item__desc {
    margin: 0 0 25px;
    font-family: 'Tajawal', sans-serif;
    line-height: 1.4;
    font-size: 16px;
    color: #474b5c;
    letter-spacing: .5px;
    font-weight: 400;
}
.projects-item__body .projects-item__btn {
    color: #ffffff;
    background: #39642f;
    border: 0;
    box-shadow: 0 7px 18px rgb(57 100 47 / .259);
    font-family: 'Tajawal', sans-serif !important;
    font-size: 16px;
    line-height: 52px;
    padding: 0 45px;
    transition: .25s;
    text-align: center;
    display: inline-block;
    border-radius: 100px;
    font-weight: bold;
    cursor: pointer;
    outline: none !important;
    position: relative;
}

.projects-item.iconbx {
	background: transparent;
    box-shadow: none;
    display: flex;
    align-items: flex-start;
    padding: 0;
    width: calc(50% - 40px);
    margin-bottom: 50px;
}
.projects-item.iconbx .projects-item__icon {
    display: block;
    height: 40px;
    margin-top: 7px;
}
.projects-item.iconbx .thumb {
	display: none;
}
.projects-item.iconbx .projects-item__body {
    margin: 0;
    padding: 0 20px;
}
.projects-item.iconbx .projects-item__body .projects-item__title {
	font-size: 22px;
}
/* .projects-item.iconbx .projects-item__desc {
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    max-height: 88px;
    overflow: hidden;
} */
.projects-item.iconbx .projects-item__btn {
	background: transparent;
    color: #39642f;
    padding: 0;
    box-shadow: none;
    line-height: 20px;
    border-bottom: 2px solid #39642f;
    border-radius: 0;
}
.dataTables_paginate {
	display: flex;
    align-items: center;
    justify-content: space-between;
}
.dataTables_paginate span {
    background: transparent;
    border: 1px solid #396430;
    padding: 5px 5px 0px;
    line-height: 1;
    min-width: 43px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
}
.dataTables_paginate span a {
	background: transparent !important;
    border: none !important;
    padding: 0 !important;
}
.dataTables_length {
	margin-bottom: 10px;
}
.dataTables_length {
	margin-bottom: 10px;
}
table.cert-user_info{
    margin: 10px 0;
}

@media(max-width: 991px) {
	.projects-item {
		width: calc(48% - 40px);
	}
}
@media(max-width: 767px) {
	.projects-item {
		width: 100%;
	}
	.projects-item.iconbx {
	    width: 100%;
	}
}
/* .woocommerce-product-details__short-description {
	margin-bottom: 2em;
}
.woocommerce-checkout main#content {
    background-color: transparent;
}
.woocommerce-checkout .woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1 {
	width: 100%;
}
.woocommerce #respond input#submit.disabled, .woocommerce #respond input#submit:disabled, .woocommerce #respond input#submit:disabled[disabled], .woocommerce a.button.disabled, .woocommerce a.button:disabled, .woocommerce a.button:disabled[disabled], .woocommerce button.button.disabled, .woocommerce button.button:disabled, .woocommerce button.button:disabled[disabled], .woocommerce input.button.disabled, .woocommerce input.button:disabled, .woocommerce input.button:disabled[disabled] {
	color: #fff;
    padding: 0 45px;
}
.woocommerce #respond input#submit.disabled:hover, .woocommerce #respond input#submit:disabled:hover, .woocommerce #respond input#submit:disabled[disabled]:hover, .woocommerce a.button.disabled:hover, .woocommerce a.button:disabled:hover, .woocommerce a.button:disabled[disabled]:hover, .woocommerce button.button.disabled:hover, .woocommerce button.button:disabled:hover, .woocommerce button.button:disabled[disabled]:hover, .woocommerce input.button.disabled:hover, .woocommerce input.button:disabled:hover, .woocommerce input.button:disabled[disabled]:hover {
	background: #39642f;
    padding: 0 45px;
	color: #fff;
}
.row .woocommerce {
	max-width: 1140px;
    margin: auto;
} */
.certificate-list a {
    display: inline-block;
    padding: 10px 20px;
    background: #78a240;
    color: #fff;
    margin-right: 10px;
}
.certificate-list a:hover {
    background: #99bd3c;
}
.profile_training {
	padding-top: 50px;
}
#footer .textwidget p {
	text-decoration: none;
    color: #efffc5;
    margin-bottom: 10px;
}
#footer .textwidget p a {
    text-decoration: none;
    color: #efffc5;
    margin-bottom: 5px;
    font-size: 14px;
    line-height: 1.4;
}
.apply_course {
    text-align: center;
    padding-top: 20px;
    margin-top: 20px;
    background: #f1fdd4;
}

.topic-sidebar {
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
}
.topic-sidebar .col-8 {
	padding: 50px 0;
    width: 70%;
    margin-left: 30px;
	flex-grow: 1;
}
.topic-sidebar .col-4 {
	padding: 50px 0;
    width: 30%;
    margin-right: 30px;
    background: #f5f5f5;
	min-width: 300px;
	box-shadow: -180px -10px 0px 180px #f5f5f5;
}
.topic-sidebar .col-4 h3 {
	padding: 0 20px 0 0;
}
.topic-sidebar .col-4 .learndash-wrapper {
	background: #f5f5f5;
}
.topic-sidebar .col-4 .widget_ldcoursenavigation {
	padding: 0;
}
.topic-sidebar .col-4 .ld-home-link {
	font-size: 18px;
	padding: 5px 20px 5px 0;
    text-decoration: none;
    font-weight: 800;
    color: #1c3747;
    margin: 0;
}
.topic-sidebar .col-4 .ld-home-link:hover {
    opacity: .75;
}
.topic-sidebar .col-4 .ld-expand-button {
	display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: space-between;
    padding: 5px 20px 5px 0;
}
.topic-sidebar .col-4 .ld-lesson-item-preview-heading {
    padding: 5px 20px 5px 0;
}
.topic-sidebar .col-4 .ld-expandable {
	background: #fff;
}
.topic-sidebar .col-4 .ld-icon {
    background: transparent !important;
    color: #1c3747 !important;
    line-height: 1 !important;
    height: 12px !important;
	font-size: 10px !important;
}
.topic-sidebar .col-4 .ld-text {
	font-size: 15px;
    padding: 0 !important;
    line-height: 18px;
}
.topic-sidebar .col-4 .ld-status-complete .ld-icon-checkmark:before {
	color: #fff;
}
.learndash-wrapper .ld-table-list a.ld-table-list-item-preview:hover {
    color: #39642f;
}
.topic-sidebar .col-4 .ld-lesson-title {
	font-size: 15px !important;
}
.topic-sidebar .col-4 .ld-topic-title {
	font-size: 14px !important;
}
.post.sfwd-lessons,
.post.sfwd-topic {
	padding: 0;
	background: #fff;
}
.topic-sidebar-list li {
    border-bottom: 1px solid #e2e7ed;
    padding: 5px 20px 5px 0;
    margin-bottom: 7px;
}
.topic-sidebar-list span {
    border-bottom: 1px solid #e2e7ed;
    padding: 5px 20px 5px 20px;
    margin-bottom: 7px;
	display: block;
}
.topic-sidebar-list li a {
	padding: 0 0px 0 0;
    color: #1c3747;
}
.topic-sidebar-list li a:hover {
    color: #39642f;
}
.learndash-wrapper .ld-course-navigation .ld-lesson-item-preview a.ld-lesson-item-preview-heading:hover{
	color: #39642f
}
.learndash-wrapper .ld-button {
    background-color: #019e7c;
}
.learndash-wrapper .ld-button:hover {
    background-color: #019e7c;
}
.learndash-wrapper .learndash_mark_complete_button, .learndash-wrapper #learndash_mark_complete_button {
	background-color: #39642f;
}
.learndash-wrapper .learndash_mark_complete_button:hover, .learndash-wrapper #learndash_mark_complete_button:hover {
    opacity: .75;
    background-color: #39642f;
}
.ld-status.ld-status-progress {
    line-height: 1;
    padding-top: 6px;
    padding-bottom: 2px;
}
.learndash-wrapper .ld-item-list .ld-item-list-item a.ld-item-name:hover {
    color: #39642f !important;
}
.service-box__desc {
    max-height: 154px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
}
.post-single figure.thumb {
	text-align: center;
} 
.topic-sidebar section.widget_display_forums {
	background: transparent;
    padding: 0 0 20px 0;
}
.topic-sidebar section.widget_display_forums .widgetTitle {
    font-size: 18px;
    padding: 5px 20px 5px 0;
    text-decoration: none;
    font-weight: 800;
    color: #1c3747;
    margin: 0;
}
.topic-sidebar section.widget_display_forums ul {
	padding: 0 10px 0 0;
}
.topic-sidebar section.widget_display_forums ul li {
 	margin-bottom: 10px;
}
.topic-sidebar section.widget_display_forums ul li:last-child {
 	margin-bottom: 0px;
}
.topic-sidebar section.widget_display_forums ul li a {
	font-size: 15px;
    font-weight: bold;
}
body.bbpress .page {
	max-width: 1140px;
	margin: auto;
    background-color: #fff;
    padding: 50px 0;
}
div.bbp-template-notice.info {
    background-color: #39642f;
    color: #fff;
    border-color: #39642f;
    border-radius: 4px;
}
#bbpress-forums li,
div.bbp-template-notice.info li,
.bbp-pagination-count {
    font-size: 16px;
}
div.bbp-template-notice.info a {
    color: #fff;
}
#bbpress-forums .bbp-forum-info .bbp-forum-content, #bbpress-forums p.bbp-topic-meta {
	font-size: 14px;
}
#bbpress-forums fieldset.bbp-form input[type=text], #bbpress-forums fieldset.bbp-form select {
	min-height: 46px;
	height: 46px;
}
#bbpress-forums fieldset.bbp-form label {
    margin-right: 5px;
}
#bbpress-forums .button {
    box-shadow: none !important;
}
input[type="checkbox"], input[type="radio"] {
	margin-left: 5px !important;
}
#bbpress-forums li.bbp-footer, #bbpress-forums li.bbp-header,
.quicktags-toolbar {
    background: #f0f3f6;
}
#bbpress-forums div.wp-editor-container {
    border-radius: 8px;
    overflow: hidden;
}
#favorite-toggle a,
#subscription-toggle a {
    font-size: 16px;
}
.bbp-forums-widget .fourm_topic {
    padding: 8px 10px!important;
    margin: 0 20px 0 0;
    text-transform: capitalize;
    background: #ffffff;
    border-radius: 5px;
}
.bbp-forums-widget .fourm_topic a {
    font-weight: 500 !important;
    color: #333;
}
.bbp-forums-widget .fourm_topic a:hover {
    color: #39642f;
}
.bbp-forums-widget {
    margin-top: 10px;
}
.bbp-forums-widget h5 {
    margin-bottom: 0;
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    justify-content: space-between;
    padding: 10px 0;
}
.bbp-forums-widget h5::before {
    content: "";
    background-image: url(http://www.rcrc.ca/wp-content/uploads/2021/03/down-arrow.svg);
    width: 11px;
    height: 11px;
    background-repeat: no-repeat;
    margin-right: 20px;
}
span.bbp-admin-links a {
	font-size: 14px;
}
#bbpress-forums #bbp-your-profile fieldset label[for] {
    line-height: 2;
    font-family: 'Tajawal', sans-serif;
    font-size: 14px;
}
#bbpress-forums #bbp-your-profile fieldset select,
#bbpress-forums #bbp-your-profile fieldset input, #bbpress-forums #bbp-your-profile fieldset textarea {
    background: #fff;
    border: 2px solid #b2b2b2;
    border-radius: 8px;
    color: #3d3d3d;
    font-family: "Adobe Caslon Pro",serif;
    font-size: 16px !important;
    line-height: 1.4;
    display: inline-block;
    height: auto;
    padding: 12px 12px 8px !important;
    margin: 0 0 15px !important;
    outline: none;
}
#bbpress-forums #bbp-your-profile fieldset select:focus,
#bbpress-forums #bbp-your-profile fieldset input:focus, #bbpress-forums #bbp-your-profile fieldset textarea:focus {
	border-color: #1c3747;
    outline: none;
    box-shadow: 0 0 5px rgb(28 55 71 / 50%);
}
#bbpress-forums #bbp-your-profile fieldset select:hover,
#bbpress-forums #bbp-your-profile fieldset input:hover, #bbpress-forums #bbp-your-profile fieldset textarea:hover {
    border-color: #162c39;
}
#new_user_approve_status + .description {
    font-family: 'Tajawal', sans-serif;
    font-size: 16px;
    line-height: 1.6;
    color: #474b5c;
    font-style: italic;
}
#bbpress-forums #bbp-your-profile fieldset fieldset.password .password-button-wrapper {
	display: flex;
    justify-content: space-between;
}
#bbpress-forums #password #pass-strength-result {
	min-height: 36px;
}
.form-table th {
    vertical-align: top;
}
.form-table th label {
   padding: 10px 0 0 0;
}
#bbpress-forums #bbp-your-profile fieldset fieldset.password .password-button-wrapper button,
.button.wp-generate-pw{
	min-height: 37px;
    line-height: 35px;
    border-radius: 8px;
}
#bbpress-forums #bbp-your-profile fieldset fieldset.password .password-button-wrapper button {
    width: calc(50% - 10px);
    margin: 4% 0%;
}
#bbpress-forums #bbp-your-profile .user-pass1-wrap {
    display: flex;
    flex-flow: row wrap;
    align-items: flex-start;
}
#bbpress-forums #bbp-your-profile fieldset fieldset.password {
    width: 100%;
    margin: 0 20%;
    margin-top: 15px;
}
#bbp-reply-search-form div,
#bbp-topic-search-form div {
	display: flex;
}
#bbp-reply-search-form div input,
#bbp-topic-search-form div input {
	min-height: 37px;
    padding: 0 10px !important;
}
#bbp-reply-search-form div .button,
#bbp-topic-search-form div .button {
    min-height: 37px;
    line-height: 35px;
    border-radius: 8px;
    padding: 0;
    height: 37px;
    min-width: 100px;
    margin-left: 3px;
}
.fourm_row ul {
	visibility: hidden;
	opacity: 0;
	height: 0;
	transition: 0.3s height, 0.4s opacity ;
}
.fourm_row.open ul {
	visibility: visible;
	height: unset;
	opacity: 1;
	transition: 0.3s height, 0.2s opacity ;
}
.fourm_row.open h5:before {
	transform: rotate(180deg);
}
#bbpress-forums .bbp-user-section::-webkit-scrollbar {
    display: none;
}
#bbpress-forums #bbp-user-wrapper h2.entry-title {
    font-size: 20px;
}
#bbpress-forums {
    font-size: 16px;
}
#bbpress-forums p {
	margin-bottom: 10px;
}
#bbpress-forums #bbp-single-user-details #bbp-user-navigation li.current a {
    opacity: 1;
    background: #39642f;
    color: #fff;
    border-top-right-radius: 5px;
}
.topic-sidebar .col-4 .ld-home-link {
	display: none !important;
}
.topic-sidebar .col-4 h3.widgetTitle {
	font-size: 18px;
    padding: 5px 20px 5px 0;
    text-decoration: none;
    font-weight: 800;
    color: #1c3747;
    margin: 0;
    background: #f5f5f5;
}
.listbox_side-img .vc_images_carousel .vc_carousel-indicators li {
	background: #c4ff76 !important;
    margin-left: 5px;
    margin-right: 5px;
    width: 16px;
    height: 5px;
    min-width: 16px;
    min-height: 5px;
    border-radius: 2px;
    border: 0;
}
.listbox_side-img .vc_images_carousel .vc_carousel-indicators li.vc_active {
    background: #396430 !important;
}

/* Student Test */


.stdtest_row {
	display: flex;    
    align-items: stretch;
    justify-content: center;
    flex-flow: row wrap;
}
.stdtest_col {
	width: calc(33.33% - 30px);
    margin: 0 15px 30px;
    border: 1px solid #79a341;
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    padding-bottom: 30px;
}
.stdtest_col h3 {
    font-size: 18px;
    line-height: 1.3;
    font-weight: 600;
	padding: 0 10px;
    margin-bottom: 5px;
    background-color: #333333;
    color: #fff;
    padding: 10px 10px;
    text-align: center;
}
.stdtest_col figure {
    margin: 0;
    padding: 0;
    border-radius: 8px 8px 0 0;
    overflow: hidden;
    margin-bottom: 0px;
	position: relative;
}
.stdtest_col figure img {
    display: block;
    min-height: 250px;
    max-height: 250px;
    object-fit: cover;
    width: 100%;
	transform: scale(1);
	transition: 2s all;
}
.stdtest_col figure:hover img {
    transform: scale(1.2);
}
.stdtest__readmore {
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #000;
    opacity: 0;
    transition: 1s all;
}
.stdtest_col figure:hover .stdtest__readmore {
	opacity: 0.3;
}
.stdtest__readmore_span {
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0);
    border-radius: 4px;
    color: #ffffff;
    background-color: rgba(0, 0, 0, 0.1);
    border: 1px solid #fff;
    padding: 8px 30px;
    opacity: 1;
    z-index: 3;
    font-size: 16px;
    font-weight: 600;
    transition: 0.5s all;
}

.stdtest_col figure:hover .stdtest__readmore_span {
	transform: translate(-50%, -50%) scale(1);
}
.stdtest_col_list {
	display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-flow: row wrap;
	padding: 0 10px;
    margin-bottom: 15px;
}
.stdtest_col_list li {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    border-bottom: 1px solid #79a341;
    padding: 8px 0 8px 0;
    line-height: 1.4;
}
.stdtest_col_list li:last-child {
	border-bottom: 1px solid #79a341;
}
.stdtest_col_list li b {
	font-weight: 600;
	margin: 0 8px 0 0px;
	color: #3b8016;
}
.stdtest_col_list li img {
    width: 16px;
    margin: 3px 8px 0 0;
	display: block;
}
.stdtest_col p {
	padding: 0 10px;
    display: -webkit-box;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.translatepress-ar .stdtest_col_list li img {
    margin: 0 0 0 8px;	
}
.translatepress-ar .stdtest_col_list li b {
	margin: 0 0px 0 8px;
}
.wpt_test .button.disabled {
	opacity: 1;
}
.translatepress-ar .wpt_test .question .title .number {
	padding-left: 0.5em;
	padding-right: 0;
}
.translatepress-ar .wpt_test .button {
    margin-left: 0.75em;
    margin-right: 0;
}

@media (max-width: 1024px) {
	.topic-sidebar .col-4 {
		min-width: unset;
		width: 40%;
		max-width: 300px;
	}
	.topic-sidebar .col-8 {
		width: 60%;
	}
	.stdtest_col {
		width: calc(50% - 20px);
    	margin: 0 10px 30px;
	}
}
@media (max-width: 768px) {
	.stdtest_col {
		width: 100%;
    	margin: 0 0px 30px;
	}
	.banner .owl-carousel .owl-nav button.owl-next,
	.banner .owl-carousel .owl-nav button.owl-prev
	{
		display: none !important;
	}
	.listbox_side-img .vc_images_carousel .vc_carousel-indicators li {
		width: 7px;
		height: 7px;
		min-width: 7px;
		min-height: 7px;
	}
	.listbox_side-img .owl-dots {
		display: none;
	}
	section.post .container {
		width: 100%;
	}
	.topic-sidebar {
	    flex-flow: row wrap;
	}
	.topic-sidebar .col-4 {
		width: 100%;
		box-shadow: 0px -30px 0px 30px #f5f5f5;
		margin: 0;
		max-width: unset;
	}
	.topic-sidebar .col-8 {
		width: 100%;
		margin: 0;
	}
	.topic-sidebar .learndash-wrapper .ld-expand-button,
	.topic-sidebar .learndash-wrapper .ld-button,
	.topic-sidebar .learndash-wrapper .learndash_mark_complete_button, 
	.topic-sidebar .learndash-wrapper #learndash_mark_complete_button {
		max-width: 100%;
	}
	.topic-sidebar .learndash-wrapper .ld-content-actions .ld-content-action .ld-course-step-back {
	    margin: 5px 36px 5px 12px;
		display: block;
		text-align: center;
	}
	h1 {
    	font-size: 32px;
	}
}

/* table styling */
.data-tbl {
  font-family: arial, sans-serif;
  border-collapse: collapse;
  width: 100%;
}

.data-tbl td, .data-tbl th {
  border: 1px solid #dddddd;
  text-align: left;
  padding: 8px;
}

.data-tbl tr:nth-child(even) {
  background-color: #f2f9e1;
}
.pg-banner {
    background: #edffbf;
    padding: 60px 0;
}
.stock-quiz__box .learndash-wrapper .wpProQuiz_content a#quiz_continue_link, .stock-quiz__box .learndash-wrapper .wpProQuiz_content .wpProQuiz_button {
   background-color: #39642f !important;
	font-family: 'Tajawal', sans-serif !important;
}
.stock-quiz__box .wpProQuiz_button[name="wpProQuiz_pageRight"],
.stock-quiz__box .wpProQuiz_button[name="checkSingle"] {
    float: right !important;
}
.stock-quiz__box .wpProQuiz_button[name="wpProQuiz_pageLeft"] {
    float: left !important;
}
.form-row.half_width: {
    width: 47%;
}
.form-row.half_width:last-child {
    float: right;
    margin-right: auto !important;
}


/* Arabic Version */

.translatepress-ar * {
	direction: rtl;
}
.translatepress-ar .owl-theme,
.translatepress-ar .owl-theme * {
	direction: ltr;
}
.translatepress-ar .banner-box {
	align-items: flex-end;
}
.translatepress-ar .btn-group .button.banner__btn {
    padding: 0px 20px 0 60px;
}
.translatepress-ar .btn-group .button.banner__btn:before {
	right: unset;
	left: 20px;
    transform: rotate(180deg);
}
.translatepress-ar select {
	background-position: 15px 50%;
}
.translatepress-ar .gform_wrapper form {
	text-align: unset;
}
.translatepress-ar .text_rtl {
	text-align: unset !important;
}
.translatepress-ar .trp-flag-image {
	margin-left: 5px;
	margin-right: 0px;
}
.translatepress-ar .ld-course-list-items .ld-item-list-item-preview .ld__content {
    padding: 0 0 0 80px;
}
.translatepress-ar .ld-course-list-items .ld-item-list-item-preview .ld__img figure {
	margin: 20px -20px 0 20px;
}
.translatepress-ar .ld-course-list-items .ld__content .course_btns li a {
	margin-right: 0px;
	margin-left: 30px;
}

.translatepress-ar .wpb_text_column ol,
.translatepress-ar .wpb_text_column ul {
    padding: 0 32px 0 0;
}
.translatepress-ar .woocommerce form .show-password-input, 
.translatepress-ar .woocommerce-page form .show-password-input {
	right: unset;
	left: .7em;
}
.translatepress-ar .learndash-wrapper .ld-item-list .ld-section-heading .ld-item-list-actions .ld-expand-button {
    margin-left: 0;
    margin-right: 1em;
}
.translatepress-ar .learndash-wrapper .ld-item-list .ld-item-list-item .ld-item-list-item-preview .ld-status-icon {
    margin-right: 0;
    margin-left: .5em;
}
.translatepress-ar .learndash-wrapper .ld-item-list .ld-item-list-item .ld-item-details .ld-expand-button {
    margin-left: 0;
    margin-right: 1em;
}
.translatepress-ar .data-tbl td, 
.translatepress-ar .data-tbl th {
	text-align: right;
}
.translatepress-ar .cert-user_info th, 
.translatepress-ar .cert-user_info td {
    text-align: right;
}
.translatepress-ar .post-header figure {
	margin: 0 0 0 4%;
}
.translatepress-ar .learndash-wrapper .ld-progress.ld-progress-inline .ld-progress-bar {
    margin-right: 0;
    margin-left: 1em;
}
.translatepress-ar .learndash-wrapper .ld-button .ld-icon {
	    transform: rotate(180deg);
}
.translatepress-ar .topic-sidebar .col-4 {
	box-shadow: 180px 10px 0px 180px #f5f5f5;
	margin-left: 30px;
	margin-right: 0px;
}
.translatepress-ar .topic-sidebar .col-8 {
	margin-right: 30px;
	margin-left: 0px;
}
.translatepress-ar .topic-sidebar .col-4 h3.widgetTitle {
	padding: 5px 0px 5px 20px;
}
.translatepress-ar .bbp-forums-widget h5::before {
	margin-left: 20px;
	margin-right: 0px;
}
.translatepress-ar .bbp-forums-widget .fourm_topic {
	margin: 0 0px 0 20px;
}
.translatepress-ar .topic-sidebar .col-4 .ld-lesson-item-preview-heading {
    padding: 5px 0px 5px 20px;
}
.translatepress-ar .learndash-wrapper .ld-course-navigation .ld-status-icon {
	margin-right: 0px;
	margin-left: 10px;
}
.translatepress-ar .learndash-wrapper .widget_course_return {
	padding: 0 10px;
}
.translatepress-ar .learndash-wrapper .learndash_mark_complete_button, 
.translatepress-ar .learndash-wrapper #learndash_mark_complete_button {
    padding-right: 1em;
    padding-left: 3em;
}
.translatepress-ar .learndash-wrapper .sfwd-mark-complete::after, 
.translatepress-ar .learndash-wrapper #sfwd-mark-complete::after {
	right: unset;
	left: 1em;
}
.translatepress-ar .topic-sidebar .col-4 .ld-expand-button {
	padding: 5px 0px 5px 20px;
}
.translatepress-ar .learndash-wrapper .ld-expand-button.ld-button-alternate .ld-text {
    text-align: right;
}
.translatepress-ar .learndash-wrapper .ld-tabs .ld-tabs-navigation .ld-tab .ld-icon {
    margin-left: .25em;
    margin-right: 0;
}
.translatepress-ar .learndash-wrapper .ld-topic-list.ld-table-list .ld-table-list-item .ld-table-list-item-preview .ld-status-icon {
    margin-right: 0;
    margin-left: .5em;
}
.translatepress-ar .learndash-wrapper .ld-item-icon {
	margin-right: 0;
	margin-left: .25em;
}
.translatepress-ar .wp-block-table.is-style-stripes td, 
.translatepress-ar  .wp-block-table.is-style-stripes th {
    text-align: right !important;
}
.translatepress-ar .stock-quiz__box .wpProQuiz_button[name="wpProQuiz_pageLeft"] {
    float: right !important;
}
.translatepress-ar .stock-quiz__box .wpProQuiz_button[name="wpProQuiz_pageRight"], 
.translatepress-ar .stock-quiz__box .wpProQuiz_button[name="checkSingle"] {
    float: left !important;
}
.translatepress-ar #bbpress-forums #favorite-toggle, #bbpress-forums #subscription-toggle {
    float: left;
}
.translatepress-ar #bbpress-forums div.bbp-topic-tags {
    float: left;
    clear: both;
}
.translatepress-ar #bbpress-forums li.bbp-footer .bbp-forum-author, 
.translatepress-ar #bbpress-forums li.bbp-footer .bbp-reply-author, 
.translatepress-ar #bbpress-forums li.bbp-footer .bbp-search-author, 
.translatepress-ar #bbpress-forums li.bbp-footer .bbp-topic-author, 
.translatepress-ar #bbpress-forums li.bbp-header .bbp-forum-author, 
.translatepress-ar #bbpress-forums li.bbp-header .bbp-reply-author, 
.translatepress-ar #bbpress-forums li.bbp-header .bbp-search-author, 
.translatepress-ar #bbpress-forums li.bbp-header .bbp-topic-author {
    float: right;
}
.translatepress-ar #bbpress-forums li.bbp-footer .bbp-forum-content, 
.translatepress-ar #bbpress-forums li.bbp-footer .bbp-reply-content, 
.translatepress-ar #bbpress-forums li.bbp-footer .bbp-search-content, 
.translatepress-ar #bbpress-forums li.bbp-footer .bbp-topic-content, 
.translatepress-ar #bbpress-forums li.bbp-header .bbp-forum-content, 
.translatepress-ar #bbpress-forums li.bbp-header .bbp-reply-content, 
.translatepress-ar #bbpress-forums li.bbp-header .bbp-search-content, 
.translatepress-ar #bbpress-forums li.bbp-header .bbp-topic-content {
    margin-left: 0;
    margin-right: 140px;
    text-align: right;
}
.translatepress-ar span.bbp-admin-links {
    float: left;
    color: #ddd;
}
.translatepress-ar #bbpress-forums div.bbp-forum-author, 
.translatepress-ar #bbpress-forums div.bbp-reply-author, 
.translatepress-ar #bbpress-forums div.bbp-topic-author {
    float: right;
}
.translatepress-ar #bbpress-forums div.bbp-forum-content, 
.translatepress-ar #bbpress-forums div.bbp-reply-content, 
.translatepress-ar #bbpress-forums div.bbp-topic-content {
    margin-right: 130px;
    margin-left: 0;
    padding: 12px 0 12px 12px;
    text-align: right;
}
.translatepress-ar div.bbp-submit-wrapper {
    float: left;
}
.translatepress-ar #bbpress-forums #bbp-single-user-details {
    float: right;
}
.translatepress-ar #bbpress-forums #bbp-user-body {
    margin-right: 180px;
    margin-left: 0;
}
.translatepress-ar #bbpress-forums #bbp-user-body #bbp-user-profile {
	display: flex;
    flex-direction: column;
}
.translatepress-ar #bbpress-forums #bbp-single-user-details #bbp-user-navigation li.current a {
    border-top-right-radius: 0;
    border-top-left-radius: 5px;
}
.translatepress-ar #bbpress-forums #bbp-user-body {
    margin-right: 180px;
    margin-left: 0;
    display: flex;
    flex-direction: column;
}
.translatepress-ar #bbpress-forums div.bbp-search-form {
    float: left;
}
.translatepress-ar #bbpress-forums .bbp-user-section {
    overflow: unset;
    clear: both;
}