body {
	margin: 0px;
	padding: 0px;
}
p, ul, ol, li, h1, h2, h3, h4, h5, h6, table, form, input {
	margin: 0px;
	padding: 0px;
}
.clear {
	font-size: 1px;
	clear: both;
	height: 1px;
}
* {
	box-sizing: border-box;
}
#content img {
    max-width: 100%;
    height: auto;
}
@font-face {
	font-family: 'PoppinsR';
	src: url('font-PoppinsR.woff') format('woff'), 	
         url('font-PoppinsR.ttf') format('truetype'),
		 url('font-PoppinsR.eot?#iefix') format('embedded-opentype'),
	     url('font-PoppinsR.svg#svgPoppinsR') format('svg');
}
@font-face {
	font-family: 'PoppinsM';
	src: url('font-PoppinsM.woff') format('woff'), 	
         url('font-PoppinsM.ttf') format('truetype'),
		 url('font-PoppinsM.eot?#iefix') format('embedded-opentype'),
	     url('font-PoppinsM.svg#svgPoppinsM') format('svg');
}
@font-face {
	font-family: 'PoppinsSB';
	src: url('font-PoppinsSB.woff') format('woff'), 	
         url('font-PoppinsSB.ttf') format('truetype'),
		 url('font-PoppinsSB.eot?#iefix') format('embedded-opentype'),
	     url('font-PoppinsSB.svg#svgPoppinsSB') format('svg');
}
@font-face {
	font-family: 'PoppinsB';
	src: url('font-PoppinsB.woff') format('woff'), 	
         url('font-PoppinsB.ttf') format('truetype'),
		 url('font-PoppinsB.eot?#iefix') format('embedded-opentype'),
	     url('font-PoppinsB.svg#svgPoppinsB') format('svg');
}
@font-face {
	font-family: 'MontserratR';
	src: url('font-MontserratR.woff') format('woff'), 	
         url('font-MontserratR.ttf') format('truetype'),
		 url('font-MontserratR.eot?#iefix') format('embedded-opentype'),
	     url('font-MontserratR.svg#svgMontserratR') format('svg');
}
@font-face {
	font-family: 'MontserratB';
	src: url('font-MontserratB.woff') format('woff'), 	
         url('font-MontserratB.ttf') format('truetype'),
		 url('font-MontserratB.eot?#iefix') format('embedded-opentype'),
	     url('font-MontserratB.svg#svgMontserratB') format('svg');
}
#container {	
    font-family: "PoppinsR", Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 20px;
    color: #000000;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}
#header {
    background-color: #405d9f;
    padding: 15px;
    box-shadow: 0px 4px 50px rgba(0, 0, 0, 0.1);
}
#hcont {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    max-width: 1145px;
    margin-left: auto;
    margin-right: auto;
}
#header img {
    display: block;
}
#logo {
    flex: none;
}
#mainmenu {
    list-style-type: none;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    font-family: "PoppinsR", Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 18px;
    color: #ffffff;
    padding: 0px 15px;
}
#mainmenu li {
    display: inline-block;
    position: relative;
    padding: 5px 16px;
    transition: 0.2s all;
}
#mainmenu #mlogin {
    display: none;
}
#mainmenu a {
    display: inline-block;
    color: #ffffff;
    text-decoration: none;
    white-space: nowrap;
    padding: 5px;
    transition: 0.2s all;
}
#mainmenu a:hover {
    color: #f7b63f;
}
#mainmenu .current-menu-item::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0px;
    width: 6px;
    height: 6px;
    background-color: #ffffff;
    border-radius: 50%;
    transform: translatex(-50%);
}
#topmenu {
    list-style-type: none;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex: none;
    padding: 0px;
}
#topcart {
    position: relative;
    flex: none;
}
#topcart span {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: -6px;
    right: -6px;
    width: 17px;
    height: 17px;
    background-color: #ffffff;
    border-radius: 50%;
    font-weight: bold;
    font-size: 10px;
    line-height: 10px;
}
#topmenu #topcart a img {
    transition: 0.2s all;
}
#topmenu li {
    display: block;
}
#topmenu a {
    display: block;
    font-family: "PoppinsM", Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 19px;
    color: #ffffff;
    text-decoration: none;
}
#topmenu a:hover img {
    opacity: 0.8;
}
#toplogin {
    padding-left: 20px;
}
#topmenu #toplogin a {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    border-left: 1px solid #FFFFFF;
    padding: 0px 0px 0px 18px;
    transition: 0.2s all;
    white-space: nowrap;
}
#header #toplogin img {
    margin-right: 10px;
}
#topmenu #toplogin a:hover {
    color: #d7dfed;
    border-left: 1px solid #FFFFFF;
}
#topmenu #mmenu {
    display: none;
    padding-left: 23px;
}
#mmenu a {
    display: block;
    width: 22px;
    height: 22px;
    position: relative;
}
#header #menuopen {
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
#header #menuclose {
    display: none;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
#content {
    max-width: 1170px;
    min-height: 720px;
    margin-left: auto;
    margin-right: auto;
    padding: 23px 15px;
    position: relative;
    z-index: 5000;
}
.home #content,
.page-template-pageCourse #content,
.page-template-pageCourse-v2 #content,
.page-template-pageCourse-v3 #content,
.page-template-pageHome-v2 #content {
    max-width: 100%;
    padding: 0px;
    min-height: 500px;
}
.page-template-pageBulk #content {
    max-width: 100%;
}
h1 {
    font-family: "MontserratB", Arial, Helvetica, sans-serif;
	font-size: 30px;
	line-height: 39px;
	color: #000000;
    font-weight: normal;
    padding-bottom: 25px;
}
h2 {
    font-family: "MontserratB", Arial, Helvetica, sans-serif;
	font-size: 30px;
	line-height: 39px;
	color: #000000;
    font-weight: normal;
    padding-bottom: 25px;
}
h3 {
    font-family: "MontserratB", Arial, Helvetica, sans-serif;
	font-size: 20px;
	line-height: 26px;
	color: #000000;
    font-weight: normal;
    padding-bottom: 25px;
}
h4 {
    font-family: "PoppinsB", Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 22px;
	color: #000000;
    font-weight: normal;
    padding-bottom: 12px;
}
p {
    padding-bottom: 25px;
    color: #797979;
}
ul {
    padding-left: 45px;
    padding-bottom: 25px;
}
ol {
    padding-left: 45px;
    padding-bottom: 25px;
}
a {
    color: #000000;
    text-decoration: underline;
}
a:hover {
    text-decoration: none;
}
#toplicense {
	max-width: 1280px;
	margin-left: auto;
	margin-right: auto;
	padding: 142px 15px 134px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}
