/* =========================
   Event List Section
========================= */
.fwd-event-detail p, .fwd-event-detail li {
  font-size: 1rem;
  line-height: 140%;
  color: #190f23;margin: 0px;
}

@media (min-width: 768px) {
  .fwd-event-detail p,
    .fwd-event-detail li {
    font-size: 1.125rem;
  }
}
.fwd-section-head {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  width: 100%;
}
.fwd-section-head h4{
  margin: 0px;
}
.fwd-event-list {

  padding-top: 58px;
    padding-bottom: 58px;
  background-color: rgba(204, 211, 213, 0.15) !important;
}
@media (min-width: 768px) {
  .fwd-event-list {
      padding-top: 64px;
      padding-bottom: 64px;
   
  }
}

.fwd-event-list .fwd-container {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  width: 100%;
  max-width: 1160px;
  padding: 0px 16px;
  margin:0px auto;
  align-items: center;
}
.fwd-event-list .fwd-container h2{
  margin: 0px;
  padding: 10px;
  font-size: 36px;
    font-weight: 900;
    line-height: 150%;
    color: #000;
}
@media (min-width: 768px) {
  .fwd-event-list .fwd-container {gap: 2rem;}
}
/*
.fwd-event-list .fwd-container .fwd-webinare-nav {
  display: flex;
  gap: 0.5rem;
  margin-left: -1rem;
  margin-right: -1rem;
  padding-left: 1rem;
  padding-right: 1rem;
  overflow-x: auto;
  scroll-behavior: smooth;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.fwd-event-list .fwd-container .fwd-webinare-nav .filter-btn {
  padding: 0.5rem 1rem;
  border-radius: 2rem;
  background-color: #eef1ff;
  border: 1px solid#e6ecf5;
  font-weight: 600;
  color: #190f23;
  line-height: 1.25rem;
  cursor: pointer;
}

.fwd-event-list .fwd-container .fwd-webinare-nav .filter-btn.active {
  background-color: #190f23;
  color: #ffffff;
  border-color: #190f23;
}

.fwd-event-list .fwd-container .event-list-head {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  justify-content: space-between;
}

@media (min-width: 768px) {
  .fwd-event-list .fwd-container .event-list-head {
    flex-direction: row;
    align-items: center;
  }
}*/


/* =========================
   Badge Group
========================= */
.fwd-badge-group {
  display: flex;
  flex-wrap: wrap;
  gap:8px;
}

.fwd-badge-group .fwd-badge {

  background-color: #E7F6FA;
  border-radius: 0.5rem;
  color: #0D2333;;
  font-size: 12px;
  font-weight: 500;
  line-height: 140%;
  display: flex;
  align-items: center;
  gap: 8px;padding: 0.5px 4px;
}

.fwd-badge-group .fwd-badge svg path {
  fill: #0D2333;
}


/* =========================
   Event Category
========================= */
.fwd-event-card a {
  padding: 1rem;
  padding-right: 32px;
  border-radius: 1.5rem;
  background-color: #ffffff;
  display: flex;
  gap: 1rem;
  text-decoration: none;
  height: 100%;
  position: relative;
  max-width: 100%;width: 100%;
  border: 1px solid #fff;
  transition: border-color 0.3s ease;
}
.fwd-event-card a:hover
{
  border-color:  #00D1D6;
}
.divider {
  height: auto;
  width: 1px;
  background: #E4E7E9;
}
.fdw-category {
  max-width: 100%;
  width: 100%;
}
@media (min-width: 768px) {
   .fwd-event-card a {
    border-radius: 1.5rem;
  }
}

 .fwd-event-card a h3 {
  font-size: 16px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  word-wrap: break-word;
  margin-bottom: 8px;
  font-weight: 700;
  line-height: 150%;
  color:#0D2333;
}

 .fwd-event-card a .fwd-event-text .divider {
  height: 1px;
  overflow: hidden;
  background-color: #E4E7E9;
  width: 100%;
  margin: 16px 0px;
}
.fwd-event-card a .fwd-event-text .fwd-event-author p {
  font-size: 12px;
  font-weight: 500;
  line-height: 130%;
  width: 100%;
  display: flex;
  margin: 0px;
  color: #637277;
  display: flex;
    align-items: center;
    gap: 0.5rem;
}

