@import url('https://fonts.googleapis.com/css2?family=Mona+Sans:ital,wght@0,200..900;1,200..900&display=swap');

body {
  font-family: "Mona Sans", sans-serif;
  line-height: 20px;
  color: #333;
  font-size: 14px;
}

ol,
ul {
  /*list-style: none;*/
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 300;
  color: #222222;
}

.btn-link {
    color: #16836F;
    padding: 0;
}

a,
a:hover,
a:focus,
a:active {
  outline: none;
}

/*@media(max-width: 768px) {*/
/*    .section-padding {*/
/*      padding: 90px 0px !important;*/
/*    }*/
/*}*/

.section-padding {
  padding: 16px 0px;
  background-color: #fff;
}

.container-fluid {
  width: 90%;
  margin: 0 auto;
  max-width: 1600px;
}

@media (max-width: 992px) {
  .container-fluid {
    width: 100% !important;
  }
}

h2 {
  line-height: 20px;
  margin: 0;
  font-size: 28px;
  font-weight: 700;
  text-transform: uppercase;
}


hr.botm-line {
  height: 2px;
  width: 80px;
  background: #36556d;
  position: relative;
  border: 0;
  margin: 2px 0 15px 0;
}


/* CSS */
.main-btn {
  align-items: center;
  background-color: #034246;
  border: 1px solid #034246;
  border-radius: 4px;
  box-sizing: border-box;
  color: #ffffff !important;
  cursor: pointer;
  display: inline-flex;
  font-size: 14px;
  font-weight: 600;
  justify-content: center;
  line-height: 20px;
  overflow: hidden;
  padding: 4px 12px;
  text-align: center;
  touch-action: manipulation;
  transition: background-color 0.167s cubic-bezier(0.4, 0, 0.2, 1) 0s, box-shadow 0.167s cubic-bezier(0.4, 0, 0.2, 1) 0s, color 0.167s cubic-bezier(0.4, 0, 0.2, 1) 0s;
  user-select: none;
  -webkit-user-select: none;
  vertical-align: middle;
}

.main-btn:hover,
.main-btn:focus {
  background-color: #fff !important;
  color: #034246 !important;
  text-decoration: none;
}

.main-btn:active {
  background: #536a7f;
  color: rgb(255, 255, 255, .7);
}

.main-btn:disabled {
  cursor: not-allowed;
  background: rgba(0, 0, 0, .08);
  color: rgba(0, 0, 0, .3);
}

.fill-btn {
  align-items: center;
  background-color: #fff;
  border: 1px solid #034246;
  border-radius: 4px;
  box-sizing: border-box;
  color: #034246 !important;
  cursor: pointer;
  display: inline-flex;
  font-size: 14px;
  font-weight: 600;
  justify-content: center;
  line-height: 20px;
  overflow: hidden;
  padding: 4px 12px;
  text-align: center;
  touch-action: manipulation;
  transition: background-color 0.167s cubic-bezier(0.4, 0, 0.2, 1) 0s, box-shadow 0.167s cubic-bezier(0.4, 0, 0.2, 1) 0s, color 0.167s cubic-bezier(0.4, 0, 0.2, 1) 0s;
  user-select: none;
  -webkit-user-select: none;
  vertical-align: middle;
}

.fill-btn:hover,
.fill-btn:focus {
  background-color: #b6e9cc;
   text-decoration: none;
  color: #034246 !important;
  border: 1px solid #b6e9cc !important;
}

.fill-btn:active {
  background: #034246;
  color: rgb(255, 255, 255, .7);
}

.fill-btn:disabled {
  cursor: not-allowed;
  background: rgba(0, 0, 0, .08);
  color: rgba(0, 0, 0, .3);
}


.speaker-card {
    display: flex;
    background: #fff;
    align-items: center;
    gap: 16px;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
    margin-bottom: 20px;
    border-radius: 8px 60px 60px 8px;
    h5 {
        font-size: 18px;
    }
    .fill-btn {
        padding: 4px;
    }
}

/***************************************
banner
***************************************/
.nav-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
}

.navbar {
  margin-bottom: 0px;
  border: 0px;
}

