.title-and-counter-container {
  display: flex;
}

.header-container {
  padding-left: 0;
}

.counter-and-calendar-button-container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 40%;
}

.event-title-container {
  width: 60%;
  display: flex;
  flex-direction: column;
  /* min-width: 792px; */
}

.counter {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
}

.counter-value-block {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 74px;
  height: 84px;
  font-size: 65px;
  font-weight: 200;
  font-stretch: normal;
  font-style: normal;
  line-height: 0.89;
  letter-spacing: normal;
  text-align: center;
  color: #002b46;
}

.counter-value {
  font-family: Demo;
  font-size: 65px;
  font-weight: 200;
  font-stretch: normal;
  font-style: normal;
  line-height: 0.89;
  letter-spacing: normal;
  text-align: center;
  color: #002b46;
}

.value-saperator {
  font-family: Inter;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.56;
  letter-spacing: normal;
  text-align: center;
  color: #00b5d3;
  align-self: center;
  margin: 0 20px;
  padding-bottom: 30px;
}

.counter-units {
  display: flex;
  justify-content: space-around;
  min-width: 520px;
  margin-top: 5px;
}

.counter-units {
  width: 80px;
  font-family: Inter;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.56;
  letter-spacing: normal;
  text-align: center;
  color: #00b5d3;
}

.event-hero-title {
  font-family: Inter;
  font-size: 54px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.26;
  letter-spacing: normal;
  text-align: left;
  color: #002b46;
  padding-right: 20px;
  max-width: 700px;
}

.first-section-container {
  padding-top: 60px;
  /* padding-left: 35px; */
}

.event-time-detailes {
  display: flex;
  column-gap: 40px;
  /* padding-left: 15px; */
}

.secondary-event-time-detailes{
  margin-top: 16px;
}

@media (max-width: 768px) {
  .secondary-event-time-detailes{
    margin-top: 24px;
  }
}

.event-location-wrapper {
  display: flex;
  column-gap: 8px;
  align-items: flex-start;
  margin-top: 32px;
}
.event-location-wrapper a,
.event-location-wrapper p {
  margin: 0;
  color: #002B46;
  font-family: Inter;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
}
.On-site-event:before{
  display: block;
  content: "";
  background-image:  url("./pin-icon.svg");
  width: 24px;
  height: 24px;
  margin-left: -4px;
}
.Online-event:before{
  display: block;
  content: "";
  background-image:  url("./online-icon.svg");
  width: 24px;
  height: 24px;
  margin-left: -2px;
}

@media (max-width: 768px) {
  .event-location-wrapper {
    margin-top: 32px;
  }
  .event-location-wrapper a,
  .event-location-wrapper p {
    font-size: 16px;
  }
}

@media (min-width: 768px) {
  .On-site-event:before,
  .Online-event:before{
    margin-top: 3px;
  }
}

.add-to-calnedar-container {
  width: 100%;
  transform: translateY(24px);
  margin-left: 65px;
}

.add-to-calnedar-container a {
  padding: 12px 12px;
  border-radius: 5px;
  background-color: #00b5d3;
  color: #fff;
  display: flex;
  align-items: center;
  align-content: center;
  max-width: 90%;
  width: fit-content;
}

.add-to-calnedar-container a::before {
  content: " ";
  display: inline-block;
  background-image: url("../../../news-and-events/assets/icons/event-add-to-calendar-new.svg");
  background-color: #00b5d3;
  width: 24px;
  height: 24px;
  min-width: 24px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  margin-right: 10px;
}

.add-to-calnedar-container span {
  font-family: Inter;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: left;
  color: #fff;
}

.mobile-add-to-calnedar-container {
  display: none;
  width: 100%;
  padding: 0;
  margin-bottom: 40px;
  margin-top: 20px;
}

.mobile-add-to-calnedar-container span {
  padding: 13px 12px;
  border-radius: 5px;
  background-color: #00b5d3;
  display: flex;
  align-items: center;
  justify-content: center;
  max-height: 48px;
}

.mobile-calendar-link-container span::before {
  content: " ";
  display: inline-block;
  background-image: url("../../../news-and-events/assets/icons/event-add-to-calendar-new.svg");
  background-color: #00b5d3;
  width: 24px;
  height: 24px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  margin-right: 10px;
  transform: translateY(-1px);
}

.mobile-add-to-calnedar-container span a {
  font-family: Inter;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.31;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
}

.counter-saperator {
  background-color: #c7cfd5;
  height: 1px;
  width: 100%;
  max-width: 432px;
  align-self: flex-start;
  transform: translateX(30px);
}

