.bodycolor{
    margin-top:127px;
    padding: 0px !important;
}

body{
    font-family: 'Noto Serif Georgian', serif;
}
.pera_button{
    display:flex;
    justify-content: space-between;
 align-items: center;
}
.pera_button p{
    font-size: 13px;
}
.buttonsmix button{
    display: inline-block;
    white-space: nowrap;
    padding: 8px 16px;
    margin: 0;
    background-color: #fff;
    color: #fff;
    border: 0;
    border-right: 2px solid #fff;
    border-radius: 4px;
    z-index:10;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #ff5757 !important;
    background-color: white !important;
}
.nav-pills .nav-link{
    color:#fff !important;
}

.pagination h5{
    color:#fff; 
    font-size:18px;
    cursor: pointer;
}
.pagination h5 > span{
    cursor: pointer;
    color:#ff5757 ;
}
.pagination{
    display: flex;
    justify-content: flex-end;
    padding:10px 0 0 0;
}

.dashpath{
    padding: 11px 16px;
    color:#fff;
    border-bottom: 1px solid #c0c1c2;
    font-size:17px;
}
.dashpath > a{
    color:#fff;
    text-decoration: none; 
}
.dashpath > a:hover{
    color:#fff;
}
@media (max-width:768px){
 .buttonsmix{
    white-space: nowrap;
 }
 .pera_button {
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    gap:20px;
 }
 .liveuserlist{
    gap:14%;
 }
} 
@media (max-width:576px) {
    .bodycolor{
        margin-top:1px;
    } 
    .liveuserlist{
        align-items: flex-start;
     }
}

