/* Provider features */
.features-title {
    font-size: 31px; }

.selection {
    width: 100%;
    border: 1px solid #E6E6E6;
    padding: 13px 24px;
    margin-bottom: -1px; }
.selection .selection-title {
    position: relative;
    display: block;
    color: #252B33;
    font-weight: bold;
    text-decoration: none; }
.selection .selection-title:hover {
    text-decoration: none; }
.selection .selection-title .selection-btn {
    position: absolute;
    right: 0;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    transition: all .3s;
    border: 1px solid rgba(37, 43, 51, 0.3);
    background-color: white;
    line-height: 25px;
    padding: 0;
    text-align: center; }
.selection .selection-title .selection-btn:hover {
    cursor: pointer; }
.selection.active {
    background-color: #F6F6F6;
    position: relative;
    padding-bottom: 10px; }
.selection.active::before {
    content: '';
    position: absolute;
    height: calc(100% + 2px);
    left: 0;
    top: -1px;
    width: 5px; }
.selection.active .selection-btn {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    border-width: 1px;
    border-style: solid; }

.selection.active .selection-btn i {
    color: white; }

.selection-content {
    padding-top: 13px;
    display: none; }
.selection-content table {
    collapse: collapse;
    width: 90%; }
.selection-content table tr {
    border-top: 2px solid #E6E6E6;
    border-bottom: 2px solid #E6E6E6; }
.selection-content table tr td {
    width: 50%;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 15px; }
.selection-content table tr:last-child {
    border-bottom: none; }

.selection-content .yes {
    margin-right: 12px; }

.selection-content .nope {
    color: #9B9B9B;
    margin-right: 12px; }

.features-wrapper {
    margin-bottom: 20px; }

/* Provider features */
