.breadcrumb-item p {
    margin-bottom: 0;
}
#related_items .card {
    transition: 0.5s;
    box-shadow: hsla(222, 83%, 30%, 0.388) 0px 0px 5px;
    overflow: hidden;
    a {
        color:black !important;
    }
}
#related_items .wallpaper .thumb_img {
    height: 300px;
    transition: 0.5s;
}
#related_items .thumb_img {
    height: 180px;
    transition: 0.5s;
}
#related_items .card:hover .thumb_img {
    transform: scale(1.07);
}
.sltd-item, .social-share-link, .link-btn {
    box-shadow: #0D338C63 0px 0px 5px;
}
.pre-btn, .nxt-btn {
    width: 30px;
}
/* .owl-nav {
    display: none;
} */
.social-share img {
    width: 40px;
}
.video-player {
    height: 350px;
    object-fit: cover;
    width: 100%;
}
.dtl_img::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    filter: blur(4px);
    background-repeat: round!important;
    background-size: 100% 100%!important;
    width: 100%;
}


.custom-tooltip {
    position: relative;
}
.custom-tooltip .tooltip-content {
    visibility: hidden;
    width: 100px;
    background-color: #333;
    color: #fff;
    text-align: center;
    padding: 1px;
    border-radius: 6px;
    position: absolute;
    z-index: 1;
    bottom: 113%;
    left: 50%;
    margin-left: -42px;
    opacity: 0;
    transition: opacity 0.3s;
    font-size: medium;
}
.custom-tooltip .tooltip-content::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #333 transparent transparent transparent;
}

.custom-tooltip:hover .tooltip-content {
    visibility: visible;
    opacity: 1;
}

.mhn-slide .owl-next {
    right: -9px;
}
.mhn-slide .owl-prev {
    left: -15px;
}
.mhn-slide .owl-prev, .mhn-slide .owl-next {
    top: 42%;
    z-index: 2;
    width: 30px;
    height: 30px;
    padding: 8px;
    margin-top: -9px;
    position: absolute;
    border-radius: 50%;
    background-color: #fff;
    box-shadow: 0 4px 4px rgba(0, 0, 0, .3), 0 0 4px rgba(0, 0, 0, .2);
}
@media (max-width: 1200px) and (min-width: 600px) {
    .video-player {
        height: 300px;
    }
    .container, .container-md, .container-sm {
        max-width: 900px;
    }
    .copy-download {
        display: block!important;
    }
    .dtl_img, .dtl_img img {
        height: 32vh !important;
    }
}
@media (max-width: 600px) {
    .video-player {
        height: 250px;
    }
    .banner {
        padding-left: 2rem;
        padding-right: 2rem;
    }
    .dtl_img {
        margin-bottom: 2rem;
    }
    .dtl_img, .dtl_img img {
        height: 40vh !important;
    }
    #related_items .wallpaper .thumb_img {
        height: 200px;
        transition: 0.5s;
    }
}