.paddingZero {
    padding: 0;
}
.paddingZero-not-mb {
    padding: 0;
}
.box-shadow {
    box-shadow: 0 1px 1px 1px rgba(255, 0, 0, 0.12);
}
.box-shadow .tab-container-top {
    height: 8px;
}
.box-shadow .text-left {
    float: left;
}
.box-shadow .text-left .heading {
    font-weight: bold;
    font-size: 24px;
    margin: 10px 30px;
}
.box-shadow .text-right {
    float: right;
}
.box-shadow .text-right .topic {
    font-size: 15px;
    margin: 10px 30px;
}
.box-shadow .text-right .topic a {
    color: #fff;
    text-decoration: none;
}
.tab-container .tabs {
    cursor: default !important;
    text-decoration: none;
    font-size: 16px;
    text-transform: capitalize;
    border: 2px solid;
    color: white;
    border-color: black;
    padding: 10px 30px;
    line-height: 1.5;
    font-weight: normal;
    outline: none;
    transition: all 0.3s;
    display: inline-block;
}
.t-heading {
    padding-bottom: 15px;
}
.t-cover {
    width: 100%;
    height: auto;
    color: white;
    padding: 55px;
}
.t-heading_sm {
    font-size: 20px;
    line-height: 1.17;
}
@media(max-width: 460px) {
    .t-cover {
        padding: 0px;
    }
    .t-heading_sm {
        font-size: 16px;
    }
}
.t-heading {
    font-weight: 500;
}
.t-descr_xs {
    font-size: 16px;
    line-height: 1.55;
}
.t-descr {
    font-weight: 300;
    color: #000;
}
#coveritem {
    z-index: 1;
    width: 90%;
    position: sticky;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
}
#coveritem img {
    border: 1px solid #d3001a;
}
@media(max-width: 991px) {
    component-carousel-banner .component_carousel_container .component_carousel_map .map_items .image_display img {
        height: auto !important;
        max-width: 100%;
    }
}
@media(min-width: 992px) {
    component-carousel-banner .component_carousel_map:not(.slick-slider) {
        max-height: 500px;
        overflow: hidden;
    }
    component-carousel-banner .component_carousel_container .component_carousel_map .map_items .image_display {
        text-align: center;
    }
    component-carousel-banner .component_carousel_lazy_container [data-table-cell] {
        max-height: 500px !important;
    }
    component-carousel-banner .component_carousel_container .component_carousel_map .map_items .image_display img {
        max-height: 500px !important;
        width: auto;
    }
}
@media(max-width: 767px) {
    .paddingZero-not-mb {
        padding-left: 15px;
        padding-right: 15px;
    }
}