.navbar {
  border-radius: 0px;
}

.navbar-default {
  background-color: #fff;
  /* padding: 20px 0; */
  transition: all 0.3s;
}

.navbar-default {
  background-color: transparent;
  border: 0px;
}

.navbar {
  border-radius: 0px;
      position: sticky;
    top: 0;
    z-index: 9;
}

.mx-0 {
    margin-right: 0px !important;
    margin-left: 0px !important;
}

.mx-auto {
    margin-right: auto !important;
    margin-left: auto !important;
}



.navbar-default .navbar-brand,
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #16836F;
}

.top-nav-collapse {
  padding: 0;
  background: rgba(28, 74, 90, 0.9);
}

.white,
.white:hover,
.white:focus {
  color: #fff;
  width: 100% !important;
}

.block {
  display: block;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover {
  color: #fff;
  text-transform: uppercase;
  background-color: rgba(12, 184, 182, 0.21);
}

.navbar-default .navbar-nav>li>a {
  text-transform: uppercase;
  font-size: 14px;
  color: #034246;
  padding: 4px 8px;
  font-weight: 600;
  margin: 4px;
}

@media(max-width: 992px) {
    .navbar-default .navbar-nav>li>a {
        margin: 16px 0 !important;
    }
    
}

@media(min-width: 1200px) {
    .navbar-nav {
        margin-top: 16px;
    }
}

/* Force collapse above 992px */
@media (min-width: 1200px) {
  .navbar-header {
    float: left !important;
  }
  .navbar-collapse.collapse   {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  
  
}

/* Below 992px, hide collapse by default */
@media (max-width: 1200px) {
  .navbar-collapse.collapse  {
    display: none !important;
  }
  .navbar-collapse.in {
    display: block !important;
  }
  .navbar-toggle {
     display: block; 
     margin-top: 18px;
  }
  .navbar-header {
     width: 100%;
     float: none;
  }
}


.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:focus {
  color: #fff;
  text-transform: uppercase;
  background-color: #034246;
}

.affix {
  background-color: #ffffff !important;
}

.affix .navbar-nav>li>a:hover,
.affix .navbar-nav>li>a:focus {
  background-color: #ccc !important;
}

#banner {
  /*background: url('../img/bg-banner.jpg') no-repeat fixed;*/
  background-size: cover;
  max-height: 450px;
  /*min-height: 650px;*/
  position: relative;
}

.bg-color {
  /*background-color: RGBA(13, 70, 83, 0.78);*/
  max-height: 450px;
  /*min-height: 650px;*/
}

.banner-info {
  padding: 90px 90px;
}

.banner-logo img {
  display: inline-block;
}

.banner-text {
  color: #fff;
}

.banner-text h1 {
  font-family: 'Candal', sans-serif;
  font-size: 35px;
  text-transform: uppercase;
  padding-bottom: 15px;
}

.btn-appoint,
.btn-appoint:hover,
.btn-appoint:focus {
  margin-top: 30px;
  padding: 10px 20px;
  font-size: 12px;
  background-color: rgba(12, 184, 182, 0.91);
  border-radius: 3px;
  color: #fff;
}

.overlay-detail a i {
  text-align: center;
  position: absolute;
  bottom: 25px;
  font-size: 38px;
  color: #fff;
  margin: 0 auto;
}

.text-primary i {
  padding-top: 8px;
  display: inline-block;
}

/***************************************
services
***************************************/
.icon i {
  color: rgb(57, 133, 197);
  font-size: 45px;
  margin-bottom: 25px;
}

.service-info {
  margin-bottom: 20px;
}

.icon-info h4 {
  padding-bottom: 15px;
}

.icon-info p {
  font-size: 15px !important;
}

/***************************************
cta-1
***************************************/
.schedule-tab {
  background-color: rgb(57, 133, 197);
  float: left;
}

.medi-info {
  border-right: 1px solid #fff;
}

.medi-info,
.time-info {
  padding: 20px;
  color: #fff;
}

.medi-info h3,
.time-info h3 {
  padding-bottom: 16px;
  color: #fff;
  font-weight: 600;
}

.medi-info-btn,
.medi-info-btn:hover,
.medi-info-btn:focus {
  margin: 15px 0px 5px;
  display: inline-block;
  border: solid white 2px;
  padding: 3px 8px;
  font-size: 12px;
  color: #fff;
  font-weight: 400 !important;
  cursor: pointer;
}

td {
  border: 0px solid #ededed;
  border-top: 1px solid rgba(216, 216, 216, 0.5);
  padding: 6px 10px 6px 0;
      color: #16836F;
    font-weight: 500;
}

.medi-info,
.time-info {
  font-size: 14px;
}

/***************************************
about
***************************************/
#about {
  background-color: rgba(238, 238, 238, 0.15);
}


