/* use : @include flex; @include trans; */
a, img, ul, ol, p, h1, h2, h3, h4, h5, figure {
  position: static;
  padding: 0px;
  outline: 0px;
  margin: 0px;
}

main a, main a:active, main a:focus, main a:hover {
  outline: 0 !important;
  text-decoration: none !important;
}

html {
  height: 100%;
}

* {
  margin: 0;
  padding: 0;
  text-decoration: none;
  box-sizing: border-box;
  list-style: none;
  border: none;
}

body, li, ol, p, ul, h1, h2, h3, h4 {
  margin: 0;
  padding: 0;
  list-style: none;
}

.mc_fluid_container {
  margin-right: auto;
  margin-left: auto;
}

.mc_container {
  width: 1254px;
  margin-right: auto;
  margin-left: auto;
}

.flex {
  display: -moz-flex;
  display: -o-flex;
  display: -ms-flex;
  display: flex;
}

.flex_vcenter {
  -moz-align-items: center;
  -o-align-items: center;
  -ms-align-items: center;
  align-items: center;
}

.flex_hcenter {
  -moz-justify-content: center;
  -o-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}

.flex_vhcenter {
  -moz-align-items: center;
  -o-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -moz-justify-content: center;
  -o-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}

.clear {
  clear: both;
}

body {
  position: relative;
  font: 400 16px/24px "Overpass", sans-serif;
  color: #000;
  overflow-x: hidden;
  background-color: #fff !important;
  margin: 0;
  padding: 0;
}

a {
  font-family: inherit;
}

.dn, .mob_view {
  display: none !important;
}

.sec_title {
  display: block;
  color: #303030;
  font: 700 64px/64px "Chivo", sans-serif;
  position: relative;
  margin-bottom: 20px;
  margin-top: 0;
  text-transform: uppercase;
}
.sec_title span {
  color: #F26221;
  font-weight: 600;
}

.om_btn {
  display: inline-block;
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
  background-color: #244AC3;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  min-width: 250px;
  border: 1px solid #000000;
  border-radius: 30px;
  padding: 10px 25px;
  transition: 0.5s all ease;
}
.om_btn:hover, .om_btn:focus, .om_btn:active {
  color: #fff;
  transition: 0.5s all ease;
}

.sec_liner {
  position: relative;
}
.sec_liner:before {
  content: "";
  position: absolute;
  top: -25px;
  left: 0;
  right: 0;
  width: 2px;
  height: 50px;
  margin: 0 auto;
  background-color: #FFA154;
}

.padlr20 {
  padding: 0 20px;
}

.share_icons_list {
  -moz-column-gap: 20px;
       column-gap: 20px;
  margin-bottom: 50px;
}

.share_icons_list .icon_alink {
  width: 32px;
  color: #666;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
.share_icons_list .icon_alink:hover, .share_icons_list .icon_alink:focus, .share_icons_list .icon_alink:active {
  text-decoration: none !important;
  outline: 0px !important;
  outline: none !important;
  color: #666 !important;
}

.share_icons_list .icon_alink.fb {
  color: #666;
}
.share_icons_list .icon_alink.fb svg {
  color: #666;
  fill: #666;
}

.share_icons_list .icon_alink.fb:hover {
  color: #666;
}
.share_icons_list .icon_alink.fb:hover svg {
  color: #666;
  fill: #666;
}

/* Namvar css */
.tab-pane {
  display: none;
  position: relative;
}

.tab-pane.active {
  display: block;
}

.clearfix {
  clear: both;
}

.clearfix:before, .clearfix:after {
  display: block;
  clear: both;
  content: "";
}

.custom_scroll {
  scrollbar-color: #BBBBBB;
  scrollbar-height: thin;
}

.custom_scroll::-webkit-scrollbar {
  background: #FFDCC7;
  width: 8px;
  border-radius: 10px;
}

.custom_scroll::-webkit-scrollbar-thumb {
  margin-right: -5px;
  background-color: #666666;
  border-radius: 10px;
}

#social_connect {
  background: url(https://images.moneycontrol.com/images/webinar/traderscarnival22/social_connect.png) -160px 0px no-repeat;
  padding: 50px;
}
#social_connect ul {
  text-align: center;
  margin: 0px;
}
#social_connect ul li {
  display: inline-block;
  margin: 0 12px;
}
#social_connect .social_title {
  border-top: 1px solid rgba(153, 153, 153, 0.4);
  text-align: center;
  margin-bottom: 20px;
}
#social_connect .social_title span {
  background-color: #fff;
  padding: 0px 10px;
  color: #333333;
  font-size: 20px;
  font-weight: 700;
  position: relative;
  top: -11px;
}

.modal-header {
  background-color: #f6f8fb;
  padding: 18px;
  font-size: 18px;
  font-weight: 900;
  color: #333;
  text-align: center;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}

.modal-header .close {
  background: url(https://images.moneycontrol.com/assets/images/webinarLanding/popup_close.svg) no-repeat;
  width: 14px;
  height: 14px;
  display: block;
  opacity: 1;
  position: absolute;
  right: 18px;
  z-index: 9;
  top: 20px;
}

.modal-header .close:focus {
  border: none;
  outline: none;
}

.addToCal_list {
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
}
.addToCal_list li {
  width: calc(25% - 10px);
  padding: 0;
  border-radius: 4px;
  margin: 5px;
  box-sizing: border-box;
}
.addToCal_list li.ic_ios {
  background: #000;
}
.addToCal_list li.gcal {
  background: #4885ed;
}
.addToCal_list li.ic_outlook {
  background: #00a1f1;
}
.addToCal_list li.i_yahoo {
  background: #780099;
}
.addToCal_list li a {
  display: block;
  padding: 6px 12px;
  text-align: center;
  color: #fff;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  cursor: pointer;
  border: 1px solid transparent;
  border-radius: 3px;
  white-space: nowrap;
}
.addToCal_list li a svg {
  height: 14px;
  width: auto;
  margin-right: 5px;
  fill: #fff;
  margin-left: -5px;
  margin-top: 4px;
}

#addToCalendarPopUp .modal-dialog, #speakerD_popup .modal-dialog {
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
  margin: 0px;
}

#termscondition h2 {
  font-size: 17px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 20px;
}
#termscondition h3 {
  font-size: 17px;
  font-weight: 600;
  margin-bottom: 5px;
}
#termscondition p {
  font-size: 15px;
  line-height: 20px;
  color: #333;
  margin-bottom: 20px;
}

@media all and (max-width: 1316px) {
  .mc_container {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media all and (max-width: 980px) {
  .desk_view {
    display: none !important;
  }
  .mob_view {
    display: block !important;
  }
  body {
    font-size: 14px;
    line-height: 20px;
  }
  .sec_title {
    font-size: 26px;
    line-height: 30px;
    margin-bottom: 10px;
  }
  .sec_title svg {
    width: 50px;
    height: 10px;
  }
  .sec_title svg path {
    stroke-width: 3px;
  }
  .sec_liner:before {
    top: -20px;
    width: 1px;
    height: 40px;
  }
  #social_connect {
    padding: 20px 0px;
    background: none;
  }
  #social_connect .social_title {
    margin-bottom: 0px;
  }
  #social_connect .social_title span {
    font-size: 10px;
  }
  #social_connect ul li {
    margin: 0 5px;
  }
  #social_connect svg {
    width: 24px;
    height: 24px;
  }
  .custom_scroll {
    scrollbar-color: #BBBBBB;
    scrollbar-height: thin;
  }
  .custom_scroll::-webkit-scrollbar {
    background: #FFDCC7;
    width: 5px;
    border-radius: 5px;
  }
  .custom_scroll::-webkit-scrollbar-thumb {
    margin-right: -5px;
    background-color: #666666;
    border-radius: 10px;
  }
}
header {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  background-color: #fff;
  z-index: 99;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.0784313725);
}

.header_top {
  background: #F9F1EC;
  padding: 25px 0;
  border-bottom: 1px solid #EBEBEB;
}

.left_head {
  align-items: center;
}

.blogo_alink {
  display: flex;
  align-items: center;
  border-right: 1px solid #EBEBEB;
  height: 32px;
  padding-right: 15px;
  margin-right: 15px;
}

.mclogo_alink {
  display: flex;
}

.loginelement {
  display: flex;
  margin-left: auto;
  align-items: center;
  margin-right: 20px;
}

.user_ppic {
  margin-right: 5px;
  display: flex;
}

.loginelement a {
  color: #333333;
  font: 12px "Montserrat", sans-serif;
}
.loginelement a .logintext {
  color: #F26221;
  font: 600 14px "Overpass", sans-serif;
}

.header_nav {
  border-bottom: 1px solid #EBEBEB;
  background: #FFFBF8;
}

.header_nav nav {
  display: flex;
  align-items: center;
}

.header_nav nav ul {
  margin: 0px;
}

.header_nav nav ul li {
  display: inline-block;
  position: relative;
  margin-right: 40px;
}

.header_nav nav ul li a {
  color: #333333;
  font-size: 15px;
  padding: 10px 0;
  position: relative;
}
.header_nav nav ul li a:hover, .header_nav nav ul li a:focus {
  text-decoration: none;
}

.header_nav nav ul li a.active {
  font-weight: 700;
  border-top: 2px solid #333333;
  border-bottom: 2px solid #333333;
}

.head_right {
  display: flex;
  align-items: center;
  padding: 3px 0;
  margin-left: auto;
}

.buy_ticketstp {
  display: inline-block;
  color: #fff;
  background-color: #F26221;
  border-radius: 8px;
  width: 140px;
  height: 35px;
  text-transform: uppercase;
  text-align: center;
  font: 900 12px/37px "Overpass", sans-serif;
}
.buy_ticketstp:hover, .buy_ticketstp:focus, .buy_ticketstp:active {
  text-decoration: none !important;
  outline: 0px !important;
  outline: none !important;
  color: #fff !important;
}

.omeventtop p {
  font-size: 16px;
  font-weight: bold;
}

.omeventtop p span {
  display: block;
  color: #333333;
  font-size: 13px;
  font-weight: 400;
}

