
html {
  height: 100%;
}
body {
  font-size: 16px;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  height: 100%;
  line-height: 1.7;
  vertical-align: baseline;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  color: #fff;
  background-color: #000;
}


	/*******************************
* FAQ

* FAQ
*******************************/

.webinar-page .FAQ-section
{
	background: #fff;
	width: 100%;
	padding: 60px 0;
	margin-top: 0px;
}
.webinar-page .FAQ-section h2
{
	font-size: 35px;
	font-weight: 700;
	color: #000;
	text-align: center;
	margin-bottom: 40px;
}
 .webinar-page .FAQ-section  .accordion-panel {
  max-width: 100%;
}
 .webinar-page .FAQ-section  .accordion-panel .accordion {
 /* padding-top: 30px;*/
}
 .webinar-page .FAQ-section  .accordion-panel .accordion dt {
    display: block;
    padding: 25px 40px;
    background: #F0F0F0;
    color: #000;
    cursor: pointer;
    position: relative;
    user-select: none;
    font-size: 18px;
    font-weight: 500;
    line-height: 26px;
}
.webinar-page .FAQ-section  .accordion-panel .accordion dt .que {
	width: 95%;
}
 .webinar-page .FAQ-section .accordion-panel .accordion dd {
  height: 0;
  overflow: hidden;
  transition: height .35s ease-out;
  margin-left: 0;
  margin-bottom: 20px;
  background: #F4F4F4;
}

 .webinar-page .FAQ-section .accordion-panel .accordion .content {
  padding: 25px 40px;
  overflow: auto;
  color:#464646;
}
.webinar-page .FAQ-section .accordion-panel .accordion .content p {
  color:#464646;
}
.webinar-page .FAQ-section .accordion-panel .accordion .content ul {
    list-style: disc;
    margin-left: 17px;
	margin-top: -15px;
}
 .webinar-page .FAQ-section .accordion-panel .plus-icon {
  display: inline-block;
  width: 15px;
  height: 15px;
  position: relative;
  transition: transform 0.35s ease-out;
  position: absolute;
  right: 35px;
  top: 50%;
  margin-top: -6px;
}
 .webinar-page .FAQ-section .accordion-panel .plus-icon:before,
 .webinar-page .FAQ-section .accordion-panel .plus-icon:after {
  content: '';
  background: #000;
  position: absolute;
}
 .webinar-page .FAQ-section .accordion-panel .plus-icon:before {
  width: 2px;
  height: 15px;
  margin-left: -0.5px;
  left: 50%;
}
 .webinar-page .FAQ-section .accordion-panel .plus-icon:after {
  width: 15px;
  height: 2px;
  margin-top: -0.5px;
  top: 50%;
  opacity: 1;
  transition: opacity 0.35s ease-out;
}
 .webinar-page .FAQ-section .accordion-panel .is-open .plus-icon {
  transform: rotate(90deg);
}
 .webinar-page .FAQ-section .accordion-panel .is-open .plus-icon:after {
  opacity: 0;
}
 .webinar-page .FAQ-section .accordion-panel .hidden {
  display: none;
}
 .webinar-page .FAQ-section .accordion-panel .open-btn,
 .webinar-page .FAQ-section .accordion-panel .close-btn {
  cursor: pointer;
  position: absolute;
  right: 0;
  width: 90px;
}
 .webinar-page .FAQ-section .accordion-panel .buttons-wrapper {
  position: relative;
}
 .webinar-page .FAQ-section .accordion-panel .buttons-wrapper .plus-icon {
  position: absolute;
  right: 10px;
  top: 12px;
}

