/* * {
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
}

img {
    max-width: 100%;
    height: auto;
}


.slider-outerwrap {
    margin: 200px 0;
    position: relative;
}

.slider-outerwrap .owl-stage::before {
    content: "";
    position: absolute;
    left: 0;
    top: 161px !important;
    border-bottom: 1px dashed #e62724;
    width: 100%;
}

.icons-sec h4 {
    font-size: 19px;
    line-height: 1.2;
    color: #000;
    text-align: center;
    font-weight: bold;
    text-transform: capitalize;
}

.slider-small-icon {
    background-color: white;
    width: 85px;
    margin: 0 auto;
    height: 85px;
    border: 1px dashed #e62724;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 8px;
}

.slider-small-icon img {
    width: 44px !important;
    height: 44px !important;
    object-fit: contain;
}

.slider-content {
    text-align: center;
    width: 100%;
    max-width: 430px;
    margin: -40px auto 0;
    background-color: #e62724;
    padding: 14px 14px 33px;
    display: none;
}

.slider-content-img {
    margin-top: -130px;
}

.slider-content-img img {
    margin: 0 auto;
}

.slider-content h3 {
    font-size: 23px;
    line-height: 1.2;
    color: #fff;
    font-weight: bold;
    text-transform: capitalize;
    margin-bottom: 26px;
}

.slider-content p {
    font-size: 14px;
    line-height: 1.4;
    color: #fff;
    font-weight: 400;
}

.slider-outerwrap .owl-carousel .owl-stage-outer {
    padding: 200px 0 0px;
}

.slider-outerwrap .center .icons-sec {
    opacity: 0;
    height: 0;
    visibility: hidden;
    width: 0;
}

.slider-outerwrap .center .slider-content {
    display: block;
}

.owl-item.active.center {
    -webkit-transform: scale(1.8);
    transform: scale(1.8);
} 
/* CSS END */

/* RESPONSIVE SEC START 
@media only screen and (max-width: 480px) {
    .slider-content {
        max-width: 300px;
    }

    .slider-outerwrap .owl-stage::before {
        top: 193px;
    }
}*/

/* RESPONSIVE SEC END */