.custom-related-product-list .media {
	border-radius: 0 0 .25rem .25rem;
	border: 1px solid rgba(0, 0, 0, .125);
}

.custom-related-product-list .media .custom-related-product-list .text-black {
	color: #000 !important;
}

.custom-related-product-list .media .media-body a {
	color: #000 !important;
}

.custom-related-product-list .rp-fz {
	font-size: 14px;
}

.custom-related-product-list .live-date {
	font-size: 15px;
	font-weight: bold;
	color: #004672;
	margin-bottom: 0;
}

.custom-related-product-list .related-product-title {
	color: #004672;
}

.custom-related-product-list .law-firm {
	color: #f5821f;
}

.custom-related-product-list .img-wrap {
	width: 160px;
	height: 100px;
	overflow: hidden;
	display: block;
}

.custom-related-product-list .img-wrap img {
	-o-object-fit: cover;
	object-fit: cover;
	width: 100%;
}

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

/* woo - checkout */

.stripe-card-group {
	width: 100%;
}

.wc-credit-card-form br {
	display: none;
}

.wc-credit-card-form label {
	margin-bottom: 0;
}

.woocommerce-checkout #payment div.payment_box .form-row {
	margin: 0 0 15px;
	padding: 0;
}

.wc-stripe-elements-field {
	width: 100%;
	border: 1px solid #c5c5c5;
	margin: 0;
}

.woocommerce-checkout #payment ul.payment_methods li .stripe-credit-card-brand {
	top: 5px;
	margin: 0;
}

/* New Pricing Section */

.section-2-pricing {
	border-radius: 1rem;
	-webkit-box-shadow: 0 3px 19px 0 rgba(0,0,0,.16);
	box-shadow: 0 3px 19px 0 rgba(0,0,0,.16);
	margin: 0;
	color: #004772;
	font-weight: bold;
	background-color: #fff;
}
.pricing-container {        
	background-repeat: no-repeat;
	background-position: center;
}
.pricing-2-heading {
	border-top-right-radius: 1rem;
	border-top-left-radius: 1rem;
	padding: 2rem 1rem 1rem 1rem;
	text-align: center;
	background-color: #1c5a81;
	font-size: 28px;
	line-height: 2.5rem;
	color: #fff;
}
.pricing-1-heading {
	border-top-right-radius: 1rem;
	border-top-left-radius: 1rem;
	padding: 2rem 0.5rem 1rem 0.5rem;
	text-align: center;
	background-color: #004671;
	font-size: 28px;
	line-height: 2.5rem;
	color: #fff;
}
.pricing-2-above-price{
font-size: 22px;
}   
.pricing-2-price {
font-size: 78px;
text-align: center;
line-height: normal;
}
.pricing-2-below-price {
font-size: 22px;
text-align: center;
}
.pricing-2-description {
font-size: 11px;
font-weight: bold;
margin-bottom: 1rem;
}
.pricing-small{
	font-size: 22px;        
	font-weight: bold;
}.custom-related-product-list .media {
	border-radius: 0 0 .25rem .25rem;
	border: 1px solid rgba(0, 0, 0, .125);
}

.custom-related-product-list .media:hover {
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.custom-hover:hover {
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.custom-related-product-list .media .custom-related-product-list .text-black {
	color: #000 !important;
}

.custom-related-product-list .media .media-body a {
	color: #000 !important;
}

.custom-related-product-list .rp-fz {
	font-size: 14px;
}

.custom-related-product-list .live-date {
	font-size: 15px;
	font-weight: bold;
	color: #004672;
	margin-bottom: 0;
}

.custom-related-product-list .related-product-title {
	color: #004672;
}

.custom-related-product-list .law-firm {
	color: #f5821f;
}

.custom-related-product-list .img-wrap {
	width: 160px;
	height: 100px;
	overflow: hidden;
	display: block;
}

.custom-related-product-list .img-wrap img {
	-o-object-fit: cover;
	object-fit: cover;
	width: 100%;
}

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

/* woo - checkout */

.stripe-card-group {
	width: 100%;
}

.wc-credit-card-form br {
	display: none;
}

.wc-credit-card-form label {
	margin-bottom: 0;
}

.woocommerce-checkout #payment div.payment_box .form-row {
	margin: 0 0 15px;
	padding: 0;
}

.wc-stripe-elements-field {
	width: 100%;
	border: 1px solid #c5c5c5;
	margin: 0;
}

.woocommerce-checkout #payment ul.payment_methods li .stripe-credit-card-brand {
	top: 5px;
	margin: 0;
}

