.position-relative {
    position: relative !important;
}

.position-sticky {
    position: -webkit-sticky !important;
    position: sticky !important;
}

.social-icon {
    padding: 20px;
}

.social-icon a:first-child {
    margin-left: 0;
}

.social-icon a {
    margin: 0 15px;
    color: #000;
    background-color: rgb(245, 245, 245);
    padding: 5px;
}

.feature-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
    position: relative;
    z-index: 1;
}

.feature-box a {
    color: #006b95;
}

.feature-box .feature-box-icon-rounded {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    overflow: hidden;
    -webkit-transition: .3s;
    transition: .3s;
}

.feature-box .feature-box-left-icon-middle {
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    -ms-flex-pack: center;
    justify-content: flex-start;
    text-align: left;
}

.list-style-02 {
    list-style: none;
}

.list-style-02 li {
    display: -webkit-box;
    display: -ms-flexbox;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    padding: 15px;
}

.post {
    font-weight: bold;
    color: #e32845;
}

.list-style-02 {
    list-style: none;
}

.list-style-02 li {
    display: -webkit-box;
    display: -ms-flexbox;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    padding: 15px;
}

.post {
    font-weight: bold;
    color: #e32845;
}

/*  Responsive Table */
.responsive-table {
    padding-left: 0px;
}

.responsive-table {
    li {
        border-radius: 3px;
        padding: 20px 30px;
        display: flex;
        justify-content: space-between;
        margin-bottom: 15px;
    }

    .table-header {
        background-color: #E8E8E8;
        font-size: 14px;
        text-transform: uppercase;
        letter-spacing: 0.03em;
    }

    .table-row {
        background-color: #ffffff;
        box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.1);
        align-items: center;
    }

    .col-1 {
        flex-basis: 5%;
    }

    .col-2 {
        flex-basis: 20%;
    }

    .col-3 {
        flex-basis: 25%;
    }

    .col-4 {
        flex-basis: 15%;
    }

    .col-5 {
        flex-basis: 15%;
    }

    .col-6 {
        flex-basis: 20%;
    }

    @media all and (max-width: 1200px) {
        .table-header {
            display: none;
        }

        .table-row {
            padding: 15px;
        }

        li {
            display: block;
        }

        .col {

            flex-basis: 100%;

        }

        .col {
            /* display: flex; */
            padding: 10px 0;
            width: 100%;

            &:before {
                color: #6C7A89;
                padding-right: 10px;
                content: attr(data-label);
                flex-basis: 50%;
                text-align: right;
            }
        }
    }
}