html {
    scroll-behavior: smooth;
}
.shadow_sm {
    box-shadow: 0 .125rem .25rem rgb(0 0 0 / 25%) !important;
}
body {
    margin: 0px;
    padding: 0px;
    font-family: 'SolaimanLipi';
    background: #ffffff;
}

.circle:after,
.circle:before {
    content: "";
    background-color: #f44336;
    display: block
}

/*..........02/09/2024...............*/
.searchs img {
    height: 45px;
}

.responsive_none_two {
    margin-top: 10px;
}

.sidecontents {
    overflow: hidden;
    margin: 0 0 0px 0;
}

.top_section {
    display: grid;
    position: relative;
    grid-template-columns: 10% 70% 10% 10%;
    background-color: #BFE4DC;
    padding: 5px;
}

.top_section h1 span {
    color: red;
}

.top_section .circle {
    left: 38px !important;
}

.top_section .img1 {
    height: 110px;
    width: 110px;
    border-radius: 50%;
}

.top_section .img2 {
    height: 95px;
    margin-top: -1px;
    position: relative;
    left: 128px;
}

.top_section h1 {
    padding-top: 30px;
    font-size: 26px;
    text-align: center;
    background-color: #ebfffb;
    margin-top: 7px;
    margin-left: 41px;
    font-weight: 700;
    color: black;
}

.vote_count {
    margin-top: 25px;
    background-color: #f0e1de;
    border-radius: 5px;
    text-align: center;
}

.vote_count span {
    margin-left: 10px;
    position: relative;
    top: -10px;
}

.vote_count p {
    margin-top: 1px;
    color: #ffffff;
    font-size: 17.5px;
    background-color: #343433;
    border: 1px dotted #e7e7e7;
}

.vote_count h3 {
    color: #000;
    font-size: 18px;
    margin: 0;
    padding: 5px 0px 10px 0px;
    font-weight: 600;
}

.vote_count img {
    width: 35px;
    height: 35px;
    border-radius: 50%;
}

.vote_counts p {
    background-color: #343433;
}

.body_section {
    margin-top: 8px;

}

.body_section .pr_title h2 {
    text-align: center;
    background-color: #ffe9e9;
    font-size: 21px;
    padding: 7px;
    color: black;
}

.pr_container {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 8px;

}

.body_section {
    overflow-y: scroll;
    height: 320px;
}

.pr_content {
    border: 1px solid #e3e3e3;
    position: relative;
    text-align: center;
}


.pr_content .man_pic {
    width: 100%;
    height: 130px;
    padding: 10px;
}

.media_mobile {
    border-bottom: 1.5px solid #F44337;
}

.pr_content h3 {
    margin: 4px;
    text-align: center;
    color: #ef5922;
    font-size: 15.5px;
}

.pr_content p {
    margin: 4px;
    text-align: center;
}

.pr_content .p {
    margin: 4px;
    text-align: center;
    color: #ef5922;
    border: 1px solid;
}

.span {
    color: #5f6a30
}

.i {
    width: 10px;
}

.protik {
    position: absolute;
    z-index: 99999;
    height: 41px;
    width: 40px !important;
    right: 8px;
    bottom: 132px;
}

.success_vote {
    position: absolute;
    z-index: 99999;
    right: 14px;
    top: 30px;
    font-size: 24.5px;
    color: white;
}

.circles {
    position: absolute;
    right: 131px;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 40px;
    height: 40px;
}

.circles:before {
    position: relative;
    width: 230%;
    height: 230%;
    box-sizing: border-box;
    margin-left: -65%;
    margin-top: -65%;
    border-radius: 45px;
    animation: 1.25s cubic-bezier(.215, .61, .355, 1) infinite pulse;
}

.circles:after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 50px;
    animation: 1.25s cubic-bezier(.455, .03, .515, .955) -.4s infinite circles;
}

.circles:after,
.circles:before {
    content: "";
    background-color: #f44336;
    display: block;
}

@keyframes pulse {
    0% {
        transform: scale(.33)
    }

    100%,
    80% {
        opacity: 0
    }
}

@keyframes circles {

    0%,
    100% {
        transform: scale(.8)
    }

    50% {
        transform: scale(1)
    }
}

@media (max-width:768px) {
    .top_section {
        display: grid;
        grid-template-columns: 4% 83% 31%;
    }

    .top_section img {
        width: 43%;
        height: 45px !important;
    }

    .top_section h1 {
        padding-top: 8px;
        font-size: 16px;
        background-color: unset;
    }

    .pr_container {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 8px;
        overflow-y: scroll;
        height: 250px;
    }

    .circles {
        top: 13%;
        right: 0px;
    }

    .top_section {
        text-align: center;
    }

    .top_section .img2 {
        left: 0px;
    }

    .top_section h1 {
        padding-top: 8px;
        font-size: 15px;
    }

    .top_section .img1 {
        height: 52px;
        width: 47px;
        border-radius: 50%;
    }

}

