@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500&display=swap');
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

html {
	scroll-behavior: smooth;
}

body {
	font-family: 'Montserrat', sans-serif;
}

ul {
	list-style: none;
}

a {
	text-decoration: none;
}

.overlay {
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	box-sizing: border-box;
	background-color: rgba(000, 000, 000, 0.8);
	z-index: 99;
	display: none;
}

.overlay .popup {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	margin: auto;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 10px;
	max-width: 560px;
	max-height: 335px;
	background: #fff;
}

.overlay .popup .closed {
	position: absolute;
	width: 30px;
	height: 30px;
	right: -10px;
	background: #fff;
	border-radius: 50%;
	text-align: center;
	line-height: 30px;
	font-weight: bold;
	top: -13px;
	cursor: pointer;
}

.novartis .wrapper {
	max-width: 1100px;
	margin: auto;
}

.novartis .row {
	display: flex;
}

.novartis .mt3 {
	margin-top: 20px;
}

.novartis .heading {
	font-size: 32px;
	display: block;
	margin: 20px 0;
	text-transform: uppercase;
}

.novartis .heading em {
	font-style: normal;
	color: #c91d23;
	font-weight: bold;
}

.novartis .top_section {
	padding: 15px 0;
	box-shadow: 1px 7px 10px -2px rgba(0, 0, 0, 0.15);
	-webkit-box-shadow: 1px 7px 10px -2px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 1px 7px 10px -2px rgba(0, 0, 0, 0.15);
}

.novartis .top_section .row {
	justify-content: space-between;
	align-items: center;
}

.novartis .top_section .nav_icon {
	display: none;
}

.novartis .top_section .logo {
	max-width: 180px;
}

.novartis .top_section .logo img {
	max-width: 100%;
}

.novartis .top_section .back_news a {
	font-weight: bold;
	text-decoration: none;
}

.novartis .top_section .social_media {
	display: flex;
}

.novartis .top_section .social_media a {
	background: url('https://images.news18.com/static_news18/pix/ibnhome/news18/images/microsite/novartis/images/social_media.png?reset=3') no-repeat;
	width: 28px;
	height: 26px;
	margin-left: 10px;
}

.novartis .top_section .social_media a.facebook {
	background-position: 0 0;
}

.novartis .top_section .social_media a.twitter {
	background-position: -36px 0;
}

.novartis .top_section .social_media a.linking {
	background-position: -70px 0px;
}

.novartis .top_section .social_media a.youtueb {
	background-position: -103px 0px;
}

.novartis .banner_slider .slide_bar li a {
	text-align: center;
}

.novartis .banner_slider .hide {
	display: none;
}

.novartis .banner_slider .slide_bar li a img {
	margin: auto;
}

.novartis .banner_slider .row {
	justify-content: space-between;
}

.novartis .banner_slider .row .launch_info p {
	font-size: 12px;
	line-height: 24px;
	margin-top: 20px;
}

.novartis .banner_slider .row .launch_info img {
	margin-left: 20px;
}

.novartis .banner_slider .row .launch_button {
	background: #c91d23;
	text-align: center;
	font-size: 18px;
	padding: 10px 15px;
	text-transform: uppercase;
	font-weight: 500;
	color: #fff;
	margin-top: 10px;
	display: inline-block;
	vertical-align: top;
	display: none;
}

.novartis .navbar {
	justify-content: space-between;
	margin: 30px 0;
}

.novartis .navbar a {
	font-size: 15px;
	font-weight: 500;
	color: #2a2a2a;
	text-transform: uppercase;
}

.novartis .suraksha_join {
	background: #c91d23;
	padding: 10px 20px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	color: #fff;
	font-size: 28px;
	max-width: 865px;
	margin: 50px auto;
}

.novartis .suraksha_join a:first-child {
	background: transparent;
	font-size: 22px;
}

.novartis .suraksha_join a {
	background: #001d42;
	font-size: 14px;
	color: #fff;
	padding: 10px 25px;
	text-transform: uppercase;
}

.novartis .form_sec {
	background: url('https://images.news18.com/static_news18/pix/ibnhome/news18/images/microsite/novartis/images/form_bg.png') no-repeat;
	padding: 20px 0;
	background-size: 100%;
	margin: 50px 0;
	min-height: 470px;
	position: relative;
}

