.slider-loader{
    display: none !important;
}
.slider-loader.slick-slider{
    display: block !important;
}

@media screen and (max-width: 1199px) and (min-width: 1025px) {
    .primary-menu > li > a{
        font-size: 14px;
    }
}


@media screen and (min-width: 1025px) {
    .menu-close,
    .overlay,
	.primary-menu .dropdown-btn,
    .site-header .overlay,
    .hamburger-menu-wrap{
        display: none;
    }
	
	
	.sub-menu{
		position: absolute;
		border: 1px solid #D9D9D9;
		padding: 10px 0;
		background-color: #fff;
		z-index: 3;
		min-width: 200px;
		width: 100%;
		opacity: 0;
		visibility: hidden;
		transform: translateY(20px);
		transition: var(--default-transition);
		top: 100%;
		display: block !important;
		border-radius: 4px;
		overflow: hidden;
	}
	/* .menu-dropdown:hover > .sub-menu {
		height:auto;
		visibility:visible;		
	} */
	.sub-menu > li > .sub-menu{
		top:0;
	}
	
	.sub-menu > li.menu-item-has-children > .sub-menu{
		top:0;
		left:0;
	}
	.more-link{
		display:none;
	}
	.more-link.menu-item-has-children{
		display:block;
	}
	
	.sub-menu > li.menu-item-has-children:hover > .sub-menu{
		left:100%
	}
	.primary-menu > li.menu-item-has-children:last-child > .sub-menu > li.menu-item-has-children> .sub-menu{
		right:0;
		width:150px;
	}
	.primary-menu > li.menu-item-has-children:last-child > .sub-menu > li.menu-item-has-children:hover > .sub-menu{
		right:100%;
		left:auto;
		
	}
	
	.sub-menu > li.menu-item-has-children:hover > a:before{
		-webkit-transform: rotate(-95deg);
		    -ms-transform: rotate(-95deg);
		        transform: rotate(-95deg);
		-webkit-transition: all 0.3s ease-out;
		-o-transition: all 0.3s ease-out;
		transition: all 0.3s ease-out;
	}
	.sub-menu li a{
		padding:15px 20px;
		color:var(--primary-color);
/* 		background:#0e337a; */
		display:block;
		-webkit-transition: none;
		-o-transition: none;
		transition: none;
		text-align:left;
	}
	.sub-menu li + li{
		border-top: 1px solid #ccc;
	}
	.primary-menu > li > ul,
	.primary-menu > li > ul > li > ul {
		display: none;
	}
	
/* 	.primary-menu .menu-dropdown > a:before{
		font-size: 14px;
		content: '\f078';
		position: absolute;
		right: 4px;
		font-family: "Font Awesome 5 Free";
		font-weight: 900;
	} */
	.primary-menu .menu-dropdown > a:after{
		font-size: 12px;
		content: '\f078';
		position: static;
		font-family: "Font Awesome 5 Free";
		font-weight: 900;
		padding-left: 10px;
	}
	.primary-menu > li.more-link{
		-webkit-box-flex:0;
		        flex:0 0 40px;
		-ms-flex: 0 0 40px;
		max-width:40px;
	}
	.primary-menu > li.more-link > a {
		background:#ccc;
		font-size:0;
		height:100%;
	}
	.primary-menu > li.more-link > a:hover{
		color: #fff;
    	background: #F13B13;
	}
	.primary-menu > li.more-link  > a:before {
		content: "\f0d7";
		position: absolute;
		top: 50%;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
		left: 0;
		right: 0;
		font-family: 'Font Awesome 5 Free';
		font-weight: 900;
		font-size: 18px;
		text-align: center;
	}
	.primary-menu > .menu-dropdown{
		position: relative;
	}
	.primary-menu .menu-dropdown:hover > .sub-menu {
		display: block ;
		visibility: visible;
		opacity: 1;
		transform: translateY(0);
	} 
	
}
@media screen and (min-width: 1248px) {
	.container{
		max-width: 1228px;
	}
}

