/*
 Theme Name:   REAA
 Theme URI:    http://educationwp.thimpress.com/
 Description:  Eduma Child Theme
 Author:       Fox Management
 Author URI:   http://foxmanagement.com.au
 Template:     eduma
 Version:      1.10.4
 Text Domain:  reaa
*/
/*
Edit from here and compress and paste it in style.css and upload to server
*/

::selection {
    background: #0054A4; /* Light blue highlight */
    color: #fff; /* White text */
}

/*Flex framework*/
.px-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
}

.px-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
}

.px-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
}

.px-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
}

.px-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
}

.px-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
}

.py-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.py-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
}

.py-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
}

.py-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
}

.py-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
}

.py-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
}
/*Flex framework*/

h1,h2,h3,h4,h5,h6,p,strong,a,span{
	font-family: 'Poppins', sans-serif !important;
}

body{
	font-size: 16px;
}

.flex,.flx{
	display: flex;
}
.flex_start,.flx-start{
	align-items: flex-start;
}
.flex_end,.flx-end{
	align-items: flex-end;
}
.flex_center,.flx-center{
	align-items: center;
}
.flex_jstfy_center{
	justify-content: center;
}
.flex_jstfy_sbetween{
	justify-content: space-between;
}
.flex_wrp{
	flex-wrap: wrap;
}
.flex_item{
	flex: 1 1 auto;
}
.flx-gap1{
	gap: 1rem;
}
.flx-gap2{
	gap: 2rem;
}

.pills-border{
	border: 2px solid;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
}
.white-border{
	border-color: #fff;;
}

.txt_center{
	text-align: center;
}
.txt_left{
	text-align: left;
}
.t_white,.a_white a,.t_white p, .t_white span{
	color:#fff !important;
}

.clor1{
	color: #42414B !important;
}
.clor2{
	color: #666575 !important;
}

@media only screen and (min-width: 769px){

	.breadcrumbs-wrapper #breadcrumbs li, .breadcrumbs-wrapper .thim-breadcrumbs li, .breadcrumbs-wrapper .woocommerce-breadcrumb li{
		top: 4rem;
		position: relative;
	}

	.nrt-image-single-course img{
		max-width: 200px;
		margin: auto;
	}
	
	#masthead.header_v3 .width-logo{
		top: -25px!important;
	}

	.announcement-bar-is_active div.bread-crumbs{
		margin-top: 156px!important;
	}

	.exit-icon{
		position: relative;
		cursor: pointer;
		margin-right: 20px;
	}
	.hide-desktop{
		display: none;
	}
	.announcement-bar-flx{
		padding: 1rem 0;
	}
	.announcement-callout{
		padding: 0.8rem 1rem;
	}
	.md-flx-gap2{
		gap: 2rem;
	}

	.md-fs16 p, .md-fs16 span{
		font-size: 16px!important;
	}
	.hero_title_h1{
		line-height: 120%;
		color: #000;
		font-size: 3rem;
		max-width: 80%;
	}
	.md-h1-pb-4{
		padding-bottom: 4rem;
	}

	.faqs-home .section_heading{
		font-size: 27px !important;
    	padding-bottom: 0;
	}
	.p-el p, .ul-el ul li,
	.ol-el ol li, 
	.qanda_answr ul li,
	.qanda_answr ol li{
		font-size: 1.5rem !important;
		line-height: 24px !important;
	}
	.ul-el ul{
		text-align: left!important;
		max-width: 600px;
		margin: auto;
		padding-bottom: 1.5rem;
	}
	.h2-el>h2:first-child{
		font-size: 40px;
	}
	.flex80{
		width: 80%;
	}
	.flex75{
		width: 75%;
	}
	.flex25{
		width: 25%;
	}
	.flex20{
		width: 20%;
	}
	.flex10_50{
		width: 10%;
	}
	.flex20_50{
		width: 20%;
	}
	.flex30_50{
		width: 30%;
	}
	.flex40_50{
		width: 40%;
	}
	.flex60_50{
		width: 60%;
	}
	.flex70_50{
		width: 70%;
	}
	.flex80_50{
		width: 80%;
	}
	.flex90_50{
		width: 90%;
	}
}
@media only screen and (max-width: 768px){

	.sm-br-off br{
		display: none!important;;
	}

	/*Confirmation Start*/
	.thankyou-confirmation h1{
		line-height: 40px;
		padding-bottom: 2rem;
	}
	/*Confirmation End*/
	
	.exit-icon{
		cursor: pointer;
	}
	.announcement-bar{
		padding: 0 1rem;
	}
	.announcement-bar-flx{
		padding: 0.5rem 0;
	}
	.announcement-callout{
		padding: 0.4rem 0.8rem;
		font-size: 10px;
		line-height: 15px;
		white-space: nowrap;
	}
	.announcement-bar-item p{
		font-size: 10px;
		line-height: 15px;
		white-space: nowrap;
	}
	.hide-mobile{
		display: none;
	}
	.sm-flx-gap1{
		gap: 1rem;
	}

	.hero_title_h1{
		line-height: 120%;
		color: #000;
		font-size: 1.5rem;
		display: inline-block;
		margin-top: 0;
	}
	.sm-h1-pb-3-5{
		padding-bottom: 3.5rem;
	}

	.flex80{
		width: 80%;
	}
	.flex20{
		width: 20%;
	}
	.flex75{
		width: 100%;
	}
	.flex25{
		width: 100%;
	}
	.flex{
		flex-direction: column;
	}

	.flx_mobnocol{
		flex-direction: unset !important;
	}
	.flx_mobwrp{
		flex-wrap: wrap !important;
	}
	.flx_mobnowrp{
		flex-wrap: nowrap !important;
	}
	.flx_nowrapnocol{
		flex-direction: unset !important;
		flex-wrap: nowrap !important;
	}
	.flex10_50{
		width: 50%;
	}
	.flex20_50{
		width: 50%;
	}
	.flex30_50{
		width: 50%;
	}
	.flex40_50{
		width: 50%;
	}
	.flex70_50{
		width: 50%;
	}
	.flex60_50{
		width: 50%;
	}
	.flex80_50{
		width: 50%;
	}
	.flex90_50{
		width: 50%;
	}
	.sm-flx-d-col{
		flex-direction: column;
	}
}
.mtop20{
	margin-top: 20px !important;
}
.mtop15{
	margin-top: 15px !important;
}
.p10{
	padding: 10px;
}
.p15{
	padding: 15px;
}
.p20{
	padding: 20px;
}
.ptop10{
	padding-top: 10px;
}
.ptop15{
	padding-top: 15px;
}
.ptop20{
	padding-top: 20px;
}
.course-students,
#back-to-top,
.thim-course-switch-layout.switch-layout,
.courses-searching {
	display: none !important;
}

.sc_heading {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
	margin-bottom: 0 !important;
}

.thim-course-info .message {
	margin-bottom: 0 !important;
}

.thim-course-info .course-select-date .value,
.thim-course-info .course-display-end-date .value {
	width: 100%;
}

.thim-course-info .course-display-end-date {
	margin-top: 15px;
}

span.ui-state-hover,
.remove-opacity .ui-state-hover {
	background: #0055a5 !important;
	border: 1px solid #fff !important;
	color: #fff !important;
}

.remove-opacity {
	opacity: 1 !important;
	filter: Alpha(Opacity=1) !important;
}

.media-intro {
	font-weight: bold !important;
}

footer#colophon .footer,
footer#colophon .footer a {
	color: #f9f9f9 !important;
}

.datepick {
	width: 210px !important;
}

.datepick-month {
	width: 100%;
}

a.datepick-cmd,
.datepick-month-header select,
.datepick-month-header input,
.datepick-month-header,
.datepick-month-header select,
.datepick-month-header input {
	height: auto !important;
}

.datepick-month td span.datepick-highlight {
	background-color: #fff;
}

.datepick-month td .datepick-custom-highlight,
.datepick-month td .datepick-today.datepick-custom-highlight {
	background-color: #79b7e7 !important;
}

.datepick-month td .datepick-today.datepick-highlight {
	background-color: #fff !important;
}

.datepick-month table {
	margin-bottom: 0 !important;
}

.datepick-ctrl {
	display: none !important;
}

.custom-button {
	display: block;
	width: 167px;
	border-radius: 3px;
	font-weight: 500;
	background: #0055a5;
	color: #fff;
	line-height: 38px;
	padding: 2px 20px 0;
	text-transform: uppercase;
	margin-top: 10px;
	text-align: center;
}

.custom-button:hover,
.custom-button:active,
.custom-button:focus,
.custom_register:focus,
.custom_register:active,
.custom_register:hover,
.remove_subscription_from_cart:hover,
.remove_subscription_from_cart:active,
.remove_subscription_from_cart:focus,
.add_subs_to_cart_custom:hover,
.add_subs_to_cart_custom:active,
.add_subs_to_cart_custom:focus,
.add_to_cart_custom:hover,
.add_to_cart_custom:active,
.add_to_cart_custom:focus,
.show_laptop_hire_form:hover,
.show_laptop_hire_form:active,
.show_laptop_hire_form:focus,
.no_thanks_laptop_hire:hover,
.no_thanks_laptop_hire:active,
.no_thanks_laptop_hire:focus,
.laptop_hire_add_to_cart:hover,
.laptop_hire_add_to_cart:active,
.laptop_hire_add_to_cart:focus,
.custom_added:hover,
.custom_added:active,
.custom_added:focus,
.remove_fast_track_from_cart:hover,
.remove_fast_track_from_cart:active,
.remove_fast_track_from_cart:focus,
.remove_laptop_hire:hover,
.remove_laptop_hire:active,
.remove_laptop_hire:focus {
	color: #fff;
}

.add_to_cart_custom,
.add_subs_to_cart_custom,
.remove_subscription_from_cart,
.show_laptop_hire_form,
.no_thanks_laptop_hire,
.laptop_hire_add_to_cart,
.custom_added,
.custom_register,
.remove_fast_track_from_cart,
.remove_laptop_hire {
	display: inline-block;
	border-radius: 3px;
	font-weight: 500;
	background: #0055a5;
	color: #fff;
	line-height: 40px;
	padding: 0 25px;
	margin-top: 10px;
	text-align: center;
}

.course-date-reminder {
	display: block;
	font-style: italic;
	font-size: 12px;
}

.course-date-selected {
	font-weight: bold;
}

.current_total p {
	text-align: right;
}

.gsi-step-indicator.triangle li>* {
	padding: 9px 12px 12px 40px !important;
}

article .entry-content .learnpress {
	display: none;
}

.thim-widget-button .widget-button.small.no-border {
	line-height: 43px;
}

.learn-press .thim-enroll-course-button {
	line-height: 42px;
}

.thim-course-list .course-item .thim-course-content .course-readmore a,
#respond.comment-respond .comment-form .form-submit input#submit {
	padding: 6px 25px 4px;
}

.wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-title>a {
	font-weight: normal !important;
}

.postid-7238 #lp-single-course>.course-thumbnail,
.section-header .meta,
#learn-press-course-curriculum ul.curriculum-sections .section-content .course-lesson .index,
#learn-press-course-curriculum ul.curriculum-sections .section-content .course-quiz .index,
.course_category-online-learning #lp-single-course>.course-thumbnail {
	display: none;
}

#learn-press-course-curriculum ul.curriculum-sections .section-content .course-lesson .meta-left,
#learn-press-course-curriculum ul.curriculum-sections .section-content .course-quiz .meta-left {
	min-width: 20px;
}

.book-title {
	color: #fff;
}

.info-event {
	margin-left: 0 !important;
}

.tp-event-content .tp-event-info,
.tp-event-content .entry-content:after {
	display: none;
}

.tp-event-content .entry-content {
	width: 100%;
	float: none;
	padding-right: 0;
}

.woocommerce form.login {
	margin: 0 !important;
	padding: 0 !important;
}

.coupon-section .checkout_coupon .button {
	display: inline-block;
	border-radius: 3px;
	font-weight: 500;
	background: #0055a5;
	color: #fff;
	line-height: 40px;
	padding: 0 25px;
	margin-top: 10px;
	text-align: center;
}

#masthead.header_v3 .toolbar-container {
	/* width: 1172px !important; */
}

.toolbar-container #text-2 {
	float: right;
}

#wpcf7-f11064-p12-o1 {
	background: #000 !important;
	width: 290px !important;
	padding: 20px !important;
}

#wpcf7-f11064-p12-o1 .text-container {
	font-weight: 500;
	color: #fff;
	font-size: 25px;
	text-align: center;
	line-height: 30px;
}

#wpcf7-f11064-p12-o1 .icon-container {
	text-align: center;
	margin-top: -50px;
}

#wpcf7-f11064-p12-o1 .icon-container i {
	background: #0055a5;
	border-radius: 50%;
	padding: 20px;
	color: #fff;
}

#wpcf7-f11064-p12-o1 span.wpcf7-form-control-wrap {
	width: 100%;
}

#wpcf7-f11064-p12-o1 span.wpcf7-form-control-wrap.your-email {
	margin-left: 0 !important;
}

#wpcf7-f11064-p12-o1 input.wpcf7-form-control {
	border-radius: 3px;
	margin-bottom: 0;
	border: 0 !important;
}

#wpcf7-f11064-p12-o1 span.wpcf7-form-control-wrap input {
	text-align: left !important;
	color: #000 !important;
}

#wpcf7-f11064-p12-o1 .submit-container {
	line-height: 40px !important;
}

#wpcf7-f11064-p12-o1 .wpcf7-submit {
	width: 100%;
}

.list-container .fa {
	font-size: 35px !important;
	line-height: 47px !important;
	float: left;
	width: 33px !important;
	padding: 0 0 0 1px !important;
	margin-right: 10px;
}

.list-container .text-container {
	float: right;
	width: calc(100% - 43px) !important;
}

@media(max-width: 375px) and (orientation: portrait) {
	#slide-1-layer-2 {
		font-size: 14px !important;
	}

	.list-container .fa {
		line-height: 40px !important;
	}

	.list-container .list-text-container {
		font-size: 12px !important;
	}
}

@media(max-width: 320px) and (orientation: portrait) {
	#slide-1-layer-1 {
		margin-top: -50px !important;
	}

	#slide-1-layer-2 {
		font-size: 16px !important;
		margin-top: -40px !important;
	}

	.list-container .fa {
		line-height: 40px !important;
	}

	.list-container .list-text-container {
		font-size: 12px !important;
	}
}

@media(max-width: 568px) and (orientation: landscape) {
	#slide-1-layer-2 {
		font-size: 16px !important;
	}

	.list-container .fa {
		line-height: 24px !important;
	}

	.list-container .list-text-container {
		font-size: 12px !important;
	}
}

.post-type-archive-tp_event .list-tab-event ul li:last-child {
	display: none;
}

.custom_div {
	margin-bottom: 20px;
}

.custom_div p {
	line-height: 17px;
	margin-bottom: 0;
}

.custom_div p i {
	margin-right: 10px;
}

.wpb_heading.wpb_widgetised_column_heading {
	font-size: 16px;
	line-height: 40px;
	color: #fff;
	font-weight: 500;
	font-style: normal;
	text-transform: uppercase;
	margin-top: 27px;
}

#rev_slider_1_1_wrapper {
	background: none !important
}

#pie_register {
	margin-top: 0 !important;
}

#pie_register label {
	line-height: 26px !important;
	margin-bottom: 5px;
	float: none !important;
	font-size: 13px !important;
	color: #0055a5 !important;
	font-family: Helvetica, Arial, sans-serif !important;
}

#pie_register .piereg_li_0 {
	margin-top: 3px !important;
}

#pie_register .input_fields {
	padding: 7px !important;
	border: 1px solid #eee !important;
	line-height: 24px;
	min-height: 40px;
	font-size: 15px !important;
	border-radius: 0 !important;
	width: 100% !important;
	display: block !important;
}

#pie_register_reg_form,
.piereg_container,
#pie_register .fieldset {
	padding: 0 !important;
}

#pie_register .fields.piereg_li_4 .fieldset {
	width: 49%;
	float: left;
}

#pie_register .fields.piereg_li_4 .fieldset:first-child {
	margin-right: 10px;
}

#pie_register .fields .fieldset.error .input_fields {
	background-color: #FBE3E4 !important;
	border-left: 3px solid #E2401C !important;
}

.pieregWrapper #pie_register .fields .fieldset.error {
	border: 0 !important;
}

.legend_txt {
	text-align: left !important;
}

.legend_txt .legend.error {
	font-family: Helvetica, Arial, sans-serif !important;
	font-size: 15px !important;
	line-height: 26px !important;
	color: #ff0000 !important;
}

.pie_wrap_buttons input {
	background: #0055a5 !important;
	font-size: 13px !important;
	font-family: Helvetica, Arial, sans-serif !important;
	line-height: 30px !important;
	width: 90.47px !important;
	height: 60px !important;
}

.pieregWrapper #pie_register .fields .pie_wrap_buttons {
	float: right !important;
}

.post-type-archive-lp_course .list-tab-event .tab-content {
	padding: 30px 0 0 !important;
}

.thim-widget-courses .course-students {
	display: none !important;
}

.nf-field-container.html-container h2 {
	color: #fff !important;
}

.nf-field-container.html-container i {
	color: #fff !important;
	border-radius: 50%;
	background: #0055a5 !important;
	font-size: 35px;
	padding: 20px !important;
}

.nf-before-form-content {
	display: none !important;
}

/*.woocommerce-message .wc-forward,
.woocommerce-error .wc-forward,*/
.gsi-step-indicator li .desc span {
	display: none !important;
}

.link-bottom,
.woocommerce-tabs,
.upsells-products,
.product_meta,
.woocommerce-variation-add-to-cart .quantity,
.thim-social-share,
.learn-press-pagination.navigation.pagination,
.course_category-online-learning #tab-course-fast-track,
.course_category-online-learning .nav-tabs li:nth-child(3) {
	display: none !important;
}

.postid-23210 .thim-course-menu-landing .thim-course-landing-tab li.course-nav-tab-curriculum {
	display: none !important;
}

.post-23210 .course-summary .thim-course-info .lectures-feature {
	display: none;
}

.post-23210 .course-summary .nav-tabs li:nth-child(2) {
	display: none;
}

.nf-response-msg {
	color: #0055a5 !important;
}

.single_add_to_cart_button {
	line-height: 21px !important;
}

.woocommerce form .form-row select {
	padding-top: 9px !important;
	padding-bottom: 10px !important;
}

.course-balance-reminder {
	font-size: 12px;
	font-style: italic;
}

.banner-description {
	color: #f9f9f9 !important;
}

.course-category {
	color: #ccc;
	float: left;
	display: inline-block;
	line-height: 30px;
	margin-right: 15px;
	font-size: 13px !important;
}

.login-step .left ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.breadcrumbs-wrapper #breadcrumbs li:not(:last-child)>span:after,
.breadcrumbs-wrapper .thim-breadcrumbs li:not(:last-child)>span:after,
.breadcrumbs-wrapper .woocommerce-breadcrumb li:not(:last-child)>span:after {
	content: '';
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background: #eee;
	display: inline-block;
	margin: 0 15px;
	line-height: 25px;
}

.piereg_li_2,
.thim-mobile-login {
	display: none !important;
}

.pieregWrapper #pie_register .fields .input_fields.error {
	border-color: red !important;
}

.coupon-section ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.coupon-section ul li {
	display: inline-block;
}

.woocommerce .checkout_coupon .form-row-last input.button,
.coupon-section .checkout_coupon .form-row-last input.button {
	padding: 4px 10px 3px !important;
}

.custom_register {
	margin-left: 15px;
}

#custom_registration label {
	display: block;
	font-size: 13px;
	color: #0055a5;
	font-weight: normal;
}

#custom_registration input[type="text"],
#custom_registration input[type="email"] {
	width: 100%;
	min-height: 40px;
	line-height: 24px;
	padding: 7px 10px !important;
}

.has-post-thumbnail .post-formats-wrapper {
	text-align: center;
}

.datepick-month a,
.datepick-highlight {
	background-color: #a94442 !important;
	color: #fff !important;
}

.activeClass {
	color: #a94442 !important;
	background: #f2dede !important;
}

.activeClass:not(.disabled):hover {
	background: #a94442 !important;
	color: #fff !important;
}

.datepicker {
	border: 1px solid #0055a5 !important;
}

.table-condensed thead tr th.prev,
.table-condensed thead tr th.next,
.table-condensed thead tr th.datepicker-switch {
	background: #0055a5 !important;
	border-radius: 0 !important;
	color: #fff !important;
}

.table-condensed tr {
	border-color: #0055a5 !important;
}

.table-condensed tr td {
	border-radius: 0 !important;
}

.label {
	font-size: 100% !important;
}

.select2-container--default .select2-selection--single {
	border: 1px solid #eee !important;
	border-radius: 0 !important;
	min-height: 40px !important;
}

.select2-selection__rendered {
	line-height: 24px !important;
	height: inherit;
	padding-top: 7px !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
	margin-top: 4px !important;
}

.alert {
	border-width: 1px;
	border-style: solid;
	border-radius: 2px;
	padding: 10px;
}

.alert-danger {
	background-color: #f2dede !important;
	border-color: #ebccd1 !important;
	color: #a94442 !important;
	font-weight: bold;
}

.alert-success {
	background-color: #dff0d8;
	border-color: #d6e9c6;
	color: #3c763d;
	font-weight: bold;
}

.coupon-section .checkout_coupon {
	padding: 0 !important;
}

.error,
.input-text.error {
	border: 1px solid #ebccd1 !important;
	background-color: #f2dede !important;
}

.tsf-content input.error {
	appearance: none !important;
	-webkit-appearance: none !important;
	-moz-appearance: none !important;
}

.course-author2 {
	clear: both;
	color: #f24c0a !important;
	font-style: italic !important;
	font-size: 13px !important;
}

.author-contain form.purchase-course {
	margin-bottom: 0 !important;
}

.course-author:nth-child(3) {
	border-right: 0 !important;
}

.course-commands a {
	width: 100%;
}

.course-commands a .fa {
	color: #fff !important;
}

.course-dates .author-contain {
	color: #f24c0a !important;
	font-style: italic !important;
	font-size: 13px !important;
	padding-top: 20px;
}

@media(min-width:769px) {
	#masthead.header_v3 .header_v3_container .menu-mobile-effect.navbar-toggle {
		display: none;
	}
}

@media(max-width:768px) {
	.flex_m_direct_col{
		flex-direction: column;
	}
	#masthead.header_v3 .header_v3_container .menu-mobile-effect.navbar-toggle {
		display: block !important;
	}
}

.coupon-section {
	margin-bottom: 40px;
	margin-left: 5px !important;
}

#apply_coupon {
	margin: 0;
	display: block;
	padding: 0 !important;
	width: 141px !important;
}

/*.woocommerce-remove-coupon{ display: none!important; }*/

.thim-course-landing-button .course-price .value .course-origin-price,
body .learn-press .course-payment .course-price .value .course-origin-price {
	color: #ccc;
}

.ribbon {
	position: absolute;
	left: -5px;
	top: -5px;
	z-index: 1;
	overflow: hidden;
	width: 75px;
	height: 75px;
	text-align: right;
}

.ribbon span {
	font-size: 10px;
	font-weight: bold;
	color: #FFF;
	text-transform: uppercase;
	text-align: center;
	line-height: 20px;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	width: 100px;
	display: block;
	background: #79A70A;
	background: linear-gradient(#F70505 0%, #8F0808 100%);
	box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
	position: absolute;
	top: 19px;
	left: -21px;
}

.ribbon span::before {
	content: "";
	position: absolute;
	left: 0px;
	top: 100%;
	z-index: -1;
	border-left: 3px solid #8F0808;
	border-right: 3px solid transparent;
	border-bottom: 3px solid transparent;
	border-top: 3px solid #8F0808;
}

.ribbon span::after {
	content: "";
	position: absolute;
	right: 0px;
	top: 100%;
	z-index: -1;
	border-left: 3px solid transparent;
	border-right: 3px solid #8F0808;
	border-bottom: 3px solid transparent;
	border-top: 3px solid #8F0808;
}

.thim-course-grid {
	overflow: visible !important;
}

.thim-course-list .lpr_course .course-item,
.thim-course-grid .course-item {
	position: relative;
	overflow: visible !important;
}

.footer_ads {
	text-align: center;
	margin-bottom: 50px;
}

.course-promo-banner {
	display: none;
	text-align: center;
	margin-bottom: 50px;
}

.course-promo-banner img {
	width: 100%;
	height: auto;
}

.vc_tta-container[data-vc-action*="collapse"]>h3 {
	line-height: 30px;
	margin: 0;
	font-size: 22px;
	font-weight: 700;
	position: relative;
	padding-bottom: 22px;
	margin-bottom: 46px;
	text-transform: none;
	text-align: center;
}

.vc_tta-container[data-vc-action*="collapse"]>h3:after {
	content: '';
	width: 35px;
	height: 1px;
	left: 0;
	right: 0;
	margin: auto;
	background: #333;
	position: absolute;
	bottom: 0;
}

footer .thim-owl-carousel-post {
	margin-top: 0 !important;
}

footer#colophon.footer-bg-image {
	background-image: none !important;
}

footer .thim-owl-carousel-post .owl-controls {
	position: static;
	top: 0;
	right: 0;
}

footer .thim-owl-carousel-post,
.thim-owl-carousel-post.owl-carousel {
	position: relative;
}

footer .owl-controls .owl-pagination .owl-page:hover,
footer .owl-controls .owl-pagination .owl-page.active {
	border-color: #fff !important;
	background: #fff !important;
}

footer .thim-owl-carousel-post .info {
	display: none !important;
}

footer .thim-owl-carousel-post .content {
	margin-top: 0 !important;
	text-align: left !important;

}

footer .read-more-carousel {
	font-weight: normal;
	font-style: italic !important;
	font-size: 13px !important;
	text-decoration: underline;
	margin-top: 10px;
	display: block;
}


footer ul.sub-menu {
	margin: 15px 0 0 !important;
}

footer#colophon .footer ul.sub-menu li {
	line-height: 15px !important;
	margin-bottom: 15px;
}

footer ul.menu a {
	font-weight: bold;
}

footer .thim-widget-heading h3 {
	text-transform: capitalize !important;
	margin-bottom: 20px !important;
}

footer .adjusted-padding {
	padding-left: 30px;
	padding-right: 30px;
}

input[type="radio"] {
	appearance: radio;
	-moz-appearance: radio;
	-webkit-appearance: radio !important;
}

.thim-course-grid .course-item .thim-course-content .course-title {
	height: auto !important;
	margin: 11px 0 !important;
}

.thim-course-content .course-readmore-2 {
	background: #0055a5;
	color: #fff;
	border-radius: 3px;
	padding: 5px 25px;
	line-height: 30px;
	display: inline-block;
	margin-bottom: 20px;
}

.form-control[readonly]:not([disabled]) {
	background: #fff !important;
	cursor: pointer !important;
}


.thim-owl-carousel-post.owl-carousel.layout-2 .image,
.single-post .post-formats-wrapper {
	display: none;
}

.blog article .entry-header .entry-contain {
	padding-left: 0 !important;
	float: none !important;
}

.blog article .entry-header .entry-contain:before {
	display: none !important;
}

@media(min-width: 768px) {
	.blog #blog-archive article {
		width: 100%;
		min-height: 380px;
	}

	.blog #blog-archive article .entry-meta .author {
		display: none !important;
	}

	.blog #blog-archive article .content-inner {
		padding-bottom: 20px;
	}
}


.footer .owl-item .image {
	display: none !important;
}

footer#colophon .footer .thim-widget-carousel-post .widget-title {
	font-size: 30px;
	text-transform: uppercase;
	margin-top: 10px;
}

footer#colophon .footer #menu-footer-column-1,
footer#colophon .footer #menu-footer-column-2 {
	margin-top: 10px;
}

footer#colophon .footer #menu-footer-column-1>li>a,
footer#colophon .footer #menu-footer-column-2>li>a {
	font-weight: bold;
	font-size: 16px;
}

footer#colophon .footer #menu-footer-column-1 #sub-menu li a {
	font-weight: normal;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
.counter-box.number-left .display-percentage,
.counter-box.number-left .counter-box-content,
.product-grid .product__title .title,
.thim-course-grid .course-item .thim-course-content .course-meta>div .course-comments-count,
.thim-course-grid .course-item .thim-course-content .course-meta>div .course-student,
#tab-course-review .course-rating .average-rating .rating-box .average-value,
.thim-widget-icon-box .wrapper-box-icon.has_custom_image:not(.overlay) .smicon-read,
.learn-press .tab-content .course-wishlist-box span.text,
.woocommerce-MyAccount-content legend,
.thim-font-heading,
.thim-owl-carousel-post.thim-list-posts .read-more {
	font-family: 'Poppins', sans-serif !important;
}

.thim-course-list .course-item .thim-course-content .course-meta {
	display: block !important;
}

#learn-press-course-description .thim-course-info ul li span,
#tab-course-description .thim-course-info ul li span,
#tab-overview .thim-course-info ul li span {
	color: #0055a5;
}

.order_item .product-name {
	text-align: left !important;
}

.woocommerce #payment #place_order,
.woocommerce-page #payment #place_order {
	height: auto !important;
	line-height: 100% !important;
}

#order_review #payment #place_order {
	/* display: none;*/
}

.header_v3 .thim-widget-link {
	padding: 0 19px 19px 15px;
}

.course-summary>.course-thumbnail {
	display: none;
}

span.wpcf7-list-item {
	display: block;
}

#post-20701 .wpcf7-form .your-email {
	margin-left: 0 !important;
}

.my-account-custom-title {
	line-height: 30px !important;
}

.my-account-custom-title a {
	font-family: 'Helvetica', Arial, sans-serif;
	font-size: 24px;
	font-weight: normal !important;
}

.tsf-content input[type="text"],
.tsf-content input[type="tel"],
.tsf-content input[type="email"],
.tsf-content select {
	width: 100%;
}

.tsf-content .checkbox input[type=checkbox] {
	margin-left: 0 !important;
}

#payment ul {
	list-style: none;
}

.woocommerce-form-login input[name="username"],
.woocommerce-form-login input[name="password"],
.lost_reset_password input[name="password_1"],
.lost_reset_password input[name="password_2"] {
	width: 100%;
}

.blacktext {
	font-size: 15px;
	display: block;
	color: red;
	line-height: 22px;
	margin-top: 15px;
	font-weight: bold;
}

.blacktext_detail {
	font-size: 15px;
	display: block;
	color: red;
	line-height: 22px;
	margin-bottom: 15px;
	font-weight: bold;
}

.post-13056 #learn-press-course .entry-title {
	margin: 3px 0 15px;
}

.post-11311 #learn-press-course .entry-title {
	margin: 3px 0 15px;
}

.post-11293 #learn-press-course .entry-title {
	margin: 3px 0 15px;
}


@media (min-width:768px) {

	.woocommerce form .form-row-first,
	.woocommerce-page form .form-row-first {
		padding-right: 15px;
		width: 50%;
		float: left
	}

	.woocommerce form .form-row-last,
	.woocommerce-page form .form-row-last {
		padding-left: 15px;
		width: 50%;
		float: left
	}
}

.woocommerce-demo-store #kad-banner {
	margin-top: 30px
}

.clear {
	clear: both
}

.nobr {
	white-space: nowrap
}

@font-face {
	font-family: star;
	src: url(fonts/star.eot);
	src: url(fonts/star.eot?#iefix)format('embedded-opentype'), url(fonts/star.woff)format('woff'), url(fonts/star.ttf)format('truetype'), url(fonts/star.svg#star)format('svg');
	font-weight: 400;
	font-style: normal
}

form .form-row select {
	width: 100%;
	cursor: pointer;
	margin: 0;
	max-width: 300px
}

.woocommerce form .form-row label.inline,
.woocommerce-page form .form-row label.inline {
	display: inline
}

p.demo_store {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	margin: 0;
	width: 100%;
	font-size: 1em;
	padding: .5em 0;
	text-align: center;
	background: #c72c00;
	color: #fff;
	z-index: 99998;
	box-shadow: inset 0 0 0 2px rgba(255, 255, 255, .2);
	-webkit-box-shadow: inset 0 0 0 2px rgba(255, 255, 255, .2);
	-moz-box-shadow: inset 0 0 0 2px rgba(255, 255, 255, .2)
}

.admin-bar p.demo_store {
	top: 28px
}

small.note {
	display: block;
	color: #777;
	font-size: 11px;
	line-height: 21px;
	margin-top: 10px
}

.myaccount_user {
	margin-bottom: 20px
}

div.product .out-of-stock {
	color: red
}

div.product div.images div.thumbnails:after {
	content: "";
	display: block;
	clear: both
}

#content div.product div.images div.thumbnails a.last {
	margin-right: 0
}

div.product div.images div.thumbnails a.first {
	clear: both
}

div.product div.social {
	text-align: right;
	margin: 0 0 1em
}

div.product div.social span {
	margin: 0 0 0 2px
}

div.product div.social span span {
	margin: 0
}

div.product div.social span .stButton .chicklets {
	padding-left: 16px;
	width: 0
}

#content div.product div.social iframe {
	float: left;
	margin-top: 3px
}

#content div.product .woocommerce-tabs {
	clear: both
}

#content div.product .woocommerce-tabs ul.tabs li a {
	display: inline-block;
	padding: .5em 0;
	font-weight: 700;
	color: #5e5e5e;
	text-shadow: 0 1px 0 rgba(255, 255, 255, .8);
	text-decoration: none
}

#content div.product .woocommerce-tabs ul.tabs li a:hover {
	text-decoration: none;
	color: #777
}

#content div.product .woocommerce-tabs ul.tabs li.active {
	background: #fff;
	z-index: 2;
	border-bottom-color: #fff
}

#content div.product .woocommerce-tabs ul.tabs li.active a {
	color: #333;
	text-shadow: inherit
}

#content div.product .woocommerce-tabs .panel {
	margin: 0 0 2em;
	padding: 0
}

#content div.product p.cart {
	margin-bottom: 2em
}

#content div.product p.cart:after {
	content: "";
	display: block;
	clear: both
}

#content div.product form.cart {
	margin-bottom: 2em;
	position: relative
}

#content div.product form.cart:after {
	content: "";
	display: block;
	clear: both
}

#content div.product form.cart table div.quantity {
	float: none;
	margin: 0
}

#content div.product form.cart table small.stock {
	display: block;
	float: none
}

#content div.product form.cart .variations label {
	font-weight: 700
}

#content div.product form.cart .variations td.label {
	padding-right: 1em
}

#content div.product form.cart .button {
	vertical-align: middle;
	float: left
}

#content div.product form.cart .group_table td.label {
	padding-right: 1em;
	padding-left: 1em
}

#content div.product form.cart .group_table td {
	vertical-align: top
}

.products ul,
ul.products {
	padding: 0;
	list-style: none outside;
	clear: both
}

.products ul:after,
ul.products:after {
	content: "";
	display: block;
	clear: both
}

.products ul li,
ul.products li {
	list-style: none outside
}

.related:after,
.upsells.products:after {
	content: "";
	display: block;
	clear: both
}

.related ul,
.related ul.products,
.upsells.products ul,
.upsells.products ul.products {
	float: none
}

ul.products li.product {
	float: left;
	margin: 0 3.8% 2.992em 0;
	padding: 0;
	position: relative;
	width: 22.05%;
	margin-left: 0
}

ul.products li.product .onsale {
	top: 0;
	right: 0;
	left: auto;
	margin: -6px -6px 0 0
}

ul.products li.product h3 {
	padding: .5em 0;
	margin: 0;
	font-size: 1em
}

ul.products li.product a {
	text-decoration: none
}

ul.products li.product a img {
	width: 100%;
	height: auto;
	display: block;
	margin: 0 0 8px;
	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .3);
	-webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .3);
	-moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .3);
	-webkit-transition: all ease-in-out .2s;
	-moz-transition: all ease-in-out .2s;
	-o-transition: all ease-in-out .2s;
	transition: all ease-in-out .2s
}

