.containerLogin {
    background-image: url(../img/check/800px_COLOURBOX20411339.jpg);
    background-repeat: repeat;
    min-height: 462px;
	margin-top:100px;
}


.contentBox{
-moz-user-select: none;  
-webkit-user-select: none;  
-ms-user-select: none;  
-o-user-select: none;  
user-select: none;	
	
	min-height:462px;
	background-color: rgba(255, 255, 255, 0.90);
	margin-top: 50px;
	padding-bottom: 20px;
	padding-top: 5px;
}

#containerHome, #containerHome .contentBox, #contArticle{
	margin-top:0!important;
}
#contLogin h1, #contReg h1, #paymentStatus h1{
	 margin-top:12px!important;
}

#contArticle ol{
	margin-top: 50px!important;
 }

.navbar-brand {
    height: auto!important;
    padding: 5px 15px;
}

.navbar-brand>img {
    width: 70%!important;
}

.navbar-dark .navbar-toggler{
    border-color: #fff!important;
	background-color: #d9534f!important;
	
}

.highlight {
	margin:20px;
}

.highlight > p{font-size:1.1rem;}


/*-----Sidebar Navigation CSS*/
.sidebar {
    margin-top: 90px !important;
}
#side-menu li > a{
	display:table;	
	width:100%;
	font-size:16px;
}

#side-menu li > a > span{
	display:block;
	float:left;	
	line-height:28px;
}

#side-menu li > a > span:first-child{
	width:40px;
	height:28px;
}
#side-menu li > a > span > i{
	font-size:28px;
}

/*----Header Maodify CSS----*/
.hdrdd-panel-row{
	padding: 3px 20px;
    min-height: 0;
}


/*Home page  CSS for text slider*/

.carousel-text {
    /*background-color: #ddd;*/
	background-color: #17B9AF;
	color: white;	
}
.carousel-text .carousel-item{
	height: auto;
	min-height:auto;}

.carousel-text .carousel-item.active,
.carousel-text .carousel-item-next,
.carousel-text .carousel-item-prev{
    display:block;
}

.carousel-text .carousel-item p{
	font-size:1.5rem;
	margin-top:1.0rem;	
	}

.card-header {
    background-color: rgb(23, 185, 175);
    border-bottom: 1px solid rgb(23, 185, 175);
	color: white;
}

.card{border: 1px solid rgb(23, 185, 175);}

.carousel-control-next, .carousel-control-prev{
	width: 10%;
}


/*footer CSS*/

footer {
    margin-top: 0px;
   /* background: #f3f3f3;
    border: 0 dashed #d8d8d8;*/
    border-top-width: 1px;	
	color: #212529;
    background-color: #ffc107;
    border-color: #ffc107;
}

footer .container {
    max-width: 1140px;
	padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
footer .copyright{
	clear:both;
	padding-top:20px;
	color:#ffffff;
	font-size:1.3rem;
}
.footer-links {
    padding: 0;
    color: #404040;
    width: 20%;
    float: left;
    vertical-align: top;
	text-align:center;
}

.footer-links a {
	font-size: 1.5rem;
    margin: 0 0 15px;
    color: #383838;
	text-decoration:none;
}

.footer-links a:hover {
	color: #ffffff;
}	

.footer-links ul{
    list-style: none;
	list-style-position:outside;
	margin:0;
	padding:0;
	left:0;
}

.footer-links a > h5 {
	/*font-size: 14px!important;*/
}

.footer-links ul li a {
    line-height: 1.8em;
    text-decoration: none;
    color: #383838;
}

/*Login Page CSS`*/


/*Article Row Css*/

#articlePnl .portfolio-item {
    margin-bottom: 30px;
	height:285px;
}

#articlePnl .h-100 {
    height: 100%!important;
}


#articlePnl .card {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .25rem;
}

#articlePnl .h-100 > a {
	display: block;
    max-height: 150px;
    overflow-y: hidden;
	text-align:center;
}

#articlePnl .card-img-top {
    width: 100%;
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px);
}

#articlePnl .card-body {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem;
}

#articlePnl .card-title {
    margin-bottom: .75rem;
}

#articlePnl .card-text:last-child {
    margin-bottom: 0;
}


/*-----Button and Other content modify Class------*/

.btn-btbg {
  color: #fff;
}

#demo .card{
	border: 1px solid rgba(0,0,0,.125)!important;
	padding:15px;
}

#demo .card-text{	
	margin-top:15px!important;
	margin-bottom:15px!important;
}
#demo .card-link{text-decoration:none;}


/*-----Refer&Earn CSS-----*/
.hrline {
    width: 115px;
    border: none;
    border-bottom: 3px solid #cc3333;
    margin: 0 auto;
}



@media (max-width: 767px) {
	.sidebar {
		margin-top: 10px !important;
	}
	
	#articlePnl .card-img-top {
		width: 70%;
	}
}

@media only screen and (max-width: 599px){
	
	.footer-links{
		width:100%;
	}
	
)