* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: auto !important;
}
body{
    background: #f9fafc !important;
}
#moneyweb-wrapper, #wrapper, #container{
    /* width: 100% !important;
    padding: 0px !important; */
    max-width: 1000px;
    padding: 0px 0px;
    margin: 0 auto;
}
#moneyweb-container{
    display: flex;
    justify-content: space-between;
    gap: 40px;
    /* display: flex;
    justify-content: space-between;
    gap: 45px;
    max-width: 1280px !important;
    margin: 0 auto !important;
    padding: 0 20px;
    width: unset !important; */
}
#moneyweb-leftPanel{
    --gr-left-container-width: 660px;
    width: var(--gr-left-container-width);
}
#moneyweb-rightPanel{
    width: 300px;
}

img {
    max-width: 100%;
}

.english-fontfamily{
  font-family: "Open Sans", sans-serif !important;
}
.tamil-fontfamily{
  font-family: Latha,TSCu_paranar,Arial !important;
}
.malayalam-fontfamily{
  font-family: 'Noto Sans Malayalam', Arial, Helvetica, sans-serif !important;
}
.hindi-fontfamily{
  font-family: 'Ek Mukta',sans-serif !important;
}
.kannada-fontfamily{
  font-family: 'NotoSansKannada' !important;
}
.telugu-fontfamily{
  font-family: Gautami,Pothana2000,Arial,Helvetica,sans-serif !important;
}