.omeventtop {
  text-align: right;
  display: flex;
  align-items: center;
  margin-right: 20px;
}

.omeventtop strong {
  margin-left: 10px;
  align-items: center;
  display: flex;
}

.eve_daterange {
  margin-left: auto;
  color: #303030;
  font: 500 24px/24px "Overpass", sans-serif;
}
.eve_daterange span {
  margin-right: 5px;
  vertical-align: middle;
}
.eve_daterange sup {
  font-size: 12px;
  vertical-align: text-top;
  line-height: normal;
  position: static;
}

.align_vc {
  align-items: center;
}

.top_sponsors_wrap {
  display: flex;
  margin-left: 10px;
}
.top_sponsors_wrap .sponsor_box {
  padding: 0 10px;
  border-left: 1px solid #EBEBEB;
}
.top_sponsors_wrap .sponsor_box .spons_lbl {
  font-size: 10px;
  line-height: 14px;
}

@media all and (max-width: 980px) {
  .header_top {
    padding: 9px 0;
  }
  .blogo_alink {
    padding-right: 5px;
    margin-right: 5px;
    height: auto;
  }
  .blogo_alink img {
    width: 48px;
    height: 20px;
  }
  .mclogo_alink img {
    width: 100px;
    height: auto;
  }
  .buy_ticketstp {
    margin-left: auto;
    width: 90px;
    height: 27px;
    border-radius: 4px;
    line-height: 30px;
    font-size: 10px;
  }
  .head_right {
    margin-left: auto;
    width: 55px;
    padding: 5px 0;
  }
  .omeventtop p {
    font-size: 11px;
    line-height: 15px;
  }
  .omeventtop p span {
    font-size: 10px;
  }
  .header_nav {
    height: auto;
  }
  /* .mob_menu { float: right; cursor: pointer; position:absolute; right: 2%; top: auto; z-index: 9999; } */
  .top_strip_links {
    white-space: nowrap;
  }
  .header_nav nav ul li {
    margin-right: 10px;
  }
  .header_nav nav ul li a {
    font-size: 11px;
    padding: 4px 0;
  }
  .loginelement a .logintext {
    font-size: 10px;
  }
  .user_ppic img {
    width: 15px;
    height: 15px;
    display: block;
  }
  .burger_menu_box .menu_rt_sec {
    position: fixed;
    top: 10px;
    right: 10px;
    z-index: 999999;
    width: 40px;
    height: 30px;
  }
  .burger_menu_box .mn_txt {
    font-size: 10px;
    line-height: 10px;
    left: 6px;
    color: #666;
    margin-bottom: 3px;
    position: relative;
  }
  .burger_menu_box .mob_menu {
    cursor: pointer;
    position: relative;
    right: 0px;
    top: 9px;
    padding-top: 0px;
    z-index: 9999;
  }
  .burger_menu_box .mob_menu svg a, .burger_menu_box .mob_menu svg .a {
    stroke: #666 !important;
  }
  .burger_menu_box .mob_menu svg {
    width: 24px;
    height: 16px;
    display: inline-block;
    position: relative;
    left: 11px;
    transform: rotate(180deg);
  }
  .burger_menu_box nav {
    z-index: 99999;
    margin: 0px;
    display: block;
    width: calc(100% - 70px);
    position: fixed;
    right: -100%;
    top: 0px;
    bottom: 0px;
    background: #fff;
    padding: 30px 25px 15px 25px;
    transition: 0.8s all;
  }
  .burger_menu_box nav.slideright {
    right: 0px;
  }
  .burger_menu_box .closenav {
    position: absolute;
    top: 30px;
    right: 19px;
    cursor: pointer;
    padding: 0 5px 0 5px;
  }
  .burger_menu_box .closenav svg {
    width: 14px;
    height: 14px;
  }
  .burger_menu_box .mainmenus li {
    display: block;
    margin: 0px;
    border-top: 1px solid #eee;
  }
  .burger_menu_box .mainmenus li:last-of-type {
    border-bottom: 0;
  }
  .burger_menu_box .mainmenus li a {
    color: #666;
    font-size: 14px;
    line-height: 20px;
    padding: 10px 0;
    display: block;
  }
  .burger_menu_box .mainmenus li .logout_alink {
    font-size: 12px;
    line-height: 18px;
  }
  .burger_menu_box .collapsable_menu {
    position: relative;
  }
  .burger_menu_box .submenus li {
    position: relative;
    border: 0;
    padding-left: 30px;
  }
  .burger_menu_box .submenus li a {
    border: 0;
    font-size: 14px;
    line-height: 20px;
    padding: 5px 0;
  }
  .burger_menu_box .submenus li:last-of-type {
    border: 0;
    padding-bottom: 5px;
  }
  .burger_menu_box .logged_user {
    -moz-column-gap: 10px;
         column-gap: 10px;
    margin-bottom: 15px;
  }
  .burger_menu_box .logged_user img {
    width: 32px;
    height: 32px;
    border: 2px solid #DBDBDB;
    border-radius: 50%;
  }
  .burger_menu_box .logged_user .txt_wrap {
    font-size: 12px;
    line-height: 18px;
    color: #333;
  }
  .overlaybg {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    content: "";
    width: 100%;
    z-index: 9999;
    background: #000;
    opacity: 0.8;
  }
  .mob_menu .a {
    stroke: #fff;
  }
  .top_sponsors_wrap {
    display: flex;
    margin-left: 0px;
    padding: 5px;
  }
  .top_sponsors_wrap .sponsor_box {
    padding: 0 10px;
    border-left: 1px solid #EBEBEB;
  }
  .top_sponsors_wrap .sponsor_box:first-child {
    border: none;
  }
  .top_sponsors_wrap .sponsor_box:first-child img {
    width: 40px;
  }
  .top_sponsors_wrap .sponsor_box img {
    width: 60px;
    height: auto;
  }
  .top_sponsors_wrap .sponsor_box .spons_lbl {
    font-size: 9px;
    line-height: 12px;
  }
}
#eventdate {
  position: relative;
  padding: 0px 0 200px 0;
  background: url(https://images.moneycontrol.com/images/webinar/traderscarnival22/intro_bottom.png) right bottom no-repeat;
}
#eventdate:after {
  position: absolute;
  content: "";
  left: 0px;
  top: 340px;
  background: url(https://images.moneycontrol.com/images/webinar/traderscarnival22/intro_top.png) left top no-repeat;
  width: 335px;
  height: 213px;
  z-index: -1;
}
#eventdate:before {
  position: absolute;
  content: "";
  left: -40px;
  bottom: 0px;
  background: url(https://images.moneycontrol.com/images/webinar/traderscarnival22/trianle_right.png) right top no-repeat;
  width: 200px;
  height: 300px;
  transform: rotate(26deg);
}

.intro_grouppic {
  display: flex;
  margin-left: auto;
  margin-right: -40px;
}

.intro_left {
  padding-top: 125px;
}

.fromdate {
  color: #333333;
  padding: 0px 0 40px 0;
  color: #303030;
  font: 700 24px/24px "Overpass", sans-serif;
}
.fromdate sup {
  font-size: 12px;
  vertical-align: text-top;
  line-height: normal;
  position: static;
}
.fromdate span {
  margin-right: 5px;
  vertical-align: middle;
}

#countdown {
  margin-bottom: 40px;
}

#countdown li {
  background: url(https://images.moneycontrol.com/images/webinar/traderscarnival22/countdown_divider.png) right 44px no-repeat;
  float: left;
  text-align: center;
  padding: 0px 30px;
  color: #652900;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
}

#countdown li > div {
  padding-top: 33px;
  background: url(https://images.moneycontrol.com/images/webinar/traderscarnival22/subtraction.png) no-repeat;
  width: 100px;
  height: 110px;
}

#countdown li span {
  display: block;
  margin-bottom: 10px;
  color: #652900;
  font-size: 48px;
  font-weight: 600;
}

#countdown li:first-child {
  padding: 0 30px 0 0;
}

#countdown li:last-child {
  background: none;
}

.buyTick {
  vertical-align: top;
  color: #ffffff;
  border-radius: 8px;
  width: 168px;
  text-align: center;
  height: 50px;
  color: #fff;
  margin-right: 20px;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 900;
  line-height: 53px;
  background: #F26221;
  display: inline-block;
}
.buyTick:hover, .buyTick:focus, .buyTick:active {
  text-decoration: none !important;
  outline: 0px !important;
  outline: none !important;
  color: #fff !important;
}

.watchSample {
  border: 1px solid #F26221;
  padding: 0 15px;
  width: 365px;
  color: #F26221;
  border-radius: 10px;
  height: 50px;
  font-size: 19px;
  font-weight: 700;
  line-height: 50px;
  align-items: center;
  justify-content: center;
}
.watchSample span {
  margin-left: 5px;
}
.watchSample span svg {
  vertical-align: middle;
}
.watchSample:hover, .watchSample:focus, .watchSample:active {
  text-decoration: none !important;
  outline: 0px !important;
  outline: none !important;
  color: #F26221 !important;
}

#featur_sec {
  position: relative;
  top: -60px;
  background: url(https://images.moneycontrol.com/images/webinar/traderscarnival22/event_bg.png) left bottom no-repeat;
  padding-bottom: 60px;
}
#featur_sec::after {
  position: absolute;
  content: "";
  right: -80px;
  bottom: 10px;
  background: url(https://images.moneycontrol.com/images/webinar/traderscarnival22/trianle_right.png) no-repeat;
  width: 192px;
  height: 300px;
  transform: rotate(-55deg);
}

.feature_count {
  justify-content: space-around;
  position: relative;
  border-radius: 25px;
  position: relative;
  padding: 0 80px 80px;
}

.feature_bx {
  text-align: center;
  position: relative;
  z-index: 2;
}
.feature_bx .feature_in {
  padding-top: 50px;
  width: 240px;
  height: 300px;
  background: #FFFFFF;
  border: 1px solid #F9F1EC;
  border-radius: 0px 0px 300px 300px;
  opacity: 1;
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}
.feature_bx:after {
  width: 240px;
  height: 300px;
  border: 1px solid #333333;
  border-radius: 0px 0px 300px 300px;
  content: "";
  position: absolute;
  z-index: -1;
  left: -5px;
  top: 5px;
}

