:root {
    --primary-color: #c00032;
    --secondary-color: #0a2b56;
    --accent-color: #FFCAD4;
} 
 
 
 h1
 {
   font-size: calc(18px + 1vw + .5vh);

 }
h2
 {
   font-size: calc(16px + 0.5vw + 0.5vw);
 }
 h3
 {
   font-size: calc(55% + .5vw + .5vh);

 }
 h4
 {
   font-size: calc(50% + .5vw + .5vh);

 }
h5
 {
   font-size: calc(45% + .5vw + .5vh);
 }
 h6
 {
   font-size: calc(40% + .5vw + .5vh);
 }
 
 
 .container-fluid {
     max-width: 1600px;
 }
 
 .get-starte-btn {
 align-items: center;
  background: var(--primary-color);
  border: 2px solid var(--primary-color);
  border-radius: 4px;
  box-sizing: border-box;
  color: #fff !important;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  justify-content: center;
  line-height: 20px;

  overflow: hidden;
  padding: 5px 16px;

  text-align: center;
  text-wrap: nowrap;
  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;
}
.get-starte-btn:hover {
  color: var(--primary-color) !important;
  background: #fff;
  border: 2px solid var(--primary-color);
  text-decoration: none;
  }
  
  .get-starte-btn1 {
 background: var(--primary-color);
  display: inline-block;
  padding: 3px 12px;
  border-radius: 20px;
  color: #ffffff !important;
  border: 2px solid var(--primary-color);
  transition: none;
  font-size: 14px;
  font-weight: 400;
  text-decoration:none; 
}
.get-starte-btn1:hover {
  color: var(--primary-color) !important;
  background: #fff;
  border: 2px solid var(--primary-color);
  text-decoration: none;
  }
  

 /*Extra small devices (portrait phones, less than 576px)*/
@media screen and (max-width: 575.98px) {
    .navbar-expand-lg>.container, .navbar-expand-lg>.container-fluid {
     padding-right: 8px; 
     padding-left:8px; 
}
     .sharad1{
        margin-left: 10%
    }
     .sharad h2{
    margin-top:10px;
        
    }
     .btnvm{
        margin-top:-35px;
    }
    .bdr{
      /*min-height:275px;*/
      /*max-height:400px;*/
      height:100%;
      padding-top:10px;
      border-radius: 10px;
     
      margin: 1%;
      box-shadow: rgb(17 17 26 / 1%) 0px 1px 0px, rgb(17 17 26 / 14%) 0px 0px 8px;
      
      .row {
          height: 200px !important;
      }
    }
 .pricking .box {
    max-width: 100%;
    margin: 0 auto 30px auto;
  }
 .desp .lap a{
     font-size:14px;
     font-weight:700;
 } 
 .lac{
     font-size:14px;
 } 
 .abt img{
    width: 41%;
    height: 74%;
    border-radius: 40px;
    padding: 4%;
    transform: rotate(354deg);
    border: 0.2em solid var(--secondary-color);
    box-shadow: 0.5em 0.5em 1em #ccc;
    margin-top: 4%;
}
.lap{
     font-size:14px;
     font-weight:bold;
 }
 .mar p {
    font-size:13px;
    color: black;
    margin-bottom: 0rem;
}
 .ttl2 a{
    color: var(--secondary-color);
    transition: 0.3s;
    transition: 0.3s;
    text-decoration: none;
    font-size:14px;
}
.ttl2 p{
    font-size: 14px;
    margin-top: 5px;
}
.hding{
    text-align:center;
    font-size: 14px;
     font-weight:700;
}
    .list_style_class ul li{
      list-style-type: disc;
       font-size: 15px;
    }
    .spcl_box ul li{
            font-size: 14px;
        }
}

.navbar {
    padding: 8px 0;
    background: #fff;
}

/*Small devices (landscape phones, 576px and up)*/
@media screen and (min-width: 576px) and (max-width: 767.98px) { 
     .sharad1{
        margin-left: 10%
    }
     .sharad h2{
    margin-top:10px;
        
    }
    .btnvm{
        margin-top:-35px;
    }
    .bdr{
      min-height:275px;
      max-height:400px;
      padding-top:10px;
      border-radius: 10px;
 
      margin: 1%;
      box-shadow: rgb(17 17 26 / 1%) 0px 1px 0px, rgb(17 17 26 / 14%) 0px 0px 8px;;
    }
   .pricing .box {
    max-width: 80%;
    margin: 0 auto 30px auto;
  }
   .desp .lap a{
     font-size:16px;
     font-weight:700;
 }  
 .lac{
     font-size:14px;
 } 
 .abt img{
        width: 41%;
    height: 74%;
    border-radius: 40px;
    padding: 4%;
    transform: rotate(354deg);
    border: 0.8em solid var(--secondary-color);
    box-shadow: 0.5em 0.5em 1em #ccc;
    margin-top: 4%;
}
.lap{
     font-size:16px;
     font-weight:bold;
 }
 .mar p {
    font-size:16px;
    color: black;
    margin-bottom: 0rem;
}
 .ttl2 a{
    color: var(--secondary-color);
    transition: 0.3s;
    transition: 0.3s;
    text-decoration: none;
    font-size:16px;
}
.ttl2 p{
    font-size: 16px;
    margin-top: 5px;
}
.hding{
    text-align:center;
    font-size: 14px;
     font-weight:700;
}
  .list_style_class ul li{
      list-style-type: disc;
       font-size: 15px;
    }
    .spcl_box ul li{
            font-size: 16px;
        }
}

/* Medium devices (tablets, 768px and up)*/
@media screen and (min-width: 768px) and (max-width: 991.98px) { 
     .sharad1{
        margin-left: 10%
    }
     .sharad h2{
    margin-top:10px;
        
    }
     .btnvm{
        margin-top:-35px;
    }
    .bdr{
      min-height:275px;
      max-height:400px;
      padding-top:10px;
      border-radius: 10px;
      
      margin: 1%;
      box-shadow: rgb(17 17 26 / 1%) 0px 1px 0px, rgb(17 17 26 / 14%) 0px 0px 8px;;
    }
   .dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
  border-radius:0;
 }
  .pricing .box {
    max-width: 60%;
    margin: 0 auto 30px auto;
  }
 
   .desp .lap a{
     font-size:16px;
     font-weight:700;
 }   
 .lac{
     font-size:14px;
 }  
 .mar p {
    font-size:16px;
    color: black;
    margin-bottom: 0rem;
}
 .abt img{
            width: 33%;
        height: auto;
        border-radius: 40px;
        padding: 2%;
        transform: rotate(351deg);
        border: 0.8em solid var(--secondary-color);
        box-shadow: 0.5em 0.5em 1em #ccc;
        margin-top: 4%;
}
  .lap{
     font-size:16px;
     font-weight:bold;
 }  
  .ttl2 a{
    color: var(--secondary-color);
    transition: 0.3s;
    transition: 0.3s;
    text-decoration: none;
    font-size:16px;
}
.ttl2 p{
    font-size: 16px;
    margin-top: 5px;
}
.hding{
    text-align:center;
    font-size: 18px;
     font-weight:700;
}
  .list_style_class ul li{
      list-style-type: disc;
       font-size: 15px;
    }
     .spcl_box ul li{
            font-size: 16px;
        }
}

/*Large devices (desktops, 992px and up)*/
@media screen and (min-width: 992px) and (max-width: 1199.98px) { 
     .sharad1{
        margin-left: 10%
    }
     .sharad h2{
    margin-top:10px;
        
    }
    .btnvm{
        margin-top:0px;
    }
    .bdr{
      min-height:340px;
      max-height:400px;
      padding-top:10px;
      border-radius: 10px;
      
      margin: 1%;
      box-shadow: rgb(17 17 26 / 1%) 0px 1px 0px, rgb(17 17 26 / 14%) 0px 0px 8px;;
    }
   .desp .lap a{
     font-size:16px;
     font-weight:700;
 }   
 .lac{
     font-size:16px;
 } 
 .mar p {
    font-size:16px;
    color: black;
    margin-bottom: 0rem;
}
   .abt img{
    width: 100%;
    height: auto;
    border-radius: 40px;
    padding: 4%;
    transform: rotate(351deg);
    border: 0.8em solid var(--secondary-color);
    box-shadow: 0.5em 0.5em 1em #ccc;
    margin-top: 10%;
} 
.lap{
     font-size:16px;
     font-weight:bold;
 }
  .ttl2 a{
    color: var(--secondary-color);
    transition: 0.3s;
    transition: 0.3s;
    text-decoration: none;
    font-size:16px;
}
.ttl2 p{
     font-size: 16px;
    margin-top: 5px;
}
.Des{
        margin-top: -25%;
      }
      .hding{
    text-align:center;
    font-size: 16px;
     font-weight:700;
}
  .list_style_class ul li{
      list-style-type: disc;
       font-size: 16px;
    }
     .spcl_box ul li{
            font-size: 16px;
        }
}



