header {
    background: #ffffff;
    padding: 15px 0;
}
header .container {
    position: relative;
}
.header-part {
    display: flex;
    align-items: center;
}
.logo-part {
    display: flex;
    align-items: center; margin-left: -90px;
}
.gov-logo {
    margin-left: 50px;
}
.user {
    width: auto;
    margin-left: auto;
    position: relative;
}
.user::before {
    content: "";
    display: block;
    background: url(../images/user_right.png);
    width: 22px;
    height: 22px;
    position: absolute;
    right: 0;
    top: calc(50% - 11px);
    pointer-events: none;
}
.user img {
    margin-right: 10px;
    cursor: pointer;
}
.user-details-card {
    background: rgb(255, 255, 255, 0.95);
    position: absolute;
    padding: 20px 10px 20px 20px;
    width: 300px;
    display: none;
    right: 0;
    border-radius: 8px;
    top: 80px;
}
.log-bar {
    max-height: 300px;
    overflow-x: hidden;
    overflow-y: scroll;
    padding-right: 15px;
}
.user-details h3 {
    font-size: 13px;
    font-weight: 600;
    margin: 0;
    padding-bottom: 15px;
}
.user-details h4 {
    font-size: 13px;
    font-weight: 600;
    margin: 0;
}
.user-details ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.user-details ul li {
    font-size: 12px;
}
.user-details {
    border-bottom: 1px solid #c1c1c1;
    padding-bottom: 15px;
    padding-top: 15px;
}
main {
    margin-top: 83px;
}
.banner-sec .lobby-bnr {
    height: calc(100vh - 83px);
}
.middle-text h3 {
    color: #f36422;
    font-size: 22px;
    margin: 0;
    text-align: center;
    font-weight: 600;
}
.middle-text {
    position: absolute;
    width: 100%;
    left: 0;
    top: calc(50% - 13.2px);
    pointer-events: none;
}
/* .user-details-card::-webkit-scrollbar-track{
    border:1px gray solid;
    border-radius:10px;
    -webkit-box-shadow:0 0 6px gray inset;
    } */
.log-bar::-webkit-scrollbar {
    width: 10px;
}

.log-bar::-webkit-scrollbar-track {
    background-color: #ebebeb;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

.log-bar::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #00a652;
}
.footer-caption {
   display: flex;
    align-items: center;
    flex-wrap: wrap;
    background: #ffffff94;
    padding-top: 8px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border: 0px solid#ebf1f3;
    border-bottom: none;
}
.footer-text {
    flex: 0 0 20%;
    max-width: 20%;
    text-align: center;
}
.footer-text img {
    margin-bottom: 10px;
}
.footer-text h5 {
    font-size: 15px;
    font-weight: 600;
    margin: 0; margin-top: 5px;
    color:#00008B;
}
.login-banner .bnr-img {
    width: 100%;
    height: calc(100vh - 83px);
}
.log-in-form-sec, .log-in-form-sec1 {
    position: absolute;
    top: calc(50% - 175px);
    width: 100%;
    left: 0;
    right: 0;
    /*min-height:100vh;*/
    min-height: calc(100vh - 200px);
}
.log-in-form {
    display: flex;
    flex-wrap: wrap;
    position: relative;
}
.form-close, .form-close1 {
    position: absolute;
    right: 10px;
    cursor: pointer;
}
.left-caption {
    background: rgb(255, 255, 255, 0.95);
    flex: 0 0 70%;
    max-width: 70%;
    padding: 30px 20px 40px 40px;
    border-radius: 10px 0 0 10px;
}
.right-caption {
    flex: 0 0 30%;
    max-width: 30%;
    background: url(../images/login-back.png);
    border-radius: 0 10px 10px 0px;
}
.right-caption h3 {
    background: #00a651;
    padding: 40px 20px 20px 20px;
    border-radius: 0 10px 0 0;
    color: #fff;
    font-size: 24px;
    line-height: 33px;
}
.log-in-btn .btn {
    background: #00a651;
    color: #ffffff;
    padding: 0;
    margin: 0 0 0 auto;
    min-width: 100px;
    min-height: 30px;
    border-radius: 20px;
    text-transform: initial;
    display: block;
}
.register {
    text-align: right;
    margin-top: 15px;
}
.register h6 {
    margin: 0;
    font-weight: 600;
    font-size: 13px;
}
.register h6 a {
    color: #00a651;
    text-decoration: underline;
}
.left-caption h4 {
    font-size: 18px;
}
.md-form input[type="text"],
.md-form input[type="password"],
.md-form input[type="email"] {
    border-bottom: 1px solid #252324;
}
.md-form label {
    color: #252324;
}
#feedback-form textarea {
    border: 1px solid #252324;
}
#feedback-form button {
    background: #00a652;
    min-width: 120px;
    min-height: 35px;
    display: block;
    border: none;
    border-radius: 20px;
    color: #ffffff;
    margin: 10px auto;
}
.highlight-btn a {
    background: #00a652;
    width: 7px;
    height: 7px;
    border: none;
    border-radius: 50%;
    box-shadow: 0 0px 4px 2px #00a652;
    display: block;
}
.feedpop-close {
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
}
.highlight-btn {
    position: absolute;
    /*width: 16px;*/
    /*height: 16px;*/
    /* background: #fff; */
    /*border-radius: 50%;*/
    /*border: 5px solid #fff;*/
    animation: fadeinout 1s linear infinite;
    transition: all 0.01s ease-in-out;
    cursor: pointer;
}
.btn-sec img{
    animation: fadeinout 1s linear infinite;
    transition: all 0.01s ease-in-out;
    cursor: pointer;
}
@keyframes fadeinout {
    0% {
        opacity: 0;
        /* transition: all 0.1s ease-in-out; */
    }
    100% {
        opacity: 1;
        /* transition: all 0.1s ease-in-out; */
    }
}
.information-btn {
    left: 14%;
    top: 78%;
}
.registation-btn {
    right: 18%;
    top: 75%;
}
.b2b {
    top: 59%;
    left: 35%;
}
.auditoriam {
    top: 58%;
    left: 51%;
}
.exhibition {
    top: 59%;
    right: 34%;
}
.sc-img {
    position: absolute;
}
.log-left {
    width: 15%;
    height: 13%;
    top: 34%;
    left: 15%;
}
.log-right {
    width: 12%;
    height: 10%;
    top: 54%;
    right: 3%;
}
.info-box {
    position: fixed;
    width: 100%;
    min-height: 100vh;
    display: none;
    top: 0;
    z-index: 9;
}
.information {
    width: 600px;
    margin: 0px auto;
    background: rgb(255, 255, 255, 0.97);
    position: relative;
    top: 120px;
    padding: 20px;
    border-radius: 10px;
    position: relative;
}
.info-data {
    max-height: 350px;
    overflow-x: hidden;
    overflow-y: scroll;
}
.info-data::-webkit-scrollbar {
    width: 10px;
}

