@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700&display=swap");
/* Font Name*/

.numberedList::marker, .alphaList::marker{
	font-weight: bold;
}
.numberedList{
	margin-bottom: 20px;
}
.lowerAlpha{
	list-style-type: lower-alpha !important;
}

.bmd-header {
    padding: 20px 0px;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    background-color: #fff;
    z-index: 998;
    line-height: 1.2;
}
.bm-container {
    max-width: 90%;
    padding: 0px 12px;
    width: 100%;
    margin: 0 auto;
}
.bmd-header nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

body, h1, h2, h3, h4, h5, h6, p, a, button, input, textarea {
    font-family: "Montserrat", sans-serif !important;
}

.bmd-header .logo a img {
    display: block;
    max-width: 150px;
}
.header-margin {
    margin-top: 110px;
}
#ppheader{
    margin-bottom: 18px;
}

* {
    margin: 0px;
    padding: 0px;
    outline: none;
    border: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-decoration: none;
    /* line-height: 1.2; */
}
@media only screen and (max-width: 1024px) {
    .bmd-header .logo a img {
        max-width: 130px;
    }
}
@media only screen and (max-width: 800px){
    .bmd-header {
        padding: 20px 0px;
    }
}
@media only screen and (max-width: 475px) {
    .bmd-header .logo a img {
        max-width: 100px;
    }
}
.row{
    margin-right: 0;
    margin-left: 0;
}
