.nopad {
    padding-left: 0 !important;
    padding-right: 0 !important;
}


/*image gallery*/

.image-checkbox {
    cursor: pointer;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border: 4px solid transparent;
    margin-bottom: 0;
    outline: 0;
}

.image-checkbox input[type="checkbox"] {
    display: none;
}

.image-checkbox-checked {
    border-color: #4783B0;
}

.image-checkbox .fa {
    position: absolute;
    color: #4A79A3;
    background-color: #fff;
    padding: 10px;
    top: 0;
    right: 0;
}

.image-checkbox-checked .fa {
    display: block !important;
}

/* CONFERENCE CSS */

.conf-banner{
    position: relative;
}
.conf-banner-content{
    position: absolute;
    left: 0;top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: start;
    padding: 100px 0 15px 0;
}
.conf-banner-tabs{
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #fff;
    padding: 0 15px;
    position: relative;
}
.conf-banner-tabs .conf-logo{
    padding: 15px 0;
}
.conf-banner-tabs .conf-logo img{
    height: 40px;
    width: auto;
    display: block;
}
.conf-tabs ul{
    margin: 0;padding: 0 15px 0 0;
    list-style: none;
    display: flex;
    align-items: center;
    gap:25px;
}
.conf-tabs ul li a{
    font-size: 14px;
    font-family:'Founders Grotesk Text', Arial, Helvetica, sans-serif !important;
    font-weight: 500;
    height: 69px;
    display: flex;
    align-items: center;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    color: var(--primary-color);
}
.conf-tabs ul li a:hover{
    color: var(--spot-color);
    border-bottom: 4px solid var(--spot-color);
}
.conf-tabs ul li.active a{
    color: var(--spot-color);
    border-bottom: 4px solid var(--spot-color);
}
.conf-banner-info{
    color: #fff;
    font-family:'Founders Grotesk Text', Arial, Helvetica, sans-serif !important;
    padding-top: 100px;
}
.conf-banner-info h1{
    color: #fff;
    font-family: 'VoicesSL', 'Work Sans', Arial, Helvetica, sans-serif;
    font-size: 3vw !important;
}
.conf-banner-info p{
    color: #fff;
    font-family:'Founders Grotesk Text', Arial, Helvetica, sans-serif !important;
    max-width: 750px;
}
.conf-banner-bg img{
    min-height: 500px;
    object-fit: cover;
}
.conf-banner-bg::after{
    background-color: rgba(0 , 0 , 0 , 0.6);
    content: '';
    width: 100%;
    height: 100%;
    left: 0;top:0;
    position: absolute;
}
.conf-listing-wrapper{
    padding: 20px 0;
    background-color: #f7f7f7;
}
.conf-listing{
    padding: 40px 0;
}
.conf-listing .col-md-4{
    padding-top: 10px;
    padding-bottom: 10px;
}
.conf-list-item{
    background-color: #fff;
    padding: 20px;
    font-family:'Founders Grotesk Text', Arial, Helvetica, sans-serif !important;
    transition: all ease 0.3s;
}
.conf-list-item:hover{ 
    transform: translateY(-5px);
}
.cl-item-tags .btn{
    font-size: 13px;
}
.cl-item-time{
    padding: 15px 0;
    font-size: 14px;
    color: #333;
}
.cl-item-title h2{
    line-height: 1.3;
    font-size: 24px !important;
}
.cl-item-title a h2:hover{
    color: #6bd9de;
}
.cl-item-speakers{
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
}
.cls-item{
    width: 33.3%;
    padding-right: 10px;
    padding-bottom: 10px;
}
.cls-item *{
    display: block;
    font-size: 13px;
}
.cls-item h5{
    margin-top: 10px;
    margin-bottom: 0;
    line-height: 1.3;
    color: #333;
    font-weight: 500;
}
.cls-item img{
    object-fit: cover;
    border-radius: 56px;
    aspect-ratio: 1 / 1;
}
.cls-item:hover h5{
    color: #777;
}
.conf-listing-filter{
    background-color: #fff;
    padding: 20px;
    font-family:'Founders Grotesk Text', Arial, Helvetica, sans-serif !important;
}
.conference-testimonials .custom_testimonial{
    padding: 30px 30px 30px 30px;
    box-shadow: none;
    text-align: justify;
}
.conf-detail-description .note-float-left{
    margin-right: 20px;
}
#conf-tabs-trigger .svg-trigger path{
    stroke: #000;
}
.conf-detail-wrapper{
    font-family:'Founders Grotesk Text', Arial, Helvetica, sans-serif !important;
}
.conf-detail-wrapper h1{
    line-height: 1.3;
}

.conf-detail-tags{
    padding-bottom: 15px;
}
.conf-detail-tags a{
    display: inline-block;
    background-color: #e3e3e3;
    color: #000;
    text-transform: uppercase;
    font-size: 13px;
    padding: 6px 15px;
    margin-bottom: 10px;
}
.conf-detail-meta{
    padding: 0;margin: 0;
    list-style: none;
    display: flex;
    padding-bottom: 20px;
}
.conf-detail-meta li{
    padding-right: 40px;
    color: #333;
}
.conf-detail-meta li strong{
    text-transform: uppercase;
    font-size: 14px;
    display: block;
    letter-spacing: 1px;
}
.conf-detail-speakers{
    padding-top: 30px;
}
.conf-speaker-item{
    background-color: #fff;
    padding: 25px;
    margin-bottom: 20px;
}
.conf-speaker-item h3{
    margin-bottom: 0;
}
.speaker-job-title{
    font-weight: 600;
  color: #7d7d7d;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.speaker-bio{
    font-size: 14px;
    margin-bottom: 0;
}
.conf-detail-wrapper h2{
    text-transform: uppercase;
    font-size: 24px !important;
}



@media (max-width: 991.98px) {
    .conf-banner-info h1 {font-size: 36px !important;margin-bottom: 15px;}
    .conf-tabs{display: none;position: absolute;top: 70px;background-color: #f7f7f7;left: 0;right: 0;z-index: 999999;}
    .conf-tabs ul{display: block;padding: 10px 0;}
    .conf-tabs ul li a{height: auto;padding: 6px 15px;}
    .conf-speaker-item h3{margin-top: 15px;}
    .conf-detail-wrapper h1{font-size: 30px !important;}
    .conf-detail-wrapper h2{font-size: 24px !important;}
}
@media (min-width: 992px) {
    #conf-tabs-trigger{display: none;}
}

@media (min-width: 768px) and (max-width: 991.98px) {
}