* {
    font-family: Roboto, "Helvetica Neue", Helvetica, Arial, "sans-serif";
}

#signup {
    height: 380px;
    padding-bottom: 30px;
    overflow-y: scroll;
}


.bg-conference {
    background-image: url(/images/conf-room-videoscreen.jpg);
    background-repeat: no-repeat;
    background-size: inherit;
    background-position: center top;
    background-color: #213b38;
}
.newlayout-bg {
    background: -moz-linear-gradient(left, rgba(0,0,0,1) 0%, rgba(0,0,0,0.52) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(0,0,0,1) 0%,rgba(0,0,0,0.52) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(0,0,0,1) 0%,rgba(0,0,0,0.52) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#85000000',GradientType=1 ); /* IE6-9 */
}


.sub-dropdown {
    display: none;
    padding-left: 0px;
}
.sub-dropdown li {
    display: block;
}
.sub-dropdown li a {
    padding: 10px 20px;
}

.sub-dropdown-main:hover .sub-dropdown {
    display: table;
    background: #929292;
}


.booth-vdo {
    border: 1px solid #efefef;
    margin: 15px auto !important;
    width: 98%;
}

#autocomplete-results {
    display: none;
    width: 92%;
    top: 38px;
    color: rgb(238, 238, 238);
    position: absolute;
    z-index: 999;
    right: 32px;
    list-style: none;
    background: rgb(0, 0, 0);
    padding: 10px;
}

    #autocomplete-results li {
        width: 100%;
        padding: 7px 15px;
        border-right: 2px solid #eee;
        border-bottom: 2px solid #eee;
        border-left: 2px solid #eee;
        text-align: left;
        cursor: pointer;
    }

        #autocomplete-results li:hover {
            background: rgba(105, 111, 118, 0.8);
        }

.booth-vdo iframe {
    width: 1230px !important;
    height: 600px;
}

.embeddedconf {
    position: relative;
    top: 0px;
}

.user-details {
    border: 1px solid #ddd;
}

.embeddedconf iframe {
    position: relative;
    right: 0;
    margin: 153px auto;
    left: -58px;
    top: 2px;
}
.expandedMenu-embeddedconf iframe {
    position: relative;
    right: 0;
    margin: 135px auto;
    left: -49px;
    top: 0px;
    height: 448px;
    width: 795px;
}

.qustn-box-botm {
    display: none !important;
}

.question-box {
    top: 650px;
    width: 82%;
    left: 52px;
}

nav.conf-room-menu {
    margin-bottom: 0px !important;
}

    nav.conf-room-menu ul li a {
        font-size: 12px;
    }

.conf-room-reg {
    margin-bottom: 0px !important;
}

    .conf-room-reg li a {
        font-size: 10px;
    }


.conf-room-logo img {
    width: 60%;
}


.conf-expo h5 {
    font-size: 13px;
}

.conf-date h6 {
    font-size: 13px !important;
    margin-top: 12px !important;
    line-height: 16px !important;
}

.telegramlnk {
    background: #36aee2;
    padding: 5px 12px;
    font-size: 18px;
    border: 1px solid #fff;
    position: fixed;
    top: 94%;
    right: 4%;
    z-index: 999999999;
    color: #fff;
    font-weight: 600;
    font-family: Roboto, "Helvetica Neue", Helvetica, Arial, "sans-serif";
}

    .telegramlnk:hover {
        text-decoration: none;
        color: #fff !important;
    }

#searchform {
    display: contents;
    margin: 0 auto;
    width: 100%;
    max-width: 500px;
    transform: translateY(10%);
}

.qa-form {
    width: 100%;
    margin: 10px auto;
    box-shadow: 0px 2px 5px 0px rgba(10, 6, 20, 0.24);
}

.peer-list {
    padding-left: 0px;
    list-style: none;
}

    .peer-list li {
        padding: 0px 5px;
        float: left;
    }

.peer-tip {
    padding: 10px;
    background: #efefef;
    border-left: 2px solid #5ebc03;
}

.input-group-btn .btn {
    background: #45daa0;
    color: #fff;
    padding: 6px 35px;
    text-transform: uppercase;
    border-radius: 0px;
}

#search-bar {
    margin: 0.25em 0 0;
    width: 60%;
    padding: 0.25em 0.5em;
    font-size: 1em;
}

.output {
    height: 200px;
    overflow: auto;
    list-style: none;
    width: 58%;
    min-height: 0px;
    border-top: 0 !important;
    color: #767676;
    font-size: 0.75em;
    transition: min-height 0.2s;
    position: absolute;
    z-index: 999999;
    left: 255px;
    padding-left: 0px !important;
}

.output,
#search-bar {
    background: #fff;
    border: 1px solid #767676;
}

.prediction-item {
    padding: 0.5em 0.75em;
    transition: color 0.2s, background 0.2s;
    text-align: left;
}

.output:hover .focus {
    background: #fff;
    color: #767676;
}

    .prediction-item:hover,
    .focus,
    .output:hover .focus:hover {
        background: #ddd;
        color: #333;
    }

.prediction-item:hover {
    cursor: pointer;
}

.prediction-item strong {
    color: #333;
}

.prediction-item:hover strong {
    color: #000;
}

#submit {
    display: block;
    margin: 0.5em 0 2.5em;
    padding: 0.25em 0.5em;
    font-size: 1.2em;
    color: #439973;
    border: 1px solid #439973;
    background: 0;
    transition: color 0.2s, background 0.2s;
}

    #submit:hover {
        color: #fff;
        background: #439973;
    }

.lp-sts {
    padding-left: 0px;
    list-style: none;
    display: table;
    margin: 0 auto 20px;
    width: 100%;
}

    .lp-sts li {
        padding: 5px 6px;
        list-style: none;
        /*border-radius: 100%;*/
        /*background: #e0bd10;*/
        color: #fff;
        float: left;
        margin: 2px;
        width: 19%;
    }

.lp-sts-tle {
    padding: 40px 6px;
    width: 100%;
    display: table;
    color: #fff;
}

.lp-sts-dsc {
    margin: 0 auto !important;
    color: #000;
    line-height: 16px !important;
    display: table;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    font-size: 14px !important;
    height: 65px !important;
}
/*Video Overlay Start*/
.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0);
    transition: background 0.5s ease;
}

.cancelled-Conf {
    cursor: not-allowed !important;
    text-decoration: line-through !important;
    text-decoration-color: #efefef;
}

    .cancelled-Conf small {
        color: #888 !important;
    }

    .cancelled-Conf h4 {
        color: #888 !important;
    }

    .cancelled-Conf p {
        color: #888 !important;
    }

    .cancelled-Conf a {
        background: #333 !important;
        padding: 2px 3px !important;
        color: #888 !important;
        font-size: 13px !important;
    }

.dash-btn {
    padding: 0px 3px !important;
}

.front:hover .overlay {
    display: block;
    background: rgba(0, 0, 0, .65);
}


.button {
    position: absolute;
    width: 500px;
    left: 50px;
    top: 180px;
    text-align: center;
    opacity: 0;
    transition: opacity .35s ease;
}

    .button a {
        width: 200px;
        background-color: #5ebc04;
        text-decoration: none;
        padding: 12px 48px;
        text-align: center;
        color: white;
        border: solid 2px white;
        z-index: 1;
    }

.front:hover .button {
    opacity: 1;
}
/*Video Overlay End*/


#HallId {
    background: #000 !important;
    color: #fff !important;
}

.mdl {
    min-width: 650px !important;
}

.tag {
    display: table;
    padding-left: 0px;
}

    .tag li {
        list-style: none;
        font-size: 16px;
        font-weight: 600;
    }

        .tag li:nth-child(even) {
            background: #e0f0d1;
            color: #7a7a7a;
        }

        .tag li:nth-child(odd) {
            background: #ffffff;
            color: #7a7a7a;
        }

    .tag li {
        padding: 5px;
        color: #000;
        float: left;
        margin: 1px 0px;
        font-size: 14px !important;
        width: 100%;
        text-decoration: none;
    }


        .tag li a:hover {
            text-decoration: none;
        }

.frgt {
    font-size: 14px !important;
    border: none !important;
}

.regster li {
    border-top: none;
}

    .regster li.amenu {
        position: initial !important;
        display: inline-block !important;
    }

nav ul li {
    position: relative;
}

ul li ul.dropdown {
    background: #000;
    visibility: hidden;
    opacity: 0;
    min-width: 5rem;
    position: absolute;
    transition: all 0.5s ease;
    margin-top: 0rem;
    left: 0px;
    display: none;
    z-index: 99999;
    color: #fff;
}

    ul li:hover > ul.dropdown,
    ul li ul.dropdown:hover {
        visibility: visible;
        opacity: 1;
        display: block;
        width: 170px !important;
    }

    ul li ul.dropdown li {
        clear: both;
        width: 100%;
    }

        ul li ul.dropdown li:hover {
            background: #333;
        }

        ul li ul.dropdown li a {
            color: #fff;
        }

.amenu:hover .ddmenu {
    display: block !important;
    padding-left: 0px !important;
    position: absolute;
    left: 258px !important;
}

ul li ul.ddmenu {
    background: #000 !important;
    visibility: hidden;
    opacity: 0;
    min-width: 5rem;
    position: absolute;
    transition: all 0.5s ease;
    margin-top: 0rem;
    text-align: left !important;
    display: none;
    z-index: 99999;
    color: #fff;
}

    ul li:hover > ul.ddmenu,
    ul li ul.ddmenu:hover {
        visibility: visible;
        opacity: 1;
        display: block;
        width: 150px !important;
        padding-left: 0px !important;
        text-align: left !important;
    }

    ul li ul.ddmenu li {
        clear: both;
        width: 100%;
    }

        ul li ul.ddmenu li:hover {
            background: #333 !important;
        }

        ul li ul.ddmenu li a {
            background: #000;
            color: #fff !important;
        }

            ul li ul.ddmenu li a:hover {
                background: #333;
                color: #fff !important;
            }

body {
    background-color: #efefef !important;
}

.no-view-desktop {
    display: none;
}

.exhbt-img1 img {
    margin: 0 auto;
    display: table;
    max-width: 1200px !important;
    max-height: 900px !important;
}

.dsply {
    display: block;
}

.mt10 {
    margin-top: 10px;
}

.mt20 {
    margin-top: 20px;
}

.mt30 {
    margin-top: 30px;
}

.mb10 {
    margin-bottom: 10px;
}

.mb20 {
    margin-bottom: 20px;
}

.mb30 {
    margin-bottom: 30px;
}

.p0 {
    padding: 0px !important;
}

.pt10 {
    padding-top: 10px;
}

.pt20 {
    padding-top: 20px;
}

.pb30 {
    padding-bottom: 30px;
}

.pdrl20 {
    padding-left: 20px;
    padding-right: 20px;
}

.section {
    width: 1260px;
    margin: 0 auto;
    background-color: #fff !important;
}

.hdng {
    padding: 10px 0px;
}

.sctn-hdng h4 {
    color: #5dbb02;
    margin: 10px 0px;
    font-size: 30px;
}

.show-list {
    top: 420px !important;
    position: absolute;
}

.show-info img {
    width: 90%;
}

.show-info {
    background: #fff;
    width: 70%;
    padding: 0px 6px 0px 0px;
    text-align: center;
    margin: 30px auto !important;
    border-top: 6px solid #afb2af;
    border-left: 6px solid #afb2af;
    border-right: 6px solid #878c8a;
    border-bottom: 6px solid #878c8a;
    border-radius: 6px;
    box-shadow: inset 0em 0.2em 0.5em 0 rgba(196,196,196,0.9), inset -0.4em -0.4em 0em 0em rgba(196,196,196,0.9);
}

    .show-info:hover {
        border-top: 6px solid #000;
        border-left: 6px solid #000;
        border-right: 6px solid #000;
        border-bottom: 6px solid #000;
        border-radius: 6px;
        background: #efefef;
        cursor: pointer;
    }

    .show-info p span {
        background: #5ebc04;
        color: #fff;
        padding: 5px;
        font-size: 13px;
        float: right;
        text-decoration: none;
        margin-right: 6px;
        margin-bottom: 6px;
    }

    .show-info p {
        line-height: 18px;
    }

.manufacturetech {
    padding-top: 0px;
}


.co-show-image {
    height: 1330px;
}

.createtech-show-image {
    height: 2000px !important;
}

.deploytech-show-image {
    height: 1280px !important;
}

.manufacturetech-show-image {
    height: 1350px !important;
}

.jnj-show-image {
    height: 1200px !important;
}

.businesstech-show-image {
    height: 1200px !important;
}

.profittech-show-image {
    height: 1200px !important;
}

.co-show-list {
    top: 520px !important;
    position: absolute;
}

