#outerDiv {
    height: 60px;
    display: grid;
    grid-template-columns: 1fr 4fr 1fr;
    background-color: rgb(252, 236, 238);
}

#outerDiv>div {
    display: flex;
    justify-content: space-evenly;
    font-size: 17px;
    padding: 2%;

}

#innerDiv1>a>img {
    height: 39px;
    width: 88px;
    padding: 5%;
}

#innerDiv3 a {
    padding: 5%;
    font-size: 20px;
}

#innerDiv2>div {
    font-size: 18px;
    font-family: sans-serif;
    color: #333333;
    font-weight: bold;
}

#innerDiv2>div:hover {
    color: #3167ff;
    cursor: pointer;
}

#innerDiv2 a{
    color: black;
    text-decoration: none;
}

#l{
    text-decoration: none;
    color: black;
}

#l:hover {
    color: #3167ff;
    cursor: pointer;
}

#s{
    text-decoration: none;
    color: black;
}

#s:hover {
    -moz-box-shadow: 0 0 10px 0 rgb(187, 181, 240);
    -webkit-box-shadow: 0 0 10px 0 rgb(143, 127, 214);
    box-shadow: 0 0 10px 0 rgb(149, 160, 221);
}
  h1{
      text-align: center;
      font-size: 42px;
  }
  h2{
      text-align: center;
      font-size: 16px;
  }
  .box{
      background-color: antiquewhite;
      height:700px;
      width:100%;
      padding-top: 20px;
      line-height: 10px;
      margin-bottom: 50px;
      
  }
  .box1{
      display: inline-flex;
      height:300px;
      width:75%;
      margin:100px 50px 30px 200px;
      /* border:2px solid black; */
      /* box-align: center; */
  }
  .box2{
      display: inline ;
      height: 300px;
      width:25%;
      margin-left: 5%;
      /* border:2px solid black; */
      

  }
  .box3{
      height: 800px;
      width:65%;
      margin-left: 250px;
      /* border: 1px solid black; */
  }
  .box4{
      display:inline-flex;
      height: 240px;
      width:100%;
      margin-top: 4%;
      /* border: 1px solid black; */
  }
  .box5{
      height:100%;
      width:45%;
      /* margin-left: 45%; */
      /* border:1px solid black; */
      /* padding-top:20px; */
  }
  .box6{
      height:100%;
      width:55%;
      margin-left: 5%;
      /* border:1px solid black; */
      padding-top:28px;
   }
   .box7{
       height:180px;
       width:100%;
       background-image: url(https://assets-global.website-files.com/5d03b4e130118314af624b20/61f1296df66804c2d4aaf1e4_22_About_SeePlansMenu_1440x300_desktop.jpg);
       margin-top: 120px;
       padding-top:155px;
       margin-bottom: 70px;
       /* background-color: antiquewhite; */
   
    }
    .box8{
        height:1630px;
        width:100%;
        background-color: antiquewhite;
        margin-bottom: 40px;
        margin-top: 60px;
    }
  img{
      height: 200px;
      width:100%;
      /* padding-bottom: 40px; */

  }
  #img1{
      height:100%;
      width:100%;
  }
  button{
      background-color: blue;
      color:white;
      font-size: 25px;
      margin-left: 650px;
      height: 60px;
      width:150px;
      border: none;
  }
  .video{
      margin-left: 200px;
  }
  p1{
      height: 32px;
      text-align: justify;
  }
  #foot{
    border-top: 1px solid gray; 
    background-color: white;
    height: 238px;
    display: flex;
}
    #sin,#Lmore,#jus{
    padding-top: 30px;
    margin-left: 160px;
    }
    #sin a{
    height: 20px; 
    width: 123px; 
    padding-left: 250px; 
    margin-top: 0;
    font-size: 20px;
    }
    #Lmore a{
    height: 20px; 
    width: 123px; 
    font-size: 20px; 
    }
    #jus img{
    width: 30%;
    height: 29px;
    padding-left: 0;
    }
    #imag {
    padding-right: 40px; 
    width:90px;
    }
    a{
    text-decoration: none;
    color: black;
    font-size: 16px;
    }
