.card-content {
	display: table-cell;
	width: 100%;
	padding: .75rem 1.25rem;
}

.card-content .text-muted {
	text-transform: capitalize;
	color: #adadad !important;
	font-weight: 500;
}

.cards-group .card .card-action {
	width: 180px;
	display: table-cell;
	border: none;
	height: 100% !important;
	vertical-align: middle;
	border-left: 1px solid #dedede;
	padding: .75rem 1.25rem;
	text-align: center;
}

.cards-group .card .card-action .btn {
	width: 100%;
	color: #000 !important;
}

.card-content p {
	opacity: 0.8;
}

.list-group-flush .list-group-item {
	border-right: 0;
	border-left: 0;
	border-bottom: none;
	border-radius: 0;
	width: 100%;
	height: 100% !important;
	display: table;
	table-layout: fixed;
	padding: 0px;
}

li.list-group-item:hover {
	background: #f5f5f5;
}

.btn-outline-secondary {
	border: 1px solid rgba(0, 0, 0, .125);
	color: #888888;
}

@media (max-width: 767px) {

	h1,
	h2,
	h3,
	h5,
	h6,
	p,
	a {
		text-align: center
	}

	.sf {
		margin-top: 90px !important;
	}

	.cards-group .card .card-action,
	.cards-group .card .card-action,
	.list-group-flush .list-group-item {
		display: block;
	}

	.cards-group .card .card-action {
		text-align: center;
		width: 100%;
		padding-bottom: 20px;
	}

	.cards-group .card .card-action {
		border-left: none;
	}

	#mc_embed_signup_scroll .clear input {
		width: 100%;
		margin-bottom: 15px;
	}
}

.card.card-full .card-content {
	padding: 30px;
	padding-left: 0;
	height: 70%;
}

.card.card-full .card-action {
	padding: 15px 0;
}

.card-footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	left: 0;
}

.card-title h3 {
	font-size: 1.5rem;
}

.countdown {
	margin-right: 20px;
	margin-top: 7px;
	font-weight: bold;
	float: right
}

.bg-light {
	background: #F8F9FA;
}

a:hover {
	text-decoration: none
}

/*Cards*/
.card-img-top {
	max-height: 65px;
}

p.webinar-type {
	position: absolute;
	color: #fff;
	font-weight: bolder;
	font-size: 1.2rem;
	margin: 1rem 0;
	width: 100%;
}

.card-img-top {
	height: 90px;
}

img.img-lang {
	cursor: default;
	opacity: 1;
	margin-top: -27px;
	position: absolute;
	right: 50%;
	margin-right: -17.5px;
	top: 77px;
	width: 35px;
	background: #fff;
	border-radius: 50%;
	padding: 5px;
}

.card.text-center {
	max-width: 17rem;
	min-width: 17rem;
	margin-bottom: 1.8rem;
}

/* .card.card-4,
.card.card-8,
.card.card-12,
.card.card-16 {
	margin-left: 0px !important;
} */

.card-footer {
	padding: 1rem 1.25rem 1.2rem;
	background-color: unset;
	border-top: none;
}

.card-body {
	padding-bottom: 5rem !important;
	font-size: 14px;
}

.card .btn {
	width: 100%;
}

/* .card-deck {
	-webkit-justify-content: center;
	justify-content: center;
} */

.badge-light {
	color: #212529;
	background-color: #ececec;
}

.badge-pill {
	padding: 6px 16px;
	font-size: 15px;
	font-weight: 400;
}

.badge-primary {
	color: #fff !important
}

/*tabs*/
.nav-tabs {
	text-transform: uppercase;
	font-weight: 600;
	border-bottom: 3px solid #d1d1d1
}

.nav-tabs li {
	margin: 0;
	padding: 0
}

.nav-tabs li a:hover {
	background: none;
	border: none !important;
	text-decoration: none
}

.nav-tabs li.active {
	border: none;
	color: #5381c6;
	border-bottom: 3px solid #0275d8;
	margin-bottom: -3px !important
}

.nav-tabs li a:focus,
.nav-tabs li a:hover {
	text-decoration: none;
	outline: none;
	color: #0275d8;
}

.nav-tabs li a {
	color: #505050
}

.nav-tabs li.active a {
	color: #0275d8
}

.embed-container {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	max-width: 100%;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.card-text {
	line-height: 26px;
}

.nav-tabs {
	border-bottom: 2px solid #d1d1d1;
	font-weight: 400;
}

.nav-tabs li.active {
	border-bottom: 2px solid #0275d8;
	margin-bottom: -2px !important;
}

hr {
	border-top-color: #f2f2f2;
}


.btn {
	cursor: pointer;
}

.btn-lang {
	border-radius: 20px !important;
	font-weight: normal !important;
	text-transform: initial !important;
	margin: 0 5px !important;
}

.sec-title {
	padding-right: 15px;
}

.title-content:not(:first)::before {
	content: '';
	width: 100%;
	display: block;
	height: 1px;
	background: #EAEDF2;
}

.container.card-deck {
	padding-left: 0 !important;
}

.deck-webinars,
.deck-demos {
	display: flex;
}

h3.sec-title {
	margin: 0;
}

.nav.nav-tabs.justify-content-center.hidden-xs.container.my-4{
	border-bottom: none;
}

@media (min-width: 576px) {
	.card-deck .card:last-child {
		margin-right: 15px;
	}
}