/* use : @include flex; @include trans; */
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;
  -webkit-box-sizing: border-box;
          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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

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

.flex_hcenter {
  -moz-justify-content: center;
  -o-justify-content: center;
  -ms-justify-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.flex_vhcenter {
  -moz-align-items: center;
  -o-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -moz-justify-content: center;
  -o-justify-content: center;
  -ms-justify-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.clear {
  clear: both;
}

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

a {
  font-family: inherit;
}

.dn, .mob_view {
  display: none;
}

.sec_title {
  display: inline-block;
  color: #244AC3;
  font: 400 60px/66px 'DM Serif Display',serif;
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 20px;
  margin-top: 0;
}

.sec_title svg {
  position: absolute;
  bottom: 0;
  left: 0;
}

.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;
  -webkit-transition: .5s all ease;
  transition: .5s all ease;
}

.om_btn:hover, .om_btn:focus, .om_btn:active {
  color: #fff;
  -webkit-transition: .5s all ease;
  transition: .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 {
  -webkit-column-gap: 20px;
          column-gap: 20px;
  margin-bottom: 50px;
}

.share_icons_list .icon_alink {
  width: 32px;
  color: #666;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          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: url(../images/scroll_center.png) center top repeat-y; width:12px;}
.custom_scroll::-webkit-scrollbar-thumb { margin-right:-5px; background-color: #333333; border-radius:12px;} */
@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;
  }
  .mob_view {
    display: block;
  }
  body {
    font-size: 14px;
    line-height: 20px;
  }
  .sec_title {
    font-size: 26px;
    line-height: 30px;
    margin-bottom: 20px;
    padding-bottom: 15px;
  }
  .sec_title svg {
    width: 50px;
    height: 10px;
  }
  .sec_title svg path {
    stroke-width: 3px;
  }
  .sec_liner:before {
    top: -20px;
    width: 1px;
    height: 40px;
  }
  .share_icons_list {
    margin-bottom: 25px;
  }
  /* Namvar css */
  /* .custom_scroll::-webkit-scrollbar { background: url(../images/scroll_center.png) center top repeat-y; width:4px;}
    .custom_scroll::-webkit-scrollbar-thumb { background-color: #333333; border-radius:12px;} */
}

header {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  background-color: #fff;
  z-index: 99;
}

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

.left_head {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.blogo_alink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-right: 1px solid #EBEBEB;
  height: 77px;
  padding-right: 25px;
  margin-right: 25px;
}

.mclogo_alink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-right: 25px;
}

.esp_logo_alink{
  border-left: 1px solid #EBEBEB;
  padding-left: 25px;
  max-width: 230px;
  padding: 25px 0 25px 25px;
}

.esp_logo_alink img{
  width: 100%;
}

.loginelement {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.user_ppic {
  margin-right: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.loginelement a {
  color: #333333;
  font: 12px 'Montserrat', sans-serif;
}

.header_nav .top_strip_links{
  margin-bottom: 0px;
}

.header_nav {
  height: 54px;
  border-bottom: 1px solid #EBEBEB;
}

.header_nav nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

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

.header_nav nav ul li a {
  color: #666666;
  font-size: 14px;
  font-weight: 600;
  position: relative;
}

.header_nav nav ul li a.active {
  font-weight: 700;
  color: #244AC3;
}

.header_nav nav ul li a.active:after {
  content: "";
  position: absolute;
  height: 4px;
  left: 0px;
  bottom: -17px;
  width: 100%;
  border-radius: 5px;
  background-color: #244AC3;
}

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

.buy_ticketstp {
  display: inline-block;
  color: #fff;
  background-color: #244AC3;
  border-radius: 10px;
  width: 220px;
  height: 40px;
  line-height: 40px;
  text-transform: uppercase;
  font-weight: 600;
  text-align: center;
}

.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: 14px;
  font-weight: bold;
}

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

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

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

@media all and (min-width: 980px) {
  header.stickyNav {
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    -webkit-transition: .5s all ease;
    transition: .5s all ease;
  }
  header.stickyNav .header_top {
    /* padding: 0 0; */
    -webkit-transition: .5s all ease;
    transition: .5s all ease;
  }
  /* header.stickyNav .buy_ticketstp {
    height: 40px;
    line-height: 40px;
  } */
  /* header.stickyNav .omeventtop p {
    font-size: 14px;
  } */
  /* header.stickyNav .omeventtop p span {
    font-size: 12px;
  } */
  /* header.stickyNav .header_nav {
    height: 54px;
  } */
  header.stickyNav .header_nav nav ul li a.active:after {
    bottom: -18px;
  }
}

@media all and (max-width: 980px) {
  .header_top {
    padding: 15px 0;
  }
  .blogo_alink {
    padding-right: 15px;
    margin-right: 15px;
    height: auto;
  }
  .blogo_alink img {
    width: 80px;
    height: auto;
  }
  .mclogo_alink img {
    width: 100px;
    height: auto;
  }
  .header_nav nav {
    display: none;
  }
  .buy_ticketstp {
    margin-left: auto;
    width: 116px;
    height: 36px;
    line-height: 36px;
    font-size: 11px;
  }
  .head_right {
    margin-left: 0px;
    width: 100%;
    padding: 5px 0;
  }
  .omeventtop p {
    font-size: 11px;
    line-height: 15px;
  }
  .omeventtop p span {
    font-size: 10px;
  }
  .header_nav {
    height: auto;
  }
  .loginelement {
    display: none;
  }
  /* .mob_menu { float: right; cursor: pointer; position:absolute; right: 2%; top: auto; z-index: 9999; } */
  .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;
    -webkit-transform: rotate(180deg);
            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;
    -webkit-transition: 0.8s all;
    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 {
    -webkit-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;
  }
}

#intro_sec {
  position: relative;
  padding: 80px 0 80px 0;
}

#intro_sec:before {
  z-index: -1;
  content: "";
  position: absolute;
  width: 100%;
  height: 705px;
  background: #FFF5ED;
  left: 0px;
  top: 0px;
  right: 0px;
}

.intro_grouppic {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
  margin-right: 40px;
}

.fromdate {
  font-size: 18px;
  font-weight: 700;
  color: #333333;
  padding: 10px 0 40px 0;
}

#countdown {
  margin-bottom: 40px;
}

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

#countdown li span {
  display: block;
  margin-bottom: 5px;
  color: #303030;
  font-size: 40px;
  font-weight: 700;
}

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

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

.buyTick {
  vertical-align: top;
  color: #ffffff;
  border-radius: 10px;
  width: 220px;
  text-align: center;
  height: 60px;
  color: #fff;
  margin-right: 20px;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;
  line-height: 60px;
  background: #244AC3;
  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 #244AC3;
  padding: 0 15px;
  width: 365px;
  color: #244AC3;
  border-radius: 10px;
  height: 60px;
  font-size: 19px;
  font-weight: 700;
  line-height: 60px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.watchSample span {
  margin-left: 5px;
}

.watchSample:hover, .watchSample:focus, .watchSample:active {
  text-decoration: none !important;
  outline: 0px !important;
  outline: none !important;
  color: #244AC3 !important;
}

.feature_count {
  -ms-flex-pack: distribute;
      justify-content: space-around;
  position: relative;
  background-color: #244AC3;
  border-radius: 25px;
  margin-top: 80px;
  position: relative;
  padding: 80px;
}

.feature_count:after {
  content: "";
  width: 1px;
  height: 60px;
  background: #FFA154;
  position: absolute;
  left: 50%;
  bottom: -30px;
}

.feature_bx {
  text-align: center;
}

.feature_bx span {
  height: 75px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 5px;
}

.feature_bx strong {
  display: block;
  color: #FFA154;
  font-size: 100px;
  line-height: 105px;
  font-weight: 700;
}

.feature_bx p {
  color: #FFFFFF;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
}

@media all and (max-width: 980px) {
  #intro_sec {
    padding: 25px 0 0 0;
  }
  .fromdate {
    font-size: 14px;
    padding: 0px 0 10px 0;
  }
  #countdown li {
    font-size: 10px;
  }
  #countdown li span {
    font-size: 30px;
    margin: 0px;
  }
  #countdown li {
    padding: 0 15px;
  }
  #countdown li:first-child {
    padding: 0 15px 0 0;
  }
  .buyTick {
    width: 116px;
    height: 36px;
    line-height: 36px;
    font-size: 11px;
    border-radius: 8px;
  }
  .watchSample {
    width: 167px;
    height: 36px;
    border-radius: 8px;
    padding: 0 5px;
    font-size: 11px;
  }
  .watchSample strong {
    display: none;
  }
  .watchSample svg {
    width: 14px;
    height: 14px;
  }
  .top_detail.flex {
    display: block;
  }
  .intro_grouppic {
    display: block;
    margin-top: 40px;
    margin-right: 20px;
  }
  .intro_grouppic img {
    width: 100%;
    height: auto;
  }
  #countdown {
    margin-bottom: 20px;
  }
  .feature_count {
    margin-top: 40px;
    padding: 30px 15px;
  }
  .feature_bx {
    width: 60px;
  }
  .feature_bx strong {
    font-size: 36px;
    line-height: 50px;
  }
  .feature_bx span {
    height: 40px;
  }
  .feature_bx span svg {
    width: 40px;
    height: auto;
  }
  .feature_bx p {
    font-size: 10px;
    line-height: 16px;
  }
  .feature_count:after {
    height: 40px;
    bottom: -20px;
  }
  .webnira_expand figure {
    width: auto;
    padding: 0px;
  }
  .webnira_expand ul li {
    font-size: 13px;
    padding: 0 0 10px 20px;
  }
}

