html {
    scroll-behavior: smooth;
}

body {
    margin: 0px;
    padding: 0px;
    font-family: 'SolaimanLipi', 'LiSubha';
}

@media (min-width: 1200px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1200px;
    }
}

@media (min-width: 601px) and (max-width: 990px) {
    .container {
        max-width: 100% !important;
        margin: 0 auto;
    }
    .c_g img{
        width: 100%;
    }
}

/*7-2-26*/
.e_side_title {
    border:2px solid #EC1C24!important;
    background: #fff !important;
    height: 430px !important;
}

.side_title .side_title_heading {
    display: block;
    background: #EC1C24;
    color: #fff;
    padding: 2px 0 2px 10px;
    text-align: left;
    font-size: 18px;
}
.b_lead_two img{
   height: 215px!important; 
}
.photo_main h2 {
    font-size: 22px;
    border-left: 3px solid red;
    color: #fff;
    padding-left: 7px;
    margin: 0px;
    font-weight: bold;
    height: 20px;
    line-height: 0.9;
}

.d-c-sidebar {
    background: #1a1a1a;
    color: #fff;
    padding: 5px 10px;
    text-align: center;
    font-size: 16.5px;
    font-weight: bold;
    letter-spacing: 0.4px;
}

.photo_sub img {
    height: 100px !important;
}

.photo_main {
    background-color: #000;
    padding: 10px;
}

.photo_main h2 {
    color: #fff !important;
}

.text_danger {
    color: red !important;
}

.bg_title h2 {
    background-color: #0e5052;
    color: white;
    font-size: 24px;
}

.all_top {
    background-color: #1A1A1A;
}

.top_up .di {
    margin-right: 12px;
    color: #ffffff;
    border-right: 1px solid gray;
    padding-right: 7px;
    font-size: 14.8px;
}

@media(max-width:768px) {
    .top_up {
        display: block !important;
    }
}

.social {
    /*width: 33px; 
    height: 33px; 
    border-radius: 50%;
    margin-left: 5px;*/
    margin-left: 5px;
}

.navbar-brand img {
    height: 44px;
}

.navbar {
    padding: 0px;
}

.footer_top {
    background-color: #363d4d;
    height: auto;
    padding: 12px;
    width: 100%;
}

.footer {
    background-color: #1a1a1a;
    color: #fff;
}

.footer_bottom {
    background-color: #363d4d;
    height: auto;
    padding: 2px 2px 0px 2px;
    width: 100%;
}

.sotto {
    color: #fff;
}

.arts .all_p {
    color: #fff !important;
    font-weight: bold;
}

/*end 7-2-26*/

.nav-link {
    display: block;
    padding: 0rem 0.7rem !important;
    font-size: 17.5px;
    color: #000 !important;
    font-weight: 600;
}

.more_nav .dropdown-toggle::after {
    border-top: unset !important;
}

.more_nav .nav-link {
    color: #2b2b2b !important;
}

/*border*/
/*.border_bottom{
    border-bottom: 2px solid #919191!important;
}
.border{
  border: 1px solid #919191!important;  
}
.border-bottom {
    border-bottom: 1px solid #919191!important;
}
.border-right {
    border-right: 1px solid #919191!important;
}
.border-top {
    border-top: 1px solid #919191!important;
}
.border-left {
    border-left: 1px solid #919191!important;
}*/
/*end border*/

.col-xs-6 {
    width: 50%;
}

/*main title*/
.main_title_one h2 {
    font-size: 22px;
    border-left: 3px solid red;
    color: red;
    padding-left: 7px;
    margin: 0px;
    font-weight: bold;
    height: 20px;
    line-height: 0.9;
}

.border_bottom {
    border-bottom: 2px solid gray;
}

/*end main title*/

/*lead title*/
.lead_one {
    position: relative;
}

.lead_one h1 {
    font-size: 28px;
    color: #000000;
}

.lead_one img {
    height: 315px;
}

.lead_two h3 {
    font-size: 18px;
    font-weight: 600;
    color: #1D1E20;
}

.lead_one_l img {
    height: 270px !important;
}

/*end lead title*/

/*details*/
.all_p {
    font-size: 18px;
    color: #1D1E20;
    margin: 0px;
    padding: 0px;
}

.all_ps {
    font-size: 20px !important;
}

.m_media_s .all_p {
    font-size: 18.4px
}

/*end details*/

/*category*/
.c_m_img {
    height: 270px;
}

.content .c_img {
    width: 165px;
    height: 125px;
}

/*end category*/

/*side news*/
.m_side img {
    width: 95px;
    height: 70px;
}

.side_title h2 {
    background-color: #1C5821;
    font-size: 20px;
    color: white;
}

/*end side news*/

/*Search Item*/
#search-menu {
    position: fixed;
    width: 100%;
    height: 5em;
    top: -20em;
    left: 0;
    right: 0;
    white-space: nowrap;
    z-index: 9999;
    background: #ebebeb;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 500ms ease all;
    -moz-transition: 500ms ease all;
    transition: 270ms ease all;
    border-bottom: 1px solid #bfbfbf;
}

#search-menu.toggled {
    top: 0;
    opacity: 1;
    visibility: visible;
}

#search-menu .wrapper {
    position: relative;
    margin: 1em auto 0 auto;
    padding: 0px 1em;
}

#search-menu .wrapper input {
    width: 66%;
    padding: 0 14px 0em 14px;
    border: none;
    font-size: 21px;
    color: #423e3e;
    margin-left: 71px;
    height: 42px;
}

.w-255 {
    width: 12% !important;
    color: #ffffff !important;
    font-size: 21px !important;
    background-color: red;
    border-radius: 5px;
}

.crose_search {
    font-size: 35px;
    font-weight: bold;
    margin-left: 24px;
    cursor: pointer;
    margin-top: -8px;
}

/*End Search Item*/