.lg-line {
  line-height: 1.4;
  font-size: 28px;
}

.more-features-box-text-icon {
  float: left;
  width: 40px;
  height: 40px;
  padding-top: 6px;
  background: rgb(57, 133, 197);
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  color: #fff;
  text-align: center;
}

.more-features-box-text-description h3 {
  padding-bottom: 15px;
}

.more-features-box-text-icon i {
  font-size: 18px;
  line-height: 26px;
}

.more-features-box-text-description {
  margin-left: 80px;
  margin-bottom: 35px;
}

.sec-para {
  padding-bottom: 10px;
}

/***************************************
doctor team
***************************************/
.webinar-card {
  background: #034246;
  color: #ddd;
  padding: 20px;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 2px 0px;
  transition: all 0.3s ease-in-out;
  display: flex;
  flex-direction: column;
  border: 1px solid #ddd;
  gap:32px;
  border-radius: 12px;
  margin-bottom: 30px;
  
  .industry {
      font-size: 13px;
      color: #3f3f3f;
  }
  
  .rounded {
      background: white;
      color: #16836F;
      border-radius: 35px 0 0 35px;
      transform: translateX(20px);
      padding: 12px 24px;
      line-height: 20px;
  }
  .speaker-name {
      font-size: 16px;
      font-weight: 600;
  }
}
.mt-3 {
    margin-top: 12px;
}

.webinar-card .speaker-image {
    max-width: 70px;
    max-height: 70px;
    min-width: 70px;
    min-height: 70px;
    border-radius: 8px;
    overflow: hidden;
    padding: 2px;
    background: #bacbd9;
    img {
        width:100%;
        height:100%;
        border-radius: 8px;
        object-fit:cover;
        aspect-ratio:1/1;
    }
}



.webinar-card .title {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-weight: 400;
    font-size: 20px;
    color: #fff;
    min-height: 60px;
    line-height: 28px;
}
.webinar-card:hover {
    text-decoration: none;
    color: #fff !important;
    
    
}



.px-0 {
    padding-right: 0px;
    padding-left: 0px;
}


.caption h3 {
  padding-bottom: 5px;
}

.caption p {
  padding-bottom: 10px;
}

/***************************************
testimonial
***************************************/
#testimonial {
  background-color: #eee;
}

.testi-details {
  background: #fff;
  padding: 14px 24px;
  margin-bottom: 20px;
  box-shadow: 3px 3px 2px 0px rgba(0, 0, 0, 0.18);
  position: relative;
}

.testi-info a {
  display: block;
  width: 50px;
  height: 50px;
  background-color: #fff;
  border-radius: 50%;
  float: left;
  margin-right: 10px;
}

.testi-info a img {
  border-radius: 50%;
}

.testi-info h3 {
  display: inline-block;
  line-height: 22px;
  font-weight: 600;
  color: #000;
  margin-top: 8px;
}

.testi-info h3>span {
  display: block;
  line-height: 16px;
  font-weight: 400;
}

.testi-details::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent;
  border-left: 0;
  bottom: -40px;
  left: 56px;
  border-top-color: #fff;
  border-width: 20px;
}

.testi-details::before {
  content: '';
  position: absolute;
  transform: rotate(45deg);
  width: 0px;
  height: 0px;
  bottom: -30px;
  left: 45px;
  border-style: solid;
  border-width: 15px;
  border-color: transparent;
  z-index: -1;
  box-shadow: 3px -13px 5px 0px rgba(0, 0, 0, 0.18);
  border-left: 0;
}

