@import url(datepicker/jquery-ui.css);
:root {
  --dark-grey-color: #606060;
}

.speaker_detail_main {
  background-color: var(--bs-emphasis-color);
}

.SpeakerImg {
  background-color: var(--background-color);
  border: 1px solid #d7d7d7;
  padding: 8px;
  display: flex;
  justify-content: center;
}

.SpeakerImg .ImgDiv {
  position: relative;
}

.SpeakerImg .FavStar {
  top: 10px;
  right: 10px;
}

.SpeakerImg img {
  max-width: 100%;
  display: block;
}

.speaker-mob {
  display: none;
}

.speaker_basicinfo {
  background-color: var(--background-color);
  border: 1px solid #d7d7d7;
  padding: 12px;
  min-height: 274px;
}

.speaker_basicinfo .SpeakerName {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  line-height: 26px;
}

.speaker_basicinfo .SpeakerName h1 {
  line-height: 30px;
  font-size: 30px;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--default-color);
  margin: 0;
}

.speaker_basicinfo .SpeakerName h1 a {
  font-size: 30px;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  color: var(--default-color);
  line-height: 30px;
}

.speaker_basicinfo .SpeakerName h1 a:hover {
  color: var(--bs-dark);
}

.speaker_basicinfo .Rating {
  margin-left: 10px;
  display: flex;
}

.speaker_basicinfo .Rating i {
  margin: 0 1px;
  color: #929292;
}

.speaker_basicinfo .Rating i.bi-star-fill, .speaker_basicinfo .Rating i.bi-star-half {
  color: #f99e20;
}

.speaker_basicinfo .ReviewAvg {
  margin-left: 10px;
  font-size: 12px;
  color: var(--dark-grey-color);
}

.speaker_basicinfo .ReviewLink {
  margin-left: 10px;
}

.speaker_basicinfo .ReviewLink a {
  text-decoration: underline;
  font-size: 12px;
  color: var(--dark-grey-color);
  line-height: 28px;
}

.speaker_basicinfo .SpeakerBayline h2 {
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  color: #444444;
  font-style: italic;
  letter-spacing: 0.04em;
  margin-bottom: 1rem;
  margin-top: 10px;
}

.speaker_basicinfo .more_info {
  margin-bottom: 10px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
  padding-left: 120px;
}

.speaker_basicinfo .more_info .SecTitle {
  min-width: 120px;
  font-size: 14px;
  font-weight: 600;
  color: var(--default-color);
  align-self: flex-start;
  position: absolute;
  left: 0;
  top: -4px;
}

.speaker_basicinfo .more_info .SecTitle i {
  font-size: 16px;
  color: var(--heading-color);
  margin-right: 5px;
}

.speaker_basicinfo .more_info .more_detail {
  font-size: 13px;
  color: var(--dark-grey-color);
  line-height: 18px;
  margin-left: 0.6rem;
  overflow: hidden;
  transition: all 250ms ease-in-out;
}

.speaker_basicinfo .more_info .more_detail span {
  margin-right: 5px;
}

.speaker_basicinfo .more_info .more_detail span::after {
  content: "|";
  display: inline-block;
  font-size: 13px;
  color: var(--dark-grey-color);
  line-height: 18px;
  margin-left: 8px;
}

.speaker_basicinfo .more_info .more_detail a {
  font-size: 13px;
  color: var(--dark-grey-color);
  line-height: 18px;
  text-decoration: underline;
}

.speaker_basicinfo .more_info .more_detail a:hover {
  color: var(--default-color);
}

.speaker_basicinfo .more_info .more_detail span:last-child a {
  color: var(--default-color);
}

.speaker_basicinfo .more_info .more_detail span:last-child a:hover {
  text-decoration: none;
}

.speaker_basicinfo .more_info .more_detail span:last-child::after {
  display: none;
}

.speaker_basicinfo .more_info .readmore_link {
  width: 100%;
  font-size: 13px;
  color: var(--default-color);
  margin-top: 10px;
  text-align: right;
}

.connect-agent-btn.mob-top-btn {
  display: none;
}

#horizontalTab .accordion, .resp-tabs-container {
  border-top: 3px solid var(--bs-dark);
  --bs-accordion-bg:none;
  position: relative;
  z-index: 0;
}

#horizontalTab .accordion-item .accordion-header {
  display: none;
}

#horizontalTab .accordion-item {
  border: none;
}

#horizontalTab .resp-tabs-list {
  margin: 0;
  padding: 0;
}

#horizontalTab .resp-tabs-list li {
  margin: 0;
  padding: 0;
  list-style: none;
}

#horizontalTab .nav-tabs {
  display: flex;
  border: 0;
  position: relative;
}

#horizontalTab .nav-tabs .nav-link {
  background-color: var(--bs-dark);
  padding: 0px 30px;
  border: none;
  margin: 0 2px 0 0;
  border-radius: 3px 3px 0 0;
  font-size: 16px;
  font-weight: 400;
  color: var(--background-color);
  text-transform: uppercase;
  height: 40px;
  line-height: 40px;
}

#horizontalTab .nav-tabs .nav-link.active, #horizontalTab .nav-tabs .nav-link:hover {
  background-color: #929292;
}

#horizontalTab .nav-tabs .nav-link i {
  font-size: 22px;
  margin-right: 5px;
}

#horizontalTab .nav-tabs .Availability_detail .nav-link {
  background-color: var(--default-color);
  position: absolute;
  right: 0;
  font-weight: 700;
  letter-spacing: 0.01em;
  margin-right: 0;
}

#horizontalTab .nav-tabs .Availability_detail .nav-link:hover, #horizontalTab .nav-tabs .Availability_detail .nav-link.active {
  background-color: #f99e1d;
}

#horizontalTab .Books_detail, #horizontalTab .FAQs_detail {
  display: none;
}

#horizontalTab .accordion-body {
  padding: 30px 39px;
  border: 1px solid #d4d4d4;
  border-top: 0;
  background-color: var(--background-color);
}

#horizontalTab .SpeakerBiography {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  border-bottom: 1px solid #d4d4d4;
  padding-bottom: 8px;
}

#horizontalTab h2 {
  width: 100%;
  font-size: 24px;
  line-height: 28px;
  font-weight: 700;
  color: var(--default-color);
  margin-bottom: 30px;
  text-align: left;
}

#horizontalTab .Biography_text {
  width: 100%;
  overflow: hidden;
  transition: all 250ms ease-in-out;
}

#horizontalTab .Biography_text p {
  font-size: 15px;
  line-height: 22px;
  letter-spacing: 0.01em;
  color: var(--dark-grey-color);
}

#horizontalTab .Biography_text .link_text {
  font-weight: 500;
}

#horizontalTab .Biography_text .link_text a {
  text-decoration: none;
  color: var(--default-color);
}

#horizontalTab .Biography_text .link_text a:hover {
  color: var(--heading-color);
}

#horizontalTab .readmore_link {
  font-size: 15px;
  color: var(--default-color);
  margin-top: 10px;
  text-align: right;
  text-decoration: none;
}

#horizontalTab .readmore_link:hover {
  color: var(--heading-color);
}

#horizontalTab .connect_agent_block {
  width: 100%;
}

#horizontalTab .connect_agent_block .btn-primary {
  font-size: 18px;
  padding: 0px 30px;
  font-weight: 400;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  border-radius: 3px;
  background-color: #b70f0a;
  border: none;
  border-bottom: 3px solid #880400;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
  box-shadow: inset 0 3px 3px 0 rgb(243, 70, 65);
  line-height: 44px;
  height: 44px;
}

#horizontalTab .connect_agent_block .btn-primary:hover {
  background-color: #c8110c;
}

#horizontalTab .connect_agent_block em {
  font-size: 13px;
  color: #444444;
  line-height: 18px;
  display: inline-block;
  margin-top: 5px;
}

#horizontalTab .SpeakingTopicsIntro {
  padding-top: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #d4d4d4;
}

#horizontalTab .SpeakingTopicsIntro ul.TopicsTabList {
  margin: 0;
  padding: 0;
}

#horizontalTab .SpeakingTopicsIntro ul.TopicsTabList li {
  margin: 0 0 15px 0px;
  padding: 0 0 15px 15px;
  list-style: none;
  position: relative;
  border-bottom: 1px dashed #ccc;
}

#horizontalTab .SpeakingTopicsIntro ul.TopicsTabList li span {
  position: absolute;
  left: 0;
  top: -1px;
  color: var(--default-color);
  font-size: 13px;
}

#horizontalTab .SpeakingTopicsIntro ul.TopicsTabList li span::after {
  content: "";
  width: 3px;
  height: 3px;
  background-color: #ffffff;
  position: absolute;
  left: 3px;
  top: 7px;
  border-radius: 4px;
}

#horizontalTab .SpeakingTopicsIntro ul.TopicsTabList li h3 {
  font-size: 15px;
  font-weight: 500;
  color: #444444;
  margin-bottom: 1rem;
}

#horizontalTab .SpeakingTopicsIntro ul.TopicsTabList li p {
  line-height: 24px;
  margin-bottom: 15px;
  letter-spacing: 0.01em;
  font-size: 15px;
  color: var(--dark-grey-color);
}

#horizontalTab .SpeakingTopicsIntro .flip {
  margin: 30px 0 0 0;
}

#horizontalTab .SpeakingTopicsIntro .flip a {
  color: var(--default-color);
  font-size: 15px;
  font-weight: 400;
}

#horizontalTab .SpeakingTopicsIntro .flip a:hover {
  color: var(--bs-dark);
}