/*marquie*/
/*.marque {
    background-color: #f3f3f3;
}*/

.sironam h2 {
    font-size: 20px;
}

.mark_heading a {
    color: #1D1E20;
    font-size: 16px;
    text-decoration: none;
}

.marl_link span {
    color: red;
}

/*end marquie*/

/*6-25-26*/
a#scroll {
    width: 44px;
    height: 44px;
    background-color: #4f9f4f;
    display: inline-block;
    position: fixed;
    right: 15px;
    bottom: 15px;
    border-radius: 50%;
}

#scroll span {
    position: absolute;
    top: 50%;
    right: 50%;
    height: 0;
    width: 0;
    margin-left: -9px;
    margin-top: -6px;
    border-bottom: 9px solid #fff;
    left: 50%;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
}

.se_media .se_icon {
    width: 20px;
    height: 20px;
    margin-left: 0px;
}

#search_two {
    line-height: 2;
}

.p_lead_two img {
    height: 130px !important;
}

.e_lead_one img {
    height: 295px !important;
}

/*end 6-25-26*/
.pr_bg_dark {
    background-color: #e3e3e3;
}

.form_control {
    height: 38.4px;
    font-size: 18px;
}

.btn_warning {
    color: #fff;
    background-color: #8d1919;
    border-color: #8d1919;
    border-radius: 2px;
}

.bt {
    height: 38px;
}

/*...............*/
.top_up_e {
    margin-top: -50px;
}

.bg_e_w {
    background-color: white;
    border-radius: 10px;
    border-top: 6px solid #dbc65f;
}

.bg_e_w .nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
    background-color: #ffffff;
    color: #000;
    border: 2px solid green;
    border-radius: 20px;
}

.bg_e_w .nav-pills .nav-link {
    border-radius: unset;
}

.bg_e_w .nav-link {
    display: block;
    padding: .2rem 1rem;
}

.bg_e_w #divisionTab .nav-pills {
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 10px;
}

.bg_e_w #divisionTab .nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
    background-color: unset !important;
    color: #000;
    border: 2px solid #cdcdcd;
    border-radius: 20px;
    padding: 4px 21px;
    font-size: 20px;
    font-weight: bold;
}

#seatArea {
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 10px;
}

.success_vote {
    position: absolute;
    z-index: 99999;
    right: 10px;
    top: 3px;
    font-size: 18.5px;
    color: green;
}

.e_media .man_pic {
    width: 160px;
    height: 130px;
}

@media (max-width: 768px) {
    #seatArea .nav-tabs .nav-link.active {
        border-color: unset;
        border-radius: 20px;
        border: 1px solid #ff0018 !important;
        border-radius: 20px;
        font-size: 15px;
    }

    .e_media {
        display: flex;
        align-items: center;
    }

    .e_media .man_pic {
        width: 105px;
        height: 89px;
    }

    .protik {
        position: absolute;
        z-index: 99999;
        height: 25px;
        width: 25px !important;
        left: 15px;
        bottom: unset;
        top: 4px;
        margin-top: 0px;
    }

    .pr_content {
        line-height: 1.4;
    }

    #districtArea {
        height: 100px;
        overflow-y: scroll;
        border: none !important;
        margin-bottom: 10px;
    }

    .bg_e_w .nav-pills .nav-link.active,
    .nav-pills .show > .nav-link {
        background-color: #ffffff;
        color: #000;
        border: 2px solid #fd0d0d;
        border-radius: 20px;
    }

    #seatArea .nav-item {
        margin-right: unset;
    }

    .top_section h1 {
        font-size: 30px;
        text-align: center;
        background-color: unset;
        margin-top: -3px;
        margin-left: 0px;
        font-weight: unset;
        color: #ffffff;
    }

    .top_section .img1 {
        height: 52px;
        width: 52px;
        border-radius: 50%;
        margin-top: 10px !important;
    }

    .bg_e {
        background-image: url(assets/img/1.webp);
        height: 190px;
        background-size: cover;
    }

    .circles {
        top: 16%;
        width: 30px;
        height: 30px;
        right: -5px;
    }

    #seatArea {
        border-bottom: 1px solid #e5e5e5;
        padding-bottom: 10px;
        background-color: #e3e3e3;
        border-radius: 5px;
        padding-top: 5px;
    }

    #divisionTab {
        background-color: #e3e3e3;
        padding: 6px;
        border-radius: 5px;
        margin-bottom: 6px !important;
    }

    #seatArea .nav-tabs .nav-link {
        border: 1px solid #ffffff !important;
        color: #000;
        font-size: 15px;
        font-weight: bold;
        /* line-height: 1; */
        margin: 2px;
        border-radius: 10px;
    }
}

.bg_e {
    background-image: url(assets/img/1.webp);
    height: 245px;
    /*background-position: center;*/
    background-size: cover;
}

.top_section {
    background: unset;
    padding-top: 35px;
}

.top_section h1 {
    font-size: 37px;
    text-align: center;
    background-color: unset;
    margin-top: 7px;
    margin-left: 41px;
    font-weight: unset;
    color: #ffffff;
}

.media_mobile {
    border-bottom: unset;
    background-color: #ffff;
    border-radius: 10px;
    border-top: 6px solid #dbc65f;
}

.mt_44 {
    margin-top: -55px;
}

.circles {
    top: 140%;
    width: 30px;
    height: 30px;
    right: 80px;
}

.body_section {
    overflow-y: unset;
    height: unset;
}

.vote_count p {
    border: unset;
}

.vote_count h3 {
    color: #000;
    font-size: 21px;
    margin: 0;
    padding: 14px 0px 10px 0px;
    font-weight: unset;
}

.vote_count p {
    font-size: 15.5px;
    padding: 3px;
}

.nav {
    justify-content: center;
}

#seatArea .nav-tabs .nav-link.active {
    border-color: unset;
    border-radius: 20px;
    border: 1px solid #ff0018;
    border-radius: 20px;
    font-size: 15px;
}