.fwd-event-card a .fwd-event-author .event-author-img {
  width: 1rem;
  height: 1rem;
  display: flex;
  align-items: center;
  border-radius: 1rem;
  overflow: hidden;
}

.fwd-event-card a .fwd-event-author .event-author-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.fwd-event-text{ width: 100%;}

.fwd-category-row {display: flex; width: 100%; flex-direction: column; gap: 24px;}
.date-div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-width: 66px;
}

.date-div span.fwd-date {
  font-size: 50.901px;
  color: #0D2333;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: -0.509px;
}

span.fwd-month {
  font-size: 25px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;color: #0D2333;
  letter-spacing: -0.255px;
  text-transform: uppercase;
}

span.fwd-day {
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.12px;
  color: #637277;
}

.next-webinar{display: flex;
  width: 100%;
  flex-direction: column; gap: 16px; 
}
.next-webinar .fwd-event-card a{max-width: 816px;width: 100%; }
.next-webinar .fdw-category{max-width: 816px; width: 100%;}
.fwd-event-list .title{
  color: #637277;
    font-size: 12px;
    font-weight: 600;
    line-height: 130%;
}
@media (min-width: 768px) {
  .next-webinar{align-items: center;}
.next-webinar .fwd-event-card a{ padding: 24px; padding-right: 40px; border-radius: 30px;}
.next-webinar .fwd-event-card a h3 {font-size: 24px;}
.next-webinar .fwd-badge-group .fwd-badge{ font-size: 16px; padding: 4px 5px;}
.next-webinar .fwd-event-card a .fwd-event-text .fwd-event-author p{font-size: 16px;}
.next-webinar .date-div span.fwd-date{font-size: 64px;}
.next-webinar .date-div span.fwd-month{font-size: 32px;}
.next-webinar .date-div span.fwd-day{font-size:16px;}
}

.all-webinar{display: flex;
  width: 100%;
  flex-direction: column;
  gap: 16px;
 
}
.all-webinar .fdw-category{margin-bottom: 8px; }
.all-webinar .fdw-category:last-child{margin-bottom: 0px;}
@media (min-width: 768px) {
    .next-webinar, .all-webinar {
        align-items: center;
      }
.fdw-category {
  max-width: 648px;
    width: 100%;
}
.fwd-event-card a {
  max-width: 648px;
  width: 100%;
}
}
/* Badge text */
/*.fwd-badge-text {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 1rem;
  line-height: 2rem;
  font-weight: 600;
  color: #190f23;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  border-bottom-left-radius: 1.5rem;
  border-top-right-radius: 1.5rem;
}

@media (min-width: 768px) {
  .fwd-badge-text {
    border-bottom-left-radius: 2rem;
    border-top-right-radius: 2rem;
  }
}

@media (min-width: 1024px) {
  .fwd-badge-text {
    line-height: 3rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

.fwd-badge-text svg {
  position: absolute;
}

.fwd-badge-text svg:first-child {
  width: 2rem;
  height: 1.5rem;
  top: 0;
  left: -25px;
}

.fwd-badge-text svg:last-child {
  width: 1.5rem;
  height: 2rem;
  bottom: -25px;
  right: 0;
}*/


/* Event Detail page star */

