body {
  font-family: "Poppins", sans-serif !important;
  font-size: 14px;
  line-height: 1.71;
  color: #ff61ac !important; 
  margin: 0;
  padding: 0;
  background: #85c0f9;
}


.topsection .innerdiv .right-div {
  width: 390px;
  background: #85c0f9;
  padding: 40px 40px 35px;
  top: 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  box-sizing: border-box;
  border-radius: 0 20px 0 0; /* position: sticky; */ /* top: 200px; */
  transition: all 0.3s ease-in-out 0s;
}

.fixed-nav {
  background : transparent;
  color: #666;
  padding: 25px 0;
  position: sticky;
  position: -webkit-sticky;
  top: 0;
  z-index: 1;
}