#seatArea .nav-tabs .nav-link {
    border: unset;
    color: #000;
    font-size: 15px;
    font-weight: bold;
}

.body_section .pr_title h2 {
    font-size: 20px;

}

.body_section .nav-link {
    font-size: 15px;
    padding: .2rem 1rem;
}

.body_section .nav-link.active {
    font-size: 15px;
    border: 1px solid green;
}

.pr_contents {
    display: unset;
}

.pr_content .p {
    border: unset;
}

.protik {
    position: unset;
    z-index: 99999;
    height: 28px;
    width: 28px !important;
    right: 21px;
    bottom: unset;
    margin-top: 5px;
}

.pr_content {
    border: unset;
    position: relative;
    text-align: unset;
}

.pr_content h3 {
    margin: 4px;
    text-align: unset;
    color: #ef5922;
    font-size: 15.5px;
}

.pr_content p {
    margin: 4px;
    text-align: unset;
}

.pr_content .p {
    margin: 4px;
    text-align: unset;
    color: #ef5922;
}

.pr_content h3 {
    font-size: 18.5px;
    color: #000;
}

.se_media .se_icon {
    width: 21px;
    height: 21px;
    margin-left: 6px;
}

#search_two {
    line-height: 2;
}

.lead_one_l img {
    height: 270px !important;
}

.n_ormal {
    font-size: 21px !important;
}

.main_title_two_t h2 {
    border-left: unset !important;
    border-right: 3px solid #595959 !important;
    padding-right: 7px !important;
}

.m_media_r img {
    width: 155px !important;
    height: 95px !important;
}

.lead_one_r img {
    height: 240px !important;
}

.border_right_r {
    border-right: 2px solid #cbcbcb;
    padding-right: 2px;
}

.led_media img {
    width: 90px;
    height: 70px;
}

/*.................*/
.section_three #ad_position_3 img {
    height: 245px;
    width: 100%;
}

.media .s_img {
    width: 150px !important;
    height: 125px !important;
}

.captions {
    border-bottom: 1px solid #c3c3c3;
    padding-bottom: 7px;
}

.reporter-location {
    font-size: 20px;
    margin-top: 8px;
}

.mobile_navs a {
    font-size: 17px;
    font-weight: 700;
    color: rgba(0, 0, 0, .9);
}

.mobile_navs img {
    width: 23px;
    margin-left: 19px;
}

.btn-warning {
    color: #fff;
    background-color: #1C5821;
    border-color: #1C5821;
}

.btn-warning:hover {
    color: #fff;
    background-color: #702A19;
    border-color: #702A19;
}

.st_rong {
    position: relative;
    left: 10px;
    font-size: 18px;
}

.water_mark {
    position: absolute;
    left: 0;
    right: -60px;
    margin: auto;
    top: -146px;
    opacity: 0.3;
    width: 15% !important;
}

.reporter {
    font-size: 20px;
}

#st-1 .st-btn {
    border-radius: 50% !important;
    padding: 0 8px !important;
}

#st-2 .st-btn {
    border-radius: 50% !important;
    padding: 0 8px !important;
}

.border_rights:last-child {
    border-right: 0px !important;
}

.col-sm-12:last-child .border_bottoms {
    border-bottom: 0px !important;
}

.items img {
    width: 81px !important;
    height: 60px !important;
    margin-top: 3px;
}

.hide_img {
    height: 85px;
}

.d_lead_one img {
    height: 290px !important;
}

.s_lead_two img {
    height: 130px !important;
}

.videio img {
    height: 175px;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
    font: caption;
}

.dropdown-toggle::after {
    margin-left: 0.1em;
    border-top: 4.6px solid;
    border-right: 4.6px solid transparent;
    border-bottom: 0;
    border-left: 4.6px solid transparent;
    position: absolute;
}

.form-control {
    font-size: 18px;
}

.l_g {
    font-size: 15px;
}

#comments-section h4 {
    color: #393939;
    font-size: 19px;
}

.media_bodys {
    display: grid;
    grid-template-columns: 14% 86%;
    margin-top: 5px;
}

.media_bodys p {
    line-height: 1;
}

.m_mediass img {
    width: 138px;
    height: 95px;
}

.form-control {
    height: 35px;
    border-radius: 0px;
}

.btn {
    border-radius: 0px;
}

.content .c_imgs {
    width: 142px;
    height: 101px;
}

.main_title_on h2 {
    font-size: 14px;
    border-left: 4px solid #ff0000;
    color: #1E1A1B;
    padding-left: 7px;
    margin: 0px;
    font-weight: bold;
}

.d_more a {
    font-size: 15.4px;
    color: #702A19 !important;
    font-weight: bold;
}

/*end border*/

.d_main_category .a_a {
    font-size: 21px;
    color: #702A19;
}

.d_main_category .a {
    font-size: 16.5px;
    color: #1D1E20;
    padding-left: 15px;
}

.d_main_category img {
    width: 16px;
    height: 16px;
}

.d_main_sub_category .a_a_sub {
    font-size: 17px;
    color: #1C5821;
}

.d_main_sub_category .a_sub {
    font-size: 14.5px;
    color: #575757;
    padding-left: 14px;
}

.converter img {
    width: 24%;
}

/*ad*/
.m_opinions strong {
    font-size: 14px;
}

.print .a {
    font-size: 20px;
    border-radius: 100%;
    border: 1px solid gray;
    padding: 0px 6.5px;
}

#myBtn {
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    border: none;
    color: #fff;
    font-size: 40px;
    cursor: pointer;
    font-size: 36px;
}

/*..............Add Management..................*/

.add_sale {
    height: 82px !important;
    background-color: #f5f5f5;
    position: relative;
    text-align: center;
}

.add_sale1_top img {
    width: 100% !important;
}

