.minHeightToLandingPage{
  min-height: 100vh;
}
.landingImageDesign{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.welcomeText{
  font-family: Kumbh Sans;
  font-weight: 700;
  font-size: 60px;
  line-height: 72px;
  margin-top: 8px;
  margin-bottom: 24px;
  color: #3D3936;

}
.p-0{
  padding: 0px;
}
.bg-whiteColor{
  background: #FFFFFF;
}
@media (max-width: 767px) {
  .welcomeText{
    font-family: Kumbh Sans;
    font-weight: 400 !important;
    font-size: 30px !important;
    line-height: 38px;
    color: #3D3936;
  }
}
.removeMargin{
  margin: 0px !important;
}
.curDefault{
 cursor: default; !important;
}