/** live webinar **/
* {
  font-weight: system-ui !important;
}
.page-wrapper {
  background-blend-mode: overlay;
  background-image: url("/static/images/home-bg.jpg"), linear-gradient(150deg, #000 0%, rgba(0, 0, 0, 0.38) 100%) !important;
  background-position: center !important;
  background-size: cover !important;
}
.nav-link:hover {
  color: none;
}
#download-brochure {
  margin-top: 1rem !important;
  line-height: 38px;
  border-radius: 2px;
  font-size: 14px;
  font-weight: 500 !important;
  color: #333;
  text-align: center;
  background: #fff;
  max-width: 246px;
  display: block;
  width: 111%;
  margin-left: 3rem;
  margin-right: auto;
  text-transform: uppercase;
}
#email-reminder {
  margin-top: 1rem !important;
  line-height: 38px;
  border-radius: 2px;
  font-size: 14px;
  font-weight: 500 !important;
  color: #fff;
  text-align: center;
  background: #254e58;
  max-width: 246px;
  display: block;
  width: 111%;
  margin-left: 3rem;
  margin-right: auto;
  text-transform: uppercase;
}
.webinar-content {
  padding-top: 1rem !important;
  margin-left: 1rem;
} /* .webinar-content .col-md-8 .row{margin: auto;}*/
.webinar-content .webinar-card {
  margin: auto;
}
.col-md-8 .row {
  margin-top: 0rem;
  margin-bottom: 2rem;
  margin-left: -1rem;
}
.tab-content h4 {
  margin-top: 1.4rem;
  font-size: large;
  color: #171717;
  font-weight: 900 !important;
  padding-bottom: 10px;
}
.fa,
.fas {
  font-weight: bold !important;
}
.btn-primary {
  background-color: #102d47 !important; /* border-color: #3b7eb9 !important; */
  text-align: center;
}
h3 {
  margin-bottom: 1rem !important;
}
.col-lg-8 {
  margin-top: 3rem;
  box-shadow: 0 5px 30px rgba(0, 0, 0, 0.14);
  height: fit-content;
}
.product-details .box {
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
  width: inherit;
  margin-top: 3rem;
}
.col-lg-8 p {
  text-align: left;
}
.meta-part img {
  width: 36px;
  height: 36px;
  border-radius: 50px;
}
.meta-part {
  display: flex;
  justify-content: space-between;
  list-style: none;
  margin: 15px 0 0px;
  font-size: 14px;
  border-bottom: 1px solid #f4f0f0;
  align-items: center;
  color: #363636c2;
  padding-bottom: 1rem;
}
.duration {
  margin-top: auto;
}
button.learn-more {
  width: 4rem;
  margin-top: 0rem;
}
button.learn-more .circle {
  background: #254e58;
  border-radius: 80px;
  height: 2rem;
  margin-top: 0rem;
}
.page-content .container-fluid {
  height: fit-content; /* padding: 30px; */ /* background-image: linear-gradient(to right, #f6fdff 35%, transparent 100%), url(/Speaker_Pics/meeting.jpg); */ /* clip-path: polygon(0 0,100% 0,100% 85%,0 100%); */
  background-position: center center;
  background-size: cover !important;
  position: relative; /* margin-top: 100px; */
}
.container-fluid::before {
  /* clip-path: polygon(0 0,100% 0,100% 85%,0 100%); */
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0; /* background: rgba(0, 0, 0, 0.7) !important; */
}
.webinar-card .col-md-4 {
  display: block !important;
}
.pb-lg-4,
.py-lg-4 {
  padding-bottom: 1.5rem !important;
}
.col-md-7 {
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}
.text-semibold {
  text-align: center;
  margin-top: auto;
  position: relative;
  top: 10%;
  line-height: 1.2em;
  font-size: 2.3em;
  font-weight: bold;
  color: #fff;
  margin-top: auto;
  margin-bottom: 0rem !important;
}
.webinar-card {
  margin-top: 18px;
  margin-bottom: 40px; /* background: #f1f5ff; padding: 30px; */
  color: #f1f5ff;
  min-width: max-content;
  flex-grow: 1;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -ms-flex-preferred-size: 150px;
  flex-basis: 150px;
  width: auto; /* max-width: 150px; */
  height: auto;
  border-radius: 0;
  margin-bottom: 1rem !important;
}
.webinar-date-1 {
  margin-top: 8px;
  display: inline-block;
  vertical-align: middle;
  width: auto;
  text-transform: uppercase;
  line-height: 1;
  margin-left: 6rem;
}
.webinar-date-1 .day {
  display: table-cell;
  vertical-align: middle;
}
#reserve-button {
  background-color: #fff;
  border-color: #102d47;
  color: #102d47;
  box-shadow: 0 0 40px 40px #102d47 inset, 0 0 0 0 #102d47;
  transition: all 150ms ease-in-out;
}
#more-button {
  background-color: #3b7eb9;
  border-color: #102d47;
  color: #102d47;
  box-shadow: 0 0 40px 40px #102d47 inset, 0 0 0 0 #102d47;
  transition: all 150ms ease-in-out;
}
.col-md-4 h5 {
  padding-bottom: 30px;
}
.col-5 {
  border-bottom: 1px solid grey;
}
li {
  font-family: system-ui;
  font-size: 18px;
}
input {
  cursor: pointer;
} /* input{margin: 0; max-width: 100%; height: auto; font-family: inherit; font-size: inherit; line-height: inherit; color: #1b1b1b; vertical-align: middle; -webkit-appearance: none; -moz-appearance: none; appearance: none; border: .08em solid #4F4F4F;}*/
.section-title {
  font-weight: bolder;
  color: #333;
  text-align: justify;
  width: max-content;
  font-size: 2rem;
  margin: auto;
} /* .checkbox{display: grid; grid-template-columns: auto 1fr; gap: 1em;}input[type="checkbox"]{width: 1.25em; height: 1.25em; border-color: #254e58;}input[type="checkbox"]:checked{background-image: url("data:image/svg+xml,%3Csvg height='32' width='32' viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m11.4 21.5-5.93-5.93-2.01 2.01 7.94 7.94 17.1-17.1-2.01-2.01z' fill='%23fff'/%3E%3C/svg%3E"); background-size: 80% 80%; background-position: center; background-repeat: no-repeat; background-color: #254e58; border-color: #254e58;}*/
.container-fluid .row {
  color: #333;
  max-width: 1680px;
  margin: auto;
}
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  color: #ffffff !important;
  background: #f24d5d !important;
}
.nav-tabs {
  position: relative;
  border: none;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
  flex-wrap: wrap;
  padding-left: 10px !important;
  padding-right: 10px;
  margin-bottom: 0;
  list-style: none;
  list-style: outside none none;
  margin: 0;
  margin-bottom: 0px;
  padding-top: 1rem;
}
.nav-item {
  border-radius: 4px 0 0 4px;
  padding-right: 0%;
  position: relative;
  text-align: center;
  width: 25%;
  padding-right: 0%;
}
.nav-item a {
  border-radius: 4px 0 0 4px;
  color: #ffffff;
  position: relative;
  display: block;
  width: 100%;
  font-size: 18px;
  background: #f4fcff;
  color: #102d47;
  font-weight: 500 !important;
  line-height: 24px;
  cursor: pointer;
  float: left;
  padding: 12px 20px 10px;
  transition: all 500ms ease;
  border-radius: 0;
  border: none;
}
p {
  font-size: 17px;
  color: #333;
}
.tab-content li {
  font-size: 17px;
  color: #333;
}
.mb-3 {
  font-family: system-ui;
  text-align: left;
}
#carousel-webinars {
  background-image: url("https://triolearners.com/static/temp3/img/web-pic-main-1.png");
  margin-right: 10px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 23% !important;
  max-width: 25%;
  padding-top: 10px;
  padding-bottom: 10px;
}
.pt-5 h2 {
  margin: 15px 0 0 0;
  font-size: 25px;
  font-weight: 700;
  position: relative;
  padding-bottom: 15px;
  width: 100%;
  text-align: center;
  font-family: system-ui;
}
.pt-5 h2::before {
  content: "";
  position: absolute;
  display: block;
  width: 120px;
  height: 2px;
  background: #ddd;
  bottom: 2px;
  left: calc(50% - 60px);
}
.pt-5 h2:after {
  content: "";
  position: absolute;
  display: block;
  width: 40px;
  height: 3px;
  background: #254e58;
  bottom: 0;
  left: calc(50% - 20px);
}
.col-md-12 h2 {
  /* margin: 15px 0 0 0; */
  font-size: 2rem;
  font-weight: 700;
  position: relative;
  padding-bottom: 15px;
  margin: auto;
}
.upcoming-webinars {
  margin-bottom: 20px;
  margin-top: inherit;
}
.webinar-carousel .row {
  max-width: 85%;
  margin: auto;
} /* .col-md-12 h2:before{content: ''; position: absolute; display: block; width: 120px; height: 1px; background: #ddd; bottom: 1px; left: calc(50% - 60px);}.col-md-12 h2:after{content: ''; position: absolute; display: block; width: 40px; height: 3px; background: #254e58; bottom: 0; left: calc(50% - 20px);}*/
.col-lg-11 ::selection {
  background-color: #254e58;
}
.owl-carousel .owl-item img {
  height: 200px;
}
.moneyBackGuarantee .course-tip::before {
  background-position: -406px -332px;
}
ul.icon-list li {
  position: relative;
  margin-bottom: 12px;
  display: inline-block; /* width:49%; */
  min-height: 40px;
  margin-bottom: 0px;
  width: -moz-available;
  font-weight: bold;
  color: #3e3e3e;
  padding-left: 6px;
}
.skill ul#skill-covered li:before {
  background-position: -447px -130px;
  top: 4px;
}
.webinar-listing .section {
  max-width: 1620px !important;
  margin: auto;
}
.testimonial-item {
  box-shadow: 0px 0px 16px rgba(3, 59, 80, 0.2);
}
.nk-portfolio-text-box {
  padding: 10px;
}
.nk-portfolio-text-box p {
  font-weight: 500 !important;
  font-size: 18px;
}
.col-md-8 p {
  text-align: justify;
  font-weight: bold;
}
#bold a {
  padding: 10px;
}
#bold a .btn {
  margin-left: auto;
  margin-right: auto;
  display: block;
}
.ins_detail {
  float: right;
}
.ins_detail .far {
  padding-right: 4px;
  padding-left: 4px;
}
.web_time {
  margin-top: 10px;
}
.web_time .far {
  padding-right: 4px;
  padding-left: 4px;
} /* ul.icon-list li::before{content: ""; width: 22px; height: 22px; display: inline-block; background: url("https://www.simplilearn.com/ice9/assets/pg-page/pg-sprite.svgz") no-repeat; background-position-x: 0%; background-position-y: 0%; background-position: -129px -310px; position: absolute; left: 0; top: 2px;}*/
ul.icon-list li ul li::before {
  content: "";
  display: inline-block;
  transform: rotate(45deg);
  height: 0.1em;
  width: 0.1em;
  border-bottom: 0.15em solid;
  border-right: 0.15em solid;
  margin-right: 1em;
  margin-left: 1em;
  color: indianred;
}
.tab-content li::before {
  content: "";
  display: inline-block;
  transform: rotate(45deg);
  height: 0.8em;
  width: 0.43em;
  border-bottom: 0.15em solid;
  border-right: 0.15em solid;
  margin-right: 1em;
  margin-left: 1em;
  color: indianred;
}
.tab-content li {
  list-style-type: none;
  display: inline-block;
}
.tab-content {
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 30px;
  padding-right: 30px;
}
.tab-pane {
  color: #171717;
  padding-bottom: 10px;
}
.program-date h2 {
  margin-top: 0;
}
.dropdown-divider {
  border-top: 1px solid #9a8a86;
}
.dropdown-divider h4 {
  margin-top: 1.4rem;
  font-size: large;
  color: #171717;
  font-weight: 900 !important;
  padding-bottom: 10px;
}
.program-date a.program-title {
  font-size: 20px;
  font-weight: 500;
  color: #272c37;
  display: block;
  position: relative;
  line-height: 1.5;
  padding: 16px 0;
  padding-right: 40px;
}
.py-4 {
  margin-left: 60px;
  color: #999;
  font-weight: bold;
  max-width: 1450px;
  margin: auto;
}
.copyright {
  width: fit-content;
  margin: auto;
}
#webinar-listing {
  max-width: 1860px;
  margin: auto;
  padding: 50px;
} /* .program-date a.program-title::after{width:16px; height:16px; display:inline-block; content:""; background:url("https://www.simplilearn.com/ice9/assets/cohort-sprite.svgz") no-repeat; background-position:-100px -176px; position:absolute; top:0; bottom:0; right:16px; margin:auto}*/
.program-date .pro-head {
  background-color: #ebf1f8;
  margin-top: 0;
  line-height: 56px;
  padding-left: 15px;
  vertical-align: middle;
}
.program-date li.cohort-card {
  border-radius: 4px;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.1);
  border: solid 1px #e6ecef;
}
.program-date li.cohort-card p,
.program-date li.cohort-card span {
  margin: 0;
}
.program-date ul.next-cohort .pro-date {
  display: block;
}
.program-date .pro-date {
  background-color: #fff;
  display: none;
  border-radius: 4px;
}
.program-date .pro-date ul {
  padding: 16px 0;
  padding-bottom: 14px;
}
.program-date .pro-date li {
  padding-top: 0;
  display: inline-block;
  width: 100%;
  position: relative;
  padding-left: 48px;
}
.program-date .pro-date li p span {
  color: #272c37;
  margin-top: 16px;
  display: inline-block;
  line-height: normal;
  font-weight: 500;
}
.program-date .pro-date li p span:before {
  content: "";
  display: inline-block;
  transform: rotate(45deg);
  height: 0.8em;
  width: 0.43em;
  border-bottom: 0.15em solid;
  border-right: 0.15em solid;
  margin-right: 1em;
}
.program-date .pro-date li:nth-child(2):before {
  content: "";
  width: 1px;
  height: calc(100% + 30px);
  position: absolute;
  top: 2px;
  left: 26px;
  background: #e6ecef;
  display: inline-block;
}
.program-date .pro-date li p:nth-child(2) span:before {
  background-position: -29px -130px;
}
.program-date .pro-date li p:nth-child(3) span:before {
  background-position: -29px -161px;
}
.program-date .pro-date li span.pro-title {
  font-weight: 500;
  font-size: 20px;
  color: #272c37;
  position: relative;
}
.program-date .pro-date li span.pro-title::before {
  content: "1";
  display: inline-block;
  width: 18px;
  height: 18px;
  background: #e6ecef;
  border-radius: 50%;
  position: absolute;
  top: -1px;
  left: -30px;
  font-size: 12px;
  color: #6c7480;
  font-weight: 500;
  padding-left: 5px;
  padding-top: 2px;
}
.program-date .pro-date li:nth-child(3) {
  margin: 24px 0;
}
.program-date .pro-date li:nth-child(3) .pro-title::before {
  content: "2";
}
.program-date .pro-date li.enroll-btn {
  padding-left: 15px;
  padding-right: 15px;
}
.program-date .pro-date li.enroll-btn div.cohort-btn {
  border-top: 1px solid #e6ecef;
  padding-top: 14px;
}
.program-date .pro-date li.enroll-btn .btn {
  border: 1px solid #3b7eb9;
  width: 240px;
  line-height: 38px;
  max-width: 240px;
  background: #fff;
  color: #3b7eb9;
}
.program-date .pro-date .ApplyNowCohort {
  border-top: 1px solid #e6ecef;
}
.program-date .pro-date .ApplyNowCohort a {
  max-width: 240px;
  line-height: 40px;
  margin-top: 0;
}
.program-date li.active .pro-date {
  display: block;
}
.program-date li.active a.program-title::after {
  background-position: -100px -134px;
}
.program-date .pro-date-panel h3 {
  font-size: 14px;
  font-weight: 500;
  color: #51565e;
  margin-top: 40px;
  display: inline-block;
  margin-bottom: 16px;
}
.program-date .pro-date-panel .course-popup h3 {
  width: 100%;
  margin: 0;
  color: #272c37;
}
.program-date .pro-date-panel .course-popup p.sub-text {
  margin-left: 15px;
  margin-right: 15px;
  margin-top: 16px;
}
.program-date .pro-date-panel .course-popup .eu-privacy-text a {
  padding: 0;
  margin: 0;
  line-height: normal;
  height: auto;
}
.program-date .pro-date-panel .white-btn {
  margin-top: 0;
}
.program-date .other-title {
  font-weight: 500;
  margin-bottom: 16px;
  margin-top: 40px;
}
.program-date .next-cohort {
  margin-bottom: 0px;
}
.program-date .next-cohort li.enroll-btn .btn {
  background: #3b7eb9;
  color: #fff;
}
.program-date .next-cohort a.program-title {
  padding-right: 126px;
  pointer-events: none;
}
.program-date .next-cohort a.program-title:after {
  background-position: 0 0;
  background-position: -66px -71px;
  width: 127px;
  height: 34px;
  right: -13px;
}
.program-date .next-cohort + .baj-msg {
  margin-top: 32px;
}
.program-date .prog-info::after {
  content: "";
  display: inline-block;
  height: 1px;
  background: #e6ecef;
  position: absolute;
  right: 15px;
  bottom: 0;
  left: 15px;
}
.pro-date ul li p {
  display: inline-block;
  padding: 0 15px;
  padding-bottom: 0px;
  padding-left: 15px;
  position: relative;
  margin-bottom: 20px;
  padding-bottom: 14px;
}
.program-date .pro-date .prog-info {
  display: inline-block;
  padding: 0 15px;
  position: relative;
  margin-bottom: 20px;
  padding-bottom: 14px;
  margin-left: 15rem;
}
.program-date .prog-info {
  padding-bottom: 14px;
}
.program-date .prog-info::after {
  content: "";
  display: inline-block;
  height: 1px;
  background: #e6ecef;
  position: absolute;
  right: 15px;
  bottom: 0;
  left: 15px;
}
.s123-module-events .quantity-btn {
  color: #000;
}
.btn-link {
  border: 0 !important;
}
#key-features p {
  text-align: justify;
}
.instructor-name {
  font-size: 22px;
  display: block;
  color: #fff;
  font-weight: bold !important;
  padding: 20px;
}
.speaker_bio p {
  padding-left: 10rem;
  padding-right: 3rem;
  padding-top: 10px;
  font-weight: bold;
  text-align: justify;
  color: #fff !important;
}
/* input[type="checkbox"] {
  display: block;
position: relative;
padding-left: 35px;
margin-bottom: 20px;
font: 15px/20px 'Open Sans', Arial, sans-serif;
  font-weight: normal;
  font-size: 15px;
cursor: pointer;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
font-weight: 700;
}
input[type="checkbox"]:before {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  border: 2px solid #254e58;
  position: absolute;
  left: 0;
  top: 0;
  opacity: .8;
  -webkit-transition: all .12s, border-color .08s;
  transition: all .12s, border-color .08s;
}
input[type="checkbox"]:after {
  transform: rotate(45deg);
  width: 20px;
  margin: -5px 7px 0 8px;
  border-color: #24c78e;
  border-width: 4px;
  border-top-color: transparent;
  border-left-color: transparent;
  border-radius: 0;
}
input[type="checkbox"]:checked:before {
  border: 3px solid #183d46;
  border-top-color: rgb(24, 61, 70);
  border-left-color: rgb(24, 61, 70);
  content: '';
display: block;
width: 20px;
height: 20px;
border: 2px solid #254e58;
position: absolute;
left: 0;
top: 0;
opacity: .8;
-webkit-transition: all .12s, border-color .08s;
transition: all .12s, border-color .08s;
}
input[type="checkbox"]:checked:after {
  width: 100%;
  border-radius: 8px;
} */
/* .group_check:checked {
  transform: rotate(45deg);
  width: 20px;
  margin: -5px 7px 0 8px;
  color: #102d47;
  background-color: #102d47;
  border-color: #102d47;
  border-width: 4px;
  border-top-color: transparent;
  border-left-color: transparent;
  border-radius: 0;
} */
.group_check {
  display: flex;
  margin: auto;
  width: 20px;
  height: 20px;
  cursor: pointer;
}
#key-features p {
  font-size: 18px;
}
#reserve-button:hover {
  background-color: #333333ba;
  color: #fff !important;
}
.instructor_bio > p {
  text-align: justify;
}
.instructor_bio ul {
  text-align: justify;
}
.owl-carousel .owl-stage-outer {
  position: inherit;
}
.no-js .owl-carousel,
.owl-carousel.owl-loaded {
  display: block;
}
.row p {
  color: #333;
  margin: 0px;
  padding: 5px;
  font-weight: 600;
}
.col-md-3 {
  font-size: 1rem;
  display: block;
  vertical-align: middle; /* margin: auto; */
  margin-right: -18px;
  flex: 0 0 27%;
  max-width: 27%;
}
.webinar-date-1 {
  display: contents;
  vertical-align: middle;
  position: absolute;
  font-size: 1rem;
  font-weight: 500;
  padding: 21px 5px 0 0; /* margin-left: 2rem !important; */
  color: #fff;
}
.date__wrap {
  display: table-cell;
  vertical-align: middle;
  padding-left: 10rem;
  color: #fff;
  padding-top: 1rem;
}
.month {
  display: inline-block;
  font-size: 1.3em;
  margin-left: 10px;
}
.year {
  display: table;
  font-size: 1.3rem;
  margin-left: 10px;
}
.divider {
  border-left: 3px solid #fff;
  height: 100px;
}
.col-md-5 {
  border: 0;
  display: inline-block;
  font-weight: 500;
  margin-left: 0rem;
  font-size: 23px;
  color: #333;
  padding-top: 11px;
  padding-top: 17px;
  height: 100px;
  text-align: center;
}
.webinar-card .col-md-4 {
  border: 0;
  display: contents;
  font-weight: 500;
  margin-left: 0rem;
  font-size: 21px;
  color: #fff;
  padding-top: 11px;
  padding-top: 17px;
  height: 100px;
  text-align: center;
}
.start-time {
  display: contents;
  text-align: center;
}
.time-duration {
  display: inline-block;
  width: inherit;
  text-align: center;
  padding-top: 10px;
  margin-left: auto !important;
  margin-right: auto;
}
.col-md-5 i {
  margin-left: -90px;
}
#countdown {
  padding-left: 6rem;
  margin-top: -12px;
}
#countdown-list {
  margin-left: -70px;
  text-align: center;
}
#countdown-list .col {
  color: #fff;
  font-weight: bold;
  font-size: larger;
}
#countdown-list .col p {
  font-size: 2.3rem;
  margin-bottom: 0px;
  margin-top: 0px;
  color: #fff;
}
.partners-main {
  padding: 9px 0;
  margin: auto;
  width: auto; /* box-shadow: 0px 0px 10px rgba(17,121,239,0.1); */ /* border: 1px solid #E9F2FF; */
  border-radius: 4px;
  display: block;
  padding: 5px;
  text-align: center;
  border-radius: 4px; /* box-shadow: 0 2px 8px 0 rgba(0,0,0,0.1); */ /* border: solid 1px #dde3e7; */
  position: relative;
  display: block ruby;
  margin-top: 0px;
  padding-top: 12px; /* background: aliceblue; */
  padding-bottom: 23px;
}
.btn-reserve {
  text-align: center;
  display: contents;
  padding-left: 0px;
  padding-right: 0px;
  max-width: inherit;
  margin: auto;
} /* #email-reminder{padding-top: 15px; padding-bottom: 10px; margin-top: -20px; padding-left: 6rem; padding-right: 6rem; color: #102d47; box-shadow: none; text-align: center; font-size: 18px; text-decoration: none; border-left: 3px solid indianred; border-right: 3px solid indianred; border-bottom: 3px solid indianred; border-top: 3px solid indianred; background: #fff;}#email-reminder:hover{background: indianred !important; color: #fff !important;}*/ /* #download-brochure{padding-top: 15px; padding-bottom: 10px; margin-top: -20px; padding-left: 6rem; padding-right: 6rem; color: #102d47; box-shadow: none; text-align: center; font-size: 18px; text-decoration: none; border-bottom: 3px solid indianred; border-left: 3px solid indianred; border-top: 3px solid indianred; margin-right: -3px; background: #fff;}#download-brochurehover{background: #1179EF; color: #fff;}/* #request-callback{padding-top: 14px; padding-bottom: 10px; margin-top: -20px; padding-left: 6rem; padding-right: 4.4rem; color: #102d47; border-bottom: 3px solid indianred; border-right: 3px solid indianred; border-top: 3px solid indianred; box-shadow: none; text-align: center; font-size: 18px; margin-left: -4px; text-decoration: none; background: #fff;}#request-callback:hover{background: indianred !important; color: #fff !important;}*/
#download-brochure:hover {
  background: #102d47 !important;
  color: #fff !important;
}
#email-reminder:hover {
  background: #fff !important;
  color: #102d47 !important;
}
.col-lg-14 {
  font-size: 18px;
  line-height: 30px;
  color: #fff;
  background-color: #3b7eb9;
  padding-top: 8px;
  padding-bottom: 8px;
  margin-top: 60px;
}
.col-lg-1 img {
  width: 100%;
  height: 100%;
  background: white;
}
.col-lg-11 {
  float: right;
  margin-top: -76px;
}
.overview-content {
  display: flex;
  margin-top: 40px;
  margin-right: auto;
  max-width: 1680px;
  width: auto;
  margin: auto;
  margin-top: 1rem;
}
.overview-point {
  font-weight: bolder;
  color: #fff;
  text-align: justify;
  width: max-content;
  font-size: 2rem;
  margin-top: 1rem !important; /* margin: auto; */
}
.overview .col-md-8 {
  padding-left: 0px;
  max-width: fit-content;
  display: initial;
}
.box p {
  color: #b3b3b3;
}
#overview {
  font-weight: bolder;
  color: #333;
  text-align: justify;
  width: max-content;
  font-size: 2.3rem;
  width: max-content;
  border-bottom: 3px solid #3b7eb9;
  margin-bottom: 1rem;
  margin-left: 1.5rem;
  margin: auto;
}
.overview-point .col-md-8 {
  padding-left: 0px;
  max-width: max-content;
}
.product-details {
  position: relative;
  right: 0;
  padding-left: 0px;
  padding-right: 0px;
  margin-right: 4rem;
  padding-right: 10px;
}
.product-details .box {
  margin-top: -21rem;
  background: white;
  border: 3px solid #254e586e;
  padding: 14px;
  box-shadow: 0 5px 30px rgba(0, 0, 0, 0.1);
  width: inherit;
  height: fit-content; /* margin-left: 10px; */
}
.price-box {
  position: relative;
}
.col-12 .row {
  padding-top: 3px;
}
.event-price-title {
  margin-bottom: 10px;
}
.event-price-title span {
  font-size: 16px;
  font-weight: 500 !important;
  color: #3e3e3e;
}
.dropdown-item span {
  padding-left: 125px;
  color: #000;
  font-weight: 500;
  font-size: 20px;
  display: inline;
}
.row .col-3 {
  font-size: 17px;
  font-weight: bold;
  color: #3e3e3e;
}
#dropdownMenuLink {
  display: inline-block;
}
#dropdownMenuLink p {
  color: #fff;
  padding-top: 3px;
  font-size: 12px;
  font-weight: 600;
  background: #102d47;
  cursor: pointer;
}
.price-row {
  border-bottom: 1px solid #e6ecef;
  overflow: auto;
}
.priceHeader {
  font-size: 18px !important;
  font-weight: 500 !important;
}
.total_checkbox {
  padding-top: 10px;
}
.price-row .col-6 p {
  font-size: 12px;
  text-align: initial;
}
.input-group-addon {
  color: #000;
  font-weight: 600;
  font-size: 24px;
  margin-top: 2px;
}
#total {
  font-weight: 600;
  border: 0px;
  background-color: transparent !important;
  padding: 0px;
  font-size: 25px;
}
.input-group {
  display: block;
  background-color: transparent;
  width: 72%;
  float: left;
  font-size: 25px;
} /* .row .col-md-4{text-align: right;}*/
.enroll-btn {
  background-color: #f0ad4e;
  margin-bottom: 10px;
  border: 0;
}
.enroll-right {
  /* margin-left: -2rem !important; */
  float: right !important;
}
.speaker-section {
  background-blend-mode: overlay;
  background: url("/static/images/speaker-info-bg.jpg"), linear-gradient(150deg, #0000008f 0%, rgba(0, 0, 0, 0.7) 100%) !important;
  background-position: center !important;
  background-size: cover !important;
  height: auto;
  margin-top: 3rem;
}
.speaker-profile {
  text-align: center;
  font-size: 25px;
  padding: 30px;
  padding: 10px;
  margin: auto;
}
#bold {
  display: block;
  padding: 15px;
  border: 1px solid #3b7eb9;
}
.speaker_bio {
  text-align: center;
}
.speaker_bio img {
  margin-top: 1rem;
  border-radius: 6px;
  width: 100px;
  height: 100px;
  margin: auto;
}
.speaker_bio p {
  text-align: justify;
}
.btn-theme {
  background-color: #3b7eb9 !important;
  border-color: #3b7eb9 !important;
  color: white; /* margin-left: -6.5rem; */
}
.btn-theme:hover {
  color: #3b7eb9 !important;
  background: #fff !important;
  border: 1px solid #3b73b9 !important;
}
.row .col-lg-12 {
  width: 100%;
  padding: 12px;
}
.upcoming_webinars {
  text-align: center;
  font-size: 32px;
  margin-bottom: 40px;
}
.webinar-block-two {
  max-width: inherit;
  height: auto;
}
.inner-box {
  padding-bottom: 10px;
  background: #fff !important;
  height: 400px;
}
.more-webinars {
  margin-right: auto;
  display: block;
  margin-left: auto !important;
  margin-top: 20px;
}
.i_image {
  width: 100%;
  height: 14rem;
}
.lower-content {
  margin: -24px 10px 0 10px;
  background: #fff;
  position: relative;
  border-radius: 6px;
  padding: 24px 10px 24px 10px;
}
.clearfix {
  margin-top: 20px;
}
a {
  color: #333;
} /* .event-price-total .row .col-md-4{margin-top: 40px; margin-bottom: -24px;}*/ /* .event-price-total .row .col-md-8{margin-top: 40px;}*/
.clearfix {
  margin-top: 20px;
}
.clearfix .col-11 {
  max-width: max-content !important;
}
#enroll-btn {
  border-radius: 0px;
  width: 8rem;
  height: 2.5rem;
}
@media screen and (min-width: 768px) and (max-width: 900px) {
  /* .col-12{display: contents;}*/
  .fa-phone-square-alt {
      width: max-content;
  }
  .fa-envelope {
      width: max-content;
  }
  .webinar-card .col-md-4 {
      display: block;
  }
  .overview .col-md-8 {
      max-width: 88%;
  }
  .col-12 {
      display: grid;
  }
  .event-price-total {
      width: fit-content;
  }
  .priceHeader {
      width: 21rem;
  }
  .overview {
      padding-left: 0rem !important;
      margin-right: 0px;
      padding-right: 0px;
  }
  .box p {
      display: none;
  }
  .partners-main {
      display: none;
  }
}
@media screen and (max-width: 767px) {
  .webinar_detail {
      width: auto;
      margin-left: auto;
      margin-right: auto;
  }
  .enroll-right {
      margin-top: 1rem;
  }
  .speaker_bio p {
      text-align: justify;
      padding-right: 1rem;
  }
  .time-duration {
      /* margin-left: -6.3rem !important; */
  } /* .webinar-content .col-md-8 .row{width: fit-content;}*/
  .nav-item {
      display: contents;
  }
  .webinar-content {
      margin-left: 0px;
  }
  .mobile-nav-toggle {
      position: fixed;
  }
  .topbar {
      max-width: inherit; /* width: 400px; */
  }
  #header {
      max-width: inherit; /* width: 400px; */
  }
  .page-wrapper {
      max-width: inherit;
      margin-top: 4rem;
  }
  .partners-main {
      max-width: inherit; /* width: 400px; */
  }
  .overview-content {
      max-width: inherit; /* width: 400px; */
  }
  footer .content {
      max-width: inherit; /* width: 400px; */
  }
  .speaker-section {
      max-width: fit-content; /* width: 400px; */
  }
  .webinar-listing {
      max-width: inherit; /* width: 400px; */
  }
  .news-letter {
      max-width: inherit; /* width: 400px; */
  }
  .product-details {
      padding-left: 0px;
      margin-right: 4rem;
      padding-right: 10px;
      position: inherit;
  }
  .product-details .box {
      padding: 20px;
      margin-top: 1rem;
      width: fit-content;
  }
  .year {
      margin-left: 5rem !important;
  }
  .start-time {
      margin-left: auto !important;
      margin-right: auto !important;
  }
  .webinar-card .col-md-3 {
      display: contents;
  }
  .webinar-sch {
      margin-left: auto;
      margin-right: auto;
  }
  .col-5 h1 {
      margin: auto;
  }
  .col-md-3 {
      margin-left: 0.5rem;
  }
  .text-semibold {
      text-align: center;
  }
  .webinar-card .col-md-4 {
      display: contents !important;
  }
  .webinar-card {
      min-width: fit-content;
      margin-top: 3rem !important;
  }
  #recorded_session {
      margin-left: 1rem;
  }
  .webinar-date-1 {
      margin-left: 0rem !important;
  }
  .col-lg-4 {
      width: 18rem;
      margin: auto;
  }
  #download-brochure {
      margin-top: 1rem !important;
      line-height: 38px;
      border-radius: 2px;
      font-size: 14px;
      font-weight: 500 !important;
      color: #333;
      text-align: center;
      background: #fff;
      max-width: 246px;
      display: block;
      width: 111%;
      margin-left: 3rem;
      margin-right: auto;
      text-transform: uppercase;
  }
  #email-reminder {
      display: none !important;
      width: 21rem;
      margin: auto;
  }
  #request-callback {
      display: none !important;
      width: 21rem;
      margin: auto;
      margin-top: 1rem !important;
  }
}
@media screen and (min-width: 901px) and (max-width: 1200px) {
  .webinar-card .col-md-4 {
      display: block;
      margin-right: 0px;
  }
  .product-details {
      margin-right: 0px;
      position: absolute;
  }
}
@media screen and (min-width: 1320px) and (max-width: 1600px) {
  .nav-item .why_should {
      font-size: 15px;
  }
}
@media screen and (min-width: 780px) and (max-width: 1200px) {
  .product-details {
      margin-right: 2rem;
      position: relative;
  }
  .product-details {
      margin-right: 2rem;
      margin-top: 21rem;
  }
}
