﻿.w-1300 {
  max-width: 1300px;
}

* {
  margin: 0;
  padding: 0;
}

a:hover {
  text-decoration: none;
}

/*.Webinar_banner {
    background: url.w-1300 {
    max-width: 1300px;
}*/

* {
  margin: 0;
  padding: 0;
}

a:hover {
  text-decoration: none;
}

.Webinar_banner {
  background: url(../Images/Webinar_main_banner.png) center no-repeat;
  width: 100%;
  height: 585px;
  background-size: cover;
  padding-top: 30px;
  position: relative;
}

.opg_logo {
  height: 87px;
}

.nse_bse_numer {
  text-align: center;
}

.nse_bse_numer p {
  font-size: 25px;
  color: #000;
  font-weight: 500;
  letter-spacing: 0.5px;
  font-family: "Poppins";
}

.nse_bse_numer p b {
  font-weight: 600;
}

.Webinar_banner .top_left {
  display: flex;
  align-items: center;
  text-align: left;
}

.Webinar_banner .top_left a {
  color: #fff;
  font-size: 20px;
  letter-spacing: 1px;
}

.top_right {
  position: absolute;
  right: 0;
  top: 0;
}

.Webinar_banner .top_left .border_class {
  color: #fff;
  padding: 0 8px;
}

.webinar_main_heading {
  margin-top: 100px;
}

.webinar_main_heading h1 {
  font-size: 60px;
  font-weight: 400;
  font-family: "Poppins";
  color: #fff;
  letter-spacing: 0.3px;
  text-align: center;
  line-height: 1.4;
  margin-bottom: 0;
}

.webinar_main_heading h1 span {
  display: block;
  font-size: 90px;
  font-family: "Anton";
  letter-spacing: 2px;
}

.webinar_main_heading p {
  color: #fff;
  text-align: center;
  font-family: "Poppins";
  font-size: 30px;
  letter-spacing: 0.5;
}

.form_and_hot_section {
  margin: 20px 0 65px;
}

.padding-top {
  padding-top: 50px;
  margin-top: 90px;
}

/* .register_form input,
.register_form textarea {
  border: 0;
  border-bottom: 2px solid #ccc;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  padding-left: 20px;
  margin-bottom: 30px;
  font-size: 20px;
  letter-spacing: 0.5px;
  font-weight: 500;
  color: #000;
}

.register_form textarea {
  width: 100%;
  margin-bottom: 10px !important;
}

.register_form input::placeholder,
.register_form textarea::placeholder {
  font-size: 20px;
  letter-spacing: 0.5px;
  font-weight: 500;
  color: #000;
}

.register_form input:focus,
.register_form textarea:focus-visible {
  box-shadow: unset;
  border: 0 0 2px 0;
}

.register_form input[type="button"] {
  color: #fff;
  background: #e8780a;
  font-size: 16px;
  padding: 10px 30px;
  border-radius: 25px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
  border: 0;
  font-weight: 700;
  letter-spacing: 0.5px;
  line-height: normal;
  text-align: center;
  display: flex;
  justify-content: center;
  margin: auto;
} */

.host_section h3 {
  text-align: center;
  font-size: 30px;
  font-weight: 700;
  font-family: Arial, sans-serif;
  margin-bottom: 40px;
}

.speaker_images {
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  /* height: 102px;
  width: 102px; */
  /*border: 4px solid #e8780a;*/
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  /* margin-top: 30px; */
}

.speaker_images img {
  clip-path: circle(50% at 50% 50%);
  width: 96px;
  height: 96px;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
}

.designation {
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  font-family: Arial, sans-serif;
  margin-top: 15px;
  color: #000;
}

.designation b {
  font-family: Arial, sans-serif;
}

.designation span {
  color: #1288e0;
  display: block;
}

.date_time_main {
  margin-bottom: 40px;
  margin-top: -100px;
}

.date_time_main .date_div {
  display: flex;
  align-items: center;
  padding: 12px;
  background: #ced4da;
  width: fit-content;
  border-radius: 10px;
}

