.loader-container {
    pointer-events: none;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    z-index: 9999;
    /* position:fixed; */
    position: absolute;
    left: 0;
    top: 0;
}
body {
  background: rgb(255, 255, 255);
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen',
    'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue',
    sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

code {
  font-family: source-code-pro, Menlo, Monaco, Consolas, 'Courier New',
    monospace;
}
.cover{
  min-height: 478px;
  display: block;
  width: 100%;
  background-image: url(/4e5ddddbdd998c0d0731.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.header-menu{
  background-color: transparent;
    border-bottom: none;
}
.primary-btn{
  background: #0bba91;
  border: 1px solid #0bba91;
  color: #fff;
}
.primary-btn:hover{
  background: #0bba91 !important;
  border: 1px solid #0bba91 !important;
  color: #fff !important;
}
.title{
  padding-left: 10px; 
  width: 100%;
  color: #000;
  box-sizing: border-box;
  font-size: 40px;
  line-height: 60px;
  letter-spacing: .5px;
}
.brief{
  color: #000;
  width: 100%;
  font-size: 24px;
  line-height: 24px;
  margin-top: 29px;
  letter-spacing: 1.5px;
}
.banner_sec_btn{
  display: block;
    position: relative;
    width: 235px;
    height: 42px;
    line-height: 42px;
    border-radius: 21px;
    margin-top: 79px;
}
.banner_sec_btn_a{
  display: block;
  position: relative;
  color: #fff;
  font-size: 24px;
  background: #0db083;
  z-index: 2;
  text-align: center;
  text-decoration: none;
  border-radius: 25px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  font-size: 20px;
  border-radius: 21px;
}
.banner_sec_btn_a::before{
  content: '';
  background-color: #fff;
  position: absolute;
  z-index: 1;
  width: 9px;
  height: 9px;
  border-radius: 4.5px;
  right: 16px;
  top: 17px;
}
.banner_sec_btn_a::after{
  content: '';
  background: url(/c4c869867a61e268748a.png) no-repeat center / 100%;
  position: absolute;
  z-index: 2;
  width: 57px;
  height: 110px;
  right: -37px;
  top: 24px;
}
.index_page_content {
  width: 100%;
}
.index_page_content.step1 {
  background-color: #fafafa;
  padding: 80px 0 81px;
}
.index_page_content .wrap{

}
.index_page_content .m_title{
  color: #000;
  text-align: center;
  font-size: 40px;
  line-height: 40px;
}
.index_page_content .m_title span{
  display: inline-block;
    background-color: #0db083;
    position: relative;
    vertical-align: middle;
    margin-right: 30px;
    width: 45px;
    height: 45px;
    margin-top: -6px;
    border-radius: 5px;
}
.index_page_content .m_title span em{
  font-family: 'Landon';
  color: #fff;
  position: absolute;
  left: 2px;
  bottom: 0px;
  font-style: unset;
  font-size: 40px;
}
.index_page_content.step1 .list{
  display: flex;
  justify-content: space-between;
  margin-top: 81px;
}
.index_page_content.step1 .inq_btn{
  display: block;
  width: 280px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  margin: 80px auto 0px;
  background-color: #0db083;
  border-radius: 25px;
  font-size: 20px;
  color: #fff;
  margin-top: 74px;
}
