.elementor-18585 .elementor-element.elementor-element-fe43c2a{--display:flex;}.elementor-18585 .elementor-element.elementor-element-480aeb1{font-family:"Montserrat", Sans-serif;font-size:15px;font-weight:400;}.elementor-18585 .elementor-element.elementor-element-2e1f059{font-family:"Montserrat", Sans-serif;font-size:15px;font-weight:400;}.elementor-18585 .elementor-element.elementor-element-19361e3{--display:flex;}.elementor-18585 .elementor-element.elementor-element-6fd652f .elementor-repeater-item-9b52255{color:#FFFFFF;background-color:#00A39F;}.elementor-18585 .elementor-element.elementor-element-6fd652f .elementor-repeater-item-0a96d55{color:#FFFFFF;background-color:#00A39F;}.elementor-18585 .elementor-element.elementor-element-6fd652f tbody tr:nth-child(even){background-color:#F8F8F8;}/* Start custom CSS for container, class: .elementor-element-fe43c2a */.accordion {
      /*border-top: 1px solid #ccc;*/
    }

    .accordion-item {
      /*border-bottom: 1px solid #ccc;*/
    }
    .accordion-content th {
    text-transform: capitalize;
    text-align: center;
    width: 200px;
    color: #000;
        font-size: 14px;
}
.accordion-content th>img {
    width: 40px;
    text-align: center;
    margin: 0px auto;
}
.accordion-content tbody td{
    text-align: center;
}
.accordion-button>img {
    width: 45px;
    float: left;
    align-items: center;
    /* margin-right: 25px; */
    margin-right: 20px;
    background: #fff;
    border-radius: 5px;
    padding: 5px;
}
    .accordion-button {
      background-color: #003d5b14;
      color: #333;
      padding: 8px;
      width: 100%;
      text-align: left;
      border: none;
      outline: none;
      font-size: 16px;
      cursor: pointer;
      transition: background 0.3s ease;
          justify-content: left;
              margin-bottom: 10px;
    }

    .accordion-button:hover {
      background-color: #e0e0e0;
    }

    .accordion-content {
      padding: 0px;
      display: none;
      /*background: #fafafa;*/
      border: 3px #003D5B solid;
    }

.accordion-button.active {
    background-color: #003D5B;
    color: #fff;
        margin-bottom: 0px;
        border-top-right-radius: 5px;
    border-top-left-radius: 5px;
}
    .accordion-button.active + .accordion-content {
      display: block;
          margin-bottom: 10px;
    }
    .accordion-content table{
        margin-bottom:0;
    }
    .accordion-content table tbody tr:nth-child(even), .accordion-content table thead tr {
    background-color: #F8F8F8;
}/* End custom CSS */