#webinar_uppast {
  padding: 50px 0 100px 0;
  position: relative;
}

#webinar_uppast:after {
  content: "";
  width: 1px;
  height: 60px;
  background: #FFA154;
  position: absolute;
  left: 50%;
  bottom: -30px;
}

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

.webinar_tab ul {
  display: inline-block;
  padding: 4px;
  background: #EAEAEA;
  border-radius: 10px;
}

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

.webinar_tab ul li a {
  display: block;
  border-radius: 10px;
  height: 44px;
  width: 185px;
  color: #333333;
  font-size: 12px;
  line-height: 44px;
  font-weight: 500;
}

.webinar_tab ul li.active a {
  background-color: #333;
  color: #fff;
  font-weight: 700;
}

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

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

.vidplayom {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.upnewsCnt {
  float: left;
  width: 500px;
}

.upnewsCnt .sec_title {
  margin-top: 45px;
  font-size: 42px;
  line-height: 52px;
  position: relative;
}

.upnewsCnt .sec_title:before {
  background: url(https://images.moneycontrol.com/images/webinar/tradersmela/webinar_circles.png) right top no-repeat;
  position: absolute;
  width: 195px;
  height: 145px;
  content: "";
  left: -40px;
  top: -80px;
  z-index: -1;
}

.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: #333333;
  font-size: 20px;
  font-weight: 700;
}

.nwsAuthor p span {
  color: #333;
  font-size: 12px;
  font-weight: 500;
  display: block;
  margin-top: 0px;
}

.date_time {
  margin-top: 30px;
}
.date_time a, .date_time a:hover,.date_time a:focus{
  text-decoration: none;
}

.date_time ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.date_time ul li {
  border-right: 1px dotted #FFA154;
  padding: 0 20px;
  float: left;
  color: #333;
  font-size: 16px;
  margin-bottom: 0px;
}

.date_time ul li span {
  top: 4px;
  position: relative;
  margin-right: 5px;
}

.date_time ul li:last-child {
  border: none;
  padding: 0 0 0 20px;
  font-size: 14px;
}

.date_time ul li:first-child {
  padding: 0 20px 0 0;
}

.date_time ul li strong {
  background: #FFA154;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  color: #fff;
  display: inline-block;
  text-align: center;
  line-height: 40px;
}

.date_time ul li:last-child svg {
  vertical-align: middle;
}

.date_time ul li:last-child span {
  position: static;
}

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

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

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

.newlistright ul li {
  border-radius: 15px;
  padding: 15px;
}

.newlistright ul li.active {
  background: #F4F4F4;
}

.newlistright ul li figure {
  position: relative;
  display: inline-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: #333333;
  font-size: 15px;
  font-weight: 700;
}

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

.dateevent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 8px;
}

.dateevent ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.dateevent ul li {
  padding-right: 20px;
  border-right: 1px dashed #FFA154;
  margin-right: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #666666;
  font-size: 14px;
  font-weight: 500;
}

.dateevent ul li span {
  margin-right: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.dateevent ul li:last-child {
  border: none;
}

.dateevent strong {
  line-height: 12px;
  vertical-align: top;
  display: inline-block;
  font-size: 10px;
  color: #666666;
  border-right: 1px dashed #FFA154;
  font-weight: 500;
  padding-right: 10px;
  margin-right: 10px;
}

.dateevent strong:last-child {
  border: none;
}

.newlistright .dateevent {
  margin-bottom: 10px;
}

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

.newTt a {
  color: #244AC3;
  font: 34px/44px 'DM Serif Display',serif;
}

.pastnAuthor {
  margin-top: 15px;
  display: block;
}

.pastnAuthor span {
  margin-right: 10px;
  display: inline-block;
  width: 30px;
  height: 30px;
  background: #FFFAED;
  border-radius: 50%;
  text-align: center;
}

.pastnAuthor svg {
  vertical-align: middle;
}

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

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

.newlistright li .pastnAuthor a {
  font-size: 11px;
}

.newlistright li .pastnAuthor strong {
  margin-right: 5px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 20px;
  height: 20px;
  background: #FFFAED;
  border-radius: 50%;
}

.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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

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

.lock_screen .login_now {
  border-radius: 10px;
  margin-top: 20px;
  background-color: #244AC3;
  height: 60px;
  font-size: 16px;
  font-weight: 700;
  line-height: 60px;
  width: 210px;
  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;
  -webkit-filter: blur(3px);
          filter: blur(3px);
}

@media all and (max-width: 980px) {
  .webinar_tab ul {
    display: block;
    border-radius: 8px;
  }
  .webinar_tab ul li {
    width: 49%;
  }
  .webinar_tab ul li a {
    border-radius: 8px;
    width: 100%;
    font-size: 10px;
    height: 32px;
    line-height: 32px;
  }
  .upnewsCnt {
    width: auto;
    float: none;
  }
  .ue_video_box {
    float: none;
    margin-bottom: 20px;
    width: 100%;
    max-width:100%;
  }
  .ue_video_box img {
    width: 100%;
    height: auto;
  }
  .upnewsCnt .sec_title {
    margin: 0 0 15px 0;
    font-size: 20px;
    line-height: 24px;
    background: none;
  }
  .upnewsCnt .sec_title:before {
    display: none;
  }
  .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;
  }
  .date_time ul li {
    font-size: 10px;
    padding: 0 10px;
  }
  .date_time ul li:first-child {
    padding: 0 10px 0 0;
  }
  .date_time ul li:last-child {
    padding: 0 0 0 10px;
    font-size: 10px;
  }
  .date_time ul li strong {
    width: 18px;
    height: 18px;
    vertical-align: middle;
  }
  .date_time ul li:first-child svg {
    width: 10px;
  }
  .date_time ul li:nth-child(2n) svg {
    width: 10px;
  }
  .date_time ul li:last-child svg {
    width: 10px;
    vertical-align: middle;
    position: relative;
    top: -11px;
  }
  .date_time {
    margin-top: 10px;
  }
  #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;
  }
  .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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 9px;
  }
  .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;
  }
}

.event_sec {
  padding-top: 80px;
  padding-bottom: 80px;
}

.event_sec aside figure {
  margin-top: 0px;
  text-align: right;
}
.event_sec aside figure img {
  max-width: 250px;
}

.event_sec aside figure span {
  display: inline-block;
  position: relative;
}

.event_sec aside figure span:after {
  content: "";
  width: 1px;
  height: 60px;
  background: #FFA154;
  position: absolute;
  left: 50%;
  margin-left: -30px;
  bottom: -30px;
}

.event_sec article {
  width: 690px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
}

.event_sec article p {
  display: block;
  color: #333333;
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 20px;
}

.event_sec article p strong {
  display: block;
  font-weight: 700;
}

