html {
    scroll-behavior: smooth;
}

.top-social li a,
.utf_nav_search {
    padding: 9px;
}

.owl-theme .owl-nav {
    display: none;
}

.owl-product-service .owl-nav {
    display: block !important;
}

.owl-carousel.owl-product-service .owl-nav>div {
    position: absolute;
    width: auto;
    height: auto;
    padding: 5px;
}

.owl-carousel.owl-product-service .owl-nav>.owl-prev {
    left: -30px;
    top: 50%;
}

.owl-carousel.owl-product-service .owl-nav>.owl-next {
    right: -30px;
    top: 50%;
}

@media (max-width: 500px) {
    .owl-carousel.owl-product-service .owl-nav>.owl-prev {
        left: -5px;
        top: 50%;
    }

    .owl-carousel.owl-product-service .owl-nav>.owl-next {
        right: -5px;
        top: 50%;
    }
}

.color-red.utf_featured_tab .nav-tabs>li>a.active {
    background: #40B2E8;
    color: #ffffff;
    border: 1px solid #40B2E8;
}

.color-black {
    color: #000000;
}

.tab-content .list-group li a:hover {
    color: #40B2E8;
    background: #ffeaea;
}

.mailing-input {
    height: 40px;
}

.directory-character {
    list-style: none;
    padding: 0 5px;
    color: #40B2E8;
    font-weight: 600;
    margin-left: 10px;
}

.directory-title {
    color: #40B2E8;
    font-weight: 600;
}

.owl-carousel-product .utf_post_block_style.utf_post_float_half .utf_post_thumb img {
    min-height: auto;
}

/* .utf_post_block_style.utf_post_float_half .utf_post_thumb {
    margin-right: auto;
} */

.ul-product-service-category,
.ul-product-service-category ul {
    list-style: none;
    font-size: 14px;
    padding-left: 10px;
    color: #40B2E8;
}

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

.ul-product-service-category {
    height: 500px;
    overflow: auto;
}

#overlay {
    position: absolute;
    /* display: none; */
    width: 100%;
    height: 450px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 2;
    cursor: pointer;
}

#text {
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 50px;
    color: white;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

.catTHIS-section {
    height: 450px;
}

.banner-advertise {
    background-position: center;
    background-size: cover;
    height: 130px;
}

.banner-advertise.header-banner{
    height: 88px;
}
.owl-theme .owl-dots {
    top: -30px;
}

/* Mobile Responsive */
@media(max-width: 500px) {
    .owl-theme .owl-dots {
        display: none;
    }

    .catTHIS-section {
        height: 350px;
    }

    .catTHIS-iframe {
        width: auto;
    }
}

/* Pagination */
.page-link {
    border-radius: 30px;
    margin-right: 8px;
    color: #7c7c7c;
    border: 1px solid #ddd;
    position: relative;
    float: left;
    padding: 6px 12px;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 25px;
    font-weight: 600;
}

.page-item.active .page-link {
    background-color: #40B2E8;
    border-color: #40B2E8;
}

select.form-control:not([size]):not([multiple]) {
    height: 50px;
}

.utf_featured_tab .tab-content {
    overflow: unset;
    height: 400px;
}

.feature_company {
    border: 1px solid #40B2E8;
    border-radius: 25px;
    padding: 10px;
    margin-left: 0;
    background-color: #40B2E8;
    color: #ffffff;
}

.feature_company a {
    color: #ffffff;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: #40B2E8;
    border: 1px solid #40B2E8;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link {
    color: black;
    font-weight: 700;
}

.img-product-service {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 100%;
}

.form-control {
    color: #000000;
}

.btn-link:hover {
    color: #40B2E8;
    text-decoration: none;
}

.img-feature-company {
    width: auto !important;
}

.utf_list_post_block .utf_list_post .feature-product-listing {
    max-height: none;
}

.img-company-feature-product {
    max-width: none !important;
    min-height: auto !important;
}

/* Company Product Directory */
.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}

.panel-default {
    border-color: #ddd;
}

.panel-default>.panel-heading {
    color: #333;
    background-color: #f5f5f5;
    border-color: #ddd;
}

