body {
    background-image: url('https://images.unsplash.com/photo-1576506542790-51244b486a6b?ixlib=rb-4.0.3&ixid=MnwxMjA3fDB8MHxzZWFyY2h8M3x8c3R1ZHl8ZW58MHx8MHx8&w=1000&q=80');
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    /* position:fixed; */
  }
  
  .form {
    text-align: center;
    font-size: 4vw;
  }
  
  .hr10 {
    background-color: darkgoldenrod;
  }
  
  .sidepanel {
    width: 0;
    position: fixed;
    z-index: 1;
    height: 900px;
    top: 0;
    left: 0;
    background-color: #111;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 0px;
  }
  
  .sidepanel a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 15px;
    color: #818181;
  }
  
  .sidepanel a:hover {
    color: #f1f1f1;
  }
  
  .sidepanel .closebtn {
    position: absolute;
    top: 0px;
    right: 25px;
    font-size: 30px;
  }
  
  .openbtn {
    font-size: 20px;
    cursor: pointer;
    background-color: #111;
    color: white;
    padding: 10px 15px;
    border: solid;
  }
  
  .openbtn:hover {
    background-color: #444;
  }
  
  .name1 {
    text-align: center;
    position: absoute;
    top: 0px;
    
    font-size: 60px;
  }
  
  
  .hide{
    display: none;
  }
  .c-white{
    color: antiquewhite;
  }
  .c-blue{
    color: blue;
    cursor: pointer;
  }
  .c-black{
    color: black;
    cursor: pointer;
  }
  .c-gr{
  
    background-color: rgb(194,209,25,0.4);
  }
  .mt-10{
    margin-top: 10%;
  }
  @media screen and (max-width:576px) {

    .comp{
      display: none;
    }
    .head1 {
      text-align: center;
      color: greenyellow;
      font-size: 6vw;
      padding-top: 5%;
      position: relative;
    
    
    }
    .main-div{
      width: 80%;
    }
    .heading{
      background-color:  greenyellow;
    }
    .coshead{
      font-size: 5vw;
      font-weight: bold;
      cursor:pointer;
      color: greenyellow;
      background-color: rgb(99,54,21,0.8);
      

    }
    .stfhead{
      font-size: 5vw;
      cursor:pointer;
      color: greenyellow;
      background-color: rgb(99,54,21,0.4);


    }
    .mt-10{
      margin-top: 10%;
    }
  }
  
  @media screen and (min-width:576px) and (max-width: 3280px) {
  
    .a{
      width: 35.5%;
      margin-left: 32.3%;
    }
    .phone{
      display: none;
    }
    .formn {
      height: 4vw;
      width: 25vw;
    }
  
    .forms {
      height: 4vw;
      width: 12vw;
    }
    .head1 {
      text-align: center;
      color: greenyellow;
      font-size: 5vw;
      padding-top: 0%;
      position: relative;
    
    
    }
    .main-div{
      width: 30%;
      background-color: rgb(60,179,222,0.4);
      padding-top: 3%;
    }
    .heading{
      background-color:  greenyellow;
    }
    .ms-30{
      margin-left: 30%;
    }
    .me-30{
      margin-right: 30%;
    }
    .coshead{
      font-size: 2vw;
      font-weight: bold;
      cursor:pointer;
      color: greenyellow;      
      background-color: rgb(99,54,21,0.8);

    }
    .stfhead{
      font-size: 2vw;
      cursor:pointer;
      color: greenyellow;
      background-color: rgb(99,54,21,0.4);
    }
    .mt-10{
      margin-top: 2%;
    }
  }

  .w-60 {
    width: 70%;
  }
  .cpy-color{
    color: rgb(192, 146, 146);
  }
  .ms-15-comp{
    margin-left: 15%;
  }