﻿.agenda-newsection {
    background: #fefefe;
}

.agendaHeader {
    background: #1e235600;
    padding: 10px 10px;
    text-align: center;
    padding-top: 20px;
}

.agendaHeader select {
    position: relative;
    display: block;
    width: 100%;
    height: 45px;
    line-height: 3;
    background: #000;
    overflow: hidden;
    border-radius: .25em;
    padding: 0px 5px;
    color: #fff;
    font-size: 18px;
    line-height: 38px;
    font-weight: 400;
    text-transform: uppercase;
    padding-left: 10px;
    -webkit-border-radius: .25em;
    -moz-border-radius: .25em;
    -ms-border-radius: .25em;
    -o-border-radius: .25em;
}

.agendaHeader .select {
    position: relative;
    display: inline-block;
    width: 100%;
    line-height: 3;
    background: #35aeef !important;
    overflow: hidden;
    border-radius: .25em;
    font-size: 18px;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 20px;
    -webkit-border-radius: .25em;
    -moz-border-radius: .25em;
    -ms-border-radius: .25em;
    -o-border-radius: .25em;
}

.agendaHeader .select select:focus {
    color: #fff;
}

.agendaHeader select {
    position: relative;
    display: block;
    width: 100%;
    height: 45px;
    line-height: 3;
    background: #000 !important;
    overflow: hidden;
    border-radius: .25em;
    padding: 0px 5px;
    color: #fff;
    font-size: 18px;
    line-height: 32px;
    font-weight: 400;
    text-transform: uppercase;
    padding-left: 10px;
    -webkit-border-radius: .25em;
    -moz-border-radius: .25em;
    -ms-border-radius: .25em;
    -o-border-radius: .25em;
}

.agendaHeader select option {
    color: #fff;
    font-size: 14px;
    padding: 10px 0px;
    line-height: 20px;
}

/* Arrow */
.agendaHeader .select::after {
    content: '\25BC';
    position: absolute;
    top: -4px;
    right: 0;
    padding: 0 1em;
    background: #e0e8e8;
    cursor: pointer;
    pointer-events: none;
    -webkit-transition: .25s all ease;
    -o-transition: .25s all ease;
    transition: .25s all ease;
    color: #000;
    -moz-transition: .25s all ease;
    -ms-transition: .25s all ease;
}

/* Transition */
.agendaHeader .select:hover::after {
    color: #1e2356;
}

.agendaTimeBar {
    background: #0e0e0e;
    margin: 20px 0px;
    border-radius: 0px;
}

.agendaTimeBar p {
    font-size: 20px;
    color: #000;
    font-weight: 600;
    text-align: center;
    padding: 5px;
    margin: 0;
    text-transform: uppercase;
    background: #e0ff37;
}

.agendaTimeBar h3 {
    width: 100%;
    text-align: center;
}

.agendaTimeBar h3 span {
    font-size: 18px;
    color: #fff;
    text-align: center;
    padding: 0;
    line-height: 43px;
    margin: 0;
    font-weight: 400;
    margin-right: 10px;
}

.agendaTimeBar h3 span i {
    color: #e0ff37;
    margin: 0px 5px;
}

.agendathumbCard {
    background-color: #FFFFFF;
    border: none;
    box-shadow: none;
    padding: 0px 20px 5px 20px;
    position: relative;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    border-radius: 0.25rem;
    -webkit-border-radius: 0.25rem;
    -moz-border-radius: 0.25rem;
    -ms-border-radius: 0.25rem;
    -o-border-radius: 0.25rem;
}

.cardSessionTitle {
    font-size: 18px;
    color: #000;
    text-align: left;
    line-height: 23px;
    margin-bottom: 20px;
    margin-top: 15px !important;
    font-weight: 400;
}

.agendameta {
    text-align: center;
    width: 100%;
}

.agendameta p {
    margin-bottom: 0px;
    font-size: 14px;
}

.agenda-sector-icon {
    width: 15px;
    height: 15px;
    vertical-align: middle;
    margin: 0px 5px;
    border-radius: 100%;
    display: inline-block;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
}

.cruLocation {
    color: #666;
    font-size: 16px;
}

.cruLocation:before {
    content: "\f041";
    font-family: FontAwesome;
    margin-right: 5px;
}

.agendaTimeCard:before {
    content: "\f017";
    font-family: FontAwesome;
    margin-right: 5px;
}

.agendaTimeCard {
    font-size: 14px;
    color: #666;
    border-radius: 0px;
    margin-bottom: 10px;
    display: block;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
}

