.enroll-price-txt {
  position: absolute;
  bottom: -15px;
  width: 100%;
  padding-right: 26px;
}

.enroll-price-txt input {
  font-weight: 700;
  border: 0px;
  background-color: transparent !important;
  padding: 0px;
  font-size: 20px;
  color: #17363e;
  outline: none !important;
  text-align: right;
}

#participants_dropdown a.dropdown-item {
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
}

#participants_dropdown a.dropdown-item span {
  font-size: 14px !important;
  font-weight: 600 !important;
  padding-left: 60px !important;
  cursor: pointer;
}

.price h3 {
  color: #254e58 !important;
  font-size: 20px !important;
}

.price .section-title h3:before,
.price .section-title h3:after {
  background: #254e58 !important;
}

input[type="checkbox"]+label:before {
  border: 3px solid #183d46;
}

p.info,
p.info a {
  color: #254e58;
}

.col-lg-9.detail-block {
  background: transparent;
  color: #254e58 !important;
}

.col-lg-9.detail-block a button {
  color: #f9f9f9 !important;
  background: #20424a !important;
}

#page-title {
  margin-top: 40px !important;
  padding-top: -20px !important;
  width: 100%;
  top: 0;
  position: sticky;
  z-index: 10;
}

.section-title {
  margin: auto;
  padding-top: 20px;
  padding-bottom: 20px;
}

.section-title p {
  font-size: 24px;
}

.detail-block {
  background-image: linear-gradient(to right, #3a939b, #36858f, #327882, #2e6b76, #2a5e69, #2a5e69, #2a5e69, #2a5e69, #2e6b76, #327882, #36858f, #3a939b);
}

#myTab {
  border-bottom: solid #254e58;
  border-width: thin !important;
  text-align: center;
  padding-top: 25px;
}

#content {
  align-content: center;
  padding: 15px 15px 15px 15px;
}

#tab1 {
  color: #171717;
  padding-bottom: 10px;
}

.tab-pane {
  color: #2E2E2E;
  margin-bottom: 40px;
}

#speaker-profile h3 {
  color: #fff;
  padding: 15px;
  text-align: center;
  font-size: medium;
  font-weight: 900;
  background-color: #254e58;
}

#speaker-profile img {
  height: 100px;
  border: 10px solid transparent;
  margin: auto;
  display: block;
  border: 5px solid #555;
}

.nav-tabs .nav-link:hover {
  background-color: rgb(245, 245, 245);
  border-color: #454545;
}

.nav-tabs .nav-link.active {
  background-color: #20424a !important;
  border-color: #20424a;
  color: #f4f5f4 !important;
}

.section {
  background-attachment: fixed;
  background-size: cover;
  display: inline;
  align-items: center;
  justify-content: center;
  height: 100vh;
}

.section .container {
  width: fit-content;
  height: fit-content;
  box-shadow: 0 0 1rem 0 rgba(0, 0, 0, .2);
  border-radius: 5px;
  position: relative;
  z-index: 1;
  background: inherit;
  overflow: hidden;
}

.section .container:before {
  content: "";
  position: absolute;
  background: inherit;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  box-shadow: inset 0 0 3000px rgba(255, 255, 255, .5);
  filter: blur(36px);
  margin: -20px;
}

#speaker-profile {
  background: url(https://247compliance.com/Speaker_Pics/background-speaker.jpg) no-repeat;
  background-attachment: fixed;
  background-size: cover;
  display: inline;
  align-items: center;
  justify-content: center;
  height: auto;
  margin-top: 40px;
}

#speaker-profile .tabcontent-detail {
  width: fit-content;
  height: fit-content;
  box-shadow: 0 0 1rem 0 rgba(0, 0, 0, .2);
  border-radius: 5px;
  position: relative;
  z-index: 1;
  background: inherit;
  overflow: hidden;
}

#speaker-profile .tabcontent-detail:before {
  content: "";
  position: absolute;
  background: inherit;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  box-shadow: inset 0 0 3000px rgba(255, 255, 255, .5);
  margin: -20px;
  filter: blur(36px);
}

.webinar-tab-detail p {
  font-size: 16px;
}

.webinar-tab-detail ul {
  font-size: 16px color: #2E2E2E;
}

input[type="checkbox"]+label {
  font-size: 16px
}

#countdown li {
  display: inline-block;
  font-size: 16px;
  list-style-type: none;
  padding: 0.85rem;
  text-transform: uppercase;
}

#countdown li span {
  display: block;
  font-size: 36px;
}

.webinar-tab-detail p {
  font-size: 16px;
  color: #2E2E2E text-align: left;
}

