.card_business {
    min-height: 204px;
    padding: 24px;
    background: #fff;
    border-radius: 5px;
    position: relative;

}

/* banner css */
.banner_section {
    background: url('../images/home/b2b_banner_dk.webp');
    background-position: center center;
    background-size: cover;
    position: relative;
    width: 100%;
    height: 100%;

}

.btn_one {
    min-width: 183px;
    min-height: 37px;
    padding: 8px 20px;
    font-family: 'Clear Sans' !important;
    border-radius: 5px;
    background-color: #e42255;
    font-size: 16px;
    font-family: bold;
    text-transform: uppercase;
    color: #fff;

}

.strip_card {
    min-height: 104px;
    background-color: #CDE9F0;
    border-radius: 5px;
    border-left: 15px solid #17D4FF;
    padding: 16px;
    margin-bottom: 24px;
}

.slick-slide {
    margin: 10px;
}

.slick-slide img {
    width: 100%;
}

.heading_txt {
    font-size: 14px;
    font-weight: bold;
    line-height: 1.6;
    text-align: left;
    color: var(--text-black);
    position: relative;
}

/* .heading_txt::before {
    content: "";
    background: url('../images/home/tes_left_quate.webp');
    background-repeat: no-repeat;
    position: absolute;
    background-position: left;
    width: 70px;
    height: 65px;
    left: -70px;
    top: -15px;

} */

/* .heading_txt::after {
    content: "";
    background: url('../images/home/tes_right_quate.webp');
    background-repeat: no-repeat;
    position: absolute;
    background-position: right;
    width: 70px;
    height: 65px;
    right: 0;

} */

.name_title {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.6;
    text-align: left;
    color: var(--text-black);
}

.sal_text {
    font-size: 14px;
    font-weight: bold;
    line-height: 1.6;
    text-align: left;
    color: #000;
    margin-top: 16px;
}

.sal_text_des {
    font-size: 14px;
    font-weight: bold;
    line-height: 1.6;
    text-align: left;
    color: #005cda;
}

.slider_test .slick-slide img {
    /* width: auto; */
    margin: 0 auto;
}

.test_card_slide {
    box-shadow: 0 5px 15px 0 rgba(206, 216, 226, 0.5);
    padding: 24px;
    min-height: 440px;
    border-left: 5px solid #008cac;
}

.work_impact_slider .slick-dots li button,
.why_edu_slider .slick-dots li button,
.our_business_slider .slick-dots li button,
.slider_test .slick-dots li button {
    transition: .2s background-color ease-in-out 0s;
    border: none;
    padding: 6px;
    color: transparent;
    width: 6px;
    height: 6px;
    border: solid 1px #b6b6b6;
    background-color: #fff;
    margin-right: 20px;
    border-radius: 50%;
}

.slider_test .slick-dots li.slick-active button {
    transition: .2s background-color ease-in-out 0s;
    border: none;
    padding: 6px;
    color: transparent;
    width: 6px;
    height: 6px;
    border: solid 1px #b6b6b6;
    background-color: #e13131;
    margin-right: 20px;
    border-radius: 50%;
}

.work_impact_slider .slick-dots li.slick-active button,
.why_edu_slider .slick-dots li.slick-active button,
.our_business_slider .slick-dots li.slick-active button {
    transition: .2s background-color ease-in-out 0s;
    border: none;
    padding: 6px;
    color: transparent;
    width: 6px;
    height: 6px;
    border: solid 1px #b6b6b6;
    background-color: #e13131;
    margin-right: 20px;
    border-radius: 50%;
}

/* .gallary_slider .slick-dots li button {
    transition: .2s background-color ease-in-out 0s;
    border: none;
    padding: 6px;
    color: transparent;
    width: 6px;
    height: 6px;
    border: solid 1px #b6b6b6;
    background-color: #b6b6b6;
    margin-right: 20px;
    border-radius: 50%;
}

.gallary_slider .slick-dots li.slick-active button {
    transition: .2s background-color ease-in-out 0s;
    border: none;
    padding: 6px;
    color: transparent;
    width: 6px;
    height: 6px;
    border: solid 1px #b6b6b6;
    background-color: #e13131;
    margin-right: 20px;
    border-radius: 50%;
} */
.gallary_slider .slick-dots li button:before {
    display: none;
}



