    body{
        background-color: #fafbfc;
        box-sizing: border-box;
        padding: 0;
        margin: 0;
        list-style: none;
    }
    .menu-toggle{
        display: none;
    }
   .nav-container{
       width: 100%;
       height: 60px;
       /* background-color: blueviolet; */
       display: flex;
       justify-content: space-between;
   }
   .navbar-logo{
       display: flex;
   }
   .logo-img img{
       line-height: 20px;
       padding: 20px 50px;
   }
   
/** Navlinks Start **/
   .navbar {
    overflow: hidden;
    margin-top: 8px;
    display: flex;
  }
  
  .navbar a {
    font-size: 16px;
    color: black;
    text-align: center;
    padding: 14px 26px;
    text-decoration: none;
    opacity: 0.3;
  }
  
  .dropdown {
    float: left;
    overflow: hidden;
  }
  
  .dropdown .dropbtn{
    font-size: 16px;  
    border: none;
    outline: none;
    color: black;
    padding: 14px 16px;
    background-color: inherit;
    font-family: inherit;
    margin: 0;
    opacity: 0.3;
  }
  .dropdown-2 .btn-drop{
    font-size: 16px;  
    border: none;
    outline: none;
    color: black;
    padding: 14px 16px;
    background-color: inherit;
    font-family: inherit;
    margin: 0;
    opacity: 0.3;
  }
  
  .navbar a:hover, .dropdown:hover .dropbtn {
    opacity: 1;
    cursor: pointer;
  }
  .navbar a:hover, .dropdown-2:hover .btn-drop {
    opacity: 1;
    cursor: pointer;
  }
  
  .dropdown-content {
    display: none;
    position: absolute;
    background-color: white;
    min-width: 130px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    border-radius: 18px;
  }
  .content-dropdown{
   display: none; 
    position: absolute;
     background-color: white;
    min-width: 130px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    border-radius: 18px;
  }
  
  .dropdown-content a {
    float: none;
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
    opacity: 1;
    
  }
  .content-dropdown a {
    float: none;
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
    opacity: 1;
  }
  .dp-dn-list{
      display: flex;
      justify-content: center;
  }
  .dp-dn-list img{
      height: 15px;
      width: 15px;
      margin: auto;
      align-items: center;
  }
  .dp-dn-list .reminder{
      margin-left: 8px;
  }
  .dp-dn-list a{
      margin-right: 10px;
  }
  .dropdown-2:hover .content-dropdown {
    display: block;
  }
  .dropdown-content a:hover {
    background-color: #ddd;
    
  }
  .content-dropdown a:hover {
    background-color: #ddd;
    
  }
  
  .dropdown:hover .dropdown-content {
    display: block;
  }
  /** Navlinks End **/

  /** button **/

  .button-nav{
      margin-top: 16px;
      margin-right: 50px;
  }
  .butt-1{
      height: 35px;
      width: 100px;
      border-radius: 10px;
      background-color: #fafbfc;
    border: none;
  }
  .butt-2{
      margin-right: 15px;
    height: 35px;
    width: 100px;
    border: none;
    border-radius: 10px;
    background-color: #fafbfc
}
.butt-1:hover{
    cursor: pointer;
    border: 1px solid black;
}
.butt-2:hover{
    cursor: pointer;
    border: 1px solid black;
}
.button-nav-mobile{
  display: none;
}
/** button end **/

/** Body start **/
.body-div{
  display: flex;
  justify-content: center;
  padding: 20px;
  margin: auto;
}
.big-img-div img{
  height: 550px;
  width: 400px;
}
.flex-div{
  display: flex;
  flex-direction: column;
}
.h1-div{
  font-size: 32px;
  font-size: bold;
  margin-top: 20px;
  /* width: 70%; */
}
.p-div p{
  width: 40%;
  line-height: 20px;
}
.big-button-div{
  margin-top: 30px;
  
}
.big-button-div button{
  margin-top: 20px;
  height: 45px;
  width: 150px;
  background-color: black;
  color: white;
  border-radius: 10px;
  border: none;
}
.icon-com-div{
  margin-top: 70px;
}
.icon-com-div img{
 
}
.im-2, .im-3, .im-4{
  margin-left: 20px;
}
.mobile-image{
  display: none;
}

@media screen and (max-width: 900px) {
  .im-1, .im-2, .im-3, .im-4{
    margin-left: 30px;
    height: 25px;
    width: 60px;
  }
  .p-div p{
    width: 80%;
  }
  .h1-div{
    font-size: 22px;
    font-size: bold;
    margin-top: 20px;
  }
}


@media screen and (max-width: 850px) {
    .menu-toggle {
        display: block;
        position: absolute;
        top: 20px;
        right: -14px;
        width: 50px;
        cursor: pointer;
       
        z-index: 1000;

    }
  
    .navbar{
        position: fixed;
        width:50%;
        height: 1000vh;
        right: 0;
        display: none;
        flex-direction: column;
        background-color: white;
        padding-top: 80px;
    }
    .navbar a{
        display: flex;
        margin-right: 0;
        }
    .button-nav{
       display: none;
    }
    .button-nav-mobile{
      display: flex;
      flex-direction: column;
    }
    .button-1{
      width: 130px;
      align-items: center;
      margin: auto;
      margin-top: 30px;
      height: 35px;
      border-radius: 10px;
      border: none;
      background-color: white;

    }
    .button-2{
      /* border: none; */
      background-color: white;
      width: 130px;
      align-items: center;
      margin: auto;
      margin-top: 30px;
      height: 35px;
      border-radius: 10px;
      
    }
    
  
}
@media screen and (max-width: 650px) {
  .big-img-div{
    display: none;
  }
  .mobile-image{
    display: block;
    width: 100%;
    display: flex;
    justify-content: center;
   
    
  }
  
  .mobile-image img{
    height: 320px;
    width: 400px;
    margin: auto;
    align-items: center;
  }
  .body-div{
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 20px;
    margin: auto;
  }
 
  .flex-div{
    display: flex;
    flex-direction: column;
    justify-content: center;
    
  }
  
  .h1-div  {
    font-size: 25px;
    font-size: bold;
    width: 100%;
    margin: auto;
    display: flex;
    justify-content: center;
  }
  .h1-div br{
    display: none;
  }

  .p-div p{
    width: 100%;
    line-height: 20px;
    margin: auto;
    display: flex;
    word-wrap: initial;
    text-align: justify;
    
  }
  .big-button-div{
    margin-top: 30px;
    align-items: center;
    margin: auto;
  }
  .icon-com-div{
    display: flex;
   
  }
  .icon-com-div img{
  height: 20px;
  width: 60px;
margin: auto;
  }
}
@media screen and (max-width: 480px){
  .h1-div  {
    font-size: 18px;
    font-size: bold;
    width: 100%;
    margin: auto;
    display: flex;
    justify-content: center;
  }
  .h1-div br{
    display: none;
  }
  .icon-com-div img{
    height: 20px;
    width: 60px;
    margin-right: 10px;
    }
}