.feature_bx span {
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 5px;
}

.feature_bx strong {
  display: block;
  color: rgb(101, 41, 0);
  margin: 40px 0 20px;
  font-size: 60px;
  font-weight: 900;
}

.feature_bx p {
  color: rgba(48, 48, 48, 0.6);
  font-size: 20px;
  font-weight: 400;
  text-transform: uppercase;
}

@media all and (max-width: 980px) {
  #eventdate:after {
    top: 110px;
    width: 120px;
    height: 70px;
    background-size: cover;
  }
  #featur_sec {
    top: 10px;
    background: none;
  }
  #featur_sec::after {
    right: -80px;
    bottom: -60px;
    background-size: 100%;
    width: 100px;
    height: 160px;
  }
  #eventdate {
    padding: 0px 0 60px 0;
    background: url(https://images.moneycontrol.com/images/webinar/traderscarnival22/intro_bottom_mobile.png) right bottom no-repeat;
  }
  #eventdate:before {
    width: 120px;
    height: 200px;
    background-size: 100%;
    left: -60px;
    bottom: -20px;
  }
  .intro_left {
    padding: 25px 0;
  }
  .intro_left .flex {
    flex-flow: column;
  }
  .sec_title {
    font-size: 28px;
  }
  .fromdate {
    font-size: 14px;
    line-height: 14px;
    padding-bottom: 10px;
  }
  .fromdate sup {
    font-size: 10px;
    vertical-align: top;
  }
  .fromdate span svg {
    width: 15px;
    height: 13px;
  }
  #countdown {
    margin-bottom: 20px;
  }
  #countdown li {
    font-size: 9px;
    text-transform: uppercase;
    padding: 0 13px 0 0;
    margin-left: 5px;
    background: url(https://images.moneycontrol.com/images/webinar/traderscarnival22/countdown_divider.png) right 21px no-repeat;
    background-size: 6px;
  }
  #countdown li:first-child {
    padding-right: 13px;
    margin: 0px;
  }
  #countdown li div {
    width: 55px;
    height: 62px;
    background-size: 100%;
    padding-top: 15px;
  }
  #countdown li span {
    font-size: 24px;
    line-height: 20px;
    margin-bottom: 0px;
  }
  .buyTick {
    border-radius: 4px;
    width: 130px;
    height: 35px;
    line-height: 38px;
    font-size: 12px;
  }
  .watchSample {
    display: block;
    border-radius: 4px;
    padding: 0 5px;
    text-align: center;
    margin-top: 10px;
    font-size: 12px;
    width: 190px;
    height: 35px;
    line-height: 35px;
  }
  .watchSample svg {
    width: 12px;
    height: 12px;
  }
  .top_detail {
    flex-flow: column;
  }
  .intro_grouppic {
    margin: 0px;
  }
  .intro_grouppic img {
    width: 100%;
    height: auto;
  }
  .feature_count {
    padding: 0px;
  }
  .feature_bx::after {
    width: 88px;
    height: 115px;
    left: -2px;
    top: 2px;
  }
  .feature_bx strong {
    font-size: 14px;
    line-height: 14px;
    margin: 10px 0 5px 0;
  }
  .feature_bx p {
    font-size: 10px;
    line-height: 10px;
  }
  .feature_bx .feature_in {
    width: 88px;
    height: 115px;
    padding-top: 10px;
  }
  .feature_bx .feature_in span {
    width: auto;
    height: 40px;
  }
  .feature_bx .feature_in span img {
    width: 35px;
    height: auto;
    display: block;
  }
}
#webinar_uppast {
  padding: 80px 0;
  position: relative;
  background: #FFFBF8;
}
#webinar_uppast .tab-content {
  background: #fff;
  border: 1px solid #999999;
  border-radius: 14px;
  padding: 30px;
}

.webinar_tab {
  text-align: center;
  margin-bottom: -1px;
}

.webinar_tab ul {
  border: 1px solid #999999;
  border-bottom: 0px;
  border-radius: 14px 14px 0 0;
  display: inline-block;
  background: rgba(255, 255, 255, 0.4);
  margin: 0px;
}

.webinar_tab ul li {
  display: inline-block;
}

.webinar_tab ul li a {
  display: block;
  height: 58px;
  width: 205px;
  color: #303030;
  font-size: 19px;
  line-height: 58px;
  font-weight: 400;
}

.webinar_tab ul li.active a {
  font-weight: 700;
  border-radius: 14px 14px 0 0;
  border-right: 1px solid #999999;
  background: #fff;
}

.webinar_tab ul li:last-child.active a {
  border: none;
  border-left: 1px solid #999999;
}

.webinar_tab ul li a:hover, .webinar_tab ul li a:focus {
  text-decoration: none;
}

.ue_video_box {
  float: left;
  position: relative;
  width: 600px;
}
.ue_video_box img {
  width: 100%;
  height: auto;
}

.vidplayom {
  position: absolute;
  background: #F26221;
  line-height: 60px;
  width: 60px;
  height: 60px;
  text-align: center;
  border-radius: 50%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.vidplayom svg {
  vertical-align: middle;
}

.upnewsCnt {
  float: right;
  width: 560px;
}

.upnewsCnt .event_tit {
  text-transform: none;
  font-size: 25px;
  line-height: 35px;
  color: #303030;
  font-weight: bold;
  position: relative;
}

.nwsAuthor {
  padding-top: 30px;
}

.nwsAuthor figure {
  float: left;
}

.nwsAuthor figure img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 2px solid #FFA154;
}

.nwsAuthor p {
  margin-top: 8px;
  float: left;
  margin-left: 10px;
  width: calc(100% - 200px);
  color: #652900;
  font-size: 18px;
  font-weight: 700;
}

.nwsAuthor p span {
  color: #303030;
  font-size: 16px;
  font-weight: 400;
  display: block;
  margin-top: 0px;
}

.datenTimeprice {
  background: #F9F1EC;
  border-radius: 10px;
  display: inline-block;
  padding: 0 25px;
  margin-top: 25px;
}
.datenTimeprice ul {
  display: flex;
  height: 50px;
  padding: 10px 0;
  justify-content: center;
  align-items: center;
}
.datenTimeprice ul li {
  color: #303030;
  height: 20px;
  font-size: 18px;
  padding: 0 10px;
  border-right: 1px dashed #CEBEB4;
}
.datenTimeprice ul li:first-child {
  font-weight: 600;
}
.datenTimeprice ul li:last-child {
  border: none;
}
.datenTimeprice ul li span {
  margin-right: 5px;
}

.newsFig {
  width: 612px;
  float: left;
}

.video_cntpast {
  position: relative;
  margin-bottom: 20px;
}

.newlistright {
  padding-right: 10px;
  float: right;
  width: 560px;
  overflow-y: auto;
  height: 470px;
}

.newlistright ul li {
  padding: 15px 0px;
  border-bottom: 1px solid rgba(153, 153, 153, 0.4);
}
.newlistright ul li:first-child {
  padding: 0 0 15px 0;
}

.newlistright ul li figure {
  position: relative;
  display: inline-block;
}
.newlistright ul li figure span {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: #F26221;
  border-radius: 50%;
  width: 28px;
  height: 28px;
  text-align: center;
}
.newlistright ul li figure span svg {
  margin-top: 4px;
}
.newlistright ul li figure img {
  display: block;
}

.newlistright ul li .play_vidB {
  width: 28px;
  height: 28px;
  line-height: 28px;
  padding: 3px;
  font-size: 18px;
}

.newlistright ul li .play_vidB svg {
  width: 18px;
  height: 18px;
}

.newlistright ul li p a {
  color: #303030;
  font-size: 20px;
  font-weight: 600;
  line-height: 26px;
}

.newlistright ul li p {
  vertical-align: top;
  display: inline-block;
  width: calc(100% - 225px);
  margin-left: 10px;
  overflow: hidden;
}

.newTt a {
  font-weight: bold;
  font-size: 25px;
  line-height: 32px;
  color: #303030;
}

.pastnAuthor {
  margin-top: 15px;
  display: flex;
  align-items: center;
}

.pastnAuthor span {
  margin-right: 10px;
  height: 20px;
}

.pastnAuthor a {
  color: #333;
  font-size: 16px;
  font-weight: 700;
  display: flex;
  align-items: center;
}

.newsFig figure {
  margin-bottom: 10px;
}

.pastnAuthor em {
  color: #999999;
  font-size: 16px;
  padding-left: 8px;
  margin-left: 8px;
  border-left: 1px dashed #CEBEB4;
  font-style: normal;
  height: 20px;
}

.newlistright li .pastnAuthor a {
  font-size: 15px;
  color: #652900;
}

.newlistright li .pastnAuthor span {
  margin-right: 5px;
  height: 22px;
}

.newlistright li .pastnAuthor em {
  font-size: 13px;
}

.newlistright .pastnAuthor {
  margin-top: 5px;
}

.lock_screen {
  position: absolute;
  width: calc(100% + 25px);
  margin: -20px;
  height: calc(100% + 25px);
  z-index: 9;
  left: 0px;
  top: 0px;
  background-color: rgba(255, 255, 255, 0.95);
  text-align: center;
  align-items: center;
  display: flex;
}

.lock_screen .lock_msg {
  width: 100%;
  clear: both;
  font-weight: 600;
  font-size: 24px;
  line-height: 34px;
  color: #333333;
  margin-bottom: 20px;
  text-align: center;
}

.lock_screen .login_now {
  border-radius: 8px;
  margin-top: 20px;
  background-color: #F26221;
  height: 50px;
  font-size: 15px;
  font-weight: 700;
  line-height: 50px;
  text-transform: uppercase;
  width: 170px;
  text-align: center;
  color: #fff;
  display: inline-block;
}

.lock_screen .logout {
  background: none;
  border: 1px solid #652900;
  color: #652900 !important;
  display: inline-block;
  width: 150px;
  text-align: center;
}

