
  /* start global style */
  body{
    font-family: "Poppins-Medium";
    font-size: 16px;
    line-height: 28px;
    /* font-family: "Poppins-Regular"; */
    color:#b7b7b7;
  }
  .logwd{
    width: 180px;
  }
  /* h1,h2,h3,h4,h5,h6{
    font-family: "Montserrat-Bold"!important;
  }
  h1{
    font-size: 56px!important;
    line-height: 90px!important;
  }
  h2{
    font-size: 40px!important;
    line-height: 72px!important;
  }
  h3{
    font-size: 32px!important;
    line-height: 48px!important;
  }
  h4{
    font-size: 24px!important;
    line-height: 40px!important;
  }
  h5{
    font-size: 20px!important;
    line-height: 36px!important;
  } */

  .form-cus-bg {
    padding: 30px;    
    background-color: rgba(255, 255, 255, 0.05);
    border-radius: 24px;
}
.mq-sec-pd {
    padding: 70px 0;
    /* margin: 128px 0; */
}
.col-ver-center{
  align-self:center;
}
.secbg{
    background: #040a0e;
}
/* .secbg-grey{
    background: #11161a;
} */

  /* end global style */

  /* .fm-pd{    
    background: #0d0d0d;
    padding: 50px;
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.05);
    transition: 0.2s;
    box-shadow: 0 2px 12px 0 rgb(34 34 35 / 68%); 
  } */

  ul.icon-ul li {
    list-style: none;
}
ul.common-li li {
    margin-top: 14px;
}
/* ul.common-li li:not(:last-child) {
    margin-top: 16px;
} */
.privacy{
    display: flex;
    justify-content: center;
}
.privacy a:hover {
    color: #5bc9e8!important;
}
.common-btn{
    padding: 13px 24px 13px 24px;
    border-radius: 12px;
    background-color: #5bc9e8;
    color: #FFFFFF;
    border: 1px solid transparent;
    transition: 0.2s;
}
.common-btn:hover{
    background-color: rgba(255, 255, 255, 0.05);
    border: 1px solid #5bc9e8;
    color: #FFFFFF;
}


/* terms */
.privacy-txt-color p{
    color:#B7B7B7;
    font-size: 16px!important;
    line-height: 32px;
    font-family: "Poppins-Medium";
    margin-bottom: 16px;
  }

ul.heading-M.tersmli li {
    color:b7b7b7;
    margin-top: 12px;
    list-style: circle;
    font-size: 16px!important;
}
.terms-color {
    color: #B7B7B7;
}
.bold-color{
    color:#fff!important;
}
.title-mb{
    margin-top: 35px;
    margin-bottom: 30px;
}
.high-lit{
    color: #5bc9e8;
    display: inline;
}
.high-lit:hover{
    color: #5bc9e8;
    display: inline;
}