h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Poppins', sans-serif;
}

.banner p {
  font-size: 14px;
  color: black;
}

.banner_in {
    position: relative;
    top: 0px;
    left: 0px;
    height: 100%;
}


.frmInfo {
  padding-left: 0px;
  position: relative;
  margin: 0 0 20px;
  padding: 0px 20px;
}

/* .banner .overlay {
  background: white !important;
      display: none;
} */


.bnr_bx_left {
  padding: 0px 0px 0 0;
}

.topLogobar {
  padding: 0px 0;
}

.banner_Cont {
  padding-top: 00px;
}

.logo-new-look {
  color: white;
  margin-top: 30px;
  font-weight: 500
}


.discription {
  font-size: 30px;
  font-weight: 600;
}

.bnr_bx_right {
  padding:20px 0px 20px 0px;

  border-radius: 0px 0px 0px 0px;
}

.parent{
      margin-bottom: 30px;
}
@media (min-width: 992px) {
.parent {
  align-items: stretch; /* bootstrap's row is already flex */
}

.parent > [class*="col-"] {
  display: flex; /* make each col a flex parent */
}

.parent > [class*="col-"] > .content-box {
  flex: 1; /* fill height inside each column */
}
}

.form_row {
  margin: 0 0 0px 0 !important;
  text-align: left;
  position: relative;
}


.frmPart .form_row input[type="text"],
.frmPart .form_row input[type="number"],
.frmPart .form_row input[type="password"],
.frmPart .form_row input[type="email"],
.frmPart .form_row input[type="tel"],
.frmPart .form_row input[type="url"],
.frmPart .form_row textarea,
.frmPart .form_row select {
  border-radius: 0px !important;
  font-size: 15px
}


.frmPart .form_row.cntryCdFrm .regFrmRowEffct .reg_input_efect {
  border-radius: 0 0px 0px 0 !important;
}

.form_rowSubmit {
  background-color: #FFBC00;
  margin-top: 20px;
  padding: 10px 10px;
  color: black !important;
  font-size: 16px;
  font-weight: 700;
}

.alreadyRegistered {
  margin-top: 20px;
  font-size: 14px;
  margin-left: 20px;
  padding: 9px 15px;
}

#exampleModalCenter .modal-title {
  color: #083A4C;

}

.modal-header {
  border-bottom: 0px solid #e9ecef;
  justify-content: space-around;
}

.modal-body {
  padding: 0rem 1rem 1.2rem;
}

.reg_input_efect:focus,
.reg_input_efect:active {
  border-left: 4px solid #083A4C !important;
  outline: none;
}

.frmPart .regFrmRowEffct.regFormRowHvr label {
  color: #083A4C;
}

.modal-content {
  border-radius: 0.8rem !important;
}


.modal-dialog {
  max-width: 500px;
}

.title {
  color: #083A4C;
  font-weight: 700;
  font-size: 3em;
  margin-top: 20px;
}

.button-row {
  padding: 0px 15px;
}

.frmPart .form_row .cntryCdFrmSlct {
  border: 0px solid #cecece;
  box-shadow: none !important;
}


.info-bar {
  background-color: #073b4c;
  color: white;
  display: block;
  align-items: center;
  justify-content: start;
  /* padding-bottom: 30px; */
  gap: 60px;
}


.mobile-padding {
  padding: 0px 0px 0px;
}


.info-section {
  display: flex;
  align-items: center;
  gap: 30px;
}

.block {
  text-align: center;
}

.block small {
  display: block;
  font-size: 16px;
  color: white;
  font-weight: 200;
}

.block strong {
  display: block;
  font-size: 20px;
}

.divider {
  width: 1px;
  height: 40px;
  background-color: #b0c4cc;
}

.countdown {
  padding: 8px 20px;
  border: 1px solid #b0c4cc;
  border-radius: 20px;
  font-size: 14px;
  white-space: nowrap;
  margin-top: 30px;
  width: max-content;
}


.section-title {
  text-align: center;
  font-weight: 600;
  font-size: 26px;
  padding: 30px 20px 17px;
  color: #073b4c !important;
  font-family: 'poppins';
}

.speakers-container {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 30px;

}

.speaker-card {
  background-color: transparent;
  border-radius: 10px;
  overflow: hidden;
  width: 100%;
  text-align: center;
  /* box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1); */
}

.frmPart .form_row input[type="text"],
.frmPart .form_row input[type="number"],
.frmPart .form_row input[type="password"],
.frmPart .form_row input[type="email"],
.frmPart .form_row input[type="tel"],
.frmPart .form_row input[type="url"],
.frmPart .form_row textarea,
.frmPart .form_row select {
  box-shadow: rgba(0, 0, 0, 0.15) 1.5px 0px 2.6px !important;
}

select.form-control:not([size]):not([multiple]) {
  height: calc(2.25rem + 2px);
  /* box-shadow: rgba(0, 0, 0, 0.15) 1.5px 2.6px 2.6px !important; */
}

.speaker-card img {
  width: 100%;
  height: auto;

}



/* Hide Old speaker */
.speaker {
  position: relative;
  padding: 10px 0;
  overflow: hidden;
  background-color: #fbfbfb;
  display: none;
}

.card-body {
  background-color: #073b4c;
  color: #ffffff;
  padding: 12px 10px;

}

.card-body h4 {
  margin: 0;
  font-size: 14px;
  font-weight: 500;
}