.info-data::-webkit-scrollbar-track {
    background-color: #ebebeb;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

.info-data::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #00a652;
}
.info-close img {
    width: auto;
    height: auto;
}
.info-close {
    position: absolute;
    right: 3px;
    top: 1px;
    cursor: pointer;
}
.information h3 {
    font-size: 18px;
    font-weight: 600;
    margin: 0;
    padding-bottom: 25px;
}
.information h5 {
    font-size: 16px;
    margin: 0;
    padding-bottom: 15px;
}
.information ol {
    padding-left: 20px;
    margin: 0;
}
.g-information-box {
    top: 73%;
    left: 38.5%;
}
.g-information-box-2 {
    top: 73%;
     right: 36.5%;
}
/*.feedback {
    top: 73%;
    right: 36.5%;
}*/
.feedback-dv {
    position: fixed;
    top: 0;
    min-height: 100vh;
    width: 100%;
    z-index: 999999;
}
.feedback-form {
    background: rgb(255, 255, 255, 0.97);
    border-radius: 10px;
    width: 600px;
    margin: 0px auto;
    position: relative;
    top: 100px;
    padding: 20px;
}
.scr-img {
    position: absolute;
}
.left1 {
    top: 15%;
    left: 4%;
    width: 9%;
    height: 37%;
}
.left2 {
    left: 15.2%;
    top: 18%;
    width: 8%;
    height: 26.8%;
}
.left3 {
    top: 27.5%;
    left: 26.4%;
    width: 13%;
    height: 13%;
}
.middle {
    /*top: 28.6%;
    left: 44.1%;
    width: 12.5%;
    height: 12%;*/
    top: 28%;
    left: 44.1%;
    width: 12.5%;
    height: 12%;
}
.middle-top {
    top: 14.5%;
    left: 44.9%;
    width: 11%;
    height: 11%;
}
.right1 {
    top: 15%;
    right: 5.7%;
    width: 9%;
    height: 36%;
}
.right2 {
    right: 16%;
    top: 18%;
    width: 8%;
    height: 26%;
}
.right3 {
    top: 27.5%;
    right: 26.4%;
    width: 13%;
    height: 13%;
}
.left-center1 {
    top: 49%;
    left: 25%;
    width: 5%;
    height: 4%;
}
.left-center2 {
    top: 48.5%;
    left: 42%;
    width: 4.4%;
    height: 3.5%;
}
.right-center2 {
    top: 48.5%;
    right: 39.4%;
    width: 4.3%;
    height: 3.5%;
}
.right-center1 {
    top: 48.8%;
    right: 23.6%;
    width: 5.3%;
    height: 3.8%;
}
.bottom1 {
    top: 57%;
    left: 42%;
    width: 4.2%;
    height: 5%;
}
.bottom2 {
    top: 57%;
    right: 39.2%;
    width: 4.2%;
    height: 5%;
}
.reception1 {
    top: 73%;
    width: 2.5%;
    height: 3.3%;
    left: 45.6%;
}
.reception2 {
    top: 73%;
    width: 2.5%;
    height: 3.3%;
    left: 49.6%;
}
.reception3 {
    top: 73%;
    width: 2.5%;
    height: 3.3%;
    left: 53.7%;
}
.reception {
    top: 78%;
    left: 50%;
}
.banner-text h3 {
    color: #fff;
    font-size: 16px;
    margin: 0;
    position: absolute;
    font-weight: 600;
}
.banner-text h3:first-child {
    top: 47%;
    left: 35%;
}
.banner-text h3:nth-child(2) {
    top: 46%;
    left: 50%;
}
.banner-text h3:last-child {
    top: 47%;
    left: 64%;
}
.middle-box-1 {
    left: 55%;
    height: 10%;
    top: 55%;
    width: 13%;
}