.lock_content {
  overflow: hidden;
  filter: blur(3px);
}

@media all and (max-width: 980px) {
  #webinar_uppast .tab-content {
    padding: 10px;
    border-radius: 8px;
  }
  .webinar_tab {
    margin-bottom: -1px !important;
  }
  .webinar_tab ul {
    border-radius: 8px 8px 0 0;
  }
  .webinar_tab ul li a {
    border-radius: 8px;
    width: 130px;
    font-size: 10px;
    height: 32px;
    line-height: 32px;
  }
  .upnewsCnt {
    width: auto;
    float: none;
  }
  .ue_video_box {
    float: none;
    margin-bottom: 10px;
    width: 100%;
  }
  .ue_video_box img {
    width: 100%;
    height: auto;
  }
  .upnewsCnt .event_tit {
    font-size: 20px;
    line-height: 24px;
  }
  .datenTimeprice {
    margin: 10px 0;
    height: auto;
    padding: 5px 10px;
    display: block;
  }
  .datenTimeprice ul {
    flex-flow: column;
  }
  .datenTimeprice ul li {
    border: none;
    height: auto;
    font-size: 13px;
    display: flex;
    align-items: center;
  }
  .datenTimeprice ul li:first-child {
    margin-bottom: 3px;
  }
  .datenTimeprice ul li svg {
    width: 12px;
  }
  .datenTimeprice ul li span {
    margin-right: 5px;
    height: 18px;
    vertical-align: middle;
  }
  .nwsAuthor {
    margin-top: 8px;
  }
  .nwsAuthor p {
    width: calc(100% - 90px);
    margin-top: 2px;
    font-size: 12px;
    line-height: 14px;
  }
  .nwsAuthor p span {
    font-size: 9px;
  }
  .nwsAuthor figure img {
    width: 30px;
    height: 30px;
  }
  .nwsAuthor {
    padding: 5px 0 0 0;
  }
  .pastnAuthor em {
    font-size: 11px;
  }
  #webinar_uppast {
    padding: 20px 0 40px 0;
  }
  #webinar_uppast:after {
    display: none;
  }
  .newsFig {
    float: none;
    width: 100%;
  }
  .newsFig img {
    width: 100%;
    height: auto;
  }
  .dateevent ul li {
    font-size: 10px;
  }
  .dateevent ul li span svg {
    width: 10px;
  }
  .video_cntpast {
    margin-bottom: 10px;
  }
  .newTt a {
    font-size: 20px;
    line-height: 24px;
  }
  .pastnAuthor a {
    font-size: 12px;
  }
  .newlistright {
    width: 100%;
    float: none;
    margin-top: 20px;
    height: 340px;
  }
  .newlistright ul li {
    padding: 5px 0;
  }
  .newlistright ul li:first-child {
    padding: 0 0 5px 0;
  }
  .newlistright ul li figure img {
    width: 115px;
  }
  .newlistright ul li p {
    width: calc(100% - 125px);
    margin-left: 5px;
  }
  .newlistright ul li p a {
    font-size: 11px;
    line-height: 13px;
    display: inline-block;
  }
  .newlistright li .pastnAuthor a {
    display: flex;
    font-size: 9px;
  }
  .newlistright li .pastnAuthor em {
    font-size: 9px;
    padding-left: 5px;
    margin-left: 5px;
  }
  .dateevent strong {
    border: none;
  }
  .dateevent strong:last-child {
    display: none;
  }
  .newlistright .dateevent {
    margin-bottom: 2px;
  }
  .newlistright .pastnAuthor {
    margin: 0px;
  }
  .webinar_tab {
    margin-bottom: 20px;
  }
  .lock_screen .lock_msg {
    padding: 0 20px;
    font-size: 14px;
    line-height: 22px;
  }
  .lock_screen {
    margin: -15px;
  }
}
#about_event {
  padding-bottom: 40px;
  margin-top: -120px;
}

#about_event aside figure {
  margin-top: 200px;
  margin-left: -50px;
}

#about_event aside figure span {
  display: inline-block;
  position: relative;
}

#about_event article {
  width: 620px;
  display: flex;
  margin-left: auto;
  flex-flow: column;
}
#about_event article p {
  display: block;
  color: #333333;
  font-size: 186x;
  line-height: 21px;
  margin-bottom: 20px;
}
#about_event article p strong {
  text-transform: uppercase;
  font-weight: 700;
}
#about_event article ul {
  margin-left: 20px;
  position: relative;
}
#about_event article ul:before {
  width: 2px;
  height: calc(100% - 20px);
  border-left: 1px dashed #652900;
  position: absolute;
  left: -14px;
  z-index: 0;
  bottom: 28px;
  content: "";
}
#about_event article ul li {
  color: #FFA154;
  list-style: disc outside;
  margin-bottom: 18px;
  z-index: 1;
  position: relative;
}
#about_event article ul li span {
  font-size: 18px;
  color: #333333;
}
#about_event article .eve_ftext {
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: bold;
  color: #303030;
}

@media all and (max-width: 980px) {
  #about_event {
    margin-top: 0px;
    padding-bottom: 30px;
  }
  #about_event .mc_container.flex {
    flex-flow: column-reverse;
  }
  #about_event article {
    width: auto;
    margin-bottom: 20px;
  }
  #about_event article p {
    font-size: 13px;
    line-height: 20px;
  }
  #about_event article ul li span {
    font-size: 13px;
  }
  #about_event article ul li {
    margin-bottom: 10px;
  }
  #about_event aside figure {
    margin: 0 0 0 -15px;
  }
  #about_event aside figure img {
    width: 220px;
    height: auto;
  }
  .topic_listcnt {
    display: flex;
  }
  .topic_listcnt .topic_list {
    width: 50%;
  }
  #about_event article .topic_listcnt .topic_list:last-child ul:before {
    bottom: 10px;
    height: 95%;
  }
  #about_event article .eve_ftext {
    font-size: 12px;
    margin-bottom: 5px;
  }
}
#agenda_sec {
  padding: 60px 0;
  background: #FFFBF8 url(https://images.moneycontrol.com/images/webinar/traderscarnival22/triangle.png) -155px 0px no-repeat;
  margin-bottom: 50px;
}
#agenda_sec::after {
  background: url(https://images.moneycontrol.com/images/webinar/traderscarnival22/trianle_right.png) left bottom no-repeat;
  width: 106px;
  height: 253px;
  content: "";
  bottom: -120px;
  right: 0px;
  position: absolute;
}

#agenda_sec .sec_title {
  text-align: center;
  display: block;
}

#agenda_sec .sec_title svg {
  left: 50%;
  margin-left: -55px;
}

.tab_widget .tab_content {
  position: relative;
  z-index: 10;
  text-align: left;
  padding: 40px;
  background: #fff;
  border: 1px solid #999999;
  border-radius: 30px;
}

#agenda_sec .tab_widget {
  position: relative;
  margin-top: 50px;
  text-align: center;
}

.tab_widget .nav-tabs {
  display: inline-block;
  background: rgba(255, 255, 255, 0.4);
  text-align: center;
  margin-bottom: -1px;
  border: 1px solid #999999;
  border-bottom: none;
  border-radius: 10px 10px 0 0;
  position: relative;
  z-index: 20;
}

.tab_widget li {
  display: inline-block;
  min-width: 120px;
}

.tab_widget li a {
  color: #303030;
  display: block;
  text-align: center;
  border-radius: 10px 10px 0px 0px;
  padding: 12px 25px 10px;
}

.tab_widget li.active a {
  text-decoration: none;
  background: #fff;
  font-weight: 700;
  border-left: 1px solid #999999;
  border-right: 1px solid #999999;
  border-bottom: none;
}

.tab_widget li:first-child.active a {
  border-left: none;
}

.tab_widget li:last-child.active a {
  border-right: none;
}

.tab_widget li a:hover {
  text-decoration: none;
}

.tab_widget li .daynum {
  font-size: 19px;
  text-transform: uppercase;
}

.tab_widget li.active .daynum {
  font-weight: bold;
}

.tab_widget li .date {
  margin-top: 5px;
  font-size: 14px;
  color: #666666;
  line-height: 14px;
  text-transform: uppercase;
}
.tab_widget li .date sup {
  vertical-align: text-top;
}

#agenda_sec {
  position: relative;
}

#agenda_sec .common_title {
  margin-bottom: 50px;
}

.webnar_cnt {
  border-bottom: 1px solid #999999;
  position: relative;
}
.webnar_cnt:last-child {
  border: none;
}

#agenda_sec .webniar_nmdt {
  min-height: 80px;
  display: flex;
  z-index: 90;
  padding: 25px 0px;
}

#agenda_sec .webniar_nmdt .dtntime {
  display: inline-block;
  vertical-align: top;
  font-size: 16px;
  font-weight: 500;
  color: #333333;
  width: 500px;
}

#agenda_sec .webniar_nmdt .nm_post {
  color: #333333;
  display: flex;
  margin-left: auto;
  font-size: 20px;
  font-weight: 700;
  align-items: center;
}

.posttit {
  font-size: 20px;
  color: #303030;
  margin-top: 5px;
}

#agenda_sec .webniar_nmdt .nm_post .sub {
  color: #333333;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 10px;
}

.ddiv {
  color: #FFD194;
  margin: 0 5px;
}

#agenda_sec .host_info {
  display: flex;
  border-left: 1px solid #F26221;
  padding: 0 20px;
}
#agenda_sec .host_info figure {
  float: left;
  text-align: center;
  margin-right: 15px;
  color: #303030;
}
#agenda_sec .host_info figure img {
  display: block;
}

#agenda_sec .webniar_nmdt .nm_post .host_info .hinfo {
  padding-top: 5px;
}

#agenda_sec .webniar_nmdt .nm_post .host_info .hinfo .host {
  color: #333333;
  font-size: 16px;
  line-height: 16px;
  font-weight: 600;
}

#agenda_sec .webniar_nmdt .nm_post .host_info .hinfo .post {
  color: #666666;
  font-size: 12px;
  font-weight: 500;
}