.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.panel-heading .btn-primary {
    padding: 3px 10px;
}

/* Footer */
.footer .top-nav li a {
    color: white;
}

table#dataTables-history,
table#dataTables-history-2,
table#dataTables-history-3 {
    font-size: 11pt;
}

.error {
    color: red;
}

iframe {
    max-width: 100%;
}

/* .sw>.tab-content {
    overflow: auto !important;
} */

.latest-news-list li {
    position: relative;
    padding-left: 1.75rem;
}

.latest-news-list li::before {
    content: "\f067";
    font: normal normal normal 14px/1 FontAwesome;
    position: absolute;
    left: 0;
    top: .4rem;
}

img.image-max-width {
    max-width: 100% !important;
}

.select-all-classification-to-edit-embed-code,
.clear-all-classification-to-edit-embed-code,
.select-all-classification-to-new-free-advertisement,
.clear-all-classification-to-new-free-advertisement {
    text-align: center;
    font-size: 10px;
}

/** Custom Pagination **/

.pagination {
    flex-wrap: wrap;
    justify-content: center;
}

/** Custom Pagination end **/

/** Custom Selection Input (Select2) **/

.select2-container {
    width: 100% !important;
}

.select2-container--default .select2-selection--single {
    height: 50px !important;
    border: 2px solid #dadada !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    padding: 10px 20px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 11px !important;
}

/** Custom Selection Input (Select2) end **/

/** Custom Home Banner Slider **/

@media (max-width: 500px) {

    .customHomeBannerSlider,
    .customHomeBannerSlider .container {
        padding: 0% !important;
    }
}

/** Custom Home Banner Slider end **/

/** Custom Highlights **/

.customHighlights,
#carouselHighlightNewsIndicators {
    height: 500px;
    transition: .25s;
}

.customHighlightsBannerSlider {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    height: 400px;
}

.customHighlightsBanner {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    height: 245px;
    border-radius: 6px;
    transition: 0.9s;
}

.customHighlightsBanner:hover {
    transform: scale(1.03);
}

.customHighlightsBanner.first {
    background-size: cover;
    height: 400px;
}

.customHighlightsTitle {
    margin: 5px -16px 0px -11px;
    min-height: 50px;
}

.customHighlightsTitle .mainTitle{
    color: #000000;
    transition: 0.6s;
}
.customHighlightsTitle .mainTitle:hover {
    color: #40B2E8;
}
.customHighlightsDesc {
    margin: 0px -16px 10px -11px;
    /* min-height: 150px; */
}

.customHighlightsTitle.first {
    margin: 60px 15px 0px -5px;
    max-height: 140px;
}
.customHighlightsTitle.first p{
    line-height: 1.5rem;
}
.highlight-row.not-first {
    padding-left: 1rem !important;
}

.highlight-row.first {
    padding-bottom: 1rem !important;
    padding-left: 1rem !important;
    padding-right: 1rem !important;
}

.customHighlightsTitle.first b {
    font-size: 28px;
    line-height: 38px;
}

.rightColumn {
    padding-left: 1.5rem !important;
}

.utf_post_date i {
    margin-right: 3px;
    font-size: 13px;
    color: #40B2E8;
    background: #ffeaea;
    padding: 2px;
    border-radius: 4px;
    width: 20px;
    height: 20px;
    line-height: 16px;
    text-align: center;
}

@media (max-width: 320px) {

    .customHighlightsBanner,
    .customHighlightsBanner.first {
        height: 190px !important;
    }
}

@media (min-width: 321px) and (max-width: 380px) {

    .customHighlightsBanner,
    .customHighlightsBanner.first {
        height: 230px !important;
    }
}