.card-body p {
  margin: 4px 0 0;
  font-size: 14px;
  color: #FFBC00;
  font-weight: 500;
}

.speaker-new {
  background-color: #E8F9FF;
  padding-bottom: 50px;
}

.designation {
  font-size: 14px;
  margin-top: 10px;
  padding: 0 10px 20px;
  line-height: 1.4;
  color: #333;
}

.mob {
  display: none;
}


.footer-head p {
  color: #fffefe;
  padding: 0 0 0px 0;
}

select.form-control:not([size]):not([multiple]) {
  height: 57px;
}

.copyright a,
.credits a {
  color: #083A4C;
}

.copyright>p {
  color: #083A4C;
}

/* .footer-contacts p span{
  color: #FFBC00 ;
} */

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 52px !important;
  height: 57px;
  font-weight: 500;
  font-size: 14px;
  padding: 0 20px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 14px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 57px;
}

.select2-container--default .select2-selection--single {
  border-radius: 0px !important;
  box-shadow: rgba(0, 0, 0, 0.15) 1.5px 0px 2.6px !important;
}



select.form-control:not([size]):not([multiple]) {
  height: 57px;
  font-size: 14px;
}

.footer-head h4 {
  color: #fffefe;
  font-size: 16px;
  letter-spacing: 2px;
  padding-bottom: 10px;
  text-transform: uppercase;
  font-weight: 700;
}

@media (min-width: 768px) {
  .mobile-margin {
           width: 100%;
    /* height: 390px; */
  }

  .select2-container--default .select2-selection--single {
    height: 57px !important;
  }

  .card-body {
    background-color: #073b4c;
    color: #ffffff;
    padding: 12px 10px;
    min-height: 150px;
    display: flex;
    /* Enables flexbox */
    flex-direction: column;
    /* Stacks elements vertically */
    justify-content: center;
    /* Vertical center */
    align-items: center;
    /* Horizontal center */
    text-align: center;
  }

  .speaker-card img {
    width: 100%;
    height: auto;
    display: block;
    aspect-ratio: 4 / 5;
    object-fit: cover;
  }

  .discription {
    font-size: 30px;
    font-weight: 600;
    display: -webkit-box;
    /* -webkit-line-clamp: 3; */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    /* height: 4.5em; */
    line-height: 1.5em;
  }

  /* .logo-new-look{
    float: left;
  } */

  .logo-new-look {
    width: 17%;
    margin: 0 auto;
    float: right;
    margin-top: 20px;
    margin-bottom: 20px;
  }
}

.select2-results__option {
  font-size: 13px !important;

}

.select2-container--open .select2-dropdown {
  top: 100% !important;
  bottom: auto !important;
}

@media (max-width: 428px) {
  .info-section {
    gap: 15px !important;
  }

  .frmPart .regFrmRowEffct label{
        font-size: 14px!important;
  }

  .select2-container--default .select2-selection--single {
    width: 100%;
    height: 50px !important;
    line-height: 95px;
  }

  .select2-container--default .select2-selection--single .select2-selection__rendered{
    padding: 0 13px;
  }
}

@media (max-width: 768px) {
  .mobile-margin {
    margin: 0px !important;
    padding: 10px;
  }



  .logo-new-look {
    width: 50%;
    margin: 20px auto;
    float: right;
  }

  .parent {
    display: flex;
    flex-direction: column;
  }

  .child1 {
    order: 2;
    /* Swap order in mobile */
  }

  .child2 {
    order: 1;
  }

  .title {
    font-size: 2em;
  }

  .info-section {
    gap: 15px;
  }

  select.form-control:not([size]):not([multiple]) {
    height: 45px;
  }

  .discription {
    font-size: 30px;
    font-weight: 600;
    line-height: 40px !important;
  }

  body,
  html {
    overflow-x: hidden;

  }


  .bnr_bx_right {
    padding: 00px 0px 50px;
  }

  .button-row {
    padding: 13px;
  }

  .alreadyRegistered {
    margin-left: 0px;
  }

  .info-section {

    position: relative;
  }

  .frmInfo {
        margin-left: 0px !important;
        padding-right: 20px !important;
        padding-top: 20px !important;
  }

  .info-bar {

    display: block;

  }


  .overlay {
    width: 100%;
    height: 100%;
    position: absolute !important;
    top: 0px;
    left: 0px;
    z-index: 1;
  }

  .countdown {
    margin-top: 30px;
    margin: 30px auto auto;
  }

  .info-bar {
    padding-bottom: 10px;
  }

  .button-row {
    display: block;
    gap: 10px;
    /* spacing between buttons */
    justify-content: center;
    /* or space-between / space-around */
  }

  .footer-logo {
    width: 60%;
    margin: 0 auto;
  }

  .mob {
    display: block;
  }
}


@media screen and (max-width: 991px) {
  .bnr_bx_right {
    padding-left: 0px;
  }

  .mobile-margin {
    min-height: auto;
  }

  .info-section {
    gap: 51px;
  }

  .button-row {
    display: block;
    gap: 10px;
    /* spacing between buttons */
    justify-content: center;
    /* or space-between / space-around */
  }

  .button-row {
    padding: 13px;
  }

  .alreadyRegistered {
    margin-left: 0px;
  }

  .info-bar {

    display: block;

  }



  .countdown {
    margin: 30px auto auto;
  }
}