/*---FOR STARTING PANELS--*/
.rankers-box{
	box-shadow: 0 0 6px 0 #00000026;
    padding:20px 15px 15px;
    border-radius: 4px;
    cursor: pointer;
    margin: 20px 0;
    background: #ffcb08;
    transition: all ease .2s;
}
.rankers-box p {
	padding: 4px 12px;
    color: #fff;
    text-align: center;
    max-width: 180px;
    top: -30px;
    margin-top: -39px;
    background: #1f1d5a;
    border-radius: 4px;
    margin: -35px auto 12px;
}
.rankers-box img{
	border:10px solid #ffcb08;
}
.rankers-box span {
    background: #ffcb08;
    color: #1f1d5a;
    border: 4px solid #1f1d5a;
    line-height: 1;
    padding: 8px;
    margin: auto;
    position: absolute;
    left: 35px;
    top: 50px;
    width: 50px;
    text-align: center;
	}
.rankers-box span>b{
		font-weight: 900;
    margin-bottom: 5px;
    display: block;
    font-size: 22px;
	}
.rankers-box h4{
	text-align: center;
    padding: 8px 0 0;
    margin: 0;
	color:#1f1d5a;
}
/*----*/
.faculty-box{
	cursor: pointer;
	border-radius: 4px;
    position: relative;
    margin-top: 56px;
    padding: 10px;
    background: #1f1d5a;
	box-shadow: 0 0 6px 0 #00000026;
	transition: all ease .2s;
}
.faculty-box img{
	width: 120px;
    position: absolute;
    top: -50px;
    box-shadow: 0 0 6px 0 #00000026;
    padding: 5px;
    border-radius: 4px;
    background: #ffcb08;
}
.faculty-box h4 {
    color: #fff;
    padding-left: 129px;
    font-size: 16px;
    margin: 0;
    min-height: 64px;
}
.faculty-box h4>small{
	display: block;
    color: #ffcb08;
    top: 5px;
    position: relative;
    font-weight: bold;
    text-transform: uppercase;
}
.faculty-box p{
	
    margin: 0;
    font-size: 14px;
    color: #fff;
	
}

@media(max-width:767px){
.faculty-box{
	margin: 100px 0 10px;
}
.faculty-box img {
    width: 150px;
    position: absolute;
    top: -90px;
    left: 20px;
}
.faculty-box h4 {
    padding-left: 176px;
}
}

/*--*/
.simple-box{
	box-shadow: 0 0 6px 0 #00000026;
	transition: all ease .2s;
	padding:20px;
	border-radius:4px;
	text-align:center;
	margin:0 0 25px;
	background:#fff;
	cursor:pointer;
}
.simple-box i{
	font-size:40px;
	color:#ffcb08;
	
}
.simple-box p{
	position: relative;
    text-align: left;
	margin:0px;
	color:#1f1d5a;
}

.simple-box.left-align-box p{
padding-left: 50px;
}

.simple-box.left-align-box:hover {
    background: #ffcb08;
}
.simple-box.left-align-box:hover p>i {
    color: #fff;
}

.simple-box.left-align-box p>i
{
	position: absolute;
    left: 0;
    top: 8px;
    font-size: 35px;
    color: #ffcb08;
}

h3>span{
	color: #1f1d5a;
    display: block;
    font-size: 2rem;
    margin-bottom: 30px;
}
/*---./-------------------*/

/*--HEADER--*/
header.landingpage-header{
    background-image: url(../img/banner.png);
    background-color: #f3f3f3;
    background-position: right bottom;
    background-repeat: no-repeat;
    padding: 50px;
}
header.landingpage-header .line-1>span{
	background: #ffcb08;
    padding: 0 10px;
    display: inline-block;
    color: #1f1d5a;
	font-weight:400;
}

header.landingpage-header .line-2>span{
	 font-size: 6rem;
    display: inline-block;
    letter-spacing: 0;
    background: #ffcb08;
    line-height: 1;
    padding: 0px 10px;color: #1f1d5a;font-weight:400;

}

header.landingpage-header p.line-3{
font-size: 32px;margin: 5px 0 0;padding: 5px 10px 0;color: #1f1d5a;
}

