.container-new {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0px 30px;
}
.banner-bg {
	padding: 0px 0px;
}
.banner {
	padding-top: 100px;
	padding-bottom: 100px;
}
p.sub-heading {
	font-size: 24px !important;
	color: #fee82d;
	font-weight: bold;
}
.desc p {
	color: #fff;
}
.opodcont h3 {
	margin-bottom: 20px;
}
.opodcont p {
	margin-bottom: 10px;
}
#SDP_Webinar_Form h3 {
	margin-bottom: 20px;
}
select.country {
	color: #213ba2 !important;
}
.schedule p {
	border-bottom: none;
	padding-bottom: 0px;
}
ul.list-items {
	margin-left: 20px;
	margin-bottom: 35px;
}
ul.list-items>li {
	font-size: 16px;
	line-height: 1.5;
	margin-bottom: 15px;
	position: relative;
}
ul.list-items>li:before {
	content: "";
	background: #00a9f4;
	position: absolute;
	top: 10px;
	right: 0;
	bottom: 0;
	left: -20px;
	width: 7px;
	height: 7px;
	border-radius: 50px;
}
ul.speakers li {
	flex: 0 0 100%;
	margin-right: 0px;
}
.fixed-header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background: #fff;
	animation: smooth 0.3s ease-in-out;
	z-index: 99999;
	box-shadow: 0px 0px 5px #e2e2e2;
}
.smlarlft {
	background: unset;
	width: 6px;
	height: 19px;
	margin: 0 5px 0px 5px;
	position: relative;
	top: 0;
	display: inline-block;
	font-size: 16px;
}
.bradkrm {
	font-weight: lighter;
	padding: 10px 0px 0px 0px;
	position: relative;
	display: block;
}
.bradkrm a {
	text-decoration: none;
	color: #fff !important;
}
.bradkrm span {
	color: #fff;
}
.bradkrm span.fntwt400 {
	color: #00a9f4;
}
.blubdrbtm {
	border-bottom: 1px solid #c5c5c5;
	margin-bottom: 30px;
}
.speakersec {
	background: #fff;
	padding: 0px 0px 50px 0;
}
ul.speakers {
	display: flex;
	flex-wrap: nowrap;
}
ul.speakers li {
	flex: auto;
}
ul.speakers li:nth-child(1) {
	width: 30%;
	margin-right: 30px;
}
div.spkrpic {
	text-align: left;
}
.accordion_body {
	box-sizing: border-box;
}
.accordion-wrapper {
	border-bottom: none;
}
.accordion_container .accordion-wrapper:not(:last-child) {
	border-bottom: 1px solid #e9eaea !important;
}
.close-btn {
	right: 10px;
	top: 10px;
}

@media only screen and (max-width:1024px) {
ul.speakers {
	flex-wrap: wrap;
}
div.accordion {
	margin-left: 0px;
}
.accordion_body {
	padding: 0px 0px 30px 50px;
}
}

@media only screen and (max-width:667px) {
.banner-left-col {
	padding: 0px;
}
.accordion_body {
	padding: 0px 0px 30px 20px;
}
}

@media only screen and (max-width:414px) {
}