.hc-hero {
    padding: 0.5rem 0;
    
}

  .hc-hero-wrap{
    border-radius: 22px;
    overflow: hidden;
    background: transparent;
  }

  /* LEFT */
  .hc-hero-left{
    background: linear-gradient(135deg, #071a34 0%, var(--secondary-color) 65%, #06152a 100%);
    padding: 4rem 2rem !important;
    position: relative;
  }
  .hc-hero-left:before{
    content:"";
    position:absolute; inset:-120px -120px auto auto;
    width: 320px; height: 320px;
    background: radial-gradient(circle, rgba(192,0,50,.22) 0%, rgba(192,0,50,0) 60%);
    transform: rotate(18deg);
    pointer-events:none;
  }

  .hc-tag{
      position: relative;
      display:inline-block;
      padding: 6px 14px;
      border-radius: 999px;
      font-weight: 600;
      font-size: 13px;
      letter-spacing: .2px;
      color: #fff;
      background: rgba(255,255,255,.08);
      border: 1px solid rgba(255,255,255,.18);
      margin-bottom: 14px;
      overflow: hidden;
    }
    
    /* SHINE TRAIL */
    .hc-tag::after{
      content:"";
      position:absolute;
      top:-2px;
      left:-50%;
      width:50%;
      height:calc(100% + 4px);
      background: linear-gradient(
        120deg,
        transparent 0%,
        rgba(255,255,255,.6) 50%,
        transparent 100%
      );
      transform: skewX(-25deg);
      animation: shineTrail 3s linear infinite;
    }
    
    @keyframes shineTrail{
      0%{ left:-60%; }
      100%{ left:120%; }
    }
  .hc-title{
    color:#fff;
    font-weight: 800;
    line-height: 1.12;
    font-size: clamp(16px, 3.5vw, 64px);
    margin: 0 0 14px;
    font-family: math;
  }
  .hc-title span{ color: var(--primary-color); }
  .hc-desc{
    color: rgba(255,255,255,.85);
    font-size: 16px;
    line-height: 1.7;
    max-width: 560px;
    margin: 0 0 22px;
  }

  .hc-cta{ display:flex; align-items:center; gap:14px; flex-wrap:wrap; }
  .hc-link{
    color: rgba(255,255,255,.85);
    text-decoration: none;
    font-weight: 600;
    border-bottom: 1px dashed rgba(255,255,255,.35);
    padding-bottom: 2px;
  }
  .hc-link:hover{ color:#fff; border-bottom-color:#fff; }

  /* RIGHT */
  .hc-hero-right{
    background: radial-gradient(circle at 20% 20%, rgb(255 255 255 / 18%) 0%, rgba(255, 255, 255, 0) 55%), 
                linear-gradient(135deg, rgba(192, 0, 50, .08) 0%, rgb(193 12 53) 55%, rgba(10, 43, 86, 1) 100%);
    min-height: 360px;
  }

  .hc-doctor{
    position: absolute;
    right: 18px;
    bottom: 0;
    max-height: 420px;
    width: auto;
    object-fit: contain !important;
    filter: drop-shadow(0 14px 30px rgba(0,0,0,.25));
  }

  .hc-float-card{
    position:absolute;
    left: 16px;
    bottom: 22px;
    background: #fff;
    border-radius: 14px;
    padding: 12px 14px;
    width: 240px;
    box-shadow: 0 18px 40px rgba(0,0,0,.18);
  }
  .hc-stars{ color: var(--primary-color); font-weight: 900; letter-spacing: 1px; }
  .hc-float-text{ color:#1d2430; font-weight: 700; font-size: 16px; margin-top: 6px; }
  .hc-float-sub{ color:#6a7382; font-size: 14px; margin-top: 4px; font-weight: 600; }

  /* RESPONSIVE */
  @media (max-width: 991.98px){
    .hc-hero-left{ padding: 34px 22px !important; }
    .hc-title{ font-size: 34px; }
    .hc-hero-right{ min-height: 320px; }
    .hc-doctor{
      position: relative;
      right: auto;
      bottom: auto;
      display:block;
      margin: 18px auto 0;
      max-height: 320px;
    }
  }
  @media (max-width: 575.98px){
    .hc-title{ font-size: 30px; }
    .hc-desc{ font-size: 15px; }
  }


/* Extra large devices (large desktops, 1200px and up)*/
@media screen and (min-width: 1200px) and (max-width: 1499.98px) {
     .sharad1{
        margin-left: 10%
    }
     .sharad h2{
    margin-top:10px;
        
    }
  .btnvm{
        margin-top:-38px;
    }
    .bdr{
      min-height:275px;
      max-height:400px;
      padding-top:10px;
      border-radius: 10px;
      
      margin: 1%;
      box-shadow: rgb(17 17 26 / 1%) 0px 1px 0px, rgb(17 17 26 / 14%) 0px 0px 8px;;
    }
   .desp .lap a{
     font-size:16px;
     font-weight:700;
 }
 .lac{
     font-size:16px;
 } 
 .mar p {
    font-size:16px;
    color: black;
    margin-bottom: 0rem;
}
 .abt img{
    width: 100%;
    height: auto;
    border-radius: 40px;
    padding: 4%;
    transform: rotate(351deg);
    border: 0.8em solid var(--secondary-color);
    box-shadow: 0.5em 0.5em 1em #ccc;
    margin-top: 10%;
}
.lap{
     font-size:18px;
     font-weight:bold;
 }
  .ttl2 a{
    color: var(--secondary-color);
    transition: 0.3s;
    transition: 0.3s;
    text-decoration: none;
    font-size:16px;
}
.ttl2 p{
   font-size: 16px;
    margin-top: 5px;
}
.Des{
        margin-top: -25%;
      }
.hding{
    text-align:center;
    font-size: 24px;
     font-weight:700;
}
 .list_style_class ul li{
      list-style-type: disc;
       font-size: 16px;
    }
     .spcl_box ul li{
            font-size: 16px;
        }
}
.input-group-text input[type=checkbox], .input-group-text input[type=radio] {
    margin-top: 0px !important;
}
/* Extra large devices (large desktops, 1200px and up)*/
@media screen and (min-width: 1500px) and (max-width: 1999.98px) {
     .sharad h2{
    margin-top:10px;
        
    }
    .sharad1{
        margin-left: 10%
    }
    .btnvm{
        margin-top:-38px;
    }
    .bdr{
      /*min-height:275px;*/
      /*max-height:400px;*/
      height:100%;
      padding-top:10px;
      border-radius: 8px;
      
      margin: 1%;
      box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
    }
   .desp .lap a{
     font-size:16px;
     font-weight:700;
 }  
 .lac{
     font-size:16px;
 } 
 .mar p {
    color: black;
    margin-bottom: 0rem;
}
 .abt img{
    width: 100%;
    height: auto;
    border-radius: 40px;
    padding: 4%;
    transform: rotate(351deg);
    border: 0.8em solid var(--secondary-color);
    box-shadow: 0.5em 0.5em 1em #ccc;
    margin-top: 10%;
}
.lap{
     font-size:16px;
     font-weight:bold;
 }
 .ttl2 a{
    color: var(--secondary-color);
    transition: 0.3s;
    transition: 0.3s;
    text-decoration: none;
    font-size:16px;
}
.ttl2 p{
    font-size: 16px;
    margin-top: 5px;
}
.hding{
   margin-bottom: 2rem;
    font-size: 24px;
    font-weight:700;
}
 .list_style_class ul li{
      list-style-type: disc;
       font-size: 16px;
    }
     .spcl_box ul li{
            font-size: 16px;
        }
}

.conf_name{
    font-family: 'Trebuchet MS', Trebuchet, 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-weight: 500;
    
    color:RGBA(13, 70, 83, 0.78); text-align:center;
  }
  .detailwa{ margin:5px 0 20px 0; width:100%; display:list-style; }
  .training_msg{ display:none; }
.carousel .up {
   padding: 4px 0 0px;
    color: #030303;
}
.background1{
background:#f8f9fa;
}
.hed{
  background: #343739;
    height: 60px;
}
.bdr h6{
  font-weight: bold;
  text-align: center;
}
.bdr12 h6{
  font-weight: bold;
  text-align: center;
}
.desp ul li{
  list-style-type: none;
}

.webinar-card{
  --wc-border: #9fd1ff;
  --wc-muted: #64748b;

background: var(--secondary-color);
  border: 1px solid var(--wc-border);
  border-radius: 24px 24px 32px 32px;
  overflow: hidden;
  transition: all 0.3s ease-in;
}

.conference-details-wrapper {
    display: flex;
    flex-direction: column;
    gap: 4px;
    padding: 0px 2px 2px;
    margin: 3px 3px 0px;
    background: #fff;
    border-radius: 22px 22px 26px 26px;
    height: 100%;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
}

/* Title */
.webinar-card .wc-title{
    padding: 12px 12px 0;
    font-weight: 500;
    font-size: 18px;
    line-height: 1.5;
    color: var(--secondary-color);
    text-decoration: none;
    border-bottom: 1px solid rgba(15, 23, 42, .12);
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    min-height: 72px;
}
.webinar-card .wc-title:hover{
    color: var(--primary-color);
}

/* Row */
.webinar-card .wc-row{
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: center;
  padding: 2%;
  gap: 0;
}

/* Columns */
.webinar-card .wc-col{
  min-height: 72px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  gap: 4px;
}

.webinar-card .wc-date{
  padding-right: 8px;
  border-right: 1px solid rgba(15,23,42,.12);
}
.webinar-card .wc-month{
  font-size: 14px;
  color:var(--primary-color);
}
.webinar-card .wc-day{
  font-size: 46px;
  line-height: 1;
  font-weight: 700;
  color: var(--primary-color);
  text-shadow: 1px 1px 2px #d3d3d3;
}

/* Time column */
.webinar-card .wc-when{
  padding: 0 4px;
  border-right: 1px solid rgba(15,23,42,.12);
}
.webinar-card .wc-time{
  font-size: 16px;
  font-weight: 500;
  color: var(--secondary-color);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.webinar-card .wc-min{
  font-size: 16px;
  color: var(--wc-muted);
}

.webinar-card .wc-price{
  font-size: 14px;
  color: var(--wc-muted);
  text-align: center;
}

/* Person */
.webinar-card .wc-person{
  padding-left: 8px;
  align-items: center;
  gap: 8px;
}
.webinar-card .wc-avatar{
  width: 56px;
  height: 56px;
  border-radius: 14px;
  overflow: hidden;
  border: 2px solid #fff;
  box-shadow: 0 0px 18px rgba(15,23,42,.18);
}
.webinar-card .wc-avatar img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.webinar-card .wc-name{
  display: block;
  font-size: 14px;
  font-weight: 500;
  color: var(--secondary-color);
  text-decoration: none;
  max-width: 140px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.webinar-card .wc-name:hover{ color: var(--primary-color); }

.webinar-card:hover{
    background: var(--primary-color);
    
     .wc-footer {
        color: #fff !important;
    }
}

/* Button */
.webinar-card .wc-btn{
  border-radius: 4px 4px 24px 24px;
  background: #e9e9e9;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: var(--secondary-color);
  font-size: 14px;
  font-weight: 500;
  text-transform: lowercase;
  padding: 4px;
  gap: 4px;
  
  transition: all 0.2s ease-in;
}


/* Footer */
.webinar-card .wc-footer{
  color: #fff;
  text-align: center;
  padding: 6px;
  font-weight: 500;
  font-size: 16px;
  display: block;
  text-decoration:none;
  transition: all 0.2s ease-in;
}

/* Responsive */
@media (max-width: 767px){
  .webinar-card .wc-title{ font-size: 18px; }

  .webinar-card .wc-row{
    grid-template-columns: 110px 1fr;
    grid-template-areas:
      "date person"
      "when when";
    gap: 10px 0;
  }

  .webinar-card .wc-date{ grid-area: date; border-right: 1px solid rgba(15,23,42,.12); }
  .webinar-card .wc-person{ grid-area: person; align-items: center; }
  .webinar-card .wc-when{ grid-area: when; border-right: 0; padding: 10px 0 0;flex-direction: row;
        gap: 8px; }
        
        .webinar-card .wc-col {
            min-height: 0;
        }

  .webinar-card .wc-avatar{ width: 48px; height: 48px; }
}



.sdr a{
  color:var(--secondary-color);
  text-align: center;
  /*float: right;*/
}
.wei img{
  width:50%;
}
.bdr1 img {
    border-radius: 10%;
    width: 100%;
}
.col-center {
  margin: 0 auto;
  float: none !important;
}
/*.carousel {
  padding: 0 70px;
}*/
.carousel .carousel-item {
  color: #999;
  font-size: 14px;
  text-align: center;
  overflow: hidden;
  /*max-height: 350px;*/
  max-height:100%;
}
.carousel .carousel-item .img-box {
  width: 135px;
  height: 135px;
  margin: 0 auto;
  border-radius: 50%;
}
.carousel .img-box img {
  width:100%;
  height:100%;
  display:block;
  border-radius:50%;
  height: 80px;
  width: 80px;
}
.carousel .overview b {
  text-transform: uppercase;
/*  color: #030303;*/
}
.carousel-control-prev, .carousel-control-next {
  width: 16px;
  height: 40px;
  margin-top: -20px;
  top: 50%;
  background: none;
}
.carousel-indicators {
  /*bottom: -10px;*/
  bottom: -16%;
}
.carousel-indicators li, .carousel-indicators li.active {
  width: 25px;
  height: 2px;
  margin: 1px 3px;
  border-radius: 50%;
  border: none;
}
.carousel-indicators li { 
  background: #999;
  border-color: transparent;
  box-shadow: inset 0 2px 1px rgba(0,0,0,0.2);
}
.carousel-indicators li.active {  
  background: #555;   
  box-shadow: inset 0 2px 1px rgba(0,0,0,0.2);
}
.box4 img {
    text-align: center;
    height: 100%;
    width: 100%;
    border-radius: 7%;
}

.bdr img{
  border-radius: 10%;
  width: 100%;

}
.bdr12{
  border-radius: 10px;

  margin: 1%;
  box-shadow: rgb(17 17 26 / 1%) 0px 1px 0px, rgb(17 17 26 / 14%) 0px 0px 8px;;
}
.bdr12 img{
  border-radius: 10%;
  width: 100%;

}
.img-box img{
      background: #4b6978;
      border-radius: 8px;
      object-fit: cover;
}
.box1{
  text-align: center;
}
.box1 img {
    text-align: center;
    height: 68px;
    width: 68px;
    border-radius: 36%;
}
.box1 h3{
  margin-top: 5%;
}
.Specialities .title {
    font-weight: 700;
    color: #343739 !important;
    text-align: center;
    font-size: calc(100% + .5vw + .5vh);
}
.box2{
  text-align: center;
  color: black;
  padding: 3%;
}
.box2 img {
    text-align: center;
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 30%;
    border-radius: 50%;
    width: 130px;
    height: 130px;
    object-fit: cover;
}
.box2 h5{
  margin-top: 5%;
}
.box2a{
  text-align: center;
}
.box2a img {
    text-align: center;
    width: 100%;
}
.box2a h5{
  margin-top: 5%;
}
.Speakers .title {
    font-weight: 700;
    font-size: 30px;
    color: #4b6978;
    margin-bottom: 3%;
}
.Blog .title {
    font-weight: 700;
    font-size: 30px;
    color: #4b6978;
    margin-bottom: 3%;
}
.btn.btn-infor {
    background: #4b6978;
    color: #ffffff;
    border-radius: 10%;
}
/*<-!main.css End-->*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 99999;
  background: #68A4C4;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
}
.back-to-top i {
  font-size: 24px;
  color: #ffffff;
  line-height: 0;
}
.back-to-top:hover {
  background: #85b6cf;
  color: #ffffff;
}
.back-to-top.active {
  visibility: visible;
  opacity: 1;
}
/* Testimonial Carousel */

.card {
    border:1px solid gray;
}

.user-content p {
    margin-top: 5px;
    font-size: 12px
}

.ratings i {
    color: blue
}
/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

.btn-inf {
    color: #ffffff !important;
    /* height: 18%; */
    /* width: 37%; */
    font-size: 10px;
    float: right;
    border-radius: 3rem;
    overflow: hidden;
    color: #ffffff;
    background-color: #343739;
}
/*.btn-ing {
    background: #343739;
    color: #ffffff !important;
    border-radius: 3rem;
    margin-top: 29%;
}
.btn-ing:hover {
    color: #ffffff;
}*/
.btn-inf:hover {
    color: #ffffff;
}
.btn-infoa:hover {
    color: #ffffff;
}
#header {
  height: 80px;
  transition: all 0.5s;
  z-index: 997;
  transition: all 0.5s;
  background: #1e4356;
}
#header{
background-color:#343739 !important;
height: 60px !important;
}
#header.header-transparent {
  background: none;
}
#header.header-scrolled {
  background: #343739;
  height: 60px;
}
#header .logo h1 {
  font-size: 28px;
  margin: 0;
  padding: 4px 0;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 3px;
  text-transform: uppercase;
}
#header .logo h1 a, #header .logo h1 a:hover {
  color: #ffffff;
  text-decoration: none;
}
#header .logo img {
  padding: 0;
  margin: 0;
  max-height: 40px;
}