ul.products li.product a:hover img {
	box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .4);
	-webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .4);
	-moz-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .4)
}

ul.products li.product strong {
	display: block
}

ul.products li.product .price {
	color: #85ad74;
	display: block;
	font-weight: 400;
	margin-bottom: .5em
}

ul.products li.product .price del {
	font-size: .67em;
	color: rgba(145, 145, 145, .5);
	margin: -2px 0 0 0
}

ul.products li.product .price ins {
	background: 0 0
}

ul.products li.product .price .from {
	font-size: .67em;
	margin: -2px 0 0 0;
	text-transform: uppercase;
	color: rgba(145, 145, 145, .5)
}

ul.products li.first {
	clear: both
}

ul.products li.last {
	margin-right: 0
}

.woocommerce-ordering select {
	vertical-align: top
}

a.button.loading,
button.button.loading,
input.button.loading {
	color: #777;
	border: 1px solid #f7f6f7
}

a.button.loading:before,
button.button.loading:before,
input.button.loading:before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	background: url(../img/ajax-loader.gif)center no-repeat rgba(255, 255, 255, .65)
}

.quantity input::-webkit-inner-spin-button,
.quantity input::-webkit-outer-spin-button {
	display: none
}

#content .quantity input[type=number],
#content .quantity noindex:-o-prefocus {
	padding-right: 1.2em
}

#content .quantity .minus,
#content .quantity .plus {
	display: block;
	padding: 0;
	margin: 0;
	position: absolute;
	text-align: center;
	vertical-align: text-top;
	width: 20px;
	height: 20px;
	overflow: visible;
	text-decoration: none;
	font-weight: 700;
	cursor: pointer;
	line-height: 10px;
	font-size: 12px;
	color: #444;
	border: 1px solid #c6c6c6;
	border-left: 0;
	background: #f7f6f7
}

#content .quantity .minus:hover,
#content .quantity .plus:hover {
	background: #d3d3d3
}

#content .quantity .plus {
	top: 0;
	right: 0;
	border-bottom: 0;
	-webkit-border-bottom-left-radius: 0;
	-webkit-border-bottom-right-radius: 0;
	-moz-border-radius-bottomleft: 0;
	-moz-border-radius-bottomright: 0;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0
}

#content .quantity .minus {
	bottom: 0;
	right: 0;
	-webkit-border-top-left-radius: 0;
	-webkit-border-top-right-radius: 0;
	-moz-border-radius-topleft: 0;
	-moz-border-radius-topright: 0;
	border-top-left-radius: 0;
	border-top-right-radius: 0
}

#reviews h2 small {
	float: right;
	color: #777;
	font-size: 15px;
	line-height: 21px;
	margin: 10px 0 0 0
}

#reviews h2 small a {
	text-decoration: none;
	color: #777
}

#reviews #respond {
	margin: 0;
	border: 0;
	padding: 0
}

#reviews #comments .add_review:after {
	content: "";
	display: block;
	clear: both
}

#reviews #comments h2 {
	clear: none
}

#reviews #comments ol.commentlist {
	margin: 0;
	width: 100%;
	background: 0 0;
	list-style: none
}

#reviews #comments ol.commentlist:after {
	content: "";
	display: block;
	clear: both
}

#reviews #comments ol.commentlist li {
	padding: 00;
	margin: 0 0 20px;
	position: relative;
	background: 0;
	border: 0
}

#reviews #comments ol.commentlist li .meta {
	color: #777;
	font-size: .75em
}

#reviews #comments ol.commentlist li img.avatar {
	float: left;
	position: absolute;
	top: 0;
	left: 0;
	padding: 3px;
	width: 32px;
	height: auto;
	background: #f7f6f7;
	border: 1px solid #f0eef0;
	margin: 0;
	line-height: 1
}

#reviews #comments ol.commentlist li .comment-text {
	margin: 0 0 0 50px;
	border: 1px solid #f0eef0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	padding: 1em 1em 0
}

#reviews #comments ol.commentlist li .comment-text p {
	margin: 0 0 1em
}

#reviews #comments ol.commentlist li .comment-text p.meta {
	font-size: .83em
}

#reviews #comments .commentlist>li:before {
	content: ""
}

.hreview-aggregate .star-rating {
	margin: 10px 0 0 0
}

#review_form #respond {
	position: static;
	margin: 0;
	width: auto;
	padding: 0 0 0;
	background: transparent none;
	border: 0
}

#review_form #respond:after {
	content: "";
	display: block;
	clear: both
}

#review_form #respond p {
	margin: 0 0 10px
}

#review_form #respond .form-submit input {
	left: auto
}

#review_form #respond textarea {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%
}

.woocommerce p.stars,
.woocommerce-page p.stars {
	position: relative;
	font-size: 1em
}

.woocommerce p.stars a,
.woocommerce-page p.stars a {
	display: inline-block;
	font-weight: 700;
	margin-right: 1em;
	text-indent: -9999px;
	position: relative
}

.woocommerce p.stars a:last-child,
.woocommerce-page p.stars a:last-child {
	border-right: 0
}

.woocommerce p.stars a.star-1,
.woocommerce p.stars a.star-2,
.woocommerce p.stars a.star-3,
.woocommerce p.stars a.star-4,
.woocommerce p.stars a.star-5,
.woocommerce-page p.stars a.star-1,
.woocommerce-page p.stars a.star-2,
.woocommerce-page p.stars a.star-3,
.woocommerce-page p.stars a.star-4,
.woocommerce-page p.stars a.star-5 {
	border-right: 1px solid #ccc
}

.woocommerce p.stars a.star-1:after,
.woocommerce p.stars a.star-2:after,
.woocommerce p.stars a.star-3:after,
.woocommerce p.stars a.star-4:after,
.woocommerce p.stars a.star-5:after,
.woocommerce-page p.stars a.star-1:after,
.woocommerce-page p.stars a.star-2:after,
.woocommerce-page p.stars a.star-3:after,
.woocommerce-page p.stars a.star-4:after,
.woocommerce-page p.stars a.star-5:after {
	font-family: virtue_icons;
	text-indent: 0;
	position: absolute;
	top: 0;
	left: 0
}

.woocommerce p.stars a.star-1,
.woocommerce-page p.stars a.star-1 {
	width: 2em
}

.woocommerce p.stars a.star-1:after,
.woocommerce-page p.stars a.star-1:after {
	content: "\e2ff"
}

.woocommerce p.stars a.star-1.active:after,
.woocommerce p.stars a.star-1:hover:after,
.woocommerce-page p.stars a.star-1.active:after,
.woocommerce-page p.stars a.star-1:hover:after {
	content: "\e301"
}

.woocommerce p.stars a.star-2,
.woocommerce-page p.stars a.star-2 {
	width: 3em
}

.woocommerce p.stars a.star-2:after,
.woocommerce-page p.stars a.star-2:after {
	content: "\e2ff\e2ff"
}

.woocommerce p.stars a.star-2.active:after,
.woocommerce p.stars a.star-2:hover:after,
.woocommerce-page p.stars a.star-2.active:after,
.woocommerce-page p.stars a.star-2:hover:after {
	content: "\e301\e301"
}

.woocommerce p.stars a.star-3,
.woocommerce-page p.stars a.star-3 {
	width: 4em
}

.woocommerce p.stars a.star-3:after,
.woocommerce-page p.stars a.star-3:after {
	content: "\e2ff\e2ff\e2ff"
}

.woocommerce p.stars a.star-3.active:after,
.woocommerce p.stars a.star-3:hover:after,
.woocommerce-page p.stars a.star-3.active:after,
.woocommerce-page p.stars a.star-3:hover:after {
	content: "\e301\e301\e301"
}

.woocommerce p.stars a.star-4,
.woocommerce-page p.stars a.star-4 {
	width: 5em
}

.woocommerce p.stars a.star-4:after,
.woocommerce-page p.stars a.star-4:after {
	content: "\e2ff\e2ff\e2ff\e2ff"
}

.woocommerce p.stars a.star-4.active:after,
.woocommerce p.stars a.star-4:hover:after,
.woocommerce-page p.stars a.star-4.active:after,
.woocommerce-page p.stars a.star-4:hover:after {
	content: "\e301\e301\e301\e301"
}

.woocommerce p.stars a.star-5,
.woocommerce-page p.stars a.star-5 {
	width: 6em;
	border: 0
}

.woocommerce p.stars a.star-5:after,
.woocommerce-page p.stars a.star-5:after {
	content: "\e2ff\e2ff\e2ff\e2ff\e2ff"
}

.woocommerce p.stars a.star-5.active:after,
.woocommerce p.stars a.star-5:hover:after,
.woocommerce-page p.stars a.star-5.active:after,
.woocommerce-page p.stars a.star-5:hover:after {
	content: "\e301\e301\e301\e301\e301"
}

table.shop_attributes {
	border: 0;
	border-top: 1px dotted rgba(0, 0, 0, .1);
	margin-bottom: 1.618em;
	width: 100%
}

table.shop_attributes th {
	width: 150px;
	font-weight: 700;
	padding: 8px;
	border-top: 0;
	border-bottom: 1px dotted rgba(0, 0, 0, .1);
	margin: 0;
	line-height: 1.5em
}

table.shop_attributes td {
	font-style: italic;
	padding: 0;
	border-top: 0;
	border-bottom: 1px dotted rgba(0, 0, 0, .1);
	margin: 0;
	line-height: 1.5em
}

table.shop_attributes td p {
	margin: 0;
	padding: 8px 0
}

table.shop_attributes .alt td,
table.shop_attributes .alt th {
	background: rgba(0, 0, 0, .025)
}

table.shop_table td small {
	font-weight: 400
}

table.shop_table tfoot td,
table.shop_table tfoot th {
	font-weight: 700;
	border-top: 1px solid rgba(0, 0, 0, .1)
}

table.my_account_orders {
	font-size: .85em
}

table.my_account_orders td,
table.my_account_orders th {
	padding: 4px 8px;
	vertical-align: middle
}

table.my_account_orders .button {
	white-space: nowrap
}

table.my_account_orders .order-actions {
	text-align: right
}

table.my_account_orders .order-actions .button {
	margin: .125em 0 .125em .25em
}

td.product-name dl.variation {
	margin: .25em 0 .5em;
	font-size: .8751em
}

td.product-name dl.variation dt {
	font-weight: 700;
	float: left;
	clear: left;
	margin: 0 .25em 0 0;
	padding: 0
}

td.product-name dl.variation dd {
	margin: 0 0 .25em 0
}

td.product-name p.backorder_notification {
	font-size: .83em
}

table.cart td,
table.cart th {
	vertical-align: middle
}

#content table.cart a.remove {
	display: block;
	font-size: 20px;
	height: 20px;
	width: 20px;
	text-align: center;
	line-height: 20px;
	border-radius: 0;
	vertical-align: middle;
	padding: 0;
	color: red;
	text-decoration: none;
	font-weight: 700
}

table.cart a.remove:hover {
	background-color: red;
	color: #fff
}

ul.cart_list,
ul.product_list_widget {
	list-style: none outside;
	padding: 0;
	margin: 0
}

ul.cart_list li,
ul.product_list_widget li {
	padding: 4px 0;
	margin: 0;
	list-style: none
}

ul.cart_list li:after,
ul.product_list_widget li:after {
	content: "";
	display: block;
	clear: both
}

ul.cart_list li a,
ul.product_list_widget li a {
	display: block;
	font-weight: 700
}

ul.cart_list li dl,
ul.product_list_widget li dl {
	margin: 0;
	font-size: .8751em;
	padding-left: 1em;
	border-left: 2px solid rgba(0, 0, 0, .1)
}

ul.cart_list li dl dt,
ul.product_list_widget li dl dt {
	float: left;
	clear: left;
	margin-right: .25em
}

ul.cart_list li dl dd,
ul.product_list_widget li dl dd {
	margin-bottom: .5em
}

ul.cart_list li .star-rating,
ul.product_list_widget li .star-rating {
	float: none
}

.widget_shopping_cart .total {
	border-top: 3px double #f7f6f7;
	padding: 4px 0 0
}

.widget_shopping_cart .total strong {
	min-width: 40px;
	display: inline-block
}

.widget_shopping_cart .buttons:after {
	content: "";
	display: block;
	clear: both
}

.cart-collaterals {
	width: auto
}

.cart-collaterals:after {
	content: "";
	display: block;
	clear: both
}

.cart-collaterals .related {
	width: 30.75%;
	float: left
}

.cart-collaterals .cross-sells ul.products {
	float: none
}

.cart-collaterals .shipping_calculator:after {
	content: "";
	display: block;
	clear: both
}

.cart-collaterals .shipping_calculator .col2-set .col-1,
.cart-collaterals .shipping_calculator .col2-set .col-2 {
	width: 47%
}

.cart-collaterals .cart_totals p {
	margin: 0
}

.cart-collaterals .cart_totals p small {
	color: #777;
	font-size: .83em
}

.cart-collaterals .cart_totals table tr:first-child td,
.cart_totals table tr:first-child th {
	border-top: 0
}

.cart-collaterals .cart_totals table small {
	display: block;
	color: #777
}

.cart-collaterals .cart_totals table select {
	width: 100%
}

.cart-collaterals .cart_totals .discount td {
	color: #85ad74
}

form .form-row:after {
	content: "";
	display: block;
	clear: both
}

form .form-row [placeholder]:focus::-webkit-input-placeholder {
	-webkit-transition: opacity .5s .5s ease;
	-moz-transition: opacity .5s .5s ease;
	transition: opacity .5s .5s ease;
	opacity: 0
}

form .form-row label {
	display: block
}

.form-row label.hidden {
	visibility: hidden
}

form .form-row .required {
	color: red;
	font-weight: 700;
	border: 0
}

form .form-row .input-checkbox {
	display: inline;
	margin: -2px 8px 0 0;
	text-align: center;
	vertical-align: middle
}

form .form-row label.checkbox {
	display: inline
}

form .form-row textarea {
	height: 3.5em;
	line-height: 1.5em;
	display: block;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none
}

form .form-row.validate-required.woocommerce-invalid input.input-text {
	border: 1px solid red
}

form .form-row.validate-required.woocommerce-invalid .chzn-drop,
form .form-row.validate-required.woocommerce-invalid .chzn-single,
form .form-row.validate-required.woocommerce-invalid input.input-text,
form .form-row.validate-required.woocommerce-invalid select {
	border-color: #fb7f88
}

form .form-row ::-webkit-input-placeholder {
	line-height: 1em;
	padding-top: 2px
}

form .form-row :-moz-placeholder {
	line-height: 1em;
	padding-top: 2px
}

form .form-row :-ms-input-placeholder {
	line-height: 1em;
	padding-top: 2px
}

form .form-row-first,
form .form-row-last {
	overflow: visible;
	position: relative;
	min-height: 1px
}

form .form-row-wide {
	clear: both
}

ul#shipping_method {
	list-style: none outside;
	margin: 0;
	padding: 0
}

ul#shipping_method li {
	margin: 0;
	padding: .25em 0 .25em 22px;
	text-indent: -17px;
	list-style: none outside
}

ul#shipping_method .amount {
	font-weight: 700
}

.checkout .col-2 h3 {
	float: left;
	clear: none
}

.checkout .col-2 .notes {
	clear: left
}

.checkout .col-2 .form-row-first {
	clear: left
}

.checkout div.shipping-address {
	padding: 0;
	clear: left;
	width: 100%
}

.checkout #shiptobilling {
	float: right;
	line-height: 1.62em;
	margin: 0;
	padding: 0
}

.checkout .shipping_address {
	clear: both
}

#payment ul.payment_methods {
	text-align: left;
	padding: 1em;
	border-bottom: 1px solid #dfdbdf;
	border-color: rgba(0, 0, 0, .07);
	margin: 0;
	list-style: none outside
}

#payment ul.payment_methods:after {
	content: "";
	display: block;
	clear: both
}

#payment ul.payment_methods li {
	line-height: 2em;
	text-align: left;
	margin: 0;
	font-weight: 400
}

#payment ul.payment_methods li img {
	vertical-align: middle;
	margin: -2px 0 0 .5em;
	position: relative
}

#payment div.payment_box p:last-child {
	margin-bottom: 0
}

#payment div.payment_box #cc-expire-year {
	width: 48%;
	float: left
}

#payment div.payment_box #cc-expire-year {
	float: right
}

#payment div.payment_box span.help {
	font-size: 11px;
	color: #777;
	line-height: 13px;
	font-weight: 400
}

#payment div.payment_box .form-row {
	margin: 0 0 1em
}

#payment div.payment_box .form-row select {
	width: 48%;
	float: left;
	margin-right: 3.8%
}

#payment div.payment_box .form-row select:nth-child(3n) {
	margin-right: 0
}

.order_details {
	margin: 0 0 1.5em;
	list-style: none
}

.order_details:after {
	content: "";
	display: block;
	clear: both
}

.order_details li {
	float: left;
	margin-right: 2em;
	text-transform: uppercase;
	font-size: .715em;
	line-height: 1em;
	border-right: 1px dashed #dfdbdf;
	padding-right: 2em;
	padding-top: 10px
}

.woocommerce form .form-row-last,
.woocommerce-page form .form-row-last {

	padding-left: 15px;

	width: 50%;

	float: left;

}

.woocommerce form .form-row-first,
.woocommerce-page form .form-row-first {

	padding-right: 15px;

	width: 50%;

	float: left;

}

.col-md-6,
.col2-set .col-1,
.col2-set .col-2,
.span6 {

	width: 50%;

}
}


/* 29th july 2020 CHECKOUT PAGE REDESIGING*/


/*.woocommerce-checkout .entry-content label {

    font-size: 16px !important; color: red !important

}*/

.woocommerce form .form-row-first,
.woocommerce-page form .form-row-first {

	width: 100%;

}

.woocommerce form .form-row-last,
.woocommerce-page form .form-row-last {

	padding-left: 0;
	width: 100%
}

.woocommerce #payment #place_order,
.woocommerce-page #payment #place_order {

	padding: 15px 35px;

	margin-top: 20px;
	font-size: 16px;

}

.woocommerce-checkout .entry-content form .form-row .required {

	display: none;

}

.woocommerce form.checkout h3,
.woocommerce h3#order_review_heading {

	font-size: 18px !important
}

.woocommerce form .form-row label {

	font-size: 16px !important;

}

.woocommerce #payment ul.payment_methods li label {

	font-size: 16px;

}

/* 19th aug 2020 cart and checkout page redesign*/
.woocommerce .payment_box.payment_method_cod p {

	font-size: 16px;
	margin-bottom: 10px !important;

}

/* 19th aug 2020 cart and checkout page redesign*/

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {

	border: 2px solid #eee;

}

.woocommerce table.shop_table {

	border: 2px solid #eee;

}

.woocommerce table.shop_table th {

	border: 2px solid #eee;

}

.woocommerce table.cart tr td,
.woocommerce table.shop_table tr td {

	border-top: 2px solid #eee;

}

table.shop_table tfoot td,
table.shop_table tfoot th {

	border-top: 2px solid rgba(0, 0, 0, .1);

}

.woocommerce table.cart tr td a.remove {

	font-size: 30px;

}

.woocommerce-cart p.return-to-shop a {

	background: #0055a5 !important;

	padding: 15px 35px !important;

	margin-top: 20px;

	font-size: 16px !important;

}

.woocommerce-cart p.return-to-shop a:hover {

	color: #fff !important
}

.center-logo {

	width: 100% !important;

	max-width: 100%;

	display: block;

	margin: 0 auto;

	text-align: center;

}


.woocommerce-cart .wc-proceed-to-checkout a {

	padding: 13px 35px !important;
	margin-top: 20px;
	font-size: 16px !important;

}

.woocommerce form .form-row input.input-text:focus,
.woocommerce form .form-row textarea:focus {

	border: solid 2px #0055a5;

}

.woocommerce .terms_checkbox.address_checkbox {

	display: flex;

	flex-wrap: wrap;

	justify-content: center;

	align-items: center;

}

/* 29th july 2020 CHECKOUT PAGE REDESIGING*/
.woocommerce .terms_checkbox.address_checkbox label {

	width: calc(100% - 30px);

	color: #242424;

}

.woocommerce .terms_checkbox.address_checkbox label {
	margin-left: 10px
}

/* 29th july 2020 CHECKOUT PAGE REDESIGING*/

.woocommerce .terms_checkbox.address_checkbox label a {

	color: #242424;

}

.woocommerce .terms_checkbox.address_checkbox span.error-message {

	width: 100%;
	color: red;

}


.woocommerce table.cart.shop_table button[name="update_cart"] {

	display: none !important;

}

/* 29th july 2020 CHECKOUT PAGE REDESIGING*/
.woocommerce-checkout .security_ssl_img {
	width: 100px;
	margin: 10px auto 0;
	padding-bottom: 10px;
}

/* 29th july 2020 CHECKOUT PAGE REDESIGING*/

.woocommerce-checkout .top_site_main {

	background-color: transparent !important;

	color: #000 !important;

	background-image: none !important;

}

.woocommerce-checkout .top_site_main>.overlay-top-header {

	background: transparent !important;

}

.woocommerce-cart td.actions label {
	display: none;
}

.woocommerce-cart td.actions {
	text-align: left !important;
}


/* 29th july 2020 CHECKOUT PAGE REDESIGING*/
.woocommerce-checkout .site-content {
	padding: 30px 0px 30px;
}

/* 29th july 2020 CHECKOUT PAGE REDESIGING*/


/* RESPONSIVE */


@media(max-width: 767px) {

	.woocommerce-checkout .entry-content label {
		font-size: 13px !important
	}

	.woocommerce #payment #place_order,
	.woocommerce-page #payment #place_order {
		margin: 20px auto 0;
	}

	.woocommerce-cart .wc-proceed-to-checkout a {
		margin: 20px auto 0;
	}

	.woocommerce-cart .wc-proceed-to-checkout {
		text-align: center;
	}

	/*.woocommerce-cart table.cart.shop_table button[name="apply_coupon"] {margin-top: 20px;}*/
	.woocommerce .terms_checkbox.address_checkbox label {
		font-size: 14px !important;
	}

	/* 29th july 2020 CHECKOUT PAGE REDESIGING*/
	.woocommerce .terms_checkbox.address_checkbox {
		padding: 0;
		margin-top: 5px!important;
	}

	/* 29th july 2020 CHECKOUT PAGE REDESIGING*/
	.woocommerce-cart td.actions .coupon {
		display: flex;
	}

	.woocommerce-cart table.cart.shop_table input {
		width: 45%;
	}
	.coupon_code_check{
		width: initial !important;
	}

	.woocommerce-cart table.cart.shop_table button[name="apply_coupon"] {
		width: 53%;
		margin-left: 0%;
	}
}

/* 29th july 2020 CHECKOUT PAGE REDESIGING*/

.woocommerce-cart .entry-content .woocommerce {
	display: flex;
	flex-wrap: wrap;
}

.woocommerce-cart .entry-content .woocommerce form.woocommerce-cart-form {
	width: 65%;
	margin-right: 58px;
}

.woocommerce-cart .entry-content .woocommerce .woocommerce-notices-wrapper {
	width: 100%
}

.woocommerce-cart .entry-content .woocommerce .cart-collaterals {
	width: 30% !important;
}

.woocommerce-cart .entry-content .woocommerce .cart-collaterals table.shop_table {
	border: none;
}

.woocommerce-cart .entry-content .woocommerce .cart-collaterals table.shop_table .woocommerce-cart .entry-content .woocommerce form.woocommerce-cart-form .wc_coupon_message_wrap {
	padding: 0 !important;
}

.woocommerce-cart .wc_coupon_message_wrap {
	padding: 0 !important
}

.woocommerce-cart .entry-content .woocommerce tr.order-total span.woocommerce-Price-amount.amount {
	color: #0055a5;
	font-size: 30px;
	position: relative;
}

.woocommerce-cart .entry-content .woocommerce tr.cart-discount {
	color: red;
}

.woocommerce-cart .entry-content .woocommerce span.woocommerce-Price-amount.amount {
	position: relative;
	font-size: 20px;
}

/*.woocommerce-cart .entry-content .woocommerce span.woocommerce-Price-amount.amount span.woocommerce-Price-currencySymbol{
  position: absolute;
  font-size: 15px;
  top: -9px;
  left: -9px;
}*/
/*.woocommerce-cart .entry-content .woocommerce tr.order-total span.woocommerce-Price-amount.amount span.woocommerce-Price-currencySymbol{
    position: absolute;
    top: 0;
    font-size: 20px;
    left: -12px;
}*/
/*.woocommerce-cart .entry-content .woocommerce form.woocommerce-cart-form tr.woocommerce-cart-form__cart-item td:nth-of-type(3) span.woocommerce-Price-amount.amount span.woocommerce-Price-currencySymbol{
    position: absolute;
    top: -9px;
    font-size: 18px;
    left: -12px;
}*/
.woocommerce-cart .entry-content .woocommerce tr.cart-discount.coupon-eofy2020 td span.woocommerce-Price-amount.amount {
	position: relative;
}

/*.woocommerce-cart .entry-content .woocommerce tr.cart-discount.coupon-eofy2020 td span.woocommerce-Price-amount.amount span.woocommerce-Price-currencySymbol{
    position: absolute;
    left: -13px;
    top: -6px;
}*/
.woocommerce-cart .entry-content .woocommerce table.cart.shop_table th {
	padding: 20px;
	font-size: 15px;
	border: none;
}

.woocommerce-cart .entry-content .woocommerce form.woocommerce-cart-form tr.woocommerce-cart-form__cart-item td:nth-of-type(2n) {
	font-size: 21px;
	width: 50%;
}

.woocommerce-cart .entry-content .woocommerce table.cart.shop_table tr th.product-remove {
	border-right: none;
	text-align: left;
	width: 10%;
}

.woocommerce-cart .entry-content .woocommerce table.cart.shop_table tr th.product-name {
	border-left: none;
	border-right: none;
	text-align: left;
	width: 400px;
	width: 20%;
}

.woocommerce-cart .entry-content .woocommerce table.cart.shop_table tr th.product-subtotal {
	border-left: none;
	/*text-align: left;*/
	text-align: right;
	padding-right: 0;
	width: 160px;
	border-right: none;
	width: 30%;
}

.woocommerce-cart .entry-content .woocommerce form.woocommerce-cart-form table.shop_table {
	border: none;
}

.woocommerce-cart .entry-content .woocommerce .cart-collaterals tr td {
	padding-left: 0;
	/*text-align: left;*/
	text-align: right;
	padding-right: 0;
	border-left: none;
	border-right: none !important
}

.woocommerce-cart .entry-content .woocommerce .cart-collaterals tr th {
	border-right: none;
	padding-right: 0;
	margin-left: 50px;
	border-left: none;
	display: revert;
	padding-left: 10px;
}

.woocommerce-cart .entry-content .woocommerce .cart-collaterals .wc-proceed-to-checkout {
	margin-left: 10px;
}

.woocommerce-cart .entry-content .woocommerce form.woocommerce-cart-form tr td {
	border-right: none;
}

.woocommerce-cart .entry-content .woocommerce form.woocommerce-cart-form tr.woocommerce-cart-form__cart-item td {
	padding-left: 0;
	padding-right: 0;
	text-align: left;
}

.woocommerce-cart .entry-content .woocommerce form.woocommerce-cart-form tr.woocommerce-cart-form__cart-item td:first-child {
	padding-left: 10px;
	width: 10%;
}

.woocommerce-cart .entry-content .woocommerce form.woocommerce-cart-form tr.woocommerce-cart-form__cart-item td:first-child a {
	font-size: 43px;
	color: red
}

.woocommerce-cart .entry-content .woocommerce form.woocommerce-cart-form tr.woocommerce-cart-form__cart-item td:first-child a:hover {
	color: #0055a5 !important;
	background-color: transparent !important;
}

.woocommerce-cart .entry-content .woocommerce form.woocommerce-cart-form tr.woocommerce-cart-form__cart-item td:nth-of-type(3) {
	border-right: none;
	padding-left: 10px;
	position: relative;
	width: 30%;
	text-align: right;
}

.woocommerce-cart .entry-content .woocommerce form.woocommerce-cart-form tr.woocommerce-cart-form__cart-item td:nth-of-type(3):before {
	content: "";
	position: absolute;
	width: 2px;
	height: 33px;
	top: auto;
	bottom: auto;
	left: 30px;
	background: #eee;
	display: none;
}

.woocommerce-cart .entry-content .woocommerce form.woocommerce-cart-form tr.woocommerce-cart-form__cart-item td:nth-of-type(3) strong {
	font-weight: 400;
}

.woocommerce-cart .top_site_main {
	background-image: none !important;
	background-color: #fff !important;
	min-height: auto;
	margin-top: 30px;

}

.woocommerce-cart .center-logo {
	background: #0055a5;
	padding: 20px 0
}

.woocommerce-cart .top_site_main>.overlay-top-header {
	background: #fff !important;
}

.woocommerce-cart .top_site_main .page-title-wrapper {
	padding-bottom: 0;
	padding-top: 0;
}

.woocommerce-cart .top_site_main .page-title-wrapper h1 {
	color: #000;
	text-transform: capitalize;
	padding-left: 0;
	padding-bottom: 15px;
	border-bottom: 10px solid #0055a5;
	font-weight: 400
}

.woocommerce-cart .top_site_main .page-title-wrapper h1:before {
	display: none !important;
}

.woocommerce-cart .entry-content .woocommerce form.woocommerce-cart-form .coupon button[name="apply_coupon"] {
	/* background: #6E6E6E !important;
	text-transform: capitalize !important;
	padding: 5px 50px 4px;
	margin-left: -4px; */
}

.woocommerce-cart .entry-content .woocommerce form.woocommerce-cart-form .coupon button[name="apply_coupon"]:hover {
	/* background: #353535 !important; */
}

.woocommerce-cart .entry-content .woocommerce .cart-collaterals .wc-proceed-to-checkout a.checkout-button.button.alt.wc-forward:hover {
	/* background: #023a6f !important; */
}

.woocommerce-cart .entry-content .woocommerce form.woocommerce-cart-form .coupon input#coupon_code {
	border: solid 1px #4d4d4d;
	min-width: 185px;
	text-align: center;
	color: #000
}

.woocommerce-cart .entry-content .woocommerce form.woocommerce-cart-form .coupon input#coupon_code ::-webkit-input-placeholder {
	/* Edge */
	color: red;
}

.woocommerce-cart .entry-content .woocommerce form.woocommerce-cart-form .coupon input#coupon_code :-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	color: red;
}

.woocommerce-cart .entry-content .woocommerce form.woocommerce-cart-form .coupon input#coupon_code ::placeholder {
	color: red;
}

.woocommerce-cart .entry-content .woocommerce form.woocommerce-cart-form td.actions {
	padding-left: 0 !important
}

.woocommerce-cart .site-content {
	padding: 30px 15px 50px
}

.woocommerce-cart .entry-content .woocommerce .cart-collaterals tr.order-total {
	color: #0055a5;
}

.woocommerce-cart .entry-content .woocommerce .cart-collaterals tr.order-total th {
	font-size: 22px;
}


/* checkout page*/
.woocommerce-checkout .top_site_main {
	min-height: auto;
	margin-top: 50px;
}

.woocommerce-checkout .top_site_main .page-title-wrapper {
	padding-bottom: 0;
	padding-top: 0;
	min-height: auto;
	padding-left: 0;
}

.woocommerce-checkout .top_site_main .page-title-wrapper:before {
	display: none;
}

.woocommerce-checkout .top_site_main .page-title-wrapper h1 {
	font-weight: 400;
	text-transform: capitalize;
	border-bottom: 10px solid #0055a5;
	padding-bottom: 15px;
	padding-left: 0;
}

.woocommerce-checkout .top_site_main .page-title-wrapper h1:before {
	display: none;
}

.woocommerce-checkout .woocommerce-checkout-review-order {
	display: flex;
	flex-wrap: wrap;
	padding-left: 15px;
	padding-right: 15px;
}

.woocommerce-checkout .woocommerce-checkout-review-order table.custom_order_summary {
	width: 50%;
	border: none;
}

.woocommerce-checkout .woocommerce-checkout-review-order table.custom_order_summary tr th {
	border: none;
	padding: 20px;
	padding-left: 0;
}

.woocommerce-checkout h3#order_review_heading {
	margin-left: 15px;
	margin-right: 15px;
	margin-top: 50px;
}

.woocommerce-checkout .woocommerce-checkout-review-order table.custom_order_summary tr {
	border-bottom: solid 2px #eee;
}

.woocommerce-checkout .woocommerce-checkout-review-order table.custom_order_summary tr.order-total {
	border-bottom: none !important;
	color: #0055a5;
}

.woocommerce-checkout .woocommerce-checkout-review-order table.custom_order_summary tr th:last-child {
	text-align: right;
	padding-right: 0;
}

.woocommerce-checkout .woocommerce-checkout-review-order table.custom_order_summary tr td:last-child {
	text-align: right;
	padding-right: 0;
}

.woocommerce-checkout .woocommerce-checkout-review-order table.custom_order_summary tfoot tr:last-child td {
	text-align: left !important;
	padding-top: 0;
}

.woocommerce-checkout .woocommerce-checkout-review-order table.custom_order_summary tr td {
	padding-left: 0;
}

.woocommerce-checkout .woocommerce-checkout-review-order table.custom_order_summary tr td.product-total {
	text-align: right !important;
}

.woocommerce-checkout .woocommerce-checkout-review-order table.custom_order_summary tfoot tr:last-child {
	border-bottom: none !important;
}

.woocommerce-checkout .woocommerce-checkout-review-order table.custom_order_summary tr td {
	border-right: none;
	border-top: none;
}

.woocommerce-checkout .center-logo {
	background: #0055a5;
	padding: 20px 0
}

.woocommerce-checkout .woocommerce-billing-fields h3 {
	/*border-bottom: none;*/
	padding-left: 0px;
	margin-top: 0;
	margin-bottom: 40px;
	margin-left: 15px;
	margin-right: 15px;
}

.woocommerce-checkout .woocommerce-checkout-review-order #payment {
	width: 40%;
	margin-left: 117px;

}

.woocommerce-checkout .woocommerce-billing-fields__field-wrapper .form-row input {
	width: 100%;
	min-height: 20px !important;
	padding: 8px 10px !important;
	border-radius: 5px !important
}

.woocommerce-checkout #customer_details>div {
	width: 100%;
}

.woocommerce-checkout .woocommerce form .form-row-first,
.woocommerce-page form .form-row-first {
	width: 100%;
	padding-right: 0;
	margin-bottom: 5px;
}

.woocommerce-checkout .woocommerce-billing-fields__field-wrapper .form-row {
	width: 50% !important;
	display: inline-block;
	padding: 0 15px !important;
}

.woocommerce-checkout .woocommerce-billing-fields__field-wrapper .form-row span.optional {
	display: none;
}

.woocommerce-checkout h3 {
	color: #000 !important;
	font-weight: 400 !important;
	text-transform: capitalize;
}

.woocommerce-checkout .woocommerce-billing-fields__field-wrapper p input {
	width: 100%;
	border-radius: 10px !important;
	min-height: 30px;
}

.woocommerce-checkout .woocommerce-billing-fields__field-wrapper label {
	color: #000;
}

.woocommerce-checkout .payment_box.payment_method_eway_payments p input {
	width: 100%;
}

.woocommerce-checkout #payment table.shop_table {
	border: none !important;
}

.woocommerce-checkout #payment table.shop_table tr {
	/* border-bottom: solid 2px #eee; */
}

.woocommerce-checkout #payment table.shop_table th {
	border: none;
	border-bottom: none;
	padding-left: 0;
}

.woocommerce-checkout #payment table.shop_table td {
	border-top: none;
}

.woocommerce-checkout .woocommerce-checkout-review-order table.custom_order_summary tr.order-total td {
	text-align: right !important;
	font-size: 30px;
	line-height: 26px;
}

