.tab_content_wrapper {
    margin-top: 30px;
}
.date_tab_div .category_name {padding:0 0 30px; position: relative;}

.inner.p_agenda .category_name:before {
    content: "";
    width: 100%;
    height: 3px;
    background: #5a2b9d;
    position: absolute;
    left: 0;
    top: 22px;
    border-radius: 4px;
}

.inner.p_agenda .category_name span {
    display: inline-block;
    border-radius: 30px;
    padding: 8px 40px 12px;
    color: #fff;
    background: #5a2b9d;
    text-transform: none;
    font-size: 22px;
    position: relative;
    line-height: 26px;
    font-weight: 500;
}

.inner.p_agenda .category_name span:before {
    height: 11px;
    width: 11px;
    position: absolute;
    background: #7091e6;
    right: -5px;
    bottom: 17px;
    content: "";
    border-radius: 10px;
	display:none;
}

.topic.blank .inner .content {
    position: relative;
}

.agenda_sccordian {
    position: relative;
}

.topic.blank .time, .topic.blank .session_name {
    display: block;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #000;
    transition: all 500ms ease;
    padding-left: 15px;
    background: #e5d3ff;
    border-left: 4px solid #5a2b9d;
	font-family: "Lexend", sans-serif;
	padding-right: 10px;
}

.topic.blank .time {
    padding-top: 10px;
    font-weight: 400;
}
.topic.blank {
    margin: 0 0 20px;
}
.topic.blank .session_name {
    padding-bottom: 10px;
	margin-bottom: 0px;
}
.inner.speakers .speaker_bx .info p {
    margin: 0 0 0;
}
.inner.speakers .social_icons {
    margin-top: 20px;
}
.p_agenda .agenda_sccordian .Session_Highlight_Cl {
    display: inline-block;
    cursor: pointer;
    border: 1px solid #5a2b9d;
    border-radius: 50px;
    padding: 0 10px !important;
    line-height: 28px;
    font-size: 13px;
    color: #5a2b9d !important;
    font-weight: 600;
    margin: 5px 0;
    position: relative;
    padding-right: 32px;
}

.p_agenda .Session_Highlight_toggle {
    display: none;
    font-size: 14px;
    line-height: 21px;
    color: #000;
    padding: 10px 0px 15px;
    font-weight: 400;
    padding-right: 20px;
}


.p_agenda .speakers_box_toggle {
    width: 100%;
}

.speakers_outer_blk {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 30px;
    grid-auto-rows: minmax(142px, auto);
}

.speaker_bx {
    position: relative;
	overflow: hidden;
    margin-top: 30px;
}

.inner.speakers .speaker_bx .pic img {
    width:100%;
}

.inner.speakers .speaker_bx:hover .pic {transform:none;}
.inner.p_agenda .speaker_bx .info {
    padding-top: 20px;
}
.inner.p_agenda .speaker_bx .info h4 {
    font-size: 15px;
}
.inner.p_agenda .speaker_bx .info .mod {
    display: inline-block;
    padding: 4px 15px;
    background: #d330c9;
    align-items: center;
    color: #fff;
    border-radius: 30px;
    margin: 0 0 0px 0;
    position: absolute;
    top: -15px;
    left: 50%;
    z-index: 11;
    transform: translateX(-50%);font-family: "Lexend", sans-serif;
    white-space: nowrap;
    min-width: 125px;
    font-size: 12px;
}




/*Popup Speakers css Start*/

#exampleModalCenter .speaker_bx {
    position: relative;
    z-index: 1;
    padding: 0px 0px;
    border-radius: 10px;
    transition: all .5s;
    background: #fff;
    text-align: center;
    overflow: hidden;
/*    box-shadow: 0 1px 3px 0 rgb(0 0 0 / 8%);*/
    height: 100%;
	margin-top: 0px;
}
p.mod {
    display: none;
}