#TopicsTab .SpeakingTopicsIntro {
  padding-top: 0px;
  padding-bottom: 0px;
  border-bottom: 0px solid #d4d4d4;
}

#TopicsTab .SpeakingTopicsIntro ul.TopicsTabList li:last-child {
  border-bottom: 0px;
  padding-bottom: 0;
  margin-bottom: 0;
}

#horizontalTab .SpeakingTopicsIntro ul.TopicsTabList li ul {
  margin: 0;
  padding: 0;
}

#horizontalTab .SpeakingTopicsIntro ul.TopicsTabList li ul li {
  background: url(../img/arrow-red.jpg) no-repeat left 8px;
  margin: 10px 0px;
  padding: 0 0 10px 15px;
  font-size: 15px;
  font-weight: 400;
  color: #444444;
}

#horizontalTab .SpeakingTopicsIntro ul.TopicsTabList li ul li:last-child {
  border-bottom: 0px;
  padding-bottom: 0;
  margin-bottom: 0;
}

#horizontalTab .SpeakerVideoIntro {
  padding-top: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #d4d4d4;
}

#horizontalTab .SpeakerVideoIntro .video_thumb {
  position: relative;
}

#horizontalTab .SpeakerVideoIntro .video_thumb::after {
  content: "";
  width: 52px;
  height: 34px;
  background: url(../img/video-play.webp) no-repeat center center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#horizontalTab .SpeakerVideoIntro .video_thumb:hover::after {
  background: url(../img/video-play-h.webp) no-repeat center center;
}

#horizontalTab .SpeakerVideoIntro .video_box h3 {
  font-size: 15px;
  line-height: 20px;
  font-weight: 600;
  color: #7a7a7a;
  margin-top: 10px;
}

#horizontalTab .SpeakerVideoIntro .video_box p {
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  color: #7a7a7a;
}

#horizontalTab .SpeakerVideoIntro #moreVideosTab {
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  color: var(--default-color);
}

#horizontalTab .SpeakerVideoIntro #moreVideosTab:hover {
  color: var(--bs-dark);
}

#videoTab .SpeakerVideoIntro {
  padding-top: 0px;
  padding-bottom: 0px;
  border-bottom: 0px;
}

#videoTab .SpeakerVideoIntro ul {
  margin: 0;
  padding: 0;
}

#videoTab .SpeakerVideoIntro ul li {
  margin: 0px 0px 15px 0px;
  padding: 0px 0px 15px 0px;
  list-style: none;
  border-bottom: 1px solid #ccc;
  display: flex;
  justify-content: space-between;
}

#videoTab .SpeakerVideoIntro ul li:last-child {
  border-bottom: 0px;
  margin: 0;
  padding: 0;
}

#videoTab .SpeakerVideoIntro .video_col {
  width: 48%;
  text-align: center;
}

#videoTab .SpeakerVideoIntro .video_col h3 {
  font-size: 18px;
  min-height: 50px;
  color: #444444;
  font-weight: 600;
}

#videoTab .SpeakerVideoIntro .video_col p {
  font-size: 15px;
  line-height: 20px;
  font-weight: 400;
  color: #7a7a7a;
  margin: 10px 0px 0px 0px;
  text-align: justify;
  -moz-text-align-last: center;
       text-align-last: center;
}

#videoTab .SpeakerVideoIntro .video_col .video_thumb {
  width: 400px;
  height: 300px;
  display: flex;
  justify-content: center;
  margin: 0 auto;
}

#videoTab .SpeakerVideoIntro .video_col .video_thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

#SpeakerNewsTab .news-tab-content {
  margin: 0;
  padding: 0;
}

#SpeakerNewsTab .news-tab-content li {
  width: 100%;
  margin: 0px 0px 10px 0px;
  padding: 0;
  list-style: none;
}

#SpeakerNewsTab .news-tab-content li a {
  font-size: 15px;
  font-weight: 400;
  text-decoration: none;
  color: var(--default-color);
}

#SpeakerNewsTab .news-tab-content li a:hover {
  color: var(--bs-dark);
}

#SpeakerNewsTab .news-tab-content li p {
  font-size: 14px;
  line-height: 24px;
  color: #7a7a7a;
}

#availabilityTab .accordion-body {
  background-color: transparent;
  border: 0;
  padding: 0;
}

#SpeakerBookNowTab {
  margin-top: 1.5em;
}

#SpeakerBookNowTab h2 {
  margin-bottom: 0;
}

#SpeakerBookNowTab em {
  font-size: 14px;
}

#SpeakerBookNowTab .box_white {
  background-color: var(--background-color);
  border: 1px solid rgba(var(--bs-dark-rgb), 0.15);
  padding: 1em;
}

#SpeakerBookNowTab .box_white .form-label {
  display: none;
}

#SpeakerBookNowTab .box_white .divider {
  width: 100%;
  display: block;
  border-bottom: 1px dashed #dee2e6 !important;
}

#SpeakerBookNowTab .box_white .gj-datepicker {
  margin-bottom: 0 !important;
}

#SpeakerBookNowTab .box_white .btn-outline-secondary {
  background-color: #ebebeb;
  border-color: #d6d6d6;
  border-left: 0;
  cursor: text;
  border-radius: 0;
}

#SpeakerBookNowTab .box_white .btn-outline-secondary .gj-icon {
  top: 5px;
  color: var(--dark-grey-color);
}

#SpeakerBookNowTab .box_white .form-control {
  background-color: #ebebeb;
  border-color: #d6d6d6;
  border-radius: 0;
  padding: 0.38rem 10px;
  font-size: 14px;
  color: var(--dark-grey-color);
}

#SpeakerBookNowTab .box_white textarea {
  resize: none;
  line-height: 22px;
  height: 109px;
}

#SpeakerBookNowTab .box_white .gj-datepicker .form-control {
  border-right: 0;
}

#SpeakerBookNowTab .box_white .form-select {
  background-color: #ebebeb;
  border-color: #d6d6d6;
  border-radius: 0;
  padding: 0.38rem 10px;
  font-size: 14px;
  color: var(--dark-grey-color);
  box-shadow: none;
}

#SpeakerBookNowTab .box_white .form-select option {
  font-style: normal;
  background: var(--background-color);
  font-size: 14px;
  padding: 3px 5px;
  border-left: 0;
  border-right: 1px solid #b2b2b2;
  box-shadow: none;
}

#SpeakerBookNowTab .box_white ::-moz-placeholder {
  color: var(--dark-grey-color);
  opacity: 0.8;
}

#SpeakerBookNowTab .box_white ::placeholder {
  color: var(--dark-grey-color);
  opacity: 0.8;
}

#SpeakerBookNowTab .box_white .btn-primary {
  border-radius: 0;
  font-size: 18px;
  font-weight: 500;
  background-color: var(--default-color);
  border: 0px;
  color: var(--background-color);
  padding: 10px 20px;
  margin-top: 15px;
}

#SpeakerBookNowTab .box_white .date {
  background-color: #ebebeb;
}

#SpeakerBookNowTab .box_white .date .form-control {
  background-color: transparent;
  z-index: 1;
}

#SpeakerBookNowTab .date_icon {
  position: absolute;
  right: 8px;
  top: 5px;
  z-index: 0;
}

#SpeakerBookNowTab .date_icon i {
  font-size: 18px;
}

#SpeakerBookNowTab .box_white .ErrorRedBox {
  width: 100%;
}

#SpeakerBookNowTab .box_white .invalid-feedback {
  font-size: 13px;
  color: #c00;
}

#BookNowService ul {
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-start;
}

#BookNowService ul li {
  width: 48%;
  margin: 15px 0px;
  padding: 0 40px;
  list-style: none;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-items: center;
}

#BookNowService ul li span {
  width: 47px;
  height: 47px;
  border-radius: 100%;
  background-color: var(--default-color);
  color: var(--background-color);
  font-size: 28px;
  margin-right: 8px;
  text-align: center;
  line-height: 48px;
}

#BookNowService .details {
  width: calc(100% - 55px);
}

#BookNowService ul li h3 {
  font-size: 16px;
  font-weight: 600;
  margin: 0;
  color: var(--dark-grey-color);
}

#BookNowService ul li p {
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  font-style: italic;
  margin: 0;
  color: var(--dark-grey-color);
}

#QuickAnswers p {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  margin: 10px 0px;
  color: var(--dark-grey-color);
  letter-spacing: 0;
}

#QuickAnswers .call-btn-red {
  padding: 5.5px 22px !important;
  font-size: 22px !important;
  font-weight: 400 !important;
}

#bookingagents h3 {
  font-size: 18px;
  font-weight: 600;
  margin: 0;
  color: var(--default-color);
}

#bookingagents .agent-can-do {
  margin: 0;
  padding: 0;
}

#bookingagents .agent-can-do li {
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#bookingagents .agent-can-do li p {
  width: calc(100% - 40px);
  font-size: 12px;
  color: #444444;
  line-height: 16px;
  margin: 7px 0px;
}

#bookingagents .agent-can-do li .bi {
  font-size: 25px;
  color: #444444;
}

#horizontalTab .secondary_accordion {
  border: 0;
}

#horizontalTab .secondary_accordion .accordion-item .accordion-header {
  display: block;
  margin: 0;
}

#horizontalTab .secondary_accordion .accordion-item .accordion-header .accordion-button {
  font-size: 24px;
  line-height: 28px;
  font-weight: 700;
  color: var(--default-color);
  text-align: left;
  background: none;
  box-shadow: none;
  border-bottom: 1px solid #d4d4d4;
  padding-left: 0px;
  padding-right: 0px;
}