@media (max-width: 500px) {
    .customHighlightsBannerSlider {
        height: 250px;
    }

    .customHighlights,
    #carouselHighlightNewsIndicators {
        height: 330px !important;
    }

    /* #carouselHighlightNewsIndicators .carousel-control-next,
    .carousel-control-prev {
        top: 20%;
    } */

    .customHighlightsBanner,
    .customHighlightsBanner.first {
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center center;
        height: 263px;
        /* border-radius: 10px; */
    }

    .customHighlightsTitle.first b {
        font-size: 14px !important;
        line-height: 24px !important;
    }

    .customHighlightsTitle.first .highlight-desc {
        max-height: max-content !important;
        -webkit-line-clamp: unset !important;
        width: auto !important;
    }

    .highlight-row.first {
        padding-right: 0 !important;
    }

    .rightColumn {
        padding-left: 1rem !important;
    }

    .banner-advertise {
        background-position: top;
        background-size: contain;
        height: 63px !important;
        background-repeat: no-repeat;
    }

    .customHighlightsTitle.first {
        margin: 5px -16px 0px -11px;
        min-height: 250px;
    }
    .customHighlightsTitle{
        min-height: auto;
    }
    .customHighlightsDesc {
        margin: 0px -16px 20px -11px;
        min-height: auto;
    }
}

@media (max-width: 768px) {
    .utf_post_date {
        display: none;
    }

    .latest-news-list li {
        padding-left: 1rem;
    }

    .banner-advertise {
        height: 88px;
    }

    .customHighlightsTitle {
        min-height: auto;
    }

    .customHighlightsDesc {
        margin: 0px -16px 20px -11px;
        min-height: auto;
    }
    .news-last{
        display: none;
    }
    .customHighlightsTitle.first b {
        font-size: 22px;
        line-height: 30px;
    }
    .customHighlightsTitle.first .highlight-desc {
        line-height: 1.5rem;
        max-height: 8rem;
        -webkit-box-orient: vertical;
        display: -webkit-box;
        overflow: hidden !important;
        text-overflow: ellipsis;
        -webkit-line-clamp: 4;
        width: 200px;
    }
    .div_utf_sticky {
        height: 180px !important;
    }
}

/** Custom Highlights end **/

/** Custom Latest News Text **/

.customLatestNewsText {
    text-overflow: ellipsis;
    overflow: hidden;
    width: auto;
    white-space: nowrap;
    display: block;
}

/** Custom Latest News Text end **/

/** Custom Featured Catalogs Arrow **/

@media (max-width: 500px) {
    .customFeaturedCatalogsArrow .owl-carousel.owl-product-service .owl-nav>.owl-prev {
        left: 40% !important;
        top: 100% !important;
    }

    .customFeaturedCatalogsArrow .owl-carousel.owl-product-service .owl-nav>.owl-next {
        right: 40% !important;
        top: 100% !important;
    }
}

/** Custom Featured Catalogs Arrow end **/

/** Custom Our Featured Partners Banner Slider **/

.customOurFeaturedPartnersBannerSlider {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    height: 107.5px;
}

.customOurFeaturedPartnersArrow .owl-carousel.owl-product-service .owl-nav>.owl-prev {
    left: -15px;
    top: 35%;
}

.customOurFeaturedPartnersArrow .owl-carousel.owl-product-service .owl-nav>.owl-next {
    right: -15px;
    top: 35%;
}

/** Custom Our Featured Partners Banner Slider end **/

/** Custom Our Featured Partners Banner Slider **/

.float_right {
    float: right;
}

@media (max-width: 500px) {
    .float_right {
        float: unset;
    }
}

/** Custom Our Featured Partners Banner Slider end **/

/** Custom My Account Free Advertisement (Follow Septs Video Iframe) **/

@media (max-width: 500px) {
    .customFollowSeptsVideoIframe {
        height: 320px;
    }
}

/** Custom My Account Free Advertisement (Follow Septs Video Iframe) end **/


/* rfq list box */
.listingbox {
    /* border: 1px solid #CDCDCD;  */
    padding-top: 10px;
    padding-bottom: 10px;
    background: #FFFFFF;
    border: 1px solid #F6F6F8;
    box-sizing: border-box;
    box-shadow: 0px 4px 18px rgb(216 226 233 / 76%);
    border-radius: 8px;
}

.listingbox:hover {
    border: 1px solid #40B2E8;
    /* cursor: pointer; */
}