.gallary_slider .slick-dots li {
    display: inline-block;
    padding: 0;
    cursor: pointer;
    width: 30px;
    height: 3px;
    margin: 0 8px;
    border-radius: 1.5px;
    background-color: #bcbcbc;
}

.gallary_slider .slick-dots li.slick-active {
    display: inline-block;
    padding: 0;
    cursor: pointer;
    width: 30px;
    height: 3px;
    margin: 0 8px;
    border-radius: 1.5px;
    background-color: var(--accent-red);
}

.slider_test .slick-arrow {
    position: absolute;
    top: 50%;
    margin: -20px -40px 0px 0px;
    z-index: 10;
    font-size: 0;
    width: 40px;
    height: 40px;
}

.slider_test .slick-arrow.slick-prev {
    left: -40px;
    background: url("../images/home/arrow_left.png") 0 0 / 100% no-repeat;
}

.slider_test .slick-arrow.slick-next {
    right: 0;
    background: url("../images/home/arrow_right.png") 0 0 / 100% no-repeat;
}

.slider_test .slick-arrow.slick-disabled {
    opacity: 0.2;
}

.slick-prev:before,
.slick-next:before {
    display: none;
}


.place_in img {
    margin: 0px !important;
    width: auto !important;
    max-width: 100% !important;
}

.card-content {
    margin-bottom: 10px;
}

.vertical_line {
    margin: 8px 16px;
    /* font-size: 32px; */
    text-align: center;
    height: 32px;
    width: 1px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #000;
}

iframe.youtube-video {
    border-radius: 5px;
}

.lnr_pic {
    width: 53px;
    margin-right: 16px;
}

.card_contnet {
    font-size: 14px;
    min-height: 220px;
}

.placein_text {
    font-size: 16px;
    font-weight: bold;
    color: #2c2b2b;
}

/* hide slider */
.slider_test,
.gallary_slider,
.why_edu_slider,
.work_impact_slider,
.our_business_slider,
.carousel {
    opacity: 0;
    visibility: hidden;
    transition: opacity 1s ease;
    -webkit-transition: opacity 1s ease;
}

.slider_test.slick-initialized,
.gallary_slider.slick-initialized,
.why_edu_slider.slick-initialized,
.work_impact_slider.slick-initialized,
.our_business_slider.slick-initialized,
.carousel.slick-initialized {
    visibility: visible;
    opacity: 1;
}


