
a,
a:hover,
a:focus {
    color: inherit;
}


.single-course-trial-area{
	margin-top: 10px;
	padding: 50px 0px;
	background: #fff;
}
.course-content-area{
	margin-top: 10px;
	padding: 50px 0px;
}				

.card-img-top{
	width: 50%;
	align-items: center;
	padding-top: 10px;
}
.card-body{
	padding: 10px !important;
}
.card-text{
	text-align: center;
}

.LiverCourseTrialCard{
	padding: 20px;
	color: #fff;
	font-size: 18px;
	font-weight: 400;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	border-radius: 5px;
 	background: #fff;
 	margin-top: 5px !important;
    -webkit-box-shadow: 0px 7px 21px -11px #bbb; 
	box-shadow: 0px 7px 21px -11px #bbb;
}

.startTrailButton{
	cursor: pointer;
	padding: 20px;
	color: #fff;
	font-size: 30px;
	font-weight: 400;
	width: 100%;
	border: none;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	border-radius: 5px;
 	background: linear-gradient(270deg,#BF3980, #d56000, #00031f);
    background-size: 400% 400%;

    -webkit-animation: slide 8s ease infinite;
    -moz-animation: slide 8s ease infinite;
    animation: slide 8s ease infinite;
}

@-webkit-keyframes slide {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
@-moz-keyframes slide {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
@keyframes slide {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}

.CCountentDesc{
	font-size: 16px;
	line-height: 30px;
	text-align: justify;
 	color: #474747;
	font-weight: 400;
}
.courseContentHeader{
	background: #EC7D23 ;
	background: -webkit-linear-gradient(to right, #B41630 0%, #EC7D23  100%);
	background: -moz-linear-gradient(to right, #B41630 0%, #EC7D23 100%);
	background: linear-gradient(to right, #B41630 0%, #EC7D23  100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-weight: 600;
	text-align: center;
}
.courseContentSubHeader{
	color: #00091E;
	font-weight: 500;
	margin: 10px 0px 10px 0px;
}

.col-xs-6{
	width: 50%;
}

.blinkAns {
	font-size: 12px;
    animation: blink 2s infinite;
    color: #fff;
}
	@keyframes blink{
	0%{opacity: 1;}
	75%{opacity: 1;}
	76%{ opacity: 0;}
	100%{opacity: 0;}
 }
.faqSection{
	padding-top: 90px;
}
.faqBody{
	box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.1), 0 3px 5px 0 rgba(0, 0, 0, 0.09);
	margin-bottom: 20px;
	color: #333;
	
}
.faqAns{
	padding: 20px;
	color: #333;
	font-weight: 500;
	text-align: justify;
}
.panel-title{
	background: linear-gradient(to right, #B41630 0%, #EC7D23  100%);
	padding: 10px;
}
.panel-title a{
	color: #fff;
}