#exampleModalCenter .speaker_bx:hover {
/*    box-shadow: 0 15px 38px 0 rgba(0,0,0,0.1);*/
    transition: all .5s;
}
@media(min-width:1200px){
	#exampleModalCenter .speakerimages .col-xl-3 {
		-ms-flex: 0 0 25%;
		flex: 0 0 20%;
		max-width: 20%;
	}
}
#exampleModalCenter .speaker_image {
    width: 100%;
    transition: all .4s;
    z-index: 1;
    position: relative;
    padding: 5px 0 20px;
    backface-visibility: inherit;
    transform-style: inherit;
    transform: inherit !important;
    background: transparent;
    opacity: 1 !important;
}
/*
#exampleModalCenter .speaker_image img {
    border-radius: 50%;
    height: 200px;
    width: 200px !important;
    object-fit: cover;
	display: block;
}
*/
#exampleModalCenter .speaker_image img {
    border-radius: 7px;
    object-fit: cover;
    display: block;
    width: 180px;
    height: auto;
}
#exampleModalCenter .images_circle {
    display: inline-block;
    position: relative;
    box-shadow: none;
    border: 0px solid #d330c9;
    border-radius: 8px;
    background: linear-gradient(-135deg, #5a2b9d, #d330c9, #5a2b9d);
    padding: 1px;
}
#exampleModalCenter .speaker_item_info {
    margin-top: 0;
    position: relative;
    z-index: 1;
}
#exampleModalCenter .speaker_title {
    font-size: 18px;
    font-weight: 600;
    line-height: 1;
    margin-top: 0px;
    color: #d330c9;
    margin-bottom: 11px;
    padding: 0;
}
#exampleModalCenter .speaker_department {
    margin-top: 0;
    margin-bottom: 0;
    color: #333;
    font-size: 12px;
    line-height: 18px;
    font-weight: 600;
}
#exampleModalCenter .speaker_social {
    color: #909aa3;
    border-radius: 50px;
    padding: 0;
    position: absolute;
    top: 0px;
    right: 0;
    transform: translateY(-100%);
    transition: 0.5s all ease;
    width: 100%;
    text-align: center;
    display: none !important;
}
#exampleModalCenter .speaker_bx:hover .speaker_social{
    transform: translateY(15px);
    transition: 0.5s all ease;
}
#exampleModalCenter .speaker_social .team-icon {
    position: relative;
    padding: 6px 8px;
    text-decoration: none;
    color: inherit;
    transition: all .3s;
}
#exampleModalCenter .speaker_social .team-icon:hover{color:#404040; transition: all .3s;}
/*Speakers css End*/	
	
	

/*Popup css*/

#exampleModalCenter .social-icons a {
    display: inline-block;
}
#exampleModalCenter .social-icons i.fa {
    color: #199a01;
    background: #fff;
    box-sizing: border-box;
    width: 27px;
    height: 27px;
    display: flex;
    align-items: center;
    border-radius: 50%;
    justify-content: center;
}
#exampleModalCenter .social_spopupLink {
    font-size: 18px;
    color: #000 !important;
    padding: 4px;
    display: inline-block;
    line-height: 0;
    width: 27px;
    text-align: center;
    margin-top: 6px;
}
.popup_scn .social-icons {
    width: 100%;
    padding-top: 5px;
	display: none;
}
.popup_text{display:none; 
    margin-top: 15px;}

.popup_scn p.speaker_department {
    line-height: 22px;
    font-weight: 900;
	font-size: 15px;
}
/*
.popup_scn .speaker_department br {
    display: none;
}
*/
.popup_scn .popup_text {
    display: block;
    text-align: left;
}


/*
.popup_scn .star_blk img {
    width: 174px !important;
    border-radius: 50%;
    display: inline-block;
    height: 174px;
    background: #2d383c;
    object-fit: cover;
}
*/
.popup_scn .info .pic {
    width: 27%;
    margin: 0 auto 16px;
    float: left;
    margin-right: 30px;
}
.popup_scn .info .detail h3 {
    text-align: left;
}
.popup_scn .info .detail p {
    text-align: left;
    padding: 0;
}
.popup_scn .info .detail p br {
    
}
.popup_scn .info {
    padding-bottom: 0;
    margin: 0;
}
.popup_scn .star_blk a.Click_pop {
    display: none;
}
.popup_scn h3 {
    display: block;
    color: #af8c34;
    font-size: 20px;
    letter-spacing: 0.5px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 0;
    margin: 10px 0 8px 0;
}
.popup_scn.speakers {
    display: block;
	background:none; 
	padding:0;
}