@media screen and (min-width: 991px) and (max-width: 1248px) {
	.container{
		max-width: 94%;
	}
}
@media screen and (min-width: 991px){
	
	.search-cat-mobile-section{
		display:none;
	}
	.sidebar .news-lists-sty-two .item > .d-flex{
		margin-left: -5px;
		margin-right: -5px;
	}
	.sidebar .news-lists-sty-two .item > .d-flex .img-holder{
		-webkit-box-flex: 0;
		        flex: 0 0 90px;
		-ms-flex: 0 0 90%;
		max-width: 90px;
		height: auto;
	}
	.sidebar .news-lists-sty-two .item > .d-flex .content{
		-webkit-box-flex: 1;
		        flex: auto;
		-ms-flex: auto;
		max-width: 100%;
		align-content: center;
	}
	.sidebar .news-lists-sty-two .item > .d-flex .content .title{
		font-size:16px;
		line-height: 1.4; 
	}
	.sidebar .news-lists-sty-two .item > .d-flex .content .comment-time > li > span{
		font-size: 14px;
	}
}
@media screen and (max-width: 1024px) {
	.primary-menu li.more-link > a,
	.hamburger-menu-wrap .logo,
	.sub-menu,
	.primary-menu li.more-link > .dropdown-btn,
	.header-wrapper.fixed-header .nav > .logo{
        display: none;
    }
	body.nav-active{
		overflow:hidden;
	}
	.search-form-section{
		margin-right:0;
		margin-left:10px;
		-webkit-box-flex: 1;
		        flex: auto;
		-ms-flex: auto;
		max-width:inherit;
		text-align:right;
	}
	
	.hamburger-menu-wrap {
		-webkit-box-flex:0;
		        flex:0 0 calc(100% - 65px);
		-ms-flex: 0 0 calc(100% - 65px);
		max-width:calc(100% - 65px);
	}
	.hamburger-menu-wrap > div.row{
		height:100%;
	}
	.fixed-header .hamburger-menu-wrap .logo{
		display:block;
		padding: 5px 0;
	}
	.search-form-section > .btn{
		padding: 26px 10px;
	}
	.hamburger-menu-wrap .logo a img{
		width: 60px;
		height: 60px;
		background: #f6f6f6;
		border-radius: 50%;
		-o-object-fit: contain;
		   object-fit: contain;
		padding: 5px;
	}
	.hamburger-menu{
		text-align:right;
	}
    .hamburger-menu-wrap{
        display: block;
    }
	
   
	.primary-menu > li.more-link > .sub-menu > li > a:hover,
	.primary-menu > li.more-link > .sub-menu > li.current-menu-item > a {
    	color: #fff;
		background: #323232;
	}
    
    .hamburger-menu .bar-btn {
        cursor: pointer;
        border-radius: 2px;
        font-size: 22px;
        background: #f8f8f8;
        padding: 5px 10px;
        text-align: center;
        line-height: 0.3;
        border: 1px solid #eee;
		color: #222;
    }
	.header-home > a:after{
		font-size:22px;
		
	}
	.primary-menu  li  a{
		font-size:14px;
	}
	.primary-menu > li > a{
		padding:15px ;
		color: #222;
		
	}
	.primary-menu  li.menu-dropdown > a{
		padding:15px 35px 15px 15px;
	}
    .hamburger-menu .bar-btn i{
        font-weight: 900;
    }
    .menu-wrap{
        position: fixed;
        top: 0;
        bottom: 0;
        height: 100vh;
        right: -400px;
        z-index: 991;
        width: 300px;
        padding: 50px 0 20px;
        overflow: hidden;
        background: #f9f9f9;
        -webkit-transition: all 0.5s ease-in;
        -o-transition: all 0.5s ease-in;
        transition: all 0.5s ease-in;
    }
	.primary-menu li.more-link > a{
		font-size:0;
		padding:0;
	}
	.primary-menu .more-link > .sub-menu{
		display:block !important;
	}
	.nav-overflow{
		 height: 100%;
		overflow-y: auto;
	}
    .primary-menu{
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex: wrap;    
    }
    .primary-menu > li,
	.primary-menu li.header-home{
        -webkit-box-flex: 0;
        flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        max-width: 100%;
    }
	li.more-link > .sub-menu{
		background: #f9f9f9;
	}
/*     .menu-close{
        position: fixed;
        top: 12px;
        right: 13px;
        font-size: 20px;
        color: #323232;
        visibility: hidden;
        opacity: 0;
        -webkit-transition: all 0.3s ease-out;
        -o-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out;
    } */
    .primary-menu li.header-home > a {
        padding: 25px 9px;
    }
    .overlay{
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
		height:100vh;
        right: 0;
        background: rgba(0,0,0,0.5);
        z-index: 9;
        visibility: hidden;
        opacity: 0;
        -webkit-transition: all 0.3s ease-out;
        -o-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out;
    }
    .nav-active .menu-close,
    .nav-active .overlay{
        visibility: visible;
        opacity: 1;
        -webkit-transition-delay: 0.5s;
        -o-transition-delay: 0.5s;
        transition-delay: 0.5s;
    }
	
    .nav-active .menu-wrap{
        right: 0;

    }
	.primary-menu li.menu-dropdown .dropdown-btn{
		position:absolute;
		z-index:111;
		right:0;
	    top: 0;
		height: 51px;
		line-height: 56px;
		background: #ccc;
		width: 50px;
		color:#222;
	}
	.sub-menu li a{
		padding:15px;
	}
	.dropdown-btn i{
		-webkit-transition:all 0.3s linear;
		-o-transition:all 0.3s linear;
		transition:all 0.3s linear;
	}
	.sub-menu{
		background: #f1f1f1;
	}
	.primary-menu > li.open > .dropdown-btn i{
		-webkit-transform:rotate(180deg);
		    -ms-transform:rotate(180deg);
		        transform:rotate(180deg);
	}
	.primary-menu > li.open > a{
		color: #fff;
    	background: #323232;
	}
	.sub-menu li.current-menu-item > a,
	.primary-menu .sub-menu > li.open > a,
	.primary-menu .sub-menu li a:hover {
		background: #403f3f;
		color:#fff;
	}
	.sub-menu li a{
		
		color: #323232;
		display:block;
	}
	.primary-menu .sub-menu li .sub-menu li.current-menu-item > a,
	.primary-menu .sub-menu li .sub-menu li a:hover{
		 background: #565555;
	}
	.hamburger-menu, .menu-close{
        display: block;
    }
	.bottom-header nav .nav-bar{
        padding: 10px 0;
		justify-content: end;
	}
    .bottom-header nav .nav-bar.active{
        justify-content: space-between;
    }
    .hamburger-menu .menu-open{
        display: flex;
        align-items: center;
    }
    .hamburger-menu i{
        font-size: 25px;
    }
    .sticky .hamburger-menu-wrap .logo{
        display: block;
    }
	.admin-bar .menu-wrap{
		top: 32px;
	}
    .menu-wrap{
        position: fixed;
        right: -100vw;
        min-height: 100vh;
        padding: 75px 0px;
        overflow-y: auto;
        top: 0;
        max-width: 400px;
        width: 100%;
        background-color: #fff;
/*         z-index: 9; */
        transition: var(--default-transition);
        display: flex;
        flex-direction: column;
    }
    .menu-wrap.active{
        right: 0;
    }
    .menu-wrap > *{
/*         order: 2; */
        margin-bottom: 20px;
    }
    .primary-menu{
/*         flex-direction: column; */
        gap: 0;
        padding: 0;
        order: 2;
    }
	.nav-bar .search-box{
		position: static;
		opacity: 1;
		visibility: visible;
		background-color: #fff;
		display: none !important;
	}
    .menu-close{
        position: absolute;
        top: 20px;
        right: 15px;
    }
    .menu-close i{
        font-size: 24px;
    }
    .primary-menu > li > a{
        width: 100%;
        border-radius: 0;
        padding: 10px 15px;
        font-size: 18px !important;
    }
    .sub-menu li a{
        padding: 10px 15px;
        font-size: 18px;
    }
	.primary-menu > .more-link > a{
        font-size: 0;
        padding: 0;
        display: none;
    }
    .sub-menu{
        position: static;
        transform: unset;
        opacity: 1;
        visibility: visible;
        border: 0;
        padding: 0;
	}
	.primary-menu li a,
	.fixed-header .primary-menu > li > a{
		padding: 15px !important;
	}
	.site-header .adds-sec img {
		height: auto;
	}
	.latest-update .news-message span {
		padding: 0 30px;
	}
}