.date_time_main .date_div img {
  margin-right: 10px;
}

.date_time_main .date_div span {
  text-align: center;
  font-size: 15px;
  font-weight: 600;
  font-family: "arial";
  color: #000;
}

.about_points {
  margin-bottom: 30px;
}

.about_points h3 {
  color: #e8780a;
  letter-spacing: 0.5px;
  font-family: "Arial", sans-serif;
  font-size: 25px;
  font-weight: 600;
}

.about_points ul {
  padding: 0;
  margin: 0;
}

.about_points ol {
  padding: 0;
  margin: 0;
}

.about_points ul li {
  position: relative;
  list-style: none;
  padding-left: 15px;
  font-size: 20px;
  font-weight: 500;
  font-family: Arial, sans-serif;
  margin-top: 10px;
  color: #000;
  letter-spacing: 0.5px;
  line-height: 30px;
}

.about_points ol li {
  position: relative;
  list-style: none;
  padding-left: 15px;
  font-size: 20px;
  font-weight: 500;
  font-family: "Poppins";
  margin-top: 10px;
  color: #000;
  letter-spacing: 0.5px;
}

.about_points ul li span {
  width: 5px;
  height: 5px;
  background: #000;
  position: absolute;
  left: 0;
  top: 11px;
}

.about_points ol li span {
  width: 5px;
  height: 5px;
  background: #000;
  position: absolute;
  left: 0;
  top: 11px;
}

.main_offer_section {
  background: #e8780a;
  padding: 25px 0;
  margin-bottom: 50px;
}

/* .offer_div {
  margin-bottom: 15px;
} */

.main_offer_section .offer_div h4 {
  color: #fff;
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 0.5px;
  font-family: Arial, sans-serif;
  text-align: center;
}

.main_offer_section .offer_div {
  text-align: center;
}

.next_offer_div {
  display: flex;
  align-items: center;
}

.next_offer_div p {
  margin-bottom: 0;
  font-weight: 500;
  color: #fff;
  font-size: 25px;
  letter-spacing: 0.5px;
  font-family: "Poppins";
}

.next_offer_div img {
  margin-right: 15px;
}

.add_box video {
  max-width: 450px;
  /* height: 270px;   */
}

.speakers_detail {
  margin-top: 50px;
  margin-bottom: 50px;
}

.speakers_detail .headline h5 {
  color: #e8780a;
  font-size: 25px;
  font-family: "Poppins";
  font-weight: 600;
  letter-spacing: 0.5px;
}

.speakers_detail .headline h5 span {
  color: #000;
  font-weight: normal;
}

.spear_name h6 {
  color: #000;
  font-size: 25px;
  font-family: "Poppins";
  font-weight: 600;
  letter-spacing: 0.5px;
}

.designation_speaker h6 {
  color: #e8780a;
  font-size: 25px;
  font-family: "Poppins";
  font-weight: 600;
  letter-spacing: 0.5px;
}

/* .bottom_description {
  margin-top: 30px;
} */
.bottom_description h3 {
  color: #e8780a;
  letter-spacing: 0.5px;
  font-family: "Arial", sans-serif;
  font-size: 25px;
  font-weight: 600;
}

.bottom_description p {
  font-size: 20px;
  color: #000;
  font-family: "arial";
  font-weight: normal;
  line-height: 1.7;
}

.bottom_description strong {
  font-size: 22px;
  font-family: "arial";
  font-weight: 600;
}

.Webinar_banner_thank {
  background: url(../Images/patel-webinar-banner-bg.jpg) center no-repeat;
  width: 100%;
  height: 100vh;
  background-size: cover;
  padding-top: 30px;
  position: relative;
}

.webinar_main_heading_thakyou h1 {
  font-size: 70px;
  font-weight: 700;
  font-family: "Poppins";
  color: #fff;
  letter-spacing: 0.3px;
  text-align: center;
  line-height: 1.3;
}