#main {
  background: #f8f9fa;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/

.dropdown .dropdown-menu {
  border-radius:0;
 }

.logo img{
  width:180px;
  height: auto;
}
 .navbar-nav .nav-link {
    color: var(--secondary-color);
    font-size: 14px;
    font-weight: 700;
}
 .navbar-nav .nav-link:focus,  .navbar-nav .nav-link:hover {
    color: var(--primary-color);
}

/*--------------------------------------------------------------
# Webinar Section
--------------------------------------------------------------*/
.spkr img{
  border-radius: 10%;
    width: 50%;
    height: auto;
}
.spkr2 img{
  border-radius: 10%;
    width: 100%;
    height: auto;
}
.spkr3 img{
  border-radius: 10%;
    width: 50%;
    height: auto;
}

.spkr1 p
 {
   color: black;
   font-size: calc(25% + .5vw + .5vh);
 }
.bckd{
    height: 250px;
   box-shadow: rgb(17 17 26 / 5%) 0px 1px 0px, rgb(17 17 26 / 20%) 0px 0px 8px;
    padding-top: 75px;
    text-align: center;
    background: #fac559;
}
.bckd h2{
  color: white !important;
  font-size: calc(100% + 1vw + 1vh);
}
.input-group-text {
    display: flex;
    align-items: center;
     background-color: #fffffffff!important;
    border: 1px solid #fffffffff !important;
  } 
