 .recent_event .owl-nav i {
    font-size: 25px;
    color: #bbbbbb;
  }
  
  .event_dates .tab-btn {
    position: relative;
    display: inline-block;
    /* height: 135px; */
    height: auto;
    width: auto;
    border-radius: 20px;
    background-color: #ffffff;
    font-size: 16px;
    line-height: 20px;
    color: #222222;
    font-weight: 600;
    text-align: left;
    padding: 15px 15px;
    padding-top: 30px;
    cursor: pointer;
    border: 1px solid #dddddd;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.event_dates .day {
    position: absolute;
    left: 0px;
    top: 30px;
    padding: 5px 20px;
    background-color: #222222;
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    color: #ffffff;
    border-radius: 0 15px 15px 0;
    background-color: #a5d3e6
}

.event_dates .month {
    display: block;
    font-size: 10px;
    line-height: 1em;
    font-weight: 600;
    color: #222222;
    text-transform: uppercase;
    color: #a5d3e6;
    padding-left: 90px;
}

.event_dates .year {
    padding-left: 90px;
}

.event_dates .date {
    position: absolute;
    left: -0;
    top: 30px;
    width: 100px;
    text-align: center;
    font-size: 38px;
    line-height: 20px;
    font-weight: 600;
    color: #222222;
    color: #a5d3e6;
    padding-left: 40px;
}

.cssbuttons-io-button {
    /* background: #4d898c; */
    background-color: #ffffff;
    border: 1.5px solid #e8e8e8;
    /* color: white; */
    color: #0070AD;
    font-family: inherit;
    padding: 0.35em;
    padding-left: 1.2em;
    font-size: 16px;
    font-weight: 500;
    border-radius: 0.5em;
    /* border: none; */
    letter-spacing: 0.05em;
    display: flex;
    align-items: center;
    box-shadow: inset 0 0 1.6em -0.6em #ffffff;
    overflow: hidden;
    position: relative;
    height: 2.8em;
    padding-right: 3.3em;
    cursor: pointer;
}

.cssbuttons-io-button .icon {
    background: white;
    margin-left: 1em;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 2.2em;
    width: 2.2em;
    border-radius: 0.7em;
    box-shadow: 0.1em 0.1em 0.5em 0 rgba(0, 0, 0, 0.08);

    right: 0.3em;
    transition: all 0.3s;
}

.cssbuttons-io-button:hover .icon {
    width: 2.5em;
}

.cssbuttons-io-button .icon svg {
    width: 1.1em;
    transition: transform 0.3s;
    color: #0070AD;
}

.cssbuttons-io-button:hover .icon svg {
    transform: translateX(0.1em);
}

.cssbuttons-io-button:active .icon {
    transform: scale(0.95);
}

#register {
    scroll-margin-top: 120px;
    /* adjust this to your needs */
}

.meta a {
    display: inline-block;
    border-radius: 0;
    gap: 4;
    margin-top: 5px;
}

.event_desc p {

    text-align: justify;
}

.event-title-para {
    color:#0070AD;
}

.slide-container {
  position: relative;
  left: 0;
  /* width: 75%;
  height: 100%; */
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
 
.recent_event .slide > * {
  position: relative;
  font-size: 3em;
  margin: 0;
}
 
.slide-toggle-container {
  position: absolute;
  /* width: 25%;
  height: 100%; */
  right:-3%;
  top: 0;
  display: flex;
  /* flex-direction: column; */
  justify-content: center;
  align-items: center;
}
 
.slide-toggle-container .slide-toggle {
  font-size: 1.5em;
  margin: 0.5em;
  cursor: pointer;
  user-select: none; 
  color: #a99f9f;
}

.recent_event {
  position: relative;
  height: 320px;
  overflow: hidden;
}

.recent_event .slide {
  position: absolute;
  width: 100%;
  /* transition: opacity 0.3s ease; */
}

/* registration form start */

.event_registration #register {
    scroll-margin-top: 120px;
}
.event_registration .form-group {
    position: relative;
    margin-top: 8px;
}

.event_registration  input[type="email"].form-control {
    height: 45px;
    background: white;
}
.event_registration .event_register_form input.form-control {
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    transition: box-shadow 0.2s ease-in-out;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    border-radius: 5px;
    font-size: 15px;
    color: rgb(73, 80, 87);
    border: 1px solid #dadee2;
    background: white;
}

.event_registration .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 43px;
}

.event_registration .select2-container .select2-selection--single {
  position: relative!important;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    transition: box-shadow 0.2s ease-in-out;
    height: 50px !important;
    border-radius: 5px;
    border: 1px solid #dadee2;
    width: 100%;
}