.jnj-halls {
    background: #5ebc04;
    border: 3px solid #fff;
    border-radius: 6px;
    width: 47%;
    text-align: center;
    margin: 10px;
    float: left;
    box-shadow: inset 0.2em 0.2em 0.4em 0.2em rgba(255, 255, 255, 0.4), inset -0.2em -0.2em 0.2em 0.2em rgba(0, 0, 0, 0.3);
}

    .jnj-halls .hallbox h5 {
        margin-top: 10px;
        margin-bottom: 0px;
        color: #fff;
    }

    .jnj-halls a {
        color: #fff;
        text-decoration: none !important;
        display: table;
        width: 100%;
    }
    /*.jnj-halls .hallbox p {
	margin-bottom: -25px; }*/

    .jnj-halls .hallbox p small {
        color: #000;
    }


    .jnj-halls p span {
        color: #fff;
        padding: 5px;
        font-size: 13px;
        float: right;
        text-decoration: none;
        margin-right: 6px;
        margin-bottom: 6px;
    }


.colm-hdng {
    background: #151515;
    padding: 10px;
    margin: 0px;
}

    .colm-hdng h2 {
        color: #fff;
        margin-bottom: 0px;
        font-weight: 600;
    }

.exhibit-glnc {
    background: #898989;
    color: #fff;
    padding: 10px;
    font-size: 24px;
    word-break: break-word;
}

/*.menu ul { list-style: none;}
.menu ul li { float: left; padding: 0px 5px; }
.menu ul li a { font-size: 14px; font-weight: 500; text-decoration: none; color: #000; }
.menu ul li a:hover { color: #000; }*/

/***********Header CSS Start************/
nav ul {
    padding: 0px;
}

    nav ul li {
        display: inline-block;
    }


nav a {
    color: #363636;
    display: block;
    text-decoration: none;
    padding: 10px;
    font-size: 14px;
    font-weight: 500;
}

    nav a:hover {
        text-decoration: none;
        color: #6bbf12;
    }

.menu-trigger {
    display: none;
    color: #000;
}

.event-date-main {
    position: absolute;
    width: 1260px;
    top: 110px;
    z-index: 9;
    margin: 0 auto;
}

.event-date {
    margin: 0 auto;
}

    .event-date h5 {
        color: #fff;
    }


.reg {
    text-align: right;
    list-style: none;
}

    .reg li {
        display: inline-block;
    }

        .reg li a {
            color: #363636;
            text-decoration: none;
            display: block;
            padding: 10px;
            font-size: 14px;
            font-weight: 400;
        }

    .reg i {
        background: #5ebc03;
        color: #fff;
        border-radius: 100%;
        padding: 3px 5px;
    }


.logo {
    text-align: center;
    padding-top: 5px;
}

.expo-text {
    border-right: 2px solid #c6c6c6;
    border-left: 2px solid #c6c6c6;
}

    .expo-text h5 {
        font-weight: 300;
        margin: 12px 0px 0px;
        /*font-size: 22px;*/
        text-align: center;
    }

.date {
    vertical-align: middle;
    border-right: 2px solid #c6c6c6;
}

    .date h6 {
        text-align: center;
        margin: 18px 0px 0px;
        font-size: 18px;
        line-height: 20px;
    }

.no-bdr {
    border: none;
}

.search-bar {
    background: #bdc0c7;
    padding: 8px 0px;
}

.add-list {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

    .add-list ul {
        padding-left: 3px;
        display: table;
        margin: 5px 0px 0px;
    }



        .add-list ul li {
            float: left;
            font-size: 14px;
            color: #3b3b3b;
            margin-bottom: 0px;
            margin-top: 5px;
            text-align: center;
            list-style: none;
            margin-left: 5px;
        }

            .add-list ul li a {
                color: #3b3b3b;
                text-decoration: none;
                border: 1px solid #3b3b3b;
                padding: 3px;
            }

                .add-list ul li a:hover {
                    color: #3b3b3b;
                    text-decoration: none;
                }

.stylsr {
    border-right: 0px !important;
    border-radius: 5px 0px 0px 5px !important;
}

.stylsl {
    border-left: 0px !important;
    border-radius: 0px 5px 5px 0px !important;
    border-bottom: 1px solid #efefef;
    padding: 10px;
}

.ui-menu {
    height: 250px;
    overflow: scroll;
    z-index: 99999 !important;
}

.ui-menu-item {
    background: #ccc7d6 !important;
    border: 1px solid #5ebc03 !important;
    font-size: 13px !important;
    color: #000 !important;
    border-bottom: 1px solid #efefef !important;
    box-shadow: none !important;
    padding: 5px;
}

.search {
    text-align: right;
}

    .search span {
        font-size: 14px;
        color: #3b3b3b;
        margin-bottom: 0px;
    }

    .search span {
        font-size: 14px;
        color: #3b3b3b;
        margin-bottom: 0px;
    }

.frm {
    font-size: 14px;
    color: #3b3b3b;
    font-weight: 400;
}

    .frm label {
        margin-right: 10px;
    }

    .frm .inpt {
        width: 34%;
    }
/*********Header CSS END************/

/*********Home Page CSS************/
.hide-desktop {
    display: none !important;
}

.hide-desktop1 {
    display: none !important;
}

.hidden-on-md {
    display: none !important;
}

.home-main {
    position: relative;
    margin: 0px;
}

.vdo-size iframe {
    width: 100%;
    height: 620px !important;
}

.hmain {
    height: 1930px;
}


.vip-login {
    width: 1260px;
    position: absolute;
    top: 370px;
}

.inptmb {
    width: 70%;
    margin: 0 auto;
    font-size: 12px;
}

.entr-btn-main {
    width: 1260px;
    position: absolute;
    top: 540px;
}

.entr-btn {
    margin: 0 auto;
}


button.login {
    font-size: 17px !important;
    padding: 6px 25px !important;
    border: 2px solid #fff !important;
    border-radius: 25px !important;
}

    button.login .fa {
        font-size: 13px !important;
    }

p.tip {
    line-height: 15px;
    color: #fff;
    margin-top: 18px;
}


.entr-btn a {
    font-size: 36px;
    font-weight: 600;
    text-decoration: none;
    color: #fff;
    border: 3px solid #fff;
    padding: 5px 15px;
}

    .entr-btn a:hover {
        text-decoration: none;
        color: #fff;
    }

.entr-btn h2 {
    color: #fff;
    margin-top: 10px;
}

.conference-enter-main {
    width: 35%;
    padding-top: 70px;
    margin: 0 auto !important;
    padding-bottom: 50px;
}

.conference-enter {
    margin: 0 auto;
}

.expo-enter-main {
    padding-top: 60px;
    padding-bottom: 30px;
}

.reg-screen img {
    width: 100%;
}


.conference-list {
    background: #565656 !important;
    /*height: 735px;*/
    overflow: hidden;
    overflow-x: hidden;
    padding: 0px 15px !important;
}

.conference-list {
    overflow: scroll;
    overflow-x: hidden;
}

    .conference-list h2 {
        color: #fff;
        margin: 20px 0px;
        font-size: 24px !important;
    }

    .conference-list h6 {
        color: #5ebc04;
        margin: 0px 0px 10px;
    }


.halls {
    border-bottom: 1px solid #606561;
    padding-bottom: 10px;
}

.no-btm-bdr {
    border-bottom: none;
}

.no-btm-bdr {
    border-bottom: none;
}

.halls small {
    color: #fff;
    line-height: 12px;
}

.halls p {
    font-size: 13px;
    color: #fff;
    line-height: 14px;
    margin-bottom: 5px;
}

.halls a {
    background: #5ebc04;
    padding: 2px 3px;
    color: #fff;
    font-size: 13px;
}

    .halls a:hover {
        background: #5ebc04;
        padding: 2px 3px;
        color: #fff;
        font-size: 13px;
        text-decoration: none;
    }


.conference-list h4 {
    padding-bottom: 0px;
    font-size: 18px;
    color: #5ebc04;
    margin-bottom: 5px;
}




#style-3::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #575757;
    height: 6px;
}

#style-3::-webkit-scrollbar {
    width: 12px;
    background-color: #575757;
}

#style-3::-webkit-scrollbar-thumb {
    background-color: #fff;
    border-radius: 3px;
    height: 5px;
}



.main-btn-box {
    width: 1260px;
    position: absolute;
    top: 520px;
}

.btn-box {
    margin: 0 auto;
    text-align: center;
}
/*********Home Page CSS END************/




/*********Tabs CSS************/



.nav-link {
    padding: 6px 0px !important;
}

.nav-pills .nav-link {
    background: #a8a8a8;
    color: #ffffff;
    border-radius: 0px !important;
}

    .nav-pills .nav-link.active, .nav-pills .show > .nav-link {
        color: #fff;
        background-color: #5dbb03 !important;
    }

.tab-content {
    border-top: 2px solid #56b701;
}

.exhibit-list {
    padding-left: 0px;
}

    .exhibit-list li {
        list-style: none;
        border: 1px solid #cfcece;
        border-radius: 10px;
        padding: 10px 10px;
        margin-bottom: 10px;
    }

        .exhibit-list li h4 {
            color: #4c4c4c;
        }

        .exhibit-list li p {
            color: #9e9e9e;
        }

        .exhibit-list li span {
            color: #737272;
        }

        .exhibit-list li a {
            color: #000;
        }

            .exhibit-list li a:hover {
                color: #0a0b8a;
                text-decoration: none;
            }

        .exhibit-list li img {
            border: 1px solid #000;
        }

.exhibit-txt {
    padding: 20px 15px;
}

.exhibitor-list {
    padding-left: 0px;
}

    .exhibitor-list li {
        list-style: none;
        border-bottom: 1px solid #ddd;
        padding: 6px 0px;
        color: #0a0b8a;
    }

        .exhibitor-list li:hover {
            box-shadow: 0px 0px 3px #888;
        }

        .exhibitor-list li:nth-child(odd) {
            background: #efefef;
        }

        .exhibitor-list li a {
            color: #0a0b8a;
            font-size: 18px;
        }

            .exhibitor-list li a:hover {
                text-decoration: none;
            }

/*********Tabs CSS END************/


.live-stat-count {
    position: absolute;
    top: 280px;
    width: 1260px !important;
    z-index: 9;
}

.live-stat-count-2 {
    position: absolute;
    top: 130px !important;
    width: 100% !important;
}

.live-stat-box {
    background: #5ebc04;
    padding: 10px 5px 10px;
    display: table;
}

.live-stat1 {
    text-align: center;
    padding: 0px 0px !important;
}

    .live-stat1 h4 {
        color: #fff;
        font-weight: 600;
    }

.count {
    border: 1px solid #499006;
    margin-top: 5px;
    padding: 10px;
}

    .count h5 {
        color: #fff;
        font-size: 36px;
        font-weight: 600
    }

    .count p {
        color: #fff;
        font-size: 18px;
        font-weight: 500;
        line-height: 18px;
        margin-bottom: 0px;
    }

a .breifcase {
    border: 1px solid #bdc0c7;
    padding: 10px;
    color: #000;
}

.visit-booth {
    border-top: 1px solid #bdc0c7;
    padding: 10px;
}

    .visit-booth a {
        color: #000;
    }

    .visit-booth .fa {
        color: #5dbb46;
    }

    .visit-booth a:hover {
        color: #000;
        text-decoration: none;
    }

a .breifcase {
    border: 1px solid #bdc0c7;
    padding: 10px;
    color: #000;
}

.breif a:hover {
    text-decoration: none;
}

.breifcase .fa {
    color: #5dbb46;
}

.comn-colm {
    padding: 0px !important;
}

    .comn-colm h7 {
        font-weight: 600;
        display: block;
        background: #000 !important;
        color: #fff;
        text-align: center;
        padding: 6px 10px;
    }

.promotions {
    padding: 0px 10px 10px;
    border: 1px solid #000;
    border-top: none;
}

    .promotions img {
        width: 256px !important;
        height: 192px !important;
    }

    .promotions iframe {
        width: 256px !important;
        height: 192px !important;
    }

.partner-box img {
    border: 1px solid #efefef;
    text-align: center;
    padding: 0px 10px;
}

.info-box {
    border: 1px solid #000;
    padding-bottom: 10px;
    border-bottom: none;
}


    .info-box h6 {
        text-align: left;
        padding: 0px;
        border-bottom: 1px solid #d8d8d8;
        line-height: 30px;
        margin: 10px 0px 0px;
    }

        .info-box h6 span {
            background: #000;
            padding: 5px;
            color: #fff;
        }

    .info-box p {
        text-align: left;
        padding: 0px;
        margin: 10px 0px 0px;
    }


.live-stat-count-1 {
    top: 90px;
    float: right;
}

.live-stat-box-1 {
    background: #5ebc04;
    padding: 10px 10px 20px 10px;
}

