body{
    position: initial !important;
}
.skiptranslate{
    display: none;
}

.main-social {
    border: 1px solid #ddd;
    padding: 7px;
}
.social-share-container {
    display: flex;
    align-items: center;
}

.social-share-text {
    margin-right: 10px; /* Adjust as needed for spacing between text and icons */
}

.addthis_inline_share_toolbox_334g {
    flex: 1; /* This will make the icons take up the remaining space */
    display: flex;
    justify-content: start;
}

.addthis_inline_share_toolbox_334g ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.addthis_inline_share_toolbox_334g ul li {
    display: inline-block;
}

.addthis_inline_share_toolbox_334g ul li a{
    padding: 3px;
}
.addthis_inline_share_toolbox_334g ul li a:hover{
    background-color: rgb(167, 163, 163);
    padding: 3px;
}





.container{
    padding: 0;
}

.addThis {
    display: flex;
    align-items: center;
    border: 1px solid #ddd;
    padding: 2px 14px;
}

.addthis_inline_share_toolbox_334g {
    display: flex;
    align-items: center;
    margin-top: 10px;
    margin-left: 5px;
}


section.header_times {
    background: #10837E;
    color: #fff;
}

.bangla_date {
    padding-top: 8px;
    font-size: 16px;
    font-family: 'SolaimanLipi', sans-serif;
}

.top_banner_menu_link ul {
    margin: 0;
    padding: 0;
    list-style: none;
}


.top_banner_menu_link ul li {
    border-right: 1px solid #fff;
    display: inline;
    margin: 0;
    padding-right: 0px;
}

.top_banner_menu_link ul li:nth-child(2) {
    border-right: none;
}

.top_banner_menu_link ul li:last-child {
    border: none !important;
}
.top_banner_menu_link ul li a {
    color: #fff;
    display: inline-block;
    padding: 8px 10px;
    font-size: 14px;
    font-family: 'SolaimanLipi', Arial, sans-serif !important;
}
.top_banner_menu_link ul li a:hover{
    background-color: #524e4e;
}
.single-language {
    background: #350000;
    color: #fff;
    border: 1px solid #d4d4d4 !important;
}

.footer-nav-item-wrapper .main-title {
    border-bottom: 1px solid #606060;
    padding-bottom: 15px;
}



/* Google Translate css */
.goog-te-gadget-simple {
    padding: 0px !important;
    line-height: 1.428571429;
    color: #555555;
    vertical-align: middle;
    background-color: #fff;
    border: 1px solid #a5a5a599;
    border-radius: 4px;
    width: 100%;
    float: right;
    margin-top: -4px;
}

.goog-te-banner-frame.skiptranslate {
    display: none !important;
}

.goog-te-gadget-icon {
    background: none !important;
    display: none;
}       
.goog-te-gadget-simple .goog-te-menu-value {
    color: #000;
    font-size: 12px;
    font-family: 'Open Sans' , sans-serif;
}

.youtube-video iframe {
    height: 357px;
}


.video-container {
    position: relative;
    width: 100%;
    /* height: 100%; */
    overflow: hidden;
}

.video-container .thumbnail {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.video-container .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.video-container .play-icon {
    width: 50px;
    height: 50px;
}