/***************************************
cta -2
***************************************/
#cta-2 {
  background-color: rgb(41, 48, 46);
}

.white {
  color: #fff;
}

.icon-play,
.icon-play:hover,
.icon-play:focus {
  background-color: rgb(57, 133, 197);
  padding: 5px 10px;
  color: #fff;
  text-decoration: none;
  padding: 5px 17px;
  margin-top: 26px;
  display: block;
}

.text-primary {
  color: #333;
  font-weight: 500;
  margin: 40px 12px;
}
a {
    color: #4c4c4c;
}
.icon-mar {
  margin-right: 7px;
}

/***************************************
contact us
***************************************/
.space {
  margin-top: 40px;
}

.btn-form,
.btn-form:hover,
.btn-form:focus {
  background-color: rgb(57, 133, 197);
  border-radius: 10px !important;
  color: #fff;
  border-radius: 0px;
  padding: 10px 20px;
}

.br-radius-zero {
  border-radius: 0px;
}

.form-control {
  height: 40px;
}

.validation {
  color: red;
  display: none;
  margin: 0 0 20px;
  font-weight: 400;
  font-size: 13px;
}

#sendmessage {
  color: green;
  border: 1px solid green;
  display: none;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}

#errormessage {
  color: red;
  display: none;
  border: 1px solid red;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}

#sendmessage.show,
#errormessage.show,
.show {
  display: block;
}


/***************************************
footer
***************************************/
#footer {
  background-color: #444;
}

.ftr-tle {
  height: 30px;
}

.info-sec {
  color: #fff;
}

.quick-info li i {
  font-size: 8px;
  width: 15px;
  height: 15px;
  line-height: 15px;
  text-align: left;
}

.social-icon li {
  width: 30px;
  height: 30px;
  line-height: 50px;
  text-align: center;
  margin-right: 5px;
}


.top-footer {
  padding: 40px 0px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.footer-line {
  padding: 10px 0px;
  /*padding: 30px 0px;*/
  color: #fff;
}

.footer-line a {
  color: rgb(57, 133, 197);
}

.quick-info li a {
  color: #fff;
}

.site-link,
.site-link:hover,
.site-link:focus {
  color: rgb(57, 133, 197);
  text-transform: none;
}

.quick-info li {
	list-style: none;
}

.social-icon li {
	list-style: none;
}

.verticalButton {
	padding: 0px 0px 0px 0px;
	width: 150px;
	height: 40px;
	color: #ffffff;
	font-size: 20px;
	background: #034246;
	border-radius: 0px 0px 5px 5px;
	-moz-transform: rotate(270deg);
	-ms-transform: rotate(270deg);
	-o-transform: rotate(270deg);
	-webkit-transform: rotate(270deg);
	position: fixed;
	right: -57px;
	top: 60%;
}

@media(min-width: 992px) {
	.verticalButton1 {
		padding: 6px 0px 0px 12px;
		width: 200px;
		height: 40px;
		color: #ffffff;
		font-size: 16px;
		background: #034246;
		border-radius: 0px 0px 5px 5px;
		transition: all 0.3s ease-in-out;
		border: none;
		-moz-transform: rotate(270deg);
		-ms-transform: rotate(270deg);
		-o-transform: rotate(270deg);
		-webkit-transform: rotate(270deg);
		position: fixed;
		left: -90px;
		top: 50%;
		
	}
	.verticalButton1:hover {
	    left:-85px;
	}
	.ellipsis {
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }
}

.popup-content-wrapper .popup-content-header {

	color: green;
	padding: 8px 0;
	margin: 0;
	text-align: center;
	font-size: 26px;
}

.popup-content-body h2 {
	margin: 0 0 10px;
}

.popup-content-body .off-code {
	border: 2px solid red;
	color: red;
	border-radius: 2px;
	width: 200px;
	padding: 10px 15px;
	font-size: 17px;
	margin: auto;
}

#copy {
	&:before {
		content: "";
		width: 16px;
		height: 16px;
		bottom: -20px;
		left: 82px;
		clip-path: polygon(50% 40%, 0% 100%, 100% 100%);
	}

	&:after {
		content: attr(tooltip);
		width: 140px;
		bottom: -48px;
		left: 20px;
		padding: 5px;
		border-radius: 4px;
		font-size: 0.8rem;
	}

	&:before,
	&:after {
		opacity: 0;
		pointer-events: none;
		position: absolute;
		box-sizing: border-box;
		background-color: $black;
		color: $white;
		transform: translateY(-10px);
		transition: all 300ms ease;
	}

	&:hover:before,
	&:hover:after {
		opacity: 1;
		transform: translateY(0);
	}
}
.footer {
    background-color: #eef0f0;
    padding: 60px 0;
    font-size: 15px;
}


