@import url('https://fonts.googleapis.com/css2?family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&family=Nunito:ital,wght@0,200..1000;1,200..1000&family=Source+Sans+3:ital,wght@0,200..900;1,200..900&display=swap');



* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

h1 {
  font-size: calc(65% + 1vw + .5vh);

}

h2 {
  font-size: calc(60% + .5vw + .5vh);
}

h3 {
  font-size: 1.5rem;
  font-weight: 600;


}

h4 {
  /* font-size: calc(30% + .4vw + 1vh); */
  font-size: calc(12px + 0.4vw);

}

h5 {
  font-size: calc(40% + .5vw + .5vh);
}

h6 {
  font-size: calc(40% + .5vw + .5vh);
}

:root {
  /* background-color  */
  --bg-primary-color: #f7f9fb;
  --bg-secondary-color: #3b5799;
  --accent: #f4f6f9;
  --bg-dark: #010c1f;
  --bg-white: #FBFBFE;

  /* Text style  */
  --primary-font: "Libre Baskerville", serif;
  --secondary-font: "Source Sans 3", serif;
  ;
  --tertiary-font: "Nunito", serif;
  --text-black: #050315;
  --text-white: #fff;
  --text-gray: #666;
  --text-light: #ddd;
}

body {
  font-family: var(--tertiary-font);
  /* background-color: #f1f1f1; */
}

.bg-primary,
.text-primary {
  background-color: var(--bg-primary-color) !important;

}

.bg-secondary,
.text-secondary {
  background-color: var(--bg-secondary-color) !important;
  color: #fff;
}




.container-fluid {
  width: 90%;
  height: auto;
}

.wrapper {
  padding: 2rem 0;
}

a {
  text-decoration: none;
  cursor: pointer;
  color: var(--text-black);
}

p {
  line-height: 1.1;
  margin-bottom: 0;
  /* font-size: calc(20% + .4vw + 1vh); */
  font-size: calc(10px + 0.4vw);
  ;
}


i {
  color: var(--bg-dark);

}

.btn {
  text-wrap: nowrap !important;
}





/* CSS */
.main-btn {
  background: var(--bg-dark);
  border: 1px solid var(--bg-dark);
  border-radius: 6px;
  box-shadow: rgba(0, 0, 0, 0.1) 1px 2px 4px;
  box-sizing: border-box;
  color: #FFFFFF;
  cursor: pointer;
  display: inline-block;
  font-family: var(--secondary-font);
  font-size: 16px;
  font-weight: 800;
  line-height: 16px;

  outline: 0;
  padding: 8px 10px;
  text-align: center;
  text-rendering: geometricprecision;
  text-transform: none;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  vertical-align: middle;
}

.main-btn:hover,
.main-btn:active {
  border: 1px solid var(--bg-dark);
  background-color: #fff;
  background-position: 0 0;
  color: var(--bg-dark);
}

.main-btn:active {
  opacity: .5;
}


.nav-social {

  form {
    display: inline-block;
    position: relative;
    width: auto;
    background: var(--accent);
    border-radius: 5px;
    height: 30px;
    width: 200px;
    margin-right: 10px;
  }

  input,
  button {
    height: 30px;
    border: 0;
    color: var(--bg-primary-color);
    font-size: 1rem;
  }

  input[type="search"] {
    outline: 0;
    width: 100%;
    background: var(--accent);
    color: #000 !important;
    padding: 0 1rem;
    border-radius: 5px;
    appearance: none;
    transition: all 0.3s cubic-bezier(0, 0, 0.43, 1.49);
    transition-property: width, border-radius;
    z-index: 1;
    position: relative;
  }

  button {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    width: 2rem;
    font-weight: bold;
    background: var(--bg-secondary-color);
    border-radius: 0 5px 5px 0;
  }

  input:not(:placeholder-shown) {
    border-radius: 5px 0 0 5px;
    width: calc(100% - 2rem);

    +button {
      display: block;
    }
  }




}

.logo-img {
  width: 100px;
  height: auto;
}


.navbar-brand {
  padding-top: 0;
  padding-bottom: 0;

  h4 {
    font-family: var(--primary-font);

  }

}


.navbar .nav-item {

  transition: all 0.3s ease-in-out;

  .nav-link {
    font-weight: 600;
    border-radius: 15px;
    padding: 4px 12px;
  }
}