/**FAQ**/  
p {
  margin: 0 0 20px 0;
  color: #fff;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
  font-family: 'Roboto', sans-serif;
  margin: 0 0 20px 0;
  color: #2EB6AE;
}
h1,
h2 {
  line-height: 1.2;
}
h3,
h4,
h5,
h6 {
  line-height: 1.4;
}
h1 {
  font-size: 38px;
}
@media only screen and (max-width: 1199px) {
  h1 {
    font-size: 34px;
  }
}
@media only screen and (max-width: 991px) {
  h1 {
    font-size: 32px;
  }
}
@media only screen and (max-width: 767px) {
  h1 {
    font-size: 30px;
  }
}
h2 {
  font-size: 26px;
}
@media only screen and (max-width: 1199px) {
  h2 {
    font-size: 26px;
  }
}
@media only screen and (max-width: 991px) {
  h2 {
    font-size: 24px;
  }
}
@media only screen and (max-width: 767px) {
  h2 {
    font-size: 22px;
  }
}
h3 {
  font-size: 22px;
}
@media only screen and (max-width: 991px) {
  h3 {
    font-size: 20px;
  }
}
@media only screen and (max-width: 767px) {
  h3 {
    font-size: 18px;
  }
}
h4 {
  font-size: 20px;
}
@media only screen and (max-width: 991px) {
  h4 {
    font-size: 18px;
  }
}
@media only screen and (max-width: 767px) {
  h4 {
    font-size: 16px;
  }
}
h5 {
  font-size: 18px;
}
@media only screen and (max-width: 991px) {
  h5 {
    font-size: 16px;
  }
}
/*=======================================================================
Default Style
=========================================================================*/
a, .btn-link {
  text-decoration: none;
}
a:active,
a:hover,
a:focus {
  text-decoration: none;
}
a:active,
a:hover,
a:focus {
  outline: 0 none;
}
img {
  max-width: 100%;
  height: auto;
}
ul {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}

.bg-black{
  background: #000000;
}
/* Header */
header, footer{
  background: #000000;
  border-bottom: 1px #707070 solid;
}
.btn-link {
  text-decoration: none;
  color: #8B8B8B;
}
.btn-link:hover {
  text-decoration: none;
  color: #2EB6AE;
}
/* Section */
section.landing-page{
  padding: 40px 0;
}
section.landing-page .card-body{
  padding: 20px 48px;
}

.hero-block{
  margin-bottom: 50px;
}
.left-block h1 {
  font-weight: 600;
}
.left-block h2.text-para {
  font-size: 26px;
  color: #fff;
  padding: 0 80px;
}

.card-header-title{
  color: #000000;
  font-size: 19px;
  font-weight: 600;
  margin: 10px 0;
}
.webinar-text span
{
	color: #fff;
  font-size: 19px;
  font-weight: 600;
	border-bottom: 1px solid #fff;
}
.webinar-text
{
	margin-bottom: 20px;
}

.custom-form{
  padding: 10px 0; 
}
.form-group {
    margin-bottom: 5px;
}
.hero-block img {
    width: 65%;
}
h1.Title {
    font-size: 38px;
}
.thank-you
{
font-size: 24px;
	color: #fff;
	margin-top: 100px;
	margin-bottom: 30px;
	line-height: 34px;
}
.access
{
font-size: 22px;
	color: #2EB6AE;
	margin-top: 50px;
	margin-bottom: 30px;
	line-height: 30px;
}
.btn-webinar {
    color: #fff;
    font-size: 14px;
    text-decoration: none;
    padding: 12px 10px;
    border-radius: 30px;
    background-color: #3B3B3B;
    width: 100%;
    display: inline-block;
    text-align: center;
    font-weight: 400;
    margin-top: 0px;
    transition: all 0.3s ease-in-out;
}
.btn-webinar:hover{text-decoration:none;background:#2EB6AE;color:#fff}
.space-b
{
	padding-bottom: 100px!important;
}
.custom-form label{
  font-size: 14px;
  color: #000000;
}
.custom-form .form-control{
  height: 49px;
}
.btn-black{
  background: #000;
  font-size: 18px;
  color: #fff;
  font-family: Helvetica, sans-serif;
  font-weight: 600;
  border-radius: 60px;
  height: 49px;
}
.btn-black:hover{
  background: #2EB6AE;
}

/* Footer */
footer{
  border-top: 1px #707070 solid;
}

p.copyright-text{
  font-size: 16px;
  color: #8B8B8B;
}

@media (max-width: 480px) {
  section.landing-page{
    padding: 30px 0;
  }
  .hero-block{
    display: none;
  }
  .left-block h1 {
    font-size: 26px;
  }
  .left-block h2.text-para {
    font-size: 21px;
    padding: 0 10px;
  }
  section.landing-page .card-body{
    padding: 10px 28px;
  }
  .card-header-title{
    font-size: 22px;
  }
}