.left-box-1{
    left: 31%;
    height: 5%;
    top: 56.8%;
    width: 7%;
}

/* exibhition */
.exibhition-sec{
    background-image: url(../images/exhibition/exibhition_bg.jpg);
    background-size: cover;
    height: calc(100vh - 83px);
    background-position: center;
}
.stl-img{
    width: 80% !important;
    margin: 0 auto;
}
.exhibition-slider-sec{
    position: absolute;
    width: 100%;
    top: 47%
}
.similar-lc .slick-prev:before {
    content: '';
    background: url(../images/exhibition/left.png);
    width: 25px;
    height: 40px;
    background-repeat: no-repeat;
    display: block;
}
.similar-lc .slick-next:before {
    content: '';
    background: url(../images/exhibition/right.png);
    width: 25px;
    height: 40px;
    background-repeat: no-repeat;
    display: block;
}
.slick-dots li button:before{
    top: 10px;
    font-size: 40px;
    color: #a2a0a0;
    opacity: .50;
}
.slick-dots li.slick-active button:before{
    color: #00a651;
}
.stl-img-slider{
    position: relative;
}
.stall-poster img{
    position: absolute;
}
.stall-one.poster-one{
    width: 13%;
    left: 24%;
    top: 35%;
    height: 44%;
}
.stall-one.top-poster{
    width: 68%;
    left: 18%;
    top: 4%;
}
.stall-three.top-poster{
    width: 68%;
    left: 10%;
    top: 4%;
}
.stall-one.poster-two{
    width: 13%;
    right: 24.3%;
    top: 35%;
    height: 44%;
}
.stall-two.top-poster{
    position: absolute;
    top: 4%;
    width: 50%;
    height: 15%;
    left: 24%;
}
.stall-two.poster-one{
    width: 13%;
    left: 22.4%;
    top: 31%;
    height: 42%;
}
.stall-two.poster-two{
    width: 13%;
    left: 43.3%;
    top: 31%;
    height: 42%;
}
.stall-two.poster-three{
    width: 13%;
    right: 23.8%;
    top: 31%;
    height: 42%;
}
.stall-three.poster-one{
    width: 12.8%;
    left: 20.4%;
    top: 33%;
    height: 43%;
}
.stall-three.poster-two{
    width: 12.8%;
    right: 27.8%;
    top: 33%;
    height: 43%;
}
.stall-three.poster-three{
    width: 12.8%;
    right: 10.8%;
    top: 27%;
    height: 52%;
}
.slide-video{
    position: absolute;
    top: 37.5%;
    width: 21%;
    left: 39.3%;
    height: 22%;
}
.slide-video-stl-three{
    position: absolute;
    top: 34.5%;
    width: 21%;
    left: 36.3%;
    height: 22%;
}
/* singel stall */
.stall-page{
    /*background-image: url(../images/exhibition/exibhition_bg.jpg);*/
    /*background-image: url(../images/exhibition/podium.png);*/
    background-size: cover;
    height: calc(100vh - 83px);
    background-position: center;
}
.stall-imgs img{
    width: 100%;
}
.singel-stall{
    position: absolute;
    width: 100%;
    top: 20%;
}
.btn-sec{
    text-align: center;
    position: absolute;
}
.btn-sec span{
    color: #000;
    font-size: 12px;
    font-weight: 900;
    display: block;
}
.stall-images{
    position: relative;
}
.chat-btn{
    left: 39%;
    top: 78%;
}
.videocall-btn{
    right: 39%;
    top: 78%;
}
.download-btn{
    left: 7.5%;
    top: 59%;
}
.singel-poster img{
    position: absolute;
}
.singel-poster .stall-one-inner-left-img{
    width: 17%;
    top: 35%;
    left: 17.5%;
    height: 45%;
}
.singel-poster .stall-one-inner-right-img{
    width: 17%;
    top: 35%;
    right: 17.5%;
    height: 45%;
}
.singel-poster .stall-one-inner-middle-img{
    width: 45%;
    top: 7%;
    left: 29.5%;
}
.stall-inner-video-one{
    position: absolute;
    top: 37.5%;
    left: 37.2%;
    width: 25%;
    height: 22%;
}
.page-two .download-btn{
    right: 7.5%;
    left: auto;
}
.page-two .singel-poster .stall-one-inner-left-img {
    width: 17%;
    top: 30%;
    left: 15%;
    height: 45%;
}
.page-two .singel-poster .stall-one-inner-right-img{
    width: 17%;
    top: 30%;
    right: 17%;
    height: 45%;
}
.page-two .singel-poster .stall-one-inner-middle-img{
    width: 17.3%;
    top: 30%;
    left: 41%;
    height: 45%;
}
.page-two .singel-poster .stall-one-inner-middle-top-img{
    position: absolute;
    top: 3.7%;
    width: 60%;
    height: 15%;
    left: 19%;
}
/* media */
@media (min-width: 1799px) {
    .registation-btn {
        right: 390px;
        bottom: 150px;
    }
    .information-btn {
        bottom: 120px;
        left: 320px;
    }
}
@media (min-width: 1200px) and (max-width: 1399px) {
    .registation-btn {
        right: 244px;
        bottom: 150px;
    }
}
@media (max-width: 1366px) {
    .g-information-box {
        left: 38%;
    }
    .g-information-box-2 {
        right: 36.5%;
    }
    /*.feedback {
        right: 36.5%;
    }*/
    .left1 {
        height: 34%;
        top: 18%;
    }
    .left2 {
        left: 15.2%;
        top: 20%;
        width: 8%;
        height: 25.8%;
    }
    .left3 {
        top: 29%;
    }
    .middle {
        /*top: 30%;*/
        top:29%;
    }
    .right3 {
        top: 29.5%;
        right: 26.4%;
        width: 13%;
        height: 11%;
    }
    .right2{
        top: 19%;
    }
    .middle-top {
        top: 17%;
        height: 10%;
    }
    .right1 {
        top: 17%;
        right: 5.7%;
        width: 9%;
        height: 34%;
    }
    .left-center1 {
        top: 50%;
    }
    .left-center2 {
        top: 49.5%;
    }
    .right-center2 {
        top: 49.2%;
    }
    .right-center1 {
        top: 49.6%;
    }
    .bottom1 {
        top: 58.5%;
        left: 42%;
        width: 4.2%;
        height: 3.5%;
    }
    .bottom2 {
        top: 57.7%;
    }
    .reception1 {
        top: 73.8%;
        height: 3%;
    }
    .reception2 {
        top: 73.8%;
        height: 3%;
    }
    .reception3 {
        top: 73.8%;
        height: 3%;
    }
    .log-left {
        top: 35%;
    }
    .middle-box-1 {
        left: 56%;
        height: 9%;
        top: 57%;
        width: 13%;
    }
.left-box-1 {
    left: 31%;
    height: 4%;
    top: 59%;
    width: 7%;
}
.singel-stall .col-md-9{
    flex: 0 0 60%;
    max-width: 60%;
}
.btn-sec img{
    width: 20px !important;
}
.btn-sec span{
    font-size: 7px;
}
}
@media (min-width: 1400px) and (max-width: 1450px) {
    .left1 {
        top: 13%;
    }
    .left2 {
        top: 16%;
    }
    .left3 {
        top: 26.5%;
    }
    .middle {
        top: 26.9%;
    }
    .middle-top {
        top: 12.5%;
    }
    .right3 {
        top: 26.5%;
    }
    .right2 {
        top: 16%;
    }
    .right1 {
        top: 14%;
    }
    .left-center1 {
        top: 48%;
    }
    .left-center2 {
        top: 47.5%;
    }
    .right-center2 {
        top: 47.5%;
    }
    .right-center1 {
        top: 47.7%;
    }
    .bottom1 {
        top: 56%;
    }
    .bottom2 {
        top: 56%;
    }
    .reception1 {
        top: 72.7%;
    }
    .reception2 {
        top: 72.7%;
    }
    .reception3 {
        top: 72.7%;
    }
}
@media (min-width: 1550px) and (max-width: 1650px) {
    .information-btn {
        bottom: 160px;
        left: 237px;
    }
    .registation-btn {
        bottom: 200px;
    }
    .left1 {
        top: 14%;
        height: 36%;
    }
    .left2 {
        top: 16.5%;
    }
    .left3 {
        top: 26%;
    }
    .middle {
        top: 27%;
    }
    .middle-top {
        top: 12.7%;
    }
    .right2 {
        top: 16%;
    }
    .right1 {
        top: 13%;
    }
    .left-center1 {
        top: 48%;
    }
    .left-center2 {
        top: 47.5%;
    }
    .right-center2 {
        top: 47.3%;
    }
    .right-center1 {
        top: 47.7%;
    }
    .bottom1 {
        top: 56.2%;
    }
    .right3 {
        top: 26.5%;
    }
    .bottom2 {
        top: 56%;
    }
    .reception1 {
        top: 72.5%;
    }
    .reception2 {
        top: 72.5%;
    }
    .reception3 {
        top: 72.5%;
    }
}
@media (min-width: 1651px) and (max-width: 1690px) {
    .log-left {
        top: 32%;
    }
    .log-right {
        top: 53%;
    }
    .left1 {
        top: 14%;
        height: 36%;
    }
    .left2 {
        height: 24.8%;
    }
    .middle-top {
        height: 9%;
        top: 13.5%;
    }
    .left3 {
        top: 26.5%;
        height: 10%;
    }
    .middle {
        top: 26.6%;
    }
    .right3 {
        top: 25.5%;
    }
    .right2 {
        height: 24%;
    }
    .right1 {
        height: 34%;
    }
    .left-center1 {
        top: 48%;
        left: 25%;
        width: 5%;
        height: 3%;
    }
    .left-center2 {
        height: 46.5%;
    }
    .right-center2 {
        height: 46.5%;
    }
    .right-center1 {
        top: 46.8%;
        right: 23.6%;
        width: 5.3%;
        height: 3.8%;
    }
    .bottom1 {
        top: 56%;
        left: 42%;
        width: 4.2%;
        height: 4%;
    }
    .bottom2 {
        top: 56%;
        right: 39.2%;
        width: 4.2%;
        height: 4%;
    }
    .middle-box-1 {
        left: 53%;
        height: 11%;
        top: 54%;
        width: 4%;
    }
    .middle-box-2 {
        left: 58%;
        height: 10.8%;
        top: 54%;
        width: 4%;
    }
    .middle-box-3 {
        left: 63%;
        height: 10.8%;
        top: 54%;
        width: 4%;
    }
    .middle-box-4 {
        left: 68%;
        height: 10.8%;
        top: 54%;
        width: 4%;
    }
}
@media (min-width: 1920px) {
    .aditorium-video {
    position: fixed !important;
    left: 34.3% !important;
    top: 17.12% !important;
    width: 43% !important;
    height: 34% !important;
}

    .information-btn {
        bottom: 250px;
    }
    .registation-btn {
        right: 340px;
        bottom: 240px;
    }
    .g-information-box {
        top: 75%;
        left: 740px;
    }
     .g-information-box-2 {
        top: 75%;
        right: 708px;
    }
   /* .feedback {
        top: 75%;
        right: 708px;
    }*/
    .b2b {
        top: 58%;
    }
    .auditoriam {
        top: 57%;
        left: 51%;
    }
    .exhibition {
        top: 58%;
        right: 33%;
    }
    .log-left {
        width: 15%;
        height: 14%;
        top: 31%;
        left: 15%;
    }
    .log-right {
        width: 12%;
        height: 10%;
        top: 52%;
        right: 3%;
    }
    .left1 {
        top: 12%;
        left: 4%;
        width: 9%;
        height: 37%;
    }
    .left2 {
        top: 15.5%;
    }
    .left3 {
        /*top: 24.5%;
        left: 26.4%;
        width: 13%;
        height: 14%;*/
        top: 22.2%;
    height: 13% !important;
    }
    .middle {
        top: 26%;
    }
    .middle-top {
        top: 11.5%;
    }
    .right1 {
        top: 12%;
        right: 5.7%;
        width: 8.8%;
        height: 37%;
    }
    .right2 {
        right: 16%;
        top: 15%;
        width: 8%;
        height: 27%;
    }
    .right3 {
        top: 25%;
        right: 26.4%;
        width: 12.5%;
        height: 12.5%;
    }
    .left-center1 {
        top: 47%;
    }
    .left-center2 {
        top: 46.5%;
    }
    .right-center2 {
        top: 46.4%;
    }
    .right-center1 {
        top: 46.8%;
    }
    .bottom1 {
        top: 55.2%;
    }
    .bottom2 {
        top: 55.3%;
    }
    .reception1 {
        top: 72%;
    }
    .reception2 {
        top: 72%;
    }
    .reception3 {
        top: 72%;
    }
    .middle-box-4,
    .middle-box-3 {
        top: 52%;
    }
    .middle-box-2 {
        top: 52.5%;
    }
    .middle-box-1 {
        top: 54%;
    }
    .screen-img.comn .log-left{
        top: 32%;
    }
    .lubby-poster-images.comns .left3{
        top: 25.9%;
    left: 26.4%;
    width: 13%;
    height: 13%
    }
    .lubby-poster-images.comns .middle-top{
        top: 12.5%;
    }
    .lubby-poster-images.comns .middle{
        top: 26.5;
    }
    .lubby-poster-images.comns .right3{
        top: 26%;
    }
    .lubby-poster-images.comns .left-center1{
        top: 48%;
        height: 3.5%;
    }
    .lubby-poster-images.comns .left-center2{
        top: 46.8%;
    }
    .lubby-poster-images.comns .right-center2{
        top: 46.8%;
    }
    .lubby-poster-images.comns .right-center1{
        top: 47.4%;
    }
    .lubby-poster-images.comns .bottom1{
        top: 55.6%;
    }
    .lubby-poster-images.comns .reception1{
        top: 72.2%;
        height: 3.3%;
    }
    .lubby-poster-images.comns .reception2{
        top: 72.2%;
        height: 3.3%;
    }
    .lubby-poster-images.comns .reception3{
        top: 72.2%;
        height: 3.3%;
    }
}
@media (min-width: 2000px) {
    .information-btn {
        bottom: 280px;
        left: 380px;
    }
    .registation-btn {
        right: 439px;
        bottom: 320px;
    }
    .log-left {
        width: 410px !important;
        height: 230px !important;
        top: 418px;
        left: 372px;
    }
    .log-right {
        width: 338px !important;
        height: 183px !important;
        top: 723px;
        right: 72px;
    }
}




