.logo-bg {
    background-color: white;
    border-radius: 50%;
    width: 40%;
}
.read-more-btn  {
    z-index: 99;
    position: relative;
}
.social-icons {
    width: 70px;
    height: 65px;
    flex: 0 0 70px;
    text-align: center;
    float: left;
    color: #ffffff;
    margin-right: 15px;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.social-icons img {
    width: 50px;
}
.w-100-px {
    width: 100px !important;
}
.w-60-px {
    width: 60px !important;
}
#notifications .news-img.img-icon {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    padding-right: 15px;
    float: left;
}
#notifications .news-content {
    -ms-flex: 0 0 80%;
    flex: 0 0 80%;
    max-width: 80%;
    float: left;
}

.bg-white {
    background-color: white !important;
}
.rs-header .rs-header-top {
    padding: 0 !important;
}

.marquee {
    width: 100%;
    overflow: hidden;
}

#notice_scrole,
#notice_scrole a,
#notice_scrole span {
    font-weight: 500;
    font-size: 14px !important;
}

#notice_scrole a {
    font-family: 'SolaimanLipi';
    color: #333333 !important;
}

#notice_scrole a:hover {
    color: #005cc5 !important;
}

#notice_scrole span {
    font-family: 'SolaimanLipi';
    color: #00bfc5 !important
}

.thbc {
    background-color: #0f4561 !important;
    /* #0c294b !important */
}

.date-time-style {
    font-weight: bold;
    color: #333333 !important;
    margin-top: 4px;
}

.rs-courses-details .course-des-tabs .tab-btm .tabs-cyan .nav-item{
    width: 100% !important;
}

.rs-courses-details .course-des-tabs .tab-content-new {
    border-radius: 0;
    /* border: 1px solid #eee; */
    border-top: 0;
    padding: 60px 30px;
}

.table-th{
    text-align: center;
    font-weight: bold;
}

.shipping-area .product-list table tr td img {
    max-width: 56px !important;
}

.tb-head-dis{
    padding-left: 26px;
}

td,
th {
    border: 1px solid rgb(190, 190, 190);
    padding: 10px;
    text-align: center;
}

td {
    text-align: center;
}

tr:nth-child(even) {
    background-color: #eee;
}

th[scope='col'] {
    background-color: #696969;
    color: #fff;
}

th[scope='row'] {
    background-color: #d7d9f2;
}

caption {
    padding: 10px;
    caption-side: bottom;
}

table {
    border-collapse: collapse;
    border: 2px solid rgb(200, 200, 200);
    letter-spacing: 1px;
    font-family: sans-serif;
    font-size: 0.8rem;
}
.btn-primary {
    color: #fff;
    background-color: #059fff;
    border-color: #0d99fd;
}
.btn-primary:hover {
    color: #fff !important;
    background-color: #0585e0;
    border-color: #095edd;
}
