

.mmFont{font-family: "Padauk", system-ui;}
/* .headingmmfont{

} */
.course-wrap h3 {
    font-family: 'Roboto Slab', serif;
    font-weight: bold;
    font-size: 24px;
    text-transform: uppercase;
    text-align: center;
    margin: 20px 0;
    color: #2cc6e8;
}
.course-wrap table tr th, 
.course-wrap table tr td {
    font-family: var(--font-family-lato);
    border-color: #56747a;
}
.course-wrap {
    background: #e7eaeb;
    padding: 2rem;
    margin: 30px 0;
}
.course-wrap table tr th {
    color: #000;
    vertical-align: middle;
    text-align: center;
}
.content-section {
    padding-top: 50px;
}
.media-wrap h3 {
    font-family: var(--font-family-lato);
    text-transform: uppercase;
    font-size: 22px;
    font-weight: 700;
}
.blog-date {
    padding-bottom: 20px;
}
.blog-date span {
    display: flex;
    gap: 10px;
    font-family: var(--font-family-lato);
    font-weight: 800;
    color: rgba(0, 0, 0, 60%);
}
.media-wrap .row {
    align-items: flex-start;
}
.media-wrap h3 {
    font-family: var(--font-family-lato);
    text-transform: uppercase;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 30px;
}
.media-wrap {
    padding: 30px 0;
    position: relative;
}
/* .media-wrap:before {
    content: '';
    border-top-style: double;
    border-width: 6px;
    border-color: #000;
    position: absolute;
    bottom: -18px;
    height: 10px;
    width: 170px;
    left: 0;
    margin: 0 auto;
    text-align: center;
    right: 0;
} */
.content-section .container .row:last-child .media-wrap:before {
    border-color: transparent;
}
.media-content {
    padding: 20px 0;
}
.media-content p, .media-content ul li {
    font-family:  "Noto Sans Myanmar", system-ui;
    font-size: 15px;
    color: #000;
    line-height: 24pt;
}
@media (min-width:357px) and (max-width:768px){
	.media-wrap h3 {
		font-size: 19px;
	}
	.page-title {
		height: 153px;
	}
	
}
@media (max-width: 767px) {
    .header .my_nav_row {
        background-color: #C5B358;
    }
}

.header .header_div{
    align-items: center;
}

.mm-menu {
    --mm-color-text-dimmed: #0170c1;
}
.footer_quick_link ul.quicklist li:last-child:after {
    content: '';
    background-color: transparent;
}
#go-top{
    background-color: #0170c1 !important;
}
p{
    font-family: var(--font-family-lato);
}
footer {
    background-color: #2cc6e8 !important;
}
footer .my_footer2 {
    background-color: #0070C0 !important;

}
@media(min-width:992px){
    header button.navbar-toggler {
        display: none !important;
    }
}
@media(min-width:320px) and (max-width:992px){
    header button.navbar-toggler {
        display: none !important;
    }
    .xs-menu-icon{
        display: block !important;
    }
}
a.mm-navbar__title {
    font-weight: 700;
    font-family: 'Roboto Slab';
}