.event_sec article ul {
  margin-left: 20px;
}

.event_sec article ul li {
  color: #FFA154;
  list-style: disc outside;
  margin-bottom: 18px;
}

.event_sec article ul li span {
  font-size: 18px;
  color: #333333;
}

@media all and (max-width: 980px) {
  .about_left_img.mob_view {
    width: 119px;
    height: auto;
    margin: 0 auto;
  }
  .event_sec {
    padding-top: 40px;
  }
  .event_sec .mc_container.flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
  .event_sec article {
    width: auto;
    margin-top: 0px;
  }
  .event_sec article p {
    font-size: 13px;
    line-height: 20px;
  }
  .event_sec article ul li span {
    font-size: 13px;
  }
  .event_sec article ul li {
    margin-bottom: 10px;
  }
  .event_sec aside figure {
    display: none;
    padding: 0 50px;
  }
  .event_sec aside figure img {
    width: 100%;
    height: auto;
  }
  .event_sec aside figure span:after {
    height: 40px;
    bottom: -20px;
    margin-left: -22px;
  }
}

.agenda_sec {
  padding: 80px 0;
}

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

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

.tab_widget .nav-tabs {
  border-bottom: 1px solid #EBEBEB;
  text-align: center;
  margin-bottom: 40px;
}

.tab_widget li {
  display: inline-block;
  vertical-align: middle;
  min-width: 120px;
  margin-right: 15px;
}

.tab_widget li a {
  color: #303030;
  display: block;
  text-align: center;
  padding: 0px 20px 10px;
  border-bottom: 3px solid transparent;
}

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

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

.tab_widget li.active .daynum {
  color: #244AC3;
}

.tab_widget li .date {
  font-size: 12px;
  color: #666666;
  line-height: 14px;
}

.tab_widget li.active a {
  text-decoration: none;
  border-bottom: 3px solid #244AC3;
}

.agenda_sec {
  position: relative;
}

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

.agenda_sec .webniar_nmdt {
  min-height: 80px;
  position: relative;
  z-index: 90;
  padding: 25px 0px;
  border-top: 1px dotted #FFA154;
}

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

.agenda_sec .webniar_nmdt .nm_post {
  display: inline-block;
  vertical-align: middle;
  color: #333333;
  font-size: 20px;
  font-weight: 700;
  width: calc(100% - 250px);
}

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

.agenda_sec .host_info figure {
  float: left;
  width: 43px;
  height: 43px;
  text-align: center;
  background: #FFFAED;
  border-radius: 50%;
  margin-right: 15px;
  color: #303030;
  padding-top: 11px;
}

.agenda_sec .webniar_nmdt .nm_post .host_info figure img {
  background-color: #F9F1EC;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  border: 5px solid #fff;
  -webkit-box-shadow: 2px 4px 27px -11px #000;
          box-shadow: 2px 4px 27px -11px #000;
}

.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 .tab_widget {
  position: relative;
  margin-top: 50px;
}

.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;
  -webkit-box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.3);
          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;
  -webkit-box-sizing: border-box;
          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: calc( 100% - 255px);
}

.topic_paint {
  float: left;
  color: #333333;
  font-size: 18px;
  font-weight: 600;
}

