/*general*/
	.no-padding{
		padding: 0;
	}
	.no-left-padding{
		padding-left: 0;
	}
	.no-right-padding{
		padding-right: 0;
	}

	.no-margin{
		margin: 0;
	}
	.no-top-margin{
		margin-top: 0;
	}
	.no-bottom-margin{
		margin-bottom: 0;
	}

	.mt-15{
		margin-top: 15px;
	}
	.hide{
		display: none !important;
	}
/*general ends*/

/*theme fix*/
	.img-fluid.img-thumbnail{
		border-radius: 110px;
	}
	.nav.nav-pills .nav-link, .nav.nav-pills .dropdown-toggle, .nav.nav-pills > span{
		min-height: 65px !important;
	}
	.nav.nav-pills a.nav-item.active::before{
		display: none;
	}
	.nav.nav-pills.nav-justified a:last-child{
		border: 0;
	}
/*theme fix ends*/

/*profile specific*/
	.blkprofimg{
		max-width: 20% !important;
	}
  @media (max-width: 576px) {
  	.blkprofimg{
			max-width: 100% !important;
		}
		.container{
			text-align: justify;
	    padding: 0;
		}
	}
  @media (max-width: 768px) {
  	.blkprofimg{
			max-width: 100% !important;
		}
		.container{
			text-align: justify;
	    padding: 0;
		}
	}
/*profile specific ends*/

/*scroll*/
	*::-webkit-scrollbar {
    height: 5px;
    width: 5px;
    background: #ddd;
	}
	*::-webkit-scrollbar-thumb {
    background: #828282;
     border-radius: 2px; 
	}
/*scroll ends*/

/*footer*/
	.footer{
		background: #eee;
    text-align: center;
    font-size: 11px;
	}
/*footer ends*/