@media(max-width:768px) {
    .form-content .form-items {
        width: 100%;
        min-width: 100%;
    }

    .rpt-72 {
        padding-top: 32px !important;
    }

    .rpb-72 {
        padding-bottom: 32px !important;
    }

    /* 
    .slick-slider {
        overflow: hidden;
    } */
    .slider_test .card_contnet {
        padding-top: 24px !important;
    }

    .name_title.mt-5 {
        margin-top: 16px !important;
    }

    .place_in {
        justify-content: start !important;
        align-items: center;
    }

    .vertical_line {
        margin: 8px 16px;
        /* font-size: 32px; */
        text-align: center;
        height: 32px;
        width: 1px;
        display: flex;
        justify-content: center;
        align-items: center;
        background: #000;
    }

    .heading_txt::before,
    .heading_txt::after {
        height: 20px !important;
        width: 20px !important;
    }

    iframe.youtube-video {
        width: 310px !important;
        height: 200px !important;
        border-radius: 10px;
    }

    .test_card_slide {
        box-shadow: 0 5px 15px 0 rgba(206, 216, 226, 0.5);
        padding: 10px 20px;
        min-height: 450px;
        border-left: 8px solid #008cac;
    }

    .slider_test .slick-arrow.slick-next,
    .slider_test .slick-arrow.slick-prev {
        display: none !important;
    }

    /* .heading_txt::before {
        content: "";
        background: url(../images/home/tes_left_quate.webp);
        background-repeat: no-repeat;
        position: absolute;
        background-position: left;
        width: 40px;
        height: 40px;
        left: 0px;
        top: -10px;
        background-size: 100% 100%;
        z-index: -1;
    } */

    /* .heading_txt::after {
        content: "";
        background: url(../images/home/tes_right_quate.webp);
        background-repeat: no-repeat;
        position: absolute;
        background-position: right;
        width: 40px;
        height: 40px;
        right: 0;
        background-size: 100% 100%;
    } */

    .banner_section {
        background: url('../images/home/b2b_banner_mb.webp');
        background-position: center center;
        background-size: cover;
        position: relative;
        width: 100%;
        height: 100%;

    }

    .work_impact_slider .col-12 {
        margin-bottom: 24px;
    }

    .our_business_slider .slick-slide img {
        width: auto;
    }

    .our_business_slider .slick-list {
        padding: 0 10% 0 0 !important;
    }

    /* .slider_test .slick-slide img {
        width: 25%;
    } */

    .heading_txt {
        font-size: 14px;
        font-weight: bold;
        line-height: 1.5;
        text-align: left;
        color: var(--text-black);
        position: relative;
    }

    .sal_text,
    .slider_test .card_contnet {
        font-size: 14px;
    }

    .name_title {
        font-size: 20px;
    }

    .placein_text {
        font-size: 14px;
    }

    .place_in img {
        width: auto !important;
        max-width: 100% !important;
    }

    .slick-dots {
        bottom: -44px;
    }

    .why_edu_slider .slick-dots {
        bottom: -16px;
    }

    .work_impact_slider .slick-slide img {
        width: auto;
        margin: 0 auto;
    }

    .slider_test .slick-arrow.slick-prev {
        left: 0px;
        background: url("../images/home/arrow_left.png") 0 0 / 100% no-repeat;
        display: none;
    }

    .slick-prev {
        position: absolute;
        left: 25px;
        z-index: 1;
    }

    .slick-next {
        position: absolute;
        right: 25px;
        z-index: 1;
    }

    .slick-prev,
    .slick-next {
        display: none !important;
    }

    .work_impact_slider .slick-list {
        padding: 0px 10% 0 0 !important;
    }

    .col-md.wimc_div {
        display: flex !important;
        justify-content: flex-start;
        align-items: center;
        margin-bottom: 16px;
    }

    .rpt-72 {
        padding-top: 48px !important;
    }

    .rpb-72 {
        padding-bottom: 48px !important;
    }

    .wim_mb {
        display: flex;
        flex-direction: column;
        align-items: self-start;
        flex: 10;
        margin-left: 24px;
    }

    .about_edu.rpt-72 {
        padding-top: 24px !important;
    }

    .hiring_parter .card-content {
        margin-bottom: 0px;
    }

    .our_business h1,
    .about_edu h1 {
        text-align: center;
    }

    .our_business_slider .slick-slide {
        margin-bottom: 0px !important;
    }

    .our_business_slider.slick-dotted.slick-slider {
        margin-bottom: 30px !important;
    }

    .why_edu_slider .slick-slide {
        margin-bottom: 0px !important;
    }

    .strip_card {
        margin-bottom: 16px;
    }

    .work_impact.rpt-72 {
        padding-top: 32px !important;
    }

    .work_impact .rpt-32 {
        padding-top: 0px !important;
    }

    .work_impact_slider.slick-dotted.slick-slider {
        margin-bottom: 10px;
    }

    .work_impact_slider .slick-dots {
        bottom: -24px;
    }

    .our_business_slider .font_20 {
        font-size: 14px;
        font-weight: bold;
    }

    .gallay.py-5 {
        padding-top: 24px !important;
    }

    .mb-5 {
        margin-bottom: 24px !important;
    }
}