/*=======================================================================*/

/* singel stall */
.stall-page{
    /*background-image: url(../images/exhibition/exibhition_bg.jpg);*/
    background-image: url(../images/exhibition/podium.png);
    background-size: cover;
    height: calc(100vh - 83px);
    background-position: center;
}
.stall-imgs img{
    width: 100%;
}
.singel-stall{
    position: absolute;
    width: 100%;
    top: 20%;
}
.btn-sec{
    text-align: center;
    position: absolute;
    cursor: pointer;
}
.btn-sec img{
    width: 30px;
}
.btn-sec span{
    color: #000;
    font-size: 12px;
    font-weight: 900;
    display: block;
}
.stall-images{
    position: relative;
}
.chat-btn{
    left: 39%;
    top: 78%;
}
.videocall-btn{
    right: 39%;
    top: 78%;
}
.download-btn{
    left: 7.5%;
    top: 59%;
}
.singel-poster img{
    position: absolute;
}
.singel-poster .stall-one-inner-left-img{
    width: 17%;
    top: 35%;
    left: 17.5%;
    height: 45%;
}
.singel-poster .stall-one-inner-right-img{
    width: 17%;
    top: 35%;
    right: 17.5%;
    height: 45%;
}
.singel-poster .stall-one-inner-middle-img{
    width: 45%;
    top: 7%;
    left: 29.5%;
}
.stall-inner-video-one{
    position: absolute;
    top: 37.5%;
    left: 37.2%;
    width: 25%;
    height: 22%;
}
.page-two .download-btn{
    right: 7.5%;
    left: auto;
}
.page-two .singel-poster .stall-one-inner-left-img {
    width: 17%;
    top: 30%;
    left: 15%;
    height: 45%;
}
.page-two .singel-poster .stall-one-inner-right-img{
    width: 17%;
    top: 30%;
    right: 17%;
    height: 45%;
}
.page-two .singel-poster .stall-one-inner-middle-img{
    width: 17.3%;
    top: 30%;
    left: 41%;
    height: 45%;
}
.page-two .singel-poster .stall-one-inner-middle-top-img{
    position: absolute;
    top: 3.7%;
    width: 60%;
    height: 15%;
    left: 19%;
}
.page-three .singel-poster .stall-one-inner-left-img {
    width: 17%;
    top: 32%;
    left: 13%;
    height: 45%;
}
.page-three .stall-inner-video-one {
    position: absolute;
    top: 34.5%;
    left: 33.2%;
    width: 25%;
    height: 22%;
}
.page-three  .singel-poster .stall-one-inner-mdl-img {
    width: 17%;
    top: 32%;
    right: 22%;
    height: 45%;
}
.page-three .singel-poster .stall-one-inner-right-img {
    width: 16.5%;
    top: 27%;
    right: 0.8%;
    height: 52%;
}
.page-three .download-btn {
    left: 3.5%;
    top: 55%;
}
.page-three .chat-btn {
    left: 36%;
    top: 78%;
}
.page-three .videocall-btn {
    right: 43%;
    top: 78%;
}
.page-three .singel-poster .stall-one-inner-middle-img {
    width: 45%;
    top: 7%;
    left: 15.5%;
}
#download_popup .modal-body{
padding: 30px;
}
#download_popup .modal-content{
    border-radius: 10px;
    position: relative;
}
#download_popup button.close{
    position: absolute;
    top: 5px;
    right: 15px;
}
.mdl-cnt{
    padding: 20px;
    max-height: 400px;
    overflow-y: scroll;
}
.mdl-cnt ol{
    padding: 0;
    margin: 0px;
}
.mdl-cnt ol li{
    color: #000000;
    font-size: 14px;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px dashed #000000;
    padding-right: 30px;
}
.mdl-cnt ol li:last-child{
    border-bottom: none;
    padding-bottom: 0;
    margin: 0;
}
.mdl-cnt::-webkit-scrollbar {
    width: 10px;
}