#agenda_sec .show_morebtn {
  text-align: center;
  display: block;
  width: 100px;
  margin: 0 auto;
  padding: 10px;
}

#agenda_sec .date_calender {
  font-size: 0;
  position: absolute;
  background: #652900;
  top: -5px;
  right: 25px;
  border-radius: 50%;
  text-align: center;
  cursor: pointer;
  outline: 0;
  display: inline-block;
  width: 50px;
  line-height: 50px;
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.3);
  height: 50px;
}

#agenda_sec .date_calender svg {
  vertical-align: middle;
  display: inline-block;
}

.webnira_expand {
  padding: 0 0 20px 0;
  position: relative;
  display: none;
}

.webnira_expand figure {
  width: 230px;
  display: inline-block;
  vertical-align: top;
  padding: 0 30px;
  box-sizing: border-box;
}

.webnira_expand figure img {
  width: 145px;
  height: 145px;
  border-radius: 50%;
  border: 2px solid #FFA154;
}

.webnira_expand .agenda_mdetail {
  display: inline-block;
  width: 100%;
}

.topic_paint {
  color: #303030;
  font-size: 16px;
  font-weight: 300;
}

.timnlev {
  display: flex;
  flex-flow: column;
  height: 54px;
  padding-left: 25px;
  border-left: 1px solid #F26221;
}

.timnlev span {
  color: #666666;
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 500;
}

.timnlev span svg {
  vertical-align: middle;
  margin-right: 10px;
}

.webnira_expand ul {
  margin-top: 10px;
}

.webnira_expand ul li {
  display: block;
  color: #303030;
  font-size: 18px;
  position: relative;
  padding: 0 0 10px 20px;
}

.webnira_expand ul li:before {
  content: "";
  width: 6px;
  height: 6px;
  background: #F26221;
  border-radius: 50%;
  position: absolute;
  top: 7px;
  left: 0px;
}

.webnira_expand .takeaway {
  color: #303030;
  background: #F9F1EC;
  border-radius: 10px;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  padding-top: 5px;
  line-height: 50px;
}
.webnira_expand .takeaway span {
  font-weight: 400;
}

.agenda_timeline {
  padding-left: 40px;
  position: relative;
}

.agenda_timeline:before {
  position: absolute;
  border-left: 1px dotted #244AC3;
  content: "";
  left: 0px;
  height: calc(100% - 105px);
  top: 35px;
}

#agenda_sec .webniar_nmdt:before {
  left: -40px;
  top: 30px;
  position: absolute;
  content: "";
  width: 21px;
  height: 10px;
  background: url(https://images.moneycontrol.com/images/webinar/traderscarnival22/arrow_agendasvg.svg) no-repeat;
}

.desk-hide {
  display: none;
}

.hideShow_agenda {
  border: 1px solid #F26221;
  width: 110px;
  height: 30px;
  border-radius: 6px;
  text-align: center;
  color: #F26221;
  font-size: 13px;
  font-weight: 600;
  line-height: 30px;
  margin-left: 50px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s;
}
.hideShow_agenda svg {
  margin-left: 5px;
  transition: all 0.2s;
}

.agd_title.active .hideShow_agenda svg {
  transform: rotate(180deg);
}

.agd_card .hideShow_agenda .view_d {
  display: inline;
}

.agd_card .hideShow_agenda .hide_d {
  display: none;
}

.agd_card.bx_active .hideShow_agenda .view_d {
  display: none;
}

.agd_card.bx_active .hideShow_agenda .hide_d {
  display: inline;
}

@media all and (max-width: 980px) {
  #agenda_sec::after, #agenda_sec::before {
    display: none;
  }
  .tab_widget .nav-tabs {
    width: 100%;
    display: flex;
  }
  #agenda_sec {
    padding: 30px 0;
    background: #FFFBF8;
  }
  #agenda_sec .tab_widget {
    margin-top: 25px;
  }
  #agenda_sec .tab_widget li {
    min-width: auto;
  }
  #agenda_sec .tab_widget li a {
    font-size: 13px;
    padding: 10px 10px 8px;
  }
  #agenda_sec .tab_widget li .daynum {
    font-size: 13px;
  }
  #agenda_sec .tab_widget li .date {
    font-size: 10px;
    margin: 0px;
  }
  #agenda_sec .tab_widget .tab_content {
    border-radius: 0 0 10px 10px;
    padding: 10px;
  }
  #agenda_sec .webniar_nmdt {
    flex-flow: column;
    padding: 18px 0;
  }
  #agenda_sec .webniar_nmdt:before {
    background: url(https://images.moneycontrol.com/images/webinar/traderscarnival22/arrow_agendasvg.svg) right top no-repeat;
    left: 0px;
    width: 14px;
    height: 11px;
    background-size: 15px 7px;
    top: 23px;
  }
  #agenda_sec .webniar_nmdt .dtntime {
    font-size: 10px;
    color: #999999;
    padding-left: 20px;
    width: 100%;
  }
  #agenda_sec .webniar_nmdt .nm_post {
    margin: 10px 0 0 0px;
  }
  #agenda_sec .webniar_nmdt .nm_post .host_info {
    padding: 0 5px;
  }
  #agenda_sec .webniar_nmdt .nm_post .host_info figure {
    margin-right: 8px;
  }
  #agenda_sec .webniar_nmdt .nm_post .host_info figure img {
    width: 27px;
    height: 27px;
  }
  #agenda_sec .webniar_nmdt .nm_post .host_info .hinfo {
    padding: 0px;
  }
  #agenda_sec .webniar_nmdt .nm_post .host_info .hinfo .host {
    font-size: 11px;
    line-height: 14px;
  }
  #agenda_sec .webniar_nmdt .nm_post .host_info .hinfo .post {
    font-size: 10px;
    line-height: 14px;
  }
  #agenda_sec .webniar_nmdt .nm_post .hideShow_agenda {
    position: absolute;
    bottom: 10px;
    left: 50%;
    width: 100px;
    height: 22px;
    font-size: 10px;
    border-radius: 4px;
    margin-left: -55px;
  }
  #agenda_sec .webniar_nmdt .nm_post .hideShow_agenda svg {
    width: 8px;
  }
  .webnar_cnt {
    position: relative;
    padding-bottom: 30px;
  }
  .timnlev {
    padding-left: 5px;
    height: auto;
  }
  .timnlev span {
    font-size: 11px;
    height: 15px;
  }
  .timnlev span svg {
    width: 10px;
  }
  .topic_paint {
    font-size: 10px;
    color: rgba(48, 48, 48, 0.6);
  }
  .webnira_expand ul {
    margin: 0px;
  }
  .webnira_expand ul li {
    font-size: 12px;
    line-height: 15px;
    padding: 0 0 8px 10px;
  }
  .webnira_expand ul li:before {
    top: 4px;
    width: 4px;
    height: 4px;
  }
  .posttit {
    font-size: 13px;
    margin: 0px 0 0 -22px;
  }
  .agenda_timeline {
    padding-left: 0px;
  }
  .agenda_timeline:before {
    display: none;
  }
  .webnira_expand .takeaway {
    padding: 10px 0;
    font-size: 12px;
    line-height: 18px;
  }
  .webnira_expand .takeaway span {
    display: block;
  }
}
#meet_speaker {
  background: url(https://images.moneycontrol.com/images/webinar/traderscarnival22/event_right.png) right bottom no-repeat;
  padding-bottom: 210px;
}
#meet_speaker .sec_title {
  text-align: center;
  margin-bottom: 30px;
}
#meet_speaker .speaker_slide {
  position: relative;
  padding: 0 30px;
}
#meet_speaker .slick-arrow {
  position: absolute;
  top: 50%;
  left: -50px;
  width: 42px;
  height: 42px;
  background: url(https://images.moneycontrol.com/images/webinar/traderscarnival22/arrow_meetspeaker.png) no-repeat;
  text-indent: -999em;
  cursor: pointer;
  margin-top: -50px;
}
#meet_speaker .slick-arrow.slick-next {
  left: auto;
  right: -20px;
  transform: rotate(180deg);
}

.speaker_bx_cnt {
  position: relative;
  margin: 10px;
}
.speaker_bx_cnt::after {
  border: 1px solid #333333;
  content: "";
  border-radius: 0px 0px 300px 300px;
  position: absolute;
  left: -5px;
  top: 5px;
  width: 240px;
  height: 100%;
  z-index: -1;
}
.speaker_bx_cnt .speaker_bx {
  width: 240px;
  height: 340px;
  border: 1px solid #F9F1EC;
  border-radius: 0px 0px 300px 300px;
  opacity: 1;
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  text-align: center;
}
.speaker_bx_cnt .speaker_bx figure {
  margin-bottom: 10px;
}
.speaker_bx_cnt .speaker_bx p {
  color: #333333;
  font-size: 18px;
  font-weight: bold;
  padding: 0 10px;
}
.speaker_bx_cnt .speaker_bx p span {
  display: inline-block;
  cursor: pointer;
  vertical-align: middle;
  height: 20px;
}
.speaker_bx_cnt .speaker_bx em {
  color: #666666;
  display: block;
  font-size: 14px;
  line-height: 16px;
  font-style: normal;
  padding: 0 25px;
}

.spkr_info_popup .modal-header {
  padding: 15px 15px 0;
  border-bottom: 0;
}

.popup_text p {
  margin-bottom: 15px;
}

.spkr_info_popup .modal-dialog {
  width: 750px;
  position: relative;
}

.spkr_info_popup .modal-body {
  padding: 30px;
}

.spkr_info_popup .modal-content {
  border-radius: 10px;
}

.spkr_info_popup .popup_text {
  font-size: 14px;
  line-height: 26px;
  color: #333;
  margin-top: 30px;
  padding-right: 50px;
}

.spkr_info_popup .info_thumb {
  width: 150px;
  height: 150px;
  float: left;
  border-radius: 100%;
  position: relative;
  margin-left: 20px;
}

.spkr_info_popup .info_thumb img {
  border: 2px solid #FFA154;
  border-radius: 50%;
  display: inline-block;
  max-width: 144px;
}