.add_sale2 {
    height: 200px !important;
}

.add_sale img {
    position: relative;
    margin: auto;
}

.add_box {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.add_sale span {
    opacity: 0.4;
    font-size: 15.5px;
    line-height: 1.3;
}

.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;
}

.s_2 img {
    height: 122px !important;
}

.add_up:hover .hover_text {
    opacity: 1;
    display: block;
    transition: all 0.5s ease;
    background-color: #1C5821;
    padding: 5px 15px 5px 15px;
    color: #fff;
    margin-top: 3px;
}

@media(max-width:768px) {
    .add_sale {
        height: 54px !important;
    }

    .add_sale img {
        width: 95%;
        height: 54px;
    }

    .add_sale span {
        font-size: 11.5px;
    }
}

/*..............End Add Management..................*/
.p_absolutes {
    position: absolute;
    left: 24px;
    top: 5px;
    width: 20px !important;
    height: 16px !important;
    border-radius: 3px !important;
}

.d_about .about {
    border: 2px solid #ddd;
    border-radius: 6px;
    padding: 20px;
}

.d_about .about_title h1 {
    color: rgb(255, 0, 0);
    font-weight: bold;
    font-size: 31px
}

.d_about .about_title .a_p {
    font-size: 17.3px;
}

.d_team_content .t_img {
    width: 120px;
    height: 90px;
}

.d_team_content p {
    font-size: 16px;
    color: #1D1E20;
}

.d_team_content a {
    font-size: 20px;
    color: #1D1E20;
}

.t_title {
    font-size: 18px;
    background-color: #dddddd;
}

.g_add {
    background-color: #ededed;
}

.g_add a {
    color: #8d8d8d;
}

.py_5 {
    padding: 95px 0px;
}

/*end ad*/
.owl-carousel .owl-item img {
    width: 110px;
}

.s_news {
    overflow-y: auto;
    height: 289px;
}

.s_news::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #cacaca
}

.s_news::-webkit-scrollbar {
    width: 0;
    background-color: #cacaca
}

@media (min-width: 768px) {
    .navbar-expand-md .navbar-nav .nav-link {
        padding-right: 1.2rem;
        padding-left: .6rem 9.6px;
    }
}

.main_title_one .u_line {
    width: 103px;
    height: 4px;
    background-color: red;
    margin: auto;
    border-radius: 5px;
}

.navigation_bar {
    border-top: 1px solid #dddddd;
}

.bg_darks {
    background-color: #702A19;
}

.m_logo .img {
    width: 53.5%;
}

.m_nav {
    background-color: #f9eded;
    padding: 4px 5px;
}

.close_twoss {
    color: red;
    font-weight: bold;
    font-size: 18px;
}

.shadow_sm {
    box-shadow: 0 .1rem 0.3rem rgba(0, 0, 0, .15) !important;
}

.s_media .s_icon {
    width: 20px;
    height: 20px;
    margin-left: 15px;
}

.dnone {
    display: none;
    padding: 10px 0px;
}

.fr .w {
    width: 100%;
    border: 3px solid #ccc;
    transition: .5s;
    outline: 0
}

.w {
    font-size: 17px !important;
    border: 1px solid #d9d9d9 !important;
    height: 38px !important;
    padding: 0 0 0 10px !important;
    margin-top: 4px;
}

.ml_5 {
    margin-left: 120px
}

.m_ore img {
    width: 11%;
}

.s_1 {
    background-color: #f1f1f1;
    padding: 6px 0px;
    color: #000;
    border-radius: 2px;
}

.v_share img {
    width: 31px;
    height: 27px
}

.d_date span {
    font-weight: bold;
    font-size: 13px;
}

.dropdown-menu {
    top: 88%;
}

.dropdown-toggle::after {
    position: relative;
    top: -1px;
}

.navbar-nav li:hover > ul.dropdown-menu {
    display: block;
}

.navbar-toggler-icon {
    width: 1.3em;
    height: 1.3em;
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu > .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
}

.dropdown-menu > li > a:hover:after {
    text-decoration: underline;
    transform: rotate(-90deg);
}

.section_1 {
    border-top: 2px solid #676767;
    border-bottom: 2px solid #676767;
}

.m_media_s {
    position: relative;
}

.more_item a {
    background-color: #f30000;
    padding: 5px 10px;
    color: #fff;
    border-radius: 4px;
}

/*.border_tops {
    border-top: 3px solid gray;
    padding-top: 8px;
}*/

.border_top_bottom {
    border-top: 4px solid #DAA520;
    border-bottom: 2px solid #DAA520;
}

.border_top_bottoms {
    border-top: 4px solid #607D8B;
    border-bottom: 2px solid #607D8B;
    background-color: #E5ECF1;
}

.arro_w {
    width: 10px !important;
    height: 6px !important;
    margin-top: 8px !important;
}

.v_logo {
    position: absolute;
    top: 16px;
    left: 29px;
    color: #ffffff;
    font-weight: bold;
    font-size: 13px;
    background-color: #ff001887;
    width: 23px;
    height: 23px;
    border-radius: 50%;
    padding: 0px 0px 0px 8px;
    line-height: 1.9;
}

.m_media_s img {
    width: 100px;
    height: 65px;
    border-radius: 5px;
}



.t_dot {
    width: 80px;
    height: 8px;
    background-color: #ffc107;
    border-radius: 4px;
    position: relative;
    top: -9px
}

.lead_body {
    position: relative;
    background-color: #ffffff;
    bottom: 40px;
    margin: 10px;
    padding: 5px 15px;
    border-radius: 5px;
}



.top_opnion {}

.lead_three img {
    height: 352px !important;
}

.lead_one_js img {
    height: 320px !important;
}

.lead_three h1 {
    font-size: 22px !important;
}

.lead_two img {
    height: 150px;
}

.m_media img {
    width: 90px;
    height: 70px;
}

