@media screen and (max-width: 991px) {
    .hide-lg {
        display: none;
    }

    .display-flex-order {
        display: flex !important;
        flex-flow: column !important;
    }

    .order-1 {
        order: 1;
        width: 100% !important;
    }

    .order-2 {
        order: 2;
        width: 100% !important;
    }

    .order-3 {
        order: 3;
        width: 100% !important;
    }

    .center-manual-icon-left {
        margin-top: 30px;
        margin-right: calc(50% - 40px) !important;
    }

    .center-manual-icon-right {
        margin-left: calc(50% - 40px) !important;
    }

    .center-heading-icon {
        float: right !important;
        width: 100% !important;
        text-align: center !important;
    }

    .percent-75-center-img {
        display: block;
        margin-left: auto;
        margin-right: auto;
        max-width: 75% !important;
    }
}

@media screen and (min-width: 992px) {
    .hide-sm {
        display: none;
    }

    .title-height-150px {
        min-height: 150px !important;
    }

    .subtitle-height-66px {
        min-height: 66px !important;
    }
}

.pagination-center {
    display: block;
    width: 100% !important;
    text-align: center !important;
}

.pagination > li > a, .pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: black;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
    z-index: 3;
    color: #fff !important;
    cursor: default;
    background-color: #01AE86 !important;
    border-color: #01AE86 !important;
}

.mfp-container {
    height: auto !important;
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
    .height-md-subtitle {
        height: 160px !important;
    }

    .font-md-14 {
        font-size: 14px !important;
    }
}

@media screen and (min-width: 1200px) {
    .abs-long-heading-left {
        position: absolute !important;
        padding-top: 80px !important;
        text-align: left !important;
        margin-left: -20px !important;
    }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
    .abs-long-heading-left {
        position: absolute !important;
        padding-top: 80px !important;
        text-align: left !important;
        margin-left: -55px !important;
    }

    .abs-medium-heading-left {
        position: absolute !important;
        padding-top: 80px !important;
        text-align: left !important;
        margin-left: -25px !important;
    }

    .abs-small-heading-right {
        position: absolute;
        padding-top: 80px;
        margin-left: -110px;
    }
}

.over-auto li {
    overflow: auto !important;
}

.medikit li {
    list-style-type: none;
}

.medikit li:before {
    content: "\f0fa";
    font-family: FontAwesome;
    display: inline-block;
    margin-left: -1.3em;
    width: 1.3em;
    color: #45ac8b !important;
}

.flex {
    display: flex !important;
}

.manual-img-bottom {
    display: block !important;
    margin-top: 31% !important;
}

.icon-box-white {
    background-color: white !important;
}

.rotate-20deg {
    transform: rotate(225deg) !important;
}

.float-left-li-fa {
    float: left !important;
    padding-right: 5px !important;
}

.center-manual {
    display: block !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

.background-grey {
    background: lightgrey !important;
}

.width-100 {
    width: 100px !important;
}

.main-icon-i {
    font-size: 60px !important;
    line-height: 100px !important;
}

.main-icon-a {
    height: 100px !important;
    width: 100px !important;
}

.min-wid-70 {
    min-width: 70px !important;
}

.fa {
    line-height: 30px;
}

.our-btn:hover {
    background-color: #ee1b24 !important;
    border-color: #ee1b24 !important;
}

.icon-theme-colored.icon-dark a:hover {
    background-color: #01AE86 !important;
    color: #e6e6e6;
}

.modal-btn {
    background: #01AE86 !important;
    border: 1px solid #01AE86 !important;
    border-radius: 3px !important;
    color: white !important;
    font-weight: bold !important;
}

.red-underline {
    color: #ee1b24 !important;
    text-decoration: underline;
}

.footer .dark .list-border li {
    border-bottom: 1px dashed #989898 !important;
}

.bold {
    font-weight: bold !important;
}

.footer-text-color {
    color: #bfbdbd !important;
    font-size: 16px !important;
}

.footer-text-color a {
    color: #bfbdbd !important;
    font-size: 16px !important;
}

.pecat {
    max-width: 200px !important;
}

#wrapper #footer {
    background-repeat: no-repeat !important;
}

.green-panel {
    background-color: #01AE86 !important;
    border-color: #01AE86 !important;
    font-weight: 700 !important;
    font-size: 16px !important;
}

.red-bold-font-22px {
    font-weight: bold !important;
    font-size: 22px !important;
}

.red-bold-font-22px i {
    font-size: 22px !important;
}

.smaller-text {
    font-size: 18px !important;
}

.max-height-25 {
    max-height: 25px !important;
}