.footer a {
    color: #35526d;
    text-decoration: none;
    transition: 0.3s ease;
    display: inline-flex;
    gap: 4px;
    align-items: center;
    
    i {
        font-size: 12px;
    }
    
}
.footer p {
    color: #1f3b56;
    font-size: 16px;
}

.footer a:hover {
    color: #024245;
    text-decoration: none;
    font-weight: 500;
}

.footer h5 {
    color: #1f3b56;
    font-size: 18px;
    margin-bottom: 20px;
    border-bottom: 2px solid #3c454d;
    display: inline-block;
    padding-bottom: 5px;
    font-weight: 500;
}

.footer ul {
    list-style: none;
    padding-left: 0;
    margin: 10px 0 20px;
}

.footer ul li {
    margin-bottom: 10px;
}

.footer .social-icon li {
    display: inline-block;
    margin-right: 10px;
}

.footer .social-icon li a {
    display: inline-block;
    font-size: 18px;
    color: #ecf0f1;
}
.footer .social-icon li:hover a i {
    color: #c2412f;
}

.mt-3 {
    margin-top: 12px;
}
/* Custom CSS to position Tawk.to chat widget to the left */
#tawkchat-container {
	left: 20px;
	/* Adjust this value to position the widget horizontally */
	left: auto !important;
	transform: none !important;
}



.top-nav {
    padding: 16px 0;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
    background-color: #227163;
    a {
        color: white;
        font-weight: 500;
        display: flex;
        align-items: center;
        gap: 8px;
        text-wrap-mode: nowrap;
        flex-wrap: nowrap;
        &:hover {
            text-decoration: none !important;
            i {
                color: #fff !important;
            }
        }
        i {
            color: #eee !important;
            font-size: 18px;
        }
    }
    
    
}


@media (max-width: 991px) {
    .top-nav {
        a span {
            display: none;
        }
    }
    
    .webinar-title {
        font-size:16px;
    }
    
    .text-wrap {
        text-wrap-mode: wrap !important;
    }
}

.mb-2 {
    margin-bottom: 8px;
}
.text-nowrap {
    text-wrap-mode: nowrap;
}

@media (max-width: 656px) {
    .top-nav {
        .d-none {
            display: none;
        }
        
        .col-12 {
            width: 100%;
        }
    }
}

@media (max-width: 768px) {
    .webinar-row {
        background: #eef0f0;
        margin-bottom: 8px;
    }
}

.navbar {
    background-color: #f8fffbd4;
    padding: 16px 0px;
    box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
    backdrop-filter: blur(8px);
}

.searchdiv {
  align-items: center;
  display: flex;
  padding: 6px;
  background-color: white;
  border-radius: 4px;
}


.navbar-nav {
    position: relative;
}


.searchdiv {
    
    input {
      border: none;
      outline: none;
      margin-left: 4px;
      width: 190px;
      background: transparent;
    }
}



.d-flex {
    display: flex;
}
.justify-content-center {
    justify-content: center;
}

.justify-content-start {
    justify-content: start;
}
.justify-content-end {
    justify-content: end;
}
.justify-content-between {
    justify-content: space-between;
}

.align-items-center {
    align-items: center;
}

.align-items-start {
    align-items: start;
}
.gap-1 {
    gap:4px;
}
.gap-2 {
    gap:8px;
}

.gap-3 {
    gap: 12px;
}

.gap-4 {
    gap:16px;
}

.gap-5 {
    gap:20px;
}