@media screen and (max-width: 991px) {
	.latest-news-section .full-news-sty-items > .item .title {
		font-size: 40px;
	}
    .e-paper-sec .img-lists-one{
        margin-left: -10px;
        padding-right: -10px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        display: -ms-flex;
    }
	.logo a{
		text-align:center;
	}
    .e-paper-sec .img-lists-one .item{
        -webkit-box-flex: 0;
        flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        max-width:  50%;
        padding: 0 10px;
        margin-top: 0;
    }
    .mt-md-30px{
        margin-top: 40px;
    }
    .mb-md-30px{
        margin-bottom: 40px;
    }
	.news-single-page .left .single-share-links,
	.search-categories-list{
		display:none !important;
	}
	.hamburger-menu-wrap .row{
        padding: 15px 0;
    }
    .logo-search-login .wrap{
        gap: 32px;
    }
	.logo-search-login .search-box{
		display: none !important;
	}
	.logo-search-login .advertising-bar {
		flex: 0 0 100%;
	}
    .hamburger-menu-wrap .logo{
        display: block;
    }
	.b-right{
		border: 0 ;
	}
	.top-text-wrap, .logo-search-login .logo{
		--size: 270px;
	}
	.top-text-wrap{
		gap: 15px;
		padding-top: 0;
	}
	.logo-search-login .wrap > *{
		order: 2;
	}
	.logo-search-login .logo{
		width: 100%;
		--size: 100%;
		order: 1;
		text-align: center;
	}
	.social-share{
		flex-direction: row;
		justify-content: end;
	}
	.social-share .norm_row{
		display: flex;
		gap: 15px;
		width: auto !important;
	}
	.social-share .sfsi_shortcode_container {
		display: flex;
		align-items: center;
	}
	.social-share{
		margin-bottom: 20px;
		gap: 15px;
	}
	.sidebar .news-lists-sty-two .item > .d-flex .img-holder{
		margin-bottom: 15px;
	}
	.site-footer .menu-links li{
		flex: 0 0 50%;
		-ms-flex: 0 0 50%%;
		max-width: 50%;
	}
	.sidebar .news-lists-sty-two .item > .d-flex .img-holder{
		margin-bottom: 15px;
	}
	.news-single-page {
		padding: 25px 0;
	}
	a#scrollUp{
		right: 40px;
	}
	.social-share{
		overflow: hidden;
	}
	.news-single-page .sidebar > div {
		margin-top: 20px;
	}
	.admin-bar .page-404{
		min-height: calc(100vh - 391px - 46px);
	}
	.page-404{
		min-height: calc(100vh - 391px);
	}
	.latest-update .news-message span {
		padding: 0 20px;
	}
	.social-share .sfsi_wicons{
		padding: 0;
	}
	.main-wrapper section + section .container > div + div {
		padding-top: 20px;
	}
}
@media screen and (max-width: 990px) {
	.news-lists-sty-two .item > .d-flex{
		-ms-flex-wrap:wrap;
		    flex-wrap:wrap
	}
}
@media screen and (max-width: 768px) {

}
@media screen and (max-width: 767px) {
	.pre-next-btn .right-side{
		margin-top:20px;
	}
    .header-social-links,
	.textarea-wrapper.c-arrow:before{
        display: none !important;
    }
	.top-header .date-time-other .item{
		font-size:12px;
	}
	.unicode-tab-content .equalheight{
		height:auto !important;
	}
	
/* 	.unicode-page-section .unicode-tab-content{
		padding:30px 20px;
	} */
	.bottom-footer .social-links{
		-webkit-box-pack:center;
		    -ms-flex-pack:center;
		        justify-content:center;
	}
	.unicode-tab-content .equalheight{
		height:auto !important;
	}
    .news-listing.style-2 .full-item-list .img-holder{
        height: 200px;
    }
    .photo-gallery-slider .item .img-holder{
        height: 300px;
    }
	.unicode_converter-item > .row > div + div {
		margin-top: 30px;
	}
    
    .bottom-footer,
    .bottom-footer .text-right{
        text-align: center !important;
    }
/*     .copyright-section{
        margin-bottom: 10px;
    } */
    .news-sty-one .item .img-holder{
        -webkit-box-flex:0;
        flex:0 0 100%;
        -ms-flex: 0 0 100%;
        max-width: 100%;
    }
    .news-sty-one .item .title{
        -webkit-box-flex: 1;
        flex:  0 0 100%;
        -ms-flex: 0 0 100%;
        max-width: inherit;
        padding-left: 10px;
        text-align: center;
        max-width: 100%;
    }
	.news-sty-one .item{
		flex-wrap:wrap;
		-ms-flex-wrap:wrap;
	}
    .news-sty-one .item{
        display: -webkit-box;
        display: flex;
        display: -ms-flexbox;
    }
	
	.news-listing.style-4 .item-list {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 50%;
		        flex: 0 0 50%;
		max-width: 50%;
	}
	.latest-news-section .full-news-sty-items .item{
		margin-bottom: 0;
		padding-bottom: 30px;
	}
	.top-header .text-wrap {
        justify-content: center;
        gap: 15px;
    }
    .top-header{
        display: none;
    }
	.top-text-wrap{
		--size: 120px;
/* 		text-align: center;
		justify-content: center; */
	}
	.latest-update .text-wrap > .text{
		padding: 12px 10px;
		--size: 70px;
	}
	a#scrollUp{
		right: 15px;
		bottom: 10vh;
	}
	.sticky{
		position:static;
	}
	.menu-wrap{
		max-width: 100%;
	}
	.search-box{
		padding: 10px 15px;
	}
