
.banner{
  width:100%;
  height:100vh;
  background: url(../images/banner-bg1.jpg)no-repeat center center fixed;
  background-size:cover;
} 
.content{
  padding:50px 100px;
}
.content h1{
  padding:0;
  margin:0 0 20px;
  font-size:30px;
}
.content h2{
  padding:0;
  margin:0 0 20px;
  text-align: center;
  font-size:30px;
}


 .mm-container {
         

            max-width: 1200px;
            margin: 0 auto;
            padding: 20px;
            background-color: ;
    table {
            width: 100%;
            margin-top: 20px;
            border-collapse: collapse;
        }
        th, td {
            padding: 8px;
            border-bottom: 1px solid #ddd;
            text-align: left;
        }
        th {
            background-color: #f2f2f2;
        }
.content h6{
  padding:0;
  margin:0 0 20px;
  font-size:30px;
.content p{
  font-size:18px;
}

.toggle{
  position:absolute;
  height:48px;
  width:48px;
  text-align:center;
  cursor:pointer;
  background:#f00;
  top:0;
  right:-48px;
  line-height:48px;
}
.toggle:before{
  content:'\f003';
  font-family:fontAwesome;
  font-size:18px;
  color:#fff;
}
.toggle.active:before{
  content:'\f00d';
}
@media(max-width:768px)
{
  .sidebar-contact{
    width:100%;
    height:100%;
    left:-100%;
  }
  .sidebar-contact .toggle{
    top:50%;
    transform:translateY(-50%);
    transition:0.5s;
  }
  .sidebar-contact.active .toggle
  {
    top:0;
    right:0;
    transform:translateY(0);
  }
  .scroll{
    width:100%;
    height:100%;
    overflow-y:auto;
  }
  .content{
    padding:50px 50px;
  }
  