.ps-caption {
    overflow-y: auto;
    height: 75px;
}

.jella {
    /* border: 1px solid #E4EAF0; */
    /* background: #f2f9ff; */
    padding: 23px;
    height: 501px;
}

.details_title_two h5 {
    font-size: 24.2px;
    font-weight: bold;
    text-align: left;
    color: #000000;
}

.details_title_two p {
    color: #000064;
    font-size: 15px;
}

.topics ul li {
    list-style: none;
    display: inline;
    padding: 0px 11px 0px 0px;
}

.topics ul li a {
    color: #121212;
    padding: 5px 17px 5px 17px;
    background-color: #dbdbdbc4;
    line-height: 2.5;
}

.topics p {
    font-size: 17.5px;
    font-weight: bold;
    margin-bottom: 37px !important;
}

.topics_title a {
    color: red;
    border-bottom: 2px solid red;
}

.topics_title a:hover {
    color: #000064;
}

.topics ul li a:hover {
    color: red;
}

.details p {
    font-size: 18px;
}

.details img {
    max-width: 100% !important;
    height: auto !important;
}

.captions {
    font-size: 14.8px !important;
    border-bottom: 1px solid #dddddd;
    padding: 2px 0px 10px 0px;
}

.cap_border {
    border: 1px solid red;
}

.youtubes {
    font-size: 19px
}

#printerDiv {
    display: none;
}

/*..........End 02/09/2024...............*/

/*..........03/09/2024...............*/
.mt_5 {
    margin-top: 20px;
    margin-bottom: 12px;
}

/*.logo img {
    width: 70%;
    margin-bottom: 20px;
}*/
/*.logo img {
    width: 72%;
    margin-bottom: 4px;
    margin-top: 3px;
}*/
.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 9999999;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.8);
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
}

.sidenav a {
    padding: 6px 8px 6px 40px;
    text-decoration: none;
    font-size: 16.5px;
    color: #fff;
    display: block;
    transition: 0.3s;
}

.sidenav a:hover {
    color: #f1f1f1;
}

.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}

@media screen and (max-height: 450px) {
    .sidenav {
        padding-top: 15px;
    }

    .sidenav a {
        font-size: 18px;
    }
}

/*..........End 03/09/2024...............*/
.mobile_nav_bar ul li {
    border-bottom: 1px solid #cbcbcb
}

.my-news-ticker-3 > li > a {
    font-size: 16.4px !important;
    color: #333
}

.circle {
    position: absolute;
    left: 23%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 20px;
    height: 20px
}

.circle:before {
    position: relative;
    width: 250%;
    height: 250%;
    box-sizing: border-box;
    margin-left: -75%;
    margin-top: -75%;
    border-radius: 45px;
    animation: 1.25s cubic-bezier(.215, .61, .355, 1) infinite pulse
}

.circle:after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 50px;
    animation: 1.25s cubic-bezier(.455, .03, .515, .955) -.4s infinite circle
}

@keyframes pulse {
    0% {
        transform: scale(.33)
    }

    100%,
    80% {
        opacity: 0
    }
}

@keyframes circle {

    0%,
    100% {
        transform: scale(.8)
    }

    50% {
        transform: scale(1)
    }
}

@font-face {
    font-family: SolaimanLipi;
    src: url(/assets/css/SolaimanLipi_22-02-2012.ttf)
}

.cols {
    padding-right: 8px !important;
    padding-left: 8px !important
}

.cols_two {
    padding-right: 6px !important;
    padding-left: 6px !important
}

.fixed_search {
    padding: 10px;
    border: 2px dotted #056ba6
}

.rows {
    margin-right: -8px !important;
    margin-left: -8px !important
}

.rows_two {
    margin-right: -6px !important;
    margin-left: -6px !important
}

.col-xs-6 {
    width: 50%
}

.col-xs-12,
.videio img,
.w_fr {
    width: 100%
}

.slides {
    width: 100%;
    margin: 0 auto
}

.pgwSlideshow {
    margin-top: -4px
}

.minutes {
    font-size: 11.7px !important;
    color: #d05f5f !important
}

.slides ul {
    list-style: none inside
}

@media (min-width:1200px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1170px
    }
}

.topnav a {
    float: left;
    color: #212121;
    font-size: 17.3px;
    text-align: center;
    padding: 9px 25px 9px 0;
    text-decoration: none
}

.topnav a:hover {
    background-color: #ddd;
    color: #000
}

.mobile_dex_nav {
    background-color: #ddd;
    display: none
}

.mt {
    margin: 0 0 30px
}

.toptitle {
    font-weight: 400 !important;
    font-size: 19px !important
}

