.plus-menu-icon {
  width: 50px;
  height: 50px;
  display: inline-block;
  text-align: center;
  line-height: 50px;
  background: #0d2640;
  border-radius: 5px;
  color: #fff;
  margin-right: 5px;
} 

.short-description {
  font-size: 14px;
  line-height: 22px;
} 

.sl-overlay{
	background: #000; 
	opacity: 0.5;
} 

.sl-wrapper .sl-navigation button{
	color:#fff;
} 

.sl-wrapper .sl-close{
	color:#fff;
} 

.sl-wrapper .sl-counter {
  color: #fff; 
} 


.note-box {
  background: rgba(255, 0, 0, 0.5);
  padding: 5px 12px;
  font-size: 14px;
  color: #fff;
  border-radius: 3px;
  font-style: italic;
  font-weight: 500;
  display: inline-block;
} 

.small-text {
  font-size: 12px;
  margin-left: 5px;
  color: #aaa;
  font-weight: 500;
  font-style: italic;
} 

.alert{
	padding:5px 10px;
}

.doc-list{
	margin:0px !important; 
	padding:0px !important;
}

.doc-list li{
	display:inline-block; 
	margin-right:15px; 
	font-size:16px; 
	line-height:26px;
} 

.doc-list li span {
	font-weight:500; 
	color:#000; 
	margin-right:10px;
}

.pricing-features-list-icon i {
  font-size: 18px;
  font-weight: bold;
  color: #000;
  margin: 0px 3px;
} 


.docs-info-box{
	background-color: #fff3cd;
	border-color: #ffecb5; 
	padding:10px 15px 15px; 
	border:1px solid #d5c284; 
	border-radius:5px;
}  

.docs-info-box ul {
  margin-bottom: 0;
}

.docs-info-box ul li{ 
	color:#664d03;
}

.docs-content{
	padding-bottom:50px;
}

@media screen and (min-width:768px) and (max-width:991.98px) {
	
}


@media screen and (min-width:320px) and (max-width:767.98px) {
	
}