
.shortTerm-section-wrapper {
    margin-top: 50px;
    background-repeat: no-repeat;
    background-color: #fff;
    background-position: left;
    background-size: contain;
    background-position: -210px;

}
.shortTerm-section-wrapper .owl-carousel .owl-stage-outer {
    padding: 20px 0px;
}
.shortTerm-section .owl-item:not(.active) .item{
    opacity: 0.3;
    pointer-events: none;
}
.shortTerm-section .shortTerm-item {
    display: flex;
    flex-flow: column nowrap;
}

    .shortTerm-section .shortTerm-item .item-title {
        font-weight: 500;
        padding: 8px 0px ;
        color: #fff !important;
        border-radius: 6px;
        background-color: #f38526 !important;
        box-shadow: 0px 1px 4px #00000030;
    }
.shortTerm-section .shortTerm-item .item-title i:before{
    font-size: 30px;
}
.shortTerm-section .shortTerm-item .item-title i{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 3%;
    z-index: 1;
}
.shortTerm-section .shortTerm-item ul li {
    transition: all 300ms;
    padding: 4px 8px;
}
.shortTerm-section .shortTerm-item ul li:last-child {
    border-bottom: unset!important;
}


.shortTerm-section .shortTerm-item ul li:hover a {
    color: #111;
}

.shortTerm-section .shortTerm-item ul li:hover {
    background-color: var(--light-color-1) !important;
}

.shortTerm-section .shortTerm-item ul li a {
    width: 100%;
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: space-between;
    padding: 5px 5px;
    font-weight: 300;
    font-size: 15px;
}

.shortTerm-section .shortTerm-item ul li a:hover {
    color: var(--dark-color-1) !important;
}

.shortTerm-section .shortTerm-item ul li a span {
    margin-bottom: 5px;
}

.shortTerm-section .shortTerm-item ul li a strong {
    font-weight: 600;
    padding: 6px 10px;
    width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background: #f38526 !important;
    border-radius: 4px;
    color: #fff;
    font-size: 12px;
}
.shortTermBgBox{
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    position: relative;
}
.shortTermBgBox:after{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    z-index:0;
    background-color: #ffffffa6;
    top: 0;
    left: 0;
}

.shortTermBgBox .section-title {
    position: relative;
    z-index: 1;
    font-size: 24px;
}
.shortTermBgBox .section-title p{
    font-size: 16px;
}

@media screen and (max-width:575px) {
.shortTerm-section .shortTerm-item ul li{
    padding: unset;
}
}
