body,
p,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Inter", sans-serif;
  /* font-family: "Roboto Slab", serif; */
}
p {
  color: #1b2437;
}
h2 {
  font-size: 30px;
  font-weight: 700;
}
a {
  transition: 0.2s all linear;
}
.heading {
  margin-bottom: 35px;
}
.header {
  background: #fff;
  box-shadow: 0px 3px 8px 0px rgba(158, 165, 201, 0.17);
  padding: 6px 0px;
  z-index: 1;
  position: relative;
}

.live-btn p {
  font-size: 16px;
  margin-bottom: 0;
}
.live-btn p span.live {
/*  background: #f15a37;*/
    color: #f15a37;
  font-weight: 400;
  padding: 0;
}
.banner {
  background: #fef1f1;
  position: relative;
  padding: 60px 0 130px;
}
.banner::after {
  position: absolute;
  content: "";
  background: url("../images/banner-after.png") no-repeat top left;
  top: -78px;
  right: 0;
  width: 625px;
  height: 328px;
}
.banner h1 {
  font-family: "Roboto Slab", serif;
  color: #1b2437;
  font-size: 42px;
  line-height: 50px;
  font-weight: 700;
  position: relative;
  z-index: 1;
}
.banner h1 span {
  color: #4f84ff;
  display: block;
}
.tutor {
  display: flex;
  align-items: center;
  gap: 15px;
}
.tutor .img-wpr {
  background: #f8b6a7;
  border: 3px solid #fff;
  border-radius: 50%;
  width: 190px;
  height: 190px;
  overflow: hidden;
  box-shadow: 0px 3px 8px 0px rgba(158, 165, 201, 0.17);
}
.tutor {
  margin-top: 50px;
  position: relative;
}
.tutor::after {
  position: absolute;
  content: "";
  background: url("../images/arrow.png");
  top: -38%;
  right: 25%;
  width: 63px;
  height: 156px;
}
.tutor h2 {
  color: #f15a37;
  margin-top: 5px;
  margin-bottom: 5px;
}
.tutor p {
  margin-bottom: 0;
  font-size: 18px;
  line-height: 23px;
  font-weight: 300;
}
.tutor p strong {
  font-weight: 700;
}
.date {
  font-size: 28px;
  font-weight: 700;
}
.date span {
  padding-left: 10px;
}
.cta {
  border-radius: 12px;
  box-shadow: 0px 3px 35px 0px rgb(158 165 201 / 26%);
  background: #fff;
  padding: 28px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-around;
  margin: 0px auto;
  z-index: 9;
  position: relative;
  margin-top: -62px;
}

.cta a.btn {
  background: #4f84ff;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  border-radius: 30px;
  padding: 16px 47px;
  transition: 0.2s all linear !important;
}
.cta a.btn:hover {
  background: #ff7555;
}
.learn {
  padding: 60px 0;
}

.bg-box {
  border-radius: 15px;
}
.bg-1 {
  background: #f2fcff;
  padding-top: 30px;
  padding-bottom: 30px;
}
.bg-2 {
  background: #fefaf8;
  padding: 60px 40px;
}
.list {
  padding-left: 0;
  margin: 15px 0;
}
.list li {
  font-size: 18px;
  line-height: 24px;
  color: #445578;
  margin-bottom: 20px;
  list-style: none;
  position: relative;
  padding-left: 30px;
}
.list li:before {
  content: "";
  width: 20px;
  height: 20px;
  top: 4px;
  left: 0;
  position: absolute;
  background: url("../images/tick-mark.png") no-repeat;
}
.webinar {
  padding: 40px 0 80px;
}
.webinar h4 {
  color: #1b2437;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 20px;
}

.webinar p {
  color: #445578;
  font-size: 16px;
  line-height: 20px;
}
.webinar .img-wpr {
  border-radius: 50%;
  width: 80px;
  height: 80px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 25px;
}
.bg-clr-1 {
  background: #ffc000;
}
.bg-clr-2 {
  background: #9d69df;
}
.bg-clr-3 {
  background: #7ddbf9;
}
.webinar a {
  font-weight: 700;
  color: #445578;
  text-decoration: none;
  transition: 0.2s all linear;
}
.webinar a:hover {
  color: #11d1cd;
}
.footer {
  background: #1d262d;
  text-align: center;
  padding: 60px 0;
}
.footer h3 {
  font-size: 22px;
  font-weight: 700;
}
.footer h3,
.footer p {
  color: #fff;
}
.footer p {
  margin-bottom: 0;
}
.footer a,
.social a:hover {
  text-decoration: none;
  color: #11d1cd;
}
.social a {
  font-size: 20px;
  color: #fff;
  width: 48px;
  height: 48px;
  background: #0e1c27;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin: 10px 5px 30px;
}

@media (min-width: 991px) {
  .banner img.banner-illustration {
    top: 157px;
    position: relative;
    right: 0px;
    z-index: 1;
  }
  .cta {
    width: 985px;
  }
  .learn .list {
    max-width: 450px;
  }
  .webinar p {
    padding: 0 40px;
  }
}
@media (max-width: 1080px) {
  .bg-1 {
    padding: 20px 20px 15px;
  }
  .cta {
    width: 90%;
  }
  .bg-clr-2,
  .bg-clr-3 {
    margin-top: 30px !important;
  }
}
@media (max-width: 767px) {
  .banner-illustration {
    display: none;
  }
  h2 {
    font-size: 20px;
  }
  
  .heading {
  margin-bottom: 25px;
}
   .bg-1 {
    padding: 30px 20px 20px;
  }
  
  .bg-2 {
  padding: 30px 20px 20px;
}
  
  
  .live-btn p {
  font-size: 13px;
}
  .banner {
    padding-bottom: 63px;
    padding-top: 20px;
  }
  .banner h1 {
    font-size: 25px;
    line-height: 33px;
    text-align: center;
  }

  .banner::after {
    position: absolute;
    content: "";
    background: url("../images/banner-after.png") no-repeat top left;
    top: -110px;
    right: 0;
    width: 625px;
    height: 328px;
  }
.list li {
  font-size: 15px;
  line-height: 23px;
}

  .cta {
    margin-left: 15px;
    margin-right: 15px;
    width: auto;
  }
  .date {
    font-size: 16px;
    margin-bottom: 20px;
  }

  .tutor {
    margin-top: 0;
    padding-top: 15px;
    padding-bottom: 30px;
    flex-wrap: wrap;
    justify-content: center;
    z-index: 1;
  }
  .tutor .img-wpr img {
    width: 100%;
  }
  .tutor .img-wpr {
    width: 120px;
    height: 120px;
  }
  
  .img50{
	  display:none;
  }
  
  
  .tutor-content {
    text-align: center;
  }
  .tutor::after {
    top: -8%;
    right: 0;
    z-index: 2;
  }

  .live-btn p span.live {
    display: block;
  }

  .learn {
    padding: 50px 0 10px 0;
  }
  .webinar {
    padding: 40px 0 45px;
  }
  .navbar-brand img {
    width: 150px;
  }
  .footer h3 {
  font-size: 20px;
}
}
