
@media screen and (min-width:200px) and (max-width:1079px){
    .main_container{padding:0px 15px; max-width: 100%;}
    .primary_title,.latest_news_container .primary_title { width:70%; font-size:20px; line-height:28px;color:red;}
	.latest_news_container .primary_title span{color:red;}
	.latest_news_bg{background-color:white;border-top: 1px solid #ea212d;border-bottom: 1px solid #ea212d;}
	.news_container .primary_title a{color:red;}
    .view_primary_cta{font-size:11px; line-height: 17px; padding:0px 4px;}
    .view_secondary_cta{font-size: 13px; line-height: 20px; padding:0px 4px;}
	.video_container .news_video_inner{background-color: white;
    padding: 0px;}
    /* Header */
    header {min-height: 50px;}
    .top_bar{padding:12px 0px;}
    .top_bar .top_bar_inner{align-items: center;}
	.nav_bar .nav_list .drop_icon{display:inline-block;}

    .top_bar_block .bottom_content{display: none;}
    .top_bar_block.right_col{display: flex; align-items: center; justify-content: flex-end;}
    .top_bar_block.right_col .bottom_content{display: block; padding:0px 0px 0px 15px;}
    .top_bar_block.right_col .top_content{display: inline-block;}
    .top_bar_block.right_col .bottom_content{display: inline-block;}

    .top_bar_inner .logo_col .sub_text{display: none;}
    .top_bar_block.left_col .current_status{display:none;}
    .top_bar_block .useful_links li{display: none;}
    .top_bar_block .useful_links li:first-child{display: block;}

    .top_bar_inner .logo_col .main_logo .resp_logo{display:block; width: 100px; margin:auto;}
    .top_bar_inner .logo_col .main_logo .desk_logo{display: none;}

    .bottom_content .headersearch .search,
    .china_header .bottom_content .headersearch .search{top:48px; right:0px; width: 290px;}

    .sticky_header .bottom_content .headersearch .search,
    .sticky_header.china_header .bottom_content .headersearch .search{top:40px;}

    .top_bar_block .useful_links li a{font-size: 18px;}
	.header_wraper.sticky_header .top_bar_block.right_col .bottom_content{top:42px; display:inline-block;}
    
    /* NAV */
    .menu_icon{display: block;}
    nav aside[data-pushbar-id]{background-color: white;}
    .navigation{flex-wrap: wrap; align-items: flex-start; padding:0px 0px; justify-content: center;}
    .navigation .nav_logo{width: auto; text-align: center;}

    .navigation .nav_bar{flex-direction: column; align-items: flex-start; padding-top:10px; width: 100%;}
    .nav_bar .nav_list{display: block; width:100%; position: relative;}
    .nav_bar .nav_list .nav_item{ color: red;    font-size: 20px;font-weight: bold; line-height: 20px;padding: 10px 10px;
    display: inline-flex;
    justify-content: space-between;
    align-items: center;}
	.other_categories .nav_list .nav_item {color: white;}
	.nav_bar .nav_list .drop_icon {
		width: 20px;
		height: 20px;
		background-size: 15px;
		float: left;
		margin-top: 10px;
		margin-right: 10px;
		margin-left: 10px;
}
    .nav_bar .nav_list .nav_item .drop_icon{width:20px; height:20px; background-size: 15px;}
    
    /* Sticky header */
    .header_wraper.sticky_header .top_bar_inner .logo_col{display: block;}
    .header_wraper.sticky_header .top_bar{padding:10px 0px;}

    /* Mega Menu */
    .mega_menu .mega_menu_items .mega_img_block{display: none;}
@media only screen and (max-width: 768px) {
    .nav_bar .nav_list.open_mega_menu .mega_menu_continer{ display:block; padding:0px 0px; box-sizing: border-box;box-shadow:none;}
}

    .nav_bar .nav_list.open_mega_menu .mega_menu_continer{ display:block; 
        position: relative; 
        padding:0px 0px; box-sizing: border-box;box-shadow:none;}
    .nav_list .mega_menu_continer .mega_menu{padding:15px 15px;}
    .mega_menu .mega_menu_items .news_title a{font-size: 14px; line-height: 20px;}
    .mega_menu .mega_menu_items .news_title{padding-top:6px;}
    .mega_menu .mega_menu_items{width: 100%;}
    .mega_menu_cta{padding-bottom:20px;}
    .nav_bar .nav_list.simple_dropdown .mega_menu{padding:0px 0px; min-width: auto;background-color:#ed1c24;}
    .nav_bar .nav_list.simple_dropdown .mega_menu li > a{    font-size: 20px;
    font-weight: bold;
    line-height: 20px;
    padding: 10px 10px;
    color: white;}



    /* Banner Section */
    .banner_block .banner_image .resp_image{display: block;}
    .banner_block .banner_image .desk_image{display: none;}
    .banner_block .banner_inner_block .banner_contect{width:55%;}
    .banner_block .banner_inner_block .banner_contect .banner_content_inner{padding:20px 20px;background-color:white;}
    .banner_block .banner_inner_block .banner_contect .title{
font-size: 20px; line-height: 28px; display:-webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical;display: flex;align-items:flex-start;}
	.banner_block .banner_inner_block .banner_contect .title .sub_ttl{position:unset;}
	.banner_block .banner_inner_block .banner_contect .title a{line-height: 30px; display:inline-block;color:black;width: 75%;}
    .banner_block .banner_inner_block .banner_contect{padding:0px 0px;}
    /* carousel navs */
    .banner_carousel.owl-carousel .owl-dots button span{display: block;}
    .banner_carousel.owl-carousel .owl-dots button{width: 8px; height:8px;}
	.banner_carousel.owl-carousel .owl-nav button{position:absolute; top:40%;}
	.banner_carousel.owl-carousel .owl-nav button img{width:10px;}
	.banner_carousel.owl-carousel .owl-nav .owl-prev{left:20px; transform:translate(0px, -50%);}
	.banner_carousel.owl-carousel .owl-nav .owl-next{right:20px; transform:translate(0px, -50%);}
    

    /* Latest News Section */
    .latest_news_container{flex-direction: column; align-items: flex-start; margin-bottom: 10px;}
    .latest_news_container .latest_news_carousel{width:95%; margin:auto; padding-top:20px;}
    .latest_news_block .latest_news_content .title{font-size: 18px; line-height: 24px;}
    .latest_news_container .primary_title{}
	.latest_news_block .img_block img{border-radius:20px;}
    /* Carousel nav */
    .latest_news_carousel.owl-carousel .owl-dots{text-align: center; padding-top:10px;}
    .latest_news_carousel.owl-carousel .owl-dots button span{display: none;}
    .latest_news_carousel.owl-carousel .owl-dots button{width: 8px; height:8px; border-radius: 25px; background-color: #fff; margin:0px 5px;}
    .latest_news_carousel.owl-carousel .owl-dots button.active{background-color: #000;}
	.latest_news_carousel.owl-carousel button img{width:10px;}
		.latest_news_carousel.owl-carousel .owl-prev{left:-20px;}
		.latest_news_carousel.owl-carousel .owl-next{right:-20px;}
    /* News Block */
    .news_container{padding:0px 0px;}
    
    .news_container .news_inner .left_col{width: 100%; margin-bottom: 20px;}
    .news_container .news_inner .right_col{width:100%;}
    .right_col .news_block:first-child{margin-bottom:20px;}
    .news_block .news_content{padding:20px 20px;}
    .right_col .news_block .news_content{padding:20px 20px;}
    .news_block .news_content .news_content_inner{flex-direction: column;}
    .news_block .news_content .news_dtl{width:100%;}
    .news_block .news_content .news_date{width: 100%;}
    .secondary_title, .right_col .news_block .news_content .news_dtl .secondary_title{font-size: 16px; line-height: 20px;}
    .secondary_title a{min-height: unset;}
    .news_block .news_content .news_dtl .text{width: 100%;}
    .news_block .news_content .news_date .date{font-size: 13px; line-height: 20px; margin-top:4px;}
    .news_container .news_inner .left_col .view_secondary_cta{margin-left:25px;font-size: 12px; line-height: 18px;}
    .left_col .news_block .news_content .view_secondary_btn { top:-27px; }

    /* Video Block */
    .video_container .primary_title{padding-bottom: 10px;}
    .video_container{padding:10px 0px 0px;}
    .news_video_block .news_video_content .video_title{font-size: 15px; line-height: 21px;}
    .video_basic_info .video_channel{font-size: 14px; line-height: 20px;}
    .video_basic_info .bottom_row .video_views,
    .video_basic_info .bottom_row .video_uploaded{font-size: 12px; line-height: 20px;}
    .news_global_videos .video_title .title{font-size: 18px; line-height: 26px; padding:20px 0px 10px;}
    .news_global_videos .video_title .play_all_btn{font-size: 14px; line-height: 22px; padding:0px 15px;}
    .news_global_videos .video_title .play_all_btn img{margin:0px 10px; width:10px;}

    .news_video_carousel.owl-carousel .owl-nav button{width:35px; height:35px;}
    .news_video_carousel.owl-carousel .owl-nav button img{width:6px;}
    .news_video_carousel.owl-carousel .owl-nav .owl-next{right:-15px; top:45%; transform: translateY(-50%);}
    .news_video_carousel.owl-carousel .owl-nav .owl-prev{left:-15px; top:45%; transform: translateY(-50%);}
	
.video_container .news_video_inner{background-color: transparent;
    padding: 0px;}
	.video_container .owl-carousel .owl-item img {
	border-radius:20px;
	}

    /* Social Block */
    .social_media_container{padding-top:9px;}
    .social_media_container .social_media_inner{padding-top:20px; width:100%;}
    .social_media_inner .twitter_block{flex-direction: column;  margin-bottom: 5px;}
    .social_media_inner .twitter_block .twitter_logo_col img{width: 60px;}
    .social_media_inner .twitter_block  .twitter_col_feeds{padding:15px 0px;}
    .social_media_inner .twitter_block .twitter_logo_col .text{font-size: 14px; line-height: 20px; padding-top:10px;}
    .social_media_inner .twitter_block .followus .text{font-size: 16px; line-height: 24px;}
    .social_media_inner .twitter_block .followus a.follow{font-size: 15px; line-height: 20px;}
    /* .social_media_block{flex-direction: column;} */
    .social_media_content_inner{padding:0px 15px 15px 15px;}
    .social_media_block .social_platform{width: 100%; margin-bottom: 15px;}
    .social_media_content .platform_logo img{width: 48px;display:none;}
	.social_media_content .platform_logo .social_res_img {
		width: 60px;
		border-radius: 50%;
		display: block; background-color:transparent;
	}
    
    .social_media_content .simple_txt{font-size: 14px; line-height: 20px; padding-top:10px; display:none;}
    .social_media_content .follow_us_block span{font-size: 16px; line-height: 24px;}
    .social_media_content .follow_us_block .follow_link{padding:4px 18px; line-height: 15px;}
    .social_media_content .social_media_date{padding-top:10px; display:none;}
    .social_media_block{padding:20px 0px 30px;}
	.social_media_content .platform_logo span{display:none;}
	.social_platform .social_media_content{background-color:transparent;}
.social_media_content .platform_logo{margin-top:-30px;}
.social_media_content .follow_us_block{display:none;}
.social_platform .social_main_image{border-radius:20px;}

    /* Footer */
    .footer_container{width: 100%;}
    .footer_inner{flex-direction: column; padding:20px 0px;}
    .footer_blocks.footer_col1{width:100%; justify-content:center;}
    .footer_blocks.footer_col1 .footer_logo{text-align: center;}
    .footer_blocks .footer_logo img{width: 100px;}
    .footer_blocks .footer_content{padding-top:20px; text-align: center; display: none;}
    .footer_blocks .footer_content.resp_footer_block{display: block;}
    .footer_blocks .footer_content .text{font-size: 14px; line-height: 22px;}
    .footer_blocks.footer_col2{width:100%; flex-direction: column; padding-top:0px;}
    .footer_blocks .footer_links .footer_title{display: none; background-image: url(../images/footer_resp_icon.png); background-repeat: no-repeat; background-size: 12px; background-position-x:0;background-position-y: 43%; color: #e8e8e8;}
    .footer_blocks .footer_links .footer_list li a{font-size: 14px; line-height: 22px; letter-spacing: 1px; /* margin:5px 0px; */ color: #fff;}
    .footer_blocks .footer_links .footer_list li:before{width:4px; height:4px;}
    .footer_blocks .footer_links .footer_list{display: none;}
    .footer_blocks .footer_links .footer_title.active_footer{color: #ed1c24; background-image: url(../images/footer_resp_active_icon.png);}
    .footer_blocks .footer_links.social_icons{justify-content: center; padding-top:20px;}
    .social_icons li a{width:35px; height:35px;}

    .footer_bottom .footer_content .text{font-size: 12px; line-height: 20px;}
	.footer_bottom .footer_content .nw_txt{font-size:13px;}
	.footer_bottom .footer_content a{font-size: 14px; line-height: 22px;}
    .footer_bottom .footer_content a:before{margin:0px 6px;}
    .footer_bottom .footer_content{padding:15px 0px;}

    .footer_blocks .footer_links.category_links .footer_list{display: none;}
    .footer_blocks .footer_links.category_links .footer_list li{width: 100%; margin-bottom:6px; }
    .footer_blocks .footer_links.category_links .footer_list{-moz-column-count: 1; -webkit-column-count: 1; column-count: 1;}


    .secondary_title_grid {
        font-size: 18px;
        line-height: 26px;
    }

    #wealth-news.news_container .news_inner{grid-template-columns: 1fr; grid-gap:15px; padding-top:0px;}
    #wealth-news.news_container .news_block{background-color: #fff;}
	

	.footer_bg{background-color:var(--primary_bg);}
	.footer_tabs{display:block; padding:15px 0px 12px;}
	.footer_tabs ul{display:flex; align-items:center; justify-content: center;}
	.footer_tabs ul li{font-size:16px; line-height:24px; font-weight:600; color:#fff; text-transform:uppercase; margin:0px 10px;display:flex; align-items:center;}
	.footer_tabs ul li img{max-width:100%; width:10px; margin:0px 10px;}
.footer_blocks .footer_links.social_icons{display:none;}
	.footer_blocks.resp_social_foot{display:block;}
	.footer_blocks.resp_social_foot .footer_links.social_icons{display:flex; justify-content:center; flex-wrap:wrap; padding-top:0px;}
	.footer_blocks.resp_social_foot .footer_links.social_icons li{margin:0px 0px; box-sizing:border-box;}
	.footer_blocks .footer_links.footer_about .footer_list li:nth-child(1) a{color:#fff;}
	.footer_blocks .footer_links.footer_about .footer_list li:nth-child(2) a{color:#fff;}
.footer_blocks .footer_links .footer_list li{margin-bottom:4px;}
	
.footer_blocks .footer_links.foot_tab_blocks_active .footer_list {display:block; padding:10px 15px;}
	.footer_tabs ul li.foot_active_tab{color:#000; }
.footer_blocks .footer_logo img:first-child{display:none;}
.footer_blocks .footer_logo img.resp_foot_logo{display:block;}
	.footer_blocks .footer_links.other_category_links.chan_link_foot .footer_list li{margin-bottom:4px;}
	.footer_blocks .footer_links.other_category_links.chan_link_foot .footer_list li a{color:#fff; line-height:22px;}
	.footer_blocks .footer_links.category_links .footer_list li:nth-last-child(-n+3) a{color:#000;}
	.footer_blocks .footer_links.category_links .footer_list li:nth-last-child(-n+3) a .foot_color_{color:#000;}
.footer_blocks .footer_links .footer_list li a .foot_color_{color:#fff;}
	
	.footer_tabs ul li img:first-child{display:block;}
	.footer_tabs ul li img:last-child{display:none;}
	.footer_tabs ul li.foot_active_tab img:last-child{display:block;}
	.footer_tabs ul li.foot_active_tab img:first-child{display:none;}
	.footer_bottom.desk_bottom_foot{display:none;}
	.footer_bottom.resp_bottom_foot{display:block;}
	.footer_blocks .footer_links#foot_lnk_3{padding:0px;}

    
}

@media screen and (min-width:450px) and (max-width:1079px){
	.bottom_content .headersearch .search,
    .china_header .bottom_content .headersearch .search{top:48px;}
	.header_wraper.sticky_header .top_bar_block.right_col .bottom_content{top:40px;}
   
    .secondary_title_grid {
        font-size: 18px;
        line-height: 26px;
    }
}
@media screen and (min-width:600px) and (max-width:1079px){
    .news_container .news_inner .right_col{display: flex; justify-content: space-between;}
    .right_col .news_block:first-child{margin-bottom: 0px;}
    .news_container .news_inner .right_col .news_block{width:49%;}
    .news_block .news_content .news_date .date{margin-top:6px;}
    .social_media_block .social_platform{width: 49%;}
    .social_media_inner .twitter_block{flex-direction: row;}
    .social_media_inner .twitter_block .twitter_col_feeds{padding:0px 15px; box-sizing: border-box;}
    .social_media_inner .twitter_block .twitter_logo_col img{width:50px;}
    .social_media_inner .twitter_block .twitter_logo_col .text{font-size: 13px; line-height: 16px;}
    .social_media_inner .twitter_block .followus .text{font-size: 14px; line-height: 16px;}
    .social_media_inner .twitter_block .followus a.follow{font-size: 12.5px; line-height: 19px; padding:2px 7px;}
    .footer_blocks .footer_logo img{width: 120px;}
    .secondary_title_grid {
        font-size: 18px;
        line-height: 26px;
    }
}

@media screen and (min-width:1080px) and (max-width:1840px){

    .main_container{padding:0px 15px; box-sizing: border-box;}
    .primary_title, .latest_news_container .primary_title{font-size: 24px; line-height: 32px;}
    .latest_news_container .primary_title{width: 22%;}
    .view_primary_cta{ font-size: 14px; line-height: 20px; padding:0px 4px;
        /* font-size: 20px; */
    }
    .view_secondary_cta{font-size: 12px; line-height: 20px; padding:0px 2px;}

    .news_container .news_inner .left_col .secondary_title a { -webkit-line-clamp: 2; }
    /* Header */
    header { min-height: 120px;}
    .top_bar{background-color: white; padding: 20px 0px 10px;}
    header.inp_wealth .top_bar{padding: 20px 0px 10px;}
    header.china_header .top_bar {padding: 25px 0px 17px;}
    header.saudi_header .top_bar {padding: 25px 0px 17px;}
    .top_bar_inner .top_bar_block{
        /* width: 40%; */
        min-height:28px;}
    .top_bar_inner .logo_col{width: 20%;}
    .top_bar_inner .logo_col .sub_text{padding-top:4px;}
    .top_bar_block .current_status li .status_txt{font-size: 12px; line-height: 12px; letter-spacing: .3px;}
    .top_bar_block .bottom_content .news_with_us,
    .top_bar_block .bottom_content .add_banner{font-size: 11px; line-height: 16px; margin-top:4px;}

    .top_bar_block .bottom_content{padding-top:10px; float: right;}
    .top_bar_inner .logo_col .main_logo img{width:85%;}
	header.china_header .top_bar_inner .logo_col .main_logo img{width:35%;}
    .top_bar_inner .logo_col .sub_text li .logo_btm_txt{font-size: 12px; line-height: 16px; letter-spacing: .2px;}
    .top_bar_inner .logo_col .sub_text li .logo_btm_txt:after{margin: 0px 10px 0px 5px; width: 2px; height:2px;}
    .top_bar_block .useful_links li{padding-left:0px;}
    .top_bar_block .useful_links li a{font-size: 12px; line-height: 18px; letter-spacing: 0px; color:black;}
    .top_bar_block .useful_links li a.international img{width:26px;}
    .top_bar_block .useful_links li a.pk_sd img{width:50px;}
    .top_bar_block .useful_links li a.pk_tk img{width:40px;}
    .top_bar_block .useful_links li a.pa_ch img{width:40px;}
    
    .social_icons li a{width:26px; height:26px;}
	.bottom_content .headersearch .search{width:280px;}

    /* Nav */
    .nav_bar .nav_list{padding:0px 6px}
    .navigation .nav_logo{padding-right:10px;}
    .navigation .nav_logo img{width: 50px;}
    .nav_bar .nav_list .nav_item{font-size: 15px; line-height: 22px;}
    .nav_bar .nav_list .nav_item .drop_icon{width: 10px; height: 6px;}


    /* Main Banner */
    .banner_block .banner_inner_block .banner_contect{padding:0px 30px; max-width:auto;}
    .banner_block .banner_inner_block .banner_contect .title{font-size:30px; line-height: 42px; margin-bottom: 5px;}
    .latest_news_block .img_block img{min-height:80px;}

    /* Latest News */
    .latest_news_container .latest_news_carousel{width: 75%; margin:auto;}
    .latest_news_block .latest_news_content .title{font-size: 15px; line-height: 24px;}
    .latest_news_carousel.owl-carousel button img{width:12px;}
    .latest_news_carousel.owl-carousel .owl-prev{left:-22px;}
    .latest_news_carousel.owl-carousel .owl-next{right:-22px;}

    /* News blocks */
    .news_container{padding:9px 0px 15px;}
    .news_container .news_inner .left_col .view_secondary_cta{font-size: 14px; line-height: 24px;}
    .news_container .news_inner .right_col .view_secondary_cta{font-size: 11px; line-height: 20px;}
    .left_col .news_block .news_content .view_secondary_btn { top: 35px; left: 15px; }
    .right_col .news_block .news_content .view_secondary_btn { top: 40px; left: 14px; }

    .news_block .news_content{padding:10px 15px;}
    .secondary_title {font-size: 24px; line-height: 30px; }
    .right_col .news_block .news_content .news_dtl .secondary_title{font-size: 20px; line-height: 24px;}

    .right_col .news_block .news_content{padding: 20px 20px;}
    
    .secondary_title a{min-height:24px;}
    .news_block .news_content .news_date .date{font-size: 11px; line-height: 22px;}
    .right_col .news_block:first-child{margin-bottom:13px;}
    .secondary_title_grid {
        font-size: 18px;
        line-height: 26px;
    }
 

    .news_container .news_inner .left_col .news_block .image_block { /* height:438px;overflow: hidden; */ height: 75%; }
    .news_block .image_block img{width: 100%; object-fit: cover; height: 100%; width: 100%; }

    /* Video block */
    .video_container{padding:8px 0px 0px;}
    .news_video_block .news_video_content .video_title{font-size: 16px; line-height: 22px;}
    .video_basic_info .video_channel{font-size: 14px; line-height: 19px;}
    .video_basic_info .bottom_row .video_views,
    .video_basic_info .bottom_row .video_uploaded{font-size: 13px; line-height: 19px;}

    .news_global_videos .video_title .title{font-size:20px; line-height:26px; padding:20px 0px;}
    .news_global_videos .video_title .play_all_btn{font-size: 16px; line-height: 24px; padding:0px 15px;}
    .news_global_videos .video_title .play_all_btn img{margin:0px 10px; width:14px;}

    /* Social Feeds block */

    .social_media_container .social_media_inner{padding-top:0px; width: 100%;}
    .social_media_inner .twitter_block .twitter_logo_col img{width:60px;}
    .social_media_inner .twitter_block .twitter_logo_col .text{font-size: 16px; line-height:24px;}
    .social_media_inner .twitter_block .followus .text{font-size: 18px; line-height: 24px;}
    .social_media_inner .twitter_block .followus a.follow{font-size: 16px; line-height:22px;}


    .social_media_content .platform_logo img{width: 60px;}
    .social_media_content .simple_txt{font-size: 15px; line-height: 21px; padding-top:5px;}
    .social_media_content .follow_us_block .follow_link{padding:6px 20px; line-height: 13px;}
    /* .social_media_content .follow_us_block{padding-top:18px;}
    .social_media_content .follow_us_block span{font-size: 18px; line-height: 32px;}
    .social_media_content .follow_us_block .follow_link{font-size: 16px; line-height: 24px;} */
    .social_media_content_inner{padding:0px 15px 15px 15px;}
    .social_media_content .platform_logo span{font-size: 14px;}
    .social_media_content .social_media_date{padding-top:10px;}
    .social_media_block{padding-bottom:0px;}
    /* Footer */ 

    .footer_container{width:100%;}
    .footer_inner{padding:30px 0px 25px;}
    .footer_blocks .footer_content .text{font-size: 15px; line-height: 22px;}
    .footer_blocks .footer_links .footer_list li a{font-size: 16px; line-height: 22px; margin:0px 0px;}
.footer_blocks .footer_links.chan_link_foot .footer_list li a{line-height:18px;}

}
@media screen and (min-width:1370px) and (max-width:1840px){
    .latest_news_block .img_block img{min-height:90px;}
}

@media screen and (min-width:1080px) and (max-width:1280px){
    .footer_container{width:100%;}
    .footer_blocks .footer_links .footer_list li a{font-size: 14px; line-height: 22px;}
    .navigation .nav_logo:nth-child(1){padding-left:8px;}
    .news_block .news_content .news_dtl {
        width:76%;
    }
	.top_content .current_status .separator{padding:0px 10px;}
}
@media screen and (min-width:1531px) and (max-width:1840px){
    .top_bar_block .current_status li{padding-right:0px;}
    .top_bar_block .current_status li:nth-child(1) img{width:20px;}
    .top_bar_block .current_status li:nth-child(2) img{width: 28px;}
    .top_bar_block .current_status li:nth-child(3) img{width:20px;}
    .top_bar_block .current_status li .status_txt{font-size: 14px; line-height: 14px;}
    
    .top_bar_inner .logo_col .sub_text li .logo_btm_txt{font-size: 13px; line-height: 18px;}
    .top_bar_block .useful_links li a.international img{width:26px;}
    .top_bar_block .useful_links li a.pk_sd img{width:50px;}
    .top_bar_block .useful_links li a.pk_tk img{width:40px;}
    .top_bar_block .useful_links li a.pa_ch img{width:40px;}
    .top_bar_block .useful_links li a{font-size: 14px; line-height: 22px;}

    .social_icons li a{width:34px; height:34px;}

    /* Navigation */
    .navigation .nav_logo{padding-right:15px;}
    .navigation .nav_logo img{width:60px;}
    .nav_bar .nav_list{padding:0px 8px;}
    .nav_bar .nav_list .nav_item{font-size: 14px; line-height: 22px;}
}

@media screen and (min-width:1080px) and (max-width:1530px){
    #side_bar.sticky_side_bar{top:100px;}
    header .main_container{max-width: 1200px;}
    .main_container{max-width: 1200px;}
	.banner_block .banner_inner_block .banner_contect .title{max-width:1200px;}
    .ticker-container {max-width: 1182px;}
}



@media screen and (min-width:1531px) and (max-width:1840px){

    .top_bar_block .current_status li .status_txt{font-size: 14px;}
    .top_bar_block .useful_links li a{background-color: white; color: black; font-size: 14px; line-height: 19px;}
    .top_bar_block .bottom_content .news_with_us,
    .top_bar_block .bottom_content .add_banner{font-size: 12px; line-height: 19px; margin-top:7px;}
    .nav_bar .nav_list .nav_item{font-size: 16px; line-height: 22px;}
    .nav_bar .nav_list{padding:0px 8px;}
    .navigation .nav_logo img{width:50px;}
}
@media screen and (min-width:1084px) and (max-width:1280px){
    .bottom_content .headersearch .search{top:-6px; width:250px}
    /* .china_header .bottom_content .headersearch .search{top:98px;} */
}

@media screen and (min-width:1281px) and (max-width:1380px){
    .bottom_content .headersearch .search{top:-6px;}
    /* .china_header .bottom_content .headersearch .search{top:100px;} */
}


/* @media screen and (min-width:1360px) and (max-width:1499px){
    .bottom_content .headersearch .search{top:116px;}
    .china_header .bottom_content .headersearch .search{top:106px;}
}
@media screen and (min-width:1500px) and (max-width:1709px){
    .bottom_content .headersearch .search{top:122px;}
    .china_header .bottom_content .headersearch .search{top:118px;}
}
@media screen and (min-width:1710px) and (max-width:1830px){
    .bottom_content .headersearch .search{top:130px;}
    .china_header .bottom_content .headersearch .search{top:126px;}
} */



/* *********************************************************************** */
/* China version */

@media screen and (min-width:200px) and (max-width:1079px){
    .china_version .navigation .nav_logo:nth-child(2) img {width: 42px;}
    .china_version .navigation .nav_logo:nth-child(1){padding-right:8px;}
    .china_version .top_bar_inner .logo_col .main_logo .resp_logo{width:50px;}
    .gallery_container {padding:12px 0px;}
    .gallery_container .gallery_block{grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));}
	
	.china_version .secondary_title a{color:#000;}
	.china_version .news_block .news_content .news_date .date{color:#000;}
	.china_version .news_block{background-color:transparent;}
}

@media screen and (min-width:1080px) and (max-width:1380px){
    .gallery_container .gallery_block{grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));}
    .china_version .top_bar_block .useful_links li a.pk_sd img{width:28px;}
    .china_version .top_bar_block .useful_links li a.pk_tk img{width:55px;}
    .china_version .top_bar_block .useful_links li a.pa_ch img{width:32px;}
}

@media screen and (min-width:1280px) and (max-width:1840px){
    .china_version .navigation .nav_logo:nth-child(1){padding-right:8px;}
    .china_version .navigation .nav_logo:nth-child(2) img{width:40px;}
    
    .china_version .top_bar_block .useful_links li a.pk_sd img{width:28px;}
    .china_version .top_bar_block .useful_links li a.pk_tk img{width:55px;}
    .china_version .top_bar_block .useful_links li a.pa_ch img{width:32px;}
}
/* *********************************************************************************** */
/* Saudi Version */

@media screen and (min-width:200px) and (max-width:1079px){
    .saudi_version .top_bar_inner .logo_col .main_logo .resp_logo{width: 100px;}
}

@media screen and (min-width:1080px) and (max-width:1380px){
    
    .saudi_version .top_bar_block .useful_links li a.pk_sd img{width:28px;}
    .saudi_version .top_bar_block .useful_links li a.pk_tk img{width:55px;}
    .saudi_version .top_bar_block .useful_links li a.pa_ch img{width:32px;}
}

@media screen and (min-width:1280px) and (max-width:1840px){
    
    
    .saudi_version .top_bar_block .useful_links li a.pk_sd img{width:28px;}
    .saudi_version .top_bar_block .useful_links li a.pk_tk img{width:55px;}
    .saudi_version .top_bar_block .useful_links li a.pa_ch img{width:32px;}
}

/* ************************************************************************************** */
/* News Listing Page */
@media screen and (min-width:200px) and (max-width:1079px){
    .news_container .news_inner.news_listing{grid-gap:16px; grid-template-columns: repeat(auto-fill, minmax(49%, 1fr)); padding-top:20px;}
    .imglist{grid-gap:8px; grid-template-columns: repeat(auto-fill, minmax(40%, 1fr)); padding-top:6px;}

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

@media screen and (min-width:1080px) and (max-width:1280px){
    .news_container .news_inner.news_listing{grid-gap:20px; grid-template-columns: repeat(auto-fill, minmax(30%, 1fr)); padding-top:20px;}
}

/* ****************************************************** */
/* View all page styling */

@media screen and (min-width:200px) and (max-width:1079px){
    .view_new_detail{padding-top:15px;}
    .view_news_detail_banner .news_block .news_content .news_dtl .text{font-size: 14px; line-height: 20px; margin-top:10px;}
    .view_new_detail .news_description{width: 100%; padding:20px 0px 0px;}
    .view_news_detail_banner .secondary_title{font-size: 18px; line-height: 24px;}
	.china_version .view_news_detail_banner .secondary_title{color:black;}
    .view_new_detail .news_description .text{font-size: 14px; line-height: 24px; padding-bottom: 15px;}
    .view_news_detail_banner .news_block .news_content .news_date{width: 100%;}
    .view_new_detail .related_container{max-width:320px; width:100%; margin:20px 0px 30px;}
    .view_new_detail .related_container .secondary_title{font-size: 20px; line-height: 28px;}
    .related_container .related_news_inner{padding-top:0px;}
    .related_container .related_news_inner .related_news_block{padding: 15px 0px 0px;}
    .related_news_block .related_news_content .title{font-size:16px; line-height: 22px;}
    .related_news_block .related_news_content .badge a{font-size: 13px; line-height: 20px;}
    .related_news_block .related_news_content .related_news_date .text{font-size: 14px; line-height: 20px;}
}

@media screen and (min-width:900px) and (max-width:1079px){
    .view_new_detail .news_description{width:68%;}
    .view_new_detail .related_container{max-width: 30%; padding:12px 12px;}
    .related_news_block .related_news_content .title{font-size: 14px; line-height: 20px;}
    .related_news_block .related_news_content .badge a{font-size: 12px; line-height: 16px;}
    .related_news_block .related_news_content .related_news_date .text{font-size: 12px; line-height: 18px;}
}

@media screen and (min-width:1080px) and (max-width:1840px){
    .view_new_detail{padding-top:9px;}
    .view_news_detail_banner .secondary_title{font-size: 20px; line-height: 32px;color: black;}
    .saudi_version .view_news_detail_banner .secondary_title{color: white;}
	.view_news_detail_banner .news_block .news_content .news_dtl .text{font-size: 16px; line-height: 22px; margin-top:10px;}
    .view_new_detail .news_description{padding-top:25px;}
    .view_new_detail .related_container{margin-top:25px;}
    .related_container .related_news_inner{padding: 0px;}
    .view_new_detail .news_description .text{font-size: 16px; line-height: 22px; padding-bottom:15px;}

    .related_news_block .related_news_content .title{font-size: 16px; line-height: 22px;}
    .related_news_block .related_news_content .badge a{font-size: 14px; line-height: 20px;}
    .related_news_block .related_news_content .related_news_date .text{font-size: 14px; line-height: 18px;}
}


/* ****************************************************** */
/* About Us */

@media screen and (min-width:200px) and (max-width:601px){
    .about_us_pg{padding-top:30px;}
    .aboutus_content{padding:20px 0px 30px;}    
    .aboutus_content .highlight_area { padding:8% 1%; margin:30px 0; }
    .aboutus_content .highlight_area h6 { font-size:18px; line-height:28px; }
    .aboutus_content .aboutus_img1 {  float:right; padding-right:0px; padding-bottom:20px; }
    .aboutus_content .aboutus_img2 {  float:right; padding-left:0px; padding-bottom:20px; }
    .aboutus_content p.text{font-size: 14px; line-height: 22px; padding-bottom: 15px;}
    .about_us_banner_cnt_inner .about_pg_banner_links{padding-top:4px;}
    .about_us_banner_cnt_inner .about_pg_banner_links li{font-size: 12px; line-height: 20px;}
    .about_us_inner .about_link{top:20px; right:20px;}
    .about_us_inner .about_link a{font-size: 15px; line-height: 23px;}
    .about_us_banner .image_block .about_pg_resp{display: block;}
    .about_us_banner .image_block .about_pg_desk{display: none;}
    .about_us_banner_cnt_inner .about_pg_banner_links li:after{margin:0px 4px;}
    .about_us_banner_cnt_inner .banner_logo img{max-width:70%;}
    .view_new_detail .news_description p { font-size: 15px; line-height: 26px; }
    .view_new_detail .news_description { font-size: 15px; line-height: 26px; }
    .embedded-video-style{
      height: 200px !important;
      object-fit: fill !important;
      background-color: #fff !important;
    }

}

@media screen and (min-width:600px) and (max-width:900px){
 
.aboutus_content .highlight_area { padding:5% 2%; margin:30px 0; }
.aboutus_content .aboutus_img1 { max-width:50%; }
.aboutus_content .aboutus_img2 { max-width:50%; }
.about_us_inner .about_link{top:30px; right:30px;}
.about_us_banner_cnt_inner .about_pg_banner_links li{font-size: 16px; line-height: 24px;}
.about_us_banner_cnt_inner .about_pg_banner_links li:After{margin:0px 5px;}
.aboutus_content p.text{font-size: 15px; line-height: 23px; padding-bottom: 15px;}
.about_us_inner .about_link a{font-size: 20px; line-height: 28px;}
    
}

@media screen and (min-width:900px) and (max-width:1200px){
 
.aboutus_content .highlight_area { padding:5% 2%; margin:30px 0;  margin:30px 0; }
.aboutus_content p.text{font-size: 16px; line-height: 24px; padding-bottom:20px;}
.about_us_inner .about_link{top:40px; right:40px;}
}
    
/* ****************************************************** */

@media (min-width:200px) and (max-width:900px){
    .static_three_col { width: 100%; margin:20px 0;}
	.static_three_col ul li{width: 100%;padding: 15px;margin: 0;margin-bottom: 20px;min-height: auto;}
	.static_three_col ul li span{font-size: 14px;}
    
     .static_three_col_top_section { width: 100%; margin:20px 0; padding-bottom: 30px;}
	.static_three_col_top_section ul li{width: 100%;padding:10px;margin: 0;margin-bottom: 0px;min-height: auto;}
	.static_three_col_top_section ul li span{font-size: 14px;}
    .contact_us_pg .tabset > label {
    padding: 10px 20px 10px;
    cursor: pointer;
    font-size: 16px;
    text-transform: uppercase;
}
    
	.contact_us_block{padding: 15px }
	.contact_us_block .forms .title{font-size: 16px;}
	.contact_us_block .forms{width: 100%;float: none;padding-right: 0;padding-bottom: 30px;}
	.contact_us_block .forms .margin_btm{margin-bottom: 20px;}
	.contact_us_block .forms .full_width{margin-bottom: 20px;width: 99.5%}
	.contact_us_block .forms .half_width{width:calc(47% + 1%);margin-right: 2%;}
	.contact_us_block .forms .margin_btm span{margin-bottom: 15px;}
	.contact_us_block .forms .mode_conduct li{width: auto;}
	.contact_us_block .forms .submit button{font-size: 13px;    padding: 12px 24px;
    padding-top: 14px;}
	.contact_us_block .map{width: 100%;float: none;}
	.contact_us_block .map img{max-width: 100%;float: none;}

    /* Updated Contact us css */
    .contact_us_pg{padding-top: 30px;}
    .contact_us_banner_cnt_inner .banner_logo{padding-top:30px;}
    .contact_us_banner_cnt_inner .banner_logo img{width:50%;}
    .contact_us_banner .image_block .contact_pg_resp{display: block;}
    .contact_us_banner .image_block .contact_pg_desk{display: none;}

    .contact_us_pg .contact_address{padding-top:20px;}
    .contact_address .contact_address_block{padding-bottom: 20px;}
    .contact_address_block .left_col{width: 100%;}
    .contact_address_block .left_col .title{font-size: 20px; line-height: 26px;}
    .contact_address_block .left_col .sub_txt{font-size: 17px; line-height: 24px;}
    .contact_address_block .left_col .address_info{width: 100%;}
    .address_info li span{font-size: 14px; line-height: 22px;}
    .contact_address_block .right_col{width: 100%; padding-top:20px;}

}


@media (min-width:600px) and (max-width:900px){
	.static_three_col ul li{text-align: center;}
	.static_three_col ul li{width: 31%;padding: 10px;box-sizing: border-box;min-height: 188px;margin-right: 10px;}
	.static_three_col ul li img{width: 42px;}
	.static_three_col ul li .circle{width: 70px;height: 70px;padding-top: 12px;}
	.static_three_col ul li span{font-size: 13px;}

    /* Updated Contact us css */
    .contact_us_banner .image_block .contact_pg_resp{display: none;}
    .contact_us_banner .image_block .contact_pg_desk{display: block;}
    .contact_us_banner_cnt_inner .banner_logo img{width:45%;}
    .contact_address_block .left_col .address_info{width: 80%;}
}


@media (min-width:650px) and (max-width:900px){
	.contact_us_block .forms{width: 55%;float: left;    padding-right: 20px;}
	.contact_us_block .map{width: 45%;float: right}
}



@media (min-width:901px) and (max-width:1190px){
	.static_three_col ul li{width: 32%;padding: 30px}
	.static_three_col ul li span{font-size: 13px}
	.contact_us_block .forms .half_width{width: 48%;margin-right: 10px;}
	.contact_us_block .map .map_address{padding-right: 37px;}
}

@media (min-width:767px) and (max-width:900px){
    .contact_address_block .left_col{width: 62%;}
    .contact_address_block .right_col{width: 38%;}
}
@media (min-width:901px) and (max-width:1280px){
    .contact_us_pg{padding-top:30px;}
    .contact_us_banner_cnt_inner .banner_logo{padding-top: 40px;}
    .contact_us_banner_cnt_inner .banner_logo img{width: 50%;}
    .contact_address .contact_address_block{padding-bottom:20px;}
    .contact_address_block .left_col{width:65%;}
    .contact_address_block .left_col .address_info{width:85%;}
    .contact_address_block .left_col .title{font-size: 26px; line-height: 32px;}
    .contact_address_block .left_col .sub_txt{font-size: 18px; line-height: 24px;}
    .address_info li span{font-size: 16px; line-height: 24px;}
    .contact_address_block .right_col{width:35%;}
}

@media (min-width:1281px) and (max-width:1520px){
    .contact_address_block .left_col .address_info{width:80%;}
    .contact_address_block .left_col{width: 65%;}
    .contact_address_block .right_col{width:35%}
}



/* ******************************************************** */
/* Terms and Conditions */

@media screen and (min-width:200px) and (max-width:899px){
    .cms_page{padding-top:20px;}
    .cms_page .cms_page_content h2{padding-bottom: 15px;}
    .cms_page .cms_side_bar{display: none;}
    .cms_page .cms_page_content{width:100%;}
    .cms_page .cms_page_content .text{font-size: 14px; line-height: 22px; padding-bottom: 15px;}
    .cms_page .cms_page_content h3{font-size: 18px; line-height: 26px; padding-bottom: 15px;}
}

@media screen and (min-width:900px) and (max-width:1380px){
    .cms_page .cms_side_bar li a{font-size: 16px; line-height: 24px; padding:8px 15px;}
    .cms_page .cms_page_content h2{padding-bottom: 15px;}
    .cms_page .cms_page_content .text{font-size: 16px; line-height: 24px; padding-bottom: 20px;}

}

@media screen and (min-width:200px) and (max-width:649px){
    #side_bar .sticky_side{position: static; width:100%;}
}
@media screen and (min-width:650px) and (max-width:1079px){
    #side_bar .sticky_side{top:68px;}
}

@media screen and (min-width:900px) and (max-width:1370px){
    .cms_page .cms_side_bar{width:250px}
    .faq_block .left_col{width:240px;}
    .faq_block .right_col{padding-left:40px;}
}

@media screen and (min-width:1100px) and (max-width:1530px){
    
    .cms_page .cms_side_bar {width:300px}
    .faq_block .left_col{width:300px}
}

@media screen and (min-width:1080px) and (max-width:1530px){
    #side_bar .sticky_side{top:100px;}
}

@media screen and (min-width:1531px) and (max-width:1839px){
    #side_bar .sticky_side{top:100px;}
}

/* ******************************************************** */
/* FAQs */


@media (min-width:200px) and (max-width:900px)
{
    .faq_block{padding:30px 0px 0px;}
	.faq_block .block_title {font-size: 16px;}
	.faq_block .tab_bar .tab_title {font-size: 20px; text-align: center; padding-bottom:20px;}
	.faq_block .faq_tabs {font-size: 14px; line-height: 20px; padding:15px 20px;}
	.faq_block .right_col .category .cat_title {font-size: 20px;}
	.faq_block .right_col {width: 100%; float: none; padding-left: 0px;}
	.faq_block .left_col {width: 100%; float:none;}
    .faq_block .accordion_block{margin-top:20px;}
    .faq_block .right_col .category{padding-top:20px;}
	.faq_block .accordion:before {width: 54px; height: 50px; line-height: 55px; transform: scale(0.8);}
	.faq_block .accordion_block .faq_acc_title {font-size: 14px; line-height: 20px}

	.faq_block .right_col .category { margin-top: 0px; }
	.faq_block .panel {padding-left: 47px;}
	.faq_block .panel p {padding-top: 20px;}
	.faq_block .panel p:last-child {padding-bottom: 20px;}

	.faq_block .content_block .sub_title {font-size: 18px;}
	.faq_block .content_block {padding-top: 30px;}
	
	.faq_block .tab_bar{padding-bottom: 10px;}
}

@media (min-width:650px ) and (max-width:901px )
{

	.faq_block .block_title {font-size: 30px;}
	.faq_block .right_col {width: 63%; float: right; padding-left: 35px;}
	.faq_block .left_col {width: 37%; float:left;}

	.faq_block .tab_bar .tab_title {font-size: 21px;}
	.faq_block .content_block .sub_title {font-size: 20px;}
	.faq_block .content_block {padding-top: 0px;}

	.faq_block .right_col .category .cat_title { font-size: 22px;}

}


/* ****************************************************** */
/* RSS Feed */

@media screen and (min-width:200px) and (max-width:601px){
    .rss_feed { width:100%; padding:40px 0; }
    .rss_feed .forms .half_width{width:100%; margin-right:0px; margin-bottom:20px;}
    .rss_feed .inp-box { width: 100%; float: left; margin: 10px 20px 0px 0; }
}
    
@media screen and (min-width:600px) and (max-width:801px){
    .rss_feed { width:100%; padding:40px 0; }
    .rss_feed .forms .half_width{width:45%; margin-right:20px; margin-bottom:20px;}
    .rss_feed .inp-box { width: 46%; float: left; margin: 10px 20px 0px 0; }
}
    
@media screen and (min-width:800px) and (max-width:1001px){
    .rss_feed { width:100%; padding:40px 0; }
    .rss_feed .forms .half_width{width:46.5%; margin-right:20px; margin-bottom:20px;}
    .rss_feed .inp-box { width: 46%; float: left; margin: 10px 20px 0px 0; }
}
    
@media screen and (min-width:1000px) and (max-width:1600px){
    .rss_feed { width:100%; padding:40px 0; }
    .rss_feed .forms .half_width{width:45.5%; margin-right:20px; margin-bottom:20px;}
    .rss_feed .inp-box { width: 31%; float: left; margin: 10px 20px 0px 0; }
}


/* ********************************** */
/* All Videos Page */

@media screen and (min-width:200px) and (max-width:1024px){
    .video_container.all_videos{padding-top:30px;}
    .video_container.all_videos .news_video_inner{padding:15px 0px;}
    .video_container.all_videos .all_news_video{grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));}
}

@media screen and (min-width:200px) and (max-width:1330px){
    .video_container.all_videos .all_news_video{grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));}

}
/* Search Block Responsive */

@media screen and (min-width:200px) and (max-width:899px){
    .search_sgst_content .title{font-size: 14px; line-height: 18px;}
}

/* / Gallery page Responsive tab / */

@media screen and (min-width:200px) and (max-width:1079px){
    .video_container .tab{display: flex; float: unset; justify-content: center; padding-top:0px;}
}

@media screen and (min-width:450px) and (max-width:1079px){
    .video_container .tab{display: inline-flex; float: right; justify-content: unset; padding-top:3px;}
}

/* ****************************************** */
/* INP wealth page Resp */

@media screen and (min-width:200px) and (max-width:1079px){
    .inp_wealth .wealth_page_ttl{padding:20px 0px 15px;}
    .inp_wealth .latest_news_container .latest_news_carousel{width:100%;}
    .inp_wealth #wealth-news .news_inner{grid-template-columns: 1fr; grid-gap: 20px; padding-top:10px;}
    #wealth-news .news_block .news_content .news_dtl .secondary_title{width:80%;}
    #wealth-news .news_block .news_content .news_date .date{padding-top:0px; margin-top:0px;}
    .inp_wealth .view_new_detail .related_container{margin-top:20px;}
}

@media screen and (min-width:767px) and (max-width:1079px){
    .inp_wealth #wealth-news .news_inner{grid-template-columns: 1fr 1fr;}
    #wealth-news .news_block .news_content .news_dtl .secondary_title{width:74%;}
    .related_container #wealth-news .news_block .news_content .news_dtl .secondary_title{width:70%; font-size: 18px;}
    #wealth-news .pagination .custom_pagination{padding:20px 0px 20px;}  

}


@media screen and (min-width:1080px) and (max-width:1840px){
    .inp_wealth #wealth-news .news_inner{grid-gap: 15px;}
    #wealth-news .news_block .news_content .news_dtl .secondary_title{width:75%;}
    #wealth-news .news_block .news_content .news_date .date{padding-top:0px; margin-top:0px;}
    #wealth-news .news_block .news_content .news_date .date{padding-top:2px;}
}

@media screen and (min-width:200px) and (max-width:650px){

    
.main_container .error-text-center{
    text-align: center;
    padding: 30px 0;
  }
  .main_container .error_title{
      color: #fff;
      font-family: 'Avenir bold', 'Roboto';
      font-weight: 700;
      color: #000;
      text-transform: uppercase;
      font-size: 28px;
      padding-bottom:10px;
  }
  @media screen and (min-width: 200px) and (max-width: 1079px)

  .main_container .error_message{
      padding-bottom: 25px;
      line-height: 30px;
  
  }
  
  .main_container .error_link{
      background: #ed1c24;
      padding: 6px 12px;
      color: #fff;
      font-size: 15px;
      text-transform: uppercase;
  }
}

@media screen and (min-width:200px) and (max-width:1530px){
    
 .news_block .news_content .news_dtl .text { -webkit-line-clamp: 1; min-height: 20px; }
    
}

@media screen and (min-width:1839px) and (max-width:3000px){
    
 .news_container .news_inner .left_col { width: 66.5%; }
 .news_container .news_inner .right_col { width: 32.5%; }
 /* .news_block .news_content .news_dtl .text { -webkit-line-clamp: 1; min-height: 20px; } */
 .news_container .news_inner .left_col .secondary_title a { -webkit-line-clamp: 2; }
}

@media screen and (min-width:1080px) and (max-width:1180px){
    .nav_bar .nav_list .nav_item { padding: 5px 0px 5px; }
}
@media screen and (min-width:200px) and (max-width:1080px){
    header.china_header .top_bar { padding:12px 0; }   
}

.search_pagination .pagination {
    width: 100%; background-color: #f5f5f5; padding:10px 15px; display: inherit;box-sizing: border-box;
}
.search_pagination .pagination li{
    display: inline-block;
}
.search_pagination .pagination li a { font-size:14px; color:#000;}
.search_pagination .pagination li a:hover {color:#ed1c24;}
.search_pagination .pagination li:last-child {float: left;}

@media screen and (min-width:200px) and (max-width:1079px){
.search_detail_pg .search_suggestion { width: 100%; }
.top_bar_block .bottom_content {display: none !important;}
.nav_bar .resp_nav{display: block; }
.nav_bar .nav_list {padding: 0px 0px;    border-bottom: 1px solid;}

}

@media screen and (min-width:200px) and (max-width:600px){
.view_new_detail .related_container{max-width:100%; width:100%; margin:20px 0px 30px;}
.search_sgst_block .search_img{width: 100%; display: block;}
.main_container .error_title img {max-width:40%; height: auto;}
.main_container .error_message img {max-width: 15%; height: auto;}
}

@media screen and (min-width:1450px) and (max-width:2000px){
.inp_wealth .top_bar { padding: 20px 0px 10px;}
}

@media screen and (min-width:200px) and (max-width:768px){
    .latest_news_container { display:block; }
    
    .banner_carousel.owl-carousel .owl-dots{display: block;text-align: center; position: absolute;bottom:20px; width: 100%;}
    .news_block {background-color: none;}

    .news_container .news_inner.news_listing .news_block .news_content { padding: 10px 0px; border:none;
    }
    .inp_wealth .news_block .news_content { padding: 10px 0px; border:none;
    }

    #wealth-news .news_container .news_inner.news_listing .news_block .news_content { padding: 10px 0px; border:none;
    }

    .pagination_links li {
        margin: 0px 5px;
        padding: 4px 8px;
    }

    .pagination_links li a {
       font-size:12px;
    }
}
@media screen and (min-width:1080px) and (max-width:1366px){
    /* .main_container {max-width: 1000px;} */
    .right_col .news_block .news_content .news_dtl .secondary_title{font-size: 16px; line-height: 24px;}
    .secondary_title {font-size: 20px; line-height: 30px; }
    .right_col .news_block .news_content{padding: 20px 15px;}
    .news_block .news_content{padding:10px 15px;}
    .secondary_title a { -webkit-line-clamp: 1; }
    .secondary_title a { min-height: 24px;}
    /* .news_block .news_content .news_dtl .text { -webkit-line-clamp: 1; min-height: 20px; } */
    .news_container .news_inner .left_col .secondary_title a { -webkit-line-clamp: 2; }
}


/*  Responsive Design Update June 3rd 2022  */

@media screen and (min-width:200px) and (max-width:768px){
    
    .banner_block .banner_inner_block .banner_contect { width:auto; }
    .news_block .news_content { padding:5px 5px; background:#fff; }
    .secondary_title a { color: #000; }
	.saudi_version .secondary_title a { color: #000; }
	.saudi_version .news_block .news_content .news_date .date{color:#000;}
	.saudi_version .secondary_title{color:#000;}
    .news_container .news_inner .left_col .news_block .image_block { background:#fff; }
    .news_container .news_inner .right_col .news_block .image_block { background:#fff; }
    .news_container .news_inner .left_col .news_block .image_block img { border-radius:20px; }
    .news_container .news_inner .right_col .news_block .image_block img { border-radius:20px; }
    .view_secondary_cta { font-size: 12px; line-height:20px; padding: 0px 15px; border-bottom-left-radius: 0px; margin-left: 13px;}
    .left_col .news_block .news_content .view_secondary_btn { top: -35px; }
    .news_block .news_content .news_dtl .text { font-size: 13px; color: #000; }
    .news_block .news_content .news_date .date { font-size:12px; line-height: 20px; margin-top: 4px; color: #000; margin-left: 15px;}
    .news_container .news_inner { padding-top: 10px; }
    .btn_top {left: 12px; position: absolute; float: left; padding:0px 15px; display: flex; top: -35px;}
    #wealth-news .news_inner {display: grid;justify-content: space-between;width: 100%;grid-template-columns:1fr;grid-gap: 15px;}
   
    .news_container .news_inner .left_col { margin-bottom: 10px; }
    .right_col .news_block:first-child { margin-bottom: 10px; }
    
    /* Right Side */
    .right_col .news_block .news_content { padding:5px 5px; }
    right_col .news_block .news_content .view_secondary_btn { top: -24px; }
    
    /* Category page */
    
    .secondary_title_grid { font-size:15px; line-height:20px; }
    .news_block .image_block img { border-radius:20px; }
    .news_container .news_inner.news_listing .news_block .image_block { background:#fff; }
    .secondary_title_grid a { color:#000; }
    .news_listing .news_block .news_content .view_secondary_btn { top:-22px; }
    .right_col .news_block .news_content .view_secondary_btn { top: -36px; left: 15px; }
    .secondary_title { color: #000; }
    .view_news_detail_banner .secondary_title { font-size: 16px; }
	.inp_wealth .view_news_detail_banner .secondary_title{color:#000;}
    .footer_logo { width: 100%; }
     .wealth_detail{background-color: #fff !important; padding: 10px 0px !important;}
    .inp_wealth .news_block .wealth_detail .news_date .date{ color:#000 }
    
}

@media screen and (min-width:200px) and (max-width:768px){

    .footer_copy_right_container .copy_by { width:100%; text-align:center; padding-bottom: 5px;}
    .footer_copy_right_container .developed_by { width:100%; text-align:center; }

}

@media screen and (min-width:1530px){
    .embedded-video-style{
      height: 500px !important;
    }
}

@media screen and (min-width:200px) and (max-width:600px){
	.banner_block .banner_inner_block .banner_contect .title a{
	font-size: 15px;
    line-height: 20px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
	}
	.banner_block .banner_inner_block .banner_contect .banner_content_inner {
		padding: 10px 20px;
		box-sizing:border-box;
	}
	.news_block{
    	border-left: 0px;
		border-right: 0px;
		border-bottom: 0px;
	}
	.saudi_version .news_block{
	background-color:white;
	}
}
@media screen and (min-width:1280px) and (max-width:1480px){
    .top_bar_block .current_status li{padding-right:0px;}
}