.ctr{
  background-color:#eeeeee;
  height:auto; 
  padding:1%; 
  width: 100%;
  text-align: center;

}
.carousel-control-prev-icon {
    background-image: url(data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E);
    background-color: black;
}
.carousel-control-next-icon {
    background-image: url(data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E);
    background-color: black;
}
.col-center {
  margin: 0 auto;
  float: none !important;
}
.section {
  padding: 10px 0;
  
}
.features .row + .row {
  margin-top: 100px;
}
.features h3 {
  font-weight: 400;
  font-size: 24px;
}
.features ul {
  list-style: none;
  padding: 0;
}
.features ul li {
  padding-bottom: 10px;
}
.features ul i {
  font-size: 20px;
  padding-right: 4px;
  color: #68A4C4;
}
.features p:last-child {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.about h3 {
  font-weight: 400;
  font-size: 26px;
}
.about ul {
  list-style: none;
  padding: 0;
}
.about ul li {
  padding-bottom: 10px;
}
.about ul i {
  font-size: 20px;
  padding-right: 4px;
  color: #68A4C4;
}
.about p:last-child {
  margin-bottom: 0;
}
.testimonials {
  padding: 60px 0;
}
.testimonials .section-header {
  margin-bottom: 40px;
}
.testimonials .testimonials-carousel {
  overflow: hidden;
}
.testimonials .testimonial-item {
  text-align: center;
}
.testimonials .testimonial-item .testimonial-img {
  width: 120px;
  border-radius: 50%;
  border: 4px solid #ffffff;
  margin: 0 auto;
}
.testimonials .testimonial-item h3 {
  font-size: 20px;
  font-weight: bold;
  margin: 10px 0 5px 0;
  color: #111;
}
.testimonials .testimonial-item h4 {
  font-size: 14px;
  color: #999;
  margin: 0 0 15px 0;
}
.testimonials .testimonial-item .quote-icon-left, .testimonials .testimonial-item .quote-icon-right {
  color: #fbfcfd;
  font-size: 26px;
}
.testimonials .testimonial-item .quote-icon-left {
  display: inline-block;
  left: -5px;
  position: relative;
}
.testimonials .testimonial-item .quote-icon-right {
  display: inline-block;
  right: -5px;
  position: relative;
  top: 10px;
}
.testimonials .testimonial-item p {
  font-style: italic;
  margin: 0 auto 15px auto;
}

.testimonials .swiper-pagination {
  margin-top: 20px;
  position: relative;
}
.testimonials .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #ffffff;
  opacity: 1;
  border: 1px solid #68A4C4;
}
.testimonials .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #68A4C4;
}
/*--------------------------------------------------------------
# Pricing
--------------------------------------------------------------*/
.pricing .row {
  padding-top: 40px;
}
.pricing .box {
  padding: 40px;
  margin-bottom: 30px;
  box-shadow: rgb(17 17 26 / 5%) 0px 1px 0px, rgb(17 17 26 / 20%) 0px 0px 8px;
  background: #ffffff;
  text-align: center;
}
.pricing h3 {
  font-weight: 300;
  margin-bottom: 15px;
  font-size: 28px;
}
.pricing h4 {
  font-size: 46px;
  color: var(--secondary-color);
  font-weight: 400;
  margin-bottom: 25px;
}
.pricing h4 span {
  color: #bababa;
  font-size: 18px;
  display: block;
}
.pricing ul {
  padding: 0;
  list-style: none;
  color: #999;
  text-align: left;
  line-height: 20px;
}
.pricin ul li {
  padding-bottom: 12px;
}
.pricing ul li {
  padding-bottom: 12px;
  text-align: center;
}
.pricing ul i {
  color: #68A4C4;
  font-size: 18px;
  padding-right: 4px;
}
.pricing ul .na {
  color: #ccc;
  text-align: center;
}
.pricing ul .na i {
  color: #ccc;
}
.pricing ul .na span {
  text-decoration: line-through;
}
.pricing .get-started-btn {
background: linear-gradient(to left, #434343, #000000);
  display: inline-block;
  padding: 6px 30px;
  border-radius: 20px;
  color: #ffffff;
  transition: none;
  font-size: 14px;
  font-weight: 400;
  transition: 0.3s;
  text-decoration:none; 
}
.pricing .get-started-btn:hover {
background: linear-gradient(to left, #434343, #000000);
}
.pricing .featured {
  z-index: 10;
  margin: -30px -5px 0 -5px;
}
.pricing .featured .get-started-btn {
  background: linear-gradient(to left, #434343, #000000);
}
.pricing .featured .get-started-btn:hover {
  background: linear-gradient(to left, #434343, #000000);
}

/*--------------------------------------------------------------*/
/*pricking*/
/*--------------------------------------------------------------*/
.pricking .row {
  padding-top: 40px;
}
.pricking .box {
  padding: 10px 40px 10px 40px;
  margin-bottom: 30px;
 box-shadow: rgb(17 17 26 / 5%) 0px 1px 0px, rgb(17 17 26 / 20%) 0px 0px 8px;
  background: #ffffff;
}
.pricking h3 {
  font-weight: 300;
  margin-bottom: 15px;
  font-size: 28px;
}
.pricking h4 {
  font-size: 46px;
  color: #68A4C4;
  font-weight: 400;
  margin-bottom: 25px;
}
.pricking h4 span {
  color: #bababa;
  font-size: 18px;
  display: block;
}
.pricking ul {
  padding: 0;
  list-style: none;
  color: #999;
  text-align: left;
  line-height: 20px;
}
/*.pricking ul li {
  padding-bottom: 12px;
}*/
.pricking ul li {
  padding-bottom: 1px;
  font-size: calc(35% + .5vw + .5vh);
  /*list-style-type: disc;*/
}
.pricking ul i {
  color: #68A4C4;
  font-size: 18px;
  padding-right: 4px;
}
.pricking ul .na {
  color: #ccc;
}
.pricking ul .na i {
  color: #ccc;
}
.pricking ul .na span {
  text-decoration: line-through;
}
.pricking .get-started-btn {
  background: #343739;
  display: inline-block;
  padding: 6px 30px;
  border-radius: 20px;
  color: #ffffff;
  transition: none;
  font-size: 14px;
  font-weight: 400;
  transition: 0.3s;
  text-decoration:none; 
}
.pricking .get-started-btn:hover {
  background: #343739;
}
.pricking .featured {
  z-index: 10;
  margin: -30px -5px 0 -5px;
}
.pricking .featured .get-started-btn {
  background: #343739;
}
.pricking .featured .get-started-btn:hover {
  background: #343739;
}

.ttl a {
    color: var(--secondary-color);
    transition: 0.3s;
   font-size: calc(70% + .5vw + .5vh);
    font: bold;
    font-weight: bold;
    transition: 0.3s;
    text-decoration: none;
}
.ttl p{
   color: rgb(131,140,154);
    font-size: calc(70% + .5vw + .5vh);
    margin-top: 10px;
}
.ttl1 p{
   color: rgb(97 99 102);
   font-size: calc(55% + .5vw + .5vh);
}
.ttl1 b{
   color: rgb(131,140,154);
}
.img-fluid{
  object-fit: cover;
    object-position: 50% 50%;
  width:100%;
  height: auto;
}

.l2 p {
    font-size: calc(30% + .5vw + .5vh);
    margin-top: 5px;
    color: black;
    padding-left: 9%;
}
.l2 img{
  height:50%;
}
.blog .sidebar {
  padding: 30px;
  margin: 0 0 60px 20px;
 box-shadow: rgb(17 17 26 / 5%) 0px 1px 0px, rgb(17 17 26 / 20%) 0px 0px 8px;
}
.blog .sidebar .sidebar-title {
  font-size: 20px;
  font-weight: 700;
  padding: 0 0 0 0;
  margin: 0 0 15px 0;
  color: #1e4356;
  position: relative;
}
.blog .sidebar .sidebar-item {
  margin-bottom: 30px;
}
.blog .sidebar .search-form form {
  background: #ffffff;
  border: 1px solid #ddd;
  padding: 3px 10px;
  position: relative;
}
.blog .sidebar .search-form form input[type=text] {
  border: 0;
  padding: 4px;
  border-radius: 4px;
  width: calc(100% - 40px);
}
.blog .sidebar .search-form form button {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 15px;
  margin: -1px;
  background: #68A4C4;
  color: #ffffff;
  transition: 0.3s;
  border-radius: 0 4px 4px 0;
  line-height: 0;
}
.blog .sidebar .search-form form button i {
  line-height: 0;
}
.blog .sidebar .search-form form button:hover {
  background: #77adca;
}
.blog .sidebar .categories ul {
  list-style: none;
  padding: 0;
}
.blog .sidebar .categories ul li + li {
  padding-top: 10px;
}
.blog .sidebar .categories ul a {
  color: var(--secondary-color);
  transition: 0.3s;
}
.blog .sidebar .categories ul a span {
  padding-left: 5px;
  color: #423f3f;
  font-size: 14px;
}
.blog .sidebar .recent-posts .post-item + .post-item {
  margin-top: 15px;
}
.blog .sidebar .recent-posts img {
  width: 80px;
  float: left;
}
.blog .sidebar .recent-posts h4 {
  font-size: 15px;
  margin-left: 95px;
}
.blog .sidebar .recent-posts h4 a {
  color: var(--secondary-color);
  transition: 0.3s;
}
.blog .sidebar .recent-posts time {
  display: block;
  margin-left: 95px;
  font-style: italic;
  font-size: 14px;
  color: #423f3f;
}
.blog .sidebar .tags {
  margin-bottom: -10px;
}
.blog .sidebar .tags ul {
  list-style: none;
  padding: 0;
}
.blog .sidebar .tags ul li {
  display: inline-block;
}
.blog .sidebar .tags ul a {
  color: #3f8db5;
  font-size: 14px;
  padding: 6px 14px;
  margin: 0 6px 8px 0;
  border: 1px solid #e4eff5;
  display: inline-block;
  transition: 0.3s;
}
.blog .sidebar .tags ul a:hover {
  color: #ffffff;
  border: 1px solid #68A4C4;
  background: #68A4C4;
}
.blog .sidebar .tags ul a span {
  padding-left: 5px;
  color: #bedae8;
  font-size: 14px;
}
#footer {
  font-size: 14px;
}
#footer .footer-newsletter {
  padding: 50px 0;
  background: #0d2735;
}
#footer .footer-newsletter h4 {
  font-size: 24px;
  margin: 0 0 20px 0;
  padding: 0;
  line-height: 1;
  font-weight: 600;
  color: #a2cce3;
}
#footer .footer-newsletter form {
  margin-top: 30px;
  background: #ffffff;
  padding: 6px 10px;
  position: relative;
  border-radius: 50px;

}
#footer .footer-newsletter form input[type=email] {
  border: 0;
  padding: 4px;
  width: calc(100% - 100px);
}
#footer .footer-newsletter form input[type=submit] {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 20px;
  margin: 3px;
  background: #68A4C4;
  color: #ffffff;
  transition: 0.3s;
  border-radius: 50px;
}
#footer .footer-newsletter form input[type=submit]:hover {
  background: #468db3;
}
#footer .footer-top {
 background: var(--secondary-color);
    padding: 60px 0 30px 0;
}
#footer .footer-top .footer-info {
  margin-bottom: 30px;
}
#footer .footer-top .footer-info h3 {
  font-size: 18px;
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  color: #fff;
  font-weight: 600;
}
#footer .footer-top .footer-info p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  color: #ffffff;
}
#footer .footer-top .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #1e4356;
  color: #ffffff !important;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}
