.custom__table tr th {
    max-width: 365px;
    width: 365px;
}

.custom__table tr td {
    white-space: normal;
}

.help-links li {
  margin-bottom: 10px;
  font-size: 1rem; 
  font-weight: bold;
  font-style: italic;
}

.help-links li a {
  text-decoration: none;
  font-weight: bold;
  font-style: italic;
  color: #007BFF;
  transition: all 0.5s;
}

.help-links li a:hover {
  color: #ff2601;
  cursor: pointer;
}

@media (max-width: 767px){
    .custom__table tr th {
        max-width: 365px;
        width: 220px;
    }
}



/* bootstrap-tagsinput.css file - add in local */

/* .bootstrap-tagsinput {
    background-color: #fff;
    border: 1px solid #ccc;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    display: inline-block;
    padding: 4px 6px;
    color: #555;
    vertical-align: middle;
    border-radius: 4px;
    max-width: 100%;
    line-height: 22px;
    cursor: text;
  }
  .bootstrap-tagsinput input {
    border: none;
    box-shadow: none;
    outline: none;
    background-color: transparent;
    padding: 0 6px;
    margin: 0;
    width: auto;
    max-width: inherit;
  } */
  /* .bootstrap-tagsinput.form-control input::-moz-placeholder {
    color: #777;
    opacity: 1;
  }
  .bootstrap-tagsinput.form-control input:-ms-input-placeholder {
    color: #777;
  }
  .bootstrap-tagsinput.form-control input::-webkit-input-placeholder {
    color: #777;
  }
  .bootstrap-tagsinput input:focus {
    border: none;
    box-shadow: none;
  }
  .bootstrap-tagsinput .tag {
    margin-right: 2px;
    color: white;
  }
  .bootstrap-tagsinput .tag [data-role="remove"] {
    margin-left: 8px;
    cursor: pointer;
  }
  .bootstrap-tagsinput .tag [data-role="remove"]:after {
    content: "x";
    padding: 0px 2px;
  }
  .bootstrap-tagsinput .tag [data-role="remove"]:hover {
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  }
  .bootstrap-tagsinput .tag [data-role="remove"]:hover:active {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); 
  }
*/

  /*
 * bootstrap-tagsinput v0.8.0
 * 
 */

/* .bootstrap-tagsinput {
  background-color: #fff;
  border: 1px solid #ccc;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  display: inline-block;
  padding: 4px 6px;
  color: #555;
  vertical-align: middle;
  border-radius: 4px;
  max-width: 100%;
  line-height: 22px;
  cursor: text;
}
.bootstrap-tagsinput input {
  border: none;
  box-shadow: none;
  outline: none;
  background-color: transparent;
  padding: 0 6px;
  margin: 0;
  width: auto;
  max-width: inherit;
}
.bootstrap-tagsinput.form-control input::-moz-placeholder {
  color: #777;
  opacity: 1;
}
.bootstrap-tagsinput.form-control input:-ms-input-placeholder {
  color: #777;
}
.bootstrap-tagsinput.form-control input::-webkit-input-placeholder {
  color: #777;
}
.bootstrap-tagsinput input:focus {
  border: none;
  box-shadow: none;
}
.bootstrap-tagsinput .tag {
  margin-right: 2px;
  color: white;
}
.bootstrap-tagsinput .tag [data-role="remove"] {
  margin-left: 8px;
  cursor: pointer;
}
.bootstrap-tagsinput .tag [data-role="remove"]:after {
  content: "x";
  padding: 0px 2px;
}
.bootstrap-tagsinput .tag [data-role="remove"]:hover {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.bootstrap-tagsinput .tag [data-role="remove"]:hover:active {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
} */


/* added on 29-04-2024 */

.text-justify{
  text-align:justify !important;
}

.image.custom-img {
  height: 413px;
  overflow: hidden;
}
.long-img{
  max-height: 600px;
  max-width: 100%;
}
.m-400{
  max-width: 100% !important;
  width: 100% !important;
  max-height: 400px;
  min-height: 400px;
}
.img-style {
  height: 400px;
  overflow: hidden;
  margin-bottom: 8px;
}

.img-style img {
  height: 100%;
  object-fit: cover;
}

.chat-iframe {
  width: 100%;
  height: 100%;
  min-height:500px;
}

/* image one two and three  size code here */

.two-img {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: space-around;
}
.two-img .first{
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;

}

.two-img .first,
.two-img .first2 {
  text-align: center;
  width: 49%;
}
.pagecontent > h1 {
  font-style: italic;
  text-decoration: underline;
  text-align: center;
}
.first img {
  min-height: 380px;
  max-height: 380px;
  width: 100%;
}
.first2 img {
  min-height: 333px;
  max-height: 333px;
  max-width: 500px;
  min-width: 500px;
}
.one-img img{
  display: inline-block;
  max-width: 100% !important;
  height: auto;
}
.three-img {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: space-between;
}
.three-img .one {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  text-align: center;
  width: 33%;
}
.three-img .one img {
  min-height: 290px;
  max-height: 290px;
  width: 100%;
}
@media screen and (max-width : 991px){
.first img {
  min-height: 300px;
  max-height: 300px;
  width: 100%;
}
.three-img .one {
  width: 49%;
}
}
@media screen and (max-width : 767px){
  .two-img .first{
    width: 100%;
  }
  .three-img .one {
    width: 100%;
  }
  
}
@media screen and (max-width: 520px) {
  .first img {
      min-height: 280px;
      max-height: 280px;
    }
    }
span#open-box {
      font-weight: 700;
      color: #00425d;
  }
    