#content #toplicense h1,
#content #toplicense h3 {
	font-family: "MontserratB", Arial, Helvetica, sans-serif;
	font-size: 37px;
	line-height: 48px;
	color: #000000;
	padding-bottom: 23px;
    font-weight: normal;
}
#content #toplicense h1 strong,
#content #toplicense h3 strong {
    font-weight: normal;
    color: #365DA4;
    /*display: block;*/
}
.tlcont {
	flex: none;
    max-width: 585px;
}
#content #toplicense p {
	font-size: 16px;
	line-height: 20px;
	color: #000000;
    padding-bottom: 10px;
}
#content #toplicense .tlprices {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding-bottom: 24px;
}
#content .tlprices strong {
	font-family: "PoppinsB", Arial, Helvetica, sans-serif;
    color: #365DA4;
    font-size: 30px;
    line-height: 31px;
    font-weight: normal;
    padding: 0px 5px;
}
#content .tlprices s {
    color: #797979;
    font-size: 16px;
    line-height: 20px;
    text-decoration: line-through;
    align-self: flex-start;
}
#content #toplicense .tlbtn {
    padding-bottom: 0px;
}
#content #toplicense #statesel {
    appearance: none;
    border: none;
    display: inline-block;
    max-width: 229px;
    font-family: "PoppinsM", Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 17px;
    color: #ffffff;
    text-align: center;
    background-color: #365DA4;
    background-image: url(icon-arrow.png);
    background-repeat: no-repeat;
    background-position: right 38px center;
    padding: 17px 48px 17px 25px;
    border-radius: 25px;
    box-shadow: 0px 4px 50px rgba(0, 0, 0, 0.1);
    cursor: pointer; 
}
#content #toplicense #statesel:focus {
    outline: none;
}
#content #toplicense #statesel::-ms-expand {
        display: none;
}
#content #toplicense #statesel option {
    text-align: left;
}
#content #toplicense #statesel option:first-of-type {
    text-align: center;
}
#content #toplicense #statestart {
    display: inline-block;
	font-family: "PoppinsM", Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 17px;
    color: #ffffff;
    background-color: #365DA4;
    text-decoration: none;
    text-align: center;
    padding: 17px 73px;
    border-radius: 25px;
    box-shadow: 0px 4px 50px rgba(0, 0, 0, 0.1);
    transition: 0.2s all;
}
#content #toplicense #statestart:hover {
    background-color: #3D69BA;
}
#content #toplicense #bulkbtn {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}
#content #toplicense #bulkbtn #bulkstart {
    display: inline-block;
	font-family: "PoppinsM", Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 17px;
    color: #365DA4;
    background-color: #ffffff;
    text-decoration: none;
    text-align: center;
    padding: 15px 71px;
    border: 2px solid #365DA4;
    border-radius: 25px;
    box-shadow: 0px 4px 50px rgba(0, 0, 0, 0.1);
    transition: 0.2s all;    
}
#content #toplicense #bulkbtn #bulkstart:hover {
    background-color: #ffffff;
}
#content #toplicense #bulkbtn #statestart {
    margin-right: 15px;
}
.tlpic {
	flex: auto;
}
.mtlpic {
    display: none;
}
#features {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
    max-width: 1140px;
    margin-left: auto;
    margin-right: auto;
	font-family: "PoppinsR", Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 19px;
}
.feature {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    flex: none;
    width: 32%;
    background-image: url(icon-license.png);
    background-repeat: no-repeat;
    background-position: left 16px center;
    padding: 16px 55px 16px 83px;
    background-color: #FFFFFF;
    box-shadow: 0px 4px 50px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    margin-bottom: 25px;
}
#features .feature:nth-of-type(2) {
    background-image: url(icon-bottles.png);
}
#features .feature:last-of-type {
    background-image: url(icon-guarantee.png);
}
#featcourse {
	max-width: 1130px;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
    padding-top: 106px;
    padding-bottom: 167px;
}
.featpic {
	flex: auto;
}
.featcont {
    flex: none;
    max-width: 556px;
}
#content #featcourse h3 {
    font-family: "MontserratB", Arial, Helvetica, sans-serif;
	font-size: 30px;
	line-height: 39px;
	color: #000000;
    font-weight: normal;
    max-width: 470px;
    padding-bottom: 15px;
}
#content #featcourse p {
    font-family: "PoppinsR", Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 19px;
    color: #797979;
    padding-bottom: 0px;
    text-align: justify;
}
#courseinfo {
    padding-bottom: 66px;
}
#content #courseinfo h3 {
    font-family: "MontserratB", Arial, Helvetica, sans-serif;
	font-size: 30px;
	line-height: 39px;
	color: #000000;
    text-align: center;
    font-weight: normal;
    padding-bottom: 50px;
}
#content #courseinfo ul {
    max-width: 1140px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
    list-style-type: none;
    padding-left: 0px;
    padding-bottom: 0px;
    font-family: "MontserratR", Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
	color: #ffffff;
}
#content #courseinfo ul li {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    background-color: #365DA4;
    box-shadow: 0px 4px 50px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    padding: 26px 75px 26px 80px;
    margin-bottom: 24px;
    flex: none;
    width: 32%;
    background-image: url(icon-check.png);
    background-repeat: no-repeat;
    background-position: left 24px center;
}
#packages {
    max-width: 1140px;
    margin-left: auto;
    margin-right: auto;
    background-color: #D8E7FE;
    box-shadow: 0px 4px 50px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    text-align: center;
    padding: 65px 15px;
    position: relative;
}
#content #packages h3 {
    font-family: "MontserratB", Arial, Helvetica, sans-serif;
	font-size: 30px;
	line-height: 39px;
	color: #000000;
    font-weight: normal;
    padding-bottom: 15px;
}
#content #packages p {
    max-width: 695px;
    margin-left: auto;
    margin-right: auto;
    font-family: "PoppinsR", Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 19px;
    color: #000000;
    padding-bottom: 20px;
}
#content #packages p strong {
    font-family: "PoppinsSB", Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 22px;
    font-weight: normal;
}
#content #packages .packbtn {
    padding: 5px 0px;
}
#content #packages .packbtn a {
    display: inline-block;
    background-color: #F7B63F;
    box-shadow: 0px 4px 50px rgba(0, 0, 0, 0.1);
    border-radius: 25px;
    text-decoration: none;
    font-family: "PoppinsM", Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 17px;
    color: #000000;
    padding: 17px 71px;
    transition: 0.2s all;
}
#content #packages .packbtn a:hover {
    background-color: #F9C870;
}
.toplink {
    position: absolute;
    bottom: -30px;
    right: 0px;    
}
.toplink a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 60px;
    background-color: #ffffff;
    border-radius: 50%;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
}
#footer {
    background-color: #f7f8fc;
    position: relative;
    z-index: 3000;        
    font-family: "PoppinsR", Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 18px;
    color: #051434;
    padding: 0px 15px;
}
.home #footer,
.page-template-pageCourse #footer {
    margin-top: -168px;
}
#fcont {
    max-width: 1140px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 33px;
    padding-bottom: 30px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
}
.home #fcont,
.page-template-pageCourse #fcont {
    padding-top: 200px;
}
.fpic {
    flex: none;
    width: 133px;
}
.fpic img {
    margin-bottom: 9px;
}
.fmenu {
    text-align: center;
    flex: auto;
    padding-top: 10px;
    padding-right: 135px;
}
.fmenu ul {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    font-family: "PoppinsR", Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 21px;
    color: #051434;
    text-align: left;
    list-style-type: none;
    padding-bottom: 25px;
    padding-left: 0px;
    max-width: 600px;
    margin: 0px auto;
}
.fmenu ul li {
	display: block !important;
    padding: 10px 0px;
    width: 25%;
}
.fmenu ul a {
    color: #051434;
    text-decoration: none;
    padding: 5px;
    transition: 0.2s all;
}
.fmenu ul a:hover {
    color: #e8712d;
}
.fmenu ul li:nth-child(1) {
	order: 1;
}
.fmenu ul li:nth-child(2) {
	order: 4;
}
.fmenu ul li:nth-child(3) {
	order: 2;
    width: 41%;
}
.fmenu ul li:nth-child(4) {
	order: 5;
    width: 41%;
}
.fmenu ul li:nth-child(5) {
	order: 3;
    width: 34%;
}
.fmenu ul li:nth-child(6) {
	order: 6;
    width: 34%;
}
#menu-item-125140, #menu-item-125141 {
    display: none;
}
.fmenu p {
    color: #051434;
    padding-bottom: 0px;
}
.fmenu p a {
    color: #051434;
    text-decoration: underline;
}
.fmenu p a:hover {
    text-decoration: none;
}
.fsocial {
    flex: none;
    width: 325px;
    text-align: right;
    padding-top: 14px;
}
.fsocial a {
    display: inline-block;
    margin-left: 15px;
}
.fsocial a img {
    transition: 0.2s all;
}
.fsocial a:hover img {
    opacity: 0.8;
}
.mcopyright {
    display: none;
}
.mcopyright a {
    color: #99a1af;
    text-decoration: underline;
}
.mcopyright a:hover {
    text-decoration: none;
}
.mtoplink {
    display: none;
}
#content .entry-title {
    text-align: center;
}
#content #ld-course-search {
    display: none !important;
}
#content #ld-main-course-list {
    display: none !important;
}
#content .ld-item-list-actions {
    display: none !important;
}
#post-2708 .learndash-wrapper .ld-logout {
    display: none !important;
}
#content .ld-tab-content .wp-block-image img {
	height: auto;
}
#content .ld-section-heading h2 {
    font-size: 25px;
    line-height: 29px;
    padding-bottom: 0px;
}
#content .learndash-wrapper .ld-button {
	color: #fff;
    text-decoration: none;
}
#content .learndash-wrapper .ld-button:hover {
	opacity: 0.9;
}
#content .learndash_post_sfwd-topic .ld-tabs-content p {
    padding-bottom: 25px;
    color: #000000;
}
#content .learndash_post_sfwd-topic .ld-tabs-content .accountform p {
    padding-bottom: 0px;
}
#content .learndash_post_sfwd-topic .ld-tabs-content .wp-block-group {
    border: 3px solid #000000;
    padding: 75px 100px 50px 125px;
}
#content .woocommerce a.remove {
    text-decoration: none;
}
#content .woocommerce a.button {
    text-decoration: none;
}
#content .woocommerce ul.products li.product .woocommerce-loop-product__link {
    pointer-events: none;
	text-decoration: none;
}
#content .fbc-items {
    padding-left: 0px;
    padding-bottom: 27px;
    font-family: "PoppinsR", Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 18px;
}
#content .fbc-items li {
	padding: 0px 12px 0px 0px;
    margin-right: 0px;
}
#content .fbc-items li a {
	color: #000000;
    text-decoration: none;
}
#content .fbc-items li a:hover {
    text-decoration: underline;
}
#contpage {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
}
#conttxt {
    flex: auto;
    max-width: 400px;
    font-size: 14px;
    line-height: 21px;
    padding-right: 15px;
}
#content #conttxt p {
    color: #000000;
}
#content .continfo {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    padding-bottom: 13px;
}
#content .continfo img {
    margin-right: 12px;
}
#content .conticons {
    padding-top: 9px;
}
#content .conticons a {
    display: inline-block;
    margin-right: 15px;
}
#content .conticons a img {
    transition: 0.2s all;
}
#content .conticons a:hover img {
    opacity: 0.8;
}
#contform {
    flex: auto;
    max-width: 720px;
}
#content div.wpforms-container-full .wpforms-form .wpforms-field {
	padding: 0px;
    margin-bottom: 15px;
}
#content div.wpforms-container-full .wpforms-form input[type="text"],
#content div.wpforms-container-full .wpforms-form input[type="email"],
#content div.wpforms-container-full .wpforms-form input[type="number"],
#content div.wpforms-container-full .wpforms-form textarea {
    font-family: "PoppinsR", Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 21px;
    color: #797979;
	background-color: #fff;    
    border: 1px solid #cccccc;
    border-radius: 25px;
    padding: 15px 25px;
    display: block;
    width: 100%;
}
#content div.wpforms-container-full .wpforms-form input[type="text"],
#content div.wpforms-container-full .wpforms-form input[type="email"],
#content div.wpforms-container-full .wpforms-form input[type="number"] {
    height: 51px;
}
#content div.wpforms-container-full .wpforms-form textarea {
    resize: none;
    overflow: auto;
}
#content div.wpforms-container-full .wpforms-form button[type="submit"] {
    background-color: #365DA4;
    box-shadow: 0px 4px 50px rgba(0, 0, 0, 0.1);
    border: none;
    border-radius: 25px;
    width: 100%;
    height: 51px;
    padding: 17px;
    font-family: "PoppinsM", Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 17px;
    color: #ffffff;
    transition: 0.2s all;
}
#content div.wpforms-container-full .wpforms-form button[type="submit"]:hover {
    background-color: #3D69BA;
}
#content #state-multiple div.wpforms-container-full .wpforms-form button[type="submit"] {
    width: auto;
    padding: 17px 155px;
    background-color: #F7B63F;
    color: #000000;
}
#content #state-multiple div.wpforms-container-full .wpforms-form button[type="submit"]:hover {
    background-color: #F8BF57;
}
#state-multiple .wpforms-submit-container {
    text-align: center;
}
#content .contfield input {
    padding-left: 55px !important;
    background-repeat: no-repeat;
    background-position: left 24px center;
}
#content .contcompfield input {
    background-image: url(icon-company.png);
}
#content .contnamefield input {
    background-image: url(icon-name.png);
}
#content .contemailfield input {
    background-image: url(icon-email.png);
}
#content .contphonefield input {
    background-image: url(icon-phone.png);
}
#content .contemplfield input {
    background-image: url(icon-employees.png);
}
#content .wpsc-iso .form-control {
	font-family: "PoppinsR", Arial, Helvetica, sans-serif !important;
    font-size: 14px !important;
    line-height: 21px !important;
    color: #797979 !important;
	background-color: #fff !important;    
    border: 1px solid #cccccc !important;
    border-radius: 25px !important;
    padding: 15px 25px !important;
    display: block !important;
    width: 100% !important;
    height: 51px !important;
}
#content .wpsc-iso #ticket_category.form-control {
    padding: 15px 45px 15px 25px !important;
    appearance: none !important;
    background-image: url(icon-arrow2.png) !important;
    background-repeat: no-repeat !important;
    background-position: right 25px center !important;
    margin-bottom: 25px !important;
}
#content .wpsc-iso #course.form-control {
    padding: 15px 45px 15px 25px !important;
    appearance: none !important;
    background-image: url(icon-arrow2.png) !important;
    background-repeat: no-repeat !important;
    background-position: right 25px center !important;
    margin-bottom: 25px !important;
}
#content #wpsc_ticket_search {
    height: 34px !important;
}
#contform .create_ticket_fields_container {
	padding: 0px !important;
}
#contform .wpsc-iso .col-sm-6,
#contform .wpsc-iso .col-sm-12 {
    padding: 0px !important;
}
#contform .captcha_container {
    margin-left: 0px !important;
    margin-right: 0px !important;
}
#content .wpsc-iso input[type="radio"],
#content .wpsc-iso input[type="checkbox"] {
	margin-top: 7px !important;
}
#contform .create_ticket_frm_submit {
	padding: 0px !important;
}
#contform .wpsc_tl_action_bar {
	display: none !important;
}
#content .wpsc-iso .help-block {
    padding-bottom: 0px;
    margin-top: 0px;
}
#content .wpsc-iso label {
	margin-bottom: 0px;
    font-size: 14px;
    line-height: 18px;
    color: #797979;
}
#content .wpsc-iso .create_ticket_frm_submit .btn {
	background-color: #365DA4;
	box-shadow: 0px 4px 50px rgba(0, 0, 0, 0.1);
	border: none;
	border-radius: 25px;
    min-width: 200px;
	height: 51px;
	padding: 17px;
	font-family: "PoppinsM", Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 17px;
	color: #ffffff;
	transition: 0.2s all;
}
#content .wpsc-iso .create_ticket_frm_submit #wpsc_create_ticket_reset.btn {
    border: 2px solid #365DA4 !important;
    height: 51px !important;
}
#content .wpsc-iso .create_ticket_frm_submit .btn:hover {
    background-color: #3D69BA !important;
}
#infomessage {
    padding: 20px 25px 0px;
    background-color: #F9D38D;
    border-radius: 10px;
    margin: 25px 0px;
}
#content .learndash-course-grid .grid-1 .ribbon {
	font-family: "PoppinsM", Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 17px;
    color: #ffffff;
    font-weight: normal;
    background-color: #365DA4;
    text-decoration: none;
    padding: 10px 20px;
    border-radius: 25px;
    box-shadow: 0px 4px 50px rgba(0, 0, 0, 0.1);
}
#content .learndash-course-grid .pagination .load-more {
	font-family: "PoppinsM", Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 17px;
    color: #ffffff;
    font-weight: normal;
    background-color: #365DA4;
    text-decoration: none;
    padding: 17px 60px;
    border: none;
    border-radius: 25px;
    box-shadow: 0px 4px 50px rgba(0, 0, 0, 0.1);
    transition: 0.2s all;
}
#content .learndash-course-grid .pagination .load-more:hover {
    background-color: #3D69BA;
}
#content .learndash-course-grid .entry-title a {
    text-decoration: none;
    transition: 0.2s all;
}
#content .learndash-course-grid .entry-title a:hover {
    color: #365DA4;
}
#content .woocommerce-cart-form table.shop_table {
	border: none;
	margin: 0px 0px 30px;
    background-color: #FFFFFF;
    box-shadow: 0px 4px 50px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
}
#content .woocommerce-cart-form table.shop_table thead tr {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    margin: 0px 30px;
}
#content .woocommerce-cart-form table.shop_table td {
	border-top: none;
	padding: 20px 10px;
    display: block;
}
#content .woocommerce-cart-form__cart-item {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    border-top: 1px solid #e5e5e5;
    margin: 0px 30px;
}
#content .woocommerce-cart-form table.shop_table tbody .woocommerce-cart-form__cart-item:first-of-type  {
    border-top: none;
}
#content .woocommerce-cart-form table.shop_table thead .product-remove {
    order: 6;
    padding: 25px 0px 0px 15px;
    margin-left: auto;
    width: 18px;
    height: 18px;
}
#content .woocommerce-cart-form table.shop_table thead .product-thumbnail {
    order: 2;
    width: 38.2%;
    padding: 25px 15px 0px;
}
#content .woocommerce-cart-form table.shop_table thead .product-name {
    padding: 25px 15px 0px 0px;
    order: 1;
    width: 125px;
}
#content .woocommerce-cart-form table.shop_table thead .product-price {
    padding: 25px 15px 0px;
    order: 3;
    width: 15.7%;
}
#content .woocommerce-cart-form table.shop_table thead .product-quantity {
    padding: 25px 15px 0px;
    order: 4;
    width: 18.5%;
}
#content .woocommerce-cart-form table.shop_table thead .product-subtotal {
    padding: 25px 15px 0px;
    order: 5;
    width: 10%;
}
#content .woocommerce-cart-form table.shop_table tbody .product-thumbnail {
    padding: 18px 15px 18px 0px;
    order: 1;
    width: 125px;
    flex: none;
}
#content .woocommerce-cart-form table.shop_table tbody .product-name {
    padding: 18px 15px;
    order: 2;
    width: 38.2%;
    font-family: "PoppinsB", Arial, Helvetica, sans-serif;
    font-size: 18px;
    line-height: 23px;
    color: #000000;
}
#content .woocommerce-cart-form table.shop_table tbody .product-price {
    padding: 18px 15px;
    order: 3;
    width: 15.7%;
    font-family: "PoppinsB", Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 18px;
    color: #000000;
}
#content .woocommerce-cart-form table.shop_table tbody .product-quantity {
    padding: 18px 15px;
    order: 4;
    width: 18.5%;
    font-family: "PoppinsR", Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 18px;
    color: #000000;
}
#content .woocommerce-cart-form table.shop_table tbody .product-subtotal {
    padding: 18px 15px;
    order: 5;
    width: 10%;
    font-family: "PoppinsB", Arial, Helvetica, sans-serif;
    font-size: 18px;
    line-height: 23px;
    color: #365DA4;
}
#content .woocommerce-cart-form table.shop_table tbody .product-remove {
    padding: 18px 0px 18px 15px;
    order: 6;
    margin-left: auto;
}
#content .woocommerce-cart-form table.shop_table tbody .product-thumbnail a {
    display: block;
    height: 82px;
    overflow: hidden;
    border-radius: 5px;
}
#content .woocommerce-cart-form table.shop_table tbody .product-thumbnail a img {
    width: 110px;
}
#content .woocommerce-cart-form table.shop_table tbody .product-quantity .quantity .qty {
	font-family: "PoppinsR", Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 16px;
	color: #000000;
	text-align: center;
	border-radius: 20px;
    padding: 10px 12px;
    background-color: #ffffff;
    width: 80px;
    height: 36px;
}
.woocommerce-cart .cart-collaterals {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.woocommerce-cart #content .cross-sells {
    order: 2;
    width: 100%;
    flex: none;
    padding-top: 72px;
}
.woocommerce-cart #content .cross-sells h2 {
    text-align: center;
    padding-bottom: 50px;
}
.woocommerce-cart #content .cross-sells ul {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    padding-left: 0px;
}
.woocommerce-cart #content .cross-sells ul::before,
.woocommerce-cart #content .cross-sells ul::after {
    display: none;
    border-top-left-radius: 5px;
}
.woocommerce-cart #content .cross-sells ul li {
    flex: none;
    width: 24%;
    margin: 0px 0px 15px;
    text-align: center;
    background-color: #FFFFFF;
    box-shadow: 0px 4px 50px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
}
.woocommerce-cart #content .cross-sells ul img {
    margin-bottom: 16px;
    border-radius: 5px 5px 0px 0px;
}
.woocommerce-cart #content .cross-sells ul h2 {
    font-family: "PoppinsB", Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 20px;
    color: #000000;
    padding: 0px 29px 12px;
    text-align: left;
}
.woocommerce-cart #content .cross-sells ul .price {
    font-family: "PoppinsB", Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 18px;
    color: #365DA4;
    text-align: left;
    padding: 0px 29px;
}
.woocommerce-cart #content .cross-sells ul .button {
    display: inline-block;
    font-family: "PoppinsM", Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 17px;
    color: #365DA4;
    background-color: #ffffff;
    font-weight: normal;
    border: 2px solid #365DA4;
    box-shadow: 0px 4px 50px rgba(0, 0, 0, 0.1);
    border-radius: 25px;
    padding: 13px 87px 13px 62px;
    margin: 9px 0px 25px;
    background-image: url(icon-cart2.png);
    transition: 0.2s all;
    background-repeat: no-repeat;
    background-position: right 61px center;
}
.woocommerce-cart #content .cross-sells ul .button:hover {
    color: #4E78C4;
    border: 2px solid #4E78C4;
}
.woocommerce-cart #content .cart_totals {
    order: 1;
    align-self: flex-end;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: flex-start;
    flex-wrap: wrap;
    width: 325px;
}
.woocommerce-cart #content .cart_totals h2 {
    display: none;
}
.woocommerce-cart #content .cart_totals th {
    font-family: "PoppinsB", Arial, Helvetica, sans-serif;
    font-size: 26px;
    line-height: 33px;
    color: #000000;
    white-space: nowrap;
    text-transform: capitalize;
    padding: 0px 0px 6px;
    border: none;
    display: table-cell !important;
    text-align: left;
}
.woocommerce-cart #content .cart_totals table.shop_table {
    border: none;
    width: auto;
}
.woocommerce-cart #content .cart_totals .cart-subtotal {
    display: none;
}
.woocommerce-cart #content .cart_totals .order-total td {
    border-top: none;
    padding: 0px 0px 0px 16px;
    display: table-cell !important;
    text-align: right;
}
.woocommerce-cart #content .cart_totals .fee td {
    border-top: none;
    padding: 0px 0px 0px 16px;
    display: table-cell !important;
    text-align: right;
}
.woocommerce-cart #content .cart_totals .amount {
    font-family: "PoppinsB", Arial, Helvetica, sans-serif;
    font-size: 26px;
    line-height: 33px;
    color: #365DA4;
    font-weight: normal;
}
.woocommerce-cart #content .cart_totals .wc-proceed-to-checkout {
    flex: none;
    width: 100%;
    text-align: right;
}
.woocommerce-cart #content .cart_totals .wc-proceed-to-checkout .button {
	display: inline-block;
	font-family: "PoppinsM", Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 17px;
	color: #ffffff;
    font-weight: normal;
	background-color: #365DA4;
	text-decoration: none;
	padding: 17px 60px;
	border-radius: 25px;
	box-shadow: 0px 4px 50px rgba(0, 0, 0, 0.1);
	transition: 0.2s all;
}
.woocommerce-cart #content .cart_totals .wc-proceed-to-checkout .button:hover {
    background-color: #3D69BA;
}
#content .return-to-shop {
    text-align: center;
}
#content .return-to-shop .button {
    display: inline-block;
	font-family: "PoppinsM", Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 17px;
	color: #ffffff;
    font-weight: normal;
	background-color: #365DA4;
	text-decoration: none;
	padding: 17px 60px;
	border-radius: 25px;
	box-shadow: 0px 4px 50px rgba(0, 0, 0, 0.1);
	transition: 0.2s all;
}
#content .return-to-shop .button:hover {
    background-color: #3D69BA;
}
#content .woocommerce-error,
#content .woocommerce-info,
#content .woocommerce-message {
	background-color: #ffffff;
	color: #000000;
	border-top: none;
    box-shadow: 0px 4px 50px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
}
#content .woocommerce-error li,
#content .woocommerce-info li,
#content .woocommerce-message li {
	display: block;
	line-height: 31px;
}
#content .woocommerce-message {
	line-height: 31px;
}
#content .woocommerce-error::before {
	top: 1.4em;
}
#content .woocommerce-error,
#content .woocommerce-info,
#content .woocommerce-message {
    padding: 1em 2em 1em 3.5em;
}
#content .woocommerce-cart-form table.shop_table thead th {
	color: #797979;
	font-size: 14px;
	line-height: 18px;
	font-weight: normal;
    display: block;
    text-align: left;
}
#content .woocommerce-cart-form table.shop_table tbody .product-name a {
    pointer-events: none !important;
    text-decoration: none;
    cursor: text;
}
#content .woocommerce-cart-form table.shop_table tbody .product-name .group-name {
    display: none !important;
}
#content .woocommerce-cart-form table.shop_table tbody .product-thumbnail a {
    pointer-events: none !important;
    text-decoration: none;
    cursor: text;
}
#content .woocommerce a.remove {
	font-size: 29px;
	height: 18px;
	width: 18px;
	line-height: 18px;
	color: #808080 !important;
	font-weight: normal;
}
#content .woocommerce a.remove:hover {
    background-color: transparent;
    color: #F7B63F !important;
}
#content .woocommerce-cart-form table.shop_table .actions .button {
    font-family: "PoppinsM", Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 17px;
	color: #365DA4;
    font-weight: normal;
	background-color: #ffffff;
    border: 2px solid #365DA4;
	text-decoration: none;
	padding: 11px 43px;
	border-radius: 25px;
    box-shadow: 0px 4px 50px rgba(0, 0, 0, 0.1);
    margin: 0px 20px 10px;
    opacity: 1;
}
#content .woocommerce-notices-wrapper .button {
    font-family: "PoppinsM", Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 15px;
	color: #365DA4;
    font-weight: normal;
	background-color: #ffffff;
    border: 2px solid #365DA4;
	text-decoration: none;
	padding: 6px 25px;
	border-radius: 25px;
    box-shadow: 0px 4px 50px rgba(0, 0, 0, 0.1);
    transition: 0.2s all;
}
#content .woocommerce-notices-wrapper .button:hover {
    color: #f7b63f;
    border: 2px solid #f7b63f;
}
#customer_details.col2-set {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
}
#customer_details.col2-set::before,
#customer_details.col2-set::after {
    display: none;
}
#content .woocommerce-cart-form table.shop_table tbody .product-name .amount {
	display: none;
}
#content .woocommerce-cart-form table.shop_table tbody .actions {
    padding: 0px 10px 20px;
}
#content .woocommerce-checkout h3 {
    font-family: "PoppinsB", Arial, Helvetica, sans-serif;
	font-size: 22px;
	line-height: 28px;
	color: #000000;
    padding-bottom: 11px;
}
.ccart {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 22px 0px;
    border-top: 1px solid #e5e5e5;
}
.ccartpic {
    flex: none;
    width: 110px;
    height: 82px;
    overflow: hidden;
    border-radius: 5px;
}
#content #ccart h3 {
    display: block;
    padding-bottom: 12px;
}
#content #ccart h3 a {
    display: block;
    float: right;
    font-family: "PoppinsM", Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
	color: #365DA4;
    text-decoration: none;
    margin-top: 4px;
}
#content #ccart h3 a:hover {
    text-decoration: underline;
}
.ccartname {
    padding: 0px 15px 0px 17px;
}
#content .ccartname h4 {
    font-family: "PoppinsB", Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 21px;
    font-weight: normal;
	color: #000000;
    padding-bottom: 10px;
}
#content .ccartname p {
    font-size: 14px;
	line-height: 18px;
    color: #797979;
    padding-bottom: 0px;
}
#content .ccartname p strong {
    font-weight: normal;
    font-family: "PoppinsB", Arial, Helvetica, sans-serif;
}
.mcartprice {
    display: none;
}
.ccartprice {
    margin-left: auto;
    font-family: "PoppinsB", Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 23px;
	color: #365DA4;
}
#content .woocommerce-additional-fields__field-wrapper {
    padding-top: 38px;
}
#content .woocommerce form .form-row input.input-text,
#content .woocommerce form .form-row textarea {
	background-color: #FFFFFF;
    border: 1px solid #d9d9d9;
    border-radius: 25px;
    font-family: "PoppinsR", Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 17px;
	color: #000000;
    padding: 12px 25px;
}
#content .woocommerce form .form-row input.input-text,
#content .woocommerce form .form-row textarea {
	background-color: #FFFFFF;
    border: 1px solid #d9d9d9;
    border-radius: 25px;
    font-family: "PoppinsR", Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 17px;
	color: #000000;
    padding: 12px 25px;
}
#content .woocommerce form .form-row input.input-text {
    height: 41px;
}
#content .woocommerce form .form-row label {
	font-family: "PoppinsR", Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
	color: #797979;
    padding-bottom: 7px;
}
.select2-container,
.select2-dropdown {
	z-index: 5000;
}
#content .select2-container--default .select2-selection--single {
	background-color: #FFFFFF;
    border: 1px solid #d9d9d9;
    border-radius: 25px;
    font-family: "PoppinsR", Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 17px;
	color: #000000;
    padding: 6px 17px;
    height: 41px;
}
.select2-container--open .select2-dropdown--below {
    border: 1px solid #d9d9d9;
    top: 3px;
    border-radius: 25px 25px 0px 0px;
}
.select2-container--open .select2-dropdown--above {
    border: 1px solid #d9d9d9;
    top: 3px;
    border-radius: 25px 25px 0px 0px;
}
.select2-container--default .select2-results > .select2-results__options {
	max-height: 250px;
    font-family: "PoppinsR", Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 17px;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
	background-color: #FFFFFF;
    border: 1px solid #d9d9d9;
    border-radius: 25px;
    font-family: "PoppinsR", Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 17px;
	color: #000000;
    padding: 2px 15px;
    height: 33px;
}
#content .select2-container--default .select2-selection--single .select2-selection__arrow {
	top: 7px;
}
#content .woocommerce-checkout .col-2 .woocommerce-additional-fields > h3:nth-last-of-type(2) {
    display: none;
}
#content #order_review_heading {
    display: none;
}
#content .woocommerce-checkout .col-1,
#content .woocommerce-checkout .col-2 {
	background-color: #FFFFFF;
    box-shadow: 0px 4px 50px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    width: 49%;
    padding: 25px;
    flex: none;
}
#content .woocommerce-checkout .col-1 .woocommerce-billing-fields__field-wrapper {
    padding-bottom: 44px;
}
#content .woocommerce-checkout .col-1 .woocommerce-billing-fields__field-wrapper p {
    padding-bottom: 10px;
}
#content .woocommerce-checkout #payment {
	background: #ffffff;
}
#content #payment .wc_payment_methods {
    border-bottom: none;
    padding: 0px;
}
#content #payment .wc_payment_methods li {
    border: 1px solid #d9d9d9;
    border-radius: 25px;
    font-family: "PoppinsR", Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 17px;
    color: #000000;
    padding: 13px 25px;
    min-height: 51px;
    margin-bottom: 15px;
}
#content .payment_method_ppcp-credit-card-gateway {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
}
#content .payment_method_ppcp-credit-card-gateway label {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    flex: auto;
}
#content #payment .payment_method_ppcp-gateway input {
    margin-top: 5px;
}
#content #payment .payment_method_ppcp-credit-card-gateway label img:first-of-type {
    margin-left: auto;
}
#content #payment div.payment_box {
    width: 100%;
    flex: none;
    padding: 0px;
    margin: 0px;
    background-color: transparent;
}
#content #payment div.payment_box::before {
    display: none;
}
#content #payment div.payment_box p {
    padding-bottom: 6px;
    margin-bottom: 0px;
}
#content #ppcp-credit-card-gateway-card-cvc {
    width: 93.6% !important;
}
#content .wc_payment_method.payment_method_ppcp-gateway{
    position: relative;
}
#content .wc_payment_method.payment_method_ppcp-gateway::after{
    content: "";
    position: absolute;
    top: 50%;
    right: 25px;
    transform: translateY(-50%);
    width: 61px;
    height: 23px;
    background-image: url(paypal-logo-1.png);
    background-repeat: no-repeat;
    background-position: center center;
}
#content .woocommerce-privacy-policy-text {
    font-family: "PoppinsR", Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 15px;
    color: #797979;
}
#content .woocommerce-privacy-policy-text a {
    color: #797979;
}
#content .woocommerce-checkout-payment button {
    display: inline-block;
    font-family: "PoppinsM", Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 17px;
    color: #ffffff;
    font-weight: normal;
    width: 100%;
    height: 51px;
    background-color: #365DA4;
    text-decoration: none;
    padding: 17px 60px;
    border-radius: 25px;
    box-shadow: 0px 4px 50px rgba(0, 0, 0, 0.1);
    transition: 0.2s all;
}
#content .woocommerce-checkout-payment button:hover {
    background-color: #3D69BA;
}
#content .woocommerce-checkout-review-order-table {
    border: none;
    border-collapse: collapse;
    margin: 0px;
}
#content .woocommerce-checkout-review-order-table .cart-subtotal {
    border-bottom: 1px  solid #e5e5e5;
}
#content .woocommerce-checkout-review-order-table td {
	border-top: none;
    text-align: right;
    padding: 10px 0px 10px 10px;
    font-family: "PoppinsB", Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 18px;
    color: #000000;
    font-weight: normal;
}
#content .woocommerce-checkout-review-order-table td strong {
    font-weight: normal;
    font-family: "PoppinsB", Arial, Helvetica, sans-serif;
    font-size: 18px;
    line-height: 23px;
    color: #365DA4;
}
#content .woocommerce-checkout-review-order-table th {
	border-top: none;
    font-family: "PoppinsR", Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 18px;
    color: #797979;
    font-weight: normal;
    text-align: left;
    padding: 10px 10px 10px 0px;
}
#content .woocommerce-checkout-review-order-table .order-total th {
    font-family: "PoppinsB", Arial, Helvetica, sans-serif;
    font-size: 18px;
    line-height: 23px;
    color: #000000;
    padding-bottom: 1px;
}
#content .woocommerce-checkout-review-order-table .order-total td {
    padding-bottom: 1px;
}
#content .woocommerce-checkout-review-order-table thead,
#content .woocommerce-checkout-review-order-table tbody {
	display: none;
}
#content #payment .form-row.place-order {
    padding: 0px;
    margin: 0px;
}
#content .woocommerce-form-login {
	background-color: #FFFFFF;
	box-shadow: 0px 4px 50px rgba(0, 0, 0, 0.1);
	border-radius: 5px;
	padding: 25px;
    margin-top: 0px;
    border: none;
}
#content .woocommerce-form-login__submit {
	font-family: "PoppinsM", Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 17px;
	color: #ffffff;
	font-weight: normal;
	height: 51px;
	background-color: #365DA4;
	text-decoration: none;
	padding: 17px 60px;
	border-radius: 25px;
	box-shadow: 0px 4px 50px rgba(0, 0, 0, 0.1);
	transition: 0.2s all;
}
#content .woocommerce-form-login__submit:hover {
	background-color: #3D69BA;
}
#content .woocommerce-form-login__rememberme {
    padding-top: 17px;
}
#content .woocommerce-form-login__rememberme input {
    margin-bottom: 0px;
}
#content .woocommerce-form-login .form-row {
    padding-bottom: 10px;
}
#content .woocommerce-form-login .form-row:nth-last-child(2) {
    float: left;
}
#content .woocommerce-form-login .lost_password {
    float: right;
    padding-bottom: 0px;
    padding-top: 18px;
}
.woocommerce-account .woocommerce form::after {
    content: " ";
    display: table;
	clear: both;
}
#content .audiate-widget {
    padding-bottom: 25px;
}
.page-template-pageBulk #content .hentry {
    max-width: 1170px;
    margin-left: auto;
    margin-right: auto;
}
#bulkform {
    clear: both;
    margin-top: 20px;
    padding-top: 60px;
    max-width: 1180px;
    margin: 0px auto;
    background-color: #d8e6fe;
    border-radius: 10px;
}
#bulktype {
    position: relative;
    max-width: 475px;
    height: 45px;
    background-color: #ffffff;
    border: 2px solid #365DA4;
    border-radius: 25px;
    margin: 0px auto 30px;
}
#bulktypes {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 45px;
    z-index: 5000;
}
#content #bulktypes a {
    font-family: "PoppinsM", Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 17px;
    color: #000000;
    display: inline-block;
    width: 50%;
    text-align: center;
    padding: 14px;
    border-radius: 25px;
    margin: -2px;
    text-decoration: none;
}
#content #bulktypes a:first-of-type {
    color: #ffffff;
}
#content #bulktypes a:hover {
    text-decoration: none;
}
#bulktypebtn {
    position: absolute;
    width: 50%;
    height: 45px;
    left: -2px;
    top: -2px;
    z-index: 2000;
    border-radius: 25px;
    background-color: #365DA4;
}
#bulkpic figure {
    margin-top: 12px;
    margin-left: 10px;
}
#content .bulklist {
    padding-left: 27px;
    list-style-type: none;
}
#content .bulklist li {
    padding-left: 28px;
    background-image: url(icon-list.png);
    background-repeat: no-repeat;
    background-position: left top 2px;
    padding-bottom: 12px;
}
#bulkstateform {
    max-width: 1140px;
    margin: 0px auto;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-end;
    flex-wrap: nowrap;
    border-bottom: 1px solid #dedede;
}
#bulkstateform .bulkfield {
    margin-bottom: 25px;
}
#bulkstateform .bulkfield:first-child {
    max-width: 23%;
    min-width: 235px;
}
#bulkstateform .bulkfield:nth-child(2) {
    max-width: 39%;
    min-width: 245px;
}
#bulkstateform .bulkfield:nth-child(-n+2) {
    flex: auto;
    padding-right: 20px;
}
#bulkstateform .bulkfield:nth-last-child(2) {
    width: 145px;
    padding-right: 20px;
    flex: none;
}
#bulkstateform .bulkfield:last-child {
    flex: none;
}
#bulkcourse option:not(:first-child) {
    /* display: none; */
}
#bulkcourse span {
    display: none !important;
}
.bulkfield label {
    display: block;
    font-size: 14px;
    line-height: 18px;
    color: #797979;
    padding-bottom: 8px;
}
.bulkfield select {
    font-family: "PoppinsR", Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 21px;
    color: #000000;
    background-color: #fff;
    border: 1px solid #d7dfed;
    border-radius: 25px;
    padding: 15px 45px 15px 25px;
    display: block;
    width: 100%;
    height: 51px;
    appearance: none;
    background-image: url(icon-arrow2.png);
    background-repeat: no-repeat;
    background-position: right 25px center;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
}
.bulkfield select::-ms-expand {
    display: none;
}
.bulkfield #bulkstate option:disabled {
    color: #B7B7B7;
    font-style: italic;
}
.bulkfield input[type=submit] {
    display: block;
    margin: 0px auto;
	background-color: #365DA4;
	box-shadow: 0px 4px 50px rgba(0, 0, 0, 0.1);
	border: none;
	border-radius: 25px;
	height: 51px;
	padding: 17px 50px;
	font-family: "PoppinsM", Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 17px;
	color: #ffffff;
	transition: 0.2s all;
    cursor: pointer;
}
.bulkfield input[type=submit]:hover {
    background-color: #3D69BA;
}
.bulkmobile .bulkfield input[type=submit] {
	background-color: #ffffff;
	border: 2px solid #365DA4;
	color: #365DA4;
    padding: 15px 48px;
}
.bulkmobile .bulkfield input[type=submit]:hover {
    background-color: #ffffff;
}
#bulkqty {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    border: 1px solid #d7dfed;
    border-radius: 25px;
    padding: 14px 11px;
    background-color: #ffffff;
}
#bulkqty input {
    font-family: "PoppinsR", Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 14px;
    color: #000000;
    text-align: center;
    width: 40px;
    height: 21px;
    border-top: none;
    border-bottom: none;
    border-left: 1px solid #D9D9D9;
    border-right: 1px solid #D9D9D9;
    margin: 0px 5px;
    padding: 0px;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    border-radius: 0px;
}
#bulkqty .button {
    font-family: "PoppinsM", Arial, Helvetica, sans-serif;
    color: #365da4;
    font-size: 20px;
    line-height: 21px;
    padding: 0px 6px;
    cursor: pointer;
    user-select: none;
}
#bulkres {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    max-width: 1140px;
    margin: 35px auto 0px;
	background-color: #FFFFFF;
	box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
	border-radius: 10px;
    padding: 18px 30px 18px 10px;
}
#bulkresbox {
    display: none;
    overflow: visible !important;
}
.stateform {    
    padding: 0px 45px 60px;
}
#content .stateform h3 {
    text-align: center;
    font-family: "PoppinsB", Arial, Helvetica, sans-serif;
    color: #000000;
    font-size: 26px;
    line-height: 33px;
}
#bulkres label {
    display: block;
    font-size: 14px;
    line-height: 20px;
    color: #797979;
    padding-bottom: 8px;
}
#bulkres .bulkrescol {
    padding: 15px;
}
#bulkres .rstate {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    flex: none;
    font-family: "PoppinsB", Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 22px;
    color: #000000;    
}
#bulkres .rstate img {
    margin-right: 9px;
}
#bulkres .rcourse {
    font-size: 16px;
    line-height: 22px;
    color: #000000;
    max-width: 270px;
}
#bulkres .rfee {
    flex: none;
}
#bulkres .rfee strong {
    font-family: "PoppinsSB", Arial, Helvetica, sans-serif;
    color: #797979;
    font-size: 20px;
    line-height: 26px;
    font-weight: normal;
}
#bulkres .rfee s {
    color: #F23F45;
    font-size: 14px;
    line-height: 18px;
    text-decoration: line-through;
}
#bulkres .rprice {
    flex: none;
}
#bulkres .rprice strong {
    font-family: "PoppinsSB", Arial, Helvetica, sans-serif;
    color: #24CB48;
    font-size: 20px;
    line-height: 26px;
    font-weight: normal;
}
#bulkres .rtotal {
    flex: none;
}
#bulkres .rtotal strong {
    font-family: "PoppinsB", Arial, Helvetica, sans-serif;
    color: #365DA4;
    font-size: 20px;
    line-height: 26px;
    font-weight: normal;
}
#bulkresbtn {
    text-align: center;
    padding-top: 35px;
}
#bulkresbtn input[type=submit] {
	display: inline-block;
	background-color: #F7B63F;
	box-shadow: 0px 4px 50px rgba(0, 0, 0, 0.1);
    border: none;
	border-radius: 25px;
	height: 51px;
	padding: 17px 60px;
	font-family: "PoppinsM", Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 17px;
	color: #000000;
    cursor: pointer;
	transition: 0.2s all;
}
#bulkresbtn input[type=submit]:hover {
    background-color: #F8BF57;
}
#multipleform {
    max-width: 560px;
    margin: 0px auto;
}
#multipleform p {
    padding-bottom: 15px;
}
#content #multipleform input[type="text"],
#content #multipleform input[type="email"] {
	font-family: "PoppinsR", Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 21px;
	color: #797979;
	background-color: #fff;
	border: 1px solid #cccccc;
	border-radius: 25px;
	padding: 15px 25px 15px 55px;
	display: block;
	width: 100%;
    height: 51px;
    padding-left: 55px !important;
	background-repeat: no-repeat;
	background-position: left 24px center;
}
#content .mcompany input {
	background-image: url(icon-company.png);
}
#content .mcontact input {
	background-image: url(icon-name.png);
}
#content .memail input {
	background-image: url(icon-email.png);
}
#content .mphone input {
	background-image: url(icon-phone.png);
}
#content .memployees input {
	background-image: url(icon-employees.png);
}
#content .msubmit {
    text-align: center;
    padding-bottom: 0px;
}
#content .msubmit button {
    display: inline-block;
    background-color: #365DA4;
    box-shadow: 0px 4px 50px rgba(0, 0, 0, 0.1);
    border: none;
    border-radius: 25px;
    height: 51px;
    padding: 17px 165px 17px 145px;
    margin-top: 15px;
    font-family: "PoppinsM", Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 17px;
    color: #ffffff;
    transition: 0.2s all;
    background-image: url(icon-arrow-right.png);
    background-repeat: no-repeat;
    background-position: right 140px top 21px;
    cursor: pointer;
}
#content .msubmit button:hover {
    background-color: #3D69BA;
}
#state-multiple {
    display: none;
}
#content #faqdesc {
    max-width: 650px;
    margin: 0px auto;
}
#faq .wp-block-column:not(:first-child) {
    margin-left: 24px;
}
#faq .wpsm_panel-group {
    overflow: visible !important;
}
#faq #wpsm_accordion_46504 .wpsm_panel {
	overflow: visible !important;
    background-color: #FFFFFF !important;
    box-shadow: 0px 4px 50px rgba(0, 0, 0, 0.1) !important;
    border-radius: 10px !important;
    margin: 0px 0px 20px !important;
}
#faq #wpsm_accordion_46506 .wpsm_panel {
	overflow: visible !important;
    background-color: #FFFFFF !important;
    box-shadow: 0px 4px 50px rgba(0, 0, 0, 0.1) !important;
    border-radius: 10px !important;
    margin: 0px 0px 20px !important;
}
#faq #wpsm_accordion_46504 .wpsm_panel-default > .wpsm_panel-heading {
	background-color: transparent !important;
}
#faq #wpsm_accordion_46506 .wpsm_panel-default > .wpsm_panel-heading {
	background-color: transparent !important;
}
#faq .wpsm_panel-heading {
	padding: 0px;
}
#content #faq .wpsm_panel-title {
    padding-bottom: 0px;
}
#content #faq .wpsm_panel-title a {
    display: flex !important;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