/* 	.bottom-header .nav-bar .logo img{
		height: 60px;
	} */
	.sidebar .news-lists-sty-two .item > .d-flex .img-holder{
		margin-bottom: 20px;
	}
	.top-text-wrap .item + .item::before{
		content: unset;
	}
	.page-404{
		min-height: calc(100vh - 295px);
	}
	.top-text-wrap .time #twelveHrs{
		min-width: 61px;
	}
	.latest-news-section .full-news-sty-items .item .img-holder{
		height: 200px;
	}
	.latest-news-section .mb-md-30px{
		margin-bottom: 15px;
	}
	.new-sty-one .row > div:first-child .item{
		border: 0 !important;
	}
	.site-header .adds-sec .adds-items{
		padding: 0;
	}
	.adds-sec .adds-items{
		padding: 10px 0;
	}
/* 	.mid-gaps{
		padding-top: 10px;
		padding-bottom: 10px;
	} */
	.news-listing.style-4 .item-list a .img-holder{
		margin-bottom: 15px;
	}
	.top-text-wrap .item{
		font-size: 14px;
	}
	.latest-update .text-wrap > .text:before{
        top: -4px;
        border-top: 28px solid transparent;
        border-left: 20px solid #323232;
        border-bottom: 28px solid transparent;
	}
	.social-share .norm_row, .social-share{
		gap: 5px;
	}
	.latest-news-section .full-news-sty-items .item + .adds-sec:not(:last-child) {
		margin-bottom: 0;
		padding-bottom: 20px;
	}
	.news-listing.style-4 .item-list {
		padding-left: 12px;
		padding-right: 12px;
	}
	.news-listing.style-4 {
		margin: 0 -12px;
	}
	.top-text-wrap{
		padding-top: 0;
		gap: 12px;
	}
	.notfound .notfound-404 h1{
		font-size: 110px;
	}
	.latest-update .news-message span {
		padding: 0 20px;
	}
	.bar-title{
		margin-bottom: 20px;
	}
}
@media screen and (max-width: 575px) {
/* 	section.latest-news-section .box-wrapper {
		padding: 30px 20px;
	} */
	.logo img {
		max-width: 152px;
	}
	.footer-logo a{
		display:inline-block;
		margin:0 auto;
	}
	.search-box .search-close{
		top:13px;
	}
	.single-news-contents .title.lg-sz,
	.latest-news-section .full-news-sty-items .item .title{
		font-size:24px;
	}
	
	.bar-title .title{
		font-size:20px;
	}
	.search-title .title{
		font-size:22px;
	}
		.latest-news-section .full-news-sty-items .item p {
		font-size: 16px;
	}
	.comment-author.vcard{
		font-size:15px;
	}
/*     .menu-wrap{
        width: 250px;
    } */
	form#commentform p.comment-notes{
		font-size:14px;
	}
	
	form#commentform p{
		width:100%;
	}
	.font-style-btn button{
		height:39px;
		width:39px;
		font-size:14px;
		line-height:39px;
	}
	.comment-time > li > span{
		padding-left:20px;
	}
	
	.comment-body{
		padding:25px 20px;
	}
	.nav-previous > div, .nav-next > div{
		display:inline-block;
	}
	.recent-news-section .title{
		-webkit-box-flex: 0;
		        flex: 0 0 85px;
		-ms-flex: 0 0 85px;
		max-width: 85px;
	}
	.recent-news-section .title span:before{
		    right: -31px;
	}
	.top-header .date-time-other > div > .item {
		padding-left: 15px;
	}
	
	
