.html1756286186 * {
    color:white;
}

.html1756286186 .mhead {
    margin-top: 2.5em;
}

.html1756286186 .mtitle {
        font-size: 41px;
        color:#07b2b5;
}

.html1756286186 .mdesc {
    
}

.html1756286186 .mbody {
    padding:1px 10px;
}

.html1756286186 .mcontent {
    
}

/*Module specific style*/
.html1756286186 p {
    text-align:justify;
    color: white !important;
}
.html1756286186 .accordion-item {
    background-color: transparent !important;
    border: none !important;
    margin:1em 0;
    padding:1em;
    border-radius:10px;
    border: 1px solid #09B2B5 !important;
}
.accordion-button:not(.collapsed) {
    color: white !important; 
    background-color: #4E4E4E !important;; 
    box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color)
}
.html1756286186 button.accordion-button.collapsed {
   background: transparent!important;
   color: white;
   text-align: center;
   margin: 0 auto;
   font-size: 25px;
}
.html1756286186 .accordion-button::after{
   filter: invert(61%) sepia(77%) saturate(459%) hue-rotate(136deg) brightness(95%) contrast(91%);
}
/*Module specific style*/

@media (max-width: 767px) {
	.html1756286186 button.accordion-button.collapsed {
   font-size: 19px;
        margin:0.5em;
}
    .html1756286186 .mtitle {
        font-size: 25px;

}
}
@media (min-width: 768px) and (max-width: 991px) {
    .html1756286186 .mcontent {
        max-height:270px;
        overflow-y:auto;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
	
}
@media (min-width: 1200px) {
	
}