.wrapper {
    padding-top:6rem;
    padding-bottom:6rem;
}

.px-4 {
    padding-left: 16px;
    padding-right: 16px;
}

.row {
    margin-right: 0px !important;
    margin-left: 0px !important;
}

.navbar-brand {
    float: left;
    height: auto !important; 
    line-height: 20px;
    padding: 0 !important;
}

@media (min-width: 551px) and (max-width: 980px) {
  .banner-info {
    padding-top: 75px;
  }
}

@media (min-width: 220px) and (max-width: 551px) {

  .banner-info {
    padding: 1px;
  }

  .testi-info {
    margin-bottom: 20px;
  }

  .marb20 {
    margin-top: 30px;
  }

  h2 {
    font-size: 24px;
    line-height: 1.2;
  }

  .section-title {
    margin-bottom: 30px;
  }

  .medi-info {
    border: 0px;
    border-bottom: 1px solid #fff;
  }

  .service-info {
    margin-top: 20px;
    margin-bottom: 0px;
  }

  .caption h3 {
    font-size: 14px;
  }

  .caption p {
    font-size: 12px;
    padding-bottom: 5px;
  }

  .caption ul li a i {
    font-size: 14px;
  }

  .banner-text h1 {
    font-size: 24px;
  }
}

.custom-shape-divider {
    position: absolute;
    bottom: -90px;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    
}

.custom-shape-divider svg {
    position: relative;
    display: block;
    width: calc(112% + 1.3px);
    height: 90px;
    filter: drop-shadow(0 0 0.4rem #1d3247);
    
}

.custom-shape-divider .shape-fill {
    fill: #034246;
}

.webinar-title {
    color: #024245;
    font-weight: 600;
}

.conference-page {
    padding-bottom: 20px;
    background-color: #fff;
    .header {
        position:relative;
        background-color: #034246;
        color: white;
        margin-bottom: 50px;
    }
    
    label {
        font-weight: 400;
    }
    .checkbox{
        margin-top: 0px !important; 
        margin-bottom: 0px !important; 
    }

    
    i {
        margin-right: 4px;
    }
    
    .speaker-container {
        display: flex;
        align-items: center;
        gap: 16px;
        margin: 4px;
        /*border: 1px solid #ddd;*/
        border-radius: 100px 0 0 100px;
        width: max-content;
        padding: 6px 8px 6px 6px;
        box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
        img {
            border-radius: 50%;
            height: 60px;
        	width: 60px;
        	object-fit: cover;
        	border: 2px solid #99a8b5;
        }
        
        h4 {
            font-weight: 600;
        }
    }
    
}




.webinar-row:hover {
  background-color: #f8fffb;
}
.webinar-header {
  background-color: #f1f1f1;
}

.webinar-row {
    i {
        font-size: 14px;
    }
    .speaker-image {
        max-width: 35px;
        max-height: 35px;
        min-width: 35px;
        min-height: 35px;
        border-radius: 50%;
        overflow: hidden;
        padding: 1px;
        background: #d2e7e7;
        img {
            width:100%;
            height:100%;
            border-radius: 50%;
            object-fit:cover;
            aspect-ratio:1/1;
        }
    }
}

.nav-tabs {
  display: flex;
  border: none;

  li {
    /*flex-basis: 50%;*/
    text-align: center;
    margin-bottom: 12px;
  }

  li a {
    margin: 0 auto;
    width: 100%;
    border: none;
    background: #d2e7e7;
    border-radius: 0;
    color: var(--text-dark);
    font-weight: 700;
    padding-top: 1rem;
    padding-bottom: 1rem;

  }

  li.active>a {
    background-color: #207163 !important;
    color: #fff !important;
    border: none;
  }
  
  li.active>a:focus {
    color: #fff !important;
    cursor: default;
    background-color: #207163 !important;
    border: none;
  }
  li.active>a:hover {
    color: #fff !important;
    cursor: default;
    background-color: #207163 !important;
    border: none;
  }
}

.tab-pane {
    max-height: 500px;
    overflow: auto;
    
    .webinar-header {
        position: sticky;
        top: 0;
        z-index: 2;
    }
}