.live-stat-1 {
    text-align: center;
    padding: 0px 0px !important;
}

    .live-stat-1 h4 {
        color: #fff;
        font-weight: 600;
        font-size: 1.2;
    }

.count-1 {
    border: 1px solid #499006;
    margin-top: 5px;
    padding: 10px;
}

    .count-1 h5 {
        color: #fff;
        font-size: 36px;
        font-weight: 600;
    }

    .count-1 p {
        color: #fff;
        font-size: 18px;
        font-weight: 500;
        line-height: 18px;
        margin-bottom: 0px;
    }



.left-clm {
    padding-left: 0px !important;
    text-align: center;
}

    .left-clm h5 {
        background: #3d3b3c;
        color: #fff;
        text-align: center;
    }

    .left-clm h3 span {
        color: #5ebc03;
    }

.chat-box:nth-child(1) {
    border-top: none;
}

.chat-box:nth-child(last) {
    border-bottom: 2px solid #d8d8d8;
}

.chat-box {
    border-bottom: 2px solid #d8d8d8 !important;
    padding: 19px;
    margin-bottom: 10px;
}

    .chat-box h4 {
        color: #5ebc03;
    }

    .chat-box p {
        color: #929292;
        font-weight: 500;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .chat-box a {
        color: #fff;
        background: #5ebc03;
        padding: 3px 8px;
        font-weight: 500;
        margin-top: 10px;
    }

        .chat-box a:hover {
            color: #fff;
            text-decoration: none;
        }


.chat-box-bsy {
    border-top: 2px solid #d8d8d8;
    padding: 15px !important;
    margin-bottom: 10px;
}

    .chat-box-bsy h4 {
        color: #929292;
    }

    .chat-box-bsy p {
        color: #929292;
        font-weight: 500;
        margin-top: 10px;
        margin-bottom: 10px;
        font-size: 14px !important;
    }

    .chat-box-bsy a {
        color: #929292;
        padding: 3px 8px;
        font-size: 1.5rem;
        font-weight: 500;
        margin-top: 10px;
    }

.chat-box a:hover {
    color: #fff;
    text-decoration: none;
}

.chat-box .alert {
    position: relative;
    padding: 0.75rem 1.25rem;
    border: 1px solid transparent;
    border-radius: 0.25rem;
    margin-bottom: 0px;
    background: #5ebc03 !important;
    color: #fff !important;
}

.right-clm {
    padding-right: 0px !important;
    text-align: center;
    float: left;
}

    .right-clm h5 {
        background: #000733;
        color: #fff;
        text-align: center;
    }


.live-stat {
    padding: 15px 10px;
    background: #5ebc03;
}

    .live-stat h5 {
        color: #fff;
        font-size: 36px;
    }

    .live-stat h7 {
        font-weight: 600;
        display: block;
        background: #5ebc03;
        color: #fff;
        text-align: center;
        padding: 6px 10px;
        font-size: 24px;
        text-transform: uppercase;
    }

    .live-stat p {
        color: #fff;
        text-align: center;
        margin-top: 10px;
        margin-bottom: 0px;
        font-weight: 500;
        font-size: 32px;
        line-height: 26px;
    }


.count1 {
    border: 1px solid #499006;
    margin-top: 5px;
    padding: 10px;
}

    .count1 h5 {
        color: #fff;
        font-size: 36px;
        background: none;
    }

    .count1 p {
        color: #fff;
        font-size: 18px;
        font-weight: 500;
        line-height: 18px;
        margin-bottom: 0px;
    }

.live-stat span {
    font-weight: 600;
    text-align: center;
    font-size: 14px;
    color: #3D3D3D;
}

.full-stat h7 {
    display: block;
    font-weight: 600;
    background: #e2e2e2;
    color: #000;
    text-align: center;
    padding: 6px 10px;
}

.full-stat p {
    color: #3c3a3b;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 0px;
    font-size: 32px;
    line-height: 26px;
}

.comn-colm {
    padding: 0px !important;
}

    .comn-colm h7 {
        font-weight: 600;
        display: block;
        background: #5ebc03;
        color: #fff;
        text-align: center;
        padding: 6px 10px;
    }


.ovrflw {
    overflow: hidden;
}

.img-size {
    width: 100%;
    height: 75%;
}

.img-sz img {
    max-height: 210px !important;
    max-width: 281px !important;
    display: table;
    margin: 0 auto;
    max-height: 210px !important;
    max-width: 281px !important;
}


.img-sz2 img {
    max-height: 207px !important;
    max-width: 276px !important;
    display: table;
    margin: 0 auto;
    min-height: 207px;
    min-width: 276px;
}

.img-sz2 iframe {
    max-height: 207px !important;
    max-width: 276px !important;
    display: table;
    margin: 0 auto;
    min-height: 207px;
    min-width: 276px;
}

.exbt-vdo iframe {
    max-height: 207px !important;
    max-width: 276px !important;
    display: table;
    margin: 0 auto;
    min-height: 207px;
    min-width: 276px;
}

.img-sz2 p {
    word-break: break-word;
}


.img-size img {
    width: 100%;
    height: 100%;
}

.img-size1 {
    width: 100%;
    height: 75%;
}

    .img-size1 img {
        width: 100%;
        height: 100%;
    }

    .img-size1 h6 {
        margin-top: 10px;
    }


.img-size2 {
    width: 100%;
    height: 75%;
}

    .img-size2 img {
        width: 100%;
        height: 100%;
    }


.img-size5 img {
    width: 281px;
    height: 210px;
}

.img-size6 img {
    width: 200px;
    height: 150px;
}

/**********SLIDER CSS**********/
.slider {
    width: 100%;
    position: relative;
    margin: auto;
}

.slide {
    display: none;
    width: 100%;
    height: 75%;
}

    .slide img {
        height: 100%;
        width: 100%;
    }


.caption {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 22px;
    color: #fff;
    padding: 8px 16px;
    background-color: rgba(0, 0, 0, 0.4);
    border-radius: 4px;
}

.whch-hall {
    text-align: center;
    background: #fff;
    color: #000;
    padding: 20px 0px;
    margin: 0 auto;
    top: -40px;
}

    .whch-hall h2 {
        font-weight: 600;
    }

.logoutbtn {
    font-size: 0.8rem;
}

.slider a.prev, .slider a.next {
    position: absolute;
    top: 50%;
    font-size: 30px;
    cursor: pointer;
    color: #ffffff !important;
    padding: 12px;
    transition: 0.2s;
}

.slider .next {
    right: 20px;
}

.slider .prev {
    left: 20px;
}


.show {
    animation: fade 0.5s ease-out;
}


.center-colm {
    border: 2px solid #d8d8d8;
    border-top: none;
    border-bottom: none;
    float: left;
}

    .center-colm .popular-exhibit img {
        border: 1px solid #000;
    }

    .center-colm p {
        font-size: 16px;
        line-height: 18px;
        margin-top: 8px;
        margin-bottom: 2px;
    }

    .center-colm .popular-exhibit span {
        color: #737272;
        font-size: 13px;
    }


.prps-halls {
    border: 2px solid #838182;
    cursor: pointer;
    padding-top: 5px;
    padding-bottom: 5px;
}

    .prps-halls p {
        line-height: 18px;
        color: #858182;
        font-weight: 500;
    }

    .prps-halls .img01 {
        display: none;
    }

    .prps-halls:hover .img1 {
        display: none;
    }

    .prps-halls:hover .img01 {
        display: inline;
    }



    .prps-halls:hover {
        border: 2px solid #60ba00;
    }

        .prps-halls:hover p {
            color: #60ba00;
        }

.frm-srch {
    font-size: 14px;
    color: #3b3b3b;
    font-weight: 400;
}

    .frm-srch .inpt-srch {
        width: 35%;
        padding: 6px;
    }

    .frm-srch button {
        padding: 6px;
        background: #b7b7b7;
        border: 1px solid #000;
        color: #fff;
    }




.list h7 {
    background: #5fbb02;
    border-bottom: 2px solid #5fbb02;
    color: #fff;
    padding: 3px 8px;
}

.tbl {
    font-size: 14px;
    color: #333;
    font-weight: 400;
}

.show-more {
    padding: 6px;
    background: #fff;
    border: 1px solid #c9c9c9;
    color: #c9c9c9;
    font-size: 12px;
    margin: 0 auto;
}

.hall-list {
    position: absolute;
    top: 410px;
    width: 1260px;
}

.hall-list-box {
    margin: 0 auto;
    display: table;
    z-index: 99;
}

.hall {
    text-align: center;
    background: #000;
    padding: 15px;
    width: 48%;
    margin: 6px;
    float: left;
}

    .hall h5 {
        font-size: 18px;
        margin-bottom: 0px;
    }

        .hall h5 a {
            color: #fff;
        }

            .hall h5 a:hover {
                color: #fff;
                text-decoration: none;
            }


.bnr-hdng {
    width: 1260px;
    position: absolute;
    top: 310px;
    margin: 0 auto;
}

.bnr-hdng1 {
    width: 100%;
    position: absolute;
    top: 150px;
    margin: 0 auto;
}


.height-box {
    height: 150px;
}

.bnr-hdng-box {
    margin: 0 auto;
}

    .bnr-hdng-box h1 {
        font-size: 52px;
        font-weight: 600;
        color: #fff;
        text-shadow: 2px 2px 3px rgba(0,0,0,0.6), 0px 4px 7px rgba(0,0,0,0.6), 0px 9px 12px rgba(0,0,0,0.6);
        line-height: 65px;
    }

.hdng-bg {
    background: #000;
    padding: 30px;
    z-index: 999;
}

    .hdng-bg h1 {
        font-size: 52px;
        font-weight: 600;
        color: #fff;
        line-height: 65px;
    }


.live-stat-expo {
    width: 100%;
    position: absolute;
    bottom: 0px;
}

.live-stat-expo-box {
    margin: 0 auto;
    background: rgba(255, 255, 255, 0.8);
    padding: 10px;
}

    .live-stat-expo-box h3 {
        background: #5ebc04;
        color: #fff;
        padding: 6px;
    }

.stat-expo-box {
    width: 32%;
    float: left;
    padding: 10px;
    margin: 2px;
    border: 1px solid #5ebc04;
}

    .stat-expo-box h4 {
        color: #59bc01;
        font-weight: 600;
        margin-bottom: 0px;
    }

    .stat-expo-box p {
        color: #000;
        line-height: 20px;
        font-weight: 600;
        margin-bottom: 0px;
    }

.exhbt-img img {
    max-height: 360px;
    min-height: 360px;
    max-width: 480px;
    min-width: 480px;
    display: table;
    margin: 0 auto;
}

.exhibits-at-glnc img {
    max-height: 180px;
    min-height: 180px;
    max-width: 240px;
    min-width: 240px;
    display: table;
    margin: 0 auto;
    border: 1px solid #000 !important;
}

.exhibits-at-glnc p {
    word-break: break-word;
}

.visit-cnt {
    color: #5ebc04;
    font-size: 14px;
    text-align: center;
    display: table;
    float: right;
}

ul.exhcnt {
    padding-left: 0px;
}

.exhcnt li {
    float: left;
    list-style: none;
    text-align: center;
    font-size: 13px;
    padding: 5px 0px;
}

    .exhcnt li:nth-child(1) {
        background: #b5b5b5;
        color: #fff;
    }

    .exhcnt li:nth-child(2) {
        background: #5fb946;
        color: #fff;
        border-left: 2px solid #fff;
    }

@media (min-width: 320px) and (max-width:340px) {
    .embeddedconf iframe {
        max-width: 81% !important;
        max-height: 130px !important;
        left: -15px !important;
        top: -118px !important;
    }
}



@media (min-width: 320px) and (max-width:500px) {
    .booth-vdo iframe {
        width: 100% !important;
        height: 200px;
    }

    .section {
        max-width: 100%;
    }

    .newlayout-bg {
        background: -moz-linear-gradient(top, rgba(0,0,0,1) 0%, rgba(0,0,0,0.52) 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(top, rgba(0,0,0,1) 0%,rgba(0,0,0,0.52) 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom, rgba(0,0,0,1) 0%,rgba(0,0,0,0.52) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#85000000',GradientType=0 ); /* IE6-9 */
    }

    .qustn-box-botm {
        display: table !important;
    }

    .question-box {
        display: none !important;
    }
    .embeddedconf iframe {
        max-width: 79%;
        max-height: 134px;
        left: -15px !important;
        top: -113px;
    }
    .bg-conference {
    background-size: contain !important;
    }

    .output {
        width: 76%;
        left: 64px;
    }

    .lp-sts {
        padding-left: 3px;
        list-style: none;
        display: table;
        margin: 0 auto 20px;
        width: 100%;
    }

        .lp-sts li {
            padding: 5px 4px;
            list-style: none;
            /*border-radius: 100%;*/
            /*background: #e0bd10;*/
            color: #fff;
            float: left;
            margin: 2px;
            width: 18%;
            font-size: 9px;
        }

    .visitors-count h7 {
        font-size: 10px;
    }

    .visit-cnt {
        color: #5ebc04;
        font-size: 14px;
        text-align: center;
        display: table;
        float: none;
        margin: 0 auto;
    }

    .add-list ul {
        margin: 0 auto;
        padding: 10px 0px;
    }

    .img-sz img {
        max-height: 210px !important;
        max-width: 281px !important;
        min-height: 210px !important;
        min-width: 281px !important;
        display: table;
        margin: 0 auto;
    }

    .img-sz2 img {
        max-height: 99px !important;
        max-width: 133px !important;
        min-height: 99px !important;
        min-width: 133px !important;
        display: table;
        margin: 0 auto;
    }

    .img-sz2 iframe {
        max-height: 99px !important;
        max-width: 133px !important;
        min-height: 99px !important;
        min-width: 133px !important;
        display: table;
        margin: 0 auto;
    }

    .exbt-vdo iframe {
        max-height: 99px !important;
        max-width: 133px !important;
        min-height: 99px !important;
        min-width: 133px !important;
        display: table;
        margin: 0 auto;
    }

    .add-list ul li {
        margin: 0px 2px !important;
    }

        .add-list ul li a {
            padding: 3px 5px;
        }

    .no-view-desktop {
        display: table !important;
    }

    .no-view-mb {
        display: none !important;
    }

    .count-wdth h5 {
        text-align: center;
    }

    .no-view-desktop h5.hdng {
        background: #000733;
        color: #fff;
        text-align: center
    }


    .live-stat {
        display: table;
    }

    .count-wdth {
        width: 31%;
        margin: 3px;
        float: left;
    }


        .count-wdth p {
            color: #fff;
            font-size: 12px;
            font-weight: 500;
            line-height: 18px;
            margin-bottom: 0px;
        }

    .button {
        position: absolute;
        width: 200px;
        left: 50px;
        top: 180px;
        text-align: center;
        opacity: 0;
        transition: opacity .35s ease;
    }

    .chat-box a {
        color: #fff;
        background: #5ebc03;
        padding: 3px 5px;
        font-weight: 500;
        margin-top: 10px;
        font-size: 12px;
    }

    .chat-box-bsy a {
        color: #fff;
        background: #5ebc03;
        padding: 3px 5px;
        font-weight: 500;
        margin-top: 10px;
        font-size: 12px;
    }

    .exhibits-at-glnc img {
        max-height: 140px;
        min-height: 140px;
        max-width: 100% !important;
        min-width: 100% !important;
        display: table;
        margin: 0 auto;
    }

    .chat-box p {
        color: #929292;
        font-weight: 500;
        margin-top: 10px;
        margin-bottom: 10px;
        font-size: 10px !important;
    }

    .chat-box-bsy {
        padding: 10px !important;
    }

        .chat-box-bsy p {
            color: #929292;
            font-weight: 500;
            margin-top: 10px;
            margin-bottom: 10px;
            font-size: 10px !important;
        }

    .exhbt-img img {
        max-height: 270px;
        min-height: 270px;
        max-width: 100% !important;
        min-width: 100% !important;
        display: table;
        margin: 0 auto;
    }

    .mdl {
        min-width: 340px !important;
    }

    .modal-body h5 {
        font-size: 14px !important;
    }

    .chat-box1 {
        display: table !important;
        padding: 10px !important;
        margin: 3px 0px;
        float: left;
        cursor: pointer;
    }

        .chat-box1 h4 {
            font-size: 14px;
            font-weight: 600;
        }



        .chat-box1 img {
            width: 30% !important;
        }

    .exhibit-txt {
        padding: 10px 15px !important;
    }

    .exhibit-list img {
        width: 100%;
        height: 69px;
    }

    .nav-pills .nav-link {
        font-size: 12px;
    }

    .hidden-on-xs {
        display: none !important;
    }

    .hidden-on-md {
        display: table !important;
    }

    .hide-mobile {
        display: none !important;
    }

    .hide-desktop {
        display: table !important;
    }


    .hide-mobile1 {
        display: none !important;
    }

    .hide-desktop1 {
        display: table !important;
    }


    .logo-img {
        width: 80%;
        padding: 10px;
        margin: 0 auto;
    }

    .menu-trigger {
        display: block;
        font-size: 20px;
        padding: 8px;
    }

    nav a {
        color: #363636;
        display: block;
        text-decoration: none;
        padding: 13px;
        font-size: 12px;
        font-weight: 400;
    }

    nav ul {
        display: block;
        position: inherit;
        top: 0;
        margin-top: 40px;
        left: 0;
        flex-direction: column;
        width: 100%;
        justify-content: center;
        align-items: initial;
        /*background: #efefef;*/
        z-index: 99;
    }

        nav ul li {
            display: block;
            border-top: 1px #79896D solid;
        }

    nav ul {
        display: none;
    }


    .hide-mb {
        display: none;
    }

    .hide-mb1 {
        display: none;
    }

    .logo {
        margin-bottom: 15px;
    }

    .expo-text {
        border-left: none;
    }

    .frm label {
        margin: 0px !important;
    }

    .regster {
        padding-left: 0px !important;
        margin-top: 6px;
        display: contents;
        background: none;
    }

        .regster li a {
            color: #363636;
            text-decoration: none;
            display: block;
            padding: 10px 6px !important;
            font-size: 12px;
            font-weight: 400;
        }

    .ddmenu li a {
        color: #363636;
        text-decoration: none;
        display: block;
        padding: 5px !important;
        font-size: 12px;
        font-weight: 400;
    }

    .amenu:hover .ddmenu {
        left: 90px !important;
    }

    ul li:hover > ul.ddmenu, ul li ul.ddmenu:hover {
        width: 120px !important;
    }

    .reg {
        padding-left: 0px !important;
    }

        .reg li a {
            color: #363636;
            text-decoration: none;
            display: block;
            padding: 10px 8px !important;
            font-size: 12px;
            font-weight: 400;
        }

    .add-list p {
        font-size: 12px;
        color: #3b3b3b;
        margin-bottom: 0px;
        margin-top: 3px;
        text-align: center;
    }

    .search {
        text-align: right;
    }

        .search span {
            font-size: 12px;
            color: #3b3b3b;
            margin-bottom: 0px;
        }

        .search span {
            font-size: 12px;
            color: #3b3b3b;
            margin-bottom: 0px;
        }

    .frm {
        font-size: 12px;
        color: #3b3b3b;
        font-weight: 400;
    }

        .frm .inpt {
            width: 70%;
        }

    .frm-srch {
        font-size: 12px;
        color: #3b3b3b;
        font-weight: 400;
    }

        .frm-srch .inpt-srch {
            width: 60%;
            padding: 6px;
        }

    .colm-hdng h2 {
        color: #fff;
        margin-bottom: 0px;
        font-weight: 600;
        font-size: 26px;
    }

    .home-main {
        position: relative;
    }


    .vip-login {
        width: 100%;
        position: absolute;
        top: 340px;
    }

    .vip-box h8 {
        font-size: 12px;
    }

    .entr-btn-main {
        width: 100%;
        position: relative;
        top: -140px;
        margin: 0px !important;
    }

    .entr-btn a {
        font-size: 26px;
        padding: 2px 6px;
        border: 1px solid #fff;
    }

    .entr-btn h2 {
        font-size: 24px;
        margin-top: 4px;
    }

    .conference-enter-main {
        width: 95%;
        position: absolute;
        top: 268px;
    }

    .conference-enter img {
        width: 88%;
    }




    .expo-enter-main {
        width: 95%;
        position: absolute;
        top: 363px;
    }

    .expo-enter img {
        width: 70%;
    }

    .reg-enter-main {
        width: 100%;
        position: absolute;
        top: 438px;
    }

    .expo-enter img {
        width: 65%;
    }






    .help-desk-enter img {
        width: 70%;
    }

    .reg-screen img {
        width: 70%;
    }

    .conference-list {
        padding: 0px 0px 0px 10px !important;
        height: 350px !important;
    }

        .conference-list h4 {
            font-size: 18px;
        }


    .main-btn-box {
        width: 100%;
        position: absolute;
        top: 420px;
    }


    .hall-hdng {
        width: 100%;
        top: 350px !important;
    }

    .btn-box {
        margin: 0 auto;
        text-align: center;
    }

    .prps-halls {
        margin-top: 20px;
    }

    .promotions img {
        width: 280px !important;
        height: 210px !important;
    }

    .promotions iframe {
        width: 280px !important;
        height: 210px !important;
    }

    .pb30 {
        padding-bottom: 0px;
    }


    .expo-text {
        padding: 0px !important;
    }

        .expo-text h5 {
            font-size: 16px;
            margin-top: 10px;
            margin-bottom: 10px;
        }


    .date {
        padding: 0px !important;
    }

        .date h6 {
            font-size: 15px;
            margin-top: 10px;
            margin-bottom: 10px;
        }


    .live-stat-count {
        margin: 0px !important;
        padding: 0px !important;
        position: relative;
        top: 0px;
        width: 100% !important;
    }

    .live-stat-count-2 {
        top: 0px !important;
    }

    .exhibit-list li a {
        font-size: 14px;
        line-height: 14px;
        font-weight: 600;
    }

    .count {
        width: 32%;
        float: left;
        margin: 2px;
    }

        .count h5 {
            font-size: 28px;
        }

        .count p {
            font-size: 16px;
        }

    .live-stat-count-1 {
        margin: 0px !important;
        padding: 0px !important;
        position: relative;
        top: 40px;
    }

    .count-1 {
        width: 32%;
        float: left;
        margin: 2px;
    }

        .count-1 h5 {
            font-size: 24px;
        }

        .count-1 p {
            font-size: 12px;
        }

    .hdng-bg {
        padding: 12px;
        width: 100%;
    }

        .hdng-bg h1 {
            font-size: 20px !important;
        }



    .bnr-hdng {
        top: 280px;
        width: 100%;
    }

    .bnr-hdng1 {
        top: 50px;
        width: 100%;
    }

    .bnr-hdng-box h1 {
        font-size: 24px;
        line-height: 20px;
    }

    .hall-list {
        position: absolute;
        top: 400px;
        width: 100%;
        margin: 0px !important;
    }

    .co-show-image {
        height: 1020px;
    }

    .co-show-list {
        width: 95%;
        top: 440px !important;
    }

    .jnj-halls {
        width: 96%;
        margin: 10px;
        text-align: center;
        margin: 3px;
        float: left;
        background: none;
        box-shadow: none;
        border-radius: 50px;
        border: 5px solid #d8d6d6;
    }


        .jnj-halls h5 {
            font-size: 19px;
            color: #000 !important;
        }

        .jnj-halls p span {
            font-size: 10px;
            padding: 3px;
            margin: 6px;
            background: none !important;
            margin-top: -55px;
        }

    .hallbox img {
        width: 20px;
    }

    .jnj-halls p small {
        font-size: 10px;
    }





    .show-list {
        width: 95%;
        top: 310px !important;
    }

    /*.show-info {
        background: none !important;
        box-shadow: none !important;
        width: 100%;
        margin: 10px;
        text-align: center;
        margin: 3px;
        float: none;
        margin: 0 auto !important;
        border: none !important;
    }*/

    .show-mb {
        border: 5px solid #a4a3a3 !important;
        border-radius: 60px;
        display: table;
        width: 90%;
        margin: 0 auto !important;
    }

        .show-mb:hover {
            border: 5px solid #5ebb04 !important;
            border-radius: 60px;
            display: table;
            width: 90%;
            text-decoration: none;
        }

        .show-mb .fa-angle-right {
            color: #a4a3a3;
        }

        .show-mb:hover .fa-angle-right {
            color: #68bf14;
        }

    .manufacturetech {
        padding-top: 5px;
    }

    .show-info img {
        width: 90%;
    }

    .show-info p span {
        font-size: 10px;
        padding: 3px;
        margin: 6px;
        background: none !important;
        margin-top: -52px !important;
    }

    .exhcnt {
        padding-bottom: 5px !important;
        color: #a4a3a3 !important;
        text-decoration: none !important;
        line-height: 0px;
        margin-top: 10px;
    }



    .whch-hall {
        padding: 10px 0px;
    }

        .whch-hall h2 {
            font-size: 20px;
        }

    .hall-list-box {
        margin: 0 auto;
        display: table;
    }

    .hall {
        text-align: center;
        background: #000;
        padding: 8px 3px;
        width: 100%;
        margin: 3px;
        float: left;
    }

        .hall h5 {
            font-size: 12px;
            margin-bottom: 0px;
        }



    .live-stat-expo {
        width: 100%;
        position: absolute;
        bottom: 100px;
    }

    .live-stat-expo-box {
        margin: 0 auto;
        background: rgba(255, 255, 255);
        padding: 10px;
    }

        .live-stat-expo-box h3 {
            background: #5ebc04;
            color: #fff;
            padding: 6px;
            font-size: 20px;
        }

    .stat-expo-box {
        width: 31%;
        float: left;
        padding: 10px;
        margin: 2px;
        border: 1px solid #5ebc04;
    }

        .stat-expo-box h4 {
            color: #59bc01;
            font-weight: 600;
            margin-bottom: 0px;
            font-size: 18px;
        }

        .stat-expo-box p {
            color: #000;
            line-height: 16px;
            font-weight: 600;
            margin-bottom: 0px;
            font-size: 13px;
        }

    .tbs-main {
        display: block !important;
    }

    .tbs {
        width: 50%;
        float: left;
        flex-direction: unset !important;
    }

    .event-date-main {
        position: absolute;
        width: 100%;
        top: 30px;
        z-index: 9;
    }

    .event-date h5 {
        font-size: 14px;
    }
}

@media (min-width: 370px) and (max-width:380px) {
    .embeddedconf iframe {
        max-width: 78%;
        max-height: 152px;
        left: -16px !important;
        top: -111px;
    }
}

@media (min-width: 411px) and (max-width:450px) {
    .bg-conference {
        background-size: contain !important;
    }
    .embeddedconf iframe {
        max-width: 78% !important;
        max-height: 154px !important;
        left: -18px !important;
        top: -107px !important;
    }
}

@media (min-width :520px) and (max-width : 680px) {


    .modal-content {
        height: 300px;
        overflow: scroll;
    }
}



@media (min-width :736px) and (max-width : 780px) {

    .modal-dialog-centered {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: flex-start !important;
        align-items: flex-start !important;
        min-height: calc(100% - 1rem);
    }

    #signup {
        height: 350px;
        overflow: scroll;
    }
   
}

@media (min-width: 540px) and (max-width:559px) {
    .embeddedconf iframe {
        max-width: 71% !important;
        max-height: 259px !important;
        position: absolute !important;
        right: 120px !important;
        top: 77px !important;
    }
}

@media (min-width: 560px) and (max-width:580px) {
    .embeddedconf iframe {
        max-width: 77% !important;
        max-height: 230px !important;
        left: -26px !important;
        top: -88px !important;
    }
    .question-box {
        top: 287px;
    }
}

@media (min-width: 501px) and (max-width:580px) {
    .entr-btn-main {
        width: 100%;
        position: absolute;
        top: 230px;
    }

    .embeddedconf iframe {
        max-width: 98%;
        max-height: 280px;
    }


    .qustn-box-botm {
        display: none !important;
    }

    .output {
        width: 50%;
        left: 290px;
    }

    .vip-login {
        width: 100%;
        position: absolute;
        top: 400px;
    }

    .event-date {
        top: -10px;
    }

        .event-date h5 {
            font-size: 14px;
        }
}

@media (min-width: 501px) and (max-width:680px) {

    .section {
        max-width: 100%;
    }

    .bnr-hdng1 {
        top: 60px;
    }

    .booth-vdo iframe {
        width: 100% !important;
        height: 340px;
    }

    .newlayout-bg {
        background: -moz-linear-gradient(top, rgba(0,0,0,1) 0%, rgba(0,0,0,0.52) 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(top, rgba(0,0,0,1) 0%,rgba(0,0,0,0.52) 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom, rgba(0,0,0,1) 0%,rgba(0,0,0,0.52) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#85000000',GradientType=0 ); /* IE6-9 */
    }
    .bg-conference {
        background-size: contain !important;
    }
    .embeddedconf iframe {
        max-width: 76%;
        max-height: 248px;
        left: -28px;
        top: -80px;
    }

    .question-box {
        display: table !important;
        top: 327px !important;
        left: 32px !important;
    }

        .question-box input {
            height: 26px;
            padding: 1px;
        }

        .question-box .input-group-btn .btn {
            padding: 0px 35px !important;
        }

    .visitors-count h7 {
        font-size: 10px;
    }

    .ddmenu li a {
        padding: 5px !important;
    }

    .amenu:hover .ddmenu {
        left: 90px !important;
    }

    ul li:hover > ul.ddmenu, ul li ul.ddmenu:hover {
        width: 170px !important;
    }

    .promotions img {
        width: 555px !important;
        height: 416px !important;
    }

    .promotions iframe {
        width: 555px !important;
        height: 416px !important;
    }

    /*.show-info {
        background: none !important;
        box-shadow: none !important;
        width: 100%;
        margin: 10px;
        text-align: center;
        margin: 3px;
        float: none;
        margin: 0 auto !important;
        border: none !important;
    }*/

    .show-mb {
        border: 5px solid #a4a3a3 !important;
        border-radius: 60px;
        display: table;
        width: 70%;
        margin: 0 auto !important;
    }

        .show-mb:hover {
            border: 5px solid #5ebb04 !important;
            border-radius: 60px;
            display: table;
            width: 90%;
            text-decoration: none;
        }

        .show-mb .fa-angle-right {
            color: #a4a3a3;
        }

        .show-mb:hover .fa-angle-right {
            color: #68bf14;
        }

    .co-show-image {
        height: 1210px;
    }

    .co-show-list {
        width: 95%;
        top: 620px !important;
    }

    .jnj-halls {
        width: 96%;
        margin: 10px;
        text-align: center;
        margin: 3px;
        float: left;
        background: none;
        box-shadow: none;
        border-radius: 50px;
        border: 5px solid #d8d6d6;
    }

        .jnj-halls h5 {
            font-size: 18px;
            color: #000 !important;
        }

        .jnj-halls p small {
            font-size: 13px;
        }

    .show-list {
        width: 90% !important;
        top: 380px !important;
    }

    .manufacturetech {
        padding-top: 10px;
    }

    .show-info img {
        width: 90%;
    }


    .show-info p span {
        font-size: 10px;
        padding: 3px;
        margin: 6px;
        background: none !important;
        margin-top: -62px;
    }

    .exhcnt {
        padding-bottom: 5px !important;
        color: #a4a3a3 !important;
        text-decoration: none !important;
        line-height: 0px;
        margin-top: 10px;
    }

    .visit-cnt {
        color: #5ebc04;
        font-size: 14px;
        text-align: center;
        display: table;
        float: none;
        margin: 0 auto;
    }

    .img-sz img {
        max-height: 468px !important;
        max-width: 100% !important;
        min-height: 468px !important;
        min-width: 100% !important;
        display: table;
        margin: 0 auto;
    }



    .img-sz2 img {
        max-height: 129px !important;
        max-width: 100% !important;
        min-height: 129px !important;
        min-width: 100% !important;
        width: 100% !important;
        display: table;
        margin: 0 auto;
    }

    .img-sz2 iframe {
        max-height: 129px !important;
        max-width: 100% !important;
        min-height: 129px !important;
        min-width: 100% !important;
        width: 100% !important;
        display: table;
        margin: 0 auto;
    }

    .exbt-vdo iframe {
        max-height: 129px !important;
        max-width: 100% !important;
        min-height: 129px !important;
        min-width: 100% !important;
        width: 100% !important;
        display: table;
        margin: 0 auto;
    }

    .add-list {
        max-width: 48%;
        float: left;
    }

        .add-list ul li {
            margin-left: 5px;
        }

    #search-bar {
        width: 64%;
    }

    .search {
        /*max-width: 52%;*/
        float: left;
    }

    .output {
        width: 50%;
        left: 310px;
    }

    .frm label {
        margin-right: 0px;
    }

    .no-view-desktop {
        display: table !important;
        margin: 0 auto !important;
    }

    .no-view-mb {
        display: none !important;
    }

    .count-wdth h5 {
        text-align: center;
    }



    .no-view-desktop h5.hdng {
        background: #000733;
        color: #fff;
        text-align: center
    }

    .exhibits-at-glnc img {
        max-height: 216px;
        min-height: 216px;
        max-width: 100% !important;
        min-width: 100% !important;
        display: table;
        margin: 0 auto;
    }


    .exhbt-img img {
        max-height: 480px;
        min-height: 480px;
        max-width: 100% !important;
        min-width: 100% !important;
        display: table;
        margin: 0 auto;
    }

    .modal-body h5 {
        font-size: 14px !important;
    }

    .chat-box1 {
        display: table !important;
        padding: 10px !important;
        margin: 3px 0px;
        float: left;
    }

        .chat-box1 h4 {
            font-size: 14px;
            font-weight: 600;
        }



        .chat-box1 img {
            width: 40% !important;
        }



    .event-date-main {
        width: 100%;
        top: 60px;
    }

    .hidden-on-xs {
        display: none !important;
    }

    .hidden-on-md {
        display: table !important;
    }

    .hide-mobile {
        display: table !important;
    }

    .hide-desktop {
        display: none !important;
    }

    .hide-mobile1 {
        display: table !important;
    }

    .hide-desktop1 {
        display: none !important;
    }


    .hide-mb1 {
        display: none;
    }

    .menu-trigger {
        display: block;
        font-size: 20px;
        padding: 8px;
    }


    .regster {
        padding-left: 0px !important;
        margin-top: 6px;
        display: contents;
        background: none;
    }

    nav a {
        color: #363636;
        display: block;
        text-decoration: none;
        padding: 13px;
        font-size: 12px;
        font-weight: 400;
    }

    nav ul {
        display: block;
        position: absolute;
        top: 0;
        margin-top: 40px;
        left: 0;
        flex-direction: column;
        width: 200%;
        justify-content: center;
        align-items: center;
        background: #efefef;
        z-index: 99;
    }

        nav ul li {
            display: block;
            border-top: 1px #79896D solid;
        }

    nav ul {
        display: none;
    }

    .hide-mb {
        display: none;
    }

    .logo {
        margin-bottom: 15px;
    }

    .expo-text {
        border-left: none;
    }

    .reg {
        padding-left: 0px;
    }

        .reg li a {
            color: #363636;
            text-decoration: none;
            display: block;
            padding: 10px 1px;
            font-size: 14px;
            font-weight: 400;
        }

    .add-list p {
        font-size: 12px;
        color: #3b3b3b;
        margin-bottom: 0px;
        margin-top: 3px;
        text-align: center;
    }

    .search {
        align-content: center;
        text-align: right;
        align-items: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    #searchform {
        display: block !important;
        z-index: 999;
    }

    .search span {
        font-size: 12px;
        color: #3b3b3b;
        margin-bottom: 0px;
    }

    .search span {
        font-size: 12px;
        color: #3b3b3b;
        margin-bottom: 0px;
    }

    .frm {
        font-size: 12px;
        color: #3b3b3b;
        font-weight: 400;
    }

        .frm .inpt {
            width: 70%;
        }

    .frm-srch {
        font-size: 12px;
        color: #3b3b3b;
        font-weight: 400;
    }

        .frm-srch .inpt-srch {
            width: 60%;
            padding: 6px;
        }


    .home-main {
        position: relative;
    }

    .logo-img {
        width: 60%;
        margin: 0 auto;
    }

    .vip-login {
        width: 100%;
        position: absolute;
        top: 400px;
    }

    .entr-btn-main {
        width: 100%;
        position: absolute;
        top: 260px;
    }

    .entr-btn a {
        font-size: 21px;
    }

    .entr-btn h2 {
        font-size: 18px;
    }

    .conference-enter-main {        
        top: 360px;
        width: 100%;
    }

        .conference-enter-main im {
            width: 95%;
            position: absolute;
            top: 380px;
        }

    .conference-enter img {
        width: 50%;
    }


    .expo-enter-main {
        width: 100%;
        top: 530px;
    }

    .expo-enter img {
        width: 70%;
    }

    .reg-screen img {
        width: 60%;
    }

    .help-desk-enter img {
        width: 70%;
    }

    .main-btn-box {
        width: 100%;
        position: absolute;
        top: 440px;
    }

    .btn-box {
        margin: 0 auto;
        text-align: center;
    }

        .btn-box img {
            width: 80%;
        }

    .prps-halls {
        margin-top: 20px;
    }

    .pb30 {
        padding-bottom: 0px;
    }

    .expo-text h5 {
        font-size: 19px;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .date h6 {
        font-size: 16px;
        line-height: 16px;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .conference-list {
        padding: 0px 0px 0px 10px !important;
        height: 350px !important;
    }

        .conference-list h4 {
            font-size: 18px;
        }

    .live-stat-count {
        margin: 0px !important;
        padding: 0px !important;
        position: relative;
        top: 0px;
        width: 100% !important;
    }

    .live-stat-count-2 {
        top: 0px !important;
    }

    .live-stat-count-new {
        margin: 0px !important;
        padding: 0px !important;
        position: relative;
        top: -180px;
        width: 100% !important;
    }

    .count {
        width: 32%;
        float: left;
        margin: 2px;
    }

        .count h5 {
            font-size: 28px;
        }

        .count p {
            font-size: 14px;
        }

    .live-stat-count-1 {
        margin: 0px !important;
        padding: 0px !important;
        position: relative;
        top: 80px;
        width: 100%;
    }

    .count-1 {
        width: 32%;
        float: left;
        margin: 2px;
    }

        .count-1 h5 {
            font-size: 28px;
        }

        .count-1 p {
            font-size: 13px;
        }

    .live-stat {
        display: table;
    }

    .count1 {
        width: 32%;
        float: left;
        margin: 2px;
    }

        .count1 h5 {
            font-size: 28px;
        }

        .count1 p {
            font-size: 18px;
        }

    .bnr-hdng {
        top: 360px;
        width: 100%;
    }

    .bnr-hdng-box h1 {
        font-size: 30px;
        line-height: 24px;
    }



    .hall-list {
        position: absolute;
        top: 400px;
        width: 100%;
        margin: 0px !important;
    }

    .hall-list-box {
        margin: 0 auto;
        display: table;
        padding-right: 0px !important;
    }

    .hall {
        text-align: center;
        background: #000;
        padding: 8px 3px;
        width: 48%;
        margin: 4px;
        float: left;
    }

        .hall h5 {
            font-size: 12px;
            margin-bottom: 0px;
        }


    .live-stat-expo {
        width: 100%;
        position: absolute;
        bottom: -230px;
    }

    .live-stat-expo-box {
        margin: 0 auto;
        background: rgba(255, 255, 255, .8);
        padding: 10px;
    }

        .live-stat-expo-box h3 {
            background: #5ebc04;
            color: #fff;
            padding: 6px;
            font-size: 20px;
        }

    .stat-expo-box {
        width: 32%;
        float: left;
        padding: 10px;
        margin: 2px;
        border: 1px solid #5ebc04;
    }

        .stat-expo-box h4 {
            color: #59bc01;
            font-weight: 600;
            margin-bottom: 0px;
            font-size: 18px;
        }

        .stat-expo-box p {
            color: #000;
            line-height: 16px;
            font-weight: 600;
            margin-bottom: 0px;
            font-size: 14px;
        }
}

@media (min-width: 660px) and (max-width:680px) {
    .embeddedconf iframe {
        max-width: 76%;
        max-height: 270px;
        left: -28px;
        top: -76px;
    }
    .expandedMenu-embeddedconf iframe {
        max-width: 75%;
        max-height: 270px;
        left: -30px;
        top: -73px;
    }
}

@media (min-width: 681px) and (max-width:768px) {
    .section {
        max-width: 100%;
    }

    .booth-vdo iframe {
        width: 100% !important;
        height: 380px;
    }

    .embeddedconf iframe {
        max-width: 98%;
        max-height: 380px;
    }

    .question-box {
        display: table !important;
        top: 375px !important;
        left: 30px !important;
    }

        .question-box input {
            height: 26px;
            padding: 1px;
        }

        .question-box .input-group-btn .btn {
            padding: 0px 35px !important;
        }

    .co-show-image {
        height: 1100px;
    }

    .co-show-list {
        width: 95% !important;
        top: 390px !important;
    }

    .jnj-halls {
        width: 96%;
        margin: 10px;
        text-align: center;
        margin: 3px;
        float: left;
        background: none;
        box-shadow: none;
        border-radius: 50px;
        border: 5px solid #d8d6d6;
    }


        .jnj-halls h5 {
            font-size: 19px;
            color: #000 !important;
        }

        .jnj-halls p span {
            font-size: 10px;
            padding: 3px;
            margin: 6px;
            background: none !important;
            margin-top: -60px !important;
        }

        .jnj-halls p small {
            font-size: 13px;
        }

    .show-list {
        width: 90% !important;
        top: 440px !important;
    }

    .show-info {
        background: #fff;
        width: 85%;
        text-align: center;
        margin: 25px auto !important;
        border: 3px solid #afb2af;
        border-radius: 3px;
        -moz-box-shadow: 2px 2px 3px 2px #666;
        -webkit-box-shadow: 2px 2px 3px 2px #666;
        box-shadow: 2px 2px 3px 2px #666;
    }

    .manufacturetech {
        padding-top: 14px;
    }

    .show-info img {
        width: 90%;
    }


    .show-info p span {
        font-size: 12px;
        padding: 3px;
    }

    .visit-cnt {
        color: #5ebc04;
        font-size: 14px;
        text-align: center;
        display: table;
        float: none;
        margin: 0 auto;
    }

    .add-list {
        max-width: 44%;
        float: left;
    }

    .search {
        max-width: 56%;
        float: left;
    }

    .expo-text {
        margin-top: 10px;
    }

    .date {
        margin-top: 10px;
    }

    .exhibits-at-glnc img {
        max-height: 120px;
        min-height: 120px;
        max-width: 100% !important;
        min-width: 100% !important;
        display: table;
        margin: 0 auto;
    }


    .exhbt-img img {
        max-height: 280px;
        min-height: 280px;
        max-width: 100% !important;
        min-width: 100% !important;
        display: table;
        margin: 0 auto;
    }

    .chat-box1 {
        width: 49%;
        display: table !important;
        padding: 3px !important;
        margin: 3px 0px;
        float: left;
    }

        .chat-box1:nth-child(odd) {
            border: none !important;
        }

        .chat-box1:nth-child(even) {
            border-right: none !important;
            border-top: none !important;
            border-bottom: none !important;
        }

        .chat-box1 h4 {
            font-size: 14px;
            font-weight: 600;
        }



        .chat-box1 img {
            width: 45% !important;
        }


    .hidden-on-xs {
        display: none !important;
    }

    .hidden-on-md {
        display: table !important;
    }

    .hide-mb1 {
        display: none;
    }

    .hide-mobile {
        display: table !important;
    }

    .hide-desktop {
        display: none !important;
    }

    .hide-mobile1 {
        display: table !important;
    }

    .hide-desktop1 {
        display: none !important;
    }

    nav a {
        font-size: 10px;
        padding: 3px;
    }

    .menu-trigger {
        display: block;
        font-size: 20px;
        padding: 8px;
    }

    nav a {
        color: #363636;
        display: block;
        text-decoration: none;
        padding: 13px;
        font-size: 12px;
        font-weight: 400;
    }

    nav ul {
        display: block;
        position: absolute;
        top: 0;
        margin-top: 40px;
        left: 0;
        flex-direction: column;
        width: 200%;
        justify-content: center;
        align-items: center;
        background: #efefef;
        z-index: 99;
    }

        nav ul li {
            display: block;
            border-top: 1px #79896D solid;
        }

    nav ul {
        display: none;
    }

    .hide-mb {
        display: none;
    }

    .reg li a {
        color: #363636;
        text-decoration: none;
        display: block;
        padding: 6px 6px;
        font-size: 12px;
        font-weight: 500;
    }

    .logo {
        margin-bottom: 0px;
    }

    .expo-text h5 {
        font-weight: 300;
        font-size: 15px;
        margin-top: 0px;
    }

    .date {
        border-right: 0px;
    }

        .date h6 {
            text-align: center;
            margin-top: 3px;
            font-size: 13px;
            border-right: 0px;
            line-height: 15px;
        }

    .add-list p {
        font-size: 11px;
        color: #3b3b3b;
        margin-bottom: 0px;
        margin-top: 3px;
        text-align: center;
    }

    .search {
        text-align: right;
    }

        .search span {
            font-size: 12px;
            color: #3b3b3b;
            margin-bottom: 0px;
        }

        .search span {
            font-size: 12px;
            color: #3b3b3b;
            margin-bottom: 0px;
        }

    .frm {
        font-size: 11px;
        color: #3b3b3b;
        font-weight: 400;
    }

    .prps-halls {
        margin-top: 20px;
    }

    .pb30 {
        padding-bottom: 0px;
    }

    .frm .inpt {
        width: 70%;
    }

    .frm-srch {
        font-size: 12px;
        color: #3b3b3b;
        font-weight: 400;
    }

        .frm-srch .inpt-srch {
            width: 60%;
            padding: 6px;
        }


    .home-main {
        position: relative;
    }

    p.tip {
        font-size: 14px;
    }

    .vip-login {
        width: 100%;
        position: absolute;
        top: 280px;
    }

    .entr-btn-main {
        width: 100%;
        position: absolute;
        top: 300px;
    }

    .reg-screen img {
        width: 50%;
    }

    .entr-btn a {
        font-size: 24px;
    }

    .entr-btn h2 {
        font-size: 24px;
    }

    .conference-enter-main {
        width: 100%;
        top: 200px;
    }

    .conference-enter img {
        width: 50%;
    }

    .expo-enter-main {
        width: 100%;
        top: 460px;
    }

    .expo-enter img {
        width: 60%;
    }

    .help-desk-enter img {
        width: 55%;
    }

    .conference-list h4 {
        font-size: 14px;
    }

    .main-btn-box {
        width: 100%;
        position: absolute;
        top: 380px;
    }

    .btn-box {
        margin: 0 auto;
        text-align: center;
    }

        .btn-box img {
            width: 60%;
        }

    .bnr-hdng {
        top: 300px;
        width: 100%;
    }

    .bnr-hdng-box h1 {
        font-size: 30px;
        line-height: 24px;
    }

    .live-stat1 h4 {
        font-size: 18px;
    }

    .live-stat-count {
        margin: 0px !important;
        padding: 0px !important;
        position: absolute;
        top: 1590px;
        width: 100% !important;
    }

    .live-stat-count-2 {
        margin: 0px !important;
        padding: 0px !important;
        position: absolute;
        top: 260px !important;
        width: 96% !important;
    }

        .live-stat-count-2 .count-1 {
            padding: 5px 0px;
        }


    .live-stat-count-new {
        margin: 0px !important;
        padding: 0px !important;
        position: absolute;
        top: 200px;
        width: 98% !important;
    }

    .count-new {
        width: 100% !important;
        padding: 10px !important;
    }

    .regster {
        padding-left: 0px;
        display: contents;
        background: none;
    }

        .regster li a {
            font-size: 12px;
        }

    .count {
        width: 32%;
        padding: 20px 0px;
        float: left;
        margin: 2px;
    }

    .count-1 {
        width: 100% !important;
        padding: 10px 0px;
        float: left;
        margin: 2px;
    }

    .count h5 {
        font-size: 18px;
    }

    .count p {
        font-size: 13px;
    }

    .live-stat-count-1 {
        margin: 0px !important;
        padding: 0px !important;
        position: relative;
        top: 70px;
        width: 100%;
    }

    .count-1 {
        width: 32% !important;
        padding: 20px 0px;
        float: left;
        margin: 2px;
    }

        .count-1 h5 {
            font-size: 28px;
        }

        .count-1 p {
            font-size: 16px;
        }

    .live-stat {
        display: table;
    }

    .count1 {
        width: 32%;
        float: left;
        margin: 2px;
    }


        .count1 h5 {
            font-size: 28px;
        }

        .count1 p {
            font-size: 22px;
            line-height: 22px;
        }


    .hall-list {
        position: absolute;
        top: 340px;
        width: 100%;
        margin: 0px !important;
    }

    .hall-list-box {
        margin: 0 auto;
        display: table;
        padding-right: 0px !important;
    }

    .hall {
        text-align: center;
        background: #000;
        padding: 8px 3px;
        width: 48%;
        margin: 4px;
        float: left;
    }

        .hall h5 {
            font-size: 15px;
            margin-bottom: 0px;
        }

    .conference-list {
        height: auto !important;
        padding: 0px 10px !important;
    }

    .live-stat-expo {
        width: 100%;
        position: absolute;
        bottom: -40px;
    }

    .live-stat-expo-box {
        margin: 0 auto;
        background: rgba(255, 255, 255);
        padding: 10px;
    }

        .live-stat-expo-box h3 {
            background: #5ebc04;
            color: #fff;
            padding: 6px;
            font-size: 24px;
        }

    .stat-expo-box {
        width: 32%;
        float: left;
        padding: 10px;
        margin: 2px;
        border: 1px solid #5ebc04;
    }

        .stat-expo-box h4 {
            color: #59bc01;
            font-weight: 600;
            margin-bottom: 0px;
            font-size: 20px;
        }

        .stat-expo-box p {
            color: #000;
            line-height: 18px;
            font-weight: 600;
            margin-bottom: 0px;
            font-size: 16px;
        }

    .event-date-main {
        position: absolute;
        width: 100%;
        top: 60px;
        z-index: 9;
    }
}

@media (min-width:681px) and (max-width: 748px) {
    .no-view-desktop {
        display: table !important;
        margin: 0 auto !important;
    }

    .embeddedconf iframe {
        max-width: 98%;
        max-height: 380px;
    }


    .img-sz img {
        max-height: 468px !important;
        max-width: 100% !important;
        min-height: 468px !important;
        min-width: 100% !important;
        display: table;
        margin: 0 auto;
    }

    .img-sz2 img {
        max-height: 151px !important;
        max-width: 202px !important;
        min-height: 151px !important;
        min-width: 202px !important;
        display: table;
        margin: 0 auto;
    }

    .img-sz2 iframe {
        max-height: 151px !important;
        max-width: 202px !important;
        min-height: 151px !important;
        min-width: 202px !important;
        display: table;
        margin: 0 auto;
    }

    .exbt-vdo iframe {
        max-height: 151px !important;
        max-width: 202px !important;
        min-height: 151px !important;
        min-width: 202px !important;
        display: table;
        margin: 0 auto;
    }


    .no-view-mb {
        display: none !important;
    }

    .count-wdth h5 {
        text-align: center;
    }

    .no-view-desktop h5.hdng {
        background: #000733;
        color: #fff;
        text-align: center
    }

    .exhibits-at-glnc img {
        max-height: 249px !important;
        min-height: 249px !important;
        max-width: 100% !important;
        min-width: 100% !important;
        display: table;
        margin: 0 auto;
    }


    .exhbt-img img {
        max-height: 547px;
        min-height: 547px;
        max-width: 100% !important;
        min-width: 100% !important;
        display: table;
        margin: 0 auto;
    }
}

@media (min-width:700px) and (max-width: 748px) {

    .hide-mobile {
        display: table !important;
    }
    .bg-conference{
        background-size:contain !important;
    }
    .embeddedconf iframe {
        max-width: 73%;
        max-height: 275px;
        left: -30px;
        top: -71px;
    }
    .conference-enter-main {
        top: 300px;
    }

    .output {
        width: 75%;
        left: 75px;
    }

    .lp-sts {
        padding-left: 3px;
        list-style: none;
        display: table;
        margin: 0 auto 20px;
        width: 100%;
    }

        .lp-sts li {
            padding: 5px 4px;
            list-style: none;
            /*border-radius: 100%;*/
            /*background: #e0bd10;*/
            color: #fff;
            float: left;
            margin: 2px;
            width: 18%;
            font-size: 9px;
        }

    .expo-text {
        margin-top: 10px;
        border-left: none;
    }

    .count-wdth {
        width: 32% !important;
        margin: 2px;
        float: left;
    }

    .hidden-on-xs {
        display: table !important;
    }

    .hidden-on-md {
        display: none !important;
    }

    .hide-desktop {
        display: none !important;
    }

    .hide-mobile1 {
        display: table !important;
    }

    .hide-desktop1 {
        display: none !important;
    }

    .hide-mb1 {
        display: none;
    }

    .conference-enter img {
        width: 60%;
    }

    .reg-screen img {
        width: 50%;
    }


    .conference-list h2 {
        font-size: 24px;
    }

    .conference-list {
        float: left;
        height: 379px !important;
    }

    .hall-img {
        float: left;
    }
}

@media (min-width:749px) and (max-width: 768px) {

    .chat-box1:nth-child(odd) {
        border: 2px solid #d8d8d8 !important;
    }

    .embeddedconf iframe {
        max-width: 75%;
        max-height: 311px;
        left: -35px;
        top: -60px;
    }

    .question-box {
        display: table !important;
        top: 395px !important;
        left: 30px !important;
    }

    .expo-enter-main {
        top: 450px !important;
    }

    .reg-screen img {
        width: 60% !important;
    }

    .hide-mb1 {
        display: none !important;
    }

    .conference-enter-main {
        top: 300px !important;
    }

    .conference-enter img {
        width: 50% !important;
    }

    .output {
        width: 56%;
        left: 135px;
    }

    .ddmenu li a {
        padding: 5px !important;
    }

    .amenu:hover .ddmenu {
        left: 80px !important;
    }

    ul li:hover > ul.ddmenu, ul li ul.ddmenu:hover {
        width: 120px !important;
    }

    .lp-sts {
        padding-left: 3px;
        list-style: none;
        display: table;
        margin: 0 auto 20px;
        width: 100%;
    }

        .lp-sts li {
            padding: 5px 4px;
            list-style: none;
            /*border-radius: 100%;*/
            /*background: #e0bd10;*/
            color: #fff;
            float: left;
            margin: 2px;
            width: 18%;
            font-size: 9px;
        }

    .show-list {
        width: 90% !important;
        top: 320px !important;
    }

    .manufacturetech {
        padding-top: 9px;
    }


    .chat-box1:nth-child(odd) {
        border: 2px solid #d8d8d8 !important;
    }

    .regster li a {
        padding: 1px;
    }

    .chat-box a {
        color: #fff;
        background: #5ebc03;
        padding: 3px 8px;
        font-weight: 500;
        margin-top: 10px;
        font-size: 12px;
    }



    .hide-mb1 {
        display: table;
    }

    .count-wdth {
        width: 100% !important;
        margin: 2px;
    }


    .hidden-on-xs {
        display: table !important;
    }

    .hidden-on-md {
        display: none !important;
    }

    .hide-mobile {
        display: table !important;
    }

    .hide-desktop {
        display: none !important;
    }

    .hide-mobile1 {
        display: table !important;
    }

    .hide-desktop1 {
        display: none !important;
    }


    .live-stat-count-2 {
        top: 40px !important;
    }

        .live-stat-count-2 .count-1 {
            width: 100% !important;
        }

    .conference-enter img {
        width: 100%;
    }

    .expo-enter-main {
        width: 100%;
        top: 390px;
    }

    .reg-screen img {
        width: 100%;
    }

    .conference-list h2 {
        font-size: 24px;
    }

    .conference-list {
        float: left;
        height: 383px !important;
    }

    .hall-img {
        float: left;
    }

    .img-sz2 img {
        max-height: 151px !important;
        max-width: 100% !important;
        min-height: 151px !important;
        min-width: 100% !important;
        display: table;
        margin: 0 auto;
    }

    .img-sz2 iframe {
        max-height: 151px !important;
        max-width: 100% !important;
        min-height: 151px !important;
        min-width: 100% !important;
        display: table;
        margin: 0 auto;
    }

    .exbt-vdo iframe {
        width: 365px;
        height: 230px;
    }
}

@media (min-width: 769px) and (max-width:990px) {
    .regster li a {
        padding: 1px;
    }

    .booth-vdo iframe {
        width: 100% !important;
        height: 350px;
    }

    .question-box {
        display: table !important;
        top: 423px !important;
        left: 32px !important;
    }

        .question-box input {
            height: 26px;
            padding: 1px;
        }

        .question-box .input-group-btn .btn {
            padding: 0px 35px !important;
        }

    .embeddedconf iframe {
        max-width: 73%;
        max-height: 275px;
        left: -30px;
        top: -71px;
    }

    .lp-sts {
        padding-left: 3px;
        list-style: none;
        display: table;
        margin: 0 auto 20px;
        width: 100%;
    }

    .output {
        width: 66%;
        left: 138px;
    }

    .lp-sts li {
        padding: 5px 4px;
        list-style: none;
        /*border-radius: 100%;*/
        /*background: #e0bd10;*/
        color: #fff;
        float: left;
        margin: 2px;
        width: 18%;
        font-size: 9px;
    }

    .vip-login {
        width: 100%;
        position: absolute;
        top: 280px;
    }

    .ddmenu li a {
        padding: 5px !important;
    }

    .amenu:hover .ddmenu {
        left: 80px !important;
    }

    ul li:hover > ul.ddmenu, ul li ul.ddmenu:hover {
        width: 120px !important;
    }

    .co-show-image {
        height: 1110px;
    }

    .co-show-list {
        width: 95% !important;
        top: 420px !important;
    }

    .jnj-halls {
        width: 45%;
        margin: 10px;
        text-align: center;
        margin: 3px;
        float: left;
    }

        .jnj-halls h5 {
            font-size: 18px;
        }

        .jnj-halls p small {
            font-size: 13px;
        }


    .show-list {
        width: 90% !important;
        top: 300px !important;
    }

    .show-info {
        background: #fff;
        width: 80%;
        text-align: center;
        margin: 25px auto !important;
    }

    .manufacturetech {
        padding-top: 9px;
    }

    .show-info img {
        width: 90%;
    }


    .show-info p span {
        font-size: 12px;
        padding: 3px;
    }



    .section {
        max-width: 100%;
    }


    .img-sz2 img {
        max-height: 151px !important;
        max-width: 100% !important;
        min-height: 151px !important;
        min-width: 100% !important;
        display: table;
        margin: 0 auto;
    }

    .img-sz2 iframe {
        max-height: 151px !important;
        max-width: 100% !important;
        min-height: 151px !important;
        min-width: 100% !important;
        display: table;
        margin: 0 auto;
    }

    .exbt-vdo iframe {
        max-height: 151px !important;
        max-width: 100% !important;
        min-height: 151px !important;
        min-width: 100% !important;
        display: table;
        margin: 0 auto;
    }

    .add-list {
        max-width: 44% !important;
        float: left;
        min-width: 44% !important;
    }

    .search {
        max-width: 56%;
        float: left;
    }


    .chat-box a {
        font-size: 13px;
    }

    .exhibits-at-glnc img {
        max-height: 130px;
        min-height: 130px;
        max-width: 100% !important;
        min-width: 100% !important;
        display: table;
        margin: 0 auto;
    }




    .exhbt-img img {
        max-height: 615px;
        min-height: 615px;
        max-width: 100% !important;
        min-width: 100% !important;
        display: table;
        margin: 0 auto;
    }

    .event-date-main {
        width: 100%;
        top: 80px;
    }

    .hidden-on-xs {
        display: table !important;
    }

    .hidden-on-md {
        display: none !important;
    }

    .hide-mobile {
        display: table !important;
    }

    .hide-desktop {
        display: none !important;
    }

    .hide-mobile1 {
        display: table !important;
    }

    .hide-desktop1 {
        display: none !important;
    }


    nav a {
        color: #363636;
        display: block;
        text-decoration: none;
        padding: 5px;
        font-size: 12px;
        font-weight: 400;
    }

    .reg li a {
        color: #363636;
        text-decoration: none;
        display: block;
        padding: 10px 6px;
        font-size: 12px;
        font-weight: 400;
    }

    .expo-text h5 {
        font-weight: 300;
        font-size: 14px;
        margin-top: 6px;
    }

    .date h6 {
        text-align: center;
        margin-top: 0px;
        font-size: 14px;
        line-height: 15px;
    }

    .add-list p {
        font-size: 11px;
        color: #3b3b3b;
        margin-bottom: 0px;
        margin-top: 5px;
        text-align: center;
    }

    .frm {
        font-size: 11px;
        color: #3b3b3b;
        font-weight: 400;
    }

    .home-main {
        position: relative;
    }

    .logo-img {
        width: 60%;
        margin: 0 auto;
    }

    .entr-btn-main {
        width: 100%;
        position: absolute;
        top: 340px;
    }

    .entr-btn a {
        font-size: 30px;
    }

    .entr-btn h2 {
        font-size: 24px;
    }

    .conference-enter-main {
        width: 100%;
        top: 200px;
    }

    .conference-enter img {
        width: 40%;
    }

    .expo-enter-main {
        width: 100%;
        top: 400px;
    }

    .expo-enter img {
        width: 40%;
    }

    .help-desk-enter img {
        width: 40%;
    }

    .conference-list h2 {
        font-size: 18px !important;
    }

    .conference-list {
        float: left;
        height: 460px !important;
    }

    .hall-img {
        float: left;
    }

    .conference-list h4 {
        font-size: 13px;
    }

    .main-btn-box {
        width: 100%;
        position: absolute;
        top: 400px;
    }

    .btn-box {
        margin: 0 auto;
        text-align: center;
    }

    .bnr-hdng {
        top: 280px;
        width: 100%;
    }

    .bnr-hdng-box h1 {
        font-size: 40px;
        line-height: 32px;
    }

    .live-stat-count {
        top: 225px;
        width: 100% !important;
    }

    .live-stat1 h4 {
        color: #fff;
        font-size: 18px;
    }

    .count h5 {
        color: #fff;
        font-size: 20px;
        margin-bottom: 0px;
    }

    .count p {
        color: #fff;
        font-size: 11px;
        font-weight: 500;
        line-height: 13px;
        margin-bottom: 0px;
    }


    .live-stat-count-1 {
        position: relative;
        top: 30px;
        float: right !important;
    }

    .live-stat-1 h4 {
        color: #fff;
        font-size: 18px;
    }

    .count-1 h5 {
        color: #fff;
        font-size: 20px;
        margin-bottom: 0px;
    }

    .count-1 p {
        color: #fff;
        font-size: 11px;
        font-weight: 500;
        line-height: 13px;
        margin-bottom: 0px;
    }


    .hall-list {
        position: absolute;
        top: 340px;
        width: 100%;
        margin: 0px !important;
    }

    .hall-list-box {
        margin: 0 auto;
        display: table;
        padding-right: 0px !important;
    }

    .regster {
        padding-left: 0px;
    }

        .regster li a {
            font-size: 12px;
            padding-top: 2px;
            padding-bottom: 2px;
        }


    .hall {
        text-align: center;
        background: #000;
        padding: 8px 3px;
        width: 46%;
        margin: 4px;
        float: left;
    }

        .hall h5 {
            font-size: 15px;
            margin-bottom: 0px;
        }


    .live-stat-expo {
        width: 100%;
        position: absolute;
        bottom: 40px;
    }

    .live-stat-expo-box {
        margin: 0 auto;
        background: rgba(255, 255, 255, .8);
        padding: 2px !important;
    }

        .live-stat-expo-box h3 {
            background: #5ebc04;
            color: #fff;
            padding: 6px;
            font-size: 24px;
        }

    .stat-expo-box {
        width: 31%;
        float: left;
        padding: 10px;
        margin: 2px;
        border: 1px solid #5ebc04;
    }

        .stat-expo-box h4 {
            color: #59bc01;
            font-weight: 600;
            margin-bottom: 0px;
            font-size: 20px;
        }

        .stat-expo-box p {
            color: #000;
            line-height: 14px;
            font-weight: 600;
            margin-bottom: 0px;
            font-size: 10px;
        }
}


@media (min-width: 1010px) and (max-width:1024px) {
    .conference-list {
        float: left;
        height: 400px !important;
    }

    .exbt-vdo iframe {
        width: 365px;
        height: 230px;
    }
}

@media (min-width: 991px) and (max-width:1040px) {
    .output {
        width: 57%;
        left: 200px;
    }

    .booth-vdo iframe {
        width: 100% !important;
        height: 560px;
    }

    .question-box {
        display: table !important;
        top: 530px !important;
        left: 40px !important;
    }

        .question-box input {
            height: 26px;
            padding: 1px;
        }

        .question-box .input-group-btn .btn {
            padding: 0px 35px !important;
        }

    .embeddedconf iframe {
        max-width: 74%;
        max-height: 391px;
        left: -43px;
        top: -40px;
    }

    .section {
        max-width: 100%;
    }

    .lp-sts {
        padding-left: 3px;
        list-style: none;
        display: table;
        margin: 0 auto 20px;
        width: 100%;
    }

    .ddmenu li a {
        padding: 5px !important;
    }

    .amenu:hover .ddmenu {
        left: 100px !important;
    }

    ul li:hover > ul.ddmenu, ul li ul.ddmenu:hover {
        width: 150px !important;
    }

    .lp-sts li {
        padding: 5px 4px;
        list-style: none;
        /*border-radius: 100%;*/
        /*background: #e0bd10;*/
        color: #fff;
        float: left;
        margin: 2px;
        width: 18%;
        font-size: 9px;
    }


    .vip-login {
        width: 100%;
        position: absolute;
        top: 280px;
    }


    .co-show-image {
        height: 1210px;
    }

    .co-show-list {
        width: 95% !important;
        top: 460px !important;
    }

    .jnj-halls {
        width: 45%;
        margin: 10px;
        text-align: center;
        margin: 3px;
        float: left;
    }

        .jnj-halls h5 {
            font-size: 18px;
        }

        .jnj-halls p small {
            font-size: 13px;
        }

    .exhibits-at-glnc img {
        max-height: 180px;
        min-height: 180px;
        max-width: 100% !important;
        min-width: 100% !important;
        display: table;
        margin: 0 auto;
    }


    .exhbt-img img {
        max-height: 768px;
        min-height: 768px;
        max-width: 100% !important;
        min-width: 100% !important;
        display: table;
        margin: 0 auto;
    }

    .count-1 {
        padding: 5px 0px;
    }

    .event-date-main {
        width: 100%;
    }

    .hidden-on-xs {
        display: table !important;
    }

    .hidden-on-md {
        display: none !important;
    }

    .hide-desktop {
        display: none !important;
    }

    nav a {
        color: #363636;
        display: block;
        text-decoration: none;
        padding: 6px;
        font-size: 14px;
        font-weight: 400;
    }

    .reg li a {
        color: #363636;
        text-decoration: none;
        display: block;
        padding: 10px 6px;
        font-size: 14px;
        font-weight: 400;
    }

    .expo-text h5 {
        font-weight: 300;
        font-size: 19px;
        margin-top: 0px;
    }

    .date h6 {
        text-align: center;
        margin-top: 0px;
        font-size: 18px;
    }

    .add-list p {
        font-size: 11px;
        color: #3b3b3b;
        margin-bottom: 0px;
        margin-top: 5px;
        text-align: center;
    }

    .frm {
        font-size: 11px;
        color: #3b3b3b;
        font-weight: 400;
    }

    .home-main {
        position: relative;
    }

    .entr-btn-main {
        width: 100%;
        position: absolute;
        top: 430px;
    }

    .entr-btn a {
        font-size: 24px;
    }

    .entr-btn h2 {
        font-size: 24px;
    }

    .conference-enter-main {
        width: 100%;
        top: 260px;
    }

    .conference-enter img {
        width: 40%;
    }

    .expo-enter-main {
        width: 100%;
        top: 490px;
    }

    .expo-enter img {
        width: 60%;
    }

    .help-desk-enter img {
        width: 60%;
    }

    .reg-screen img {
        width: 100%;
    }


    .conference-list h2 {
        font-size: 24px;
    }

    .conference-list {
        float: left;
        height: 512px !important;
    }

    .hall-img {
        float: left;
    }

    .conference-list h4 {
        font-size: 19px;
    }

    .bnr-hdng {
        width: 100%;
        position: absolute;
        top: 280px;
    }

    .bnr-hdng-box h1 {
        font-size: 42px;
        line-height: 42px;
    }

    .main-btn-box {
        width: 100%;
        position: absolute;
        top: 440px;
    }

    .cntr-clm {
        width: 72%;
        float: left;
    }

    .rght-clm {
        width: 28%;
        float: left;
    }

    .btn-box {
        margin: 0 auto;
        text-align: center;
    }

    .live-stat-count {
        position: absolute;
        top: 160px;
        width: 100% !important;
    }

    .live-stat1 h4 {
        color: #fff;
        font-size: 18px;
    }

    .count h5 {
        color: #fff;
        font-size: 24px;
        margin-bottom: 0px;
    }

    .count p {
        color: #fff;
        font-size: 16px;
        font-weight: 500;
        line-height: 18px;
        margin-bottom: 0px;
    }

    .show-list {
        top: 350px !important;
    }

    .hall-list {
        position: absolute;
        top: 400px;
        width: 100%;
        margin: 0px !important;
    }

    .hall-list-box {
        margin: 0 auto;
        display: table;
        padding-right: 0px !important;
    }

    .hall {
        text-align: center;
        background: #000;
        padding: 8px 3px;
        width: 47%;
        margin: 4px;
        float: left;
    }

        .hall h5 {
            font-size: 15px;
            margin-bottom: 0px;
        }

    .live-stat-expo {
        width: 100%;
        position: absolute;
        bottom: -60px;
    }

    .live-stat-expo-box {
        margin: 0 auto;
        background: rgba(255, 255, 255, .8);
        padding: 2px !important;
    }

        .live-stat-expo-box h3 {
            background: #5ebc04;
            color: #fff;
            padding: 6px;
            font-size: 24px;
        }

    .stat-expo-box {
        width: 32%;
        float: left;
        padding: 10px;
        margin: 2px;
        border: 1px solid #5ebc04;
    }

        .stat-expo-box h4 {
            color: #59bc01;
            font-weight: 600;
            margin-bottom: 0px;
            font-size: 20px;
        }

        .stat-expo-box p {
            color: #000;
            line-height: 14px;
            font-weight: 600;
            margin-bottom: 0px;
            font-size: 12px;
        }
}

.bell {
    display: block;
    width: 40px;
    height: 40px;
    font-size: 40px;
    margin: 25px auto 25px;
    color: #ea7f7f;
    -webkit-animation: ring 4s 0.7s ease-in-out infinite;
    -webkit-transform-origin: 50% 4px;
    -moz-animation: ring 4s 0.7s ease-in-out infinite;
    -moz-transform-origin: 50% 4px;
    animation: ring 4s 0.7s ease-in-out infinite;
    transform-origin: 50% 4px;
}

@-webkit-keyframes ring {
    0% {
        -webkit-transform: rotateZ(0);
    }

    1% {
        -webkit-transform: rotateZ(30deg);
    }

    3% {
        -webkit-transform: rotateZ(-28deg);
    }

    5% {
        -webkit-transform: rotateZ(34deg);
    }

    7% {
        -webkit-transform: rotateZ(-32deg);
    }

    9% {
        -webkit-transform: rotateZ(30deg);
    }

    11% {
        -webkit-transform: rotateZ(-28deg);
    }

    13% {
        -webkit-transform: rotateZ(26deg);
    }

    15% {
        -webkit-transform: rotateZ(-24deg);
    }

    17% {
        -webkit-transform: rotateZ(22deg);
    }

    19% {
        -webkit-transform: rotateZ(-20deg);
    }

    21% {
        -webkit-transform: rotateZ(18deg);
    }

    23% {
        -webkit-transform: rotateZ(-16deg);
    }

    25% {
        -webkit-transform: rotateZ(14deg);
    }

    27% {
        -webkit-transform: rotateZ(-12deg);
    }

    29% {
        -webkit-transform: rotateZ(10deg);
    }

    31% {
        -webkit-transform: rotateZ(-8deg);
    }

    33% {
        -webkit-transform: rotateZ(6deg);
    }

    35% {
        -webkit-transform: rotateZ(-4deg);
    }

    37% {
        -webkit-transform: rotateZ(2deg);
    }

    39% {
        -webkit-transform: rotateZ(-1deg);
    }

    41% {
        -webkit-transform: rotateZ(1deg);
    }

    43% {
        -webkit-transform: rotateZ(0);
    }

    100% {
        -webkit-transform: rotateZ(0);
    }
}

@-moz-keyframes ring {
    0% {
        -moz-transform: rotate(0);
    }

    1% {
        -moz-transform: rotate(30deg);
    }

    3% {
        -moz-transform: rotate(-28deg);
    }

    5% {
        -moz-transform: rotate(34deg);
    }

    7% {
        -moz-transform: rotate(-32deg);
    }

    9% {
        -moz-transform: rotate(30deg);
    }

    11% {
        -moz-transform: rotate(-28deg);
    }

    13% {
        -moz-transform: rotate(26deg);
    }

    15% {
        -moz-transform: rotate(-24deg);
    }

    17% {
        -moz-transform: rotate(22deg);
    }

    19% {
        -moz-transform: rotate(-20deg);
    }

    21% {
        -moz-transform: rotate(18deg);
    }

    23% {
        -moz-transform: rotate(-16deg);
    }

    25% {
        -moz-transform: rotate(14deg);
    }

    27% {
        -moz-transform: rotate(-12deg);
    }

    29% {
        -moz-transform: rotate(10deg);
    }

    31% {
        -moz-transform: rotate(-8deg);
    }

    33% {
        -moz-transform: rotate(6deg);
    }

    35% {
        -moz-transform: rotate(-4deg);
    }

    37% {
        -moz-transform: rotate(2deg);
    }

    39% {
        -moz-transform: rotate(-1deg);
    }

    41% {
        -moz-transform: rotate(1deg);
    }

    43% {
        -moz-transform: rotate(0);
    }

    100% {
        -moz-transform: rotate(0);
    }
}

@keyframes ring {
    0% {
        transform: rotate(0);
    }

    1% {
        transform: rotate(30deg);
    }

    3% {
        transform: rotate(-28deg);
    }

    5% {
        transform: rotate(34deg);
    }

    7% {
        transform: rotate(-32deg);
    }

    9% {
        transform: rotate(30deg);
    }

    11% {
        transform: rotate(-28deg);
    }

    13% {
        transform: rotate(26deg);
    }

    15% {
        transform: rotate(-24deg);
    }

    17% {
        transform: rotate(22deg);
    }

    19% {
        transform: rotate(-20deg);
    }

    21% {
        transform: rotate(18deg);
    }

    23% {
        transform: rotate(-16deg);
    }

    25% {
        transform: rotate(14deg);
    }

    27% {
        transform: rotate(-12deg);
    }

    29% {
        transform: rotate(10deg);
    }

    31% {
        transform: rotate(-8deg);
    }

    33% {
        transform: rotate(6deg);
    }

    35% {
        transform: rotate(-4deg);
    }

    37% {
        transform: rotate(2deg);
    }

    39% {
        transform: rotate(-1deg);
    }

    41% {
        transform: rotate(1deg);
    }

    43% {
        transform: rotate(0);
    }

    100% {
        transform: rotate(0);
    }
}