.agendathumbSpeakers a .Minutes_agendameta {
    margin: 20px 0px;
}

.agendaStageCard {
    font-size: 13px;
    color: #ffffff;
    background: #bd0e0d;
    padding: 7px 10px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}

.agendaspeakersList h5 {
    font-size: 18px;
    margin-bottom: 10px;
}

.agendathumbSpeakers {
    width: 100%;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.agendathumbSpeakers figure {
    margin: 0;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
}

.agendathumbSpeakers figure img {
    float: left;
    width: 60px;
    height: 60px;
    cursor: pointer;
    border: 2px solid #dedede;
    box-shadow: 0 0 6px -4px #000;
}

.agendathumbSpeakers h3 {
    padding: 0;
    margin: 0;
    font-size: 14px;
    color: #000000 !important;
    line-height: 22px;
    margin-left: 7px;
    font-weight: 400;
    width: calc(100% - 60px);
}

.agendaPopupNew .modal-dialog {
    width: 80%;
    max-width: 100%;
    margin: 10px auto;
    border: 10px #000 solid;
}

.agendaPopupNew .modal-dialog .modal-header {
    border: none;
}

.agendaPopupNew .modal-dialog .modal-header button.close {
    border-radius: 0 !important;
    background-color: #e0ff37 !important;
    color: #000;
    opacity: 0.8;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    -ms-border-radius: 0 !important;
    -o-border-radius: 0 !important;
}

.agendaThemeText {
    padding: 5px 0px;
    font-size: 16px;
    text-align: center;
}

.agendaThemeText h3 {
    color: #000;
    text-align: center;
    font-size: 18px;
    color: #fff;
    padding: 10px 0px;
    margin: 0;
}

ul.tabs_Agenda li {
    list-style: none;
    display: inline-block;
    padding: 0 15px;
    margin: 10px 0;
}

.tab_section ul li {
    width: 100%;
    margin: 0px 0 !important;
}

.FirstBtnStyle {
    float: left;
    margin-left: 0 !important;
}

.tab_section ul.tabs_Agenda li.active a .date_tab {
    border-bottom: 2px solid #DB5A3A;
}

.tab_section .date_tab {
    display: flex;
    background: rgb(51 197 221 / 10%);
    align-items: center;
    cursor: pointer;
    font-weight: 400;
}

.tab_section .day_time {
    color: #fff;
    line-height: 24px;
    font-weight: 600;
    margin-right: 15px;
    padding: 8px 15px;
    background-color: #db5a3a;
}

ul.tabs_Agenda li a {
    background: #c2bfbf;
    color: #3e3c3c;
    padding: 6px 0 7px 0px;
    text-decoration: none;
    font-size: 14px;
    display: block;
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
    background-repeat: repeat-x;
    background-position: bottom;
    letter-spacing: 1px;
    background: #666;
}

.card-columns1 .row {
    display: flex;
    flex-wrap: wrap;
}

.card-columns1 .col-sm-4 {
    display: flex;
}

.card-columns1 .card {
    height: 100%;
    width: 100%;
    margin: 15px 0;
}

h1,
h2,
h3,
h4 {
    color: #000;
}

.w-100 {
    width: 100%;
}

.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: 0.25rem;
    -webkit-border-radius: 0.25rem;
    -moz-border-radius: 0.25rem;
    -ms-border-radius: 0.25rem;
    -o-border-radius: 0.25rem;
}

.card-columns1 .card {
    height: auto !important;
}

.time-slot {
    width: 100%;
    margin: 0px auto 10px;
    text-align: center;
    padding: 2px 0 2px 0;
    border: 1px solid #dede;
    background: #DB5A3A;
}

.time-slot p {
    color: #fff;
    font-size: 16px;
    margin: 0;
    font-weight: 600;
}

.agendaspeakersList h5 {
    text-align: left;
    margin-left: 0px;
}

.fa {
    margin-right: 5px;
}

.card-columns1 .card {
    border: 1px solid #00000038;
    height: 100%;
    margin: 0;
    padding: 0;
    border-radius: 0.25rem;
    background-color: transparent;
    -webkit-border-radius: 0.25rem;
    -moz-border-radius: 0.25rem;
    -ms-border-radius: 0.25rem;
    -o-border-radius: 0.25rem;
}

.card-columns1 .agendathumbCard,
.card-columns1 .agendathumbCard a {
    display: block;
}

.time-agenda {
    display: flex;
    justify-content: space-between;
    padding-top: 15px;
}

.border_new {
    display: flex;
    width: 100%;
    justify-content: center;
    padding-bottom: 0px;
    margin-top: 8px;
}