.cartbackground {
    background-color: #dadada;
    margin-top: 127px;
    padding: 30px 0px !important;
  }
  
  .cart {
    background-color: white;
    width: 100%;
    max-width: 1580px;
    margin: 0 auto;
    border-radius: 10px;
  }
  
  .cart-header{
    background-color: #f5f5f5;
    padding: 10px 20px;
    padding-top:18px;
    border-bottom: 1px solid rgb(190, 190, 190);
    border-radius: 10px 10px 0 0;
  }
  .cart-header h5{
    font-weight: 500;
    font-size:25px;
  }
   
  .cart-body {
    padding: 20px 30px;
  }
  .form-group textarea{
    height:100px !important;
  }
  .form-group input:hover,.form-group textarea:hover{
    border:1px solid #fff;
  }

  .btn-outline-primary{
    display:block !important;
    margin:0 auto !important;
    color: #fff !important;
    border-color: #fff !important;
  }
  .btn-outline-primary:hover{
    background-color:#fff !important;
    color:#fff !important;
  }
  .span {
    font-size: 14px;
    /* margin-top:5px; */
    margin: 0px;
  }
  
  .checkitem {
    display: flex;
    align-items: flex-end;
    gap: 5px;
  }
  [type="checkbox"] {
    position: relative;
    bottom: 4px;
  }
  
  .bottomlogin {
    margin-top: 5px;
    width:100%;
  }
  
  .bottomlogin a {
    font-size: 14px;
    text-decoration: none;
    color: #fff;
    text-align: right;
  }
  .cart-body .b{
    font-weight: 600;
    font-size:14px;
    color: black;
  }
  .cart-body p > a{
    color:#fff;
    text-decoration: none;
  }
  .cart-body p > a:hover{
    color:#ff5757;
  }
  .footersection h3 {
    color: white ;
    font-size:20px;
    font-weight: 600 ;
    margin-top:-15px;
  }
  
  @media (max-width:767px) {
    
  @media (max-width: 768px) {
    .footersection h3 {
    }
  }  
  }
 
  
  .cart-header h5 {
    margin-top: 5px;
    font-weight: 600;
    color: rgb(24, 23, 23);
    font-size: 25px;
  }
  
  .cart-body{
  padding:30px;
  }
  
  .heading_pera h4{
  font-size:18px;
  color:black;
  font-weight:500;
  }
  .heading_pera h4:after{
    content:'';
    display:block;
    background:#dadada;
    width:100%;
    height:1px;
    position: relative;
    top:10px;
  }
  .single_live{
    display:flex;
    justify-content:space-between;
    align-items:center;
    padding:10px 0px;
  }
  
  .total,.totalvalue{
    padding-top:18px;
    display:flex;
    justify-content:flex-end;
    align-items:flex-end;
  }
  .total span,.totalvalue span{
    font-size:20px;
    color:black;
  font-weight:500;
  }
  .inputvalue form{
    display:flex;
    justify-content:space-between;
    align-items:center;
    gap:10px;
    padding-top:30px;
  }
  .inputvalue form input{
    color:black !important;
  }
  .delete{
    display:flex;
    gap:10px;
    align-items:center;
  }
  .inputvalue form input{
    border:1px solid #070707;
  }
  .btn-outline-primary{
    border:1px solid #fff !important;
    color:#fff !important;
  }
  .btn-outline-primary:hover{
    color:white !important;
    background:#fff !important;
  }
  
  .form_list input:hover,.form_list select:hover{
    border:1px solid #fff;
  }
  .btn-primary{
    padding: 0.975rem 0.75rem !important;
    font-size:17px !important;
    transition:.3s !important;
    background: linear-gradient(to left, #fff 50%, green 50%) right !important;
      background-size: 200% !important;
      transition: .5s ease-out !important;
  }
  .btn-primary:hover{
  background-position: left !important;
  }
  .btn-primary:hover span{
    display:none !important;
    transition: .5s ease-out !important;
  }
  
  @media (max-width: 710px) {
    .cartbackground {
      margin-top: 110px;
    }
  }
  
 
  .bgfootercolor {
    background-color: #343a40;
    padding: 20px 0px;
  }
  .footersection h3 {
    color: white !important;
    /* font-size:15px; */
    font-weight: 700 !important;
  }
  
  .footersection ul {
    list-style-type: none;
    margin-top: 20px;
    padding-left: 0.2rem !important;
  }
  
  .footersection ul li {
    margin: 10px 0;
    font-size: 14px;
    /* float: left; */
    width: 100%;
    color: white;
  }
  .footermargin{
      margin:30px 0px;
  }
  .footersection ul li a {
    padding: 8px;
    font-size: 15px;
    color: white;
    text-decoration: none;
  }
  
  .footersection p {
    color: white;
    margin: 0px;
  }
  
  .footerlast {
    background-color: #494545ce;
    padding: 16px;
  }
  .footerlast p {
    color: white;
    text-align: center;
    font-size: 14px;
    margin: 0px;
  }
  @import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;1,100;1,200;1,300;1,400;1,500&display=swap");
  * {
    font-family: "Poppins", sans-serif;
  }
  
  h1 {
    font-size: calc(65% + 1vw + 0.5vh);
  }
  h2 {
    font-size: calc(60% + 0.5vw + 0.5vh);
  }
  h3 {
    font-size: calc(55% + 0.5vw + 0.5vh);
  }
  h4 {
    font-size: calc(50% + 0.5vw + 0.5vh);
  }
  h5 {
    font-size: calc(45% + 0.5vw + 0.5vh);
  }
  h6 {
    font-size: calc(40% + 0.5vw + 0.5vh);
  }
  
  .header_part {
    display: flex;
    justify-content: space-between;
    padding: 5px 0px;
  }
  .position-fixed {
    z-index: 999;
  }
  

  .right_part ul {
    width: 100%;
    padding: 4px;
    list-style-type: none;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
  }
  .right_part ul li {
    float: left;
    white-space: nowrap;
    line-height: 16px;
    padding: 4px 16px;
    cursor: pointer;
    display: flex;
    gap: 7px;
    justify-content: center;
    align-items: center;
  }
  
  .right_part ul li:not(:first-child) {
    border-left: 1px solid #fff;
  }
  .right_part ul li i {
    color: #fff;
  }
  .right_part ul li a {
    color: #fff;
    text-decoration: none;
    text-align: center;
  }
  .right_part form {
    position: relative;
    float: right;
  }
  .right_part form i {
    position: absolute;
    right: 28px;
    top: 10px;
    cursor: pointer;
  }
  .right_part form input {
    margin-right: 20px;
    border-radius: 5px;
    border: 1px solid gray;
    padding: 5px 40px 5px 5px;
  }
  .right_part form input:focus-visible {
    outline: none;
  }
  
  .bg-color,
  .btn-secondary {
    background-color: #343a40 !important;
  }
  .btn-secondary {
    border: none !important;
  }
  .btn-secondary:focus {
    box-shadow: none !important;
  }
  
  .dropdown-item {
    color: #fff !important;
  }
  .dropdown-item:hover {
    background-color: #fff !important;
    color: #fff !important;
  }
  
  .hambergur {
    display: none;
  }
  
  .offcanvas-start {
    width: 75% !important;
  }
  
  .offcanvas-header {
    padding: 0.25rem 1rem !important;
  }
  
  /* .phone{
    position: relative !important;
    top:3px !important;
  } */
  @media screen and (max-width: 770px){
  .right_part ul{
    font-size:12px !important;
  }
  
  }
  @media screen and (max-width: 710px) {
    .right_part ul li:not(:first-child) {
      border: none;
    }
    .logo img {
      width: 127px;
      height: 53px;
    }
    .right_part ul li {
      padding: 4px 5px;
      font-size: 14px;
    }
    .right_part form input {
      margin-right: 9px;
      margin-top: -7px;
    }
    .right_part form i {
      right: 17px;
      top: 4px;
    }
    .header_part {
      align-items: center;
    }
  }
  
  @media screen and (max-width: 576px) {
    .right_part {
      display: none !important;
    }
    .hambergur {
      display: block;
      cursor: pointer !important;
    }
  
    .header_part {
      align-items: center;
    }
  
    .right_part1 ul {
      width: 100%;
      padding: 4px;
      list-style-type: none !important;
      display: flex;
      flex-direction: column;
      gap: 30px;
    }
    .right_part1 ul li {
      white-space: nowrap;
      cursor: pointer;
      display: flex;
      gap: 7px;
    }
  
    .right_part1 ul li i {
      color: #fff !important;
    }
    .right_part1 ul li a {
      color: #fff;
      text-decoration: none;
      text-align: center;
    }
    .right_part1 form {
      position: relative;
      margin-top: 35px;
    }
    .right_part1 form i {
      position: absolute;
      right: 10px;
      top: 10px;
      cursor: pointer;
    }
    .right_part1 form input {
      width: 100%;
      border-radius: 5px;
      border: 1px solid gray;
      padding: 5px 40px 5px 5px;
    }
    .right_part1 form input:focus-visible {
      outline: none;
    }
    .cartbackground {
      margin-top: 100px;
    }
    .cart-header h5{
      font-size:20px;
    }
    .profilebgcolor {
      margin-top: 100px;
    }
    .imglogoname figure img{
      width:110px;
      height:110px;
    }
    .username h4 {
      font-size:20px;
    }
    .username span{
      font-size:14px;
    }
  }
  

*{
    margin-bottom:0px !important;
}

.pera_button{
    display:flex;
    justify-content: space-between;
 align-items: center;
}
.pera_button p{
    font-size: 13px;
}
.buttonsmix button{
    display: inline-block;
    white-space: nowrap;
    padding: 8px 16px;
    margin: 0;
    background-color: #fff;
    color: #fff;
    border: 0;
    border-right: 2px solid #fff;
    border-radius: 4px;
    z-index:10;
}
.buttonsmix a{
    background-color: #fff;
    border-radius: 0px 4px 4px 0px;
    color: #fff;
    padding: 9px 16px;
    margin: 0;
    z-index: 5;
    text-decoration: none;
    float: right;
}
.buttonsmix a:hover{
    background-color: #5f97bd;
    color: #fff; 
}
.buttons {
  background-color: #fff;
  border-radius: 0px 4px 4px 0px;
  color: #fff;
  padding: 3px 11px;
  margin: 0;
  z-index: 5;
  text-decoration: none;
  float: left;
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #ff5757 !important;
    background-color: white !important;
}
.nav-pills .nav-link{
    color:#fff !important;
}


.liveuserlist{
    display: flex;
    gap:10px;
    margin-top:20px;
    border: 1px solid #cecccc;
    border-radius: 8px;
}

.liveuserlist figure img{
    width: 125px;
    height: 120px;
    border: 4px solid #ffffff;
    border-radius: 4px;
    box-shadow:  1px 1px 4px 0 rgba(12, 10, 10, 0.2),0 2px 4px 0 rgba(0, 0, 0, 0.19);
    margin: 10%;
}
.heading{
    text-decoration: none;
    color:#fff;
    font-size:19px;
   
}
.heading:hover{
    cursor: pointer;
    color:#ff5757 ;
}

.pagination h5{
    color:#fff; 
    font-size:18px;
    cursor: pointer;
}
.pagination h5 > span{
    cursor: pointer;
    color:#ff5757 ;
}
.pagination{
    display: flex;
    justify-content: flex-end;
    padding:10px 0 0 0;
}

@media (max-width:768px){
 .buttonsmix{
    white-space: nowrap;
 }
 /* .pera_button {
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    gap:20px;
 } */
 .liveuserlist{
    gap:14%;
 }

 .right_part {
  display: none !important;
}
.hambergur {
  display: block;
  cursor: pointer !important;
}

.header_part {
  align-items: center;
}

.right_part1 ul {
  width: 100%;
  padding: 4px;
  list-style-type: none !important;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.right_part1 ul li {
  white-space: nowrap;
  cursor: pointer;
  display: flex;
  gap: 7px;
}

.right_part1 ul li i {
  color: #fff !important;
}
.right_part1 ul li a {
  color: #fff;
  text-decoration: none;
  text-align: center;
}
.right_part1 form {
  position: relative;
  margin-top: 35px;
}
.right_part1 form i {
  position: absolute;
  right: 10px;
  top: 10px;
  cursor: pointer;
}
.right_part1 form input {
  width: 100%;
  border-radius: 5px;
  border: 1px solid gray;
  padding: 5px 40px 5px 5px;
}
.right_part1 form input:focus-visible {
  outline: none;
}
.cartbackground {
  margin-top: 100px;
}
.cart-header h5{
  font-size:20px;
}
.profilebgcolor {
  margin-top: 100px;
}
.imglogoname figure img{
  width:110px;
  height:110px;
}
.username h4 {
  font-size:20px;
}
.username span{
  font-size:14px;
}
} 

@media (max-width:710px) {
    .bodycolor{
        margin-top:1px;
    } 
}

.cart-header {
  background-color: #f5f5f5;
  padding: 5px 20px;
  border-bottom: 1px solid rgb(190, 190, 190);
  border-radius: 10px 10px 0 0;
}

.cart-header h5 {
  margin-top: 5px;
  font-weight: 400;
  color: rgb(24, 23, 23);
  font-size: 18px;
}

.cart-body{
padding:20px 30px;
}

.form-group input:hover{
  border:1px solid #fff;
}


.span{
  font-size:14px;
  /* margin-top:5px; */
  margin:0px;
}

.checkitem{
  display:flex;
  align-items: flex-end;
  gap:5px;
}
.btn-outline-primary{
  display:block !important;
  margin:0 auto !important;
  color: #fff !important;
  border-color: #fff !important;
}
.btn-outline-primary:hover{
  background-color:#fff !important;
  color:#fff !important;
}
[type="checkbox"]{
  position: relative;
  bottom:4px;
}

.bottomlogin{
  margin-top:5px;
  display:flex;
  justify-content: space-between;
  gap:10px;
}

.bottomlogin a{
  font-size: 14px;
  text-decoration: none;
  color:#fff ;
}

@media (max-width: 710px) {
  .cartbackground {
    margin-top: 110px;
  }
}

.cart-header {
  background-color: #f5f5f5;
  padding: 5px 20px;
  border-bottom: 1px solid rgb(190, 190, 190);
  border-radius: 10px 10px 0 0;
}

.cart-header h5 {
  margin-top: 5px;
  font-weight: 400;
  color: rgb(24, 23, 23);
  font-size: 18px;
}

.cart-body {
  padding: 20px 30px;
}

.span {
  font-size: 14px;
  /* margin-top:5px; */
  margin: 0px;
}

.checkitem {
  display: flex;
  align-items: flex-end;
  gap: 5px;
}
.btn-outline-primary {
  display: block !important;
  margin: 0 auto !important;
  color: #fff !important;
  border-color: #fff !important;
}
.btn-outline-primary:hover {
  background-color: #fff !important;
  color: #fff !important;
}

.form-group input:hover{
  border:1px solid #fff;
}


.bottomlogin {
  margin-top: 5px;
}

.bottomlogin a {
  font-size: 14px;
  text-decoration: none;
  color: #fff;
  text-align: right !important;
}

@media (max-width: 710px) {
  .cartbackground {
    margin-top: 110px;
  }
}

.profilebgcolor {
  margin-top: 127px;
}
.userdetails {
  padding: 10px;
}
.userdetails h5 {
  font-size: 18px;
}

.userdetails ul {
  list-style-type: none;
  padding-left: 0px !important;
}
.userdetails ul li {
  display: flex;
  gap: 30px;
}
.userdetails ul li > b {
  width: 200px;
  padding: 5px;
}
.userdetails ul li > span {
  width: 100%;
  padding: 8px 0px 0px 0px;
  border-bottom: 1px solid black;
  font-size: 14px;
}

.registraionbox {
  background-color: #dadada;
  padding: 0.25px;
}
.registraionbox h5 {
  padding: 8px 16px;
  font-size: 15px;
  font-weight: 600;
  color: black;
}

.total {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.total p {
  font-size: 20px;
}
.dollerupper span {
  font-size: 14px;
}
.buttoncombination {
  display: flex;
  justify-content: center;
  align-items: center;
}
.buttoncombination button {
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  gap: 5px;
  padding: 12px;
  margin: 4px;
  height: 44px;
  background-color: #fff;
  border: 2px solid #ff5757;
}
.buttoncombination button > span {
  font-size: 13px;
}
.dropdownn button {
  font-size: 13px !important;
  padding: 12px !important;
  margin: 4px !important;
  height: 44px !important;
  background-color: #fff !important;
  border: 2px solid #ff5757 !important;
}
.dropdown-menuu {
  border: 2px solid #ff5757 !important;
  background-color: #fff !important;
  min-width: 171px !important;
  transform: translate(4px, 50px)!important;
}
.dropdown-menuu li a {
  color: white !important;
  font-size: 13px !important;
}
.dropdown-menuu li a:hover {
  color: #ff5757 !important;
}
.description {
  padding: 10px;
}
.description h5 {
  margin-top: 40px;
  font-size: 25px;
  color: black;
  border-bottom: 2px solid black;
}
.description p {
  margin: 20px 0px;
}
.description b {
    display:block;
  margin: 20px 0px;
  color:black;
}
.description ul{
    margin: 20px 0px; 
}
.yellowbox{
    background-color:#fff2cc;
}

.yellowbox .btn-outline-primary{
    border-radius: 0px !important;
    color:#fff !important;
    border-color: #fff !important;
    margin:0 auto !important;
    display:block !important;
    margin-top:10px !important;
}

.yellowbox .btn-outline-primary:hover{
  color: #ff5757 !important;
  background-color: transparent !important;
} 
.imglogoname{
    display:flex;
    gap:20px;
    align-items:center;
}
.secondary a{
    color:white !important;
    text-decoration:none !important;
}
.secondary:hover{
color:white !important;
}
.imglogoname figure img{
    width: 150px;
    height: 150px;
    margin: 8px;
    border: 4px solid #ffffff;
    border-radius: 50%;
    box-shadow:  1px 1px 4px 0 rgba(12, 10, 10, 0.2),0 2px 4px 0 rgba(0, 0, 0, 0.19);
}

.btn-group{
    position: relative;
}

.username h4 , .username span {
    color:black;
}
.bg-white{
    background-color: #fff !important;
}

@media (max-width: 710px) {
  .profilebgcolor {
    margin-top: 110px;
  }
}

@media (max-width: 410px){
    .imglogoname figure img{
    width:80px;
    height:80px;
  }
  .username h4 {
    font-size:17px;
  }
  .username span{
    font-size:11px;
  }
  .imglogoname{
    gap:5px;
  }
}
.dropdownMenuButton1 {
  display: none;
}

.right_par ul {
  float: left;
  white-space: nowrap;
  line-height: 16px;
  padding: 0px 1px;
  cursor: pointer;
  display: none;
  gap: 7px;
  justify-content: center;
  align-items: center;
  width: 268px;
}

.right_par ul li {
  width: 100%;
}

.right_par ul li a {
  text-decoration: none;
  text-align: left;
}

.dropd {
  padding: 7px 0px 0px 0px !important;
}

.right_par .btn-link {
  text-decoration: none;
  color: #fff;
}

.right_par .btn-link:hover {
  text-decoration: none;
  color: #fff;
}
.webinar-speaker-container {
  width: 160px;
  margin: 16px 0;
}
.webinar-speaker-image {
  width: 150px;
  height: 150px;
  border-radius: 16px;
  border: 2px solid var(--back-color);
  box-shadow: var(--box-shadow);
}
.webinar-meta-container {
  flex: 1;
  padding-left: 3%;
}
.webinar-title {
  float: left;
  width: 100%;
  margin: 15px 0 16px 0;
  text-align: left;
  font-size: 18px;
  text-decoration:none;
  color: #fff;
}
.webinar-meta-row {
  float: left;
  width: 100%;
  margin: 2px 0;
  text-align: left;
  font-size: 14px;
}
.webinar-meta-row .webinar-day-count {
  display: inline-block;
  background-color: #1a4d86;
  color: #fff;
  padding: 4px;
  margin-top: 4px;
  border-radius: 2px;
  white-space: nowrap;
}
.webinar-meta-control {
  float: left;
  padding: 4px;
  margin-top: 8px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.webinar-call-to-action {
  float: right;
  padding: 12px 16px;
  background-color: #1a4d86;
  color:  #fff;
  border-radius: 4px;
  text-decoration:none;
}
.webinar-call-to-action:hover {
  float: right;
  padding: 12px 16px;
  background-color: #86b0e0;
  color:  #fff;
  border-radius: 4px;
  text-decoration:none;
}
.webinar-training-options {
  float: right;
  width: calc(50% - 8px - var(--side-padding));
  margin: 8px var(--side-padding) 8px 8px;
  z-index: 9;
  padding: 12%;
}

.webinar-training-options h3 {
  float: left;
  width: 100%;
  margin: -5px 0;
  background-color: #1a4d86;
  color: #fff;
  border-radius: 8px 8px 0px 0px;;
  font-size: 18px;
  padding: 8px;
  text-align: center;
}

.webinar-training-container {
  float: left;
  width: 100%;
  background-color: #dadada;
  border: 1px solid var(--gray);
  border-radius: 4px;
  overflow: hidden;
  z-index: 9;
  padding: 3%;
}

.webinar-training-price.selected {
  background-color: var(--green-light);
  color: var(--text-color);
}

.webinar-training-price {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.webinar-training-price-title {
  flex: 1;
  padding: 4px;
  text-align: left;
}

.webinar-training-price-value {
  padding: 4px;
  line-height: 14px;
  text-align: right;
}

input {
  -moz-appearance: textfield;
  font-size: var(--font-size);
}

.webinar-training-selector {
  background-color: transparent;
  color: var(--text-color);
  margin: 4px;
  margin-right: 12px;
  cursor: pointer;
}

.webinar-training-option-total .has-amount {
  color: #1a4d86;
  font-weight: 700;
  float: right;
}

.webinar-cart-control.show {
  display: flex;
  align-items: center;
  justify-content: center;
}

.back img {
  height: 50%;
}


.webinar-speaker {
  width: calc(100% - var(--side-padding) - var(--side-padding));
  margin: 4px var(--side-padding);
  pointer-events: none;
  z-index: 5;
}
.webinar-description-title {
  font-size: 24px;
  padding: 4px 0;
  border: 0;
  border-bottom: 2px solid var(--text-color);
}
.webinar-speaker-info {
  float: left;
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
}
.webinar-speaker-image {
  width: 150px;
  height: 150px;
  margin: 8px;
  border: 4px solid var(--back-color);
  border-radius: 50%;
  box-shadow: var(--box-shadow);
}
.webianr-speaker-meta {
  margin: 40px 8px 8px 8px;
  text-align: left;
}
.txtclr h3{
  color:#08203b;
}
.webinar-day-count {
  display: inline-block;
  background-color: #1a4d86;
  color:#fff;
  padding: 4px;
  margin-top: 4px;
  border-radius: 2px;
  white-space: nowrap;
}