@media (max-width: 991px) {
  .navbar .nav-item {

    transition: all 0.3s ease-in-out;

    .nav-link {
      font-weight: 600;
      padding: 10px 8px;
    }
  }
}

.navbar .nav-item .nav-link.active {
  background-color: var(--bg-secondary-color);
  color: #fff!important;
}

.navbar .nav-item:hover .nav-link {
  background-color: var(--bg-secondary-color);
  color: #fff!important;
}

.navbar .nav-item .dropdown-item:hover .nav-link {
  background-color: var(--bg-secondary-color);
  color: #fff !important;
  transition: all 0.3s ease-in-out;
}




/* carousel section  */
.carousel .carousel-item {
  img {
    object-fit: cover;
    object-position: center;
  }
}

.carousel-item:before {
  content: '';
  display: block;
  position: absolute;
  background-image:
    linear-gradient(to bottom,
      rgba(94, 94, 94, 0.308),
      rgba(65, 65, 65, 0.308));
  width: 100%;
  top: 0;
  height: 100%;
}

/* carousel section end */

/* webinar cards section  */
.webinar {
  .section-header {
    display: flex;
    justify-content: space-between;
    margin: 0 15px;

    h1 {
      position: relative;
      font-family: var(--primary-font);
      &::after {
        content: "";
        display: block;
        width: 100px;
        /* Adjust the width of the line */
        height: 4px;
        /* Thickness of the line */
        background-color: var(--bg-dark);
        margin-top: 5px;
        position: absolute;
        left: 0;
        bottom: -6px;
        /* Adjusts spacing */
      }
    }

    h4 {
      margin: auto 0;
      font-family: var(--tertiary-font);
      font-size: 16px;
    }

  }


  .webinar-card {
    height: 100%;
    border-radius:  8px;
    
    box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;

    .card-header-strip {
      display: flex;
      justify-content: space-between;
      padding: 4px 10px;

      span {
        font-size: 16px;
        font-weight: 600;
        color: #3d3d3d;
      }


      i {
        color: var(--bg-dark);
        margin-right: 5px;
      }


    }

    .webinar-title {
      min-height: 100px;
      position: relative;
      padding: 20px 15px;
      background-color: var(--bg-primary-color);

      h4 {
        font-weight: 700;

        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
      }

      .strip {
        width: 45%;
        height: 2px;
        position: absolute;
        background-color: var(--bg-secondary-color);
        border-radius: 0 10px 0 0;
        left: 0;
        bottom: 0;
      }
    }


    .card-middle-strip {
      display: flex;
      justify-content: space-between;
      /* border-bottom: 2px solid var(--bg-dark); */
      border-radius: 10px 0 10px 0;
      padding: 10px 10px;
      position: relative;

      .strip {
        width: 45%;
        height: 2px;
        position: absolute;
        background-color: var(--bg-secondary-color);
        border-radius: 0 10px 0 0;
        right: 0;
        bottom: 0;
      }
    }

    .speaker-info-div {
      /*padding: 10px;*/
      border-bottom: 1px solid #a2b5bd;

      .speaker-image {
        display: inline-block;
        padding: 2px;
        width: 60px;
        height: 60px;
        background-color: var(--text-light);
        border-radius: 50%;

        img {
          object-fit: cover;
          border-radius: 50%;
          width: 100%;
          height: 100%;

        }
      }

      .speaker-name {
        margin-left: 10px;
        font-weight: 600;
      }
    }

    .cta {
      display: flex;
      justify-content: space-between;
      padding: 15px 10px;


      span,
      a {
        margin: auto 0;
        font-weight: 600;
      }

    }
  }
}

