:root {
  --light-grey:#ebebeb;
}

.IntroMoreSpace-SpeakersCategory {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: var(--background-color);
  border: 1px solid #d7d7d7;
  padding: 20px 30px;
}

.IntroMoreSpace-SpeakersCategory .LeftContent {
  width: auto;
}

.IntroMoreSpace-SpeakersCategory .LeftContent h1 {
  font-size: 32px;
  color: var(--default-color);
  font-weight: 600;
  margin: 0;
  padding-bottom: 10px;
  text-transform: uppercase;
}

.IntroMoreSpace-SpeakersCategory .LeftContent h2 {
  font-size: 17px;
  font-weight: 500;
  font-style: italic;
  color: #555;
  margin: 0 0 10px 0;
}

.IntroMoreSpace-SpeakersCategory .LeftContent .intro-text {
  color: var(--light-dark);
  line-height: 24px;
  font-weight: 400;
  font-size: 15px;
  letter-spacing: 0.01em;
  text-align: justify;
  margin: 0;
}

.IntroMoreSpace-SpeakersCategory .LeftContent .intro-text a {
  color: var(--default-color);
  text-decoration: none;
}

.IntroMoreSpace-SpeakersCategory .LeftContent .intro-text a:hover {
  color: var(--heading-color);
}

.IntroMoreSpace-SpeakersCategory .RightPicture {
  width: 100%;
  min-width: 320px;
  padding-left: 30px;
  margin: 0;
}

.IntroMoreSpace-SpeakersCategory .RightPicture img {
  max-width: 100%;
  height: auto;
}

.CategoryListFilter {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  padding: 0;
  flex-wrap: wrap;
}

.CategoryListFilter li {
  padding: 0;
  margin: 5px;
  list-style: none;
}

.CategoryListFilter li a {
  border: 1px solid var(--light-dark);
  font-size: 14px;
  color: var(--light-dark);
  padding: 5px 13px;
  outline: none;
  text-decoration: none;
}

.CategoryListFilter li a:hover {
  color: var(--background-color);
  background-color: var(--light-dark);
}

.TitleSubpgLarg {
  width: 100%;
  background-color: var(--light-dark);
  color: var(--background-color);
  font-size: 18px;
  font-weight: 500;
  line-height: 25px;
  padding: 6px 12px;
  letter-spacing: 0.01em;
  margin: 0;
}

.CategoryResultList ul {
  margin: 0;
  padding: 0;
}

.CategoryResultList li {
  width: 100%;
  border: 1px solid #eee;
  padding: 15px;
  background-color: var(--background-color);
  margin: 12px 0 25px 0;
  list-style: none;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  transition: all linear 0.3s;
}

.CategoryResultList li:hover {
  box-shadow: 0px 0px 33px 5px rgba(0, 0, 0, 0.23);
}

.CategoryResultList li figure {
  width: 170px;
  margin: 0px 15px 0px 0px;
  position: relative;
}

.CategoryResultList li .DisArea {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}

.CategoryResultList li .DisArea .title {
  width: 100%;
  display: flex;
  align-items: center;
  margin-bottom: 6px;
}

.CategoryResultList li .DisArea .title h3 {
  margin: 0px 10px 0px 0px;
  font-size: 20px;
  font-weight: 600;
  line-height: 20px;
  text-transform: uppercase;
  color: var(--default-color);
}

.CategoryResultList li .DisArea .title h3 a {
  font-size: 20px;
  font-weight: 600;
  line-height: 20px;
  text-transform: uppercase;
  color: var(--default-color);
  text-decoration: none;
}

.CategoryResultList li .DisArea .title h3 a:hover {
  color: var(--light-dark);
}

.CategoryResultList li .DisArea .rating {
  display: flex;
}

.CategoryResultList li .DisArea .rating i.bi-star-fill, .CategoryResultList li .DisArea .rating i.bi-star-half {
  color: #f99e20;
}

.CategoryResultList li .by-city {
  width: 43.5%;
  padding-right: 20px;
  border-right: 1px solid #ddd;
  min-height: 123px;
  font-size: 15px;
  color: var(--light-dark);
  font-weight: 600;
  line-height: 21px;
}

.CategoryResultList li .biotext-linkbtn {
  width: 63.5%;
  padding-right: 20px;
  border-right: 1px solid #ddd;
  min-height: 123px;
}

