@media(max-width:991px){

.header-area{

padding:12px;

}

.logo{

height:55px;

}

.navbar-nav{

padding-top:20px;

gap:0;

}

.nav-link{

padding:15px!important;

}

.header-buttons{

margin-top:20px;

flex-direction:column;

align-items:flex-start;

}

}

@media(max-width:991px){

.section-title h2{

font-size:26px;

}

.speaker-image{

width:95px;

height:95px;

}

}

@media(max-width:576px){

.invited-speakers{

padding:10px 0;

}

.section-title{

gap:10px;

}

.section-title span{

width:35px;

}

.section-title h2{

font-size:17px;

}

.speaker-card h4{

font-size:14px;

}

.speaker-card p,

.speaker-card small{

font-size:12px;

}

}

@media(max-width:991px){

.about-conference{

padding:20px 0;

text-align:center;

}

.heading-line{

margin:20px auto 30px;

}

.section-heading h2{

font-size:32px;

}

.about-image{

margin-top:40px;

}

}

@media(max-width:576px){

.section-heading h2{

font-size:26px;

}

.about-conference p{

font-size:15px;

}

.about-btn{

padding:12px 24px;

font-size:14px;

}

}

@media(max-width:992px){

.speaker-profile-card{

flex-direction:column;

}
.con-name-ban {
    border: 1px solid #CE2029;
    border-radius: 13px;
    padding: 6px 10px;
}
.conference-tabs ul {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 31px;
    margin: 0;
    padding: 18px 0;
    list-style: none;
    border-bottom: 1px solid #80808099;
    border-top: 1px solid #8080809c;
    background: #f3f0f08c;
}

.speaker-left{

width:100%;

height:320px;

}

.speaker-right{

padding:40px 30px;

text-align:center;

}

.speaker-meta{

justify-content:center;

}

.speaker-social{

justify-content:center;

}

.speaker-right h2{

font-size:32px;

}

}

@media(max-width:576px){

.speaker-right h2{

font-size:26px;

}

.speaker-right p{

font-size:15px;

}

.speaker-image-box{

width:180px;

height:180px;

}

}

@media(max-width:991px){

.registration-section{

padding:70px 0;

}

.price-card{

margin-bottom:30px;

}

}

@media(max-width:991px){

.footer{

padding-top:60px;

}

.footer .col-lg-3::after{

display:none;

}

.footer-links{

column-count:1;

}

.footer-bottom{

margin-top:40px;

}

}

@media(max-width:576px){

.footer-logo{

max-width:180px;

}

.footer-social{

justify-content:center;

}

.footer{

text-align:center;

}

.footer-contact li{

justify-content:center;

}

.footer h5::after{

left:50%;

transform:translateX(-50%);

}

.newsletter-form{

margin-top:15px;

}

}
@media(max-width:991px){

.venue-card{

grid-template-columns:1fr;

}

.venue-map{

height:350px;

}

.venue-content{

padding:40px 30px;

}

.venue-content h3{

font-size:30px;

}

}

@media(max-width:576px){

.venue-section{

padding:10px 0;

}

.venue-content{

padding:30px 25px;

}

.venue-content h3{

font-size:24px;

}

.venue-btn{

width:100%;

justify-content:center;

}

}

@media(max-width:600px){
    .hero-left-panel {
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, .94);
    display: flex;
    align-items: center;
    /* padding: 0 25px; */
    box-shadow: 8px 0 30px rgba(0, 0, 0, .08);
    display: none;
}

.hero-section {
    height: 100px;
    background: url(../images/hero-mobile.png) center center;
    background-size: cover;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
}
.con-name-ban {
    border: 1px solid #CE2029;
    border-radius: 13px;
    padding: 6px 10px;
    margin: 10px;
}

.conference-tabs ul {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 24px;
        margin: 0;
        padding: 18px 0;
        list-style: none;
        border-bottom: 2px solid grey;
        border-top: 2px solid grey;
        background: #bbb5b5;
    }

.conference-tabs a {
    text-decoration: none;
    color: #666;
    font-size: 15px;
    font-weight: 600;
    transition: .3s;
}

.speaker-profile-card {
    display: flex;
    align-items: center;
    background: #fff;
    border-radius: 28px;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(0, 0, 0, .08);
    position: relative;
    transition: .4s;
    margin-bottom: 20px;
}

.speaker-image-box {
        width: 261px;
        height: 265px;
    }
    .price-padding{
    padding-right: 0.5rem;
    padding-left: 0.5rem;
}

.hero-slide-content{
    align-items: center;
    text-align: center;
    justify-content: center;
}
}
@media(max-width:1024px){
    .price-padding {
    padding-right: 1rem;
    padding-left: 1rem;
}
}