.m_opinions img {
    width: 26px;
    height: 26px;
    border-radius: 50%;
}

.m_opinion img {
    width: 100px !important;
    height: 100px !important;
    border-radius: 50%;
}

.m_opinion strong {
    font-size: 12px;
    color: #4b4b4b;
}

.l_dots {
    width: 15px;
    height: 15px;
    background-color: red;
    border-radius: 50%;
    border: 2px solid #28a745;
    padding: 5px;
}

.slide_two .owl-nav button {
    position: absolute;
    top: 48%;
    transform: translateY(-50%);
}

.slide_two .owl-nav button.owl-prev {
    left: -16px;
    font-size: 31px !important;
    color: #4a4a4a !important;
}

.slide_two .owl-nav button.owl-next {
    right: -16px;
    font-size: 31px !important;
    color: #4a4a4a !important;
}

.p_absolute {
    position: absolute;
    left: 24px;
    top: 5px;
    width: 26px;
    height: 25px !important;
}

.autoplay-progress {
    position: absolute;
    right: 16px;
    bottom: 16px;
    z-index: 10;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    color: var(--swiper-theme-color);
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-size: 29px;
    color: red;
    font-weight: bold;
}

.autoplay-progress svg {
    --progress: 0;
    position: absolute;
    left: 0;
    top: 0px;
    z-index: 10;
    width: 100%;
    height: 100%;
    stroke-width: 4px;
    stroke: var(--swiper-theme-color);
    fill: none;
    stroke-dashoffset: calc(125.6 * (1 - var(--progress)));
    stroke-dasharray: 125.6;
    transform: rotate(-90deg);
}

.swiper-pagination-fraction {
    color: white;
    background-color: red;
    width: 74px !important;
    height: 27px !important;
    border-radius: 19px;
}

.swiper-pagination-fraction {
    bottom: 0px;
    top: 5px;
    left: 6px;
    width: 100%;
}

.autoplay-progress {
    top: 0px;
    color: white
}

.autoplay-progress svg {
    stroke: red;
}

.last_news h4 {
    font-size: 17px;
    color: #1D1E20;
    margin-left: 32px;
}

.d_img {
    font-size: 25px;
    color: #a1a1a1;
    background-color: #a1a1a1;
    border-radius: 50%;
    width: 10px;
    height: 10px;
}

/*circle*/
.d_circle {
    position: absolute;
    left: 1.3%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 15px;
    height: 15px;
}

.d_circle:before {
    content: "";
    position: relative;
    display: block;
    width: 250%;
    height: 250%;
    box-sizing: border-box;
    margin-left: -75%;
    margin-top: -75%;
    border-radius: 45px;
    background-color: #ff0000;
    animation: pulse 1.25s cubic-bezier(0.215, 0.61, 0.355, 1) infinite;
}

.d_circle:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
    background-color: #ff0000;
    border-radius: 50px;
    animation: circle 1.25s cubic-bezier(0.455, 0.03, 0.515, 0.955) -0.4s infinite;
}

@keyframes pulse {
    0% {
        transform: scale(0.33);
    }

    80%,
    100% {
        opacity: 0;
    }
}

@keyframes circle {
    0% {
        transform: scale(0.8);
    }

    50% {
        transform: scale(1);
    }

    100% {
        transform: scale(0.8);
    }
}

.d_border {
    width: 1px;
    height: 67%;
    background-color: #ff0000;
    position: absolute;
    margin-top: 3px;
    left: 20px;
}

.d_imgs {
    font-size: 22px;
    color: #777777;
}

/*end circle*/
.minutes {
    color: #777777;
    font-size: 11px;
    margin: 0px;
}

.lead_one h2 {
    color: #2f2f2f;
    font-size: 24px;
}

.bg_dark {
    background-color: #f2f2f2;
}

.title_around_flex {
    font-size: 24px;
    color: #1E1A1B;
}

.title_around_flex {
    display: flex;
    justify-content: center;
    align-items: center;
}

.title_around_flex:before {
    margin-right: 10px;
}

.title_around_flex:before,
.title_around_flex:after {
    content: "";
    flex-grow: 1;
    height: 1px;
    background-color: currentColor;
}

.title_around_flex:after {
    margin-left: 10px;
}

.title_around_flex:before,
.title_around_flex:after {
    content: "";
    flex-grow: 1;
    height: 2px;
    background-color: currentColor;
}

.surve {
    border: 2px dotted #ee161f;
}

.serve_title h2 {
    background-color: #005E21;
    font-size: 19px;
    padding: 6px;
    width: 166px;
    color: #fff;
    margin-bottom: 14px;
}

.btn-outline-primary {
    border: 1px solid gray;
    border-radius: 0px;
    color: #000;
}

.m_medias img {
    width: 170px;
    height: 90px;
}

.lead_twos img {
    height: 175px;
}

.lead_ones img {
    height: 290px;
}

.top_opnion span {
    background-color: green;
    font-size: 30px;
    color: #fff;
    padding: 0px 16px 0px 16px;
}

.b_bottom {
    border-bottom: 4px solid #DAA520
}

.bs_bottom {
    border-bottom: 2px solid #607d8b
}

.video {
    position: relative;
}

.video img {
    width: 100%;
}

.video 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;
}

.video a:hover {
    background-position: center 38px;
    text-decoration: none;
    transition: all 300ms;
}

.video_title a {
    font-size: 17.5px;
    color: #333;
}

.video_details p {
    font-size: 23.5px;
}

.gallery {
    display: block;
}

.count_g span {
    border: 1px solid red;
    border-radius: 10px;
    padding: 4px 26px;
    color: black;
    font-weight: bold;
    font-size: 15px;
}

.n_editors .o_p {
    width: 50px;
    height: 50px;
}

.s_img img {
    height: 37px;
    margin-top: 3.5px;
}

#close_two {
    margin-top: 4.5px;
}

