.overlay1 {
  position: relative;
}

.overlay1:before{
  position: absolute;
  content:" ";
  top:0;
  left:0;
  width:100%;
  height:100%;
  display: none;
  z-index:0;
}

.overlay1:hover:before{
  display: block;
  border-radius: .375rem;
}

.red1:before {
  background-color: rgba(255,0,0,0.4);
}


.mcard{
	margin-right: 0px !important;
    margin-left: 0px !important;
    background: #fff;
    box-shadow: 5px 5px 25px 0 rgba(46,61,73,.2);
    border-radius: 3rem;
    transition: all .3s ease;
	display: block;
	font-size: 16px;
    font-family: Open Sans,sans-serif;
    -webkit-font-smoothing: antialiased;	
	margin-bottom: 1.5rem;
	text-align: left;
    position: relative;
}
@media only screen and (max-width: 885px){
 .mcard-main{
	 margin-left:25px;
	 margin-right:25px;
 }
 
 .mcard-main:hover {
    box-shadow: 2px 4px -1px 0 rgba(46,61,73,.2);
	border-radius: 3rem;
	}
}

html {
  box-sizing: border-box;
}

/**, *::after, *::before { box-sizing:inherit; }*/

/**.mcard-main{
	border-bottom-left-radius: 2rem;
    border-top-left-radius: 2rem;
}**/

.mcard-image{
	height: 7.5rem;
    width: auto;
    float: left;
    padding-left: 30px;
    padding-top: 21px;
    padding-bottom: 21px;
    padding-right: 30px;
}

.mcard-content{
	padding-top: 24px;
    padding-bottom: 20px;
    width: 100%;
    box-sizing: inherit;
}

.mcard-main:hover {
    box-shadow: 2px 4px 8px 0 rgba(46,61,73,.2);
	border-radius: 3rem;
}

.mcard-content-h5{
	margin-top: 0;
    margin-bottom: .375rem;
    font-size: 1.1rem !important;
    line-height: 1.2rem!important;
    padding-right: 0.75rem;

}


.miniMenuCard-text{
    font-family: 'Intel Clear Pro';
    font-style: normal;
    font-size: 31px;
    /* color: white; */
    line-height: 35px;
    padding-left: 12px;
	float: left;
	line-height: 40px;
}

.miniMenuCard-submenu{
    font-family: 'Intel Clear Pro';
    font-style: normal;
    font-size: 25px;
}

.miniMenuCard-line
{
    display: inline-block;
    height: 40px;
    width: 5px;
    float: left;
}

.disabled {
   pointer-events: none;
   cursor: default;
}

/* color scheme */
.color-v1{
	background-color: #00D0BD;
}

.color-v2{
	background-color: #E91E63;
}

.color-v3{
	background-color: #4CAF50;
}

.color-v4{
	background-color: #FFEB3B;
}

.color-v5{
	background-color: #FF5722;
}

.grey-dark{
	color: #525c65;
}

.slate {
    color: #2e3d49;
}

.strong{
	font-weight: 600!important;
}