.webinar_main_heading_thakyou h1 span {
  display: block;
  font-size: 70px;
  font-family: "Poppins";
  letter-spacing: 1.5px;
  font-weight: 600;
}

.Webinar_banner_thank p {
  color: #fff;
  text-align: center;
  font-family: "Poppins";
  font-size: 30px;
  letter-spacing: 0.5;
  position: absolute;
  bottom: 40px;
  left: 0;
  right: 0;
  margin: auto;
}

.thank_container {
  position: absolute;
  left: 0;
  right: 0;
  top: 25%;
  bottom: 0;
  margin: auto;
  width: 100%;
}

@media (max-width: 768px) {
  .webinar_main_heading h1 {
    font-size: 34px;
    font-weight: 400;
    line-height: 1.7;
  }

  .webinar_main_heading h1 span {
    font-size: 25px;
  }

  .webinar_main_heading p {
    font-size: 12px;
  }

  .Webinar_banner .top_left a {
    font-size: 7px;
  }

  .opg_logo {
    height: 25px;
  }

  .webinar_main_heading {
    margin-top: 25px;
  }

  .Webinar_banner {
    background: url(../Images/webinar_mobile_banner.png) center no-repeat;
    width: 100%;
    height: fit-content;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .nse_bse_numer p {
    font-size: 15px;
  }

  .host_section {
    margin-top: 35px;
  }

  .date_div {
    margin-bottom: 20px;
  }

  .about_points ul li {
    font-size: 16px;
  }

  .about_points ol li {
    font-size: 16px;
  }

  .about_points h3 {
    font-size: 20px;
    font-family: Arial, sans-serif;
  }

  .main_offer_section .offer_div h4 {
    font-size: 25px;
  }

  .next_offer_div {
    margin-bottom: 15px;
  }

  .next_offer_div p {
    font-size: 20px;
  }

  .add_box video {
    width: 100%;
  }

  .spear_name h6 {
    font-size: 22px;
  }

  .designation_speaker h6 {
    font-size: 20px;
  }
}

@media (max-width: 590px) {
  .Webinar_banner_thank {
    background: url(../Images/patel-webinar-banner-bg.jpg) center
      no-repeat;
    width: 100%;
    /*height: fit-content;*/
    background-size: cover;
    padding-top: 15px;
    padding-bottom: 15px;
    height: 100vh;
  }

  .thank_container {
    position: unset;
    padding-top: 50px;
  }

  .webinar_main_heading_thakyou h1 span {
    font-size: 38px;
  }

  .webinar_main_heading_thakyou h1 {
    font-size: 40px;
  }

  .Webinar_banner_thank p {
    font-size: 16px;
    bottom: 20px;
  }
}

@media (max-width: 1024px) {
  .webinar_main_heading h1 {
    line-height: normal;
  }
}

@media screen and (min-width: 0) and (max-width: 1023px) {
  .Login-baba .logo img {
    width: 100px !important;
  }

  .top-contact {
    margin-top: -27px !important;
  }

  .border-bt .bond-baba-box {
    position: relative !important;
  }

  /* .bond-discription {
    position: absolute !important;
    top: -69px !important;
  } */
  .bond-discription {
    top: 60% !important;
  }

  .bond-discription h1 {
    font-size: 17px;
  }

  .bond-discription p {
    font-size: 11px;
  }

  .shedule-time .date_div {
    padding: 8px !important;
  }

  .shedule-time .date_div span {
    font-size: 10px !important;
  }

  .shedule-time .date_div img {
    width: 21px !important;
    height: 21px !important;
  }

  /* .form-check-input{
  margin-left: 0;
} */
  .designation {
    font-size: 15px !important;
  }

  .designation span {
    font-size: 12px !important;
  }

  .form-check-label {
    font-size: 12px !important;
  }

  .login-form .login-form-box .signup-head h6 {
    font-weight: 700;
  }
  .webinar-start .time {
    padding: 11px !important;
  }

  .webinar-start .time p {
    font-size: 22px !important;
  }

  .login-form .login-form-box .signup-head h6 {
    font-size: 18px !important;
  }

  .login-form .login-form-box {
    padding: 6px 16px !important;
  }

  .login-form .form-group .form-control {
    height: 37px !important;
  }

  .login-form .login-form-box .signup-head {
    margin-bottom: 13px !important;
  }

  .top-contact {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .top-contact ul li a {
    font-size: 7px !important;
  }

  .top-contact ul li a img {
    width: 12px !important;
  }

  .top-contact ul li:nth-child(1) {
    border-right: 1px solid #202222 !important;
  }

  .top-contact ul li {
    padding: 0px 4px !important;
  }

  .login-form {
    margin-top: 55px !important;
  }
  .webinar-start .time {
    margin-top: 0 !important;
  }
  .speakers_detail {
    margin-top: 0;
  }
  .btn {
    height: 36px !important;
    font-size: 14px !important;
  }

  .highlights .right {
    margin-left: 0 !important;
  }

  .host_section {
    margin-top: 0 !important;
  }

  .host_section h3 {
    font-size: 23px;
  }

  .date_time_main .date_div {
    width: auto;
    justify-content: center;
    padding: 10px;
    background: #e9ecef;
  }

  .padding-top {
    padding-top: 0 !important;
    margin-top: 134px;
  }

  .speaker-card {
    margin-bottom: 20px !important;
  }

  .highlights .col-lg-6:nth-child(1) {
    border-right: none !important;
  }
  .form_and_hot_section {
    margin: 20px 0 10px;
  }
}

/* new */
.w-1440 {
  max-width: 1300px;
}

.Login-baba .logo img {
  width: 244px;
}

.top-contact {
  padding-top: 30px;
  padding-bottom: 20px;
}

.top-contact ul {
  display: flex;
  justify-content: end;
}

.top-contact ul li:nth-child(1) {
  border-right: 2px solid #202222;
}

.top-contact ul li {
  padding: 0px 10px;
}

li {
  list-style: none;
  font-family: var(--poppins);
  color: var(--dark-color);
  line-height: 22px;
  letter-spacing: 0.2px;
  font-size: 14px;
}

.top-contact ul li a {
  font-size: 18px;
  color: #202222;
  font-weight: 500;
}

.border-bt {
  position: relative;
}

.border-bt .bond-baba-box {
  position: absolute;
  width: 100%;
  top: 0;
}

.border-bt .bond-baba-box img {
  border-radius: 10px;
}

.login-form {
  margin-top: 70px;
  margin-bottom: -100px;
}

.login-form .login-form-box {
  max-width: 524px;
  margin: auto;
  padding: 10px 40px;
  box-shadow: 0px 2px 4px #00000029;
  border: 1px solid #bfbfbf;
  border-radius: 15px;
  opacity: 0.98;
  background: #ffffff;
}

.login-form .login-form-box .signup-head {
  padding-top: 20px;
  margin-bottom: 30px;
  display: block;
}

.login-form .login-form-box {
  max-width: 524px;
  margin: auto;
  padding: 10px 40px;
  box-shadow: 0px 2px 4px #00000029;
  border: 1px solid #bfbfbf;
  border-radius: 15px;
  opacity: 0.98;
  background: #ffffff;
}

.login-form .login-form-box .signup-head {
  padding-top: 20px;
  margin-bottom: 30px;
  display: block;
}

.login-form .login-form-box .signup-head h6 {
  text-align: center;
  font-size: 25px;
  font-family: Arial, sans-serif;
}

.login-form .form-group {
  margin-bottom: 20px !important;
}

.login-form .form-control {
  height: 50px;
  background: #fffde9;
  font-size: 16px;
  border-radius: 8px;
  border: 1px solid #bfbfbf;
}

/* .form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s 
ease-in-out, box-shadow .15s 
ease-in-out;
} */
.btn {
  background: #e8780a;
  color: #fff;
  height: 50px;
  cursor: pointer;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 1px;
  border-radius: 8px;
  border: 1px solid #bfbfbf;
  width: 100%;
}

.login-form .form-group .form-control {
  height: 50px;
  background: #fffde9;
  font-size: 16px;
  border-radius: 8px;
  border: 1px solid #bfbfbf;
}

.bond-discription {
  position: relative;
  top: 52%;
  transform: translateY(-50%);
  /* width: 100%; */
  margin: 0;
  text-align: center;
}

/* .bond-discription {
  position: relative;
  height: 100%;
  position: relative;
  top: 27%;
  text-align: center;
} */

.bond-discription h1 {
  font-family: Arial, sans-serif;
  color: #fff;
  font-weight: 600;
  letter-spacing: 0.8px;
}

.bond-discription p {
  font-family: Arial, sans-serif;
  color: #fff;
  letter-spacing: 0.8px;
}

.shedule-time {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
}

.shedule-time .date_div {
  display: flex;
  align-items: center;
  padding: 12px;
  background: #ced4da;
  width: fit-content;
  border-radius: 10px;
}

.shedule-time .date_div img {
  margin-right: 10px;
  width: 30px;
  height: 30px;
}

.shedule-time .date_div span {
  text-align: center;
  font-size: 13px;
  font-weight: 600;
  font-family: "arial";
  color: #000;
}

.speaker-card {
  padding: 15px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  border-radius: 10px;
}

.highlights {
  padding: 39px 0;
  background: antiquewhite;
}

.highlights .col-lg-6:nth-child(1) {
  border-right: 1px solid #080808;
  /* margin-bottom: 20px; */
  /* border-right: 1px solid #ddd; */
}

.highlights .col-lg-6:nth-child(1) {
  border-right: 1px solid #080808;
  /* margin-bottom: 20px; */
  /* border-right: 1px solid #ddd; */
}

.highlights .right {
  margin-left: 42px;
}

.bond-baba-box {
  background: url(../images/patel-webinar-banner-bg.jpg) no-repeat;
  background-size: cover;
  border-radius: 10px;
}

.webinar-start {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.webinar-start .time {
  padding: 16px;
  background: #bdb9b596;
  border-radius: 10px;
  margin-top: 22px;
}
.webinar-start .time strong {
  font-size: 18px;
}
.webinar-start .time p {
  font-size: 33px;
  margin: 0;
}
.social-media a {
  font-size: 22px;
  margin-right: 18px;
  padding: 10px;
}
/* TERM CONDITION POPUP */
.term-condition {
  position: relative;
  box-shadow: 0px 2px 2px rgb(0 0 0 / 15%);
  border-radius: 5px;
  width: 100%;
}
.term-condition p {
  font-size: 14px;
  margin: 0 !important;
  font-family: var(--poppins);
  color: var(--dark-color);
  line-height: 22px;
  letter-spacing: 0.2px;
}
.term-condition .modal-content {
  padding: 20px;
  border: 1px solid #e8780a;
}
.form-check a {
  cursor: pointer;
  color: #e8780a !important;
  font-weight: 600;
}
.form-check a:hover {
  text-decoration: underline !important;
}
.form-check label {
  display: unset;
  font-size: 16px;
}
.term-condition .close {
  position: absolute;
  right: -10px;
  top: -10px;
  width: 25px;
  height: 25px;
  border: 1px solid;
  border-radius: 50%;
  background: #02afd6;
  border-color: transparent;
  opacity: 1;
  color: #fff;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.term-condition .mobile-close {
  right: -5px;
  top: -5px;
  width: 25px;
  height: 25px;
  padding: 0;
  margin: 0;
  font-size: 15px;
}
.term-condition .mobile-modal {
  max-width: 300px;
  margin: auto;
}
.form-check-input {
  width: 16px;
  height: 16px;
  margin-right: 10px;
  position: unset;
  margin-top: 0;
}
.form-check {
  display: flex;
  justify-content: center;
  align-items: center;
}
/* TERM CONDITION POPUP */