/*.top_title {
     background: url(/assets/img/title_bottom_bdr.jpg) left bottom 0 repeat-x #fff;
    font-weight: 700;
    font-size: 24px;
    padding: 0 0 5px;
    color: #056ba6;
    border-bottom: 4px solid;
}*/
.top_title {
    /* background: url(/assets/img/title_bottom_bdr.jpg) left bottom 0 repeat-x #fff; */
    font-weight: 700;
    font-size: 22.5px;
    /* padding: 0 0 5px; */
    color: #383838;
    border-top: 2px solid #d9d9d9;
    margin-bottom: 9px;
    margin-top: 21px;
    border-bottom: 2px solid #d9d9d9;
}
.height {
    height: 435px;
    overflow-y: auto;
/*    background-color: #e1e9e9;*/
    margin-top: -14px
}

/*.height .content_heading {
    border-bottom: 1px solid #cacaca !important
}*/

#height_style::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #cacaca
}

#height_style::-webkit-scrollbar {
    width: 0;
    background-color: #cacaca
}

/*----------About-----------*/
.about {
    border: 2px solid #ddd;
    border-radius: 6px;
    padding: 20px;
}

.about_title h1 {
    color: rgb(255, 0, 0);
    font-weight: bold;
    font-size: 31px
}

.about_title .p {
    font-size: 17.3px;
}

/*----------End About-----------*/

/*----------Print-----------*/
.main_logo img {
    width: 54%;
    height: 70px;
    text-align: center;
}

.content_body {
    max-width: 900px;
    margin: 10px auto;
    border: 1px solid #ccc;
    padding: 15px;
}

.content_two,
.content_three {
    margin-top: 23px;
}

.data_update span {
    font-size: 15px;
}

.data_update font {
    font-size: 23px;
    color: #000;
}

.body_image img {
    width: 100%;
    height: 260px
}

.content-four {
    margin-top: 50px;
}

.body_text p {
    font-size: 19px;
    color: #2f2e2e;
}

.author_title font {
    font-size: 17px;
    color: #1c1b1b;
}

.two {
    background: #3D5DB0;
    padding: 5px 0 5px 0;
    color: #fff;
    margin-bottom: 12px;
}

.footer_bar a {
    font-size: 16.4px;
    color: #fff;
    text-decoration: none;
}

.footer_bar {
    padding: 0px;
    text-align: center;
}

.three {
    color: #000;
    margin: 0 0 0 0;
    padding: 20px;
    background: -webkit-linear-gradient(top, #d7d0b4, #9d966c);
}

.footer_bottom {
    padding: 0px;
    text-align: center;
}

.name {
    font-size: 18px;
}

.main_logo {
    text-align: center
}

@media(max-width:576px) {
    .content .category_image {
        height: 87px !important;
    }

    .content .familey_det_img {
        height: 135px !important;
        width: 135px !important;
    }
}

/*----------End Print-----------*/
.top_title:hover {
    color: maroon
}

.date span {
    font-size: 16.5px;
    color: #353535;
}

.dnone {
    display: none;
    padding: 0 0 10px;
    border-bottom: 2px dotted #d3d3d3;
    margin-top: 24px;
}

.nav_bar,
.tabs .tablinks:hover {
    background-color: #dddddd !important;
}

.navbar {
    padding: 0rem 0;
}

.nav_more {
    width: 14.5px !important;
    height: 14.5px !important;
    position: relative;
    left: -6.5px !important
}

.nav-link {
    color: #000;
    font-size: 17.5px;
    border-right: 1px solid white!important;
    padding: 0rem 0.8rem!important;
}

.dropdown-item:hover,
.nav-link:hover,
.nav_brand_up:hover,
.nav_item:hover {
    color: #3c3b3b;
    background: #cdcdcd
}

.dropdown:hover:after,
.nav-link:hover:after,
.nav_brand_up:hover:after,
.nav_item:hover:after {
    transform: scaleX(1)
}

/*.dropdown:after,
.nav-link:after,
.nav_brand_up:after,
.nav_item:after {
    display: block;
    content: '';
    transform: scaleX(0);
    transition: transform 250ms ease-in-out
}*/

.dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
}

/*
#myBtn,
.dropdown-toggle::after,
.mfp-figure small,
.tabcontent {
    display: none
}*/

.navbar-brand img {
    height: 27.4px;
    margin: 1px 10px;
}

.navbar-toggler-icon {
    width: 20px;
    height: 23px
}

.navbar-brand {
    margin-right: 0;
    position: relative;
    right: 8px
}

.contentt .fr .w {
    width: 100%;
    border: 3px solid #ccc;
    transition: .5s;
    outline: 0
}

.cat_title {
    color: #202d52
}

.bg1,
.green,
.greens {
    background: #00A551 !important
}

.w {
    font-size: 17px !important;
    border: 1px dotted #d9d9d9 !important;
    height: 45px !important;
    padding: 0px 0 0 10px !important;
}

.dropdown-item {
    border-bottom: 1px solid #ddd
}

.nav_items > a > img {
    height: 23px;
    width: 23px
}

.mt3 {
    margin-top: 15px
}

