/* Ported from CI3 wla_new/tossin/css/custom_20230913.css
   --main-bg-color→--brand-primary; --secondary-bg-color→--brand-secondary;
   images→/assets/img/ue_override/4580/; google-font @imports dropped. */

/* ── custom_20230913.css ── */
.common-spacing {
    padding: 25px 0px;
}
.common-heading-tp {
    font-size: 26px;
}
.semibold {
    font-weight: 600;
}
.common-heading-tp span {
    display: block;
    font-weight: 500;
    font-size: 22px;
    color: var(--brand-primary);
    margin-bottom: 7px;
}
.bottom-dots .dot {
    position: relative;
    display: block;
    float: left;
    width: 3px;
    height: 2px;
    border-right: 3px solid var(--brand-primary);
    margin-right: 3px;
}
.bottom-dots .dot.line-dot, .heading-dots .h-dot.line-dot {
    border-right: 40px solid var(--brand-primary);
}
.bottom-dots .dot.line-dot {
    color: var(--brand-primary);
}
.bottom-dots .dot, .heading-dots .h-dot {
    border-right: 3px solid var(--brand-primary);
}
.common-para {
    font-size: 15px;
    font-weight: 500;
    color: #201C1D;
}
.placeholder-img {
    border-radius: 12px;
    overflow: hidden;
    width: 100%;
    max-width: 100%;
    height: 320px;
    position: relative;
    -webkit-box-shadow: 0 0 15px 0 rgb(0 0 0 / 20%);
    -moz-box-shadow: 0 0 15px 0 rgb(0 0 0 / 20%);
    box-shadow: 0 0 15px 0 rgb(0 0 0 / 20%);
}
.placeholder-img img {
    width: 100%;
    max-width: 100%;
    height: 100%;
    object-fit: cover;
}
.bg-section {
    background-image: url(/assets/img/ue_override/4580/black-background.jpg);
    background-size: cover;
    background-position: center;
}
.about-section-dv {
    background: #f5f5f5;
    border-radius: 20px;
    padding: 20px;
    height: 100%;
}
.about-section-dv img {
    width: 100%;
    max-width: 55px;
    margin: 0 auto;
    margin-bottom: 15px;
}
.about-section-dv h3 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 8px;
}
.need-arrows button.slick-next.slick-arrow {
    display: block !important;
    font-size: 0px;
    border-radius: 50% !important;
    position: absolute;
    z-index: 2;
    left: unset;
    right: 15px;
    display: initial;
    border: 4px solid transparent;
    align-self: center;
    cursor: pointer;
}
.need-arrows button.slick-next.slick-arrow:hover {
    background: rgb(248, 248, 248);
}
.need-arrows .slick-prev {
    left: -5px;
    z-index: 1;
    top: 63%;
    font-size: 0px;
    border-radius: 50% !important;
    position: absolute;
    right: unset;
    display: initial;
    border: 4px solid transparent;
    align-self: center;
    cursor: pointer;
}
.need-arrows .slick-next, .need-arrows .slick-prev {
    top: 50%;
}
.need-arrows .slick-prev:hover, .need-arrows .slick-prev:active, .need-arrows .slick-prev:focus {
    background: rgb(248, 248, 248);
}
.need-arrows .slick-next:before {
    left: 9px;
    transform: rotate( -45deg );
    top: 11px;
    position: absolute;
    width: 0.7rem;
    height: 0.7rem;
    content: "";
    border-right: 2px solid rgb(28, 28, 28);
    border-bottom: 2px solid rgb(28, 28, 28);
    border-top: 0px;
    border-left: 0px;
    font-size: 13.5px;
    color: rgb(105, 105, 105);
    font-weight: bold;
}
.need-arrows .slick-prev:before {
    left: 0;
    transform: rotate( 135deg );
    top: 11px;
    position: absolute;
    width: 0.7rem;
    height: 0.7rem;
    content: "";
    border-right: 2px solid rgb(28, 28, 28);
    border-bottom: 2px solid rgb(28, 28, 28);
    border-top: 0px;
    border-left: 0px;
    font-size: 13.5px;
    color: rgb(105, 105, 105);
    font-weight: bold;
}
.need-arrows .slick-prev:before, .need-arrows .slick-next:before {
    font-size: 40px;
}
.about-section-dv-slider-start {
    padding: 0 20px;
}
.about-section-dv-slider .slick-track, .about-section-dv-slider .slick-list {
    display: flex;
    z-index: 1;
}

/*Responsive*/
@media (max-width: 767px) {
.common-spacing {
    padding: 20px 0px;
}
.common-heading-tp {
    font-size: 22px;
}
.common-heading-tp span {
    font-size: 18px;
}
.placeholder-img {
    height: 260px;
}
.sec-two .row > div:first-child {
    order: 2;
}

}

