section.hltBanner img {}

.hlbnImg img {
    width: 100%;
}

.cpTitle {
    position: absolute;
    top: 40%;
    width: 100%;
}

.hlbnImg {
    position: relative;
}

.cpTitle h1 {
    font-size: 33px;
    color: #fff;
    text-align: center;
    font-family: 'BebasNeueRegular';
    font-weight: 600;
    letter-spacing: 2px;
    text-shadow: 0px 3px 5px #000;
}

.cpTitle h2 {
    font-family: 'Poppins-Regular';
    text-align: center;
    color: #fff;
    font-size: 18px;
    line-height: normal;
    padding-top: 8px;
}

section.medical_ImgSec {
    padding-top: 30px;
    padding-bottom: 40px;
}

.hlHdSec h3 {
    font-size: 30px;
    color: #000000;
    font-family: 'BebasNeueRegular';
    font-weight: 600;
    text-shadow: 0px 3px 5px #ffffff;
    letter-spacing: 1px;
}

.hlHdSec p {
    text-align: left;
    font-size: 18px;
    color: #646464;
    margin-bottom: 35px;
    padding-top: 8px;
}

.hlPrdSlider .slick-slide img {
    margin: 0 auto;
    width: 100%;
    max-height: 450px;
    object-fit: cover;
    position: relative;
}

.hlPrdSlider .slideSec {
    border: 1px solid #e6e6e6;
    height: 433px;
    margin-right: 5px;
    margin-left: 5px;
    border-radius: 5px;
    background-color: #ffffff;
    overflow: hidden;
    position: relative;
    width: 362px;
}

.mt_tp {
    margin-top: 200px;
}

.hlPrdSlider {
    margin-left: 10%;
}

.hlPrdSlider .slideSec:before {
    position: absolute;
    content: "";
    background-image: url(http://www.rsgsolutions.co.in/wp-content/uploads/2024/10/prdtBg.png);
    height: 100%;
    width: 156px;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position-y: -13px;
    right: 0;
}

.hlPrdSlider .slick-slider button {
    background-color: #ffffff;
    height: 55px;
    width: 55px;
    border: 1px solid #e8e8e8;
    border-radius: 50%;
}

.slick-slider button.slick-next {
    right: 11px;
}

.hlPrdSlider .slick-next:before {
    background-size: 17px 18px;
    background-position: 4px;
    opacity: 0.6;
}

.hlPrdSlider .slick-slider button.slick-prev {
    left: 11px;
}

.hlPrdSlider .slick-next:before {
    width: 22px;
}

.hlPrdSlider .slick-prev:before {
    background-size: 17px 18px;
    background-position: 4px;
    opacity: 0.8;
}

.hlPrdSlider .slick-prev:before {
    width: 26px;
}

.prdtName {
    text-align: center;
    margin-top: 14px;
    margin-bottom: 14px;
}

.hlPrdSlider .slick-slider button {
    top: 43%;
}

.prdtName a {
    font-family: 'Poppins-Regular';
    color: #000;
    font-weight: 600;
    font-size: 15px;
}

section.oprt_ImgSec {
    background-color: #000;
    padding: 60px 0px;
    margin-bottom: 50px;
    height: 480px;
    margin-bottom: 160px;
}

.oprt_ImgSec .hlHdSec h3 {
    color: #fff;
    text-shadow: none;
}

.oprt_ImgSec .hlHdSec p {
    color: #fff;
}

.cardBlock {}

.cardBlock {
    display: flex;
    border: 1px solid #dbdbdb;
    padding: 30px 30px;
    border-radius: 10px;
}

span.mdTitle {
    font-family: 'Poppins-Regular';
    display: block;
    font-size: 16px;
    font-weight: 800;
    margin-bottom: 14px;
}

.txtSec p {
    text-align: left;
    font-size: 14px;
    line-height: normal;
}

.txtSec {
    display: flex;
    flex-direction: column;
    flex: 1;
}

.prdMdImg {
    flex: 1;
    display: flex;
    justify-content: end;
}

.prdMdImg img {
    /* max-width: 181px; */
    max-height: 200px;
}

button.btn.btn-info {
    display: inline-block;
    width: 100px;
    padding: 8px;
    margin-top: 25px;
    background-color: #fff;
    border: 1px solid #a5a5a5;
    border-radius: 4px;
}

button.btn.btn-info a {
    color: #000;
    font-weight: 600;
}

@media (max-width: 991px) {
    .hlbnImg img {
        height: 300px;
        object-fit: cover;
    }
    .cpTitle {
        top: 30%;
    }
    .hlPrdSlider {
        margin-left: 0;
    }
    section.oprt_ImgSec {
        padding-top: 30px;
    }
    .mdSol .display-cell {
        float: left;
    }
    .cardBlock {
        display: block;
        position: relative;
    }
    .prdMdImg {
        display: block;
    }
    button.btn.btn-info {
        position: absolute;
        bottom: 15px;
        right: 15px;
    }
}