/*     .box-wrapper{
        padding: 15px ;
    } */
    .news-lists-sty-two .item > .d-flex{
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
	
    .news-lists-sty-two .item > .d-flex .img-holder{
        margin-bottom: 20px;
    }
    .news-lists-sty-two .item > .d-flex .img-holder,
    .news-lists-sty-two .item > .d-flex .content {
        -webkit-box-flex: 0;
        flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        max-width: 100%;
    }
    .e-paper-sec .img-lists-one .img-holder {
        height: 120px;
        overflow: hidden;
    }
	.site-footer .menu-links li{
        -webkit-box-flex: 0;
        flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        max-width: 50%;
    }
	.next-prev div a{
		display:block
	}
    .top-tags .category-box {
        left: 8px;
        top: 8px;
    }
    .latest-news-section .full-news-sty-items .item:first-child .img-holder {
        height: 200px;
    }

    .bottom-tags .category-box{
        bottom: 8px;
        left: 8px;
    }
    .next-prev > div{
        width: 100%;
        float: none;
    }
    .next-prev > div + div{
        margin-top: 20px;
    }
    .notfound h2 {
        font-size: 30px;
    }
	
	.search-page-section .news-sty-two .item a{
		-ms-flex-wrap:wrap;
		    flex-wrap:wrap;
	}
	.search-page-section .news-sty-two .item .img-holder{
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 100%;
		        flex: 0 0 100%;
		max-width: 100%; 
		margin-right: 0px;
		margin-bottom: 20px;
		height: 250px;
	}
	.search-page-section .news-sty-two .item .content{
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 100%;
		        flex: 0 0 100%;
		max-width: 100%;
	}
	.top-header .date-time-other .time{
		display:none;
	}
	.single-news-contents figure.img-holder{
		height: 250px;
	}
	.single-share-links .social-links,
	.single-share-links li{
		display:block;
	}
	.single-share-links li a{
		margin-bottom: 15px;
	}
}

