.bsc-topreason-section {
        margin: 3% 0%;
}

.bsc-topreason-section .title-div {
    text-align: center;
}

.bsc-topreason-section .title-div .bsc-top-title {
    font-weight: bold;
    font-size: 32px;
    color: #000;
    margin-bottom: 20px;
}

.bsc-topreason-section .title-div .subtitle {
    font-size: 16px;
    color: #0d0d0d;
    width: 50%;
    margin: 0px auto 10px auto;
    line-height: 30px;
}

.bsc-topreason-section .top-res-slider-sec .swiper {
    padding: 36px 20px 50px 20px;
}

.bsc-topreason-section .top-res-slider-sec .swiper .slider-content {
    font-weight: normal;
    font-size: 14px;
    color: #383838;

}

.bsc-topreason-section .msg-icn-main {
    display: inline-block;
    position: relative;
    padding: 10px 14px;
    box-sizing: border-box;
    width: 100%;
    height: 150px;
}

.bsc-topreason-section .msg-icn-main .downArrowImg {
    position: absolute;
    bottom: -72px;
    width: 193px;
    height: 74px;
    right: 10px;
}

/* .bsc-topreason-section .white-bg {
    background: #FFF;
    height: 37px;
    width: 76px;
    position: absolute;
    top: 75%;
    left: 70%;
    z-index: 9;
    display: block;
} */

.bsc-topreason-section .msg-icn-main .reason-title {
    text-align: center;
    font-size: 18px;
    color: #383838;
    font-weight: 600;
}

.bsc-topreason-section .msg-icn-main .orange-bottom-border {
    border-bottom: 2px solid #FF8600;
    text-align: center;
}

.bsc-topreason-section .msg-icn {
    color: #383838;
    font-size: 14px;
    text-align: center;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 3;
    line-clamp: 5;
}

.bsc-topreason-section .msg-icn-main:before {
    content: "";
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    border-radius: 15px;
    box-sizing: border-box;
    border: 1px solid #ccc;
    box-shadow: 0px 0px 6px 0px #ccc;
    border: none;
    /* clip-path: polygon(0% 105%, 0% 0%, 105% 0%, 105% 105%, 43px 105%, 43px 80%, 21px 80%, 21px 105%); */
}

.bsc-topreason-section .msg-icn-main:after {
    /* content: "";
    position: absolute;
    display: block;
    width: 56px;
    height: 128px;
    background: #ebe7e7;
    top: calc(76% - 1px);
    right: 79px; */
    /* clip-path: polygon(0 0, 0% 100%, 100% 0%, calc(100% - 2px) 0, 1px calc(100% - 2px), 1px 0); */

}


.bsc-topreason-section .main-slider .arrow-back,
.bsc-topreason-section .main-slider .arrow-next {
    cursor: pointer;
}

.bsc-topreason-section .reason-img {
    position: absolute;
    top: 132%;
    left: 43%;
    width: 50px;
    height: 50px;
    background: #FF860059;
    padding: 8px;
    border-radius: 50%;
}

.bsc-topreason-section .main-slider {
    position: relative;
}

.bsc-topreason-section .main-slider .main-arrow-back:hover,
.bsc-topreason-section .main-slider .main-arrow-next:hover {
    background-color: #ff8600;
    transition-delay: 0.2s;
}

.bsc-topreason-section .main-slider .arrow-back {
    content: url("/public/assets/images/icons/prev.png");
    width: 8px;
    margin: 9px;
}

.bsc-topreason-section .main-slider .main-arrow-next {
    position: absolute;
    top: -198px;
    right: -37px;
    z-index: 1;
    cursor: pointer;
    background-color: black;
    width: 30px;
    height: 30px;
    border-radius: 50px;
}

.bsc-topreason-section .main-slider .arrow-next {
    content: url("/public/assets/images/icons/next.png");
    width: 8px;
    margin: 9px 9px 9px 12px;
}

.bsc-topreason-section .main-slider .arrow-back,
.bsc-topreason-section .main-slider .arrow-next {
    cursor: pointer;
}

.bsc-topreason-section .main-slider .main-arrow-back {
    position: absolute;
    top: -198px;
    left: -36px;
    z-index: 1;
    cursor: pointer;
    background-color: black;
    width: 30px;
    height: 30px;
    border-radius: 50px;
}


@media(min-width:0px) and (max-width:320px) {
    .bsc-topreason-section .msg-icn-main:after {
        display: none;
    }

    .bsc-topreason-section .white-bg {
        display: none;
    }

    .bsc-topreason-section .top-res-slider-sec .swiper {
        margin: 0px 0px;
    }

    .bsc-topreason-section .main-slider .main-arrow-next {
        right: 3px;
        width: 21px;
        height: 21px;
        top: -182px;
    }

    .bsc-topreason-section .main-slider .arrow-next {
        width: 6px;
        margin: 6px 4px 5px 9px;

    }

    .bsc-topreason-section .main-slider .main-arrow-back {
        left: 3px;
        width: 21px;
        height: 21px;
        top: -182px;
    }

    .bsc-topreason-section .main-slider .arrow-back {
        width: 6px;
        margin: 6px 4px 5px 9px;

    }

    .bsc-topreason-section .title-div .bsc-top-title {
        font-size: 22px;
    }

    .bsc-topreason-section .title-div .subtitle {
        font-size: 12px;
        width: 100%;
        line-height: 20px;
    }

    .bsc-topreason-section .msg-icn {
        font-size: 13px;
    }

    .bsc-topreason-section .msg-icn-main .reason-title {
        font-size: 15px;
    }

    .bsc-topreason-section .reason-img {
        top: 111%;
        left: 30%;
    }

    .bsc-topreason-section .msg-icn-main .downArrowImg {
        bottom: -43px;
        width: 124px;
        height: 43px;
    }

}

