.ir-slider{
    margin-top:10px;
}
.ir-slider .sliderWrap .sliderListWrap .sliderList .sliders {
    margin: 0 6px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    position: relative;
    width: 24%;
    height: 268px;
    border: 1px solid #d8d8d8;
    padding: 15px 25px;
}

.ir-slider .pwsbSlider .txtArea {
    padding: 0;
    margin: 15px 0;
}
.ir-slider .pwsbSlider .txtArea h3, .ir-slider .pwsbSlider .txtArea h4{
    margin-bottom: 5px;
    font-size: 14px;
}
.ir-slider .pwsbSlider .ir-maintitle .conAreaM{
    font-size: 18px;
    font-weight: 600 !important;
}

.ir-tab .tabWrap .tabArea {
    text-align: center;
}

.ir-tab .tabWrap .tabArea .tab.col {
    width: auto;
    display: inline-block;
    float: none;
    margin: 0 10px;
}

.ir-tab .tabWrap .tabArea li[aria-selected="true"] .link::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 2px;
    padding: 0 4px;
    background-color: #002C5F;
}
.ir-slider .sliderPagination .pager .ix-btn, .ir-slider .sliderPagination .pager a{
    display: none;
}
.ir-tab .tabWrap .tabArea li[aria-selected="true"] .link {
    background: transparent;
    color: #002c5f;
}
.ir-slider .ir-link a li p{
    color: #002C5F !important;
    font-weight: 500;
    font-size: 15px;
}
.ir-tab .tabWrap .tabArea .tab .link{
    padding: 15px 6px;
    font-size: 20px;
    font-weight: 500;
    color: #999999;
    line-height: normal;
    word-break: keep-all;
}
.ir-slider .sliderWrap .btnPrev, 
.ir-slider .sliderWrap .btnNext{
   top: 100px;
}
.ir-slider .sliderBtnWrap .btnPrev{
    left: -40px;
}
.ir-slider .sliderBtnWrap .btnNext{
    right: -40px;
}
.ir-tab .tabWrap .tabArea .tab .link:hover, 
.ir-tab .tabWrap .tabArea .tab .link:focus{
    background: transparent;
    color: #000000;
}
.tabWrap .tabArea li[aria-selected="false"] .link{
    border-bottom: 0px solid transparent;
    background: transparent;
}

.eventdropdown-wrapper {
    display: flex;
    justify-content: flex-end;
    padding-top: 30px;
}
.eventdropdown {
    position: relative;
    display: inline-block;
    margin-bottom: 20px;
    z-index: 10;
}

/* Remove default browser styles */
.eventdropdown select {
    width: 100%;
    padding: 10px 40px 10px 12px;
    font-size: 14px;
    border: 1px solid #ccc;
    border-radius: 4px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-color: #fff;
    cursor: pointer;
    line-height: 1.4;
}

/* Custom arrow */
.eventdropdown::after {
    content: "▼";
    position: absolute;
    top: 50%;
    right: 12px;
    transform: translateY(-50%);
    font-size: 12px;
    pointer-events: none;
    color: #333;
}

.ir-tab .tabCont {
    visibility: hidden;
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    pointer-events: none;
}

.ir-tab .tabCont.on {
    visibility: visible;
    position: relative;
    pointer-events: auto;
}

/* Hover + focus */
.eventdropdown select:focus {
    outline: none;
}
.eventdropdown .tabSelect option {
    cursor: pointer;
}

@media screen and (max-width: 992px) {
    .ir-slider .sliderWrap .sliderListWrap .sliderList .sliders {
        width: 48%;
        margin: 0 5px;
    }

    .ir-slider .sliderPagination .pager .ix-btn, .ir-slider .sliderPagination .pager a{
        display: block;
    }
     .ir-tab .tabWrap .tabArea .tab.on{
        background: transparent;
    }
}

@media screen and (max-width: 767px) {
    .ir-slider .sliderWrap .sliderListWrap .sliderList .sliders {
        width: 98%;
        margin: 0 5px;
    }
    .ir-tab .tabWrap .tabArea li[aria-selected="true"] .link{
        color:#444;
        font-size: 14px;
        padding-right: 5px;
    }
    .ir-tab .tabWrap .tabArea .tab .link{
        padding-left: 5px;
        font-size: 14px;
    }
}