#content #faq #wpsm_accordion_46504 .wpsm_panel-title a {
	font-family: "PoppinsSB", Arial, Helvetica, sans-serif !important;
	color: #000000 !important;
    font-size: 16px !important;
	line-height: 22px !important;
}
#content #faq #wpsm_accordion_46506 .wpsm_panel-title a {
	font-family: "PoppinsSB", Arial, Helvetica, sans-serif !important;
	color: #000000 !important;
    font-size: 16px !important;
	line-height: 22px !important;
}
#faq .ac_title_class {
	padding: 10px 25px !important;
    min-height: 64px !important;
    display: flex !important;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    order: 1;
}
#faq .ac_title_class strong {
    display: inline-block;    
    font-family: "PoppinsB", Arial, Helvetica, sans-serif !important;
    font-size: 24px;
    line-height: 33px;
    color: #365DA4;
    font-weight: normal;
    width: 45px;
    flex: none;
    white-space: nowrap;
}
#faq .ac_open_cl_icon {
    order: 2;
}
#faq #wpsm_accordion_46504 .wpsm_panel-body {
    font-family: "PoppinsR", Arial, Helvetica, sans-serif !important;
	font-size: 14px !important;
	line-height: 20px !important;
    color: #797979 !important;
    background-color: transparent !important;
    border: none !important;
    padding: 0px 45px 20px 70px !important;
}
#faq #wpsm_accordion_46506 .wpsm_panel-body {
    font-family: "PoppinsR", Arial, Helvetica, sans-serif !important;
	font-size: 14px !important;
	line-height: 20px !important;
    color: #797979 !important;
    background-color: transparent !important;
    border: none !important;
    padding: 0px 45px 20px 70px !important;
}
#state-multiple .wpforms-container {
    max-width: 560px;
    margin: 0px auto;
}
#content .wc-tabs {
    padding-left: 14px;
    padding-bottom: 0px;
}
.learndash-course-grid #post-41 .section.total-students {
    display: none;
}
#content .ldgr-group-listing .list .gr-title {
    font-size: 18px;
    line-height: 23px;
    padding-bottom: 0px;
}
#content .ldgr-group-listing .gr-left {
	font-size: 14px;
	line-height: 20px;
}
#content .ldgr-group-listing .list .gr-edit {
	top: 67px;
}
#content .ldgr-group-listing .gr-edit button {
    border: none;
    cursor: pointer;
}
#content .ldgr-group-listing .list .ldgr-main-group-content .ldgr-icon-Edit {
	display: block;
}
#content .ldgr-group-listing .gr-edit i {
	color: #365DA4;
}
#content .ldgr-group-single .ldgr-top-banner .ldgrs-title-wrap h1 {
	font-size: 18px;
    line-height: 23px;
    padding-bottom: 0px;
}
#content .ldgr-group-single .ldgr-group-courses h3 {
	padding-bottom: 15px;
}
#content .wdm-tabs-wrapper ul.tabs {
    padding-left: 10px;
	padding-bottom: 0px;
}
#content ul.tabs li a,
.wdm-adduser-tabs li a {
	text-decoration: none;
}
#wdm_group_wrapper #wdm_group_length select {
	margin-bottom: 0px;
}
#content #wdm_group_wrapper input {
	margin-bottom: 0px;
}
#content table#wdm_group tbody tr td p {
	padding-bottom: 0px;
}
#content table#wdm_group th {
	text-align: left;
}
#content table#wdm_group,
#content table#ldgr-group-code-table {
	font-family: "PoppinsR", Arial, Helvetica, sans-serif;
}
#content td.ldgr-actions a {
	text-decoration: none;
    margin-right: 25px;
    transition: all 0.2s;
}
#content td.ldgr-actions a:hover {
    background-color: transparent;
    color: #f7b63f;
}
#content .wdm_remove::before {
	vertical-align: bottom;
    margin-right: 0px;
}
#content table#wdm_group tr:hover,
#content table#ldgr-group-code-table tr:hover {
	border-right: none;
    border-left: none;
}
#content #tab-2 #wdm_ldgr_show_report {
	font-family: "PoppinsM", Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 17px;
    color: #ffffff;
    font-weight: normal;
    background-color: #365DA4 !important;
    text-decoration: none;
    padding: 14px 20px;
    border-radius: 25px;
    border: none;
    box-shadow: 0px 4px 50px rgba(0, 0, 0, 0.1);
    transition: 0.2s all;
    cursor: pointer;
    margin-bottom: 0px;
}
#content .wdm-select-wrapper #wdm_ldgr_course_id {
    font-family: "PoppinsR", Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 20px;
    color: #797979;
    background-color: #fff;
    border: 1px solid #cccccc;
    border-radius: 25px;
    padding: 12px 25px;
    margin-bottom: 0px;
}
#content #wdm_ldgr_group_report_wrapper #wdm_ldgr_group_report_length select {
	font-family: "PoppinsR", Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 20px;
    color: #797979;
    background-color: #fff;
    border: 1px solid #cccccc;
    border-radius: 25px;
    padding: 12px 0px 12px 25px;
    margin: 0px 5px;
}
#content #wdm_ldgr_group_report_wrapper #wdm_ldgr_group_report thead th {
	text-align: left;
}
#content #wdm_ldgr_group_report_wrapper #wdm_ldgr_group_report_length {
	margin-top: 25px;
}
#content #wdm_group_wrapper #wdm_group_length select {
	font-family: "PoppinsR", Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 20px;
    color: #797979;
    background-color: #fff;
    border: 1px solid #cccccc;
    border-radius: 25px;
    padding: 10px 0px 10px 25px;
    margin-bottom: 0px;
    width: auto;
}
#content input#bulk_remove {
	font-family: "PoppinsM", Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 17px;
    color: #365DA4;
    font-weight: normal;
    background-color: #ffffff !important;
    text-decoration: none;
    padding: 12px 18px;
    border-radius: 25px;
    border: 2px solid #365DA4;
    box-shadow: 0px 4px 50px rgba(0, 0, 0, 0.1);
    transition: 0.2s all;
    cursor: pointer;
    margin-bottom: 0px;
}
#content .ldgr-btn {
	font-family: "PoppinsM", Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 17px;
    color: #365DA4;
    font-weight: normal;
    background-color: #ffffff !important;
    text-decoration: none;
    padding: 12px 18px;
    border-radius: 25px;
    border: 2px solid #365DA4;
    box-shadow: 0px 4px 50px rgba(0, 0, 0, 0.1);
    transition: 0.2s all;
    cursor: pointer;
    margin-bottom: 0px;
}
#content .ldgr-btn.ldgr-submit-form {
	color: #ffffff;
	border: none;
    background-color: #365DA4 !important;
}
#content #tab-2 table.dataTable tbody > tr.odd,
#content #tab-2 table.dataTable tbody > tr.even {
	line-height: inherit;
}
#content table.dataTable,
#content table.dataTable th,
#content table.dataTable td {
	box-sizing: border-box;
}
#content .ldgr-group-code-content .ldgr-group-code-items {
	min-height: 45px;
}
.ui-widget {
	z-index: 8000 !important;
}
#content .ldgr-group-courses-items a{
    text-decoration: none;
}
#rbs form {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-width: 500px;
    padding-bottom: 25px;
    margin: 0px auto;
}
#content #rbs input[type="text"] {
	font-family: "PoppinsR", Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 21px;
	color: #797979;
    text-align: center;
	background-color: #fff;
	border: 1px solid #cccccc;
	border-radius: 25px;
	padding: 15px 25px;
	display: block;
    width: 100%;
    height: 51px;
    margin: 0px 0px 15px;
}
#content #rbs select {
	font-family: "PoppinsR", Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 21px;
	color: #797979;
	text-align: center;
	background-color: #fff;
	border: 1px solid #cccccc;
	border-radius: 25px;
	padding: 15px 45px 15px 25px;
	display: block;
	width: 100%;
	height: 51px;
	margin: 0px 0px 15px;
	appearance: none;
	background-image: url(icon-arrow2.png);
	background-repeat: no-repeat;
	background-position: right 25px center;
}
#content #rbs input[type="submit"] {    
    font-family: "PoppinsM", Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 17px;
    padding: 17px 25px;
    background-color: #F7B63F;
    color: #000000;
    text-align: center;
    box-shadow: 0px 4px 50px rgba(0, 0, 0, 0.1);
    border: none;
    border-radius: 25px;
    width: 100%;
    height: 51px;
    margin: 0px;
    cursor: pointer;
    transition: 0.2s all;
}
#content #rbs input[type="submit"]:hover {    
    background-color: #F8BF57;
}
#content #rbs form p {
    padding-top: 15px;
    padding-bottom: 0px;
    font-size: 15px;
    color: #000000;
}
#content #ld-tab-content-49070 .rbsnote {
    text-align: center;
    font-size: 16px;
    color: #000000;
}
#content #timespent {
    text-align: center;
    color: #001436;
    font-size: 18px;
    padding-top: 25px;
}
#timespent strong {
    font-family: "PoppinsB", Arial, Helvetica, sans-serif;
    font-weight: normal;
}
#rbs.pop, #rbsthankyou, #rbsfailed {
    display: none;
    position: fixed;
    left: 50%;
    top: 50%;
    background-color: #ffffff;
    width: 600px;
    padding: 40px 40px 10px;
    box-shadow: 0px 4px 50px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    transform: translate(-50%, -50%);
    z-index: 6000;
}
#rbsclose {
    position: absolute;
    top: -23px;
    right: -23px;
    font-family: "PoppinsB", Arial, Helvetica, sans-serif;
	font-size: 25px;
	line-height: 45px;
    color: #797979;
}
#rbsclose a {
    display: block;
    width: 45px;
    height: 45px;
    color: #797979;
    text-align: center;
    text-decoration: none;
    background-color: #ffffff;
    border-radius: 50%;
    border: 1px solid #797979;
}
#rbs.pop form {
    max-width: 600px;
}
#rbs.pop input[type="text"] {
	font-family: "PoppinsR", Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 21px;
	color: #797979;
	text-align: center;
	background-color: #fff;
	border: 1px solid #cccccc;
	border-radius: 25px;
	padding: 15px 25px;
	display: block;
	width: 100%;
	height: 51px;
	margin: 0px 0px 15px;
}
#rbs.pop select {
	font-family: "PoppinsR", Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 21px;
	color: #797979;
	text-align: center;
	background-color: #fff;
	border: 1px solid #cccccc;
	border-radius: 25px;
	padding: 15px 45px 15px 25px;
	display: block;
	width: 100%;
	height: 51px;
	margin: 0px 0px 15px;
	appearance: none;
	background-image: url(icon-arrow2.png);
	background-repeat: no-repeat;
	background-position: right 25px center;
}
#rbs.pop input[type="submit"] {
	font-family: "PoppinsM", Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 17px;
	padding: 17px 25px;
	background-color: #F7B63F;
	color: #000000;
	text-align: center;
	box-shadow: 0px 4px 50px rgba(0, 0, 0, 0.1);
	border: none;
	border-radius: 25px;
	width: 100%;
	height: 51px;
	margin: 0px;
	cursor: pointer;
	transition: 0.2s all;
}
#rbs.pop p {
    font-family: "PoppinsR", Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 20px;
	padding-bottom: 20px;
	color: #797979;
}
#rbs.pop p a {
    color: #000000;
    text-decoration: underline;
}
#rbs.pop p a:hover {
    text-decoration: none;
}
#rbs.pop .rbsnote {
	text-align: center;
	font-size: 16px;
	color: #000000;
}
#rbsthankyou .rbsnote,
#rbsfailed .rbsnote  {	
    font-family: "PoppinsR", Arial, Helvetica, sans-serif;
    line-height: 20px;
	font-size: 16px;
    text-align: center;
	padding-bottom: 25px;
	color: #797979;
}
#rbs.pop form p {
	padding-top: 15px;
	padding-bottom: 0px;
	font-size: 15px;
	color: #000000;
}
#rbsoverlay {
    display: none;
    position: fixed;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    background-color: #3c3c3c;
    opacity: .5;
    z-index: 5000;
}
#fcont .frbs {
    display: none;
}
#fcont.cafcont .frbs {
    display: block;
    text-align: center;
    width: 120px;
}
#fcont.cafcont {
	align-items: center;
}
.page-template-pageCourse #fcont.cafcont {
	padding-top: 220px;
}
#fcont.cafcont .fmenu {	
	padding-right: 0px;
    padding-left: 35px;
}
#content #singlecourse #langsel {
	appearance: none;
	border: none;
	display: inline-block;
	font-family: "PoppinsM", Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 17px;
	color: #ffffff;
	text-align: center;
	background-color: #365DA4;
	background-image: url(icon-arrow.png);
	background-repeat: no-repeat;
	background-position: right 30px center;
	padding: 17px 48px 17px 25px;
	border-radius: 25px;
	box-shadow: 0px 4px 50px rgba(0, 0, 0, 0.1);
	cursor: pointer;
}
#content #singlecourse #langsel:focus {
    outline: none;
}
#content #singlecourse #langsel::-ms-expand {
        display: none;
}
#content #singlecourse #langsel option {
    text-align: left;
}
#content #rbsresp p {
    font-size: 15px;
    color: #000000;
    text-align: center;
}
#content .rbshide {
    display: none !important;
}
#content .noserverid {
    font-size: 15px;
    color: #000000;
    text-align: center;
}
#content #payment .payment_method_stripe input {
	margin-top: 5px;
}
#content .wc-stripe-elements-field,
#content .wc-stripe-iban-element-field {
	background-color: #FFFFFF;
	border: 1px solid #d9d9d9;
	border-radius: 25px;
	font-family: "PoppinsR", Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 17px;
	color: #000000;
	padding: 12px 25px;
    margin: 0px;
    height: 41px;
}
#content .woocommerce-SavedPaymentMethods.wc-saved-payment-methods {
    padding-left: 0px;
    padding-bottom: 0px;
}
#content #stripe-payment-data fieldset:last-of-type {
    padding: 0px;
    margin: 0px;
    border: none;
}
#content #stripe-payment-data .form-row {
    margin: 0px;
    padding: 3px 3px 11px;
}
#content #stripe-payment-data .woocommerce-error {
	background-color: transparent;
	box-shadow: none;
    padding: 0px;
}
#content #stripe-payment-data .woocommerce-error li {
    margin: 10px 0px;
    border: none;
    padding-left: 40px !important;
    background-color: #F8BF57;
    min-height: 41px;
}
#content #stripe-payment-data .woocommerce-error::before {
	top: 12px;
	left: 20px;
}
#idnotfound {
    display: none;
}
#imgquiz .imgquiz {
    padding-bottom: 25px;
}
#content #imgquiz .qvar {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}
#content #imgquiz .qvar a {
    padding: 10px;
}
#content #imgquiz .qvar img {
    height: 115px;
    width: auto;
}
#content #qbtn a  {
	display: inline-block;
	background-color: #365DA4;
	box-shadow: 0px 4px 50px rgba(0, 0, 0, 0.1);
	border-radius: 25px;
	height: 51px;
	padding: 17px 50px;
	font-family: "PoppinsM", Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 17px;
	color: #ffffff;
    text-decoration: none;
	transition: 0.2s all;
}
#content #qbtn a:hover {
	background-color: #3D69BA;
}
#listen {
    text-align: center;
    margin: 0px 10px;
    display: none;
}
.single-sfwd-topic #listen {
    display: block;
}
.single-sfwd-quiz #listen {
    display: block;
}
#content #listen a  {
	display: inline-block;
	background-color: #365DA4;
	box-shadow: 0px 4px 50px rgba(0, 0, 0, 0.1);
	border-radius: 25px;
	height: 48px;
	padding: 15px 70px;
	font-family: "PoppinsM", Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
	color: #ffffff;
    text-decoration: none;
	transition: 0.2s all;
}
#content #listen a:hover {
	background-color: #3D69BA;
}
.ldgr-group-single .ldgr-group-image {
    display: none;
}
.ldgr-group-single .ldgr-group-courses-item img {
    display: none;
}
#tab-2 #wdm_ldgr_group_report th.reward {
    display: none;
}
#tab-2 #wdm_ldgr_group_report td.reward {
    display: none;
}
#topcoursebtn {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
#translate {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    background-color: #d8e6fe;
    padding: 9px 12px;
    margin: 0px 10px;
    border-radius: 25px;
}
#content #translate p {
    padding-bottom: 0px;
    padding-right: 10px;
}
#translatebox {
    position: relative;
    width: 210px;
    height: 30px;
}
#content .gt_switcher {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 210px;
}
#content .gt_switcher .gt_selected {
	border-radius: 25px;
}
#content .gt_switcher .gt_option {
	width: 210px;
}
#content .gt_switcher a {
    border: none;
    color: #ffffff;
    text-decoration: none;
    width: 200px;
    font-family: "PoppinsR", Arial, Helvetica, sans-serif;
    font-size: 14px;
}
#content .gt_switcher a:hover {
    border-radius: 25px;
}
#content .gt_switcher .gt_option a:hover {
    border-radius: 0px;
}
#content .gt_switcher .gt_option .gt_selected {
    border-radius: 0px;
}
#content .ldgr-group-code-registration-form-container {
    max-width: 630px;
    margin-left: auto;
    margin-right: auto;
}
#ldgr-group-code-registration-form {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: row;
    flex-wrap: wrap;
}
#ldgr-group-code-registration-form .ldgr-mr-40 {
	margin-right: 0px !important;
    padding: 5px 0px;
}
#ldgr-group-code-registration-form .ldgr-eg-actions {
    flex: none;
    width: 100%;
    text-align: center;
    margin-top: 8px;
}
#ldgr-group-code-registration-form .ldgr-eg-actions .ldgr-btn:first-of-type {
    display: none;
}
#ldgr-group-code-registration-form .ldgr-eg-actions #ldgr-user-reg-form-submit {
    display: inline-block;
    background-color: #365DA4 !important;
    border: none;
    border-radius: 25px;
    color: #ffffff;
    height: 51px;
    padding: 17px 60px;
    min-width: 200px;
    margin-left: 0px;
}
#ldgr-group-code-registration-form div:nth-last-of-type(2) {
    width: 100%;
}
#ldgr-group-code-registration-form div:nth-last-of-type(2) input {
    width: 100% !important;
}
#ldgr-group-code-registration-form .ldgr-textbox {
    background-color: #FFFFFF;
    border: 1px solid #d9d9d9;
    border-radius: 25px;
    font-family: "PoppinsR", Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 17px;
    color: #000000;
    padding: 12px 25px;
}
#ldgr-group-code-registration-form .ldgr-field label {
    font-family: "PoppinsR", Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 18px;
    color: #797979;
    margin-bottom: 7px;
    text-transform: none;
}
#ldgr-group-code-enrollment-form {
    max-width: 630px;    
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
#ldgr-group-code-enrollment-form .ldgr-form-field {
	margin-bottom: 0px;
}
#ldgr-group-code-enrollment-form .ldgr-form-field input {
    background-color: #FFFFFF;
    border: 1px solid #d9d9d9;
    border-radius: 25px;
    width: 100%;
    font-family: "PoppinsR", Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 17px;
    color: #000000;
    display: block;
    padding: 12px 25px;    
}
#ldgr-group-code-enrollment-form .ldgr-form-field label {
    font-family: "PoppinsR", Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 18px;
    color: #797979;
    display: block;
    margin-bottom: 7px;
    text-transform: none;
    text-align: left;
}
#ldgr-group-code-enrollment-form #ldgr-user-enroll-form-submit {
    font-family: "PoppinsM", Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 17px;
    color: #ffffff;
    font-weight: normal;
    height: 51px;
    background-color: #365DA4;
    text-decoration: none;
    padding: 17px 60px;
    border-radius: 25px;
    box-shadow: 0px 4px 50px rgba(0, 0, 0, 0.1);
    transition: 0.2s all;
    border: none;
    cursor: pointer;
}
.woocommerce-form-login-toggle .woocommerce-info span {
    display: block;
    float: right;
}
.courseprint {
    position: absolute;
    left: 20px;
    top: 20px;    
}
#content .courseprint a {
    display: block;
    background-color: #365DA4;
    border-radius: 50%;
    padding: 6px;
    transition: 0.2s all;
}
#content .courseprint a:hover {
    background-color: #3D69BA;
}
#content .courseprint img {
    width: 25px;
    height: 25px;
    display: block;
}
#quizhelp {
    position: fixed;
    right: 15px;
    top: 168px;
}
#content #quizhelp img {
    display: block;
    width: 40px;
}
#post-53620 {
    display: none;
}
.bulkseats #bulktype {
    display: none;
}
.bulkseats #bulkstateform {
    flex-wrap: wrap;
}
.bulkseats #bulkstateform .bulkfield:nth-child(-n+3) {
    flex: auto;
    padding-right: 20px;
}
.bulkseats #bulkstateform .bulkfield:first-child {
	width: 23%;
	min-width: 1px;
}
.bulkseats #bulkstateform .bulkfield:nth-child(2) {
	width: 34%;
	min-width: 1px;
}
.bulkseats #bulkstateform .bulkfield:nth-child(3) {
	width: 27%;
	min-width: 1px;
}
.bulkseats #bulkstateform .bulkfield:last-child {
	width: 100%;
}
.bulkseats #groupname span {
	display: none;
}
#buygrname {
    font-family: "PoppinsR", Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 21px;
    color: #000000;
    text-align: center;
    background-color: #fff;
    border: 1px solid #d7dfed;
    border-radius: 25px;
    padding: 15px 25px;
    margin: 0px auto 25px;
    display: block;
    max-width: 400px;
    width: 100%;
    height: 51px;
}
#rbshowtotxt {
    text-align: center;
}
#content #rbshowtolist {
    font-weight: bold;
    font-size: 17px;
    line-height: 25px;
}
#content #rbshowtolist ul {
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    padding-bottom: 15px;
}
#content #rbshowtolist ul * {
    padding-bottom: 0px;
}
#coupon_code {
    background-color: #FFFFFF;
    border: 1px solid #d9d9d9;
    border-radius: 25px;
    font-family: "PoppinsR", Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 18px;
    color: #000000;
    padding: 9px 27px;
    width: 150px !important;
    height: 43px !important;
    margin: 0px !important;
}
.woocommerce-cart #content .cart_totals .fee th {
	font-size: 18px;
    line-height: 21px;
    padding: 0px 0px 16px;
}
.woocommerce-cart #content .cart_totals .cart-discount th {
	font-size: 18px;
    line-height: 21px;
    padding: 0px 0px 16px;
}
.woocommerce-cart #content .cart_totals .cart-discount td {
	border-top: none;
	padding: 0px 0px 16px 16px;
	display: table-cell !important;
	text-align: right;
}
.woocommerce-cart #content .cart_totals .cart-discount .amount {
	font-size: 18px;
    line-height: 21px;
}
.woocommerce-cart #content .cart_totals .fee .amount {
	font-size: 18px;
    line-height: 21px;
}
#audio {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    background-color: #d8e6fe;
    padding: 9px 12px;
    border-radius: 25px;
    max-width: 430px;
}
#audio #tplayer {
    display: none;
}
#content #audio > a {
    display: block;
    background-color: #3D69BA;
    border-radius: 50%;
    padding: 8px;
    margin: 0px 5px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 14px 14px;
    width: 30px;
    height: 30px;
    transition: 0.3s all;
}
#content #audio > a img {
    display: block;
    width: 14px;
    height: 14px;
}
#content #audio > a.tplay {
    background-image: url(icon-play.png);
}
#content #audio > a.tpause {
    background-image: url(icon-pause.png);
}
#content #audio #tstop {
    background-image: url(icon-stop.png);
}
#content #audio p {
    padding-bottom: 0px;
    background-color: #3D69BA;
    border-radius: 25px;
    padding: 5px 10px;
    margin: 0px 5px;
    font-size: 12px;
    line-height: 14px;
    color: #ffffff;
}
#content #audio p a {
    display: inline-block;
    color: #ffffff;
    text-decoration: none;
    border: 1px solid #ffffff;
    border-radius: 25px;
    padding: 2px 10px;
    transition: 0.3s all;
}
#content #audio p .crtspeed {
    background-color: #ffffff;
    color: #797979;
}
#post-47264 #listen, #post-54646 #listen {
    display: none;
}
#content .acctform {
    text-align: center;
}
#content .accountform {
    max-width: 400px;
    margin: 0px auto 45px;
}
#content .acctform > p {
    font-family: "PoppinsSB", Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 21px;
    color: #000000;
    padding-bottom: 20px;  
}
#content .accountform p {
    padding-bottom: 0px;
}
#content .acctform input[type="text"] {
	font-family: "PoppinsR", Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 21px;
	color: #797979;
	text-align: center;
	background-color: #fff;
	border: 1px solid #cccccc;
	border-radius: 25px;
	padding: 15px 25px;
	display: block;
	width: 100%;
	height: 51px;
	margin: 0px 0px 15px;
}
#content .acctform select {
	font-family: "PoppinsR", Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 21px;
	color: #797979;
	text-align: center;
	background-color: #fff;
	border: 1px solid #cccccc;
	border-radius: 25px;
	padding: 15px 45px 15px 25px;
	display: block;
	width: 100%;
	height: 51px;
	margin: 0px 0px 15px;
    appearance: none;
    background-image: url(icon-arrow2.png);
    background-repeat: no-repeat;
    background-position: right 25px center;
}
#content .acctform select::-ms-expand {
    display: none;
}
#content .acctform input[type="submit"] {
	font-family: "PoppinsM", Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 17px;
	padding: 17px 25px;
	background-color: #F7B63F;
	color: #000000;
	text-align: center;
	box-shadow: 0px 4px 50px rgba(0, 0, 0, 0.1);
	border: none;
	border-radius: 25px;
	width: 100%;
	height: 51px;
	margin: 0px;
	cursor: pointer;
	transition: 0.2s all;
}
#multcourse {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    max-width: 400px;
}
#buybtn {
	display: inline-block;
	font-family: "PoppinsM", Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 17px;
	color: #000000;
	background-color: #F7B63F;
	text-decoration: none;
	text-align: center;
	padding: 17px 73px;
    width: 100%;
    border: none;
	border-radius: 25px;
	box-shadow: 0px 4px 50px rgba(0, 0, 0, 0.1);
    cursor: pointer;
	transition: 0.2s all;
}
#buybtn:hover {
	background-color: #F8BF57;
}
#multcourse .multcourse {
    flex: auto;
}
#multcourse .multcourse:first-of-type {
    flex: none;
    margin-right: 15px;
}
.multcourse label {
    display: block;
    font-size: 14px;
    line-height: 18px;
    color: #797979;
    padding-bottom: 8px;
}
.page-id-55343 #features, 
.page-id-55343 #featcourse, 
.page-id-55343 #courseinfo, 
.page-id-55343 #packages {
    display: none;
}
.page-id-55343 #footer {
	margin-top: 0px;
}
.page-id-55343 #fcont {
	padding-top: 33px;
}
#ca-grid.learndash-course-grid .item .entry-title a {
    display: inline-block;
    min-width: 180px;
    padding-bottom: 50px;
    background-image: url(button-begin.png);
    background-repeat: no-repeat;
    background-position: center bottom;
}
#content .ld-propanel-widget-overview .propanel-stat .stat-inner:hover {
	background: #d8e6fe;
	border-color: #d8e6fe;
	color: #000000;
}
#content .propanel {
    text-align: center;
}
#content .propanel h3 {
    font-size: 25px;
	line-height: 28px;
}
#content .stat-label {
	font-size: 16px;
	line-height: 20px;
    color: #797979;
	padding-bottom: 0px;
}
#content .ld-propanel-widget-overview .propanel-stat .stat-label a {
	color: #000000;
	text-decoration: none;
    opacity: 1;
    pointer-events: none;
    cursor: text;
}
#content .ld-propanel-widget-overview .propanel-stat .stat {
	color: #000000;
	font-size: 16px;
	line-height: 20px;
}
#content .ld-propanel-widget-overview .propanel-stat .stat a {
	color: #797979;
	text-decoration: none;
    pointer-events: none;
    cursor: text;
}
#content #post-54934 .propanel-assignments {
	display: none;
}
#content #post-54934 .propanel-essays {
	display: none;
}
#content .propanel {
    background-color: #d8e6fe;
    border-radius: 10px;
    padding: 30px;
    margin-bottom: 25px;
}
#content .propanel .clearfix {
    display: table;
}
#content .ld-propanel-widget-activity .report-header .report-pagination {
    display: none;
    width: auto;
}
#content .ld-propanel-widget-activity .report-header .report-exports {
    float: none;
    text-align: center;
    width: auto;
}
#content .report-exports button {
	display: inline-block;
	/*margin-left: 10px;*/
	background-color: #365DA4;
	box-shadow: 0px 4px 50px rgba(0, 0, 0, 0.1);
	border: none;
	border-radius: 25px;
	height: 41px;
	padding: 12px 50px;
	font-family: "PoppinsM", Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 17px;
	color: #ffffff;
	transition: 0.2s all;
	cursor: pointer;
}
#content .report-exports button:hover {
	background-color: #3D69BA;
}
#content .report-exports button:last-of-type {
    display: none;
}
#content .ld-propanel-widget-activity .report-header .report-exports button span.dashicons-download {
	margin-top: 0px;
}
#content .ld-propanel-reporting-pager-info {
	font-family: "PoppinsM", Arial, Helvetica, sans-serif;
	padding: 9px 0px;
	color: #000000;
}
#content .ld-propanel-widget-activity .report-header .report-pagination .button.button-simple {
	color: #000000;
    background-color: transparent !important;
    cursor: pointer;
}
#content .ld-propanel-widget-activity .report-header .report-pagination .button.button-simple:hover {
	color: #000000;
    background-color: transparent !important;
    box-shadow: none !important;
}
#content .ld-propanel-widget-activity .activity-item a {
	font-weight: normal;
}
#content .ld-propanel-widget-activity .activity-item .user a {
    font-weight: bold;
}
#content .ld-propanel-widget-activity .activity-item .user a::before, 
#content .ld-propanel-widget-activity .activity-item .date::before, 
#content .ld-propanel-widget-activity .activity-item .content::before {
	top: 3px;
}
#content .ld-propanel-widget-activity .activity-item {
    display: none;
	border-top: none;
	padding: 15px;
    border-radius: 10px;
}
#content .ld-propanel-widget-activity .activity-item:nth-child(2n) {
	background-color: #ffffff;
}
#content .propanel .ld-propanel-widget-progress-chart {
    max-width: 500px;
    margin: 0px auto;
}
#content #custprogress h2 {
    text-align: left;
    font-family: "PoppinsR", Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 20px;
    padding-bottom: 0px;
}
#content #custprogress .ld-course-info-my-courses img {
    display: none;
}
#content .ld-courseregistered-content-container {
    padding-bottom: 20px;
}
#content #custprogress h4 {
    padding: 12px;
    margin-bottom: 12px;
    background-color: #d8e6fe;
    border-radius: 10px;
}
#content #custprogress p strong {
    color: #000000;
}
#custprogress form input[type=text] {
    font-family: "PoppinsR", Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 21px;
    color: #797979;
    background-color: #fff;
    border: 1px solid #cccccc;
    border-radius: 25px;
    padding: 15px 25px;
    height: 51px;
    margin-bottom: 15px;
}
#custprogress form input[type=submit] {
    background-color: #365DA4;
    box-shadow: 0px 4px 50px rgba(0, 0, 0, 0.1);
    border: none;
    border-radius: 25px;
    height: 51px;
    padding: 17px 45px;
    font-family: "PoppinsM", Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 17px;
    color: #ffffff;
    transition: 0.2s all;
    cursor: pointer;
    margin-bottom: 15px;
}
#custprogress form input[type=submit]:hover {
    background-color: #3D69BA;
}
#custprogress form select {
    font-family: "PoppinsR", Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 21px;
    color: #797979;
    background-color: #fff;
    border: 1px solid #cccccc;
    border-radius: 25px;
    padding: 15px 25px;
    height: 51px;
    margin-bottom: 15px;
}
#content .quizmessage {
    padding: 20px 20px 0px;
    background-color: #fa6704;
    color: #ffffff;
    border-radius: 10px;
    margin-bottom: 25px;
}
#content .quizmessage strong {
    font-weight: normal;
    font-family: "PoppinsB", Arial, Helvetica, sans-serif;
}
#content .quizmessage p {
    color: #ffffff;
    padding-bottom: 20px;
}
#content .quizmessage a {
    color: #ffffff;
    text-decoration: underline;
}
#content .quizmessage a:hover {
    text-decoration: none;
}
#content .coursemessage strong {
    font-weight: normal;
    font-family: "PoppinsB", Arial, Helvetica, sans-serif;
}
#content .coursemessage p {
    color: #FF0004;
}
#content .coursemessage a {
    color: #FF0004;
    text-decoration: underline;
}
#content .coursemessage a:hover {
    text-decoration: none;
}
#content .tnumber {
    text-align: center;
    font-family: "PoppinsB", Arial, Helvetica, sans-serif;
    font-size: 16px;
}
#content .sfwd-quiz .ld-quiz-result-passed .wpProQuiz_button_restartQuiz {
    display: none !important;
}
#mycertificates {
    background-color: #FFFFFF;
    box-shadow: 0px 4px 50px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    padding: 25px;
    margin-bottom: 45px;
}
#mycertificates .mycerttop {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    color: #797979;
    font-size: 14px;
    line-height: 18px;
}
#mycertificates .mcttitle {
    flex: auto;
    padding-right: 20px;
}
#mycertificates .mctbtn {
    flex: none;
    width: 150px;
    text-align: center;
}
#mycertificates .mycertificate {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    border-top: 1px solid #e5e5e5;
    padding: 18px 0px;
}
#mycertificates .mycertificate:nth-of-type(2) {
    border-top: none;
}
#mycertificates .mycertificate:nth-last-of-type(1) {
    padding-bottom: 0px;
}
#mycertificates .mycertificate .mcttitle {
    font-family: "PoppinsB", Arial, Helvetica, sans-serif;
    font-size: 17px;
    line-height: 21px;
    color: #000000;
}
#mycertificates .mycertificate .mcttitle span {
    display: none;
}
#content .mctbtn a,
#content .mctbtn span {
	display: block;
	font-family: "PoppinsM", Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 17px;
	color: #ffffff;
	font-weight: normal;
	background-color: #365DA4;
	text-decoration: none;
	padding: 12px;
    width: 100%;
	border-radius: 25px;
	box-shadow: 0px 4px 50px rgba(0, 0, 0, 0.1);
	transition: 0.2s all;
}
#content .mctbtn span {
    background-color: #B7B7B7;
}
#content .mctbtn a:hover {
    background-color: #3D69BA;
}
#usergroups {    
}
#content #usergroups h3 {
    text-align: center;
}
#usergroups .usergroupsheader {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;    
    color: #797979;
    font-size: 14px;
    line-height: 18px;
    max-width: 600px;
    margin: 0px auto;
}
#usergroups .ugname {
    flex: none;
    width: 35%;
    padding-right: 20px;
}
#usergroups .uggroups {
    flex: none;
    width: 65%;
    text-align: center;
}
#usergroups .mygroups {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    border-top: 1px solid #D7D7D7;
    padding: 18px 0px;
    max-width: 600px;
    margin: 0px auto;
}
#usergroups .mygroups:nth-of-type(2) {
    border-top: none;
}
#usergroups .mygroups:nth-last-of-type(1) {
    padding-bottom: 0px;
}
#rbscheck {
    border-top: 1px solid #cccccc;
    padding-top: 35px;
}
#rbscheck .rbscheck {
    padding-bottom: 35px;
    margin-bottom: 35px;
    border-bottom: 1px solid #cccccc;
}
#content #rbscheck h2 {
    text-align: center;
    padding-top: 15px;
}
#content #rbscheck h3 {
    text-align: center;
    padding-bottom: 15px;
}
#content #rbscheck p {
    text-align: center;
    padding-bottom: 15px;
}
#content #rbscheck ul {
    max-width: 165px;
    margin: 0px auto;
}
#content .rbsnote {
    margin-top: -10px;
    font-weight: bold;
}
#rbscheck form {
    display: block;
    max-width: 400px;
    margin: 0px auto;
}
#rbscheck input[type=text] {
    font-family: "PoppinsR", Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 21px;
    color: #797979;
    background-color: #fff;
    border: 1px solid #cccccc;
    border-radius: 25px;
    padding: 15px 25px;
    height: 51px;
    width: 100%;
    margin-bottom: 15px;
    display: block;
}
#rbscheck input[type="submit"] {
	background-color: #365DA4;
	box-shadow: 0px 4px 50px rgba(0, 0, 0, 0.1);
	border: none;
	border-radius: 25px;
	height: 51px;
    width: 100%;
	padding: 17px;
	font-family: "PoppinsM", Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 17px;
	color: #ffffff;
	transition: 0.2s all;
    cursor: pointer;
}
#content .rbsresult {
    padding: 25px;
    background-color: #F9D38D;
    max-width: 600px;
    margin: 25px auto;
    border-radius: 10px;
}
#content .rbsresult.passlink {
    max-width: 950px;
}
#content .individual_ticket_widget .btn.wpsc_action_btn {
    border: none !important;
}
#content .wpsc_it_subject_widget .btn.wpsc_action_btn {
    border: none !important;
}
#content #custnav {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 25px 10px;
    list-style-type: none;
    background-color: #d8e6fe;
    border-radius: 10px;
    margin-bottom: 25px;
}
#content #custnav li {
    padding: 0px 15px;
    text-align: center;
}
#content .custinfolink {
    text-align: center;
    margin-top: -15px;
}
.custupdate {
    border-top: 1px solid #cccccc;
    padding-top: 35px;
}
#content .custupdate h2 {
    text-align: center;
}
.custupdate form input[type="text"] {
	font-family: "PoppinsR", Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 21px;
	color: #797979;
	background-color: #fff;
	border: 1px solid #cccccc;
	border-radius: 25px;
	padding: 15px 25px;
	height: 51px;
	margin-bottom: 15px;
}
.custupdate form input[type="submit"] {
	background-color: #365DA4;
	box-shadow: 0px 4px 50px rgba(0, 0, 0, 0.1);
	border: none;
	border-radius: 25px;
	height: 51px;
	padding: 17px 45px;
	font-family: "PoppinsM", Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 17px;
	color: #ffffff;
	transition: 0.2s all;
	cursor: pointer;
	margin-bottom: 15px;
}
.custupdate form input[type="submit"]:hover {
	background-color: #3D69BA;
}
.custupdate .mctbtn form input[type="submit"] {
    background-color: #F7B63F;
    color: #000000;
	font-size: 13px;
	line-height: 17px;
	padding: 12px;
    height: 41px;
}
.custupdate .mctbtn form input[type="submit"]:hover {
	background-color: #F8BF57;
}
#content .custupdate .rbsresult {
	margin: 0px auto 25px;
}
#custprogress .custupdate {
	border-top: none;
	padding-top: 0px;
}
#content #custprogress .rbsresult {
	margin: 0px auto 25px;
}
#regform {
	background-color: #FFFFFF;
	box-shadow: 0px 4px 50px rgba(0, 0, 0, 0.1);
	border-radius: 5px;
	padding: 25px 25px 5px;
}
#regform .woocommerce-privacy-policy-text {
    display: none;
}
#regform .form-row label {
	font-family: "PoppinsR", Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
	color: #797979;
	padding-bottom: 7px;
    display: block;
}
#regform .form-row input.input-text {
	background-color: #FFFFFF;
	border: 1px solid #d9d9d9;
	border-radius: 25px;
	font-family: "PoppinsR", Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 17px;
	color: #000000;
	padding: 12px 25px;
    width: 100%;
    height: 41px;
    margin-bottom: 0px;
}
#regform .form-row .required {
	color: red;
	font-weight: 700;
}
#content #regform p {
    padding-bottom: 20px;
}
#regform .woocommerce-form-register__submit {
	font-family: "PoppinsM", Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 17px;
	color: #ffffff;
	font-weight: normal;
	height: 51px;
	background-color: #365DA4;
	text-decoration: none;
	padding: 17px 60px;
    border: none;
	border-radius: 25px;
	box-shadow: 0px 4px 50px rgba(0, 0, 0, 0.1);
	transition: 0.2s all;
    cursor: pointer;
}
#regform .woocommerce-form-register__submit:hover {
	background-color: #3D69BA;
}
.pendownload {
	position: absolute;
	left: 20px;
	top: 29px;
}
#content .learndash-course-grid .grid-1 .pendownload a {
	font-family: "PoppinsM", Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 16px;
	color: #ffffff;
	font-weight: normal;
	background-color: #365DA4;
	text-decoration: none;
	padding: 9px 20px;
	border-radius: 25px;
	box-shadow: 0px 4px 50px rgba(0, 0, 0, 0.1);
}
.ld-tabs-content .wp-block-columns {
    padding-top: 25px;
}
#content #lidnotfound {
    display: none;
    font-size: 15px;
    color: #000000;
    text-align: center;
    font-weight: bold;
}
#content #lidresp {
    display: none;
    font-size: 15px;
    color: #000000;
    text-align: center;
}
#content #nolid {
    display: none;
    font-size: 15px;
    color: #000000;
    text-align: center;
    font-weight: bold;
}
#content #lanotfound {
    display: none;
    font-size: 15px;
    color: #000000;
    text-align: center;
    font-weight: bold;
}
#content #laresp {
    display: none;
    font-size: 15px;
    color: #000000;
    text-align: center;
}
#content #nola {
    display: none;
    font-size: 15px;
    color: #000000;
    text-align: center;
    font-weight: bold;
}
#content .acctthankyou {
    font-size: 15px;
    color: #000000;
    text-align: center;
    font-weight: bold;
}
#content #qfailed {
    display: none;
}
#content .infonote {
    background-color: #fa6704;
    padding: 15px 25px;
    margin-bottom: 25px;
    border-radius: 10px;
    color: #ffffff;
    text-align: center;
}
.woocommerce-MyAccount-content .woocommerce-EditAccountForm span {
    font-size: 14px;
    line-height: 17px;
    color: #000000
}
#content .bluebtn a {
    display: inline-block;
    background-color: #365da4;
    box-shadow: 0px 4px 50px rgba(0, 0, 0, 0.1);
    border-radius: 25px;
    min-width: 200px;
    height: 51px;
    padding: 17px;
    font-family: "PoppinsM", Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 17px;
    color: #ffffff;
    text-decoration: none;
    text-align: center;
    transition: 0.2s all;
}
#vtnote {
    font-size: 11px;
    line-height: 16px;
}
#post-109986 .related,
#post-109986 #timespent,
#post-109986 .woocommerce-product-gallery,
#post-109986 #topcoursebtn,
#post-109986 .product_meta  {
    display: none;
}
#content .fqlink {
    display: block;
    background-color: #fa6704;
    border-radius: 20px;
    color: #fff;
    font-size: .75em;
    font-weight: 800;
    line-height: 1.25em;
    width: 190px;
    padding: 1em 3em 1em 1em;
    text-align: center;
    text-decoration: none;
    transition: opacity .3s ease;
}
#content .fqlink::before {
	color: #fff;
	content: "\e913";
	display: inline-block;
	font-family: ld-icons !important;
    font-size: .875em;
	font-style: normal;
	font-variant: normal;
	font-weight: 400;
	line-height: 1;
	padding-right: .15em;
	position: absolute;
	right: 30px;
	text-transform: none;
	top: 50%;
	transform: translateY(-50%);
    transition: all .25s ease-in-out;
}
#content .fqlink:hover::before {
    transform: translate(3px, -50%);
}
#content #toplicense #wabtn {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}
#content #toplicense #wabtn #waenroll {
    display: inline-block;
	font-family: "PoppinsM", Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 17px;
    color: #365DA4;
    background-color: #ffffff;
    text-decoration: none;
    text-align: center;
    padding: 15px 45px;
    border: 2px solid #365DA4;
    border-radius: 25px;
    box-shadow: 0px 4px 50px rgba(0, 0, 0, 0.1);
    transition: 0.2s all;    
}
#content #toplicense #wabtn #waenroll:hover {
    background-color: #ffffff;
}
#content #toplicense #wabtn #statestart {
    margin-right: 15px;
}
#rbs.pop.waen {
    height: 92%;
    padding: 30px 10px;
}
#rbs .rbscont {
    height: 100%;
    overflow: auto;
    padding: 0px 15px;
}
#rbs.pop .smalltext {
    text-align: center;
    font-size: 13px;
}
.woocommerce-page table.cart td.actions .coupon {
    display: none !important;
}
.elementor-page p {
    color: inherit;
    padding-bottom: 5px;
}
#coursetitle,
#coursetitle h1 {
    font-size: 54px;
    line-height: 64px;
    color: #000d3c;
    padding-bottom: 15px;
}
#coursetitle strong {
    font-weight: normal;
}
p.elementor-image-box-title {
    padding-bottom: 0px;
}
.elementor-widget-image-box.elementor-position-left img {
    display: block;
}
#coursemotto {
	display: inline-block;
	width: auto;
	padding: 10px 30px 7px;
	background-color: #d9dfec;
    margin-bottom: 22px;
}
#courseprice {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    font-family: "PoppinsSB", Arial, Helvetica, sans-serif;
    font-size: 20px;
    line-height: 55px;
    color: #000d3c;
}
#courseprice #pstart {
    padding-right: 8px;
}
#courseprice strong {
    font-weight: normal;
    font-size: 48px;
    padding-right: 15px;
}
#courseprice sup {
    font-size: 30px;
    bottom: 0.9ex;
}
#courseprice s {
    font-family: "PoppinsM", Arial, Helvetica, sans-serif;
    font-size: 24px;
    color: #646465;
}
#coursenote {
    padding-bottom: 15px;
}
.page-template-pageCourse-v2 #singlecourse a,
.page-template-pageCourse-v3 #singlecourse a,
.page-template-pageCourse-v2 #bulkpage a,
.page-template-pageCourse-v3 #bulkpage a,
.page-template-pageHome-v2 #singlecourse a {
    display: inline-block;
    background-color: #405d9f;
    color: #ffffff;
    text-transform: uppercase;
    text-align: center;
    font-size: 15px;
    line-height: 27px;
    padding: 15px 25px;
    min-width: 225px;
    border-radius: 5px;
    transition: 0.2s all;
}
.page-template-pageCourse-v2 #singlecourse a:hover,
.page-template-pageCourse-v3 #singlecourse a:hover,
.page-template-pageCourse-v2 #bulkpage a:hover,
.page-template-pageCourse-v3 #bulkpage a:hover {
    background-color: #32497E;
}
.page-template-pageCourse-v2 #bulkpage #bulkstart,
.page-template-pageCourse-v3 #bulkpage #bulkstart {
    background-color: #000d3c;
    margin-left: 10px;
}
.page-template-pageCourse-v2 #bulkpage #bulkstart:hover,
.page-template-pageCourse-v3 #bulkpage #bulkstart:hover {
    background-color: #001564;
}
.elementor-position-top .elementor-image-box-title {
    padding-bottom: 10px;
}
.elementor-position-left .elementor-image-box-title {
    padding-bottom: 0px;
}
#learners50k a {
    font-size: 18px;
    color: #e8712d;
}
#hometopbtn select {
    appearance: none;
	display: inline-block;
	background-color: #405d9f;
    border: none;
	color: #ffffff;
	text-transform: uppercase;
    font-family: "PoppinsR", Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 27px;
	padding: 15px 25px;
	min-width: 225px;
	border-radius: 5px;
    background-image: url(icon-arrow.png);
    background-repeat: no-repeat;
    background-position: right 25px center;
	transition: 0.2s all;
    cursor: pointer;
}
#hometopbtn select:focus {
    outline: none;
}
#hometopbtn select::-ms-expand {
        display: none;
}
.page-template-pageHome-v2 #hometopbtn #singlecourse a {
	background-color: #000d3c;	
    margin-left: 10px;
}
.page-template-pageHome-v2 #hometopbtn #singlecourse a:hover {
	background-color: #001564;
}
#hometopbtn #statestart {
    position: relative;
    z-index: 1;
    overflow: hidden;
    vertical-align: bottom;
}
#hometopbtn #statestart::after {
	content: "";
	position: absolute;
	height: 0%;
	left: 50%;
	top: 50%;
	width: 150%;
	z-index: -1;
	background: #405d9f;
	transform: translateY(-50%) translateX(-50%) rotate(90deg);
	animation: slider 5s ease-in-out infinite;
}
@keyframes slider {
    0% {
        opacity: .5;
        height: 0px;
    }
    15% {
        opacity: 1;
	    height: 270px;
    }
    30% {
        opacity: .5;
        height: 0px;
    }
    100% {
        opacity: .5;
        height: 0px;
    }
}
#content #affwp-register-form,
#content #affwp-login-form,
#content #affwp-custom-link-generator{
	background-color: #FFFFFF;
	box-shadow: 0px 4px 50px rgba(0, 0, 0, 0.1);
	border-radius: 5px;
	padding: 25px;
	margin-bottom: 50px;
	border: none;
}
#content .affwp-form fieldset {
    padding: 0px;
    margin: 0px; 
}
#content #affwp-login-form fieldset {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
}
#content #affwp-login-form fieldset p:nth-child(2),
#content #affwp-login-form fieldset p:nth-child(3) {
    flex: none;
    width: 100%;
}
#content #affwp-login-form fieldset p:nth-child(2) {
    order: 2;
}
#content #affwp-login-form fieldset p:nth-child(3) {
    order: 3;
}
#content #affwp-login-form fieldset p:nth-child(4) {
    order: 5;
    padding-bottom: 0px;
}
#content #affwp-login-form fieldset p:nth-child(5) {
    order: 4;
    padding-bottom: 0px;
}
#content #affwp-login-form fieldset p:nth-child(6) {
    order: 6;
    margin-left: auto;
    padding-bottom: 0px;
}
#content .affwp-form legend {
	font-size: 16px;
    padding: 0px;
}
#content .affwp-form label {
    display: block;
	font-family: "PoppinsR", Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
	color: #797979;
	padding-bottom: 7px;
}
#content .affwp-form .affwp-user-remember {
    padding-bottom: 0px;
}
#content .affwp-form .affwp-user-remember input {
    margin-bottom: 0px;
}
#content .affwp-form .affwp-user-remember,
#content .affwp-form .affwp-lost-password {
    padding-top: 17px;
}
#content .affwp-form .affwp-field,
#content #affwp-login-user-login,
#content #affwp-login-user-pass,
#content #affwp-url, 
#content #affwp-payment-email {
	background-color: #FFFFFF;
	border: 1px solid #d9d9d9;
	border-radius: 25px;
	font-family: "PoppinsR", Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 17px;
	color: #000000;
	padding: 12px 25px;
    margin-bottom: 0px;
    height: 41px;
}
#content .affwp-form .affwp-field-textarea {
	height: auto;
}
#content .affwp-form input[type=submit] {
	font-family: "PoppinsM", Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 17px;
	color: #ffffff;
	font-weight: normal;
	height: 51px;
	background-color: #365DA4;
	text-decoration: none;
	padding: 17px 60px;
    margin-bottom: 0px;
	border-radius: 25px;
	box-shadow: 0px 4px 50px rgba(0, 0, 0, 0.1);
	transition: 0.2s all;
    cursor: pointer;
}
#content .affwp-form input[type=submit]:hover {
	background-color: #3D69BA;
}
#affwp-affiliate-dashboard h4,
#affwp-affiliate-dashboard-url-generator h4 {
  margin-bottom: 0px;
}
#content .affwp-form .affwp-send-notifications-wrap label {
	display: inline-block;	
	padding-bottom: 0px;
}
#content #affwp-affiliate-dashboard #affwp-affiliate-dashboard-tabs li a {
	display: block;
	background-color: #ffffff;
	box-shadow: 0px 4px 50px rgba(0, 0, 0, 0.1);
	border-radius: 5px;
	padding: 5px 15px;
    transition: 0.2s all;
    text-align: center;
}
#content #affwp-affiliate-dashboard #affwp-affiliate-dashboard-tabs li a:hover,
#content #affwp-affiliate-dashboard #affwp-affiliate-dashboard-tabs li.active a {
	font-weight: normal;
    background-color: #365DA4;
    color: #ffffff;
}
#content #affwp-affiliate-dashboard #affwp-affiliate-dashboard-tabs li {
	padding: 0px 5px 10px 0px;
}
#content .certtitle {
    padding-bottom: 15px;
}
#content .ldcertlist {
    background-color: #FFFFFF;
    box-shadow: 0px 4px 50px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    padding: 25px;
    margin-bottom: 50px;
}
#content #certlist {
    background-color: #FFFFFF;
    box-shadow: 0px 4px 50px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    padding: 25px;
    margin-bottom: 50px;
    list-style-type: none;
    line-height: 25px;
}
#content #expcourse {
    display: block;
    list-style-type: none;
    padding: 20px 25px;
    background-color: #F9D38D;
    border-radius: 10px;
    margin: 35px 0px;    
}
#content #expcourse li {
    display: block;
    padding-bottom: 5px;
}
#content .restartbtn {
    text-align: center;
    padding: 15px 0px;
}
#content .restartbtn a {
    display: inline-block;
	font-family: "PoppinsM", Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 17px;
	padding: 17px 25px;
	background-color: #F7B63F;
	color: #000000;
	text-align: center;
	box-shadow: 0px 4px 50px rgba(0, 0, 0, 0.1);
	border-radius: 25px;
	height: 51px;
	margin: 0px;
	cursor: pointer;
	transition: 0.2s all;
}
#rbscheck.txnr,
#rbscheck.txch {
	border-top: none;
	padding-top: 0px;
}
.single-sfwd-topic .uc_ld_timer {
    display: block;
    text-align: center;
    font-size: 16px;
    line-height: 23px;
    padding-bottom: 10px;
}
.learndash-wrapper .ld-tab-content a {
	color: #fa6704;
}
.learndash-wrapper .ld-tab-content a:hover {
	text-decoration: underline;
}
#grassblade-130707 iframe {
    min-height: 700px;
    overflow: hidden;
}
#sms_agree_field {
    margin-top: -35px;
    margin-bottom: 45px;
}
#waevform {
    max-width: 600px;
    margin: 0px auto;
}
#content .ld-quiz-result-passed .wpProQuiz_list p,
#content .ld-quiz-result-failed .wpProQuiz_list p {
    padding-bottom: 0px;
}
#content .ld-quiz-result-passed .wpProQuiz_listItem,
#content .ld-quiz-result-failed .wpProQuiz_listItem {
    padding-bottom: 15px;
}
#txqform > p strong {
    display: block;
}
#edupage .entry-title {
    font-size: 48px;
    line-height: 54px;
    padding-top: 25px;
}
#edupage .entry-content {
    font-size: 16px;
    line-height: 24px;
    color: #000d3c;
}
#edupage .entry-content p {
    color: #000d3c;
    padding-bottom: 33px;
}
#edupage .entry-content ul, 
#edupage .entry-content ol {
    color: #000d3c;
    padding-bottom: 18px;
    overflow: hidden;
}
#edupage .entry-content h2 {
    font-size: 30px;
    line-height: 39px;
    padding-bottom: 8px;
    color: #3e5c9f;
}
#edupage .entry-content h3 {
    font-size: 20px;
    line-height: 36px;
    color: #3e5c9f;
    padding-bottom: 8px;
}
#edupagebtm {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    background-color: #eaeef7;
    padding: 35px;
    margin: 6px 0px 50px;
}
#edupagebtm p {
    padding-bottom: 0px;
}
#edtitle {
    padding-right: 25px;
    flex: none;
    width: 43%;
}
#edtitle h4 {
    font-size: 20px;
    line-height: 25px;
    color: #ea712d;
    text-transform: uppercase;
    font-family: "PoppinsR", Arial, Helvetica, sans-serif;
    padding-bottom: 5px;
}
#edtitle h3 {
    font-size: 48px;
    line-height: 56px;
    color: #000d3c;
    padding-bottom: 0px;
}
#edtitle.smaller h3 {
    font-size: 40px;
}
#ednotes {
    padding-right: 35px;
    font-size: 17px;
    line-height: 26px;
    color: #3e5c9f;
    flex: none;
    width: 31%;
}
.ednote {
    background-color: #f8fafc;
    border-left: 3px solid #ea712d;
    padding: 15px 15px 15px 75px;
    margin: 0px 0px 22px;
    background-image: url(icon-certified-inner.png); 
    background-position: left 15px center;
    background-repeat: no-repeat;
}
#ednotes .ednote:last-child {
    background-image: url(icon-study-inner.png);   
    margin-bottom: 0px;
}
#edbtn p {
    font-size: 16px;
    line-height: 24px;
    color: #000d3c;
    padding-bottom: 0px;
}
#edbtn p:first-child {
    padding-bottom: 24px;
}
#edbtn a {
    background-color: #3e5c9f;
    display: inline-block;
    padding: 15px 50px;
    font-size: 15px;
    line-height: 27px;
    color: #ffffff;
    text-decoration: none;
    text-transform: uppercase;
    border-radius: 5px;
    transition: 0.3s all;
}
#edbtn a:hover {
    background-color: #2a3f70;
}
#edupage .smallorangetitle {
    font-size: 20px;
	line-height: 25px;
	color: #ea712d;
	text-transform: uppercase;
	font-family: "PoppinsR", Arial, Helvetica, sans-serif;
	padding-bottom: 8px;
    font-weight: normal;
}
#edupage strong {
    font-weight: normal;
    font-family: "PoppinsB", Arial, Helvetica, sans-serif;
}
#edupage ul li,
#edupage ol li {
    padding-bottom: 15px;
}
#roleset {
    display: flex !important;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