.cardss {
    width: 100%;
    margin: 0px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
}

p span.agendaTimeCard {
    color: #fff !important;
    background-color: #DB5A3A;
    padding: 2px 10px;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
}

.justify-content-center {
    justify-content: center;
}

.d-flex {
    display: flex;
}

.clstimelocation {
    display: flex;
    justify-content: space-between;
    padding-top: 12px;
    border-bottom: 1px solid #00000038;
    margin-bottom: 10px;
}

.clstimelocation p:empty {
    display: none;
}

.justify-content-center {
    justify-content: center;
}

.agendathum .agendaStageCard {
    margin-bottom: 20px;
}

.card .agendathumbCard p {
    color: #000000;
    font-size: 15px !important;
    line-height: 22px !important;
    letter-spacing: .5px;
    margin-bottom: 5px;
}

.view_more_button {
    display: block;
    cursor: pointer;
    color: #DB5A3A !important;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: .5px;
    padding: 0 0 15px 0;
    text-align: right;
}

.modal-content .SponSection {
    text-align: left !important;
    padding-bottom: 20px;
}

.view_more_button:hover {
    text-decoration: none;
}

.card .paragraph {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    line-clamp: 4;
    -webkit-box-orient: vertical;
    -webkit-box-pack: end;
    text-overflow: ellipsis !important;
    overflow: hidden;
    white-space: normal;
    margin-bottom: 15px;
}

.SponSection {
    text-align: left;
    color: #DB5A3A;
    font-size: 18px;
}

.SponSection img {
    height: auto;
    width: auto;
    object-fit: contain;
    padding: 10px 0px 0;
    max-width: 250px;
}

.AgendaImage_Img img {
    margin-bottom: 15px;
}

.agendathumbSpeakers {
    width: 100%;
    float: left;
    margin-bottom: 10px;
    margin-left: 0px;
}

.agendaSpeakerPopup .agendathumbSpeakers {
    width: 100%;
    float: none;
}

.agendaSpeakerPopup h5 {
    color: #DB5A3A;
    font-size: 16px;
}

.AgendaImage_Img p {
    line-height: 18px;
    font-size: 16px;
    color: #333;
    text-align: center;
    margin-bottom: 5px;
    font-weight: 700;
}

.agendathumbSpeakers a {
    width: 100%;
    display: flex;
    align-items: center;
}

.agendathumbSpeakers a:hover {
    text-decoration: none !important;
}

.agendathumbSpeakers a:focus {
    text-decoration: none !important;
}

.agendathumbSpeakers figure,
.agendathumbSpeakers h3 {
    display: inline-block;
}

.AgendaImage_content h2 {
    font-size: 20px;
    margin-top: 0px !important;
}

.modal-dialog {
    width: 100%;
    max-width: 800px;
}

.AgendaImage_content {
    padding-right: 10px;
}

.ml-auto {
    margin-left: auto;
}

.MainBioHeading {
    font-size: 20px;
}

.agendathum {
    border: 1px solid #ddd;
    padding: 15px;
}

.agendathum h3 {
    font-size: 16px !important;
    margin-top: 0px;
    font-weight: 700 !important;
}

.agendathum h4 {
    font-size: 14px;
}

.gfm-nav {
    background: #000 !important;
    padding: 0 !important;
}

.AgendaImage_content p {
    color: #333;
    font-size: 14px;
    line-height: 24px;
    text-align: justify;
    letter-spacing: .5px;
}

.Minutes_agendameta {
    width: 100%;
}

ul.agenda-Comp span {
    color: black;
    font-size: 18px;
}

.button-red.YelloBg_.ResetButton {
    padding: 6px 0px !important;
    float: none;
    margin: 0px 5px;
    display: inline-flex;
    border: 1px solid transparent;
    background: #d10a10 !important;
    color: #fff;
    text-align: center;
}

h3+.divider {
    margin-bottom: 35px;
}

ul.tabs_Agenda li a {
    background: #c2bfbf;
}

.agendaPopupNew .modal-dialog .modal-header button.close {
    border-radius: 0 !important;
    background-color: transparent !important;
}

.agendaPopupNew .modal-dialog .modal-header {
    border: none;
    background-color: transparent;
    font-size: 27px;
    padding: 0;
}

.modal-content {
    margin: auto;
    width: 100%;
    border: 2px solid #DB5A3A !important;
    padding: 20px;
}

.modal-content .modal-header {
    background-color: transparent !important;
}

.dummy1 {
    width: 100%;
    height: auto;
}