.mt4 {
    margin-top: 25px
}

@media (max-width:991px) {
    .navbar-hover .show > .dropdown-toggle::after {
        transform: rotate(-90deg)
    }
}

@media (min-width:992px) {
    .navbar-hover .collapse ul li {
        position: relative
    }

    .navbar-hover .collapse ul li:hover > ul {
        display: block
    }

    .navbar-hover .collapse ul ul ul {
        position: absolute;
        top: 0;
        left: 100%;
        display: none
    }

    .navbar-hover .collapse ul ul {
        position: absolute;
        top: 100%;
        left: 0;
        min-width: 150px;
        display: none
    }
}

.dropdown-menu {
    background-color: #f0f1f1;
    border: 0;
    border-radius: .25rem
}

@media (min-width:768px) {
    .navbar-expand-md .navbar-nav .nav-link {
        padding-right: 1rem;
        padding-left: 1rem;
    }

    .navbar-expand-md .navbar-nav .dropdownmenu {
        position: absolute;
        top: 42px
    }
}

.nav-item span {
    position: relative;
    top: 3px;

}

.dropdown-item:hover, .nav-link:hover, .nav_brand_up:hover, .nav_item:hover {
    color: #ffffff;
    background: #00a551;
}

.nav_items {
    cursor: pointer;
    padding: 10px 0 4px;
}

.nav_item a {
    padding: 0 12px
}

.sidecontent {
    background-size: cover;
    background-position: bottom
}

/*..............Add Management..................*/
.add_sale1 {
    height: 100px !important;
}

.add_sales2 {
    height: 135px !important;
}

.add_sale {
    height: 225px;
    background-color: #f5f5f5;
    position: relative;
    text-align: center;

}

.add_sale img {
    max-width: 100%;
    position: relative;
}

.add_box {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.add_sale span {
    opacity: 0.4;
    font-size: 16.5px;
    line-height: 1.5;
    font-weight: bold;
}

.add_sale2 {
    height: 225px !important;
}

.add_sale5 {
    height: 180px !important;
}

.position {
    font-size: 13px !important;
    border-top: 1px solid #343434;
    padding-top: 2px;
    font-style: italic;
}

.add_up {
    position: relative;
    cursor: pointer;
    margin-bottom: 12px;
}

.hover_position {
    position: absolute;
    top: 4px;
    right: 8px;
}

.hover_position .hover_text {
    opacity: 0;
    transition: all 0.5s ease;
    font-size: 13.5px;
    font-weight: bold;
    color: #686868;
}

.add_up:hover .hover_text {
    opacity: 1;
    display: block;
    transition: all 0.5s ease;
    background-color: #00a551;
    padding: 5px 15px 5px 15px;
    color: #fff;
    margin-top: 3px;
}

@media(max-width:768px) {
    .add_sales22 {
        height: 75px !important;
    }
}

/*..............End Add Management..................*/

.media img,
.sidebar .media img {
    /*border: 1px solid #ddd;
    height: 65px*/
    height: 75px;
}

.top_content span {
    line-height: 24px;
    font-size: 19px;
    color: #0551a7;
    text-align: left;
    font-weight: 400
}

.media-body a,
.top_news .detailstitle {
    font-size: 16.4px
}

.socil_font {
    font-size: 16px
}

.count {
    position: relative;
    top: -12px;
    margin-left: 70px;
    color: #fff
}

.top_news h3 {
    color: red;
    font-weight: 700
}

.top_news h6 {
    color: #000064;
    font-weight: 700
}

.content .content_heading,
.media-body a {
    color: #000;
    line-height: 22px;
    text-decoration: none
}

.mt1 {
    margin-top: 7px
}

.top_news a:hover {
    color: maroon;
    text-decoration: none
}

/*.acme-news-ticker-label {
    background: #ededed !important;
    padding: 6.5px 20px 0 18px !important;
    font-size: 18px !important;
    font-weight: 700;
    color: #000000 !important;
}*/
.acme-news-ticker-label {
    background: #00a551 !important;
    padding: 6px 11px 9px 18px !important;
    font-size: 17px !important;
    font-weight: 700;
    color: #ffffff !important;
    border: 1px solid;
    line-height: 1.3;
}

.acme-news-ticker {
    height: 38px !important;
    border: 1px solid #dee2e6 !important;
    margin-top: 0 !important;
}

.acme-news-ticker-box {
    height: 100% !important;
    padding-top: 7px !important;
    overflow: hidden !important
}

#myBtn {
    position: fixed;
    bottom: 20px;
    right: 23px;
    z-index: 99;
    border: none;
    color: #fff;
    font-size: 40px;
    cursor: pointer
}

.content a:hover,
.footer_bar a:hover,
.footer_top a:hover,
.media .last_content:hover,
.media-body a:hover,
.my-news-ticker-3 > li > a:hover,
.side_content .content_heading:hover,
.top_content span:hover {
    color: #c00
}