/* ---------------- Base Button Start ---------------- */
  .fdw-btn { display: flex; gap: 0.5rem; align-items: center; justify-content: center; position: relative; font-weight: 500; font-size: 1rem; line-height: 1.75rem; text-align: center; text-decoration: none !important; border: 1px solid; border-radius: 12px; padding: 0.75rem 1.5rem; cursor: pointer; transition: all 0.2s ease;}
  .fdw-btn:disabled { opacity: 0.5; pointer-events: none;}
  .fdw-btn:active { transform: scale(0.95);}
  .fdw-btn{ border-color: #FF6B00; background-color: #FF6B00; color: #fff; margin: 0px; margin-top: 32px; width: 100%;}
  .fdw-btn:hover { background-color:#ff711f; color: #fff;}
  .fdw-btn:focus { background-color: #ff711f; border-color: #ff711f;color: #d1d5db;}
  .fdw-btn:active {background-color: #ff711f; border-color: #ff711f;}
/* ---------------- Base Button End ---------------- */

/* Custom Checkbox Star */
  .field-checkbox { position: relative; display: flex; gap: 0.5rem; margin-top: 32px; }
  .field-checkbox label { padding-left: 32px; font-size: 14px; font-weight: 400; line-height: 20px;}
  .field-checkbox input[type="checkbox"] { width: 100%; height: 100%; position: absolute; left: 0; top: 0; order: 0; z-index: 10; cursor: pointer; outline: 0; appearance: none; box-shadow: none; margin: 0px; display: block !important;}
  .field-checkbox input[type="checkbox"]::before { content: ""; position: absolute; line-height: 1; top: 0; width:20px; height: 20px; background-color: #fff; border-radius: 0.25rem; border: 1px solid #E4E7E9; transition: all 0.2s ease;}
  .field-checkbox input[type="checkbox"]::after { content: ""; position: absolute; line-height: 1; top: 0; width: 20px; height: 20px; background-repeat: no-repeat; background-position: center; background-size: cover; transform: scale(0); transition: transform 0.2s ease-out; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M6 12L9.26894 15.5024C9.66428 15.926 10.3357 15.926 10.7311 15.5024L18 7.71429' stroke='%23FFFFFF' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E");}
  .field-checkbox input[type="checkbox"]:checked::before { background-color: #190f23;border-color: #190F23;}
  .field-checkbox input[type="checkbox"]:checked::after { transform: scale(1);}
  .field-checkbox a { position: relative; z-index: 20; color: #190f23; transition: all 0.2s ease;}
  .field-checkbox a:hover { color: #ff711f;}
  .fdw-form .form-group{margin: 0px;}
  .fdw-form{width: 100%;}
  
/* Custom Checkbox End */

/* Form control Start*/
  .field-control { position: relative; margin-bottom: 16px;}
  .field-control label { font-size: 12px; font-style: normal; font-weight: 500; line-height: 130%;display: flex; color: #000; padding: 0px; margin-bottom: 8px; justify-content: space-between;}
  .field-control label span{ font-size: 12px; font-weight:4500; line-height: 130%; color: #637277;}
  .field.field-control input+label { position: absolute; top: 50%; background: #fff;padding: 0 4px; left: 12px; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); pointer-events: none; -webkit-transition: all 0.15s ease-out 0s; transition: all 0.15s ease-out 0s; margin: 0px; z-index: 2; padding: 5px;}
  .field-control input, .form-control textarea { width: 100%; padding: 0.625rem 1rem !important; border: 1px solid #E4E7E9 !important; border-radius: 8px !important; background-color: #fff !important; line-height: 1.625rem; color: #050D13 ; font-weight: 400; transition: all 0.2s ease; font-size: 16px; box-sizing: border-box;}
  .field-control input::placeholder, .form-control textarea::placeholder { color: rgba(0, 0, 0, 0.10);;}
  .field-control input:focus+label, .field-control input.has-value+label {  top: 0px; left: 10px; font-size: 12px; color: #ff6b00; ;}
  .field-control input:hover, .field-control textarea:hover { border-color: #a7aac3;}
  .field-control input:focus, .field-control textarea:focus, .field-control input:focus-visible, .field-control textarea:focus-visible { outline: none;background-color: #ffffff !important; border-color: #ff6b00 !important; box-shadow: 0 0 0px 2px rgb(242 72 34 / 30%) !important;}
  .field-control input[type="text"]:focus,
  .field-control input[type="email"]:focus , .field-control input[type="tel"]:focus{ background-color: #ffffff !important; color: #050D13 !important;}
  .field-control  input:-webkit-autofill,
  .field-control  input:-webkit-autofill:hover,
  .field-control  input:-webkit-autofill:focus,
  .field-control  input:-webkit-autofill:active {
      -webkit-background-clip: text;
      transition: background-color 5000s ease-in-out 0s;
      box-shadow: inset 0 0 20px 20px #ffffff;
    }
/* Form control End*/

/* select-dropdown Start */
  .field-select-dropdown { position: relative; display: flex;
    gap: 12px; }
  .field-select-dropdown .dialing-code-display { position: relative; top: 0; left: 0; width: 7rem; height: 100%; z-index: 10; pointer-events: none; padding-left: 3rem; display: flex; align-items: center; background-color: #fff; background-repeat: no-repeat; border: 1px solid #E4E7E9; border-radius: 8px;color: #050D13; background-size: 24px; background-position: left 1rem center; box-sizing: border-box; font-size: 14px;
    font-weight: 400;}
  .field-select-dropdown .dialing-code-display::before { content: "" !important; position: absolute; right: 0.5rem; font-size: 1.125rem; background: url(../images/chevron-down.svg); width: 16px; height: 16px;}
  .field-select-dropdown input{  box-sizing: border-box; }
  .field-select-dropdown .fdw-phone-cell{width: 100%;}
  .field-select-dropdown .dialing-code-select { position: absolute; top: 0; left: 0; width: 7rem; height: 100%; cursor: pointer; outline: none; border:none; border-radius: 1rem !important; }
/* select-dropdown End*/

.fwd-event-detail { padding-top: 2rem; padding-bottom: 2rem;}
.fwd-event-detail .fwd-badge-group{margin: 24px 0px 40px !important;}
.fwd-event-detail .fwd-badge-group .fwd-badge {
  font-size: 16px;
  padding: 8px 16px;
  border-radius: 16px;
  font-weight: normal;
}
@media (min-width: 768px) {
  .fdw-form {
      max-width: 333px;
    }
  .fwd-event-detail {
    padding-top: 48px;
    padding-bottom: 48px;
  }
    .fwd-event-detail .fwd-badge-group {
      gap: 24px;margin: 32px 0px !important;
    }
}
.fwd-event-detail .fwd-container {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  max-width: 1160px;
    padding: 0px 16px;
    margin: 0px auto;
}
@media (min-width: 768px) {
  .fwd-event-detail .fwd-container {
    gap: 3rem;
  }
}
.fwd-event-detail .fwd-detail-row {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  column-gap: 16px;
  row-gap: 40px;
}
@media (min-width: 768px) {
  .fwd-event-detail .fwd-detail-row {
    grid-template-columns: repeat(12, minmax(0, 1fr));
    gap: 1.5rem;
  }
}
@media (min-width: 1024px) {
  .fwd-event-detail .fwd-detail-row {
    grid-template-columns: repeat(12, minmax(0, 1fr));
    gap: 80px;
  }
}
.fwd-event-detail .fwd-detail-row .fwd-detail-img {
  grid-column: span 12 / span 12;
  display: flex;
  align-items: center;
  overflow: hidden;
  border-radius: 1.5rem;
  order: 2;
}
@media (min-width: 768px) {
  .fwd-event-detail .fwd-detail-row .fwd-detail-img {
    grid-column: span 6 / span 6;
    border-radius: 2rem;
    max-height: 545px;
      order: 1;
  }
}
@media (min-width: 1024px) {
  .fwd-event-detail .fwd-detail-row .fwd-detail-img {
    grid-column: span 5 / span 5;
  }
}
.fwd-event-detail .fwd-detail-row .fwd-detail-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.fwd-event-detail .fwd-detail-row .fwd-detail-text {
  grid-column: span 12 / span 12;
  display: flex;
  flex-direction: column;
  align-items: self-start;
  order: 1;
}
.fwd-event-detail .fwd-detail-row .fwd-detail-text>*{
  margin: 0px;
}
.fwd-event-detail .fwd-detail-row .fwd-detail-text h1 {
  font-size: 36px;
  line-height: 130%;  
  margin: 0px;color: #0D2333;
  margin-bottom: 24px;
}

@media (min-width: 768px) {
  .fwd-event-detail .fwd-detail-row .fwd-detail-text {
    grid-column: span 6 / span 6;
    order: 2;
  }
    .fwd-event-detail .fwd-detail-row .fwd-detail-text h1 {
      font-size: 48px;
      line-height: 150%;font-weight: 700;
      margin-bottom: 16px;
    }
}

@media (min-width: 1024px) {
  .fwd-event-detail .fwd-detail-row .fwd-detail-text {
    grid-column: span 7 / span 7;
  }
}
.fwd-event-detail ul {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  list-style: none;
  padding: 0px;
}

.fwd-event-detail ul:last-child {
  margin-bottom: 0;
}
.fwd-event-detail ul li {
  position: relative;
  padding-left: 2rem;
  line-height: 24px;
}

.fwd-event-detail ul li::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 1.5rem;
  height: 1.5rem;
  text-align: center;
  line-height: 1.5rem;
  font-size: 1.25rem;
  font-family: "siteicon";
  border-radius: 0.5rem;
  background-color: #e6eaff;
  background-image: url(../images/check.svg);
}

.fwd-event-detail .free-counselling-row {
  display: flex;
  align-items: center;
  justify-content: center;
}

.fwd-event-detail .free-counselling-row .free-counselling-form {
  max-width: 800px;
  width: 100%;
}

.fwd-event-detail .free-counselling-row .free-counselling-form h4 {
  font-size: 20px;
}

@media (min-width: 768px) {
  .fwd-event-detail .free-counselling-row .free-counselling-form h4 {
    font-size: 24px;
  }
}

.fwd-event-detail .free-counselling-row .free-counselling-form .counselling-form-field .field-group{
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-top: 1rem;
}

@media (min-width: 768px) {
  .fwd-event-detail .free-counselling-row .free-counselling-form .counselling-form-field .field-group{
    gap: 1.5rem;
    margin-top: 1.5rem;
  }
}


@media (max-width: 767px) {
  .fwd-event-detail .free-counselling-row .free-counselling-form .form-checkbox {
    margin-top: 0.5rem;
  }
}

.fdw-purchase-bootcamp-block{ display: flex; padding: 24px; flex-direction: column; align-items: center; gap: 24px; border-radius: 32px; background: #E0E5FF;}
.fdw-purchase-bootcamp-block h6{font-size: 18px; color: #190F23; line-height: 140%; margin: 0px; text-align: center;}
.fdw-purchase-bootcamp-block .fdw-btn{margin: 0px;}
.fdw-purchase-bootcamp-block p{display: flex;flex-direction: column;gap: 4px;align-items: center; margin: 0px; text-align: center;}
.fdw-purchase-bootcamp-block p a{color: #643CF8; text-decoration: none; display: flex; align-items: center; gap: 8px; margin-top: 0px;}
.fdw-purchase-bootcamp-block p a svg path{fill: #643CF8;}
.fdw-purchase-bootcamp-block p a:hover svg path {fill:#ff711f;}

.fwd-discord-badge{ display: flex; padding: 8px; align-items: center; gap: 8px; font-size: 13px; font-weight: 600; line-height: 140%;color:  #643CF8; border-radius: 8px; background: #E0E5FF;}
.fwd-discord-badge svg path{ fill: #643CF8;}
.fdw-btn.is-loading { opacity:.85; pointer-events:none; }
.fdw-spinner{ display:inline-block; width:1em; height:1em; margin-right:.4em; border:2px solid currentColor; border-right-color:transparent; border-radius:50%; animation: fdw-spin .8s linear infinite; vertical-align:-2px;padding: 0px;}
@keyframes fdw-spin { to { transform: rotate(360deg); } }
.fdw-alert{font-size: 14px; line-height: 22px; color: #e30000; background: #ffdede; padding: 8px 16px;border-radius: 8px; margin-bottom: 16px;}

.fwd-details-section{
  padding: 48px 0px;
  padding-top: 16px;
  display: flex;
  flex-direction: column;
  gap: 48px;
}
.fwd-details-section .fwd-container { display: flex; flex-direction: column; align-items: self-start; gap: 24px; width: 100%; max-width: 832px; padding: 0px 16px; margin: 0px auto;}
.fwd-details-section .fwd-head{ display: flex; flex-direction: column; align-items: self-start; gap:8px ;}
.fwd-details-section .fwd-head h2{color: #0D2333;font-weight: 900;line-height: 150%;font-size: 28px; margin: 0px;}
.fwd-details-section .fwd-head span { font-size: 13px; font-weight: 600; line-height: 130%;   letter-spacing: 7.08px;color: #00D1D6;}
.fwd-details-section .fwd-head p{ margin-top: 16px;}
.fwd-details-section p{color: #000;font-size: 18px; font-style: normal; font-weight: 300; line-height: 150%; margin: 0px; }

.fwd-expect-webinar-row{display: grid; grid-template-columns: repeat(1, 1fr);gap: 16px;}
.expect-webinar-box{padding: 16px; border-radius: 24px;}
.expect-webinar-box:first-child{background: rgba(18, 184, 106, 0.08);}
.expect-webinar-box:nth-child(2) {background: #E2F8FF;}
.expect-webinar-box:nth-child(3){background: rgba(255, 15, 145, 0.05);}
.expect-webinar-box img{max-height: 56px; max-width: 56px; margin-bottom: 16px;}
.expect-webinar-box h3{color: #0D2333; font-size: 22px;font-weight: 700; line-height: 150%; margin-bottom: 4px;}
.fwd-container.studying-abroad{gap:24px}
.fwd-details-section .fdw-btn{margin: 0px;}
.fwd-container.studying-abroad ul { padding: 0; list-style: none; display: flex; flex-direction: column; gap: 16px; margin: 0;}
.fwd-container.studying-abroad ul li { font-weight: 500; font-size: 18px; line-height: 150%; position: relative; padding-left: 36px;}
.fwd-container.studying-abroad ul li::before{content: "";position: absolute;background: url(../images/fwd-check-v2.png); width: 20px;height: 20px; left: 0px; top: 50%; transform: translateY(-50%); background-size: cover;}
.fwd-container.studying-abroad .fdw-btn{margin-top: 8px;}
.our-experts-box { border-radius: 24px; background: rgba(204, 211, 213, 0.15); display: flex; padding: 20px; justify-content: center; gap: 10px; align-self: stretch; flex-direction: column;}
.our-experts-box img { max-width: 120px !important; }
.our-experts-text h3{color: #0D2333;font-size: 24px; font-weight: 800; line-height: 150%; margin-bottom: 8px;}
.our-experts-text h6{ font-size: 18px; line-height: 150%; margin: 0px; margin-bottom: 16px;}

ul.about-list { display: flex; flex-direction: column; gap: 16px; list-style: none; padding: 0; width: 100%; margin: 0; }
.about-list li { border-radius: 24px; background: #FFF; box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.13); overflow: hidden; padding: 16px ; position: relative; width: 100%; display: flex ;align-items: center; gap: 16px;}
.about-list li img {width: 64px;}
.about-list li span { font-size: 14px; font-style: normal; font-weight: 400; line-height: 150%; color: #999999;}
.about-list li span strong { display: block; color: #0D2333; font-size: 22px; font-style: normal; font-weight: 700; line-height: 150%;}

.fwd-details-section.register-now{padding: 48px 0px; background:  rgba(204, 211, 213, 0.15);}
.fwd-details-section.register-now .fwd-container{align-items: center;}
.fwd-details-section.register-now .fwd-container .fwd-head{align-items: center; text-align: center;}
.fwd-details-section.register-now .fwd-container .fwd-head p{text-align: center;}
.fwd-details-section.register-now .fdw-form{background: #fff;  border-radius: 16px; padding: 16px; max-width: 442px; width: 100%;}
.fwd-details-section.register-now .fdw-btn{width: 100%;}
.fwd-details-section.register-now .fdw-form .fdw-btn{width: 100%;margin-top: 24px;}
.fwd-details-section.register-now .field-checkbox{margin-top: 0px;}
.fwd-details-section.register-now .fdw-form .field-control{margin-bottom: 24px;}
.fwd-details-section.register-now .fwd-head p {
  margin-top: 8px;
}
@media (min-width: 768px) {
  .fwd-details-section{padding: 64px 0px; gap: 64px}
  .about-list li span { font-size: 16px; }
  .fwd-details-section .fwd-container{gap: 32px;}
  .fwd-details-section .fwd-head{gap: 16px;}
  .fwd-details-section .fwd-head h2{font-size: 36px;}
  .fwd-details-section .fwd-head span { font-size: 13px; font-weight: 600; line-height: 130%;   letter-spacing: 7.08px;color: #00D1D6;}
  .fwd-details-section .fwd-head p{margin-top: 0px;}
  .fwd-details-section .fwd-head span{font-size: 12px;}  
  .fwd-expect-webinar-row {grid-template-columns: repeat(3, 1fr);}
  .fwd-details-section .fdw-btn{width: auto;}
  .fwd-container.studying-abroad{gap:32px}
  .our-experts-box{gap: 24px; padding: 48px; align-items: center; flex-direction: row;}
  .our-experts-box img { max-width: 200px !important; }
  .fwd-details-section.register-now{padding: 64px 0px;}
  .fwd-details-section.register-now .fwd-container{gap: 48px;}
  .fwd-details-section.register-now .fdw-form{padding: 32px;}
}

.upcoming-webinar-topbar { padding: 8px 16px; background: #18BDC1; display: flex; align-items: center; justify-content: center;gap: 12px;}
.upcoming-webinar-topbar p { margin: 0; font-size: 12px; color: #fff; font-weight: 400; line-height: 17px; display: flex; flex-direction: column; align-items: self-start;}
.upcoming-webinar-topbar p strong { font-weight: 700;}

.upcoming-webinar-topbar a.btn { font-size: 12px; line-height: 16px; font-weight: 700; padding: 4px 8px; background: #01A2A5; border-radius: 8px; display: flex; gap: 8px; color: #fff;}
.upcoming-webinar-topbar a.btn:after{content: "";  font-size: 16px; width: 16px; height: 16px; background: url(https://www.dein-medizinstudium.de/wp-content/plugins/fd-webinars/assets/images/fwd-arrow-up.svg);
  background-size: cover; }
.btn-md { display: none !important;}
@media (min-width: 768px) {
  .btn-sm{display: none !important;}
  .btn-md{display: flex !important;}
  .upcoming-webinar-topbar{padding: 12px 20px; gap: 32px;}
  .upcoming-webinar-topbar p{flex-direction: row; align-items: center;}
  .upcoming-webinar-topbar p span { position: relative; padding-left: 12px;}
  .upcoming-webinar-topbar p span:before { content: ""; position: absolute; width: 1.5px; height: 100%; background: #fff; top: 0; left: 6px;}
}