<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@media all and (max-width:1080px) {
/* Start Mobile Css */  

.container {
      width: 100%;
      padding: 0 15px;
}

.header-logo {
      float: none;
      margin: 15px auto;
  }
.flex-container {
      display: block;
}
.flex-container &gt; div {
      margin: 25px 0;
}

.our-books {
      margin: 20px 0  !important;
}
.single-courses {
      overflow: hidden;
}
.saying-sec, .home-text-waite {
      width: 100%;
}

.footer-social-media ,.copyright{
      text-align: center;
}
.nav-menu {
      width: 100%;
      float: none;
}
.Menu-section-title {
      height: 30px;
      overflow: hidden;
}
.Menu-section-title:hover {
      height: 100%;
}
.nav-menu ul li {
      float: none;
}
.dropdown-menu-full {
      left: auto;
}
/* End Mobile Css */  
}

</pre></body></html>