:root {--dark-grey:#444444; --orange-color:#fc9d17; --secondary-color: #7a7a7a;}

.ViewListTitle{font-size:32px; color: var(--default-color); font-weight: 600;text-transform: uppercase; line-height: 36px; margin: 0;}
.ListsByLocationBtn{ display: flex; justify-content: flex-end;}
.ListsByLocationBtn .btn{ display: inline-block; padding: 8px 30px 8px 30px; color: var(--dark-grey); font-size: 15px; text-align: center; letter-spacing: 0.01em; font-weight: 500; box-shadow: none; border-radius: 3px; cursor: pointer; border: 1px solid #CCC;}
.ListsByLocationBtn .btn:hover{ color: var(--background-color); background: var(--default-color); border: 1px solid var(--default-color);}
.ViewList-SubLine{ font-size: 16px; color: var(--dark-grey-color); line-height: 26px;}
.ListSearchBox{ width: 100%; background-color: var(--dark-grey); border-radius: 3px; padding: 20px; display: flex; justify-content: center; align-items: center; flex-wrap: wrap;}
.ListSearchBox .SearchTitle{ color: var(--background-color); font-size: 30px; line-height: 30px; margin-bottom: 25px; text-align: center;}
.ListSearchBox .SearchField{ position: relative;}
.ListSearchBox .search_icon{ color: var(--heading-color); font-size: 1rem; left: 10px; line-height: 40px; position: absolute; top: 0; z-index: 1;}
.ListSearchBox .SearchInput{ background-color: var(--background-color); height: 40px; width:500px; max-width: 100%; border-radius: 3px; border: none; padding:0 140px 0 40px; outline: none;}
.ListSearchBox .SearchBtn{ position: absolute; right: 0; top: 0; background: var(--default-color); border: none; border-radius: 3px; color: var(--background-color); font-size: 16px; cursor: pointer; width: 120px; height: 40px; text-align: center;}
.TrendingSpeaker-category-list{ margin:30px 0px 0px 0px; padding: 0; display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; }
.TrendingSpeaker-category-list li{ margin:0px; padding: 0; list-style: none; position: relative;}
.TrendingSpeaker-category-list li .trending-caption{ background-color: rgba(var(--bs-dark-rgb), 0.75); height: auto; line-height: 27px; color:var(--background-color); font-size: 20px; font-weight: 600; text-align: center; width: 100%; position: absolute; left: 0; bottom: 0; padding: 7px 3px; z-index: 1; margin: 0;}

.lists-page-header{ background-color: var(--dark-grey); padding: 10px 0;}
.lists-page-header .top-gray-adv-image:not(:has(.left-img)){grid-template-columns:auto;}
.lists-page-header .top-gray-adv-image{ display: grid; grid-template-columns: 1fr 2fr; align-items: center;}
.lists-page-header .top-gray-adv-image h1{ font-family: 'Roboto Slab'; font-size: 30px; color: var(--background-color); font-weight: 600; line-height: 30px; text-align: center; text-transform: uppercase;}
.lists-page-header .top-gray-adv-image h2{ font-size:18px; color: var(--background-color); line-height: 30px; font-weight: 300; text-align: center;}
.lists-page-header .top-gray-adv-image p{ font-size:15px; color: var(--background-color); line-height: 1.5em; font-weight: 400; text-align: justify;}
.lists-page-header .top-gray-adv-image p a{color: var(--background-color); text-decoration: underline;}
.lists-page-header .top-gray-adv-image p a:hover{text-decoration: none;}
.lists-page-header .top-gray-adv-image .left-img{ margin:0 30px 0px 0px;}
.lists-page-header .top-gray-adv-image .left-img img{ max-width: 100%; height: auto; display: block;}

.KeynoteSpeaker-listbar{ background-color: var(--light-dark); padding:10px 0; margin-top: 3px;}
.SearchKeynoteSpeaker-Category{ display: flex; justify-content: space-between; align-items: center;}
.SearchKeynoteSpeaker-Category .search_box{ display: flex; justify-content: flex-start; align-items: center;}
.SearchKeynoteSpeaker-Category .search_box label{color: var(--background-color); font-size: 15px; font-weight: 600; line-height: 35px; margin-right: 30px;}
.SearchKeynoteSpeaker-Category .search_box .SearchbyCategory{ display: flex; justify-content: flex-start; align-items: center;}
.SearchKeynoteSpeaker-Category .search_box .SearchbyCategory .form-control{ min-width: 260px; font-size: 13px; border-radius: 3px 0 0 3px; color:var(--dark-grey); height: 35px; border: none;}
.SearchKeynoteSpeaker-Category .search_box .SearchbyCategory .btn{ width: 40px; height: 35px; border-radius: 0 3px 3px 0; color: var(--background-color); font-size: 18px; background-color: var(--dark-grey); border: none; outline: none; cursor: pointer; display: flex; justify-content:center; align-items: center;}
.SearchKeynoteSpeaker-Category .search_box .SearchbyCategory .btn:hover{ background-color: var(--default-color);}
.SearchKeynoteSpeaker-Category .back_to .btn-secondary{ border-radius: 0; font-size: 15px; font-weight: 400; background-color: var(--background-color); color: var(--light-dark); padding: 0 12px; height: 35px; display: flex; justify-content: center; align-items: center;}
.SearchKeynoteSpeaker-Category .back_to .btn-secondary:hover{ background-color: var(--default-color); color: var(--background-color);}
.SearchKeynoteSpeaker-Category .back_to .btn-secondary i{ font-size:22px;}

.BackTopicBtn .btn{ border-radius: 0; font-size: 15px; font-weight: 400; background-color: var(--default-color); color: var(--background-color); padding: 0 12px; height: 35px; display: flex; justify-content: center; align-items: center; border:none; border-radius: 3px;}
.BackTopicBtn .btn i{ font-size:22px;}

.CategoryMain-list{ margin-top: 20px;}
.CategoryFilter-btn{ display: flex; justify-content: center; flex-wrap: wrap; gap: 10px; margin: 0; padding: 0;}
.CategoryFilter-btn li{ list-style: none;}
.CategoryFilter-btn li .filter-button{ height: 32px; font-size: 15px; background-color:transparent; border:2px solid #929292; color: var(--light-dark); padding: 0px 15px; outline: none; cursor: pointer; appearance: none; -webkit-appearance: none;}
.CategoryFilter-btn li .filter-button:hover{ background-color: var(--default-color); color: var(--background-color); border-color: var(--default-color);}

.TrendingSpeaker-category-list{ margin:30px 0px 0px 0px; padding: 0; display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; }
.TrendingSpeaker-category-list li{ margin:0px; padding: 0; list-style: none; position: relative;}
.TrendingSpeaker-category-list li .trending-caption{ background-color: rgba(var(--background-color-rgb), 0.75); height: auto; line-height: 27px; color:var(--dark-grey); font-size: 20px; font-weight: 600; text-align: center; width: 100%; position: absolute; left: 0; bottom: 0; padding: 7px 3px; z-index: 1; margin: 0;}
.TrendingSpeaker-category-list li img{ width: 100%; height: auto;}

#ListSuggestionBox #ListSearchResult{ width: 100%; position: absolute; left: 0; top: 97%; z-index: 1045;}
#ListSuggestionBox #ListSearchResult .ListSuggestion-Scroll{ width: 100%; padding: 10px; background-color: var(--background-color); box-shadow: 0 2px 6px rgba(var(--bs-dark-rgb), 0.2);}
#ListSuggestionBox #ListSearchResult .ListSuggestion-Scroll ul{ margin: 0; padding: 0;}
#ListSuggestionBox #ListSearchResult .ListSuggestion-Scroll ul li{ margin: 0; padding: 0; list-style: none;}
#ListSuggestionBox #ListSearchResult .ListSuggestion-Scroll ul li a{ display: block; font-size: 13px; color: var(--heading-color); line-height: 20px; padding: 4px 7px; border-bottom: 1px solid rgba(var(--bs-dark-rgb), 0.1); text-decoration: none;}
#ListSuggestionBox #ListSearchResult .ListSuggestion-Scroll ul li a:hover{ background-color: var(--default-color); color: var(--background-color);}
#ListSuggestionBox #ListSearchResult .ListSuggestion-Scroll ul li .MoreResultsLink{background-color: var(--default-color); color: var(--background-color); font-style: italic;}

.KeynoteCategory-list-moreLink{ display: flex; justify-content: space-between; align-items: center;}
.KeynoteCategory-list-moreLink .list_box{ display: flex; justify-content:flex-start; align-items: center; flex-wrap: wrap;}
.KeynoteCategory-list-moreLink .list_box .button_box{ margin:3px 0px 3px 10px;}
.KeynoteCategory-list-moreLink .list_box label{color: var(--background-color); font-size: 15px; font-weight: 600; line-height: 35px;}
.KeynoteCategory-list-moreLink .list_box a{ display: block; color:var(--background-color); background-color: transparent; border: 1px solid var(--background-color); text-align: center; font-size: 14px; padding: 7px 12px; text-decoration: none;}
.KeynoteCategory-list-moreLink .list_box a:hover{ background-color: var(--orange-color); border-color: var(--orange-color); color: var(--background-color);}
.KeynoteCategory-list-moreLink .back_to .btn-secondary{ border-radius: 0; font-size: 15px; font-weight: 400; background-color: var(--background-color); color: var(--light-dark); padding: 0 12px; height: 35px; display: flex; justify-content: center; align-items: center; white-space: nowrap;}
.KeynoteCategory-list-moreLink .back_to .btn-secondary:hover{ background-color: var(--default-color); color: var(--background-color);}
.KeynoteCategory-list-moreLink .back_to .btn-secondary i{ font-size:22px;}

.viewsBy{ display: flex; justify-content: flex-end; align-items: center;}
.viewsBy a{ font-size:35px; color: var(--dark-grey); margin-left: 10px; line-height: 30px;}
.viewsBy a.act{ color: var(--accent-color);}
.viewsBy a:first-child{ font-size:26px;}

.IndividualList-ImgView{ display: grid; grid-template-columns: repeat(4, 1fr); gap: 28px; margin: 0; padding: 0px 0px 25px 0px;}
.IndividualList-ImgView li{ background-color: var(--background-color); margin: 0; padding:0px 0px 40px 0px; list-style: none; position: relative; transition: all ease-in-out 0.5ms;}
.IndividualList-ImgView li:hover{-webkit-box-shadow: 0px 0px 33px 5px rgba(0, 0, 0, 0.23); -moz-box-shadow: 0px 0px 33px 5px rgba(0,0,0,0.23); box-shadow: 0px 0px 33px 5px rgba(0, 0, 0, 0.23);}
.IndividualList-ImgView li figure{ margin: 0; aspect-ratio: 1 / 1;}
.IndividualList-ImgView li figure img{ width: 100%; height: auto; display: block;}
.IndividualList-ImgView li .DisArea{ padding: 10px 15px;}
.IndividualList-ImgView li .DisArea .NameByline{ margin-bottom:12px;}
.IndividualList-ImgView li .DisArea .title{ margin-bottom: 7px; display: flex; justify-content: flex-start; flex-wrap: wrap;}
.IndividualList-ImgView li .DisArea h3 { margin:0px 5px 0px 0px; line-height: 20px;}
.IndividualList-ImgView li .DisArea h3 a{ font-size: 18px; color: var(--secondary-color); font-weight: 600; text-transform: uppercase; line-height: 20px; text-decoration: none;}
.IndividualList-ImgView li .DisArea h4{ font-size: 13px; color: var(--secondary-color); font-weight: 400; line-height:18px;}
.IndividualList-ImgView li .DisArea .FeeRange{font-size: 12px; color: var(--secondary-color); font-weight: 600; line-height:18px; margin-bottom:5px;}
.IndividualList-ImgView li .DisArea .TravelFrom{font-size: 12px; color: var(--secondary-color); font-weight: 600; line-height:18px;}
.IndividualList-ImgView li .DisArea .FeeRange a{font-size: 12px; color: var(--secondary-color); font-weight: 400; line-height:18px;}
.IndividualList-ImgView li .DisArea .FeeRange a:hover{color: var(--default-color);}
.IndividualList-ImgView li .DisArea .TravelFrom span{font-weight: 400;}
.IndividualList-ImgView li .DisArea i{ font-size: 15px; color: var(--dark-grey);}
.IndividualList-ImgView li .DisArea .rating i{ font-size: 15px; color: #f99e20;}
.IndividualList-ImgView li .link-buttons{ display: flex; justify-content: center; align-items: center; padding:0 15px; position: absolute; bottom:10px; left: 0;}
.IndividualList-ImgView li .link-buttons .AddList{ font-size: 12px; font-weight: 400; text-transform: uppercase; border-radius: 3px; border: 1px solid var(--accent-color); color: var(--heading-color); background-color: transparent; margin-right:8px; padding: 7px 10px 6px 10px; text-decoration: none;}
.IndividualList-ImgView li .link-buttons .ViewProf{ font-size: 14px; font-weight: 400; text-transform: uppercase; border-radius: 3px; border: 1px solid var(--accent-color); color: var(--background-color); background-color: var(--accent-color); padding: 5px 15px; text-decoration: none;}

.IndividualList-ListView ul{display: grid; grid-template-columns:1fr; gap:25px; margin: 0; padding:0px 0px 25px 0px;}
.IndividualList-ListView ul li{background-color: var(--background-color); margin: 0; padding:15px; list-style: none; position: relative; transition: all ease-in-out 0.5ms; border: 1px solid #eeeeee; display: grid; grid-template-columns: 1fr 5.5fr; align-items: flex-start; gap: 25px;}
.IndividualList-ListView ul li figure{ margin: 0; aspect-ratio: 1/1; position: relative;}
.IndividualList-ListView ul li figure img{ width: 100%; height: auto; display: block;}
.IndividualList-ListView li .DisArea{ padding:0px; display: flex; justify-content: space-between; align-items: flex-start; flex-wrap: wrap;}
.IndividualList-ListView li .DisArea .NameByline{ margin-bottom:12px;}
.IndividualList-ListView li .DisArea .title{ width: 100%; margin-bottom: 7px; display: flex; justify-content: flex-start; flex-wrap: wrap;}
.IndividualList-ListView li .DisArea h3 { margin:0px 10px 0px 0px; line-height: 20px;}
.IndividualList-ListView li .DisArea h3 a{ font-size: 18px; color: var(--secondary-color); font-weight: 600; text-transform: uppercase; line-height: 20px; text-decoration: none;}
.IndividualList-ListView li .DisArea h4{ font-size: 15px; color: var(--secondary-color); font-weight: 500; line-height:20px; text-align: justify; margin-bottom: 2px;}
.IndividualList-ListView li .DisArea .bioline{font-size: 13px; color: var(--secondary-color); font-weight: 400; line-height:18px; margin: 0; letter-spacing: 1px; user-select: none;}
.IndividualList-ListView li .DisArea .biotext-linkbtn{ width: 52%; border-right: 1px solid #ddd; padding-right: 30px; min-height: 110px;}
.IndividualList-ListView li .DisArea .list-category{ width:22%; border-right: 1px solid #ddd;}
.IndividualList-ListView li .DisArea .list-category p{font-size: 14px; color: var(--secondary-color); font-weight: 600; line-height:18px; margin-bottom:4px; letter-spacing: 1px;}
.IndividualList-ListView li .DisArea .list-category ul{ display: block; padding: 0;}
.IndividualList-ListView li .DisArea .list-category ul li{ display: block; list-style: disc; margin:0px; padding: 0; border: none;}
.IndividualList-ListView li .DisArea .list-category ul li i{ font-size: 6px; vertical-align: middle; margin-right: 5px; color: var(--secondary-color);}
.IndividualList-ListView li .DisArea .list-category ul li a{ font-size: 14px; font-weight: 400; color: var(--secondary-color); text-decoration: underline; letter-spacing: 0.03em;}
.IndividualList-ListView li .DisArea .list-category ul li a:hover{ color: var(--default-color);}
.IndividualList-ListView li .DisArea .fee-travel{ width: 22%;}
.IndividualList-ListView li .DisArea .FeeRange{font-size: 14px; color: var(--secondary-color); font-weight: 600; line-height:18px; margin-bottom:8px; padding-left: 25px; position: relative;}
.IndividualList-ListView li .DisArea .FeeRange i{ position: absolute; left: 0; top: 0; font-size: 18px;}
.IndividualList-ListView li .DisArea .TravelFrom{font-size: 14px; color: var(--secondary-color); font-weight: 600; line-height:18px; padding-left: 25px;  position: relative;}
.IndividualList-ListView li .DisArea .TravelFrom i{ position: absolute; left: 0; top: 0; font-size: 18px;}
.IndividualList-ListView li .DisArea .FeeRange a{font-size: 14px; color: var(--secondary-color); font-weight: 400; line-height:18px;}
.IndividualList-ListView li .DisArea .FeeRange a:hover{color: var(--default-color);}
.IndividualList-ListView li .DisArea .FeeRange .fee-type{ line-height: 22px; font-weight: 500;}
.IndividualList-ListView li .DisArea .TravelFrom span{font-weight: 400; display: block; margin-top: 5px;}
.IndividualList-ListView li .DisArea i{ font-size: 15px; color: var(--dark-grey);}
.IndividualList-ListView li .DisArea .rating i{ font-size: 15px; color: #f99e20;}
.IndividualList-ListView li .link-buttons{ display: flex; justify-content: center; align-items: center; padding:0px;}
.IndividualList-ListView li .link-buttons .AddList{ font-size: 14px; font-weight: 400; text-transform: uppercase; border-radius: 3px; border: 1px solid var(--accent-color); color: var(--heading-color); background-color: transparent; margin-right:10px; padding:3px 20px; text-decoration: none;}
.IndividualList-ListView li .link-buttons .ViewProf{ font-size: 14px; font-weight: 400; text-transform: uppercase; border-radius: 3px; border: 1px solid var(--accent-color); color: var(--background-color); background-color: var(--accent-color); padding: 3px 20px; text-decoration: none;}

.owl-LatestListSlider .item{ position: relative;}
.owl-LatestListSlider .item .trending-caption{ background-color: rgba(var(--background-color-rgb), 0.75); height: auto; line-height: 27px; color:var(--dark-grey); font-size: 20px; font-weight: 600; text-align: center; width: 100%; position: absolute; left: 0; bottom: 0; padding: 7px 3px; z-index: 1; margin: 0;}
.owl-LatestListSlider .item img{ max-height: 230px; object-fit: cover;}
.owl-LatestListSlider .owl-nav .owl-next, .owl-LatestListSlider .owl-nav .owl-prev{ color: var(--heading-color) !important; font-size:60px !important; opacity: .5; position: absolute; top: 50%; transform: translateY(-50%);}
.owl-LatestListSlider .owl-nav .owl-next:hover, .owl-LatestListSlider .owl-nav .owl-prev:hover{ opacity: 1;}
.owl-LatestListSlider .owl-nav .owl-next{ right: -25px;}
.owl-LatestListSlider .owl-nav .owl-prev{ left: -25px;}
.owl-LatestListSlider .owl-dots{ display:none;}

.ComprehensiveSpeaker-box-text{ background-color: var(--background-color); border: 1px solid var(--secondary-color);}
.ComprehensiveSpeaker-box-text h3{ font-size: 22px; color: var(--background-color); font-weight: 600; letter-spacing: 0.01em; background-color: var(--secondary-color); padding:20px; line-height: 22px; text-align: center;}
.ComprehensiveSpeaker-box-text .box-body{ display: grid; grid-template-columns: 1fr 1fr; align-items:flex-start; padding:3rem 1rem;}
.ComprehensiveSpeaker-box-text .box-body .SpeakerCatalog{ display: flex; justify-content: center; flex-wrap: wrap;}
.ComprehensiveSpeaker-box-text .box-body .SpeakerCatalog p{ font-size: 15px; color: var(--secondary-color); font-style: italic; letter-spacing: 0.01em; text-align: center; margin: 0;}
.ComprehensiveSpeaker-box-text .box-body .SpeakerCatalog .list-link{ width: 100%; max-width: 220px; margin:50px auto; padding: 0;}
.ComprehensiveSpeaker-box-text .box-body .SpeakerCatalog .list-link li{ margin:0px 0px 10px 0px; padding: 0; list-style: none; display: flex; justify-content: flex-start; align-items: center;}
.ComprehensiveSpeaker-box-text .box-body .SpeakerCatalog .list-link li .bi{ font-size: 25px; color: var(--secondary-color); margin-right: 10px;}
.ComprehensiveSpeaker-box-text .box-body .SpeakerCatalog .list-link li div{ font-size: 17px; color: var(--secondary-color); font-weight: 400; line-height: 25px;}
.ComprehensiveSpeaker-box-text .box-body .ComprehensiveSpeaker-grayBtn{ width: 100%; display: flex; justify-content: center;}
.ComprehensiveSpeaker-box-text .box-body .BookingAgent{ border-left:1px solid var(--secondary-color); display: flex; justify-content: center; flex-wrap: wrap;}
.ComprehensiveSpeaker-box-text .box-body .BookingAgent p{ font-size:13px; color: var(--secondary-color); letter-spacing: 0.01em; text-align: justify; width: 75%; padding-left: 5.5%; margin: 0;}
.ComprehensiveSpeaker-box-text .box-body .BookingAgent .agent-img{ width: 100%; display: flex; justify-content: center; margin:30px 0;}
.ComprehensiveSpeaker-box-text .box-body .BookingAgent .agent-img img{ max-width: 100%; border: 1px solid rgba(var(--bs-dark-rgb), 0.1);}
.ComprehensiveSpeaker-box-text h4{ font-size:20px; color: var(--default-color); font-weight: 500; line-height: 20px; text-align: center;}
.ComprehensiveSpeaker-box-text h4 i{font-size: 22px; vertical-align: middle; margin-right: 5px;}
.ComprehensiveSpeaker-box-text .box-body .btn{ background-color: var(--secondary-color); color: var(--background-color); font-size: 15px; border-radius: 4px; font-weight: 600; border: none; padding: 10px 20px; text-transform: uppercase; -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.5); -moz-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.5); box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.5);}
.ComprehensiveSpeaker-box-text .box-body .btn:hover{ background-color: var(--default-color);}

#speakers-list-content-loader{display: flex; justify-content: center; align-items: flex-start; min-height: 500px;}
.IndividualList-ImgView-Subhead h2, .IndividualList-ListView-Subhead h2{ font-size: 24px; color: var(--default-color); font-weight: 600; line-height: 22px; margin-bottom:15px; margin-top: 20px; text-transform: uppercase;}

#speakers-list-content .FavStar{ width: 28px; height: 26px;}

@media (max-width:1199px) {
    .TrendingSpeaker-category-list, .TrendingSpeaker-category-list{gap:20px; }
    .CategoryFilter-btn li .filter-button{ font-size: 14px; padding: 0px 10px; height: 30px;}
    .IndividualList-ImgView{ gap: 18px;}
    .IndividualList-ImgView li .link-buttons .AddList{ font-size: 11px; padding: 6px 7px 5px 7px; margin-right:5px}
    .IndividualList-ImgView li .link-buttons .ViewProf{ font-size: 11px; padding: 5px 10px;}
    .ComprehensiveSpeaker-box-text .box-body .BookingAgent p{width: 88%; padding-left: 6%;}
    .IndividualList-ListView ul li{grid-template-columns: 1.2fr 5fr;}
    .IndividualList-ListView li .DisArea .biotext-linkbtn{ width:100%; min-height: auto; padding-bottom: 10px; border-right: none; padding-right: 0; border-bottom: 1px solid #ddd; margin-bottom: 15px;}
    .IndividualList-ListView li .DisArea .list-category{ width: 28%;}
    .IndividualList-ListView li .DisArea .fee-travel{ width: 72%; display: grid; grid-template-columns: 1fr 1fr; padding-left: 15px;}
    .IndividualList-ListView li .link-buttons{ width: 100%; justify-content: flex-start; margin-top: 15px;}
}

@media (max-width:992px) {
    .TrendingSpeaker-category-list li .trending-caption{ font-size: 18px;}
    .TrendingSpeaker-category-list li .trending-caption{ font-size: 15px; padding: 5px; line-height: 20px;}
    .SearchKeynoteSpeaker-Category .search_box label{ font-size: 13px;}
    .lists-page-header .top-gray-adv-image .left-img{ margin: 0 20px 0px 0px;}
    .IndividualList-ImgView{grid-template-columns: repeat(3, 1fr);}
    .lists-page-header .top-gray-adv-image h1{ font-size: 18px; line-height:25px;}
    .lists-page-header .top-gray-adv-image h2{ font-size:16px; line-height:20px; font-weight: 400;}
    .KeynoteSpeaker-listbar .container{ position: relative;}
    .KeynoteSpeaker-listbar .back_to{ position: absolute; right:10px; top: 0;}
    .KeynoteCategory-list-moreLink .back_to .btn-secondary{ font-size: 13px; padding: 0 5px; height:27px;}
    .KeynoteCategory-list-moreLink{ flex-wrap: wrap;}
    .KeynoteCategory-list-moreLink .list_box{ flex-wrap: wrap; justify-content: flex-start;}
    .KeynoteCategory-list-moreLink .list_box label{ width: 100%;}
    .KeynoteCategory-list-moreLink .list_box .button_box{ margin-left: 0; margin-right: 8px;}
    .KeynoteCategory-list-moreLink .list_box a{ font-size: 13px; padding: 3px 10px;}
    .LatestSpeakList-slider{ width: 100%; padding: 0 30px;}
    .owl-LatestListSlider .item .trending-caption{ font-size:16px; line-height: 24px;}
    .ComprehensiveSpeaker-box-text .box-body{grid-template-columns: 1fr;}
    .ComprehensiveSpeaker-box-text .box-body .SpeakerCatalog p{ text-align: center; width: 100%;}
    .ComprehensiveSpeaker-box-text .box-body .SpeakerCatalog .list-link{ margin: 20px auto;}
    .ComprehensiveSpeaker-box-text .box-body .BookingAgent{border-left:none; border-top: 1px solid var(--secondary-color); padding-top: 30px; margin-top: 30px;}
    .ComprehensiveSpeaker-box-text .box-body .BookingAgent p{width: 64%; padding-left: 6%;}

    .IndividualList-ListView ul li {grid-template-columns:1.65fr 5fr;}
    .IndividualList-ListView li .DisArea .list-category{ width: 100%; border-right: none; border-bottom: 1px solid #ddd; padding-bottom: 10px; margin-bottom: 15px;}
    .IndividualList-ListView li .DisArea .list-category ul{ display: grid; grid-template-columns: 1fr 1fr; gap: 0px;}
    .IndividualList-ListView li .DisArea .fee-travel{  width: 100%; padding-left: 0;}

    .IndividualList-ImgView-Subhead h2, .IndividualList-ListView-Subhead h2{ font-size: 20px; line-height: 22px;}
}

@media (max-width:767px) {
    .ListsByLocationBtn{ justify-content: flex-start;}
    .ListSearchBox .SearchTitle{font-size: 22px; line-height: 22px; margin-bottom: 20px}
    .TrendingSpeaker-category-list{ grid-template-columns: repeat(2, 1fr);}
    .TrendingSpeaker-category-list{ grid-template-columns: repeat(2, 1fr);}
    .ListSearchBox{ padding: 15px;}
    .ListSearchBox .SearchInput{ width: 100%; min-width:500px; padding: 0 80px 0 30px; font-size: 14px;}
    .ListSearchBox .SearchBtn{ width: auto;}
    .lists-page-header .top-gray-adv-image{ display: flex; flex-wrap: wrap; justify-content: center;}
    .lists-page-header .top-gray-adv-image .left-img{ margin: 0px;}
    .lists-page-header .top-gray-adv-image h1{ margin-top: 10px; font-size: 22px;}
    .KeynoteSpeaker-listbar{ padding: 0px 0 12px 0;}
    .KeynoteSpeaker-listbar .back_to{ position: relative; right: auto; top: auto; margin-top: 10px; width: 100%; display: flex; justify-content: center;}
    .SearchKeynoteSpeaker-Category{ flex-wrap: wrap; justify-content: center;}
    .SearchKeynoteSpeaker-Category .search_box{ flex-wrap: wrap; justify-content: center;}
    .SearchKeynoteSpeaker-Category .search_box .SearchbyCategory{ margin-bottom: 12px;}
    .SearchKeynoteSpeaker-Category .search_box label{ margin-right: 0; width: 100%; text-align: center;}
    .IndividualList-ImgView {gap: 15px;}
    .IndividualList-ImgView li .DisArea{ padding: 10px;}
    .IndividualList-ImgView li .link-buttons{padding:0 10px;}
    .IndividualList-ImgView li .link-buttons .AddList{ padding: 6px 4px 5px 4px; margin-right: 3px;}
    .IndividualList-ImgView li .link-buttons .ViewProf{ padding: 5px 4px;}
    .ComprehensiveSpeaker-box-text .box-body .BookingAgent p{ width: 74%;}

    .IndividualList-ImgView-Subhead h2, .IndividualList-ListView-Subhead h2{ font-size: 18px; line-height: 20px; margin-bottom:10px; margin-top:0px;}
}

@media (max-width:599px) {
    .IndividualList-ImgView {grid-template-columns: repeat(2, 1fr);}
    .IndividualList-ImgView li .link-buttons .AddList{ padding: 6px 10px 5px 10px; margin-right: 5px;}
    .IndividualList-ImgView li .link-buttons .ViewProf{ padding: 5px 10px;}

    .IndividualList-ListView ul li{ grid-template-columns:1fr;}
    .IndividualList-ListView ul li figure{ max-width: 170px; margin:0 auto}
}

@media (max-width:540px) {
    .ListSearchBox .SearchInput{min-width:100%;}
    .ComprehensiveSpeaker-box-text h4{ position: relative; padding-left: 30px; text-align: left;}
    .ComprehensiveSpeaker-box-text h4 i{ position: absolute; left: 0; top: 0%;}
    .ComprehensiveSpeaker-box-text .box-body .BookingAgent p{ width:85%; padding-left: 0;}
}

@media (max-width:479px) {
    .ViewListTitle{font-size:22px; line-height: 30px;}
    .TrendingSpeaker-category-list{ grid-template-columns: repeat(1, 1fr); margin-top: 20px;}
    .TrendingSpeaker-category-list{ grid-template-columns: repeat(1, 1fr); margin-top: 20px;}
    .IndividualList-ImgView { gap: 10px;}
    .IndividualList-ImgView li .link-buttons{padding:0 5px;}
    .IndividualList-ImgView li .link-buttons .AddList{ padding:4px; margin-right: 3px; font-size: 10px;}
    .IndividualList-ImgView li .link-buttons .ViewProf{ padding:4px; font-size: 10px;}
    .ComprehensiveSpeaker-box-text h3{ font-size:16px;}
    .KeynoteCategory-list-moreLink .list_box .button_box{ margin-bottom:8px;}

    .IndividualList-ListView li .DisArea .fee-travel{ grid-template-columns: 1fr;}
    .IndividualList-ListView li .link-buttons .ViewProf{ padding: 3px 20px;}
}
@media (max-width:374px) {
    .IndividualList-ImgView {grid-template-columns: repeat(1, 1fr); gap: 20px;}
    .IndividualList-ImgView li{ margin:0 20px;}
    .IndividualList-ImgView li .DisArea{ padding: 10px 15px;}
    .IndividualList-ImgView li .link-buttons{ padding:0 15px;}
    .IndividualList-ImgView li .link-buttons .AddList{ padding:5px 10px; margin-right:5px; font-size: 12px;}
    .IndividualList-ImgView li .link-buttons .ViewProf{ padding:5px 10px; font-size:12px;}
}