#horizontalTab .secondary_accordion .accordion-item .accordion-header .accordion-button::after {
  --bs-accordion-btn-icon-width: 2rem;
}

#horizontalTab .secondary_accordion .accordion-body {
  padding: 30px 0;
  border: 0;
  border-bottom: 1px solid #d4d4d4;
}

.secondary_accordion .SliderBooks {
  padding: 0 30px;
}

.secondary_accordion .SliderBooks .book-cover {
  width: 100%;
  text-align: center;
}

.secondary_accordion .SliderBooks .book-cover img {
  width: auto;
  max-width: 110px;
  max-height: 170px;
  display: inline-block;
}

.secondary_accordion .SliderBooks .book-title {
  width: 100%;
  text-align: center;
  color: #7a7a7a;
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  margin-top: 10px;
  padding: 0 30px;
}

.secondary_accordion .SliderBooks .owl-stage {
  margin: 0 auto;
}

.secondary_accordion .SliderBooks .owl-dots {
  display: none;
}

.secondary_accordion .SliderBooks .owl-nav .owl-prev, .secondary_accordion .SliderBooks .owl-nav .owl-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 60px;
  color: var(--heading-color);
  opacity: 0.5;
}

.secondary_accordion .SliderBooks .owl-nav .owl-prev:hover, .secondary_accordion .SliderBooks .owl-nav .owl-next:hover {
  opacity: 1;
}

.secondary_accordion .SliderBooks .owl-nav .owl-prev {
  left: 0;
}

.secondary_accordion .SliderBooks .owl-nav .owl-next {
  right: 0;
}

.secondary_accordion .SliderSpeakerLists {
  padding: 0 30px;
}

.secondary_accordion .SliderSpeakerLists a {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  text-decoration: none;
}

.secondary_accordion .SliderSpeakerLists .list-img {
  width: 100%;
  max-width: 48%;
}

.secondary_accordion .SliderSpeakerLists .list-img img {
  width: auto;
  max-width: 245px;
  height: auto;
  max-height: 170px;
  display: block;
}

.secondary_accordion .SliderSpeakerLists .list-intro {
  width: 100%;
  max-width: 48%;
}

.secondary_accordion .SliderSpeakerLists .list-intro h3 {
  color: #7a7a7a;
  font-size: 15px;
  line-height: 20px;
  font-weight: 600;
  margin-bottom: 10px;
  padding: 0;
  border: 0;
  font-family: Roboto, sans-serif;
  letter-spacing: 0.15px;
}

.secondary_accordion .SliderSpeakerLists .list-intro .list-text p {
  width: 100%;
  color: #7a7a7a;
  font-size: 13px;
  line-height: 19px;
  font-weight: 400;
  margin-bottom: 0px;
  text-align: justify;
}

.secondary_accordion .SliderSpeakerLists .owl-stage {
  margin: 0 auto;
}

.secondary_accordion .SliderSpeakerLists .owl-dots {
  display: none;
}

.secondary_accordion .SliderSpeakerLists .owl-nav .owl-prev, .secondary_accordion .SliderSpeakerLists .owl-nav .owl-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 60px;
  color: var(--heading-color);
  opacity: 0.5;
}

.secondary_accordion .SliderSpeakerLists .owl-nav .owl-prev:hover, .secondary_accordion .SliderSpeakerLists .owl-nav .owl-next:hover {
  opacity: 1;
}

.secondary_accordion .SliderSpeakerLists .owl-nav .owl-prev {
  left: 0;
}

.secondary_accordion .SliderSpeakerLists .owl-nav .owl-next {
  right: 0;
}

.secondary_accordion .viewListlink {
  display: block;
  margin-top: 25px;
  text-align: right;
}

.secondary_accordion .viewListlink a {
  font-size: 14px;
  color: var(--default-color);
  font-weight: 500;
  text-decoration: none;
}

.secondary_accordion .SpeakingFaqIntro ul {
  margin: 0;
  padding: 0;
}

.secondary_accordion .SpeakingFaqIntro ul li {
  margin: 0 0 15px 0px;
  padding: 0 0 15px 15px;
  list-style: none;
  position: relative;
  border-bottom: 1px dashed #ccc;
}

.secondary_accordion .SpeakingFaqIntro ul li span {
  position: absolute;
  left: 0;
  top: -1px;
  color: var(--default-color);
  font-size: 13px;
}

.secondary_accordion .SpeakingFaqIntro ul li span::after {
  content: "";
  width: 3px;
  height: 3px;
  background-color: #ffffff;
  position: absolute;
  left: 3px;
  top: 7px;
  border-radius: 4px;
}

.secondary_accordion .SpeakingFaqIntro ul li h3 {
  font-family: Roboto, sans-serif;
  margin: 0;
  padding: 0 0 5px 0;
  color: #444444;
  font-size: 15px;
  font-weight: 500;
  border: 0;
  letter-spacing: 0.15px;
}

.secondary_accordion .SpeakingFaqIntro ul li .AnsText {
  color: var(--dark-grey-color);
  line-height: 24px;
  margin-bottom: 0;
  letter-spacing: 0.01em;
  font-size: 15px;
}

.secondary_accordion .SpeakingFaqIntro ul li .AnsText a {
  text-decoration: none;
  color: var(--default-color);
}

.secondary_accordion .SpeakingFaqIntro ul li .AnsText a:hover {
  color: var(--bs-dark);
}

.secondary_accordion .SpeakingFaqIntro p {
  color: rgba(var(--bs-dark-rgb), 0.6);
  font-size: 13px;
  line-height: 20px;
  font-weight: 400;
}

.secondary_accordion .SpeakingFaqIntro p a {
  color: rgba(var(--bs-dark-rgb), 0.6);
  text-decoration: underline;
}

.secondary_accordion .SpeakingFaqIntro p a:hover {
  text-decoration: none;
}

#related_speakers {
  position: sticky;
  position: -webkit-sticky;
  bottom: 0;
  background-color: #E8DEC7;
  bottom: -192px;
  margin-top: 30px;
  min-height: auto;
  transition: all ease-in-out 0.5s;
}

#related_speakers .minimize_similer_slider {
  width: 50px;
  height: 30px;
  border: none;
  background: #E8DEC7;
  position: absolute;
  right: 30px;
  top: -30px;
  cursor: pointer;
  padding: 0;
  margin: 0;
}

#related_speakers .minimize_similer_slider::after {
  content: "";
  width: 50px;
  height: 35px;
  background: url(../img/more-arrow-single-down.png) no-repeat center center;
  display: inline-block;
  border-radius: 5px 5px 0px 0px;
  transform: rotate(180deg);
}

#related_speakers .minimize_similer_slider::before {
  content: "Open";
  width: 50px;
  height: 25px;
  padding: 0px 5px;
  background: var(--background-color);
  position: absolute;
  top: -25px;
  left: -5px;
  border-radius: 5px;
  font-size: 12px;
  color: #000000;
  text-transform: uppercase;
  line-height: 25px;
  box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.2);
  display: none;
}

#related_speakers .minimize_similer_slider:hover::before {
  display: block;
}

#related_speakers.related-spkr-div {
  bottom: 0;
}

#related_speakers.related-spkr-div .minimize_similer_slider::after {
  transform: rotate(0deg);
}

#related_speakers.related-spkr-div .minimize_similer_slider::before {
  content: "close";
}

.similar-speaker .SimilarTitle {
  font-size: 24px;
  color: var(--default-color);
  font-weight: 700;
  margin: 0 0 1rem 0;
  display: inline-block;
  padding: 0;
  cursor: pointer;
  position: relative;
}

.similar-speaker .SimilarTitle::before {
  content: "Open";
  width: 50px;
  height: 25px;
  padding: 0px 5px;
  background: var(--background-color);
  position: absolute;
  top: -25px;
  border-radius: 5px;
  font-size: 12px;
  font-weight: normal;
  color: #000000;
  text-transform: uppercase;
  line-height: 25px;
  text-align: center;
  box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.2);
  display: none;
}

.similar-speaker .SimilarTitle:hover::before {
  display: block;
}

.related-spkr-div .SimilarTitle::before {
  content: "close";
}

.similar-speaker .SimilarTitle .bi-globe-americas {
  color: rgba(0, 0, 0, 0.5);
}

.similar-speaker .SimilarTitle {
  font-size: 24px;
  color: var(--default-color);
  font-weight: 700;
  margin: 0;
}

.similar-speaker .SimilarTitle .bi-globe-americas {
  color: rgba(var(--bs-dark-rgb), 0.5);
}

.similar-speaker .owl-carousel {
  padding: 0 10px;
}

.similar-speaker#related_speakers .owl-carousel {
  padding: 0 10px;
}

.similar-speaker .owl-carousel .owl-item img {
  height: auto;
}

.similar-speaker .rel-speaker-img {
  width: 100%;
  overflow: hidden;
  border: 3px solid #fff;
  border-radius: 3px;
}

.similar-speaker .rel-speaker-img h3 {
  width: calc(100% - 3px);
  background-color: rgba(var(--background-color-rgb), 0.9);
  line-height: 18px;
  font-size: 14px;
  font-weight: 400;
  color: var(--heading-color);
  padding: 5px;
  position: absolute;
  bottom: 0px;
  text-align: center;
  margin: 0;
  z-index: 1;
}

.FavStar {
  position: absolute;
  right: 8px;
  top: 8px;
  z-index: 3;
}

.FavStar a {
  font-size: 0;
  text-decoration: none;
}