#roleset input {
    flex: none;
    width: 49% !important;
}
#rbs .rbs2col {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
#rbs .rbs2col span {
    display: block;
    color: #797979;
    white-space: nowrap;
    margin-bottom: 15px; 
}
#rbs .rbs2col input {
    margin-left: 15px !important;
}
.page-template-pageCourse-v3 #titlesmall {
    font-size: 35px;
    line-height: 36px;
    color: #131a4a;
    padding-bottom: 25px;
}
.page-template-pageCourse-v3 #titlesmall span {
    display: block;
    font-size: 29px;    
}
.page-template-pageCourse-v3 #coursetitle,
.page-template-pageCourse-v3 #coursetitle h1 {
    font-size: 40px;
    line-height: 47px;
    color: #000;
    padding-bottom: 12px;
}
.page-template-pageCourse-v3 #coursemotto {
    min-width: 75%;
    margin-bottom: 25px;
}
.page-template-pageCourse-v3 #coursemotto p {
    font-size: 20px;
    font-family: "PoppinsM", Arial, Helvetica, sans-serif;
}
.page-template-pageCourse-v3 #courseprice {
    padding-bottom: 20px;
    font-family: "PoppinsB", Arial, Helvetica, sans-serif;
}
.page-template-pageCourse-v3 #courseprice s {
    display: none;
}
.page-template-pageCourse-v3 #singlecourse #statestart {
    font-size: 27px;
    line-height: 30px;
    padding: 25px 55px;
    text-transform: none;    
}
.page-template-pageCourse-v3 #tlbtn #bulkbtn #statestart,
.page-template-pageCourse-v3 #tlbtn #bulkbtn #bulkstart {
    font-size: 22px;
    line-height: 30px;
    padding: 25px 30px;
    text-transform: none;
}
.page-template-pageCourse-v3 #courseprice sup {
    bottom: 0px;
    font-size: 48px;
}
#addon {
    display: none;
    position: fixed;
    left: 50%;
    top: 50%;
    background-color: #ffffff;
    width: 90%;
    max-width: 925px;
    padding: 55px;
    box-shadow: 0px 4px 50px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    transform: translate(-50%, -50%);
    z-index: 6000;    
}
#addoncont {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	max-width: 740px;
	margin: 0px auto;
	padding: 35px 0px;
}
.addonpic {
	padding-bottom: 15px;
	padding-right: 45px;
    flex: none;
}
#addon h3 {
    text-align: center;
    padding-bottom: 15px;
}
#addon p {
    font-family: "PoppinsR", Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 20px;
	padding-bottom: 15px;
	color: #797979;
    text-align: center;
}
#addon .addontxt p {
	text-align: left;
	font-size: 13px;
	line-height: 17px;
	color: #000000;
}
#addon #addonbtn {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 0px;
    max-width: 300px;
    margin: 0px auto;
}
#addon #addonbtn a {
    flex: none;
    width: 49%;
    display: block;
	font-family: "PoppinsM", Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 17px;
    text-decoration: none;
	padding: 10px;
	background-color: #F7B63F;
	color: #000000;
	text-align: center;
	box-shadow: 0px 4px 50px rgba(0, 0, 0, 0.1);
	border-radius: 25px;
	transition: 0.2s all;
}
#addon .addonprice {
    font-family: "PoppinsSB", Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: #000d3c;
}
#addon .addonprice s {
    font-size: 14px;
    color: #646465;
}
#proview {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: flex-start;
}
#content #coursedata,
#content .cdatadld a {
    display: inline-block;    
    background-color: #365DA4;
    box-shadow: 0px 4px 50px rgba(0, 0, 0, 0.1);
    border: none;
    border-radius: 25px;
    height: 41px;
    padding: 12px 50px 12px 70px;
    font-family: "PoppinsM", Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 17px;
    color: #ffffff;
    text-decoration: none;
    margin: 0px auto;
    transition: 0.2s all;
    cursor: pointer;
    background-image: url(icon-group-activity.png);
    background-repeat: no-repeat;
    background-position: left 50px center;
}
#content #coursedata:hover,
#content .cdatadld a:hover {
    background-color: #3D69BA;
}
#content .cdatatxt {
    padding-bottom: 15px;
}
#content .woocommerce-order .product-purchase-note p {
    text-align: center;
    padding: 15px;
}
#content .woocommerce-order .product-purchase-note p a,
#content .woocommerce-order .order-again a {
	display: inline-block;
	font-family: "PoppinsM", Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 17px;
	color: #ffffff;
	font-weight: normal;
	background-color: #365DA4;
	text-decoration: none;
	padding: 17px 60px;
	border-radius: 25px;
	box-shadow: 0px 4px 50px rgba(0, 0, 0, 0.1);
	transition: 0.2s all;
}
#content .woocommerce-order .product-purchase-note p a:hover,
#content .woocommerce-order .order-again a:hover {
	background-color: #3D69BA;
}
#content .woocommerce-order .order-again a {
    font-size: 14px !important;
    padding: 10px 20px !important;
}
#content #tlbtn #bulkbtn {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}
#bulkstateform .bulkfield span {
    color: #FF0003;
    font-size: 15px;
}
#fhandler .elementor-container {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: flex-end;
	padding-bottom: 35px;
}
#fhandler .fhandler {
	width: 26.5%;
    flex: none;
}
#fhandler .fhandler .elementor-widget-container {
    border: 3px solid #0480d4;
    background-color: #ffffff;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    min-height: 750px;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
}
#fhandler .fhandler:first-child {
    width: 17.5%;
}
#fhandler .fhandler:first-child .elementor-widget-container {
    border: none;
    min-height: 1px;
    box-shadow: none;
}
#fhandler .fhandler:nth-child(3) {
    margin: 0px 1.5%;
}
#fhandler .fhandler:nth-child(3) .elementor-widget-container {
    min-height: 810px;
}
#fhandler h4 {
    font-family: "PoppinsR", Arial, Helvetica, sans-serif;
    font-size: 13px;
    line-height: 18px;
    text-transform: uppercase;
    color: #8c92a5;
    font-weight: normal;
    padding: 15px 15px 5px;
}
#fhandler h3 {
    font-family: "PoppinsB", Arial, Helvetica, sans-serif;
    font-size: 22px;
    line-height: 24px;
    text-transform: uppercase;
    color: #721a55;
    font-weight: normal;
    padding: 0px 15px 10px;
}
#fhandler p {
    padding: 0px 15px 15px;
}
#fhandler .fhprice {
    font-family: "PoppinsB", Arial, Helvetica, sans-serif;
    font-size: 22px;
    line-height: 25px;
    color: #0480d4;
    margin-top: auto;
    text-align: center;
    padding: 15px;
}
#fhandler .fhprice s {
    font-size: 18px;
    color: #8c8c8c;
}
#fhandler .fhbuy {
    padding: 0px 15px 15px;
}
#fhandler .fhbuy a {
    font-family: "PoppinsM", Arial, Helvetica, sans-serif;
    display: block;
    color: #ffffff;
    font-size: 15px;
    line-height: 20px;
    text-align: center;
    background-color: #721a55;
    padding: 11px;
    transition: 0.2s all;
}
#fhandler .fhbuy a:hover {
    background-color: #8E2069;
}
#fhandler .fhribbon {
    display: block;
    font-family: "PoppinsB", Arial, Helvetica, sans-serif;
    color: #ffffff;
    font-size: 25px;
    line-height: 30px;
    text-align: center;
    text-transform: uppercase;
    background-color: #0480d4;
    padding: 15px;
}
.fhtable .fhline {
    padding: 30px;
    border-top: 1px solid #e6e6e6;
    text-align: center;
    line-height: 30px;
    color: #000000;
}
.fhtable .fhline:nth-child(even) {
    background-color: #f7fbfe;
}
.fhtable .fhline span {
    display: none;
}
#fhandler .fhandler:first-child .fhtable {
    border-left: 1px solid #aaaaaa;
    border-bottom: 1px solid #aaaaaa;
    margin-bottom: 2px;
}
#fhandler .fhandler:first-child .fhtable .fhline {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    text-align: left;
    padding: 10px;
    line-height: 22px;
    min-height: 91px;
    background-color: #ffffff;
    border-top-color: #aaaaaa;
}
#fhandler .fhandler:first-child .fhtable .fhline:nth-child(odd) {
    background-color: #f7fbfe;
}
.fhtable img {
    display: block;
    margin: 0px auto;
}
#bulkbtn select {
	appearance: none;
	display: inline-block;
	background-color: #405d9f;
	border: none;
	color: #ffffff;
	font-family: "PoppinsR", Arial, Helvetica, sans-serif;
	font-size: 22px;
	line-height: 30px;
	padding: 25px 30px;
    margin-right: 8px;
	width: 300px;
	border-radius: 5px;
	background-image: url(icon-arrow.png);
	background-repeat: no-repeat;
	background-position: right 25px center;
	transition: 0.2s all;
	cursor: pointer;
}
#bulkbtn select option {
    font-size: 16px;
	line-height: 20px;
}
.page-template-pageCourse-v3 #singlecourse .multibtn {
    background-color: #000d3c;
}
.page-template-pageCourse-v3 #singlecourse .multibtn:hover {
    background-color: #001564;
}
#content #tlbtn #bulkbtn.enroll {
	flex-direction: column;
	align-items: flex-start;
}
.page-template-pageCourse-v2 #bulkbtn.enroll #bulkpage #bulkstart,
.page-template-pageCourse-v3 #bulkbtn.enroll #bulkpage #bulkstart {
    color: #000000;
    font-size: 20px;
    line-height: 25px;
	background-color: #F7B63F;
    margin-left: 0px;
    margin-top: 10px;
    min-width: 537px;
    padding: 15px 30px;
}
.page-template-pageCourse-v2 #bulkbtn.enroll #bulkpage #bulkstart:hover,
.page-template-pageCourse-v3 #bulkbtn.enroll #bulkpage #bulkstart:hover {
	background-color: #F8BF57;
}
#user_switching_switch_on {
    font-family: "PoppinsSB", Arial, Helvetica, sans-serif;
    font-size: 18px !important;
    line-height: 25px !important;
    text-transform: uppercase;
    bottom: 0px !important;
    left: 0px !important;
    display: block !important;
    text-align: center !important;    
}
#user_switching_switch_on a {
    display: block !important;
    padding: 15px !important;
    text-decoration: none !important;
    background-color: #F7B63F !important;
    transition: 0.2s all;
}
#user_switching_switch_on a:hover {
    background-color: #F8BF57 !important;
}
#content .grassblade_launch_link {
    display: block;
    background-color: #F7B63F;
    box-shadow: 0px 4px 50px rgba(0, 0, 0, 0.1);
    border-radius: 25px;
    width: 250px;
    height: 51px;
    padding: 17px;
    margin: 0px auto;
    font-family: "PoppinsM", Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 17px;
    text-align: center;
    color: #000000;
    text-decoration: none;
    transition: 0.2s all;
}
#content .grassblade_launch_link:hover {
    background-color: #F8BF57;
}
#grassblade_lightbox .grassblade_lightbox {
	border: 5px solid #001436;
    border-radius: 15px;
}
#content .infomessage {
    padding: 15px 20px;
    background-color: #F9D38D;
    border-radius: 10px;
    margin-bottom: 25px;
    color: #000;
}
.ldgr-fix-group-limit {
	width: 37% !important;
}
.ldgr-fix-group-limit p {
	padding-bottom: 0px !important;
}
#aztop {
    max-width: 700px;
    margin: 0px auto;
}
#aztop p {
    color: #000000;
}
#azform p {
    color: #000000;
}
#azrating {
    margin-bottom: 25px;
}
.azrow {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: stretch;
    flex-wrap: nowrap;
    background-color: #d8e6fe;
}
#azrating .azrow:nth-child(even) {
    background-color: #ECF3FE;
}
#azrating .azrow:first-child .azcol {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
}
#azrating .azrow:first-child .azcol span {
    display: block;
    padding-bottom: 15px;
}
#azrating .azrow:first-child .azcol:first-child span {
	display: none;
    padding: 0px;
}
.azcol {
    flex: none;
    width: 80px;
    text-align: center;
    padding: 15px 0px;
}
.azrow .azcol:first-child {
    flex: auto;
    width: auto;
    text-align: left;
    padding: 15px;
    border-right: 1px solid #C6DAFD;
}
#azrating .azrow:nth-child(even) .azcol:first-child {
    border-right: 1px solid #D7E5FC;
}
.azrow .azcol:nth-child(3),
.azrow .azcol:nth-child(5) {
    border-left: 1px solid #C6DAFD;
    border-right: 1px solid #C6DAFD;
}
#azrating .azrow:nth-child(even) .azcol:nth-child(3),
#azrating .azrow:nth-child(even) .azcol:nth-child(5) {
    border-left: 1px solid #D7E5FC;
    border-right: 1px solid #D7E5FC;
}
.azcol input {
    margin: 0px;
}
#azbtm p:first-child {
    font-weight: bold;
    padding-bottom: 10px;
}
#azbtm textarea {
	font-family: "PoppinsR", Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 21px;
	color: #000000;
	background-color: #fff;
	border: 1px solid #cccccc;
	border-radius: 25px;
	padding: 15px 25px;
	display: block;
	width: 100%;
}
#azsubmit {
	display: block;
	margin: 0px auto;
	background-color: #365DA4;
	box-shadow: 0px 4px 50px rgba(0, 0, 0, 0.1);
	border: none;
	border-radius: 25px;
	height: 51px;
	padding: 17px 50px;
	font-family: "PoppinsM", Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 17px;
	color: #ffffff;
	transition: 0.2s all;
	cursor: pointer;
}
#azsubmit:hover {
	background-color: #3D69BA;
}
#azresponse {
    display: block;
    padding: 15px;
    text-align: center;
    background-color: #F7B63F;
    color: #000000;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 25px;
}
.elementor-posts article {
    border: 1px solid #e7e7e7;
}
.elementor-posts .elementor-post__text {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
}
.elementor-posts .elementor-post__title {
	padding: 0px 25px 25px;
    order: 2;
}
.elementor-posts .elementor-post__meta-data {
	padding: 0px 25px;
    order: 1;
    display: none;
}
.elementor-posts .elementor-post__excerpt {
	padding: 0px 25px 10px;
    order: 3;
}
.elementor-posts .elementor-post__read-more {
	display: block;
    margin-top: auto;
    border-top: 1px solid #e7e7e7;
    text-align: right;
    width: 100%;
    padding: 15px 25px;
    order: 4;
}
.postid-255810 .ld-progress-bar,
.postid-255810 .ld-progress-percentage,
.postid-268050 .ld-progress-bar,
.postid-268050 .ld-progress-percentage {
	display: none;
}
.postid-255810 .ld-progress-inline,
.postid-268050 .ld-progress-inline {
	flex-direction: row !important;
}
.postid-255795 .ld-progress,
.postid-268035 .ld-progress,
.postid-255798 .ld-progress,
.postid-268038 .ld-progress {
	display: none;
}
.postid-255795 .ld-breadcrumbs-segments,
.postid-268035 .ld-breadcrumbs-segments,
.postid-255798 .ld-breadcrumbs-segments,
.postid-268038 .ld-breadcrumbs-segments {
	padding-bottom: 0px;
}
.postid-255798 #listen,
.postid-268038 #listen {
    display: none;
}
.postid-255798 .ld-content-actions .ld-content-action:first-child .ld-button,
.postid-268038 .ld-content-actions .ld-content-action:first-child .ld-button {
    display: none;
}
.wanote {
    max-width: 600px;
    margin: 0px auto;
}
.centered {
    text-align: center;
}
#content #rbs.shipping form p {
	display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    flex: none;
}
#content #rbs.shipping form label {
	width: 25%;
    flex: none;
    padding-bottom: 15px;
    font-size: 14px;
    line-height: 22px;
    color: #000000;
}
#content #rbs.shipping input[type="text"] {	
	width: 75%;
}
#permit {
    max-width: 960px;
    margin: 0px auto;
    text-align: center;
    padding: 45px 140px 30px;
    border: 1px solid #4472c4;
    border-radius: 23px;
}
#permit h4 {
    font-family: "MontserratB", Arial, Helvetica, sans-serif;
    font-size: 30px;
    line-height: 40px;    
    color: #000000;
    font-weight: normal;
    padding-bottom: 45px;
}
#content #rbsresp #permit p {
    font-size: 20px;
    line-height: 32px;
    color: #000000;
    padding-bottom: 30px;
}
#content #rbsresp #permit .priority {
    display: none;
    font-size: 23px;
    line-height: 35px;
}
#permit p strong {
	font-family: "PoppinsB", Arial, Helvetica, sans-serif;
	font-weight: normal;
}
#permit h5 {
    font-family: "MontserratB", Arial, Helvetica, sans-serif;
    font-size: 25px;
    line-height: 32px;
    color: #000000;
    font-weight: normal;
    text-decoration: underline;
    padding-bottom: 20px;
}
#content .yellowbtn a {
    display: inline-block;
    background-color: #F7B63F;
    box-shadow: 0px 4px 50px rgba(0, 0, 0, 0.1);
    border-radius: 25px;
    min-width: 200px;
    padding: 15px 75px;
    font-family: "PoppinsM", Arial, Helvetica, sans-serif;
    font-size: 30px;
    line-height: 43px;
    color: #000000;
    text-decoration: none;
    text-align: center;
    transition: 0.2s all;
}
#content .automatetxt {
    font-size: 16px;
    line-height: 22px;
    color: #1e253e;
    text-align: center;
}
#automate {
    max-width: 930px;
    margin: 0px auto;
    padding: 30px 30px 15px;
    background-color: #ffffff;
    border-radius: 15px;
    box-shadow: 0px 2px 15px 0px rgba(53,41,183,0.07);
}
#automate form {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
    max-width: 805px;
    margin: 0px auto;
}
#automate form label {
    display: block;
    padding-bottom: 10px;
    font-size: 16px;
    color: #465c9a;
}
#automate form p {
    padding-bottom: 20px;
}
#automate select {
    font-family: "PoppinsR", Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 21px;
    color: #1e253e;
    background-color: #fff;
    border: 1px solid #e1e1e1;
    border-radius: 7.5px;
    padding: 10px 37px 10px 25px;
    margin-bottom: 0px;
    display: block;
    width: 290px;
    height: 41px;
    appearance: none;
    background-image: url(icon-arrow2.png);
    background-repeat: no-repeat;
    background-position: right 20px center;
}
#automate input[type="submit"] {
    font-family: "PoppinsR", Arial, Helvetica, sans-serif;
    font-size: 15px;
    line-height: 23px;
    color: #ffffff;
    text-align: center;
    background-color: #ea712d;
    padding: 10px 15px;
    border: none;
    border-radius: 7.5px;    
    width: 150px;       
    height: 43px;
    margin-bottom: 20px;
    cursor: pointer;
}
#automatelist {    
    display: grid;
    grid-template-rows: auto;
    grid-template-columns: repeat(3, minmax(50px, 1fr));
    grid-gap: 23px;
    max-width: 930px;
    margin: 0px auto;
}
.automatelist {
    padding: 25px;
    background-color: #ffffff;
    border-radius: 15px;
    box-shadow: 0px 2px 15px 0px rgba(53,41,183,0.07);
    text-align: center;
}
#content #automateres .automatetxt {
    padding-bottom: 20px;
}
#content .automatetxtbig {
    font-family: "PoppinsSB", Arial, Helvetica, sans-serif;
    font-size: 19px;
    line-height: 25px;
    color: #1e253e;
    text-align: center;
    padding-bottom: 27px;
}
.automatelist h3 {
    font-family: "PoppinsSB", Arial, Helvetica, sans-serif;
    font-size: 24px;
    line-height: 29px;
    color: #465c9a;
    padding-bottom: 13px;
    max-width: 245px;
    margin: 0px auto;
}
.automatelist p {
    padding-bottom: 13px;
}
.automatelist p a {
    display: inline-block;
    width: 145px;
    color: #ffffff;
    text-decoration: none;
    background-color: #ea712d;
    border-radius: 5.5px;
    padding: 12px 20px;
}
.automatelist p:last-of-type a {
    background-color: #465c9a;
}
#automateres {
    padding: 35px 0px 25px;
}
#btnhide {
    position: absolute;
    left: -5px;
    top: -5px;
    width: 207px;
    height: 55px;
    background-color: #fff;
}