.mdl-cnt::-webkit-scrollbar-track {
    background-color: #ebebeb;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

.mdl-cnt::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #00a652;
}
#download_popup .modal-dialog{
    margin: 5.75rem auto;
}
/* media */
@media(max-width:1366px){
    .singel-stall .col-md-9{
        flex: 0 0 60%;
        max-width: 60%;
    }
    .btn-sec img{
        width: 20px !important;
    }
    .btn-sec span{
        font-size: 7px;
    }
}


/* Exhibition Birds View */
.exhibition-bird-view{
    background-image: url(../images/exhibition/exhibition-hall-aun1.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    height: calc(100vh - 83px);
    background-position: center;
    position: relative;
}
.search-btn{
    position: absolute;
    left: 49.4%;
    top: 32%;
    text-align: center;
    cursor: pointer;
}
.search-btn img{
    width: 40px;
}
.search-btn span{
    display: block;
    color: #000000;
    font-size: 14px;
    font-weight: 900;
}
#search-popup .modal-dialog{
    margin: 5.75rem auto;
}
#search-popup .modal-body{
padding: 30px;
}
#search-popup .modal-content{
    border-radius: 10px;
    position: relative;
}
#search-popup button.close{
    position: absolute;
    top: 5px;
    right: 15px;
}
select{
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
     -o-appearance: none;
        appearance: none;

    }