.CategoryResultList li .biotext-linkbtn h4.byline {
  width: 100%;
  font-size: 15px;
  color: var(--light-dark);
  font-weight: 600;
  line-height: 21px;
}

.CategoryResultList li .biotext-linkbtn p.bioline {
  font-size: 15px;
  color: var(--light-dark);
  font-weight: 400;
  line-height: 21px;
  margin-bottom: 10px;
  text-align: justify;
}

.CategoryResultList li .fee-travel {
  width: 34.5%;
}

.CategoryResultList li .speaking-topics{
  width: 22%;
  padding: 0 0 0 10px;
}
.CategoryResultList li .speaking-topics p{
  font-size: 14px;
  color: var(--light-dark);
  font-weight: 600;
  margin: 0;
}
.CategoryResultList li .speaking-topics ul{
  margin: 0;
  padding: 0;
}
.CategoryResultList li .speaking-topics ul li{
  box-shadow: none;
  padding: 1px 0px;
  margin: 0;
  list-style: disc;
  border: none;
  line-height: 15px;
}
.CategoryResultList li .speaking-topics ul li a{
  font-size: 13px;
  color: var(--light-dark);
  text-decoration: underline;
}
.CategoryResultList li .speaking-topics ul li a:hover{
  color: var(--default-color);
}
.demo2{
  border-left: 1px solid #ddd;
}
.CategoryResultList li .fee-travel > div {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  padding-left: 25px;
  margin-bottom: 8px;
  position: relative;
  font-size: 14px;
  color: var(--light-dark);
  font-weight: 600;
}

.CategoryResultList li .fee-travel .bi {
  font-size: 19px;
  color: var(--light-dark);
  position: absolute;
  left: 0;
  top: 0;
}

.CategoryResultList li .fee-travel .FeeRange .fee-type {
  width: 100%;
  font-weight: 500;
}

.CategoryResultList li .fee-travel a {
  padding-top: 5px;
  text-decoration: underline;
  color: var(--light-dark);
  font-size: 14px;
  font-weight: 400;
}

.CategoryResultList li .fee-travel a:hover {
  color: var(--default-color);
}

.CategoryResultList li .fee-travel .TravelFrom {
  margin-bottom: 0;
}

.CategoryResultList li .fee-travel .TravelFrom span {
  width: 100%;
  font-weight: 400;
}

.CategoryResultList li .link-buttons {
  width: 100%;
  margin-top: -6px;
}

.CategoryResultList li .link-buttons .btn-link {
  font-size: 13px;
  margin: 0;
  padding: 0;
  line-height: 18px;
  text-transform: uppercase;
  font-weight: 500;
  color: var(--light-dark);
  border-radius: 0;
  text-decoration: none;
}

.CategoryResultList li .link-buttons .btn-link:first-child {
  border-right: 1px solid #aaaaaa;
  margin: 0;
  padding: 0 8px 0 0;
}

.CategoryResultList li .link-buttons .btn-link .bi {
  font-size: 24px;
  color: var(--default-color);
  margin: 0px 8px 0 0;
  display: inline-block;
  vertical-align: sub;
  width: 18px;
  height: 18px;
}

.CategoryResultList li .link-buttons .btn-link svg {
  fill: var(--default-color);
  margin: 0px 5px 0 0;
  width: 16px;
  height: 16px;
}

#speakers-list-content-loader {
  width: 100%;
  text-align: center;
  background: var(--background-color);
  padding: 20px;
}

.LoadMoreStateSpeaker {
  margin: 15px 0 10px 0;
  width: 100%;
  text-align: center;
}

.LoadMoreStateSpeaker .btn {
  background-color: var(--default-color);
  padding: 8px 30px 8px 30px;
  color: var(--background-color);
  font-size: 16px;
  text-align: center;
  letter-spacing: 0.01em;
  font-weight: 500;
  border: 0;
  box-shadow: none;
  border-radius: 3px;
}

#ourspeakingAgents .accordion-button {
  outline: none;
  color: var(--background-color);
  font-size: 15px;
  font-weight: normal;
  height: 32px;
  background: #222222;
  line-height: 32px;
  border-radius: 3px;
  background: linear-gradient(to bottom, #222222 0%, #020202 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#222222", endColorstr="#020202",GradientType=0);
}