.carousel-caption.custom {
    position: absolute;
    right: 0%;
    bottom: 0px;
    left: 0%;
    z-index: 10;
    padding-top: 15px;
    padding-bottom: 15px;
    text-align: center;
    background-color: #fff;
    opacity: 0.7;
    display: none !important;
}

.carousel-caption.custom h3{
    opacity: 1;
    color: #000;
    z-index: 11;
    left: 25%;
    right: 25%;
}

.carousel-item:active .carousel-caption.custom,
.carousel-item:hover .carousel-caption.custom{
    display: inline-block !important;
}

.carousel-control-prev,
.carousel-control-next{
    width: 7%;
}

.eventHighlightCustomBanner{
    height: 400px;
    object-fit: cover;
    background-color: #ddd
}
.location-tag{
    color: #fff;
    padding: 5px 10px;
    background-color: #40B2E8;
    position: absolute;
    top: 0%;
    right: 0%;
    border-bottom-left-radius: 10px;
}
.category-tag {
    color: #fff;
    padding: 0px 10px;
    background-color: #40B2E8;
    position: absolute;
    top: 5%;
    left: 0;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.category-tag.category-tag-block{
    /* top: -106%; */
    font-size: small;
    left: auto;
    /* padding: 0px 10px; */
}

.news-desc{
    transition: 0.5s;
}

.news-desc:hover{
    color: #40B2E8;
}

.news-desc {
    padding: 10px 0px;
    margin-bottom: 15px;
    color: #000000;
}

@media (max-width: 500px) {
    .category-tag-block,
    .category-tag {
        padding: 0px 10px;
        font-size: small;
    }
    .category-tag.highlight {
        top: -95%;
    }
    .customHighlightsDesc{
        display: none;
    }
    .location-tag{
        display: none;
    }
    .eventHighlightCustomBanner {
        height: 230px;
        object-fit: cover;
    }
    .carousel-control-prev.custom,
    .carousel-control-next.custom {
        width: 15%;
    }
    #carouselBannerIndicators .carousel-indicators {
        bottom: 0px;
        margin-bottom: 10px;
    }
}


/* TOGGLE LIST/GRID VIEW START*/

.switch-buttons {
    display: flex;
    justify-content: flex-end;
    margin-top: -65px;
    margin-bottom: 30px;
}

.switch-buttons .selected {
    background-color: #40B2E8;
    color: #fff;
}

.switch-buttons div {
    margin: -5px 0px 10px 0px;
    padding: 8px;
    color: #40B2E8;
    cursor: pointer;
    background-color: #fff;
    border: solid 1px#40B2E8;
}

.switch-buttons div>* {
    pointer-events: none;
}

.switch-view-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr ;
    width: 100%;
}

.switch-view-wrapper.list {
    grid-template-columns: 1fr;
    margin-top: -20px;
}

.switch-view-wrapper.list .row .wrapper-image {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}

.switch-view-wrapper.list .row .wrapper-desc {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
}

