*{
    font-family: sans-serif;
  
  }
  body {
    margin: 0;
  }
  .maindiv {
    /* border: 3px solid red; */
    height: 1050px;
  }
  #nav1 {
    background-color: #1e516c;
    height: 55px;
    color: white;
    font-family: Helvetica, Arial, sans-serif;
    margin-top: -15px;
    width: 100%;
    position: fixed;
    text-align: center;
  }
  .p1 {
    margin-top: 25px;
  }
  .header {
    display: flex;
    /* justify-content: space-between; */
  }
  .logo1 {
    width: 200px;
    margin-left: 200px;
    cursor: pointer;
    margin-top: 55px;
  }
  .iconprofile {
    width: 50px;
    margin-left: 550px;
    margin-top: 10px;
    cursor: pointer;
    margin-top: 55px;
  }
  .input1 {
    width: 400px;
    height: 25px;
    border: 2px solid;
    margin-left: 40px;
    margin-top: 20px;
    margin-top: 70px;
  }
  .search {
    width: 27px;
    height: 31px;
    margin-top: 20px;
    cursor: pointer;
    margin-top: 70px;
  }
  .search12 {
    display: flex;
    /* border: 1px solid red; */
  }
  .icon {
    display: flex;
    /* border: 1px solid red; */
    
    
  }
  .logo2 {
    width: 40px;
    /* margin-top: 5px; */
    margin-top: 55px;
  }
  .head2 {
    /* border: 1px solid red; */
    /* height: 30px; */
    width: 800px;
    margin: auto;
    display: flex;
    font-family: sans-serif;
    justify-content: space-evenly;
    margin-top: 20px;
    font-size: 16px;
  }
  
  .secondp2,
  .secondp3 {
    /* border: 1px solid; */
    padding: 10px;
    /* height: 50px; */
  }
  .secondp2:hover {
    background-color: black;
    color: white;
    cursor: pointer;
  }
  .secondp3 {
    background-color: black;
    color: white;
    width: 200px;
    height: 20px;
    text-align: center;
  }
  
  .secondp2,
  .secondp3 {
    /* border: 1px solid red; */
    font-weight: bold;
  }
  .myacc {
    /* line-height: px; */
    /* border: 1px solid red; */
    width: 200px;
    margin: auto;
    text-align: center;
    font-family: sans-serif;
    color: #1e516c;
    cursor: pointer;
  }
  .myacc > h2 {
    font-size: 24px;
    letter-spacing: 3px;
    line-height: 28px;
    font-weight: 700;
  }
  .myacc > h4 {
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
  }
  .inside{
      /* border: 1px solid red; */
      width: 700px;
      margin: auto;
      box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  }
  .img1{
      width: 200px;
  }
  .inputN{
        width: 400px;
        height: 50px;
  }
  #click{
      height: 50px;
      width: 100px;
      background-color: 
      #df9c37;
      margin-bottom: 40px;
      color: white;
  }
  .fst, .img1{
      margin-left: 50px;
  }
  h2{
      /* border: 1px solid red; */
      padding: 20px;
  }
  h2+p{
      font-size: 20px;
  }
  .xxl{
      font-size: 20px;
      margin-left: 50px;
      
  }