.FavStar a .star-add {
  opacity: 1;
  width: 28px;
  height: 26px;
  position: absolute;
  right: 0;
  top: 0;
}

.FavStar a .star-act {
  opacity: 0;
  width: 28px;
  height: 26px;
}

.FavStar a:hover .star-act {
  opacity: 1;
}

.FavStar a:hover .star-add {
  opacity: 0;
}

.FavStar a.act .star-act {
  opacity: 1;
}

.FavStar a.act .star-add {
  opacity: 0;
}

.FavStar a.speaker-listing-favorite-heart-link span {
  width: 125px;
  position: absolute;
  right: 0;
  height: 27px;
  line-height: 28px;
  top: 25px;
  font-size: 12px;
  background: #fff;
  display: none;
  text-align: center;
  box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  color: #000000;
}

.FavStar a.speaker-listing-favorite-heart-link:hover span {
  display: block;
}

.similar-speaker .item .caption {
  position: absolute;
  opacity: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: all 0.45s ease-in-out;
  z-index: 2;
}

.similar-speaker .item:hover .caption {
  opacity: 1;
}

.similar-speaker .item .caption a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  flex-wrap: wrap;
  align-content: center;
  background-color: rgba(var(--bs-dark-rgb), 0.6);
  padding: 0px 7px;
}

.similar-speaker .item .caption a p {
  margin-bottom: 8px;
  line-height: 15px;
  font-size: 12px;
  text-align: center;
  color: var(--background-color);
}

.similar-speaker .item .caption a span.link {
  text-decoration: underline;
  font-weight: 700;
  line-height: 18px;
  font-size: 13px;
  text-align: center;
  color: var(--background-color);
}

.similar-speaker .item .rel-speaker-bio {
  display: none;
  justify-content: center;
  flex-wrap: wrap;
  padding: 10px;
  margin-top: 7px;
}

.similar-speaker .item .rel-speaker-bio p {
  width: 100%;
  margin-bottom: 6px;
  line-height: 18px;
  font-size: 13px;
  color: var(--bs-dark);
  height: 56px;
  overflow: hidden;
  text-align: center;
}

.similar-speaker .item .rel-speaker-bio a {
  text-decoration: underline;
  font-weight: 400;
  line-height: 18px;
  font-size: 13px;
  text-align: center;
  color: var(--bs-dark);
}

.similar-speaker .owl-carousel .owl-dots {
  display: none;
}

.similar-speaker .owl-carousel .owl-nav .owl-prev, .similar-speaker .owl-carousel .owl-nav .owl-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 60px;
  color: var(--heading-color);
  opacity: 0.5;
}

.similar-speaker .owl-carousel .owl-nav .owl-prev:hover, .similar-speaker .owl-carousel .owl-nav .owl-next:hover {
  opacity: 1;
}

.similar-speaker .owl-carousel .owl-nav .owl-prev {
  left: -15px;
}

.similar-speaker .owl-carousel .owl-nav .owl-next {
  right: -15px;
}

.note-text .brd-box-white {
  border: 1px solid #d7d7d7;
  background: var(--background-color);
  padding: 15px 15px 0px 15px;
}

.note-text .brd-box-white p {
  color: var(--dark-grey-color);
  font-size: 14px;
  line-height: 1.4em;
  letter-spacing: 0;
}

.note-text .brd-box-white p a {
  color: var(--dark-grey-color);
  font-size: 14px;
  text-decoration: underline;
}

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

#RequestBookPopup .modal-xl {
  --bs-modal-width: 1000px;
}

#RequestBookPopup .modal-content {
  background-color: #f9f9f9;
  border-radius: 4px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

#RequestBookPopup .modal-body {
  padding: 15px 20px;
}

#RequestBookPopup .btn-close {
  width: 1.5em;
  height: 1.5em;
  padding: 0rem;
  background-color: var(--bs-dark);
  border-radius: 100%;
  opacity: 1;
  position: absolute;
  right: 6px;
  top: 6px;
  background-size: 10px;
  cursor: pointer;
  box-shadow: none;
  z-index: 1;
  --bs-btn-close-bg:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e");
}

#RequestBookPopup .btn-close:hover {
  background-color: var(--default-color);
}

#RequestBookPopup h2 {
  font-size: 26px;
  font-weight: 600;
  margin: 0;
  line-height: 30px;
  color: var(--default-color);
}

#RequestBookPopup em {
  font-size: 14px;
  color: var(--bs-dark);
  margin: 0;
  line-height: 24px;
}

#RequestBookPopup .form-label {
  display: none;
}

#RequestBookPopup .divider {
  width: 100%;
  display: block;
  border-bottom: 1px dashed #dee2e6 !important;
}

.ui-widget.ui-widget-content {
  z-index: 1056 !important;
}

#RequestBookPopup .date_icon {
  position: absolute;
  right: 8px;
  top: 5px;
  z-index: 0;
}

#RequestBookPopup .date_icon i {
  font-size: 18px;
}

.mobile_speaker_img {
  display: none;
}

#RequestBookPopup .form-control {
  background-color: #ebebeb;
  border-color: #d6d6d6;
  border-radius: 0;
  padding: 0.38rem 10px;
  font-size: 14px;
  color: var(--dark-grey-color);
}

#RequestBookPopup .form-control.speaker_name {
  font-weight: 600;
}

#RequestBookPopup textarea {
  resize: none;
  line-height: 22px;
  height: 100px;
}

#RequestBookPopup .form-select {
  background-color: #ebebeb;
  border-color: #d6d6d6;
  border-radius: 0;
  padding: 0.38rem 10px;
  font-size: 14px;
  color: var(--dark-grey-color);
}

#RequestBookPopup .form-select option {
  font-style: normal;
  background: var(--background-color);
  font-size: 14px;
  padding: 3px 5px;
  border-left: 0;
  border-right: 1px solid #b2b2b2;
  box-shadow: none;
}

#RequestBookPopup ::-moz-placeholder {
  color: var(--dark-grey-color);
  opacity: 0.8;
}

#RequestBookPopup ::placeholder {
  color: var(--dark-grey-color);
  opacity: 0.8;
}

#RequestBookPopup .btn-primary {
  border-radius: 0;
  font-size: 18px;
  font-weight: 500;
  background-color: var(--default-color);
  border: 0px;
  color: var(--background-color);
  padding: 10px 20px;
}

#RequestBookPopup input[type=date]::-webkit-calendar-picker-indicator {
  background: transparent;
  bottom: 0;
  color: transparent;
  cursor: pointer;
  height: auto;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: auto;
}

#RequestBookPopup .input-group {
  background-color: #ebebeb;
}

#RequestBookPopup .input-group .form-control {
  background-color: transparent;
  z-index: 1;
}

#SpeakerReviewPopup .modal-xl {
  --bs-modal-width: 1000px;
}

#SpeakerReviewPopup .modal-content {
  background-color: #f9f9f9;
  border-radius: 4px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

#SpeakerReviewPopup .modal-body {
  padding: 15px 20px;
}

#SpeakerReviewPopup .btn-close {
  width: 1.5em;
  height: 1.5em;
  padding: 0rem;
  background-color: var(--bs-dark);
  border-radius: 100%;
  opacity: 1;
  position: absolute;
  right: 6px;
  top: 6px;
  background-size: 10px;
  cursor: pointer;
  box-shadow: none;
  z-index: 1;
  --bs-btn-close-bg:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e");
}

#SpeakerReviewPopup .btn-close:hover {
  background-color: var(--default-color);
}

#SpeakerReviewPopup .ReviewsList {
  padding: 10px 20px;
}

#SpeakerReviewPopup .ReviewsList h1 {
  font-size: 26px;
  font-weight: 500;
  margin: 0px 0px 10px 0px;
  padding: 0px 0px 10px 0px;
  line-height: 30px;
  color: var(--default-color);
  text-transform: uppercase;
  border-bottom: 1px solid rgba(var(--bs-dark-rgb), 0.2);
}

#SpeakerReviewPopup .ReviewsList ul {
  margin: 0;
  padding: 0;
}

#SpeakerReviewPopup .ReviewsList ul li {
  margin: 0px 0px 15px 0px;
  padding: 0px 0px 15px 0px;
  list-style: none;
  border-bottom: 1px dashed rgba(var(--bs-dark-rgb), 0.2);
}

#SpeakerReviewPopup .ReviewsList ul li:last-child {
  border-bottom: 0;
  margin: 0;
  padding: 0;
}

#SpeakerReviewPopup .ReviewsList .rating-star i {
  color: #929292;
}

#SpeakerReviewPopup .ReviewsList .rating-star i.bi-star-fill, #SpeakerReviewPopup .ReviewsList .rating-star i.bi-star-half {
  color: #f99e20;
}

#SpeakerReviewPopup .ReviewsList .review-author {
  font-size: 12px;
  color: rgba(var(--bs-dark-rgb), 0.5);
}

#SpeakerReviewPopup .ReviewsList p {
  font-size: 15px;
  color: var(--bs-dark);
  line-height: 24px;
  letter-spacing: 0.01em;
  margin-bottom: 0.5rem;
}

#MorefeePopup .modal-lg {
  --bs-modal-width:620px;
}

#MorefeePopup .modal-content {
  background-color: #f9f9f9;
  border-radius: 4px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

#MorefeePopup .modal-body {
  padding: 15px 20px;
}

#MorefeePopup .btn-close {
  width: 1.5em;
  height: 1.5em;
  padding: 0rem;
  background-color: var(--bs-dark);
  border-radius: 100%;
  opacity: 1;
  position: absolute;
  right: 6px;
  top: 6px;
  background-size: 10px;
  cursor: pointer;
  box-shadow: none;
  z-index: 1;
  --bs-btn-close-bg:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e");
}