.mdl-cnt .form-group{
    position: relative;

}
.mdl-cnt .form-controls{
    border-color: #000000;
  border-style: solid;
  border-width: 0px 0px 1px 0px;
  width: 100%;
  padding-left: 5px;
  position: relative;
}
.mdl-cnt .form-group::before{
    content: '';
    display: inline-block;
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid #00A652;
    position: absolute;
    z-index: 9;
    right: 10px;
    top: 5px;
    transform: rotate(90deg);
    pointer-events: none;
}
.mdl-cnt .md-form, .mdl-cnt .form-group{
    margin-bottom: 25px;
}
.mdl-cnt .form-controls:focus{
    outline-style: none;
}
#searchform .md-form.form-sm label{
    font-size: 17px;
    left: 5px;
}
.submit-btn{
    text-align: center;
    margin-top: 10px;
}
.submit-btn .btn{
    background: #00A652;
    color: #ffffff;
    /* font-size: 14px; */
    font-weight: 600;
    padding: 0;
    min-width: 120px;
    min-height: 40px;
    border-radius: 20px;
    box-shadow: none;
    text-transform: initial;
}
.mdl-cnt form{
    margin-bottom: 30px;
}
.exhibition-bnr img{
    position: absolute;
}
.exhibition-bnr img:first-child{
    left: 2%;
    width: 7%;
    top: 5%;
}
.exhibition-bnr img:nth-child(2){
    left: 16%;
    width: 7%;
    top: 5%;
}
.exhibition-bnr img:nth-child(3){
    left: 30.5%;
    top: 2%;
    width: 6%;
}
.exhibition-bnr img:nth-child(4){
    left: 39.8%;
    top: 2%;
    width: 6%;
}
.exhibition-bnr img:nth-child(5){
    right: 39%;
    top: 2%;
    width: 6%;
}
.exhibition-bnr img:nth-child(6){
    right: 30%;
    top: 2%;
    width: 6%;
}
.exhibition-bnr img:nth-child(7){
    right: 18%;
    width: 6%;
    top: 7%;
}
.exhibition-bnr img:nth-child(8){
    right: 3%;
    width: 6%;
    top: 7%;
}
@media(max-width:1440px){
    .exhibition-bnr img:nth-child(3) {
        left: 31.5%;
        top: 1%;
        width: 4%;
    }
    .exhibition-bnr img:nth-child(4) {
        left: 40.8%;
        top: 1%;
        width: 4%;
    }
    .exhibition-bnr img:nth-child(5){
        width: 4%;
        top: 1%;
        right: 40%;
    }
    .exhibition-bnr img:nth-child(6) {
        right: 31%;
        top: 1%;
        width: 4%;
    }
    .search-btn span{
        font-size: 10px;
    }
    .search-btn img {
        width: 28px;
    }
}