@keyframes blink {
  0% {
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

#recorded-webinars {
  i {
    color: var(--bg-primary-color);
    animation: none;
  }
}

/* webinar cards section end */

/* .subscribe-section-parallex  */

.subscribe-section-parallex {
  background: #000;
  background: linear-gradient(rgba(0, 0, 0, 0.8), rgba(18, 27, 37, 0.6)), url(../../images/bg-1.jpg);
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;

  fieldset {
    margin: auto;
    text-align: center;

    label {
      display: inline-block;
      margin-top: 10px;
      padding: 5px 10px;
      font-size: 15px;
      font-weight: 600;
      /* width: auto; */
      color: #fff;
      text-transform: uppercase;
      text-align: start !important;
    }


    input,
    textarea {

      color: var(--text-white);
      /* padding: 2px; */
      opacity: 0.25;
      border-radius: 25px;
      width: 100%;
      border: none;
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      padding: 8px 16px;
      font-size: 1rem;
      margin-bottom: 10px;
      -webkit-transition: border .1s;
      transition: border .1s;

      &:focus {
        opacity: 1;
        background-color: transparent;

      }


    }


  }

}

/* .subscribe-section-parallex end */


.our-partners-section {
  h1 {

    font-weight: 600;
  }

  img {
    width: 180px !important;
    height: auto;
    margin: 0 auto;
  }

  .owl-carousel {
    position: relative;
    padding: 15px 35px 0;

  }

  .logo-slider {

    margin: 0 auto 40px;
    text-align: center;
  }

  .owl-carousel .owl-item {
    background: #fff;
    padding: 0 20px;
  }

  .owl-nav button {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 30px;
    height: 30px;
    background: #fff !important;
    border-radius: 50%;
    margin: auto 0;
    box-shadow: 0px 0px 5px #00000069;

  }

  .owl-nav button.owl-next {
    right: 0;
  }

  .owl-nav button.owl-prev {
    left: 0;
  }
}

/* footer section  */

.footer {
  background-color: var(--bg-primary-color);


  h3 {
    margin: 1rem 0;
    color: var(--bg-dark);
    font-family: var(--primary-font);
  }

  p {
    font-size: 1rem;
    margin: 5px 0;
  }

  .underline {
    width: 100%;
    height: 1px;
    background-color: var(--bg-secondary-color);
    margin: 2rem 0;
  }

  .social-icons a {
    margin: 0 10px;

    i {
      font-size: 1.2rem;
      color: var(--bg-dark);
    }
  }

  h4 {
    margin: 1rem 0;

  }

  .important-links {
    p {
      margin: 10px 0;

      a {
        color: var(--text-gray);
        transition: all 0.2s ease-in-out;
      }
    }
  }

  .footer-form {
    label {
      margin: 8px 0;
    }

    input {
      color: #666;
      padding: .75em;
      height: auto;
      border-width: 1px;
      border-style: solid;
      border-color: #eaeaea;
      border-radius: 2px;
      background: #fafafa;
      box-shadow: none;
      box-sizing: border-box;
      transition: all .2s linear;
    }

    .payment-options span>a {
      margin-right: 8px;
      display: inline-block;
      max-width: 40px;
      height: 40px;
      border-radius: 50%;
      object-fit: cover;
      object-position: center;
    }
  }

  .footer-bottom {
    background-color: var(--bg-dark);
    color: #fff;

    .container {
      display: flex;
      justify-content: space-between;
      padding: 1rem 0;

      * {
        margin: auto 0;
      }
    }
  }

  a:hover {
    color: var(--bg-dark) !important;
    font-weight: 600;
  }
}


/* footer section  end*/



/* webinar-landing-page  */
.webinar-div {
  padding:  0;
  /*border-top: 10px solid var(--bg-secondary-color);*/
  /*border-bottom: 10px solid var(--bg-secondary-color);*/
  border-radius: 35px 0 35px 0;
  background-color: var(--bg-primary-color);

  .webinar-info {
    display: flex;
    justify-content: space-around;
    align-items: center;
    background-color: var(--bg-primary-color);
    padding: 1.4rem 1rem;



    img {
      max-width: 100px;
      border-radius: 20px;
    }

    @media (max-width: 576px) {
      img {
        max-width: 50px;
      }
    }

  }

  .webinar-info {
    position: relative;

    h2 {
      font-size: calc(65% + 0.6vw + 1vh);

    }

    .overlay-top {
      position: absolute;
      top: 0%;
      left: 0;
      width: 35%;
      height: 6px;
      clip-path: polygon(0 0, 100% 0, 94% 100%, 0 100%);
      background-color: var(--bg-secondary-color);
    }

    .overlay-bottom {
      position: absolute;
      bottom: 0%;
      left: 0;
      width: 50%;
      height: 6px;
      background-color: var(--bg-secondary-color);
    }
  }


}

.webinar-details .desc {
  p {
    margin-bottom: 15px;
  }

  ul,
  li {
    margin-bottom: 10px;
  }
}


.webinar-details .table tr td:first-child  {
    background: #f4f6f9;;
}

.table td {
  font-weight: 600;
}



.presenter-info {
  padding: 20px 10px;
  background-color: #f4f6f9;
  border-radius: 5px;
  border: 1px solid #a2b5bd;
}

.presenter-info img {
  float: left;
  padding: 0 10px 5px 0;

}

.price-table {
box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
  border-radius: 0 ;
  background-color: #f4f6f9;

  h4 {
    background-color: #050315;
    color: var(--accent);
   
    margin-bottom: 0;
  }


  .table>:not(caption)>*>* {
    border-bottom-width: 0px;
  }

  .btn {
    margin: 10px;
  }
  
  
  tr:nth-child(odd) {
        --bs-table-bg: #f2f2f2; /* Light gray for odd rows */
    }
    tr:nth-child(even) {
        --bs-table-bg: #ffffff; /* White for even rows */
    }
}

.price-table table tr {
  /* display: ;
  justify-content: space-between; */

  input {
    margin-right: 10px;
    border: 1px solid var(--bg-secondary-color);

    &:focus,
    :checked {
      box-shadow: none;

    }

    &:checked {
      border-color: var(--bg-dark);
      background-color: var(--bg-dark);
    }
  }

  label {
    display: inline;
    color: #2b2b2b;
    box-sizing: border-box;
  }


}

/* webinar-landing-page end */


/* webinars home page  */
.filter-div {
  /* margin: 5px 0 3rem; */
  display: flex;
  justify-content: space-between;

  >* {
    display: inline-block;
    margin: 0 10px;

  }

  input,
  select {
    border: 1px solid var(--bg-secondary-color);

    &:focus,
    :checked {
      box-shadow: none;

    }

    &:checked {
      border-color: var(--bg-dark);
      background-color: var(--bg-dark);
    }
  }


}

@media (max-width: 567px) {
  .filter-div {
    display: block;

    >* {
      margin-bottom: 10px;
    }
  }
}

.webinars-home-page {



  .webinar-type-heading a {
    background-color: var(--accent);
    padding: 15px 30px;
    box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.3);
    color: var(--bg-dark);
    text-align: center;

    display: inline-block;
    width: 90%;
    border-radius: 5px;
    transition: 0.2s ease-in;

    h4 {
      font-weight: 800;
      margin-bottom: 0;
    }
  }

  .webinar-type-heading a:hover,
  .webinar-type-heading a.active,
  .webinar-type-heading a:focus {
    background: var(--bg-dark);
    color: var(--accent);
  }

  .pagination {
    .page-link {
      color: var(--bg-primary-color);
    }

    .page-item .page-link:focus {
      background-color: var(--bg-secondary-color);
      outline: none;
      box-shadow: none;
    }
  }


}