.spkr_info_popup .title_wrap {
  padding-top: 10px;
  padding-left: 205px;
  z-index: 1;
  position: relative;
}

.spkr_info_popup .info_title {
  font-size: 18px;
  font-weight: 700;
  color: #333;
}

.spkr_info_popup .title_wrap .post {
  font-weight: 500;
  font-style: normal;
  font-size: 12px;
  margin-bottom: 15px;
  margin-top: 0px;
}

.spkr_info_popup .share_icons_list {
  margin-bottom: 20px;
  margin-top: 20px;
  -moz-column-gap: 15px;
       column-gap: 15px;
}

.spkr_info_popup .share_icons_list .icon_alink {
  width: 26px;
}

.spkr_info_popup .cust_scroll {
  max-height: 350px;
  overflow-y: auto;
  scrollbar-color: #CEBEB4 transparent;
  scrollbar-width: thin;
}

.spkr_info_popup .cust_scroll::-webkit-scrollbar {
  background: #FFDCC7;
  width: 8px;
  border-radius: 10px;
}

.spkr_info_popup .cust_scroll::-webkit-scrollbar-thumb {
  background-color: #333;
  border-radius: 5px;
}

.spkr_info_popup .modal-header {
  background: none !important;
}

@media all and (max-width: 980px) {
  .speaker_bx_cnt {
    display: inline-block;
  }
  .speaker_bx_cnt::after {
    width: 135px;
    height: 195px;
    left: -3px;
    top: 3px;
  }
  .speaker_bx_cnt .speaker_bx {
    width: 135px;
    height: 195px;
    margin: 0px;
  }
  .speaker_bx_cnt .speaker_bx p {
    font-size: 11px;
    line-height: 12px;
  }
  .speaker_bx_cnt .speaker_bx em {
    font-size: 10px;
    line-height: 12px;
  }
  .speaker_bx_cnt .speaker_bx img {
    width: 100%;
    height: auto;
  }
  #meet_speaker {
    background: url(https://images.moneycontrol.com/images/webinar/traderscarnival22/meet_speaker_mobile.png) 200px bottom no-repeat;
    padding-bottom: 10px;
  }
  #meet_speaker .slick-slide {
    text-align: center;
  }
  #meet_speaker .sec_title {
    margin-bottom: 12px;
  }
  #meet_speaker .speaker_slide {
    padding: 0px 0 60px 0;
  }
  #meet_speaker .slick-arrow {
    bottom: -10px;
    top: auto;
    left: 50px;
    width: 32px;
    height: 32px;
    background-size: 100%;
  }
  #meet_speaker .slick-arrow.slick-next {
    right: 50px;
  }
  #meet_speaker .slick-dots {
    margin-top: 15px;
  }
  #meet_speaker .slick-dots button {
    background: rgba(255, 209, 148, 0.5);
    width: 24px;
    height: 7px;
    border-radius: 0px;
    border: 1px solid transparent;
  }
  #meet_speaker .slick-dots li.slick-active button {
    background: rgb(255, 209, 148);
    border: 1px solid rgb(242, 98, 33);
  }
  .spkr_info_popup .info_thumb {
    margin-left: 10px;
    width: 80px;
    height: 80px;
  }
  .spkr_info_popup .modal-dialog {
    width: 95%;
  }
  .spkr_info_popup .modal-body {
    padding: 15px;
  }
  .spkr_info_popup .info_thumb:before {
    width: 101%;
    height: 101%;
    left: -6px;
    top: -7px;
  }
  .spkr_info_popup .title_wrap {
    padding-top: 0;
    padding-left: 105px;
  }
  .spkr_info_popup .popup_text {
    margin-top: 5px;
    padding-right: 10px;
  }
  .spkr_info_popup .modal-dialog:before {
    width: 121px;
    height: 152px;
    background-size: contain;
  }
  .spkr_info_popup .info_title {
    font-size: 14px;
    line-height: 21px;
  }
  .spkr_info_popup .title_wrap .post {
    font-size: 11px;
    line-height: 17px;
  }
  .spkr_info_popup .info_thumb img {
    width: 70px;
    height: 70px;
  }
  .spkr_info_popup .cust_scroll::-webkit-scrollbar {
    background: #FFDCC7;
    width: 5px;
    border-radius: 10px;
  }
}
#buy_tickets {
  padding: 0px 0px 150px 0;
  margin-top: -110px;
  position: relative;
  background: url(https://images.moneycontrol.com/images/webinar/traderscarnival22/ticket_bg.png) right bottom no-repeat;
}
#buy_tickets::after {
  position: absolute;
  content: "";
  right: -65px;
  top: 130px;
  background: url(https://images.moneycontrol.com/images/webinar/traderscarnival22/social_connect.png) no-repeat;
  width: 220px;
  height: 400px;
  transform: rotate(-25deg);
}
#buy_tickets::before {
  position: absolute;
  position: absolute;
  content: "";
  left: -40px;
  bottom: -95px;
  background: url(https://images.moneycontrol.com/images/webinar/traderscarnival22/trianle_right.png) right top no-repeat;
  width: 200px;
  height: 300px;
  transform: rotate(26deg);
}
#buy_tickets .earlybird_access {
  background: #666666;
  border-radius: 10px 10px 0px 0px;
  height: 110px;
  padding: 15px 0 0 0;
  width: 420px;
  text-align: center;
}
#buy_tickets .earlybird_access p {
  font-size: 18px;
  margin-bottom: 8px;
  font-weight: bold;
  color: #FFFFFF;
  text-transform: uppercase;
}
#buy_tickets .earlybird_access ul {
  padding: 0 10px;
}
#buy_tickets .earlybird_access ul li {
  display: inline-block;
  width: 24%;
  border-right: 1px dotted #F9F1EC;
  color: rgba(255, 255, 255, 0.8);
  font-size: 14px;
  line-height: 14px;
  text-transform: capitalize;
}
#buy_tickets .earlybird_access ul li:last-child {
  border: none;
}
#buy_tickets .earlybird_access ul li span {
  font-size: 28px;
  font-weight: 600;
  color: #fff;
  line-height: 28px;
  display: block;
  margin-bottom: 2px;
}

.ticket_pro_in {
  background: #FFD194;
  width: 1010px;
  border-radius: 0px 12px 12px 12px;
  background: #fff5e8 url(https://images.moneycontrol.com/images/webinar/traderscarnival22/pro_pic.png) right bottom no-repeat;
  border: 1px solid #999999;
  height: 265px;
  display: flex;
  height: auto;
}

.verticle_pro {
  background: url(https://images.moneycontrol.com/images/webinar/traderscarnival22/ticket_level.png) right top no-repeat;
  height: 265px;
  width: 160px;
  position: relative;
}
.verticle_pro span {
  color: #F26221;
  text-transform: uppercase;
  font-size: 65px;
  font-weight: 700;
  transform: rotate(-90deg);
  position: absolute;
  top: 115px;
  left: 15px;
}

.ticke_rates {
  width: 550px;
  padding: 35px 50px 0px;
  text-align: center;
}
.ticke_rates h4 {
  color: #333333;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 20px;
}
.ticke_rates .price_through {
  color: #303030;
  font-size: 28px;
  font-weight: 600;
  display: inline-block;
  position: relative;
}
.ticke_rates .price_through::after {
  content: "";
  height: 2px;
  width: 90px;
  background: #F26221;
  transform: rotate(-9deg);
  position: absolute;
  left: 0px;
  bottom: 17px;
}
.ticke_rates .price_through span {
  font-size: 18px;
}
.ticke_rates .price_final {
  color: #652900;
  font-size: 60px;
  font-weight: 700;
  line-height: 60px;
  margin: 10px 0 0 0;
}
.ticke_rates .price_final span {
  font-size: 32px;
  font-weight: 400;
}
.ticke_rates .datenTimeprice {
  background: #ffffff;
  border-radius: 10px;
  padding: 0 10px;
  margin-top: 5px;
}
.ticke_rates .datenTimeprice ul {
  display: flex;
  height: 50px;
  padding: 10px 0;
  justify-content: center;
  align-items: center;
  margin: 0px;
}
.ticke_rates .datenTimeprice ul li {
  color: #303030;
  height: 20px;
  font-size: 18px;
  padding: 0 10px;
  border-right: 1px dashed #CEBEB4;
}
.ticke_rates .datenTimeprice ul li:first-child {
  font-weight: 600;
}
.ticke_rates .datenTimeprice ul li:last-child {
  border: none;
}
.ticke_rates .datenTimeprice ul li span {
  margin-right: 5px;
}

.accessto_live {
  width: 300px;
  margin-left: auto;
  border-left: 2px dashed #999999;
  padding: 0 20px;
  display: flex;
  flex-flow: column;
  padding-top: 30px;
}
.accessto_live h5 {
  color: #303030;
  font-size: 18px;
  line-height: 26px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 20px;
}
.accessto_live .buy_tck {
  margin: 0 auto;
  font-size: 15px;
  line-height: 45px;
  font-weight: 900;
  background-color: #F26221;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  width: 220px;
  height: 60px;
  border-radius: 8px;
  padding: 10px 10px;
  transition: 0.5s all ease;
  box-shadow: 0px 3px 12px rgba(101, 41, 0, 0.2509803922);
}
.accessto_live p {
  text-align: center;
  font-size: 13px;
  margin-top: 45px;
  color: #333;
  display: flex;
}
.accessto_live p span {
  margin-right: 5px;
}
.accessto_live p a {
  margin-left: 2px;
  text-decoration: underline;
  color: #652900;
}

.ticket_non_prouser {
  border: 1px solid #999999;
  border-radius: 12px;
  opacity: 1;
  backdrop-filter: blur(16px);
  width: 1010px;
  -webkit-backdrop-filter: blur(16px);
  margin-top: 35px;
  display: flex;
  height: 255px;
}
.ticket_non_prouser .verticle_pro {
  height: 253px;
  width: 160px;
}
.ticket_non_prouser .verticle_pro span {
  color: #F26221;
  text-transform: uppercase;
  font-size: 45px;
  font-weight: 700;
  transform: rotate(-90deg);
  position: absolute;
  white-space: nowrap;
  top: 115px;
  left: -25px;
}
.ticket_non_prouser .datenTimeprice {
  background: #F9F1EC;
}

@media all and (max-width: 980px) {
  #buy_tickets {
    background-size: 220px 115px;
    padding: 20px 0px 135px;
    margin: 0px;
  }
  #buy_tickets .earlybird_access {
    width: 100%;
    height: auto;
    padding: 10px 0px;
  }
  #buy_tickets .earlybird_access p {
    font-size: 12px;
  }
  #buy_tickets .earlybird_access ul li {
    font-size: 10px;
    line-height: 10px;
  }
  #buy_tickets .earlybird_access ul li span {
    font-size: 22px;
    line-height: 22px;
  }
  #buy_tickets::after, #buy_tickets::before {
    display: none;
  }
  .ticket_pro_in {
    width: auto;
    flex-flow: column;
    border-radius: 0px 0px 10px 10px;
    background: #fff5e8 url(https://images.moneycontrol.com/images/webinar/traderscarnival22/pro_pic.png) center bottom no-repeat;
  }
  .ticke_rates {
    width: 100%;
    padding: 20px;
  }
  .ticke_rates .price_final {
    font-size: 40px;
    line-height: 40px;
    margin: 6px 0 10px 0;
  }
  .ticke_rates .price_through {
    font-size: 20px;
  }
  .ticke_rates .price_through::after {
    left: 5px;
    bottom: 12px;
    width: 65px;
  }
  .ticke_rates h4 {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .ticke_rates .datenTimeprice ul {
    flex-flow: column;
    height: auto;
    padding: 8px 0 5px 0;
    margin: 0px;
  }
  .ticke_rates .datenTimeprice ul li {
    border: none;
    padding: 2px 0;
    height: auto;
    font-size: 12px;
    display: flex;
    align-items: center;
  }
  .ticke_rates .datenTimeprice ul li span {
    height: 18px;
  }
  .ticke_rates .datenTimeprice ul li:last-child svg {
    width: 11px;
  }
  .accessto_live {
    border: none;
    border-top: 2px dashed #999999;
    width: 100%;
    padding-top: 15px;
  }
  .accessto_live p {
    margin-top: 25px;
    margin-bottom: 15px;
  }
  .accessto_live h5 {
    font-size: 12px;
    margin-bottom: 10px;
  }
  .accessto_live .buy_tck {
    width: 120px;
    height: 35px;
    font-size: 13px;
    border-radius: 4px;
    padding: 0px;
    line-height: 39px;
  }
  .verticle_pro {
    display: none;
  }
  .ticket_non_prouser {
    width: 100%;
    flex-flow: column;
  }
}
#webinar_sapmle {
  background: #FFFBF8;
  padding: 40px 0;
  margin-top: 60px;
}
#webinar_sapmle .sec_title {
  font-size: 44px;
  line-height: 44px;
  text-align: center;
  padding-bottom: 20px;
}