/* Auditorium */

.aditorium-sec{
    background-image: url(../images/Auditorium_BG.jpg);
    background-size: cover;
    height: calc(100vh - 83px);
    background-position: center;
    position: relative;    
}


.agenda-btn1{
    background: #ffffffcf;
    text-align: center;
    position: fixed;
    top: calc(50% - 45px);
    padding: 17px 27px;
    right: 15px;
    border-radius: 15px;
    cursor: pointer;
}
.agenda-btn1 span{
    display: block;
    color: #000000;
    font-weight: 600;
    font-size: 14px;
   
}


.agenda-btn{
    background: #ffffffcf;
    text-align: center;
    position: fixed;
    top: calc(50% - 45px);
    padding: 17px 27px;
    left: 15px;
    border-radius: 15px;
    cursor: pointer;
}
.agenda-btn span{
    display: block;
    color: #000000;
    font-weight: 600;
    font-size: 14px;
   
}
.q_a_btn{
    background: #ffffffcf;
    text-align: center;
    position: fixed;
    top: calc(50% - 45px);
    padding: 17px 27px;
    right: 15px;
    border-radius: 15px;
    cursor: pointer;
}
.q_a_btn span{
    display: block;
    color: #000000;
    font-weight: 600;
    font-size: 14px;
   
}
.aditorium-bnr img{
    position: fixed;
}
.aditorium-bnr img:first-child{
    top: 22%;
    left: 20.5%;
    width: 10%;
}
.aditorium-bnr img:last-child{
    top: 22%;
    right: 20%;
    width: 10%;
}
.aditorium-video{
    position: fixed;
    /*left: 28.5%;*/
    /*left: 35.5%;
    top: 21.5%;
    width: 43%;
    height: 34%;*/

    left: 34.3%;
    top: 21.12%;
    width: 43%;
    height: 34%;
}
.about-agenda{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.agenda-title h3{
    margin: 0;
    color: #000000;
    font-size: 20px;
    font-weight: 600;
}
.agenda-title{
    flex: 0 0 35%;
    max-width: 35%;
}
.status-btn{
    display: flex;
    align-items: center;
    flex: 0 0 21.666%;
    max-width: 21.666%;
}
.status-btn span{
    display: block;
    color: #000000;
    font-size: 12px;
    font-weight: 600;
    margin-left: 10px;
}
#agenda-popup .modal-lg{
max-width: 650px;
margin-top: 5.25rem;
}
.mdl-cnt .table{
    margin-top: 30px;
}
.mdl-cnt .table thead{
    background: #848484;
    text-align: center;
}
.mdl-cnt .table thead th{
    border: none;
    color: #ffffff;
    padding: 10px 0;
}
.mdl-cnt .table th, .mdl-cnt .table td{
    text-align: center;
    padding: 10px 0;
}
#agenda-popup .modal-body{
    padding-top: 35px;
}
#agenda-popup .close{
    position: absolute;
    top: 9px;
    right: 15px;
}
#agenda-popup .modal-content{
    position: relative;
    border-radius: 10px;
    background: rgb(255, 255, 255, 0.98);
}
.q-a-popup h3{
    margin-bottom: 0;
    color: #000000;
    font-size: 20px;
    font-weight: 600;
}
#q-a-popup .modal-body{
    padding-top: 35px;
}
#q-a-popup .close{
    position: absolute;
    top: 9px;
    right: 15px;
}
#q-a-popup .modal-content{
    position: relative;
    border-radius: 10px;
    background: rgb(255, 255, 255, 0.98);
}
#q-a-popup .modal-lg{
max-width: 650px;
margin-top: 5.75rem;
}
.question-answer{
    padding-top: 20px;
}
.question-answer h4{
    color: #000000;
    font-size: 16px;
    margin: 0;
}
.question-answer p{
    font-size: 14px;
    color: #000000;
    margin: 10px 0 20px 0;
}