.n_editors h4 {
    font-size: 18px;
    color: #939021;
}

.c_content a {
    color: #1d1e20;
    background-color: #dddddd;
    padding: 2px 19px 2px 11px;
    line-height: 2;
    text-align: center;
}

.gallery img {
    width: 100%;
    height: 370px;
    cursor: pointer;
    transition: transform 0.3s;
    margin-bottom: 5px;
}

.gallery img:hover {
    transform: scale(1);
}

.popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    align-items: center;
    justify-content: center;
    flex-direction: column;
    z-index: 9999999;
}

.popup img {
    max-width: 80%;
    max-height: 80%;
}

.caption {
    color: white;
    margin-top: 10px;
    font-size: 18px;
}

.buttons {
    position: absolute;
    top: 50%;
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.buttons button {
    background: white;
    border: none;
    padding: 10px;
    cursor: pointer;
    font-size: 18px;
}

.close {
    position: absolute;
    top: 10px;
    right: 10px;
    background: red;
    color: white;
    border: none;
    padding: 10px;
    cursor: pointer;
}

.content .title {
    font-weight: bold;
    font-size: 19.5px;
}

.content .img {
    height: 178px;
}

.content a {
    line-height: 22px;
    color: #202D52;
    font-size: 20px;
    margin-bottom: 5px;
    font-weight: normal;
    text-align: left;
}

.content a:hover {
    color: #cc0000;
}

.content .content_heading {
    display: block;
    font-size: 16.4px;
    text-decoration: none;
    color: #000;
    font-weight: normal;
    padding-left: 13px;
    line-height: 22px;
    border-bottom: 1px dotted #cccccc;
}

.archive_box {
    background: #fff;
    border: 1px solid #ddd;
    padding: 0;
    position: relative;

}

.archive_box_item {
    margin: 4px;
    padding-top: 20px;
}

.archive_box .archive_title {
    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;
}

.footer_sub_category a {
    color: #fff;
    font-size: 17px;
    padding: 0px 0px 0px 0px;
    text-decoration: none;
    font-weight: bold;
}

.footer_sub_category span {
    color: red;
    font-size: 16px;
}

.footer_sub_category a:hover {
    color: #702A19;
}

.prokasok strong {
    font-size: 16px;
    color: #ff0018;
}

.sotto span {
    /*color: #702A19;*/
    font-size: 16px;
}

.footer_logo img {
    width: 68%;
}

.swiper-button-next,
.swiper-button-prev {
    top: 40%;
}

@media(max-width:768px) {
    .g_ad img {
        width: 100%;
    }

    .lead_body {
        position: unset;
        margin: 0;
        padding: 0;
        box-shadow: none !important;
    }

    .lead_one img {
        height: 250px !important;
    }

    .s_media {
        text-align: center !important;
        margin-top: 0px !important;
    }

    .d_date span {
        text-align: center !important;
    }

    .ml_5 {
        margin-left: 0px !important;
        margin-bottom: 15px;
    }

    .lead_two img {
        height: 230px;
    }

    .m_medias {
        display: block;
    }

    .m_medias img {
        width: 100%;
        height: 180px;
    }

    .swiper-button-next,
    .swiper-button-prev {
        top: 111px !important;
    }

    .gallery img {
        width: 100%;
        height: 185px;
    }

    .text_center {
        text-align: center !important;
    }

    .s_media .s_icon {
        margin-right: 5px;
    }

    .slide_two .owl-nav button {
        top: 47%;
    }

    .section_1 {
        padding: 10px 3px 10px 3px !important;
    }

    .d_flex {
        display: block !important;
    }

    .d_flex div {
        margin: 0px !important;
    }

    .d_border {
        left: 5px;
    }

    .media_bodys {
        grid-template-columns: 20% 80%;
    }

    .content .c_imgs {
        width: 100%;
        height: 113px;
        margin-bottom: 6px;
    }
}

/*-----comment styling code-----*/

.comment-box strong {
    font-weight: 600;
    display: block;
    margin-bottom: 4px;
}

.comment-box p {
    margin-bottom: 6px;
}

.comment-box small {
    color: #777;
}

.comment-box .reply-box {
    margin-top: 8px;
}

.comment-box .reply-box textarea {
    width: 100%;
    height: 60px;
    margin-bottom: 5px;
}

.comment-box button {
    font-size: 13px;
    margin-right: 10px;
}

.comment-box .like-btn.liked {
    color: #0066cc;
    font-weight: bold;
}

.like-btn:hover {
    text-decoration: underline;
    cursor: pointer;
}

.comment-content {
    display: flex;
    align-items: flex-start;
    gap: 10px;
}

.comment-avatar {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    object-fit: cover;
    border: 1px solid #ccc;
}

.comment-body {
    flex: 1;
}

.comment-author {
    font-weight: bold;
    margin-bottom: 4px;
    font-size: 14px;
}

.comment-actions button {
    background: none;
    border: none;
    padding: 0;
    color: #3b5998;
    font-weight: 500;
    cursor: pointer;
}

.comment-actions button:hover {
    text-decoration: underline;
}

.comment-box {
    background-color: #fafafa;
    border: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 10px 0;
    margin-bottom: 8px;
    border-radius: 5px;
}


.comment-text {
    font-size: 14px;
    margin: 4px 0;
}

.comment-actions {
    font-size: 13px;
    color: #555;
    display: flex;
    gap: 15px;
    align-items: center;
}


.comment-actions button:hover {
    text-decoration: underline;
}

.comment-box .comment-box {
    margin-top: 10px;
    margin-left: 45px;
    /*    background-color: #fafafa;*/
    padding: 5px;
    border-left: 3px solid #ccc;
    border-radius: 5px;
}

#comment-list {
    overflow-y: scroll;
    height: 350px;
}

/*------edit delete css----------*/
.comment-menu {
    position: relative;
}

