/*Mobile Media Query*/
@media screen and (max-width: 768px) {

.d-desk{
	display: none;
}
.d-mob{
	display: block;
}
.header .navbar {
    margin-top: 2px;
    margin-bottom: 2px;
}
.logo {
    width: 250px;
}
.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 96%;
}
.header .container{
	width: 100%;
	padding:0;
}
.display-4 {
    font-size: 2.5rem;
    line-height: 2.7rem;
}
.display-6 {
    font-size: 2.0rem;
    line-height: 2.5rem;
}
.section-padding {
    padding: 50px 0;
}
.pd-right2 {
    padding-right: 0%;
}
.pd-left2 {
    padding-left: 5%;
}
.pd-right-c-fluid{
	padding-right: 5%;
}
#chapters.no-padding{
	padding-bottom: 50px;
}
.vmimg {
    top: -45px;
}
.mr-bt80m{
	margin-bottom: 80px;
}
.hero__content {
    padding-right: 5%;
    padding-left: 5%;
}
.hero__content p{
	margin-top: 30px;
	line-height: 30px;
}
.blog-title .display-4 {
    font-size: 2.0rem;
    line-height: 2.5rem;
}
.pd-right5 {
    padding-right: calc(var(--bs-gutter-x)* 0.5);
}
.hero__padding {
    padding-top: 50px;
    padding-bottom: 50px;
}
.mr-bt20m{
	margin-bottom: 20px;
}
.d-flex {
     display: inherit!important; 
}
.section-padding.pd-tp0 {
	padding-top: 0;
}
.ftr-logo {
    width: 70%;
}
.pd-left5 {
    padding-left: calc(var(--bs-gutter-x)* 0.5);
}


}