.woocommerce-checkout #payment table.shop_table tr.cart-discount {
	color: red
}

.woocommerce-checkout .woocommerce-billing-fields__field-wrapper label {
	color: #000 !important
}

.woocommerce-checkout #payment div.payment_box .form-row label {
	color: #000 !important
}

.woocommerce-checkout #payment table.shop_table tr.order-total {
	color: #0055a5;
}

.woocommerce-checkout #payment table.shop_table tr.order-total th {
	font-size: 22px
}

.woocommerce-checkout #payment table.shop_table tr.order-total td span.woocommerce-Price-amount.amount {
	font-size: 30px;
	position: relative;
}

/*.woocommerce-checkout #payment table.shop_table tr.order-total td span.woocommerce-Price-amount.amount span.woocommerce-Price-currencySymbol{
  position: absolute;
    top: 0;
    font-size: 20px;
    left: -12px;
}*/
.woocommerce-checkout #payment table.shop_table td span.woocommerce-Price-amount.amount {
	position: relative;
	font-size: 20px;
}

/*.woocommerce-checkout #payment table.shop_table td span.woocommerce-Price-amount.amount span.woocommerce-Price-currencySymbol{
  position: absolute;
    font-size: 15px;
    top: -9px;
    left: -9px;
}*/
.woocommerce-checkout #payment div.payment_box .form-row input {
	border-radius: 10px !important;
	min-height: 20px !important;
	padding: 3px 10px;
}

.woocommerce-checkout #payment ul.payment_methods {
	padding: 0!important;
}

.woocommerce-checkout .woocommerce-checkout-review-order #payment td {
	text-align: right;
	padding-right: 0;
}

.woocommerce-checkout .woocommerce-checkout-review-order table.custom_order_summary tr.order-total th {
	font-size: 22px;
	line-height: 26px;
}

.woocommerce-checkout .payment_box.payment_method_eway_payments .form-row-first {
	display: inline-block;
	width: 48%
}

.woocommerce-checkout .payment_box.payment_method_eway_payments .form-row-last {
	display: inline-block;
	width: 49%;
	margin: 0 0 0 10px !important;
}

.woocommerce-checkout .payment_box.payment_method_eway_payments .form-row-last input {
	width: 100% !important
}

.woocommerce-checkout .form-row.place-order button {
	width: 100%
}

.woocommerce-checkout .form-row.place-order button:hover {
	/* background: #023a6f !important; */
}

.woocommerce-checkout #payment ul.payment_methods li label img {
	margin-left: 0;
}

.woocommerce-checkout #payment ul.payment_methods li label a.about_paypal {
	display: none;
}

.woocommerce-order-received .woocommerce-order {
	padding: 0 15px !important
}

.woocommerce-order-received .woocommerce table.shop_table tr td:nth-of-type(2n) {
	text-align: left;
}

.woocommerce-order-received .woocommerce table.shop_table tfoot tr td {
	text-align: left;
}

.woocommerce-order-received ul.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details li.woocommerce-order-overview__total.total {
	display: none;
}

.woocommerce-order-received ul.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details li.woocommerce-order-overview__payment-method.method {
	display: none;
}

.woocommerce-order-received ul.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details li.woocommerce-order-overview__email.email {
	border-right: none;
}

.woocommerce-checkout #payment div.payment_box .form-row input {
	padding: 8px 10px;
}

.woocommerce-order-received .woocommerce-order p:nth-of-type(2n) {
	display: none;
}

.order_details li:nth-of-type(2n) {
	border-right: none;
}

.woocommerce-order-received .woocommerce-order p {
	font-size: 20px;
}

.woocommerce-order-received .order_details li {
	font-size: 15px;
}

.woocommerce-checkout #payment ul.payment_methods li.wc_payment_method.payment_method_paypal {
	border-top: 1px solid #dfdbdf;
	padding-top: 15px;
}

.woocommerce-checkout .followup-checkout {
	display: none;
}

#order_review #payment #place_order {
	/*display: none;*/
}


/* Responsive */

@media(max-width: 1600px) {
	.woocommerce-cart .entry-content .woocommerce form.woocommerce-cart-form {
		width: 60%;
		margin-right: 58px;
	}
}

@media(max-width: 1200px) {
	.woocommerce-checkout .woocommerce-checkout-review-order #payment {
		margin-left: 80px;
	}

	.woocommerce-cart .entry-content .woocommerce form.woocommerce-cart-form {
		margin-right: 40px
	}
}

@media(max-width: 1024px) {
	.woocommerce-cart .entry-content .woocommerce form.woocommerce-cart-form {
		width: 100%;
		margin-right: 0
	}

	.woocommerce-cart .entry-content .woocommerce .cart-collaterals {
		width: 100% !important
	}

	.woocommerce-cart .entry-content .woocommerce .cart-collaterals .wc-proceed-to-checkout {
		margin-left: 0;
	}

	.woocommerce-checkout .woocommerce-checkout-review-order #payment {
		width: 40%;
		margin-left: 70px;
	}
}


@media(max-width: 767px) {
	.woocommerce-cart .entry-content .woocommerce form.woocommerce-cart-form {
		width: 100%;
		margin-right: 0
	}

	.woocommerce-cart .entry-content .woocommerce .cart-collaterals .wc-proceed-to-checkout {
		margin-left: 0;
	}

	.woocommerce-cart .entry-content .woocommerce .cart-collaterals {
		width: 100% !important;
	}

	/*.woocommerce-cart .entry-content .woocommerce table.cart.shop_table th{
    font-size: 13px;
  }*/
	.woocommerce-cart .entry-content .woocommerce table.cart.shop_table tr th.product-name {
		width: 50%;
	}

	.woocommerce-cart .entry-content .woocommerce table.cart.shop_table tr th.product-subtotal {
		width: 40%;
		padding: 0;
		border-right: none;
	}

	.woocommerce-cart .entry-content .woocommerce form.woocommerce-cart-form tr.woocommerce-cart-form__cart-item td:first-child {
		width: 25%;
	}

	.woocommerce-cart .entry-content .woocommerce form.woocommerce-cart-form tr.woocommerce-cart-form__cart-item td:nth-of-type(2n) {
		width: 75%;
		font-size: 14px;
		padding-left: 15px;
		color: #202029;
		line-height: 125%;
		font-weight: 400;
	}

	.woocommerce-cart .entry-content .woocommerce form.woocommerce-cart-form tr.woocommerce-cart-form__cart-item td:nth-of-type(3) {
		width: 5%;
		text-align: right;
		border-right: none;
	}

	.woocommerce-cart .entry-content .woocommerce form.woocommerce-cart-form tr.woocommerce-cart-form__cart-item .product-subtotal strong {
		border-left: solid 2px #eee;
		padding-left: 10px;
		padding-right: 0px;
		position: relative;
	}

	.woocommerce-cart .entry-content .woocommerce span.woocommerce-Price-amount.amount {
		font-size: 14px;
	}

	/*.woocommerce-cart .entry-content .woocommerce form.woocommerce-cart-form tr.woocommerce-cart-form__cart-item td:nth-of-type(3) span.woocommerce-Price-amount.amount span.woocommerce-Price-currencySymbol{
    position: relative;
    top: -5px;
    font-size: 14px;
    left: 0;
    margin: 0 2px 0 0;
  }*/
	.woocommerce-cart .entry-content .woocommerce form.woocommerce-cart-form tr.woocommerce-cart-form__cart-item td:nth-of-type(3):before {
		display: none;
	}

	.woocommerce-cart .entry-content .woocommerce form.woocommerce-cart-form td.actions {
		padding-right: 0;
	}

	.woocommerce-cart .entry-content .woocommerce form.woocommerce-cart-form td.actions .coupon {
		text-align: center;
		width: 100%;
	}

	.woocommerce-cart .entry-content .woocommerce form.woocommerce-cart-form .coupon input#coupon_code {
		/*min-width: 131px;*/
		max-width: 270px;
		margin-top: 0;
		margin-bottom: 0;
		width: 100%;
	}

	.woocommerce-cart .entry-content .woocommerce form.woocommerce-cart-form .coupon button[name="apply_coupon"] {
		/* width: 100%;
		margin-bottom: 0;
		margin-top: 10px;
		height: 47px;
		padding: 6px 50px 4px;
		margin-left: 0;
		max-width: 270px; */
	}

	.woocommerce-cart .entry-content .woocommerce .cart-collaterals tr th {
		text-align: left;
		padding-right: 20px;
		padding-left: 0px;
	}

	.woocommerce-cart .entry-content .woocommerce .cart-collaterals tr td {
		text-align: right;
	}

	.woocommerce-cart .top_site_main .page-title-wrapper h1 {
		text-align: center;
		padding-bottom: 5px;
		padding-top: 10px
	}

	/*.woocommerce-cart .entry-content .woocommerce span.woocommerce-Price-amount.amount span.woocommerce-Price-currencySymbol{
    font-size: 14px;
  }*/
	.woocommerce-cart .entry-content .woocommerce .cart-collaterals tr th {
		display: revert;
	}


	.woocommerce-checkout .woocommerce-billing-fields__field-wrapper .form-row {
		width: 100% !important;
		padding: 0 15px !important;
	}

	.woocommerce-checkout .woocommerce-checkout-review-order table.custom_order_summary {
		width: 100%;
	}

	.woocommerce-checkout .woocommerce-checkout-review-order #payment {
		width: 100%;
		margin-left: 0;
	}

	.woocommerce-checkout .security_ssl_img {
		margin: 50px auto
	}

	.woocommerce .payment_box.payment_method_cod p {
		font-size: 13px;
	}

	.woocommerce-checkout .top_site_main .page-title-wrapper h1 {
		text-align: center;
		padding-bottom: 5px;
		padding-top: 10px;
	}

	.woocommerce-cart .top_site_main {
		margin-top: 10px;
	}

	.woocommerce-checkout .top_site_main {
		margin-top: 10px;
	}

	/* .woocommerce-checkout input[type=checkbox], input[type=radio]{
    margin: -4px 10px 0 0;
  }*/
	.woocommerce-checkout #payment ul.payment_methods li input[type=checkbox],
	input[type=radio] {
		margin: -4px 10px 0 0;
	}

	/*.woocommerce-checkout #payment ul.payment_methods li{
   
    padding: 15px 0;
  }*/

	.woocommerce-checkout #payment ul.payment_methods li.wc_payment_method.payment_method_eway_payments {
		padding-bottom: 20px;
	}

	.woocommerce-checkout #payment ul.payment_methods {
		padding-top: 0;
		padding-right: 0;
		padding-bottom: 15px;
	}

	.woocommerce-checkout .payment_box.payment_method_eway_payments p {
		width: 100% !important;
	}

	.woocommerce-checkout .payment_box.payment_method_eway_payments .form-row-last {
		margin: 0 !important;
	}

	.woocommerce-order-received .order_details li {
		border-right: none;
	}

	.woocommerce-checkout .woocommerce-checkout-review-order table.custom_order_summary tr.order-total {
		/* display: none; */
	}

	.woocommerce-checkout .woocommerce-checkout-review-order table.custom_order_summary tr th:last-child {
		width: 70px
	}
}

/* 19th aug 2020 cart and checkout page redesign*/
/* hai 1 nov 2020 */
.woocommerce div.address_checkbox>label,
.woocommerce div.address_checkbox>label a {
	color: #242424 !important;
	display: inline;
}

.woocommerce div.address_checkbox>span.error-message {
	display: block;
	color: red;
}

.woocommerce .address_checkbox {
	margin-top: 20px;
}

.xhidden {
	display: none !important;
}

#tab-overview .thim-course-info ul li.lectures-feature .value {
	min-width: 29px;
}

.thim-ralated-course .thim-course-grid .course-author {

	display: none;

}

.widget_shopping_cart {
	position: absolute;
	top: 10px;
	right: 0px;
}

.widget_shopping_cart .widget-title {
	display: none;
}

.widget_shopping_cart .minicart_hover .cart-items-number span.wrapper-items-number .items-number {
	color: #ffffff;
}

header .widget_shopping_cart .minicart_hover .cart-items-number {
	color: #242424;
}

.otu-btn .wp-block-button__link {
	background: rgb(35, 73, 142);
	background: linear-gradient(180deg, rgba(35, 73, 142, 0.6867121848739496) 0%, rgba(27, 65, 138, 0.9472163865546218) 42%, rgba(6, 40, 119, 1) 100%);
	border-radius: 15px;
	padding: 10px 35px;
	width: 230px;
}

.otu-center .otu-btn {
	display: none;
}

.meta-item-instructor,
.meta-item-categories,
.meta-item-student,
.meta-item-quiz {
	display: none !important;
}

.lp-archive-courses .course-summary .course-summary-content .course-detail-info {
	padding-left: 10px;
}

.lp-course-buttons form.purchase-course {
	text-align: center;
}

.lp-course-buttons form.purchase-course a {
	background: #0055a5;
	color: white;
}

.course-info {
	display: none;
}

.thumbnail-preview {
	display: none;
}

.course-instructor {
	display: none;
}

.course-wrap-meta {
	display: none;
}

.course-categories {
	/* display: none; */
	opacity: 0;
}

.single-lp_course .lp-course-buttons {
	text-align: center;
}

.single-lp_course .lp-course-buttons a {
	background: var(--lp-secondary-color);
	color: white;
	font-weight: 700;
}

a.checkout-button.button {
	display: inline-block;
	width: 300px;
	/* padding: 20px; */
	line-height: 1em !important;
	margin-top: 20px;
	/* height: 21px; */
	text-align: center;
}

ul.learn-press-breadcrumb {
	display: none;
}

.single-lp_course .container.site-content {
	width: 100%;
}

.ot_price {
	margin-bottom: 10px;
	text-align: center;
}
/*end hai */
/*2022 Website revamp styles*/
@media only screen and (max-width:1025px) {
	/* .sldr-img {
		display: none;
	} */
}
@media only screen and (max-width:1119px) {
	.hero-content,.hero_content_tiles {
		width: 100% !important;
		padding: 20px;
	}
}

@media only screen and (min-width:964px) {
	.woocommerce-checkout .safe_checkout_block{
		bottom: 276px;
	}
	.woocommerce-checkout .safe_text .safe_guaranteed{
		font-size: 1.4rem!important;
	}
	.woocommerce-checkout .safe_text .safe_checkout{
		font-size: 1.6rem!important;
	}
}

@media only screen and (min-width:769px) and (max-width:963px) {
	.woocommerce-checkout .safe_checkout_block{
		bottom: 355px!important;
	}
	.woocommerce-checkout .cart_safe img {
		max-width: 28px!important;
	}
	.woocommerce-checkout .safe_text .safe_guaranteed {
		font-size: 1.4rem!important;
		line-height: 10px!important;
	}
	.woocommerce-checkout .safe_text .safe_checkout{
		font-size: 1.6rem!important;
	}

	.woocommerce-cart .safe_text .safe_guaranteed{
		font-size: 1.4rem!important;
	}
}

@media only screen and (min-width:511px) and (max-width:768px) {
	.woocommerce-checkout .safe_checkout_block {
		bottom: -50px!important;
		left: 32%;
	}
}

@media only screen and (max-width:510px) {
	.woocommerce-checkout .safe_checkout_block {
		bottom: -50px!important;
		left: 32%;
	}
}

