@media (min-width: 280px) and (max-width: 991.98px){
	.home_top_border {
		border-bottom: none;
		position: relative;
		padding-bottom: 0px;
		padding-top: 60px;
	}
  .home_top_middle {
    padding: 0 0px;
    border-left: none;
    border-right: none;
    margin-top: 10px;
}
.home_top_middle .main_article_text h4 {
    font-size: 24px;
    line-height: 32px;
}
.exclusive_wrapper .exclusive_wrap {
    padding: 0px;
    height: auto;
}
.home_front_section_article {
    padding: 0 0px;
    margin-top: 70px;
    margin-bottom: 20px;
}
.home_top_middle .main_article_img {
    height: auto;
    width: 100%;
}
.home_front_section_article .home_front_section_img {
    height: auto;
    width: 100%;
}
.home_front_section_article .home_front_section_img .home_front_section_text h4 {
    font-size: 20px;
    color: #fff;
    font-weight: 500;
    line-height: 30px;
}
.category_wrapper {
    height: auto;
    width: 100%;
    display: list-item;
    padding: 10px 0px;
    list-style: none;
    margin-bottom: 5px;
    cursor: pointer;
}
.category_wrapper .category_img {
    height: 180px;
    width: 100%;
    background-color: #fff;
    border-radius: 10px;
    overflow: hidden;
}
.banner_swipper .swiper .swiper-wrapper .swiper-slide .banner_img {
    height: 200px;
}
.banner_swipper {
	margin-bottom: 30px;
}
.banner_swipper .swiper .swiper-wrapper .swiper-slide .banner_img .banner_text {
    text-align: center;
    position: absolute;
    bottom: 50px; 
    left: 50%; 
    transform: translateX(-50%); 
    background-color: rgba(0,0,0,.5);
    padding: 8px 20px;
    font-size: 16px;
    color: #fff;
    font-weight: 400;
    width: 90%;
    line-height: 26px;
}
.sticky_Tab .stickyTab_img {
    height: auto;
    width: 100%;
    margin: 0 auto;
}
.sticky_Tab h5 {
    font-size: 16px;
    padding: 10px 10px 10px 10px;
}
.category_wrapper .category_right {
    padding-left: 0px;
}

/* Other Pages CSS */
.content_detail {
    width: 100%;
    padding-top: 65px;
}
.content_detail .content_title {
    font-size: 28px;
    font-weight: 600;
    line-height: 38px;
}
.content_detail .content_text {
    padding-top: 0px;
}
.content_detail .content_text p {
    font-size: 17px;
    line-height: 28px;
}
.category_list{
	 padding-top: 60px;
}
.author_wrapper{
	padding-top: 60px;
}
.author_wrapper .author_bio .author_img_section .author_img {
    height: 200px;
    width: 200px;
}
}

@media (min-width: 992px) and (max-width: 1199.98px){
	.header_top .header_top_wrapper .header_top_left .logo {
		height: 50px;
	}
	.header_top .header_top_wrapper .header_top_right .search_box .form_control {
		height: 45px;
	}
	.home_top_left .newsItem_1 .newsItem_1_text h4 {
		font-size: 16px;
		line-height: 22px;
	}
	.exclusive_wrapper .exclusive_wrap {
		padding: 0px;
		height: 375px;
	}
	.exclusive_wrapper .exclusive_wrap .exclusive_text h4 {
		font-size: 18px;
		line-height: 24px;
	}
	.home_front_section_article {
		padding: 0 0px;
		margin-top: 0px;
	}
	.category_wrapper .category_img {
		height: 90px;
		width: 185px;
	}
	.category_wrapper {
		height: auto;
		padding: 10px;
		margin-bottom: 5px;
	}
	.home_front_section_article .home_front_section_text h4 {
		font-size: 24px;
		line-height: 30px;
	}

	/* Other Page CSS */
	.news_tab .nav .nav-item {
		width: auto;
	}
	.home_top_left .newsItem_1 {
		height: auto;
		padding: 10px 0;
	}
	

}