@media(min-width:321px) and (max-width:485px) {
    .bsc-topreason-section .msg-icn-main:after {
        display: none;
    }

    .bsc-topreason-section .white-bg {
        display: none;
    }

    .bsc-topreason-section .top-res-slider-sec .swiper {
        margin: 0px 0px;
    }

    .bsc-topreason-section .main-slider .main-arrow-next {
        right: 3px;
        width: 21px;
        height: 21px;
        top: -183px;
    }

    .bsc-topreason-section .main-slider .arrow-next {
        width: 6px;
        margin: 6px 4px 5px 9px;
    }

    .bsc-topreason-section .main-slider .main-arrow-back {
        left: 3px;
        width: 21px;
        height: 21px;
        top: -183px;
    }

    .bsc-topreason-section .main-slider .arrow-back {
        width: 6px;
        margin: 6px 4px 5px 9px;
    }

    .bsc-topreason-section .title-div .bsc-top-title {
        font-size: 22px;
    }

    .bsc-topreason-section .title-div .subtitle {
        font-size: 12px;
        width: 100%;
        line-height: 20px;
    }

    .bsc-topreason-section .msg-icn {
        font-size: 13px;
    }

    .bsc-topreason-section .msg-icn-main .reason-title {
        font-size: 15px;
    }

    .bsc-topreason-section .reason-img {
        top: 116%;
        left: 40%;
    }

    .bsc-topreason-section .msg-icn-main .downArrowImg {
        bottom: -43px;
        width: 124px;
        height: 43px;
    }
}

@media(min-width:321px) and (max-width:485px) {
    .bsc-topreason-section .top-res-slider-sec .swiper {
        margin: 0px 10px;
    }

    .bsc-topreason-section .main-slider .main-arrow-next {
        right: 3px;
        width: 21px;
        height: 21px;

    }

    .bsc-topreason-section .main-slider .arrow-next {
        width: 6px;
        margin: 6px 4px 5px 9px;
    }

    .bsc-topreason-section .main-slider .main-arrow-back {
        left: 3px;
        width: 21px;
        height: 21px;
    }

    .bsc-topreason-section .main-slider .arrow-back {
        width: 6px;
        margin: 6px 4px 5px 9px;
    }

    .bsc-topreason-section .title-div .bsc-top-title {
        font-size: 22px;
    }

    .bsc-topreason-section .title-div .subtitle {
        font-size: 13px;
        width: 100%;
        line-height: 20px;
    }

    .bsc-topreason-section .msg-icn {
        font-size: 13px;
    }

    .bsc-topreason-section .msg-icn-main .reason-title {
        font-size: 15px;
    }
}

@media(min-width:486px) and (max-width:576px) {
    .bsc-topreason-section .top-res-slider-sec .swiper {
        margin: 0px 50px;
    }

    .bsc-topreason-section .main-slider .main-arrow-next {
        right: 30px;
        width: 21px;
        height: 21px;

    }

    .bsc-topreason-section .main-slider .arrow-next {
        width: 6px;
        margin: 6px 4px 5px 9px;
    }

    .bsc-topreason-section .main-slider .main-arrow-back {
        left: 30px;
        width: 21px;
        height: 21px;
    }

    .bsc-topreason-section .main-slider .arrow-back {
        width: 6px;
        margin: 6px 4px 5px 9px;
    }

    .bsc-topreason-section .title-div .bsc-top-title {
        font-size: 22px;
    }

    .bsc-topreason-section .title-div .subtitle {
        font-size: 13px;
        width: 100%;
        line-height: 20px;
    }

    .bsc-topreason-section .msg-icn {
        font-size: 13px;
    }

    .bsc-topreason-section .msg-icn-main .reason-title {
        font-size: 15px;
    }
}

@media(min-width:577px) and (max-width:768px) {
    .bsc-topreason-section .main-slider .main-arrow-next {
        right: -22px;
    }

    .bsc-topreason-section .main-slider .main-arrow-back {
        left: -22px;
    }

    .bsc-topreason-section .title-div .bsc-top-title {
        font-size: 22px;
    }

    .bsc-topreason-section .title-div .subtitle {
        font-size: 13px;
        width: 100%;
        line-height: 20px;
    }

    .bsc-topreason-section .msg-icn {
        font-size: 13px;
    }

    .bsc-topreason-section .msg-icn-main .reason-title {
        font-size: 15px;
    }

    .bsc-topreason-section .msg-icn-main .downArrowImg {
        bottom: -59px;
        width: 162px;
        height: 59px;
    }

    .bsc-topreason-section .reason-img {
        top: 122%;
        left: 32%;
    }
}

@media(min-width:769px) and (max-width:992px) {
    .bsc-topreason-section .title-div .bsc-top-title {
        font-size: 28px;
    }

    .bsc-topreason-section .title-div .subtitle {
        font-size: 14px;
    }
}

@media(min-width:992px) and (max-width:1200px) {
    .bsc-topreason-section .main-slider .main-arrow-next {
        right: -22px;
    }

    .bsc-topreason-section .main-slider .main-arrow-back {
        left: -22px;
    }

    .bsc-topreason-section .title-div .bsc-top-title {
        font-size: 30px;
    }

    .bsc-topreason-section .title-div .subtitle {
        font-size: 15px;
    }

    .bsc-topreason-section .reason-img {
        top: 123%;
        left: 24%;
    }

    .bsc-topreason-section .msg-icn-main .downArrowImg {
        bottom: -60px;
        width: 155px;
        height: 61px;
    }
}