.FilterStrip-input_Style {
    margin: 0px;
    width: 100%;
    border: 1px solid #444;
    padding: 7px 0px 7px 7px;
    border-radius: 4px;
    height: 40px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}

@media only screen and (max-width: 37.5em) {
    .modal-content {
        width: 90%;
        position: relative;
        top: 0;
        left: 50%;
        transform: translate(-50%, 0%);
        -webkit-transform: translate(-50%, 0%);
        -moz-transform: translate(-50%, 0%);
        -ms-transform: translate(-50%, 0%);
        -o-transform: translate(-50%, 0%);
    }

    .modal-dialog.stand-width {
        width: 94%;
        left: 50%;
        top: 50%;
    }

    .AgendaImage_content {
        margin-top: 10px;
    }

    h2.MainBioHeading:after {
        display: none;
    }

    .AgendaImage_content p {
        text-align: justify;
    }
}

.button-red.YelloBg_.ResetButton.resetgreyBtn {
    background: #acadaf !important;
    color: #403f3f;
}

ul.tabs_Agenda li.active a {
    background-color: transparent;
    color: #fff !important;
    border: 0;
    font-size: 16px !important;
}

.nav-tabs li a:hover {
    background-color: transparent !important;
    color: #000 !important;
    border: 0;
    cursor: pointer;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
    background: transparent !important;
    color: #000;
    border: 0 !important;
}

ul.tabs_Agenda li a {
    background: transparent;
    color: #000;
    border: 0;
    line-height: 25px !important;
    padding: 4px 0px !important;
    font-size: 16px;
}

.company_name {
    display: block;
    font-size: 14px !important;
    color: #19779f;
}

.hed {
    margin-top: 1%;
    background: #fff;
}

.FilterStrip {
    background: url(../uploads/innerbanner/default.jpg?v=1);
    border-radius: 12px;
    width: 100%;
    margin: 0 auto;
    margin-top: 0;
    padding-bottom: 20px;
    margin-bottom: 10px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
}