.seperator5px{height:5px; clear:both; font-size:0}
.seperator10px{height:10px; clear:both; font-size:0}
.seperator15px{height:15px; clear:both; font-size:0}
.seperator20px{height:20px; clear:both; font-size:0}
.main_heading{font-size: 20px;font-weight: bold;margin: 0;padding: 5px 0 5px 0}
.sub_heading{font-size: 18px;font-weight: bold;margin: 0;padding: 5px 0 5px 0}
.inner_sub_heading{font-size: 16px;font-weight: bold;margin: 0;padding: 5px 0 5px 0}
.web-breadcrumb {font-size: 15px;color: #333;font-weight: normal;margin: 12px 0px;}
.web-breadcrumb a {color: #333;text-decoration: none;}
.web-bredcrumb-arrow {
    background: url(/common_dynamic/images/web/bredcrumb-arrow.svg) no-repeat 0 0;
    width: 16px;
    height: 16px;
    display: inline-block;
    margin-right: 5px;
    vertical-align: middle;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
}

A:link {text-decoration: none; color: #333}
A:visited {color: #333; text-decoration: none}
A:active {text-decoration: none}
A:hover { color: #333;text-decoration: none}

/***************** Select 2 *****************/
.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #f5f5f5 !important;
    color: #333 !important;
    font-weight: 600;
}

/********************************************/

/* New Common Header style */
.gr-heading {
    color: #ffffff;
    background-color: #141d27;
    border-radius: 5px;
    padding: 12px 20px;
    margin: 32px 0px 24px 0px;
    position: relative;
    margin-bottom: 16px;
    font-size: 20px;
    font-weight: 700;
    line-height: 23px;
}
.gr-heading:before { 
    position: absolute;
    background-color: #159b5a;
    content: "";
    width: 3px;
    top: 10px;
    bottom: 10px;
    left: 10px;
}


/***************** Section Listing Blocks ****************/

.gr-section-list {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 16px 32px;
    margin-bottom: 32px;
}

.gr-section-list a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 198px;
    width: 198px;
    padding: 12px 21px 12px 10px;
    background-color: #ffffff;
    border-radius: 5px;
    text-decoration: none;
    gap: 20px;
}

.gr-section-list.two-columns a {
    max-width: 300px;
    width: 300px;
}

.gr-section-list a:hover p {
    color: #159b5a;
    font-size: 17px;
}

.gr-section-list a > p {
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0.01em;
    color: #363636;
    margin: 0;
    text-align: left;
    transition: font-size 0.3s ease-in-out;
}

.gr-arrow-right-green {
    display: inline-block;
    width: 8px;
    height: 15px;
    background-image: url("https://images.goodreturns.in/common_dynamic/images/arrow-right-green.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    transition: transform 0.3s ease-in-out;
}

a:hover .gr-arrow-right-green {
    transform: translateX(4px);
}

/* ----------------- Right Menu HTML Include ----------------- */

.gr_listing_right_include{ margin: 20px 1px 10px 1px; }
.gr_list_right_head_wrapper{ background: #141D27; border-radius: 5px; padding: 8px 10px 10px 10px; margin: 0 0 24px 0; display: flex; align-items: center; justify-content: space-between; } 
.gr_list_right_heading { font-size: 16px; font-weight: bold; color: #fff; position: relative; padding: 5px 0 5px 11px; } 
.gr_list_right_heading:before { content: ''; position: absolute; left: 0; bottom: 3px; top: 3px; width: 3px; background: #159b5a; margin: auto; } 
.gr_list ul { list-style: none; }
.gr_list ul li {margin: 12px 0;}
.gr_list ul li a {padding: 5px;background: #F5F6F7;display: block;font-size: 15px;line-height: 20px;color: #645F5F;border-radius: 5px;}

/* Temporary style */
.gr_list_right_head{ color: #fff; background: #141D27; border-radius: 5px; padding: 8px 10px 10px 10px; margin: 24px 0; font-size: 20px; font-weight: bold; } 

   
/*   -------------------- Search Box Styles FOR mf/COMPANY PAGES ------------------------*/
   

.company-search {
	border: none;
	margin-bottom: 5px;
	height: 62px;
	width: var(--gr-left-container-width);
	background: #ebebeb;
    display: flex;
    justify-content: center;
    background: #e8f7f0 none repeat scroll 0 0;
}
.left-label {
background: #f9f9fa -moz-linear-gradient(center top , #fefefe 7%, #f9fafa 45%, #eff1f1 76%) repeat scroll 0 0;
float: left;
height: 62px;
line-height: 62px;
padding: 0 5px;
width: 160px; 
}
.company-search label {
	color: #333;
        font-size: 17px; 
}
.right-inputs {
	background: #e8f7f0;
	padding: 11px 0;
	float: left;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.input-btn {
    background: #279e74 none repeat scroll 0 0;
    border: medium none;
    border-radius: 0;
    color: #fff;
    cursor: pointer;
    float: left;
    font-size: 15px;
    font-weight: 600;
    height: 30px;
    line-height: 25px;
    outline: medium none;
    width: 55px;
    border-radius: 30px;
}
.input-txt {
    background: #fff none repeat scroll 0 0 !important;
    border: medium none;
    color: #6d6d6d;
    float: left;
    margin-left: 5px;
    outline: none;
    padding: 0 10px;
    border: 1px solid #eceaeb;
    border-radius: 30px;
    width: auto;
}
.right-inpt {
    float: left;
    display: flex;
    align-items: center;
    background: none;
    border: none;
}
.left-inpt {
    float: left;
    margin: 0 5px;
    width: 171px;
    border: none;
}
	.select-opt {
        background: #fff none repeat scroll 0 0;
        color: #6d6d6d;
        float: left;
        height: 37px;
        margin: 0 5px 0 0;
        width: 171px;
        padding: 10px 5px 5px;
        border: 1px solid #eceaeb;
        border-radius: 30px;
        padding: 5px 10px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        user-select: none;
	}
	.select-opt option{
	padding: 5px;	
	}


/*   --------------------End of Search Box Styles--------------------------*/







/*------------------------New Content Blocks------------------------------*/
.gr-content-head {
  background: none repeat scroll 0 0 #F6F6F6;
  border-color: #CCCCCC #CCCCCC #F47323;
  border-style: solid;
  border-width: 1px 1px 2px;
  font-weight: bold;
  line-height: 33px;
  padding: 5px;
  
}

.gr-content-block{
	border: 1px solid #dedede;
    box-shadow: 0 2px 3px #ccc;
    padding: 10px;
    text-align: justify;
}

.gr-content-head h1{
  font-size: 24px;
}
.gr-content-block h2{
	font-size: 17px;
	margin-top: 10px;
}

.gr-content-block h3{
	font-size: 15px;
	margin-top: 5px;
}
.gr-content-block p{
margin: 1px;
padding: 3px 1px;
}


.gr-right-block{
	margin: 5px 0;
}
.gr-right-block li{
	list-style:none;	
}
.gr-right-block li a{
	font-size: 14px;
	color: #0066cc;
	text-decoration: none;
	line-height: 24px;
	padding:0 0 0 10px;
	display:block;
	background: url(/common_dynamic/images/arrow-li.png) no-repeat left 10px;
}
.gr-right-block-head {
  background: none repeat scroll 0 0 #F6F6F6;
  border-color: #CCCCCC #CCCCCC #F47323;
  border-style: solid;
  border-width: 1px 1px 2px;
  font-size: 14px;
  font-weight: bold;
  line-height: 33px;
  text-align: center;
}

.gr-right-block-links{
	padding:10px 0;
	border-bottom: 1px solid #ccc;
	border: 1px solid #ccc;
    padding: 10px; 
	
}

.gr-more-right{
	font-size: 13px;
	margin-bottom: 15px;
}
.gr-more-right a{
	background: url("/images/bullet.gif") no-repeat scroll right center rgba(0, 0, 0, 0);
	color: #0066CC;
	padding-right: 10px;
	float: right;
	text-decoration: none;
	text-transform: lowercase;
}

input.gr-loading-block-input-box {
	background: url("/common_dynamic/images/loading.gif") no-repeat scroll 98% center / 9% auto rgba(0, 0, 0, 0);
	z-index: 1000;
	padding-right: 34px;
	width: 200px;
}

.gr-white-color-text{
	color: #fff !important;
}

/*---------------------------------------------------------------------------------------*/

.gr-dynamic-content{
    margin-top: 24px;
}

.gr-dynamic-content p{
    font-size: 16px;
    line-height: 26px;
    color: #333;
}

.gr-dynamic-content h2{
	/* border-bottom: 1px solid #CCCCCC; */
	clear: both;
	margin-bottom: 7px;
	font-size: 18px;
	padding: 10px 0 !important;
}

.gr-dynamic-content h3{
	border-bottom: 1px solid #CCCCCC;
	clear: both;
	margin-bottom: 14px;
	font-size: 17px;
	padding: 10px 0 !important;
}







/*--------------- Social Share ----------------------------------------------------------------------*/

#social-share-new a{
	
	margin: 0 2px;
}	

#socialWrapper {
    border-bottom: 1px solid #dbdbdb;
    clear: both;
    margin: 5px 0;
    padding-bottom: 3px;
}


.fbShare {
    background: rgba(0, 0, 0, 0) url("/common_dynamic/images/wap/social-media-icons.png") no-repeat scroll 0 0;
    display: block;
    float: left;
    height: 35px;
   	text-indent: -9999px;
    width: 35px;
}

.fbShare:hover {
    background: rgba(0, 0, 0, 0) url("/common_dynamic/images/wap/social-media-icons.png") no-repeat scroll 0 -35px;
    
}



.twShare {
    background: rgba(0, 0, 0, 0) url("/common_dynamic/images/wap/social-media-icons.png") no-repeat scroll -35px 0;
    display: block;
    float: left;
    height: 34px;
    margin-right: 3px;
    text-indent: -9999px;
    width: 35px;
}

.twShare:hover  {
    background: rgba(0, 0, 0, 0) url("/common_dynamic/images/wap/social-media-icons.png") no-repeat scroll -35px -35px;
}

.gpShare {
    background: rgba(0, 0, 0, 0) url("/common_dynamic/images/wap/social-media-icons.png") no-repeat scroll -70px 0;
    display: block;
    float: left;
    height: 35px;
   	text-indent: -9999px;
    width: 35px;
}



.gpShare:hover  {
    background: rgba(0, 0, 0, 0) url("/common_dynamic/images/wap/social-media-icons.png") no-repeat scroll -70px -35px;
}


.wpShare {
    background: rgba(0, 0, 0, 0) url("/common_dynamic/images/wap/social-media-icons.png") no-repeat scroll -245px 0;
    display: block;
    float: left;
    height: 35px;
   	text-indent: -9999px;
    width: 35px;
}


.wpShare:hover  {
    background: rgba(0, 0, 0, 0) url("/common_dynamic/images/wap/social-media-icons.png") no-repeat scroll -245px -35px;
}


.mailShare{
    background: rgba(0, 0, 0, 0) url("/common_dynamic/images/wap/social-media-icons.png") no-repeat scroll -105px 0;
    display: block;
    float: left;
    height: 35px;
   	text-indent: -9999px;
    width: 35px;
}

.mailShare:hover  {
    background: rgba(0, 0, 0, 0) url("/common_dynamic/images/wap/social-media-icons.png") no-repeat scroll -105px -35px;
}

.cmShare{
    background: rgba(0, 0, 0, 0) url("/common_dynamic/images/wap/social-media-icons.png") no-repeat scroll -140px 0;
    display: block;
    float: left;
    height: 35px;
   	text-indent: -9999px;
    width: 35px;
}

.cmShare:hover  {
    background: rgba(0, 0, 0, 0) url("/common_dynamic/images/wap/social-media-icons.png") no-repeat scroll -140px -35px;
}



.appleShare{
    background: rgba(0, 0, 0, 0) url("/common_dynamic/images/wap/social-media-icons.png") no-repeat scroll -175px 0;
    display: block;
    float: left;
    height: 35px;
   	text-indent: -9999px;
    width: 35px;
    margin-right:5px;
}

.appleShare:hover  {
    background: rgba(0, 0, 0, 0) url("/common_dynamic/images/wap/social-media-icons.png") no-repeat scroll -175px -35px;
}

.androidShare{
    background: rgba(0, 0, 0, 0) url("/common_dynamic/images/wap/social-media-icons.png") no-repeat scroll -210px 0;
    display: block;
    float: left;
    height: 35px;
   	text-indent: -9999px;
    width: 35px;
}

.androidShare:hover  {
    background: rgba(0, 0, 0, 0) url("/common_dynamic/images/wap/social-media-icons.png") no-repeat scroll -210px -35px;
}


.shareSeprator {
    border-right: 1px solid #e0e0e0;
    display: block;
    float: left;
    line-height: 35px;
    margin-right: 3px;
    padding: 0 2px;
    text-align: center;
    text-indent: -9999px;
}


.cmCounts{
	padding-left: 5px;
	float: left;
	
}
.cmCountNo {
    color: #009c33;
    display: block;
    font-size: 19px;
    font-weight: bold;
    line-height: 11px;
    padding-top: 11px;
}

.cmCountTitle{
	display: block;
	color: #666666;
	font-size: 12px;
	
	line-height: 15px;
}

.cmCountTitle a {
	text-decoration: none;
}
.dateTitle{
	font-weight: bold;
}

.shareApp{
	float: right;
}



/*--------------- End of Social Share --------------------------------*/




.share-block{
	width: 672px !important;
}


.gsib_a, .gsib_b {
    height: 18px!important;
}




/*---------------------Article Listings------------------------------------*/



.gr-article-heading-wrapper {
    background: #141D27;
    border-radius: 5px;
    padding: 8px 10px 10px 10px;
    margin: 24px 0 0 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.gr-article-heading {
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    position: relative;
    padding: 5px 0 5px 11px;
    margin-bottom: unset;
}
.gr-article-heading:before { 
    content: '';
    position: absolute;
    left: 0;
    bottom: 3px;
    top: 3px;
    width: 3px;
    background: #159b5a;
    margin: auto;
}
.gr-h-news
{
	border-bottom: solid thin #eceaeb;
	font-size: 14px;
}
.gr-h-news-title
{
    font-size: 18px;
    display: block;
    padding: 8px 0px 4px;
}
.gr-h-news, .gr-h-news p
{
    font-size: 16px;
    color: #333;
    font-weight: normal;
    line-height: 26px;
	padding: 4px 0px 4px;
    overflow-wrap: break-word;
}
.gr-h-date{
    font-size: 14px;
    color: #645f5f;
	display:block;
	text-align: right;
	padding: 0 10px 10px;
}


.gr-article-container ul  {
	font-size: 15px;
	line-height: inherit;
	margin: 1px;
	padding: 3px 1px 1px 30px;
}
.gr-article-container ol  {
	font-size: 15px;
	line-height: inherit;
	margin: 1px;
	padding: 3px 1px 1px 30px;
}
/*---------------------------------------------------------------*/

	.gr-static-content-block ol {
        color: #333;
		font-size: 16px;
		line-height: 26px;
		padding: 3px 1px 1px 18px;
        margin-left: 15px;
	}

	.gr-static-content-block ol li {
        padding: 4px 0;
        list-style-type: auto;
    }

	.gr-static-content-block h2, .gr-static-content-block h3 {
        color: #363636;
		font-size: 18px;
		clear: both;
        margin-top: 32px;
	}
	.gr-static-content-block h2.accor-head, .gr-static-content-block h3.accor-head {
		background: url(/common_dynamic/images/gd-accor-plus.png?v=1.5) no-repeat 0 center;
		padding: 10px 0 10px 20px;
        background-size: 20px;
        cursor: pointer;
	}
	.gr-static-content-block h2.accor-head.active, .gr-static-content-block h3.accor-head.active  {
		background: url(/common_dynamic/images/gd-accor-minus.png?v=1.5) no-repeat 0 center;
        background-size: 20px;
	}
	.gr-static-content-block p {
        font-size: 16px;
        color: #333;
        font-weight: normal;
        line-height: 26px;
        padding: 12px 0 0 0;
	}

    .gr-static-content-block p a {
        color: #333;
        text-decoration: none;
        font-weight: 600;
    }
	
    .gr-content-background{
		/*background: #F7F7F7;*/
		clear: both;
	}

	.gr-static-content-block ul {
        color: #333;
		font-size: 16px;
		line-height: 26px;
		margin-left: 15px;
		padding: 3px 1px 1px 18px;
	}
	
    .gr-static-content-block ul li {
        list-style-type: disc;
        padding: 4px 0;
    }

/* ----------------------------------------------------------------- */


/* article list styles for center portion */
.gr-center-article-blk li {
	border-bottom: 1px dotted #ccc;
	font-size: 14px;
	list-style: outside none none;
	margin: 13px 0;
	padding-bottom: 5px;
}

.gr-center-left-img {
	float: left;
}
.gr-center-left-img img {
	border: medium none;
	height: 80px;
	margin-right: 10px;
	width: 100px;
}
.gr-center-article-blk ul {
	padding: 0;
}
.gr-center-article-blk li a {
	color: #333;
	text-decoration: none;
}

.gr-center-right-desp {
	padding-left: 10px;
}
.gr-center-related-articles-head {
  background: none repeat scroll 0 0 #F6F6F6;
  border-color: #CCCCCC #CCCCCC #F47323;
  border-style: solid;
  border-width: 1px 1px 2px;
  font-size: 14px;
  font-weight: bold;
  line-height: 33px;
  text-align: center;
}
.gr-center-related-articles {
    border: 1px solid #CCCCCC;
    padding: 10px;
}
.gr-center-article-title{
    font-weight: bold;
}
.gr-center-more {
	text-align: right;
	font-size: 14px;
	clear: both;
} 
.gr-center-more a {
	text-decoration: none;
}

.gr-center-no-desc-news li{
	margin: 9px 0 !important;
	padding-bottom: 12px !important;
}

.gr-center-article-blk.big-blk {
	margin-top: 10px;
	width: 660px;
}

.gr-center-article-blk.big-blk li {
	float: left;
	margin: 10px 2%;
	width: 46%;
}




/******* article link styles *******/

.gr-right-related-articles-head { background: #141D27; border-radius: 5px; padding: 8px 10px 10px 10px; margin: 24px 0px; display: flex; align-items: center; justify-content: space-between; }
.gr-news-heading { font-size: 16px; font-weight: bold; color: #fff; position: relative; padding: 5px 0 5px 11px; }
.gr-news-heading:before { content: ''; position: absolute; left: 0; bottom: 3px; top: 3px; width: 3px; background: #159b5a; margin: auto; }
.gr-right-related-articles ul { margin: 0;box-sizing: border-box; }
.gr-right-related-articles ul li { display: block;white-space: normal;width: 100%;margin-bottom: 24px; }
.gr-right-left-img img { width: 100%;max-width: 100%;display: block; border-radius: 5px; }
.gr-right-article-title { font-size: 15px;line-height: 24px;color: #0D0C0C;margin: 12px 0 0 0; }

.clearfix:after {
    clear: both;
    content: " ";
    display: block;
    font-size: 0;
    height: 0;
    visibility: hidden;
}

.gr-disclaimer {
    padding: 20px 0 5px 0;
    font-size: 11px;
    color: #909090;
}
.gr-disclaimer span {
	font-weight: bold;
}


.gr-db-in-article-first-ad{
	width: 340px;
    float: left;
    padding-right: 2px;
}
.gr-db-in-article-second-ad{
	width: 300px;
    float: right;
    padding-left: 15px;
}

.container_intro_desc{
	margin: 2px 0 10px 0;
	padding: 1px;
	text-align: justify;
	font-size: 15px;
}
.inr-symbol-icon {
    display: inline-block !important;
    margin-right: 5px !important;
    width: auto !important;
    height: auto !important;
}

.country-symbol-icon {
    display: inline-block !important;
    margin-right: 5px !important;
    color: #938280;
    font-style: inherit;
    font-size: 14px;
    font-weight: 600;
}
.small-currency-icon{
    font-size: 10px;
    font-weight: 400;
}

/* ----------------------- GR Listing Blocks ------------------------------------- */


.gr-listing-blocks li {
    list-style-image: url(/common_dynamic/images/web/red-arrow.png);
    margin-left: 15px;
}

.gr-listing-blocks.list-7-col{
    padding: 10px 0;
    width: 672px;
    column-gap: 0;
    column-rule: none;
    -webkit-column-count: 7;
    -moz-column-count: 7;
    column-count: 7;
}

.gr-listing-blocks li a {
    font-size: 14px;
    color: #0066cc;
    text-decoration: none;
    line-height: 24px;
    display: block;
}



.gr-table-block table
{
	width:100%;
	text-align: left;
	border:solid thin #f0fdf8;
	border-collapse: collapse;
    margin: 5px 0 15px 0;
}
.gr-table-block table th
{
    color: #279e74;
    font-weight: bold;
	font-size:15px;
	font-weight:bold;
	background:#f0fdf8;
	border:solid thin #f0fdf8;
}
.gr-table-block table tr
{
	font-size:15px;
}
.gr-table-block table th,.gr-table-block table tr td
{
	padding:8px 20px;
    height: auto;
}
.gr-table-block table tr td div {position: relative;}
.gr-table-block table tr:nth-child(even)
{
	background:#f6f6f6;
}
.gr-table-block table tr:nth-child(odd)
{
	background:#eeeeee;
}
.gr-table-block table tr.current-month
{
	font-weight:bold;
}

.gr-db-content-dynamic-ad{
	width: 305px !important;
    float: left;
    padding-right: 2px;
}

#taboola-mid-stream-database span.thumbBlock, #taboola-mid-stream-database-second span.thumbBlock {
    width: 120px;
    height: 68px;
}

/*.gr-topnavigation ul li a.mainmenu {
    font-size: 13px!important;
    font-family: arial;
    padding: 9px 3px 11px!important;
} 
*/
.os-header-rt-search-b{
    height: 20px!important;
}

.gold_silver_table table tr.first{
    background-color: #003f74 !important;
}
.other_gold_price_city_list h2{
    border-bottom: 2px solid #003f74 !important;
}
.gold_silver_table table{
    border: 1px solid #003f74 !important;        
}
.left-align{
    text-align: left !important;
}
.center-align{
    text-align: center !important;
}
.right-align{
    text-align: right !important;
}
.padding-left-6{
    padding-left:  6% !important;
}

#headerTopAd {
    min-height: 90px;
}

.sub-heading{
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    margin: 10px 0;
}
.moenyGinerLoserTable td{
    padding: 10px;
}
.moenyGinerLoserTable .moneyweb-headingText1 {
    padding: 10px;
}
.moenyGinerLoserTable .moneyweb-headingBg2{
    padding: 10px;
}
.disclaimer p {
	color: #7d7d7d;
	font-size: 12px;
	line-height: 16px;
	letter-spacing: 0.12px;
	padding: 16px 0 0;
}
/* Recommended News Widget Block */
.gd-article-related-wrapper {
	max-width: 700px;
	margin: 24px auto !important;
}

.gr-static-content-block table {
	width: 100%;
	border-collapse: collapse;
	margin: 20px 0;
    border: 1px solid #ddd;
}

.gr-static-content-block table thead tr {
	overflow: hidden;
	color: #363636;
}

.gr-static-content-block table th {
	padding: 10px;
	font-size: 17px;
	text-align: left;
	font-weight: 600;
	color: #363636;
    border: 1px solid #ccc;
}

.gr-static-content-block table td {
	line-height: 23px;
	font-size: 17px;
	padding: 8px;
	color: #363636;
	text-align: left;
    border: 1px solid #ccc;
}