.timnlev {
  float: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.timnlev span {
  color: #666666;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 15px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  font-weight: 500;
  margin-left: 15px;
}

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

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

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

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

.webnira_expand p {
  color: #333333;
  font-size: 18px;
  font-weight: 600;
  padding-top: 5px;
}

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

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

.agenda_sec .webniar_nmdt:before {
  left: -36px;
  top: 30px;
  position: absolute;
  content: "";
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #FFA154;
  z-index: 5;
}

.desk-hide {
  display: none;
}

.nm_post:after {
  cursor: pointer;
  background: url(https://images.moneycontrol.com/images/webinar/tradersmela/agenda_droparw.png) left top no-repeat;
  width: 26px;
  height: 26px;
  position: absolute;
  content: "";
  top: 26px;
  right: 0px;
}

.webniar_nmdt.active .nm_post:after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

@media all and (max-width: 980px) {
  .agenda_sec {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .agenda_sec .tab_widget {
    margin-top: 30px;
  }
  .agenda_timeline {
    padding-left: 20px;
  }
  .agenda_sec .webniar_nmdt .dtntime {
    display: block;
    width: auto;
    padding: 0px;
  }
  .agenda_sec .webniar_nmdt {
    padding: 15px 0;
  }
  .agenda_sec .webniar_nmdt .nm_post {
    width: auto;
    padding-right: 30px;
  }
  .agenda_sec .webniar_nmdt .nm_post .sub {
    font-size: 14px;
    margin-top: 10px;
    margin-bottom: 15px;
  }
  .agenda_sec .webniar_nmdt .nm_post .host_info .hinfo .host {
    font-size: 11px;
    line-height: 13px;
  }
  .agenda_sec .webniar_nmdt .nm_post .host_info .hinfo .post {
    font-size: 9px;
    line-height: 13px;
  }
  .agenda_sec .webniar_nmdt:before {
    left: -26px;
  }
  .webnira_expand figure img {
    width: 75px;
    height: 75px;
  }
  .webnira_expand .agenda_mdetail {
    margin-top: 20px;
    display: block;
    width: 100%;
  }
  .webnira_expand {
    position: relative;
  }
  .timnlev {
    display: inline-block;
    position: absolute;
    top: 10px;
    right: 0px;
  }
  .webnira_expand ul li {
    margin: 0px;
    font-size: 13px;
    padding: 0 0 2px 20px;
  }
  .topic_paint {
    font-size: 13px;
    float: none;
  }
  .webnira_expand p {
    display: none;
  }
  .webnira_expand ul {
    margin-top: 5px;
  }
  .tab_widget .nav-tabs {
    white-space: nowrap;
    overflow-x: auto;
  }
}

.speakers_sec {
  background-color: #FFF5ED;
  padding: 80px 0 140px 0;
  margin-top: 30px;
  position: relative;
  min-height: 760px;
}

.speakers_sec .sec_title {
  margin-bottom: 110px;
}

.speakers_sec .mc_container {
  position: relative;
}

.speakers_sec .info_icon svg {
  position: relative;
  top: 2px;
  cursor: pointer;
}

.spkr_top_img {
  position: absolute;
  top: -170px;
  right: 50px;
  width: 383px;
  height: auto;
}

.spkr_left_img {
  position: absolute;
  top: 21px;
  left: -282px;
  height: auto;
}

.speakers_list {
  width: 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 46px;
}

.spkr_item {
  position: relative;
  width: 25%;
  text-align: center;
  margin: 0 -2px 30px;
  cursor: pointer;
}

.spkr_item .imgWrap {
  margin-bottom: 13px;
}

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

.spkr_item .contentWrap .spkr_name {
  color: #333333;
  font-size: 18px;
  line-height: 22px;
  font-weight: 700;
  margin-bottom: 7px;
  display: inline-block;
}

.spkr_item .contentWrap span {
  display: inline;
}

.spkr_item .contentWrap .spkr_post {
  color: #666666;
  font-size: 12px;
  line-height: 18px;
  font-weight: 500;
  letter-spacing: 0.18px;
  max-width: 238px;
  margin: 0 auto 7px auto;
}

.slide_arrow_divider_box {
  position: relative;
  border-bottom: 1px dotted #FFA154;
  margin-bottom: 50px;
  margin-top: 15px;
}

.slide_arrow_divider_box .slider_controller {
  position: absolute;
  top: -19px;
  right: 0;
  left: 0;
  margin: 0 auto;
  color: #11097A;
  width: 190px;
  height: 40px;
  background-color: #FFF5ED;
  font: 700 18px/18px 'Montserrat', sans-serif;
  text-align: center;
  display: block;
  border-radius: 3px;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.slide_arrow_divider_box .spkr_counter {
  color: #11097A;
  font-size: 18px;
  line-height: 22px;
  font-weight: 700;
  display: inline-block;
  min-width: 50px;
  padding: 0 5px;
}

.slide_arrow_divider_box .spkr_counter .count {
  font-weight: 400;
  margin-left: 2px;
}

.slide_arrow_divider_box .btn_slick_prev,
.slide_arrow_divider_box .btn_slick_next {
  position: relative;
  width: 40px;
  height: 40px;
  background-image: unset;
  background-color: transparent;
  border-radius: 50%;
  font-size: 0;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
}

.slide_arrow_divider_box .btn_slick_prev:after,
.slide_arrow_divider_box .btn_slick_next:after {
  display: none;
}

.slide_arrow_divider_box .btn_slick_next {
  right: 0;
}

.slide_arrow_divider_box .btn_slick_next:before {
  content: "";
  background: url(https://images.moneycontrol.com/images/webinar/tradersmela/active-arrow.svg);
  position: absolute;
  width: 40px;
  height: 40px;
  background-repeat: no-repeat;
  top: 0;
  right: 0;
  -webkit-transition: 0.3s right;
  transition: 0.3s right;
  background-size: contain;
}

.slide_arrow_divider_box .btn_slick_next.slick-disabled {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.slide_arrow_divider_box .btn_slick_next.slick-disabled:before {
  background: url(https://images.moneycontrol.com/images/webinar/tradersmela/inactive-arrow.svg);
}

.slide_arrow_divider_box .btn_slick_prev {
  left: 0;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.slide_arrow_divider_box .btn_slick_prev:before {
  content: "";
  background: url(https://images.moneycontrol.com/images/webinar/tradersmela/active-arrow.svg);
  position: absolute;
  width: 40px;
  height: 40px;
  background-repeat: no-repeat;
  top: 0;
  left: 0;
  -webkit-transition: 0.3s right;
  transition: 0.3s right;
  background-size: contain;
}

.slide_arrow_divider_box .btn_slick_prev.slick-disabled {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

.slide_arrow_divider_box .btn_slick_prev.slick-disabled:before {
  background: url(https://images.moneycontrol.com/images/webinar/tradersmela/inactive-arrow.svg);
}

.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 { height: 6px; width: 5px; background-color: #E5E5E5; border-radius: 5px } */
.spkr_info_popup .cust_scroll::-webkit-scrollbar {
  height: 6px;
  width: 10px;
  background-color: transparent;
  background: url(https://images.moneycontrol.com/images/webinar/tradersmela/scroll_bg.png) repeat-y top;
  border-radius: 5px;
}

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

.spkr_info_popup .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;
}

.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;
  margin: 100px auto;
}

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

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

.spkr_info_popup .popup_text {
  font: 14px/26px 'Montserrat', sans-serif;
  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: 10px;
}

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

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

@media all and (max-width: 980px) {
  .speakers_sec {
    padding: 30px 0 30px 0;
    margin-top: 30px;
    min-height: 450px;
  }
  .speakers_sec.sec_liner:before {
    display: none;
  }
  .speakers_sec .sec_title {
    width: 130px;
    margin-bottom: 40px;
  }
  .speakers_sec .info_icon svg {
    width: 14px;
    height: 14px;
  }
  .spkr_top_img {
    top: -60px;
    right: 15px;
    width: 157px;
  }
  .spkr_left_img {
    top: 112px;
    left: 0;
    width: 360px;
  }
  .speakers_list {
    margin-bottom: 30px;
  }
  .spkr_item {
    width: 50%;
    margin-bottom: 10px;
  }
  .spkr_item .imgWrap {
    margin-bottom: 10px;
  }
  .spkr_item .imgWrap img {
    max-width: 94px;
  }
  .spkr_item .contentWrap .spkr_name {
    font-size: 12px;
    line-height: 16px;
  }
  .spkr_item .contentWrap .spkr_post {
    font-size: 10px;
    line-height: 13px;
  }
  .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: 35px;
    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;
  }
  .slide_arrow_divider_box {
    border-bottom: 0;
  }
  .slide_arrow_divider_box .slider_controller {
    background-color: transparent;
  }
  .slide_arrow_divider_box .btn_slick_prev, .slide_arrow_divider_box .btn_slick_next {
    width: 32px;
    height: 32px;
  }
  .slide_arrow_divider_box .btn_slick_prev::before, .slide_arrow_divider_box .btn_slick_next::before {
    width: 32px;
    height: 32px;
  }
}

/* 
.slider_controller { position: relative;
	.btn_slick_prev::after{
		content: "";
		position: absolute;
		top: 0;
		left: 0; 
		width: 100%;
		height: 1px;
		margin: 0 auto; border-bottom:1px solid #FFA154;
	}
	.btn_slick_next::after {
		content: "";
		position: absolute;
		top: 0;
		right: 0; 
		width: 100%;
		height: 1px;
		margin: 0 auto; border-bottom:1px solid #FFA154;
	}
} */
.tickets_sec {
  padding: 100px 0 50px 0;
}

.tickets_sec .sec_title {
  display: block;
  text-align: center;
  margin-bottom: 40px;
}

.tickets_sec .sec_title svg {
  right: 0;
  margin: 0 auto;
}

.tickets_details {
  margin-bottom: 70px;
}

.tickets_details .img_aside {
  width: 284px;
  max-width: 284px;
  -ms-flex-preferred-size: 284px;
      flex-basis: 284px;
  margin-right: 30px;
}

.tickets_details .card_aside {
  width: calc(100% - 314px);
  max-width: calc(100% - 314px);
  -ms-flex-preferred-size: calc(100% - 314px);
      flex-basis: calc(100% - 314px);
  padding-right: 114px;
}

.tickets_details .card_aside .pro_card {
  width: 398px;
  max-width: 398px;
  -ms-flex-preferred-size: 398px;
      flex-basis: 398px;
  margin-right: 30px;
}

.tickets_details .card_aside .nonpro_card {
  width: calc(100% - 428px);
  max-width: calc(100% - 428px);
  -ms-flex-preferred-size: calc(100% - 428px);
      flex-basis: calc(100% - 428px);
}

.tk_card {
  text-align: center;
}

.tk_card .mc_logo_img {
  max-width: 139px;
  margin-bottom: 30px;
}

.tk_card .plan_for {
  font-size: 18px;
  line-height: 22px;
  font-weight: 700;
  color: #333;
  letter-spacing: 0.27px;
  margin-bottom: 20px;
}

.tk_card .info_icon svg {
  position: relative;
  top: 2px;
  cursor: pointer;
}

.tk_card .tk_amt {
  margin-bottom: 25px;
}

.tk_card .evt_dt_tm {
  background-color: #fff;
  border-radius: 5px;
  padding: 5px 10px;
  min-height: 44px;
  -webkit-column-gap: 10px;
          column-gap: 10px;
  width: calc(100% - 40px);
  margin: 0 auto;
  margin-bottom: 30px;
}

.tk_card .evt_dt_tm span {
  font-size: 14px;
  line-height: 18px;
  font-weight: 500;
  color: #333;
}

.tk_card .evt_dt_tm .tm_icon {
  border-left: 1px dotted #FFA154;
  padding-left: 10px;
}

.tk_card .checkbox_wrap {
  display: block;
  color: #333;
  font-size: 14px;
  line-height: 18px;
  position: relative;
  width: auto;
  margin: 0 auto;
  margin-bottom: 40px;
}

.tk_card .checkbox_wrap label {
  display: block;
  cursor: pointer;
  font-weight: 500;
}

.tk_card .checkbox_wrap label:hover {
  text-decoration: underline;
}

.tk_card .checkbox_wrap .error_line {
  display: block;
}

.tk_card .checkbox_wrap input {
  opacity: 0;
}

.tk_card .checkbox_wrap input[type="checkbox"] {
  margin: 0;
}

.tk_card .checkbox_wrap .icon_check {
  display: inline-block;
  border: 1px solid #333;
  width: 18px;
  height: 18px;
  position: relative;
  top: 5px;
  margin-right: 10px;
}

.tk_card .checkbox_wrap input:checked ~ .icon_check:after {
  display: block;
}

.tk_card .checkbox_wrap .icon_check:after {
  content: "";
  position: absolute;
  left: 5px;
  top: 1px;
  width: 5px;
  height: 10px;
  border: solid #000;
  border-width: 0 1px 1px 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  display: none;
}

.tk_card .btm_wrap {
  padding: 40px 0 30px 0;
  min-height: 150px;
}

.tk_card .btm_wrap .buy_btn {
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
  background-color: #244AC3;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  width: 218px;
  height: 60px;
  margin: 0 auto;
  border-radius: 10px;
  padding: 10px 10px;
  -webkit-transition: .5s all ease;
  transition: .5s all ease;
  margin-bottom: 20px;
}

.tk_card .btm_wrap .buy_btn:hover, .tk_card .btm_wrap .buy_btn:focus, .tk_card .btm_wrap .buy_btn:active {
  text-decoration: none !important;
  outline: 0px !important;
  outline: none !important;
  color: #fff !important;
}

.tk_card .btm_wrap .txt {
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  color: #333;
}

.top_wrap {
  position: relative;
}

.top_wrap:before {
  content: "";
  position: absolute;
  bottom: -21px;
  left: -23px;
  width: 40px;
  height: 40px;
  background-color: #fff;
  border-radius: 50%;
  -webkit-transform: rotate(2deg);
          transform: rotate(2deg);
  z-index: 1;
}

.top_wrap:after {
  content: "";
  position: absolute;
  bottom: -21px;
  right: -23px;
  width: 40px;
  height: 40px;
  background-color: #fff;
  border-radius: 50%;
  -webkit-transform: rotate(5deg);
          transform: rotate(5deg);
  z-index: 1;
}

.pro_card .top_wrap:before {
  border-right: 1px solid #FFA154;
}

.pro_card .top_wrap:after {
  border-left: 1px solid #FFA154;
}

.nonpro_card .top_wrap:before {
  border-right: 1px solid #244AC3;
}

.nonpro_card .top_wrap:after {
  border-left: 1px solid #244AC3;
}

.pro_card .top_wrap {
  padding: 35px  0 0 0;
  background-color: #FFF5ED;
  border: 1px solid #FFA154;
  border-radius: 10px 10px 0px 0px;
}

.pro_card .btm_wrap {
  position: relative;
  background-color: #FFA154;
}

.pro_card .btm_wrap:after {
  content: "";
  position: absolute;
  bottom: -27px;
  left: 0;
  right: 0;
  background-image: url("https://images.moneycontrol.com/images/webinar/tradersmela/pro_card_btm_bg.png");
  background-repeat: no-repeat;
  background-position-x: center;
  background-position-y: top;
  width: 100%;
  height: 27px;
}

.pro_card .tk_amt .plan_amt svg {
  top: 14px;
  left: -20px;
  width: 17px;
  height: 25px;
}

.nonpro_card .top_wrap {
  padding: 35px  0 0 0;
  background-color: #E8F3FF;
  border: 1px solid #244AC3;
  border-radius: 10px 10px 0px 0px;
}

.nonpro_card .btm_wrap {
  position: relative;
  background-color: #244AC3;
}

.nonpro_card .btm_wrap:after {
  content: "";
  position: absolute;
  bottom: -27px;
  left: 0;
  right: 0;
  background-image: url("https://images.moneycontrol.com/images/webinar/tradersmela/nonpro_card_btm_bg.png");
  background-repeat: no-repeat;
  background-position-x: center;
  background-position-y: top;
  width: 100%;
  height: 27px;
}

.nonpro_card .btm_wrap .buy_btn {
  background-color: #DAE8F7;
  color: #333;
}

.nonpro_card .btm_wrap .buy_btn:hover, .nonpro_card .btm_wrap .buy_btn:focus, .nonpro_card .btm_wrap .buy_btn:active {
  text-decoration: none !important;
  outline: 0px !important;
  outline: none !important;
  color: #333 !important;
}

.nonpro_card .btm_wrap .txt {
  color: #fff;
}

.tk_amt {
  -webkit-column-gap: 35px;
          column-gap: 35px;
}

.tk_amt .plan_crossed_amt {
  color: #303030;
  font: 500 24px/32px 'Montserrat', sans-serif;
  margin-bottom: 5px;
  position: relative;
  text-indent: 13px;
  letter-spacing: 0.35px;
  padding: 0 5px 0 0;
}

.tk_amt .plan_crossed_amt svg {
  position: absolute;
  top: 7px;
  left: -2px;
  width: 10px;
  height: 16px;
  color: #333;
}

.tk_amt .plan_crossed_amt:after {
  content: "";
  position: absolute;
  top: 15px;
  left: -1px;
  width: 100%;
  height: 2px;
  background-color: #FFA154;
  -webkit-transform: rotate(-4deg);
          transform: rotate(-4deg);
}

.tk_amt .plan_amt {
  color: #333;
  font: 700 50px/61px 'Montserrat', sans-serif;
  position: relative;
  letter-spacing: 0.75px;
}

.tk_amt .plan_amt svg {
  position: absolute;
  top: 14px;
  left: -25px;
  width: 17px;
  height: 25px;
  color: #333;
}

.tickets_btm_wrap {
  margin-bottom: 10px;
}

.tickets_btm_wrap .img_aside {
  width: 284px;
  max-width: 284px;
  -ms-flex-preferred-size: 284px;
      flex-basis: 284px;
  margin-right: 30px;
}

.tickets_btm_wrap .btn_aside {
  width: calc(100% - 314px);
  max-width: calc(100% - 314px);
  -ms-flex-preferred-size: calc(100% - 314px);
      flex-basis: calc(100% - 314px);
  padding-right: 114px;
}

.subscribe2mc_btn {
  display: block;
  height: 65px;
  width: 350px;
  margin: 0 auto;
  background-color: #FFA154;
  border-radius: 10px;
  padding: 13px 5px 10px 5px;
  color: #333;
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  position: relative;
  z-index: 1;
  text-decoration: none;
  margin-bottom: 20px;
}

.subscribe2mc_btn span {
  display: block;
  font-size: 13px;
  line-height: 16px;
}

.subscribe2mc_btn:hover, .subscribe2mc_btn:focus, .subscribe2mc_btn:active {
  text-decoration: none !important;
  outline: 0px !important;
  outline: none !important;
  color: #333 !important;
}

.subscribe_info_txt {
  border-top: 1px dashed #FFA154;
  border-bottom: 1px dashed #FFA154;
  font-size: 14px;
  line-height: 20px;
  color: #303030;
  text-align: center;
  padding: 9px 0;
}

@media all and (max-width: 980px) {
  .tickets_sec {
    padding: 125px 0 30px 0;
  }
  .tickets_sec .sec_title {
    display: inline-block;
    text-align: left;
    margin-bottom: 20px;
  }
  .tickets_sec .sec_title svg {
    margin: 0;
  }
  .tickets_details {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 20px;
  }
  .tickets_details .img_aside {
    width: 100%;
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    margin-right: 0;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .tickets_details .img_aside .tkt_left_img {
    position: absolute;
    top: 45px;
    right: 15px;
    width: 112px;
    height: auto;
  }
  .tickets_details .card_aside {
    width: 100%;
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    padding-right: 0;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .tickets_details .card_aside .pro_card {
    width: 100%;
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    margin-right: 0;
    padding: 0 15px;
    margin-bottom: 40px;
  }
  .tickets_details .card_aside .nonpro_card {
    width: 100%;
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    padding: 0 15px;
    margin-bottom: 30px;
  }
  .tickets_btm_wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .tickets_btm_wrap .img_aside {
    width: 100%;
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    margin-right: 0;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .tickets_btm_wrap .btn_aside {
    width: 100%;
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    padding-right: 0;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .subscribe2mc_btn {
    width: 100%;
    font-size: 14px;
    line-height: 16px;
  }
  .subscribe_info_txt {
    font-size: 12px;
    line-height: 16px;
    padding: 11px 0;
  }
  .pro_card .top_wrap {
    padding: 20px 0 0 0;
  }
  .nonpro_card .top_wrap {
    padding: 20px 0 0 0;
  }
  .nonpro_card .tk_amt .plan_amt svg {
    position: absolute;
    top: 3px;
    left: -22px;
    width: 13px;
    height: 25px;
  }
  .tk_card .mc_logo_img {
    max-width: 127px;
    margin-bottom: 15px;
  }
  .tk_card .plan_for {
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0.2px;
    margin-bottom: 10px;
  }
  .tk_card .tk_amt {
    margin-bottom: 10px;
    -webkit-column-gap: 30px;
            column-gap: 30px;
  }
  .tk_amt .plan_crossed_amt {
    font-size: 17px;
    line-height: 22px;
  }
  .tk_amt .plan_amt {
    font-size: 36px;
    line-height: 36px;
  }
  .pro_card .tk_amt .plan_amt svg {
    top: 4px;
    left: -19px;
    width: 13px;
    height: 26px;
  }
  .tk_amt .plan_crossed_amt svg {
    top: 3px;
    left: 1px;
    width: 7px;
    height: 15px;
  }
  .tk_card .evt_dt_tm span, .tk_card .evt_dt_tm span {
    font-size: 10px;
    line-height: 13px;
  }
  .tk_card .evt_dt_tm .caln_icon {
    width: 12px;
  }
  .tk_card .evt_dt_tm .caln_icon svg {
    width: 12px;
  }
  .tk_card .evt_dt_tm .tm_icon {
    width: 24px;
  }
  .tk_card .evt_dt_tm .tm_icon svg {
    width: 24px;
  }
  .tk_card .evt_dt_tm {
    border-radius: 5px;
    padding: 2px 5px;
    min-height: 32px;
    -webkit-column-gap: 10px;
    column-gap: 7px;
    width: calc(100% - 20px);
    margin-bottom: 15px;
  }
  .tk_card .checkbox_wrap .icon_check {
    width: 14px;
    height: 14px;
    top: 3px;
  }
  .tk_card .checkbox_wrap .icon_check:after {
    left: 4px;
    top: 0px;
    width: 4px;
    height: 8px;
  }
  .tk_card .checkbox_wrap {
    font-size: 10px;
    line-height: 14px;
    margin-bottom: 30px;
  }
  .top_wrap:before {
    bottom: -14px;
    left: -16px;
    width: 26px;
    height: 26px;
  }
  .top_wrap:after {
    bottom: -14px;
    right: -16px;
    width: 26px;
    height: 26px;
  }
  .tk_card .btm_wrap {
    padding: 30px 0 10px 0;
    min-height: 120px;
  }
  .tk_card .btm_wrap .buy_btn {
    font-size: 12px;
    line-height: 16px;
    width: 120px;
    height: 38px;
    border-radius: 8px;
    padding: 5px 5px;
    margin-bottom: 15px;
  }
  .tk_card .btm_wrap .txt {
    font-size: 11px;
    line-height: 15px;
  }
  .pro_card .btm_wrap:after, .nonpro_card .btm_wrap:after {
    background-size: contain;
  }
}

.video_sec {
  padding: 50px 0 0 0;
}

.video_sec .sec_title {
  margin-bottom: 60px;
}

.video_wrap {
  background-color: #244AC3;
  padding-bottom: 90px;
}

.video_wrap .title_aside {
  width: calc(100% - 740px);
  max-width: calc(100% - 740px);
  -ms-flex-preferred-size: calc(100% - 740px);
      flex-basis: calc(100% - 740px);
  padding: 60px 0 0 0;
}

.video_wrap .video_aside {
  width: 720px;
  max-width: 720px;
  -ms-flex-preferred-size: 720px;
      flex-basis: 720px;
  margin-top: -60px;
  margin-left: 20px;
}

.vid_ttl {
  font-size: 36px;
  line-height: 46px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 30px;
  margin-top: 0;
}

.vid_author {
  margin-bottom: 50px;
}

.vid_author .author_img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 10px;
}

.vid_author .txt_wrap {
  text-align: left;
}

.vid_author .txt_wrap .txt1 {
  font-size: 16px;
  line-height: 19px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 5px;
}

.vid_author .txt_wrap .txt2 {
  font-size: 12px;
  line-height: 16px;
  font-weight: 500;
  color: #fff;
  letter-spacing: 0.18px;
}

.video_iframe_sec {
  padding-top: 30px;
  padding-bottom: 30px;
}

.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%;
  border-radius: 20px;
}

@media all and (max-width: 980px) {
  .video_sec {
    padding: 15px 0 0 0;
  }
  .video_wrap {
    padding-bottom: 60px;
  }
  .video_wrap .mc_container.flex {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .video_wrap .mc_container.flex .title_aside {
    width: 100%;
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    padding: 10px 0 0 0;
  }
  .video_wrap .mc_container.flex .video_aside {
    width: 100%;
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    margin-left: 0;
    margin-top: -45px;
  }
  .vid_ttl {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 15px;
  }
  .vid_author .author_img {
    width: 30px;
    height: 30px;
  }
  .vid_author .txt_wrap .txt1 {
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 2px;
  }
  .vid_author .txt_wrap .txt2 {
    font-size: 10px;
    line-height: 14px;
  }
}

.faqs_sec {
  position: relative;
  padding: 80px 0 50px 0;
}

.faqs_sec .sec_title {
  margin-bottom: 30px;
}

.faqs_sec .faqs_aside {
  width: calc(100% - 350px);
  max-width: calc(100% - 350px);
  -ms-flex-preferred-size: calc(100% - 350px);
      flex-basis: calc(100% - 350px);
}

.faqs_sec .img_aside {
  width: 290px;
  max-width: 290px;
  -ms-flex-preferred-size: 290px;
      flex-basis: 290px;
  margin-left: 60px;
}

.faqs_right_img {
  width: 290px;
  height: auto;
}

.accordion_sec {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
  z-index: 1;
  border-top: 1px dashed #FFA154;
}

.accordion_sec .acc_card {
  position: relative;
  -webkit-transition: .5s all ease;
  transition: .5s all ease;
  border-bottom: 1px dashed #FFA154;
}

.accordion_sec .acc_card .acc_title {
  color: #333;
  font: 500 18px/24px 'Montserrat',serif;
  padding: 18px 0 18px 0;
  cursor: pointer;
  padding-right: 40px;
  -webkit-transition: .5s all ease;
  transition: .5s all ease;
  letter-spacing: 0.32px;
  padding-left: 15px;
}

.accordion_sec .acc_card .acc_title.active {
  font-weight: 700;
  margin-bottom: 0;
  color: #000;
}

.accordion_sec .acc_card .acc_title:after {
  width: 26px;
  height: 26px;
  position: absolute;
  top: 17px;
  right: 18px;
  content: " ";
  background: url(https://images.moneycontrol.com/images/webinar/tradersmela/faq_arrow.svg) no-repeat;
  background-size: contain;
}

.accordion_sec .acc_card .acc_title.active:after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  top: 18px;
  right: 18px;
  -webkit-transition: .5s all ease;
  transition: .5s all ease;
}

.accordion_sec .acc_panel {
  display: none;
  font: 500 14px/20px 'Montserrat',serif;
  position: relative;
  margin-bottom: 17px;
  color: #333;
  padding-right: 85px;
  padding-left: 15px;
}

.accordion_sec.box_active {
  -webkit-transition: .5s all ease;
  transition: .5s all ease;
}

.accordion_sec.box_active .acc_title {
  -webkit-transition: .5s all ease;
  transition: .5s all ease;
}

@media all and (max-width: 980px) {
  .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 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .faqs_sec .mc_container.flex .faqs_aside {
    width: 100%;
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
  .faqs_sec .mc_container.flex .img_aside {
    width: 100%;
    max-width: 100%;
    -ms-flex-preferred-size: 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 .acc_title {
    font-size: 13px;
    line-height: 19px;
    padding: 10px 0 10px 0;
    padding-right: 30px;
    padding-left: 7px;
  }
  .accordion_sec .acc_panel {
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 10px;
    padding-right: 40px;
    padding-left: 8px;
  }
  .accordion_sec .acc_card .acc_title:after {
    width: 20px;
    height: 20px;
    right: 2px;
    top: 9px;
  }
  .accordion_sec .acc_card .acc_title.active:after {
    right: 2px;
    top: 9px;
  }
}

.feedback_sec {
  position: relative;
  padding: 50px 0 80px 0;
}

.feedback_sec .info_aside {
  width: 360px;
  max-width: 360px;
  -ms-flex-preferred-size: 360px;
      flex-basis: 360px;
  margin-right: 30px;
}

.feedback_sec .fdbk_aside {
  width: calc(100% - 390px);
  max-width: calc(100% - 390px);
  -ms-flex-preferred-size: calc(100% - 390px);
      flex-basis: calc(100% - 390px);
  background-color: #244AC3;
  border-radius: 25px 0px 0px 25px;
  padding: 80px 0 80px 80px;
}

.feedback_sec .sec_title {
  padding-top: 80px;
}

.feedback_sec .fd_txt {
  margin-bottom: 40px;
}

.feedback_sec .fdbk_left_img {
  position: relative;
  z-index: 1;
  right: -35px;
}

.fdbk_aside {
  position: relative;
}

.fdbk_aside:before {
  content: "";
  position: absolute;
  top: 0;
  right: -100%;
  width: 100%;
  height: 100%;
  background-color: #244AC3;
}

.fdbk_aside .tbl_txt {
  font-size: 18px;
  line-height: 22px;
  font-weight: 500;
  color: #fff;
  margin-bottom: 30px;
}

.fdbk_aside .thead {
  height: 55px;
  background-color: #506ecf;
}

.fdbk_aside .cmt_txt {
  font-size: 18px;
  line-height: 22px;
  font-weight: 500;
  color: #fff;
  margin-bottom: 20px;
}

.table_div {
  margin-bottom: 50px;
}

.fdbk_table {
  border-bottom: 1px dashed #56a5d9;
  padding-left: 5px;
}

.fdbk_table .ques_wrap {
  width: 225px;
  max-width: 225px;
  -ms-flex-preferred-size: 225px;
      flex-basis: 225px;
  min-height: 55px;
  font-size: 20px;
  line-height: 24px;
  font-weight: 500;
  color: #fff;
  border-right: 1px dashed #56a5d9;
  padding: 15px;
}

.fdbk_table .ans_wrap {
  width: calc(100% - 225px);
  max-width: calc(100% - 225px);
  -ms-flex-preferred-size: calc(100% - 225px);
      flex-basis: calc(100% - 225px);
}

.fdbk_table .ans_wrap .ans_box {
  width: 25%;
  max-width: 25%;
  -ms-flex-preferred-size: 25%;
      flex-basis: 25%;
  height: 55px;
  font-size: 18px;
  line-height: 22px;
  font-weight: 500;
  color: #fff;
}

.fdbk_textarea {
  display: block;
  font-size: 16px;
  font-weight: 500;
  border-radius: 5px;
  border: 1px solid #82A4B5;
  background-color: #3a5cc9;
  color: #fff;
  padding: 12px;
  width: 100%;
  min-height: 100px;
  margin-bottom: 50px;
}

.fdbk_textarea:active, .fdbk_textarea:focus, .fdbk_textarea:hover {
  text-decoration: none;
  outline: none;
}

.fdbk_textarea::-webkit-input-placeholder {
  color: #aaa;
  font: 400 16px/22px 'Montserrat', sans-serif;
  font-style: unset;
  opacity: 1;
}

.fdbk_textarea:-ms-input-placeholder {
  color: #aaa;
  font: 400 16px/22px 'Montserrat', sans-serif;
  font-style: unset;
  opacity: 1;
}

.fdbk_textarea::-ms-input-placeholder {
  color: #aaa;
  font: 400 16px/22px 'Montserrat', sans-serif;
  font-style: unset;
  opacity: 1;
}

.fdbk_textarea::placeholder {
  color: #aaa;
  font: 400 16px/22px 'Montserrat', sans-serif;
  font-style: unset;
  opacity: 1;
}

.fdbk_textarea:-ms-input-placeholder {
  color: #aaa;
  font: 400 16px/22px 'Montserrat', sans-serif;
  font-style: unset;
  opacity: 1;
}

.fdbk_textarea::-ms-input-placeholder {
  color: #aaa;
  font: 400 16px/22px 'Montserrat', sans-serif;
  font-style: unset;
  opacity: 1;
}

.feedback_sec .submit_btn {
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
  background-color: #FFA154;
  color: #333;
  text-transform: uppercase;
  text-align: center;
  width: 175px;
  height: 60px;
  border-radius: 10px;
  padding: 10px 10px;
  -webkit-transition: .5s all ease;
  transition: .5s all ease;
  margin-bottom: 20px;
}

.feedback_sec .submit_btn:hover, .feedback_sec .submit_btn:focus, .feedback_sec .submit_btn:active {
  text-decoration: none !important;
  outline: 0px !important;
  outline: none !important;
  color: #333 !important;
}

.feedback_sec .ans_box [type="radio"]:checked,
.feedback_sec .ans_box [type="radio"]:not(:checked) {
  position: absolute;
  left: -9999px;
}

.feedback_sec .ans_box [type="radio"]:checked + label,
.feedback_sec .ans_box [type="radio"]:not(:checked) + label {
  position: relative;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
  color: #FFA154;
  width: 24px;
  height: 24px;
  top: 16px;
}

.feedback_sec .ans_box [type="radio"]:checked + label:before,
.feedback_sec .ans_box [type="radio"]:not(:checked) + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 22px;
  height: 22px;
  border: 1px solid #82A4B5;
  border-radius: 100%;
  background: #506ecf;
}

.feedback_sec .ans_box [type="radio"]:checked + label:after,
.feedback_sec .ans_box [type="radio"]:not(:checked) + label:after {
  content: '';
  width: 10px;
  height: 10px;
  background: #FFA154;
  position: absolute;
  top: 7px;
  left: 7px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.feedback_sec .ans_box [type="radio"]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}

.feedback_sec .ans_box [type="radio"]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

@media all and (max-width: 980px) {
  .feedback_sec {
    padding: 30px 0 30px 0;
  }
  .feedback_sec .sec_title {
    padding-top: 0px;
    margin-bottom: 10px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .feedback_sec .sec_title svg {
    left: 15px;
  }
  .feedback_sec .fd_txt {
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 15px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .feedback_sec .mc_container.flex {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
  }
  .feedback_sec .mc_container.flex .info_aside {
    width: 100%;
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    margin-right: 0;
  }
  .feedback_sec .mc_container.flex .fdbk_aside {
    width: 100%;
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    border-radius: 0;
    padding: 20px 15px 50px 15px;
  }
  .feedback_sec .fdbk_left_img {
    right: 0;
    width: 145px;
    height: auto;
    margin: -120px 40px 0 auto;
  }
  .fdbk_aside .tbl_txt {
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 15px;
  }
  .table_div {
    margin-bottom: 30px;
  }
  .fdbk_table {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 14px;
    padding-left: 0;
  }
  .fdbk_table .ques_wrap {
    width: 100%;
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    min-height: unset;
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    padding: 0;
    border-right: 0;
    margin-bottom: 10px;
    padding-left: 5px;
  }
  .fdbk_table .ans_wrap {
    width: 100%;
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
  .fdbk_table .ans_wrap .ans_box {
    margin-bottom: 7px;
  }
  .fdbk_table .ans_box .op_nm {
    position: absolute;
    top: 35px;
    left: -15px;
    right: 0;
    margin: 0 auto;
    font-size: 10px;
    line-height: 14px;
    font-weight: 500;
    color: #fff;
    width: 55px;
    display: inline-block;
    text-align: center;
  }
  .feedback_sec .ans_box [type="radio"]:checked + label, .feedback_sec .ans_box [type="radio"]:not(:checked) + label {
    top: 0 !important;
  }
  .feedback_sec .submit_btn {
    font-size: 12px;
    line-height: 16px;
    width: 90px;
    height: 36px;
    border-radius: 8px;
    padding: 5px;
    margin-bottom: 10px;
  }
  .fdbk_aside .cmt_txt {
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 15px;
  }
  .fdbk_textarea {
    min-height: 60px;
    margin-bottom: 20px;
    padding: 10px;
    font-size: 14px;
    line-height: 18px;
  }
  .fdbk_textarea::-webkit-input-placeholder {
    font-size: 14px;
    line-height: 20px;
  }
  .fdbk_textarea:-ms-input-placeholder {
    font-size: 14px;
    line-height: 20px;
  }
  .fdbk_textarea::-ms-input-placeholder {
    font-size: 14px;
    line-height: 20px;
  }
  .fdbk_textarea::placeholder {
    font-size: 14px;
    line-height: 20px;
  }
  .fdbk_textarea:-ms-input-placeholder {
    font-size: 14px;
    line-height: 20px;
  }
  .fdbk_textarea::-ms-input-placeholder {
    font-size: 14px;
    line-height: 20px;
  }
}

.quiz_sec {
  position: relative;
  padding: 80px 0;
}

.quiz_sec:before {
  content: "";
  border-top: 470px solid #FFF5ED;
  border-left: 10000000px solid transparent;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -9;
}

.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 {
  margin-bottom: 40px;
}

.quiz_sec .sec_txt {
  font-size: 30px;
  line-height: 40px;
  font-weight: 700;
  color: #333;
  margin-bottom: 30px;
  margin-top: 0;
}

.quiz_body {
  padding: 80px 80px 50px 80px;
  background-color: #244AC3;
  border-radius: 25px;
}

.quiz_body .q_ttl {
  font-size: 30px;
  line-height: 40px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 10px;
}

.quiz_body .q_type {
  font-size: 14px;
  line-height: 16px;
  color: #fff;
  font-style: italic;
  margin-bottom: 30px;
}

.quiz_body .ans_list {
  margin-bottom: 30px;
}

.quiz_body .ans_list li {
  margin-bottom: 20px;
}

.quiz_body .submit_btn {
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
  background-color: #FFA154;
  color: #333;
  text-transform: uppercase;
  text-align: center;
  width: 175px;
  height: 60px;
  border-radius: 10px;
  padding: 10px 10px;
  -webkit-transition: .5s all ease;
  transition: .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;
}

.quiz_wrap .radio_checkbox_wrap {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  color: #fff;
  font-size: 20px;
  line-height: 26px;
  text-align: left;
  padding-left: 50px;
  position: relative;
  margin-bottom: 20px;
}

.quiz_wrap .radio_checkbox_wrap input {
  display: none;
  opacity: 0;
}

.quiz_wrap .radio_checkbox_wrap .icon_check {
  position: absolute;
  top: 0px;
  left: 0px;
  border: 1px solid #82A4B5;
  width: 26px;
  border-radius: 1px;
  height: 26px;
  background-color: #506ecf;
}

.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;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  content: "";
  position: absolute;
  display: none;
}

.quiz_wrap .radio_checkbox_wrap input:checked ~ .icon_check {
  background-color: #FFA154;
}

.quiz_wrap .radio_checkbox_wrap input:checked ~ .icon_check:after {
  display: block;
}

@media all and (max-width: 980px) {
  .quiz_sec {
    padding: 30px 0;
  }
  .quiz_sec .sec_title {
    margin-bottom: 10px;
  }
  .quiz_sec .quiz_right_img {
    top: 0;
    right: 15px;
    width: 104px;
    height: auto;
  }
  .quiz_sec .sec_txt {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 15px;
    width: 150px;
  }
  .quiz_sec .submit_btn {
    font-size: 12px;
    line-height: 16px;
    width: 90px;
    height: 36px;
    border-radius: 8px;
    padding: 5px;
    margin-bottom: 10px;
  }
  .quiz_body {
    padding: 25px 15px 15px 20px;
    border-radius: 15px;
  }
  .quiz_body .q_ttl {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 7px;
  }
  .quiz_body .q_type {
    font-size: 10px;
    line-height: 12px;
    margin-bottom: 20px;
  }
  .quiz_body .quiz_wrap .radio_checkbox_wrap {
    font-size: 13px;
    line-height: 19px;
    margin-bottom: 10px;
    padding-left: 35px;
  }
  .quiz_wrap {
    margin-bottom: 10px;
  }
  .quiz_wrap .radio_checkbox_wrap .icon_check {
    width: 22px;
    height: 22px;
    top: 3px;
  }
  .quiz_wrap .radio_checkbox_wrap .icon_check:after {
    left: 7px;
    top: 1px;
    width: 5px;
    height: 12px;
    border-width: 0 2px 2px 0;
  }
}

.footer_sec {
  text-align: center;
  background: #fff;
  padding: 45px 0;
  border-top: 1px solid #eee;
  color: #333;
}

.footer_sec .line1 {
  font: 500 14px/16px 'Lato', sans-serif;
  color: #666;
  margin-bottom: 7px;
}

.footer_sec .line2 {
  font: 400 13px/16px 'Lato', sans-serif;
  color: #999;
}

@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; }

.pop_overlay {
	position: fixed;
	display: none;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: #000;
	opacity: .5;
	z-index: 900;
	transition: none
}
.popup_partner {
	transition: none;
	padding: 6px;
	display: none;
	position: fixed;
	transform: translate(-50%, -50%);
	z-index: 900;
	left: 50%;
	top: 50%
}
.popin {
	text-align: center;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
	background: #fff;
	padding: 35px 70px
}
.pophead {
	color: #0379c1;
	margin-bottom: 20px;
	font: 600 18px'Open Sans', sans-serif
}
.cl_pop {
	position: absolute;
	right: 20px;
	top: 20px;
	cursor: pointer
}
.popup_header {
	background-color: #F6F8FB;
	padding: 18px;
	font: 900 18px/22px Lato, sans-serif;
	color: #333;
	text-align: center;
	border-top-right-radius: 3px;
	border-top-left-radius: 3px
}
.calendar-picker.calendars {
	text-align: center;
	width: 520px;
	margin: 20px auto;
	font-family: Lato, sans-serif
}
.calendar-picker .list-inline {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-flow: row;
	flex-flow: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}
.calendar-picker .list-inline-item {
	width: calc(25% - 10px);
	padding: 0;
	margin: 5px;
	box-sizing: border-box
}
.calendar-picker .list-inline-item a {
	text-decoration: none
}
.calendar-picker .btn {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-flow: row;
	flex-flow: row;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	background-color: #000;
	color: #FFF;
	font-weight: 700;
	line-height: 22px
}
.calendar-picker .btn .btn-text {
	height: 20px
}
.calendar-picker .btn:active,
.calendar-picker .btn:focus,
.calendar-picker .btn:hover,
.calendar-picker .btn:visited {
	color: #FFF
}
.calendar-picker .btn.btn-google {
	background-color: #4885ed
}
.calendar-picker .btn.btn-outlook {
	background-color: #00a1f1
}
.calendar-picker .btn.btn-yahoo {
	background-color: #780099
}
.calendar-picker .cc-icon {
	height: 14px;
	width: auto;
	margin-right: 5px;
	fill: #fff;
	margin-left: -5px
}

#termscondition .modal-dialog { width: 800px; margin-top: 45px;}
#termscondition .modal-header { background-color: #FFF5ED; padding: 20px; text-align: center; color: #333333; font: 600 20px "latoregular", Arial, Helvetica, sans-serif; }
#termscondition .modal-body { padding: 15px 25px;}
#termscondition h2 { font: 700 20px/26px Poppins, Arial, Helvetica, sans-serif; color: #333333; margin-bottom: 10px; text-align: center; }
#termscondition h3 { font: 500 18px/24px Poppins, Arial, Helvetica, sans-serif; color: #333333; margin-bottom: 10px; }
#termscondition p { font: 400 16px/22px Poppins, Arial, Helvetica, sans-serif; color: #333333; margin-bottom: 10px; }
#termscondition a{padding: 0 2px; word-break: break-all;}
@media (max-width: 768px) {
    #termscondition .modal-dialog { width: 80%; margin: 65px auto;}
    #termscondition .modal-header{ font-size: 16px;line-height: 20px; padding: 12px;}
    #termscondition h2 { font-size: 18px; line-height: 24px; }
    #termscondition h3 { font-size: 16px; line-height: 20px; }
    #termscondition p { font-size: 14px; line-height: 18px; }
    .top_sponsors_wrap .sponsor_box:first-of-type { border: 0; }
}
.top_sponsors_wrap { margin-left: 10px;}.top_sponsors_wrap .sponsor_box { padding: 0 10px; border-left: 1px solid #EBEBEB;}.top_sponsors_wrap .spons_lbl { font-size: 12px; line-height: 14px; text-align: center; padding: 5px;}