#MorefeePopup .btn-close:hover {
  background-color: var(--default-color);
}

#MorefeePopup .fee-lightbox h2 {
  font-size: 22px;
  font-weight: 600;
  margin: 0px 0px 10px 0px;
  padding: 0px;
  line-height: 30px;
  color: var(--default-color);
}

#MorefeePopup .fee-lightbox p {
  font-size: 14px;
  color: var(--bs-dark);
  line-height: 20px;
  letter-spacing: 1px;
  margin-bottom: 0;
}

#books_content .book-list {
  width: 100%;
}

#books_content .book-list article {
  margin: 10px;
  padding: 10px;
  text-align: center;
  border-bottom: 1px solid rgba(var(--bs-dark-rgb), 0.1);
}

#books_content .book-list article:last-child {
  margin: 0px;
  padding: 0px;
  border-bottom: 0px;
}

#books_content .book-list article:only-child {
  margin: 0px;
  padding: 0px;
  border-bottom: 0px;
}

#books_content .book-list article img {
  width: auto;
  height: auto;
  max-height: 220px;
}

#books_content .book-list article p {
  font-size: 13px;
  color: var(--bs-dark);
  line-height: 18px;
  margin-bottom: 0;
}

#SpeakerFAQsTab ul.FaqIntroList {
  margin: 0;
  padding: 0;
}

#SpeakerFAQsTab ul.FaqIntroList li {
  margin-bottom: 1rem;
  list-style: none;
  border: 1px solid #929292;
}

#SpeakerFAQsTab ul.FaqIntroList li h3 {
  background-color: #929292;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  color: var(--background-color);
  border-radius: 0;
  padding: 0.5rem 1rem;
  margin: 0;
}

#SpeakerFAQsTab ul.FaqIntroList li .AnsText {
  font-size: 13px;
  color: var(--bs-dark);
  line-height: 24px;
  margin-bottom: 0;
  letter-spacing: 0.01em;
  padding: 1rem;
}

#SpeakerFAQsTab ul.FaqIntroList li .AnsText a {
  color: var(--default-color);
  text-decoration: none;
}

#SpeakerFAQsTab ul.FaqIntroList li .AnsText a:hover {
  color: var(--bs-dark);
}

#TalentSelection-Slide {
  width: 320px;
  background-color: var(--heading-color);
}

#TalentSelection-Slide .offcanvas-header {
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative;
}

#TalentSelection-Slide .offcanvas-header h2 {
  width: 100%;
  text-transform: uppercase;
  color: var(--background-color);
  font-size: 24px;
  line-height: 30px;
  font-weight: 600;
  word-break: keep-all;
  text-align: center;
  margin-top: 1rem;
  margin-bottom: 0;
}

#TalentSelection-Slide .top-buttons {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

#TalentSelection-Slide .top-buttons .buttons {
  margin-right: 1rem;
  position: static;
}

#TalentSelection-Slide .btn-outline-light {
  border-radius: 0px;
  font-size: 15px;
  color: var(--background-color);
  font-weight: 600;
  background: transparent;
  padding: 4px 15px;
}

#TalentSelection-Slide .offcanvas-header .dropdown-menu {
  width: 95%;
  font-size: 14px;
  color: var(--heading-color);
  margin-top: 18px;
  background: var(--background-color);
  padding: 15px 20px 0px 20px;
  box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.9);
  border-radius: 0;
}

#TalentSelection-Slide .offcanvas-header .dropdown-menu::before {
  content: "";
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 10px solid var(--background-color);
  font-size: 0;
  line-height: 0;
  position: absolute;
  left: 15px;
  top: -10px;
}

#TalentSelection-Slide .offcanvas-header .dropdown-menu .form-title {
  color: var(--dark-grey-color);
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 5px;
  text-align: center;
}

#TalentSelection-Slide .offcanvas-header #exportPDFPopup.show {
  transform: translate(8px, 56px) !important;
}

#TalentSelection-Slide .offcanvas-header #sendEmailPopup.show {
  transform: translate(-8px, 56px) !important;
}

#TalentSelection-Slide .offcanvas-header #sendEmailPopup.dropdown-menu::before {
  left: 60px;
}

#TalentSelection-Slide .offcanvas-header .dropdown-menu p {
  font-size: 13px;
  margin-bottom: 15px;
  letter-spacing: 0;
  text-align: center;
  color: #7a7a7a;
}

#TalentSelection-Slide .offcanvas-header .dropdown-menu .form-control {
  border-radius: 0px;
  border: 1px solid #929292;
  color: #7a7a7a;
  font-size: 12px;
  font-style: normal;
  padding: 0.157rem 0.4rem;
  box-shadow: none;
}

#TalentSelection-Slide .offcanvas-header .dropdown-menu .btn-primary {
  padding: 5px 15px 5px 14px;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  border: 0;
  border-radius: 3px;
  cursor: pointer;
  text-transform: uppercase;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  margin-top: 10px;
  margin-bottom: 7px;
  background-color: var(--accent-color);
}

#TalentSelection-Slide .offcanvas-header .dropdown-menu .f_name {
  padding-right: 0.3rem;
}

#TalentSelection-Slide .offcanvas-header .dropdown-menu .l_name {
  padding-left: 0.3rem;
}

#TalentSelection-Slide .offcanvas-header .dropdown-menu .font-12 {
  font-size: 12px;
  font-style: italic;
  color: #7a7a7a;
}

#TalentSelection-Slide .offcanvas-header .dropdown-menu .blue-link {
  color: #7a7a7a;
}

#TalentSelection-Slide .offcanvas-header .dropdown-menu .blue-link:hover {
  color: var(--default-color);
}

#TalentSelection-Slide .offcanvas-header #ForwardMyShortlist.dropdown-menu::before {
  left: 60px;
}

#TalentSelection-Slide .offcanvas-header .email-sent .bi-check2-all {
  color: #f99e1d;
  font-size: 40px;
  line-height: 40px;
}

#TalentSelection-Slide .offcanvas-header .dropdown-menu .form-control.is-invalid, #TalentSelection-Slide .offcanvas-header .dropdown-menu .was-validated .form-control:invalid {
  border-width: 1px !important;
}

#TalentSelection-Slide .offcanvas-header .dropdown-menu .invalid-feedback {
  font-size: 11px;
}

#TalentSelection-Slide .offcanvas-footer {
  padding: var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x);
  text-align: center;
}

#TalentSelection-Slide .offcanvas-footer .talent-booking {
  margin-bottom: 15px;
}

#TalentSelection-Slide .offcanvas-footer .btn-secondary {
  background: #f99e1d;
  border-radius: 0px;
  font-size: 15px;
  font-weight: 500;
  width: 90%;
  padding: 8px 10px;
  border: 0px;
}

#TalentSelection-Slide .offcanvas-footer .btn-outline-light {
  padding: 6px 25px;
}

#TalentSelection-Slide .offcanvas-footer .btn-outline-light:hover {
  background: #f99e1d;
  border-color: #f99e1d;
}

#TalentSelection-Slide .offcanvas-footer .save-account-btn {
  position: static;
}

#TalentSelection-Slide .offcanvas-footer .dropdown-menu {
  width: 95%;
  font-size: 14px;
  color: var(--heading-color);
  margin-bottom: 8px !important;
  background: var(--background-color);
  padding: 15px 20px 0px 20px;
  box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.9);
  border-radius: 0;
}

#TalentSelection-Slide .offcanvas-footer .dropdown-menu::before {
  content: "";
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 10px solid var(--background-color);
  font-size: 0;
  line-height: 0;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -10px;
}

#TalentSelection-Slide .offcanvas-footer .dropdown-menu .form-title {
  color: var(--dark-grey-color);
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 5px;
}

#TalentSelection-Slide .offcanvas-footer .dropdown-menu p {
  font-size: 13px;
  margin-bottom: 15px;
  letter-spacing: 0;
  font-style: italic;
}

#TalentSelection-Slide .offcanvas-footer .dropdown-menu .blue_link {
  font-size: 13px;
  color: #006ce5;
  text-decoration: underline;
  padding: 0;
  margin: 0;
}

#TalentSelection-Slide .offcanvas-footer .dropdown-menu .form-control {
  border-radius: 0px;
  border: 1px solid #929292;
  color: #7a7a7a;
  font-size: 12px;
  font-style: normal;
  padding: 0.157rem 0.4rem;
  box-shadow: none;
}

#TalentSelection-Slide .offcanvas-footer .dropdown-menu .btn-primary {
  padding: 5px 15px 5px 14px;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  border: 0;
  border-radius: 3px;
  cursor: pointer;
  text-transform: uppercase;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  margin-top: 10px;
  margin-bottom: 7px;
  background-color: var(--accent-color);
}

#TalentSelection-Slide .offcanvas-footer .dropdown-menu .bi-lock-fill {
  display: inline-block;
  vertical-align: middle;
  margin-right: 3px;
}

#TalentSelection-Slide .offcanvas-footer .dropdown-menu small {
  display: block;
}

#TalentSelection-Slide .offcanvas-footer .dropdown-menu small a {
  color: var(--default-color);
  text-decoration: none;
}

#TalentSelection-Slide .offcanvas-footer .dropdown-menu small a:hover {
  color: var(--heading-color);
}

#TalentSelection-Slide .offcanvas-footer .dropdown-menu .f_name {
  padding-right: 0.3rem;
}