.switch-view-wrapper .row .wrapper-image {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.switch-view-wrapper .row .wrapper-desc {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.switch-view-wrapper .row {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
}

.image-thumb {
    padding-top: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.wrapper-image .utf_post_thumb {
    max-width: 98% !important;
}

.wrapper-desc .utf_post_content {
    padding: 20px 0px !important;
    height: 200px !important;
}

/* toggle for event page */
/* .switch-view-wrapper.event .row .wrapper-image .utf_post_thumb .image-thumb{
    padding-bottom: 150px;
    padding-top: 0 !important;
} */

.switch-view-wrapper.event .row .wrapper-desc .utf_post_content {
    height: 250px !important;
}

.switch-view-wrapper.list.event .row .wrapper-desc .utf_post_content {
    height: 180px !important;
}

@media (max-width: 500px) {
    .switch-view-wrapper {
        grid-template-columns: 1fr 1fr;
    }

    .switch-view-wrapper.list .row .wrapper-desc {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 75%;
        padding-right: 0px;
        padding-left: 5px !important;
        font-size: smaller;
    }

    .switch-view-wrapper.list .row .wrapper-image {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 40%;
        padding-right: 0px;
        padding-left: 0px;
    }

    .wrapper-desc .utf_post_content .utf_post_title.desc {
        display: none;
    }

    .wrapper-desc .utf_post_content {
        padding-bottom: 0px !important;
        padding-top: 5px !important;
    }

    .switch-view-wrapper .row {
        margin-bottom: -20px;
    }

    .switch-view-wrapper.list .row .wrapper-desc .utf_post_content {
        padding-top: 25px !important;
    }
    .switch-view-wrapper.list {
        margin-top: -27px;
    }
    .switch-view-wrapper.list.event {
        margin-bottom: 30px;
    }
    .switch-view-wrapper.list.event .row .wrapper-desc .utf_post_content {
        height: 200px !important;
    }

    .switch-view-wrapper.list.event .row .wrapper-desc .utf_post_content .utf_post_title.title{
        font-size: 14px;
        margin-bottom: 5px;
    }
}

@media (max-width: 376px){
    .switch-view-wrapper.list.event .row .wrapper-desc .utf_post_content .utf_post_title.title {
        font-size: 16px !important;
        line-height: 20px;
    }.switch-view-wrapper.event .row .wrapper-desc .utf_post_content .utf_post_title {
        padding-right: 10px;
        line-height: 20px;
    }
}
@media (max-width: 350px) {
    .switch-view-wrapper.list.event .row .wrapper-desc .utf_post_content .utf_post_title.title {
        font-size: 14px !important;
        line-height: 18px;
        margin-bottom: 1px;
    }
}

/* TOGGLE LIST/GRID VIEW END*/

.dropdown-menu {
    min-width: 200px;
    border-radius: 0px 0px 5px 5px;
}

.dropdown-menu.columns-3 {
    margin-left: -170px;
    min-width: 700px;
    box-shadow: 0px 0px 3px 0px gray;
}

.dropdown-menu li a {
    padding: 5px 5px 5px 10px;
    font-weight: 300;
}

.multi-column-dropdown {
    list-style: none;
    padding-left: 5px;
    padding-top: 10px;
}

.multi-column-dropdown li a {
    display: block;
    clear: both;
    line-height: 1.428571429;
    color: #333;
    white-space: normal;
}

.multi-column-dropdown li a:hover,
.multi-column-dropdown li a:active,
.multi-column-dropdown li a:focus {
    text-decoration: underline;
    color: #40B2E8;
    background-color: #f5f5f5;
}

@media (max-width: 767px) {
    .dropdown-menu.multi-column {
        min-width: 240px !important;
        overflow-x: hidden;
    }

    .dropdown-menu li a {
        padding-left: 25px;
    }

    .dropdown-menu.columns-3 {
        margin-left: 0px;
        height: 300px;
        overflow: auto;
    }

    .multi-column-dropdown li a {
        padding: 5px 0 !important;
    }

    .utf_post_catalog {
        height: 300px !important;
    }

}

.utf_sticky.sticky {
    background: #ffffff;
    position: fixed;
    top: 0;
    z-index: 20;
    width: 100%;
    left: 0;
    right: 0;
    margin: auto;
}

@media (max-width: 500px) {
    .logo img {
        max-width: 12rem;
    }
}

.custom_dropdown .dropdown-menu {
    display: none;
}

.custom_dropdown:hover .dropdown-menu {
    display: block;
}

.custom_dropdown .dropdown-item {
    padding: 0.25rem 2em;
}

.custom_dropdown .dropdown-item:active {
    background-color: #000000;
    color: white;
}

.search {
    width: 100%;
    position: relative;
    display: flex;
}

.searchTerm {
    width: 250px;
    border: 1px solid #40B2E8;
    border-right: none;
    padding: 5px;
    height: 30px;
    border-radius: 5px 0 0 5px;
    outline: none;
    color: #000000;
    font-size: 11px;
}

.searchTerm.search-sm {
    width: 100% !important;
    border: 2px solid #40B2E8;
}

.searchButton.search-sm {
    border: 1px solid #40B2E8;
    background: #40B2E8;

}

.searchTerm:focus {
    color: #40B2E8;
}

.searchButton {
    width: 36px;
    /* height: 28px; */
    border: 1px solid #40B2E8;
    background: #40B2E8;
    text-align: center;
    color: #fff;
    border-radius: 0 5px 5px 0;
    cursor: pointer;
    font-size: 11px;
    margin-right: 5px;
}

/*Resize the wrap to see the search bar change!*/
.wrap {
    width: 80%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.mymedicnews-logo {
    height: 60px;
}

.mda-logo {
    /* display: none; */
    width: max-content;
    height: 34px;
    margin: 3px 0;
}

#header>div>div>.social-icon>i,
#header>div>div>a {
    color: #000000;
}

#header>div>div>.social-icon>i:hover,
#header>div>div>a:hover,
#header>div>div>a.active {
    color: #40B2E8;
}

ul.navbar-nav>li>a {
    line-height: 39px;
}

@media(max-width: 500px) {
    .multi-column-dropdown {
        padding-top: 0px !important;
    }

    .top-60-sm{
        top: 60px !important;
    }

}

@media (min-width: 992px) {
    .position-absolute-lg {
        position: absolute !important;
    }
    .top-5-lg {
        top: 5.5% !important;
    }
    .top-9-lg {
        top: 9% !important;
    }

    .nav-bottom-border {
        border-bottom: 1px solid #dfdada;
        box-shadow: 0 0px 7px 0px gray;
    }
    .fixed-side-content {
        height: 70%;
        position: fixed;
        width: 16%;
        overflow-y: scroll;
        top: 156;
    }

    .fixed-side-content.right {
        padding-right: 10px;
        width: 14.5%;
    }

    .fixed-side-title {
        position: fixed;
        top: 120;
    }

}

@media (min-width:1200px) {
    .top-8-xl {
        top: 8% !important;
    }
    .item-center {
        flex-basis: 48.5% !important;
    }
}

@media (min-width:2500px) {
    .item-center {
        flex-basis: 49.2% !important;
    }
    .feature-product-img {
        height: 280px !important;
    }
    .vid-container{
        height: 300px !important;
    }
}

.div_utf_sticky{
    height: 45px;
}

.clickable {
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    position: absolute;
    z-index: 1;
}

.sidebar::-webkit-scrollbar {
    width: 5px;
}

.sidebar::-webkit-scrollbar-track {
    background-color: #ebebeb;
    -webkit-border-radius: 5px;
    border-radius: 10px;
}

.sidebar::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #6d6d6d;
}

.page-title {
    border-left: 5px #40B2E8;
    border-left-style: solid;
    padding-left: 5px;
    background-color: #000;
}

.page-title h4::after{
    content: '\f0da';
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    margin: 10px 0px 0px 10px;
    text-decoration: none;
    display: none;
}

.page-title h4{
    color: #fff;
}

a .page-title:hover {
    padding-left: 7px;
    transition: all 0.4s ease-in-out;
}

a .page-title:hover h4,
a .page-title:focus h4 {
    color: #40B2E8;
    transition: all 0.1s ease-in-out;
}

a .page-title:hover h4::after,
a .page-title:focus h4::after {
    display: inline;
    transition: all 0.1s ease-in-out;
}

.item {
    flex-basis: 25%;
    flex-grow: 0;
    flex-shrink: 0;
}

.item-center {
    flex-basis: 48%;
}

.vid-container{
    height: 200px;
}

.half-container {
    height: 50%;
}

.full-container {
    height: 430px;
}

.inner-item {
    position: relative;
}

.inner-item:hover>a>.item-footer {
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 1));
    padding: 25px 15px;
    transition: all 0.4s ease-in-out;
}