/* ------------------------------------------------------------------------------ */

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {  
#content #toplicense #statesel {
    padding: 14px 48px 14px 25px;
}
#content #singlecourse #langsel {
    padding: 14px 48px 14px 25px;
}
}

@media screen and (max-width: 1170px) {
.tlcont {
	flex: auto;
}
#features .feature br {
    display: none;
}
#content #tlbtn #bulkbtn {
	flex-direction: column;
}
#content #tlbtn #bulkbtn form {
	flex: none;
    width: 100%;
}
#tlbtn #bulkbtn a {
	display: block;
}
#tlbtn #bulkbtn #bulkstart {
	margin: 15px 0px 0px;
}
#bulkbtn select {
    display: block;
    width: 100%;
    margin-bottom: 15px;
}
.page-template-pageCourse-v2 #bulkbtn.enroll #bulkpage #bulkstart,
.page-template-pageCourse-v3 #bulkbtn.enroll #bulkpage #bulkstart {
    min-width: 1px;
    width: 100%;
}
}

@media screen and (max-width: 1140px) {
#header {
    padding: 25px 15px;
}
#topmenu #toplogin {
    display: none;
}
#topmenu #mmenu {
	display: block;
}
#dmenu {
    display: none;
}
#logo img {
    max-width: 150px;
    height: auto;
}
#sidr-id-mainmenu #sidr-id-mlogin a {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	border: 2px solid #FFFFFF;
	border-radius: 25px;
	padding: 10px 43px;
	transition: 0.2s all;
}
#sidr-id-mainmenu #sidr-id-mlogin {
	padding-top: 30px;
}
#sidr-id-mainmenu #sidr-id-mlogin a:hover {
	color: #d7dfed;
	border: 2px solid #d7dfed;
}
#sidr-id-mainmenu #sidr-id-mlogin img {
	margin-right: 10px;
}
#sidr-id-mainmenu #sidr-id-mlogin a:hover img {
	opacity: 0.8;
}
.admin-bar .sidr {
  top: 102px;
}
.tlpic {
	max-width: 500px;
}
#toplicense {
	padding: 70px 15px;
}
.featpic {
	flex: none;
    max-width: 400px;
    padding-right: 15px;
}
.featcont {
	flex: auto;
	max-width: none;
    width: 100%;
}
#featcourse {
	padding-top: 45px;
	padding-bottom: 100px;
}
#edtitle {
	padding-right: 20px;
	width: 35%;
}
#edtitle h3 {
	font-size: 35px;
	line-height: 45px;
}
#ednotes {
	padding-right: 25px;
	font-size: 15px;
	width: 36%;
}
}

