a:hover{
    color:red;
}
.navbar-nav{
    justify-content: space-between!important;
    flex: auto!important;
}
div#searchForm {
    overflow: auto;
    position: absolute;
    right: 0;
    left: 0;
    padding: 30px;
    box-shadow: 0px 4px 20px 6px #382525;
    background: #fff;
}
.recent--news--top--section h4:hover {
    color: red!important;
}
.single--content {
    overflow: hidden;
}
section.home--page--news {
    padding-top: 20px;
    padding-bottom: 30px;
}
.news_publish_date p {
    font-size: 16px;
    line-height: 2;
}
.homepage--krisiomanus .exclusive--contents h5 {
    padding: 0px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.one_line_text{
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    color: rgba(0,0,0,0.8);
}

.two_line_text{
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: rgba(0,0,0,0.8);
    height:auto;
}

.three_line_text{
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.four_line_text{
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.five_line_text{
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}

.six_line_text{
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
}

.media-body h5, h4, h3{
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    padding: 0px 0px 0px 5px;
}

.media-body h5,h4,h3{
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.media-body{
    /*padding-left: 4px;*/
}
.media-body p{
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.probas--image {
    margin-bottom: 15px;
    position:relative;
}

.bisso--right--news .media img {
}
.date--time {
    padding-left: 5px;
}
small {
    padding-left: 5px;
}
.mediaImage {
    overflow: hidden;
    height: 79px;
    width: 160px;
    margin-right: 5px;
}

.mediaImage img{
    height:100%;
    width:100%;
}

.video_frame {
    position: relative;
}
.political_large_div {
    height: 514px!important;
    overflow:hidden;
    position: relative;
}

.political_large_div img{
    height: 100%;
    width: 100%;
}

.category_news_big_image {
    height: 390px;
    width: 100%;
    overflow: hidden;
    position:relative;
}

.division_news_big_image{
    height: 290px;
    width: 100%;
    overflow: hidden;
    position:relative;
}

.category_news_big_image img {
    height: -webkit-fill-available;
    width: 100%;
}
.probas_list_image_div {
    width: 115px;
    height: auto;
    overflow: hidden;
    position: relative;
}
.list_image_div {
    height: 80px;
    width: 149px;
    overflow: hidden;
    position:relative;
}

.list_image_div img {
    height: -webkit-fill-available;
    width: 100%;
}

.list_image_div_ent {
    height: 124px;
    width: 130px;
    overflow: hidden;
    margin-right: 5px;
}

.list_image_div_ent img {
    height: -webkit-fill-available;
    width: 100%;
}

.category_mediaImage{
    height: 185px;
    width: 100%;
    overflow: hidden;
}

.category_mediaImage img{
    height: 100%;
    width: 100%;
}

.division_mediaImage{
    height: 135px;
    width: 100%;
    overflow: hidden;
}

.division_mediaImage img{
    height: 100%;
    width: 100%;
}

.mediaImage{
    height: 200px;
    width: 100%;
    overflow:hidden;
}

.mediaImage img{
    height: 100%;
    width: 100%;
}

.sticky_navbar_active{
    /*margin-left: 90px;*/
}

.text-black {
    color: #dddddd;
}

.image_caption {
    padding: 10px;
    margin: 0 0 10px;
    border-bottom: 1px solid rgba(0,0,0,0.2);
}

.city_corporation_a {
    background: maroon;
    font-size: 1rem;
    color: #fff!important;
    padding: 1px 7px;
    margin: 1px;
}

.city_corporation_a small{}

/*

23.788192 90.3486641
*/


.custom_small_img_div {
    height: 71px;
    width: 142px;
    overflow: hidden;
}

.custom_small_img_div img {
    height: fit-content;
}

.ajax_menu_news_option_div {
    overflow: hidden;
    margin-bottom: 14px;
}

.ajax_menu_news_option {
    background: #302c2c;
    color: #fff;
    display: inline-block;
    border-radius: 5px;
    margin: 2px;
    padding: 2px 10px;
    border: 1px solid;
    transition: 500ms;
}

.ajax_menu_news_option:hover{
    background: #135422;
    color: #fff;
    cursor: pointer;
}


.news_publish_date{
    background: #eee;
}
.news_publish_date p{
    margin: 0px;
}

.share_options{
    text-align: left;
    font-size:15px;
}

.share_options p {
    float: left;
    margin-right: 10px;
    font-weight: 600;
}
.share_options a {
    display: inline-block;
    height: 30px;
    width: 30px;
    text-align: center;
    border-radius: 100%;
    padding: 5px 0 0 0;
}

.share_options > .facebook{
    background: #3a559f;
}
.share_options > .facebook:hover {
    opacity: .8;
}
.share_options > .youtube{
    background: red;
}

.share_options > .youtube:hover {
    opacity: .8;
}
.share_options > .email{
    background: red;
}

.share_options > .email:hover {
    opacity: .8;
}
.share_options > .linkedin{
    background: #0077b5;
}

.share_options > .linkedin:hover {
    opacity: .8;
}
.share_options > .twitter{
    background: rgb(6 146 175);
}

.share_options > .twitter:hover {
    opacity: .8;
}
.share_options > .whatsapp{
    background: rgba(54, 215, 119, 0.92);
}

.share_options > .whatsapp:hover {
    opacity: .8;
}
.share_options a i{
    color: #fff;

}

.date_time_share_options{
    padding: 5px 0;
    border-top: 1px solid rgba(0,0,0,0.15);
    border-bottom: 1px solid rgba(0,0,0,0.15);
    margin: 0 0 5px;
}

.border_bottom{

    border-bottom: 2px solid rgba(0,0,0,0.15);
    display: inline-block;

}

.entertaintment_left_right_first_picture{
    height: 250px;
    overflow: hidden;
}

.entertaintment_left_right_first_picture img{
    min-height: 250px;
    width: 100%;
}



.division_nav{}
.division_nav div{}
.division_nav div ul{
    justify-content: initial!important;
    flex: auto!important;
}

.division_nav div ul li:first-child{
    padding-left: 0px;
    padding-right: 10px;
}

.division_nav > div > ul > li {
    width: 11%;
}

.division_nav > div > ul > li > a{
    border: 1px solid rgba(0,0,0,0.25);
    display: block;
    text-align: center;

}

.division_nav > div > ul > li > a > ul{}
.division_nav > div > ul > li > a > ul > li{}
.division_nav > div > ul > li > a > ul > li > a{
    font-size: 12px !important;
}
.division_nav div ul li a i{}
.division_nav div ul li a b{}



.sub_a{
   /*font-size: 14px!important;*/
}

.latest-tab-image {
    position: relative;
}

 .slider_one_large{
     height: 399px;
     width: 708px;
     overflow: hidden;
    position:relative;
 }

.slider_one_large img{
    height: 100%;
    width: 100%;
}

.four_column_list_image_div{
    height: auto;
    width:  70px;
    overflow: hidden;
    margin: 0 2px 0 0;
    position:relative;
}
.four_column_list_image_div img{
    height: auto;
    width:  100%;
}
.latest--news--thake--neya {
    background: #eeeeee;
    padding: 5px;
}
.custom-title-here {
    display: flex;
    align-items: center;
    margin: 0px;
    justify-content: space-between;
    border-bottom: 0px solid #ddd;
    padding-bottom: 0px;
    margin-bottom: 15px;
    margin-top: 15px;
    background: #e2e5e4;
    border-left: 5px solid #0b4d44;
    padding: 5px;
}
.new_list_image_div {
    height: 84px;
    width: 149px;
    overflow: hidden;
    margin: 0 2px 0 0;
    border-radius: 5px;
    position:relative;
}
.new_list_image_div img{
    /*height: 100%!important;*/
    height: auto!important;
    width: 100%;
    max-width: 100%!important;
}

.news_3_image_div{
    height: 191px;
    width: 338px;
    overflow: hidden;
    position:relative;
}

.news_3_image_div img{
    height: 100%;
    width: 100%;
}


/* sarabangla */

.sara_bangla_one_large{
    height: 400px;
    width: 710px;
    overflow: hidden;
    position:relative;
}

.sara_bangla_one_large img{
    height: 100%;
    width: 100%;
}

.politics_one_large_img{
    height: 400px;
    width: 695px;
    overflow: hidden;
    position:relative;
}

.politics_one_large_img img{
    height: 100%;
    width: 100%;
}


.one_large_3_right_div_small_img{
    height: 120px;
    width: 212px;
    overflow: hidden;
    position:relative;
}

.one_large_3_right_div_small_img img{
    height: 100%; width: 100%;
}

.business_one_large{
    width: 393px; height: 222px; overflow: hidden;
    position:relative;
}

.business_one_large img{
    height: 100%; width: 100%;
}

.education_one_large_img img{
    height: 100%!important;
    width : 100%!important;
}

.photo_gallery_one_large_img{
    height: 390px;width: 693px;overflow: hidden;
}

.photo_gallery_one_large_img img{
    height: 100%;
    width : 100%;
}

.photo_gallery_two_img_div img{
    height: 100%;width: 100%;
}

.single_news_large_image_div{
    height: auto; width: 100%; overflow: hidden;
}

.single_news_large_image_div img{
    /*height: 100%;*/
    height: auto;
    width: 100%;
}

/* Division wise News */

.division_city_upazila_one_large_image{
    width: 525px;
    height: 296px;
    overflow: hidden;
    position:relative;
}

.division_city_upazila_one_large_image img{
    height: 100%; width: 100%;
}


.division_city_upazila_mini_image{
    height: 140px; 
    width: 248px;
    overflow: hidden;
    position:relative;
}

.division_city_upazila_mini_image img{
    height: 100%; width: 100%;
}

.category_one_large_image{
    height: 400px;
    width: 710px;
    overflow: hidden;
    position:relative;
}

.category_one_large_image img{
    height: auto; width: 100%;
}

.category_mini_news_div_image{
    height: 191px; width: 339px; overflow: hidden; position:relative;
}

.category_mini_news_div_image img{
    height: auto; width: 100%; position:relative;
}

.category_mini_news_div_image:hover .img{
    transaform: scale(1.2);
}

/*
########################
# Entertainment Start
########################
*/

.entertainment_left_and_right_image_div{
    overflow: hidden;
    height: 192px;
    width: 340px;
    position:relative;
}

.entertainment_left_and_right_image_div img{
    height: auto;
    width: 100%;
}


.entertainment_middle_large_image{
    height: 394px;overflow: hidden;width: 700px;
    position:relative;
}
.entertainment_middle_large_image img{
    height: auto;
    width: 100%;
}

body{
    background: #ffffff!important;
}

    .modal-body {
        padding: 0px;
    }
    .modal-content {
        background: #b81d23;
        padding: 5px;
    }
    .modal-header {
        padding: 0px;
        margin: 0px;
        color: white;
        border: none;
    }
    h5.modal-title {
        color: #fff;
        font-weight: 600;
        font-size: 1.2em;
        text-align: center;
        flex: auto;
    }
    .modal-header .closelive {
        color: red;
        padding: 0px 2px; 
        margin: 0px;
        cursor: pointer;
    }
    hr.single-hr {
        margin-top: 0px;
        margin-bottom: 0px;
    }
    .latest-tab-image {
        width: 120px;
        height: auto;
        overflow: hidden;
    }    
    .ytvideo {
        width:100%;
        height: 100%;
    }
/* mobile version css fixed */

@media (min-width: 576px) and (max-width: 2200px){


div#searchForm {
    top: 0;
}
.photo_gallery_two_img_div{
    overflow: hidden;
    height: 183px;
    width: 325px;

}
.education_one_large_img{
    height: 227px; width: 402px; overflow: hidden;
    position:relative;
}
section.saradesh--bottom--content .saradesh--short--news {
    height: 190px;
}    
    .media img {
        width: 100%;
        height: auto;
    }    
    .latest-tab-image {
        height: 64px;
    }    
    .left-single-desktop{
        display:block;
    }
    .left-single-mobile{
        display:none;
    }
    
    /* pop modal */
    
    div#myPopModal {
        display: block;
        z-index:999;
    }
    .modal-pop {
        display: none;
        position: fixed;
        z-index: 10;
        padding: 25px 10px 0px 10px;
        right: 1.5em;
        bottom: 0;
        overflow: visible;
    }
    .modal-dialog2 {
        max-width: 500px;
        bottom: 5px;
        right: 30px;
        position: absolute;
    }
    .modal-dialog {
        display:none;
    }
    #chat-circle{
        display:none;
    }
}

@media only screen and (max-width: 575px) {
    

div#searchForm {
    top: 5px;
}
.photo_gallery_two_img_div{
    overflow: hidden; height: auto; width: 100%;
}    
.education_one_large_img{
    height: auto; width: 100%; overflow: hidden;
    position:relative;
}
    section.main--menu--section ul.navbar-nav a.nav-link{
        color:#fff;
    }
    .middle--news h2 {
        font-size: 28px;
    }    
    .modal-dialog {
        max-width: 450px;
        bottom: 5px;
        right: 0px;
        position: absolute;
    }
    .modal-dialog2 {
        max-width: 500px;
        bottom: 0;
        right: 0;
        position: relative;
        display:none;
    }
    .left-single-desktop{
        display:none;
    }
    .left-single-mobile{
        display:block;
    }
    .is-sticky section.main--menu--section, section.main--menu--section{
        background:red;
    }
    .footer--phone {
        text-align: center;
    }
    .footer--social--links .footer--logo {
        width: 100%;
    }
    .footer--phone p {
        text-align: center;
    }
    .footer--phone {
        text-align: center;
    }   
.category_news_big_image {
    height: auto;
    width: 100%;
    overflow: hidden;
    position:relative;
}
.category_one_large_image {
    width: 100%;
    height: auto;
    overflow: hidden;
}
.category_mini_news_div_image {
    height: auto;
    width: 100%;
    overflow: hidden;
}
    .photo_gallery_one_large_img,.business_one_large, .politics_one_large_img,.sara_bangla_one_large{
        width: 100%;
        height: auto;
    }
.entertainment_left_and_right_image_div, .entertainment_middle_large_image, .news_3_image_div, .saradesh--short--news  {
    height: auto;
    width: 100%;
}
    .middle--news{
        padding: 5px!important;
        background: #eeeeee;
    }

    .single_news_large_image_div{
        /*width: 345px;*/
        width: auto;
        overflow: hidden;
    }
    .slider_one_large{
        width: auto;
        overflow: hidden;
        height: auto!important;
        position:relative;
    }

    .one_large_3_right_div_small_img{
        width: 100%!important;
        height: auto;
    }

    .saradesh--short--news{
        height: auto;
    }

    .media-body{
        width: 100% !important;
    }

    .news_3_image_div,.category_mini_news_div_image{
        width: auto;
    }

    .image--here{
        height: auto!important;
        width: 100%;
        overflow: hidden;
    }

    .cityCorpH1{
        font-size: 1.3rem !important;
    }
    .cityCorpH1 a{
        display: inline-block;
    }

    .col-md-3, .col-sm-12, .col-xs-12{
        overflow: hidden;
    }
}

.container-fluid,.container,.row{

}

.tab-content{
    overflow: hidden;
}