.item-footer {
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));
    color: white;
    position: absolute;
    bottom: 0;
    width: 100%;
    margin-bottom: 0px;
    padding: 10px 15px;
    word-wrap: break-word;
}

h5.item-footer{
    font-size: 18px;
    font-weight: 500px;
    line-height: 20px;
}

h3.item-footer{
    font-size: 24px;
    font-weight: 700;
    line-height: 26px;
}

.full-container .highlight-news-img {
    height: 400px;
}

.half-container .highlight-news-img {
    height: 150px;
}

.flex-container {
    display: flex;
    flex-direction: row;
}

.flex-container-reverse {
    display: flex;
    flex-direction: column;
}

@media (max-width: 800px) {

    .page-title h4 {
        font-size: 14px;
    }

    .flex-container {
        flex-direction: column;
    }

    .flex-container-reverse {
        flex-direction: row;
    }

    .half-container{
        height: 220px;
    }

    .full-container {
        height: 300px;
    }

    .half-container {
        width: 50%;
    }

    .center {
        order: 1;
    }

    .left {
        order: 2;
    }

    .right {
        order: 3;
    }
}

@media (max-width: 1024px) {
    .searchTerm {
        width: 100px;
    }
    .page-title h4 {
        font-size: 15px;
    }
    .top-social li a,
    .utf_nav_search {
        padding: 8px;
    }
    .search{
        width: 360px;
    }
    .search.search-sm{
        width: 100%;
    }
    /* .div_utf_sticky {
        height: 135px !important;
    } */
}

