@import url(https://fonts.googleapis.com/css2?family=Poppins:wght@400;500&display=swap);
.geeks {
    color: green;
  }
  
  .tabs-container {
    width: 100%;
    margin: 20px auto;
  }
  
  .tabs {
    display: flex;
  }
  
  .tab {
    cursor: pointer;
    padding: 10px;
    margin-right: 10px;
    border: 1px solid #ddd;
    border-bottom: none;
    background-color: #f1f1f1;
  }
  
  .tab.active {
    background-color: #ddd;
  }
  
  .tab-content {
    border: 1px solid #ddd;
    padding: 10px;
  }
.tab-buttons {
  display: flex;
}
 
.tab-buttons button {
  margin-right: 10px;
  padding: 8px;
  cursor: pointer;
  border: 1px solid #ccc;
  background-color: #f0f0f0;
}
 
.tab-buttons button.active {
  background-color: #ddd;
}
 
.tab-content {
  margin-top: 10px;
  padding: 10px;
  border: 1px solid #ccc;
}
.both
{
  clear: both;
}

body{
    font-family: 'Poppins', sans-serif!important;
    background: #ececec;
}
/*------------ Login container ------------*/
.box-area{
    width: 100%;
  }
  /*------------ Right box ------------*/
  .right-box{
    padding: 40px 30px 40px 40px;
  
  }
  .r-w-60 {
    width: 50% !important;
  }
  /*------------ Custom Placeholder ------------*/

  
  /*------------ For small screens------------*/
  @media only screen and (max-width: 768px){
     .box-area{
        margin: 0 10px;
     }
     .left-box{
        height: 100px;
        overflow: hidden;
     }
     .right-box{
        padding: 20px;
     }
  }