header.landingpage-header p.line-3 b{
color:#fff;
background:#1f1d5a;
padding:0 5px;
}


.left-side-headings h1 {
    font-size: 3.5rem;
    color: #1f1d5a;
}

.left-side-headings h3 {
    color: #ffcb08;
    font-size: 2.2rem;
}
.left-side-headings p {
	    color: #1f1d5a;
    font-size: 22px;
	text-align: justify;
}
ul.text-left.program-features{
padding:0;
}

ul.text-left.program-features li {
    padding: 10px;
    background: #1f1d5a;
    color: #fff;
	max-width:360px;
	 border-radius: 4px;
	 margin:0 auto 12px;
}
ul.text-left.program-features li>i{
	color:#ffcb08;
	margin-right:8px;
}
/*--SideBox --*/

.side-step-box {
    box-shadow: 0 0 6px 0 #00000026;
    padding: 30px;
    border-radius: 4px;
	cursor:pointer;
	margin:0 0 20px;
	position:relative;
	transition: all ease .2s;
}
.side-step-box h4{
    position:relative;
	padding-left:50px;
}
.side-step-box p{
    position:absolute;
	left:270px;
	color:#1f1d5a;
	    padding-left: 15px;
    border-left: 1px solid #ffcb08;
}
.side-step-box h4 i{
	position: absolute;
    left: 0;
    top: 12px;
    font-size: 35px;
	color:#ffcb08;
}

.side-step-box:hover{
	background:#ffcb08;
}
.side-step-box:hover h4{
	color:#fff;
}
.side-step-box:hover p{
	border-color: #1f1d5a;
}
.side-step-box:hover i{
	color:#1f1d5a;
}

/*--./SideBox--*/


h2.steps-heading{
padding: 15px 30px;
position: relative;
color:#1f1d5a;
}
h2.steps-heading:before{
content: '';
    width: 100%;
    height: 5px;
    background: #1f1d5a;
    top: 30px;
    position: absolute;
    left: 0;
    z-index: 1;
}
h2.steps-heading>span{
    background: #f3f3f3;
    padding:0 10px;
	z-index:2;
	position:relative;
}

.step-box {
    box-shadow: 0 0 6px 0 #00000026;
    padding: 15px;
    border-radius: 4px;
	cursor:pointer;
	margin:0 0 20px;
	background:#fff;
	transition: all ease .2s
}
.step-box .video-box {
    margin: 0 -15px -15px;
    background: #333;
    text-align: center;
    min-height: 135px;
    display: table;
    width: calc(100% + 30px);
}
.step-box .video-box>a{
	vertical-align: middle;
    display: table-cell;
    color: #ffcb08;
    font-size: 40px;
}


.step-box:before {
    content: attr(data-title);
    padding: 5px 9.9px;
    background: #ffcb08;
    color: #1f1d5a;
    margin-bottom: 20px;
}


.step-box.feature-box {
position:relative;
 
}

.step-box.feature-box:before {
width: 100%;
    position: absolute;
    left: 0;
    top: 0;
	 padding: 5px 22.9px;
}

.step-box.feature-box:hover{
	background:#fff;
	color:#1f1d5a;
}
.step-box.feature-box:hover:before{
	background:#1f1d5a;
	color:#fff;
}


.step-box p {
    position: relative;
    padding-left: 65px;
    height: 80px;
	margin:0;
	display:table;
}
.step-box p span {
	vertical-align:middle;
	display:table-cell;
}

.step-box p img {
    width: 50px;
    position: absolute;
    left: 0;
    top: 15px;
	transition:all ease .2s;
}

.step-box:hover{
	background:#1f1d5a;
	color:#fff;
}
.step-box:hover:before{
	background:#fff;
	color:#1f1d5a;
}
.step-box:hover img {
    background: #ffcb08;
    padding: 10px;
}


/*-Customized Select--*/
.radio-contain {

    margin: 0 0 30px;

	position: relative;
}
.radio-contain label {
    background: #ffcb08;
    box-shadow: 0 0 6px 0 #00000026;
    padding: 30px;
    border-radius: 4px;
    cursor: pointer;
    color: #1f1d5a;
    width: 100%;
    margin: 0;
	font-weight: bold;
	transition:all ease .4s;
}