/* MEDICAL DIRECTORY STYLING */
.scrollable {
    overflow-y: auto;
    height: auto;
    max-height: 65vh;
}
.main-directory-link.active .directory-title,
.sub-directory-link.active .directory-title{
    color: #40B2E8;
    border-bottom: #40B2E8;
    font-weight: 400;
}

.main-directory-link .directory-title,
.sub-directory-link .directory-title {
    font-size: 14px;
    font-weight: 300;
    color: black;
}

.company-link{
    font-size: 15px;
    font-weight: 600;
    color: black;
}

.main-directory-link .directory-title:hover,
.sub-directory-link .directory-title:hover {
    color: #40B2E8;
    font-weight: 400;
}

.sub-directory-link .directory-title {
    margin-bottom: 0.25rem;
}

.main-directory-link .directory-title {
    margin-right: 20px;
}

.card-directory:hover {
    transform: rotate(2deg);
    box-shadow: -6px 5px 2px 1px rgba(138, 138, 138, 0.51);
    cursor: pointer;
}

@media(max-width: 500px) {

    .div_utf_sticky {
        height: 124px !important;
    }.mda-logo {
        width: 100% !important;
    }
    .top-bar{
        padding: 1px 0;
    }
    .scrollable {
        max-height: 44vh;
    }
    #content {
        min-height: -moz-calc(100% - 250px) !important;
        /* Firefox */
        min-height: -webkit-calc(100% - 250px) !important;
        /* Chrome, Safari */
        min-height: calc(100% - 200px) !important;
        /* IE9+ and future browsers */
    }
    .sub-directory-link .directory-title,
    .main-directory-link .directory-title {
        margin: 5px 0px;
        font-size: 12px;
    }

    .main-directory-link.active .directory-title {
        padding: 0px;
    }

    .main-directory-link:focus {
        transform: scaleY(1.05);
    }
    .item-footer {
        padding: 10px 5px;
    }

    h5.item-footer {
        font-size: 16px;
        font-weight: 500px;
        line-height: 18px;
    }

    h3.item-footer {
        font-size: 20px;
        font-weight: 600;
        line-height: 22px;
    }
}

/* MOBILE STEPPER CSS */

.steps {
    box-shadow: 0px 10px 15px -5px rgba(0, 0, 0, 0.3);
    background-color: #FFF;
    padding: 20px 0;
    position: relative;
    margin: auto;
}

.steps::before {
    content: '';
    position: absolute;
    top: 10;
    height: 14px;
    width: 1px;
    background-color: #40B2E8;
    left: calc(30px / 2);
    z-index: 1;
}

.steps::after {
    content: '';
    position: absolute;
    height: 13px;
    width: 13px;
    background-color: var(--primary-color);
    box-shadow: 0px 0px 5px 0px var(--primary-color);
    border-radius: 15px;
    left: calc(30px / 2);
    bottom: 24px;
    transform: translateX(-45%);
    z-index: 2;
}

