.word-break-device {
  word-break: break-all !important;
}

.ml-auto {
  margin-left: auto !important;
}

.w-100f {
  width: 100% !important;

}

.fs-24 {
  font-size: 24px !important;
}

.padding-10 {
  padding: 10px !important;
}

.para_design {
  display      : block;
  text-overflow: ellipsis;
  white-space  : nowrap;
  word-wrap    : break-word;
  overflow     : hidden;
  max-height   : 4.5em;
  line-height  : 2em;
  width        : 100% !important;
}

.para_limit_set {
  display      : block;
  text-overflow: ellipsis;
  white-space  : nowrap;
  overflow     : hidden;
  max-height   : 4.5em;
  margin-bottom: 0px !important;
}

.w-75f {
  width: 75% !important;
}

/* Page responsive css */
@media (max-width:525px) {
  .link-sm a {
    display        : flex;
    justify-content: center;
  }

  .w-sm-75px {
    width: 75px !important;
  }

  .h-sm-75px {
    height: 75px !important;
  }

  .fs-sm-1rem {
    font-size: 1rem !important;
  }

  .container-sm-device {
    max-width: none;
    padding  : 0 10px !important;

  }

  .header-logo.sm-margin-right-0 {
    margin-right: 0rem !important;
  }

  .card-toolbar .w-sm-100 {
    width: 100% !important;
  }

  .card-flex-change {
    display: block !important;
  }

  .w-sm-100 {
    width: 100% !important;
  }
  .p-sm-md-2{
    padding: 2rem !important;
   }
}

@media (max-width:400px) {
  .width-set-box-sm .w-sm-65px {
    width: 65px !important;
  }

  .width-set-box-sm .h-sm-65px {
    height: 65px !important;
  }

}

@media (max-width:300px) {
  .p-sm-md-1{
    padding: 1rem !important; 
  }
  
}


@media (min-width:768px) {
  .verify-set-sm {
    display        : flex;
    justify-content: center;
  }

}

@media (max-width:768px) {
  .pl-5px {
    padding-left: 0px !important;
  }

}

.pl-5px {
  padding-left: 5px;
}

.text-verify-center {
  text-align: center !important;
}

.height-120px {
  height: 120px !important
}

.m-tb-100 {
  margin: 100px 0px !important;
}

@media (min-width:768px) and (max-width:992px){
   .p-20-md-sm{
    padding: 20px !important;
   }

   
}