.container {
    width: 1200px;
}

.mban-bg {
    background: #2D67B2;
    border-top-right-radius: 90px;
    border-bottom-right-radius: 90px;
    padding-right: 19px;
}

.mban-bg img {
    border-right: solid 11px #fff;
    border-top-right-radius: 90px;
    border-bottom-right-radius: 90px;
    width: 100%;
}

.mno-padding {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.mban-text {
    max-width: 500px;
    padding-top: 4em;
}
.mcat {
    border: solid 8px #C8E1F1;
}

.mno-margin {
    margin-left: 0px !important;
    margin-right: 0px !important;
}

.mbtblue {
    background: #DEEAF1; padding-left: 40px; border-top-left-radius: 80px; border-bottom-left-radius: 80px;
}

.mproducts {
    background: #F9FBFC;
}

.abstyle {
    text-align: left;
    margin-top: 20px;
list-style: none;
}

.abstyle li {
    width: 33%;
    margin: 7px 0;
    display: inline-block;
}

.cer {
    display: block;
    margin-bottom: 15px;
    font-size: 15px;
    font-weight: 600;
    margin-top: 42px;
    min-height: 105px;
}

.cer img {
    float: left;
    margin-right: 18px;
    max-width: 80px;
    max-height: 100px;
}

.cer span {
    max-width: 190px;
    margin-top: 10px;
    display: inline-block;
}

.m-cer img {

    max-width: 100px;
    margin-right: 20px;
    float: left;

}

.m-cer span {
    margin-top: 20px;
    padding-top: 20px;
}

.m-cer h3 {
    font-weight: bold;
    margin-bottom: 20px;
}

.mtable-container {
    width: 100%;
    border-radius: 5px;
    margin: 15px 0px;
    box-shadow: 1px 1px 15px #00000020;
    padding: 15px;

   
}


@media only screen and (max-width: 768px) {
.container {
    width: 96%;
}

.mban-text {
    padding: 22px 15px 0px 15px;
}

.hero p {
    margin-top: 15px 0 15px 0;
}

.footer .footer-links {
    padding: 10px 0px !important;
}

.mbtblue {
    padding-left: 15px;
    border-radius: 0px;
}

.mbtblue ul {
    margin-top: 0px !important;
}

.abstyle li {
    width: 100%;
}

.mtable-container {
    overflow-x: scroll;
}

.mtable-container table td {
    min-width: 160px;
    font-size: 13px;
}


}