.webinar_inner {
  display: flex;
}
.webinar_inner .samp_video {
  position: relative;
  width: 700px;
}
.webinar_inner .samp_video span {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: #F26221;
}
.webinar_inner article {
  width: 510px;
  margin-left: auto;
}
.webinar_inner article h3 {
  padding-top: 10px;
  font-size: 32px;
  line-height: 40px;
  font-weight: bold;
  margin-bottom: 15px;
}
.webinar_inner article .samp_author {
  display: flex;
  align-items: center;
}
.webinar_inner article .samp_author figure {
  margin-right: 8px;
}
.webinar_inner article .samp_author figure img {
  display: block;
}
.webinar_inner article .watchSample {
  width: 260px;
  font-size: 15px;
  margin-top: 25px;
}
.webinar_inner article .watchSample svg {
  width: 16px;
  height: 16px;
}

@media all and (max-width: 980px) {
  #webinar_sapmle {
    padding: 20px 0 30px 0;
  }
  #webinar_sapmle .sec_title {
    font-size: 20px;
    padding: 0px;
    margin-bottom: 10px;
  }
  .webinar_inner {
    display: block;
  }
  .webinar_inner .samp_video {
    width: auto;
  }
  .webinar_inner .samp_video span {
    width: 30px;
    height: 30px;
  }
  .webinar_inner .samp_video span svg {
    width: 20px;
    height: 20px;
  }
  .webinar_inner .samp_video img {
    display: block;
    width: 100%;
    height: auto;
  }
  .webinar_inner article {
    width: auto;
    margin: 0px 0 0 0;
  }
  .webinar_inner article h3 {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 10px;
  }
  .webinar_inner article .watchSample {
    margin-top: 15px;
  }
}
#event_faq {
  background: url(https://images.moneycontrol.com/images/webinar/traderscarnival22/event_bg.png) left bottom no-repeat;
  padding: 0 0 80px 0;
  margin-top: -50px;
}

.accordion_sec {
  flex-shrink: 0;
  position: relative;
  z-index: 1;
}
.accordion_sec .acc_card {
  position: relative;
  border-radius: 5px;
  padding: 20px 25px;
  border: 1px solid #CBCBCB;
  margin-bottom: 8px;
}
.accordion_sec .acc_card.active {
  background: #FFFBF8;
}
.accordion_sec .acc_card .acc_title {
  color: #333333;
  font: 700 20px "Overpass", sans-serif;
  cursor: pointer;
  padding-right: 40px;
  transition: 0.5s all ease;
  letter-spacing: 0.32px;
}
.accordion_sec .acc_card .acc_title.active {
  font-weight: 700;
  margin-bottom: 0;
  color: #000;
}
.accordion_sec .acc_card .acc_title:after {
  width: 15px;
  height: 15px;
  position: absolute;
  top: 26px;
  right: 24px;
  content: " ";
  background: url(https://images.moneycontrol.com/images/webinar/traderscarnival22/plus_sign.png) no-repeat;
}
.accordion_sec .acc_card .acc_title.active:after {
  background: url(https://images.moneycontrol.com/images/webinar/traderscarnival22/minus_sign.png) no-repeat;
  top: 32px;
  right: 25px;
}
.accordion_sec .acc_panel {
  margin-top: 8px;
  display: none;
  font: 400 16px/24px "Overpass", sans-serif;
  position: relative;
  color: #303030;
}
.accordion_sec.box_active {
  transition: 0.5s all ease;
}
.accordion_sec.box_active .acc_title {
  transition: 0.5s all ease;
}

@media all and (max-width: 980px) {
  #event_faq {
    padding: 0 0 60px 0;
    margin-top: -30px;
    background: url(https://images.moneycontrol.com/images/webinar/traderscarnival22/event_bg.png) -50px bottom no-repeat;
    background-size: 150%;
  }
  .faqs_sec {
    padding: 100px 0 20px 0;
  }
  .faqs_sec .sec_title {
    display: inline-block;
    text-align: left;
    margin-bottom: 20px;
  }
  .faqs_sec .sec_title svg {
    margin: 0;
  }
  .faqs_sec .mc_container.flex {
    flex-wrap: wrap;
    margin-bottom: 20px;
    flex-direction: column-reverse;
  }
  .faqs_sec .mc_container.flex .faqs_aside {
    width: 100%;
    max-width: 100%;
    flex-basis: 100%;
  }
  .faqs_sec .mc_container.flex .img_aside {
    width: 100%;
    max-width: 100%;
    flex-basis: 100%;
    margin-left: 0;
  }
  .faqs_sec .mc_container.flex .img_aside .faqs_right_img {
    position: absolute;
    top: 20px;
    right: 15px;
    width: 118px;
    height: 135px;
  }
  .accordion_sec .acc_card {
    padding: 12px 12px 8px 12px;
  }
  .accordion_sec .acc_card .acc_title {
    font-size: 13px;
    line-height: 19px;
    padding-right: 20px;
  }
  .accordion_sec .acc_panel {
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 10px;
    padding-right: 20px;
  }
  .accordion_sec .acc_card .acc_title:after {
    width: 10px;
    height: 10px;
    right: 10px;
    top: 15px;
    background-size: 100%;
  }
  .accordion_sec .acc_card .acc_title.active:after {
    right: 10px;
    top: 19px;
  }
}
#give_feedback {
  padding: 0 0 45px 0;
  margin-top: -50px;
}
#give_feedback .feedback_photo figure {
  margin-top: 200px;
  margin-left: -50px;
}
#give_feedback .feedback_content {
  width: 660px;
  margin-left: auto;
}
#give_feedback .feedback_content .sec_title {
  font-size: 44px;
}
#give_feedback .feedback_content .feedback_cnt {
  position: relative;
}
#give_feedback .feedback_content .feedback_cnt:before {
  width: 100%;
  height: 100%;
  border: 1px solid #333333;
  border-radius: 12px;
  left: -8px;
  top: 8px;
  content: "";
  position: absolute;
  z-index: -1;
}
#give_feedback .feedback_content .feedback_cnt .feedback_in {
  border: 1px solid #F9F1EC;
  border-radius: 12px;
  background: #fff;
  padding: 50px 0;
  opacity: 1;
  text-align: center;
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}
#give_feedback .feedback_content .feedback_cnt .feedback_in h5 {
  color: #303030;
  font-size: 22px;
  font-weight: 400;
}
#give_feedback .feedback_content .feedback_cnt .feedback_in h5 span {
  color: #999999;
  display: block;
  font-size: 18px;
  margin-top: 5px;
  font-weight: 300;
}
#give_feedback .feedback_content .feedback_cnt .feedback_in ul {
  margin-top: 35px;
  padding-bottom: 30px;
  margin: 0px;
}
#give_feedback .feedback_content .feedback_cnt .feedback_in ul li {
  display: inline-block;
  margin: 0 15px;
  vertical-align: top;
  text-align: center;
  cursor: pointer;
}
#give_feedback .feedback_content .feedback_cnt .feedback_in ul li span {
  color: #333333;
  display: block;
}
#give_feedback .feedback_content .feedback_cnt .feedback_in .btn_feedback {
  text-align: center;
}
#give_feedback .feedback_content .feedback_cnt .feedback_in .btn_feedback .next_f {
  background: #F26221;
  width: 170px;
  height: 50px;
  line-height: 50px;
  box-shadow: 0px 3px 12px rgba(101, 41, 0, 0.2509803922);
  border-radius: 8px;
  color: #fff;
  text-align: center;
  cursor: pointer;
  font-size: 15px;
  font-weight: 900;
  text-transform: uppercase;
}
#give_feedback .feedback_content .feedback_cnt .feedback_in .progres_cnt {
  padding: 0 100px;
  margin-top: 80px;
}
#give_feedback .feedback_content .feedback_cnt .feedback_in .progres_cnt .progessbar {
  background: #F9F1EC;
  text-align: left;
  border-radius: 10px;
  height: 5px;
  position: relative;
}
#give_feedback .feedback_content .feedback_cnt .feedback_in .progres_cnt .progessbar span {
  vertical-align: top;
  background: #FFD194;
  height: 5px;
  display: inline-block;
  border-radius: 10px;
}
#give_feedback .feedback_content .feedback_cnt .feedback_in .progres_cnt p {
  color: #999999;
  font-weight: 300;
  font-size: 14px;
  margin-top: 15px;
  text-transform: uppercase;
}

