@media (max-width: 767px) {
  .row {
    margin: 0;
  }
  .information_container {
    padding: 0;
  }
  .personal_information {
    width: 100%;
  }
  .current_Date {
    width: 57%;
  }
  .current_Date_para {
    text-align: end;
  }
  .current_Date_info,
  .current_Date_para {
    margin-bottom: 15px;
  }
  .col-6 {
    width: 100%;
  }
  .dropdown__select {
    font-size: 10px;
  }
  .flex_d {
    flex-direction: column;
  }
  .display {
    display: flex;
  }
  .top {
    position: relative;
    /* top: -17px; */
    margin-right: 4px !important;
  }
  .for_mobile {
    display: block;
  }
  .for_pc {
    display: none;
  }
}

@media (min-width: 768px) {
  .for_mobile {
    display: none;
  }
  .for_pc {
    display: block;
  }
  .width_50 {
    width: 50%;
  }
  .width_30 {
    width: 31%;
  }
  .width_align {
    width: 30%;
  }
  .width_20 {
    width: 20%;
  }
  .width_40 {
    width: 40%;
  }
  .width_60 {
    width: 60%;
  }
  .width_10 {
    width: 10%;
  }
  .width_100 {
    width: 100%;
  }
  .pr-10 {
    padding-right: 10px;
  }
  .ml-27 {
    margin-left: 27px;
  }
  .d_justfi {
    justify-content: flex-start !important;
  }
  .pl-10 {
    padding-left: 10px;
  }
  .align_class {
    position: relative;
    left: -14px;
  }
  .sign_class {
    justify-content: end;
    position: relative;
    top: -95px;
  }
}

@media (min-width: 1024px) {
  .class_justify_content {
    justify-content: flex-start;
  }
  .ml-10 {
    margin-left: 10px;
  }
  .ml-27 {
    margin-left: 1px !important;
  }
  .padding_0 {
    padding: 0px !important;
  }
}
