.hdr_menu ul li.active a {
    color: #34a853;
}
.wpcf7 form.invalid .wpcf7-response-output, 
.wpcf7 form.unaccepted .wpcf7-response-output {
	border: 0;
	color: #FF1A50;
	text-align: center;
}
.wpcf7 form.sent .wpcf7-response-output {
	border: 0;
	color: #46b450;
	text-align: center;
}
span.wpcf7-spinner {
    /*position: absolute;
    bottom: 20px;*/
    display:none;
}
.wpcf7-not-valid-tip {
    position: absolute;
}


/* 28.04.22 */
.search-field{
	width: 561px;
    height: 63px;
    padding: 0 17px;
    border: 2px solid #0a0057;
    border-radius: 5px;
}
.search-submit{
	background-color: #3f8f53;
    border: 0;
    height: 62px;
    padding: 0 42px;
    border: 2px solid #3f8f53;
    border-radius: 5px;
    margin-left: 6px;
    font-size: 16px;
    color: #fff;
    text-transform: capitalize;
    font-family: 'google_sansbold';
    font-weight: 700;
    transition: all 0.1s ease-in-out;
}
/* .search-form label{
	display: none;
} */


/* 29.4.22 */

.banner_inrwrap .light{
    color: white;
    padding-bottom: 37px;
    /* padding-top: 37px */
}
.search-term {
    color: #34a853;;
}

/* 20.01.23 */
.speaker_page_sec{
    padding-top: 0;
    margin-top: 0;
}

/* .page-numbers{
    display: flex;
    justify-content: space-between;
    background-color: #34a853;
    padding: 16px 50px;
    gap: 0 20px;
    color: #fff;
  }
  .page-numbers li a{
    color: #fff;
  } */
.pagination {
    justify-content: center;
}
  .lstng_pagintn nav ul {
    display: flex;
    align-items: baseline;
    margin-top: 30px;
}
.lstng_pagintn nav ul li {
    padding: 0 20px;
    margin-bottom: 0 !important;
    position: relative;
}
.current {
    width: 40px;
    height: 40px;
    background-color: #34a853;
    min-width: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    border-radius: 10px;
    border: 2px solid transparent;
}
.current:hover{
    border-color: #34a853;
    background-color: transparent;
    color: #34a853;
}
.lstng_pagintn nav ul li a {
    font-family: 'google_sansmedium';
    font-size: 18px;
    color: #000000;
}