#ourspeakingAgents .accordion-button::after {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='%23ffffff' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' d='M8 0a1 1 0 0 1 1 1v6h6a1 1 0 1 1 0 2H9v6a1 1 0 1 1-2 0V9H1a1 1 0 0 1 0-2h6V1a1 1 0 0 1 1-1z' clip-rule='evenodd'/%3e%3c/svg%3e"); /* Plus icon SVG */
  transform: scale(0.7) !important; /* Adjust size if needed */
  transition: transform 0.2s ease-in-out; /* Add transition for smooth animation */
}

#ourspeakingAgents .accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='%23ffffff' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' d='M0 8a1 1 0 0 1 1-1h14a1 1 0 1 1 0 2H1a1 1 0 0 1-1-1z' clip-rule='evenodd'/%3e%3c/svg%3e"); /* Minus icon SVG */
}

#ourspeakingAgents .accordion-button:focus {
  box-shadow: none;
}

#ourspeakingAgents .accordion-body {
  padding: 10px;
}

#ourspeakingAgents .accordion-body p {
  font-size: 14px;
  color: var(--heading-color);
  line-height: 1.4;
  letter-spacing: 0;
}

#ourspeakingAgents .mid_box_collaps ul {
  margin: 0;
  padding: 0;
}

#ourspeakingAgents .mid_box_collaps ul li {
  list-style: none;
  padding: 0px;
  margin: 0 0 3px 0;
  font-size: 12px;
  color: var(--heading-color);
  font-weight: 400;
  letter-spacing: 1px;
}

#ourspeakingAgents .mid_box_collaps ul li::before {
  content: "\f135";
  font-size: 13px;
  font-family: "bootstrap-icons" !important;
  color: var(--default-color);
  vertical-align: middle;
  margin-right: 2px;
}

.note-text {
  background-color: var(--background-color);
  border: 1px solid #d7d7d7;
  padding: 15px 15px 0px 15px;
  margin-bottom: 1.5rem;
}

.note-text p {
  font-size: 14px;
  color: var(--heading-color);
  line-height: 1.4;
  letter-spacing: 0;
}

.note-text p a {
  color: var(--heading-color);
}

.note-text p a:hover {
  color: var(--default-color);
}

.CategoryFiltersMb {
  display: none;
}

.CategoryFiltersMb a {
  background-color: var(--background-color);
  font-size: 15px;
  color: var(--heading-color);
  border-radius: 3px;
  padding: 7px 10px;
  text-decoration: none;
}

.LocationFiltersMb {
  display: none;
}

.LocationFiltersMb a {
  background-color: var(--background-color);
  font-size: 15px;
  color: var(--heading-color);
  border-radius: 3px;
  padding: 7px 10px;
  text-decoration: none;
}

#browse-category {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}

.sidebar {
  width: 25%;
}

.midbar {
  width: 73%;
}

.RefineFieldsBox .TitleRefineLarg {
  font-size: 20px;
  font-weight: 500;
  color: var(--background-color);
  background-color: var(--light-dark);
  padding: 15px 12px;
  line-height: 25px;
  text-align: center;
  margin: 0;
}

.RefineFieldsBox .RefineFields {
  background-color: var(--background-color);
  padding: 10px;
  box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.4);
}

.RefineFieldsBox .RefineFields .FeeListCheckbox{
  margin-left: 0.5rem;
}

.RefineFieldsBox .RefineFields h4 {
  font-size: 15px;
  color: var(--bs-body-color);
  font-weight: 500;
  text-decoration: none;
  text-align: left;
  margin: 0 0 7px 0;
  letter-spacing: 0.01em;
}

.RefineFieldsBox .RefineFields h5 {
  font-size: 12px;
  color: var(--bs-body-color);
  font-weight: 500;
  text-align: left;
  margin: 5px 0 1rem 0;
  letter-spacing: 0.01em;
}

.RefineFieldsBox .RefineFields .form-switch {
  padding: 0px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 13px;
  line-height: 16px;
  margin-left: 0.5rem;
}

.RefineFieldsBox .RefineFields .form-switch label {
  cursor: pointer;
  color: var(--light-dark);
}

.RefineFieldsBox .RefineFields .form-switch .form-check-input {
  width: 2.7rem;
  font-size: 15px;
  float: none;
  margin: 0 10px;
  display: inline-block;
  vertical-align: middle;
  background-color: #ccc;
  border-color: #cccccc;
  --bs-form-switch-bg:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%28255, 255, 255, 100%29'/%3e%3c/svg%3e");
}