#TalentSelection-Slide .offcanvas-footer .dropdown-menu .l_name {
  padding-left: 0.3rem;
}

#TalentSelection-Slide .offcanvas-footer .dropdown-menu .font-12 {
  font-size: 12px;
  font-style: italic;
}

#TalentSelection-Slide .offcanvas-footer .dropdown-menu .blue-link {
  color: var(--bs-dark);
}

#TalentSelection-Slide .offcanvas-footer .dropdown-menu .blue-link:hover {
  color: var(--default-color);
}

#TalentSelection-Slide .offcanvas-footer .signup_box, #TalentSelection-Slide .offcanvas-footer .forgot_box {
  display: none;
}

#TalentSelection-Slide .offcanvas-footer .signup_box .btn-primary {
  background-color: var(--default-color);
}

#TalentSelection-Slide .offcanvas-footer .signup_box .btn-primary:hover {
  background-color: var(--heading-color);
}

#TalentSelection-Slide .offcanvas-footer .signup_box .font-12 {
  font-size: 12px;
  color: #7a7a7a;
}

#TalentSelection-Slide .offcanvas-footer .forgot_box .btn-primary {
  background-color: var(--default-color);
}

#TalentSelection-Slide .offcanvas-footer .forgot_box .btn-primary:hover {
  background-color: var(--heading-color);
}

#TalentSelection-Slide .offcanvas-footer .btn-check:checked + .btn, #TalentSelection-Slide .offcanvas-footer .btn.active, #TalentSelection-Slide .offcanvas-footer .btn.show, #TalentSelection-Slide .offcanvas-footer .btn:first-child:active, #TalentSelection-Slide .offcanvas-footer :not(.btn-check) + .btn:active {
  border-color: var(--accent-color);
  background-color: var(--accent-color);
  color: var(--background-color);
}

#TalentSelection-Slide .offcanvas-footer .signup_box .slide-error {
  font-size: 11px;
  text-align: left;
  color: var(--default-color);
}

#TalentSelection-Slide .offcanvas-footer .form-control.is-invalid, #TalentSelection-Slide .offcanvas-footer .was-validated .form-control:invalid {
  box-shadow: none;
  border: 1px solid #929292 !important;
}

#TalentSelection-Slide .offcanvas-footer .invalid-feedback {
  line-height: 12px;
  font-size: 0.775em;
}

#request-popup .modal-xl {
  --bs-modal-width: 1000px;
}

#request-popup .modal-content {
  background-color: #f9f9f9;
  border-radius: 4px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

#request-popup .modal-body {
  padding: 15px 20px;
}

#request-popup .btn-close {
  width: 1.5em;
  height: 1.5em;
  padding: 0rem;
  background-color: var(--bs-dark);
  border-radius: 100%;
  opacity: 1;
  position: absolute;
  right: 6px;
  top: 6px;
  background-size: 10px;
  cursor: pointer;
  box-shadow: none;
  z-index: 1;
  --bs-btn-close-bg:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e");
}

#request-popup .btn-close:hover {
  background-color: var(--default-color);
}

#request-popup h2 {
  width: 100%;
  font-size: 24px;
  line-height: 28px;
  font-weight: 700;
  color: var(--default-color);
  margin-bottom: 0px;
  text-align: left;
}

#request-popup em {
  font-size: 14px;
}

#request-popup #BRFGeneral-form .form-label {
  display: none;
}

#request-popup #BRFGeneral-form .divider {
  width: 100%;
  display: block;
  border-bottom: 1px dashed #dee2e6 !important;
}

#request-popup #BRFGeneral-form .gj-datepicker {
  margin-bottom: 0 !important;
}

#request-popup #BRFGeneral-form .btn-outline-secondary {
  background-color: #ebebeb;
  border-color: #d6d6d6;
  border-left: 0;
  cursor: text;
  border-radius: 0;
}

#request-popup #BRFGeneral-form .btn-outline-secondary .gj-icon {
  top: 5px;
  color: var(--dark-grey-color);
}

#request-popup #BRFGeneral-form .form-control {
  background-color: #ebebeb;
  border-color: #d6d6d6;
  border-radius: 0;
  padding: 0.38rem 10px;
  font-size: 14px;
  color: var(--dark-grey-color);
}

#request-popup #BRFGeneral-form textarea {
  resize: none;
  line-height: 22px;
  height: 109px;
}

#request-popup #BRFGeneral-form .gj-datepicker .form-control {
  border-right: 0;
}

#request-popup #BRFGeneral-form .form-select {
  background-color: #ebebeb;
  border-color: #d6d6d6;
  border-radius: 0;
  padding: 0.38rem 10px;
  font-size: 14px;
  color: var(--dark-grey-color);
}

#request-popup #BRFGeneral-form .form-select option {
  font-style: normal;
  background: var(--background-color);
  font-size: 14px;
  padding: 3px 5px;
  border-left: 0;
  border-right: 1px solid #b2b2b2;
  box-shadow: none;
}

#request-popup #BRFGeneral-form ::-moz-placeholder {
  color: var(--dark-grey-color);
  opacity: 0.8;
}

#request-popup #BRFGeneral-form ::placeholder {
  color: var(--dark-grey-color);
  opacity: 0.8;
}

#request-popup #BRFGeneral-form .btn-primary {
  border-radius: 0;
  font-size: 18px;
  font-weight: 500;
  background-color: var(--default-color);
  border: 0px;
  color: var(--background-color);
  padding: 10px 20px;
}

#request-popup .date_icon {
  position: absolute;
  right: 8px;
  top: 5px;
  z-index: 5;
}

#request-popup .date_icon i {
  font-size: 18px;
}

#thankyou-message-request {
  width: 80%;
  margin: 0 auto;
}

#thankyou-message-request .thankyou-img {
  text-align: center;
  margin-bottom: 25px;
}

#thankyou-message-request .thankyou-img img {
  height: 150px;
}

#thankyou-message-request h2 {
  font-size: 26px;
  font-weight: 600;
  text-transform: uppercase;
  color: #7a7a7a;
  margin-bottom: 5px;
  text-align: center;
}

#thankyou-message-request .thankyou_text p {
  color: #7a7a7a;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.01em;
  margin-bottom: 25px;
  text-align: center;
}

#thankyou-message-request .thankyou_text .call-thanks {
  text-align: center;
}

#thankyou-message-request .thankyou_text .call-thanks a {
  border: 1px solid #929292;
  padding: 10px 30px;
  color: #7a7a7a;
  font-size: 18px;
  display: inline-block;
  text-decoration: none;
}

#thankyou-message-request .thankyou_text .call-thanks a:hover {
  background: var(--default-color);
  border-color: var(--default-color);
  color: var(--background-color);
}

#thankyou-message-request .social-thanks {
  width: 100%;
  text-align: center;
  margin-top: 45px;
  margin-bottom: 10px;
}

#thankyou-message-request .social-thanks p {
  font-size: 22px;
  font-weight: 600;
  color: #7a7a7a;
  text-transform: uppercase;
  margin-bottom: 20px;
}

#thankyou-message-request .social-thanks a {
  margin: 0 3px;
}

#thankyou-message-request .social-thanks a img:hover {
  opacity: 0.8;
}

#TalentSelection-Slide .content-talent-scroll {
  padding: 0px 10px;
}

#TalentSelection-Slide .content-talent-scroll .TalentSelection-List {
  margin: 0;
  padding: 0;
}

#TalentSelection-Slide .content-talent-scroll .TalentSelection-List li {
  width: 100%;
  padding: 10px;
  margin: 0px 0px 15px 0px;
  list-style: none;
  border: 2px solid var(--background-color);
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}

#TalentSelection-Slide .content-talent-scroll .TalentSelection-List li:last-child {
  margin: 0;
}

#TalentSelection-Slide .content-talent-scroll .TalentSelection-List li .profilepage-link-caption {
  width: 100%;
  height: 100%;
  background-color: rgba(var(--bs-dark-rgb), 0.8);
  z-index: 2;
  position: absolute;
  left: 0;
  top: 0;
  display: none;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  font-weight: 600;
  color: var(--background-color);
  text-decoration: none;
}

#TalentSelection-Slide .content-talent-scroll .TalentSelection-List li:hover .profilepage-link-caption {
  display: flex;
}

#TalentSelection-Slide .content-talent-scroll .TalentSelection-List li .profilepage-link-caption .bi {
  margin-left: 5px;
  font-size: 17px;
  line-height: 24px;
}

#TalentSelection-Slide .content-talent-scroll .TalentSelection-List li .close {
  position: absolute;
  right: 7px;
  top: 5px;
  z-index: 3;
}

#TalentSelection-Slide .content-talent-scroll .TalentSelection-List li .close a {
  color: var(--background-color);
  font-size: 18px;
  font-weight: 700;
  font-family: Arial, Helvetica, sans-serif;
  display: block;
  width: 30px;
  height: 30px;
  text-align: center;
  text-decoration: none;
}

#TalentSelection-Slide .content-talent-scroll .TalentSelection-List li .TalentImg {
  width: 100px;
}

#TalentSelection-Slide .content-talent-scroll .TalentSelection-List li .TalentImg img {
  max-width: 100px;
  max-height: 100px;
  display: block;
}

#TalentSelection-Slide .content-talent-scroll .TalentSelection-List li .TalentDetail {
  width: calc(100% - 110px);
}

#TalentSelection-Slide .content-talent-scroll .TalentSelection-List li .TalentDetail h3 {
  font-size: 18px;
  color: var(--background-color);
  font-weight: 500;
  line-height: 22px;
  margin: -4px 0 3px 0;
}

