html,
body,
#root,
#root > div {
  width: 100%;
  height: 100%;
}
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap');

body {
  -webkit-font-smoothing: antialiased;  font-family: 'Poppins', sans-serif;

  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}
.topheader {
  display: flex;
  justify-content: end;
  padding: 5px 0;
  background-color: #E9E5FF;
  gap: 60px;
  Font-family: 'Poppins', sans-serif;
  width: 100%;
  height: 25px;
  align-items: center;
}
.topheader .row
{
display: flex;
justify-content: end;
}
.topheader ul {
  margin: 0;
  display: flex;
  align-items: center;
}
.topheader li {
  display: inline;
}
.topheader li:nth-child(2) {
  margin: 0 60px;
}
.topheader li a {
color: #262424;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 14px;
text-decoration: none;
cursor: pointer;
}
/* mega menu css */
.megamenu {
  Font-family: 'Poppins', sans-serif;

}
.megamenu ul{
  margin: 0 !important;
  padding: 0 !important;

}
.megamenu .megamenu-header {
  padding: 10px 20px;
  /* display: block; */
  border-bottom: 1px solid #F2EAFF;
}
.megamenu .megamenu-header .header-img {
  width: 20px;
  height: 18px;
  margin-right: 10px;
  display: block;
  float: left;
}
.megamenu .megamenu-title
{
  color: #262424;
font-size: 22px;
font-style: normal;
font-weight: 500;
line-height: 14px;
}
.megamenu ul li a
{
  color: #6C6C6C;
  text-decoration: none;
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: 14px; 
margin-bottom: 25px;
display: block;
}
.megamenu li {
  list-style: disc;
  color: #5C15C2;
  margin-left: 20px;
}
.megamenu .megamenu-body {
  padding: 25px 35px;
}
.m-0 {
  margin: 0px !important;
}
.megamenu .megamenu-body .menubtn
{
  border-radius: 6px;
background: #EAFFF9;
padding: 9px 14px 9px 20px;
border: 0;
margin-top: 10px;
}
.megamenu .megamenu-body .menubtn1
{
  background: #FCF1FF !important;
}
.megamenu .megamenu-body .menubtn2
{
  background: #EFF2FF !important;
}
.megamenu .megamenu-body .menubtn3 {
  background: #FFF6F9 !important;
}
.megamenu .megamenu-body .menubtn img {
  width: 10px;
transform: rotate(-90deg);
padding: 1px 10px;
}
#root > div {
  max-width: 100% !important;
}

.MuiSlider-mark {
 display: none;

}
.MuiPopover-paper {
  border:1px solid #E2E8F0;
}