.step {
    padding: 5px 5px 5px 30px;
    position: relative;
    transition: all 0.4s ease-in-out;
    background-color: #FFF;
}

.step::before {
    content: '';
    position: absolute;
    height: 13px;
    width: 13px;
    background-color: rgb(255, 255, 255);
    border: 1px solid #40B2E8;
    border-radius: 15px;
    left: calc(30px / 2);
    transform: translateX(-45%);
    z-index: 2;
}

.step::after {
    content: '';
    position: absolute;
    height: 100%;
    width: 1px;
    background-color: #40B2E8;
    left: calc(30px / 2);
    top: 0;
    z-index: 1;
}

.step.minimized {
    background-color: #FFF;
    transition: background-color 0.3s ease-in-out;
    cursor: pointer;
}

.header {
    user-select: none;
    font-size: 16px;
    font-weight: bolder;
    color: rgba(0, 0, 0, 0.6);
    padding: 0px !important;
}

.subheader {
    user-select: none;
    font-size: 14px;
    color: rgba(0, 0, 0, 0.4);
}

.step-content {
    transition: all 0.3s ease-in-out;
    overflow: hidden;
    position: relative;
    text-align: right;
    margin-top: 10px;
}

.step.minimized>.step-content {
    height: 0px;
}

.next-btn,
.prev-btn {
    border: 0;
    padding: 5px 10px;
    border-radius: 4px;
    background-color: red;
    color: #FFF;
    transition: background-color 0.3s ease-in-out;
    cursor: pointer;
}

.prev-btn {
    background-color: gray;
}

.close-btn {
    border: 0;
    padding: 5px 10px;
    border-radius: 4px;
    background-color: #40B2E8;
    box-shadow: 0 5px 10px -3px rgba(0, 0, 0, 0.3);
    color: #FFF;
    transition: background-color 0.3s ease-in-out;
    cursor: pointer;
}

.close-btn:hover {
    background-color: #40B2E8;
}

.close-btn:focus {
    outline: 0;
}

.next-btn:hover {
    background-color: rgba(255, 0, 0, 0.6);
}

.next-btn:focus {
    outline: 0;
}

.step.minimized:hover {
    background-color: rgba(0, 0, 0, 0.06);
}

.category {
    column-count: 2;
    column-gap: 1rem;
    width: 100%;
}

.category.one-col{
    column-count: 1 !important;
}

.category .list {
    break-inside: avoid;
    padding-bottom: 1rem;
}

.company-list a small{
    color: black;
}

.company-list:hover,
.company-list:focus{
    cursor: pointer;
    background-color: #c7c3c3;
}
.company-list:hover .company-link{
    color: #40B2E8;
}
.company-list:hover a small {
    color: white !important;
}


@media(max-width: 500px) {
    .category {
        column-count: 1;
    }

    .category .list {
        margin-bottom: 0.5rem;
    }

    .grid-list {
        grid-template-columns: repeat(4, 1fr) !important;
        grid-auto-rows: auto !important;
    }
    .grid-list li {
        grid-column: span 4 !important;
        width: 97%;
    }
    .preloader{
        height: 10vh !important;
        background-color: white;
        position: initial !important;
    }
}

.grid-list {
    display: grid;
    list-style: none;
    grid-auto-columns: 1fr;
    grid-auto-rows: 1fr;
    grid-template-columns: repeat(6, 1fr);
    padding: 0;
}

.grid-list li {
    grid-column: span 2;
    padding: .5rem;
    border: 1px solid #dee2e6;
    text-align: center;
}

.preloader {
    align-items: center;
    display: flex;
    justify-content: center;
    left: 0;
    top: 0;
    height: 50vh;
    position: absolute;
    transition: opacity 0.2s linear;
    width: 100%;
    z-index: 9999;
    opacity: 1;
    transform: opacity 1s linear;
}

.feature-product-img{
    min-width: 100%;
    max-width: 100.1%;
    border-style: ridge;
    border-color: #ffffff;
    height: 220px;
}

.utf_post_catalog{
    height: 450px;
    width: 100%;
    overflow-y: scroll;
}
