.custom-footer {
    /* padding: 20px 0; */
    color: #8c8c8c !important;
}

.custom-footer a {
    color: #8c8c8c !important;
}

.footer-right ul li {
    padding: 0 10px;
}

.footer-right a {
    padding: 0 10px;
    color: #8c8c8c !important;
}

.footer-right a:hover {
    color: white !important;
}

.header-top1>.container {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}

.header-top1 img {
    width: 120px !important;
}

.bkash-video {
    margin: 20px 0;
    border: 1px solid black;
}

@media (max-width: 400px) {
    .bkash-video {
        width: 200px;
    }
}

@media (min-width: 401px) and (max-width: 600px) {
    .bkash-video {
        width: 250px;
    }
}

@media (min-width: 601px) and (max-width: 800px) {
    .bkash-video {
        width: 350px;
    }
}

@media (min-width: 801px) and (max-width: 1000px) {
    .bkash-video {
        width: 450px;
    }
}

@media (min-width: 1001px) and (max-width: 2000px) {
    .bkash-video {
        width: 650px;
    }
}