/*Zoom css*/
.zoom-poup{
    height: 680px;
}
#zoom-popup .modal-lg{
    max-width: 60%;
}
#zoom-popup .modal-body{
    padding: 0;
}

/*b2b*/
.b2b-sec-1{
    background-image: url(../images/b2b/b2b.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: calc(100vh - 83px);
    position: relative;

}
.b2b-sec{
    background-image: url(../images/b2b/background.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: calc(100vh - 83px);
    position: relative;

}
.meeting-start{
    display: block;
    display: block;
    font-size: 20px;
    font-weight: 600;
    position: absolute;
    /* width: 100%; */
    text-align: center;
    top: 46%;
    cursor: pointer;
    left: calc(50% - 63px);
}
.b2b-logo img{
    position: absolute;
    left: 38%;
    top: 26%;
    width: 24%;
}

/*Auditorium Lobby*/

.aditorium-lobby-sec{
    background-image: url(../images/aditorium/banner.jpg);
    background-size: cover;
    height: calc(100vh - 83px);
    background-position: center;
    position: relative;    
}
.sec-content{
    width: 35%;
    position: absolute;
    right: 100px;
    /* overflow: hidden; */
    bottom: 60px;
}



/* Add Blink Text */
.blink_bigger{
    font-size:18px !important;
}
    .blink_me {
  animation: blinker 1.6s linear infinite;
}

@keyframes blinker {
  50% {
    opacity: 0;
  }
}
.harlequin{
    color:#4cff00 !important;
}