.RefineFieldsBox .RefineFields .form-switch .form-check-input:checked {
  background-color: #0d6efd;
  border-color: #0d6efd;
}

.RefineFieldsBox .RefineFields .form-switch .form-check-input:focus {
  box-shadow: none;
}

.RefineFieldsBox .RefineFields .form-label {
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
  text-align: left;
  margin: 0 0 5px 0;
  letter-spacing: 0.01em;
  color: var(--bs-body-color);
}

.RefineFieldsBox .RefineFields .form-control {
  font-size: 13px;
  border: 1px solid #e5e5e5;
  padding: 5px;
  height: 30px;
  color: var(--light-dark);
  border-radius: 0px;
}

.RefineFieldsBox .RefineFields .btn-primary {
  border: 0;
  background-color: var(--default-color);
  padding: 0;
  width: 30px;
  height: 30px;
  border-radius: 0;
}

.RefineFieldsBox .RefineFields .select-wrapper{
  position: relative;
  width: 100%;
  background: url(/assets/img/select_bg.jpg) no-repeat left center;
}
.bi-chevron-down{ font-size: 14px; color: var(--background-color); position: absolute; right:8px; top: 50%; transform: translateY(-50%); pointer-events: none;}

.RefineFieldsBox .RefineFields .form-select {
  height: 32px;
  font-size: 13px;
  padding: 6px 3px;
  border-radius: 0;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  position: relative;
  border: none;
  background: none;

}
.RefineFieldsBox .RefineFields .form-select::after{
  content: "";
  position: absolute;
  right: 0px;
  top: 0%;
  width: 30px;
  height: 32px;
  background:var(--default-color);
}
/* .RefineFieldsBox .RefineFields .select-wrapper::before{
  content: "";
  position: absolute;
  right: 12px;
  top: 50%;
  width: 10px;
  height: 10px;
  transform: translateY(-50%) rotate(45deg);
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  pointer-events: none;
  z-index: 1;
} */


.RefineFieldsBox .RefineFields .form-select:focus {
  box-shadow: none;
}

.hline_small {
  margin: 1rem 0;
  height: 3px;
  background: url(../img/hline.webp) repeat-x left top;
}

.FeeListCheckbox label {
  font-size: 14px;
  color: var(--light-dark);
  line-height: 18px;
}

.FeeListCheckbox .form-check {
  padding-left: 1.2em;
}

.FeeListCheckbox .form-check-input {
  width: 13px;
  height: 13px;
  border-color: var(--light-dark);
  margin-left: -1.2em;
  border-radius: 0.15em;
}

.FeeListCheckbox .form-check-input:focus {
  box-shadow: none;
}

.RequestFormSidebar .TitleBox {
  padding: 10px 15px;
  background-color: var(--default-color);
  text-align: center;
}

.RequestFormSidebar .TitleBox h3 {
  font-size: 24px;
  font-weight: 600;
  color: var(--background-color);
  line-height: 25px;
  margin: 0px 0px 5px 0px;
}

.RequestFormSidebar .TitleBox p {
  font-size: 13px;
  color: var(--background-color);
  line-height: 18px;
  margin: 0;
}

.RequestFormSidebar .putus_to {
  background-color: var(--background-color);
  box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.4);
  padding: 10px 15px;
}

.RequestFormSidebar .putus_to .form-label {
  display: none;
}

.RequestFormSidebar .putus_to .form-control {
  font-size: 13px;
  border: 1px solid #e5e5e5;
  padding: 8px;
  height: 32px;
  color: var(--light-dark);
  border-radius: 0px;
  font-style: italic;
}

.RequestFormSidebar .putus_to select {
  font-size: 13px;
  font-style: italic;
  padding: 2px 8px;
  border-radius: 0;
  height: 32px;
}

.RequestFormSidebar .putus_to select:focus {
  box-shadow: none;
}

.RequestFormSidebar .putus_to textarea.form-control {
  height: 50px;
  font-size: 13px;
  font-style: italic;
  resize: none;
}

.RequestFormSidebar .putus_to .btn-primary {
  font-size: 16px;
  color: var(--background-color);
  font-weight: 400;
  -webkit-appearance: none;
  text-transform: capitalize;
  padding: 2px 25px 4px 25px;
  border-radius: 4px;
  background-color: var(--default-color);
  border: 0;
  outline: none;
}