.novartis .form_sec .disclaimer_sec {
	font-size: 10px;
	color: #fff;
	line-height: 18px;
	margin-top: 20px;
	max-width: 745px;
}

.novartis .form_sec .surveydiv {
	font-size: 20px;
	color: #fff;
	padding: 10px 0;
}

.novartis .form_sec .error_fild {
	background: #b8bbbe;
	border: 1px #ff0000 solid;
	max-width: 250px;
	position: absolute;
	right: 177px;
	top: 72px;
	padding: 10px;
	min-height: 210px;
	display: none;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}

.novartis .form_sec .error_fild:before {
	content: '!';
	width: 0;
	height: 0;
	border-left: 70px solid transparent;
	border-right: 70px solid transparent;
	border-bottom: 100px solid #ff0000;
	position: absolute;
	top: -60px;
	border-radius: 10px;
	padding: 1px;
	font-size: 20px;
	line-height: 112px;
	font-weight: bold;
	color: #fff;
	left: 0;
	right: 0;
	display: flex;
	margin: auto;
	justify-content: center;
	font-size: 51px;
}

.novartis .form_sec .error_fild span {
	font-weight: 500;
	font-size: 14px;
	text-transform: uppercase;
	display: block;
	text-align: center;
	padding-top: 70px;
	min-width: 200px;
}

.novartis .form_sec .error_fild button {
	background: #ff0000;
	padding: 10px 15px;
	border: 0;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
	cursor: pointer;
	text-align: center;
	margin: 20px auto 0;
	display: block;
}

.novartis .form_sec .disclaimer {
	color: #fff;
	font-size: 10px;
	line-height: 18px;
}

.novartis .form_input {
	max-width: 500px;
	display: flex;
	flex-wrap: wrap;
	margin-top: 15px;
}

.novartis .form_input .row {
	width: 100%;
	justify-content: space-between;
}

.novartis .form_input input {
	padding: 8px 10px;
	width: 48%;
	margin-bottom: 15px;
	border-radius: 5px;
	border: 0;
}

.novartis .form_sec .heading {
	font-size: 36px;
	text-transform: uppercase;
	color: #fff;
	max-width: 520px;
	display: block;
}

.novartis .form_sec .heading em {
	font-weight: bold;
	font-style: normal;
	color: #fff;
}

.novartis .form_sec .surway .qs {
	font-size: 20px;
	font-weight: bold;
	line-height: 30px;
	color: #fff;
	margin-top: 5px;
	display: block;
}

.novartis .form_sec .surway .qs sup {
	font-size: 12px;
	top: -3px;
	position: relative;
}

.novartis .form_sec .surway .qs em {
	font-size: 12px;
	font-style: normal;
	display: block;
	line-height: 20px;
}

.novartis .form_sec .bgred {
	margin-top: 10px;
	background: #c91d23;
	line-height: 27px;
	display: block;
	padding: 10px
}