/*769main*/
@media only screen and (min-width: 769px) {
	.form-fields-flex{
		display: flex;
		justify-content: center;
		gap: 1rem;
		margin: auto;
	}
	.absolute-right{
		margin-right: 20px;
	}
	.announcement-callout{
		line-height: 20px;
	}
	.pplr-courses.small{
		font-size: 2.5rem;
	}
	.rel_desc {
		padding-bottom: 1.6rem;
	}

	.payment_method_ppcp-gateway::after{
		background-size: 85px!important;
	}
	
	.payment_method_eh_becs_stripe::after{
		background-size: 85px!important;
	}

	.woocommerce-cart .safe_text .safe_guaranteed{
		font-size: 1.4rem!important;
	}

	.checkout_checkmarks .cart_chkmark{
		padding-left: 2.4rem;
	}

	.trustindex-reviews-header{
		position: absolute;
		top: 24px;
		width: 120px;
		right: 20px;
	}
	.cart_breadcrumbs_icon img{
		max-width: 100px!important;
	}
	.cart_chkmark img{
		max-width: 25px!important;
	}
	.cart_badge img{
		max-width: 50px!important;
	}
	.cart_safe img{
		max-width: 35px!important;
	}
	.cart_breadcrumbs_slogan h1{
		font-size: 2.4rem!important;
		margin: 0;
		top: -1.5rem;
		position: relative;
		line-height: 25px;
	}
	.cart_breadcrumbs_slogan h2{
		font-size: 1.8rem!important;
		margin: 0!important;
	}
	.cart_breadcrumbs_icon{
		width: 18%;
	}
	.cart_breadcrumbs_slogan{
		width: 62%;
	}
	.woocommerce-cart .breadcrumbs-wrapper,
	.woocommerce-checkout .breadcrumbs-wrapper{
		height: unset!important;
		padding: 2rem 0!important;
	}
	.cart_stars {
		max-width: 105px!important;
	}
	.cart_testimonial_comments_head {
		font-size: 1.6rem;
		line-height: 20px;
		display: block;
	}
	.cart_testimonial_comments p{
		font-size: 1.4rem;
		line-height: 25px;
	}
	.cart_breadcrumbs_subheading_star {
		max-width: 18px!important;
		position: relative;
		top: -3px;
		right: 3px;
	}

	.woocommerce-message .button.wc-forward, 
	.woocommerce-error .button.wc-forward{
		display: none!important;
	}

	.cart-upsell-section{
		margin-top: 3.5rem;
	}
	#stripe-payment-data p{
		font-size: 1.8rem!important;
	}
	.woocommerce-form-coupon-toggle .woocommerce-info{
		padding: 0!important;
	}
	.woocommerce-checkout #customer_details>div {
		padding-bottom: 4.2rem!important;
	}
	.type-post .entry-content ol,.type-post .entry-content ul{padding-left: 4rem !important;}
	.entry-subtitle {
		font-weight: 500 !important;
		font-size: 18px;
		line-height: 25px;
	}
	.product__title .price bdi{
		font-size: 24px;
		font-weight: 700;
		line-height: 150%;
	}
	.grp_item:not(:first-child) .grp_heading{
		padding-top: 5rem;
	}
	.sub-menu.active > li{
		width: 25%;
		padding: 20px !important;
	}
	.top_custom{
		position: relative;
		top: 12px;
	}
	/*Single Course List Shortcode*/
	.sc_d_label{
		top:22px !important;
	}
	.shortcode_itemright {
		padding: 15px;
	}
	.shortcode_catalogue_identification{
		padding: 2px  0px 10px;	
	}
	/*End Single Course List Shortcode*/

	.course_sngle_item:first-child,
	.course_list_item:first-child,
	.courses_listview > div:not(:first-child):nth-child(4n+5) {
		padding-left: 0 !important;
	}
	.upsl_tick{
		width: 2% !important;
	}
	.no_upsell .floater > .ot_price{
		border-bottom: none !important;
		padding-bottom: 0 !important;
	}
	.upsell_checker{
		margin-top: 20px;
		background-color: #fff;
	}
	.thisisthelpcoursebtn a{
		width: 100% !important;
		display: inline-block;
	}
	.course-summary-sidebar.has_upsell{
		/*height: 560px !important;*/
		/*min-height: 560px !important;*/

	}
	.course-summary-sidebar .media-preview img{
		width: 100%;
	}
	.course-summary-sidebar{
		/*height: 348px;*/
		align-self: flex-start;
	}
	.course-sidebar-top{
		border-radius: 8px;
		height: 100%;
	}
	.course-summary-sidebar__inner,
	.course-sidebar-top{
		height: 100%;
	}
	.floater{
		padding-top: 10px;
	}
	.floater > .ot_price > del{
		order: 2;
		color: #8F8FA3;
	}
	.floater > .ot_price > ins{
		order: 1;
	}
	.floater > .ot_price{
		display: flex;
		gap: 10px;
		padding-bottom: 18px;
		border-bottom: 1px solid #8F8FA3;
	}
	.course-curriculum .section-title{
		font-size: 20px !important;
		font-weight: 600 !important;
		line-height: 150% !important;
		color: #42414B !important;
	}
	.course-description p{
		color: #666575 !important;
	}
	.qanda_qstn{
		position: relative;
		width: 100%;
		display: flex;
		align-items: center;
		padding: 0;
	}
	.qanda_qstn:after{
		content: '+';
		position: absolute;
		top: 0;
		right: 10px;
		bottom: 0;
		font-size: 12px;
		width: 12px;
		height: 12px;
	}
	.qanda_qstn.active:after{
		content: 'x';
		position: absolute;
		top: 0;
		right: 10px;
		bottom: 0;
		font-size: 12px;
		width: 12px;
		height: 12px;
	}
	.states_links_box {
		gap: 35px;
	}
	.find_right_course_content{
		width: 83%;
	}
	.find_right_course_action{
		width: 17%;
	}
	.page-template-course-category-page p,
	.find_right_body p,
	.course_category_page_h1 p,
	.rvws_subheading p,
	.qanda_answr p,
	.qanda_qstn,.qanda_qstn p{
		font-size: 20px;
		line-height: 30px;
	}
	.rvws_body p{
		font-size: 18px;
		line-height: 30px;
		padding-bottom: 40px;
	}
	.section_body p{
		font-size: 18px;
		line-height: 30px;
		padding-bottom: 40px;
	}
	.find_right_course_heading,.find_right_course_heading p{
		font-size: 30px;
		line-height: 40px;
	}
	.section_heading,.section_heading p{
		font-size: 30px;
		line-height: 40px;
	}
	.catalogue-dollar {
		padding-right: 1px;
		top: -4px;
		vertical-align: top;
		left: 1px;
		position: relative;
		font-weight: 700;
	}
	.catalogue_identification{
	    padding: 10px 15px;	
	}

	.btn_search_icons{
		display: none !important;
	}
	.thisnewsitems article .entry-header .entry-title {
		font-size: 30px !important;
		font-weight: 700 !important;
		line-height: 30px !important;
		margin: 0 0 7px;
	}
	.type-post .entry-content h2, .type-post .entry-content h3{
		font-weight: 600;
		font-size: 25px;
		line-height: 30px;
		color: #42414B;
	}
	.type-post .entry-content h2{    padding: 1rem 0 1.5rem;
		display: inline-block;
		margin: 0;}
	.is-news{
		padding: 0px 15px 100px !important;
	}
	.post-blue-paragraph p,.post_blue_paragraph,.has-inline-color{
		font-weight: 600 !important;
		font-size: 20px !important;
		line-height: 150% !important;
		text-align: center;
		color: #0054A4 !important;
	}
	.type-post .entry-content{
		padding: 0 10px !important;
	}
	.placeheader{
		padding: 0 15px !important;
	}
	.thisbreadcrumbs ul{
		padding-left: 15px !important;
	}
	.prior_btn_bx {
		margin-top: 15px;
		position: relative;
		display: inline-block;
	}
	.prior_btn{
		padding-left: 25px !important;
		padding-right: 25px !important;
	}
	.prior_btn:before{
		content: '';
		background: url(/wp-content/themes/eduma/images/priority-grading-icon.png) no-repeat;
		background-size: 122px;
		width: 122px;
		height: 122px;
		display: inline-block;
		float: left;
		position: absolute;
		margin-top: 3px;
	}
	.priority_grading_box{
		width: 1200px;
		margin: auto;
		position: relative;
		padding: 0 15px 0 15px;
	}
	.priority_grading{
		width: 100%;
		margin-top: 220px;
	}
	.prior_g_inner{
		background-image: url(/wp-content/themes/eduma/images/priority-grading-background-v2.png);
		background-repeat: no-repeat;
		background-size: cover;
		background-attachment: inherit;
		height: 251px;
		width: 70%;
		margin: auto;
		padding: 20px 30px;
		background-color: #F2F6FA;
	}
	.prior_g_inner h2{
		font-family: 'Poppins';
		font-style: normal;
		font-weight: 700;
		font-size: 36px;
		line-height: 125%;
	}
	.prior_g_inner  p{
		font-style: normal;
		font-weight: 400;
		font-size: 16px;
		line-height: 150%;
		color: #8F8FA3;
	}
	.filter-course-item,.filter-state-item{
		padding: 0 !important;
	}
	.fltr_txt{
		font-size: 16px;
	}
	.woocommerce .terms_checkbox.address_checkbox label{
		margin-left: 10px !important;
		left: -5px !important;
		position: relative !important;
	}
	.woocommerce form .form-row .input-checkbox{
		top: 3px !important;
	}
	.woocommerce-checkout #drip_woocommerce_accepts_marketing_field{
		margin-bottom: 0!important;
	}
	.woocommerce .terms_checkbox.address_checkbox{
		margin-top: 10px!important;
	}
	.order_review_inner  .woocommerce-input-wrapper .checkbox {
		font-style: normal;
		font-weight: 400 !important;
		font-size: 16px !important;
		line-height: 125% !important;
		color: #202029 !important;
	}
	.single-lp_course .course-sidebar-top{
		overflow: hidden !important;
		position: relative !important;
	}
	.detail_vw{
		position: absolute;
		background-color: #CCD9E9;
		transform: rotate(-41deg);
		padding: 10px 44px;
		color: #0054A4;
		text-align: center;
		left: -39px;
		top: 16px;
		box-shadow: #42414B;
		font-size: 18px;
		font-weight: 700;
	}
	.discount_label{

		position: absolute;
		background-color: #CCD9E9;
		transform: rotate(-41deg);
		padding: 0 44px;
		color: #0054A4;
		text-align: center;
		left: -39px;
		top: 19px;
		box-shadow: #42414B;
		font-size: 18px;
		font-weight: 700;
	}
	.discount_label:before{
		/* content: '';
		position: absolute;
		top: 0;
		right: 0;
		width: 20%;
		height: 115%;
		background-color: green;
		border-right: 23px solid green;
		-webkit-transform-origin: 100% 100%;
		-ms-transform-origin: 100% 100%;
		transform-origin: 141% -90%;
		-webkit-transform: skewX(30deg);
		-ms-transform: skewX(30deg);
		transform: skewX(21deg); */
	}
	/* .filtr-icon:before{
		content: "Filter";
		position: absolute;
		width: 50px;
		height: 50px;
		left: 0;
		float: left;
	} */
	.hero_cont_tiles .bx_h{
		min-height: 90px;
	}
	.top_heading #breadcrumbs li:last-child span {
		font-weight: 600 !important;
	}
	.reviews_body{
		padding: 0 0 50px 0;
	}
	.page-template-reviews-page-template .ggle-rev{
		margin-top: 0 !important;
		padding-top: 100px;
	}
	.page-template-reviews-page-template .content-area > .site-content{
		width: 100% !important;
	} 
	.page-template-reviews-page-template .site-content{
		padding-bottom: 0 !important;
	}
	.page-template-reviews-page-template #main {padding: 0 !important;}
	.footer-box{margin-top: 0 !important;}
	.lg-mtop{margin-top: 30px}
	.video_view iframe{
		width: 100%;
		height: 24vh;
		border-radius: 6px;
	}
	.y_videos{
		margin: 100px 0 25px 0;
		position: relative;
	}
	.y_videos {
		width: 1200px;
		margin: auto;
	}
	.videos-bg{
		background-image: url('/wp-content/themes/eduma/images/reviews-bg.png');
		background-repeat: no-repeat;
		background-position: center center;
		background-size: cover;
		width: 100%;
		background-color: #EBEBF2;
		padding: 50px 0 50px 0;
	}
	.reviews-bg{
		background-image: url('/wp-content/themes/eduma/images/google-reviews-bg.png');
		background-repeat: no-repeat;
		background-position: center center;
		background-size: cover;
		width: 100%;
		background-color: #EBEBF2;
		padding: 0;
	}
	.video_view{
		display: block;
	}
	.video_person{
		padding-top: 0;
		font-style: normal;
		font-weight: 700;
		font-size: 20px;
		line-height: 0;
		text-align: center;
		color: #42414B;
		margin-top: 15px;
	}
	.video_p p{
		font-style: normal;
		font-weight: 400;
		font-size: 16px;
		line-height: 125%;
		text-align: center;
		color: #8F8FA3;
		padding: 15px;
	}
	.course_name{
		font-style: normal;
		font-weight: 400;
		font-size: 16px;
		line-height: 100%;
		text-align: center;
		color: #8F8FA3;
		padding: 0 15px 0 15px;
		margin-top: 18px;
		position: relative;
		display: block;
	}
	.col_lg_half{
		width: 48%;
		display: inline-block;
		padding-top: 15px;
		padding-bottom: 15px;
		vertical-align: top;
	}
	.col_lg_right_pad{
		padding-right: 25px;
	}
	.col_lg_left_pad{
		padding-left: 25px;
	}
	.h1_page{
		font-style: normal;
		font-weight: 700;
		font-size: 40px;
		line-height: 125%;
		text-transform: capitalize !important;
		color: #202029 !important;
	}
	.h2_page{
		font-style: normal;
		font-weight: 600;
		font-size: 32px;
		line-height: 125%;
	}
	.p_page p{
		font-style: normal;
		font-weight: 400 !important;
		font-size: 16px !important;
		line-height: 150% !important;
		color: #8F8FA3 !important;
	}
	.single-lp_course .top_heading {
		margin-top: 94px;
	}
	#learn-press-course .course-summary-sidebar .course-sidebar-preview {
		margin-bottom: 60px !important;
	}
	.off_discount_mob{display: none;}
	.off_discount {
		font-style: normal;
		font-weight: 600 !important;
		font-size: 16px !important;
		line-height: 125% !important;
		color: rgba(223, 9, 9, 0.918)  !important;
	}
	#learn-press-course .course-summary-sidebar .course-sidebar-preview .lp-course-buttons{
		margin-top: 20px;
	}
	.coupon_code_check{
		float:left;
	}
	.course-meta .course-meta__pull-left{
		position: relative;
	}
	.course-meta .meta-item-duration{
		position: static;
	}
	.course-info-content{
		position: absolute;
		width: 80%;
		left: 0;
		top: 20px;
		z-index: 9;
		background-color: #fff;
		padding: 14px;
		border-left: 1px solid #D9D9D9;
		border-bottom: 1px solid #D9D9D9;
		border-right: 1px solid #D9D9D9;
		border-bottom-left-radius: 4px;
		border-bottom-right-radius: 4px;
		text-transform: none !important;
	}
	.meta-item-duration:hover .course-info-content{
		display: block !important;
	}
	.meta-item-duration{cursor: pointer;}
	.meta-item-duration:hover .img-info{    
		background-image: url('/wp-content/themes/eduma/images/info-icon-blue.png') !important;
	}
	.c-info{
		margin-left: 5px;
		position: static;
	}
	.c-info .img-info{    
		width: 30px;
		height: 30px;
		background-size: 15px;
		display: inline-block;
		float: left;
		position: absolute;
		margin-top: 3px;
		background-repeat: no-repeat;
		cursor: pointer;
	}
	.c-info .img-info:hover{    
		background-image: url('/wp-content/themes/eduma/images/info-icon-blue.png') !important;
	}
	.img-fluid{width: 100%;}
	.catalogue-home{
		margin-top: 330px !important;
	}
	.rad-5{
		border-radius: 5px;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		-ms-border-radius: 5px;
		-o-border-radius: 5px;
}
	.item-shadow {
		box-shadow: 0px 9px 30px rgb(10 9 86 / 20%);
	}
	.item-shadow-hov:hover {
		box-shadow: 0px 9px 30px rgb(10 9 86 / 25%);
	}
	.lg-text-16 p{
		font-style: normal;
		font-weight: 400;
		font-size: 16px;
		line-height: 150%;
		color: #8F8FA3;
	}
	.lg-h3-upper-20{
		font-style: normal;
		font-weight: 500;
		font-size: 20px;
		line-height: 100%;
		text-align: center;
		color: #202029;
		text-transform: uppercase;
	}
	.item-bg-white{background-color: #fff;}
	.item-img-full{
		width: 100%;
		display: block;}
	.flex-items{display: flex;}
	.flex-wrap{flex-wrap: wrap;}
	.item-padding-5{
		padding-left:5px;
		padding-right:5px;
	}
	.item-text-pad15{
		padding: 0 15px 1px 15px;
	}
	.item-padding-10{
		padding-left:10px;
		padding-right: 10px;
	}
	.item-padding-15{
		padding-left:15px;
		padding-right: 15px;
	}
	.item-1{
		text-align: center;
		flex: 0 0 100%;
	}
	.item-2{
		text-align: center;
		flex: 0 0 50%;
	}
	.item-3{
		text-align: center;
		flex: 0 0 33.3%;
	}
	.item-4{
		text-align: center;
		flex: 0 0 25%;
	}
	.item-5{
		text-align: center;
		flex: 0 0 20%;
	}
	.content-pusher{
		padding-top: 0 !important;
	}
	#toolbar > .container{
		top: 20px;
		position: relative;
	}
	.search-go-icontop{
		display: none;
	}
	.footer-inner-box ul li{
		list-style-type: none;
	}
	.single-lp_course .course-description h3{
		font-weight: 600 !important;
		font-size: 18px !important;
		line-height: 150% !important;
		color: #42414B !important;
	}
	.single-lp_course .course-description h1{
		font-weight: 600 !important;
		font-size: 20px !important;
		line-height: 150% !important;
		color: #42414B !important;
	}
	.single-lp_course .course-description li{
		font-style: normal;
		font-weight: 400 !important;
		font-size: 16px !important;
		line-height: 150% !important;
		color: #666575 !important;
	}
	.vc_column-inner::after, .vc_column-inner::before{
		display: none !important;
	}
	.page-id-87 .sc_heading .sub-heading{
		padding-top: 20px;;
	}
	.wpb-js-composer .vc_tta-shape-rounded.vc_tta-o-shape-group:not(.vc_tta-o-no-fill) .vc_tta-panel:not(:first-child):not(:last-child) .vc_tta-panel-heading{
		border-radius: 5px !important;
		-webkit-border-radius: 5px !important;
		-moz-border-radius: 5px !important;
		-ms-border-radius: 5px !important;
		-o-border-radius: 5px !important;
}
	.page-id-91 .vc_tta.vc_general .vc_tta-panel-title{
		border-bottom: none !important;
		border-top: none !important;
		border-left: none !important;
		border-right: none !important;
	}
	.wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body{
		background-color: transparent !important;
		border-top: 1px solid #e5e5e5 !important;
	}
	.page-id-91 .vc_tta-panels-container .vc_tta-panel{
		background-color: #EBEBF2 !important;
		border-radius: 5px;
	}
	.page-id-91 .vc_tta.vc_general .vc_tta-panel-title{
		padding: 10px;
	}
	.group-blog .wpb_wrapper p{
		font-style: normal;
		font-weight: 400 !important;
		font-size: 16px !important;
		line-height: 150% !important;
		color: #8F8FA3 !important;
	}
	.woocommerce-cart .woocommerce-cart-form .product-remove{
		font-style: normal;
		font-weight: 600 !important;
		font-size: 20px !important;
		line-height: 150%;
		/* Gray Scales/Black */
		color: #202029;
	}
	.woocommerce-cart .product-subtotal{
		display: none;
	}
	.apply_coupon{
		display: inline-block;
		width: 145px;
		font-weight: 500;
		font-size: 14px;
		line-height: 150%;
		color: #202029;
		left: 14px;
		position: relative;
	}
	.woocommerce-cart .cart_summary_inner .checkout-button{
		background: #0054A4;
		border-radius: 4px 	!important;
		display: flex;
		flex-direction: row;
		justify-content: center;
		align-items: center;
		gap: 10px;
		-webkit-border-radius: 4px 	!important;
		-moz-border-radius: 4px 	!important;
		-ms-border-radius: 4px 	!important;
		-o-border-radius: 4px 	!important;
	}
	.woocommerce-cart .entry-content .woocommerce form.woocommerce-cart-form .coupon input#coupon_code::placeholder{
		font-style: normal;
		font-weight: 400;
		font-size: 16px;
		line-height: 150%;
	}
	.woocommerce-cart .entry-content .woocommerce form.woocommerce-cart-form .coupon button[name="apply_coupon"]{
		color: #202029;
		background: transparent !important;
		border-radius: 4px;
		border: 1px solid transparent;
		font-weight: 500 !important;
		font-size: 16px !important;
		line-height: 120%;
		text-transform: capitalize !important;
		border: 1px solid #0055a5;
	}
	.woocommerce-cart .entry-content .woocommerce form.woocommerce-cart-form .coupon button[name="apply_coupon"]:hover{
		color: #fff;
		background: #0055a5 !important;
		border-radius: 4px;
		border: 1px solid #0055a5;
	}
	.woocommerce-cart .entry-content .woocommerce form.woocommerce-cart-form .coupon input#coupon_code{
		border: solid 1px transparent;
	}
	.woocommerce-cart .actions .coupon{
		border-radius: 4px;
		background: #FFFFFF;
	}
	.postid-50608 .width-logo > a{
		width: 170px !important;
	}
	.single-post .single-title{
		font-style: normal;
		font-weight: 600 !important;
		font-size: 20px !important;
		line-height: 125%;
		color: #202029 !important;
	}
	.single-post .category-posts .rel-post-text a{
		font-style: normal;
		font-weight: 600 !important;
		font-size: 18px !important;
		line-height: 125%;
		color: #202029 !important;
	}
	.single-post .author-top a,.single-post .entry-navigation-post a{
		font-style: normal;
		font-weight: 600 !important;
		font-size: 18px !important;
		line-height: 125%;
		color: #202029 !important;
	}
	.single-post .entry-title{
		font-style: normal;
		font-weight: 600 !important;
		font-size: 25px !important;
		line-height: 120%;
		color: #fff !important;
		margin: 0;
	  }
	.single-post #sidebar{display: none;}
	.single-post .category-posts{
		font-style: normal;
		font-weight: 400 !important;
		font-size: 16px !important;
		line-height: 150% !important;
		color: #8F8FA3 !important;
	}
	.single-post .entry-content p{
		font-style: normal;
		font-weight: 400;
		font-size: 16px;
		line-height: 150% !important;
		color: #42414B;
	}
	.breadcrumbs-wrapper,.bread-crumbs{
		background-color: #EBEBF2;
		padding-bottom: 40px  !important;
		background-position: center bottom  !important;
		background-repeat: no-repeat  !important;
		background-size: cover  !important;
		position: relative  !important;
		background-image: url('/wp-content/themes/eduma/images/Top-Header.png') !important;
		height: 129px;
	}
	.woocommerce-cart .breadcrumbs-wrapper{
		background-image: unset!important;
	}
	.left-semi-border{display: none;}
	.woocommerce-checkout #payment table.shop_table{
		margin-top: 0!important;
		margin-left: 0!important;
		margin-right: -1px!important;
		margin-bottom: 0!important;
	}
	.shop_table.woocommerce-checkout-review-order-table .cart-discount{
		margin-bottom: 7rem !important;
		display: inline-block;
	}
	.woocommerce-checkout #payment .place-order #drip_woocommerce_accepts_marketing_field .checkbox,
	.woocommerce-checkout #payment .place-order .studentvisa label,
	.woocommerce-checkout #payment .terms_checkbox label {
		font-style: normal;
		font-weight: 400 !important;
		font-size: 16px !important;
		line-height: 125% !important;
		color: #202029 !important;
	}
	.right_checkout .cart_item .mob_checkout_img{
		width: 25%;
	}
	.right_checkout .cart_item .productname_checkout{
		width: 75%;
	}
	.woocommerce-checkout #wc-stripe-cc-form > .form-row{
		padding: 0 !important;
	}
	.woocommerce-checkout #drip_woocommerce_accepts_marketing_field{
		padding: 0 !important;
	}
	.woocommerce-checkout fieldset .wc-stripe-elements-field{
		padding: 15px !important;
		border: 1px solid #FFFFFF;
		border-radius: 4px;
	}
	#stripe-payment-data .form-row{
		margin: 0 0 0 !important;
	}
	.woocommerce-checkout #add_payment_method #payment div.payment_box::before, .woocommerce-cart #payment div.payment_box::before, .woocommerce-checkout #payment div.payment_box::before{
		display: none;
	}
	.woocommerce-checkout #add_payment_method #payment div.payment_box, .woocommerce-cart #payment div.payment_box, .woocommerce-checkout #payment div.payment_box{
		background: #EBEBF2 !important;
	}
	.woocommerce-checkout #add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment{
		background: #EBEBF2 !important;
	}
	.woocommerce-checkout .pay_inner{
		background: #EBEBF2 !important;
		border-radius: 6px;
		padding-top: 40px;
		margin-top: 20px;
	}
	.left_checkout .custom_order_summary,.right_checkout #payment,.right_checkout .security_ssl_img{
		display: none !important;
	}
	.single-lp_course #learn-press-course-curriculum.course-curriculum ul.curriculum-sections .section-content .course-item .section-item-link:hover .item-name{
		color:#0054A4 !important;
	}
	.single-lp_course ul.learn-press-nav-tabs .course-nav.active::before {
		display: none !important;
	}
	.woocommerce-checkout  #order_review .order-total td strong .amount bdi,
	.left_checkout .shop_table  .order-total td strong .woocommerce-Price-amount bdi{
		font-style: normal;
		font-weight: 400 !important;
		font-size: 20px !important;
		line-height: 150% !important;
		color: #202029 !important;
	}
	.woocommerce-checkout #billing_company_field{
		width: 100% !important;
	}
	.woocommerce-checkout .woocommerce-billing-fields__field-wrapper .form-row label{
		font-style: normal;
		font-weight: 500 !important;
		font-size: 14px !important;
		line-height: 150% !important;
		color: #202029 !important;
	}
	.woocommerce-checkout .order-total + tr strong{
		font-style: normal;
		font-weight: 400 !important;
		font-size: 14px !important;
		line-height: 150% !important;
		color: #666575 !important;
	}
	.woocommerce-checkout .price_checkout span .woocommerce-Price-amount bdi{
		font-style: normal;
		font-weight: 400  !important;
		font-size: 12px  !important;
		line-height: 125%  !important;
		color: #8F8FA3 !important;
	}
	.woocommerce-checkout .price_checkout strong .woocommerce-Price-amount bdi{
		font-style: normal;
		font-weight: 400  !important;
		font-size: 20px  !important;
		line-height: 150%  !important;
		color: #202029  !important;
	}
	.woocommerce  .woocommerce-billing-fields,.woocommerce  .woocommerce-billing-fields__field-wrapper{
		width: 100%;
	}
	.woocommerce  .customer_details_inner{
		background: #EBEBF2 !important;
		border-radius: 6px;
		padding-top: 15px;
	}
	.woocommerce-checkout .checkout_header{
		text-transform: capitalize !important;
		font-weight: 600 !important;
		font-size: 20px !important;
		line-height: 150% !important;
		color: #202029 !important;
	}
	.woocommerce-checkout .order-total th{
		font-style: normal;
		font-weight: 600 !important;
		font-size: 20px !important;
		line-height: 150% !important;
		color: #202029 !important;
	}
	.woocommerce-checkout .woocommerce-checkout-review-order #payment{
		width: 100% !important;
		margin-left: 0 !important;
		padding: 15px;
	}
	.woocommerce-checkout  #order_review{
		padding-left: 10px;
	}
	.woocommerce #customer_details{
		padding-right: 10px;
	}
	.woocommerce-checkout  .order_review_inner{
		background: #EBEBF2;
		border-radius: 6px;
		padding: 0 15px 0 15px;
		margin-top: 4px;
	}
	.woocommerce-checkout .woocommerce-checkout-review-order table.custom_order_summary{
		width: 100% !important;
	}
	.woocommerce .price_checkout{
		display: block;
		width: 100%;
	}
	.woocommerce  .productname_checkout{
		font-style: normal;
		font-weight: 500 !important;
		font-size: 16px !important;
		line-height: 150% !important;
		color: #202029 !important;
	}
	.woocommerce #customer_details, .woocommerce #order_review{
		float: left;
		width: 50%;
		display: inline-block;
	}
	.woocommerce table.cart tr td, .woocommerce table.shop_table tr td{
		border-top: 2px solid transparent !important;
	}
	.woocommerce-page table.cart a.remove:hover{
		background-color: transparent !important;
	}
	.woocommerce-page .remove_icon{
		width: 16px !important;
	}
	.woocommerce-page .cart_item .price_item_cart span .woocommerce-Price-amount bdi{
		color: #8F8FA3;
		font-style: normal !important;
		font-weight: 400  !important;
		font-size: 14px  !important;
		line-height: 150%  !important;
	}
	.woocommerce-page .cart_item .price_item_cart strong .woocommerce-Price-amount bdi{
		color: #202029;
		font-style: normal !important;
		font-weight: 500  !important;
		font-size: 18px  !important;
		line-height: 150%  !important;
	}
	.woocommerce-page .price_item_cart{
		display: block;
		width: 100%;
		margin-top: 8px;
	}
	.woocommerce-page .product-subtotal{
		border-top: none !important;
	}
	.woocommerce-page.woocommerce-cart table.cart img, .woocommerce.woocommerce-cart table.cart img{
		width: 100% !important;
	}
	.woocommerce-page.woocommerce-cart table.cart img{
		width: 140px !important;
	}
	.woocommerce-cart .entry-content .woocommerce form.woocommerce-cart-form tr.woocommerce-cart-form__cart-item .product-thumbnail{
		width: 200px !important;
		display: block;
	}
	.woocommerce-page .shop_table .product-name{
		font-style: normal;
		font-weight: 500  !important;
		font-size: 16px  !important;
		line-height: 150%  !important;
		color: #202029  !important;
	}
	.woocommerce-cart .width-logo > a.no-sticky-logo, .woocommerce-checkout .width-logo > a.no-sticky-logo{
		width: 180px !important;
	}
	.woocommerce-cart .order-total .woocommerce-Price-amount bdi{
		color: #202029 !important;
		font-style: normal;
		font-weight: 600 !important;
		font-size: 20px !important;
		line-height: 150% !important;
	}
	.woocommerce-cart .entry-content .woocommerce .cart-collaterals .wc-proceed-to-checkout{
		margin-left: 0px !important;
	}
	.woocommerce-cart .entry-content .woocommerce .cart-collaterals tr.order-total th{
		padding-left: 0px !important;
		color: #202029 !important;
		font-style: normal;
		font-weight: 600 !important;
		font-size: 20px !important;
		line-height: 150% !important;
	}
	.woocommerce .checkout-button.button.alt.wc-forward{
		width: 100% !important;

		
	}
	.woocommerce .cart-sum{
		margin-top: 18px;
	}
	.woocommerce .cart-sum span{
		color: #202029;
		font-style: normal;
		font-weight: 600;
		font-size: 20px;
		line-height: 150%;
	}
	.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals{
		width: 100% !important;
	}
	input, textarea, select{
		border-radius: 4px !important;
		-webkit-border-radius: 4px !important;
		-moz-border-radius: 4px !important;
		-ms-border-radius: 4px !important;
		-o-border-radius: 4px !important;
		padding: 5px 5px 5px 12px !important;
	}
	.nf-field label{
		font-style: normal;
		font-weight: 500 !important;
		font-size: 14px !important;
		line-height: 150% !important;
		color: #202029 !important;
	}
	.page-id-87 .sc_heading h3{
		font-style: normal;
		font-weight: 700  !important;
		font-size: 30px  !important;
		line-height: 125%  !important;
		color: #202029 !important;
	}
	.page-id-87 .nf-form-layout{
		background: #EBEBF2;
		border-radius: 6px;
		padding: 15px;
		margin-top: 20px;
	}
	.blog #sidebar{
		display: none !important;
	}
	.blog-content .entry-title a{
		font-style: normal;
		font-weight: 700 !important;
		font-size: 25px !important;
		color: #202029 !important;
	}
	.blog article{
		margin-top: 45px;
	}
	.blog-content .readmore a{
		padding: 14px 25px;
	}
	.blog-content .readmore a, .back-post a{
		border-radius: 4px;
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		-ms-border-radius: 4px;
		-o-border-radius: 4px;
		background-color: transparent;
		color: #0054A4;
		border: 1px solid #0054A4 !important;
		font-weight: 600;
		font-size: 18px;
		line-height: 100%;
		text-transform: uppercase;
	}
	.back-post a{
		padding: 10px 25px;
	}
	.blog-content .readmore a:hover,.back-post a:hover{
		background-color: #0054A4 !important;
		border: 1px solid #0054A4 !important;
		color: #fff !important;
	}
	.blog-content .entry-content .entry-summary p{
		font-style: normal;
		font-weight: 400  !important;
		font-size: 16px  !important;
		line-height: 150%  !important;
		color: #666575 !important;
	}
	.single-lp_course .lp-course-buttons .lp-button{
		text-transform: capitalize;
		background-color: #0054A4;
		color: #fff !important;
		padding-top: 12px;
		padding-bottom: 12px;
		padding-left: 15px;
		padding-right: 15px;
		border-radius: 4px;
		border: 1px solid #0054A4;
		font-weight: 600;
	}
	.single-lp_course .lp-course-buttons .lp-button:hover {
		background-color: transparent !important;
		border: 2px solid #0054A4 !important;
		color: #0054A4 !important;
	}
	.single-lp_course .course-summary-sidebar__inner .ot_price ins{
		text-decoration: none !important;
	}
	.single-lp_course .course-summary-sidebar__inner .ot_price del .woocommerce-Price-amount bdi{
		font-style: normal;
		font-weight: 400 !important;
		font-size: 16px !important;
		line-height: 150% !important;
		color: #8F8FA3 !important;
	}
	.single-lp_course .course-summary-sidebar__inner .ot_price .woocommerce-Price-amount bdi{
		font-style: normal;
		font-weight: 700 !important;
		font-size: 25px !important;
		line-height: 125% !important;
		color: #0054A4 !important;
	}

	.single-lp_course .site-content{
		padding: 15px 0px 0px !important;
	}
	.single-lp_course .lp-archive-courses .course-summary .course-summary-content .course-detail-info{
		padding: 0px 0 10px 0 !important;
	}
	.single-lp_course .lp-archive-courses .course-summary .course-summary-content .lp-entry-content.lp-content-area .course-summary-sidebar{
		margin-top: -160px !important;
	}
	.single-lp_course #learn-press-course-tabs.course-tabs{
		margin-top: 0px !important;
	}
	.single-lp_course .lp-archive-courses .course-summary .course-summary-content .course-detail-info{
		margin-bottom: 0px !important;
	}
	.single-lp_course #learn-press-course .course-summary-sidebar .course-sidebar-preview .media-preview{
		margin: -20px -20px 20px !important;
	}
	#menu-top-menu .tc-menu-depth-1.current-menu-item > a.tc-menu-inner{
		font-weight: 600 !important;
		font-size: 12px !important;
		color:#0054A4 !important;
		border-bottom: 1px solid #0054A4;
		border-width: 2px;
	}
	#menu-top-menu .tc-menu-depth-1> .tc-menu-inner{
		font-weight: 500;
	}
	#menu-top-menu .tc-menu-depth-1 .tc-menu-inner{
		font-weight: 500;
		font-size: 12px !important;
		color:#42414B;
		font-style: normal !important;
	}
	#menu-top-menu .tc-menu-depth-1 .tc-menu-inner:hover{
		font-weight: 500 !important;
		font-size: 12px !important;
		color:#0054A4 !important;
		border-bottom: 1px solid #0054A4;
		border-width: 2px;
	}
    #cat-list{
		position: relative;
		top: 5px;
	}
	.cat-icon{
		position: relative;
		top: 4px;
	}
	.by-crs,.num-courses{
		font-style: normal;
		font-weight: 400;
		font-size: 14px;
		line-height: 150%;
		color: #202029;
	}
	.by-crs{top: -15px;position: relative;}
	.woocommerce.wc-memberships.admin-restricted-content-notice{
		width: 1170px;
    	margin: auto;
	}
	.pplr-courses {
		margin-top: 0px;
	}
	header#masthead {
		padding-bottom: 52px;
		background-color: #fff;
	}
	.page-template-home-template main#main {
		padding: 0px;
		width: 100%;
		/* overflow: hidden; */
	}

	.page-template-home-template .container.site-content {
		width: 100% !important;
		padding: 0px;
		/* margin-top: 20px; */
	}

	.page-template-course-search-page .container.site-content,
	.page-template-course-category-page .container.site-content,
	.page-template-page-course-category-php .container.site-content{
		width: 100% !important;
		padding: 0px;
	}

	.hero-content {
		width: 1165px;
		margin: auto;
		transform: translate(-50%, -50%);
		position: absolute;
		top: 78%;
		left: 50%;
		transform: translate(-50%, -50%);
	}
	.hero_content_tiles{
		width: 1165px;
		margin: auto;
		position: absolute;
		left: 50%;
		transform: translate(-50%, -50%);
	}

	.apply-nw {
		color: #666575;
		font-weight: 700;
		font-size: 20px;
	}

	.page-template-home-template .top_heading {
		display: none;
	}

	.custom-toolbar {
		display: inline-block;
		vertical-align: middle;
		height: 100%;
		position: relative;
		float: right;
		width: 35%;
	}

	.s-in {
		font-weight: 500;
		font-size: 16px;
		color: #0054A4 !important;
		top: -4px;
        position: relative;
	}
	.s-in:hover,.s-in:active,.s-in:focus{
		color: #000 !important;
	}
	.page-id-46614	.s-in {
		font-weight: 600;
		color: #000 !important;
	}

	.custom-tool-list li {
		display: inline-block;
		list-style-type: none;
	}

	.btn-main {
		font-style: normal;
		text-transform: uppercase !important;
		background-color: #0054A4;
		color: #fff;
		padding-top: 10px;
		padding-bottom: 10px;
		padding-left: 15px;
		padding-right: 15px;
		border-radius: 4px;
		font-style: normal;
		font-weight: 600;
		font-size: 16px;
		letter-spacing: 0.04em;
		text-transform: uppercase;
		color: #FFFFFF;
		border: 2px solid #0054A4 !important;
	}
  .btn-main:hover{
    background-color: #fff !important;
    border: 2px solid #0054A4 !important;
    color: #0054A4 !important;
  }


	ul.sub-menu {
		/* border-left: 1px solid #C9C9C9;
		border-right: 1px solid #C9C9C9; */
		border-bottom: 1px solid #C9C9C9;
	}

	ul.sub-menu a {
		color: #666575 !important;
	}

	ul.sub-menu a:hover {
		color: #0054A4 !important;
	}

	#menu-top-menu .tc-menu-layout-default>a.tc-menu-inner {
		color:#42414B !important;
	}
	#menu-top-menu .tc-menu-layout-default a.tc-menu-inner {
		font-weight: 500;
		font-size: 16px;
		color:#42414B;
		font-style: normal;
	}
	#menu-top-menu .tc-menu-depth-0 > a.tc-menu-inner:hover,
	#menu-top-menu .tc-menu-depth-0 > a.tc-menu-inner:active,
	#menu-top-menu .tc-menu-depth-0 > a.tc-menu-inner:focus {
		font-weight: 500 !important;
		font-size: 16px !important;
		color:#0054A4 !important;
		border-bottom: 1px solid #0054A4;
		border-width: 2px;
}
	#menu-top-menu .tc-menu-depth-0.current-menu-item > a.tc-menu-inner{
		font-weight: 600 !important;
		font-size: 16px !important;
		color:#0054A4 !important;
		border-bottom: 1px solid #0054A4;
		border-width: 2px;
}

	ul#menu-top-menu {
		vertical-align: middle;
		height: 100%;
		position: relative;
		top: 14px;
	}

	.sldr-box {
		text-align: right;
		z-index: 9;
		position: relative;
		left: 53%;
		transform: translate(0%, -99%);
		position: absolute;
	}

	.sldr-img {
		width: 100%;
		bottom: -13px;
		position: relative;
	}

	.h-hero {
		width: 100%;
	}

	.home .slider {
		position: relative;
		width: 100%;
	}

	.hero-bg {
		height: 814px;
		background-position: center center;
		background-repeat: no-repeat;
		background-size: cover;
		position: relative;
	}

	.hero-left {
		width: 80%;
		position: relative;
		display: inline-block;
	}

	.hero-right {
		width: 20%;
		position: relative;
		display: inline-block;
	}

	.h-hero-title {
		font-weight: 700 !important;
		font-size: 65px;
		padding-bottom: 20px;
		color: #202029;
		line-height: 125%;
		top: -50px;
		margin-bottom: -70px;
		position: relative;
	}

	.hero-text p,
	.hero-text a {
		display: inline-block;
		color: #666575;
		font-size: 20px;
		font-weight: 400;
		line-height: 150%;
	}

	.pplr-courses {
		font-style: normal;
		font-weight: 700 !important;
		font-size: 40px;
		line-height: 125%;
		padding-bottom: 0px;
		margin: 0;
	}

	.courses-by-state-name,
	.dwnld-name,
	.ggl-txt,
	.tm-txt,
	.indstry-txt,
	.course_category_page_h1 h1 {
		font-style: normal;
		font-weight: 700 !important;
		font-size: 40px;
		line-height: 125%;
		padding-bottom: 20px;
		color: #202029
	}

	.hero-text {
		padding-bottom: 20px;
		display: block;
		position: relative;
	}

	.search-fld-box {
		margin: 20px 0px 20px 0px;
		display: block;
		position: relative;
		border-radius: 3px;
		background-color: #fff;
		padding: 2px;
	}

	.srch-fld,
	.srch-fld:active,
	.srch-fld:focus {
		border: 1px solid transparent;
		width: 90%;
	}

	.search-fld-bx {
		width: 48%;
		display: inline-block;
	}

	.left-input-content {
		width: 49.1%;
		float: right;
		display: inline-block;
		top: 0px;
		right: -5px;
		position: relative;
	}

	.srch-fld[type="text"] {
		padding-left: 15px;
	}

	.hero-inpt-content {
		vertical-align: middle;
	}

	.btn-search {
		width: 115px;
		text-transform: capitalize;
		background-color: #0054A4;
		color: #fff !important;
		padding-top: 8px;
		padding-bottom: 8px;
		padding-left: 10px;
		padding-right: 10px;
		border-radius: 4px;
	}

	img.learn-icon {
		position: relative;
		left: 8px;
		top: -2px;
	}

	.sldr-item {
		list-style-type: none;
	}

	.cat-list {
		border: 1px solid transparent;
		background: transparent;
	}

	.state-container {
		text-align: center;
		position: relative;
		width: 100%;
		margin: auto;
	}
	.section_width {
		position: relative;
		width: 100%;
		margin: auto;
	}

	.state-box {
		position: relative;
		width: 1200px;
		margin: auto;
	}
	.container_width{
		position: relative;
		width: 1200px;
		margin: auto;
	}
	.heading-width-600{
		width: 600px;
		margin: auto;
		line-height: 35px;
    	padding-bottom: 0.8rem;
	}
	.content-width-750{
		width: 750px;
		margin: auto;
	}

	.course-background {
		height: 100%;
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
		position: relative;
	}

	.t-list-box {
		margin: 20px 0px 20px 0px;
	}

	.st-list-item {
		list-style-type: none;
		padding: 20px;
		border: 1px solid #EBEBF2;
		border-radius: 2px;
		text-align: center;
		margin: 5px;
		width: 20%;
		display: inline-block;
		height: 200px;
		cursor: pointer;
	}

	.st-list-item:hover {
		border: 1px solid #0054A4;
	}

	.st-list-item img {
		width: 35%;
		margin: auto;
		margin-bottom: 5px;
		display: block;
		height: 60px;
	}

	.by-state-name {
		padding-bottom: 5px;
		font-style: normal;
		font-weight: 600;
		font-size: 20px;
		line-height: 150%;
		color: #202029;
	}

	.state-container {
		height: 429px;
		background-position: 0px -80px;
		background-repeat: no-repeat;
		background-size: contain;
		position: relative;
    	top: 65px;
		margin-top: 25px;
	}

	.num-courses-bx {
		display: block;
		width: 100%;
	}

	.st-content {
		margin: auto;
		width: 70%;
		margin-top: 30px;
		margin-bottom: 30px;
	}
	.st-content p{
		font-size: 14px;
		font-style: italic;
		line-height: 150%;
		color: #666575 ;
	}

	.catalogue {
		background-color: #EBEBF2;
		padding: 30px 0px 30px 0px;
		margin-top: 125px;
	}

	.catalogue-title-link {
		color: #202029;
	}

	.left-top-c {
		float: left;
		top: -30px;
		position: relative;
		width: 10%;
	}

	.right-top-c {
		float: right;
		top: 0px;
		width: 15%;
		position: relative;
	}

	.cata-category {
		display: flex;
		justify-content: space-between;
		align-items: flex-start;
		width: 100%;
		align-content: center;
	}
	.pop-box{
		flex: 0 0 40%;
	}
	.cata-box{
		flex: 0 0 60%;
	}

	.cata-list {
		float: right;
		position: relative;
	}

	.cata-content {
		display: block;
		margin: auto;
		position: relative;
		z-index: 1;
		margin-top: 55px;
	}

	span.cata-item-name {
		font-style: normal;
		font-weight: 400;
		font-size: 14px;
		line-height: 150%;
		cursor: pointer;
		color: #666575;
	}

	span.cata-item-name:after {
		transition: width 0.5s;
		content: "";
		background-color: transparent;
		height: 3px;
		border-radius: 4px;
		vertical-align: bottom;
		position: relative;
		display: block;
		margin: auto;
		width: 5px;
	}
	.category-item-active:after{
		content: "";
		background-color: #0054A4;
		height: 3px;
		border-radius: 4px;
		vertical-align: bottom;
		position: relative;
		width: 20px;
		display: block;
		margin: auto;
	}
	.cata-category-item:hover .cata-item-name:after {
		/* content: "";
		background-color: #0054A4;
		height: 3px;
		border-radius: 4px;
		vertical-align: bottom;
		position: relative;
		width: 20px;
		display: block;
		margin: auto; */
	}

	.catalogue-box a.catalogue-link {
		min-height: 299px;
		display: flex;
		background-color: #0054A4;
		justify-content: center;
		flex-direction: row;
		overflow: hidden;
		position: relative;
	}

	a.catalogue-title-link {
		min-height: 90px;
		display: block;
		text-align: left;
		font-style: normal;
		font-weight: 700;
		font-size: 17px;
		line-height: 20px;
	}
	.product__title .title {
		display: block;
		text-align: left;
		font-style: normal;
		font-weight: 700 !important;
		font-size: 17px;
		line-height: 20px;
		color: #202029 !important;
	}

	.courses-loading {
		list-style-type: none;
		width: 100%;
		display: block;
		text-align: center;
	}

	.catalogue-box .catalogue-item {
		vertical-align: top;
		padding: 0px;
		flex: 0 0 25%;
		border: 1px solid #EBEBF2;
		padding-left: 5px;
		padding-right: 5px;
		width: 25%;
		margin-bottom: 1em;
	}

	.catalogue-box .catalogue-item-content{
		background-color: #fff;
		transition: box-shadow 0.1s;
		-webkit-transition: box-shadow 0.1s;
		-moz-transition: box-shadow 0.1s;
		-ms-transition: box-shadow 0.1s;
		-o-transition: box-shadow 0.1s;
}
	.catalogue-box .catalogue-item-content:hover{
		box-shadow: 0px 5px 30px rgb(10 9 86 / 5%);
	}

	.catalogue-general .catalogue-item-content{
		background-color: #fff;
		border: 1px solid #EBEBF2;
		transition: box-shadow 0.1s;
		-webkit-transition: box-shadow 0.1s;
		-moz-transition: box-shadow 0.1s;
		-ms-transition: box-shadow 0.1s;
		-o-transition: box-shadow 0.1s;
	}
	.catalogue-general .catalogue-item-content:hover{
		box-shadow: 0px 5px 30px rgb(10 9 86 / 5%);
	}

	.cata-category-item {
		display: inline-block;
		padding-right: 20px;
	}

	.catalogue-img {
		width: 100%;
		display: block;
		height: auto;
		object-fit: cover;
	}

	.catalogue-general .catalogue-name {
		font-weight: 600;
		/* text-align: center; */
		display: block;
		padding: 10px 15px;
		text-align: left;
	}

	.catalogue-box .catalogue-name {
		font-weight: 600;
		/* text-align: center; */
		display: block;
		padding: 10px;
		text-align: left;
	}

	.catalogue-price {
		display: block;
		width: 100%;
		padding-top: 3px;
		padding-left: 10px;
		padding-right: 10px;
		padding-bottom: 12px;
		text-align: left;
	}

	.catalogue-discounted-dollar,
	.catalogue-discounted-value {
		color: #8F8FA3;
	}

	.catalogue-value {
		font-weight: 700;
		font-size: 24px;
		font-weight: 700;
		line-height: 150%;
	}

	.catalogue-discounted-value {
		font-size: 16px;
	}

	.cat-extra-info {
		display: none;
		border-top: 1px solid #EBEBF2;
		padding-top: 3px;
		padding-bottom: 36px;
		width: 100%;
		font-size: 14px;
		margin-top: 30px;
		padding-left: 10px;
		padding-right: 10px;
	}

	.all-lvls {
		/* width: 33.3%; */
		display: inline-block;
		float: left;
		text-align: left;
		flex: 0 0 25%;
		/* border: 1px solid #EBEBF2; */
		padding-left: 2px;
		padding-right: 2px;
	}

	.lsns {
		width: 33.3%;
		display: inline-block;
		float: left;
		text-align: center;
	}

	.wks {
		width: 33.3%;
		display: inline-block;
		float: left;
		text-align: right;
	}

	.num-lsns,
	.ls-name,
	.num-wks,
	.wks-name {
		display: inline-block;
	}

	.catalogue-box .vw-all-crss {
		text-align: center;
		margin-top: 25px;
		margin-bottom: 24px;
		clear: both;
		position: relative;
	}

	.catalogue-general .vw-all-crss {
		text-align: center;
		margin-top: 25px;
		margin-bottom: 24px;
		clear: both;
		position: relative;
		top: 35px;
	}

	.btn-vw-all-crs {
		text-transform: capitalize;
		background-color: #0054A4;
		color: #fff !important;
		padding-top: 10px;
		padding-bottom: 10px;
		padding-left: 10px;
		padding-right: 10px;
		border-radius: 4px;
	}

	.lrn-reaa {
		background-color: #fff;
		padding: 30px 0px 60px 0px;
		text-align: center;
		width: 100%;
		display: grid;
		grid-template-columns: auto;
	}
	.lrn-creatives{
		height: 10px;
	}

	.lrn-txt {
		font-style: normal;
		font-weight: 400;
		font-size: 16px;
		line-height: 150%;
		color: #8F8FA3;
	}

	.lrn-left-top {
		float: left;
	}

	.lrn-right-top {
		float: right;
		width: 11%;
	}

	.lrn-list {
		margin-top: 20px;
		margin-left: 0;
		margin-right: 0;
		display: flex;
		justify-content: center;
		align-items: baseline;
		align-content: space-between;
	}

	.lrn-item {
		flex: 0 0 33.33333333333333%;
		padding: 0 15px 0 15px;
		list-style-type: none;
	}
	.lrn-item-content{
		border-radius: 3px;
		min-height: 372px;
		box-shadow: 0px 25px 80px rgb(10 9 86 / 9%);
		border: 1px solid #EBEBF2;
		text-align: center;
		padding: 20px 15px 20px 15px;
	}

	.lrn-item-content:hover {
		border: 1px solid none;
		background: #FFFFFF;
		box-shadow: 0px 25px 80px rgba(10, 9, 86, 0.2);
		border-radius: 5px;
	}

	.lrn-icon {
		display: block;
		margin: auto;
		width: 61px;
		margin-top: 12px;
		margin-bottom: 18px;
	}

	.lrn-name {
		font-style: normal;
		font-weight: 500;
		font-size: 24px;
		line-height: 150%;
		padding: 0px 0px 5px 0px;
		color: #42414B;
	}
	.section-heading-h4{
		font-size: 1.5rem;
		margin-bottom: 0;
		padding-bottom: 0;
	}
	.learn-txt {
		font-style: normal;
		font-weight: 700 !important;
		font-size: 40px;
		line-height: 125%;
		margin-top: 0;
		padding-bottom: 20px;
		color: #202029;
	}

	.dwnld-sect {
		background-color: #EBEBF2;
		padding: 20px 0px 20px 0px;
		width: 100%;
	}

	.dwnld-txt {
		padding-top: 20px;
		padding-bottom: 32px;
		font-style: normal;
		font-weight: 400;
		font-size: 16px;
		line-height: 150%;
		color: #8F8FA3;
	}

	.dwnld-form {
		position: relative;
		margin-top: 35px;
		width: 80%;
	}

	.dwnld-txt-name {
		color: #202029;
		font-weight: 700 !important;
		font-style: normal;
		font-size: 40px;
		line-height: 125%;
	}

	.dwnld-inp-name {
		padding: 5px 5px 5px 5px !important;
		border-radius: 3px !important;
		display: block !important;
		border: 1px solid #8F8FA3 !important;
		width: 80% !important;
		font-size: 16px !important;
	}

  .dwnld-inp-name[type="text"],
  .dwnld-inp-email[type="text"] {
    padding-left: 15px;
  }

  .dwnld-inp-email {
    border-radius: 3px !important;
    display: block !important;
    border: 1px solid #8F8FA3 !important;
    width: 80% !important;
    font-size: 16px !important;
  }

  .dwnld-inp-email {
    position: relative;
    margin-top: 25px;
  }

  .d-lft-img {
    width: 15%;
    position: relative;
    float: left;
    top: -205px;
  }

  .btn-dwnld {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 19px 32px;
    gap: 10px;
    position: absolute;
    width: 164px;
    height: 54px;
    left: 0px;
    background: #0054A4;
    border-radius: 4px;
    margin-top: 20px;
    font-size: 16px;
	cursor: pointer;
  }

  .mt-team {
    padding: 0px 0px 20px 0px;
    width: 100%;
    background-color: #EBEBF2;
  }

  .mt-team-img {
    left: 0px;
    display: block;
    width: 32%;
    float: left;
    position: absolute;
    clear: both;
    vertical-align: top;
  }

  .tm-name {
	font-style: normal;
	font-weight: 600;
	font-size: 20px;
	line-height: 150%;
	color: #42414B;
  }

  .tm-name,
  .tm-role {
    padding-top: 3px;
    display: block;
    padding-top: 10px;
  }

  .industry-name:hover {
    color: #0054A4;
  }

  .industry-link {
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 150%;
	color: #202029;
  }

  .tm-role {
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 150%;
    top: -20px;
    position: relative;
	color: #8F8FA3;
	padding-top: 15px;
  }

  .ind-img-bottom {
    width: 15%;
    float: right;
    position: absolute;
    text-align: right;
    right: 14px;
    bottom: 13px;
  }


  .idustry-img {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    width: 100%;
    height: 295px;
    object-fit: cover;
    object-position: 25% 25%; 
  }

  .industry-name {
    font-weight: 700;
    font-size: 16px;
    padding: 5px 2px 5px 2px;
    line-height: 1.4;
    min-height: 67px;
    position: relative;
    display: block;
    padding-top: 16px;
	text-align: left;
  }

  .news-extra-info {
    border-top: 1px solid #EBEBF2;
    padding-top: 3px;
    display: block;
    padding: 5px 2px 5px 2px;
  }

  .domain {
    text-align: left;
    /* padding-left: 32px; */
  }

  .calendr {
    text-align: right;
  }

  .calendr {
    display: inline-block;
    width: 49%
  }

  .domain{
    display: inline-block;
    width: 42%
  }

  .domain-img,
  .domain-txt {
    float: left;
    padding-right: 4px;
    display: inline-block;
    font-size: 14px;
    position: relative;
  }


  .calendr-txt {
    float: right;
    padding-right: 4px;
    display: inline-block;
    font-size: 14px;
    position: relative;
  }

  .calndr-img {
    float: right;
    padding-right: 4px;
    display: inline-block;
    font-size: 14px;
    position: relative;
  }

  .domain-img,
  .calndr-img {
    top: 7px;
    position: relative;
  }

  .domain {
    float: left;
  }

  .calendr {
    float: right;
  }

  .btn-all-nws {
    text-transform: capitalize;
    background-color: #0054A4;
    color: #fff !important;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 4px;
	position: relative;
    top: 20px;
  }

  .subscribe-updts {
    border-radius: 3px;
    padding: 15px;
    width: 100%;
	margin-top: 50px;
  }

  .subs-cont {
    padding: 0px 0px 20px 0px;
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 150%;
    width: 80%;
    margin: auto;
	color: #8F8FA3;
  }

  .subs-form {
    width: 100%;
  }

  .input-field {
    height: 48px !important;
    font-style: normal!important;
    font-weight: 400 !important;
    font-size: 16px !important;
  }

  .subs-subscribe {
    height: 48px;
    position: relative;
    border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
    text-transform: uppercase !important;
    background-color: #0054A4;
    color: #fff !important;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 4px !important;
  }

  .h-hero-title {
    z-index: 1;
  }

  .hero-txt-img {
    width: 65%;
    margin-top: 100px;
    left: 41px;
    position: relative;
    display: block;
  }

  .catalogue-box {
    width: 1200px;
    margin: auto;
	/* display: table-cell; */
  }

  .catalogue-list {
    width: 100%;
    margin: 0px;
    text-align: center;
	padding-bottom: 20px;
	flex-wrap: wrap;
    display: flex;
  }


  .subs-txt {
    color: #202029;
    font-weight: 800;
	font-size: 32px;
  }

  img.comp-logo-img {
    width: 269px;
  }

  footer#colophon {
    background-color: #202029 !important;
  }

  .footer-box {
    width: 100%;
    background-color: #202029;
	margin-top: 30px;
  }

  .company-box {
    width: 45%;
    margin-right: 20px;
  }

  .sitemap-box {
    width: 50%;
    vertical-align: top;
  }

  .company-box,
  .sitemap-box {
    display: inline-block;
  }

  .company-txt {
    color: #8F8FA3;
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 150%;
    padding-top: 35px;
    padding-bottom: 30px;
  }

  .footer-subs {
    color: #fff;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 150%;
  }

  .reaa-list-item-link,
  .about-list-item-link,
  .coruses-list-item-link {
    color: #8F8FA3;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
  }

  .reaa-list-item-link:hover,
  .about-list-item-link:hover,
  .coruses-list-item-link:hover {
    color: #fff
  }

  .sitemap-box ul {
    margin-left: 0px !important
  }

  .compny-socials-list img {
    width: 40px;
    height: 34px;
    border: 1px solid #8F8FA3;
    padding: 9px;
    border-radius: 5px;
    margin: 1px;
    cursor: pointer;
  }

  .compny-socials-list img:hover {
    background-color: #8F8FA3;
    border: 1px solid transparent;
  }

  .copyright-area {
    border-top: 1px solid #8F8FA3;
    padding: 10px 0px 10px 0px;
    color: #8F8FA3;
    margin-top: 40px;
    font-size: 16px;
  }

  .page-template-course-search-page .top_heading._out ,
  .page-template-course-category-page .top_heading._out,
  .page-template-page-course-category-php .top_heading._out{
    display: none;
  }

  .left-semi-border {
    width: 8.7%;
    float: left;
    top: 0px;
  }

  .bread-box {
    width: 1200px;
    margin: auto;
  }

  .crumb-item {
    list-style-type: none;
    display: inline-block;
    color: #666575;
    font-size: 14px;
  }

  .crumb-link {
    color: #666575;
  }

  .catalogue-inner-box {
    width: 1200px;
    margin: auto;
  }
  .search-container{
	position: relative;
	width: 100%;
  }
  .search-inner {
    width: 60%;
    margin: auto;
    height: 55px;
    background-color: #fff;
    border-radius: 5px;
    vertical-align: middle;
    padding: 5px;
    border: 1px solid #D9D9D9;
    position: relative;
    top: 45px;
    z-index: 9;
  }

  .srch-icon {
    margin-left: 5px;
    position: relative;
	top: -6px;
  }

  .catalogue-general {
    position: relative;
	background: #EBEBF2BD;
    /* background: rgba(235, 235, 242, 0.5); */
  }

  .filter-state-item,
  .filter-course-item {
    list-style-type: none;
  }

  .filter-click-bx {
    padding: 8px 10px 2px 10px;
    display: flex;
    position: relative;
	align-items: center;
	justify-content: space-between;
  }

  .filter-click-txt {
    float: left;
    position: relative;
    vertical-align: middle;
    justify-content: center;
	font-size: 15px;
    font-weight: 600;
  }

  .filter-c-dropdown,
  .filter-s-dropdown {
    position: relative;
	width: 16px;
  }

  .filtr-icon {
    width: 30px;
    height: 30px;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    top: 7px;
	margin-left: 10px;
  }

  .filter-state,
  .filter-course {
    clear: both;
	z-index: 9;
  }

  .course-category-name,
  .state-ter-name {
    padding-left: 5px;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
  }

  .filter-s-checkbox,
  .filter-c-checkbox {
    border-radius: 4px;
  }

  .filter-state-num,
  .filter-course-num {
    float: right;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    padding-right: 15px;
  }

  .go-search {
    display: inline-block;
    width: 40px;
	top: 4px;
    position: relative;
  }

  .btn-go-search {
    background-color: transparent;
    padding: 0px;
    position: relative;
	top: 0px;
    width: 37px;
  }
  .btn-go-search-text {
    padding: 0px 15px;
    position: relative;
    top: 2px;
    font-size: 14px;
    font-weight: 600 !important;
    height: 38px;
    display: flex;
    align-items: center;
  }

  img.search-go-icon {
    width: 35px;
    padding: 7px;
	background-color: #0054A4;
  }

  /* .btn-go-search:hover img.search-go-icon {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
	background-color: #fff;
  } */

  .btn-go-search .search-go-icontop{
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 99;
  }

  .btn-go-search:hover .search-go-icontop{
	display: inline;
	background-color: #fff;
  }

  .filter-state,
  .filter-course {
    display: none;
  }

  .filter-inactive {
    height: 40px;
  }

  .filter-active {
    display: block;
    position: absolute;
    background-color: #fff;
    padding: 14px;
    border-left: 1px solid #D9D9D9;
    border-bottom: 1px solid #D9D9D9;
    border-right: 1px solid #D9D9D9;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
  }

  .filter-course {
    width: 100%;
    margin-left: -1px;
    margin-top: 1px;
  }

  .filter-state {
    width: 100%;
    margin-top: 1px;
    margin-left: -1px;
  }

  .catalogue-pagination {
    text-align: center;
  }

  .pag-item {
    display: inline-block;
    padding: 18px;
    width: 20px;
    height: 20px;
    position: relative;
    cursor: pointer;
  }

  .pag-num {
    display: inline-block;
  }

  .ag-left-arrow,
  .pag-right-arrow {
    display: inline-block;
    padding: 10px;
    width: 40px;
    height: 40px;
    top: -2px;
    position: relative;
  }

  .catalogue-pagination {
    padding: 20px 0px 60px 0px;
  }

  .search-inp-result {
    position: absolute;
    width: 100%;
    padding: 10px;
    margin: auto;
    background-color: #fff;
    z-index: 9;
    left: 0%;
    margin-top: 47px;
    border-radius: 10px;
	border-left: 1px solid #EBEBF2;
	border-right: 1px solid #EBEBF2;
	border-bottom: 1px solid #EBEBF2;
  }

  .result-item {
    list-style-type: none;
    padding: 0px;
  }

  .result-link {
    color: #666575;
    font-weight: 700;
    font-size: 13px;
  }

  .search-hide {
    display: none !important;
  }

  .filter-clickc-name {
    text-transform: capitalize;
  }

  .home-search-result{
    background-color: #fff;
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #D9D9D9;
    position: absolute;
    width: 100%;
    margin-top: -19px;
    box-shadow: 0px 25px 80px rgb(10 9 86 / 9%);
  }

  button.btn-main.btn-search {
	left: -5px;
    position: relative;
	float: right;
  }
  .result-link:hover{
    color: #0054A4;
    font-weight: 700;
  }
  .result-image{
    width: 70px;
    margin: 5px 10px 0px 0px;
  }
  .industry-img-link {
    min-height: 295px;
    position: relative;
    display: block;
  }

  .dwnld-form form p{
	margin-bottom: 0!important;
  }
  .downloadables{
	padding: 10px 5px 10px 5px !important;
    border-radius: 3px !important;
    display: block !important;
    border: 1px solid #8F8FA3 !important;
    width: 80% !important;
    font-size: 16px !important;
    position: relative !important;
    margin-top: 25px !important;
	cursor: pointer;
  }
  .down-err{
	display: block;
	padding: 5px;
	color: red;
	font-size: 1.5rem;
  }
  .dummy-btn{
	cursor: pointer;
  }

  .dwnld-sect .wpcf7 form .wpcf7-response-output{
	margin: 0px !important;
	width: 80%;
  }

  .dwnld-sect form.wpcf7-form.thim-sending.sent{
	cursor: default !important;
  }
  .btn-dwnload{
	position: relative;
    top: -22px;
  }

  .subs-form .wpcf7-response-output{
    position: relative;
    width: 97%;
  }
  .newsletter-err{
	display: block;
	width: 100%;
	padding-left: 5px;
  }

  .website-link{
	color: #202029;
  }

  img.str-lvl,img.clck-wks,img.bk-lsns {
    position: relative;
    top: 0px;
    width: 14px;
  }
  #masthead.affix.menu-hidden{
	-webkit-transform: none !important;
    -moz-transform: none !important;
    -ms-transform: none !important;
    -o-transform: none !important;
  }
  .header_v3 #toolbar{
	padding-top: 0px !important;
	}
	.btn-find {
		color: #fff !important;
	}
	.search-box-main{
		display: none !important;
	}
	.btn-search-icon{
		display: none;
	}
	.swiper {
		width: 961px;
		height: 835px;
		touch-action: manipulation;
	}
	.swiper-industry-news {
		overflow: hidden;
		position: relative;
		width: 100%;
		z-index: 1;
	}
	.swiper-wrapper-outer{
		overflow: hidden;
		position: relative;
		width: 100%;
		z-index: 1;
	}
	#post-91 .vc_tta-container h2{
		font-style: normal;
		font-weight: 600;
		font-size: 32px;
		line-height: 125%;
		color: #202029 !important;
	}
	#post-91 .vc_tta-panel-heading{
		background-color: #EBEBF2;
		margin-top: 20px;
	}
	.top_site_main {
		display: none;
	}
	.page-id-91 .vc_tta.vc_general .vc_tta-title-text{
		font-style: normal;
		font-weight: 500 !important;
		font-size: 18px !important;
		line-height: 150% !important;
		color: #666575 !important;
	}
	.page-id-91 .vc_tta.vc_general .vc_tta-panel-title > a:before{
		display: none !important;
	}
	.page-id-91 .vc_tta.vc_general .vc_tta-panel-title > a{
		padding-left: 0 !important;
	}
	.page-id-91 .vc_tta-panel-body .wpb_wrapper{
		font-style: normal;
		font-weight: 400 !important;
		font-size: 16px !important;
		line-height: 150% !important;
		color: #8F8FA3 !important;
	}
	.page-id-46614 .breadcrumbs-wrapper,
	.page-id-91 .breadcrumbs-wrapper,
	.page-id-2901 .breadcrumbs-wrapper,
	.single-lp_course .breadcrumbs-wrapper{
		background-color: #EBEBF2;
		padding-bottom: 40px;
	}
	.single-lp_course .course-detail-info{
		background: transparent !important;
	}
	.single-lp_course .course-detail-info .course-title{
		margin-bottom: 35px !important;
		font-style: normal;
		font-weight: 600 !important;
		font-size: 32px !important;
		line-height: 125% !important;
		color: #202029 !important;
	}
	.single-lp_course .meta-item,.single-lp_course .meta-number {
		font-style: normal;
		font-weight: 400 !important;
		font-size: 14px !important;
		line-height: 150%;	
		color: #42414B !important;
	}
	.single-lp_course .meta-item-duration:after{
		content: '';
		background: url(/wp-content/themes/eduma/images/clock.png) no-repeat;
		background-size: 15px;
		width: 30px;
		height: 30px;
		display: inline-block;
		float: left;
		position: absolute;
		margin-top: 3px;
	}
	.single-lp_course .meta-item-level:after{
		content: '';
		background: url(/wp-content/themes/eduma/images/star-all-levels.png) no-repeat;
		background-size: 15px;
		width: 30px;
		height: 30px;
		display: inline-block;
		float: left;
		position: absolute;
		margin-top: 3px;
	}
	.single-lp_course .meta-item-lesson:after{
		content: '';
		background: url(/wp-content/themes/eduma/images/book.png) no-repeat;
		background-size: 15px;
		width: 30px;
		height: 30px;
		display: inline-block;
		float: left;
		position: absolute;
		margin-top: 3px;
	}
	.single-lp_course .course-sidebar-top,.single-lp_course .course-sidebar-preview{
		background-color: #EBEBF2 !important;
	}
	.single-lp_course .course-sidebar-top{
		border-bottom-left-radius: 5px;
		border-bottom-right-radius: 5px;
	}
	.single-lp_course .course-sidebar-secondary{
		display: none;
	}
	.single-lp_course ul.learn-press-nav-tabs{
		border: 1px solid transparent !important; 
		border-bottom: 0; 
		background: transparent !important;
	}
	.single-lp_course ul.learn-press-nav-tabs .course-nav:not(.active){
		border: 1px solid transparent !important; 
		border-right: 1px solid transparent !important;
		border-bottom: 1px solid transparent !important;
	}
	.single-lp_course .course-tabs .course-nav label{
		justify-content: left;
		text-align: left !important;
	}
	.single-lp_course ul.learn-press-nav-tabs[data-tabs] .course-nav{
		flex: 0 0 35% !important;
	}
	.single-lp_course .course-nav-tabs > .active label{
		position: relative;
		display: inline-flex !important;
	}
	.single-lp_course .course-nav-tabs > .active label:after{
		border-bottom: 4px solid #666575 !important;
		content: "" !important;
		display: inline-block;
		margin: auto;
		width: 100% !important;
		padding-top: 45px;
		background-color: transparent !important;
		position: absolute;
	}
	.single-lp_course .button-purchase-course:hover{
		color: #202029;
	}
	.single-lp_course .course-tabs .course-nav label{
		padding: 10px 2px 10px 5px !important;
	}
	.breadcrumbs-wrapper #breadcrumbs, .breadcrumbs-wrapper .thim-breadcrumbs, .breadcrumbs-wrapper .woocommerce-breadcrumb{
		border-bottom: 1px solid transparent !important;
	}
	.page-id-2901 .wpb_wrapper h1,.page-id-2901 .coursesh2, .page-id-2901 .thim-widget-heading h3{
		color: #202029 !important;
	}
	.page-id-2901 .coursesh2, .page-id-2901 .abouttraining{
		font-style: normal;
		font-weight: 600;
		font-size: 32px;
		line-height: 125%;
	}
	.page-id-2901 .wpb_wrapper h1,.thim-widget-heading h3{
		font-style: normal;
		font-weight: 700;
		font-size: 40px;
		line-height: 125%;
		text-transform: capitalize !important;
	}
	.page-id-2901 .content-team .title{
		font-style: normal;
		font-weight: 600;
		font-size: 20px;
		line-height: 150%;
		color: #42414B;
	}
	.page-id-2901 .content-team .regency{
		font-style: normal;
		font-weight: 400;
		font-size: 14px;
		line-height: 150%;
		color: #8F8FA3;
		text-transform: capitalize !important;
	}
	.r_col_sm_6{
		width: 50%;
		position: relative;
		min-height: 1px;
		padding-left: 15px;
		padding-right: 15px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		float: left;
	}
	.col_right{
		padding-right: 0px !important;
	}
	.col_left{
		padding-left: 0px !important;
	}
	.signcontent{
		font-style: normal;
		font-weight: 400;
		font-size: 16px;
		line-height: 150%;
		color: #666575;
	}
	.signinh1 h1{
		font-style: normal;
		font-weight: 700 !important;
		font-size: 40px !important;
		line-height: 125%;	
		color: #202029 !important;
	}
	.access-btn{
		width: 100%;
		text-transform: uppercase !important;
		display: flex;
		flex-direction: row;
		justify-content: center;
		align-items: center;
		padding: 19px 32px;
		gap: 10px;
		font-style: normal;
		font-weight: 600;
		font-size: 16px;
		line-height: 100%;
		letter-spacing: 0.04em;
		text-transform: uppercase;
		color: #FFFFFF;
		border-radius: 4px;
		border: 1px solid transparent;
	}
	.accessdate-btn {
		border: 1px solid #0054A4;
		border-radius: 4px;
		color: #666575;
		margin-top: 5px;
	}
	.access-btn:hover,.access-btn:active,.access-btn:focus{
		background-color: transparent !important;
		border: 1px solid #0054A4 !important;
		color: #666575 !important;
	}
	.accessdate-btn:hover,.accessdate-btn:focus,.accessdate-btn:active{
		background-color: #0054A4 !important;
		border: 1px solid #0054A4 !important;
		color: #ffffff !important;
	}
	.access-item,.accessdate-item {
		display: block;
		position: relative;
		float: left;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	.access_item_half,.accessdate_item_half{
		width: 50%;
	}
	.access_item_full{
		width: 100%;
		margin-bottom: 14px;
	}
	.b_access_btn,.f_access_btn{
		background: #0054A4;
		opacity: 0.5;
	}
	.re_access_btn{
		background: #0054A4;
	}
	.b_item_half,.bf_item_half{
		padding-right: 7px;
	}
	.f_item_half,.af_item_half{
		padding-left: 7px;
	}
	.access_item_half, .access_item_full{
		margin-top: 14px;
	}
	.access-question{
		text-align: center;
	}
	.access-question p{
		font-style: normal;
		font-weight: 400;
		font-size: 14px;
		line-height: 150%;
		color: #8F8FA3;
		padding: 10px;
	}
	.accessdate_hidden{
		display: none;
	}
}/*End min-width: 769px)*/
/**768main*/
@media only screen and (max-width: 768px) {
	._form_element{
		width: 100%;
	}
	.announcement-callout{
		line-height: 20px;
	}
	.sm-text-center{
		text-align: center;
	}
	.section-heading-h4{
		font-size: 1.2rem;
		margin-bottom: 0;
	}
	.pplr-courses.small{
		font-size: 1.5rem!important;
	}

	.payment_method_ppcp-gateway::after{
		background-size: 65px!important;
	}
	
	.payment_method_eh_becs_stripe::after{
		background-size: 65px!important;
	}

	.woocommerce-checkout .cart_safe{
		position: relative;
    	top: -3px;
	}
	.safe_text .safe_checkout{
		font-size: 1.4rem!important;
	}
	.safe_checkout_block .gap1{
		gap: 0.4rem!important;
	}
	.woocommerce-checkout .cart_safe img {
		max-width: 28px!important;
	}
	.safe_text .safe_guaranteed {
		font-size: 1.1rem!important;
		line-height: 10px!important;
	}

	.checkout_checkmarks .cart_chkmark{
		padding-left: 2.5rem;
	}

	.trustindex-reviews-header .ti-logo-fb{
		max-width: 52px!important;
	}
	.trustindex-reviews-header .ti-star.f,
	.trustindex-reviews-header .ti-star.e{
		max-width: 15px!important;
	}

	.woocommerce-cart .breadcrumbs-wrapper,
	.woocommerce-checkout .breadcrumbs-wrapper{
		background-color: #EBEBF2;
		background-position: center bottom  !important;
		background-repeat: no-repeat  !important;
		background-size: cover  !important;
		position: relative  !important;
		padding: 1rem 0 !important;
	}
	.woocommerce-cart .breadcrumbs-wrapper,
	.woocommerce-checkout .breadcrumbs-wrapper{
		background-image: unset!important;
	}
	.cart_breadcrumbs_slogan h1{
		font-size: 1.4rem !important;
		margin: 0;
		top: -1rem;
		position: relative;
		line-height: 18px !important;
		display: block;
	}
	.cart_breadcrumbs_slogan h2{
		font-size: 0.8rem!important;
		margin: 0!important;
	}
	.trustindex-reviews-header{
		position: absolute;
		top: 6px;
		width: 120px;
		right: 20px;
	}
	.cart_checkmarks_block div{
		width: 45%;
	}
	.cart_breadcrumbs_icon img{
		max-width: 60px!important;
	}
	.cart_chkmark img{
		max-width: 20px!important;
	}
	.cart_safe img{
		max-width: 32px!important;
	}
	.cart_badge img{
		max-width: 50px!important;
	}
	.safe_text span{
		text-transform: uppercase;
	}
	.cart_breadcrumbs_icon{
		width: 20%;
	}
	.cart_breadcrumbs_slogan{
		width: 60%;
	}
	.coup_left{
		width: 36%;
	}
	.cart_stars {
		max-width: 80px;
	}
	.cart_testimonial_comments_head {
		font-size: 1.5rem;
		line-height: 20px;
	}
	.cart_testimonial_icons_person {
		font-size: 1.1rem;
		line-height: 18px;
	}
	.cart_testimonial_comments_head{
		line-height: 18px;
		display: block;
		font-size: 1.4rem;
	}
	.cart_testimonial_comments p{
		font-size: 1.2rem;
		line-height: 18px;
	}
	.cart_testimonial{
		padding-top: 1.5rem;
	}
	.cart_breadcrumbs_subheading_star {
		max-width: 10px!important;
		position: relative;
		top: -2px;
		right: 3px;
	}
	
	.woocommerce-message{
		line-height: 23px!important;
		font-size: 12px!important;
		padding: 1.5rem!important;
		color: #000!important;
		background-color: #eee!important;
	}
	.woocommerce-message span{
		line-height: 18px!important;
		font-size: 12px;
	}
	.woocommerce-message .button.wc-forward, 
	.woocommerce-error .button.wc-forward,
	.woocommerce-error::before{
		display: none!important;
	}

	.woocommerce-cart .woocommerce-error li {
		font-weight: 400;
		font-size: 12px!important;
		line-height: 22px!important;
	}
	.woocommerce-error{
		padding: 1rem!important;
		background-color: #eee;
	}
	.woocommerce-cart .no-sticky-logo img,
	.checkout .no-sticky-logo img{
		width: 100%!important;
		margin: auto;
	}
	.woocommerce-cart .width-logo > a.no-sticky-logo,
	.checkout .width-logo > a.no-sticky-logo
	{
		max-width: 120px !important;
	}


	#stripe-payment-data p{
		font-size: 1.6rem!important;
	}
	.woocommerce-cart .site-content {
		padding: 0.5rem 15px 100px!important;
	}
	.woocommerce-checkout #payment table.shop_table,
	.shop_table .order-total th{
		padding: 0!important;
	}
	.shop_table.woocommerce-checkout-review-order-table .cart-discount{
		margin-bottom: -3.5rem !important;
		font-size: 14px!important;
	}

	#drip_woocommerce_accepts_marketing_field label.checkbox,
	.studentvisa.address_checkbox{
		display: flex;
    	align-items: center;
		gap: 0.5rem;
	}
	.woocommerce .terms_checkbox.address_checkbox label {
		left: -0.5rem;
		position: relative;
	}
	.woocommerce-checkout .center-logo,
	.woocommerce-cart .center-logo{
		padding: 3rem 0 !important;
	}
	.woocommerce-checkout .site-content {
		padding: 0px 0px 30px!important;
	}
	.checkout  .breadcrumbs-wrapper{
		padding: 0;
	}
	.woocommerce-cart .breadcrumbs-wrapper{
		padding: 0;
	}
	.checkout  .breadcrumbs-wrapper .breadcrumbs,
	.woocommerce-cart  .breadcrumbs-wrapper .breadcrumbs {
		padding: 0!important;
	}

	.reviews_footer .ti-widget {
		max-width: 78%!important;
	}
	.entry-subtitle {
		font-weight: 500;
		font-size: 16px;
		line-height: 25px;
	}
	.external-pbox{
		padding-top: 8px;
	}
	.shortcode_catalogue_identification{
		font-size: 12px;
		padding: 2px 0px 1px;
	}
	.sc_d_val{
		font-size: 11px !important;
	}
	.shortcode_itemright{
		padding: 8px;
	}
	.thisisthelpcoursebtn a{
		font-size: 14px !important;
		padding: 9px 8px !important;
	} 
	.floater > .ot_price > del{
		order: 2;
	}
	.floater > .ot_price > ins{
		order: 1;
	}
	.floater > .ot_price{
		display: flex !important;
		gap: 10px;
	}
	.no_upsell .floater > .ot_price{
		top: 12px;
		position: relative;
	}
	.upsl_chckr_lbl{
		display: none;
	}
	.upsl_tick{
		width: 0% !important;
	}
	.upsell_box{
		position: absolute;
		left: 0;
		right: 0;
		top: 26px;
		padding: 1px 29px;
		display: flex;
		align-items: center;
		width: 60%;
	}
	.upsell_body{
		display: none;
	}
	.upsell_checker {
		padding: 2px 2px;
		order: 1;
	}
	.upsell_heading{
		margin: 0;
		font-size: 12px !important;
		order: 2;
	}
	.course-curriculum .section-title{
		font-size: 20px !important;
		font-weight: 600 !important;
		line-height: 150% !important;
		color: #42414B !important;
	}
	.course-description p{
		color: #666575 !important;
	}
	.qanda_qstn{
		position: relative;
		width: 100%;
		display: flex;
		align-items: center;
		padding: 0;
	}
	.qanda_qstn:after{
		content: '+';
		position: absolute;
		top: 0;
		right: 10px;
		bottom: 0;
		font-size: 12px;
		width: 12px;
		height: 12px;
	}
	.qanda_qstn.active:after{
		content: 'x';
		position: absolute;
		top: 0;
		right: 10px;
		bottom: 0;
		font-size: 12px;
		width: 12px;
		height: 12px;
	}
	.section_heading,.section_heading p{
		font-weight: 800 !important;
		padding: 30px 0 !important;
		font-style: normal;
		font-size: 20px !important;
		line-height: 125% !important;
		color: #202029 !important;
	}
	.rvws_body p{
		padding-bottom: 20px;
	}
	.states_links_box {
		gap: 5px;
	}
	.find_right_course_content{
		width: 100%;
	}
	.find_right_course_action{
		width: 100%;
	}
	.catalogue_identification{
	    padding: 10px;	
	}
	.catalogue-dollar {
		padding-right: 1px;
		top: 0;
		vertical-align: top;
		left: 5px;
		position: relative;
		font-weight: 700;
	}
	.rel_desc p,.find_right_body p,
	.course_category_page_h1 p,
	.rvws_subheading p,
	.rvws_body p,
	.qanda_answr p,
	.qanda_qstn,.qanda_qstn p,.qanda_answr ol li{
		font-weight: 400;
		font-size: 16px;
		line-height: 150%;
		position: relative;
	}
	.section_body p{
		font-weight: 400;
		font-size: 16px;
		line-height: 150%;
		position: relative;
	}
	.btn-go-search-text{
		display: none !important;
	}
	.btn_search_icons{
		display: flex;
		align-items: center;
		justify-content: center;
		height: 40px;
		top: 4px;
		position: relative;
	}
	.btn_search_icons svg{
		width: 19px;
	}
	.btn_search_icons:hover svg circle,.btn_search_icons:hover svg path{
		stroke: #fff;
	}
	.thisnewsitems article .entry-header .entry-title {
		font-size: 20px !important;
		font-weight: 700 !important;
		line-height: 25px !important;
	}

	.type-post .entry-content h2, .type-post .entry-content h3{
		font-weight: 600;
		font-size: 25px;
		line-height: 40px;
		color: #42414B;
	}
	.is-news{
		padding: 30px 15px 100px !important;
	}
	.post-blue-paragraph p,.post_blue_paragraph,.has-inline-color{
		font-weight: 600 !important;
		font-size: 18px !important;
		line-height: 150% !important;
		text-align: center;
		color: #0054A4 !important;
	}
	.placeheader{
		padding: 0 !important;
	}
	.course_category_page_h1 h1{
		padding: 30px 0 !important;
		font-style: normal;
		font-weight: 600 !important;
		font-size: 20px !important;
		line-height: 125% !important;
		color: #202029 !important;
	}
	.our-people .slick-list.draggable{
		min-height: 335px;
	}
	.prior_btn{
		padding-left: 25px !important;
		padding-right: 25px !important;
		position: relative;
		left: 20px;
	}
	.prior_btn:before{
		content: '';
		background: url(/wp-content/themes/eduma/images/priority-grading-icon.png) no-repeat;
		background-size: 85px;
		width: 85px;
		height: 85px;
		display: inline-block;
		float: left;
		position: absolute;
		margin-top: 3px;
		top: -21px;
		left: -56px;
	}
	.priority_grading_box{
		width: 100%;
		margin: auto;
		position: relative;
		padding: 0 15px 0 15px;
	}
	.priority_grading{
		width: 100%;
		margin-top: 120px;
	}
	.prior_g_inner{
		background-image: url(/wp-content/themes/eduma/images/priority-grading-background-v2.png);
		background-repeat: no-repeat;
		background-size: cover;
		background-attachment: inherit;
		height: 240px;
		width: 96%;
		margin: auto;
		padding: 5px 5px;
		background-color: #F2F6FA;
	}
	.prior_g_inner h2{
		font-family: 'Poppins';
		font-style: normal;
		font-weight: 700;
		font-size: 36px;
		line-height: 125%;
	}
	.prior_g_inner  p{
		font-style: normal;
		font-weight: 400;
		font-size: 16px;
		line-height: 150%;
		color: #8F8FA3;
	}
	.hero_cont_tiles .bx_h{
		min-height: 75px;
	}
	.icon-toggle{
		color: #fff !important;
	}
	.mobile-menu-container {
		background-color: #232323 !important;
	}
	.mobile-menu-container .tc-menu-inner{
		font-size: 16px;
	}
	.single-lp_course .course-sidebar-top{
		overflow: hidden !important;
		position: relative !important;
	}
	.detail_vw{
		position: absolute;
		background-color: #CCD9E9 ;
		transform: rotate(-41deg);
		padding: 11px 49px;
		color: #fff;
		text-align: center;
		left: -44px;
		top: 25px;
		box-shadow: #42414B;
		box-shadow: 0px 5px 30px rgb(10 9 86 / 70%);
		font-size: 25px;
	}
	.discount_label{

		position: absolute;
		background-color: #CCD9E9;
		transform: rotate(-41deg);
		padding: 0 44px;
		color: #0054A4;
		text-align: center;
		left: -39px;
		top: 12px;
		font-weight: 700;
		font-size: 14px;
	}
	.fltr_txt{
		top: 8px;
		position: relative;
		display: inline-block;
	}
	.search_white_op{
		opacity: 0;
	}
	.width-logo > a {
		width: 120px !important;
	}
	.reviews_body {
		padding: 0 25px 0 25px;
	}
	.page-template-reviews-page-template .ggle-rev{
		margin-top: 0 !important;
		padding-top: 10px;
	}
	.page-template-reviews-page-template .content-area > .site-content{
		width: 100% !important;
	} 
	.page-template-reviews-page-template .site-content{
		padding-bottom: 0 !important;
	}
	.page-template-reviews-page-template #main {padding: 0 !important;}
	.footer-box{margin-top: 0 !important;}
	.lg-mtop{margin-top: 30px}
	.video_view iframe{
		width: 100%;
		height: 42vh;
		border-radius: 6px;
	}
	.videos-bg{
		background-image: url('/wp-content/themes/eduma/images/reviews-bg.png');
		background-repeat: no-repeat;
		background-position: center center;
		background-size: cover;
		width: 100%;
		background-color: #EBEBF2;
		padding: 50px 0 50px 0;
	}
	.reviews-bg{
		width: 100%;
		background-color: #EBEBF2;
		padding: 0 0 40px 0;
	}
	.video_view{
		display: block;
	}
	.video_person{
		font-style: normal;
		font-weight: 700;
		font-size: 20px;
		line-height: 150%;
		text-align: center;
		color: #42414B;
		margin-top: 0;
	}
	.video_p p{
		font-style: normal;
		font-weight: 400;
		font-size: 16px;
		line-height: 125%;
		text-align: center;
		color: #8F8FA3;
		padding: 15px;
	}
	.course_name{
		font-style: normal;
		font-weight: 400;
		font-size: 16px;
		line-height: 100%;
		text-align: center;
		color: #8F8FA3;
		padding: 0 15px 0 15px;
		margin-top: -10px;
		position: relative;
		display: block;
	}
	.col_lg_full{
		width: 100%;
		display: inline-block;
		padding-top: 15px;
		padding-bottom: 15px;
	}
	.h1_page{
		font-style: normal;
		font-weight: 700;
		font-size: 25px;
		line-height: 125%;
		text-transform: capitalize !important;
		color: #202029 !important;
	}
	.h2_page{
		font-style: normal;
		font-weight: 600;
		font-size: 32px;
		line-height: 125%;
	}
	.p_page{
		font-style: normal;
		font-weight: 400 !important;
		font-size: 16px !important;
		line-height: 150% !important;
		color: #8F8FA3 !important;
	}
	ul.learn-press-nav-tabs .course-nav.active::before{
		display: none;
	}
	.single-lp_course .top_heading {
		margin-top: 15px;
	}
	.lp-course-buttons.thisisthelpcoursebtn {
		margin-top: 11px;
	}
	.off_discount{
		display: none !important;
	}
	.off_discount_mob{
		display: none;
		font-style: normal;
		font-weight: 600 !important;
		font-size: 16px !important;
		line-height: 125% !important;
		color: #0054A4 !important;}
	.course-sidebar-preview .media-preview img{
		width: 100%;
	}
	.floater{
		display: block;
		position: fixed;
		top: 0;
		width: 100%;
		background-color: #CCD9E9;
		left: 0;
		padding: 4px 30px 0;
		height: 71px !important;
	}
	.floater del{
		color: #8F8FA3 !important;
	}
	.floater .thisprice,.floater .thisisthelpcoursebtn,.floater .off_discount{
		width: 50%;
		float: left;
		display: inline-block;
	}
	.course-meta .course-meta__pull-left,
	.course-summary-sidebar{
		position: relative !important;
	}
	.course-meta .meta-item-duration,
	.course-summary-sidebar__inner,
	.course-sidebar-top,
	.course-sidebar-preview{
		position: static;
	}
	.course-info-content{
		position: absolute;
		width: 80%;
		left: 0;
		top: 20px;
		z-index: 9;
		background-color: #fff;
		padding: 14px;
		border-left: 1px solid #D9D9D9;
		border-bottom: 1px solid #D9D9D9;
		border-right: 1px solid #D9D9D9;
		border-bottom-left-radius: 4px;
		border-bottom-right-radius: 4px;
		text-transform: none !important;
	}
	.meta-item-duration:hover .course-info-content{
		display: block !important;
	}
	.meta-item-duration{cursor: pointer;}
	.meta-item-duration:hover .img-info{    
		background-image: url('/wp-content/themes/eduma/images/info-icon-blue.png') !important;
	}
	.c-info{
		margin-left: 5px;
		position: static;
	}
	.c-info .img-info{    
		width: 30px;
		height: 30px;
		background-size: 15px;
		display: inline-block;
		float: left;
		position: absolute;
		margin-top: 3px;
		background-repeat: no-repeat;
		cursor: pointer;
	}
	.c-info .img-info:hover{    
		background-image: url('/wp-content/themes/eduma/images/info-icon-blue.png') !important;
	}
	.img-fluid{width: 100%;}
	.sm-mtop{margin-top: 15px}
	.rad-5{
		border-radius: 5px;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		-ms-border-radius: 5px;
		-o-border-radius: 5px;
}
	.item-shadow {
		box-shadow: 0px 9px 30px rgb(10 9 86 / 20%);
		transition: box-shadow 0.3s;
		-webkit-transition: box-shadow 0.3s;
		-moz-transition: box-shadow 0.3s;
		-ms-transition: box-shadow 0.3s;
		-o-transition: box-shadow 0.3s;
}
	.item-shadow-hov:hover {
		box-shadow: 0px 9px 30px rgb(10 9 86 / 25%);
	}
	.sm-text-14 p{
		font-style: normal;
		font-weight: 400;
		font-size: 14px;
		line-height: 125%;
		color: #8F8FA3;
	}
	.sm-h3-upper-14{
		font-style: normal;
		font-weight: 500;
		font-size: 14px;
		line-height: 100%;
		text-align: center;
		color: #202029;
		text-transform: uppercase;
	}
	.item-bg-white{background-color: #fff;}
	.item-img-full{
		width: 100%;
		display: block;}
	.flex-items{display: flex;}
	.flex-wrap{flex-wrap: wrap;}
	.item-padding-5{
		padding-left:5px;
		padding-right:5px;
	}
	.item-text-pad15{
		padding: 0 15px 1px 15px;
	}
	.item-padding-10{
		padding-left:10px;
		padding-right: 10px;
	}
	.item-padding-15{
		padding-left:15px;
		padding-right: 15px;
	}
	.item-xs-half{
		text-align: center;
		flex: 0 0 50%;
	}
	.item-xs-full{
		text-align: center;
		flex: 0 0 100%;
	}
	.hero_cont_tiles {
		top: -81px;
		position: relative;
	  }
	#masthead.header_v3 .width-logo{
		top: -44px !important;
		width: 120px;
	}
	#masthead.header_v3 .toolbar-container{
		width: 100% !important;
	}
	.woocommerce-page .cart_item .price_item_cart strong .woocommerce-Price-amount bdi {
		color: #0054A4;
		font-style: normal !important;
		font-weight: 500 !important;
		font-size: 16px !important;
		line-height: 150% !important;
	}
	.single-lp_course .course-summary-sidebar__inner .ot_price ins {
		text-decoration: none !important;
	}
	.single-lp_course .course-summary-sidebar__inner .ot_price .woocommerce-Price-amount bdi {
		font-style: normal;
		font-weight: 600 !important;
		font-size: 18px !important;
		line-height: 125% !important;
		color: #0054A4 !important;
	}
	.single-lp_course .course-summary-sidebar__inner .ot_price del .woocommerce-Price-amount bdi {
		font-style: normal;
		font-weight: 400 !important;
		font-size: 14px !important;
		line-height: 150% !important;
		color: #8F8FA3 !important;
	  }
	.btn-go-search:focus .search-go-icontop,.btn-go-search:focus .search-go-icontop,.btn-go-search:hover .search-go-icontop{
		display: none;
	}
	.footer-inner-box ul li{
		list-style-type: none;
	}
	.single-lp_course .course-description h3{
		font-weight: 600 !important;
		font-size: 18px !important;
		line-height: 150% !important;
		color: #42414B !important;
	}
	.single-lp_course .course-description h1{
		font-weight: 600 !important;
		font-size: 20px !important;
		line-height: 150% !important;
		color: #42414B !important;
	}
	.single-lp_course .course-description li{
		font-style: normal;
		font-weight: 400 !important;
		font-size: 16px !important;
		line-height: 150% !important;
		color: #666575 !important;
	}
	.single-lp_course .course-sidebar-top, .single-lp_course .course-sidebar-preview {
		background-color: #EBEBF2 !important;
	}
	.single-lp_course .lp-course-buttons .lp-button{
		text-transform: capitalize;
		background-color: #0054A4;
		color: #fff !important;
		padding-top: 10px;
		padding-bottom: 10px;
		padding-left: 15px;
		padding-right: 15px;
		border-radius: 6px;
		-webkit-border-radius: 6px;
		-moz-border-radius: 6px;
		-ms-border-radius: 6px;
		-o-border-radius: 6px;
		border: 1px solid #0054A4 !important;
}
	.single-lp_course .lp-course-buttons .lp-button:hover {
		background-color: transparent !important;
		border: 2px solid #0054A4 !important;
		color: #0054A4 !important;
	}
	.single-lp_course .meta-item, .single-lp_course .meta-number {
		font-style: normal;
		font-weight: 400 !important;
		font-size: 14px !important;
		line-height: 150%;
		color: #42414B !important;
	}
	.single-lp_course .meta-item-duration:after {
		content: '';
		background: url(/wp-content/themes/eduma/images/clock.png) no-repeat;
		background-size: 15px;
		width: 30px;
		height: 30px;
		display: inline-block;
		float: left;
		position: absolute;
		margin-top: 3px;
	}
	.single-lp_course .meta-item-level:after {
		content: '';
		background: url(/wp-content/themes/eduma/images/star-all-levels.png) no-repeat;
		background-size: 15px;
		width: 30px;
		height: 30px;
		display: inline-block;
		float: left;
		position: absolute;
		margin-top: 3px;
	}
	.single-lp_course .meta-item-lesson:after {
		content: '';
		background: url(/wp-content/themes/eduma/images/book.png) no-repeat;
		background-size: 15px;
		width: 30px;
		height: 30px;
		display: inline-block;
		float: left;
		position: absolute;
		margin-top: 3px;
	}
	.single-lp_course .course-detail-info {
		background: transparent !important;
	}
	.single-lp_course .course-detail-info .course-title {
		margin-bottom: 35px !important;
		font-style: normal;
		font-weight: 600 !important;
		font-size: 20px !important;
		line-height: 125% !important;
		color: #202029 !important;
	}
	.single-lp_course .course-tabs .course-nav label {
		justify-content: left;
		text-align: left !important;
	}
	.single-lp_course .course-nav-tabs > .active label{
		position: relative;
		display: inline-flex !important;
	}
	.single-lp_course .course-nav-tabs > .active label:after{
		border-bottom: 4px solid #666575 !important;
		content: "" !important;
		display: inline-block;
		margin: auto;
		width: 100% !important;
		padding-top: 45px;
		background-color: transparent !important;
		position: absolute;
	}
	.vc_column-inner::after, .vc_column-inner::before{
		display: none !important;
	}
	.sc_heading .line{
		display: none;
	}
	.page-id-87 .sc_heading .sub-heading{
		padding-top: 20px;;
	}
	.wpb-js-composer .vc_tta-shape-rounded.vc_tta-o-shape-group:not(.vc_tta-o-no-fill) .vc_tta-panel:not(:first-child):not(:last-child) .vc_tta-panel-heading{
		border-radius: 5px !important;
		-webkit-border-radius: 5px !important;
		-moz-border-radius: 5px !important;
		-ms-border-radius: 5px !important;
		-o-border-radius: 5px !important;
}
	.page-id-91 .vc_tta.vc_general .vc_tta-panel-title{
		border-bottom: none !important;
		border-top: none !important;
		border-left: none !important;
		border-right: none !important;
	}
	.wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body{
		background-color: transparent !important;
		border-top: 1px solid #e5e5e5 !important;
	}
	.page-id-91 .vc_tta-panels-container .vc_tta-panel{
		background-color: #EBEBF2 !important;
		border-radius: 5px;
	}
	.page-id-91.vc_tta .vc_general .vc_tta-panel-title{
		border-bottom: none !important;
		border-top: none !important;
		border-left: none !important;
		border-right: none !important;
	}
	.wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body{
		background-color: transparent !important;
		border-bottom: 1px solid #e5e5e5 !important;
	}
	.page-id-91 .vc_tta-panel{
		background: #EBEBF2;
		border-radius: 5px;
		border: none !important;
	}
	.page-id-91 .vc_tta.vc_general .vc_tta-panel-title{
		padding: 10px;
	}
	.page-id-91 .vc_tta.vc_general .vc_tta-title-text {
		font-style: normal;
		font-weight: 400 !important;
		font-size: 18px !important;
		line-height: 150% !important;
		color: #666575 !important;
	}
	.page-id-91 .vc_tta.vc_general .vc_tta-panel-title > a:before{
		display: none !important;
	}
	.page-id-91 .vc_tta.vc_general .vc_tta-panel-title > a{
		padding-left: 0 !important;
	}
	.page-id-91 .vc_tta-panel-body .wpb_wrapper{
		font-style: normal;
		font-weight: 400 !important;
		font-size: 16px !important;
		line-height: 150% !important;
		color: #8F8FA3 !important;
	}
	.top_heading  #breadcrumbs li:last-child span{
		font-weight: 600 !important;
	}
	.mobile-menu-container .sub-menu{
		display: none;
	}
	.mobile-menu-container .tc-menu-inner > span{
		display: none !important;
	}
	.page .width-logo > .no-sticky-logo{
		width: 120px !important;
		position: relative;
		top: 0px;
	}
	.group-blog .wpb_wrapper p{
		font-style: normal;
		font-weight: 400 !important;
		font-size: 16px !important;
		line-height: 150% !important;
		color: #8F8FA3 !important;
	}
	
	.woocommerce-cart  .woocommerce .cart-sum span,.woocommerce-checkout h3.checkout_header{
		color: #202029;
		font-style: normal;
		font-weight: 600 !important;
		font-size: 20px !important;
		line-height: 150%;
		text-transform: capitalize !important;
	}
	.woocommerce-cart .product-subtotal{
		display: none;
	}
	.woocommerce-cart .entry-content .woocommerce table.cart.shop_table tr th.product-remove {
		padding-left: 0 !important;
	  }
	.woocommerce-page .price_item_cart {
		display: block;
		width: 100%;
		margin-top: 8px;
	  }
	.woocommerce-cart .entry-content .woocommerce .cart-collaterals tr.order-total th {
		padding-left: 0px !important;
		color: #202029 !important;
		font-style: normal;
		font-weight: 600 !important;
		font-size: 20px !important;
		line-height: 150% !important;
	  }
	  .woocommerce-cart .order-total .woocommerce-Price-amount bdi {
		color: #202029 !important;
		font-style: normal;
		font-weight: 600 !important;
		font-size: 20px !important;
		line-height: 150% !important;
	  }
	.apply_coupon{
		display: inline-block;
		width: 150px;
		font-weight: 500;
		font-size: 14px;
		line-height: 150%;
		color: #202029;
		left: 7px;
		position: relative;
	}
	.woocommerce-cart .cart_summary_inner .checkout-button{
		background: #0054A4;
		border-radius: 4px 	!important;
		display: flex;
		flex-direction: row;
		justify-content: center;
		align-items: center;
		gap: 10px;
		-webkit-border-radius:;
		-moz-border-radius:;
		-ms-border-radius:;
		-o-border-radius:;
}
	.woocommerce-cart .entry-content .woocommerce form.woocommerce-cart-form .coupon input#coupon_code::placeholder{
		font-style: normal;
		font-weight: 400;
		font-size: 16px;
		line-height: 150%;
	}
	.woocommerce-cart .entry-content .woocommerce form.woocommerce-cart-form .coupon input#coupon_code{
		max-width: 140px !important;
	}
	.woocommerce-cart .entry-content .woocommerce form.woocommerce-cart-form .coupon input#coupon_code{
		min-width: 140px !important;
	}
	.woocommerce-cart .entry-content .woocommerce form.woocommerce-cart-form .coupon button[name="apply_coupon"]{
		color: #FFFFFF;
		background: #0054A4 !important;
		border-radius: 4px;
		border: 1px solid transparent;
		float: right;
		width: 30%;
		padding: 0rem 1rem;
	}
	.woocommerce-cart .entry-content .woocommerce form.woocommerce-cart-form .coupon button[name="apply_coupon"]:hover{
		color: #202029;
		background: transparent  !important;
		border-radius: 4px;
		border: 1px solid #0054A4 ;
	}
	.woocommerce-cart .entry-content .woocommerce form.woocommerce-cart-form .coupon input#coupon_code{
		border: solid 1px transparent;
	}
	.woocommerce-cart .actions .coupon{
		border: 1px solid #8F8FA3;
		border-radius: 4px;
		background: #FFFFFF;
	}
	.single-post .single-title{
		font-style: normal;
		font-weight: 600 !important;
		font-size: 20px !important;
		line-height: 125%;
		color: #202029 !important;
	}
	.single-post .category-posts .rel-post-text a{
		font-style: normal;
		font-weight: 600 !important;
		font-size: 18px !important;
		line-height: 125%;
		color: #202029 !important;
	}
	.single-post .author-top a,.single-post .entry-navigation-post a{
		font-style: normal;
		font-weight: 600 !important;
		font-size: 18px !important;
		line-height: 125%;
		color: #202029 !important;
	}
	.single-post .entry-title{
		font-style: normal;
		font-weight: 700 !important;
		font-size: 20px !important;
		line-height: 120%;
		color: #fff !important;
		margin: 0;
	  }
	.single-post #sidebar{display: none;}
	.single-post .category-posts{
		font-style: normal;
		font-weight: 400 !important;
		font-size: 16px;
		line-height: 150% !important;
		color: #8F8FA3;
	}
	.single-post .entry-content p{
		font-style: normal;
		font-weight: 400;
		font-size: 16px !important;
		line-height: 150% !important;
		color: #42414B;
	}
	.breadcrumbs-wrapper{
		background-color: #EBEBF2;
		padding-bottom: 40px;
	}
	.woocommerce-checkout #payment .place-order #drip_woocommerce_accepts_marketing_field .checkbox,
	.woocommerce-checkout #payment .place-order .studentvisa label,
	.woocommerce-checkout #payment .terms_checkbox label {
		font-style: normal;
		font-weight: 400 !important;
		line-height: 125% !important;
		color: #202029 !important;
	}
	.woocommerce-checkout .order-total th,
	.woocommerce-checkout #payment .order-total th{
		font-style: normal;
		font-weight: 600 !important;
		font-size: 20px !important;
		line-height: 150% !important;
		color: #202029 !important;
	}
	.right_checkout .cart_item .mob_checkout_img{
		width: 25%;
	}
	.right_checkout .cart_item .productname_checkout{
		width: 75%;
	}
	.woocommerce-checkout #wc-stripe-cc-form > .form-row{
		padding: 0 !important;
	}
	.woocommerce-checkout #drip_woocommerce_accepts_marketing_field{
		padding: 0 !important;
		margin: 0!important;
	}
	.woocommerce-checkout fieldset .wc-stripe-elements-field{
		padding: 15px !important;
		border: 1px solid #FFFFFF;
		border-radius: 4px;
	}
	#stripe-payment-data .form-row{
		margin: 0 0 0 !important;
	}
	.woocommerce-checkout #add_payment_method #payment div.payment_box::before, .woocommerce-cart #payment div.payment_box::before, .woocommerce-checkout #payment div.payment_box::before{
		display: none;
	}
	.woocommerce-checkout #add_payment_method #payment div.payment_box, .woocommerce-cart #payment div.payment_box, .woocommerce-checkout #payment div.payment_box{
		background: #EBEBF2 !important;
	}
	.woocommerce-checkout #add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment{
		background: #EBEBF2 !important;
	}
	.woocommerce-checkout .pay_inner{
		background: #EBEBF2 !important;
		border-radius: 6px;
		padding-top: 15px;
		margin-top: 20px;
	}
	.left_checkout .custom_order_summary,.right_checkout #payment,.right_checkout .security_ssl_img{
		display: none !important;
	}
	.category-item-active:after{
		content: "";
		background-color: #0054A4;
		height: 3px;
		border-radius: 4px;
		vertical-align: bottom;
		position: relative;
		width: 20px;
		display: block;
		margin: auto;
	}
	.width-logo .no-sticky-logo{
		width: 120px !important;
	}
	.woocommerce-checkout  #order_review .order-total td strong .amount bdi,
	.left_checkout .shop_table  .order-total td strong .woocommerce-Price-amount bdi{
		font-style: normal;
		font-weight: 400 !important;
		font-size: 18px !important;
		line-height: 125% !important;
		color: #202029 !important;
	}
	.woocommerce .price_checkout{
		display: block;
		width: 100%;
		margin-top: 8px;
	}
	.woocommerce-checkout .order-total + tr strong{
		font-style: normal;
		font-weight: 500 !important;
		font-size: 11px !important;
		line-height: 125% !important;
		color: #666575 !important;
	}
	.woocommerce .mob_checkout_img{
		width: 30%;
	}
	.woocommerce  .productname_checkout{
		font-style: normal;
		font-weight: 500 !important;
		font-size: 12px !important;
		line-height: 125% !important;
		color: #202029 !important;
		width: 70%;
	}
	.woocommerce-checkout  .order_review_inner{
		background: #EBEBF2;
		border-radius: 6px;
		padding: 0 15px 45px 15px;
		margin-top: 5px;
		width: 100%;
	}
	.woocommerce #customer_details, .woocommerce #order_review{
		padding: 0 15px 0 15px;
	}
	.woocommerce #order_review{
		margin-top: 15px;
	}
	.woocommerce  .customer_details_inner{
		background: #EBEBF2 !important;
		border-radius: 6px;
		padding-top: 15px;
	}
	input, textarea, select{
		border-radius: 4px !important;
		-webkit-border-radius: 4px !important;
		-moz-border-radius: 4px !important;
		-ms-border-radius: 4px !important;
		-o-border-radius: 4px !important;
		padding: 5px 5px 5px 10px !important;
	}
	.nf-field label{
		font-style: normal;
		font-weight: 500 !important;
		font-size: 14px !important;
		line-height: 150% !important;
		color: #202029 !important;
	}
	.page-id-87 .sc_heading h3{
		font-style: normal;
		font-weight: 700  !important;
		font-size: 20px  !important;
		line-height: 125%  !important;
		color: #202029 !important;
	}
	.page-id-87 .nf-form-layout{
		background: #EBEBF2;
		border-radius: 6px;
		padding: 15px;
		margin-top: 10px;
	}
	.blog article .content-inner{
		padding-bottom: 50px !important;
	}
	.blog #sidebar{
		display: none !important;
	}
	.blog-content .entry-content .entry-summary p{
		font-style: normal;
		font-weight: 400  !important;
		font-size: 16px  !important;
		line-height: 150%  !important;
		color: #666575 !important;
	}
	.blog-content .entry-title a{
		font-style: normal;
		font-weight: 700 !important;
		font-size: 18px !important;
		line-height: 125% !important;
		color: #202029 !important;
	}

	.blog-content .readmore a{
		padding: 14px 25px;
	}
	.blog-content .readmore a, .back-post a{
		border-radius: 4px;
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		-ms-border-radius: 4px;
		-o-border-radius: 4px;
		background-color: transparent;
		color: #0054A4;
		border: 1px solid #0054A4 !important;
		font-weight: 600;
		font-size: 18px;
		line-height: 100%;
		text-transform: uppercase;
	}
	.back-post a{
		padding: 10px 25px;
	}

	.blog-content .readmore a:hover,.back-post a:hover{
		background-color: transparent !important;
		border: 2px solid #0054A4 !important;
		color: #0054A4 !important;
	}
	.blog-content .entry-content .entry-summary p{
		font-style: normal;
		font-weight: 400  !important;
		font-size: 16px  !important;
		line-height: 150%  !important;
		color: #666575 !important;
	}
	.accessdate_hidden{
		display: none;
	}
	.page-template-page-portal .site-content{
		padding: 0px 15px !important;
	}
	.r_col_sm_6{
		width: 100%;
		position: relative;
		min-height: 1px;
		padding-left: 15px;
		padding-right: 15px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		margin: 10px 0 10px 0;
		display: inline;
	}
	.signcontent{
		font-style: normal;
		font-weight: 400;
		font-size: 16px;
		line-height: 150%;
		color: #666575;
	}
	.signinh1 h1{
		font-style: normal;
		font-weight: 700 !important;
		font-size: 20px !important;
		line-height: 125%;	
		color: #202029 !important;
	}
	.access-btn{
		width: 100%;
		text-transform: uppercase !important;
		display: flex;
		flex-direction: row;
		justify-content: center;
		align-items: center;
		padding: 19px 32px;
		gap: 10px;
		font-style: normal;
		font-weight: 600;
		font-size: 16px;
		line-height: 100%;
		letter-spacing: 0.04em;
		text-transform: uppercase;
		color: #FFFFFF;
		border-radius: 4px;
		border: 1px solid transparent;
		text-align: center;
	}
	.accessdate-btn {
		border: 1px solid #0054A4;
		border-radius: 4px;
		color: #666575;
		margin-top: 5px;
		text-align: center;
	}
	.access-btn:hover,.access-btn:active,.access-btn:focus{
		background-color: transparent !important;
		border: 1px solid #0054A4 !important;
		color: #666575 !important;
	}
	.accessdate-btn:hover,.accessdate-btn:focus,.accessdate-btn:active{
		background-color: #0054A4 !important;
		border: 1px solid #0054A4 !important;
		color: #ffffff !important;
	}
	.access-item,.accessdate-item {
		display: block;
		position: relative;
		float: left;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	.access_item_half,.accessdate_item_half{
		width: 50%;
		margin: auto;
	}
	.access_item_full{
		width: 100%;
		margin-bottom: 14px;
	}
	.b_access_btn,.f_access_btn{
		background: #0054A4;
		opacity: 0.5;
	}
	.re_access_btn{
		background: #0054A4;
	}
	.b_item_half,.bf_item_half{
		padding-right: 5px;
	}
	.f_item_half,.af_item_half{
		padding-left: 5px;
	}
	.access_item_half, .access_item_full{
		margin-top: 10px;
	}
	.access-question{
		text-align: center;
	}
	.access-question p{
		font-style: normal;
		font-weight: 400;
		font-size: 14px;
		line-height: 150%;
		color: #8F8FA3;
		padding: 10px;
	}
	#post-91 .vc_tta-container h2{
		font-style: normal;
		font-weight: 600;
		font-size: 16px;
		line-height: 125%;
		color: #202029 !important;
	}
	#post-91 .vc_tta-panel-heading{
		background-color: #EBEBF2;
		margin-top: 20px;
		border: none !important;
	}
	.top_site_main {
		display: none;
	}
	.page-id-91 .breadcrumbs-wrapper{
		background-color: #EBEBF2;
		padding-bottom: 40px;
	}
	.breadcrumbs-wrapper #breadcrumbs, .breadcrumbs-wrapper .thim-breadcrumbs, .breadcrumbs-wrapper .woocommerce-breadcrumb{
		border-bottom: 1px solid transparent !important;
	}
	.page-id-2901 .wpb_wrapper h1,.page-id-2901 .coursesh2{
		color: #202029;
	}
	.woocommerce.wc-memberships.admin-restricted-content-notice{
		width: 100%;
    	padding: 0 15px 0 15px;
	}
	.mobile-menu-container .tc-menu-inner{
		color: #fff !important;
	}
	.mobile-menu-container .tc-menu-inner .tc-icon.fa.fa-users{
		width: auto !important;
	}
	.mobile-menu-container .tc-menu-inner .tc-icon{
		padding-right: 8px;
		width: 60px;
	}
	.search-container{padding: 10px;}
	.crumb-list{padding: 0 15px 0 15px;}
	.btn-go-search .search-go-icontop{
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		z-index: 1;
		margin: auto;
	  }
	.pplr-courses{
		font-size: 20px !important;
	}
	.crumbs-inner{
		width: 95%;
		margin: auto;
	}
	.crumb-list{
		margin: 0;
	}
	.ggl-content{
		width: 92%;
		margin: auto;
	}
	.pplr-courses {
		margin: 0;
	}
	.pop-box{
		width: 100%;
		text-align: center;
	}
	.catalogue-box .cata-box{
		width: 100%;
		padding: 0 15px 0 15px;
		text-align: center;
	}

	.catalogue-general .cata-box{
		width: 100%;
		text-align: center;
	}
	.str-lvl{
		float: left;
		clear: right;
		top: 14px !important;
		position: relative !important;
		padding-right: 2px;
	}
	.wks-name,.ls-name,.all-lvls-txt{
		vertical-align: top;
		position: relative;
		top: 0px;
	}
	
	.all-lvls,.ls-name,.all-lvls-txt,.wks-name,.num-lsns,.num-wks{
		font-size: 7px;
		text-transform: capitalize;
	}
	.num-lsns{
		top: -2px;
		position: relative;
	}
	.all-lvls-txt{
		top: 0px;
	}
	.swiper {
		width: 961px;
		height: 400px;
		touch-action: manipulation;
	}
	.swiper-industry-news {
		overflow: hidden;
		width: 100%;
		position: relative;
		z-index: 1;
	}
	.swiper-wrapper-outer{
		overflow: hidden;
		position: relative;
		width: 100%;
		z-index: 1;
	}
	.result-name {
		width: 76%;
		position: relative;
		display: inline-block;
		/* float: left; */
		vertical-align: middle;
		line-height: 1.5em;
	}
	.result-image{
		width: 20%;
		margin: 5px 10px 0px 0px;
		vertical-align: top;
	  }
	.home-search-result-list{
		margin-left: 0px;
	}

	.btn-search-icon{
		display: inline-block;
	}
	#masthead.affix.menu-hidden{
		-webkit-transform: none !important;
		-moz-transform: none !important;
		-ms-transform: none !important;
		-o-transform: none !important;
	}
	.site-header.sticky-header {
		position: fixed;
		/* margin-top: 46px; */
	}
	.search-box-main{
		display: block;
	}
	#masthead.header_v3 .header_v3_container{
		min-height: 0px;
    	padding: 0;
	}
	.find-course{display: none !important;}
	.menu-mobile-effect.navbar-toggle {
		top: -28px;
	}
	.header_v3 #toolbar{
		padding-bottom: 15px !important;
	}
	.sldr-box {
		text-align: right;
		z-index: 9;
		position: relative;
		left: -460px;
		transform: translate(0%, -246%);
	}
	
	header#masthead {
		padding-bottom: 11px;
		background-color: #fff;
	}
	.page-template-home-template main#main {
		padding: 0px;
		width: 100%;
	}

	.page-template-home-template .container.site-content {
		width: 100% !important;
		padding: 0px;
		/* margin-top: 20px; */
	}

	.page-template-course-search-page .container.site-content,
	.page-template-course-category-page .container.site-content,
	.page-template-page-course-category-php .container.site-content{
		width: 100% !important;
		padding: 0px;
	}

	.hero-content {
		width: 1165px;
		margin: auto;
		transform: translate(-50%, -50%);
		position: absolute;
		top: 60%;
		left: 50%;
		z-index: 99;
	}
	.hero_content_tiles{
		width: 1165px;
		margin: auto;
		z-index: 99;	
	}

	.apply-nw {
		color: #666575;
		font-weight: 700;
		font-size: 20px;
	}

	.page-template-home-template .top_heading {
		display: none;
	}

	.custom-toolbar {
		display: inline-block;
		vertical-align: middle;
		height: 100%;
		position: relative;
		float: right;
		top: 14px;
		width: 60%;
	}

	.s-in {
		font-weight: 700;
		color: #42414B !important;
	}

	.custom-tool-list li {
		display: inline-block;
		list-style-type: none;
		padding-right: 4px;
	}
	.find-course{
		width: 40%;
	}

	.btn-main {
		font-style: normal;
		text-transform: uppercase !important;
		background-color: #0054A4;
		color: #fff;
		padding-top: 8px;
		padding-bottom: 8px;
		padding-left: 10px;
		padding-right: 10px;
		border-radius: 4px;
		font-style: normal;
		font-weight: 600;
		font-size: 16px;
		letter-spacing: 0.04em;
		text-transform: uppercase;
		color: #FFFFFF;
		border: 2px solid #0054A4 !important;
	}
  .btn-main:hover{
    background-color: transparent !important;
    border: 2px solid #0054A4 !important;
    color: #0054A4 !important;
  }

	.btn-find {
		text-transform: capitalize;
		background-color: #0054A4;
		color: #fff !important;
		padding-top: 10px;
		padding-bottom: 10px;
		padding-left: 10px;
		padding-right: 10px;
		border-radius: 4px;
		font-size: 10px !important;
	}

	ul.sub-menu {
		/* border-left: 1px solid #C9C9C9;
		border-right: 1px solid #C9C9C9; */
		border-bottom: 1px solid #C9C9C9;
	}

	ul.sub-menu a {
		color: #fff !important;
	}

	ul.sub-menu a:hover {
		color: #0054A4 !important;
	}

	#menu-top-menu .tc-menu-layout-default a.tc-menu-inner {
		font-weight: 500;
		font-size: 16px;
		color:#42414B;
		font-style: normal;
	}
	#menu-top-menu .tc-menu-depth-0 > a.tc-menu-inner:hover,
	#menu-top-menu .tc-menu-depth-0 > a.tc-menu-inner:active,
	#menu-top-menu .tc-menu-depth-0 > a.tc-menu-inner:focus {
		font-weight: 500 !important;
		font-size: 16px !important;
		color:#0054A4 !important;
		border-bottom: 1px solid #0054A4;
		border-width: 2px;
}
	#menu-top-menu .current-menu-item > a.tc-menu-inner {
		font-weight: 600 !important;
		font-size: 16px !important;
		color:#0054A4 !important;
		border-bottom: 1px solid #0054A4;
		border-width: 2px;
}

	ul#menu-top-menu {
		vertical-align: middle;
		height: 100%;
		position: relative;
		top: 10px;
	}

	.sldr-img {
		width: 46%;
		bottom: -13px;
		position: relative;
	}

	.h-hero {
		width: 100%;
	}

	.home .slider {
		position: relative;
		width: 100%;
		height: 180px;
	}

	.hero-bg {
		background-image: url('/wp-content/themes/eduma/images/BACKGROUND-mobile.png') !important;
		height: 814px;
		background-position: center top;
		background-repeat: no-repeat;
		background-size: 115%;
		position: relative;
		top: 0px;
	}

	.hero-left {
		width: 75%;
		position: relative;
		display: inline-block;
		padding: 0 10px 0 10px;
	}

	.hero-right {
		width: 38%;
		position: relative;
		display: inline-block;
	}

	.h-hero-title {
		font-weight: 800 !important;
		font-size: 25px;
		padding-bottom: 20px;
		color: #202029;
		line-height: 1.2;
		top: -60px;
		margin-bottom: -70px;
		position: relative;
	}

	.hero-text p,
	.hero-text a {
		display: inline-block;
		color: #666575;
		font-size: 18px;
		font-weight: 400;
		line-height: 150%;
	}

	.pplr-courses{
		font-weight: 800 !important;
		font-size: 28px;
		padding-bottom: 0px;
		margin: 0;
	}

	.courses-by-state-name,
	.dwnld-name,
	.ggl-txt,
	.tm-txt,
	.indstry-txt,
	.course_category_page_h1 h1 {
		font-weight: 800 !important;
		font-size: 28px;
		padding-bottom: 20px;
		color: #202029
	}

	.hero-text {
		padding-bottom: 20px;
		display: block;
		position: relative;
	}

	.search-fld-box {
		margin: 20px 0px 20px 0px;
		display: block;
		position: relative;
		border-radius: 3px;
		background-color: #fff;
		padding: 2px;
		top: -15px;
	}

	.srch-fld,
	.srch-fld:active,
	.srch-fld:focus {
		border: 1px solid transparent;
		width: 90%;
	}

	.search-fld-bx {
		width: 54%;
		display: inline-block;
	}

	.left-input-content {
		width: 45%;
		float: right;
		display: inline-block;
		top: 2px;
		right: 1px;
		position: relative;
		text-align: right;
	}

	.srch-fld[type="text"] {
		padding-left: 15px;
		font-size: 14px;
		width: 92%;
	}

	.hero-inpt-content {
		vertical-align: middle;
	}

	.btn-search {
		display: none;
	}

	img.learn-icon {
		position: relative;
		left: 8px;
		top: -2px;
		display: none;
	}

	.sldr-item {
		list-style-type: none;
	}

	.cat-list {
		border: 1px solid transparent;
		width: 9%;
		right: 6px;
		position: relative;
		background-color: #fff;
		/* -webkit-appearance: none; */
	}

	img.cat-icon {
		position: relative;
		right: 8px;
	}

	.state-container {
		text-align: center;
		position: relative;
		width: 100%;
		margin: auto;
		margin-top: 115px;
	}
	.section_width{
		position: relative;
		width: 100%;
		margin: auto;
		padding-left: 15px !important;
		padding-right: 15px !important;
	}

	.state-box {
		position: relative;
		width: 100%;
		margin: auto;
	}
	.container_width{
		position: relative;
		width: 100%;
		margin: auto;
	}

	.course-background {
		height: 100%;
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
		position: relative;
	}

	.t-list-box {
		margin: 20px 0px 20px 0px;
	}
	.st-list{
		margin: 0px;
	}

	.st-list-item {
		list-style-type: none;
		padding: 20px 20px 5px 20px;
		border: 1px solid #EBEBF2;
		border-radius: 2px;
		text-align: center;
		margin: 5px;
		width: 40%;
		display: inline-block;
		height: 170px;
		cursor: pointer;
	}

	.st-list-item:hover {
		border: 1px solid #0054A4;
	}

	.st-list-item img {
		width: 35%;
		margin: auto;
		margin-bottom: 5px;
		display: block;
		height: 60px;
	}

	.by-state-name {
		padding-bottom: 5px;
		font-style: normal;
		font-weight: 600;
		font-size: 20px;
		line-height: 150%;
		color: #202029;
	}
	.by-crs,.num-courses{
		font-style: normal;
		font-weight: 400;
		font-size: 14px;
		line-height: 150%;
		color: #8F8FA3;
	}
	.state-container {
		/* height: 429px; */
		background-position: 0px -80px;
		background-repeat: no-repeat;
		background-size: contain;
		position: relative;
		top: -50px;
		background-image: none !important;
	}

	.num-courses-bx {
		display: block;
		width: 100%;
	}

	.st-content {
		padding-top: 25px;
		margin: auto;
		width: 70%;
	}
	.st-content p{
		font-size: 14px;
		font-style: italic;
		line-height: 150%;
		color: #666575;
	}

	.catalogue {
		background-color: #EBEBF2;
		padding: 30px 0px 30px 0px;
		margin-top: 60px;
	}

	.catalogue-title-link {
		color: #202029;
	}

	.left-top-c {
		float: left;
		top: -30px;
		position: relative;
		width: 10%;
	}

	.right-top-c {
		float: right;
		top: 0px;
		width: 15%;
		position: relative;
	}

	.cata-category {
		display: block;
		width: 100%;
	}

	.cata-list {
		position: relative;
		margin: auto;
		padding: 0;
		display: block;
		width: 90%;
		/* align-items: baseline;
		align-content: flex-start;
		justify-content: space-between;
		flex-flow: row; */
	}

	.catalogue-box .cata-content {
		display: block;
		margin: auto;
	}

	.catalogue-general .cata-content {
		display: block;
		margin: auto;
		margin-top: 20px;
	}

	span.cata-item-name {
		font-style: normal;
		font-weight: 400;
		font-size: 12px;
		line-height: 125%;
		cursor: pointer;
		color: #666575;

	}

	span.cata-item-name:after {
		transition: width 0.5s;
		content: "";
		background-color: transparent;
		height: 3px;
		border-radius: 4px;
		vertical-align: bottom;
		position: relative;
		display: block;
		margin: auto;
		width: 5px;
	}

	.cata-category-item:hover .cata-item-name:after {
		/* content: "";
		background-color: #0054A4;
		height: 3px;
		border-radius: 4px;
		vertical-align: bottom;
		position: relative;
		width: 20px;
		display: block;
		margin: auto; */
	}

	.catalogue-box a.catalogue-link {
		min-height: 204px;
		display: flex;
		background-color: #0054A4;
		justify-content: center;
		flex-direction: row;
		border-bottom: 1px solid #EBEBF2;
		overflow: hidden;
		position: relative;
	}

	.catalogue-general a.catalogue-link {
		min-height: 185px;
		display: flex;
		background-color: #0054A4;
		justify-content: center;
		flex-direction: row;
		overflow: hidden;
		position: relative;
	}

	a.catalogue-title-link {
		display: block;
		text-align: left;
		font-size: 14px;
		line-height: 20px;
		font-weight: 700;
		position: relative;
	}
	.product__title .title {
		display: block;
		text-align: left;
		font-size: 14px;
		line-height: 20px;
		font-weight: 700 !important;
		position: relative;
		color: #202029 !important;
	}

	.courses-loading {
		list-style-type: none;
		width: 100%;
		display: block;
		text-align: center;
	}

	.catalogue-box .catalogue-item {
		vertical-align: top;
		padding: 0px;
		flex: 0 0 50%;
		border: 1px solid #EBEBF2;
		padding-left: 5px;
		padding-right: 5px;
		width: 50%;
		margin-bottom: 1em;
	}
	.catalogue-general .catalogue-item {
		vertical-align: top;
		padding: 0px;
		flex: 0 0 50%;
		padding-left: 5px;
		padding-right: 5px;
		width: 50%;
		margin-bottom: 1em;
	}
	.catalogue-box .catalogue-item-content{
		background-color: #fff;
	}

	.catalogue-general .catalogue-item-content{
		background-color: #fff;
		border: 1px solid #EBEBF2;
	}

	.cata-category-item {
		padding-right: 3px;
		/* flex: 0 0 22%; */
		list-style-type: none;
		float: left;
		padding: 3px;
	}

	.catalogue-img {
		width: 100%;
		display: block;
		height: auto;
		object-fit: cover;
	}

	.catalogue-name {
		font-weight: 600;
		/* text-align: center; */
		display: block;
		padding: 10px;
	}

	.catalogue-price {
		display: block;
		width: 100%;
		padding-top: 3px;
		padding-left: 10px;
		padding-right: 10px;
		padding-bottom: 4px;
		text-align: left;
	}

	.catalogue-discounted-dollar,
	.catalogue-discounted-value {
		color: #8F8FA3;
	}

	.catalogue-value {
		font-weight: 700;
		font-size: 18px;
	}

	.catalogue-discounted-value {
		font-size: 16px;
	}

	.catalogue-general .cat-extra-info {
		display: block;
		border-top: 1px solid #EBEBF2;
		padding-top: 3px;
		padding-bottom: 0px;
		width: 100%;
		font-size: 14px;
		margin-top: 30px;
		padding-left: 2px;
		padding-right: 0px;
		min-height: 42px;
	}

	.catalogue-box .cat-extra-info {
		display: none;
		border-top: 1px solid #EBEBF2;
		padding-top: 3px;
		padding-bottom: 36px;
		width: 100%;
		font-size: 14px;
		margin-top: 30px;
		padding-left: 5px;
		padding-right: 5px;
		min-height: 62px;
	}

	.all-lvls {
		width: 33.3%;
		display: inline-block;
		float: left;
		text-align: left;
	}

	.lsns {
		width: 33.3%;
		display: inline-block;
		float: left;
		text-align: center;
	}

	.wks {
		width: 33.3%;
		display: inline-block;
		float: left;
		text-align: right;
	}

	.num-lsns,
	.ls-name,
	.num-wks,
	.wks-name {
		display: inline-block;
	}

	.vw-all-crss {
		text-align: center;
		margin-top: 0px;
		margin-bottom: 24px;
		clear: both;
		position: relative;
	}

	.btn-vw-all-crs {
		text-transform: capitalize;
		background-color: #0054A4;
		color: #fff !important;
		padding-top: 7px;
		padding-bottom: 10px;
		padding-left: 10px;
		padding-right: 10px;
		border-radius: 4px;
	}

	.lrn-reaa {
		background-color: #fff;
		padding: 30px 0px 60px 0px;
		text-align: center;
		width: 100%;
	}

	.lrn-txt {
		font-style: normal;
		font-weight: 400;
		font-size: 16px;
		line-height: 150%;
		color: #8F8FA3;
	}

	.lrn-bxs {
		width: 100%;
		margin: auto;
		text-align: center;
		z-index: 1;
		position: relative;
	}

	.lrn-left-top {
		float: left;
		width: 30px;
	}

	.lrn-right-top {
		float: right;
		width: 30px;
	}

	.lrn-list {
		margin-top: 20px;
		margin-left: 0;
		margin-right: 0;
	}

	.lrn-item {
		text-align: center;
		padding: 0;
		width: 93%;
		display: block;
		margin: auto;
	}

	.lrn-item-content {
		border: 1px solid #EBEBF2;
		padding: 25px;
		box-shadow: 0px 25px 80px rgba(10, 9, 86, 0.09);
		display: block;
		border-radius: 3px;
		min-height: 280px;
		margin-top: 20px;
	}

	.lrn-item:hover {
		border: 1px solid none;
		background: #FFFFFF;
		box-shadow: 0px 25px 80px rgba(10, 9, 86, 0.12);
		border-radius: 5px;
	}

	.lrn-icon {
		display: block;
		margin: auto;
		width: 61px;
		margin-top: 12px;
		margin-bottom: 18px;
	}

	.lrn-name {
		font-style: normal;
		font-weight: 500;
		font-size: 24px;
		line-height: 150%;
		padding: 0px 0px 5px 0px;
		color: #42414B;
	}

	.learn-txt {
		font-weight: 800 !important;
		font-size: 28px;
		margin-top: 0;
		padding-bottom: 0;
		color: #202029;
	}

	.dwnld-sect {
		background-color: #EBEBF2;
		padding: 20px 0px 20px 0px;
		width: 100%;
	}

	.dwnld-txt {
		padding-top: 30px;
		padding-bottom: 40px;
		width: 100%;
		font-style: normal;
		font-weight: 400;
		font-size: 16px;
		line-height: 150%;
		color: #8F8FA3;
	}

	.dwnld-form {
		position: relative;
		margin-top: 45px;
		width: 100%;
	}

	.dwnld-img {
		position: relative;
		display: block;
		width: 95%;
	  }
	.dwnld-left {
		width: 100%;
		display: inline-block;
		vertical-align: middle;
	}

	.dnwld-right {
		width: 100%;
		display: inline-block;
		vertical-align: middle;
		border: 0px;
		position: relative;
		margin-top: 30px;
	}

	.download-content{
		width: 96%;
		margin: auto;
	}
	.download-bx {
		width: 100%;
		margin: auto;
		position: relative;
		padding: 0 15px 0 15px;
	}

	.dwnld-txt-name {
		font-size: 30px;
		color: #202029;
		font-weight: 700 !important;
		line-height: 125%;
	}

	.dwnld-inp-name {
		padding: 5px 5px 5px 5px !important;
		border-radius: 3px !important;
		display: block !important;
		border: 1px solid #8F8FA3 !important;
		width: 100% !important;
		font-size: 16px !important;
	}

  .dwnld-inp-name[type="text"],
  .dwnld-inp-email[type="text"] {
    padding-left: 15px;
  }

  .dwnld-inp-email {
    border-radius: 3px !important;
    display: block !important;
    border: 1px solid #8F8FA3 !important;
    width: 100% !important;
    font-size: 16px !important;
  }

  .dwnld-inp-email {
    position: relative;
    margin-top: 25px;
  }

  .d-lft-img {
    width: 15%;
    position: relative;
    float: left;
    top: -205px;
  }

  .btn-dwnld {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 19px 32px;
    gap: 10px;
    position: absolute;
    width: 164px;
    height: 54px;
    left: 0px;
    background: #0054A4;
    border-radius: 4px;
    margin-top: 20px;
    font-size: 16px;
	cursor: pointer;
  }

  .dwnld-img {
    position: relative;
    display: block;
    width: 95%;
  }

  .ggle-rev {
    text-align: center;
    padding: 20px 0px 20px 0px;
    width: 100%;
  }

  .ggl-box {
    width: 100%;
    margin: auto
  }

  .mt-team {
    padding: 0px 0px 20px 0px;
    width: 100%;
    background-color: #EBEBF2;
  }

  .team-box {
    width: 100%;
    margin: auto;
    text-align: center;
    padding: 40px 0px 20px 0px;
    z-index: 9;
    position: relative;
  }

  .tm-socials {
    position: relative;
    top: -39px;
	display: flex;
    justify-content: center;
  }
  .tmsocial-item{
	flex: 0 0 20%;
	padding: 0 2px 0 2px;
  }

  .tm-socials img {
    cursor: pointer;
  }

  .mt-team-img {
    left: 0px;
    display: block;
    width: 32%;
    float: left;
    position: absolute;
    clear: both;
    vertical-align: top;
  }

  .team-box-content{
	width: 95%;
	margin: auto;
  }

  .tm-list {
    margin-top: 20px;
	display: flex;
	margin-left: 0;
	flex-wrap: wrap;
  }

  .tm-item {
    text-align: center;
	flex: 0 0 50%;
  }

  .tm-item-content{
	padding: 0 15px 0;
	height: 270px;
  }
  
  .tm-details{
	position: relative;
	top: -10px;
  }

  .tm-img {
    border-radius: 3px;
	width: 100%;
    height: 240px;
    object-fit: cover;
    object-position: 25% 25%;
  }

  .tm-name {
	font-style: normal;
	font-weight: 600;
	line-height: 150%;
	color: #42414B;
	font-size: 1.2rem;
  }
  .tm-img-bx {
    max-height: 180px;
    overflow: hidden;
	}

  .tm-name,
  .tm-role {
    padding-top: 2rem !important;
    display: block;
    padding-top: 10px;
	line-height: 1.5em;
  }


  .industry-name:hover {
    color: #0054A4;
  }

  .industry-link {
	font-weight: 500;
	font-size: 16px;
	line-height: 150%;
	color: #202029;
  }

  .tm-role {
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 120%;
    top: -15px;
    position: relative;
    padding-top: 15px;
	color: #8F8FA3;
	padding-top: 10px;
  }

  .ind-img-bottom {
    width: 15%;
    float: right;
    position: absolute;
    text-align: right;
    right: 14px;
    bottom: 13px;
  }

  .indstry-news {
    text-align: center;
    padding: 20px 0px 20px 0px;
	width: 100%;
  }

  .industry-box {
    width: 95%;
    margin: auto;
  }

  .industry-item {
    width: 100% !important;
    vertical-align: top;
	margin: 0.5em;
  }

  .idustry-img {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    width: 100%;
    height: 295px;
    object-fit: cover;
    object-position: 25% 25%; 
  }

  .industry-name {
    font-weight: 700;
    font-size: 16px;
    padding: 5px 2px 5px 2px;
    line-height: 1.4;
    min-height: 67px;
    position: relative;
    display: block;
    padding-top: 16px;
	text-align: left;
  }

  .news-extra-info {
    border-top: 1px solid #EBEBF2;
    padding-top: 3px;
    display: block;
    padding: 5px 2px 5px 2px;
  }

  .domain {
    text-align: left;
    /* padding-left: 32px; */
  }

  .calendr {
    text-align: right;
  }

  .calendr {
    display: inline-block;
    width: 49%
  }

  .domain{
    display: inline-block;
    width: 42%
  }

  .domain-img,
  .domain-txt {
    float: left;
    padding-right: 4px;
    display: inline-block;
    font-size: 14px;
    position: relative;
  }


  .calendr-txt {
    float: right;
    padding-right: 4px;
    display: inline-block;
    font-size: 14px;
    position: relative;
  }

  .calndr-img {
    float: right;
    padding-right: 4px;
    display: inline-block;
    font-size: 14px;
    position: relative;
  }

  .domain-img,
  .calndr-img {
    top: 7px;
    position: relative;
  }

  .domain {
    float: left;
  }

  .calendr {
    float: right;
  }

  .btn-all-nws {
    text-transform: capitalize;
    background-color: #0054A4;
    color: #fff !important;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 4px;
	position: relative;
    top: 20px;
  }

  .subscribe-updts {
    border-radius: 3px;
    padding: 15px;
    width: 100%;
	margin-top: 50px;
  }

  .subs-cont {
    padding: 0px 0px 20px 0px;
	color: #8F8FA3;
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 150%;
    width: 100%;
    margin: auto;
  }

  .subs-form {
    width: 100%;
  }

  .input-field {
    height: 48px !important;
    font-style: normal!important;
    font-weight: 400 !important;
    font-size: 16px !important;
  }

  .subs-subscribe {
    height: 48px;
    top: 3px;
    position: relative;
    border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
    text-transform: uppercase !important;
    background-color: #0054A4;
    color: #fff !important;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 4px !important;
  }

  .h-hero-title {
    z-index: 1;
  }

  .hero-txt-img {
    width: 65%;
    margin-top: 100px;
    left: 41px;
    position: relative;
    display: block;
  }

  .catalogue-box {
    width: 100%;
    margin: auto;
  }

  .catalogue-list {
    width: 100%;
    margin: 0px;
    text-align: center;
	padding-bottom: 20px;
	display: flex;
	flex-wrap: wrap;
  }

  .subscribe-box {
    width: 95%;
    margin: auto;
    text-align: center;
  }

  .subs-txt {
    color: #202029;
    font-weight: 800;
	font-size: 20px;
	line-height: 125%;
  }

  .subs-inner-bx {
    width: 95%;
    margin: auto;
    border: 1px solid #E5E5E5;
    border-radius: 18px;
    padding: 20px;
    background-color: #fff;
	}

  img.comp-logo-img {
    width: 269px;
  }

  footer#colophon {
    background-color: #202029 !important;
  }

  .footer-box {
    width: 100%;
    background-color: #202029;
	margin-top: 30px;
  }

  .footer-inner-box {
    width: 95%;
    margin: auto;
    padding-top: 140px;
	padding-bottom: 60px;
  }

  .company-box {
    width: 100%;
    margin-right: 20px;
	margin-bottom: 30px;
  }

  .sitemap-box {
    width: 100%;
    vertical-align: top;
  }

  .company-box,
  .sitemap-box {
    display: inline-block;
  }

  .reaa-links,
  .coruses-links,
  .about-links {
    display: inline-block;
    vertical-align: top;
    width: 40%;
    margin-right: 15px;
  }

  .company-txt {
    color: #8F8FA3;
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 150%;
    padding-top: 35px;
    padding-bottom: 30px;
  }

  .footer-subs {
    color: #fff;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 150%;
  }

  .reaa-list-item-link,
  .about-list-item-link,
  .coruses-list-item-link {
    color: #8F8FA3;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
  }

  .reaa-list-item-link:hover,
  .about-list-item-link:hover,
  .coruses-list-item-link:hover {
    color: #fff
  }

  .sitemap-box ul {
    margin-left: 0px !important
  }

  .compny-socials-list img {
    width: 40px;
    height: 34px;
    border: 1px solid #8F8FA3;
    padding: 9px;
    border-radius: 5px;
    margin: 1px;
    cursor: pointer;
  }

  .compny-socials-list img:hover {
    background-color: #8F8FA3;
    border: 1px solid transparent;
  }

  .copyright-area {
    border-top: 1px solid #8F8FA3;
    padding: 10px 0px 50px 0px;
    color: #8F8FA3;
    margin-top: 40px;
    font-size: 16px;
  }

  .page-template-course-search-page .top_heading._out,
  .page-template-course-category-page .top_heading._out,
  .page-template-page-course-category-php .top_heading._out{
    display: none;
  }

  .left-semi-border {
    width: 8.7%;
    float: left;
    top: 0px;
  }

  .bread-crumbs {
    background: #EBEBF2;
    left: 0px;
    top: 0px;
    height: 152px;
    width: 100%;
  }

  .bread-box {
    width: 1200px;
    margin: auto;
  }

  .crumb-item {
    list-style-type: none;
    display: inline-block;
    color: #666575;
    font-size: 14px;
  }

  .crumb-link {
    color: #666575;
  }

  .catalogue-inner-box {
    width: 95%;
    margin: auto;
	top: -89px;
    position: relative;
  }

  .search-inner {
    width: 100%;
    margin: auto;
    height: 55px;
    background-color: #fff;
    border-radius: 5px;
    vertical-align: middle;
    padding: 5px;
    border: 1px solid #D9D9D9;
    position: relative;
    top: 45px;
    z-index: 9;
  }

  .search-fld {
    border: 1px solid transparent;
    color: #202029;
    width: 50%;
    padding-left: 15px;
  }

  .btn-search-general {
    position: relative;
    top: -3px;
    padding-bottom: 35px;
    float: right;
    clear: right;
    right: -3px;
  }

  .srch-icon {
    margin-left: 5px;
    position: relative;
	top: -6px;
  }

  .catalogue-general {
    position: relative;
	background: #EBEBF2BD;
    /* background: rgba(235, 235, 242, 0.5); */
  }

  .filter-course-box {
	width: 100%;
    display: inline-block;
    vertical-align: top;
    border: 1px solid #D9D9D9;
    border-radius: 4px;
    margin: 10px 0 0 0;
    background-color: #fff;
    position: relative;
  }

  .filter-state-box {
	width: 86%;
    display: inline-block;
    vertical-align: top;
    border: 1px solid #D9D9D9;
    border-radius: 4px;
    margin: 10px 0 0 0;
    background-color: #fff;
    position: relative;
  }

  .result-txt {
    width: 100%;
    display: inline-block;
    text-align: left;
    vertical-align: top;
	top: 4px;
    position: relative;
  }

  .filter-state-item,
  .filter-course-item {
    list-style-type: none;
  }

  .filter-click-bx {
    padding: 2px 10px 2px 10px;
    display: flex;
    position: relative;
	align-items: center;
	justify-content: space-between;
  }

  .filter-click-txt {
    float: left;
    position: relative;
    vertical-align: middle;
    justify-content: center;
	font-size: 14px;
    font-weight: 600;
  }

  .filter-c-dropdown,
  .filter-s-dropdown {
    position: relative;
    width: 18px;
  }

  .filtr-icon {
    width: 20px;
    height: 20px;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    top: 7px;
  }

  .filter-state,
  .filter-course {
    clear: both;
  }

  .course-category-name,
  .state-ter-name {
    padding-left: 5px;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
  }

  .filter-s-checkbox,
  .filter-c-checkbox {
    border-radius: 4px;
  }

  .filter-state-num,
  .filter-course-num {
    float: right;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    padding-right: 15px;
  }

  .go-search {
    display: inline-block;
    width: 12%;
    position: relative;
    top: 6px;
	float: right;
    clear: left;
  }

  .btn-go-search {
    background-color: transparent;
    border: 1px solid #D9D9D9;
    padding: 0px;
    position: relative;
    top: 4px;
	width: 100%;
  }

  img.search-go-icon {
    width: 35px;
    padding: 7px;
  }

  .btn-go-search:hover img.search-go-icon {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
  }

  .filter-state,
  .filter-course {
    display: none;
  }

  .filter-inactive {
    height: 40px;
  }

  .filter-active {
    display: block;
    position: absolute;
    background-color: #fff;
    padding: 14px;
    border-left: 1px solid #D9D9D9;
    border-bottom: 1px solid #D9D9D9;
    border-right: 1px solid #D9D9D9;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
  }

  .filter-course {
    width: 87%;
    margin-left: -1px;
    margin-top: 1px;
	z-index: 9;
  }

  .filter-state {
    width: 100.4%;
    margin-top: 1px;
    margin-left: -1px;
	z-index: 9;
  }

  .catalogue-pagination {
    text-align: center;
  }

  .pag-item {
    display: inline-block;
    padding: 18px;
    width: 20px;
    height: 20px;
    position: relative;
    cursor: pointer;
  }

  .pag-num {
    display: inline-block;
	margin: 0;
  }

  .ag-left-arrow,
  .pag-right-arrow {
    display: inline-block;
    padding: 10px;
    width: 40px;
    height: 40px;
    top: -2px;
    position: relative;
  }

  .catalogue-box .catalogue-pagination {
    padding: 20px 0px 60px 0px;
  }

  .catalogue-general .catalogue-pagination {
    padding: 0;
  }

  .search-inp-result {
    position: absolute;
    width: 88%;
    padding: 0 10px 0 10px;
    margin: auto;
    background-color: #fff;
    z-index: 9;
    margin-top: 47px;
    border-radius: 10px;
  }

  .result-item {
	list-style-type: none;
    padding: 0px;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .result-link {
    color: #666575;
    font-weight: 700;
    font-size: 13px;
  }

  .search-hide {
    display: none !important;
  }

  .filter-clickc-name {
    text-transform: capitalize;
  }

  .home-search-result{
    background-color: #fff;
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #D9D9D9;
    position: absolute;
    width: 100%;
    margin-top: -19px;
    box-shadow: 0px 25px 80px rgb(10 9 86 / 9%);
  }

  button.btn-main.btn-search {
    left: 4px;
    position: relative;
  }
  .result-link:hover{
    color: #0054A4;
    font-weight: 700;
  }

  .industry-img-link {
    min-height: 295px;
    position: relative;
    display: block;
  }

  .downloadables{
	padding: 10px 5px 10px 5px !important;
    border-radius: 3px !important;
    display: block !important;
    border: 1px solid #8F8FA3 !important;
    width: 100% !important;
    font-size: 16px !important;
    position: relative !important;
    margin-top: 25px !important;
  }
  .down-err{
	display: block;
	padding: 5px;
	color: red;
	margin-bottom: 15px;
  }
  .dummy-btn{
	cursor: pointer;
  }

  .dwnld-sect .wpcf7 form .wpcf7-response-output{
	margin: 0px !important;
	width: 80%;
  }

  .dwnld-sect form.wpcf7-form.thim-sending.sent{
	cursor: default !important;
  }
  .btn-dwnload{
	position: relative;
    top: -22px;
  }

  .subs-form .wpcf7-response-output{
    position: relative;
    width: 97%;
  }
  .newsletter-err{
	display: block;
	width: 100%;
	padding-left: 5px;
  }

  .website-link{
	color: #202029;
  }

  img.str-lvl,img.clck-wks,img.bk-lsns {
    position: relative;
    top: 0px;
    width: 15%;
  }
}/*End max-width: 768px)*/

