 body {
  margin: 0;
  font-family: Helvetica, sans-serif;
  background-color: #f4f4f4;
}

a {
  color: #000;
  text-decoration: none;
}

.header {
  background-color: #fff;
  box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, .1);
  position: fixed;
  width: 100%;
  z-index: 3;
  padding: 15px 10px;
  height: 70px;
}

.header ul {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
  background-color: #fff;
}

.header li a {
  display: block;
  padding: 20px 20px;
  border-right: 1px solid #f4f4f4;
  text-decoration: none;
}

.header li a:hover,
.header .menu-btn:hover {
  background-color: #f4f4f4;
}

.header .logo {
  display: block;
  float: left;
  font-size: 2em;
  padding: 0px 0px;
  text-decoration: none;
}

/* menu */

.header .menu {
  clear: both;
  max-height: 0;
  transition: max-height .2s ease-out;
}

/* menu icon */

.header .menu-icon {
  cursor: pointer;
  display: inline-block;
  float: right;
  padding: 28px 20px;
  position: relative;
  user-select: none;
}

.header .menu-icon .navicon {
  background: #333;
  display: block;
  height: 2px;
  position: relative;
  transition: background .2s ease-out;
  width: 18px;
}

.header .menu-icon .navicon:before,
.header .menu-icon .navicon:after {
  background: #333;
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  transition: all .2s ease-out;
  width: 100%;
}

.header .menu-icon .navicon:before {
  top: 5px;
}

.header .menu-icon .navicon:after {
  top: -5px;
}

/* menu btn */

.header .menu-btn {
  display: none;
}

.header .menu-btn:checked~.menu {
  max-height: 240px;
}

.header .menu-btn:checked~.menu-icon .navicon {
  background: transparent;
}

.header .menu-btn:checked~.menu-icon .navicon:before {
  transform: rotate(-45deg);
}

.header .menu-btn:checked~.menu-icon .navicon:after {
  transform: rotate(45deg);
}

.header .menu-btn:checked~.menu-icon:not(.steps) .navicon:before,
.header .menu-btn:checked~.menu-icon:not(.steps) .navicon:after {
  top: 0;
}

.logo span {
  font-size: 20px;
  font-weight: 900;
  color: #a100ff;
}

.logo {
  margin-left: 30px;
}

.navbar {
  overflow: hidden;
  background-color: #f2f5f9;
  border-radius: 27px;
}

.navbar a {
  float: left;
  font-size: 16px;
  color: rgb(0, 0, 0);
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}

.subnav {
  float: left;
  overflow: hidden;
}

.subnav .subnavbtn {
  font-size: 16px;
  border: none;
  outline: none;
  color: rgb(0, 0, 0);
  padding: 14px 16px;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
}

.navbar a:hover,
.subnav:hover .subnavbtn {
  background-color: rgb(255, 255, 255);
}

.subnav-content {
  display: none;
  position: absolute;
  left: 0;
  background-color: rgb(225, 225, 225);
  width: 100%;
  z-index: 1;
}

.subnav-content a {
  float: left;
  color: #004dff;
  text-decoration: none;
  margin-top: 20px;
}

.subnav-content a:hover {
  background-color: rgb(225, 225, 225);
  color: #004dff;
  text-decoration: underline;

}

.subnav:hover .subnav-content {
  display: block;
}

.sub-p {
  width: 50%;
  padding: 5rem;
  margin: 0 auto;
}

.main {
  display: flex;
  justify-content: space-between;
}

.sub-p p {
  font-size: 10px;
  font-weight: 400;
}

.sub-p h4 {
  font-size: 15px;
  font-weight: 500;
  color: #004dff;
}

.sub-p button {
  font-size: 15px;
  font-weight: 500;
  color: #004dff;
  border-color: #004dff;
  margin-top: 5px;
  padding: 9px 25px;

  font-size: 12px;

  border-radius: 7px;
  background-color: transparent;
}













/* @responsive styles
----------------------------------------------- */
@media only screen and (min-width: 600px) {

  .mdn-accordion a,
  .mdn-accordion .accordion-title {
    padding: 24px;
    font-size: 19px;
  }
}

#mobile_header {
  display: none;
}













/* 48em = 768px */

@media (min-width: 48em) {

  .header li {
    float: left;
  }

  .header li a {
    padding: 20px 30px;
  }

  .header .menu {
    clear: none;
    float: right;
    max-height: none;
  }

  .header .menu-icon {
    display: none;
  }


}

@media (mix-width: 844px) {
  .main {
    display: block;
    justify-content: space-between;
  }
}


header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: #ffffff;

  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 1000;
}

header .logo {
  font-weight: bolder;
  font-size: 25px;
  color: #000000;
}

header .navbar ul {
  list-style: none;

}

header .navbar ul li {
  position: relative;
  float: left;
}

header .navbar ul li a {
  font-size: 15px;
  padding: 20px;
  color: #000000;
  display: block;
}

header .navbar ul li ul li a {
  color: #004dff;
  font-weight: 400;


}

header .navbar ul li ul li a:hover {

  text-decoration: underline;
}

header .navbar ul li ul {
  position: fixed;
  left: 0;
  width: 100%;
  background: #d8d8d8;
  display: none;
}

header .navbar ul li ul li {
  width: 100%;


}

header .navbar ul li ul li ul {
  left: 200px;
  top: 0;
}

header .navbar ul li:focus-within>ul,
header .navbar ul li:hover>ul {
  display: flex;
  justify-content: space-evenly;
}

#menu-bar {
  display: none;
}

header label {
  font-size: 20px;
  color: #000000;
  display: none;
}


.bbb {
  margin-top: 94px;
  padding: 42px;
  background: #e4e4e4c7;
}

.bbb h1 {
  font-size: 50px;
  font-weight: 900;
}

.bbb li {
  list-style: none;
}

.bbb li a {
  font-size: 20px;
  text-decoration: none;
  font-weight: 500;
}

.ph_1 {
  padding: 2rem;
  margin-bottom: -50px;
}

.ph_xt {
  max-width: 1200px;
  margin: 0 auto;
}











@media(max-width:991px) {
  .logo {
    margin-left: 3px;
  }

  header .navbar ul li a {
    font-size: 15px;
    margin-top: -10px;
    padding: 20px;
    color: #000000;
    margin-left: -37px;
    display: block;
  }

  #mobile_header {
    display: flex;
  }

  #first {
    display: none;
  }

  header {
    padding: 20px;
  }

  header label {
    display: initial;
  }

  header .navbar {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #d8d8d8;
    display: none;
  }

  header .navbar ul li {
    width: 100%;

  }

  header .navbar ul li ul {
    position: relative;
    width: 100%;

  }

  header .navbar ul li ul li {
    background: #d8d8d8;
  }

  header .navbar ul li ul li ul {
    width: 100%;
    left: 0;
  }

  #menu-bar:checked~.navbar {
    display: initial;
  }

  header .navbar ul li:focus-within>ul,
  header .navbar ul li:hover>ul {
    display: block;
  }

  .bbb h1 {
    font-size: 15px;
    font-weight: 900;
  }
}