@media all and (max-width: 980px) {
  #give_feedback .mc_container {
    flex-flow: column-reverse;
  }
  #give_feedback .feedback_content {
    width: auto;
    margin-bottom: 20px;
    margin: 0px 0 20px 0;
  }
  #give_feedback .feedback_content .sec_title {
    font-size: 20px;
  }
  #give_feedback .feedback_content .feedback_cnt .feedback_in {
    padding: 25px 10px;
  }
  #give_feedback .feedback_content .feedback_cnt .feedback_in h5 {
    font-size: 14px;
  }
  #give_feedback .feedback_content .feedback_cnt .feedback_in h5 span {
    font-size: 10px;
    margin: 0px;
  }
  #give_feedback .feedback_content .feedback_cnt .feedback_in ul {
    margin-top: 20px;
    padding-bottom: 20px;
  }
  #give_feedback .feedback_content .feedback_cnt .feedback_in ul li {
    margin: 0 10px;
  }
  #give_feedback .feedback_content .feedback_cnt .feedback_in ul li svg {
    width: 30px;
    height: 30px;
  }
  #give_feedback .feedback_content .feedback_cnt .feedback_in ul li span {
    font-size: 11px;
  }
  #give_feedback .feedback_content .feedback_cnt .feedback_in .progres_cnt {
    margin-top: 25px;
    padding: 0 20px;
  }
  #give_feedback .feedback_content .feedback_cnt .feedback_in .progres_cnt p {
    margin-top: 10px;
    font-size: 10px;
  }
  #give_feedback .feedback_photo figure {
    margin: 10px 0 0 -20px;
  }
  #give_feedback .feedback_photo figure img {
    width: 220px;
    display: block;
    height: auto;
  }
}
#quiz_sec {
  position: relative;
  padding: 80px 0 150px 0;
  background: url(https://images.moneycontrol.com/images/webinar/traderscarnival22/event_right.png) right bottom no-repeat;
}
#quiz_sec::after {
  position: absolute;
  content: "";
  right: 0px;
  top: -90px;
  background: url(https://images.moneycontrol.com/images/webinar/traderscarnival22/trianle_right.png) no-repeat;
  width: 100px;
  height: 300px;
}
#quiz_sec::before {
  position: absolute;
  content: "";
  left: 0px;
  bottom: 30px;
  background: url(https://images.moneycontrol.com/images/webinar/traderscarnival22/trianle_right.png) right top no-repeat;
  width: 175px;
  height: 300px;
}
#quiz_sec .mc_container {
  position: relative;
}
#quiz_sec .quiz_right_img {
  position: absolute;
  top: -50px;
  right: 150px;
  width: 328px;
  height: auto;
}
#quiz_sec .sec_title {
  text-align: center;
  display: block;
}
#quiz_sec .sec_txt {
  font-size: 26px;
  text-align: center;
  color: #666666;
  margin-bottom: 30px;
  margin-top: 0;
}

.quiz_body {
  position: relative;
  width: 880px;
  margin: 0 auto;
  z-index: 2;
}
.quiz_body .quiz_body_inbx {
  border: 1px solid #F9F1EC;
  border-radius: 12px;
  background: #fff;
  padding: 50px 0;
  opacity: 1;
  text-align: center;
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}
.quiz_body:before {
  width: 100%;
  height: 100%;
  border: 1px solid #333333;
  border-radius: 12px;
  left: -8px;
  top: 8px;
  content: "";
  position: absolute;
  z-index: -1;
}
.quiz_body .q_ttl {
  font-size: 22px;
  line-height: 40px;
  font-weight: 700;
  color: #303030;
  margin-bottom: 0px;
}
.quiz_body .q_type {
  font-size: 18px;
  color: #999999;
  font-weight: 300;
  margin-bottom: 30px;
}
.quiz_body .ans_list {
  margin-bottom: 30px;
}
.quiz_body .ans_list li {
  margin-bottom: 20px;
}
.quiz_body .submit_btn {
  margin: 0 auto;
  font-size: 15px;
  line-height: 20px;
  font-weight: 900;
  background-color: #F26221;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  width: 175px;
  height: 60px;
  border-radius: 10px;
  padding: 10px 10px;
  transition: 0.5s all ease;
  margin-bottom: 20px;
}
.quiz_body .submit_btn:hover, .quiz_body .submit_btn:focus, .quiz_body .submit_btn:active {
  text-decoration: none !important;
  outline: 0px !important;
  outline: none !important;
  color: #333 !important;
}

.quiz_wrap {
  margin-bottom: 30px;
}
.quiz_wrap label {
  font-weight: 500;
  padding-left: 30px;
}
.quiz_wrap .radio_checkbox_wrap {
  background-color: #fff;
  display: inline-block;
  vertical-align: middle;
  width: 770px;
  color: #303030;
  font-size: 20px;
  line-height: 26px;
  text-align: left;
  position: relative;
  margin-bottom: 20px;
  border: 1px solid #999999;
  border-radius: 8px;
  padding: 18px;
  box-sizing: content-box;
}
.quiz_wrap .radio_checkbox_wrap.selected {
  background: #FFD194;
  border: 1px solid #F26221;
}
.quiz_wrap .radio_checkbox_wrap:before {
  width: 880px;
  border-bottom: 1px solid rgba(153, 153, 153, 0.4);
  content: "";
  position: absolute;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  z-index: -1;
}
.quiz_wrap .radio_checkbox_wrap input {
  display: none;
  opacity: 0;
}
.quiz_wrap .radio_checkbox_wrap .icon_check {
  position: absolute;
  top: 18px;
  left: 18px;
  width: 24px;
  border-radius: 4px;
  height: 24px;
  border: 1px solid #999999;
}
.quiz_wrap .radio_checkbox_wrap .icon_check:after {
  left: 8px;
  top: 1px;
  width: 6px;
  height: 13px;
  border: solid #fff;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
  content: "";
  position: absolute;
  display: none;
}
.quiz_wrap .radio_checkbox_wrap input:checked ~ .icon_check {
  background-color: #F26221;
  border: none;
}
.quiz_wrap .radio_checkbox_wrap input:checked ~ .icon_check:after {
  display: block;
}

@media all and (max-width: 980px) {
  #quiz_sec::after, #quiz_sec::before {
    display: none;
  }
  #quiz_sec {
    padding: 30px 0 80px 0;
    background: url(https://images.moneycontrol.com/images/webinar/traderscarnival22/meet_speaker_mobile.png) right bottom no-repeat;
  }
  #quiz_sec .sec_title {
    margin-bottom: 0px;
  }
  #quiz_sec .sec_txt {
    font-size: 12px;
    margin-bottom: 10px;
  }
  .quiz_body {
    width: auto;
  }
  .quiz_body .q_ttl {
    font-size: 14px;
    line-height: 20px;
  }
  .quiz_body .q_type {
    font-size: 10px;
    margin-bottom: 15px;
  }
  .quiz_body .submit_btn {
    width: 120px;
    height: 35px;
    border-radius: 4px;
    font-size: 13px;
  }
  .quiz_body .quiz_body_inbx {
    padding: 50px 0 10px 0;
    overflow: hidden;
  }
  .quiz_wrap {
    margin-bottom: 5px;
  }
  .quiz_wrap .radio_checkbox_wrap {
    padding: 10px;
    width: 270px;
    font-size: 11px;
    line-height: 16px;
    margin-bottom: 8px;
  }
  .quiz_wrap .radio_checkbox_wrap .icon_check {
    width: 14px;
    height: 14px;
  }
  .quiz_wrap .radio_checkbox_wrap .icon_check::after {
    left: 5px;
    top: 2px;
    width: 2px;
    height: 6px;
    border-width: 0 2px 2px 0;
  }
  .quiz_wrap .radio_checkbox_wrap label {
    display: block;
  }
}
footer {
  text-align: center;
  background: #303030;
  color: #CEBEB4;
  padding: 40px 0;
  font: 14px/17px "Overpass", sans-serif;
}
footer a {
  color: #CEBEB4;
  text-decoration: none;
}

@media all and (max-width: 980px) {
  .footer_sec {
    padding: 30px 0;
  }
  .footer_sec .share_icons_list {
    margin-bottom: 20px;
  }
  .footer_sec .share_icons_list .icon_alink {
    width: 24px;
  }
  .footer_sec .share_icons_list .icon_alink svg {
    width: 24px;
  }
  .footer_sec .line1 {
    font-size: 11px;
    line-height: 17px;
    margin-bottom: 5px;
  }
  .footer_sec .line2 {
    font-size: 10px;
    line-height: 18px;
  }
}

.nf { display: none; }
.db { display: block; }
.pastnAuthor.day { font-weight: 700; color: #652900 !important; }