@media only screen and (max-width: 375px) {
	.prior_btn::before {
		content: '';
		background: url(/wp-content/themes/eduma/images/priority-grading-icon.png) no-repeat;
		background-size: auto;
		background-size: 85px;
		width: 85px;
		height: 85px;
		display: inline-block;
		float: left;
		position: absolute;
		margin-top: 3px;
		top: -21px;
		left: -47px;
	  }
	  .prior_g_inner {
		height: 276px;
	  }
}

@media only screen and (min-width: 1025px){
	.prior_btn {
		position: relative;
	}
	.prior_btn:before{
		top: -34px;
		left: -90px;
	
	}
}
@media only screen and (min-width: 769px) and (max-width: 1024px){
	.prior_btn{
		padding-left: 25px !important;
		padding-right: 25px !important;
	}
	.prior_btn {
		position: relative;
	}
	.prior_btn:before{
		content: '';
		background: url(/wp-content/themes/eduma/images/priority-grading-icon.png) no-repeat;
		background-size: 85px;
		width: 85px;
		height: 85px;
		display: inline-block;
		float: left;
		position: absolute;
		margin-top: 3px;
		top: -21px;
		left: -56px;
	}
	.priority_grading_box{
		width: 100%;
		margin: auto;
		position: relative;
		padding: 0 15px 0 15px;
	}
	.priority_grading{
		width: 100%;
		margin-top: 355px;
	}
	.prior_g_inner{
		background-image: url(/wp-content/themes/eduma/images/priority-grading-background-v2.png);
		background-repeat: no-repeat;
		background-size: cover;
		background-attachment: inherit;
		height: 251px;
		width: 70%;
		margin: auto;
		padding: 20px 30px;
		background-color: #F2F6FA;
	}
	.prior_g_inner h2{
		font-family: 'Poppins';
		font-style: normal;
		font-weight: 700;
		font-size: 36px;
		line-height: 125%;
	}
	.prior_g_inner  p{
		font-style: normal;
		font-weight: 400;
		font-size: 16px;
		line-height: 150%;
		color: #8F8FA3;
	}
}
@media only screen and (min-width: 992px) and (max-width: 1024px) {

	header#masthead {
		margin-top: 32px;
	}
}
@media only screen and (min-width: 1001px) and (max-width: 1200px) {
	.crumb-list {
		padding: 0 15px 0 15px;
	}
	.fltr_txt{
		top: 8px;
		position: relative;
		display: inline-block;
		right: -4px;
	}
	.filter-bx-content{
		width: 57%;
		margin: auto;
	}
	.catalogue-general a.catalogue-link {
		min-height: 370px;
		display: flex;
		background-color: #0054A4;
		justify-content: center;
		flex-direction: row;
	}
}
@media only screen and (min-width: 901px) and (max-width: 1000px) {
	.crumb-list{
		padding: 0 15px 0 15px;
	}
	.filter-bx-content {
		width: 80%;
		margin: auto;
	}
	.fltr_txt{
		top: 8px;
		position: relative;
		display: inline-block;
		right: -4px;
	}
	.catalogue-general a.catalogue-link {
		min-height: 308px;
		display: flex;
		background-color: #0054A4;
		justify-content: center;
		flex-direction: row;
	}
}
@media only screen and (min-width: 801px) and (max-width: 900px) {
	.crumb-list{
		padding: 0 15px 0 15px;
	}
	.fltr_txt {
		top: 8px;
		position: relative;
		display: inline-block;
		right: -4px;
	}
	.catalogue-inner-box {
		width: 95% !important;
		margin: auto !important;
		top: -85px !important;
		position: relative !important;
	}
	.catalogue-general a.catalogue-link {
		min-height: 274px;
		display: flex;
		background-color: #0054A4;
		justify-content: center;
		flex-direction: row;
	}
}
@media only screen and (min-width: 769px) and (max-width: 800px) {
	.crumb-list{
		padding: 0 15px 0 15px;
		top: 14px;
		position: relative;
	}
	.fltr_txt {
		top: 8px;
		position: relative;
		display: inline-block;
		right: -4px;
	}
	.catalogue-general a.catalogue-link {
		min-height: 242px;
		display: flex;
		background-color: #0054A4;
		justify-content: center;
		flex-direction: row;
	}
}
@media only screen and (min-width: 1201px) {
	.crumb-list {
		padding: 0 15px 0 15px;
		top: 5px;
		position: relative;
	}
	.fltr_txt{
		top: 8px;
		position: relative;
		display: inline-block;
		right: -4px;
	}
	.filter-bx-content{
		padding-top: 20px;
	}
	.catalogue-general .catalogue-item {
		vertical-align: top;
		padding: 0px;
		flex: 0 0 25%;
		padding-left: 8px;
		padding-right: 8px;
		width: 25%;
		margin-bottom: 1em;
	}
	.catalogue-general a.catalogue-link {
		min-height: 286px;
		display: flex;
		background-color: #0054A4;
		justify-content: center;
		flex-direction: row;
		position:relative;
		overflow: hidden;
	}

	.result-txt {
		width: 30%;
		display: inline-block;
		text-align: right;
		vertical-align: top;
	  }
	.filter-state-box {
		width: 284px;
		display: inline-block;
		vertical-align: top;
		border: 1px solid #D9D9D9;
		border-radius: 4px;
		background-color: #fff;
		margin: 5px;
		position: relative;
		height: 40px;
	  }
	.filter-state {
		width: 100%;
		margin-top: 1px;
		margin-left: -1px;
	  }
	.filter-course {
		width: 100%;
		margin-left: -1px;
		margin-top: 1px;
	  }
	
	.filter-course-box {
		width: 286px;
		display: inline-block;
		vertical-align: top;
		border: 1px solid #D9D9D9;
		border-radius: 4px;
		margin: 5px;
		background-color: #fff;
		position: relative;
		height: 40px;
	  }
	.catalogue-inner-box {
		width: 1200px;
		margin: auto;
		top: -95px;
    	position: relative;
	}
	.btn-search-general-icon{
		display: none;
	}
	.btn-search-general {
		position: relative;
		top: -2px;
		padding-bottom: 35px;
		float: right;
		clear: right;
		right: -3px;
	}
	.search-fld {
		border: 1px solid transparent;
		color: #202029;
		width: 76%;
		padding-left: 15px;
	}

	.crumb-list{
		margin: 0;
	}
	.bread-crumbs {
		background: #EBEBF2;
		left: 0px;
		top: 0px;
		height: 152px;
		width: 100%;
		margin-top: 100px;
	  }

	.reaa-links,
	.coruses-links,
	.about-links {
	  display: inline-block;
	  vertical-align: top;
	  width: 30%;
	  margin-right: 15px;
	}
	.footer-inner-box {
		width: 1200px;
		margin: auto;
		padding-top: 140px;
		padding-bottom: 60px;
		padding-left: 15px;
		padding-right: 15px;
	  }
	.subs-inner-bx {
		width: 55%;
		margin: auto;
		border: 1px solid #E5E5E5;
		border-radius: 18px;
		padding: 35px 20px;
		background-color: #fff;
		margin-bottom: -105px;
		z-index: 9;
		position: relative;

	}
	.subscribe-box {
		width: 1200px;
		margin: auto;
		text-align: center;
	  }

	.indstry-news {
		text-align: center;
		width: 100%;
	  }
	
	  .industry-box {
		width: 1200px;
		margin: auto;
	  }

	  .industry-item {
		width: 32% !important;
		vertical-align: top;
		margin: 0.4em;
	  }
	
	.tm-socials {
		position: relative;
		top: -39px;
		display: none;
	  }
	
	  .tm-socials img {
		cursor: pointer;
	  }
	
	  .tm-img-bx .tm-socials {
		transition: margin-bottom all 2s ease-in-out 0s;
		-webkit-transition: margin-bottom all 2s ease-in-out 0s;
		-moz-transition: margin-bottom all 2s ease-in-out 0s;
		-ms-transition: margin-bottom all 2s ease-in-out 0s;
		-o-transition: margin-bottom all 2s ease-in-out 0s;
}

	  .tm-img-bx:hover .tm-socials {
		display: flex;
		margin-bottom: -37px;
		justify-content: center;
	  }
	
	  .tmsocial-item{
		flex: 0 0 14%;
		padding: 0 2px 0 2px;
	  }

	.tm-list {
		margin-top: 20px;
		display: flex;
		align-items: baseline;
		align-content: space-around;
		flex-wrap: wrap;
		justify-content: center;
	  }
	
	  .tm-item {
		text-align: center;
		flex: 0 0 25%;
	  }
	
	  .tm-item-content {
		padding: 0 8px 0 8px;
	  }
	.team-box {
		width: 1200px;
		margin: auto;
		text-align: center;
		padding: 40px 0px 20px 0px;
		z-index: 9;
		position: relative;
	  }
	.tm-img {
		border-radius: 3px;
		width: 75%;
		height: 188px;
		object-fit: cover;
		object-position: 25% 25%;
	  }
	.ggle-rev {
		text-align: center;
		padding: 20px 0px 20px 0px;
		width: 100%;
		margin-top: 170px;
	  }
	
	  .ggl-box {
		width: 1200px;
		margin: 0 auto;
	  }
	  .ggl-content{
		padding-bottom: 30px;
		display: block;
		top: -100px;
    	position: relative;
	  }
	.dwnld-img {
		position: relative;
		display: block;
		width: 100%;
		top: 71px;
	  }

	.dwnld-left {
		width: 50%;
		display: inline-block;
		vertical-align: top;
	}

	.dnwld-right {
		width: 45%;
		display: inline-block;
		vertical-align: bottom;
		width: 45%;
		display: inline-block;
		vertical-align: bottom;
		border: 0px;
		position: relative;
		padding: 15px;
	}

	
	.download-bx {
		width: 1200px;
		margin: auto;
		position: relative;
		padding: 3rem 15px 6rem 15px;
	}
	.lrn-bxs {
		width: 1200px;
		margin: auto;
		text-align: center;
		z-index: 1;
		position: relative;
	}
	.cata-category{
		padding: 10px;
	}
	.catalogue{
		display: grid;
    	grid-template-columns: auto;
	}
	.catalogue-creatives{
		height: 10px;
	}
	.custom-tool-list li {
		padding-right: 10px;
	}
	#masthead.header_v3 .toolbar-container{
		display: flex;
	}
	#nav_menu-22{flex: 0 0 60%;}
	.custom-toolbar{
		flex: 0 0 40%;
	}
	.traineegrp .traineegrpitem{
		display: inline-block;
		width: 40%;
		padding: 0 20px 0 20px;
	}
	.about-left{
		background: #202029;
		padding: 15px 20px;
		border-radius: 4px;
	}
	.about-left-box,.about-right-box{
		padding: 2px;
	}
	.about-left h2{color: #fff;}
	.about-left p,.about-left div{color: #8F8FA3;}
	.about-right{
		border: 1px solid #EBEBF2;
		border-radius: 4px;
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		-ms-border-radius: 4px;
		-o-border-radius: 4px;
		padding: 0 20px 20px 20px;
	}
	.home #sidebar{ display: none;}
}
@media only screen and (max-width: 1200px) {
	.home #sidebar{ display: none;}
	.about-left{
		background: #202029;
		padding: 10px;
		border-radius: 4px;
	}
	.about-left-box,.about-right-box{
		padding: 2px;
	}
	.about-left h2{color: #fff; margin-top: 0.7rem;line-height: 30px;}
	.about-left p,.about-left div{color: #8F8FA3;}
	.about-right{
		border: 1px solid #EBEBF2;
		border-radius: 4px;
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		-ms-border-radius: 4px;
		-o-border-radius: 4px;
		padding: 0 20px 0 20px;
	}
	.hero-content {
		padding-left: 20px;
		padding-right: 20px;
	}
	.container{
		width: 100% !important;
	}
	.btn-find {
		text-transform: capitalize;
		background-color: #0054A4;
		color: #fff !important;
		padding-top: 10px;
		padding-bottom: 10px;
		padding-left: 10px;
		padding-right: 10px;
		border-radius: 4px;
		font-size: 16px !important;
	}	
}/*End max-width: 1200px)*/
@media only screen and (min-width: 769px) and (max-width: 1400px){
	#masthead.header_v3 .toolbar-container{
		display: flex;
		flex-wrap: wrap;
	}
	#nav_menu-22{
		flex: 0 0 100%;
		top: 3px;
		position: relative;
		order: 2;
	}
	.custom-toolbar{
		flex: 0 0 100%;
		text-align: right;
		order: 1;
	}
}
@media only screen and (min-width: 769px) and (max-width: 990px) {
	#masthead.affix-top {
		/* top: -120px !important; */
	}
}
@media only screen and (min-width: 991px) and (max-width: 1024px){
	#masthead.affix-top {
		/* top: -34px !important; */
	}
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
	.catalogue-general a.catalogue-link {
		min-height: 286px;
		display: flex;
		background-color: #0054A4;
		justify-content: center;
		flex-direction: row;
		position: relative;
		overflow: hidden;
	}
	.thisbreadcrumbs {
		margin-top: 115px;
	}
	.woocommerce-cart .thisbreadcrumbs,
	.woocommerce-checkout .thisbreadcrumbs {
		margin-top: unset!important;
	}
	.width-logo > a{
		width: 100px !important;
	}
	.page .width-logo > .no-sticky-logo{
		width: 180px !important;
		top: 1px;
		position: relative;
	}
	#masthead.header_v3 .width-logo {
		top: -42px !important;
	}
	.header_v3 #toolbar {
		/* margin-top: -10px; */
	}
	#masthead.header_v3 .toolbar-container{
		width: 100% !important;
	}
	.catalogue-general .catalogue-item {
		vertical-align: top;
		padding: 0px;
		flex: 0 0 33.3%;
		padding-left: 5px;
		padding-right: 5px;
		width: 25%;
		margin-bottom: 1em;
	}
	.result-txt {
		width: 100%;
		display: inline-block;
		text-align: right;
		vertical-align: top;
	  }
	.filter-state-box {
		width: 35%;
		display: inline-block;
		vertical-align: top;
		border: 1px solid #D9D9D9;
		border-radius: 4px;
		background-color: #fff;
		margin: 5px;
		position: relative;
	  }
	.filter-state {
		width: 100%;
		margin-top: 1px;
		margin-left: -1px;
	  }
	.filter-course {
		width: 100%;
		margin-left: -1px;
		margin-top: 1px;
	  }
	.filter-course-box {
		width: 35%;
		display: inline-block;
		vertical-align: top;
		border: 1px solid #D9D9D9;
		border-radius: 4px;
		margin: 5px;
		background-color: #fff;
		position: relative;
	  }
	.catalogue-inner-box {
		width: 100%;
		margin: auto;
		top: -85px;
		position: relative;
	}
	.btn-search-general-icon{
		display: none;
	}
	.btn-search-general {
		position: relative;
		top: -3px;
		padding-bottom: 35px;
		float: right;
		clear: right;
		right: -3px;
	}
	.search-fld {
		border: 1px solid transparent;
		color: #202029;
		width: 68%;
		padding-left: 15px;
		position: relative;
		top: -3px;
	  }
	.crumbs-inner{
		width: 95%;
		margin: auto;
	}
	.crumb-list{
		margin: 0;
	}
	.bread-crumbs {
		background: #EBEBF2;
		left: 0px;
		top: 0px;
		height: 152px;
		width: 100%;
		margin-top: 95px !important;
	}
	.reaa-links,
	.coruses-links,
	.about-links {
	  display: inline-block;
	  vertical-align: top;
	  width: 40%;
	  margin-right: 15px;
	}
	.footer-inner-box {
		width: 95%;
		margin: auto;
		padding-top: 140px;
		padding-bottom: 60px;
	  }
	.subs-inner-bx {
		width: 90%;
		margin: auto;
		border: 1px solid #E5E5E5;
		border-radius: 4px;
		padding: 20px;
		background-color: #fff;
	  }
	.subscribe-box {
		width: 95%;
		margin: auto;
		text-align: center;
	  }
	.indstry-news {
		text-align: center;
		width: 100%;
	  }
	
	  .industry-box {
		width: 95%;
		margin: auto;
	  }

	  .industry-item {
		width: 32% !important;
		vertical-align: top;
		margin: 0.4em;
	  }

	.tm-socials {
		position: relative;
		top: -39px;
		display: none;
	  }
	
	  .tm-socials img {
		cursor: pointer;
	  }
	
	  .tm-img-bx:hover .tm-socials {
		display: flex;
		margin-bottom: -37px;
		justify-content: center;
	  }
	
	  .tmsocial-item{
		flex: 0 0 14%;
		padding: 0 2px 0 2px;
	  }

	.tm-list {
		margin-top: 20px;
		display: flex;
		align-items: baseline;
		align-content: space-around;
		margin-left: 0;
		flex-wrap: wrap;
		justify-content: center;
	  }
	
	  .tm-item {
		text-align: center;
		flex: 0 0 25%;
	  }
	
	  .tm-item-content {
		padding: 0 8px 0 8px;
	  }
	.team-box {
		width: 100%;
		margin: auto;
		text-align: center;
		padding: 40px 0px 20px 0px;
		z-index: 9;
		position: relative;
	  }
	.tm-img {
		border-radius: 3px;
		width: 80%;
		height: 188px;
		object-fit: cover;
		object-position: 25% 25%;
	}
	.ggle-rev {
		text-align: center;
		padding: 20px 0px 20px 0px;
		width: 100%;
		margin-top: 170px;
	  }
	
	  .ggl-box {
		width: 100%;
		margin: auto
	  }
	  .ggl-content{
		width: 96%;
		margin: auto;
		padding-bottom: 30px;
	  }
	  .ggl-pull {
		width: 75%;
		margin: auto;
	}
	.dwnld-img {
		position: relative;
		display: block;
		width: 95%;
	  }
	.dwnld-left {
		width: 100%;
		display: inline-block;
		vertical-align: middle;
	}

	.dnwld-right {
		width: 75%;
		display: inline-block;
		vertical-align: middle;
		border: 0px;
		position: relative;
		margin-top: 30px;
	}

	.download-content{
		width: 96%;
		margin: auto;
	}
	.download-bx {
		width: 100%;
		margin: auto;
		position: relative;
		padding-bottom: 101px !important;
		padding: 0 15px 0 15px;
	}
	.lrn-bxs {
		width: 100%;
		margin: auto;
		text-align: center;
		z-index: 1;
		position: relative;
		padding: 10px 15px 0px 15px;
	}
	.lrn-item-content{
		min-height: 511px;
	}
	.cata-category{
		padding: 0 25px 0 25px;
	}
	.catalogue{
		display: grid;
    	grid-template-columns: auto;
	}
	.catalogue-creatives{
		height: 10px;
	}
	.h-hero-title{
		font-size: 40px;
	}
	.sub-menu li a, .sub-menu li span{
		padding-left: 0px !important;
	}

	.btn-search-icon{
		display: inline-block;
	}
	.btn-search{
		display: none;
	}
	#masthead.affix.menu-hidden{
		-webkit-transform: none !important;
		-moz-transform: none !important;
		-ms-transform: none !important;
		-o-transform: none !important;
	}
	.site-header.sticky-header {
		position: fixed;
	}
	.search-box-main{
		display: none !important;
	}
	#masthead.header_v3 .toolbar-container{
		padding-right: 5px;
		padding-left: 180px !important;
	}
	#masthead.header_v3 .toolbar .menu li{
		padding-right: 8px !important;
	}
	.custom-tool-list{
		margin-left: 2px !important;
	}
	.sldr-box {
		text-align: right;
		z-index: 9;
		position: absolute;
		left: 41%;
		transform: translate(0%, -460%);
	}
	.sldr-img {
		width: 94%;
		bottom: -13px;
		position: relative;
	}
	.srch-fld[type="text"] {
		padding-left: 15px;
		font-size: 14px;
		display: inline-block;
		width: 96%;
	}
	/* #masthead.header_v3 .toolbar-container .widget {
		display: inline-block;
		top: 4px;
		position: relative;
	} */
	.btn-find {
		text-transform: capitalize;
		background-color: #0054A4;
		color: #fff !important;
		padding-top: 10px;
		padding-bottom: 10px;
		padding-left: 6px;
		padding-right: 6px;
		border-radius: 4px;
		font-size: 10px !important;
	}
	.custom-tool-list li {
		display: inline-block;
		list-style-type: none;
		padding-right: 2px;
	}
	span.result-name {
		width: 76%;
		position: relative;
		display: inline-block;
		/* float: left; */
		vertical-align: middle;
		line-height: 1.5em;
	}
	.result-image{
		width: 10%;
		margin: 5px 10px 0px 0px;
		vertical-align: top;
	}
	.result-item {
		list-style-type: none;
		padding: 0px;
		padding-top: 5px;
		padding-bottom: 5px;
	  }
	  .home .slider {
		position: relative;
		width: 100%;
		height: 180px;
	}
	.hero-left {
		width: 50%;
		position: relative;
		display: inline-block;
	}

	.search-fld-bx {
		width: 60%;
		display: inline-block;
	}
	.learn-icon{
		display: none;
	}
	.left-input-content {
		width: 37%;
		float: right;
		display: inline-block;
		top: 2px;
		right: 1px;
		position: relative;
		text-align: right;
	}
	.cat-list{
		width: 10.5%;
		background: transparent;
	}
	button.btn-main.btn-search {
		left: -5px;
	}
	.hero-content,.hero-content-tiles {
		padding-left: 50px;
		padding-right: 50px;
		z-index: 9999;
	}
	.state-box {
		position: relative;
		width: 100%;
		margin: auto;
	}
	.container_width{
		position: relative;
		width: 100%;
		margin: auto;
	}
	.state-container {
		text-align: center;
		position: relative;
		width: 100%;
		margin: auto;
		margin-top: 70px;
	}
	.section_width {
		position: relative;
		width: 100%;
		margin: auto;
		padding-left: 15px !important;
		padding-right: 15px !important;
	}
	.swiper {
		width: 961px;
		height: 835px;
		touch-action: manipulation;
	}
	.swiper-industry-news {
		width: 100%;
		position: relative;
		overflow: hidden;
		z-index: 1;
	}
	.swiper-wrapper-outer{
		overflow: hidden;
		position: relative;
		width: 100%;
		z-index: 1;
	}
	.catalogue-box {
		width: 100%;
		margin: auto;
	  }
	  .catalogue-box .catalogue-list {
		width: 100%;
		margin: 0px;
		text-align: center;
		padding-bottom: 20px;
		flex-wrap: wrap;
		display: flex;
		padding: 0 10px 0px 20px;
	}

	.catalogue-general .catalogue-list {
		width: 100%;
		margin: 0px;
		text-align: center;
		padding-bottom: 20px;
		flex-wrap: wrap;
		display: flex;
	}

	  .catalogue-box .catalogue-item{
		/* width: 24.1%; */
		/* margin-top: 15px; */
		/* display: inline-block; */
		vertical-align: top;
		/* float: left; */
		/* margin-right: 10px; */
		padding: 0px;
		flex: 0 0 33%;
		border: 1px solid #EBEBF2;
		padding-left: 2px;
		padding-right: 2px;
		width: 33%;
		margin-bottom: 1em;
	}
	.catalogue-box a.catalogue-link {
		min-height: 339px;
		display: flex;
		background-color: #0054A4;
		justify-content: center;
		flex-direction: row;
	}
	.ls-name,.all-lvls-txt,.wks-name,.num-lsns,.num-wks{
		font-size: 12px;
	}
	.catalogue-box .cata-box {
		display: block;
	}
}/*End max-width: 1200px)*/
@media only screen and (min-width: 1201px) and (max-width: 1400px){
	.thisbreadcrumbs{
		margin-top: 125px;
	}
	.woocommerce-cart .thisbreadcrumbs,
	.woocommerce-checkout .thisbreadcrumbs{
		margin-top: unset!important;
	}
	.width-logo > a{
		width: 180px !important;
	}
	.page .width-logo > .no-sticky-logo{
		width: 180px !important;
		top: 1px;
		position: relative;
	}
	#masthead.header_v3 .width-logo {
		top: -45px !important;
	}
}
@media only screen and (min-width: 1400px){
	.thisbreadcrumbs{
		margin-top: 95px;
	}
	.announcement-bar-is_active .thisbreadcrumbs{
		margin-top: 154px!important;
	}
	.woocommerce-cart .thisbreadcrumbs,.woocommerce-checkout .thisbreadcrumbs{
		margin-top: 0 !important;
	}
	.width-logo > a{
		/* width: 90px !important; for circle logo*/
		width: 195px  !important;
	}
}
@media only screen and (min-width: 1201px) and (max-width: 1684px){
	.catalogue-box .catalogue-item{
		/* width: 24.1%; */
		/* margin-top: 15px; */
		/* display: inline-block; */
		vertical-align: top;
		/* float: left; */
		/* margin-right: 10px; */
		padding: 0px;
		flex: 0 0 33%;
		border: 1px solid #EBEBF2;
		padding-left: 2px;
		padding-right: 2px;
		width: 33%;
		margin-bottom: 1em;
	}
	.catalogue-box a.catalogue-link {
		min-height: 400px;
		display: flex;
		background-color: #0054A4;
		justify-content: center;
		flex-direction: row;
	}
}
@media only screen and (min-width: 1024px) and (max-width:1200px){
	.catalogue-box a.catalogue-link {
		min-height: 379px;
		display: flex;
		background-color: #0054A4;
		justify-content: center;
		flex-direction: row;
	}
}
@media only screen and (min-width: 769px) and (max-width:800px){
	.catalogue-box a.catalogue-link {
		min-height: 250px;
	}
}
@media only screen and (max-width:1470px){
	.left-semi-border {
		display: none;
	}
}
.customer_details_inner input{
	font-size: 1.5rem!important;
}
.paginationItemActive {
	font-weight: 800;
}
.pag-left-arrow,
.pag-right-arrow {
	cursor: pointer;
}
.btn-search-icon{
    cursor: pointer;
    padding: 8px;
    border-radius: 4px;
    border: 2px solid #D9D9D9;
	top: -1px;
	position: relative;
}
.btn-search-icon:hover{
    border: 2px solid #c5c4c4;
}
.tm-item{
	list-style-type: none;
}
.woocommerce-page .center-logo{
	background: #fff !important;
}
.woocommerce-cart #breadcrumbs,.woocommerce-checkout #breadcrumbs{
	/* display: none; */
}

