/*ol {
    list-style-type: none;
    counter-reset: item;
}
ol li:before {
    content: counter(item) '. ';
    counter-increment: item;
    color: #2c6771;
}*/
.heading_underline_left {
    display: block;
    font-size: 18px !important;
    width: 100%;
    text-align: left;
    text-transform: uppercase;
    color: #335f67;
    border-bottom: 1px solid #335f67;
    font-weight: 600;
    padding-left: 15px;
    padding-bottom: 4px;
}

.heading_underline_right {
    display: block;
    font-size: 18px !important;
    width: 100%;
    text-align: right;
    text-transform: uppercase;
    color: #335f67;
    border-bottom: 1px solid #335f67;
    font-weight: 600;
    padding-right: 15px;
    padding-bottom: 4px;
}

.benefits_blue_block {
    background: rgb(210, 223, 225);
    /*padding: 10% 5%;*/
    padding: 40px;
    line-height: 40px;
}

.benefits_image {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.table-bordered > tr > td {
    border: 2px solid #ffffff;
}

.blue_table tbody > tr > td {
    background: #dde4e5;
    border: 3px solid #ffffff;
}

.blue_table > tbody > tr > td, .blue_table_head > td {
    padding: 10px 30px;
}

.blue_table_head > td {
    background: #2c6771 !important;
    text-align: center;
    color:#ffffff;
}

table.blue_table tr:not(.blue_table_head) > td:nth-child(2):hover { background: rgb(210, 223, 225); }

.provider {
    display: block;
    margin-top: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #335f67;
}

.provider:last-child {
    border-bottom: 0;
}

.service_provider {
   /* float: right;
    margin-left: 25px; */
    margin-bottom: 25px;
    margin-right: 15px;
    padding: 15px;
    text-align: center;
    background: rgb(210, 223, 225);
    overflow-x: hidden;
    font-size: 18px;
}

.exdanding:hover {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
    -webkit-transition: ease-in-out .4s;
    -o-transition: ease-in-out .4s;
    transition: ease-in-out .4s;
}

/*
a .exdanding div {
    top: 0;
    position: absolute;
    left: 0;
    right: 0;
    height: 100%;
    overflow: hidden;
    display: none;
    opacity: 1;
}

a .exdanding:hover {
    border: 1px solid #7F9698;
    cursor: pointer;
}

a .exdanding div span {
    margin: 0 auto;
    top: 50%;
    margin-top: -14px;
    font-size: 28px;
    color: #fff;
}

a .exdanding:hover div {
    display: block;
    background-color: rgba(0, 0, 0, 0.4);
}
*/

.service_provider p {
    margin: 0;
}

.service_provider img {
    margin: 0 auto;
}

/*
.two_cols_ol {
counter-reset: myCounter;
}
*/
.two_cols_ol.faq {
      counter-reset: twoColsCounter;
  }
.two_cols_ol.faq > li {
    display: block;
    list-style: none;
    margin-bottom: 20px;
    padding: 15px;
}
.two_cols_ol.faq > li:hover {
    background: rgb(210, 223, 225);
    -webkit-transition: background 0.3s;
    -moz-transition: background 0.3s;
    -ms-transition: background 0.3s;
    -o-transition: background 0.3s;
    transition: background 0.3s;
    cursor: pointer;
}
.two_cols_ol.faq > li:before {
    counter-increment: twoColsCounter;
    content:counter(twoColsCounter)". ";
    display: inline-block;
    text-align: center;
    padding-right: 10px;
}

/*.two_cols_ol.ongoing_fee > li {
    display: block;
    margin-bottom: 10px;
}*/

.table.ongoing-fee-table {
    border: 0 !important;
    margin-bottom: 30px;
}

.table.ongoing-fee-table td, .table.ongoing-fee-table th {
    border: 0 !important;
    padding-left: 15px;
    padding-right: 15px;
    vertical-align: top;
}

.table.ongoing-fee-table tr {
    border: 0 !important;
    margin-bottom: 30px;
}

.for_whom_tool > li {
    margin: 30px 0px;
    line-height: 30px;
}

.for_whom_tool > li:hover {
    background: rgb(210, 223, 225);
    -webkit-transition: background 0.3s;
    -moz-transition: background 0.3s;
    -ms-transition: background 0.3s;
    -o-transition: background 0.3s;
    transition: background 0.3s;
    cursor: pointer;
}

/*
.two_cols_ol.faq ol {
    counter-reset: twoColsCounterInner;
}

.two_cols_ol.faq ol > li:before {
    counter-increment: twoColsCounterInner;
    content:counter(twoColsCounterInner)". ";
    display: inline-block;
    text-align: center;
    padding-right: 10px;
    font-weight: bold;
}
*/
@media (min-width: 767px) {
    .blue_table, .ongoing-fee-table {
        table-layout: fixed;
    }

    .two_cols_ol {
        -moz-column-count: 2;
        -moz-column-gap: 70px;
        -webkit-column-count: 2;
        -webkit-column-gap: 70px;
        column-count: 2;
        column-gap: 70px;
    }
    .two_cols_ol.faq {
        -moz-column-gap: 30px;
        -webkit-column-gap: 30px;
        column-gap: 30px;
    }
}