
@font-face {
    font-family: 'InriaSerif-Bold';
    src: url('fonts/InriaSerif-Bold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}



*{margin: 0;padding: 0;}
button:focus {outline: 0px;outline: 0px;}
body{
   font-family: 'InriaSerif-Bold', sans-serif;
   font-size:14px;
}
.main {
    background:#22262a;
    height: 100vh;
}
 

#contact span a {
    color: #000;
    text-decoration: none;
    background-color: transparent;
}
/* Screen Size 1920 */
/*///////////////////////////// @media (max-width:1920px)/////////////////////////////////////////*/
.close-btn{
	padding: 5px 18px;
    border-radius: 35px;
    background-image: linear-gradient(#496df1, #364fa9);
    border: 1px solid #fff;
    box-shadow: 0px 0px 0px 1px #364fa9;
	color:#fff;
}
.close-btn:hover{
	box-shadow:none;
}
.navbar-holder {
    position: fixed;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    bottom: 0px;
    padding: 25px;
    /* background-image: linear-gradient(rgb(4 100 72 / 0%), rgb(246 246 216)); */
     align-content: center;
    flex-direction: row;
    top:58%;
}

.navbar-holder-top {
   position: fixed;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0px;
    padding: 2px;
    /* background-image: linear-gradient(rgb(4 100 72 / 0%), rgb(246 246 216)); */
    align-content: center;
    flex-direction: row;
}
/*delvin code start */
 
   .mybtn {
  height: auto;
    width: auto;
    padding: 13px 35px;
    color: #ffffff;
    background: #be3b52;
    border: 1px solid #ffffff;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
    border-radius: 42px;
    font-size: 18px;
    vertical-align: middle;
    line-height: initial;
    font-weight: 300;
    margin: 0%;
    display: inline-block;
    text-align: center;
       font-family: 'InriaSerif-Bold';
}
 

.mybtn:hover {
    background-image: linear-gradient(#fffdfb, #d2d2d2);
    color: #0F3289;
    font-family: 'InriaSerif-Bold';
}

   .mybtn-top {
    height: auto;
    width: auto;
    padding: 10px 21px;
    color: #ffffff;
    background: #be3b52;
    border: 1px solid #ffffff;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
    border-radius: 42px;
    font-size: 18px;
    vertical-align: middle;
    line-height: initial;
    font-weight: 300;
    display: inline-block;
    text-align: center;
       font-family: 'InriaSerif-Bold';
}
 

.mybtn-top:hover {
    background-image: linear-gradient(#fffdfb, #d2d2d2);
    color: #0F3289;
    font-family: 'InriaSerif-Bold';
}



/*delvin code end */
.btnfull{
    width: 100%;
}
.image-sliderfade {
    display: none;
}
img{
    vertical-align: middle;
}
.sider-container {
        display: flex;
    position: absolute;
    width: 16%;
    bottom: 50%;
    text-align: center;
    padding: 8px;
    /* background: #fff; */
    height: auto;
    align-items: center;
    justify-content: flex-start;
    align-content: center;
    flex-direction: row;
}
.dot-holder {
    text-align: center;
    position: absolute;
    left: 9.8%;
    width:10.1%;
    bottom: 42.4%;
    padding: 5px;
    display: none;
}
.barnding1{
    position: absolute;
    top: 1.7%;
    left: 1.4%;
    width: 19%;
}
.barnding2 {
    position: absolute;
    top: 1.7%;
    left: 21%;
    width: 19%;
}
.barnding3 {
    position: absolute;
    top: 1.7%;
    left: 40.5%;
    width: 19%;
}
.barnding4{
    position: absolute;
    top: 1.7%;
    right: 21%;
    width: 19%;
}
.barnding5 {
    position: absolute;
    top: 1.7%;
    right: 1.4%;
    width: 19%;
}
.helpdesk {
    bottom: 36.5%;
    left: 45%;
    border: none;
    background: transparent;
}
.dot {
height: 5px;
width: 5px;
margin: 0 2px;
background-color: transparent;
border-color: #ddd;
border-style: solid;
border-radius: 50%;
display: inline-block;
transition: border-color 0.6s ease;
}
.login-btn-holder {
    position: absolute;
    bottom: 29%;
    left: 43.2%;
    width: 12% !important;
    font-size: 20px !important;
}
.plye-btn {
    position: absolute;
    bottom: 39%;
    right: 61.5%;
    width: 4% !important;
}

.active {
border-color: #0F3289;
}

.sponser-logo-fade 
{
-webkit-animation-name: fade-image;
-webkit-animation-duration: 3s;
animation-name: fade-image;
animation-duration: 3s;
}

@-webkit-keyframes fade-image
{
0%{opacity: 0} 
10%{opacity:0.5} 
30%{opacity:1} 
50% {opacity: 1}
80%{opacity: 1} 
90% {opacity: 0.5}
100% {opacity: 0}
}

@keyframes fade-image
{
0%{opacity: 0} 
10%{opacity:0.5} 
30%{opacity:1} 
50% {opacity: 1}
80%{opacity: 1} 
90% {opacity: 0.5}
100% {opacity: 0}
}		

.Speaker_Name{
    position: absolute;
    bottom: 23.3%;
    left: 0;
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 120%;
}

.login-btn, .SpotRegi-btn, .HelpDesk-btn, .SciPro-btn {
    width: 13%;
    height: auto;
    position: absolute;
    border: 1px solid #fff;
    background-image: linear-gradient(#496df1, #364fa9);
    border-radius: 35px;
    font-weight: 600;
    padding: 5px;
    color: #fff;
    box-shadow: 0px 0px 0px 2px #364fa9;
	font-size: revert;
}

.login-btn:hover, .SpotRegi-btn:hover, .HelpDesk-btn:hover, .SciPro-btn:hover{
	background-image: linear-gradient(#fffdfb, #d2d2d2);
    color:#000;
}
.SpotRegi-btn {
    bottom: 24%;
    left: 27%;
}
.login-btn {
	width: 15%;
    right: 43.6%;
    bottom: 24%; 
}
.HelpDesk-btn {
    right: 29.3%;
    bottom: 24%;
}

.SciPro-btn {
	width: 18%;
    bottom: 89%;
    right: 1%;
}

.header-img{
	display:black;
	width:100%;
}
.header-img-mob{display:none;}
.img-box{
	width: 100%;
	height: auto;
	position: relative;
}
.bg-img{
	width: 100%;
	height:auto;
	display:block;
}
.popup-bg-img{
	width: 100%;
	height:auto;
	display:block;
}
.poster-bg-img{
	width: 100%;
	height:auto;
	display:block;
	position: absolute;
}
.mo-bg-img{
	display: none;
}
.poster-bg-img-mob{
	display: none;
}
.Contact-icon {
    position: absolute;
    width: 4%;
    right: 45%;
    bottom:32%;
}
.Meetme-icon {
    position: absolute;
    width: 4%;
    right: 40%;
    bottom:32%;
}
.gift-icon {
    position: absolute;
    width: 4%;
    left: 46%;
    bottom: 32%;
}
.play-icon {
    position: absolute;
    width: 4%;
    left: 22.5%;
    bottom: 22%;
}
.Contact-icon:hover, .gift-icon:hover, .play-icon:hover, .Meetme-icon:hover{
	width:3.5%;
}
.iconstyle {
    height: auto;
    border: none;
    background: linear-gradient(180deg, #234177 0%, #4976C8 28.13%, #4976C8 56.77%, #234177 100%);
    border-radius: 3px;
    padding: 5px;
    color: #fff;
    box-shadow: 0px 0px 0px 2px #0F3289;
    vertical-align: middle;
    line-height: initial;
    font-size: revert;
    font-weight: 600;
    margin: 5px;
    display: inline-block;
}
.brochures-1, .brochures-2, .brochures-3 {
    position: absolute;
    width: 4%;
    left: 27.5%;
}
.brochures-1 {
    bottom: 24.5%;   
}
.brochures-2 {
     bottom: 50.5%;
    left: 25.6%;
}
.brochures-3 {
    bottom: 43.5%;
    left: 25.6%;

}
.Clinical-1, .Clinical-2 {
    position: absolute;
    width: 4%;
    right: 29%;
}
.Clinical-1 {
    bottom: 49.5%;
    left: 71.4%;
}
.Clinical-2 {
    bottom: 32.5%;
}
.sponsor-btn {
    width: 45px;
    background: none;
    border-radius: 35px;
    padding: 0;
    margin: 0px 5px;
    border: none;
}

.visitingcardholder{
	background:#0c68a0;
	padding:4px 9px;
	border-radius:5px;
}
.visitingcard{
	background:#fff;
	padding:10px;
	border-radius:5px;
}

.chatbtn{
	height: auto;
    position: absolute;
    border: none;
	background: none;
	bottom: 85%;
    left: 6%;
	color:#fff;
}
.backbtn {
    position: absolute;
    left: 45%;
    bottom: 1%;
    background-image: linear-gradient(#fffdfb, #d2d2d2);
    border-radius: 3px;
    font-weight: 600;
    text-align: center;
    padding: 5px 10px;
}
.backbtn a{
	color:#000;
}
.chaticon{
	width:45px;
}
.chaticon:hover{
	width:50px;
}

/*delvin code stall*/
.stall_holder {
    position: absolute;
    z-index: 1;
    background: linear-gradient(182.56deg, #E7BF5A 17.18%, #FEDB81 48.12%, #E7BF5A 79.72%);
    border: none;
    padding: 3px 10px;
    width: 6%;
    text-align: center;
    border-radius: 4px;
}

.stall_holder a{
    color: #223263;
    font-weight: 600;
;
}

.stall-holder1 {
    left: 13%;
    bottom: 27%;
}
.stall-holder2 {
    left: 26%;
    bottom: 34%;
}
.stall-holder33 {
    left: 41%;
    bottom: 37%;
}
.stall-holder3 {
    right: 36%;
    bottom: 37%;
}
.stall-holder4 {
    right: 22%;
    bottom: 33%;
}
.stall-holder5 {
    right: 9%;
    bottom: 25%;
}
.stall_holder:hover{
background: #FEDB81;
}
a{
    color: #000;
    text-decoration: none;
}

a:hover{
    color: #000;
    text-decoration: none;
}
.stall-holder7 {
    left: 37%;
    bottom: 11%;
}
.stall-holder8 {
    right:37%;
    bottom:8%;
}
.stall-holder9 {
    right:20%;
    bottom:9%;
}
.stall-holder10 {
    right:3%;
    bottom:11%;
}
.modal-body h5{color:#fff;}

.my-btn {
    width: 100%;
    margin-bottom: 10px;
    border: 1px solid #fff;
    background-image: linear-gradient(#496df1, #364fa9);
    border-radius: 35px;
    font-weight: 600;
    padding: 5px;
    color: #fff;
    box-shadow: 0px 0px 0px 2px #364fa9;

}
.my-btn:hover{
    box-shadow:none;
	border:1px solid #000;
}
.my-btn-1{
    margin-bottom: 10px;
    border: 1px solid #fff;
    background-image: linear-gradient(#496df1, #364fa9);
    border-radius: 35px;
    font-weight: 600;
    padding: 5px;
    color: #fff;
    box-shadow: 0px 0px 0px 2px #364fa9;
	margin: 5px;
    display: inline-block;
    min-width: 47%;
}
.my-btn-1:hover{
    box-shadow:none;
	border:1px solid #000;
	color:#fff;
}

.conRoom-btn, .PosterArena-btn, .tradeEx-btn, .HelpDesk-btn-floer {
    width: 18.5%;
    height: auto;
    position: absolute;
    border: 1px solid #fff;
    background-image: linear-gradient(#496df1, #364fa9);
    border-radius: 35px;
    font-weight: 600;
    padding: 5px;
    color: #fff;
    box-shadow: 0px 0px 0px 2px #364fa9;
	left: 40%;
}

.conRoom-btn:hover, .PosterArena-btn:hover, .tradeEx-btn:hover, .HelpDesk-btn-floer:hover{
    background-image: linear-gradient(#fffdfb, #d2d2d2);
    color:#000;
}
.conRoom-btn{
    bottom: 66%;
} 
.PosterArena-btn{
    bottom: 46%;
}
.tradeEx-btn {
    bottom:56%;
}
.HelpDesk-btn-floer {
    bottom:36%;
}

.btn-holder1 {
    position: fixed;
    width: 100%;
    text-align: center;
    bottom: 0;
    padding-bottom: 2%;
    padding-top: 1%;
    background: linear-gradient(180deg, rgba(221, 221, 221, 0) 5.98%, rgba(255, 255, 255, 0.5) 25.24%, rgba(255, 255, 255, 0.95) 59.38%, #ffffff 90%, #ffffff 90%);
}
.btn-holder2 {
    position: absolute;
    padding-top: 8%;
    width: 100%;
    text-align: center;
}
.login-box{
	background: #fff;
    margin-top: 15%;
    border-radius: 7px;
    box-shadow: 0px 0px 10px;
}
.model-title {
    background: #0F3289;
    display: block;
    padding: 5px 15px;
    color: #fff;
}
.modal-content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #be3b52;
    background-clip: padding-box;
    border: 1px solid #0F3289;
    border-radius: 25px;
    outline: 0;
    padding: 15px;
}

.modal-content-L {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #ffffff;
    background-clip: padding-box;
    border: 1px solid #e9e9e9;
    border-radius: 31px;
    outline: 0;
    padding: 12px;
}
 


.modal-content-style {
    background-color:transparent;

}
.modal-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: calc(.3rem - 1px);
    border-top-right-radius: calc(.3rem - 1px);
    background: #be3b52;
    color: #fff;
}
.modal-body {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 10px;
}


.modal-body124 {
    flex-grow: 1;
    padding: 0;
    overflow-y: auto;
    background-image: linear-gradient(90deg,#fff0 4%,#eeeeee 0%);
    padding: 0px !important;
}
.modal-title {
    margin-bottom: 0;
    text-align: center;
    padding: 5px;
     border-radius: 5px 5px 0px 0px;
}
.closeround{width: 35px;
    height: 35px;
    border: 1px solid #c42e55!important;
    border-radius: 50px;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    color: #c42e55!important;
}

.close {
    float: right;
    font-size: 25px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-shadow: 0 1px 0 #fff;
    opacity:1;
}

button.close {
    padding: 0;
    background-color: transparent;
 }

.closel{    position: absolute;
    top: 7px;
    right: 12px;
    color: #aaaaaa;
    font-size: 23px;
    /* font-weight: bold; */
    transition: 0.3s;
    opacity: 1.2;
    border-radius: 50px;
    width: 30px;
    height: 30px;
    background-color: #ffffff;
    text-align: center;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    z-index: 1000;
    margin: 0 auto;
    text-align: center;
    border: 1px solid #aaaaaa;
    cursor: pointer;
}



.form-holder {
    padding: 0px 10px;
    border-bottom: 1px solid #0F3289;
}

.form-holder2 {
    padding: 0px 10px;
 }
.socialmedia-icon-holder{
	float:right;
}
.socialmedia-icon {
    color: #bf3753;
    font-size: xx-large;
    margin: 0px 3px;
}
.socialmedia-icon:hover{
	color: #0c68a0;
	
}
.title-1{
    color: #fff;
    font-size:24px;
    font-weight: 600;
}

.title-2 {
    color: #c03753;
    font-size: 24px;
    font-weight: 300;
     font-family: 'InriaSerif-Bold';
}
label {
    display: inline-block;
    margin-bottom: 0px;
    font-weight: 600;
    color: #0F3289;
     font-family: 'InriaSerif-Bold';
}

 

.btn-holder {
    text-align: center;
    margin-bottom: 5px;
    padding: 10px;
}
.btn-holderTopL {
    text-align: center;
    margin-bottom: 5px;
    padding: 10px;
    display: flex;
    justify-content: flex-start;
}
.btn-holderTopR {
    text-align: center;
    margin-bottom: 5px;
    padding: 10px;
    display: flex;
    justify-content: flex-end;
}
.videoscreen-holder {
    width: 60%;
    height: auto;
    position: absolute;
    top: 1%;
    right: 20%;
}
.bottom-btn-holder {
    position: absolute;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    background-image: linear-gradient(to top, rgb(34 38 42), rgb(26 26 26 / 0%));
    padding-bottom: 2%;
    padding-top:0.5%;
}
.fullscreenbtn-holder{
    width: 5%;
    display: inline-block;
    text-align:left;
}
.logout-btn-holder{
    width: 5%;
    display: inline-block;
    text-align: right;
}
.gif-holder {
    position: absolute;
    top: 38%;
    right: 8%;
    width: 11%;
}
.btn-holder-123{
    width: 90%;
    display: inline-block;
    text-align: center;
}
.pubimg{width:100%;display:block;height:auto;}

/*.video-full-screen-holder {*/
/*    width: 100%;*/
/*    height:100%;*/
/*    position: absolute;*/
/*    right: 0;*/
/*    top: 0;*/
/*	background:#000;*/
/*}*/

/*.video-positionfullscreen {*/
/*    width:90%;*/
/*    height:auto;*/
/*	background:#000;*/
/*	position: absolute;*/
/*	right:5%*/
/*}*/
.video-title {
    width: 67.4%;
    position: absolute;
    bottom: 87%;
    right: 16.1%;
    background: #fefefe;
    text-align: center;
    padding-top: 3px;
    font-size: 110%;
    font-weight: 600;
    border: 2px solid #0F3289;
    border-radius: 9px;
    display: flex;
    height: 8%;
    align-items: center;
}
.hall-name {
    display: block;
    padding: 5px;
    width: 10%;
    background: #094f3b;
    color: #fff;
}
.Session-name-holder {
    display: block;
    width: 90%;
    text-align: center;
}
.fullScreen-btn-1 {
    width: 40%;
    left: 0%;
    bottom: 2%;
    margin-left: 15px;
}
.logout-btn-1 {
    width: 40%;
    bottom: 2%;
    margin-right: 15px;
    right: 0%;
}
.Session-name{
	display:block;
}
.Session-time{
	display:block;
	font-size:90%;
}

.poster-bg-img{
	width: 100%;
	height:auto;
	display:block;
	position: absolute;
}

.poster-bg-img-mob{
	display: none;
}

/*help desk*/
.contact-details {
    border-bottom: 1px solid #0F3289;
    margin-bottom: 5px;
    color: #0F3289;
    font-size: 100%;
}
.contact-details .icon{
	width: 10%;
    margin-right: 7px;
    float: right;
}
.contact-details .icon:hover{
    background:#fff;
	width: 6%;
	margin-right: 7px;
}
.icon{
    width: 14%;
    margin: 5px;
}
.icon:hover{
    background-color: #171212;
}

.contact-name {
    display: block;
    margin-bottom: .1rem;
    font-size:140%;
}
.programme-popup-content {
    background-color: #000;
    margin: auto;
    padding: 2px;
    max-width: 300px;
    position: fixed;
    bottom: 17%;
    left: 1%;
}

.Session-holder {
    color: #fff;
    font-size: 14px;
    margin-bottom: 5px;
}
.Session-body {
    padding: 0px 15px;
    color: #0F3289;
}
.Session-topic {
    padding: 5px 7px;
    margin-bottom: 5px;
    border-bottom: 1px solid #ddd;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.Session-body-active{
    color: #ddd;
}
.Session_name {
    display: block;
    width: 100%;
}
.sp-logo-img{
	width:250px;
}
.Sponser-logo-holder{
	border-top: 2px solid #0F3289;
	padding:10px;
	text-align:center;
	margin-top:10px;
}
.green-color{
	color:#0F3289;
}
.form-control {
    border: 1px solid #0F3289;
}
.form-control1 {
    border: 1px solid #efefef;
    background: #FAFAFA;
}
.input-group {
    border: 1px solid #0F3289;
    border-radius: 5px;
}
.input-group-text {
    background: transparent;
    border: none;
    color: #383838;
    font-weight: 900;
    padding: 5px;
    font-size: 150%;
}
.input-group-text2 {
    background: transparent;
    border: none;
    color: #c03753;
    font-weight: 900;
    padding: 5px;
    font-size: 150%;
}



.session-btn {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 5px 10px;
    font-size: 1rem;
    color: #0F3289;
    text-align: left;
    background-color: #eee;
    border: 0;
    border-radius: 0;
    overflow-anchor: none;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,border-radius .15s ease;
    box-shadow: -7px 5px 10px #b3b3b3;
}
.active-session {
    background: #0F3289;
    border-radius: 5px;
}

.active-session-btn {
    background: #0F3289;
    color: #fff;
}
.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0;
}
.modal-footer-fixed {
    position: fixed;
    bottom: 0;
    width: 100%;
    background: #eee !important;
    border-radius: 0;
    background-image: linear-gradient(90deg,#fff0 4%,#eeeeee 0%);
}
.popupclose{
	position: absolute;
    top: 3px;
    right: 6px;
    z-index: 1;
	opacity:1;
}


.modal-content-1 {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #000;
    background-clip: padding-box;
    border: 1px solid #171212;
    border-radius: .3rem;
    outline: 0;
	height:100%;
}
.logout-btn {
	position: absolute;
	width: 2.6%;
	right:1%;
	bottom:2%;
}
.Chat-btn{
	position: absolute;
	width: 2.6%;
	left:1%;
	bottom:2%;
}
.fullScreen-btn{
	position: absolute;
	width:6%;
	left:1%;
	bottom:1%;
	z-index:1000;
}
.btnbg{
    background-image: linear-gradient(#09360c, #0f602f);
    padding:7px;
    border-radius: 4px;
    width:92%;
}
.btnbg:hover{
    background: #09360c;
	width:100%;
}
/* navbar clss*/
.sponser-Logos-holder{width: 73%;
    display: flex;
    position: absolute;
    align-content: center;
    align-items: center;
    justify-content: center;
    top: 45%;
    left: 20%;
}


.sponser-Logos-holderR{width: 73%;
    display: flex;
    position: absolute;
    align-content: center;
    align-items: center;
    justify-content: center;
    top: 45%;
    right: 20%;
}
.logo-sider-container-left {
    display: flex;
    position: absolute;
    width: 7.2%;
    left: 14.6%;
    text-align: center;
    padding: 7px;
    background: #fff;
    height: 15.6%;
    align-items: center;
    justify-content: center;
    top: 14.6%;
}
/*.navbtn {*/
/*    position: absolute;*/
/*    width: 8.7%;*/
/*    text-align: center;*/
/*    color: #fff;*/
/*    font-weight: 600;*/
/*}*/
.networking_zone {
    bottom: 44.6%;
    right: 18.6%;
}
/*.eposter {*/
/*    bottom: 44.6%;*/
/*    left: 9%;*/
/*}*/
/*.trade {*/
/*    bottom: 44.6%;*/
/*    left: 18.5%;*/
/*}*/
/*.faculty {*/
/*    bottom: 44.6%;*/
/*    right: 8.5%;*/
/*}*/
/*.Hall_A {*/
/*    bottom: 57%;*/
/*    left: 15.5%;*/
/*}*/
/*.Hall_B {*/
/*    bottom: 57%;*/
/*    left: 36.9%;*/
/*}*/
/*.Hall_C {*/
/*    bottom: 57%;*/
/*    right: 36.5%;*/
/*}*/
/*.Hall_D {*/
/*    bottom: 57%;*/
/*    right: 13.5%;*/
/*}*/
/*chating */

.chatinput-holder{
    margin: 0.25rem;
    width: 100%;
    display: flex;
    align-items: center;
}
.inputbox1{
    width: 100%;
}

/* delvin lobby css------- start */

.navbtn {
    position: absolute;
    width: 8.7%;
    height: 22%;
    color: transparent !important;
    /* border: chartreuse solid; */
    cursor: pointer;
}

.helpdesk {
    bottom: 22.5%;
    left: 45.9%;
    height: 8%;
    border: none;
    background: transparent
}

.eposter {
    bottom: 32.8%;
    left: 9%;
}
.trade {
    bottom: 34%;
    left: 45.5%;
    height: 21%;
}
.faculty {
    bottom: 32.8%;
    right: 9%;
}
.Hall_A {
    bottom: 61.5%;
    left: 9%;
}
.Hall_B {
    bottom: 61.5%;
    left: 40.2%;
}
.Hall_C {
    bottom: 61.5%;
    right: 40%;
}
.Hall_D {
    bottom: 61.5%;
    right: 8.9%;
}

/* delvin  lobby css------- end*/


/* delvin  Faculty css------- start*/

.preview_room {
    bottom: 24.5%;
    left: 12.5%;
}
.Fact_Hall_A {
    bottom: 24.5%;
    left: 29%;
}
.Fact_Hall_B {
    bottom: 24.5%;
    left: 45.5%;
}
.Fact_Hall_C {
    bottom: 24.5%;
    right: 29%;
}
.Fact_Hall_D {
    bottom: 24.5%;
    right: 12.5%;
}

/* delvin  Faculty css------- end*/


/* delvin code start */

/* reg slider start---------- */


.left_side {
    left: 0%;
}

.right_side {
    right: 0%;
}

.left_side_sliderf, .right_side_sliderf {
    display: none;
}


.stop_scroll {
    height: 100vh;
    overflow: hidden;
}

.fullscreen_body .bg-img{
    /*height: 100vh;*/
    /*overflow: hidden;*/
    display:none;
}

 .body_overlay{
    position: fixed;
    top: 0;
    right: 0;
    z-index: 6;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.6);
    cursor: pointer;
}

.active_overlay .body_overlay{
    visibility: visible !important;
}

a{
    color: #000;
    text-decoration: none;
}

a:hover{
    color: #000;
    text-decoration: none;
}

.videoscreen-holder {
    width: 60%;
    height: auto;
    position: absolute;
    top: 1%;
    right: 20%;
}


.upv_title {
    display: flex;
    align-items: center;
    gap: 16px;
    background-color: #fff;
}

.p1_sm{
    font-weight: 600;
    font-size: 15px;
}

.thall_sect {
    display: flex;
    /* flex-direction: column; */
    gap: 6px;
    /* padding: 6px 16px; */
    padding: 12px;
    background-color: #1343B9;
}

.thall_sect span{
    white-space: nowrap;
    color: #FFFFFF;
}

.downv_title {
    color: #FFFFFF;
    background: #1343B9;
    padding: 6px 16px;
    text-align: center;
}

.gif-holder {
    position: absolute;
    top: 38%;
    right: 6.5%;
    width: 9%;
}

.piler_gifh{
    top: 16%;
}

/* .gif-holder {
    position: absolute;
    top: 20%;
    right: 1%;
    width: 14%;
} */

.page_btn {
    position: fixed;
    width: 100%;
    z-index: 5;
    /* bottom: 0%; */
    bottom: 4px;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    padding: 0px 24px;
}

.action_btns {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 16px;
}


.main_btns {
    display: flex;
    padding: 8px;
    gap: 12px;
    background: #F5F5F5;
    border-radius: 12px;
}

.container {
    display: none;
    position: fixed;
    top: 0;
    z-index: 8;
    width: fit-content;
    height: 100vh;
    padding: 40px 40px 24px 24px;
    /* justify-content: flex-start; */
    background-color: #ffffff;
    flex-direction: column;
    gap: 16px;
}

.container a{
    font-size: 16px;
    font-weight: 600;
    color: #1343B9;
    cursor: pointer;
}

.toggle-menu {
    /* position: absolute;
    top: 20%;
    left: 2%; */
    width: 34px;
    height: 33px;
    display: flex !important;
    flex-direction: column;
    justify-content: space-around;
    padding: 6px;
    background: #FFFFFF;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
    border-radius: 8px;
    cursor: pointer;
}

.line {
    width: 100%;
    height: 3px;
    border-radius: 5px;
    background-color: #1343B9;
    transition: transform 0.2s ease-out;
}

.toggle .line1 {
    background-color: #1343B9;
    transform: scale(0.9) rotateZ(-45deg) translate(-5px, 4px);
}

.toggle .line2 {
    display: none;
}

.toggle .line3 {
    background-color: #1343B9;
    transform: scale(0.9) rotateZ(45deg) translate(-5px, -4px);
}

.toggle .toggle-menu {
    background-color: #fff;
}

.toggle .container{
    display: flex;
}


.video-full-screen-holder {
    width: 100vw;
    height:100vh;
    position: absolute;
    right: 0;
    top: 0;
	/*background:#081B4A;*/
	background:#000000;
}

.video-full-screen-holder .upv_title,
.video-full-screen-holder .downv_title  {
    display: none;
}

.video-positionfullscreen {
    width:auto;
    margin:auto;
    height:90vh;
    aspect-ratio: 16 / 9;
	/* background:#000; */
	/* position: absolute; */
	/* right:5% */
}



/* delvin code end */

/*///////////////////////////// @media (max-width:1440px)/////////////////////////////////////////*/
@media (max-width:1440px){
    .video-title {
        width: 90%;
        bottom: 87%;
        right: 5%;
        height: 12%;
    }
    .navbar-holder {
        padding: 15px;
        padding-bottom:2%;
    }
    .mybtn {
        width: 155px;
        font-size: 90%;
    }
}

/*///////////////////////////// @media (max-width:1200px)/////////////////////////////////////////*/
@media (max-width:1200px){
    .navbar-holder {
        position: absolute;
        padding: 10px;
		padding-bottom:1%;
    }
	.btn-holder1 {
       position: absolute;
        padding: 10px;
		padding-bottom:1%;
}
    .Session-name {
        display: block;
        font-size: 100%;
    }
    .video-title {
        font-size:90%;
    }
}
/*///////////////////////////// @media (max-width:992px)/////////////////////////////////////////*/
@media (max-width:1024px){
    .Session-name {
        display: block;
        font-size:80%;
    }
    .video-title {
        font-size:80%;
    }
	.Hall_A {bottom: 56.6%;}
	.Hall_B {bottom: 56.5%;}
	.Hall_C {bottom: 56.5%;}
	.Hall_D {bottom: 56.6%;}
	.eposter {bottom: 44.3%;}
	.trade {bottom: 44.3%;}
	.networking_zone {bottom: 44.3%;}
	.navbar-holder {
        position: absolute;
        padding: 10px;
		padding-bottom:0%;
    }
}
/*///////////////////////////// @media (max-width:768px)/////////////////////////////////////////*/
@media (max-width:768px){
    .gif-holderL {
			position: absolute;
			top: 18%;
			right: 9.3%;
			width: 12%;
    }
        
        .gif-holderL img{max-width: 80px!important;}
        
        .gif-holderR {
			position: absolute;
			top: 18%;
			right: 9.3%;
			width: 12%;
		}
        
        .gif-holderR img{max-width: 80px!important;}
    
    .Session-name {
        display: block;
        font-size:80%;
    }
    .video-title {
        font-size:60%;
    }
	.Hall_A {bottom: 56%;}
	.Hall_B {bottom: 56%;}
	.Hall_C {bottom: 56%;}
	.Hall_D {bottom: 56%;}
	.eposter {bottom: 44%;}
	.trade {bottom: 44%;}
	.networking_zone {bottom: 43.5%;}
    .faculty {bottom: 43.5%;}
    .helpdesk {bottom: 35.5%;}
    .mybtn {height: auto;
        width: auto;
        padding: 7px 22px;
        color: #ffffff;
        background: #be3b52;
        border: 1px solid #ffffff;
        box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
        border-radius: 42px;
        font-size: 11px;
        vertical-align: middle;
        line-height: initial;
        font-weight: 300;
        margin: 0%;
        display: inline-block;
        text-align: center;
        font-family: 'InriaSerif-Bold';}
    
    .mybtn-top {
        height: auto;
        width: auto;
        padding: 6px 10px;
        color: #ffffff;
        background: #be3b52;
        border: 1px solid #ffffff;
        box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
        border-radius: 42px;
        font-size: 12px;
        vertical-align: middle;
        line-height: initial;
        font-weight: 300;
        display: inline-block;
        text-align: center;
        font-family: 'InriaSerif-Bold';
}
    
    
    
    .fullScreen-btn-1 {width: 80%;left: 0%;bottom: 2%;margin-left: 15px;}
    .logout-btn-1 {width: 80%;bottom: 2%;margin-right: 15px;right: 0%;}
    .Speaker_Name {
        position: absolute;
        bottom: 20.5%;
        left: 0;
        width: 100%;
        text-align: center;
        color: #fff;
        font-size: 69%;
    }
    .navbar-holder {
        position: absolute;
        padding: 10px;
		padding-bottom:0%;
    }
}
/*///////////////////////////// @media (max-width:600px)/////////////////////////////////////////*/
@media (max-width:600px) {
	/*.bg-img,*/
	/*.page_btn*/
	/*{*/
	/*    display:none;*/
	    
	/*}*/
	.poster-bg-img{display:none;}
	.img-box{width: 100%;position: relative;}
	.poster-bg-img-mob{width: 100%;display: block;position: absolute;}
	
	/*.mo-bg-img {width: 100%;display: block;z-index: 1000;position: relative; height: 100vh;}*/
	
	.login-btn, .SpotRegi-btn, .HelpDesk-btn, .SciPro-btn {font-size: x-large;width: 50%;right: 23%;}
	.SpotRegi-btn{bottom:48%;} 
	.login-btn{bottom:42%;} 
    .HelpDesk-btn{bottom:36%;} 
	.SciPro-btn {bottom: 74%;right:5%;}
    .footer-img{width: 100%;height: auto;position: absolute;display: block;bottom: 0;}
	.video-title {width: 95.4%;bottom:72%;right: 2.1%;font-size: 150%;}
	.videoscreen-holder {width:98%;height:32%;position: absolute;bottom:39%;right:1%;}
	.title {width: 96%;height:4%;top: 29%;right:2%;font-size:130%;}
	.video-full-screen-holder {width: 100%;height:100%;background:#000;}
	.full-screen {bottom: 18.5%;left:54%;}
    .icon {width: 9%;}
	.conRoom-btn, .PosterArena-btn, .tradeEx-btn, .HelpDesk-btn-floer{width:50%;left:11%;padding:0.6%;font-size: 150%;}
	.conRoom-btn{bottom:66.8%;} 
	.PosterArena-btn{bottom:56.1%;}
	.tradeEx-btn{bottom:61.3%;}
	.HelpDesk-btn-floer{bottom:50.7%;}
	.mybtn {padding:10px 0px;width: 46%;height: auto;font-size: 200%;margin-bottom: 15px;}
	
	.stall-holder1,.stall-holder2,.stall-holder3,.stall-holder4,.stall-lupin{width:25%;}
	.stall-holder1{left:1%;bottom:39%;}
	.stall-holder2{left:11%;bottom: 47%;}
	.stall-holder3{right:11%;bottom: 47%;}
	.stall-holder4{right:1%;bottom:39%;}
	.stall-lupin{left:38%;bottom:42%;}
	.stall-holder1:hover,.stall-holder2:hover,.stall-holder3:hover,.stall-holder4:hover{width:29.8%;}
	.stall-holder5, .stall-holder6, .stall-holder7, .stall-holder8, .stall-holder9, .stall-holder10{width:11%;position: absolute;}
    .stall-holder5{left:1%; bottom:38%;}
    .stall-holder6{left:22%;bottom:28%}
    .stall-holder7{left:35%;bottom: 38%}
    .stall-holder8{right:22%;bottom:28%}
    .stall-holder9{right:20%;bottom:35%;}
    .stall-holder10{right:1%;bottom:38%;}
    
	.chatbtn{bottom:30%;left:41%;}
	.chaticon {width: 55px;}
	.video-positionfullscreen {width: 100%; height:auto;position: absolute;right: 1%;top: 20%;}
	.play-icon {width: 6%;left: 11.2%;bottom: 45.6%;}
	.gift-icon {width: 6%;left: 42%;bottom: 52.2%;}
	.Contact-icon {width: 6%;right: 43%;bottom:52.2%;}
	.Meetme-icon {width: 6%;right: 33%;bottom:52.2%;}
	.header-img{display:none;}
	.header-img-mob{display:block;width:100%;}
	.logout-btn {width: 10%;right:2%;bottom:18%;}
	.Chat-btn {width: 10%;left:2%;bottom: 18%;}
	.btnbg{padding:10px;border-radius: 4px;}
	
    .brochures-1, .brochures-2, .brochures-3 {width: 9%;left: 11%;}
	.brochures-1 {bottom: 28%;}
	.brochures-2 {bottom: 32.2%;}
	.brochures-3 {bottom: 36.5%;}
	
	.Clinical-1, .Clinical-2 {width: 9%;right: 10%;}
	.Clinical-1{bottom: 28.4%;}
	.Clinical-2{bottom: 32.6%;}
	
	.brochures1, .brochures2 {width: 7%; left: 10%;}
	.brochures1 {bottom:35%;}
	.brochures2 {bottom: 39%;}
	
	.Clinical1 {width: 7%;right: 8.5%; bottom: 34.7%;}
}
@media (max-width: 576px) {
	.videoscreen-holder {width:98%;height:32%;position: absolute;bottom:39%;right:1%;}
    .video-full-screen-holder {width: 100%;height:100%;background:#000;bottom:0; right:0}
	.video-title {width: 95.4%;bottom:72%;right: 2.1%;font-size:75%;}
	.mybtn {padding:4px; width: 46%;height: auto; font-size:85%;margin-bottom: 5px;}
	.conRoom-btn, .PosterArena-btn, .tradeEx-btn, .HelpDesk-btn-floer{width:55%;left:11%;padding:0.6%;font-size: 100%;}
	.conRoom-btn{bottom:65%;} 
	.PosterArena-btn{bottom:58%;}
	.tradeEx-btn{bottom:51%;}
	.HelpDesk-btn-floer{bottom:44%;}
	.login-btn, .SpotRegi-btn, .HelpDesk-btn, .SciPro-btn {font-size: small;width: 50%;right: 23%;}
	.SpotRegi-btn{bottom:47%;} 
	.login-btn{bottom:40%;} 
    .HelpDesk-btn{bottom:33%;} 
	.SciPro-btn {bottom: 73%;right:5%;}
	.my-btn-1{width:100%;}
	
}


@media (max-width: 500px) {

    .bg-img,
    .page_btn {
        display: none;
    }

    .mo-bg-img {
        width: 100%;
        display: block;
        z-index: 1000;
        position: relative;
        height: 100vh;
    }
}


