.footer-logos img {
  width: 50%;
}

.footer-logos2 {
  position: fixed;
  bottom: 0px;
  text-align: center;
  background: #ffffff;
  width: 100%;
}

.footer-logos2 img {
  width: 28%;
}

.font-Medium {
  font-family: Circular Std Medium;
}
.agenda-row {
  border: solid 1px #dfdfdf;
  border-radius: 10px;
  padding: 11px;
  margin-bottom: 20px !important;
}
.agenda-session {
  border-right: solid 1px #dddddd;
}
.agenda-clm-2 {
  padding-left: 30px;
}
.session {
  color: #00bcd4;
  font-weight: 600;
}

.font-Book {
  font-weight: 600;
}

body {
  font-family: "Open Sans", sans-serif;
  color: #444444;
  background: url(https://storage.googleapis.com/e4mevents/iprcca-2024-webinar/images/webinar-bg.jpg)
    no-repeat top center #151312;
  background-size: cover;
}
.extra {
  margin-top: -110px;
}
table.table th,
table.table td {
  padding-top: 0.6rem !important;
  padding-bottom: 0.6rem !important;
}
strong {
  font-weight: bold !important;
}
.watchagenda strong {
  color: #1ca2cb;
}
.form-group {
  margin-bottom: 0.5rem;
}
a {
  color: #47b2e4;
  text-decoration: none;
}

a:hover {
  color: #73c5eb;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Jost", sans-serif;
}
.home-height-2 {
  height: auto !important;
}

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: auto;
  }
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#home {
  width: 100%;
  height: 100vh;

  background-size: 100%;
}

/*.watch-bg{  width: 100%;
    height: 80vh !important;
    background: #fbad41;
    background-size: 100% 100% !important;}*/

#home .container {
  padding-top: 0px;
}

@media (max-width: 991px) {
  #home {
    height: auto;
    text-align: center;
  }
  #home .animated {
    -webkit-animation: none;
    animation: none;
  }
  #home .hero-img {
    text-align: center;
  }
  #home .hero-img img {
    width: 50%;
  }
  .lt-logo {
    width: 300px;
  }
  .rt-logo {
    width: 300px;
  }
}

@media (max-width: 768px) {
  .footer-logos2 {
    position: inherit;
    bottom: 0px;
    text-align: center;
    background: #ffffff;
    width: 100%;
  }

  .footer-logos2 img {
    width: 100%;
  }

  .footer-logos img {
    width: 100%;
  }
  .extra {
    margin-top: 100px !important;
  }
  #home {
    background: none;
  }
  #home h1 {
    font-size: 28px;
    line-height: 36px;
  }
  #home h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
  }
  #home .hero-img img {
    width: 70%;
  }
  .watch-bg {
    background-size: cover !important;
    height: auto !important;
  }
}

@media (max-width: 575px) {
  #hero .hero-img img {
    width: 80%;
  }
  #home .btn-get-started {
    font-size: 16px;
    padding: 10px 24px 11px 24px;
  }
  #home .btn-watch-video {
    font-size: 16px;
    padding: 10px 0 8px 40px;
    margin-left: 20px;
  }
  #home .btn-watch-video i {
    font-size: 32px;
    top: 7px;
  }
  .lt-logo {
    width: 200px;
  }
  .rt-logo {
    width: 200px;
  }
}

/*--- Footer Logo ---*/
.footer-logo {
  padding: 12px 0;
  text-align: center;
}

.footer-logo img {
  max-width: 45%;
  transition: all 0.4s ease-in-out;
  display: inline-block;
  padding: 15px 0;
  -webkit-filter: grayscale(100);
  filter: grayscale(100);
}

@media (max-width: 768px) {
  .footer-logo img {
    max-width: 40%;
  }
}

/*--- Footer ---*/
#footer {
  font-size: 14px;
  background: #ffffff;
}
@media (max-width: 1920px) {
  .video {
    width: 100%;
    height: 600px;
  }
}

@media (max-width: 1920px) {
  .video {
    height: 52vh;
    margin: auto;
    border: solid 1px #6a6a6a;
  }
}

@media (max-width: 1366px) {
  .video {
    margin-top: 29px;
    height: 340px;
  }
}

.footer-partner {
  width: 80%;
}
.mandatory {
  color: #e40040;
}
.login-form {
  padding: 30px;
  background: #ffffff;
  border: double 6px #008095;
  margin-bottom: 130px;
}
.login-btn {
  background: #302e31;
  padding: 6px 30px;
  font-weight: bold;
  color: #fff;
  font-size: 16px;
  border-radius: 60px;
}
.login-form label {
  font-size: 15px;
  font-weight: bold;
  padding-bottom: 5px;
}
.heading {
  font-size: 28px;
  color: #000000;
  text-align: center;
  font-weight: bold;
  border-bottom: dashed 1px #ccc;
  padding-bottom: 15px;
}
.login-btn:hover {
  color: #ffffff;
}

.a-heading {
  text-align: center;
  font-weight: bold;
  font-size: 22px;
  background: #302e31;
  color: #fff;
  padding: 12px;
}
.head-bg {
  background: #1c2556;
}
.agenda {
  padding: 0px;
  margin: 0px;
}
.agenda ul {
  padding: 0px;
  margin: 0px;
}
.agenda ul li {
  padding: 4px 15px;
  margin: 0px;

  margin-bottom: 5px;
  color: #000;
  font-weight: 500;
  font-size: 14px;
}
.ml-0 {
  margin-left: 0px !important;
}

.topic {
  text-align: center;
  background: #ea1c58;
  color: #fff;
  padding: 7px 0px 7px;
  font-size: 22px;
  font-weight: bold;
}
.agenda {
  padding: 0px;
  margin: 0px auto;

  padding: 15px;
}
.agenda ul {
  padding: 0px;
  margin: 0px;
}
.agenda ul li {
  padding: 10px Ã¢â‚¬â€¹15px;
  margin: 0px;
}
.table tr td.day-head {
  background-color: #ea1c58;
  color: #ffffff;
  font-weight: 600;
  font-size: 18px;
  text-transform: uppercase;
}
.left-logo {
  width: 80%;
  margin: 0px auto;
}
.footer-logos {
  position: fixed;
  bottom: 0px;
  width: 100%;
  background: #fff;
}