.center-p{
	text-align: center;
}
.single-lp_course #breadcrumbs li:first-child{
	display: none;
}
.cart-upsell-section .upsell-products .product-image img {
    max-width: 100% !important;
    margin: 0 auto;
    display: block;
}
.upsell-products{
	background: #EBEBF2 !important;
}
.product-content h4{
	color: #202029 !important;
}
.upsell_add_to_cart_cta{
    text-transform: uppercase !important;
    background-color: #0054A4 !important;
    color: #fff !important;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
    border-radius: 4px !important;
    -webkit-border-radius: 4px !important;
    -moz-border-radius: 4px !important;
    -ms-border-radius: 4px !important;
    -o-border-radius: 4px !important;
	border: 2px solid #0054A4 !important;
	font-weight: 700 !important;
	font-size: 16px !important;
}
.upsell_add_to_cart_cta:hover{
	background-color: transparent !important;
	border: 2px solid #0054A4 !important;
	color: #0054A4 !important;
}
.woocommerce-cart .studentvisa{
	display: none !important;
}
.under_maintenance{
	padding: 20px;
}
.cart-upsell-section{
	/* display: none !important; */
}
.tm-img {
	margin: auto;
  }
  .course_category_page_h1{
	text-align: center;
  }
  .course_category_page_h1 h1{
	margin: 0;
  }

  .section-item-link{
	color: #242424 !important;
  }
  .compliance_logo{
	width: 150px;
	margin: 30px 0;
  }
  .placecenter{
	margin: auto !important;
    float: none;
  }