@media only screen and (max-width: 600px) {
  #speaker-profile h3 {
    font-size: 15px;
  }

  .section-title p {
    font-size: 18px;
    margin: 0 !important;
    padding-top: 10px;
  }

  section#page-title {
    position: sticky;
  }

  .waves-ripple button {
    font-size: 10px !important;
  }

  .webinar-tab-detail ul {
    font-size: 13px !important;
  }

  #tab1 h4 {
    font-size: 13px !important;
  }

  #tab2 h4 {
    font-size: 13px !important;
  }

  #tab3 h4 {
    font-size: 13px !important;
  }

  #tab4 h4 {
    font-size: 13px !important;
  }

  #tab5 h4 {
    font-size: 13px !important;
  }

  .webinar-tab-detail p {
    font-size: 13px;
  }

  .nav-link {
    font-size: 12px !important;
  }

  .section-title h3 {
    font-size: 20px;
  }

  .col-lg-11 p {
    font-size: 13px !important;
  }

  section#webinar-tab-detail .col-lg-1 img {
    margin-left: 25%;
  }

  input[type="checkbox"]+label {
    font-size: 13px;
  }

  .price h3 {
    font-size: 18px !important;
  }

  #countdown li span {
    font-size: 20px;
  }

  .detail-block a button {
    width: 80%;
  }

  #speaker-img {
    margin-left: 70px !important;
  }

  #figcaption {
    padding: 20px 0 0px 0px;
    font-size: 14px !important;
    width: 100%;
    margin-left: 0px !important;
  }

  .section-title {
    padding-top: 0px;
  }

  .section-title p {
    font-size: 18px;
    margin-top: -10px;
  }

  .detail-block a button {
    font-size: 12px;
  }

  section#webinar-info,
  section#webinar-price {
    padding-top: 0;
  }

  .detail-button {
    width: 100% !important;
  }

  .col-6 {
    width: 100% !important;
    font-size: 14px !important;
  }

  #countdown {
    width: 100% !important;
    margin-left: 0 !important;
    margin-top: 0 !important;
    margin-left: 0;
  }

  #duration {
    width: 100% !important;
  }

  /* .container img {
  margin-left: 110px;
  } */

  #countdown-list {
    display: flex;
  }

  #countdown-p {
    display: none;
  }

  #buttons {
    margin-left: 0 !important;
    padding: 0 !important;
  }

  .details-buttons {
    width: 120% !important;
    margin-top: 0 !important;
    margin-left: 0;
  }

  .enroll-price-txt {
    display: block;
  }

  .col-lg-1 {
    margin-left: -15%;
  }

  #submit-button {
    width: 93%;
    margin-top: 0 !important;
  }
}

@media only screen and (min-width: 1080px) and (max-width: 1440px) {
  #speaker-img {
    height: 70px !important;
  }

  .section-title {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .col-6 {
    font-size: 13px !important;
  }

  .section-title p {
    font-size: 18px !important;
  }

  #figcaption {
    font-size: 13px !important;
  }

  #buttons {
    padding: 35px 5px !important;
  }

  #countdown li span {
    font-size: 24px !important;
  }

  .col-lg-1 img {
    background-color: #fff;
    width: 100%;
    margin-top: 15px;
    align-content: center;
  }

  #countdown {
    margin-top: -45% !important;
  }

  #countdown li {
    font-size: 13px;
  }

  .price h3 {
    font-size: 15px !important;
  }

  input[type="checkbox"]+label {
    font-size: 13px;
  }

  .col-lg-11 p {
    font-size: 13px !important;
  }

  .section-title h3 {
    font-size: 20px;

  }

  .webinar-tab-detail p {
    font-size: 13px;
  }

  .webinar-tab-detail ul {
    font-size: 13px;
  }

  .section .container ul li a {
    font-size: 13px !important;
  }

  #tab1 {
    font-size: 13px !important;
  }

  #tab2 {
    font-size: 13px !important;
  }

  #tab3 {
    font-size: 13px !important;
  }

  #tab4 {
    font-size: 13px !important;
  }

  #tab5 {
    font-size: 13px !important;
  }

  .col-6 {
    margin-top: 5% !important;
  }

  .waves-ripple button {
    font-size: small !important;
  }

  #tab1 h4 {
    font-size: 15px !important;
  }

  #tab2 h4 {
    font-size: 15px !important;
  }

  #tab3 h4 {
    font-size: 15px !important;
  }

  #tab4 h4 {
    font-size: 15px !important;
  }

  #tab5 h4 {
    font-size: 15px !important;
  }

  #countdown-list {
    margin-top: 20px;
  }

  .detail-block a button {
    font-size: 12px !important;
  }
}