/* hero banner */
.first-bk {
  background-color: #f7f9fe;
  padding: 60px 75px 80px 75px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.left-side {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.green-button {
  background-color: #a2c801;
  padding: 10px 20px;
  font-size: 18px;
  border-radius: 20px;
  text-decoration: none;
  color: white;
  border: 0px solid rgb(255, 255, 255);
}
.transparent-button {
  color: black;
  text-decoration: none;
  padding: 10px 20px;
}
.transparent-button-1 {
  text-decoration: none;
  font-size: 18px;
}
.button-icon {
  height: 18px;
  width: auto;
  margin-left: -10px;
}
.banner-img {
  height: 450px;
  width: 380px;
  border-radius: 20px;
  object-fit: cover;
}
.right-side {
  display: flex;
  align-items: end;
  justify-content: end;
}
.page-heading-section {
  background-color: white;
  padding: 30px;
  border-radius: 20px;
  margin-right: -75px;
  margin-top: -75px;
  margin-bottom: 75px;
  z-index: 1;
  width: 370px;
  box-shadow: 2px 2px #00000001;
}
.page-heading {
  font-size: 40px;
  font-weight: 600;
}
/* hero banner end */
  /* from second section even sections */
  .second-bk{
    padding: 100px 75px 100px 75px;  
    display:flex;
    flex-direction: row;
    align-items: center;
    gap:60px;
    justify-content: space-between;
  }
  .second-bk .col-md-6{
    display:flex;
    gap:20px;
    flex-direction: column;
  }
  .second-bk img{
    height:400px;
    width:600px;
    border-radius: 20px;
    object-fit:cover;
  }
  /* from second section even sections end */
    /* from third section even sections */
    .third-bk{
      background-color: #f6f6f6;
      padding: 100px 75px 100px 75px;  
      display:flex;
      flex-direction: row;
      align-items: center;
      gap:0px;
    }
    .third-bk .col-md-6{
      display:flex;
      gap:20px;
      flex-direction: column;
    }
    .third-bk img{
      height:400px;
      width:600px;
      border-radius: 20px;
      object-fit:cover;
    }
    /* from third section even sections end */



@media only screen and (max-width: 800px) {
  .first-bk {
    padding: 60px 20px 60px 20px;
  }
  /* hero banner start */
  .transparent-button-1 {
    font-size: 16px;
  }
  .transparent-button {
    margin-top: px;
  }
  .green-button {
    font-size: 16px;
  }
  .mobile-transparent-spacing {
    margin-top: 20px;
    margin-bottom: 30px;
  }
  .right-side {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .banner-img {
    height: 300px;
    width: 300px;
    object-fit: cover;
  }
  /* hero banner end */
  /* from second section even sections */
  .second-bk{
    padding: 60px 20px 60px 20px;  
    flex-direction: column;
    gap:20px;
  }
  .second-bk img{
    height:300px;
    width:350px;
    object-fit:cover;
  }

  /* from second section even sections end */
   /* from Third section even sections */
   .third-bk{
    padding: 60px 20px 60px 20px;  
    flex-direction: column;
    gap:20px;
  }
  .third-bk img{
    height:300px;
    width:350px;
    object-fit:cover;
  }

  /* from third section even sections end */

}