.radio-contain.most-popular:before {
    content: 'Most Popular';
    position: absolute;
    background: #1f1d5a;
    color: #fff;
    padding: 0 5px;
    border-radius: 4px;
    top: -10px;
    left: 9px;
}

a.subscribe-a{
z-index:3;
display:block;
}

a.subscribe-a:hover .radio-contain.most-popular:before{
background:#ffcb08;
color:#1f1d5a;
}


span.right-s.text-center {
    position: absolute;
    background: #1f1d5a;
    padding: 8px 15px;
    border-radius: 8px;
    color: #fff;
    right: -15px;
    top: 30px;
}
span.right-s.text-center:before {
    content: attr(data-title);
    position: absolute;
    font-weight: bold;
    top: -25px;
    right: 0px;
    color: #1f1d5a;
    width: 110px;
}
.radio-contain>input[type="radio"] {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
	opacity:0;
	z-index:2;
	cursor:pointer;
	display:none;
}
.radio-contain:hover label,
.radio-contain>input[type="radio"]:checked + label {
    background: #1f1d5a;
    color: #fff;

}
.radio-contain:hover label span.right-s.text-center,
.radio-contain>input[type="radio"]:checked + label span.right-s.text-center {
    background: #ffcb08;
    color: #1f1d5a;
}

.radio-contain:hover label span.right-s.text-center:before,
.radio-contain>input[type="radio"]:checked + label span.right-s.text-center:before {
    color: #fff;
}
/*--./customized select--*/


/*--Prcing Box--*/
a.price-box-a,a.price-box-a:hover {
	text-decoration:none;
	color:#1f1d5a;
	
}
.price-box {
    border-radius: 4px;
    background: #ffffff;
    margin: 30px 0 20px;
    padding: 20px;
    box-shadow: 0 0 6px 0 #00000026;
	transition:all ease .5s;
	    cursor: initial;
		cursor:pointer;
	}
.price-box>span {
	background: #1f1d5a;
    display: block;
    border-radius: 4px;
    padding: 20px;
    text-align: center;
    font-weight: bold;
    font-size: 24px;
    color: #ffffff;
    margin: -50px 0 20px;
	position:relative;
}
.price-box.most-popular-box{
	border:1px solid #1f1d5a;
}
.price-box.most-popular-box>span:before {
content: 'Most Popular';
    position: absolute;
    top: -12px;
    width: 120px;
    left: calc(50% - 60px);
    border-radius: 4px;
    font-size: 16px;
    background: #ffffff;
    color: #1f1d5a;
    font-weight: 400;
    box-shadow: 0 0 2px 0 #000;
}

.price-box p {
    font-weight:bold;
}

.price-box p>b {
    text-decoration:line-through;
}
.price-box p>span {
    background: #ffcb08;
    color: #1f1d5a;
    padding: 2px 8px;
    font-weight: bold;
    margin: 5px 0;
    display: inline-block;
}

.price-box h4{
    text-align: center;
    margin: 20px 0 0;
	color:#1f1d5a;
}
.price-box h4>small
{
	/* color:darkgrey; */
	font-size:70%;
}

.price-box button{
text-align: center;
    padding: 15px;
    border: 0;
    width: 100%;
    background: #ffcb08;
    color: #1f1d5a;
    border-radius: 4px;
	text-decoration:none;
	font-weight:600;
	
}

.price-box.most-popular-box,.price-box:hover {
    background: #ffcb08;
}

.price-box.most-popular-box p>span,.price-box:hover p>span {
    background: #fff;
}
.price-box.most-popular-box button,.price-box:hover button {
    background: #fff;
}

/*--./--*/


h3.footer-line{
padding:30px 0 0;color: #1f1d5a;line-height: 1.5;text-align: center;
}

h3.footer-line a{
font-family: 'Lato',sans-serif;text-shadow: 1px 1px 0px #000;color: #ffcb08;
}

p.section-line{
 padding: 10px;
    font-size: 20px;
    color: #1f1d5a;
   
}