.divider-default {
    background: linear-gradient(to right, #d10a10 100%, #d6d6d6 100%);
}

.agendaStageCard {
    font-size: 13px;
    color: #ffffff;
    background: #323232;
    padding: 0px 8px;
    display: inline-block;
    border-radius: 3px;
    text-transform: uppercase;
    margin: 2px 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
}

.date_tab {
    font-size: 18px;
}

.crudesc {
    color: #000;
    font-size: 16px;
    line-height: 22px !important;
    letter-spacing: .5px;
}

.otherinfocard {
    color: #3e3d3d;
    font-size: 14px !important;
    font-weight: 400 !important;
    text-align: left !important;
    line-height: 19px !important;
}

.agendaSessionTitle h2 {
    font-size: 20px;
    line-height: 1.5;
    margin-top: 0px;
    color: #DB5A3A;
}

.cardSessionTitle {
    color: #666;
}

/* .cardSessionTitle:hover {
    color: #DB5A3A;
} */

.modal-dialog.modal-lg .agendaSessionTitle {
    text-align: center;
    color: #DB5A3A;
}

.agendaMetaTag ul {
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    color: #444;
    border: 2px solid #DB5A3A;
    padding: 7px 8px 0 8px;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}

.modal-content p {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 8px
}

.agendaSpeakerPopup h4 {
    font-size: 16px;
}

.cardSessionTitle {
    cursor: pointer;
    color: #000000;
    font-size: 18px;
    line-height: 28px;
    font-weight: 500;
    margin: 0;
    margin-bottom: 12px;
}

ul.nav.tabs_Agenda.nav-tabs {
    display: flex;
    justify-content: center;
    margin: 0px -15px 25px;
    padding: 0;
    flex-wrap: wrap;
}

.agenda-Comp span input {
    background-color: transparent;
    border: 0;
    text-transform: uppercase;
    font-size: 14px;
}

ul.agenda-Comp {
    width: 100%;
    display: flex;
    list-style: none;
    margin: 26px 0 10px 0px !important;
    text-align: center;
    justify-content: center;
}

ul.agenda-Comp li {
    margin: 0px 30px;
}

.header_heading h3 {
    text-align: center;
    color: #d10a10;
    font-size: 24px;
    margin-top: 0px;
    font-weight: 700;
}

.inner_heder {
    background: #f5f5f5;
    padding: 30px 0;
}

ul.agenda-Comp li a {
    border-bottom: 1px solid #d10a10;
    padding-bottom: 10px;
    text-decoration: none;
}

ul.tabs_Agenda {
    border: none;
}

.border-track {
    border: #ada3a3 solid 1px;
    padding: 2px 4px;
    border-radius: 4px;
    background: #f9f9f9;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}

.divider {
    display: inline-block;
    border: 0;
    font-size: 0;
    line-height: 0;
    height: 3px;
    max-width: 100px;
    width: 100%;
}

.divider-default {
    background: linear-gradient(to right, #DB5A3A 100%, #d6d6d6 100%);
}

.parallax-text-wrap {
    position: relative;
    text-align: center;
}

.FilterStrip .col-lg-3.col-md-3.col-sm-3.col-xs-12 {
    padding: 0;
}

.card .paragraph ul.Bullets_ li {
    color: #FFF;
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 5px;
    font-family: Roboto, sans-serif !important;
}

.agendathumbCard h5 {
    width: 100%;
}

.modal-dialog .modal-content .agendaSpeakerPopup h4,
.modal-dialog .modal-content .agendaSpeakerPopup h5,
.modal-dialog .modal-content .agendaSpeakerPopup .agendathumbSpeakers {
    display: none !important;
}

.agendathumbCard .paragraph p {
    color: #000;
    font-size: 14px;
    line-height: 22px;
}

.agendathumbCard h5 {
    color: #000;
    font-size: 18px;
    line-height: 28px;
    font-weight: 500;
    margin-bottom: 15px;
    /* text-transform: uppercase; */
    background: rgb(25, 119, 159);
    background: linear-gradient(96deg, rgba(25, 119, 159, 1) 7%, rgba(147, 32, 25, 1) 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.agendaspeakersList {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -10px;
    margin-left: -10px;
    overflow: hidden;
    padding-bottom: 1rem;
}

.agendathumbSpeakers {
    display: inline-block;
    margin-bottom: 10px;
    margin-left: 0;
    margin-right: 0;
    float: unset !important;
}

.agendaspeakersList .agendathumbSpeakers {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
    padding-right: 10px;
    padding-left: 10px;
}

.agendathumbSpeakers a {
    width: 100%;
    display: flex !important;
    align-items: flex-start !important;
}

span.custom_Country {
    color: #333;
    font-weight: 500;
}

.modalagenda {
    z-index: 99999 !important;
}

.modalagenda .AgendaImage_Img p {
    color: #000000;
    font-size: 15px !important;
    line-height: 22px !important;
    text-align: center;
    margin-bottom: 5px;
}

.agendathumbCard .paragraph p strong,
.modalagenda .AgendaImage_Img p strong {
    font-weight: 600;
    font-family: var(--heading-font);
}

.modalagenda .agendathum h4 em {
    color: #DB5A3A;
}

.newspeakersmodrater .col-sm .agendaspeakersList .agendathumbSpeakers {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.card .agendathumbCard p.crudesc p,
.card .agendathumbCard p,
.card .agendathumbCard p.crudesc {
    color: #000000 !important;
    font-size: 16px !important;
    font-weight: 600;
}

.modalagenda .AgendaImage_Img {
    padding: 10px 10px 15px;
    border: 2px solid #0000004a;
}

h3.cardSessionTitle.ForWatchSessions:focus-visible {
    outline: none;
}

.card-columns1 .agendathumbCard h3.cardSessionTitle {
    font-weight: 600;
    font-family: var(--body-font);
}





@media only screen and (min-device-width: 1025px) and (max-device-width: 1179px) {
    .agendaspeakersList .agendathumbSpeakers {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .newspeakersmodrater .col-sm .agendaspeakersList .agendathumbSpeakers {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
    .agendaspeakersList .agendathumbSpeakers {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .newspeakersmodrater .col-sm .agendaspeakersList .agendathumbSpeakers {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .cardSessionTitle {
        font-size: 16px;
        line-height: 26px;
        font-weight: 400;
    }

}

@media only screen and (min-device-width: 320px) and (max-device-width: 768px) {
    .tabbed_area_ {
        padding: 0 15px;
    }

    .tabbed_area_ #fixed.tab_section {
        max-width: 100% !important;
    }

    .agendaspeakersList .agendathumbSpeakers {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        padding-right: 0;
        padding-left: 0;
    }

    .newspeakersmodrater .col-sm .agendaspeakersList .agendathumbSpeakers {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .cardSessionTitle {
        font-size: 16px;
        line-height: 26px;
        font-weight: 500;
    }

    .tab-content .tab-content .card-columns1 .border_new .col-sm-12 {
        width: 100%;
        max-width: 100%;
    }

}


/* end */