/*.social_media a {
    padding: 0 5px 0 0
}*/

/*.content {
    margin: 14px 0 10px
}*/

.media img {
/*    width: 100px*/
width: 115px;
}

.sidebar .media img {
    width: 90px
}

.media-body a {
    font-weight: 400
}

.content .title {
    font-weight: 700;
    font-size: 19.5px
}

.content img {
    height: 144px
}

.content .img {
/*    height: 178px*/
height: 240px;
}
.content .a{
    color: red!important;
}
.content a {
    line-height: 22px;
    color: #161616;
    font-size: 20px;
    margin-bottom: 5px;
    font-weight: 400;
    text-align: left
}

.content .content_heading {
    display: block;
    font-size: 16.4px;
    font-weight: 400;
    background: url(/assets/img/arrow.jpg) left top 7px no-repeat;
    padding-left: 13px;
    border-bottom: 1px dotted #ccc
}

.print a {
    color: #3f3f3f !important;
    font-size: 16px
}

.print .pr_one {
    position: relative;
    top: 2px
}

.contentss .content_headings {
    background: url(/assets/img/arrow.jpg) left 7px top 14px no-repeat !important;
    padding-left: 22px
}

.content.border-bottom-0 a,
.content.more_read a {
/*    background-color: #e1e9e9 !important*/
      background-color: #ededed !important;
}

.content .hd_show {
    background: url(/assets/img/next.gif) left top 2px no-repeat
}

.more > a > div {
    font-size: 17.4px;
    color: red;
    margin: 0 10px 0 0
}

.more > a > div:hover {
    color: #1e47b4
}

/*.side_title {
    border: 1px solid #3a3a3a;
    background: #eaebf2
}*/

/*''''''''''''Archive''''''''''*/
.archive_box {
    background: #fff;
    border: 1px solid #ddd;
    margin: -5px 0 0 -5px;
    padding: 0;
    position: relative;
}

.archive_box_item {
    background: url('assets/img/ar.png') #f0f0f0;
    margin: 4px;
    padding-top: 20px;
}

.archive_box .archive_title {
    background: url('assets/img/ar2.jpeg') no-repeat 0px 0px;
    left: -4px;
    position: absolute;
    padding-top: 4px;
    text-transform: uppercase;
    top: 6px;
}

.archive_title h3 {
    background: #666;
    color: #fff;
    font-weight: normal;
    font-size: 100%;
    line-height: 1;
    margin: 0 !important;
    padding: 3px 10px 4px !important;
    text-decoration: none;
}

/*''''''''''''End Archive''''''''''*/

.side_title .side_title_heading {
    display: block;
    background: #3a3a3a;
    color: #fff;
    padding: 2px 0 2px 10px;
    text-align: center;
    font-size: 18px
}

.media-body .content_heading {
    font-size: 16px;
    text-decoration: none;
    color: #000;
    font-weight: 400;
    line-height: 22px
}

.openion_link:hover,
.subscribe .link:hover {
    text-decoration: underline
}

.bordered {
    border: 2px solid #222b46
}

.sidebar .side_img {
    width: 100%;
    height: 140px
}

.tabs {
    overflow: hidden
}

.tabs .tablinks {
    float: left;
    border: none;
    outline: 0;
    cursor: pointer;
    padding: 5px 0;
    transition: .3s;
    font-size: 16.5px;
    color: #fff;
    border-radius: 4px;
    width: 50%;
    text-align: center
}