#TalentSelection-Slide .content-talent-scroll .TalentSelection-List li .TalentDetail p.TalentByline {
  font-size: 12px;
  color: var(--background-color);
  margin-bottom: 5px;
  line-height: 14px;
}

#TalentSelection-Slide .content-talent-scroll .TalentSelection-List li .TalentDetail .TalentFees {
  font-size: 12px;
  margin-bottom: 3px;
  color: var(--background-color);
  line-height: 14px;
}

#TalentSelection-Slide .content-talent-scroll .TalentSelection-List li .TalentDetail .TalentLocation {
  font-size: 12px;
  color: var(--background-color);
  line-height: 14px;
}

#TalentSelection-Slide .content-talent-scroll .TalentSelection-List li .TalentDetail .bi {
  font-size: 13px;
  color: #f99e1d;
}

.Open-TalentSelection {
  background-color: var(--bs-dark);
  border-color: var(--bs-dark);
  font-size: 18px;
  color: var(--background-color);
  position: fixed;
  right: -47px;
  top: 230px;
  border-radius: 0;
  transform: rotate(-90deg);
  padding: 7px 18px;
  z-index: 1;
}

.Open-TalentSelection.btn:focus-visible, .Open-TalentSelection.btn:hover {
  box-shadow: none;
  background-color: var(--bs-dark);
  border-color: var(--bs-dark);
}

.speaker_detail_main .share-links .FavStar {
  width: 28px;
  height: 26px;
  position: relative;
  right: auto;
  top: auto;
}

.speaker_detail_main .share-links li.FavBtn:last-child {
  margin-left: 0px;
  margin-top: -3px;
}

.pdf-created-loader {
  width: 100%;
  text-align: center;
}