#footer .footer-top .social-links a:hover {
  background: #68A4C4;
  color: #ffffff;
  text-decoration: none;
}
#footer .footer-top h4 {
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  position: relative;
  padding-bottom: 12px;
}
/*#footer .footer-top .footer-links {*/
/*  margin-bottom: 30px;*/
/*}*/
#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: #a2cce3;
  font-size: 18px;
  line-height: 1;
}
#footer .footer-top .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}
#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
#footer .footer-top .footer-links ul a {
  color: #ffffff !important;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
   text-decoration: none;
}
#footer .footer-top .footer-links ul a:hover {
  color: #a2cce3;
}
#footer .copyright {
  text-align: center;
  padding-top: 30px;
}
#footer .credits {
  padding-top: 10px;
  text-align: center;
  font-size: 13px;
  color: #ffffff;
}
#footer .credits a {
  color: #a2cce3;
}
.lgn{
  /*box-shadow: rgb(17 17 26 / 5%) 0px 1px 0px, rgb(17 17 26 / 20%) 0px 0px 8px;*/
  padding: 2%;
  box-shadow: var(--secondary-color) 0px 0px 0px 2px;
}
/*<--Free white paper Start-->*/
/*<--Free white paper Start-->*/
.free{
  top: 25px;
  height: 200px;
  width: 96%;
  background-color: #fac559;
  position: absolute;
  font-size: 18px;
  padding-left: 50%;
  color: white;
  padding-top: 9%;
}
.free1 {
  top: 25px;
  height: 200px;
  width: 96%;
  background-color: #343739;
  position: absolute;
  font-size: 18px;
  padding-left: 50%;
  color: white;
  padding-top: 9%;
}
.free2 {
   top: 25px;
  height: 200px;
  width: 96%;
  background-color: #385a7f;
  position: absolute;
  font-size: 18px;
  padding-left: 50%;
  color: white;
  padding-top: 9%;
}
.fre img{
  height: 250px;
  width: 46%;
  position: relative;
  box-shadow: rgb(17 17 26 / 5%) 0px 1px 0px, rgb(17 17 26 / 20%) 0px 0px 8px;
}
.frk{
  height: 200px;
  width: 100%;
  background-color: #fac559;
   font-size: 18px;
  padding-left: 50%;
  color: white;
  padding-top: 9%;
}
.frk h2{
   color: white !important;
}
.frk1 {
  height: 200px;
  width: 100%;
  background-color: #343739;
  font-size: 18px;
  padding-left: 50%;
  padding-top: 9%;
}
.frk1 h2{
   color: white !important;
}
.frk2 {
   height: 200px;
  width: 100%;
  background-color: #385a7f;
   font-size: 18px;
  padding-left: 50%;
  padding-top: 9%;
}
.frk2 h2{
   color: white !important;
}
.frke{
  height: 250px;
  background-color: #fac559;
   font-size: 18px;
  color: white;
  padding-top: 9%;
}
.frke h2{
   color: white !important;
}
.frke img{
width: 100%;
    position: absolute;
    top: 0px;
     left: 0%;
    height: 250px;
   border: 10px solid #343739;
}
.frke1 img{
width: 100%;
    position: absolute;
    top: 0px;
     left: 0%;
    height: 250px;
   border: 10px solid #385a7f;
}
.frke1 {
  height: 250px;
  background-color: #343739;
  font-size: 18px;
   padding-top: 9%;
}
.frke1 h2{
   color: white !important;
}
.frke2 {
   height: 250px;
  background-color: #385a7f;
   font-size: 18px;
   padding-top: 9%;
}
.frke2 h2{
   color: white !important;
}
.tt img {
    width: 42%;
     margin-left: 30%;
}
.tt p{
   text-align:center; 
}
.tp{
  padding-top:25px;
}
 /*<--Free white paper 2-->*/
 .flip{
  height: 100px;
 padding-top: 1%;
box-shadow: rgb(17 17 26 / 5%) 0px 1px 0px, rgb(17 17 26 / 20%) 0px 0px 8px;
}
.flip h2{
  font-size: calc(90% + .5vw + .5vh);
    color: black !important;
}
/*<--Free white paper End-->*/
.card-body p{
  text-align: justify;
}
.web {
    background-color: #4c4545;
    padding: 10px;
    text-align: center;
    border-radius: 135px 0 135px 0;
    background-color: rgb(26, 165, 216);
    color:white
}
.web a {
    color: #ffffff;
    font-size: 18px;
}
.web {
    background-color: #4c4545;
    padding: 10px;
    text-align: center;
    border-radius: 135px 0 135px 0;
    color:white
}
.mek{
   border-radius: 10px;
    padding: 1%;
    margin: 1%;
    height: auto;
   box-shadow: rgb(17 17 26 / 5%) 0px 1px 0px, rgb(17 17 26 / 20%) 0px 0px 8px;
 }