.dots-btn {
    border: none;
    background: transparent;
    font-size: 20px;
    cursor: pointer;
}

.dropdown-content {
    position: absolute;
    right: 0;
    top: 20px;
    background: #fff;
    border: 1px solid #ccc;
    z-index: 99;
    padding: 5px;
}

/*--------final style---------*/

/* ✅ Dropdown for edit/delete (optional) */
.comment-menu {
    position: relative;
}

.dots-btn {
    border: none;
    background: transparent;
    font-size: 20px;
    cursor: pointer;
    line-height: 1;
}

.dropdown-content {
    position: absolute;
    right: 0;
    top: 22px;
    background: #fff;
    border: 1px solid #ccc;
    z-index: 99;
    padding: 5px;
    min-width: 100px;
}

.dropdown-content button {
    display: block;
    background: none;
    border: none;
    color: #3b5998;
    padding: 5px 10px;
    text-align: left;
    width: 100%;
    cursor: pointer;
}

.dropdown-content button:hover {
    background-color: #f2f2f2;
}

.dropdown-content .text-danger {
    color: #cc0000;
}

.logout-btn {
    background: none;
    border: none;
    color: #eb700b;
}

/*----------election style-----------*/
.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_contents {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 8px;

}

.body_section {
    overflow-y: scroll;
    height: 345px;
}

.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: 10px;
    /*top: 50px;*/
    font-size: 18.5px;
    color: green;
}

.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%;
    }

}

.bg-special {
    background-color: #f1f1e5;
}

/*------10/5/25------*/

.s_more_news a {
    text-decoration: none;
    font-size: 15.1px;
    color: #702A19 !important;
    font-weight: bold;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    border-color: unset;
    border-radius: 0px;
    border-bottom: 3px solid #ff0018;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: #ff0018;
}

.nav-tabs .nav-link {
    border: unset;
    color: #000;
    font-size: 20px;
    font-weight: bold;
}

.nav-tabs {
    border-bottom: unset;
}

.scroll {
    overflow-y: scroll;
    height: 380px;
}

.pt_0 {
    position: relative;
    top: -6px;
}

.border_top {
    border-top: 8px solid #dee2e6 !important;
}

.more_news {
    color: red;
    font-size: 16.5px;
    border-right: 2px solid #ff0a0a;
    height: 17px;
    line-height: 1.1;
    padding: 0px 4px 0px 4px;
}

.e_paper {
    border: 2px solid #FF5722;
    padding: 5px;
}

.e_paper img {
    height: 370px;
}

.a_nav {
    margin-left: 90px;
}

.a_nav span a {
    font-size: 20px;
}

.a_nav a {
    color: #fff;
    text-decoration: none;
    padding: 0px 6px 10px 0px;
    font-size: 17px;
}

.mt1 {
    margin-top: 2px;
}

.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 230px;
    left: 0;
    background-color: #111111e3;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 20px;
    text-align: left;
}

.sidenav .s_media a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 20px;
    color: #fff;
    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;
    }
}

/*.search_box {
    background: #fbfbfb;
    position: absolute;
    top: 38px;
    right: 2px;
    width: 550px;
    height: 60px;
    line-height: 33px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    border-top: 4px solid #918c8c;
    z-index: 9999999999;
}

.font_normal {
    font-size: 19.2px !important;
}

.search_box:before {
    content: "";
    position: absolute;
    top: -32px;
    right: 13px;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-top: 14px solid transparent;
    border-bottom: 14px solid #702A19;
}

.search_box input[type="text"] {
    width: 405px;
    padding: 1px 10px;
    margin-left: 58px;
    border: 1px solid #702A19;
    outline: none;
    margin-top: 10px;
}

.search_box input[type="button"] {
    width: 80px;
    padding: 1px 0;
    background: #702A19;
    color: #fff;
    margin-left: -6px;
    border: 1px solid #702A19;
    outline: none;
    cursor: pointer;
}

#close_two {
    position: relative;
    top: -73px;
    font-size: 29px;
    color: #702A19;
    cursor: pointer;
    left: -7px;
}*/

@media only screen and (max-width: 768px) {
    .re_led img {
        height: 205px !important;
    }

    .led_media {
        display: flex !important;
    }

    .led_media img {
        width: 36% !important;
        height: 80px !important;
    }

    #first {
        order: 2;
    }

    #second {
        order: 1;
    }

    #thard {
        order: 3;
    }

    .top_bar {
        padding: 0px !important;
        background-color: #f9f9f9;
        border-top: 7px solid #c7c7c7;
        margin-bottom: 12px;
    }

    .navbar {
        padding: .1rem 0rem !important;
        /*display: none;*/
        margin-top: 0px;
        margin-left: 0px !important;
    }

    .m_logo {
        text-align: center;
        margin-top: -10px !important;
    }

    .m_logo .img {
        width: 80%;
        height: 55.5px;
        padding: 6px 0px;
        margin-top: 5px;
    }

    .m_opinion img {
        border-radius: unset !important;
    }

    .navigation_bar {
        border: 0px !important;
    }
}

