
.row_dm {background: #fff;padding: 15px; width: 100%; float: left;}
.row_dm_con {
    padding: 10px;
    text-align: center;
    border-radius: 4px;
    background-color: #fff;
    float: left;
    border: 1px solid var(--tailwind-200);
    margin: 0 15px 15px 0;
    width: calc(calc(100% - 90px) / 7);
}
.row_dm .row_dm_con:nth-child(7n) {
  margin-right: 0;
}
.row_dm .row_dm_con:nth-child(7n+1) {
  clear: both;
}
.row_dm_con:hover {
	background-color: var(--tailwind-50);
    border-color: var(--tailwind-300);
}
.row_dm_top {
    margin-top: 10px;
}
.img_td_h2 {
    width: 40%;
    margin-left: auto;
    margin-right: auto;
}
.name_td_h2,.ti_td_h2 {
	padding: 5px 0;
}

.our_h_t_td::before {
    z-index: 0;
}
input[type="file"] {
    box-sizing: border-box;
    padding: 7px 13px;
    width: 100%;
    line-height: normal;
    font-size: 14px;
    border: 2px solid #00000017;
    border-radius: 6px;
}
.w_100{
    width: 100% !important;
}


.plans .plan input[type="radio"] {
    position: absolute;
    opacity: 0;
  }
  .plans {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}
  .plans .plan {
    cursor: pointer;
    width: 100%;
  }

  .plans .plan .plan-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 2px solid #e1e2e7;
    border-radius: 10px;
    -webkit-transition: -webkit-box-shadow 0.4s;
    transition: -webkit-box-shadow 0.4s;
    -o-transition: box-shadow 0.4s;
    transition: box-shadow 0.4s;
    transition: box-shadow 0.4s, -webkit-box-shadow 0.4s;
    position: relative;
  }

  .plans .plan .plan-content img {
    margin-right: 30px;
    height: 72px;
  }

  .plans .plan .plan-details span {
    margin-bottom: 5px;
    display: block;
    font-size: 13px;
    color: #252f42;
    font-weight: bold;
  }

  .container .title {
    font-size: 20px;
    font-weight: 500;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    color: #252f42;
    margin-bottom: 20px;
  }

  .plans .plan .plan-details p {
    color: #646a79;
    font-size: 14px;
    line-height: 18px;
    padding: 0;
  }

  .plans .plan .plan-content:hover {
    -webkit-box-shadow: 0px 3px 5px 0px #e8e8e8;
    box-shadow: 0px 3px 5px 0px #e8e8e8;
  }

  .plans .plan input[type="radio"]:checked + .plan-content:after {
    content: "";
    position: absolute;
    height: 8px;
    width: 8px;
    background: #216fe0;
    right: 20px;
    top: 20px;
    border-radius: 100%;
    border: 3px solid #fff;
    -webkit-box-shadow: 0px 0px 0px 2px #0066ff;
    box-shadow: 0px 0px 0px 2px #0066ff;
  }

  .plans .plan input[type="radio"]:checked + .plan-content {
    border: 2px solid #216ee0;
    background: #eaf1fe;
    -webkit-transition: ease-in 0.3s;
    -o-transition: ease-in 0.3s;
    transition: ease-in 0.3s;
  }
  .icon {
    width: 30px;
    height: 30px;
    position: absolute;
    top: 0;
    left: 9px;
}
.icon img {
    width: 100%;
    height: 100%;
}
.ul_dm_h > li > a i {
  opacity: 0;
}
.slide {
  width: 100% !important;
  padding: 0 !important;;
}