.mek1{
   box-shadow: rgb(17 17 26 / 5%) 0px 1px 0px, rgb(17 17 26 / 20%) 0px 0px 8px;
    border-radius: 10px;
    padding: 1%;
    margin: 1%;
    height:auto;
}
.mek2{
    box-shadow: rgb(17 17 26 / 5%) 0px 1px 0px, rgb(17 17 26 / 20%) 0px 0px 8px;
    border-radius: 10px;
    padding: 2%;
    height:auto;
   
}
.mek3{
   box-shadow: rgb(17 17 26 / 5%) 0px 1px 0px, rgb(17 17 26 / 20%) 0px 0px 8px;
    border-radius: 10px;
   height:auto;
   padding: 1%;
}
.mek4{
   box-shadow: rgb(17 17 26 / 5%) 0px 1px 0px, rgb(17 17 26 / 20%) 0px 0px 8px;
    border-radius: 10px;
    padding: 5%;
    height: auto;
}
.input-group-text {
    display: flex;
    align-items: center;
    /*padding: 0.375rem 0.75rem;*/
    padding-top: 1px;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: center;
    white-space: nowrap;
    background-color: #f3f1f2 !important;
    border: 1px solid #f3f1f2 !important;
    border-radius: 0.25rem;
}
 .l1 img{
  /*width:65px;
  height: 65px;*/
  border-radius:50%;
  max-height:70px;
  margin:0px auto;
 }
 .tl2 a {
    color:var(--secondary-color);
  
    transition: 0.3s;
    text-decoration: none;
}
.btn-depk {
   background: linear-gradient(to left, #434343, #000000);
    color: #ffffff !important;
    border-radius: 3rem;
    overflow: hidden;
    height: 26px;
    text-decoration: none;
    font-size: 12px;
    padding-top: 2px;
}

/*<--! faq start!-->*/
.faq_Hdr {
    background-color: #dddddd;
    padding: 10px;
    font-weight: bold;
    font-size: 16px;
}
.trainings {
    background-color: #dddddd;
    padding: 5px;
}
.faq_main {
    border: 1px solid #b3c2d6;
    margin-bottom: 20px;
    width: 100%;
    padding: 0px;
}
.card-header {
    padding: 0.5rem 1rem;
    margin-bottom: 0;
    /*background: linear-gradient(to left, #434343, #000000);*/
    background: linear-gradient(to left, #bfc7b8, #093066);
    border-bottom: 1px solid rgba(0,0,0,.125);
}
.card-header:hover {
    padding: 0.5rem 1rem;
    margin-bottom: 0;
    background-color: #384d4b;
    border-bottom: 1px solid rgba(0,0,0,.125);
}
.card-body .fa{
  font-size: 50px;
  padding-left: 40%;
  color: #3c546c;
}
/*}*/
/*extra*/
.card2 {
    border: 1px solid gray;
    border-radius: 10%;
}
.card2-title {
    text-align: center;
    padding: 3%;
    font-size: 24px;
    color: #343739;
}
.card2 {
    border: 1px solid #c5c5c5;
    border-radius: 10%;
}

.abt{
 box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
}
.abt p{
   padding: 4%;
}


.sdr h2{
    text-align:center;
    font-weight:700;
    font-size: calc(16px + 1vw);
    margin:1rem auto 2.5rem;
    color:#0e2a47;
    position:relative;
    padding-bottom:12px;
    letter-spacing:0.5px;
}

.sdr h2::after{
    content:"";
    position:absolute;
    left:50%;
    bottom:0;
    transform:translateX(-50%);
    width:120px;
    height:4px;
    background: var(--secondary-color);
    border-radius:4px;
}

.sdr h2::before{
    content:"";
    position:absolute;
    left:50%;
    bottom:-6px;
    transform:translateX(-50%);
    width:50px;
    height:4px;
    background: var(--primary-color);
    border-radius:4px;
    box-shadow:0 3px 8px rgba(196,22,42,0.3);
}

.get-starte-btn2 {
 background:var(--primary-color);
  display: inline-block;
  padding: 3px 12px;
  border-radius: 20px;
  border: 2px solid var(--primary-color);
  color: #ffffff !important;
  transition: none;
  font-size: 14px;
  font-weight: 400;
  text-decoration:none; 
}
.get-starte-btn2:hover {
  color: var(--primary-color) !important;
  background: #fff;
  border: 2px solid var(--primary-color);
  text-decoration: none;
  }

  /*<--Homepage Webinars Part-->*/
    .webc{background: rgb(26, 165, 216);
          padding: 10px;
          text-align: center;
          border-radius: 135px 0 135px 0;
          margin-top: 1%;
          height:45px;
        }
        .webc h6{
           font:bold;
          color:white;
          font-size: 20px;
        }
    .webc0{background: var(--secondary-color);
    padding: 10px;
    text-align: center;
    border-radius: 135px 0 135px 0;
    margin-top: 1%;
    height: 45px;
    color: white;
    font-size: calc(65% + .5vw + .5vh);
        }
        .webc0 h6{
           font:bold;
          color:#000000;
          font-size: 20px;
        }
    .webc1{background: rgb(76, 69, 69);
          padding: 10px;
          text-align: center;
          border-radius: 135px 0 135px 0;
          margin-top: 1%;
          height:45px;
        }
        .webc1 h6{
           font:bold;
          color:white;
          font-size: 20px;

        }

        .wrmg img{
          border-radius:50%;
          max-height:80px;
          border:4px solid #1aa5d8
         }
         
         .bdr12{
          min-height: 350px;
          border:1px solid #cacaca;
          padding-top: 10px;
          max-height: 400px;
         }



    /*<--Homepage Webinars Part-->*/
    .webc{background: var(--secondary-color) !important;
          padding: 10px;
          text-align: center;
          border-radius: 135px 0 135px 0;
          margin-top: 1%;
          height:45px;
        }
        .webc h6{
           font:bold;
          color:white !important;
          font-size: 20px;
        }
    .webc1{background:linear-gradient(to left, #434343, #000000);
          padding: 10px;
          text-align: center;
          border-radius: 135px 0 135px 0;
          height:45px;
          color: white;
          font-size: calc(65% + .5vw + .5vh);
        }
        .webc1 h6{
           font:bold;
          color:white;
          font-size: 20px;

        }

        .top_pad_100{
          padding-top: 50px;
        }

        .top_pad_50{
          padding-top: 50px;
        }

        .btm_pad_100{
          padding-bottom: 100px;
        }
        
        .btm_pad_200{
          padding-bottom: 200px;
        }

        .btm_marg_200{
          margin-bottom: 200px;
        } 

        .btm_pad_50{
          padding-bottom: 50px;
        }


        .col-form-label-lg-spcl{
          padding-top: calc(0.1rem + 1px);
          padding-bottom: calc(0.1rem + 1px);
          font-size: 1rem;
          line-height: 1.5;
        }

        .spcl_box{ padding:10px; 
          border-radius:10px; 
          background: var(--secondary-color)1c;
        }

        .extra_css_for_img{
          height:110px; 
          width:40%;
          border-radius:10%; 
          display:block; 
          margin-left:auto; 
          margin-right:auto;
           width:50%;  
        }

        

        .no_justify ul li{
          text-align: left;
          font-size: calc(35% + .4vw + .4vh);
        }

        

        #formSearch{ 
          border-style: solid; 
          border-color: #6a3333; 
          border-width: 2px; 
          border-radius: 5px; 
          margin-top: 1px;
        }
        #formSearch2{
          border-style: solid; 
          border-color: #6a3333; 
          border-width: 2px; 
          border-radius: 5px; 
          /*margin-top: 10px;*/
        }

        .dropdown-item:hover {
            color: #fff;
            text-decoration: none;
            background-color: var(--secondary-color);
        }
        
        /*.spkr_txt{*/
        /*  text-align: center;*/
        /*}*/
        
        .spkr_txt a{
            color:var(--secondary-color);
        }
        
        .dropdown-item {
          font-weight: 700;
        }
        
        .carousel-item {
            position: relative;
            display: none;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            width: 100%;
            transition: -webkit-transform .1s ease;
            transition: transform .1s ease;
            transition: transform .1s ease,-webkit-transform .1s ease;
            -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
            -webkit-perspective: 1000px;
            perspective: 1000px;
        }
        
        .remove_marging_pad{
          padding-right: 1px;
          padding-left: 1px;
        }
        
        .profile_text{
          font-size: calc(35% + .5vw + .5vh);
        }
        
        .btn-depk1 {
          background: linear-gradient(to left, #434343, #000000);
          color: #ffffff !important;
          border-radius: 3rem;
          overflow: hidden;
          height: 26px;
          text-decoration: none;
          font-size: 12px;
          padding: 1%;
            padding-top: 1%;
          float: right;
          padding-top: inherit;
        }
        
        .btn-depk2 {
           background: linear-gradient(to left, #434343, #000000);
            color: #ffffff !important;
            border-radius: 3rem;
            overflow: hidden;
            text-decoration: none;
            font-size: calc(35% + .5vw + .5vh);
            width: 21%;
          }
          
        .spn{
          color:var(--secondary-color);
        }
        .spn1{
          float:right;
          color:var(--secondary-color) !important;
          padding-top:10px;
        }
        .form-control{
        border: 1px solid #ccc;
        display: block;
        /*width: 100%;*/
        height: 43px;
        padding: 0 20px;
        border-radius: 20px;
        background: none;
      }
      
      .slider ul li{ position:relative; background-color: #fff; float:left; list-style:none; border:1px solid #ddd; }
      .slider ul{ margin:0px; padding:0px; position:relative; }
      .views {
        width: 262px;
        height: 300px;  padding:0px;  color:#000000;
        margin-right:30px;
        float: left;
        border: 10px solid #fff;
        overflow: hidden;
        position: relative;
        text-align: center; box-shadow: 1px 1px 2px #ffcccc;
        cursor: default;
      }
      .views .mask, .views .content {
        width: 262px;
        height: 300px;
        position: absolute;
        overflow: hidden;
        top: 0px;
        left: 0px;
      }
      .view-first .mask {
        opacity: 0;
        background-color: rgba(221,221,221, 0.9); 
        transition: all 0.4s ease-in-out;
      }
      .view-first h4 {
        background-color:#325C6A;
        color:#fff; padding:5px 0px;
        transform: translateY(-100px);
        opacity: 0;
        transition: all 0.4s ease-in-out;
      }
      .view-first .dtls {
        transform: translateY(10px);
        opacity: 0;
        transition: all 0.2s linear;
      }
      .views a.btn {
        display: inline-block;
        text-decoration: none;
        padding: 7px 14px;
        background: #4c4545;;
        color: #fff;
        text-transform: uppercase;
      }
      .view-first a.btn{
        opacity: 0;
        transition: all 0.2s ease-in-out;
      }
      .view-first:hover{
        box-shadow: 5px 5px 15px rgba(0,0,0,0.3);
        transition: box-shadow 0.3s ease-in-out;
      }
      .view-first:hover .mask {
        opacity: 1;
      }
      .view-first:hover h4,
      .view-first:hover div.dtls,
      .view-first:hover a.btn {
        opacity: 1;
        transform: translateY(10px);
      }
      .view-first:hover .dtls {
        transition-delay: 0.1s;
      }
      .dtls{ text-align:left; font-weight:normal; padding:5px; }
      .views img {
        display: block;
        position: relative
      }
      .view-first:hover img { 
        transform: scale(1.14);
        transition: all 0.2s linear;
      }
      
    
/* ===== /assets/css/conf-new.css ===== */

.conf-wrap {
  background: #FFFAFA;
  border-radius: 1rem;
    box-shadow: rgba(0, 0, 0, 0.06) 0px 2px 4px 0px inset;
}

/* LEFT */
.conf-left{ padding-right: 8px; }
.conf-h1{
  font-size: clamp(1.2rem, 2.4vw, 2.4rem);
  font-weight: 700;
  line-height: 1.1;
  margin: 0 0 6%;
  color: #111;
  font-family: math;
}

/* Webinar Details (exact grid feel) */
.conf-details-head{
  font-size: 16px;
  font-weight: 600;
  color: #111;
  padding: 10px 0;
  border-bottom: 1px solid #ffcccc;
}
.conf-grid{border-top: 1px solid #ffcccc; border-bottom: 1px solid #ffcccc; }
.conf-grid-row{ display:flex; }
.conf-grid-cell{
  flex:1;
  padding: 18px 16px;
  border-right: 1px solid #ffcccc;
}
.conf-grid-row .conf-grid-cell:last-child{ border-right: 0; }
.conf-grid-row + .conf-grid-row .conf-grid-cell{ border-top: 1px solid #ffcccc; }

.conf-label{ font-size: 14px; color:#777; margin-bottom: 6px; }
.conf-val{ font-size: 16px; color:#111; font-weight: 600; }
.conf-grid-empty{ background: #fff; }

/* RIGHT CARD (exact like image) */
.conf-right-card{
  background: var(--secondary-color);
  border-radius: 16px;
  padding:12px;
}
.conf-right-title{
  font-size: 18px;
  font-weight: 700;
  color:#fff;
  margin-bottom: 14px;
  text-align: center;
}
.conf-coupon-line{
  font-size: 13px;
  color:#0b5ed7;
  font-weight: 700;
  margin-bottom: 12px;
}
.conf-coupon-code{
  color:#111;
  font-weight: 700;
  margin-left: 6px;
}
.coupon-success-badge {
    text-align: end;
    color: seagreen;
    font-weight: 600;
}

.conf-options{ margin-bottom: 12px;border-radius: 8px; }

/* option card */
.conf-option{
  display:flex;
  align-items:flex-start;
  gap: 10px;
  padding: 8px;
  margin-bottom: 0;
  cursor:pointer;
  color: #fff;
}

/* checkbox hidden, custom UI shown */
.conf-check{ position:absolute; opacity:0; pointer-events:none; }



.conf-ui{
  width: 18px;
  height: 18px;
  border-radius: 4px;
  border: 2px solid #c7d0db;
  margin-top: 2px;
  position: relative;
  flex: 0 0 18px;
}
.conf-check:checked + .conf-ui{
  background: var(--primary-color);
  border-color: var(--primary-color);
}
.conf-check:checked + .conf-ui:after{
  content: '';
  position: absolute;
  left: 5px;
  top: 1px;
  width: 5px;
  height: 10px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

/* highlight card when checked */

.conf-option:has(.conf-check:checked){
  border-color: var(--primary-color);
}

.conf-opt-text{ display:flex; width: 100%; justify-content: space-between; }
.conf-opt-name{ font-size:16px; font-weight:600; color:#fff;}
.conf-opt-price{ font-size:16px; }
.conf-old{ color:#ff5454; text-decoration: line-through; margin-right: 8px; }


/* corporate */
.conf-corp{
  font-size: 13px;
  color:#dadada;
  margin: 8px;
  text-align: center;
}
.conf-link-btn{
  background: none;
  border: 0;
  padding: 0;
  color:var(--primary-color);
  text-decoration: underline;
  font-weight:600;
  cursor:pointer;
}

/* buttons */
.conf-actions{ display:flex; gap: 12px;justify-content: space-between;padding: 0 12px; }

.conf-total {
    color: #fff;
    font-size: 22px;
    font-weight: 600;
}

.conf-description {
    background: #fff;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
    padding: 8px;
    border-radius: 8px;
}
/* ROW 2 wrappers (simple, बाकी as-is content) */
.conf-section{ margin-bottom: 14px; }
.conf-section-title {
  font-size: 22px;
  font-weight: 700;
  color: #111;
  margin-bottom: 16px;
  display: inline-block;
  position: relative;
}

.conf-section-title:after {
  content: "";
  display: block;
  width: 50px;
  height: 3px;
  background: var(--primary-color);
  margin-top: 6px;
  border-radius: 3px;
}

.conf-section-body{ color:#222; line-height: 1.7; }

.conf-box{
  background:#fff;
  border: 1px solid #ffcccc;
  border-radius: 14px;
  padding: 14px 14px;
}
.conf-box-title{ font-weight:700; margin-bottom: 10px; color:#111; }
/* clean + professional list */
.conf-ul{
  margin: 0;
  padding: 0;
  list-style: none;
}

.conf-ul li{
  position: relative;
  margin: 0;
  padding: 10px 0 10px 28px;
  font-size: 15px;
  line-height: 1.55;
  color: #1f2937; /* slightly softer than #222 */
  border-bottom: 1px solid rgba(10,43,86,.08);
}

.conf-ul li:last-child{
  border-bottom: 0;
}

/* subtle bullet icon */
.conf-ul li::before{
  content: "";
  position: absolute;
  left: 8px;
  top: 18px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--primary-color, #c00032);
  box-shadow: 0 0 0 3px rgba(192,0,50,.12);
}

/* links inside list */
.conf-ul li a{
  color: var(--secondary-color, #0a2b56);
  text-decoration: none;
  font-weight: 600;
}

.conf-ul li a:hover{
  text-decoration: underline;
}

/* optional: hover row highlight */
.conf-ul li:hover{
  background: rgba(10,43,86,.03);
}

.two-line-ellipsis{
    text-align: start !important;
    font-weight: 600;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.4em;
    min-height: 2.8em; /* line-height × 2 */
    font-size: 18px;
}

/* Calendar badge (like your image) */
.conf-daysleft2{
  --red:#ff1f3d;
  --navy:var(--secondary-color);

  position:relative;
  display:inline-flex;
  align-items:center;

  /* keep it tight */
  line-height:1;
  font-family: Arial, sans-serif;
}

/* LEFT calendar */
.conf-daysleft2 .conf-num{
  position:relative;
  display:grid;
  place-items:center;
    outline: 2px solid var(--red);
  width:68px;
  height:58px;
  background:#fff;
  color:var(--navy);
  font-weight:900;
  font-size:32px;
z-index: 9;
  border-radius:6px;
}

/* top red strip */
.conf-daysleft2 .conf-num::before{
  content:"";
  position:absolute;
  left:0; top:0;
  width:100%;
  height:16px;
  background:var(--red);
}

/* binder rings */
.conf-daysleft2 .conf-num::after{
  content:"";
  position:absolute;
  top:-6px;
  left: 12px;
    width: 6px;
    height: 12px;
  background:var(--navy);
  border-radius:8px;
    
  /* clone 5 rings */
  box-shadow:
    20px 0 0 var(--navy),
    40px 0 0 var(--navy),
    20px 0 0 var(--navy);
}

/* keep number below strip */
.conf-daysleft2 .conf-num{
  padding-top:18px;
}

/* RIGHT red label */
.conf-daysleft2 .conf-text{
  display:flex;
  align-items:center;
  justify-content:center;

  height:46px;
  padding:0 12px;

  background:var(--red);
  color:#fff;

  font-weight:700;
  letter-spacing:.5px;
  text-transform:uppercase;
  font-size:12px;
  line-height:1.05;

  border-radius:0 12px 12px 0;
  box-shadow: rgba(0, 0, 0, 0.35) 0px -50px 36px -28px inset;
}

/* small depth edge (optional) */
.conf-daysleft2 .conf-text{
  position:relative;
}
.conf-daysleft2 .conf-text::before{
  content:"";
  position:absolute;
  left:0;
  top:0;
  width:14px;
  height:100%;
  background:rgba(0,0,0,.10);
  border-radius:0 0 0 0;
  clip-path: polygon(0 0, 100% 10%, 100% 90%, 0 100%);
  opacity:.25;
}


/* responsive */
@media (max-width: 991.98px){
  .conf-left{ padding-right: 0; }
  .conf-h1{ font-size: 34px; }
}
@media (max-width: 575.98px){
  .conf-h1{ font-size: 28px; }
  .conf-grid-row{ flex-direction: column; }
  .conf-grid-cell{ border-right: 0;padding: 8px; }
  .conf-grid-row + .conf-grid-row .conf-grid-cell{ border-top: none; }

  .conf-actions{ flex-direction: column; }
}

/* ===== Support Block (FA icons) ===== */
.conf-support{
  border-radius:12px;
  padding:7% 0 1%;
  display: flex;
    gap: 2%;
    flex-wrap: wrap;
}

.conf-support-item{
  display:flex;
  align-items:flex-start;
  gap:12px;
  padding:10px 0;
}

.conf-support-ic{
  width:34px;
  height:34px;
  display:flex;
  align-items:center;
  justify-content:center;
  color:var(--primary-color);
  font-size:26px;
  flex:0 0 34px;
}

.conf-support-title{
  font-size:14px;
  font-weight:700;
  color:#111;
  line-height:1.2;
  margin-bottom:2px;
}

.conf-support-sub {
    font-size: 14px;
    color: #494949;
    line-height: 1.3;
}

.conf-support-link{
  color:var(--primary-color);
}
.conf-support-link:hover{
  color:#174a86;
}

/* ===== Speaker Card ===== */

.conf-speaker-card{
  background: #ffffff;
  border-radius: 16px;
  padding: 16px;
  border: 1px solid #ffcccc;
  margin: 1rem 0;
}

.conf-speaker-header{
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 18px;
}

.conf-speaker-img{
  width: 110px;
  height: 110px;
  object-fit: cover;
  border-radius: 50%;
  border: 4px solid #e9f2ff;
}

.conf-speaker-info{
  flex: 1;
}

.conf-speaker-name{
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 6px;
  color: #111;
}

.conf-speaker-edu{
  font-size: 14px;
  color: #6b7280;
  font-weight: 500;
}

.conf-speaker-bio{
  font-size: 15px;
  line-height: 1.8;
  color: #333;
}

/* Responsive */
@media (max-width: 575.98px){
  .conf-speaker-header{
    flex-direction: column;
    text-align: center;
  }

  .conf-speaker-info{
    text-align: center;
  }

  .conf-speaker-img{
    width: 90px;
    height: 90px;
  }
}


.rating {
    font-size: 18px;
}

.star {
    display: inline-block !important;
    width: 16px !important;
    height: 20px !important;
    position: relative !important;
    background-color: transparent !important;
    margin: 0 2px !important;
    /* adjust space between stars */
}


.star:before {
    content: "\2605";
    /* Unicode character for star */
    position: absolute;
    top: -3px;
    left: 0;
    color: #ccc;
    /* Default star color */
    overflow: hidden;
    /* Clip overflow */
    width: 100%;
    /* Clip entire star */
}

.filled:before {
    color: gold;
    /* Filled star color */
}

.unfilled:before {
    color: #ccc;
    /* Unfilled star color */
}

.half-filled:before {
    background: linear-gradient(to right, gold 50%, #ccc 50%);
    /* Half-filled star color gradient */
    -webkit-background-clip: text;
    /* Apply gradient to text only */
    -webkit-text-fill-color: transparent;
    /* Hide original text color */
}


.carousel {
    position: relative;
}

.text {
    position: absolute;
    /*top: 85%;*/
    bottom: 2%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    color: white;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
}

.faq {
    /*min-height: 60vh;*/
    max-width: 90%;
    margin: 0 auto;
    padding: 10px;
}

.faq {
    padding: 10px;
    text-align: center;
    border-radius: 10px;

}

.faq__title {
    font-size: 20px;
    text-transform: uppercase;
    color: #8b7197;
}

.faq__subtitle {
    font-size: 20px;
}

.faq__question {
    margin: 1%;
    background-color: var(--primary-color);
    border-radius: 10px;
    cursor: pointer;
    padding: 1%;
    width: 75%;
    text-align: left;
    border: none;
    outline: none;
    transition: 0.4s;
    font-weight: 500;
    line-height: 1.5;
    position: relative;
    transition: all 0.2s ease;
    color: white;
    font-size: 18px;
    text-align: center;
}

.faq__panel p {
    font-size: calc(20% + .5vw + .5vh);
    text-align: center;
}

.faq__question:after {
    content: "\02795";
    position: absolute;
    left: 10px;
    font-size: 14px;
}

.faq__question_active:after {
    content: "\2796";
    color: white;
    position: absolute;
    left: 10px;
    font-size: 14px;
}

.faq__subtitle {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.55;
    padding-top: 8px;
    padding-bottom: 10px;
}

.faq__panel {
    display: none;
    text-align: left;
    font-size: 14px;
    line-height: 1.5;
    padding-left: 15%;
    max-width: 85%;
    overflow: hidden;
}

.faq__panel_active {
    display: block;
}
