@media screen and (max-width:1100px){
	.section-pricing-block .price-content .price span{
		font-size:24px;
	}
}
@media screen and (max-width:992px){
    :root{
        --intro-title-font-size:64px;
        --intro-title-line-height:77px;
        --intro-paragraf-font-size:17px;
        --intro-paragraf-line-height:29px; 
		--dark-grey: #707070;
		--midnight-black:#171717;
    }

    p{
        font-size: 17px;
        line-height: 29px;
    }


	.desktop , .mobile{
        display: none;
    }
    .tablet{
        display: block;
    }

    /*******GENERAL*****/
/*     html{
        overflow-x: hidden;
    } */
/* 	body{
		overflow-x:hidden;
	} */
    .site-main>section:first-child{
        padding-top: 188px;
    }
	.site-main>.section-new-intro:first-child{
        padding-top: 91px;
        padding-bottom: 96px;
    }
    .container{
        max-width: calc(768px + var(--bs-gutter-x, .75rem)*2);
    }
    .container.small{
        max-width: calc(1021px + var(--bs-gutter-x, .75rem)*2);
    }
    .container.large{
        max-width: calc(1152px + var(--bs-gutter-x, .75rem)*2);
    }
    /*******GENERAL*****/


    /*********section-intro-block-2**********/
        .section-intro-block-2 .content .text p{
            font-size: var(--intro-paragraf-font-size);
            line-height: var(--intro-paragraf-line-height);
            margin-bottom: 0;

        }
        .section-intro-block-2 .content{
            margin-bottom:0;
        }
        .section-intro-block-2 .content .title{
            font-size: var(--intro-title-font-size);
            line-height: var(--intro-title-line-height);

        }
        .section-intro-block-2{
            padding-bottom: 65px;
        }
        .section-intro-block-2 .link-tab{
            flex-direction: column;
            row-gap: 11px;
            max-width: 600px;
            margin-top: 42px;
        }
        .section-intro-block-2 .link-tab li:first-child{
            border-right: 1px solid var(--dark-grey);
        }
        .section-intro-block-2 .link-tab li:last-child{
            border-left: 1px solid var(--dark-grey);   
        }
	 .section-intro-block-2  .bottom-arrow{
            width: 50px;
            height: 50px;
            border-radius: 50px;
            border: 1px solid var(--white);
            color: var(--white);
            margin: auto;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-top: 41.3px;
        }
        
        .section-intro-block-2  .bottom-arrow:hover{
            background-color: var(--white);
            color: var(--grey);
        }

    /*********section-intro-block-2**********/

    /* section-register-block */
    .section-register-block .image-col{
        order: -1;
    }
    .section-register-block .image-col .image{
        margin: auto;
    }
    .section-register-block .content-col .content{
        max-width: 580px;
        margin: auto;
        margin-top: 43px;
    }
    .section-register-block .content .subtitle{
        margin-bottom: 19px;
    }
    .section-register-block .content .title{
        margin-bottom: 27px;
    }
    .section-register-block .content .button{
        margin-top: 27px;
    }

  
    /* section-register-block */
    /* .section-topics-block  */
    .section-topics-block .section-heading .title{
        font-size: 24px;
        line-height: 35px;
    }
    /* .section-topics-block  */

    /* .section-cards-block */
    .section-cards-block .row{
        row-gap: 72px;
    }
    /* .section-cards-block */
	
	/* 	header */
	.navbar .navbar-brand img{
        max-width: 155px;
    }
    .navbar .navbar-nav{
        display: none;
    }
    .custom-mega-menu{
        padding: 140px 0 46px 0;
/*         height: 100vh; */
    }
    .custom-mega-menu .border-div{
        position: relative;
    }
    .custom-mega-menu .border-div:after{
        content: '';
        position: absolute;
        background-color: var(--dark-grey);
        width: 100%;
        height: 1px;
        top: 63%;
    }
    .custom-mega-menu .megamenu-top-links{
        margin-bottom: 43px;
    }
    .custom-mega-menu .megamenu-top-links li{
        margin-bottom: 16px;
    }
    .custom-mega-menu .megamenu-top-links .megamenu-link{
        font-size: 33px;
        line-height: 39px;
    }
    .custom-mega-menu .megamenu-bottom-links{
        flex-direction: column;
        margin-bottom: 37px;
    }
    .custom-mega-menu .megamenu-bottom-links .megamenu-link{
        font-size: 16px;
        line-height: 37px;
    }
    .custom-mega-menu .right-content{
        max-width: 235px;
        margin-right: auto;
        margin-left: unset;
    }
    .custom-mega-menu .right-content .address p, .custom-mega-menu .right-content .email a, .custom-mega-menu .right-content .number a{
        font-size: 15px;
        line-height: 28px;
    }
    .custom-mega-menu .social-icons{
        margin-top: 19px;
    }
    .custom-mega-menu .social-icons li a {
        width: 32px;
        height: 32px;
        line-height: 31px;
    }
    .custom-mega-menu .social-icons li{
        margin-right:12px;
    }
    .navbar-toggler{
        font-size:15px ;
        line-height: 37px;
        letter-spacing: 0.04em;
        color:var(--storm);
    }
    .navbar-toggler:focus{
        border: 0;
        box-shadow: none;
    }
    .navbar-toggler i{
        color: var(--white);
    }
	/* 	header */
	
/* 	footer */
	.site-footer{
        padding: 18px 0 32px 0;
    }
    .site-footer .footer-menu-row{
/*         display: none; */
		flex-wrap:wrap;
		justify-content: space-around;
/* 		width:fit-content; */
		margin:auto;
/* 		margin-top:10px; */
    }
    .site-footer .footer-menu-row>div{
		width:100%;
		
		
	}
	.site-footer .menu  li{
		text-align:center;
	}
    .site-footer .footer-menu-row>div ul{
		width:fit-content;
		margin:auto
	}
	.site-footer .footer-menu-row>div{
		margin-top:10px;
	}
	
	.site-footer .footer-menu-row>div:last-child ul{
		display:flex;
	}
	.site-footer .footer-menu-row>div:last-child ul{
		
				    column-gap: 50px;
					margin: auto;
					align-items: center;
	}
	.site-footer .footer-menu-row>div:last-child ul li{
		min-width:auto;
		margin-bottom:0
	}
	
    .site-footer .footer-logo{
        padding-top: 0;
        text-align: center;
    }
    .site-footer .copyright-area{
/*         border-top: unset; */
        margin-top: 22px;
    }
    .site-footer .footer-logo img{
        max-width: 155px;
    }
    .site-footer .link-wrapper{
        display: flex;
        flex-direction: row;
        align-items: baseline;
        justify-content: space-between;
		width: fit-content;
        margin: auto;
    }
	.site-footer .copyright-area .copyright-text{
        padding-left: 54px;
    }
    .site-footer .copyright-area .copyright-links li a{
        font-size: 12px;
    }
	.site-footer .copyright-area .copyright-text p{
		font-size:12px;
	}
	
/* 	footer */
	/* section-gallery-block */
	.section-gallery-block{
		overflow:auto;
		overflow-x:hidden;
	}
	.section-gallery-block .mobile-content .mobile-image{
        margin-bottom: 14px;
    }
    .section-gallery-block .mobile-content .text{
        padding-left: 0;
    }
    .section-gallery-block .mobile-content .button{
        padding-left: 0;
    }
    /* section-gallery-block */

    /* section-intro-block */

	.section-intro-block{
		padding-bottom:78px;
		min-height:0;
	}

    .section-intro-block .bg{
        left: 50%;
        transform: translate(-50%);
    }
	.section-intro-block .content .title{
		font-size:var(--intro-title-font-size);
		line-height:var(--intro-title-line-height);
	}
	.section-intro-block .description{
		font-size:var(--intro-paragraf-font-size);
		line-height:var(--intro-paragraf-line-height);
	}
    /* section-intro-block */
	
	/* section-slider-block */

    .section-slider-block{
        padding: 78px 0 60px 0;
    }
    .section-slider-block .content{
        padding: 0 19px;
        text-align: center;
        margin-bottom: 83px;
    }
    .section-slider-block .content .title{
        font-size: 44px;
        line-height: 52px;
        margin-bottom: 27px;
    }
	.section-slider-block .speakers-slider .item .image{
		width:100%;
		height:303px;
	}
    .section-slider-block .content .text{
        margin: auto;
        margin-bottom: 46px;
    }
    .section-slider-block .content .text p{
        font-size: 16px;
        line-height: 29px;
    }
    .section-slider-block .slider-wrapper{
        padding-left: 19px;
        padding-bottom: 112px;
    }
    .section-slider-block .slider-buttons{
        display: flex;
        flex-direction: row;
        justify-content: center;
        top: unset;
        left: 50%;
        transform: translateX(-50%);
        bottom: 0;
    }
    .section-slider-block .slider-buttons li:first-child{
        margin-right: 20px;
    }
    .section-slider-block .speakers-slider .item{
        max-width: 298px;
        margin-right: 20px;
    }
    .section-slider-block .speakers-slider .item .name{
        font-size: 24px;
        line-height: 35px;
		padding-right:20px;
    }
    .section-slider-block .speakers-slider .item .designation{
        margin-bottom: 0;
    }
    .section-slider-block .speakers-slider .item .company{
        margin-bottom: 21px;
    }
    .section-slider-block .speakers-slider .item .info{
        padding: 16px 26px 18px 26px;
    }
    .section-slider-block .speakers-slider .item .linkedin-icon a{
        width: 34px;
        height: 34px;
    }
    /* section-slider-block */
	
	/* header-timer */
    .mobile-header-timer{
        background-color: var(--midnight-black);
    }
    .header-timer{
        padding:10px 0 4px 0;
        align-items: center;
        justify-content: space-between;
    }
    .header-timer .timer-banner{
        background-color: transparent;
    }
	.header-timer .psgTimer_numbers>div>div{
		background-color:transparent;
	}
    .header-timer-text .timer-text{
        padding-left: 0;
		font-size:12px;
		line-height:14px;
	}
	.header-timer .timer-banner .days, .header-timer .timer-banner .hours, .header-timer .timer-banner .minutes{
/* 		font-size:11px; */
		font-size:10px;
		letter-spacing:0;
	}
    /* header-timer */
	.custom-mega-menu{
		overflow-y:auto;
	}
	
	/****hover-block*****/
	.section-information-block .hover-block:hover .left-image{
    -webkit-animation: fade-in-bottom 0.2s ease-in both;
    animation: fade-in-bottom 0.4s ease-in both;
		animation-delay: 0.2s;
	}
	.section-information-block .hover-block .image-wrapper{
		display:none;
	}
	.section-information-block .hover-block:hover .right-image{

		-webkit-animation: fade-in-bottom 0.4s ease-in both;
		animation: fade-in-bottom 0.4s ease-in both;
		animation-delay: 0.4s;
	}

	.section-information-block .hover-block:hover .title{
		color: var(--orange);
		text-shadow: unset;
		animation: fade-in-bottom 0.1s ease-in both;
	}
	.section-information-block .hover-block:hover .text{

		height: auto;
		 -webkit-animation: fade-in-bottom 0.4s ease-in both;
		animation: fade-in-bottom 0.4s ease-in both;
		animation-delay: 0.6s;
	}
	/****hover-block*****/
	
	/* value-block */

    .section-value-block{
        padding: 58px 0;
    }
    .section-value-block .row .items{
        flex-direction: column;
		row-gap:67px;
    }
    .section-value-block .row .items .item{
       padding-right: calc(var(--bs-gutter-x)/ 2);
   	   padding-left: calc(var(--bs-gutter-x)/ 2);
    }
    .section-value-block .row .items .item:after{
        content: unset;
    }
    .section-value-block .value-content{
        margin-bottom: 67px;
    }
    .section-value-block .value-content:last-child{
        margin-bottom: 0;
    }
    .section-value-block .value-content .title{
        font-size: 24px;
        line-height: 35px;
        margin-bottom: 32px;
    }
    .section-value-block .value-content .text p{
        font-size: 16px;
        line-height: 27px;
    }
    .section-value-block .value-content .text p:last-child{
        margin-bottom: 0;
    }
	.section-value-block .value-content .btn{
		margin-top:15px;
	}

    /* value-block */
	
	/*section sponsors logos block */
	.section-sponsers-logo .logos{
/* 		--grid-rows-mobile:1;	 */
		grid-template-columns: repeat(var(--grid-rows-mobile), 1fr);
	}
	.section-sponsers-logo .logos{
		    grid-row-gap: 25px !important;
	}
	.section-sponsers-logo {
		--title-spacing:48px;
	}
	.section-sponsers-logo.tier-1 ,.section-sponsers-logo.tier-2 {
		--title-spacing:25px;
	} 
	/*section sponsors logos block*/
	
	/*.section-cta-block-2 */
	.section-cta-block-2 .title{
		font-size:var(--intro-title-font-size);
		line-height:var(--intro-title-line-height);
		margin-bottom:22px;
	}
	
	.section-cta-block-2 .description{
	        font-size:var(--intro-paragraf-font-size);
       		 line-height:var(--intro-paragraf-line-height); 
			margin-bottom:24px;
	}
	.section-cta-block-2{
		padding:34px 0;
	}
	/*.section-cta-block-2 */
	
	/* section-contact-form-block */
    
    .section-contact-form-block .top-content{
        max-width: unset;
        margin-bottom: 25px;
    }
    .section-contact-form-block .contact-form{
        max-width: unset;
    }
    .section-contact-form-block .contact-form .input-group .icon{
        padding:3px 8px 2px 8px
    }
    .section-contact-form-block .contact-form .wpcf7-form-control-wrap{
        width: 100%;
    }
    .section-contact-form-block .contact-form .input-group{
        flex-wrap: nowrap;
    }
    /* section-contact-form-block */
	
	/* section-speakers */
    .section-speakers .speakers{
        grid-template-columns:repeat(3,1fr)
    }
    /* section-speakers */
	
	    /* select2 */
    .section-pricing-with-countdown-block{
        overflow: hidden;
    }
    .section-pricing-with-countdown-block .container{
        max-width: 100%;
        padding: 0;
    }
    .section-pricing-with-countdown-block .bottom-part .tab-content .price-card .price-date{
        font-size: 14px;
        line-height: 21px;
        margin-bottom: 6px;
    }
    .section-pricing-with-countdown-block .bottom-part .tab-content .price-card .price-cat{
        font-size: 24px;
        line-height: 35px;
        margin-bottom: 7px;
    }
    .section-pricing-with-countdown-block .bottom-part .tab-content .price-card .price-1{
        font-size: 13px;
        line-height: 32px;
    }
    .section-pricing-with-countdown-block .bottom-part .tab-content .price-card .num{
        font-size: 64px;
        line-height: 95px;
    }
    .section-pricing-with-countdown-block .bottom-part .tab-content .price-card .desc:last-of-type{
        font-size: 13px;
        line-height: 32px;
    }
    .section-pricing-with-countdown-block .bottom-part .tab-content .price-card .btn-primary{
        max-width: 197px;
        margin: auto;
        margin-top: 19px;
        font-size: 13px;
        padding: 0.63rem 0rem;
    }
    .section-pricing-with-countdown-block .bottom-part .inner-wrapper{
        transform: unset;
    }
    .section-pricing-with-countdown-block .bottom-part .inner-wrapper .tab-content-container .row{
        flex-direction: column;
    }
    .section-pricing-with-countdown-block .bottom-part .tab-content .price-card.active{
        width: 100%;
    }
    .section-pricing-with-countdown-block .bottom-part .tab-content .price-card.active .price-inner{
        flex-direction: column;
        align-items: center;
    }
    .section-pricing-with-countdown-block .bottom-part .tab-content .price-card.active .left{
        text-align: center;
        width: 100%;
    }
    .section-pricing-with-countdown-block .bottom-part .tab-content .price-card.active .right{
        text-align: center;
        margin-left: 0;
        padding-right: 0;
        width: 100%;
    }
    .section-pricing-with-countdown-block .timer-banner .timer-banner-inner{
        justify-content: space-between;
    }
    .section-pricing-with-countdown-block .timer-banner .text{
        margin-right: 50px;
    }
    .section-pricing-with-countdown-block .custom-select2-container{
        max-width: 343px;
        margin: auto;
        border-bottom: 7px solid var(--blue);
    }
	.section-pricing-with-countdown-block .bottom-part .tab-content-container{
		margin-bottom:200px;
	}
	.custom-select2-container .select2-container{
        width: 100% !important;
    }

    .select2-container{
        width: auto !important;
    }
    .select2-container--default .select2-selection--single{
        height: 61px;
        /* width: 343px; */
        padding: 15px 0 22px 0;
        line-height: unset;
        border: 1px solid rgba(112, 112, 112, 0.45);
        background-color: transparent;
        text-align: center;
        border-radius: 0;
    }
    .select2-container--default .select2-selection--single .select2-selection__rendered{
        font-size: 17px;
        font-weight: 500;
        color: var(--tab-link);
    }
    .select2-container--default .select2-selection--single .select2-selection__arrow{
        top: 16px;
        right: 24px;
    }
    .select2-container--default .select2-selection--single .select2-selection__arrow b{
        background-image: url('http://localhost/saas-3-9/wp-content/uploads/2022/09/Vector.png');
        width: 25px;
        height: 25px;
        background-repeat: no-repeat;
        border: unset;
    }

    /* select2 */
	
	 /* footer-sticky-button */

     .sticky-button-box{
        position: fixed;
        width: 100%;
        right: 0;
        bottom: 0;
        background-color: var(--grey);
        max-width: 69px;
        /* padding: 19px 18px 16px 18px; */
        text-align: center;
/*         height: 71px; */
		 padding:8px 0;
        z-index: 999;
        display: none;
     }
     .sticky-button-box i{
        color: var(--storm);
     }
     .sticky-button-box .text{
        margin-bottom: 0;
        font-size: 17px;
        line-height: 26px;
        font-weight: 500;
        color: var(--storm);
		 text-transform:uppercase;
     }

    /* footer-sticky-button */
	
	    /* section-speaker-intro event */
	.single-speaker .section-speaker-intro .content .bottom-content{
		position:unset;
	
	}
	.single-speaker  .section-speaker-intro .content{
		padding-bottom:0
	}
    .section-speaker-intro{
        overflow: hidden;
        --variable-top-spacing-fix:30px;
        --variable-top-spacing-fix-neg:-30px
    }
    .section-speaker-intro .image{
        --image-bottom-space:65px
    }
    .section-speaker-intro .navigation a{
        padding: 13px 19px;
    }
    .section-speaker-intro .image-wrapper{
        float: left;
    }
    .section-speaker-intro.event-post .container{
        max-width: calc(768px + var(--bs-gutter-x, .75rem)*2);
    }
	.section-speaker-intro.event-post .navigation{
		top:4px
	}
    .section-speaker-intro .navigation{
        top: 5px;
        right: 0;
    }
    .section-speaker-intro.event-post .content{
        padding-left: 0;
        margin-bottom: 39px;
		padding-bottom:0;
    }
    .section-speaker-intro.event-post .title{
        margin-bottom: 13px;
    }
    .section-speaker-intro.event-post .bottom-content .date-time{
        margin-bottom: 42px;
    }
    .section-speaker-intro.event-post .bottom-content .wpem-heading-text{
        margin-bottom: 18px;
    }
    /* section-speaker-intro event*/
	
	    /* section-speaker-intro */
    .section-speaker-intro{
        margin-bottom: 58px;
    }
    .section-speaker-intro .container{
        max-width: calc(768px + var(--bs-gutter-x, .75rem)*2);
    }
    .section-speaker-intro .image{
        max-width: unset;
    }
    .section-speaker-intro .content{
        padding-left: 0;
    }
    .section-speaker-intro .title{
        margin-bottom: 11px;
        font-size: 24px;
        line-height: 35px;
    }
    .section-content .content{
        padding-bottom: 50px;
    }
    .section-content .content p{
        margin-bottom: 28px;
    }
    .section-speaker-intro .top-content{
        margin-bottom: 18px;
    }
    .section-speaker-intro .social-links {
        margin-bottom: 28px;
    }
    .section-event-listing ul{
        grid-template-columns: repeat(1,1fr);
    }
    .section-event-listing{
        padding-bottom: 85px;
    }
	.section-content .container{
		max-width: calc(768px + var(--bs-gutter-x, .75rem)*2);
	}
	.section-event-listing .container{
		max-width: calc(768px + var(--bs-gutter-x, .75rem)*2);
	}
    /* section-speaker-intro */
	
	/* single-blog-post */

    .section-speaker-intro.blog-post .container{
        max-width: calc(768px + var(--bs-gutter-x, .75rem)*2) !important;
    }
    .section-single-blog-content .container{
        max-width: calc(768px + var(--bs-gutter-x, .75rem)*2) !important;
    }
	.section-speaker-intro.blog-post .back-to-blog{
		top:0;
	}
    .section-speaker-intro.blog-post .navigation{
        top: 0;
    }
    .section-speaker-intro.blog-post .content{
        margin-top: 100px;
		padding-bottom:0;
    }
    .section-speaker-intro.blog-post .share-title{
        margin-bottom: 18px;
    }
    .section-speaker-intro .social-links{
        margin-bottom: 36px;
    }
    .section-speaker-intro.blog-post{
        margin-bottom: 32px;
    }
    .section-post-navigation ul{
        flex-direction: column;
    }
    .section-post-navigation ul li:first-child{
        margin-bottom: 24px;
    }
    .section-post-navigation ul .prev .bottom{
        margin-right: auto;
    }
    .section-post-navigation ul .next .bottom{
        margin-left: auto;
    }
    /* single-blog-post */
	
	/*****custom-grid******/
	.section-speaker-grid-block .speakers{
		grid-template-columns: repeat(3, 1fr);
	}
	.section-speaker-grid-block .speakers .image{
		height:303px
	}
	/******custom-grid*****/
	
/* 	section-thank-you-block */
	.section-thank-you-block .content{
		max-width:unset;
		margin-bottom:30px;
	}
/* section-thank-you-block	 */
	
	/* new-intro */
.section-new-intro{
    padding: 22px 0 96px 0;
}
.section-new-intro .image{
    margin-bottom: 42px;
}

.section-new-intro .image,.section-new-intro .content-image{
    text-align: center;
}

/* new-intro */
	
/* 	section-pricing-block */
	
.section-pricing-block .content{
	margin-right:0;
}
	
/* 	section-pricing-block */


/* section-agenda-list */

.section-agenda-list .custom-select2-container{
    border-bottom: 7px solid var(--blue);
}
/* .select2-container{
    width: 100% !important;
} */
.section-agenda-list .select2-container--default .select2-selection--single{
    height: 61px;
    /* width: 343px; */
    padding: 15px 0 22px 0;
    line-height: unset;
    border: 1px solid rgba(112, 112, 112, 0.45);
    background-color: transparent;
    text-align: center;
    border-radius: 0;
}
.section-agenda-list .select2-container--default .select2-selection--single .select2-selection__rendered{
    font-size: 17px;
    font-weight: 500;
    color: var(--tab-link);
}
.section-agenda-list .select2-container--default .select2-selection--single .select2-selection__arrow{
    top: 16px;
    right: 24px;
}
.section-agenda-list .select2-container--default .select2-selection--single .select2-selection__arrow b{
    background-image: url('https://dev.suposatech.com/saas-north/wp-content/uploads/2022/09/Vector.png');
    width: 25px;
    height: 25px;
    background-repeat: no-repeat;
    border: unset;
}
.event-cta{
    padding: 29px 49px 31px 64px;
}
.event-cta .cta-content{
    flex-direction: column;
}
.event-cta .cta-content .image{
    margin-bottom: 22px;
}
.event-cta .cta-content .title{
    margin-bottom: 24px;
    text-align: center;
}
.event-information-block{
    padding: 16px 14px 34px 17px;
    margin-bottom: 62px;
}
.event-information-block .slider-card{
    box-shadow: unset;
    padding: unset;
    background-color: unset;
	margin:0 6px 0 0;
}
	.event-information-block .slider-card .image{
		height:63px;
	}
.event-information-block .slider-card .image img{
    max-width: 65px;
	
}
.event-information-block .slider-card .item{
    display: flex;
    align-items: center;
}
.event-information-block{
    background-image: none !important;
}
.event-information-block .slider-wrapper{
    padding-left: 0;
}
.event-information-block .slider-card .card-content{
    margin-left: 13px;
	padding-right:70px;
}
.event-information-block .slider-buttons{
/*     right: 30px; */
	right:50px;
    left: unset;
    z-index: 50;
}
.event-information-block .labels{
    text-align: left;
}
.event-information-block .labels .btn-grey{
    text-decoration: none;
    margin-left: 0;
    margin-right: 18px;
}
.event-information-block .labels .btn-grey:last-child{
    margin-right: 0;
}
.event-information-block .left-content{
    max-width: unset;
}
	.event-information-block .left-content .title a{
		text-decoration:underline;
	}
.event-information-block .left-content .logos{
	margin-top:20px;
    margin-bottom: 26px;
}
.event-information-block .labels.mobile.tablet{
    margin-bottom: 11px;
}
.sideline-text .title{
    padding: 11px 0;
    margin-bottom: 50px;
}
.sideline-text .title{
    text-align: center;
}
.sideline-text .title:after{
    content: unset;
}
.section-agenda-list .top-content{
    margin-bottom: 15px;
}
.section-agenda-list .top-content .top-inner-content{
    flex-direction: column;
    align-items: flex-start;
}
.section-agenda-list .top-content .top-inner-content p{
    margin-bottom: 11px;
    position: relative;
}
.section-agenda-list .top-content .top-inner-content p:after{
    position: absolute;
    content: '';
    width: 100vh;
    height: 1.5px;
    background-color: var(--blue);
    opacity: 0.47;
    top: 50%;
    transform: translateY(-50%);
    margin-left: 10px;
}
.section-agenda-list .top-content span{
    font-size: 12px;
    line-height: 18px;
    margin-left: 8px    ;
}
.section-agenda-list .top-content span:first-child{
    margin-left: 0;
}
.section-agenda-list .top-content span svg{
    margin-right: 5px;
}
.section-agenda-list .wpem-event-listings.wpem-event-listing-box-view .wpem-event-layout-wrapper{
    overflow: hidden;
}
.event-information-block .left-button{
	position:relative;
	writing-mode:unset;
	left:unset;
}
.event-information-block .left-button a{
	padding:5px 50px;
	transform:unset;
}
.section-agenda-list .tab-nav .tab-link{
	margin-bottom:10px
}
	.section-agenda-list .container>.event_listings:first-child{
		padding-top:38px;
		padding-bottom:30px;
	}
	.event-speaker-slider .item.moderator .cts-ribbon{
        transform: scale(0.4);
        right: -6px;
        top: 0px;
    }
    .event-speaker-slider .item.moderator .cts-ribbon span{
        font-size: 17px;
    }
/* section-agenda-list */
	
	/* exhibitor */
.section-exhibitor-content .exhibitor-item .container{
    max-width: 968px;
}
.section-exhibitor-content .exhibitor-item .inner{
    max-width: 817px;
}
/* exhibitor */
	
	
	


}