img.attachment-full.size-full.wp-post-image {
    width: 100%;
}
.date_meta span,.post-date span{
	font-weight: 500;
    font-size: 15px;
    line-height: 150%;
    text-transform: uppercase;
    color: #42414B;
}
.single-header{
	background-color: #0054A4;
	padding: 30px 0;
	position: relative;
	overflow: hidden;
}
.single-header p,.single-header span{
	font-weight: 400 !important;
    font-size: 16px !important;
    line-height: 150%;
    color: #FFFFFF !important;
	z-index: 1;
    position: relative;
	padding: 30px 0;
}
.single-header p{
	font-weight: 400 !important;
    font-size: 16px !important;
    line-height: 150%;
    color: #FFFFFF !important;
	z-index: 1;
    position: relative;
	padding: 30px 0 0 !important;
}
.post-creative1,.post-creative2{
	position: absolute;
}
.post-creative2{
	position: absolute;
    bottom: -51px;
    left: 10%;
	width: 280px;
}
.post-creative1{
    bottom: 0;
    top: 0;
    right: -92px;
    width: 260px;
    transform: rotate(180deg);
}
.issingle-post{
	padding: 16px 15px 0 !important;
}
.post-date {
    padding-bottom: 0;
    margin-bottom: -10px;
}
.thim-about-author,.entry-navigation-post,.related-archive{
	display: none;
}
.back-post {
    margin-top: 20px;
    position: relative;
    display: inline-block;
}

