.video-box iframe {
    max-width: 100%;
}

.blog-content img {
    width: 100%;
    height: 250px;
    object-fit: cover;
}

.footer-adds p a {
    margin-bottom: 5px;
    line-height: 18px;
    font-weight: 400;
    color: #fff;
}

.footer-icons ul li.social-icon a i.fa {
    border: 2px solid #fff;
    font-size: 16px;
    color: #fff;
    background-color: transparent;
    border-radius: 50%;
    padding: 9px 11px;
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
}

.copyright_text a {
    color: white;
}

.page-content {
    padding: 60px 0;
    background-color: #e6e6e6;
}

.seller-box {
    background-color: #fff;
    padding: 5px;
    margin-bottom: 10px;
}

.img-box1 img {
    width: 100%;
    height: 280px;
    object-fit: cover;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 0;
    background-color: #000;
}