.counter-container {
  padding-bottom: 24px;
  padding-left: 30px;
}

.event-image-container {
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 30px;
}

.event-image-container img {
  width: 792px;
  height: 100%;
  border-radius: 5px;
}

.first-section-container {
  padding-top: 20px;
}

.speaker-container {
  padding-left: 0;
  margin-bottom: 40px;
}

.speakers-container{
  display: flex;
  flex-wrap: wrap;
  column-gap: 24px;
  row-gap: 24px;
  max-width: 800px;
}

.single-speaker-container {
  max-width: 385px;
}

@media (min-width: 768px) {
  .single-speaker-container {
    flex: 0 0 50%;
  }
}

.speaker-section-title {
  font-family: Inter;
  font-size: 32px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.53;
  letter-spacing: normal;
  text-align: left;
  color: #002b46;
  margin-bottom: 21px;
}

.speaker-name-title-image-container {
  display: flex;
  margin-bottom: 24px;
}

.speaker-name-title-image-container img {
  height: 92px;
  width: 92px;
  object-fit: cover;
  border-radius: 50%;
  margin-right: 24px;
}

.speaker-name-title-container {
  /*margin-left: 24px;*/
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.speaker-name {
  font-family: Inter;
  font-size: 24px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #00b5d3;
}

.speaker-title {
  font-family: Inter;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.56;
  letter-spacing: normal;
  text-align: left;
  color: rgba(0, 44, 69, 0.7);
  margin-top: 5px;
}

.speaker-description {
  font-family: Inter;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.56;
  letter-spacing: normal;
  text-align: left;
  color: #002c45;
}

.event-share {
  transform: translate(185px, -30px);
}

.event-explore-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 30px auto;
  padding: 8px 0;
  border-top: rgba(0, 43, 70, 0.2) solid 1px;
  border-bottom: rgba(0, 43, 70, 0.2) solid 1px;
  margin-bottom: 60px;
  margin-top: 0;
  position: relative;
  z-index: 1;
}

.event-date:before {
  width: 17px;
  height: 24px;
  margin-bottom: -2px;
  background-size: contain;
  background-position: center;
  margin-right: 12px;
}

.event-duration:before {
  width: 20px;
  height: 24px;
  background-size: contain;
  background-position: center;
  margin-bottom: -3px;
  margin-right: 10px;
}

@media (max-width: 1400x) {
  .counter-saperator {
    transform: translateX(15px);
  }
}

@media (max-width: 1200px) {
  .counter-and-calendar-button-container {
    width: 50%;
  }

  .event-title-container {
    width: 50%;
  }

  .event-hero-title {
    font-size: 45px;
  }
}

@media (max-width: 992px) {
  .event-hero-title {
    font-size: 32px;
    padding-right: 0;
    margin-bottom: 26px;
  }

  .first-section-container {
    padding-top: 0 !important;
    margin-top: 0 !important;
  }

  .speaker-section-title {
    font-size: 28px;
  }

  .event-date,
  .event-duration {
    font-size: 20px;
  }

  .event-share {
    display: none;
  }

  .add-to-calnedar-container {
    display: none;
  }

  .mobile-add-to-calnedar-container {
    display: unset;
  }

  .mobile-add-to-calnedar-container span {
    max-width: 335px;
  }

  .title-and-counter-container {
    flex-direction: column;
  }

  .counter-and-calendar-button-container {
    width: 100%;
  }

  .event-title-container {
    width: 100%;
    min-width: unset;
  }

  .counter-saperator {
    display: none;
  }

  .counter-and-calendar-button-container {
    padding-top: 32px;
    align-items: flex-start;
  }

  .counter-container {
    padding-bottom: 0;
  }

  .counter {
    justify-content: flex-start;
  }

  .counter-units span {
    margin-right: 55px;
  }

  .counter-value-block {
    font-size: 40px;
  }

  .counter-value-block {
    font-size: 40px;
  }
}

@media (max-width: 800px) {
  .explore-bar {
    margin-bottom: 40px;
  }
}

