.slider-detail.container {
    position: absolute;
    left: 10%;
    bottom: 05%;
    color: #000;
}

.slider-detail.container a {
    color: #001;
}

.slider-detail.container a.active {
    color: #ef7c32 !important;
}

.sidebar li {
    position: relative;
    padding: 10px 0;
    border-bottom: 1px solid #cccc;
}

.sidebar li:before {
    content: '\f1e9';
    position: absolute;
    font-family: FontAwesome;
    font-size: 22px;
    color: #000;
}

.sidebar li a {
    color: #444;
    font-size: 14px;
}

.sidebar li:before {
    content: '\f1e9';
    position: absolute;
    font-family: FontAwesome;
    font-size: 16px;
    color: #444;
    left: -20px;
    top: 9px
}

.sidebar li:hover:before {
    color: #ef7c32;
}

.sidebar li:hover {
    /* border-color:#ef7c32; */
}

.sidebar li:hover a {
    color: #ef7c32;
}

.sidebar li:after {
    content: '';
    position: absolute;
    width: 0;
    height: 1px;
    background-color: #ef7c32;
    bottom: 0;
    left: 0;
    transition: 1s all;
}

.sidebar li:hover:after {
    width: 100%;
}

.sidebar {
    background: url(../img/lines.png) no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
}

.write-mm-section {
    background: #2c477e;
    padding: 10px;
    border-radius: 5px;
    box-shadow: 0px 10px 20px #00000047;
    /* color: #fff; */
}

.write-mm-section h4 {
    color: #fff;
}

.detail-list li {
    background: #fff;
    padding: 15px 0;
    margin-bottom: 10px;
    /* border-radius: 5px; */
    box-shadow: 0px 2px 10px #00000014;
    border-left: 3px solid #ef7c32;
    border-radius: 0px 10px 20px #000;
}

.detail-list li span {
    background: #ef7c32;
    padding: 16px 10px;
    color: #fff;
    margin-right: 10px;
    font-size: 2;
}

.col-lg-4.col-sm {
    position: relative;
}

.ministry-of-health-detail p {
    font-size: 14px;
}

ul.sub-detail li {
    font-size: 13px;
    list-style: circle;
    margin-bottom: 5px;
}

section.minister-family-section .col-md-4.col-sm {
    box-shadow: 0px 20px 11px #0000002e;
    border-left: 2px solid #2c477e75;
    border-right: 2px solid #ef7c3252;
    padding-bottom: 30px;
}

.serving-section .image-box {
    overflow: hidden;
    cursor: pointer;
    position: relative;
}

.serving-section {
    position: relative;
}

.serving-section .image-box::before {
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
}

.serving-section .image-box::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: #00000063;
    width: 100%;
    /* border-radius: 50px; */
    height: 100%;
}

.serving-section .serving-detail {
    position: absolute;
    bottom: 0;
    left: 35%;
    z-index: 99;
    color: #fff;
    transform: translate(-50%, -20%);
}

.serving-section .image-box:hover::before {
    -webkit-animation: shine .75s;
    animation: shine .75s;
}

.serving-detail a {
    color: #fff;
}

@-webkit-keyframes shine {
    100% {
        left: 125%;
    }
}

@keyframes shine {
    100% {
        left: 125%;
    }
}

.serving-section {
    border-bottom: 5px solid transparent;
}

.serving-section:before {
    content: '';
    position: absolute;
    width: 0%;
    height: 5px;
    background: #ef7c32;
    left: 0;
    bottom: -5px;
    transition: 1s ease all;
}

.serving-section:hover:before {
    width: 100%;
    background: #ef7c32;
}

/* padyatra */
section.minister-family-section .video.text-end {
    position: absolute;
    right: 0px;
    z-index: 9;
    border-radius: 10px;
    top: -16%;
}

section.minister-family-section iframe {
    border-radius: 10px;
    border: 5px solid #fff;
}

.ministry-of-health-detail {
    position: relative;
}

section.minister-family-section {
    position: relative;
}

.swiper-slide img {
    width: 100%;
}

@media(max-width:767px) {
    .slider-detail.container {
        left: 0;
    }
}