@media screen and (max-width: 1125px) {
#content #courseinfo ul li {	
	padding: 26px 25px 26px 80px;
}
.woocommerce-cart #content .cross-sells ul .button {
	padding: 13px 57px 13px 32px;
    background-position: right 31px center;
}
.stateform {
    padding: 0px 25px 60px;
}
.bulkfield input[type="submit"] {
	padding: 17px 25px;
}
#bulkstateform .bulkfield:nth-child(-n+2) {
	padding-right: 15px;
}
#bulkstateform .bulkfield:nth-last-child(2) {
    width: 132px;
	padding-right: 15px;
}
#bulkqty {
	padding: 14px 0px;
}
.bulkfield select {
	padding: 15px 45px 15px 20px;
}
#content #tab-2 #wdm_ldgr_group_report {
	table-layout: auto;
}
}

@media screen and (max-width: 1080px) {
#fhandler .fhandler:first-child .fhtable .fhline {
	font-size: 12px;
    line-height: 17px;
}
#fhandler h3 {
	font-size: 20px;
	line-height: 23px;
}
}

@media screen and (max-width: 1050px) {
#coursetitle,
#coursetitle h1 {
	font-size: 30px;
	line-height: 36px;
}
.page-template-pageCourse-v2 #singlecourse a,
.page-template-pageCourse-v3 #singlecourse a,
.page-template-pageCourse-v2 #bulkpage a,
.page-template-pageCourse-v3 #bulkpage a,
.page-template-pageHome-v2 #singlecourse a {
	min-width: 1px;
}
#learners50k h2 {
    font-size: 32px;
    line-height: 36px;
}
.elementor-124330 .elementor-element.elementor-element-8640471 .elementor-heading-title,
.elementor-124330 .elementor-element.elementor-element-f31ffb7 .elementor-heading-title,
.elementor-124330 .elementor-element.elementor-element-59c3867 .elementor-heading-title {
	font-size: 32px;
    line-height: 36px;
}
.page-template-pageCourse-v3 #titlesmall {
	font-size: 30px;
	line-height: 32px;
}
.page-template-pageCourse-v3 #titlesmall span {
	font-size: 23px;
}
.page-template-pageCourse-v3 #coursetitle,
.page-template-pageCourse-v3 #coursetitle h1 {
	font-size: 30px;
	line-height: 36px;
}
.page-template-pageCourse-v3 #coursemotto p {
	font-size: 18px;
}
}