@media (max-width: 768px) {
  .event-hero-title {
    font-family: Inter;
    font-size: 30px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: normal;
    text-align: left;
    color: #002b46;
    margin-top: 4px;
  }

  .event-time-detailes {
    flex-direction: column;
    row-gap: 7px;
  }

  .event-date,
  .event-duration {
    font-size: 16px;
    display: flex;
    align-items: center;
  }

  .event-date:before,
  .event-duration:before {
    margin-bottom: 0;
  }

  .section-revisiting {
    margin-top: 0;
  }

  .mobile-add-to-calnedar-container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .mobile-add-to-calnedar-container span {
    max-width: unset;
  }

  .event-image-container {
    margin-bottom: 20px;
  }

  .event-image-container img {
    border-radius: 0;
  }

  .speaker-section-title {
    font-size: 24px;
    margin-bottom: 12px;
  }

  .speaker-name-title-image-container {
    margin-bottom: 12px;
  }

  .speaker-name-title-image-container img {
    height: 68px;
    width: 68px;
    margin-right: 8px;
  }

  .speaker-name,
  .speaker-description {
    font-size: 16px;
  }

  .speaker-title {
    font-size: 14px;
  }

  .speaker-container {
    margin-bottom: 40px;
  }

  .counter-value-block {
    font-size: 28px;
    width: 55px;
    height: auto;
  }

  .counter-value {
    font-size: 28px;
  }

  .value-saperator {
    margin: 0 20px;
  }
}

@media (max-width: 575px) {
  .header-container {
    padding-left: 20px;
  }

  .speaker-container {
    padding-left: 20px;
    margin-top: 0px;
  }
  .speaker-with-calendar{
    margin-top: 40px;
  }
  .text-without-speaker{
    margin-top: 40px;
  }
  .text-with-calendar{
    margin-top: 0px;
  }
  .speaker-with-register-banner {
    margin-bottom: 0 !important;
  }
  .text-alone {
    margin-top: 40px;
  }
  .revisiting-list.rich-text {
    padding-left: 0;
  }

  .speaker-section-title {
    font-size: 20px;
  }

  .counter-and-calendar-button-container {
    justify-content: center;
  }

  .value-saperator {
    margin: 0px 17px;
  }

  .counter-units {
    font-size: 16px;
  }

  .event-image-container {
    transform: scalex(1.1);
    margin-bottom: 0px;
  }

  .speaker-name-title-container {
    /*margin-left: 8px;*/
    /* padding-top: 14px; */
  }

}

@media (max-width: 500px) {
  .counter-container {
    align-self: center;
    transform: translate(-8px, 0);
    padding-left: 0;
  }
}

@media (max-width: 375px) {
  .value-saperator {
    margin: 0 6px;
  }
}

@media (max-width: 768px) {
  seciton.section-fertilizer {
    padding-bottom: 32px;
  }
}

@media (min-width: 768px) and (max-width: 992px) {
  .counter-container {
    transform: translateX(-14px);
  }
}

@media (min-width: 500px) and (max-width: 768px) {
  .counter-container {
    transform: translateX(-5px);
  }
}

.facebook-comments-block {
  margin-bottom: 40px;
}

@media (min-width: 769px) {
  .breadcrumb-container {
    transform: translateX(-16px);
  }
}

.section-revisiting {
  margin-bottom: 0;
}

.reserve-your-spot-container {
  width: 792px;
  min-height: 249px;
  border-radius: 5px;
  background-color: #002b46;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 32px;
  padding-bottom: 13px;
  padding-left: 0px;
}

.downlaod-ebook-block {
  height: 310px;
  max-width: 796px;
  padding: 60px 64px;
  background-image: linear-gradient(
    to right,
    rgba(0, 43, 70, 0.91),
    #002b46 48%,
    rgba(0, 43, 70, 0.84)
  );
  margin-bottom: 40px;
}

.event-register-container{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin: 1px 0 48px 0;
  min-height: 131px;
  padding: 33px 28px;
  width: 792px;
  background-color: #002b46;
  border-radius: 5px;
}
.event-register-container .event-register-text{
  max-width: 399px;
  font-family: Inter;
  font-size: 26px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.31;
  letter-spacing: normal;
  text-align: left;
  color: #fff;
}
.event-register-container .event-register-button button,
.event-register-container .event-register-button a{
  min-width: 134px;
  /* height: 50px; */
  padding: 15px 12px;
  border-radius: 5px;
  background-color: #00b5d3;
  color: white;
  border: none;
  font-family: Inter;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: center;
}
@media (max-width: 769px) {
  .event-register-container {
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: column;
    min-width: 100vw;
    margin: 0 -8px;
    border-radius: 0;
    padding: 32px 20px;
    margin-bottom: 40px;
    min-height: 172px
  }

  .event-register-container .event-register-button{
    width: 100%;
  }
  .event-register-container .event-register-button button,
  .event-register-container .event-register-button a{
    width: 100%;
    padding: 13px 12px;
    display: block;
    font-size: 16px;
  }
  .event-register-container .event-register-text {
    width: unset !important;
    margin-bottom: 29px;
    font-family: Demo;
    font-size: 28px;
    line-height: 1.43;
    font-weight: normal;
  }
  }