.form_sec i {
	position: relative;
	width: 100%;
	background: url(https://images.news18.com/static_news18/pix/ibnhome/news18/images/microsite/novartis/images/bg_speaker.png);
	height: 21px;
	display: block;
	margin-top: 15px;
}

.novartis .launch_section h2 {
	font-size: 28px;
	text-transform: uppercase;
	font-weight: 500;
	padding: 10px 0;
}

.novartis .launch_section h2 b {
	color: #c91d23;
}

.novartis .launch_section h3 {
	font-size: 20px;
	color: #c91d23;
}

.novartis .launch_section p {
	font-size: 16px;
	margin-top: 20px;
	color: #2a2a2a;
	line-height: 24px;
}

.novartis .launch_section .date_time_buttun {
	background: #c91d23;
	font-weight: normal;
	font-size: 36px;
	text-transform: uppercase;
	padding: 10px 20px;
	color: #fff;
	justify-content: flex-start;
	align-items: flex-start;
	display: inline-block;
	vertical-align: top;
	margin: 25px 0;
	cursor: inherit;
}

.novartis .speakier_heading {
	font-size: 32px;
	display: block;
	color: #b2b2b2;
	margin-bottom: 25px;
	text-transform: uppercase;
	font-weight: bold;
	position: relative;
}

.novartis .speakier_heading:after {
	content: '';
	background: url('https://images.news18.com/static_news18/pix/ibnhome/news18/images/microsite/novartis/images/bg_speaker.png');
	position: absolute;
	left: 195px;
	right: 0;
	top: 9px;
	bottom: 5px;
}

.novartis .speakers ul {
	display: flex;
	justify-content: space-between;
	width: 100%;
}

.novartis .speakers ul .slick-track {
	display: flex;
	justify-content: space-between;
	width: 100%;
}

.novartis .speakers .slick-list {
	width: 100%;
}

.novartis .speakers ul li {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	margin: 0 10px;
}

.novartis .speakers ul li .img_box {
	max-width: 175px;
	height: 175px;
	border-radius: 50%;
	background: #c91d23;
	display: flex;
	overflow: hidden;
	justify-content: center;
	align-items: center;
}

.novartis .speakers ul li span {
	display: block;
}

.novartis .speakers ul li .img_box {
	background: #c91d23;
	display: block;
	border-radius: 50%;
	overflow: hidden;
}

.novartis .speakers ul li .img_box img {
	max-width: 100%;
	position: relative;
	top: 2px;
	left: 3px;
}

.novartis .speakers ul li .name {
	font-weight: bold;
	font-size: 18px;
	color: #c91d23;
	display: block;
	text-align: center;
	margin: 10px 0;
}

.novartis .speakers ul li .info {
	font-size: 14px;
	color: #2a2a2a;
	display: block;
	text-align: center;
	font-weight: 500;
	line-height: 22px;
}

.novartis .agenda_point {
	margin-top: 50px;
}

.novartis .agenda_point .heading_agenda {
	font-size: 32px;
	display: block;
	margin: 20px 0;
	color: #c91d23;
	font-weight: bold;
	text-transform: uppercase;
}

.novartis .agenda_point .row {
	align-items: center;
	justify-content: space-between;
}

.novartis .agenda_point ul li {
	position: relative;
	font-size: 18px;
	padding-left: 110px;
	color: #2a2a2a;
	margin-bottom: 25px;
	line-height: 25px;
	min-height: 70px;
	max-width: 678px;
	display: flex;
	align-items: center;
}

.novartis .agenda_point ul li:after {
	content: '';
	background: url('https://images.news18.com/static_news18/pix/ibnhome/news18/images/microsite/novartis/images/agenda.png?reset=2') no-repeat;
	position: absolute;
	left: 0;
	top: 0;
	width: 90px;
	height: 70px;
}

.novartis .agenda_point .watch_now {
	background: #c91d23;
	color: #fff;
	font-size: 22px;
	text-transform: uppercase;
	padding: 10px 35px;
	text-align: center;
	white-space: nowrap;
	border-radius: 20px;
}

.novartis .agenda_point ul li.point1:after {
	background-position: 0 -4px;
}

.novartis .agenda_point ul li.point2:after {
	background-position: 0 -59px;
}

.novartis .agenda_point ul li.point3:after {
	background-position: 0 -133px;
}

.novartis .agenda_point ul li.point4:after {
	background-position: 0 -217px;
}

.novartis .agenda_point ul li.point5:after {
	background-position: 0 -300px;
}

.novartis .agenda_point ul li.point6:after {
	background-position: 0 -384px;
}

.novartis .article {
	background: #e6e6e6;
	padding: 20px 0;
}

.novartis .article .heading {
	font-size: 40px;
	display: block;
	color: #001d42;
	text-transform: uppercase;
	margin: 20px 0px;
	font-weight: bold;
}

.novartis .article ul {
	display: flex;
	justify-content: space-between;
	width: 100%;
}

.novartis .article ul .slick-list {
	flex-grow: 1;
}

.novartis .article ul li {
	padding-bottom: 15px;
	margin: 0 10px;
	display: flex;
	flex-direction: column;
}

.novartis .article ul li img {
	width: 100%;
	margin: auto;
}

.novartis .article ul li .name {
	font-size: 16px;
	font-weight: bold;
	color: #001d42;
	display: block;
	margin-top: 5px;
	text-transform: uppercase;
	line-height: 20px;
	max-height: 42px;
	overflow: hidden;
	min-height: 42px;
}

.novartis .article ul li em {
	font-style: normal;
	font-size: 10px;
	font-weight: bold;
	padding: 5px 0 10px;
	display: block;
	color: #c91d23;
}

.novartis .article ul li p {
	font-size: 14px;
	line-height: 25px;
	color: #505050;
	max-height: 52px;
	overflow: hidden;
}

.novartis .article ul li a {
	color: #c91d23;
	font-size: 12px;
	display: block;
	text-transform: uppercase;
	font-weight: bold;
	margin-top: 10px;
}

.novartis .about_intiative {
	margin-top: 50px;
}

.novartis .about_intiative .about_heading {
	font-size: 32px;
	display: block;
	margin: 20px 0;
	text-transform: uppercase;
}

.novartis .about_intiative .about_heading em {
	font-style: normal;
	color: #c91d23;
	font-weight: bold;
}

.novartis .about_intiative .row {
	align-items: flex-end;
}

.novartis .about_intiative .row p {
	margin-left: 50px;
	font-size: 16px;
	line-height: 25px;
	max-width: 600px;
	position: relative;
}

.novartis .about_intiative .row p span {
	position: relative;
	color: #ff0000;
	cursor: pointer;
}

.novartis .about_intiative .row p span i {
	font-style: normal;
	background: #000;
	color: #fff;
	position: absolute;
	top: -41px;
	padding: 3px 5px;
	left: -10px;
	right: 0px;
	min-width: 300px;
	font-size: 12px;
	border-radius: 5px;
	text-align: center;
	display: none;
}

.novartis .about_intiative .row p span i:before {
	content: '';
	width: 0;
	height: 0;
	position: absolute;
	top: 31px;
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	border-top: 9px solid black;
	left: 13px;
}

.novartis .about_intiative .row p span:hover i {
	display: block;
}

.novartis .about_intiative .row p:after {
	content: '';
	position: absolute;
	left: 25px;
	top: -79px;
	height: 50px;
	background: #000;
	width: 2px;
}

.novartis .about_intiative .row p:before {
	content: '';
	position: absolute;
	left: 0;
	top: -55px;
	height: 2px;
	background: #c91d23;
	width: 50px;
}

.novartis footer {
	background: #555555;
	padding: 80px 0;
	margin-top: 50px;
}

.novartis footer .row {
	justify-content: center;
	flex-direction: column;
	align-items: center;
}

.novartis footer img {
	max-width: 180px;
}

.novartis footer .row .link {
	margin: 10px 0;
}

.novartis footer .row .link a {
	color: #fff;
	font-size: 14px;
	line-height: 20px;
	padding: 0 10px;
}

.novartis footer .row span {
	color: #fff;
	display: block;
	padding: 10px 0;
	text-align: center;
}

.novartis footer .refrence p {
	color: #fff;
	font-size: 12px;
	line-height: 22px;
	margin-bottom: 20px;
}

.novartis footer .refrence p b {
	display: block;
}

button.slick-arrow {
	outline: none;
	transform: translateY(-50%);
	cursor: pointer;
	position: absolute;
	top: 40%;
	left: 0;
	width: 1.8rem;
	padding: 2px 3px 3px;
	text-align: center;
	color: #212121;
	font-weight: bold;
	transition: 0.6s ease;
	border-radius: 5rem;
	user-select: none;
	display: flex;
	font-size: 0;
	width: 28px;
	border: none;
	height: 28px;
	background: transparent;
}

button.slick-next.slick-arrow {
	right: -16px;
	left: auto;
}

button.slick-prev.slick-arrow {
	left: -13px;
	z-index: 8;
}

button.slick-prev.slick-arrow:after {
	content: " ";
	width: 0;
	height: 0;
	border: solid black;
	border-width: 0 2px 2px 0;
	display: inline-block;
	padding: 8px;
	transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
	top: 6px;
	left: 6px;
	bottom: 0;
	position: absolute;
}

button.slick-next.slick-arrow:after {
	content: " ";
	width: 0;
	height: 0;
	border: solid black;
	border-width: 0 2px 2px 0;
	display: inline-block;
	padding: 8px;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	top: 6px;
	left: 9px;
	bottom: 0;
	position: absolute;
}

.slick-disabled {
	opacity: 0.2;
}

/*slick docts*/

 ul.slick-dots {

      display: flex;

      justify-content: center;

      margin: 0;

      padding: 0;

      line-height: 10px;

  }



  ul.slick-dots li {

      list-style: none;

      padding: 0 3px;

      margin: 0;

      display: block;

  }



  ul.slick-dots li button {

      cursor: pointer;

      height: 15px;

      width: 15px;

      margin: 0 2px;

      background-color: #bbb;

      border-radius: 50%;

      display: inline-block;

      transition: background-color 0.6s ease;

      font-size: 0;

      border: 0;

      outline: none;

  }
ul.slick-dots li.slick-active button {
    background: #c91d23;
}


  ul.slick-dots li button:hover {

      background: #c91d23;

  }



/*end slick docts*/

.surway .checkbox {
	position: relative;
	padding-left: 30px;
	padding-bottom: 14px;
	min-width: 185px;
}

.surway.qsslide_bar {
	display: none;
	max-width: 762px;
}

.surway.qsslide_bar.active {
	display: block;
}

.surway .qs_form {
	margin-top: 10px;
	margin-bottom: 10px;
}

.surway .checkbox input {
	width: 24px;
	height: 24px;
	border: 1px #707070 solid;
	position: absolute;
	left: 0;
	top: 0;
}

.surway .checkbox input+label {
	font-size: 16px;
	font-weight: 700;
	display: block;
	padding-top: 4px;
	padding-right: 10px;
	color: #fff;
	cursor: pointer;
}

.surway .button button {
	background: #c91d23;
	color: #fff;
	padding: 10px 20px;
	border: none;
	cursor: pointer;
}

.surway .button button.next {
	background: #fff;
	color: #000;
	margin-left: 25px;
}

.surway .button button.next.first {
	margin-left: 0;
}

.disc p {
	font-size: 10px;
	line-height: 20px;
}


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

.novartis .watch_button {
	background: #c91d23;
	color: #fff;
	font-size: 18px;
	text-transform: uppercase;
	padding: 10px 35px;
	text-align: center;
	white-space: nowrap;
	border-radius: 20px;
	display: block;
	max-width: 360px;
	margin: 25px auto 35px;
}

.novartis .launch_section .topic {
	margin: 10px 0;
	font-size: 18px;
	display: block;
	font-weight: 600;
	color: #c91d23;
}

.novartis .launch_section .topic em {
	font-style: normal;
	color: #000;
}

.novartis .video_section{
	background: #0e3973;
    padding: 30px 0;
    margin:30px 0 0;
}
.novartis .video_section .heading{ color: #fff; font-weight: bold; text-align: center;  }
.novartis .video_section .video_slider{ margin:auto; text-align:center; }
.novartis .video_section .video_slider .title{ display: block; color: #fff; font-size: 20px; font-weight: bold; padding: 10px 0; }
.novartis .video_section .video_slider .dis{ max-width: 800px; font-size: 16px; line-height: 25px; color: #fff; text-align: center; margin:auto; }

@media only screen and (max-width:768px) {
	.novartis .top_section {padding: 10px;position: relative;}
	.novartis .top_section .nav_icon {
		display: block;
		width: 20px;
		height: 24px;
		position: absolute;
		left: 15px;
		top: 13px;
		border-bottom: 2px #263b79 solid;
		cursor: pointer;
		z-index: 9;
		display: block;
		outline: none;
	}
	.novartis .top_section .nav_icon:before {
		content: '';
		position: absolute;
		height: 2px;
		background: #263b79;
		left: 0;
		right: 0;
		bottom: 10px;
	}
	.novartis .top_section .nav_icon:after {
		content: '';
		position: absolute;
		height: 2px;
		background: #263b79;
		left: 0;
		right: 0;
		bottom: 4px;
	}
	.novartis .top_section .row {
		flex-direction: column;
	}
	.novartis .top_section .back_news {
		flex-direction: row;
		width: 100%;
		border-top: 1px #e0e0e0 solid;
		padding-top: 10px;
	}
	.novartis .top_section .logo {
		max-width: 100px;
		margin-bottom: 5px;
	}
	.novartis .navbar {
		flex-direction: column;
		position: absolute;
		top: 27px;
		left: 0;
		background: #fff;
		right: 0;
		justify-content: flex-start;
		display: none;
	}
	.novartis .navbar a {
		padding: 6px 10px;
		border-bottom: 1px #e0e0e0 solid;
		display: block;
	}
	.novartis .suraksha_join {
		font-size: 16px;
		margin: 20px 10px;
		flex-direction: column;
		padding: 10px 5px;
	}
	.novartis .suraksha_join a:first-child {
		font-size: 12px;
		padding: 10px;
	}
	.novartis .suraksha_join a {
		font-size: 12px;
		padding: 10px 12px;
	}
	.novartis .banner_slider .row {
		flex-direction: column;
	}
	.novartis .banner_slider .row .launch_bar iframe {
		width: 100%;
		min-height: 235px;
		height: auto;
	}
	.novartis .banner_slider .row .launch_info img {
		max-width: 100%;
		margin: 20px 0;
	}
	.novartis .form_sec {
		min-height: inherit;
		background-color: #0e3973;
		margin: 20px 10px;
		padding: 20px 10px;
		background-image: none;
	}
	.novartis .form_sec .surway .qs {
		font-size: 20px;
		line-height: 25px
	}
	.surway .qs_form {
		margin: 20px 0;
	}
	.surway .button button.next {
		margin-left: 15px;
	}
	.surway .button button {
		padding: 10px 15px;
	}
	.novartis .form_sec .heading {
		font-size: 24px;
	}
	.novartis .form_sec .error_fild {
		min-height: 170px;
		left: 0;
		right: 0;
		margin: auto;
		max-width: 170px;
		padding: 40px 10px 0;
	}
	.novartis .form_sec .error_fild:before {
		border-left: 40px solid transparent;
		border-right: 40px solid transparent;
		border-bottom: 60px solid #ff0000;
		line-height: 80px;
		font-size: 34px;
		margin: auto;
		top: -33px;
	}
	.novartis .form_sec .error_fild span {
		padding-top: 6px;
		font-size: 13px;
		min-width: 150px;
	}
	.novartis .agenda_point .row {
		flex-direction: column;
	}
	.novartis .about_intiative .row img {
		width: 100%;
	}
	.novartis .about_intiative .row {
		flex-direction: column;
		align-items: flex-start;
	}
	.novartis .article ul li {
		margin: 0;
	}
	.surway .checkbox {
		min-width: 98px;
	}
	.novartis .banner_slider {
		padding: 0 10px;
	}
	.novartis .banner_slider .row .launch_button {
		margin-bottom: 20px;
	}
	.novartis .launch_section {
		padding: 0 10px;
	}
	.novartis .launch_section h2 {
		font-size: 22px;
	}
	.novartis .launch_section h3 {
		font-size: 14px;
	}
	.novartis .launch_section p {
		font-size: 14px;
	}
	.novartis .launch_section .date_time_buttun {
		font-size: 14px;
		margin: 20px 0;
	}
	.novartis .speakers {
		padding: 0px 10px;
	}
	.novartis .agenda_point {
		margin-top: 30px;
		padding: 0 10px;
	}
	.novartis .agenda_point .heading_agenda {
		font-size: 22px;
	}
	.novartis .agenda_point .watch_now {
		font-size: 16px;
	}
	.novartis .agenda_point ul li {
		font-size: 14px;
		line-height: 20px;
		padding-left: 100px;
		margin-bottom: 10px;
	}
	.novartis .article .heading {
		font-size: 22px;
	}
	.novartis .article ul.article_slider {
		flex-direction: column;
	}
	.novartis .article {
		padding: 0 10px;
	}
	.novartis .about_intiative {
		padding: 0 10px;
	}
	.novartis .about_intiative .about_heading {
		font-size: 22px;
	}
	.novartis .about_intiative .row p {
		margin-left: 0;
		margin-top: 10px;
	}
	.novartis .about_intiative .row p:before,
	.novartis .about_intiative .row p:after {
		display: none;
	}
	.novartis footer {
		padding: 20px 0;
	}
	.overlay .popup {
		left: 10px;
		right: 10px;
	}
	.novartis footer .refrence p {
		padding: 10px;
		word-break: break-word;
	}
	.novartis footer .refrence p a {
		color: #0d58ff;
	}
	.novartis .speakers ul.speaker_slider {
		flex-direction: column;
	}
	.novartis ul.slick-dots {
		text-align: center;
		margin: 10px auto;
		display: inherit;
		justify-content: center;
	}
	.novartis ul.slick-dots li {
		display: inline-block;
		margin: 0px 6px;
	}
	.novartis ul.slick-dots li button {
		width: 6px;
		height: 6px;
		background: #C1C1C1;
		border-radius: 100px;
		font-size: 0;
		cursor: pointer;
		outline: none;
		border: none;
		padding: 0;
	}
	.novartis ul.slick-dots li.slick-active button {
		background: #E1261C;
		width: 14px;
		padding: 0;
	}
	.novartis .video_section .video_slider{ margin:0 10px; }
	.novartis .video_section .video_slider iframe{ width: 100%; height: auto; min-height: 200px; }
}


/*-------------------new------------------------------------------------------*/

.disc p {
	font-size: 10px;
	line-height: 18px;
	display: none;
	margin-bottom: 20px;
}

.disc .heading {
	margin: 10px 0 20px;
	font-size: 14px;
	background: #c91d23;
	padding: 10px;
	color: #fff;
	font-weight: bold;
	cursor: pointer;
}

.disc .heading i {
	font-style: normal;
	font-size: 10px;
	margin-left: 10px;
}

.disc p em {
	font-style: normal;
	padding-right: 3px;
}

.disc .heading em {
	color: #fff;
}

.ref_popup .refrence p {
	color: #fff;
	font-size: 12px;
	line-height: 22px;
	margin-bottom: 20px;
}

.ref_popup .refrence ol li::marker {
	color: #c91d23;
	font-weight: bold;
}

.ref_popup .refrence {
	padding: 3px 30px;
	height: 100%;
	overflow: auto;
}

.ref_popup .refrence li {
	line-height: 25px;
	font-size: 14px;
	margin-bottom: 10px;
}

.ref_popup .ref_heading {
	background: #c91d23;
	font-size: 28px;
	text-transform: uppercase;
	color: #fff;
	padding: 10px 25px;
	display: inline-block;
	vertical-align: top;
	margin-bottom: 24px;
}

.ref_popup .refrence p b {
	display: block;
}

.ref_popup .refrence .wrapper>span {
	text-align: center;
	display: block;
	font-size: 20px;
	padding: 10px 0;
	font-weight: bold;
}

.roudtable_sec {
	background: #0e3973;
	padding: 30px 0;
}

.roudtable_sec .heading {
	color: #fff;
	font-size: 28px;
	text-transform: uppercase;
	display: block;
	padding: 10px 0;
}

.roudtable_sec ul {
	display: flex;
	justify-content:space-evenly;
	align-items: flex-start;
}

.roudtable_sec ul li {
	max-width: 200px;
	margin-right: 50px;
}

.roudtable_sec ul li span {
	display: block;
	background: #0e3973;
}

.roudtable_sec ul li span img {
	width: 100%;
	border-radius: 50px;
}

.roudtable_sec ul li p {
	color: #fff;
	font-size: 14px;
	line-height: 20px;
	text-align: center;
}

.roudtable_sec ul li p b {
	display: block;
	margin-bottom: 10px;
}
.novartis .thanks{ margin:40px auto; text-align: center; }

.novartis .thanks .thanks_you{ font-size: 22px; font-weight: bold; text-align: center; margin: 20px auto; display: block;  }
.novartis .thanks .msg{ font-size: 28px; }

@media only screen and (max-width:768px) {
	.ref_popup .refrence {
		padding: 3px 5px 10px 20px;
	}
	.ref_popup .refrence li a {
		word-break: break-all;
	}
	.ref_popup .popup {
		max-width: 92%;
		max-height: 90%;
	}
	.disc p{padding: 10px;}
	.roudtable_sec{ padding: 30px 10px; }
	.roudtable_sec ul{ flex-direction: column; justify-content: center; align-items: center; }
	.roudtable_sec ul li{ max-width: 250px; margin-right:0; margin-bottom: 20px; }
	.roudtable_sec .heading{ font-size: 24px; }
	.novartis .thanks .thanks_you{ font-size: 14px; }
	.novartis .thanks .msg{ font-size: 20px; }

}
.novartis .speakers.doctors{ display: none; }

