@charset "utf-8";

.impact1 .impact_on_climate.desk{display: inline-block;}
.impact1 .impact_on_climate.mob{display: none;}

.impact4 .chart_div.desk{display: inline-block;}
.impact4 .chart_div.mob{display: none;}

.impact5 .chart_div.desk{display: inline-block;}
.impact5 .chart_div.mob{display: none;}


.glossary_info_popup .modal-dialog{ margin-top: 6%;}


.impact_img_div {
  position: relative;
}
.impact_img_div .img_full_screen_alink { display:none;
  position: absolute;
  top: -30px;
  right: 15px;
  width: 40px;
  height: 40px;
}
/* ===== custom_popup_box ===== */
.custom_popup_sec {
  position: relative;
}
.img_full_screen_alink {
  color: #000;
  text-decoration: underline;
  cursor: pointer;
}
.custom_popup_box {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  background: #fff;
  z-index: 99999;
}
.custom_popup_box.active {
  display: block;
}
.custom_popup_box svg {
  fill: #000;
}
.custom_popup_box .popup_head {
  height: 50px;
}
.custom_popup_box .popup_head .close_popup_btn {
  cursor: pointer;
  position: relative;
  top: 15px;
  right: 15px;
  float: right;
}

main a {
  outline: 0 !important;
  text-decoration: none !important;
}
main a:active,
main a:hover,
main a:focus {
  outline: 0 !important;
  text-decoration: none !important;
}
svg {
  fill: currentColor;
}
/* ====== comman css  ====== */
body {
  overflow-x: hidden;
}
.mc_fluid_container {
  margin-right: auto;
  margin-left: auto;
}
.mc_container {
  width: 1260px;
  margin-right: auto;
  margin-left: auto;
}
.mc_container.flex {
  display: -webkit-flex;
  display: -moz-flex;
  display: -o-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
/*  .lhs_wrap{ width: calc(~"100% - 325px");}
.rhs_wrap{ width: 300px; margin-left: 25px;}  */
/* ====== normalize css  ====== */
html {
  height: 100%;
}
* {
  margin: 0px;
  padding: 0px;
  text-decoration: none;
  box-sizing: border-box;
  list-style: none;
  border: none;
}
body,
ul,
ol,
li,
p {
  margin: 0;
  padding: 0;
  list-style: none;
}
.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.w100 {
  width: 100%;
}
.w50 {
  width: 50%;
}
.clear {
  clear: both;
}
/* --- Comman breadcrum for Msites --- */
.breadcrum-bg {
  clear: both;
  display: block;
  overflow: hidden;
  background-color: #fff;
}
.home-mid-contener {
  margin: 0 auto;
  max-width: 1260px;
}
.brad_crum {
  border-bottom: 0 dotted #a9a9a9;
  color: #282828;
  margin: 0 auto;
  padding: 6px 0;
  text-transform: uppercase;
  font: 400 16px 'Fira Sans', sans-serif;
  display: block;
  clear: both;
  overflow: hidden;
}
.bread-title {
  color: #000;
  font: 500 12px 'Fira Sans', sans-serif;
}
.brad_crum a {
  color: #337ab7 !important;
}
.brad_crum a {
  font: 400 12px 'Fira Sans', sans-serif;
  text-transform: capitalize;
  color: #337ab7 !important;
}
.brad_crum a:last-of-type {
  color: #333 !important;
}
.brad_crum .bread-arrow {
  display: inline-block;
  height: 11px;
  padding-left: 5px;
  width: 11px;
  position: relative;
  top: 2px;
  background: unset;
}
.brad_crum .bread-arrow:before {
  content: "/";
  position: absolute;
  top: 0;
  left: 3px;
  width: 11px;
  height: 11px;
  font-size: 11px;
  line-height: 11px;
  font-weight: 400;
  color: #ccc;
}
/*=== slick slider ===*/
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  height: auto;
  min-height: 1px;
}
[dir='rtl'] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
.slick-dots {
  text-align: center;
}
.slick-dots li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px;
}
.slick-dots button {
  border-radius: 100%;
  border: 0;
  width: 10px;
  height: 10px;
  background-color: #a0a4a4;
  font-size: 0;
  outline: 0;
}
.slick-dots li.slick-active button {
  background-color: #2b7493;
}
.slick-next,
.slick-prev {
  outline: 0;
}
/*=== comman classes and style ===*/
.dn {
  display: none;
}
html {
  scroll-behavior: smooth;
}
main {
  font: 400 20px/28px 'Lato', sans-serif;
  color: #333;
  background-color: #fff;
  overflow: hidden; 
}
 .topic_title{ display: inline-block; font-size: 70px; line-height: 135px; font-weight:700; font-family: 'Oswald', sans-serif; color: #000; margin-bottom: 20px; } 
 .topic_title .txt26{ position: relative; font-weight:400;} 
 
.cursive_title {
  display: inline-block;
  font-size: 44px;
  line-height: 71px;
  font-weight: 400;
  font-family: 'Kaushan Script', cursive;
  color: #104201;
  margin-bottom: 20px;
  width: 100%;
}
.common_title {
  display: inline-block;
  font-size: 72px;
  line-height: 80px;
  font-weight: 300;
  font-family: 'Oswald', sans-serif;
  color: #4B860F;
  margin-bottom: 20px;
  position: relative;
  text-transform: uppercase;
}
.common_title.al {
  text-align: left;
}
.common_title.ac {
  text-align: center;
}
.common_title.ar {
  text-align: left;
}
.common_title .light {
  display: inline-block;
  font-size: 45px;
  line-height: 45px;
  font-weight: 300;
  color: #000;
}
.common_title .bold {
  display: inline-block;
}
/* .ques_title{font: 300 72px/75px "Oswald", sans-serif; color: #4b860f; .tu;
	.line1{ font: 300 45px/45px "Oswald", sans-serif; color: #000; .tu; display: block;}
}  */
/*=== top intro sec ===*/
.top_intro_sec {
  width: 100%;
  background-image: url(https://images.moneycontrol.com/mcnews/images/climate/top_intro_sec_bg_desk.png);
  background-repeat: no-repeat;
  background-position-x: center;
  background-position-y: -230px;
  background-size: auto;
  position: relative;
  text-align: center;
  padding-bottom: 130px;
}
.top_intro_sec .intro_box .intro_wrap {
  position: absolute;
  left: 0;
  right: 0;
  top: 10px;
  margin: 0 auto;
}
.top_intro_sec .intro_box .intro_wrap .cursive_title {
  position: relative;
  top: -50px;
}
.top_intro_sec .intro_box .top_banner_txt {
  width: 90%;
  margin: 0 auto;
  text-align: center;
  padding-top: 77%;
}
.top_intro_sec .intro_box .top_banner_txt p {
  font: 400 20px/36px "Lato", sans-serif;
  color: #000;
  margin-bottom: 15px;
}
/*=== top news sec ===*/
.top_news_sec {
  width: 100%;
  height: 789px;
  background-image: url(https://images.moneycontrol.com/mcnews/images/climate/top_news_sec_bg_desk.png);
  background-repeat: no-repeat;
  background-position: center;
  background-position: top;
  background-size: auto;
  background-attachment: fixed;
  position: relative;
  padding: 30px 0;
  /* &:before{content:""; top:-103px; left:0; right:0; z-index: 0; background-image: url(https://images.moneycontrol.com/mcnews/images/climate/plug.svg); background-repeat: no-repeat;} */
}
.plug_svg_img {
  position: absolute;
  top: -103px;
  left: 0;
  right: 0;
  z-index: 0;
  text-align: center;
}
.top_news_sec .common_title {
  margin: 0 auto 20px auto;
  width: 100%;
}
.top_news_sec .common_title .light {
  display: block;
}
.top_news_sec .common_title .bold {
  display: block;
}
.top_news_story_box {
  width: 100%;
  vertical-align: top;
  margin-bottom: 10px;
  position: relative;
  text-decoration: none;
  display: inline-block;
}
.top_news_story_box img {
  border-radius: 12px;
  display: block;
  margin-bottom: 15px;
}
.top_news_story_box .date_auth {
  font: 400 14px/20px "Lato", sans-serif;
  color: #000;
  opacity: 80%;
  margin-bottom: 5px;
}
.top_news_story_box .date_auth .auth {
  padding-right: 5px;
}
.top_news_story_box .date_auth .date {
  padding-left: 5px;
}
.top_news_story_box .ttl {
  font: 700 28px/34px "Lato", sans-serif;
  color: #000;
  margin-bottom: 7px;
}
.top_news_story_box p {
  font: 400 16px/24px "Lato", sans-serif;
  color: #000;
  opacity: 90%;
  text-align: left;
  width: 100%;
  margin: 0 0 10px 0;
}
.news_lhs_wrap {
  width: 604px;
  margin-right: 32px;
}
.news_rhs_wrap {
  width: calc(100% - 636px);
}
.news_rhs_wrap .top_news_story_box {
  display: -webkit-flex;
  display: -moz-flex;
  display: -o-flex;
  display: -ms-flex;
  display: flex;
  margin-bottom: 35px;
}
.news_rhs_wrap .top_news_story_box .news_thumb {
  width: 250px;
  margin-right: 20px;
  margin-bottom: 0px;
}
.news_rhs_wrap .top_news_story_box .news_txt .ttl {
  font-size: 20px;
  line-height: 26px;
}
.news_rhs_wrap .top_news_story_box .news_txt p {
  font-size: 16px;
  line-height: 22px;
}
.glossary_sec {
  background-color: #f6faf4;
  padding: 60px 0;
}
.glossary_sec .bordered_ttl {
  position: relative;
  margin-bottom: 20px;
  width: 100%;
}
.glossary_sec .bordered_ttl .common_title {
  position: unset;
  width: 100%;
}
.glossary_sec .bordered_ttl .common_title .light {
  padding-right: 10px;
  font-size: 34px;
  line-height: 34px;
}
.glossary_sec .bordered_ttl .common_title:before {
  position: absolute;
  content: "";
  top: 69px;
  left: 385px;
  background: #abce90;
  width: calc(100% - 385px);
  height: 3px;
}
.glossary_list .word {
  display: inline-block;
  margin-right: 15px;
  font-size: 45px;
  line-height: 45px;
  font-weight: 400;
  color: #333;
  opacity: 60%;
  font-family: 'Oswald', sans-serif;
  margin-bottom: 10px;
  position: relative;
  text-transform: uppercase;
  cursor: pointer;
  /* &.light{font-size: 31px; font-weight: 300;opacity: 60%;}
		&.regular{font-size: 35px; font-weight: 400;opacity: 70%;}
		&.medium{font-size: 37px; font-weight: 500; opacity: 80%;}
		&.bold{font-size: 45px; font-weight: 700;opacity: 90%;} */
}
.glossary_list .word:first-of-type {
  text-indent: 30px;
}
.glossary_list .word:hover {
  opacity: 100%;
}
.glossary_list .word:nth-child(1) {
  font-size: 45px;
  font-weight: 500;
  opacity: 60%;
}
.glossary_list .word:nth-child(2) {
  font-size: 31px;
  font-weight: 300;
  opacity: 60%;
}
.glossary_list .word:nth-child(3) {
  font-size: 37px;
  font-weight: 400;
  opacity: 70%;
}
.glossary_list .word:nth-child(4) {
  font-size: 45px;
  font-weight: 500;
  opacity: 60%;
}
.glossary_list .word:nth-child(5) {
  font-size: 31px;
  font-weight: 300;
  opacity: 60%;
}
.glossary_list .word:nth-child(6) {
  font-size: 45px;
  font-weight: 700;
  opacity: 90%;
}
.glossary_list .word:nth-child(7) {
  font-size: 31px;
  font-weight: 300;
  opacity: 80%;
}
.glossary_list .word:nth-child(8) {
  font-size: 45px;
  font-weight: 700;
  opacity: 90%;
}
.glossary_list .word:nth-child(9) {
  font-size: 31px;
  font-weight: 300;
  opacity: 60%;
}
.glossary_list .word:nth-child(10) {
  font-size: 38px;
  font-weight: 400;
  opacity: 70%;
}
.glossary_list .word:nth-child(11) {
  font-size: 43px;
  font-weight: 500;
  opacity: 80%;
}
.glossary_list .word:nth-child(12) {
  font-size: 45px;
  font-weight: 700;
  opacity: 90%;
}
.glossary_list .word:nth-child(13) {
  font-size: 31px;
  font-weight: 300;
  opacity: 60%;
}
.glossary_list .word:nth-child(14) {
  font-size: 38px;
  font-weight: 400;
  opacity: 70%;
}
.glossary_list .word:nth-child(15) {
  font-size: 45px;
  font-weight: 500;
  opacity: 80%;
}
.featured_stories_sec {
  padding: 60px 0;
}
.featured_stories_sec .common_title {
  position: relative;
  padding-top: 65px;
}
.featured_stories_sec .common_title .light {
  padding-right: 10px;
  font-size: 34px;
  line-height: 34px;
  font-weight: normal;
}
.featured_stories_sec .common_title:before {
  position: absolute;
  content: "";
  top: -62px;
  left: 45px;
  background: #abce90;
  width: 8px;
  height: 100px;
}
.featured_stories_sec .common_title:after {
  position: absolute;
  content: "";
  top: 195px;
  left: 45px;
  background: #abce90;
  width: 8px;
  height: 330px;
}
.featured_stories_sec .title_wrap {
  width: 215px;
  margin-right: 20px;
}
.featured_stories_sec .stories_wrap {
  width: calc(100% - 235px);
}
.featured_stories_box {
  width: 33%; min-height: 390px;
  vertical-align: top;
  margin-bottom: 10px;
  position: relative;
  text-decoration: none;
  display: inline-block;
}
.featured_stories_box img {
  border-radius: 12px;
  display: block;
  margin-bottom: 15px;
}
.featured_stories_box .date_auth {
  font: 400 14px/20px "Lato", sans-serif;
  color: #000;
  opacity: 80%;
  margin-bottom: 5px;
  white-space: normal;
}
.featured_stories_box .date_auth .auth {
  padding-right: 5px;
  white-space: normal;
}
.featured_stories_box .date_auth .date {
  padding-left: 5px;
  white-space: normal;
}
.featured_stories_box .ttl {
  font: 700 18px/24px "Lato", sans-serif;
  color: #000;
  margin-bottom: 7px;
  white-space: normal;
}
.featured_stories_box p {
  font: 400 16px/22px "Lato", sans-serif;
  color: #000;
  opacity: 90%;
  text-align: left;
  width: 100%;
  margin: 0 0 10px 0;
  white-space: normal;
}
.featured_stories_box .news_txt {
  padding-right: 20px;
}
.slick-dots li.slick-active button {
  background-color: #ABCE90;
}
.paris_agreement_goal_sec {
  padding: 60px 0;
}
.paris_agreement_goal_sec .bordered_ttl {
  position: relative;
}
.paris_agreement_goal_sec .bordered_ttl:before {
  position: absolute;
  content: "";
  top: 0px;
  left: 30px;
  background: #abce90;
  width: 65%;
  height: 8px;
  margin-left: 15px;
}
.paris_agreement_goal_sec .common_title {
  line-height: 55px;
  float: right;
  padding-left: 20px;
  background-color: #fff;
  position: relative;
  top: -53px;
}
.paris_agreement_goal_sec .common_title .bold {
  display: block;
}

  .paris_agreement_goal_sec .common_title .light{line-height: 70px;}
  
.temp_check_top_wrap {
  border-bottom: 1px solid #707070;
  display: -webkit-flex;
  display: -moz-flex;
  display: -o-flex;
  display: -ms-flex;
  display: flex;
  width: 100%;
}
.temp_check_top_wrap .tck_grid1 {
  width: 49%;
  padding-bottom: 15px;
  padding-right: 15px;
}
.temp_check_top_wrap .tck_grid1 .temp_check_lbl {
  font-size: 24px;
  line-height: 30px;
  font-weight: 800;
  color: #000;
  opacity: 60%;
  display: inline-block;
  margin-bottom: 10px;
}
.temp_check_top_wrap .tck_grid1 .temp_check_ttl {
  font-size: 49px;
  line-height: 56px;
  font-weight: 800;
  color: #333;
  display: inline-block;
}
.temp_check_top_wrap .tck_grid2 {
  width: 26%;
  border-right: 1px solid #707070;
  border-left: 1px solid #707070;
  padding: 15px;
  font-size: 16px;
  line-height: 24px;
}
.temp_check_top_wrap .tck_grid3 {
  width: 25%;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 15px;
  font-size: 16px;
  font-weight: bold;
  line-height: 24px;
}
.temp_check_middle_wrap {
  display: -webkit-flex;
  display: -moz-flex;
  display: -o-flex;
  display: -ms-flex;
  display: flex;
  width: 100%;
  border-bottom: 1px solid #707070;
  margin-bottom: 20px;
}
.temp_check_middle_wrap .tck_m_grid1 {
  padding-top: 15px;
  width: 59%;
}
.temp_check_middle_wrap .tck_m_grid2 {
  background-color: #F4F4F4;
  border-left: 1px solid #707070;
  width: 41%;
}
.temp_check_middle_wrap .tck_m_grid2 .ttl {
  font-size: 24px;
  line-height: 30px;
  color: #333333;
  font-weight: 800;
  border-bottom: 1px solid #707070;
  padding: 20px;
}
.temp_check_middle_wrap .tck_m_grid2 .goals_list {
  border-bottom: 1px dashed #707070;
  padding: 20px 20px 20px 30px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -o-flex;
  display: -ms-flex;
  display: flex;
  width: 100%;
}
.temp_check_middle_wrap .tck_m_grid2 .goals_list .img_wrap {
  display: inline-block;
  vertical-align: middle;
  width: 50px;
  margin-right: 30px;
}
.temp_check_middle_wrap .tck_m_grid2 .goals_list .txt_wrap {
  width: calc(100% - 50px);
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.temp_check_middle_wrap .tck_m_grid2 .goals_list .txt_wrap .gttl {
  font-size: 20px;
  line-height: 26px;
  color: #333333;
  font-weight: 700;
}
.temp_check_middle_wrap .tck_m_grid2 .goals_list .txt_wrap .sub_img_ttl {
  display: flex;
  align-items: center;
  margin-top: 5px;
}
.temp_check_middle_wrap .tck_m_grid2 .goals_list .txt_wrap .sub_img_ttl img {
  display: inline-block;
  margin-right: 10px;
}
.temp_check_middle_wrap .tck_m_grid2 .goals_list .txt_wrap .sub_img_ttl .sub_ttl {
  display: inline-block;
  width: calc(100% - 100px);
  font-size: 20px;
  line-height: 26px;
  color: #333333;
  font-weight: 400;
}
.temp_check_middle_wrap .tck_m_grid2 .goals_list .txt_wrap .goal_img {
  margin-top: 5px;
}
.temp_check_middle_wrap .tck_m_grid2 .goals_list .txt_wrap .img_caption {
  font-size: 13px;
  line-height: 16px;
  color: #333333;
  font-weight: 400;
  font-style: italic;
  margin-top: 5px;
}
.temp_check_middle_wrap .tck_m_grid2 .goals_list .txt_wrap .img_caption.death_icon {
  position: relative;
  text-indent: 20px;
}
.temp_check_middle_wrap .tck_m_grid2 .goals_list .txt_wrap .img_caption.death_icon:before {
  content: "";
  position: absolute;
  top: 2px;
  left: 5px;
  width: 12px;
  height: 12px;
  background-color: #ff5e5f;
}
.temp_check_middle_wrap .tck_m_grid2 .goals_list:last-of-type {
  border-bottom: 0;
  padding-bottom: 0;
}
.temp_check_bottom_wrap {
  text-align: center;
}
.temp_check_bottom_wrap .txt1 {
  font-size: 28px;
  line-height: 34px;
  color: #333333;
  font-weight: 800;
  text-align: center;
  margin-bottom: 10px;
}
.temp_check_bottom_wrap .txt2 {
  font-size: 16px;
  line-height: 24px;
  color: #333333;
  font-weight: 400;
  font-style: italic;
  margin-top: 5px;
}
.impact_num {
  font-size: 52px;
  line-height: 51px;
  font-family: 'Oswald', sans-serif;
  font-weight: bold;
  color: #fff;
  background-color: #ABCE90;
  width: 98px;
  height: 98px;
  border-radius: 50%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.chart_source_txt {
  font-size: 16px;
  line-height: 24px;
  color: #333333;
  font-weight: 400;
  font-style: italic;
  margin-top: 5px;
  text-align: right;
}
.chart_source_txt.ac {
  text-align: center;
}
.impact_on_climate_sec {
  padding: 60px 0;
}
.impact_on_climate_sec .common_title {
  margin: 0 auto 20px auto;
  width: 100%;
}
.impact_on_climate_sec .common_title .light {
  display: block;
}
.impact_on_climate_sec .common_title .bold {
  display: block;
}
.impact_on_climate_sec img.impact_on_climate {
  padding: 0 0 0 45px;
}
.impact_on_climate_sec .ttl {
  font-size: 24px;
  line-height: 30px;
  font-weight: bold;
  text-align: center;
  width: 93%;
  margin: 0 auto 20px auto;
}
.impact2_3_list {
  padding: 20px 20px 20px 0px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -o-flex;
  display: -ms-flex;
  display: flex;
  width: 100%;
}
.impact2_3_list .img_wrap {
  display: inline-block;
  vertical-align: middle;
  width: 50px;
  margin-right: 30px;
}
.impact2_3_list .txt_wrap {
  width: calc(100% - 50px);
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.impact2_3_list .txt_wrap .gttl {
  font-size: 20px;
  line-height: 26px;
  color: #333333;
  font-weight: 700;
}
.impact2_3_list:last-of-type {
  padding-bottom: 0;
}
.impact1 .impact_num {
  margin: 0 auto 30px auto;
}
.impact2_3 {
  position: relative;
  display: -webkit-flex;
  display: -moz-flex;
  display: -o-flex;
  display: -ms-flex;
  display: flex;
  padding-top: 75px;
  margin-bottom: 70px;
}
.impact2_3:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  background: #abce90;
  height: 80px;
  width: 8px;
}
.impact2_3 .chart1 {
  width: 47%;
}
.impact2_3 .chart1 .chart_top .impact_num {
  float: left;
}
.impact2_3 .chart1 .chart_top .imp_nm {
  position: relative;
  top: 37px;
  padding-left: 120px;
}
.impact2_3 .chart2 {
  width: 51%;
  padding-left: 60px;
}
.impact2_3 .chart2 .chart_top .impact_num {
  float: right;
}
.impact2_3 .chart2 .chart_top .imp_nm {
  text-align: right;
  position: relative;
  top: 20px;
  padding-right: 120px;
}
.impact2_3 .chart2 .chart_top:before {
  top: 0px;
  right: 45px;
  width: 100%;
  left: unset;
}
.impact2_3 .chart_top {
  position: relative;
  padding-top: 65px;
  margin-bottom: 50px;
}
.impact2_3 .chart_top:before {
  position: absolute;
  content: "";
  top: 0px;
  left: 45px;
  background: #abce90;
  width: 100%;
  height: 8px;
}
.impact2_3 .chart_top .impact_num {
  position: relative;
}
.impact2_3 .chart_top .impact_num:before {
  content: "";
  position: absolute;
  top: -60px;
  left: 0;
  right: 0;
  margin: 0 auto;
  background: #abce90;
  height: 60px;
  width: 8px;
}
.impact2_3 .chart_top .imp_nm {
  font-size: 24px;
  line-height: 30px;
  font-weight: 800;
  margin-bottom: 15px;
}
.impact2_3 .chart_div {
  margin-bottom: 30px;
  display: inline-block;
}
.impact2_3 .chart_div .impact_chart2_img {
  float: right;
  margin-top: 54px;
}
.impact4 {
  margin-bottom: 50px;
}
.impact4 .imp_nm span {
  display: block;
}
.impact4 .chart_div {
  margin-bottom: 30px;
  display: inline-block;
}
.impact4 .chart_top {
  position: relative;
}
.impact4 .chart_top .impact_num {
  position: relative;
  float: left;
}
.impact4 .chart_top .imp_nm {
  font-size: 24px;
  line-height: 30px;
  font-weight: 800;
  position: relative;
  top: 20px;
  padding-left: 120px;
}
.impact4 .chart_top .imp_nm span {
  font-weight: 400;
}
.impact5 .imp_nm span {
  display: block;
}
.impact5 .chart_div {
  margin-bottom: 30px;
  display: inline-block;
}
.impact5 .chart_top {
  position: relative;
  margin-bottom: 10px;
}
.impact5 .chart_top .impact_num {
  position: relative;
  float: left;
}
.impact5 .chart_top .imp_nm {
  font-size: 24px;
  line-height: 30px;
  font-weight: 800;
  position: relative;
  top: 20px;
  padding-left: 120px;
}
.impact5 .chart_top .imp_nm span {
  font-weight: 400;
}
.energy_sources_sec {
  padding: 60px 0;
}
.energy_sources_sec .common_title {
  margin: 0 auto 20px auto;
  width: 100%;
  position: relative;
}
.energy_sources_sec .common_title .light {
  display: block;
}
.energy_sources_sec .common_title .bold {
  display: block;
}
.energy_sources_sec .common_title:before {
  content: "";
  position: absolute;
  bottom: 8px;
  left: 0;
  background: #abce90;
  width: calc(33% - 20px);
  height: 8px;
}
.energy_sources_sec .common_title:after {
  content: "";
  position: absolute;
  bottom: 8px;
  right: 0;
  background: #abce90;
  width: calc(33% - 20px);
  height: 8px;
}
.energy_sources_sec .ttl {
  font-size: 24px;
  line-height: 30px;
  font-weight: bold;
  text-align: center;
  width: 93%;
  margin: 0 auto 30px auto;
}
.energy_sources_sec .energy_sources_img {
  margin-bottom: 20px;
}
.g20_energy_mix_sec {
  padding: 60px 0;
  background-color: #19210E;
  position: relative;
  margin-top: 50px;
}
.g20_energy_mix_sec .common_title {
  margin: 0 auto 30px auto;
  width: 100%;
}
.g20_energy_mix_sec .common_title .bold {
  display: block;
  color: #4B860F;
}
.g20_energy_mix_sec .common_title .light {
  display: block;
  color: #fff;
}
.g20_energy_mix_sec .mc_container {
  padding-left: 25px;
  padding-right: 25px;
}
.video_holder {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.video_holder iframe,
.video_holder object,
.video_holder video,
.video_holder embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.whos_the_greenest_sec {
  padding: 60px 0;
}
.whos_the_greenest_sec .common_title {
  margin: 0 auto 30px auto;
  width: 100%;
}
.whos_the_greenest_sec .common_title .bold {
  display: block;
}
.whos_the_greenest_sec .common_title .light {
  display: block;
}
.cntry_wise_data {
  display: -webkit-flex;
  display: -moz-flex;
  display: -o-flex;
  display: -ms-flex;
  display: flex;
  margin-bottom: 50px;
}
.cntry_map {
  width: 828px;
  margin-right: 20px;
}
.cntry_data {
  width: calc(100% - 848px);
}
.cntry_data .cntry_tbl_div {
  padding: 20px 0 20px 0;
  border-bottom: 3px solid #ddd;
  margin-bottom: 10px;
}
.cntry_data table {
  border-collapse: collapse;
  width: 100%;
}
.cntry_data table tr:last-of-type td {
  border-bottom: 0;
}
.cntry_data th,
.cntry_data td {
  padding: 8px;
  text-align: left;
  border-bottom: 1px dotted #707070;
  font-size: 18px;
  font-weight: 500;
}
.cntry_data td:last-of-type {
  font-weight: 700;
  text-align: right;
  color: #006837;
}
.cntry_data td.light {
  color: #009245;
}
.cntry_color {
  width: 16px;
  height: 16px;
  border-radius: 2px;
  background-color: #009245;
  display: inline-block;
  margin-right: 15px;
  position: relative;
  top: 1px;
}
.cntry_color.darkgreen {
  background-color: #006837;
}
.cntry_color.lightgreen {
  background-color: #009245;
}
.cntry_lead_list {
  padding: 20px 20px 20px 0px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -o-flex;
  display: -ms-flex;
  display: flex;
  width: 100%;
}
.cntry_lead_list .img_wrap {
  display: inline-block;
  vertical-align: middle;
  width: 50px;
  margin-right: 10px;
  margin-left: 5px;
}
.cntry_lead_list .txt_wrap {
  width: calc(100% - 55px);
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.cntry_lead_list .txt_wrap .gttl {
  font-size: 18px;
  line-height: 24px;
  color: #000;
}
.cntry_lead_list:last-of-type {
  padding-bottom: 0;
}
.leaders_cntry_data {
  display: -webkit-flex;
  display: -moz-flex;
  display: -o-flex;
  display: -ms-flex;
  display: flex;
  padding-left: 10px;
}
.cntry_leaders_wrap {
  width: 50%;
  border-left: 5px solid #abce90;
  padding-left: 20px;
}
.cntry_leaders_wrap .title {
  display: inline-block;
  vertical-align: middle;
  width: 155px;
  margin: 0 -2px;
  font-size: 24px;
  line-height: 30px;
  font-family: 'Oswald', sans-serif;
  color: #4B860F;
  border-bottom: 0;
    padding-bottom: 0;
}
.cntry_leaders_wrap ul {
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 155px);
  margin: 0 -2px;
}
.cntry_leaders_wrap ul li {
  font-size: 16px;
  line-height: 22px;
  display: inline-block;
  vertical-align: top;
  margin: 0 -2px;
  padding-left: 30px;
}
.cntry_leaders_wrap ul li img {
  margin-right: 15px;
}
.cntry_leaders_wrap.air_quality .title {
  width: 120px;
}
.cntry_leaders_wrap.air_quality ul {
  width: calc(100% - 120px);
}
.chart_top_txt{font-size: 14px; font-weight:800;
  line-height: 20px; float:right;}

.next_prev_slide_form_section {
  background-color: #f4f4f4;
}
.next_prev_slide_form_section .mc_container {
  padding: 60px 0;
}
.next_prev_slide_form_section .common_title {
  margin: 0 auto 30px auto;
  width: 100%;
  position: relative;
}
.next_prev_slide_form_section .common_title .bold {
  display: block;
}
.next_prev_slide_form_section .common_title:before {
  content: "";
  position: absolute;
  bottom: 8px;
  left: 0;
  background: #abce90;
  width: calc(45% - 20px);
  height: 8px;
}
.next_prev_slide_form_section .common_title:after {
  content: "";
  position: absolute;
  bottom: 8px;
  right: 0;
  background: #abce90;
  width: calc(45% - 20px);
  height: 8px;
}
.next_prev_slide_form_section.thanku_screen {
  background-color: #f1f2ed;
}
.next_prev_slide_form_section.thanku_screen .mc_container {
  background-image: url(https://images.moneycontrol.com/mcnews/images/climate/thanku_screen_bg_desk.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
.next_prev_slide_form_wrap {
  text-align: center;
}
.next_prev_slide_form_wrap .ques_num {
  font-size: 28px;
  line-height: 34px;
  color: #000;
  opacity: 50%;
  margin-bottom: 20px;
}
.next_prev_slide_form_wrap .ques_num .ques_cur_num {
  font-weight: bold;
}
.next_prev_slide_form_wrap .ques_txt {
  font-size: 36px;
  line-height: 42px;
  font-weight: 800;
  margin-bottom: 30px;
}
.next_prev_slide_form_wrap .answer {
  margin-bottom: 30px;
}
.next_prev_slide_form_wrap .answer img {
  padding-right: 10px;
  position: relative;
  top: -2px;
}
.next_prev_slide_form_wrap .answer.correct {
  color: #4B860F;
}
.next_prev_slide_form_wrap .answer.wrong {
  color: #ef4c4c;
}
.next_prev_slide_form_wrap .hand_like_img {
  margin-bottom: 50px;
  margin-top: 30px;
}
.next_prev_slide_form_wrap .tku_txt {
  font-size: 36px;
  line-height: 42px;
  font-weight: 800;
  margin-bottom: 30px;
}
.next_prev_slide_form_wrap .answered_ques {
  font-size: 32px;
  line-height: 38px;
  color: #000;
  opacity: 50%;
  margin-bottom: 50px;
}
.next_prev_slide_form_wrap .answered_ques .ques_cur_num {
  font-weight: bold;
}
.slide_action_btns_wrap .prev_slide_btn {
  width: 45px;
  height: 45px;
  background: url(https://images.moneycontrol.com/mcnews/images/climate/arrow_active.svg) no-repeat;
  outline: 0;
  transform: rotate(180deg);
  display: inline-block;
  vertical-align: top;
  font-size: 0;
}
.slide_action_btns_wrap .prev_slide_btn.disabled {
  cursor: not-allowed;
  background: url(https://images.moneycontrol.com/mcnews/images/climate/arrow_disabled.svg) no-repeat;
  transform: rotate(0);
  pointer-events: none;
}
.slide_action_btns_wrap .divider {
  width: 2px;
  height: 45px;
  background-color: #ddd;
  margin: 0 22px 0 20px;
  display: inline-block;
}
.slide_action_btns_wrap .next_slide_btn {
  width: 45px;
  height: 45px;
  background: url(https://images.moneycontrol.com/mcnews/images/climate/arrow_active.svg) no-repeat;
  outline: 0;
  display: inline-block;
  vertical-align: top;
  font-size: 0;
}
.slide_action_btns_wrap .next_slide_btn.disabled {
  cursor: not-allowed;
  background: url(https://images.moneycontrol.com/mcnews/images/climate/arrow_disabled.svg) no-repeat;
  transform: rotate(180deg);
  pointer-events: none;
}
.ans_wrap {
  margin-bottom: 30px;
}
.ans_wrap .popcheck {
  display: inline-block;
  vertical-align: top;
  width: 20%;
  color: #505050;
  font-size: 32px;
  line-height: 50px;
  text-decoration: underline;
  text-align: left;
  padding-left: 60px;
  position: relative;
  font-weight: normal;
}
.ans_wrap label {
  font-weight: normal;
}
.ans_wrap .popcheck input {
  vertical-align: sub;
  margin-right: 3px;
  opacity: 0;
}
.ans_wrap .popcheck .ic_check {
  position: absolute;
  border: 1px solid #ADADAD;
  width: 40px;
  border-radius: 9px;
  height: 40px;
  background-color: #fff;
  top: 4px;
  left: 20px;
}
.ans_wrap .popcheck input:checked ~ .ic_check:after {
  display: block;
}
.ans_wrap .popcheck .ic_check:after {
  left: 14px;
  top: 5px;
  width: 10px;
  height: 20px;
  border: solid #000;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  content: "";
  position: absolute;
  display: none;
}
.climate_innovation_sec {
  padding: 150px 0 100px 0;
  position: relative;
}
.climate_innovation_sec .common_title {
  display: inline-block;
  vertical-align: top;
  width: 400px;
  padding: 50px 10px 0 10px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.climate_innovation_sec .common_title .bold {
  display: block;
}
.climate_innovation_sec .common_title .light {
  display: block;
}
.story_card_row_mob {
  display: none;
}
.story_card_row {
  display: flex !important;
  justify-content: center !important;
}
.story_card {
  display: inline-block;
  vertical-align: top;
  width: 400px;
  position: relative;
  margin-bottom: 25px;
}
.story_card .story_card_back {
  width: 350px;
  height: 350px;
  position: absolute;
  z-index: 9;
  top: -50px;
  border: 1px solid #707070;
  padding: 26px;
  background-color: #fff;
  overflow: hidden;
}
.story_card .story_card_back .story_title {
  font-size: 24px;
  line-height: 30px;
  font-weight: normal;
  font-family: 'Oswald', sans-serif;
  margin-bottom: 10px;
}
.story_card .story_card_back .story_txt {
  font-size: 16px;
  line-height: 20px;
}
.story_card.left {
  margin-right: auto;
}
.story_card.left .story_card_back {
  right: -215px;
}
.story_card.right {
  margin-left: auto;
}
.story_card.right .story_card_back {
  left: -215px;
}
.story_card.top.left .story_card_back {
  box-shadow: 2px 2px 8px -4px #707070;
}
.story_card.top.right .story_card_back {
  box-shadow: -2px 2px 8px -4px #707070;
}
.story_card.bottom.left .story_card_back {
  top: unset;
  bottom: -50px;
  box-shadow: 2px -2px 8px -4px #707070;
}
.story_card.bottom.right .story_card_back {
  top: unset;
  bottom: -50px;
  box-shadow: -2px -2px 8px -4px #707070;
}
.videos_sec {
  padding: 60px 0;
  background-color: #abce90;
}
.videos_sec .common_title {
  margin: 0 auto 20px auto;
  width: 100%;
  position: relative;
}
.videos_sec .common_title .bold {
  display: block;
}
.videos_sec {
  position: relative;
}
.videos_sec .slide_txt {
  font-size: 22px;
  line-height: 28px;
  font-weight: normal;
  color: #fff;
}
.videos_sec .swiper-container {
  position: relative;
  width: 100%;
}
.videos_sec .swiper-container > .swiper-slide__content {
  position: absolute;
  top: 0;
}
.videos_sec .swiper-slide {
  height: 357px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 200ms linear;
  transform: scale(1, 1.1);
}
.videos_sec .swiper-slide.swiper-slide-active {
  transform: scale(1.63);
  z-index: 999;
}
.videos_sec .swiper-slide.swiper-slide-active img {
  box-shadow: 0 0 7px -1px #000000;
}
.videos_sec .swiper-slide__content {
  height: 300px;
}
.videos_sec .swipers_controller {
  position: relative;
  z-index: 9;
  padding-top: 30px;
  padding-bottom: 30px;
  /* .swiper-button-prev, .swiper-button-next{width: 37px; height: 37px; background-image: unset; background-color:transparent; border-radius: 50%;.dib;.vam; cursor: pointer;} */
  /* .swiper-button-next{.posr;
			&:before {content: "";background: url(https://images.moneycontrol.com/mcnews/images/climate/active-arrow.svg);position: absolute;width: 37px;height: 37px; background-repeat: no-repeat;top: 0;	right: 0;transition: 0.3s right;}
		} */
  /* .swiper-button-prev{.posr; transform: rotate(180deg);
			&:before {content: "";	background: url(https://images.moneycontrol.com/mcnews/images/climate/active-arrow.svg);position: absolute;width: 37px;height: 37px; background-repeat: no-repeat;top: 0;left: 0;transition: 0.3s right; }
		}	 */
}
.videos_sec .swipers_controller .parent_div {
  position: relative;
  text-align: center;
}
.videos_sec .swipers_controller .swiper-pagination {
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  left: 0;
  right: 0;
}
.videos_sec .swipers_controller .swiper-pagination-bullet {
  background: #fff;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  display: inline-block;
  border-radius: 100%;
  cursor: pointer;
  opacity: 1;
}
.videos_sec .swipers_controller .swiper-pagination-bullet.swiper-pagination-bullet-active,
.videos_sec .swipers_controller .swiper-pagination-bullet:hover {
  background: #4B860F;
}
.videos_sec .slide_txt_wrapper {
  width: 100%;
  margin: 20px auto 0 auto;
  text-align: center;
  padding: 10px 18px;
}
.video_txt_wrap .ttl {
  width: 50%;
  font: 700 36px/46px "Lato", sans-serif;
  color: #000;
  margin: 0 auto 10px auto;
}
.video_txt_wrap .date_auth {
  width: 50%;
  font: 400 14px/20px "Lato", sans-serif;
  color: #000;
  opacity: 60%;
  margin: 0 auto 10px auto;
}
.video_txt_wrap .date_auth .auth {
  padding-right: 5px;
}
.video_txt_wrap .date_auth .date {
  padding-left: 5px;
}
.video_txt_wrap p {
  font: 400 24px/32px "Lato", sans-serif;
  color: #000;
  text-align: center;
  width: 65%;
  margin: 0 auto 10px auto;
}
/* ===== Boostrap state info popup ===== */
.glossary_info_popup .modal-header {
  position: relative;
  padding: 10px;
  border-bottom: unset;
  background-color: #F7F8FB;
}
.glossary_info_popup .modal-header .modal_name {
  font-size: 18px;
  line-height: 24px;
  width: 100%;
  padding: 10px 0;
  text-align: center;
  text-transform: capitalize;
}
.glossary_info_popup .modal-header .close_icon {
  width: 25px;
  height: 25px;
  position: absolute;
  right: 15px;
  top: 15px;
  cursor: pointer;
  text-align: center;
  padding-top: 8px;
}
.glossary_info_popup .modal-header .close_icon svg {
  width: 12px;
  height: 12px;
}
.glossary_info_popup .modal-body {
  position: relative;
  min-height: 300px;
  padding: 30px 30px 10px 30px;
}
.glossary_info_popup .modal-body .modal_title {
  font-size: 16px;
  line-height: 26px;
  font-weight: bold;
  margin-bottom: 10px;
}
.glossary_info_popup .modal-body p {
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  color: #333;
  margin-bottom: 15px;
}
.social_icons_wrapper {
  position: fixed;
  top: auto;
  height: 0px;
  display: inline-block;
  padding-top: 20px;
  left: 50%;
  margin-left: -674px;
  z-index: 99;
}
.social_icons_list {
  -webkit-transition: .5s all ease;
  -moz-transition: .5s all ease;
  -ms-transition: .5s all ease;
  -o-transition: .5s all ease;
  transition: .5s all ease;
}
.social_icons_list.sticky_lhs .icon_alink {
  margin-bottom: 10px;
  display: flex;
}
.social_icons_list a,
.social_icons_list .a,
.social_icons_list svg {
  color: #000;
  fill: #000;
  background-color: #fff;
  border-radius: 50%;
  box-shadow: 0 0 1px 1px #fff;
}
 











/* ============== Web Css End ============== */
@media all and (min-width: 1380px) {
  /* .social_icons_list.sticky_lhs {
		margin: 0 0 0 50px;
	} */
}
@media all and (max-width: 1316px) {
  .home-mid-contener {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .mc_container {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
}
 

@media all and (max-width: 980px) {
	
.featured_stories_box { min-height: 100%;}
.chart_top_txt{display: none;}

.impact1 .impact_on_climate.desk{display: none;}
.impact1 .impact_on_climate.mob{display: inline-block;}


.impact4 .chart_div.desk{display: none;}
.impact4 .chart_div.mob{display: inline-block;}

.impact5 .chart_div.desk{display: none;}
.impact5 .chart_div.mob{display: block;text-align: center;}
  
  main {
    font: 400 14px/20px 'Poppins', sans-serif;
  }
  .common_title {
    font-size: 32px;
    line-height: 40px;
  }
  .common_title .light {
    font-size: 20px;
    line-height: 22px;
  }
  .cursive_title {
    font-size: 22px;
    line-height: 22px;
  }
  .social_icons_list.sticky_lhs {
    display: none;
  }
  .top_intro_sec {
    background-image: url(https://images.moneycontrol.com/mcnews/images/climate/top_intro_sec_bg_mob.png);
    background-position-y: 60px;
    background-size: contain;
    padding-bottom: 30px;
  }
  .top_intro_sec .topic_title { margin-bottom: 0; font-size: 30px; line-height: 50px; }
  .top_intro_sec svg {
    width: 120px;
    height: 55px;
  }
  .top_intro_sec .intro_box .intro_wrap .cursive_title {
	top: unset;
  }
  .top_intro_sec .intro_box .top_banner_txt {
    width: calc(100% - 10px);
    padding-top: 95%;
  }
  .top_intro_sec .intro_box .top_banner_txt p {
    font-size: 14px;
    line-height: 20px;
  }
  .top_news_sec {
    padding: 20px 0;
    height: 100%;
    background-image: url(https://images.moneycontrol.com/mcnews/images/climate/top_news_sec_bg_mob.png);
    background-size: cover;
    background-attachment: unset;
  }
  .top_news_sec .common_title {
    margin-bottom: 15px;
  }
  .plug_svg_img {
    top: -37px;
  }
  .plug_svg_img svg {
    width: 17px;
    height: 43px;
  }
  .mc_container.flex.top_news_wrap {
    display: block;
  }
  .mc_container.flex.top_news_wrap .news_lhs_wrap {
    width: 100%;
    margin-right: 0;
  }
  .mc_container.flex.top_news_wrap .news_rhs_wrap {
    width: 100%;
    white-space: nowrap;
    overflow-x: auto;
  }
  .mc_container.flex.top_news_wrap .news_rhs_wrap .top_news_story_box {
    display: inline-block;
    width: 220px;
    margin-right: 20px;
    margin-bottom: 5px;
  }
  .mc_container.flex.top_news_wrap .news_rhs_wrap .top_news_story_box:last-of-type {
    margin-right: 0;
  }
  .top_news_story_box .date_auth {
    font-size: 13px;
    line-height: 18px;
    white-space: normal;
  }
  .top_news_story_box .ttl {
    font-size: 22px;
    line-height: 28px;
    white-space: normal;
  }
  .top_news_story_box p {
    font-size: 14px;
    line-height: 20px;
    white-space: normal;
  }
  .news_rhs_wrap .top_news_story_box .news_thumb {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }
  .glossary_sec {
    padding: 30px 0;
  }
  .glossary_sec .bordered_ttl .common_title {
    font-size: 50px;
    line-height: 50px;
    margin-bottom: 10px;
    width: 100%;
  }
  .glossary_sec .bordered_ttl .common_title:before {
    position: absolute;
    content: "";
    top: 61px;
    left: 0;
    background: #abce90;
    width: 100%;
    height: 3px;
  }
  .glossary_sec .bordered_ttl .common_title .light {
    font-size: 20px;
    line-height: 24px;
  }
  .glossary_list .word {
    font-size: 45px;
    line-height: 24px;
    margin-right: 5px;
  }
  .glossary_list .word:nth-child(1) {
    font-size: 25px;
  }
  .glossary_list .word:nth-child(2) {
    font-size: 16px;
  }
  .glossary_list .word:nth-child(3) {
    font-size: 22px;
  }
  .glossary_list .word:nth-child(4) {
    font-size: 25px;
  }
  .glossary_list .word:nth-child(5) {
    font-size: 20px;
  }
  .glossary_list .word:nth-child(6) {
    font-size: 25px;
  }
  .glossary_list .word:nth-child(7) {
    font-size: 16px;
  }
  .glossary_list .word:nth-child(8) {
    font-size: 25px;
  }
  .glossary_list .word:nth-child(9) {
    font-size: 16px;
  }
  .glossary_list .word:nth-child(10) {
    font-size: 22px;
  }
  .glossary_list .word:nth-child(11) {
    font-size: 23px;
  }
  .glossary_list .word:nth-child(12) {
    font-size: 25px;
  }
  .glossary_list .word:nth-child(13) {
    font-size: 16px;
  }
  .glossary_list .word:nth-child(14) {
    font-size: 22px;
  }
  .glossary_list .word:nth-child(15) {
    font-size: 25px;
  }
  .glossary_list .word:first-of-type {
    text-indent: 0px;
  }
  .featured_stories_sec {
    padding: 25px 0 10px 0;
  }
  .featured_stories_sec .common_title {
    padding-top: 0;
    margin-bottom: 15px;
  }
  .featured_stories_sec .common_title:before {
    top: -25px;
    left: 2px;
    width: 3px;
    height: 25px;
  }
  .featured_stories_sec .common_title:after {
    display: none;
  }
  .featured_stories_sec .common_title .light {
    font-size: 20px;
    line-height: 24px;
  }
  .featured_stories_sec .title_wrap {
    width: 100%;
    margin-right: 0;
  }
  .featured_stories_sec .stories_wrap {
    position: relative;
    padding-left: 20px;
    width: 100%;
  }
  .featured_stories_sec .stories_wrap:after {
    position: absolute;
    content: "";
    top: -4px;
    left: 2px;
    background: #abce90;
    width: 3px;
    height: 112%;
  }
  .featured_stories_slider {
    white-space: nowrap;
    width: 100%;
    overflow-x: auto;
  }
  .featured_stories_slider .featured_stories_box { 
    display: inline-block;
    width: 220px;
    margin-right: 20px;
  }
  .featured_stories_slider .featured_stories_box:last-of-type {
    margin-right: 0;
  }
  .paris_agreement_goal_sec {
    padding: 10px 0 20px 0;
  }
  .paris_agreement_goal_sec .mc_container {
    padding-left: 0;
    padding-right: 0;
  }
  .paris_agreement_goal_sec .common_title {
    line-height: 27px;
    top: 0;
    padding-left: 40px;
    float: none;
    background-color: transparent;
  }
  
  
  .paris_agreement_goal_sec .ttttttt {
    padding-left: 15px;
    padding-right: 15px;
  }
  .paris_agreement_goal_sec .bordered_ttl:before {
    position: absolute;
    content: "";
    top: 25px;
    left: 18px;
    background: #abce90;
    width: 20px;
    height: 3px;
    margin-left: 0;
    z-index: 9;
  }
  .temp_check_top_wrap .tck_grid1 .temp_check_lbl {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 5px;
  }
  .temp_check_top_wrap .tck_grid1 .temp_check_ttl {
    font-size: 22px;
    line-height: 28px;
  }
  .energy_sources_sec {
    padding: 20px 0;
  }
  .energy_sources_sec .common_title {
    margin: 0 auto 15px auto;
  }
  .energy_sources_sec .common_title:before {
    width: calc(33% - 55px);
    height: 3px;
  }
  .energy_sources_sec .common_title:after {
    width: calc(33% - 55px);
    height: 3px;
  }
  .energy_sources_sec .ttl {
    font-size: 20px;
    line-height: 26px;
    width: 100%;
    margin: 0 auto 20px auto;
  }
  .impact_on_climate_sec {
    padding: 20px 0;
  }
  .temp_check_top_wrap {
    display: block;
    padding-left: 15px;
    padding-right: 15px;
    border-bottom: 0;
  }
  .temp_check_top_wrap .tck_grid1 {
    width: 100%;
    border-bottom: 1px solid #707070;
    padding-right: 0;
    padding-bottom: 10px;
  }
  .temp_check_top_wrap .tck_grid2 {
    width: 100%;
    border-bottom: 1px solid #707070;
    border-left: 0;
    border-right: 0;
    padding: 15px 0px;
    font-size: 14px;
    line-height: 20px;
  }
  .temp_check_top_wrap .tck_grid3 {
    width: 100%;
    padding-left: 0;
    font-size: 12px;
    line-height: 18px;
  }
  .temp_check_middle_wrap {
    display: block;
  }
  .temp_check_middle_wrap .tck_m_grid1 {
    width: 100%;
  }
  .temp_check_middle_wrap .tck_m_grid2 {
    width: 100%;
    border-left: 0;
  }
  .temp_check_middle_wrap .tck_m_grid2 .ttl {
    font-size: 20px;
    line-height: 26px;
  }
  .temp_check_bottom_wrap {
    padding-left: 15px;
    padding-right: 15px;
  }
  .temp_check_middle_wrap .tck_m_grid2 .goals_list .txt_wrap .gttl {
    font-size: 14px;
    line-height: 20px;
  }
  .temp_check_middle_wrap .tck_m_grid2 .goals_list .txt_wrap .sub_img_ttl .sub_ttl {
    font-size: 14px;
    line-height: 20px;
  }
  .temp_check_middle_wrap .tck_m_grid2 {
    padding-bottom: 20px;
  }
  .temp_check_bottom_wrap .txt1 {
    font-size: 20px;
    line-height: 26px;
  }
  .temp_check_bottom_wrap .txt2 {
    font-size: 13px;
    line-height: 17px;
  }
  .impact_num {
    font-size: 20px;
    line-height: 22px;
    width: 50px;
    height: 50px;
  }
  .impact_on_climate_sec .ttl {
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    width: 98%;
  }
  .impact2_3 .chart1 .chart_top .impact_num {
    float: none;
    margin: 0 auto 20px auto;
  }
  .impact2_3 .chart1 {
    width: 100%;
  }
  .impact2_3 .chart_top {
    padding: 0 15px;
    padding-top: 10px;
    margin-bottom: 30px;
  }
  .impact2_3 .chart1 .chart_top .imp_nm {
    top: 0;
    padding-left: 15px;
  }
  .impact2_3 .chart_top .imp_nm {
    font-size: 20px;
    line-height: 26px;
  }
  .impact2_3_list .img_wrap {
    margin-right: 20px;
  }
  .impact2_3 .chart2 .chart_top .impact_num {
    float: none;
    margin: 0 auto 20px auto;
  }
  .impact2_3 .chart2 .chart_top .imp_nm {
    font-size: 20px;
    line-height: 26px;
  }
  .impact2_3 .chart2 .chart_top:before {
    display: none;
  }
  .impact2_3:before {
    display: none;
  }
  .impact2_3 .chart2 .chart_top .imp_nm {
    text-align: center;
    position: relative;
    top: 0;
    padding-right: 0;
    width: 100%;
  }
  .impact2_3 .chart_top:before {
    display: none;
  }
  .impact2_3 .chart_top .impact_num:before {
    display: none;
  }
  .impact2_3_list {
    margin: 0 15px;
  }
  .impact4 .chart_top .impact_num {
    float: none;
    margin: 0 auto 20px  auto;
  }
  .impact4 .chart_top .imp_nm {
    font-size: 20px;
    line-height: 30px;
    top: 0; padding-left: 0;
  }
  .impact4 .chart_top {
    position: relative;
    padding: 0 15px;
    text-align: center;
  }
  .impact5 .chart_top .impact_num {
    position: relative;
    float: none;
    margin: 0 auto 20px auto;
  }
  .impact5 .chart_top {
    padding: 0 15px;
    text-align: center;
  }
  .impact5 .chart_top .imp_nm {
    top: 0;
    padding-left: 0;
  }
  .whos_the_greenest_sec {
    padding: 30px 0;
  }
  .impact_on_climate_sec .mc_container {
    padding-left: 0;
    padding-right: 0;
  }
  .impact_on_climate_sec .ttl {
    padding-left: 15px;
    padding-right: 15px;
  }
  .impact_on_climate_sec img.impact_on_climate {
    padding: 0;
  }
  .impact2_3 {
    display: block;
    padding-top: 20px;
    margin-bottom: 30px;
  }
  .impact2_3 chart1 {
    width: 100%;
  }
  .impact2_3 .chart2 {
    width: 100%;
    padding-left: 0;
  }
  .impact4 {
    margin-bottom: 30px;
  }
  .chart_source_txt {
    font-size: 13px;
    line-height: 17px;
    text-align: center;
    width: 100%;
  }
  .g20_energy_mix_sec {
    padding: 20px 0;
    margin-top: 37px;
  }
  .g20_energy_mix_sec .mc_container {
    padding-left: 15px;
    padding-right: 15px;
  }
  .cntry_wise_data {
    display: block;
    margin-bottom: 30px;
  }
  .cntry_wise_data .cntry_map {
    width: 100%;
    margin-right: 0;
  }
  .cntry_wise_data .cntry_data {
    width: 100%;
    margin-right: 0;
  }
  .cntry_wise_data .cntry_data td {
    padding: 8px 8px 8px 0px;
    font-size: 16px;
  }
  .leaders_cntry_data {
    display: block;
    padding-left: 0;
  }
  .cntry_leaders_wrap {
    width: 100%;
    padding-left: 0;
    border-left: 0;
  }
  .cntry_leaders_wrap .title {
    display: block;
    width: 100%;
    margin: 0;
    border-left: 4px solid #abce90;
    padding-left: 10px;
    margin-bottom: 20px;
  }
  .cntry_leaders_wrap ul {
    width: 100%;
  }
  .cntry_leaders_wrap ul li {
    padding-left: 20px;
    font-size: 16px;
    line-height: 22px;
    margin: 0 -2px 20px -2px;
    width: 100%;
    white-space: nowrap;
  }
  .cntry_leaders_wrap.air_quality .title {
    display: block;
    width: 100%;
    margin: 0;
    border-left: 4px solid #abce90;
    padding-left: 10px;
    margin-bottom: 20px;
  }
  .cntry_leaders_wrap.air_quality ul {
    width: 100%;
  }
  .cntry_leaders_wrap.air_quality ul li {
    width: 50%;
  }
  .next_prev_slide_form_section .mc_container {
    padding: 30px 0;
  }
  .next_prev_slide_form_section .common_title:before {
    left: 15px;
    width: calc(45% - 30px);
    height: 3px;
  }
  .next_prev_slide_form_section .common_title:after {
    right: 15px;
    width: calc(45% - 30px);
    height: 3px;
  }
  .next_prev_slide_form_section .slide_body_wrap {
    padding: 0 15px;
  }
  .next_prev_slide_form_wrap .ques_txt {
    font-size: 22px;
    line-height: 28px;
    margin-bottom: 20px;
    text-align: left;
  }
  .next_prev_slide_form_wrap .answer {
    margin-bottom: 20px;
    text-align: left;
  }
  .next_prev_slide_form_wrap .ques_num {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 15px;
  }
  .ans_wrap {
    margin-bottom: 20px;
  }
  .ans_wrap .popcheck {
    width: 100%;
    font-size: 18px;
    line-height: 24px;
    padding-left: 25px;
    margin-bottom: 20px;
  }
  .ans_wrap .popcheck .ic_check {
    width: 30px;
    height: 30px;
    left: 0;
    top: -3px;
  }
  .ans_wrap .popcheck .ic_check:after {
    left: 11px;
    top: 5px;
    width: 6px;
    height: 14px;
  }
  .ans_wrap .popcheck:last-of-type {
    margin-bottom: 10px;
  }
  .climate_innovation_sec {
    padding: 30px 0;
  }
  .climate_innovation_sec .common_title {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    padding: 0;
    position: static;
    left: 50%;
    top: 0;
    transform: unset;
  }
  .climate_innovation_sec .story_card_row {
    display: none !important;
    justify-content: unset;
  }
  .story_item_box {
    display: block;
    outline: 0;
    padding-bottom: 10px;
  }
  .story_item_box .story_img_box {
    position: relative;
  }
  .story_item_box .story_img_box img {
    width: 100%;
  }
  .story_item_box .story_txt_box {
    position: relative;
    margin-bottom: 250px;
  }
  .story_item_box .story_txt_box .story_card_back_mob {
    width: calc(100% - 14%);
    height: 275px;
    background-color: #fff;
    padding: 15px;
    position: absolute;
    top: -40px;
    left: 7%;
    right: 7%;
    text-align: center;
    border: 1px solid #707070;
    box-shadow: 0px 5px 13px -4px #757575;
  }
  .story_item_box .story_txt_box .story_card_back_mob .story_title {
    font-size: 24px;
    line-height: 30px;
    font-weight: normal;
    font-family: 'Oswald', sans-serif;
    margin-bottom: 10px;
    color: #333;
  }
  .story_item_box .story_txt_box .story_card_back_mob .story_txt {
    font-size: 16px;
    line-height: 20px;
    color: #333;
  }
  .story_card_row_mob {
    display: block;
  }
  .story_card_row_mob .swipers_controller {
    position: relative;
    z-index: 9;
    padding-top: 2px;
    padding-bottom: 20px;
  }
  .story_card_row_mob .swipers_controller .swiper-pagination {
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    left: 0;
    right: 0;
  }
  .story_card_row_mob .swipers_controller .swiper-pagination-bullet {
    background: #999999;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    display: inline-block;
    border-radius: 100%;
    cursor: pointer;
    opacity: 1;
  }
  .story_card_row_mob .swipers_controller .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #ABCE90;
  }
  .story_card_row_mob .swipers_controller .swiper-pagination-bullet.swiper-pagination-bullet:hover {
    background: #ABCE90;
  }
  .cust_VScroller {
    overflow-y: auto;
    max-height: 275px;
    border-bottom: 0px solid #ddd;
    scrollbar-color: #666666;
    scrollbar-width: thin;
    scrollbar-height: thin;
  }
  .cust_VScroller::-webkit-scrollbar {
    height: 2px;
    width: 2px;
    background-color: #e5e5e5;
    border-radius: 5px;
  }
  .cust_VScroller::-webkit-scrollbar-thumb {
    background-color: #666;
    border-radius: 5px;
  }
  .videos_sec {
    padding: 30px 0;
  }
  .videos_sec .mc_container {
    padding-left: 10px;
    padding-right: 10px;
  }
  .videos_sec .common_title {
    margin: 0 auto 10px auto;
  }
  .videos_sec .video_txt_wrap .ttl {
    width: 100%;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 7px;
  }
  .videos_sec .video_txt_wrap .date_auth {
    width: 100%;
    font-size: 13px;
    line-height: 18px;
    margin-bottom: 7px;
  }
  .videos_sec .video_txt_wrap p {
    width: 100%;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 7px;
  }
  .videos_sec .slide_txt_wrapper {
    padding: 0;
    margin: 10px auto 0 auto;
  }
  .videos_sec .swiper-container {
    padding: 10px 0;
    padding-top: 10px;
  }
  .videos_sec .swiper-slide {
    height: 130px;
    transform: scale(1, 1.5);
  }
  .videos_sec .swiper-slide.swiper-slide-active {
    transform: scale(2.3);
  }
  .videos_sec .swiper-slide.swiper-slide-active img {
    box-shadow: 0 0 6px -3px #000000;
  }
  .modal-dialog {
    top: 10%;
  }
  .cust_VScroller_popup {
    overflow-y: auto;
    max-height: 430px;
    border-bottom: 0px solid #ddd;
    scrollbar-color: #666666;
    scrollbar-width: thin;
    scrollbar-height: thin;
  }
  .cust_VScroller_popup::-webkit-scrollbar {
    height: 4px;
    width: 4px;
    background-color: #e5e5e5;
    border-radius: 5px;
  }
  .cust_VScroller_popup::-webkit-scrollbar-thumb {
    background-color: #666;
    border-radius: 5px;
  }
  .impact5 .chart_top .imp_nm{font-size: 20px; line-height: 26px;}
  .impact2_3_list .txt_wrap .gttl {
    font-size: 18px;
  line-height: 24px;}
  
  .whos_the_greenest_sec .common_title { margin: 0 auto 10px auto; }
  
  
  
  .impact_img_div .img_full_screen_alink { display: inline-block; width: 30px; height: 30px; }
  .impact_img_div .img_full_screen_alink svg { width: 30px; height: 30px;} 
  .paris_agreement_goal_sec .common_title .light {
    line-height: 35px;
}
  .custom_popup_sec.impact4_popup .chart_div.desk{display: none;}
  .custom_popup_sec.impact5_popup .chart_div.desk{display: none;}
  .custom_popup_sec.impact5_popup .chart_div.mob{max-width: 300px; text-align: center; margin: 0 auto;}
  
  .impact2_3 .chart_div .impact_chart2_img {
    float: none;
    margin-top: 20px;
    padding-left: 10px;
}
  .glossary_info_popup .modal-dialog{ margin-top: 0%;}
  
  
  
}
@media all and (max-width: 767px) {
  .mc_container {
    padding-left: 15px;
    padding-right: 15px;
  }
  .top_intro_sec {
    background-position-y: 0;
  }
  .top_intro_sec .intro_box .top_banner_txt {
    padding-top: 45%;
  }
}
@media all and (max-width: 580px) {
  .top_intro_sec {
    background-position-y: 30px;
  }
  .top_intro_sec .intro_box .top_banner_txt {
    padding-top: 75%;
  }
}
@media all and (max-width: 380px) {
  .top_intro_sec {
    background-position-y: 30px;
  }
  .top_intro_sec .intro_box .top_banner_txt {
    padding-top: 80%;
  }
}