/*.tablinks {
    background: -webkit-linear-gradient(top, #ddd, #000064)
}*/
.tablinks {
    background: -webkit-linear-gradient(top, #535353, #00a551);
}
.footer_link,
.more_news h3 {
    background: #ddd;
    width: 100%
}

/*.tabs .tablinks.active {
    background: -webkit-linear-gradient(top, #2200a6, #ddd)
}*/

.tabs .tablinks.active {
    background: -webkit-linear-gradient(top, #00a551, #f90202);
}

.media .category_image {
    margin-right: 7px;
    width: 150px;
    height: 110px
}

.media .category_content {
    font-size: 16px;
    font-weight: 400;
    text-align: left;
    color: #103b7f;
    line-height: 21px
}

.media .last_image {
    margin-right: 10px;
    transition: 1s;
    width: 65px !important;
    height: 55px !important
}

.rfloat {
    float: right;
    position: relative !important;
    right: 66px !important
}

.align,
.content_hide,
.main_details,
.mark_heading,
.videio {
    position: relative
}

.media .last_image:hover,
.media .openion_image:hover {
    border: 2px solid #fff;
    transform: scale(1.2);
    opacity: .4;
    transition: .4s;
    cursor: pointer
}

.media .last_content {
    font-size: 17.4px;
    color: #333;
    text-align: left;
    line-height: 21px
}

.category_lead {
    width: 100%;
    height: 270px
}

.details_title {
    font-size: 24.2px;
    font-weight: 700;
    text-align: left;
    color: #000
}

.top_link a {
    color: #aaa;
    font-size: 15.4px
}

.time {
    padding: 7px 0 0;
    font-size: 13.5px
}

.details {
    border-top: 3px dotted #ddd;
    margin: 5px 0 0;
    padding: 0 0 1px
}

.details p {
    font-size: 17.5px
}

.more_news h3,
.name {
    font-size: 18px
}

.subscribe .sub_title {
    font-size: 19px
}

.subscribe .link {
    color: #555;
    font-weight: 500;
    font-size: 15px
}

.month,
.openion_link,
.weeks th {
    font-weight: 400
}

.more_news h3 {
    padding: 4px 0 4px 10px;
    margin: 0
}

.color_one {
    color: #c00 !important
}

.footer_link {
    padding: 10px 0
}

.footer_links {
    background-color: #f6f6f3 !important
}

.two {
    background: #3d5db0;
    padding: 5px 0;
    color: #fff
}

.all_date,
.develop,
.three {
    color: #000
}

.footer_bar,
.footer_bottom {
    padding: 0;
    text-align: center
}

.footer_bar a {
    font-size: 16.4px;
    color: #fff
}

.three {
    width: 100%;
    margin: 0;
    padding: 20px;
    background: -webkit-linear-gradient(top, #d7d0b4, #9d966c)
}

@media (min-width: 601px) {
    .footer_top {
        column-count: 1;
        column-gap: 0;
        column-rule: 0px solid #000000;
    }
}

/*@media (max-width:600px) {
    .footer_top {
        column-count: 2;
        column-gap: 0;
        column-rule: 0px solid #000000
    }
}*/

.converter img {
    width: 165px
}

.social {
    width: 33px;
    height: 33px;
/*    border-radius: 50%;*/
}

.videio a {
    position: absolute;
    top: 30px;
    left: 0;
    z-index: 5;
    height: 100%;
    width: 100%;
    background-image: url(/assets/img/play.png);
    background-position: center -50px;
    background-repeat: no-repeat;
    text-align: center;
    color: #777
}

.videio a:hover {
    background-position: center 38px;
    text-decoration: none;
    transition: .3s
}

.videio_title a {
    font-size: 17.5px;
    color: #333
}

.vedio_details p {
    font-size: 23.5px
}

.media .color {
    color: #0551a7;
    font-size: 16.4px
}

.border_all {
    background: #fdfafa;
    border: 1px solid #fadede
}

.top_titles {
    /* background: url('/assets/img/title-bg2.jpg') left top 5px; */
    font-size: 25px;
    padding: 5px 0
}

.bg,
.vedio_title {
    background: #000
}

.media .openion_image {
    width: 100px;
    height: 100px;
    border: 1px solid #ddd;
    margin: 0 10px 7px 0;
    border-radius: 50%;
    transition: 1s
}

.openion_link {
    line-height: 20px;
    color: #000;
    font-size: 16px;
    margin-bottom: 5px;
    text-align: left;
    text-shadow: -1px -1px 0 #eedbb3
}

#select_one a,
#select_two a,
.weeks td {
    color: #fff
}

.openion_link:hover {
    color: maroon
}

.media .name_title {
    color: #2196f3;
    font-size: 15px
}

.vedio_title {
    height: 40px;
    color: #fff;
    padding: 7px 0 0 10px;
    margin: 0;
    text-align: left;
    font-family: Arial;
    font-size: 15px
}

.tables {
    border-collapse: unset
}

.main_details {
    font-size: 15.4px !important;
    top: -10px
}

.month,
.weeks td,
.weeks th {
    font-size: 13px;
    text-align: center
}

.date_time {
    border: 1px solid #a4c2c2;
    margin-top: 30px
}

.month {
    color: #000
}

#select_one {
    background: #5979a7;
    color: #111b46;
    margin-top: 3px
}

.weeks td {
    background-color: #fff;
    padding: 0;
    border: 1px solid #e8e7e4
}

.g_text {
    color: #333;
    font-size: 15.5px;
    padding-top: 10px
}

.weeks th {
    background: #0d4582;
    width: 23px;
    color: #fff
}

.mark_link a,
.top_category .media .media-body {
    color: #333
}

.mark_heading {
    position: relative;
    top: 1px;
}

.marq {
    width: 148px;
    background: #ededed;
    color: #3a3a3a;
    font-size: 17px;
    padding: 2px 0 2px 5px;
    text-align: center;
    font-weight: bold;
}

.pgwSlideshow .ps-list li img {
    display: block;
    border: 1px solid #777;
    width: 100px !important;
    height: 70px !important
}

.top_category .media img {
    width: 250px;
    height: 175px
}

.hide_banner .hide_img {
    height: 95px
}

.content_hide a > img {
    height: 270px !important
}

.bordereds {
    border: 2px dotted #0d4582;
    background: #0053722e
}

.content_hide .hover_text {
    position: absolute;
    bottom: 13px;
    left: 0;
    right: 0;
    margin: auto;
    background-color: #000000ad;
    font-size: 17px;
    color: #fff;
    font-weight: 400
}

.content .family_title {
    font-size: 18.4px;
    color: #333
}

.family_title .media img {
    border: 1px solid #ccc;
    padding: 3px;
    height: 95px;
    width: 90px
}

.family_details h2 {
    font-size: 22px;
    color: #333;
    font-weight: 700;
    letter-spacing: 1px
}

.family_details p {
    font-size: 16px;
    font-weight: 400;
    color: #333;
    line-height: 7px
}

.family_title .family_content {
    font-size: 14px;
    font-weight: 400;
    color: #333;
    line-height: 7px
}

.familey_det_img {
    height: 221px !important;
    width: 215px !important
}

.f_details h3 {
    font-size: 17px;
    color: #333;
    font-weight: 700;
    letter-spacing: 1px
}

.family_titles {
    background: #ddd;
    color: #000;
    padding: 3px 0 4px 10px;
    margin: 10px 0 0;
    text-align: left
}

/*...........Footer................*/
.footer .footer_logo img {
    width: 90%
}

.footer .prokasok .span {
    font-size: 20px !important;
    color: #19763a;
}

.footer .prokasok strong {
    font-size: 18px;
    font-weight: bold !important;
}

.prokasok p {
    font-size: 16.4px;
}

.footer_sub_category a {
    color: #000000;
    font-size: 15.4px;
    padding: 0px 10px 0px 0px;
    text-decoration: none;
    font-weight: bold;
}

.footer_sub_category span {
    color: #EE161F;
    font-size: 13px;
}

.footer_sub_category a:hover {
    color: #de2f36;
}

.sotto span {
    color: #EE161F;
    font-size: 16px;
}

.brand {
    width: 135px
}

/*...........End Footer................*/

@media (min-width:601px) and (max-width:990px) {
    body {
        margin: 0;
        padding: 0;
        font-family: SolaimanLipi !important;
        line-height: 1.42857143;
        background: #fff;
        font-size: 22px !important
    }

    /*.navbar-nav {
        display: block;
        column-count: 4;
        column-gap: 20px
    }*/

    .nav_item > a > img {
        margin-top: 38px;
        margin-left: 10px;
        height: 35px;
        width: 35px
    }

    .nav-link {
        font-size: 24px;
        line-height: 1.9;
        color: white !important;
        font-weight:bold!important;
    }

    .navbar-brand img {
        height: 35px
    }

    .social {
        width: 30px;
        height: 30px
    }

    .social_media {
        text-align: left !important
    }

    .social_media a {
        padding: 0 1px 0 0 !important
    }

    .container {
        max-width: 100% !important;
        margin: 0 auto
    }

    .epaper {
        width: 100%
    }

    .tabs button {
        padding: 4px 21px;
        font-size: 13.5px
    }

    .responsive_none {
        display: none !important
    }

    .nav_brand,
    .responsive_headlines_two {
        display: none
    }
}

.res_top_content:before {
    color: red;
    z-index: 999;
    content: '●';
    font-size: 20px;
    text-align: center;
    line-height: 30px
}

.align {
    top: -3px;
    left: 7px
}

.nav_search img {
    height: 22px;
    width: 22px
}

.pgwSlideshow .ps-list li .ps-item {
    margin: 10px 8px !important
}

@media(max-width:576px) {

    .navbar-brand,
    .navbar_toggler {
        position: relative
    }
    .arts {
      text-align: center !important;
    }
    .nav_item,
    .navbar-toggler {
        padding: 0
    }

    .nav_item,
    .social_media {
        text-align: center !important;
    }

    .content .img {
        height: 190px !important
    }

    .dropdown:after {
        border-bottom: 0 solid #c10707
    }

    .navbar-nav {
        margin-top: 14px
    }

    .pgwSlideshow .ps-list li .ps-item {
        margin: 10px 8px !important
    }

    .pgwSlideshow .ps-list li img {
        height: 55px !important
    }

    .content .familey_det_img {
        height: 87px !important
    }

    .bars {
        margin-top: 10px !important
    }

    .hide_banner .hide_img {
        height: 35px
    }

    .nav_item:hover {
        color: #3c3b3b;
        background: 0 0
    }

    .acme-news-ticker,
    .mobile_dex_nav,
    .nav_brand .dex_img,
    .nav_brand_up,
    .nav_item:after,
    .nav_item:hover:after,
    .responsive_headlines,
    .responsive_none_two {
        display: none
    }

    .main_vedio iframe {
        height: 200px
    }

    .navbar-brand {
        padding-top: 0;
        padding-bottom: 0
    }

    .navbar-brand img {
        height: 22px
    }

    .nav_item {
        position: absolute;
        top: -28px;
        right: 125px;
    }

    .nav_item > a > img {
        height: 20px!important;
        width: 20px!important;
        margin-top: 0px !important;
    }

    .mobile_menu {
        min-width: 4rem;
    }

    .navbar {
        padding: .4rem 0 !important;
    }

    .top_category .media {
        display: block
    }

    .top_category .media .category_image {
        width: 100%;
        height: 170px !important;
        margin-bottom: 8px
    }

    .logo img {
        width: 86%;
        height: 60px;
        margin-top: -10px
    }

    .content img {
        height: 155px
    }

    .contents img {
        height: 125px !important
    }

    .content .top_img {
        height: 100px !important
    }

    .cat_title {
        color: #202d52;
        margin-top: 10px
    }

    .mt1 {
        margin-top: 25px
    }

    .top_news {
        margin-top: -23px
    }

    .top_news h3 {
        color: red;
        font-weight: 700;
        line-height: 32px
    }

    .top_news h6 {
        color: #000064;
        font-weight: 700;
        font-size: 16px;
        line-height: 25px
    }

    .tabs button {
        padding: 4px 50.4px !important
    }

    .content .content_heading {
        line-height: 15px
    }

    .marq {
        font-size: 16px
    }

    .marq {
        width: 113px;
    }

    .nav-link img {
        margin-left: 20px
    }

    .mt_5 {
        margin-top: 2px;
        margin-bottom: 14px;
    }

    .social {
        width: 33px;
        height: 33px;
        margin-top: -10px
    }

    .epaper img {
        width: 100%;
        margin-bottom: 0 !important
    }
}

@media (max-width:700px) and (min-width:600px),
(min-width:1100px) {

    .mobile_dex_nav,
    .responsive_none {
        display: none !important
    }

    .nav_brand,
    .responsive_headlines_two {
        display: none
    }
}

@media (max-width:540px) and (min-width:1024px) {
    .mobile_dex_nav {
        display: none !important
    }
}

@media (max-width:900px) and (min-width:1000px) {
    .mobile_dex_nav {
        display: none !important
    }
}

@media (max-width:1400px) and (min-width:600px) {
    .responsive_none {
        display: none !important
    }

    .nav_brand,
    .responsive_headlines_two {
        display: none
    }
}


@media(max-width:576px) {
    .nav-link {
        color: #fff !important;
        font-size: 15.5px !important;
        font-weight: bold !important;
        padding: 0.4rem 0.7rem!important;
        border-right: 0px solid white !important;
    }
   .m_res{
          position: absolute;
          right: 16px;
          top: 0px;
          background-color: #000000;
          font-size: 15px !important;
          border-right: 0px !important;
        }
       
.navbar_nav{
margin-left:8px!important;
}
    .dropdown-menu {
        margin-top: 7px;
    }

    .nav-item a {
        font-weight: bold;
    }

    .navbar-nav {
        margin-top: 14px;
    }

    .nav_bars {
        display: none !important;
    }

    .nav-link:hover {
        color: #3C3B3B;
        background: #ddd;
    }

    .date {
        text-align: center;
        margin-top: -14px !important;
    }

    .date span {
        font-size: 15.5px;
    }

    .logo img {
        margin-top: 4px;
        height: unset !important;
        width: 87% !important;
    }
    .nav_bar{
        margin-top: 0rem !important;
    }
    .topone-left{
       text-align: center !important;
       margin-top: -2px !important;
    }

    .text_center {
        text-align: center !important;
    }
}

@media (max-width: 768px) {
    /*.dropdown_menus {
        display: block !important;
        margin-left: 34px !important;
        background-color: rgb(76 76 76 / 80%) !important;
        width: 175px;
    }*/
       .dropdown-toggle::after{
          display: none !important;
          border:0px!important;
        }
}

@media (max-width: 768px) {
    .navbar_nav {
        overflow-y: scroll;
        height: 500px;
    }

    .dropdown-item {
       color: #000000;
    }

    .date img {
        display: none;
    }
}

@media (max-width: 768px) {
    .navbar-collapse {
        background-color: rgba(0, 0, 0, 0.8);
    }
}

@media (min-width: 601px) and (max-width: 990px) {
    .mobile_nav_bar {
        display: none !important;
    }
 .m_res{
       display:none;
    }
}

@media (max-width: 700px) and (min-width: 600px),
(min-width: 1100px) {
    .mobile_nav_bar {
        display: none !important;
    }
 .m_res{
       display:none;
    }
}

@media (max-width: 540px) and (min-width: 1024px) {
    .mobile_nav_bar {
        display: none !important;
    }
 .m_res{
       display:none;
    }
}

@media (max-width: 900px) and (min-width: 1000px) {
    .mobile_nav_bar {
        display: none !important;
    }
    .m_res{
       display:none;
    }
}

@media (max-width: 1400px) and (min-width: 600px) {
    .mobile_nav_bar {
        display: none !important;
    }
 .m_res{
       display:none;
    }
}
