
  /* checkbox */
  .form-check-input{
    position: absolute;
    top: 2px;
    }
    .top-11{
      position: relative;
      top:11px;
    }
    .card-img-top{
      width:50px;
      height: 50px;
    }
    .hr-sect {
      display: flex;
      flex-basis: 100%;
      align-items: center;
      color: white;
      margin: 8px 0px;
    }
    .hr-sect::before,
    .hr-sect::after {
      content: "";
      flex-grow: 1;
      background: white;
      height: 1px;
      font-size: 0px;
      line-height: 0px;
      margin: 0px 8px;
    }
    .line{
      line-height: 70px
    }
    .content-form{
      height: 50px;
      border-radius: 25px;
      border-color: #333;
      }
      .content-form-ta{
        border-radius: 6px;
      border-color: #333;
      }
      ::placeholder{
        padding-left: 10px !important;
        font-size: 15px !important;
        font-weight: 600px !important;
    font-family: 'DM Sans';
      }

      .dropdown, .dropleft, .dropright, .dropup {
        position: relative;
        text-align: center;
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        align-content: center;
        align-items: center;
        flex-direction: column;
    }
/* responsive  */
@media only screen and (max-width: 426px) {
  .fs-50{
    font-size:35px;
}
.dis-none{
  display: none;
}
  .popup{
    position: relative;
    left: 157px;
  }
}
@media only screen and (max-width: 376px) {
  .popup{
    position: relative;
    left: 130px;
  }
}
@media only screen and (max-width: 321px) {
  .popup{
    position: relative;
    left: 101px;
  }
}