.cursor-pointer {
	cursor: pointer;
}
.form-control-custom{
	display: inline;
	padding:0 1rem;
}
.text-sm{
	font-size: 0.8rem;
}
.advertisement:nth-child(even){
	background-color:#fff;
}
h3{
	font-weight: 600;
	color: #000000;
}
.navbar-vertical{
	background-color: #ffffff !important;
	border: none;
}
.nav-link:hover{
	color: #999999 !important;
}
.nav-link i:hover{
	color: #999999 !important;
}
.margin-bottom-53{
	margin-bottom: 53px;
}
.width-20{
	width: 20%;
}
.width-40{
	width: 40%;
}
.width-35{
	width: 35%;
}
.fontsize13{
	font-size: 13px;
}
.marinauto0{
	margin:0 auto;
}
.height85{
	height:85vh;
}
.border1solidgrey{
	border:1px solid grey;
}
.widthzero{
	width: 0%;
}
.colorred{
	color: red;
}
.colorredfontsizemedium{
	color:red;font-size: medium;font-style: italic;
}
#loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.7);
    z-index: 9999;
}