.RequestFormSidebar .putus_to .mb-1 {
  position: relative;
}

.RequestFormSidebar .putus_to .date_icon {
  position: absolute;
  right: 10px;
  top: 5px;
}

.book_speakers {
  width: auto;
  position: fixed;
  right: 0;
  top:390px;
  transform: translate(43px, 0%);
}

.book_speakers .btn {
  background-color: var(--default-color);
  transform: rotate(-90deg);
  border: none;
  border-radius: 0px;
  padding: 0.5rem 1rem;
  font-size: 1.1rem;
  letter-spacing: 1px;
}

.book_speakers .btn:focus-visible, .book_speakers .btn:first-child:active {
  background-color: var(--default-color);
  border: none;
  box-shadow: none;
}

#BookingPopup.offcanvas {
  width: 340px;
  border: 1px solid var(--default-color);
  border-right: 0px;
  height: calc(100vh - 158px);
  top: 156px;
}

#BookingPopup .btn-close {
  width: 24px;
  height: 120px;
  padding: 0;
  margin: 0;
  position: absolute;
  left: -12px;
  top: 50%;
  transform: translateY(-50%);
  background: var(--default-color);
  color: var(--background-color);
  opacity: 1;
  border-radius: 3px;
}

#BookingPopup .btn-close:focus {
  box-shadow: none;
}

#BookingPopup .section-title {
  font-size: 24px;
  color: var(--default-color);
  text-align: left;
  font-weight: 600;
  margin-bottom: 12px;
}

#BookingPopup .intro-text {
  text-align: left;
  line-height: 20px;
  font-weight: 400;
  font-size: 15px;
  letter-spacing: 0.01em;
  margin-bottom: 12px;
  color: var(--light-dark);
}

#BookingPopup .BookingPopup-Form .form-control, #BookingPopup .BookingPopup-Form .form-select {
  background-color: var(--light-grey);
  border: 1px solid #d6d6d6;
  border-radius: 0;
  font-size: 14px;
  color: var(--light-dark);
  font-style: italic;
  line-height: 18px;
  resize: none;
}

#BookingPopup .BookingPopup-Form .form-label {
  display: none;
}

#BookingPopup .BookingPopup-Form .btn-primary {
  background-color: var(--default-color);
  border-radius: 0;
  font-size: 15px;
  font-weight: 600;
  color: var(--background-color);
  padding: 11px 30px;
  text-transform: uppercase;
  border: none;
}

.Location_dropdown{
  width: 100%;
  position: relative;
  z-index: 3;
}
.Location_dropdown ul li{
  list-style: none;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.5;
  color: var(--bs-body-color);
}

.dropdown__switch:checked + .dropdown__options-filter .dropdown__select {
  transform: scaleY(1);
  opacity: 1;
}
.dropdown__switch:checked + .dropdown__options-filter .dropdown__filter:after {
  transform: rotate(-135deg);
  right: 10px;
}
.dropdown__options-filter {
  width: 100%;
  cursor: pointer;
}
.dropdown__filter {
  position: relative;
  display: flex;
  padding: 6px !important;
  background-color: #fff;
  transition: 0.3s;
  width: 100%;
  border: 1px solid #e5e5e5;
  height: 32px;
}
.dropdown__filter:focus {
  outline: none;
}
.dropdown__filter::before {
  position: absolute;
  top: 0%;
  right: 0px;
  content: "";
  width: 30px;
  height: 30px;
  background-color: var(--default-color);
}
.dropdown__filter::after {
  position: absolute;
  top: 40%;
  right: 8px;
  content: "";
  width: 9px;
  height: 9px;
  border-right: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
  transform: rotate(45deg) translateX(-40%);
  transition: 0.3s ease-in-out;
}
.dropdown__select {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  margin-top: 5px;
  overflow-x: hidden;
  overflow-y: auto;
  transform: scaleY(0);
  transform-origin: top;
  opacity: 0;
  transition: 0.2s ease-in-out;
  border: 1px solid #e5e5e5;
  max-height: 400px;
}
.dropdown__select-option {
  padding:5px 10px;
  background-color: #fff;
  transition: 0.3s;
}
.dropdown__select-option .cat_title{
  font-weight: 600;
  margin-left:0rem;
}
.dropdown__select-option span{
    margin-left: 1rem;
}
.dropdown__select-option:last-of-type {
  border-bottom: 0;
}
.dropdown__select-option:hover {
  background-color: #e9ecef;
}