@media only screen and (max-width: 480px) {
	.unicode-tabs .nav-link{
		font-size:12px;
		padding:12px;
	}
	.unicode-tabs{
		-webkit-box-pack:start;
		    -ms-flex-pack:start;
		        justify-content:flex-start
	}
	.latest-news-section .full-news-sty-items .item + .item{
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 100%;
		        flex: 0 0 100%;
		max-width: 100%;
	}
	.new-sty-one .item .img-holder{
		height: 70px;
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 100px;
		        flex: 0 0 100px;
		max-width: 100px;
	}
	.new-sty-one .row > div:first-child .item .img-holder{
		height: 200px;
	}
	.news-listing.style-4 .item-list a .img-holder {
    	height: 100px !important;
	}
	.search-box .search-close{
		width:20px;
		height:20px;
		line-height:20px;
		font-size:10px;
	}
	.search-box .search-close i{
		line-height:20px;
	}
	.single-news-contents .comment-time{
		margin-bottom: 5px;
	}
	.news-detail,
	.news-detail .comment-time{
		-webkit-box-orient:vertical;
		-webkit-box-direction:normal;
		    -ms-flex-direction:column;
		        flex-direction:column;
		-webkit-box-align:start !important;
		    -ms-flex-align:start !important;
		        align-items:flex-start !important;
	}
	.news-detail .comment-time li + li{
		margin-left: 35px;
		border-left: none;
	}
	.single-news-contents .single-share-links{
		margin-left: auto;
	}
}
@media screen and (max-width:400px){
	.new-sty-one .item{
		-ms-flex-wrap:wrap;
		    flex-wrap:wrap;
	}
	.new-sty-one .item .img-holder {
		height: 200px;
		
	}
	.new-sty-one .item .img-holder,
	.new-sty-one .item .content{
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 100%;
		        flex: 0 0 100%;
		max-width: 100%;
	}	
}
@media screen and (max-width:375px){
	.top-header .date-time-other .item{
		font-size:11px;
	}
	.header-radio-btn.radiobtn-wrap{
		width: 150px;
	}	
}