@media screen and (max-width: 1366px) and (min-width: 1200px) and (max-height: 768px) and (min-height: 650px) {
  .similar-speaker.py-3 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .similar-speaker .mb-3 {
    margin-bottom: 0.3rem !important;
  }
  .similar-speaker .SimilarTitle {
    font-size: 16px;
  }
}
/* MEDIA QUERY */
@media screen and (max-width: 1200px) {
  .speaker_basicinfo {
    min-height: 226px;
  }
  .secondary_accordion .SliderSpeakerLists a {
    flex-wrap: wrap;
  }
  .secondary_accordion .SliderSpeakerLists .list-img {
    max-width: 100%;
    text-align: center;
  }
  .secondary_accordion .SliderSpeakerLists .list-img img {
    max-width: 100%;
    display: inline-block;
  }
  .secondary_accordion .SliderSpeakerLists .list-intro {
    max-width: 100%;
    text-align: center;
    margin-top: 10px;
    padding: 0 7.5%;
  }
  #RequestBookPopup .modal-xl {
    --bs-modal-width:920px;
  }
  #BookNowService ul li {
    padding: 0;
  }
  #related_speakers {
    bottom: -247px;
  }
}
@media screen and (max-width: 1023px) {
  #related_speakers {
    position: relative;
    bottom: auto;
  }
  #related_speakers .minimize_similer_slider {
    display: none;
  }
}
@media screen and (max-width: 992px) {
  .share-links {
    justify-content: flex-start;
  }
  .speaker_basicinfo .SpeakerName h1 a {
    font-size: 26px;
  }
  .speaker_basicinfo .Rating, .speaker_basicinfo .ReviewAvg, .speaker_basicinfo .ReviewLink {
    margin-left: 5px;
  }
  .speaker_basicinfo .SpeakerBayline h2 {
    font-size: 15px;
    letter-spacing: 0.02em;
  }
  .speaker_basicinfo .more_info.category-mb {
    margin-bottom: 0;
  }
  #horizontalTab .nav-tabs .nav-link {
    font-size: 14px;
    padding: 0px 20px;
  }
  #horizontalTab .nav-tabs .nav-link i {
    font-size: 18px;
    margin-right: 3px;
  }
  .secondary_accordion .SliderSpeakerLists .list-intro {
    padding: 0;
  }
  #videoTab .SpeakerVideoIntro .video_col h3 {
    font-size: 16px;
    line-height: 22px;
    min-height: 66px;
  }
  #videoTab .SpeakerVideoIntro .video_col .video_thumb {
    width: 100%;
    height: 210px;
  }
  #QuickAnswers {
    margin-top: 1rem;
    text-align: center;
  }
  #QuickAnswers h2 {
    text-align: center;
  }
  #bookingagents .agent-can-do li {
    margin: 10px 0px;
  }
  #bookingagents .agent-can-do li p {
    margin: 0;
  }
  .similar-speaker .owl-carousel {
    max-width: 100%;
    margin: 0 auto;
  }
  .similar-speaker .owl-carousel .owl-nav .owl-prev {
    left: -10px;
  }
  .similar-speaker .owl-carousel .owl-nav .owl-next {
    right: -10px;
  }
  #RequestBookPopup .modal-xl {
    --bs-modal-width:95%;
  }
  #request-popup .modal-xl {
    --bs-modal-width: 95%;
  }
}
@media screen and (max-width: 767px) {
  #horizontalTab .nav-tabs {
    display: none;
  }
  #horizontalTab .accordion-item h2 {
    display: flex;
  }
  #horizontalTab .accordion-item {
    border: none;
  }
  #horizontalTab .accordion-item .accordion-body h2 {
    display: none;
  }
  #horizontalTab .accordion-item .accordion-body .SpeakerBiography h2 {
    display: flex;
  }
  #horizontalTab #SpeakerBookNowTab {
    margin-top: -3px;
  }
  #horizontalTab #SpeakerBookNowTab .box_white h2 {
    display: flex;
  }
  .site_breadcrumb, .share-links {
    display: none;
  }
  .speaker-mob {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 10px;
    align-items: center;
  }
  .speaker-mob h1.speaker-name {
    width: 100%;
    text-align: center;
  }
  .speaker-mob h1.speaker-name a {
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    color: var(--default-color) !important;
    line-height: 28px;
  }
  .speaker-mob h1.speaker-name a:hover {
    color: var(--bs-dark);
  }
  .speaker-mob .Rating {
    margin-left: 0px;
    display: flex;
  }
  .speaker-mob .Rating i {
    margin: 0 1px;
    color: #929292;
  }
  .speaker-mob .Rating i.bi-star-fill, .speaker-mob .Rating i.bi-star-half {
    color: #f99e20;
  }
  .speaker-mob .ReviewAvg {
    margin-left: 10px;
    font-size: 12px;
    color: var(--heading-color);
  }
  .speaker-mob .ReviewLink {
    margin-left: 10px;
  }
  .speaker-mob .ReviewLink a {
    text-decoration: underline;
    font-size: 12px;
    color: var(--heading-color);
    line-height: 28px;
  }
  .speaker-mob h2.bayline {
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    color: var(--heading-color);
    font-style: italic;
    letter-spacing: 0.04em;
    margin-bottom: 0;
    text-align: center;
    margin-top: 10px;
  }
  .speaker_basicinfo .SpeakerName {
    justify-content: center;
  }
  .speaker_basicinfo .SpeakerName h1 {
    width: 100%;
    text-align: center;
  }
  .speaker_basicinfo .SpeakerBayline h2 {
    width: 100%;
    text-align: center;
    margin-top: 0.5rem;
  }
  .speaker_basicinfo {
    background-color: transparent;
    border: 0;
    padding: 0;
  }
  .SpeakerTravel {
    background-color: var(--background-color);
    border: 1px solid #d7d7d7;
    border-bottom: none;
    padding: 12px !important;
    margin-bottom: 0 !important;
    border-bottom: 1px dashed rgba(var(--bs-dark-rgb), 0.2);
  }
  .speaker_basicinfo .SpeakerTravel .SecTitle {
    position: relative;
    left: auto;
    top: auto;
    font-size: 0;
    min-width: auto;
  }
  .speaker_basicinfo .SpeakerTravel .more_detail {
    font-size: 17px;
    color: var(--default-color);
    font-weight: 700;
  }
  .SpeakerFee {
    background-color: var(--background-color);
    border: 1px solid #d7d7d7;
    border-top: none;
    padding: 12px 12px 12px 12px !important;
    margin-bottom: 1em !important;
  }
  .speaker_basicinfo .SpeakerFee .SecTitle {
    position: relative;
    left: auto;
    top: auto;
    font-size: 0;
    min-width: auto;
  }
  .speaker_basicinfo .more_info .more_detail span::after {
    display: none;
  }
  .speaker_basicinfo .SpeakerFee span {
    display: block;
    font-size: 15px;
    color: var(--heading-color);
    margin: 0px 0px 5px 0px;
  }
  .speaker_basicinfo .SpeakerFee span a {
    font-size: 17px !important;
    color: var(--default-color) !important;
    font-weight: 700;
  }
  .speaker_basicinfo .SpeakerFee span:last-child a {
    font-size: 13px !important;
    font-weight: 400;
  }
  .speaker_basicinfo .more_info.category-mb {
    background-color: var(--background-color);
    border: 1px solid #d7d7d7;
    padding: 12px;
  }
  .speaker_basicinfo .more_info.category-mb .SecTitle {
    position: relative;
    left: auto;
    top: auto;
    font-size: 17px;
    margin-bottom: 5px;
  }
  .speaker_basicinfo .more_info.category-mb .expand_text {
    margin-left: 0;
  }
  .speaker_basicinfo .more_info .SecTitle i {
    color: rgba(var(--bs-dark-rgb), 0.3);
  }
  .speaker_basicinfo .more_info.category-mb a {
    font-size: 14px;
    line-height: 18px;
  }
  .connect-agent-btn.mob-top-btn {
    width: 100%;
    margin-top: 1rem;
    display: flex;
  }
  .connect-agent-btn.mob-top-btn .btn-primary {
    width: 100%;
    font-size: 14px;
    padding: 0px 30px;
    font-weight: 400;
    letter-spacing: 0.01em;
    text-transform: uppercase;
    border-radius: 3px;
    background-color: #b70f0a;
    border: none;
    border-bottom: 3px solid #880400;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
    box-shadow: inset 0 3px 3px 0 rgb(243, 70, 65);
    line-height: 37px;
    height: 37px;
  }
  .connect-agent-btn.mob-top-btn .btn-primary:hover {
    background-color: #c8110c;
  }
  #horizontalTab .Profile_detail .SpeakingTopicsIntro, #horizontalTab .Profile_detail .SpeakerVideoIntro, #horizontalTab .Profile_detail .secondary_accordion {
    display: none;
  }
  #horizontalTab .accordion {
    border: 0px;
  }
  #horizontalTab .accordion-body {
    padding: 12px;
    border-top: 1px solid #d4d4d4;
  }
  #horizontalTab #availabilityTab .accordion-body {
    padding: 0;
  }
  #horizontalTab .SpeakerBiography {
    border-bottom: 0;
    padding-bottom: 0;
  }
  #horizontalTab h2 {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 10px;
  }
  #horizontalTab .connect_agent_block {
    margin-top: 10px;
  }
  #horizontalTab .connect_agent_block .btn-primary {
    width: 100%;
    font-size: 14px;
    line-height: 37px;
    height: 37px;
  }
  #horizontalTab .accordion-item .accordion-header {
    display: flex;
    margin-bottom: 2px;
  }
  #horizontalTab .accordion-item .accordion-header .accordion-button {
    font-size: 12px;
    font-weight: 400;
    color: var(--background-color);
    border-radius: 3px !important;
    height: 34px;
    line-height: 34px;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-align: center;
    justify-content: center;
    background: rgb(0, 0, 0);
    background: linear-gradient(0deg, rgb(0, 0, 0) 0%, rgb(34, 34, 34) 64%, rgb(34, 34, 34) 100%);
  }
  #horizontalTab .accordion-item .accordion-header .accordion-button[aria-expanded=true] {
    background: rgb(93, 0, 3);
    background: linear-gradient(0deg, rgb(93, 0, 3) 0%, rgb(141, 1, 6) 64%, rgb(141, 1, 6) 100%);
  }
  #horizontalTab .accordion-item .accordion-header .accordion-button:focus {
    box-shadow: none;
  }
  #horizontalTab .accordion-item .accordion-header .accordion-button::after {
    width: 0;
    display: none;
  }
  #horizontalTab .accordion-item.Profile_detail .accordion-header {
    display: none;
  }
  #horizontalTab .Books_detail, #horizontalTab .FAQs_detail {
    display: block;
  }
  .accordion-flush > .accordion-item:first-child {
    margin-bottom: 1rem;
  }
  .accordion-flush .accordion-item.Profile_detail .accordion-collapse {
    display: block;
  }
  .accordion-flush > .accordion-item > .accordion-collapse {
    margin-top: -3px;
  }
  #horizontalTab .FAQs_detail .card-header {
    background-color: #929292;
    border-radius: 0px;
    color: var(--background-color);
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
  }
  #horizontalTab .FAQs_detail .card-body p {
    color: #7a7a7a;
    line-height: 24px;
    margin-bottom: 5px;
    font-size: 13px;
  }
  #horizontalTab .FAQs_detail .card-body p a {
    color: var(--default-color);
    text-decoration: none;
  }
  #videoTab .SpeakerVideoIntro .video_col {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: flex-start;
  }
  #videoTab .SpeakerVideoIntro .video_col h3 {
    order: 2;
  }
  #videoTab .SpeakerVideoIntro .video_col .video_thumb {
    height: 160px;
  }
  #videoTab .SpeakerVideoIntro .video_col p {
    order: 3;
  }
  .similar-speaker .SimilarTitle {
    font-size: 18px;
  }
  .similar-speaker .owl-carousel {
    max-width: 100%;
    margin: 0 auto;
  }
  .similar-speaker .item .caption {
    display: none;
  }
  .similar-speaker .rel-speaker-img {
    position: relative;
  }
  .similar-speaker .rel-speaker-img h3 {
    width: 100%;
    bottom: 0;
  }
  .similar-speaker .item .rel-speaker-bio {
    display: flex;
    background-color: rgba(var(--bs-dark-rgb), 0.1);
  }
  #BookNowService, #QuickAnswers, #bookingagents {
    display: none;
  }
  #SpeakerBookNowTab .box_white .btn-primary {
    font-size: 15px;
    padding: 8px 15px;
  }
  #SpeakerBookNowTab .box_white textarea {
    font-size: 12px !important;
    line-height: 18px;
    height: 120px;
  }
  .desktop_speaker_img {
    display: none;
  }
  .mobile_speaker_img {
    display: inline-block;
    margin-right: 5px;
  }
  .mobile_speaker_img .img-fluid {
    max-width: 55px;
  }
  .speaker_name {
    width: calc(100% - 65px);
    display: inline-block;
  }
  #RequestBookPopup h2 {
    font-size: 22px;
    text-align: center;
  }
  #RequestBookPopup em {
    display: none;
  }
  #RequestBookPopup .btn-primary {
    font-size: 14px;
    padding: 8px 20px;
  }
  #RequestBookPopup textarea {
    font-size: 12px !important;
    line-height: 18px;
    height: 120px;
  }
  #RequestBookPopup .divider {
    display: none;
  }
  #SpeakerReviewPopup .ReviewsList {
    padding: 10px 0px;
  }
  #SpeakerReviewPopup .ReviewsList h1 {
    font-size: 20px;
    line-height: 20px;
  }
  #MorefeePopup .fee-lightbox h2 {
    font-size: 20px;
  }
  #request-popup #BRFGeneral-form .btn-primary {
    font-size: 14px;
    padding: 8px 20px;
  }
  #request-popup #BRFGeneral-form textarea {
    font-size: 12px !important;
    line-height: 18px;
    height: 120px;
  }
  #request-popup h2 {
    font-size: 20px;
  }
  #request-popup em {
    line-height: 18px;
  }
  #request-popup #BRFGeneral-form .divider {
    display: none;
  }
  #TalentSelection-Slide .offcanvas-header .dropdown-menu {
    padding: 15px 15px 0px 15px;
  }
  #TalentSelection-Slide .offcanvas-header .dropdown-menu .f_name, #TalentSelection-Slide .offcanvas-header .dropdown-menu .l_name {
    width: 50%;
  }
  #TalentSelection-Slide .offcanvas-footer .dropdown-menu {
    padding: 15px 15px 0px 15px;
  }
  #TalentSelection-Slide .offcanvas-footer .dropdown-menu .f_name, #TalentSelection-Slide .offcanvas-footer .dropdown-menu .l_name {
    width: 50%;
  }
  .Open-TalentSelection {
    font-size: 15px;
    right: -37px;
    padding: 4px 12px;
    top: 200px;
  }
  #thankyou-message-request {
    width: 100%;
  }
}
@media screen and (max-width: 599px) {
  #videoTab .SpeakerVideoIntro ul li {
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    border: 0;
  }
  #videoTab .SpeakerVideoIntro .video_col {
    width: 100%;
    margin: 0px 0px 15px 0px;
    padding: 0px 0px 15px 0px;
    border-bottom: 1px solid #ccc;
  }
  #videoTab .SpeakerVideoIntro .video_col .video_thumb {
    width: 200px;
  }
  #videoTab .SpeakerVideoIntro .video_col h3 {
    width: 100%;
    min-height: auto;
    font-size: 14px;
    line-height: 20px;
  }
  #videoTab .SpeakerVideoIntro .video_col p {
    font-size: 14px;
    line-height: 20px;
  }
}
@media screen and (max-width: 480px) {
  /*.similar-container, .similar-container .col-md-12{ max-width: 100%; padding: 0;}
  .similar-container .row{ margin: 0;}*/
  .similar-speaker .owl-carousel, .similar-speaker#related_speakers .owl-carousel { /*max-width:230px;*/
    max-width: 100%;
    padding: 0;
  }
  .similar-speaker .standard_slider .container {
    max-width: 100%;
    padding: 0;
  }
  .similar-speaker .standard_slider .row {
    margin-left: 0;
    margin-right: 0;
  }
  .similar-speaker .standard_slider .slider_wrapper {
    padding: 0;
  }
  .owl-carousel .owl-item img {
    height: auto;
  }
  .similar-speaker .owl-carousel .owl-nav .owl-prev, .similar-speaker .owl-carousel .owl-nav .owl-next {
    display: none;
  }
}
@media screen and (max-width: 320px) {
  #TalentSelection-Slide {
    width: 280px;
  }
  #TalentSelection-Slide .content-talent-scroll .TalentSelection-List li .TalentImg {
    width: 100%;
    text-align: center;
  }
  #TalentSelection-Slide .content-talent-scroll .TalentSelection-List li .TalentImg img {
    display: inline-block;
  }
  #TalentSelection-Slide .content-talent-scroll .TalentSelection-List li .TalentDetail {
    width: 100%;
    margin-top: 10px;
  }
  .similar-speaker .SimilarTitle {
    font-size: 17px;
  }
}/*# sourceMappingURL=speaker_detail.css.map */