@media only screen and (max-width: 768px) {
    .content .c_img {
        width: 100%;
        height: 95px;
    }

    .footer_sub_category {
        text-align: center !important;
        margin-top: -1px !important;
    }

    .nav_items {
        display: none;
    }

    .mobile_navs {
        margin-top: -37px;
        margin-right: 17px;
        text-align: right;
        width: 20%;
        float: right;

    }

    .mobile_navs a {
        font-size: 16px;
    }

    .all_tops {
        display: none;
    }

    #hide_twos {
        padding: 0px !important;
        height: 35px !important;
    }

    .all_img img {
        width: 100%;
        height: 200px;
    }

    .water_mark {
        right: -6px !important;
        top: -117px !important;
    }

    .hide_img {
        height: 55px !important;
    }

    .nav_items .nav_link {
        font-size: 15.5px !important;
    }

    .sidenav {
        top: 75px;
    }

    .a_nav {
        margin-left: 20px;
    }

    .sidenav .closebtn {
        position: absolute;
        top: -18px;
        right: 3px;
        font-size: 36px;
        margin-left: 50px;
        color: red;
    }

    .add_for_sale img {
        width: 100%;
    }

    .slide_two .owl-nav button.owl-prev {
        left: -12px;
    }

    .slide_two .owl-nav button.owl-next {
        right: -12px;
    }

    .m_side img {
        width: 100%;
        height: 102px;
        margin-bottom: 5px;
    }

    .col_6:last-child .last_child {
        display: flex;
    }

    .col_6:last-child .last_child img {
        width: 160px !important;
        height: 115px !important;
        margin-right: 7px;
        margin-top: 9px;
    }

    .col_12:last-child .last_childs {
        display: none;
    }

    .font_bolds {
        font-weight: bold !important;
    }

}

@media(max-width:768px) {
    .media {
        display: block;
    }

    .lead_twos img {
        height: 230px !important;
    }

    .lead_two img {
        height: 105px;
    }

    .m_mediass img {
        width: 100%;
        height: 110px;
    }

    .c_count_one {
        column-count: 2;
    }

    .res_lead_two img {
        height: 195px;
    }

    .res_lead_twos img {
        height: 102px !important;
    }

    .res_lead_twos h3 {
        font-weight: normal !important;
    }

    .m_media img {
        width: 100% !important;
        height: 102px !important;
    }

    .ml-2 {
        margin: 0px !important;
    }

    .all_tops {
        position: relative;
    }

    .s_media {
        height: unset !important;
        display: none;
    }

    .all_tops_one {
        display: none !important;
    }

    .ro {
        display: none !important;
    }

    .main_vedio iframe {
        height: 280px !important;
    }

    .d_img {
        margin-top: 13px !important;
    }

    .res_all_p {
        display: none;
    }

    .m_medias {
        display: flex !important;
    }

    .res_lead_two_flex {
        display: flex;
    }

    .res_lead_two_flex img {
        width: 157px !important;
        height: 106px !important;
        margin-right: 10px;
        margin-top: 10px;
    }

    .lead_two h3 {
        font-size: 18px;
        color: #000000;
        margin-top: 5px;
    }

    .main_title_one h2 {
        color: #1E1A1B !important;
    }

    .collapse:not(.show) {
        display: block;
    }

    .collapse {
        margin-left: 55px !important;
    }

    .navbar-collapse {
        overflow-x: scroll;
    }

    .navbar-brand {
        display: none;
    }

    .nav-item {
        margin-right: 14px;
    }

    .navbar-nav {
        display: -webkit-box;
    }

    .navbar-nav li:hover > ul.dropdown-menu {
        display: none;
    }

    .navbar-light .navbar-toggler {
        display: none;
    }

    .dropdown-toggle::after {
        display: none;
    }

    .media .s_img {
        height: 99px !important;
    }

    .lead_one_s img {
        height: 183px !important;
    }
}

.item {
    position: relative;
}

.slide_two p {
    position: absolute;
    bottom: 20px;

}

.slide_two p {
    position: absolute;
    bottom: 1px;
    padding: 10px;
    color: #fff !important;
    background-color: #0000004f;
    border-radius: 10px;
    font-size: 17px !important;
}

.slide_two .item img {
    height: 280px !important;
    border-radius: 5px;
}

.nav_items .nav_link {
    font-size: 17px;
    font-weight: 700;
    color: rgba(0, 0, 0, .9);
}

.mts_3 {
    margin-top: 0.9rem !important;
}

/*.topnav a {
    float: left;
    color: #000;
    text-align: center;
    padding: 1px 15px;
    text-decoration: none;
    font-size: 17px;
}
*/
.m_navs {
    position: absolute;
    top: 0px;
    width: 35px;
    border: 2px solid #d7d7d7;
    border-radius: 3px;
}

@media(max-width:768px) {

    .section_three #ad_position_3 img {
        height: 277px !important;
        width: 86% !important;
    }

    .m_add_up {
        display: none;
    }

    .responsive_nav {
        overflow-x: auto;
    }

    .topnav {
        display: flex;
    }

    .m_nav {
        display: block;
    }

    .navigation_bar {
        padding: 4px 0px;
    }

    .topnav a {
        padding: 1px 19px 4px 0px;
    }

    .m_more {
        display: none !important;
    }

    .s_s {
        padding-left: 19px !important;
    }

    .videio img {
        height: 126px;
    }

    .section_three .add_up {
        margin-top: .25rem !important;
    }

    .section_three .bg_title {
        margin-top: 0rem !important;
    }

    .section_three .add_sale {
        height: 282px !important;
    }

}

/*@media (min-width: 601px) and (max-width: 990px) {
    .container{
        width: 100%!important;
        padding-right: 15px!important;
        padding-left: 15px!important;
        margin-right: auto!important;
        margin-left: auto!important;
    }
   
}*/
@media (max-width: 540px) and (min-width:1024px) {
    .mobile_navs a {
        display: none;
    }

    .mobile_navs img {
        display: none;
    }

    .m_navs {
        display: none;
    }
}

@media (max-width: 900px) and (min-width:1000px) {
    .mobile_navs a {
        display: none;
    }

    .mobile_navs img {
        display: none;
    }

    .m_navs {
        display: none;
    }
}

@media (max-width: 1400px) and (min-width:600px) {
    .mobile_navs a {
        display: none;
    }

    .mobile_navs img {
        display: none;
    }

    .m_navs {
        display: none;
    }
}

@media (max-width: 700px) and (min-width: 600px),
(min-width: 1100px) {
    .mobile_navs a {
        display: none;
    }

    .mobile_navs img {
        display: none;
    }

    .m_navs {
        display: none;
    }
}