.post-blue-paragraph{
    padding: 60px 0 60px;
}
.has-inline-color,.post_blue_paragraph{
	padding: 30px 0 30px;
    display: inline-block;
}
.type-post .wp-block-image{
	padding: 30px 0 30px;
}
.breadcrumbs li:not(:last-child) a:after{
	content: url('/wp-content/themes/eduma/images/post/bread-crurmb-arrow.png') !important;
    width: 10px !important;
    height: 10px !important;
    display: inline-block !important;
    right: 20px !important;
}
.empty_excerpt .post-creative2,.empty_excerpt .post-creative1{
	width: 180px !important;
}
.post_title_blue{
	color: #0054A4 !important;
}
.memberofreaa_text p{
    font-size: 12px;
    line-height: 18px;
    padding-top: 7px;
    padding-bottom: 15px;
}
.memberofreaa_text{
	padding-left: 26px;
}

/*Creates a mega menu for real estate courses*/
.widget_nav_menu, .menu-top-menu-container, #menu-top-menu, #menu-top-menu>li:first-child{
	position: static !important;
}
#menu-top-menu>li:first-child >.sub-menu.active, #menu-top-menu>li:first-child:hover >.sub-menu{
	display: flex !important;
    width: 100%;
    justify-content: space-between;
	background: #F9F9FB !important;
	padding: 25px !important;
	margin-top: 33px !important;
	opacity: 1 !important;
}
#menu-top-menu>li:first-child >.sub-menu>li>a{
	color: #0054A4 !important;
	font-weight: 600 !important;
	font-size: 15px !important;
}
#menu-top-menu>li:first-child >.sub-menu>li>a:hover{
	color: #0054A4 !important;
	font-weight: 600 !important;
	font-size: 15px !important;
}
#menu-top-menu>li:first-child >.sub-menu>li>.sub-menu{
	display: contents !important;
}
@media only screen and (min-width:1401px){
	.affix-top #menu-top-menu>li:first-child >.sub-menu.active, #menu-top-menu>li:first-child:hover >.sub-menu{
		margin-top: 37px!important;
	}
	.affix #menu-top-menu>li:first-child >.sub-menu.active, #menu-top-menu>li:first-child:hover >.sub-menu{
		margin-top: 31px!important;
	}
	.announcement-bar-is_active .affix-top #menu-top-menu>li:first-child >.sub-menu.active, #menu-top-menu>li:first-child:hover >ul.sub-menu{
		margin-top: 33px!important;
	}
}
@media only screen and (max-width:1400px){
	#menu-top-menu>li:first-child >.sub-menu.active, #menu-top-menu>li:first-child:hover >.sub-menu{
		margin-top: 22px !important;
	}
}
.filter-box{
	cursor: pointer;
}
.catalogue-general .cata-box{
	padding-top: 25px;
}
.catalogue-general .catalogue-item-content{
    border-radius: 5px;
    overflow: hidden;
}
.catalogue_identification{
	text-align: left;
    display: block;
    color: #999999;
    font-weight: 400;
    font-size: 14px;
	text-transform: uppercase;
}
.catalogue-value {
	color: #0054A4;
}
.product__title .price bdi{
	color: #0054A4 !important;
}
.catalogue-discounted-value{
    position: relative;
    display: inline-block;
}
.catalogue-discounted-value:before {
	content: "";
    background-color: #8F8FA3;
    display: block;
    height: 1px;
    width: 95%;
    position: absolute;
    top: 16px;
    bottom: 0;
    left: 3px;
    right: 0;
}
.sc_d_val:before{
	top: 11px !important;
}
.catalogue-dollar {
	font-size: 13px;
}
.catalogue-discounted-dollar {
	font-size: 10px;
}
.catalogue-discounted-dollar {
	padding-right: 1px;
	top: -2px;
	vertical-align: top;
	left: 3px;
	position: relative;
}
.find_right_course{
	display: inline-block;
	padding: 15px 0;
	background: #CCD9E9;
}
.find_right_course_heading{
	color: #0054A4;
	padding: 2px 0;
	font-weight: 700;
	margin: 0;
}
.section_heading{
	color: #202029;
	padding: 2px 0;
	font-weight: 700;
	margin: 0;
}
.find_right_body{
	font-weight: 400;
	color: #0054A4;
}
.find_right_btn {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.find_right_course_action {
	padding: 15px 0;
}

.sect_gaptop{
	padding-top: 10rem !important;
}
.sect_gapfloor{
	padding-bottom: 10rem !important;
}
.course_category_page_h1 h1{
	padding-bottom: 0;
}
.states_links_item a{
	width: 100%;
	text-transform: uppercase;
	font-weight: 700;
	color: #0054A4 !important;
}
.states_links_item {
	border: 1px solid #CCD9E9;
	border-radius: 4px;
	padding: 15px 0;
	text-align: center;
}
.states_links_item:hover{
	background-color: #CCD9E9;
}
.rvws_box{
	background-color: #F0F0F5;
}
.revws_embed{
	margin-bottom: 40px;
}
.fqs_body{
	padding: 5px 0;
}
.qanda_img{
	margin: 15px 0;
}
.qanda_img img{
	width: 100%;
}
.qanda_item{
	background-color: #E5E5E5;
	margin: 8px 0;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
}
.qanda_answr{
	padding: 0;
}
.qanda_qstn.active{
	font-weight: 700;
}
.grp_heading{
	padding: 0;
}
.fqs_left{
	background-color: #0054A4;
	margin-top: 1.1rem;
}
.light_gry,.light_gry p,.light_gry a{
	color: #666575 !important;
}
.jsAccordBody{
	display: none;
}
.jsAccordBody.active{
	display: block !important;
}
.jsAccordClick{
	cursor: pointer;
}
.fqs_right {
	padding-top: 0 !important;
}
.milky{
	background-color: #F5F5F5;
}
.rvws_body{
	padding-top: 20px;
}
.upsell_body p{
	font-style:italic;
	font-size: 13px;
	line-height: 140%;
	color: #666575;
}
.upsl_chckr_lbl{
	font-size: 16px;
	line-height: 150%;
	color: #666575;
	position: relative;
	top: -3px;
}
.upsell_heading{
	color: #0054A4 !important;
	font-size: 20px;
	font-weight: 700;
	line-height: 100%;
}
.upsell_checker {
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	display: none!important;
}
.course_bundles_recommendations{
	background-color: #F5F5F9;
	padding-top: 6rem;
	position: relative;
}
.course_bundles_recommendations .catalogue-general{
	background: none !important;
}
.course_sngle {
	margin-top: 100px !important;
}
.bundles_creatives{
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 50%;
	height: 100%;
}
.bundles_creatives{
	width: 100%;
	height: auto;
}
.cat_single_name{
	min-height: 50px !important;
}
.title_plus_single,.title_priority_single{
	color: #0054A4 !important;
	text-transform: uppercase !important;
}

/*Single Course List Shortcode*/
.shortcode_courselist{
	margin: 0;
}
.shortcode_courselist li{
	margin: 10px 0;
	display: inline-flex;
	width: 100%;
	border: 1px solid #EBEBF2;
	border-radius: 5px;
}
.shortcode_itemleft {
	overflow: hidden;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
}
.sc_imglink{
	position: relative;
	display: flex;
	align-items: start;
}
.sc_price{
	padding:0;
}
.shortcode_catalogue_identification{
	display: inline-block;
}
.sc_listitem_name{
	text-transform: capitalize;
	min-height: 25px !important;
}
/*End Single Course List Shortcode*/

#masthead.header_v3 .toolbar-container{
	top: 15px;
	position: static;
}
.obj_contain img,.obj_Contain img{
	object-fit: contain !important;
}
.reviews_footer{
	position: fixed;
	left: 8px;
	bottom: 14px;
    z-index: 999;
}
.rto_num_txt{
	font-size: 15px;
	color: #666575 !important;
	font-weight: 700 !important;
}
.rto_num{
	font-size: 15px;
    padding: 8px 11px;
    display: inline-block;
	font-weight: 700!important;
}
.coupon_code_check{
	margin-left: 12px !important;
}
.gst_adv{
    text-align: left;
    padding: 0 !important;
}
.thisisthelpcoursebtn form{
	display:none;
}
.added_to_cart.wc-forward{
	color: #fff !important;
	top: 32px !important;
}
.ajax_add_to_cart,.product_type_variable.add_to_cart_button {
	top: 32px !important;
}

.obj_Contain {
	background-image: unset !important;
}
.obj_Contain img{
	opacity: 1 !important;
}
.catalogue-box a.catalogue-link, .catalogue-general a.catalogue-link{
	background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.catalogue-img{
	opacity: 0;
}
.woocommerce-form-login{
	display: none !important;
}

#eh-eh_becs_stripe-cc-form{
    border: 1px solid white;
    margin-top: 15px;
    border-radius: 5px;
}
.payment_method_eh_becs_stripe{
	margin-top: 0 !important;
}
.payment_method_eh_becs_stripe .status-box span{
	font-size: 16px;
}
.error-message{
	font-size: 16px !important;
}
.external-pbox{
	top: -11px;
    position: relative;
    padding-bottom: 40px;
}
.external-pbox span, .external-pbox a{
    font-size: 12px !important;
	color: #8F8FA3;
}
.external-pbox a:hover{color: #fff !important;}
.cart-empty{
	font-size: 12px !important;
	margin: 0 !important;
    padding: 0 !important;
}
.empty_viewcourses{
	display: inline-block;
	color: #202029 !important;
	width: 100%;
	font-weight: 600;
	font-size: 12px !important;
}
.empty_viewcourses:hover{
	color: #23527c !important;
}
.woocommerce-message{ border-radius:4px; -webkit-border-radius:4px; -moz-border-radius:4px; -ms-border-radius:4px; -o-border-radius:4px; }
#sidebar{display: none !important;}
.type-post ol li span,.type-post ol li p,.type-post ol,.type-post ul li,
.woocommerce-cart .woocommerce-message >span,.woocommerce-cart .woocommerce-message,.woocommerce-cart .woocommerce-error li{ font-weight: 400; font-size: 16px;}
.choose_dwnlds{display: none;}
.entry-subtitle {
	color: #fff !important;
}
.type-post .entry-content p strong,.type-post .entry-content p b{ padding: 0.8rem 0; display: inline-block; font-weight: 700;}

#activecampaign_for_woocommerce_accepts_marketing_field,
.woocommerce-form-login-toggle,
#drip_woocommerce_accepts_marketing_field .optional,
.security_ssl_img,
.checkout .reviews_footer,
.checkout #chat-widget-container,
.woocommerce-cart .reviews_footer,
.woocommerce-cart #chat-widget-container{
	display: none!important;
}
.checkout_coupon.woocommerce-form-coupon p{
	margin-bottom: 0!important;
	font-size: 1.2rem;
}
.checkout_coupon.woocommerce-form-coupon .form-row.form-row-first{
	padding-left: 0!important;
}

.checkout_coupon.woocommerce-form-coupon input,
.checkout_coupon.woocommerce-form-coupon button{
	font-size: 1.5rem;
}
.woocommerce-form-coupon-toggle .woocommerce-info{
	background-color: unset!important;
	font-size: 12px;
	padding: 0 1.5rem;
	margin: 0;
	color: #202029!important;
}
.checkout_header,.cart-sum{
	margin-top: 0!important;
}
.checkout_coupon.woocommerce-form-coupon{
	margin: 0!important;
}
.shop_table.woocommerce-checkout-review-order-table{
	margin: 0!important;
	padding: 1rem 0!important;
}
.payment_box.payment_method_stripe{
	padding: 1rem 0.2rem!important;
}

body.checkout {
	padding-bottom: 3rem;
}
.checkout .form-row.place-order{
	padding: 0!important;
}
.place-order label{
	font-size: 1.4rem!important;
}
.cart-upsell-section .upsell-products {
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
}

/*Cart Optimisation*/
.cart_breadcrumbs_slogan h1,
.cart_testimonial_icons_person,
.cart_chkmark span,
.cart_badge span{
	font-weight: 600!important;
	color: #000!important;
}
.cart_breadcrumbs_slogan h2,
.cart_testimonial_comments_head{
	font-weight: 700!important;
	color: #0054A4 !important;
}
.cart_breadcrumbs_subheading img{
	max-width: 20px;
}
#coupon_code::placeholder{
	text-transform: uppercase!important;
	color: #939393!important;
}

.cart_testimonial{
	padding: 0 0 3rem 0;
}
.cart_testimonial_icons {
    border-right: 2px solid #eee;
    display: flex;
    flex-direction: column;
    text-align: left;
    padding-right: 2rem;
	width: 235px;
}
.cart_google{
	max-width: 30px!important;
}
.google_text span {
    font-size: 0.8rem;
    line-height: 12px!important;
    display: block;
	font-weight: 400!important;
}
.percent_discount{
	color: #FF0000;
	font-weight: 700!important;
}
.cart_payment_methods{
	padding: 1rem 0;
}
.cart_badges{
	padding: 3rem 0 3rem;
}
.footer_bundles{
	padding: 2rem 0;
}
.footer_bundles .catalogue-inner-box{
	top: -2rem!important;
}
.cart_breadcrumbs_icon,
.cart_breadcrumbs_slogan{
	text-align: center;
}
.cart_breadcrumbs_slogan h1{
	margin: 0!important;
}
.cart_testimonial_comments,
.cart_chkmark span,
.cart_badge span,
.cart_testimonial_icons{
	text-align: left!important;
}
.cart_chkmark span,
.cart_badge span{
	font-size: 1.3rem;
    line-height: 18px;
}

.cart_breadcrumbs_subheading{
	height: 1px;
}
.safe_text span{
	text-transform: uppercase!important;
}
.safe_text .safe_guaranteed{
	display: block;
	width: 100%;
	line-height: 20px;
	font-weight: 400!important;
	color: #0054A4 !important;
}
.safe_text .safe_checkout{
	display: block;
	width: 100%;
	line-height: 20px;
	font-weight: 700!important;
	color: #0054A4 !important;
}
.coupon_container .coupon{
	border-bottom-left-radius: 0px!important;
	border-top-left-radius: 0px!important;
	border-bottom-right-radius: 5px!important;
	border-top-right-radius: 5px !important;
	border: 1px solid #e0e0e0 !important;
}
.woocommerce-error{
	border-top: 1px solid #7f54b3!important;
}
.woocommerce  .cart_summary_inner{
	background: #EBEBF2;
	border-radius: 5px;
	padding: 20px;
}

.coup_hide{
	display: none;
}

.checkout_checkmarks{
	padding-top: 3rem;
}
.checkout_checkmarks .cart_chkmark,
.checkout_badges .cart_badge{
	width: 45%;
}

.woocommerce-checkout-payment,
.wc_payment_methods.payment_methods li{
	position: relative;
}


li.payment_method_ppcp-gateway::after{
	content: '';
	background: url(/wp-content/themes/reaa/assets/checkout/paypal.png);
    right: 0px;
	left: 14rem;
	bottom: 0;
	top: 4px;
	width: 122px;
    height: 122px;
	position: absolute;
	background-repeat: no-repeat;
}

li.payment_method_eh_becs_stripe::after{
	content: '';
	background: url(/wp-content/themes/reaa/assets/checkout/visa-direct-debit-americal-express.png);
    right: 0px;
	left: 14rem;
	bottom: 0;
	top: 13px;
	width: 122px;
    height: 122px;
	position: absolute;
	background-repeat: no-repeat;
}

.wc_payment_method.payment_method_oxipay{
	padding-top: 2rem;
}
.woocommerce-checkout .safe_checkout_block{
	position: absolute;
    right: 0;
    z-index: 9;
}
.discount_hide{
	display: none!important;
}
.acknow{
	width: 100%;
	display: inline-block!important;
}
.acknow p{
    color: #8F8FA3;
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 150%;
}
.acknow .footer-subs{
    padding-bottom: 1.2rem;
    display: inline-block;
}
.wpb_wrapper h3{
	color: #8F8FA3!important;
    line-height: 30px;
    margin-top: 0;
    margin-bottom: 1.5rem;
    font-size: 20px;
}
.pplr-courses {
	color: #337ab7;
	text-transform: capitalize!important;
}
.pplr-courses.small, .h4-el h4{
	font-weight: 400!important;
}
.h2-el h2{
	margin-top: 0;
}
.a-el-decor a{
	text-decoration: underline!important;
}

.bg-darkred{
	background-color: #AC2416;
}
.bg-sky-blue{
	background-color: #F2F6FA;
}

.text-margin-clear p{
	margin: 0!important;
}

.announcement-container.inactive{
	display: none;
}
.announcement-container p, .announcement-container span{
	letter-spacing: 0.4px;
}

#masthead.header_v3 .width-logo{
	display: flex;
	align-items: center;
}

#toolbar .menu li{
	padding-right: 18px;
}
.menu-top-menu-container{
	display: flex;
  	justify-content: end;
}
.width-logo > a img{
	width: 100%;
}

#masthead.header_v3 .header_v3_container{
	z-index: 2;
}

.absolute-right{
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	vertical-align: middle;
	display: flex;
	align-items: center;
	width: 30px;
}

.announcement-bar-item a{
	display: contents;
}
.bundles-puller-js{
	display: none;
}
.bundles-puller-js.active{
	display: block!important;
}

.checkout  .woocommerce-additional-fields #section_wcusage_join_affiliate_program_area {
    display: block!important;
    padding-left: 1.5rem;
}
.checkout  .woocommerce-additional-fields #section_wcusage_join_affiliate_program_area *{
	color: #242424 !important;
}

.woocommerce-cart #wrapper-container #main-content,
.woocommerce-checkout #wrapper-container #main-content{
	margin-top: 4rem;
}

/*Confirmation Start*/
.page-template-trivia-thankyou .breadcrumbs-wrapper ul.breadcrumbs {
	display: none!important;
}

.page-template-trivia-thankyou .site-content{
	padding: 0!important;
	width: 100%!important;
}
.thankyou-confirmation *{
	color: #0054A4!important;
}
.thankyou-confirmation p{
	line-height: 30px;
}

.btn-lightgreen{
	background-color: #85FFA3;
	border: 2px solid #85FFA3!important;
	text-transform: uppercase;
	font-size: 1.5rem;
	padding: 15px 30px;
	border-radius: 15px;
	font-weight: 600;
}
.btn-lightgreen:hover{
	background-color: transparent!important;
	color: #0054A4!important;
	border: 2px solid #0054A4!important;
}
.confirmation-container{
	max-width: 700px;
	margin: auto;
	padding-top: 4rem;
	padding-bottom: 9rem;
}
.body-link{
	padding-top: 5rem;
}
/*Confirmation End*/

/*Payment Gateway Fees Start*/
.fee *{
	font-size: 14px;
	font-weight: 500!important;
}
.fee>td{
	text-align: right!important;
}
.includes_tax{
	display: none!important;
}
/*Payment Gateway Fees End*/

.go-search{
	display: none!important;
}

/*Cart Counter Start*/
@media only screen and (min-width: 769.99px){
	.top-mini-cart {
		top: 8px;
	}
}

.top-mini-cart {
	display: flex;
	position: relative;
}
.cart-counter {
    position: absolute;
    color: #fff;
    background-color: #0054A4;
    border-radius: 30px;
    font-size: 12px;
    font-weight: 600;
    height: 19px;
    width: 20px;
    top: -9px;
    right: -8px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
    border: 1px solid #0054A4;
}
/*Cart Counter Start*/


#menu-top-menu .menu-item>a{
	font-size: 16px;
	color: #000!important;
}
#menu-top-menu .menu-item>a:hover{
	font-size: 16px;
	color: #0054A4!important;
}

.mobile-menu-container .nav li a{
	font-size: 16px;
	color: #fff;
}

.woocommerce-page .button{
	font-style: normal;
	text-transform: uppercase !important;
	background-color: #0054A4!important;
	color: #fff!important;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 10px;
	padding-right: 10px;
	border-radius: 4px;
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: #FFFFFF;
	height: 45px;
	border: 2px solid #0054A4 !important;
}
.woocommerce-page .button:hover {
	background-color: transparent !important;
	border: 2px solid #0054A4 !important;
	color: #0054A4 !important;
}
.input-white{
	background-color: #fff!important;
}
.input-field{
	border: #8F8FA3 1px solid!important;
	color: #8F8FA3!important;
	font-size: 16px !important;
}
.input-field::placeholder, ._form-label{
	color: #8F8FA3!important;
}
._form-label{
	font-weight: 500!important;
}
.pdfsubmit{
	margin-top: 1rem;
	margin-bottom: 4rem;
}