.tab1746699388 {
    
background: #fff;
    
padding: 2%;
}
.tab1746699388 .tab-content {
    padding:4%;
}
.tab1746699388 .tab-content ul {
    display: grid;
    grid-template-columns: repeat(3,1fr);
}
.tab1746699388 .mhead {
    
text-align: center;
    
margin-top: 2em;
}
.tab1746699388 a.nav-link.active.show {
    border: unset;
    border-bottom: 3px solid #156655;
    background: transparent;
    color: #156655;
    font-weight: bold;
    border-radius:0px;
    margin-bottom: -3px;
}
.tab1746699388 .mtitle {
    font-size:40px;
    margin-bottom:1em
}
.tab1746699388 .mtitle span{
    color:#02A755;
}

.tab1746699388 .mdesc {
    
}

.tab1746699388 .mbody {
    
}

.tab1746699388 .mcontent {
    background: #f6f6f6;
    padding: 2%;
    border-radius: 30px;
    box-shadow: 0px 6px 4px rgb(0 0 0 / 0.1);
}

/*Module specific style*/
.tab1746699388 .nav-tabs {
    border-bottom: 3px solid #b4b4b4;
}

.tab1746699388 .nav-item a {
    
}

.tab1746699388 .tab-content {
    text-align:justify;
}
/*Module specific style*/

@media (max-width: 767px) {
	.tab1746699388 .tab-content ul {
    display: grid;
    grid-template-columns: repeat(1,1fr);
}
    .tab1746699388 .mtitle {
    font-size:25px;
    margin-bottom:1em
}
}
@media (min-width: 768px) and (max-width: 991px) {
    
}
@media (min-width: 992px) and (max-width: 1199px) {
	
}
@media (min-width: 1200px) {
	
}