<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.bs-wizard &gt; .bs-wizard-step &gt; .progress {
    position: relative;
    border-radius: 0px;
    height: 8px;
    box-shadow: none;
    margin: 22px 0;
	.progress {
    overflow: hidden;
    height: 20px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
}
.course1
{
  border-radius:10px;
  box-shadow:2px 2px #eee;
  box-shadow:0px 0px 3px 3px #555;
  height:200px;
  width:200px;
}
.course120
{
  border-radius:10px;
  box-shadow:2px 2px #eee;
  box-shadow:0px 0px 3px 3px #555;
  height:120px;
  width:120px;
}
.course100
{
  border-radius:10px;
  box-shadow:2px 2px #eee;
  box-shadow:0px 0px 3px 3px #555;
  height:100px;
  width:100px;
}
.course150
{
  border-radius:10px;
  box-shadow:2px 2px #eee;
  box-shadow:0px 0px 3px 3px #555;
  height:150px;
  width:150px;
}
.bordr
{
padding:15px;
background-color:#;

}
.gap-div
{
padding:15px;
box-shadow:0px 0px 6px 6px #ddd;
background-color:#;
border:1px solid #d9d9d9;

}
b{
  font-size:12px;
}
p{
  font-size:12px;
}
.play-icon-position{
position: absolute;top: 28%;font-size: 50px;left: 0;right:0;color: #ffc800;
}
.btn-warning{
	background-color: #244caa;
    border-color: #0a41c2;
}
@media screen and (max-width: 600px) {
  .course1 {
    border-radius:10px;
	 box-shadow:0px 0px 3px 3px #555;
	  height:100px; 
	  width:100px;
  }
.play-icon-position{
position: absolute;
top: 25%;font-size: 35px;
left: 0;right:0;color: #ffc800;
}
}
.table-background
{
	box-shadow: 0px 0px 6px 6px #ddd;
    border-radius: 10px;
}
.color-red
{
	color:red;
}
.bg-red
{
	background-color:red;
}
.bg-green
{
	background-color:#13d243c7;
}
.bg-light-blue
{
	background-color:#00e7ff;
}
.bg-gray
{
	background-color:#d1d9e1;
}
.alert-success {
    color: #fff;
    background-color: #11bb39;
    border-color: #d6e9c6;
}
.alert-danger {
    color: #fff;
    background-color: #f90a0a;
    border-color: #d6e9c6;
}
.alert-warning {
    color: #fff;
    background-color: #ffc800;
    border-color: #d6e9c6;
}
.alert-green1 {
    color: #fff;
    background-color: #009688;
    border-color: #d6e9c6;
}
.heading-section-black{
	font-size:5vw;
	font-family:lobster;
	/* color:#000; */
}
.heading-section-white{
	font-size:5vw;
	font-family:lobster;
	color:white;
}
.login_details {
    width: 90%;
    margin: 0 auto;
}
h1, .h1, h2, .h2, h3, .h3 {
    margin-top: 10px;
    margin-bottom: 10px;
}
.tag-image
{
	position: absolute;
	top: 0px;
	right: 0px;
	height:auto;
	width:30%
}
.tag-image-div
{
	position: relative;
}
.discount-tag-image
{
	position: absolute;
	top: 0px;
	left: 0px;
	height:auto;
	width:80px
}
.discount-tag-text
{
	position: absolute;
	top: 0px;
	left: 0px;
	height:auto;
	width:80px;
	color:#fff;
	font-weight:bold;
}
.discount-tag-text-card
{
	position: absolute;
	top: 0px;
	left: 30px;
	height:auto;
	width:80px;
	color:#fff;
	font-weight:bold;
}
.discount-tag-image-div
{
	position: relative;
}.text-success {
    color: #35af37;
}
hr {
    margin-top: 5px;
    margin-bottom: 5px;
    border: 0;
    border-top: 1px solid #eee;
}
.clip-path{
	background: #f9980a;
    text-align: center;
    padding-bottom: 10px;
    text-transform: uppercase;
    clip-path: polygon(0 0, 0 100%, 90% 95%, 100% 45%, 90% 0);
    color: #fff;
}
.btn-orange {
    color: #fff;
    background-color: #f9980a;
    border-color: #ffeb3b;
    width: 100%;
}
.clip-path-tag{
	background: #f9980a;
    text-align: center;
    padding-bottom: 10px;
    text-transform: uppercase;
    clip-path: polygon(0 0, 0 100%, 50% 65%, 100% 100%, 100% 0);
    color: #fff;
    height:65px;
    width:50px;
    border:#fff dotted;
}
@media screen and (max-width: 600px) {
  .hide-on-mobile{
	  display:none;
  }

}
@media screen and (min-width: 600px) {
  .hide-on-desktop{
	  display:none;
  }

}</pre></body></html>