@media (max-width: 1200px) {
  .IntroMoreSpace-SpeakersCategory .RightPicture {
    min-width: 270px;
  }
  .CategoryResultList li .biotext-linkbtn {
    width: 100%;
    padding: 0;
    border-right: 0;
    border-bottom: 1px solid #ddd;
  }
  .CategoryResultList li .fee-travel {
    width: 100%;
    padding: 4px 0px 0px 0px;
    display: flex;
    align-items: flex-start;
  }
  .CategoryResultList li .link-buttons {
    margin: 0;
  }
  .CategoryResultList li .by-city{
    width: 70%;
    min-height: auto;
  }
  .CategoryResultList li .speaking-topics{
    width: 30%;
  }
  .demo2{ border-left: none; border-top: 1px solid #ddd; padding: 10px 0px 0px 0px !important;}
}
@media (max-width: 1024px) {
  .IntroMoreSpace-SpeakersCategory .RightPicture {
    min-width: 265px;
  }
  #BookingPopup.offcanvas {
    height: calc(100vh - 80px);
    top: 78px;
  }
}
@media (max-width: 992px) {
  .midbar {
    width: 63%;
  }
  .sidebar {
    width: 35%;
  }
  .CategoryResultList li .fee-travel {
    flex-wrap: wrap;
  }
  .CategoryResultList li .fee-travel > div {
    width: 100%;
  }
  .CategoryResultList li .fee-travel > div.FeeRange {
    margin-bottom: 12px;
  }
  .CategoryResultList li .link-buttons {
    margin-top: 10px;
  }
  .IntroMoreSpace-SpeakersCategory .LeftContent h1 {
    font-size: 26px;
  }
  .IntroMoreSpace-SpeakersCategory .RightPicture {
    min-width: 280px;
    padding-left: 20px;
  }
  .CategoryResultList li .by-city{
    width: 100%;
    padding-right:0px;
    border: 0;
  }
  .CategoryResultList li .speaking-topics{
    width:100%;
    border-top: 1px solid #ddd;
    padding:10px 0px;
  }
}
@media (max-width: 767px) {
  .CategoryListFilter, .sidebar {
    display: none;
  }
  .midbar {
    width: 100%;
  }
  .CategoryResultList li .fee-travel > div {
    width: 50%;
  }
  .CategoryResultList li .fee-travel > div.FeeRange {
    margin-bottom: 0;
  }
  .IntroMoreSpace-SpeakersCategory {
    flex-wrap: wrap;
  }
  .IntroMoreSpace-SpeakersCategory {
    padding: 20px;
  }
  .IntroMoreSpace-SpeakersCategory .LeftContent {
    width: 100%;
  }
  .IntroMoreSpace-SpeakersCategory .LeftContent h1 {
    font-size: 22px;
    padding-bottom: 5px;
  }
  .IntroMoreSpace-SpeakersCategory .LeftContent h2 {
    font-size: 15px;
    margin-bottom: 10px;
  }
  .IntroMoreSpace-SpeakersCategory .RightPicture {
    min-width: 100%;
    max-width: 100%;
    padding-left: 0px;
    text-align: center;
    margin-top: 20px;
  }
  .CategoryFiltersMb {
    display: block;
  }
  .LocationFiltersMb {
    display: block;
    margin-top:1rem;
  }
  #CategoryFilter .btn-close {
    opacity: 1;
    position: absolute;
    right: 0.5rem;
    top: 0.5rem;
    z-index: 9;
  }
  #CategoryFilter .modal-content {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  #CategoryFilter .modal-body {
    padding-top: 0.5rem;
  }
  .ButtonFilter {
    margin-top: 0;
    margin: 15px 0;
    width: 100%;
    float: left;
    border-bottom: 1px solid #c1c1c1;
    padding-bottom: 15px;
  }
  .ButtonFilter a {
    line-height: 18px;
    text-decoration: none;
    padding: 6px 15px;
    font-size: 15px;
    border-radius: 3px;
    color: var(--background-color);
  }
  .ButtonFilter a.ClearFilter {
    background-color: var(--light-dark);
  }
  .ButtonFilter a.ApplyFilter {
    background-color: var(--default-color);
  }
  #FilterAccordion.accordion {
    --bs-accordion-border-width: none;
    --bs-accordion-border-radius:0px;
  }
  #FilterAccordion .accordion-button {
    margin: 0;
    padding: 10px;
    border: #f9f9f9 1px solid;
    background: #dfdfdf;
    font-family: inherit;
    text-decoration: none;
    color: #444;
    font-size: 14px;
    font-weight: 500;
  }
  #FilterAccordion .accordion-button:not(.collapsed) {
    background: #777;
    color: #fff;
  }
  #FilterAccordion .accordion-button:focus {
    box-shadow: none;
  }
  #FilterAccordion .accordion-body {
    padding: 0;
  }
  #FilterAccordion div.ContainerFilter {
    padding: 10px;
  }
  #FilterAccordion div.ContainerFilter ul {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  #FilterAccordion div.ContainerFilter ul.LocationFilter {
    height: 240px;
    overflow: hidden;
    overflow-y: auto;
  }
  #FilterAccordion div.ContainerFilter li {
    font-size: 15px;
    margin-bottom: 5px;
  }
  #FilterAccordion div.ContainerFilter .FeeFilter li {
    margin-bottom: 10px;
    background: url(../img/arrow-red.jpg) no-repeat left 7px;
    padding: 0 0 0 10px;
  }
  #FilterAccordion div.ContainerFilter .FeeFilter li a {
    font-size: 14px;
    color: var(--light-dark);
    text-decoration: underline;
  }
  #FilterAccordion div.ContainerFilter .FeeFilter li a:hover {
    color: var(--default-color);
  }
  #FilterAccordion div.ContainerFilter .FeeFilter li a.active-fee {
    color: var(--default-color);
    text-decoration: none;
  }
  .FeeToggle {
    margin-bottom: 15px;
    border-bottom: 1px solid #e9e9e9;
    padding: 5px 0 15px 0;
  }
  .FeeToggle label {
    cursor: pointer;
  }
  .FeeToggle .switch {
    position: relative;
    display: inline-block;
    width: 43px;
    height: 15px;
    top: 2px;
    margin: 0 5px;
  }
  .FeeToggle .switch input {
    opacity: 0;
    width: 0;
    height: 0;
  }
  .FeeToggle .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    transition: 0.4s;
  }
  .FeeToggle .slider:before {
    position: absolute;
    content: "";
    height: 13px;
    width: 13px;
    left: 2px;
    bottom: 1px;
    background-color: va(--background-color);
    transition: 0.4s;
  }
  .FeeToggle input:checked + .slider {
    background-color: #0d6efd;
  }
  .FeeToggle input:focus + .slider {
    box-shadow: 0 0 1px #0d6efd;
  }
  .FeeToggle input:checked + .slider:before {
    transform: translateX(26px);
  }
  .FeeToggle .slider.round {
    border-radius: 34px;
  }
  .FeeToggle .slider.round:before {
    border-radius: 50%;
  }
  .book_speakers {
    display: none;
  }
  #BookingPopup.offcanvas{
    display: none;
  }
}
@media (max-width: 639px) {
  .IntroMoreSpace-SpeakersCategory .LeftContent h1 {
    font-size: 20px;
    line-height: 22px;
  }
  .CategoryResultList li {
    flex-wrap: wrap;
    justify-content: center;
  }
  .CategoryResultList li figure {
    margin-bottom: 20px;
  }
  .CategoryResultList li .fee-travel > div {
    width: 100%;
  }
  .CategoryResultList li .fee-travel > div.FeeRange {
    margin-bottom: 12px;
  }
  .CategoryResultList li .fee-travel .TravelFrom span {
    width: auto;
    margin-left: 5px;
  }
  .CategoryResultList li .fee-travel .TravelFrom .bi {
    top: -3px;
  }
  #ourspeakingAgents .accordion-button {
    font-size: 13px;
    line-height: 18px;
    height: auto;
    padding: 4px 10px 4px 10px;
  }
  #ourspeakingAgents .accordion-button::after {
    margin-left: 5px;
  }
  .CategoryResultList li .speaking-topics ul li{ justify-content: flex-start;}
}
@media (max-width: 389px) {
  .IntroMoreSpace-SpeakersCategory .RightPicture img {
    width: 100%;
  }
}/*# sourceMappingURL=browsecategory.css.map */