.clone_box .team-content {
    padding: 15px 0px 10px;
}
.popup_scn .star_blk {
    text-align: center;
    margin-bottom: 0;
    padding: 0px 0 0;
}
#exampleModalCenter .popup_scn .team-item:hover .image-wrap img {
    -webkit-transform: scale(1);
    transform: scale(1);
}
#exampleModalCenter .popup_scn .socail_icons a {
    font-size: 16px;
    color: #000;
    width: 38px;
    height: 38px;
    border: 1px solid #000;
    display: inline-block;
    padding: 7px 0 7px 0;
    line-height: 20px;
    border-radius: 50%;
    transition: 0.5s all ease;
}

/*
.social-icons {
    position: absolute;
    top: -46px;
    left: 0;
    width: 100%;
    background: #5a2b9dc4;
    z-index: 11;
    border-radius: 0 0 20px 20px;
    transition: 0.5s all ease;
    transform: translateX(-100%);
}
.speaker_bx:hover .social-icons {
    transition: 0.5s all ease;
    transform: translateX(0);
}
.social-icons a {
    display: inline-block;
    padding: 10px;
}
.social-icons i {
    font-size: 15px;
    color: #ffffff;
}
*/
.inner.CXO_Summit .social-icons {display:inline-block; min-width:100px; border-top:1px solid #1b1754; padding:10px 0 0;}
.inner.CXO_Summit .popup_scn .social-icons {display:none;}
.inner.CXO_Summit .social-icons a {color:#1b1754; font-size:14px; margin:0 10px 0 0;}
.inner.CXO_Summit .social-icons a:hover {color:#d330c9;}



.inner.p_agenda .popup_scn .speaker_bx .info {
    padding-top: 0;
}

.popup_scn .socail-icons a:hover i{
    transition: 0.5s all ease;
    color: #d330c9;
}

#exampleModalCenter .modal-body {
    padding: 30px;
    border: 1px solid #1b1754;
    border-radius: 5px;
    overflow: hidden;
}

#exampleModalCenter .popup_scn p {
    padding: 0;
    font-size: 14px;
    line-height: 20px;
    color: #000;
    font-weight: 300;
    font-family: "Lexend", sans-serif;
}
.inner.p_agenda .popup_scn .speaker_bx .info p.mod {
    display: none;
}
#exampleModalCenter .modal-dialog {
    max-width: 700px;
	width: 100%;
}
#exampleModalCenter button.close {
    padding: 0;
    background-color: transparent;
    border: 0;
    position: absolute;
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    background: #1b1754;
    box-shadow: none;
    text-shadow: none;
    color: #fff;
    cursor: pointer;
    z-index: 9;
    padding-bottom: 0px;
    opacity: 1;
    transition: 0.5s all ease;
    border-radius: 0 5px 0 0;
}
#exampleModalCenter button.close:hover {
    opacity: 0.8;
    transition: 0.5s all ease;
}


/*Popup Speakers css End*/	
















@media (max-width:1024px){
	.speakers_outer_blk {
		grid-template-columns: repeat(4, 1fr);
	}
	.topic.blank .time, .topic.blank .session_name {
		font-size: 14px;
		line-height: 21px;
	}
}


@media (max-width:767px){
	.speakers_outer_blk {
		grid-template-columns: repeat(3, 1fr);
	}
	.inner.p_agenda .category_name span {
		padding: 8px 30px 12px;
		font-size: 18px;
		line-height: 26px;
	}
}


@media (max-width:575px){
	.speakers_outer_blk {
		grid-template-columns: repeat(2, 1fr);
	}
}



@media (max-width:480px){
	.speakers_outer_blk {
		grid-template-columns: repeat(1, 1fr);
	}
}