@media screen and (max-width: 975px) {
.tlpic {
	display: none;
}
.mtlpic {
    display: block;
    float: right;
    max-width: 400px;
}
.tlcont {
	max-width: 100%;
}
#content #toplicense #statesel {
    margin-bottom: 15px;    
}
#features {
	flex-direction: column;
}
.feature {
	width: 100%;
    margin-bottom: 15px;
}
#content #courseinfo h3 {
	padding-bottom: 30px;
}
#content #courseinfo ul li {	
	width: 48.7%;
}
#bulkpic img {
	max-width: 320px;
}
#content #toplicense #bulkbtn {
    flex-direction: column;
    align-items: flex-start;
}
#content #toplicense #bulkbtn #statestart {
    margin-bottom: 15px;
    margin-right: 0px;
}
#content .woocommerce-cart-form table.shop_table thead th {
	flex: none;
}
#content .woocommerce-cart-form table.shop_table tbody td {
	flex: none;
}
#content .woocommerce-cart-form table.shop_table thead .product-quantity {
	width: 13.5%;
}
#content .woocommerce-cart-form table.shop_table thead .product-subtotal {
	width: 12%;
}
#content .woocommerce-cart-form table.shop_table tbody .product-quantity {
	width: 13.5%;
}
#content .woocommerce-cart-form table.shop_table tbody .product-subtotal {
	width: 12%;
}
#content .woocommerce-checkout .col-1 .woocommerce-billing-fields__field-wrapper #billing_first_name_field {
	width: 100%;
}
#content .woocommerce-checkout .col-1 .woocommerce-billing-fields__field-wrapper #billing_last_name_field {
	width: 100%;
}
.fmenu {
	padding-right: 0px;
}    
}

@media screen and (max-width: 950px) {
#featcourse {
	flex-direction: column;
}
.featcont {
	order: 1;
}
.featpic {
	padding-right: 0px;
    order: 2;
    padding-top: 25px;
    width: 100%;
}
#content .featpic img {
    width: 100%;    
}
#content #featcourse h3 {
	max-width: none;
}
#content #featcourse p {
	text-align: left;
}
#aboutpic img {
	max-width: 320px;
}
#content #wdm_ldgr_group_report_wrapper .wdm-select-wrapper {
	float: none;
    justify-content: space-between;
}
#content #wdm_ldgr_group_report_wrapper #wdm_ldgr_group_report_length {
	float: none;
    margin-bottom: 25px;
    text-align: center;
}
.bulkseats #bulkstateform .bulkfield:last-child {
	width: auto;
}
.bulkseats #bulkstateform .bulkfield:first-child {
    max-width: 100%;
	width: 100%;
	padding-right: 0px;
}
.bulkseats #bulkstateform .bulkfield:nth-child(2) {
    max-width: 100%;
	width: 100%;
	padding-right: 0px;
}
.bulkseats #bulkstateform .bulkfield:nth-child(3) {
    max-width: 100%;
	width: 100%;
	padding-right: 0px;
}
#edupagebtm {
	flex-direction: column;
}
#edtitle {
	padding-right: 0px;
	width: 100%;
	text-align: center;
    padding-bottom: 25px;
}
#ednotes {
	padding-right: 0px;
	width: 100%;
	max-width: 300px;
    padding-bottom: 25px;
}
#edbtn {
    text-align: center;
}
}

@media screen and (max-width: 920px) {
#fhandler .fhandler {
	width: 32%;
}
#fhandler .fhandler:first-child {
	display: none;
}
.fhtable .fhline span {
	display: block;
    line-height: 20px;
    padding-bottom: 10px;
}
.fhtable .fhline span::after {
	content: ":";
    display: inline;
}
}

@media screen and (max-width: 910px) {
#bulkstateform {
    flex-wrap: wrap;
}
#bulkstateform .bulkfield:nth-child(-n+2) {
    width: 100%;
    max-width: 100%;
	padding-right: 0px;
}
#conttxt {
	max-width: 270px;
}
#content #conttxt ul {
	padding-left: 25px;
}
}

@media screen and (max-width: 870px) {
#fcont {
	flex-wrap: wrap;
}
#fcont.cafcont {
	flex-direction: column;
}
.fpic {
    width: 100%;
    text-align: center;
}
.fpic img {
	margin-bottom: 0px;
}
.fmenu {
	padding-right: 0px;
}
#fcont.cafcont .fmenu {
	padding-left: 0px;
}
.fsocial {
	width: auto;
}
.fmenu p {
    display: none;
}
.frbs {
    padding-bottom: 25px;
}
.mcopyright {
    display: block;
    width: 100%;
    text-align: center;
    padding: 0px 45px;
}
.woocommerce-cart #content .cross-sells ul li {
	width: 49%;
    margin-bottom: 15px;
}
.page-template-pageCourse-v2 #singlecourse a,
.page-template-pageCourse-v3 #singlecourse a,
.page-template-pageCourse-v2 #bulkpage a,
.page-template-pageCourse-v3 #bulkpage a,
.page-template-pageHome-v2 #singlecourse a {
	display: block;
}
.page-template-pageCourse-v2 #bulkpage #bulkstart,
.page-template-pageCourse-v3 #bulkpage #bulkstart {
	margin: 15px 0px 0px;
}
#hometopbtn select {
	display: block;
    width: 100%;
    text-align: center;
    margin-bottom: 15px;
}
.page-template-pageHome-v2 #hometopbtn #singlecourse a {
	display: block;
	margin-left: 0px;
}
.page-template-pageCourse-v3 #coursemotto {
	min-width: 100%;
}
#bulkbtn select {
	display: block;
	width: 100%;
	text-align: center;
    margin-right: 0px;
	margin-bottom: 15px;
}
#automate form {
	flex-direction: column;
	align-items: center;
}
#automate input[type="submit"] {
	width: 290px;
    margin-top: 5px;
}
}