/* Course Carousel */
.pill-hover:hover {
    /* box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); */
    background: #d5d5d5;
}

/* course card */

.card-hover:hover {
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.bg-middle-grey {
	background-color: #e9eaf2 !important;
}

.course-card {
	max-width: 400px;
}

.course-card .class-format {
	color: #fff;
	display: inline-block;
	line-height: 1;
	padding: 1px 4px 3px;
	border-radius: 4px;
}

.course-card .class-format.live {
	background-color: #2e6f9d;	
}

.course-card .class-format.replay {
	background-color: #05aeef;
}

.course-card .class-format.on-demand {
	background-color: #c2996b;
}
.course-card .class-format small {
	font-size: 11px;
}

.title-truncate-1 {
	overflow: hidden;
	display: -webkit-box !important;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}

.title-truncate-2 {
	overflow: hidden;
	display: -webkit-box !important;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.title-truncate-3 {
	overflow: hidden;
	display: -webkit-box !important;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

@media screen and (min-width: 768px) {
	.wc-credit-card-form {
		max-width: 400px;
	}

	.woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-date {
		width: 110px;
	}

	.woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-number {
		width: 65%;
	}
}

@media screen and (max-width: 991px) {
	.custom-related-product-list .media {
		flex-direction: column;
	}

	.custom-related-product-list .img-wrap {
		margin-bottom: 12px;
	}
}

/* New Pricing Section */

.section-2-pricing {
	border-radius: 1rem;
	-webkit-box-shadow: 0 3px 19px 0 rgba(0,0,0,.16);
	box-shadow: 0 3px 19px 0 rgba(0,0,0,.16);
	margin: 0;
	color: #004772;
	font-weight: bold;
	background-color: #fff;
}
.pricing-container {        
	background-repeat: no-repeat;
	background-position: center;
}

@media screen and (max-width: 1200px) {
	.pricing-container {        
		background-image: none!important;
	}
}


.pricing-2-heading {
	border-top-right-radius: 1rem;
	border-top-left-radius: 1rem;
	padding: 2rem 1rem 1rem 1rem;
	text-align: center;
	background-color: #1c5a81;
	font-size: 28px;
	line-height: 2.5rem;
	color: #fff;
}
.pricing-1-heading {
	border-top-right-radius: 1rem;
	border-top-left-radius: 1rem;
	padding: 2rem 0.5rem 1rem 0.5rem;
	text-align: center;
	background-color: #004671;
	font-size: 28px;
	line-height: 2.5rem;
	color: #fff;
}
.pricing-2-above-price{
font-size: 18px;
}   
.pricing-2-price {
font-size: 50px;
text-align: center;
line-height: normal;
}
.pricing-2-below-price {
font-size: 18px;
text-align: center;
}
.pricing-2-description {
font-size: 12px;
font-weight: bold;
margin-bottom: 1rem;
}
.pricing-small{
	font-size: 22px;        
	font-weight: bold;
}
.dollar {
	font-size: 28px;
	line-height: 28px;
	position: relative;
	top: -16px;
}

/* BOX LIST */

.course-box{
	background-color: #f8f9fa;
	font-size: 14px;
}

.course-box img {
	max-width: 100px;
}

.course-box:hover {
	background-color: #cfcfcf;
}

.course-box-container{
	max-height: 400px;
	overflow: auto;
}

/* AP Ad */
.ap-ad h1 {
	font-size: 1.6rem;
}
.ap-ad li {
	font-size: .8rem;
}