/* webinars home page end */


/* login register page  */
.login-register {
  .container .title {
    font-size: 25px;
    font-weight: 500;
    position: relative;
  }

  .container .title::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 3px;
    width: 30px;
    background: linear-gradient(123deg, #71b8e7, #9b59b6);
  }

  .container form .user_details {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  form .user_details .input_box {
    margin-bottom: 15px;
    margin: 20px 0 12px 0;
    width: calc(100% / 2 - 20px);
  }

  .user_details .input_box .datails {
    display: block;
    font-weight: 500;
    margin-bottom: 5px;
  }

  .user_details .input_box input,
  .user_details .input_box select {
    height: 45px;
    width: 100%;
    outline: none;
    border-radius: 5px;
    border: 1px solid #ccc;
    padding-left: 15px;
    font-size: 16px;
    border-bottom-width: 2px;
    transition: all 0.3s ease;

  }




  form input[type="radio"] {
    display: none;
  }

  form .button {
    height: 45px;
    margin: 45px 0;
  }

  form .button input {
    height: 100%;
    width: 100%;
    outline: none;
    color: #fff;
    border: none;
    font-size: 18px;
    font-weight: 500;
    border-radius: 5px;
    letter-spacing: 1px;
    background: linear-gradient(123deg, #71b8e7, #9b59b6);

  }

  form .button input :hover {
    background: linear-gradient(-123deg, #71b8e7, #9b59b6);
  }

  @media (max-width: 584px) {
    .container {
      max-width: 100%;
    }

    form .user_details .input_box {
      margin-bottom: 15px;
      width: 100%;
    }

    .container form .user_details {
      max-height: 300px;
      overflow: scroll;
    }

    .user_details::-webkit-scrollber {
      width: 0;
    }
  }

  .container .title {
    font-size: 25px;
    font-weight: 500;
    position: relative;
  }

  .container .title::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 3px;
    width: 30px;
    background: linear-gradient(100deg, #3d3d3d, #f29d2a);
  }

  .container form .user_details {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  form .user_details .input_box {
    margin-bottom: 15px;
    margin: 20px 0 12px 0;
    width: calc(100% / 2 - 20px);
  }

  .user_details .input_box .datails {
    display: block;
    font-weight: 500;
    margin-bottom: 5px;
  }

  .user_details .input_box input,
  .user_details .input_box select {
    height: 45px;
    width: 100%;
    outline: none;
    border-radius: 5px;
    border: 1px solid #ccc;
    padding-left: 15px;
    font-size: 16px;
    border-bottom-width: 2px;
    transition: all 0.3s ease;

  }

  .user_details .input_box input:focus,
  .user_details .input_box input:valid {
    border-color: var(--bg-dark);
  }

  form input[type="radio"] {
    display: none;
  }

  form .button {
    height: 45px;
    margin: 45px 0;
  }

  form .button input {
    height: 100%;
    width: 100%;
    outline: none;
    color: #fff;
    border: none;
    font-size: 18px;
    font-weight: 500;
    border-radius: 5px;
    letter-spacing: 1px;
    background: var(--bg-dark);

  }

  form .button input:hover {
    background: var(--bg-primary-color);
    color: #fafafa;
  }

  @media (max-width: 584px) {
    .container {
      max-width: 100%;
    }

    form .user_details .input_box {
      margin-bottom: 15px;
      width: 100%;
    }

    form .gender_details .category {
      width: 100%;
    }

    .container form .user_details {
      max-height: 300px;
      overflow: scroll;
    }

    .user_details::-webkit-scrollber {
      width: 0;
    }
  }
}


.toggle-button {
  padding: 10px;
  /* border: 1px solid var(--bg-secondary-color); */
  display: inline;
  border-radius: 5px;

  label {
    font-weight: 600 !important;
  }
}

/* footer links pages  */

.heading {
  background-color: var(--accent);
  text-align: center;
  padding: 2rem 1rem;
  color: var(--bg-dark);

  h1 {
    font-size: 2rem;
    font-weight: 700;
    /* text-transform: uppercase; */
  }


  
}

.sub-heading {
  padding: 5px 0;
  margin: 1rem 0;
  font-family: var(--secondary-font);
  position: relative;

  h2 {
    font-weight: 600;
    /* text-transform: uppercase; */
    color: #3d3d3d;
  }

  &::after {
    content: "";
    display: block;
    width: 100px;
    /* Adjust the width of the line */
    height: 4px;
    /* Thickness of the line */
    background-color: var(--bg-secondary-color);
    margin-top: 5px;
    position: absolute;
    left: 0;
    bottom: -6px;
    /* Adjusts spacing */
  }
}

.about {
  padding-bottom: 2rem;

  p {
    color: var(--text-gray);
    line-height: 1.5;
  }
}


.refund-cancellation {
  p {
    color: var(--text-gray);
    line-height: 1.5;
    margin-bottom: 1rem;
    padding: 0 10px;
  }

  ul {
    padding-left: 2rem;

    li {
      color: var(--text-gray);
    }
  }

}

.faq {
  .order-list li {
    margin-bottom: 5px;
    font-weight: 600;
    transition: all 0.3s ease-in-out;
  }

  .order-list li:hover {
    color: var(--bg-dark);
    cursor: pointer;
    text-decoration: underline;
  }

  p {
    color: var(--text-gray);
    line-height: 1.5;
    margin-bottom: 1rem;
    padding: 0 10px;
  }

  ul {
    padding-left: 2rem;

    li {
      color: var(--text-gray);
    }
  }

  .questions>* {
    padding: 15px 10px;
    border-radius: 10px;
  }



}

/* this class added to faq to toggle the target bg color  */
.highlight {
  background-color: var(--bg-primary-color);
  /* Highlight color */
}

.terms-conditions {
  .sub-heading {
    margin-top: 2rem !important;
  }

  p {
    color: var(--text-gray);
    line-height: 1.5;
    margin-bottom: 1rem;
    padding: 0 10px;
  }

  ul {
    padding-left: 2rem;

    li {
      color: var(--text-gray);
    }
  }
}

.privacy-policy {
  .sub-heading {
    margin-top: 2rem !important;
  }

  p {
    color: var(--text-gray);
    line-height: 1.5;
    margin-bottom: 1rem;
    padding: 0 10px;
  }

  ul {
    padding-left: 2rem;

    li {
      color: var(--text-gray);
    }
  }
}

/* speaker page css */
.speaker-card {
  margin-bottom: 3rem;
  padding: 16px;
  position: relative;
  box-shadow: rgba(17, 17, 26, 0.05) 0px 1px 0px, rgba(17, 17, 26, 0.1) 0px 0px 8px;
  border-radius: 5px;

  .image {
    position: absolute;
    top: -14%;
    left: 8%;

    img {
      width: 80px;
      height: 80px;
      border-radius: 50%;
      border: 2px dashed var(--bg-dark);
    }

    .speaker-name {
      font-weight: 600;
      text-transform: capitalize;
      display: block;
      text-align: center;
      margin-bottom: 5px;
    }
  }

  .speaker-desc {
    margin: 4.5rem 0 1rem;
    font-size: 16px;
    font-family: var(--secondary-font);
    color: #666;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
}

/* speaker page css end */

/* forms css  */
.form-group {
  padding: 10px;

  label {
    margin-bottom: 5px;
    font-weight: 500;

    i {
      color: var(--bg-dark);
    }
  }

  input,
  textarea {
    border: none;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
    padding: 10px;

    &:focus {
      box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
    }
  }
}

.contact-info {
  li {
    margin: 16px 10px;
  }

  li i {
    font-size: 16px;
    margin-right: 10px;
    padding: 12px;
    vertical-align: middle;
    border-radius: 50%;
    background-color: var(--bg-secondary-color);
    color: #fff;
  }

  li,
  a {
    color: #3d3d3d;
  }
}
}

/* speaker page css */

.speaker-page .speaker-img {
  display: flex;
  justify-content: center;
  align-items: center;



}

.speaker-page .speaker-img img {
  padding: 2rem;
  box-shadow: rgba(0, 0, 0, 0.06) 0px 2px 4px 0px inset;
  border-radius: 10px;
}

.speaker-page p {
  text-align: justify;
}

.speaker-page {


  .webinar-type-heading a {
    background-color: #ffc134;
    padding: 15px 30px;
    box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.3);
    color: #2b2b2b;
    font-weight: 600;
    text-align: center;
    display: inline-block;
    width: 90%;
    border-radius: 5px;
    transition: 0.2s ease-in;
  }


  .webinar-type-heading a:hover,
  .webinar-type-heading a:active,
  .webinar-type-heading a:focus {
    background: var(--bg-dark);
    color: #2b2b2b;
  }

  .webinar-block {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 1rem;
  }

  .webinar-block .live-card {
    transition: all 0.1s ease-in;
    /* background-color: #d7dcec !important; */
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
  }

  .webinar-block .live-card:hover {

    box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px, rgba(0, 0, 0, 0.07) 0px 2px 2px, rgba(0, 0, 0, 0.07) 0px 4px 4px, rgba(0, 0, 0, 0.07) 0px 8px 8px, rgba(0, 0, 0, 0.07) 0px 16px 16px;

    .webinar-topic a {
      text-decoration: underline;
    }
  }

  .webinar_date {
    display: inline-block;
    vertical-align: middle;
    width: auto;
    text-transform: uppercase;
    line-height: 1;
  }

  .webinar_date .date__wrap {
    display: table-cell;
    vertical-align: middle;
    /* position: relative; */
  }

  .webinar_date .day {
    display: table-cell;
    vertical-align: middle;
    font-size: 4rem;
    font-weight: 400;
    padding: 0 5px 0 0;
  }

  .webinar_date .month,
  .webinar_date .year {
    display: block;
    font-size: 1.4rem;
    padding-top: 2px;
    font-family: var(--secondary-font);
    font-weight: 300;
  }

  .webinar-topic h4 {
    color: var(--text-black);
    font-size: 1.2rem !important;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .webinar-block p {
    font-weight: 600;
    font-size: 0.8rem;
  }

}

@media (max-width: 467px) {

  .speaker-page .webinar-type-heading a {

    padding: 10px;

  }
}

/* speaker page css end*/