@media screen and (max-width: 820px) {
#bulkres {
	flex-wrap: wrap;
    padding: 18px 10px;
}
#bulkres .rstate {
	width: 30%;
}
#bulkres .rcourse {
    flex: none;
	width: 70%;
    text-align: right;
}
#bulkres .rfee {
	width: 33%;
}
#bulkres .rprice {
	width: 33%;
    text-align: center;
}
#bulkres .rtotal {
	width: 33%;
    text-align: right;
}
#multcourse {
	flex-direction: column;
}
#multcourse .multcourse {
	flex: none;
    width: 100%;
}
#multcourse .multcourse:first-of-type {
	margin-right: 0px;
    padding-bottom: 20px;
    width: auto;
}
#content #affwp-affiliate-dashboard #affwp-affiliate-dashboard-tabs li {
	width: 32.9%;
}
#edupage .wp-block-image figure {
    float: none;
    margin: 0px;
    display: block;
}
#edupage .wp-block-image figure img {
    width: 100% !important;
    margin-bottom: 15px;
}
#edupage .entry-title {
	font-size: 35px;
	line-height: 45px;
	padding-top: 15px;
}
#edupage .entry-content h2 {
	font-size: 25px;
	line-height: 30px;
}
.page-template-pageCourse-v3 #titlesmall {
	font-size: 25px;
	line-height: 27px;
}
.page-template-pageCourse-v3 #titlesmall span {
	font-size: 20px;
}
}

@media screen and (max-width: 782px) {
.admin-bar .sidr {
  top: 116px;
}
#content .wdm-select-wrapper #wdm_ldgr_course_id {
    width: 100%;
}
#content #tab-2 #wdm_ldgr_show_report {
    width: 100%;
    margin-top: 15px;
    margin-left: 0px;
}
.ld-tabs-content .wp-block-columns {
    gap: normal;
}
#automatelist {
	grid-template-columns: repeat(2, minmax(50px, 1fr));
}
}

@media screen and (max-width: 768px) {
#content .woocommerce-cart-form__cart-item {
	flex-wrap: wrap;
    align-items: flex-start;
    margin: 0px 15px;
    position: relative;
}
#content .woocommerce-cart-form table.shop_table tbody .product-thumbnail {
	display: block;
}
#content .woocommerce table.shop_table_responsive tr td::before {
	display: none;
}
#content .woocommerce-cart-form table.shop_table tbody .product-thumbnail {
	width: 110px;
}
#content .woocommerce-cart-form table.shop_table tbody .product-thumbnail a {
	height: 70px;
}
#content .woocommerce-cart-form table.shop_table tbody .product-name {
	font-size: 14px;
	line-height: 18px;
    width: 50%;
    padding: 18px 15px 18px 0px;
}
#content .woocommerce-cart-form table.shop_table_responsive tr td {
	text-align: left !important;
}
#content .woocommerce table.shop_table_responsive tr:nth-child(2n) td {
	background-color: transparent;
}
#content .woocommerce-cart-form table.shop_table tbody .product-price {
	display: none;
}
#content .woocommerce-cart-form table.shop_table tbody .product-quantity {
	position: absolute;
    bottom: 18px;
    right: 0px;
    width: auto;
    padding: 0px;
}
#content .woocommerce-cart-form table.shop_table tbody .product-quantity .quantity .qty {
	font-size: 12px;
	padding: 7px 12px;
	width: 80px;
	height: 30px;
}
#content .woocommerce-cart-form table.shop_table tbody .product-subtotal {
	display: none;
}
#content .woocommerce-cart-form table.shop_table tbody .product-name .amount {
    display: block;
    padding-top: 12px;
}
.woocommerce-cart #content .cart_totals {
	align-self: auto;
	justify-content: space-between;
	width: 100%;
}
.woocommerce-cart #content .cart_totals table.shop_table {
	width: 100%;
}
.woocommerce-cart #content .cart_totals th {
	font-size: 16px;
	line-height: 20px;
    width: 100%;
}
.woocommerce-cart #content .cart_totals td {
    width: 100%;
}
.woocommerce-cart #content .cart_totals .amount {
	font-size: 16px;
	line-height: 20px;
}
.woocommerce-cart #content .cart_totals .wc-proceed-to-checkout .button {
	display: block;
}
#content .woocommerce-cart-form table.shop_table .actions .button {
	margin: 0px;
}
#content .woocommerce-cart-form table.shop_table tbody .product-remove {
    position: absolute;
    top: 0px;
    right: 0px;
	/*padding: 18px 0px 0px;
	order: 6;
	margin-left: auto;*/
}
.woocommerce-cart #content .cross-sells {
    padding-top: 15px;
}
.woocommerce-cart #content .cross-sells h2 {
	padding-bottom: 25px;
}
#customer_details.col2-set {
    flex-direction: column;
}
#content .woocommerce-checkout .col-1,
#content .woocommerce-checkout .col-2 {
	width: 100%;
    margin-bottom: 25px;
}
#content .woocommerce-checkout .col-1 {
    order: 2;    
}
#content .woocommerce-checkout .col-2 {
    order: 1;    
}
#content .woocommerce-checkout h3 {
	font-size: 18px;
	line-height: 23px;
}
#content #ccart h3 a {
	font-size: 12px;
	line-height: 15px;
}
.ccartname {
	padding-right: 0px;
}
#content .ccartname h4 {
	font-size: 14px;
	line-height: 18px;
}
#content .ccartname p {
	display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.mcartprice {
    display: block;
    font-family: "PoppinsB", Arial, Helvetica, sans-serif;
    color: #365DA4;
	font-size: 14px;
	line-height: 18px;
}
.ccartprice {
    display: none;
}
#content .woocommerce-checkout-review-order-table th {
	font-size: 12px;
	line-height: 15px;
}
#content .woocommerce-checkout-review-order-table td {
	font-size: 12px;
	line-height: 15px;
}
#content .woocommerce-checkout-review-order-table .order-total th {
	font-size: 16px;
	line-height: 20px;
}
#content .woocommerce-checkout-review-order-table td strong {
	font-size: 16px;
	line-height: 20px;
}
#content .woocommerce-additional-fields__field-wrapper {
	padding-top: 13px;
}
#faq {
    flex-direction: column !important;
}
#faq .wp-block-column:not(:first-child) {
	margin-left: 0px;
}
#content .ldgr-group-listing .list .ldgr-main-group-content {
	flex-wrap: wrap;
	padding-right: 35px;
}
#content .ldgr-group-listing .list .gr-title {
	flex: none;
    width: 100%;
    padding-top: 25px;
    margin-left: 0px;
}
#content .enroll-new-user.ldgr-mobile {
	margin-bottom: 30px;
}
.woocommerce-cart-form .coupon {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.woocommerce-cart-form .coupon::before, 
.woocommerce-cart-form .coupon::after {
    display: none !important;
}
.woocommerce-cart-form .coupon #coupon_code {
    flex: none;
    width: 49.5% !important;
}
.woocommerce-cart-form .coupon button {
    flex: none;
    width: 49.5% !important;
    padding: 11px 25px !important;
}
#fcont {	
	flex-direction: column;
	align-items: center;
}
.fpic p {
    padding-bottom: 15px;
}    
}

@media screen and (max-width: 767px) {
#coursemotto {
	display: block;
    width: 767px;
}
.page-template-pageCourse-v3 #titlesmall .elementor-image-box-wrapper {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
}
.page-template-pageCourse-v3 #titlesmall .elementor-image-box-img {
    margin-right: 10px !important;
}
.page-id-122506 #titlesmall .elementor-image-box-img {
	margin-left: 0px !important;
}
.page-template-pageCourse-v3 #coursemotto .elementor-image-box-wrapper {
    display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
}
.page-template-pageCourse-v3 #coursemotto .elementor-image-box-content {
	text-align: left;
}
.page-template-pageCourse-v3 #coursemotto .elementor-image-box-img {
	margin-right: 10px !important;
}
.page-template-pageCourse-v3 #badgebox {
    display: none;
}
.page-template-pageCourse-v3 #footer {
    display: none;
}
html, 
body.page-template-pageCourse-v3 {
    height: 100%;
}
.page-template-pageCourse-v3 #container {
    height: 100%;
}
.addonpic {
	display: none;
}
#addon {
	padding: 25px;
}
#addoncont {
	padding: 15px 0px;
}
#fhandler .fhandler {
	width: 100%;
	margin: 0px 0px 35px !important;
}
#fhandler .fhandler .elementor-widget-container {
	min-height: 1px !important;
}
}

@media screen and (max-width: 725px) {
.mtlpic {
    float: none;
    max-width: 100%;
    width: 100%;
    text-align: center;
}
#content .mtlpic img {
    width: 100%;
}
#content #toplicense .tlmotto {
	padding-top: 20px;
}
#content #toplicense h1,
#content #toplicense h3 {
	font-size: 24px;
	line-height: 31px;
    padding-bottom: 15px;
}
#content .tlbtn a {
	display: block;
    text-align: center;
}
#toplicense {
	padding: 40px 15px 30px;
}
#content .learndash_post_sfwd-topic .ld-tabs-content .wp-block-group {
	border: 3px solid #000000;
	padding: 25px 25px 15px;
}
.woocommerce-form-login-toggle .woocommerce-info span {
	float: none;
    padding-top: 15px;
}
#quizhelp {
	top: 164px;
}
#content #toplicense #bulkbtn {
	flex-direction: row;
}
#content #toplicense #bulkbtn #statestart {
	margin-bottom: 0px;
	margin-right: 15px;
}
#content #audio p > span {
    display: none;
}
#content .wpsc-iso .create_ticket_frm_submit .btn {
	width: 100% !important;
    margin-bottom: 15px !important;
}
}

@media screen and (max-width: 700px) {
#bulkstateform .bulkfield:nth-child(-n+2) {
	padding-right: 0px;
	max-width: 100%;
    width: 100%;
}
}

@media screen and (max-width: 670px) {
#rbs.pop,
#rbsthankyou,
#rbsfailed {
	width: 90%;
}
}

@media screen and (max-width: 655px) {
#content #courseinfo ul li {
	width: 100%;
    margin-bottom: 15px;
}
#courseinfo {
	padding-bottom: 27px;
}
#packages {
	padding: 45px 15px;
}
#content #packages .packbtn a {
	display: block;
}
.fmenu {
	width: 100%;
}
.fmenu ul {
	padding-bottom: 15px;
}
.fsocial {
	width: 100%;
    text-align: center;
    padding-bottom: 20px;
    padding-right: 15px;
}
#contpage {
	flex-direction: column;
}
#conttxt {
    width: 100%;
	max-width: none;
	padding-right: 0px;
}
#contform {
    width: 100%;
	max-width: none;
	min-width: 1px;
}
#bulkpic figure {
    float: none;
    margin-left: auto;
    margin-right: auto;
}
#aboutpic figure {
    float: none;
    margin-left: auto;
    margin-right: auto;
}
#ldgr-group-code-registration-form .ldgr-mr-40 {
    flex: none;
	width: 100%;
}
#ldgr-group-code-registration-form .ldgr-textbox {
    width: 100% !important;
}
#content .ld-propanel-widget-activity .report-header .report-pagination {
    float: none;
    text-align: center;
}
#content .ld-propanel-widget-activity .report-header .report-exports {
    float: none;
    text-align: center;
}
#content .report-exports button {
	margin: 15px 5px;
}
#content #affwp-affiliate-dashboard #affwp-affiliate-dashboard-tabs li {
	width: 32.7%;
}
}

@media screen and (max-width: 640px) {
#content .learndash-wrapper .btn-join {
	text-align: center;
	margin-left: 0px;
}
#content .learndash-wrapper .ld-button {
	margin-left: 0px;
}
#topcoursebtn {
    flex-direction: column;
}
#listen {
    padding-bottom: 15px;    
}
#audio {
    margin-bottom: 15px;    
}
#azrating {
	font-size: 13px;
}
.azrow .azcol:first-child {
	padding: 8px;
}
.azcol {
	width: 55px;
	padding: 10px 0px;
}
#azrating .azrow:first-child .azcol span {
	padding-bottom: 10px;
	font-size: 11px;
}
}

@media screen and (max-width: 600px) {
#content .learndash_post_sfwd-topic .ld-tabs-content .wp-block-columns .wp-block-column:first-of-type .wp-block-image {
    position: relative;
    text-align: center;
    overflow: hidden;
    height: 200px;
}
#content .learndash_post_sfwd-topic .ld-tabs-content .wp-block-columns .wp-block-column:first-of-type .wp-block-image img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);    
}
#content #custnav {
	flex-direction: column;
}
#content #custnav li {
	padding: 8px 15px;
}
}

@media screen and (max-width: 575px) {
#bulkres .rstate {
	width: 100%;
    justify-content: center;
}
#bulkres .rcourse {
	width: 100%;
	text-align: center;
    max-width: 100%
}
#bulkres .rfee {
	width: 50%;
	text-align: center;
}
#bulkres .rprice {
	width: 50%;
}
#bulkres .rtotal {
	width: 100%;
	text-align: center;
}
#content .woocommerce-form-login .form-row:nth-last-child(2) {
	float: none;
}
#content .woocommerce-form-login .form-row:nth-last-child(2) label {
	display: block;
    float: right;
}
#content .woocommerce-form-login .lost_password {
	float: none;
	text-align: center;
    padding-top: 5px;
}
#rbs.pop,
#rbsthankyou,
#rbsfailed {
	width: 85%;
}
.fmenu ul {	
	max-width: 400px;
    padding-left: 30px;
}
.fmenu ul li {
    width: 60%;
}
.fmenu ul li:nth-child(2),
.fmenu ul li:nth-child(3),
.fmenu ul li:nth-child(6) {
	width: 40%;
}
.fmenu ul li:nth-child(4) {
	width: 60%;
}
#content #affwp-login-form fieldset p:nth-child(4) {
	margin-left: auto;
}
#content #affwp-login-form fieldset p:nth-child(6) {
	margin-left: 0px;
    flex: none;
    width: 100%;
    text-align: center;
    padding-top: 25px;
}
}

@media screen and (max-width: 555px) {
#bulktype {
	margin: 0px 25px 30px;
}
}

@media screen and (max-width: 520px) {
.fmenu ul li {
	display: block;
	padding: 10px 0px;
}
.toplink {
	display: none;
}
.mtoplink {
    display: block;
    position: absolute;
    bottom: 28px;
    right: 15px;    
}
.mtoplink a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    background-color: #ffffff;
    border-radius: 50%;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
}
.woocommerce-cart #content .cross-sells ul h2 {
	padding: 0px 20px 12px;
    font-size: 14px;
    line-height: 18px;
}
#content h2 {
	font-size: 20px;
	line-height: 26px;
}
.woocommerce-cart #content .cart_totals .wc-proceed-to-checkout .button {
	font-size: 12px;
	line-height: 15px;
}
#content .woocommerce-cart-form table.shop_table .actions .button {
	font-size: 12px;
	line-height: 15px;
}
.woocommerce-cart #content .cross-sells ul .price {
	padding: 0px 20px;
}
#content #toplicense #statesel {
	display: block;
    width: 100%;
    max-width: 100%;
}
#content #toplicense #statestart {
	display: block;
    padding: 17px 25px;
}
#content #toplicense #bulkbtn #bulkstart {
    padding: 15px 23px;
}
#content #state-multiple div.wpforms-container-full .wpforms-form button[type="submit"] {
    width: 100%;
	padding: 17px 25px;
}
#coupon_code {
	font-size: 13px;
}
#azrating .azrow:first-child .azcol span {
    display: none;
}
#azrating .azrow:first-child .azcol:first-child span {
    display: block;
}
.azcol {
	width: 30px;
}
#content #rbs.shipping form p {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
#content #rbs.shipping form label {
	width: 100%;
	padding-bottom: 5px;
}
#content #rbs.shipping input[type="text"] {
	width: 100%;
}
}

@media screen and (max-width: 480px) {
.woocommerce-cart #content .cross-sells ul .button {
	padding: 13px 25px;
	background-image: none;
    font-size: 12px;
    line-height: 15px;
}
.bulkfield input[type="submit"] {
	padding: 17px 25px;
}
#ldgr-group-code-registration-form .ldgr-eg-actions #ldgr-user-reg-form-submit {
    width: 100%;
}
#content .propanel {
	padding: 20px;
}
#content .report-exports button {
	padding: 12px 30px;
}
#mycertificates {
	padding: 20px;
}
#mycertificates .mycertificate {
	padding: 15px 0px;
}
#mycertificates .mycertificate .mcttitle {
	font-size: 15px;
}
.tfocus #features,
.tfocus #featcourse,
.tfocus #courseinfo,
.tfocus #packages,
.tfocus #footer {
    display: none !important;
}
.crtfocus #topmenu,
.crtfocus #footer {
    display: none !important;
}
.crtfocus #hcont {
	justify-content: center;
}
.elementor-124330 .elementor-element.elementor-element-7ce1f59,
.elementor-127597 .elementor-element.elementor-element-6bd77eb {
	width: 100%;
    text-align: center;
}
.elementor-124330 .elementor-element.elementor-element-7ce1f59 > .elementor-widget-container,
.elementor-127597 .elementor-element.elementor-element-6bd77eb > .elementor-widget-container {
	margin: 0px 0px 15px 0px;
}
#content #affwp-register-form input[type="submit"] {
	display: block;
    margin: 0px auto;
}
#content #affwp-affiliate-dashboard #affwp-affiliate-dashboard-tabs li {
	width: 32.5%;
}
#automatelist {
	grid-template-columns: repeat(1, minmax(50px, 1fr));
}
}

@media screen and (max-width: 430px) {
#bulkstateform .bulkfield:nth-last-child(2) {
	padding-right: 0px;
}
#bulkstateform .bulkfield:nth-last-child(2) label {
	text-align: center;
}
#bulkstateform .bulkfield:last-child {
	width: 100%;
}
#rbs.pop,
#rbsthankyou,
#rbsfailed {
	padding: 20px 20px 0px;
    top: 31px;
    transform: translate(-50%);
}
#content #affwp-affiliate-dashboard #affwp-affiliate-dashboard-tabs li {
	width: 49.2%;
}
#content .mhide {
    display: none;
}
.page-template-pageHome-v2 #footer {
	display: none;
}
}

@media screen and (max-width: 400px) {
#content ul {
	padding-left: 15px;
}
#mycertificates .mycerttop {
	display: none;
}
#mycertificates .mycertificate {
	flex-direction: column;
}
#mycertificates .mycertificate .mcttitle {
    padding-right: 0px;
    padding-bottom: 10px;
    text-align: center;
}
#mycertificates .mycertificate:nth-of-type(2) {
	padding-top: 0px;
}
#mycertificates .mycertificate .mcttitle span {
    display: inline;
}
.fmenu ul {
	padding-left: 0px;
}
#courseprice span {
	font-size: 18px;
}
#courseprice #hprice1 {
    font-size: 48px;
}
#courseprice #hprice2 {
    font-size: 30px;
}
}

@media screen and (max-width: 395px) {
#content .woocommerce-form-login .form-row:nth-last-child(2) {
	text-align: center;
}
#content .woocommerce .woocommerce-form-login .woocommerce-form-login__submit {
	display: inline-block;
    float: none;
}
#content .woocommerce-form-login__rememberme {
	padding-top: 5px;
    padding-bottom: 20px !important;
}
#content .woocommerce-form-login .form-row:nth-last-child(2) label {
	display: block;
	float: none;
}
#content #affwp-login-form fieldset p:nth-child(4) {
    order: 4;
    flex: none;
	margin-left: 0px;
    text-align: center;
    width: 100%;
    padding-bottom: 25px;
}
#content #affwp-login-form fieldset p:nth-child(5) {
	order: 5;
    flex: none;
    width: 100%;
    text-align: center;
}
#content #affwp-login-form fieldset p:nth-child(5) input {
    margin-right: 0px;
}
#content .affwp-form .affwp-user-remember {
	padding-top: 0px;
}
}

@media screen and (max-width: 390px) {
#content #wc-ppcp-credit-card-gateway-cc-form label {
    display: block;
    min-height: 36px;
}
#bulkpic img {
	max-width: 100%;
}
#aboutpic img {
	max-width: 100%;
}
#automate select {
	width: 100%;
}
#automate input[type="submit"] {
	width: 100%;
}
#automate form p {
	width: 100%;
}
}

@media screen and (max-width: 375px) {
.page-template-pageCourse-v3 #coursemotto {
	padding: 10px 20px 7px;
}
}

@media screen and (max-width: 350px) {
.woocommerce-cart-form .coupon {
	flex-direction: column;
}
.woocommerce-cart-form .coupon #coupon_code {
	width: 100% !important;
    margin-bottom: 7px !important;
}
.woocommerce-cart-form .coupon button {
	width: 100% !important;
}
.fmenu ul li {
	width: 100%;
    text-align: center;
}
.fmenu ul li:nth-child(2),
.fmenu ul li:nth-child(3),
.fmenu ul li:nth-child(6) {
	width: 100%;
}
.fmenu ul li:nth-child(4) {
	width: 100%;    
}
#courseprice span {
	font-size: 12px;
}
}