p.section-line>span{
  background: #ffd537;
    padding: 5px;
    margin: 0 5px 0 0;
}

p.section-line>button{
    float: right;
    background: #1f1d5a;
    color: #fff;
    border: 0;
    padding: 5px 15px;
    margin: -5px;
}

section.buy-now-section{
background:#f3f3f3;
padding:50px 0;
}

button.buy-now-btn{
width: 200px;
    height: 50px;
    background: #1f1d5a;
    border: 0;
    color: #fff;
    font-size: 20px;
	border-radius:8px;
	margin: 20px 0 0;
}
button.buy-now-btn a{
    color:white;
}

@media(max-width:768px){
header.landingpage-header
{
background-image: none;
padding:30px 20px;
}

header.landingpage-header .line-2>span {
    font-size: 3.5rem;
}

header.landingpage-header p.line-3 {
    font-size: 26px;
}

.col-md-6.visible-xs {
    padding: 0 0 30px;
	display:block !important;"
}

/*--offline couse--*/
.col-lg-6.text-center.left-side-headings h1 {
    font-size: 34px;
}
ul.program-features{
margin:0 0 25px!important
}

p.course-price{
font-size: 22px !important;
    margin-top: 20px !important;
}
p.course-price>span{
	padding: 5px 15px;margin: 0 15px;background: #1f1d5a;color: #fff;font-weight: bold;
}
/*--./--*/

/*--Pricing boxes--*/
.radio-contain label
{
width: calc(100% - 15px);
font-size: 14px;
}
.radio-contain label span.left-s{
max-width: 160px;
    display: inline-block;
}
.radio-contain label span.right-s.text-center{
right:0;
top:30px;
}
/*--./Pricing boxes--*/

.side-step-box p{
position: relative;
    left: 35px !important;
    top: 0 !important;
	border:0;
}

h2.steps-heading>span{
	display:inline-block;
}

p.section-line {
    text-align: center;
}
p.section-line>span {
    max-width: 205px;
    margin: 0 auto 10px;
    display: block;
}
button#demo-button {
    float: none;
    margin: 15px auto 0;
    display: block;
}

ul.admissions-ul>li {
	    width: 100%;
    margin:0 0 10px !Important;
}
img.visible-xs{
display:block !important;
}
.hidden-xs{
display:none;
}
}

/*--Medical Page--*/
.steps-heading-no-line{
    padding: 15px 0px;
    position: relative;
    color: #1f1d5a;
}
.medical-step-box{
box-shadow: 0 0 6px 0 #00000026;
    padding: 15px;
    border-radius: 4px;
    cursor: pointer;
    margin: 0 0 20px;
    background: #fff;
    transition: all ease .2s;
	color:#1f1d5a;
}
.medical-step-box:hover{
	background: #ffcb08;
	color:#fff;
}
.medical-step-box img{
	margin-right:15px;
	    position: absolute;

}
.medical-step-box span{

	display: inline-flex;
    align-items: center;
    min-height: 48px;
    padding-left: 70px;
	font-weight:500;
}
ul.admissions-ul {
    margin: 0 auto 25px;
    padding: 0;
    list-style: none;
    display: table;
    color: #1f1d5a;
}
ul.admissions-ul>li {
    float: left;
    padding: 0 15px;
    background: #ffcb08;
    margin: 0 10px;
    border-left: 4px solid #1f1d5a;
}
.input-holder {
    margin-bottom: 25px;
    position: relative;
}
.input-holder input,
.input-holder select {
padding: 15px 15px 10px;
    height: 51px;
    border: 1px solid #1f1d5a;
	font-weight: bold;
    color: #212529;
}
.input-holder label {
    left: 10px;
    position: absolute;
    top: -14px;
    font-size: 80%;
    background: #fff;
    padding: 5px 8px;
}

p.course-price{
top:30px;left:380px;top: 30px;left: 380px;font-size: 34px;margin: 0;
}
p.course-price>span{
	padding: 5px 15px;margin: 0 15px;background: #1f1d5a;color: #fff;font-weight: bold;
}

.highlighted-p{

    color: #1f1d5a;
    background: #ffcb08;
    padding: 0 8px;
    border-left: 4px solid #1f1d5a;
}