@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Permanent+Marker&display=swap');
html {
    font-size: 100%;
}

body {
    color: #575757;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
    font-smoothing: antialiased;
    font-weight: normal;
    font-family: var(--main-font);
    font-size: 14px;
}

a,
a:hover,
a:visited {
    text-decoration: none;
    outline: none;
    color: var(--primary-color);
}

body p {
    letter-spacing: 0.3px;
    line-height: 30px;
    font-weight: 400;
}

body.noscroll {
    overflow-y: hidden;
}

.common-page {
    height: 100%;
    width: 100%;
    max-width: 100%;
    margin: auto;
    position: relative;
}

.content-wrap {
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    height: 100%;
    width: 100%;
    max-width: 100%;
    margin: auto;
    position: relative;
}

.content {
    position: relative;
    -webkit-transform-origin: 0% 0% 0;
    transform-origin: 0% 0% 0;
    height: 100%;
    width: 100%;
    max-width: 100%;
    overflow: hidden;
}

.content .img-fluid {
    width: 100%;
}


/*  .content a{
    background: rgba(0, 0, 0, 0.5)
  }*/

.login-process-pages .header {
    display: none;
}

.login-process-pages .common-page,
.login-process-pages .content-wrap,
.login-process-pages .content {
    height: 100%;
}

.start-bg {
    background: url(../images/enter.jpg) center no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
}

.loginform {
    padding: 30px 30px 25px;
    max-width: 500px;
    width: 100%;
}

.loginform h3 {
    text-transform: uppercase;
    color: #333;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 35px;
    text-align: center;
    border-bottom: 2px solid #000;
    display: table;
    margin: 0 auto 10px;
    font-family: var(--head-font);
}

.form {
    margin: 0;
}

.form-group {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

.form-step .form-group {
    margin-bottom: 20px;
}

.form-step .form-group label {
    color: #000;
    font-size: 14px;
    flex-basis: 100%;
    margin-bottom: 0;
    font-weight: 600;
}

.form-step .form-group .form-input {
    height: 30px;
    outline: none !important;
    border: 0;
    border-bottom: 1px solid #333;
    font-size: 16px;
    padding: 0 10px 0 0px;
    flex-grow: 2;
    border-radius: 0px;
    background: transparent;
    color: #000;
    width: 100%;
}

.customeRow {
    margin: 0px 0px;
}

.form-btn {
    outline: none;
    border: 0;
    /* background: linear-gradient(45deg, rgb(242, 15, 119), rgb(87, 56, 212)); */
    background: #11abe3;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    text-transform: uppercase;
    color: #fff;
    margin-top: 10px;
    height: 50px;
    border-radius: 2px;
    font-weight: 600;
    max-width: 200px;
    text-align: center;
}

.error-message {
    /*position: absolute;*/
    color: #f00;
    bottom: 2px;
    font-size: 12px;
}

.submit {
    margin-top: 15px;
    margin-bottom: 10px;
    display: flex;
    justify-content: center;
}

.form-bottom-group {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.action-form-group span {
    color: #333;
}

.action-form-group a {
    color: #000;
}

a.forgot-password {
    color: #333;
    font-size: 12px;
    text-align: center;
    margin: 10px auto 0;
    display: block;
    font-weight: 600;
}

.signupForm .loginform {
    max-width: 50%;
}

.profile-pic .cr-slider {
    width: 100%;
}

.profile-pic .upload-box .close-popup {
    position: absolute;
    z-index: 98;
    right: 3px;
    top: 5px;
    padding: 2px 3px;
    cursor: pointer;
}

.loginform .profile-pic .help-block {
    bottom: 0px;
    left: 170px;
}

.profile-pic .grid {
    margin-top: 10px;
}

.signup-check {
    position: relative;
    margin-bottom: 15px;
}

.signup-check label {
    display: block;
    padding-left: 30px;
    padding-top: 0px;
    font-size: 14px;
    margin: 0;
    cursor: pointer;
    color: #000;
    width: 100%;
}

.signup-check label:before {
    position: absolute;
    display: block;
    content: "";
    top: 2px;
    left: 0px;
    height: 20px;
    width: 20px;
    border-radius: 2px;
    border: 1px solid #c2c4c7;
    background-color: white;
    -webkit-box-shadow: inset 0px 0px 0px 0px rgba(0, 0, 0, 0);
    box-shadow: inset 0px 0px 0px 0px rgba(0, 0, 0, 0);
    -webkit-transition: -webkit-box-shadow ease-in-out 0.1s;
    transition: -webkit-box-shadow ease-in-out 0.1s;
    transition: box-shadow ease-in-out 0.1s;
    transition: box-shadow ease-in-out 0.1s, -webkit-box-shadow ease-in-out 0.1s;
}

.signup-check label:after {
    content: "";
    position: absolute;
    opacity: 0;
    left: 7px;
    top: 4px;
    width: 7px;
    height: 13px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.signup-check input[type=checkbox]:checked+label::before {
    background: #000;
}

.signup-check input[type=checkbox]:checked+label::after {
    opacity: 1;
}

.signup-check .error-message {
    bottom: -18px;
    left: 30px;
}

.multiple-checkbox p {
    color: #000;
    margin: 0px 0px 5px 0px;
    font-weight: 600;
    line-height: 20px;
}

.multiple-checkbox .signup-check {
    display: inline-block;
    /*   margin-right: 20px;*/
    min-width: 100px;
}

.loby-bg {
    position: relative;
    width: 100%;
    height: 100%;
    /*
     background: url(../images/ubm-lobby2000.jpg);
     background-size: 100%;
     background-repeat: no-repeat;
     background-position: center 60%;*/
    display: block;
}

.audit {
    width: 12%;
    height: 14%;
    position: absolute;
    top: 47%;
    left: 54.2%;
}

.product {
    width: 12%;
    height: 14%;
    position: absolute;
    top: 47%;
    left: 33.2%;
}

.info {
    width: 24%;
    height: 21%;
    position: absolute;
    top: 63%;
    left: 37.3%;
}

.feedback {
    width: 8%;
    height: 7.5%;
    position: absolute;
    top: 56%;
    left: 27%;
}

.lobyVideo1 {
    position: absolute;
    top: 19.5%;
    left: 45%;
    width: 12%;
    height: 10.5%;
}

.welcome-video {
    width: 7.1%;
    height: 13%;
    position: absolute;
    top: 48%;
    left: 46%;
}

.play {
    width: 13%;
    height: 12.9%;
    position: absolute;
    top: 35.4%;
    right: 30.4%;
    text-align: center;
    display: flex;
    align-items: center;
    background: url(../images/video-bg.jpg) 0 0 no-repeat;
    background-size: cover;
}

.play-video img {
    width: 60%;
    margin: 0 auto;
}

.video {
    width: 5%;
    height: 4%;
    position: absolute;
    bottom: 21%;
    left: 35%;
}

.play-video iframe {
    width: 100%;
    height: 100% !important;
}

.play-video video {
    width: 100%;
    height: 100%;
}

.welcome-video .popup-body {
    padding: 0;
}

.youtube-player {
    width: 100%;
    max-width: 100%;
    padding-bottom: 56.25%;
    height: 0;
    position: relative;
}

.youtube-player iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.youtube-player video {
    width: 100%;
    height: 100%;
}

.popup-video iframe {
    height: 550px;
    width: 1024px;
}

.closeVideo {
    float: right;
    position: absolute;
    top: 10%;
    right: 12%;
}

.closeVideo i {
    font-size: 40px
}

.breakout {
    width: 4%;
    height: 8%;
    position: absolute;
    top: 47%;
    right: 18.4%;
}

.content figure {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
}

.content figure img {
    width: 100%;
}

.info-close-bg {
    position: relative;
    width: 100%;
    height: 100%;
    /*
    background-image: url(../images/info-close.jpg);
    background-position: center 0;
    background-size: 100%;*/
    display: block;
}

.info-info {
    position: absolute;
    width: 3.8%;
    height: 7%;
    left: 60.8%;
    top: 54%;
}

.audit1 {
    position: absolute;
    width: 20.8%;
    height: 24%;
    left: 62.3%;
    top: 13%;
}

.product1 {
    position: absolute;
    width: 20.8%;
    height: 24%;
    left: 19.5%;
    top: 13%;
}

.info-agenda {
    position: absolute;
    width: 3.8%;
    height: 7%;
    left: 34.5%;
    top: 54%;
}

.info-man-chat {
    position: absolute;
    width: 5%;
    height: 10%;
    left: 43.2%;
    top: 60%;
}

.info-help-chat {
    position: absolute;
    width: 3.5%;
    height: 7%;
    left: 63.5%;
    top: 60%;
}

.photobooth {
    position: absolute;
    width: 7%;
    height: 8%;
    left: 23.5%;
    top: 60%;
}

.wall {
    position: absolute;
    width: 7%;
    height: 10%;
    left: 15.5%;
    top: 63%;
}

.ibmbooth {
    position: absolute;
    width: 7.5%;
    height: 9%;
    right: 17.5%;
    top: 63%;
}

.product-bg {
    position: absolute;
    width: 100%;
}

.exhibition_slider .slick-arrow {
    z-index: 1;
}

.exhibition_slider .slick-prev {
    left: 0;
    background: url(../images/arrow.png);
    width: 64px;
    height: 64px;
}

.exhibition_slider .slick-prev:before,
.exhibition_slider .slick-next:before {
    display: none;
}

.exhibition_slider .slick-next {
    right: 0;
    background: url(../images/arrow.png);
    width: 64px;
    height: 64px;
    transform: rotate(180deg);
    transform-origin: center 25%;
}

.product-infos {
    position: absolute;
    width: 9%;
    height: 40%;
    bottom: 6%;
    right: 16%;
}

.webcast-play {
    width: 16.5%;
    height: 16%;
    position: absolute;
    top: 29.7%;
    right: 28.7%;
    text-align: center;
    display: flex;
    align-items: center;
    background: url(../images/video-bg.jpg) 0 0 no-repeat;
    background-size: cover;
}

.chat-with {
    position: absolute;
    bottom: 29.4%;
    left: 37.5%;
    width: 8%;
    height: 22%;
}

.chat-with img {
    width: 80%;
}

.zoomcall {
    position: absolute;
    top: 64%;
    right: 33%;
    width: 4%;
    height: 4%;
}

.audit-content {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
}

.audit-content-center {
    width: 33.5%;
    height: 34.5%;
    z-index: 1;
    position: absolute;
    top: 18.8%;
    left: -.5%;
    right: 0;
    margin: 0 auto;
}

.whatsno img {
    border-radius: 0%!important;
}

.sales_info-popup .profile-card .profile-middle a img {
    border-radius: 0%!important;
}

.audit-content-center #video_div {
    width: 100%;
    height: 100%;
}

.audit-content-center #video_div iframe {
    width: 100%;
    height: 100%;
}

.audit-content-inner {
    height: calc(100% - 5%);
    position: relative;
    padding: 10px;
}

.audit-content-inner .mCSB_scrollTools .mCSB_draggerRail {
    background: #fff !important;
    width: 10px;
}

.audit-content-inner .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 10px;
    background: rgba(0, 0, 0, 0.7) !important;
}

.audit-content-box {
    padding: 10px 3px 10px;
    border-color: transparent;
    border: 2px solid transparent;
    clear: both;
    border-bottom: 1px dotted dimgrey;
    display: flex;
    align-items: center;
}

.audit-content-box:hover {
    border-width: 2px;
    border-style: solid;
    border-color: var(--main-color);
    border-image: initial;
}

.audit-content-box figure {
    margin: 0;
    padding: 0px 5px 0px 5px;
    width: 75px;
    height: 40px;
    margin-right: 20px;
    overflow: hidden;
    display: flex;
    justify-content: center;
}

.audit-content-box figure img {
    height: 100%;
}

.audit-content-box .audit-detail h4 {
    color: #fff;
    font-size: 14px;
    margin-top: 0px;
    margin-bottom: 3px;
    text-transform: uppercase;
}

.audit-content-box .audit-detail p {
    font-size: 12px;
    color: #fff;
    line-height: 16px;
}

.audit-content-overlay {
    position: absolute;
    top: 35%;
    transform: translateY(-35%);
    width: 100%;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 550px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.audit-content-overlay img {
    width: 100%;
}

.info-screen-icons {
    position: absolute;
    width: 12.6%;
    height: 14%;
    left: 24%;
    top: 35.5%;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.document {
    width: 42px;
    height: 42px;
    background-size: contain;
    background: url(../images/pdf.svg) center no-repeat;
}

.document .custom-title {
    top: 38%;
    left: -45%;
}

.document img {
    width: 80%;
}

.info-speaker {
    width: 42px;
    height: 42px;
    background-size: contain;
    background: url(../images/speaker-icon.svg) center no-repeat;
}

.info-speaker .custom-title {
    left: 86%;
    top: 38%;
}

.doc-img-swipe {
    position: absolute;
    width: 100%;
    height: 95px;
    margin: 0 auto;
    display: block;
    text-align: center;
    top: 0%;
    display: flex;
    align-items: center;
    justify-content: center;
}


/*
 .video-chat img {
     width: 80%;
 }*/

.form-top {
    border-radius: 2px;
    background-color: white;
    width: 100%;
    padding: 20px 20px;
    display: flex;
    flex-wrap: wrap;
}

.form-top h5 {
    color: #333;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.form-group .common-input {
    width: 100%;
    height: 40px;
    padding: 5px 12px;
    font-size: 14px;
    outline: none;
    border: solid 1px #c2c4c7;
    color: #333333;
    border-radius: 2px;
}

.form-group .common-input:focus {
    border: 1px solid #292f35;
    box-shadow: 0 0 5px 0 rgba(41, 47, 53, 0.2);
}

.form-bottom {
    display: flex;
    padding: 40px 0 20px;
    justify-content: space-between;
    align-items: center;
}

.form-bottom-right {
    display: flex;
}

.common-btn {
    padding: 10px 20px;
    border-radius: 2px;
    font-size: 14px;
    color: #fff;
    outline: none;
    border: 0;
    background: var(--theme-color);
    font-weight: 600;
    cursor: pointer;
    text-transform: uppercase;
    margin: 0 6px;
    transition: all 300ms linear;
    outline: none;
}

.common-btn:hover {
    background: var(--theme-color);
    color: #fff;
}

.form-bottom .common-btn.cancel-btn {
    background: black;
}

.form-bottom .common-btn.connectWithLinkedIn {
    background: #0077B5;
}

.form-bottom .common-btn.connectWithLinkedIn i {
    margin-right: 5px;
    font-size: 20px;
    vertical-align: middle;
}

.form-group .file-input {
    display: inline-block;
    padding-right: 0;
}

.form-group .file-input>[type='file'] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 85px;
    opacity: 0;
    z-index: 10;
    cursor: pointer;
}

.form-group .file-input>.file-btn {
    display: inline-block;
    cursor: pointer;
    background: var(--main-color);
    padding: 7px 15px;
    color: #fff;
    float: left;
    margin-top: 10px;
}

.form-group .file-input>.label {
    white-space: nowrap;
    opacity: .3;
    line-height: 35px;
    color: #000;
    margin-left: 10px;
    margin-top: 10px;
    display: inline-block;
}

.form-group .file-input.-chosen>.label {
    opacity: 1;
    color: #aaa;
}

.form-group .file-input.-chosen {
    background: #f2f4f7;
}

.loginform .help-block {
    position: absolute;
    bottom: -13px;
    left: 50.333%;
}

.form-btn-group {
    margin-top: 20px;
}


/*Feedback form*/

#feedback-form {
    align-items: flex-start;
}

.feedback_form_popup {
    overflow-y: hidden;
}

.feedback-form-inner {
    position: relative;
    color: #333;
    border: 0;
    padding: 0;
}

.feedback_form_popup .feedback-body {
    background: #fff;
    height: 80vh;
    padding: 0;
}

.feedback-form-inner p {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 0;
    color: #333;
}

.feedback-box {
    margin-bottom: 30px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e2e4e7;
    position: relative;
}

.feedback-box .feedback-right {
    display: flex;
    flex-wrap: wrap;
}

.feedback-box .form-group {
    position: relative;
    margin-right: 30px;
}

.feedback-box h2 {
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 20px;
    color: #000;
    font-family: var(--head-font);
}

.feedback-box h3 {
    font-weight: 600;
    font-size: 15px;
    margin-bottom: 20px;
    color: #333;
}

.feedback-body .form {
    padding: 24px;
}

.feedback-box.textarea-box .form-group {
    width: 100%;
}

.feedback-body .textarea-box .form-group {
    flex-direction: row;
}

.form-group textarea.common-input {
    padding: 15px;
    height: 120px;
    max-width: 570px;
}

.range-slider .range-criteria {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.range-slider .range-criteria span {
    color: #333;
    font-size: 14px;
}

.custom-range::-webkit-slider-thumb {
    background: #000;
}

.custom-range::-moz-range-thumb {
    background: #000;
}

.custom-range::-ms-thumb {
    background: #000;
}

.form-group .label--checkbox,
.form-group .label--radio {
    display: block;
    padding-left: 30px;
    padding-top: 0px;
    min-height: 30px;
    font-size: 14px;
    margin: 0;
    cursor: pointer;
    color: #000;
}

.radio {
    display: none;
}

.checkbox {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.label--checkbox:before {
    position: absolute;
    display: block;
    content: "";
    top: 2px;
    left: 0;
    height: 18px;
    width: 18px;
    border-radius: 2px;
    border: 1px solid #c2c4c7;
    background-color: white;
    -webkit-box-shadow: inset 0px 0px 0px 0px rgba(0, 0, 0, 0);
    box-shadow: inset 0px 0px 0px 0px rgba(0, 0, 0, 0);
    -webkit-transition: -webkit-box-shadow ease-in-out 0.1s;
    transition: -webkit-box-shadow ease-in-out 0.1s;
    transition: box-shadow ease-in-out 0.1s;
    transition: box-shadow ease-in-out 0.1s, -webkit-box-shadow ease-in-out 0.1s;
}

.checkbox:checked+.label--checkbox:before {
    background-color: #000;
    border-color: #000;
    -webkit-box-shadow: inset 0px 0px 0px 0px rgba(0, 0, 0, 0);
    box-shadow: inset 0px 0px 0px 0px rgba(0, 0, 0, 0);
}

.label--checkbox:after {
    content: "";
    position: absolute;
    display: none;
    left: 7px;
    top: 4px;
    width: 6px;
    height: 11px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.checkbox:checked+.label--checkbox:after {
    display: block;
}

.label--checkbox:hover:before {
    box-shadow: inset 0px 0px 5px 0px rgba(0, 0, 0, 0.24);
}

.label--radio:before {
    position: absolute;
    display: block;
    content: "";
    top: 2px;
    left: 0;
    height: 18px;
    width: 18px;
    border-radius: 50%;
    border: 1px solid #c2c4c7;
    -webkit-box-shadow: inset 0px 0px 0px 0px rgba(0, 0, 0, 0);
    box-shadow: inset 0px 0px 0px 0px rgba(0, 0, 0, 0);
    -webkit-transition: -webkit-box-shadow ease-in-out 0.1s;
    transition: -webkit-box-shadow ease-in-out 0.1s;
    transition: box-shadow ease-in-out 0.1s;
    transition: box-shadow ease-in-out 0.1s, -webkit-box-shadow ease-in-out 0.1s;
}

.label--radio:hover:before {
    box-shadow: inset 0px 0px 5px 0px rgba(0, 0, 0, 0.24);
    -webkit-box-shadow: inset 0px 0px 5px 0px rgba(0, 0, 0, 0.24);
}

.label--radio:after {
    position: absolute;
    background-color: transparent;
    top: 7px;
    left: 5px;
    height: 8px;
    width: 8px;
    content: "";
    border-radius: 50%;
    -webkit-transition: background-color ease-in-out 0.1s, border-color ease-in-out 0.1s;
    transition: background-color ease-in-out 0.1s, border-color ease-in-out 0.1s;
}

.radio:checked+.label--radio::after {
    background-color: #000;
}

.feedback-box .form-group .label--radio {
    padding-left: 25px;
    min-height: 20px;
}

.feedback-box .label--radio:before {
    height: 16px;
    width: 16px
}

.feedback-box .label--radio:after {
    height: 6px;
    width: 6px;
}

.info-send-mail .profile-popup {
    max-width: 500px;
}

.info-send-mail .profile-popup .form-top {
    background: transparent;
    padding: 0;
    margin: 0;
    border: 0;
}

.info-send-mail .profile-popup .form-top h5 {
    font-weight: 400;
    text-transform: none;
}

.info-send-mail .form-group {
    flex-direction: column;
    max-width: 100%;
    flex: 0 0 100%;
    padding: 0;
}

.info-send-mail .form-group label,
.info-send-mail .form-group .common-input {
    flex-basis: auto;
    font-weight: 600;
}

.info-send-mail .popup-container {
    position: relative;
    width: 100%;
}

.document_css .popup-container {
    position: static;
    margin: auto;
    width: 100%;
    min-width: 850px;
}

.document_css {
    overflow-x: hidden;
}

.document_css .no_result {
    color: var(--main-color);
    min-width: 700px;
    min-height: 350px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 600;
    font-size: 20px;
}

.content-body {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
}

.content-body .content-left {
    flex: 0 0 50%;
    max-width: 50%;
    border-right: 1px dashed grey;
    position: relative;
    padding: 0 10px;
}

.content-body .content-left-scroll {
    height: 380px;
    overflow-x: hidden;
    overflow-y: auto;
}

.content-left .content-list {
    display: flex;
    margin: 10px 0 0 0;
    padding: 0;
    list-style-type: none;
    flex-wrap: wrap;
}

.content-left .content-list li {
    line-height: 30px;
    width: 100%;
    display: flex;
}

.content-left .content-list li a {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 12px;
    line-height: 30px;
    width: 100%;
    display: inline-block;
    color: #333;
    padding: 0px 15px;
    font-weight: 600;
}

.content-left .content-list li span {
    font-weight: bold;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 12px;
    line-height: 30px;
    width: 100%;
    color: var(--main-color);
    padding: 0px 15px;
}

.content-left .content-list li a:hover {
    background: lightgrey;
}

.content-list_active {
    background: lightgrey;
}

.content-left .save-doc {
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
    color: #333;
    text-align: center;
}

.content-body .content-right {
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0 0px 15px 10px;
}

.content-right .content-right-top {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px dashed grey;
    padding: 7px 0px 7px 0px;
    margin: 0 10px 15px 0px;
}

.content-right-top .rating i {
    font-size: 18px;
    color: var(--main-color);
    margin-right: 5px;
}

.content-right-top .add-to-content i {
    color: #333;
    font-size: 18px;
    margin-left: 5px;
}

.content-right-bottom {
    height: 450px;
    overflow-y: auto;
    overflow-x: hidden;
}

.content-right-box {
    padding: 10px 0px;
}

.content-right-box h3 {
    font-size: 14px;
    font-weight: 700;
    color: var(--main-color);
    margin-bottom: 10px;
}

.content-right-box p {
    color: #333;
    font-size: 12px;
    line-height: 18px;
    font-weight: 400;
}

.mesage_box {
    padding-top: 20px;
    margin: auto;
    display: none;
}


/*second Floor*/

.keynotes {
    position: absolute;
    top: 51%;
    width: 18%;
    height: 20%;
    left: 43%;
}

.ficci-exhibit1 {
    position: absolute;
    top: 50%;
    left: 58%;
    width: 13%;
    height: 12%;
}

.ficci-exhibit2 {
    position: absolute;
    top: 50%;
    left: 79%;
    width: 14%;
    height: 14%;
}

.ficci-exhibit3 {
    position: absolute;
    top: 27%;
    left: 56%;
    width: 12%;
    height: 11%;
}

.flor-breakout {
    position: absolute;
    top: 43%;
    width: 14%;
    height: 27%;
    right: 83px;
}

.expo {
    position: absolute;
    top: 47%;
    width: 19%;
    height: 37%;
    right: 7%;
}

.agenda {
    position: absolute;
    top: 18%;
    width: 9%;
    height: 20%;
    left: 30.5%;
}

.agenda-popup .popup-container {
    width: 100%;
    height: 100%;
    max-width: 900px;
    max-height: 550px;
    position: relative;
}

.agenda-sch {
    height: 500px;
    width: 100%;
}

.fancybox-slide--html .agenda-popup .fancybox-close-small {
    top: -10px;
}

.secondfloor-video {
    width: 16.7%;
    height: 16.7%;
    position: absolute;
    top: 4.6%;
    left: 49.5%;
    text-align: center;
    display: flex;
    align-items: center;
    background: url(../images/video-bg.jpg) 0 0 no-repeat;
    background-size: cover;
}

.flor-info {
    position: absolute;
    top: 59%;
    width: 13%;
    height: 10%;
    left: 49%;
}

.breakout-agenda {
    position: absolute;
    top: 28%;
    width: 14%;
    height: 26%;
    right: 1%;
}

.breakout1 {
    position: absolute;
    top: 50%;
    width: 10%;
    height: 15%;
    left: 7%;
}

.breakout2 {
    position: absolute;
    top: 50%;
    width: 10%;
    height: 13%;
    left: 19%;
}

.breakout3 {
    position: absolute;
    top: 50%;
    width: 9%;
    height: 12%;
    right: 60%;
}

.breakout4 {
    position: absolute;
    top: 21%;
    width: 10%;
    height: 17%;
    left: 13%;
}

.breakout5 {
    position: absolute;
    top: 23%;
    width: 7%;
    height: 15%;
    left: 24%;
}

.breakout6 {
    position: absolute;
    top: 25%;
    width: 6%;
    height: 13%;
    right: 62%;
}

.automation {
    position: absolute;
    top: 12%;
    width: 20%;
    height: 30%;
    left: 32%;
}

.booth-bg {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
}

.booth-doc {
    position: absolute;
    top: 56%;
    width: 10%;
    height: 13%;
    left: 22%;
}

.booth-play1,
.booth-play2 {
    width: 17%;
    height: 17%;
    position: absolute;
    top: 28%;
    right: 30%;
    text-align: center;
    display: flex;
    align-items: center;
    background: url(../images/video-bg.jpg) 0 0 no-repeat;
    background-size: cover;
}

.booth-play2 {
    top: 46.6%;
}

.second-flor-doc {
    position: absolute;
    top: 44.5%;
    width: 9.5%;
    height: 12%;
    right: 16%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.second-flor-doc .doc-img-swipe {
    height: 100%;
}

.second-flor-chat {
    width: 11%;
    height: 26%;
    left: 48%;
    position: absolute;
    top: 34%;
}

.second-flor-chat img {
    width: 80%;
}

#for-chat .popup-container {
    width: 100%;
    height: 100%;
    max-width: 1000px;
    max-height: 560px;
    background: #fff;
}

#for-chat .popup-container .popup-body {
    padding: 5px 10px;
}

.video_player {
    height: 1080px;
    float: left;
    z-index: 100;
    width: 100%;
    display: none;
}

.fade_effect {
    width: 100%;
    height: 100%;
    background-color: white;
    position: fixed;
    display: block;
    z-index: 15;
}

.exhibitors-sec {
    display: none;
    width: 100%;
    position: fixed;
    bottom: 100px;
    max-width: 100%;
    white-space: nowrap;
    margin: 0 auto;
    text-align: center;
    z-index: 999;
}

.exhibit-logo {
    display: inline-block;
    background: rgba(255, 255, 255, 0.8);
    width: 200px;
    height: 80px;
    margin: 0 auto;
    text-align: center;
    padding: 0px 10px;
    vertical-align: middle;
    white-space: normal;
    word-wrap: break-word;
    border-radius: 4px;
    line-height: 40px;
}

.exhibit-logo figure {
    display: flex;
    height: inherit;
    align-items: center;
    margin: 0;
    width: 100%;
    justify-content: center;
}

.exhibit-logo img {
    width: 100%;
}

.exhibitors-sec .mCSB_scrollTools .mCSB_draggerContainer {
    display: none;
}

.exhibitors-sec .mCSB_horizontal.mCSB_inside>.mCSB_container {
    margin-bottom: 0;
}

.exhibitors-sec .mCSB_scrollTools {
    opacity: 1;
}

.exhibitors-sec .mCS-dark.mCSB_scrollTools .mCSB_buttonLeft {
    bottom: 30px;
    opacity: 1;
    background-image: url(../images/left.png) !important;
    background-color: #fff;
    width: 20px;
    background-size: contain;
    height: 24px;
    background-position: center;
    border-radius: 2px;
}

.exhibitors-sec .mCS-dark.mCSB_scrollTools .mCSB_buttonRight {
    bottom: 30px;
    opacity: 1;
    background-image: url(../images/right.png) !important;
    background-color: #fff;
    width: 20px;
    background-size: contain;
    height: 24px;
    background-position: center;
    border-radius: 2px;
}

.exhibitors-sec .mCSB_scrollTools.mCSB_scrollTools_horizontal {
    height: 1px;
}

.exhibitor_btn {}

.social-outer {
    position: absolute;
    top: 56.5%;
    left: 22.5%;
    width: 9%;
    height: 12%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.social {
    overflow: hidden;
    width: 100%;
    display: flex;
    padding: 0 5px;
    flex-wrap: wrap;
}

.social .social-link {
    width: 24px;
    height: 24px;
    background-repeat: no-repeat;
    background-position: center;
    display: block;
    background-size: contain;
    margin: 0 auto;
}

.social .social-link.facebook {
    background-image: url(../images/fb.svg);
}

.social .social-link.twitter {
    background-image: url(../images/twitter.svg);
}

.social .social-link.linkedin {
    background-image: url(../images/linkedin.svg);
}

.social .social-link.instagram {
    background-image: url(../images/instagram.svg);
}

.social .social-link.youtube {
    background-image: url(../images/youtube.svg);
}

.social .social-link.website {
    background-image: url(../images/url.svg);
}

.exhibition-social {
    position: absolute;
    top: 56%;
    left: 27.8%;
    width: 8.6%;
    height: 10.5%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.speakers {
    position: absolute;
    left: 41.5%;
    top: 18%;
    width: 4%;
    height: 20%;
}

.speakers img {
    width: 100%;
    border-radius: 2px;
}

.speaker-popup-overlay .content-body {
    background: rgb(242, 244, 247);
}

.speaker-popup-overlay .popup-container {
    width: 100%;
    height: 100%;
    max-width: 1000px;
    max-height: 550px;
    position: relative;
}

.fancybox-slide--html .speaker-popup-overlay .fancybox-close-small {
    top: -10px;
}

.speaker-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 20px;
    height: 500px;
    width: 100%;
}

.speaker-list .mCSB_container {
    display: flex;
    flex-wrap: wrap;
    margin-right: 5px;
}

.speaker-list .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: rgba(0, 0, 0, 0.7);
    width: 8px;
}

.speaker-list .mCSB_scrollTools .mCSB_draggerRail {
    background-color: #fff;
    width: 4px;
}

.speaker-list .speaker-box {
    max-width: 25%;
    flex: 0 0 25%;
    padding: 0 15px;
    margin-bottom: 20px;
}

.speaker-box-inner {
    background: #fff;
    padding: 10px 0px;
    border-radius: 4px;
}

.speaker-list .speaker-box figure {
    width: 100px;
    height: 100px;
    margin: 15px auto;
    padding: 0px 0px;
}

.speaker-list .speaker-box figure img {
    width: 100%;
    border-radius: 4px;
}

.speaker-list .speaker-box figcaption {
    text-align: center;
}

.speaker-list .speaker-box figcaption h3 {
    font-size: 16px;
    color: var(--main-color);
    margin-top: 20px;
    margin-bottom: 0px;
}

.speaker-list .speaker-box figcaption p {
    color: #000;
    font-size: 12px;
    line-height: 20px;
}

.audi2-man {
    position: absolute;
    right: 30%;
    top: 44%;
    width: 12%;
    height: 10%;
}

.audi2-man img {
    width: 100%;
}

.audit2-bg {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
}

.secondaudi2-video {
    position: absolute;
    left: 15%;
    top: 30%;
    width: 20%;
    height: 18%;
}

.audi2_player {
    position: absolute;
    top: 20%;
    width: 35%;
    height: 35%;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.audi2_player iframe {
    width: 100%;
    height: 100%;
    background: #000;
}

.call-popup .popup-body h4 {
    color: #000;
    font-size: 18px;
}

.call-popup .popup-container {
    width: 100%;
}

.schedule-body {
    position: relative;
    display: flex;
    margin-top: 20px;
}

.schedule-body .calendar-part {
    flex: 0 0 50%;
    max-width: 50%;
}

.schedule-body .calendar-part input.calendar {
    -webkit-appearance: none;
    display: none;
}

.schedule-body .time-part {
    flex: 0 0 50%;
    max-width: 50%;
}

.time-part .time-list {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    height: 400px;
}

.time-list .mCSB_container {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.time-list .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 6px;
    background-color: rgba(0, 0, 0, 0.7);
}

.time-list .mCSB_scrollTools .mCSB_draggerRail {
    background-color: #fff;
    width: 4px;
}

.time-part .time-list li {
    margin: 5px 10px;
    text-align: center;
    min-width: 150px;
    line-height: 35px;
}

.time-part .time-list li a {
    color: #333;
    padding: 0px 30px;
    font-size: 14px;
    display: block;
    background: #fff;
    border-radius: 4px;
    border: 1px solid #e0e0e0;
    transition: all .3s linear;
}

.time-part .time-list li:hover a,
.time-part .time-list li a.active {
    background: rgba(0, 0, 0, 0.7);
    border: 1px solid rgba(0, 0, 0, 0.7);
    color: #fff;
}

.time-part .time-list li .active_selected {
    padding: 0px 30px;
    font-size: 14px;
    display: block;
    border-radius: 4px;
    background: #495057;
    border: 1px solid #495057;
    color: #fff;
}

.disabled {
    background: rgba(0, 0, 0, 0.1) !important;
}

.confirm-btn {
    display: table;
    background: rgba(0, 0, 0, 0.7);
    padding: 10px 30px;
    border-radius: 4px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    margin: 30px auto 0;
    color: #fff;
    outline: none;
    border: 0;
    transition: all 300ms linear;
}

.confirm-btn:hover {
    background: #000;
}

.jq-toast-wrap.top-right {
    max-width: calc((100vh - 60px - 35px) * 1.778);
    top: auto !important;
    right: 0 !important;
    bottom: 35px;
    width: 100vw !important;
    left: 0;
    margin: 0 auto;
}

.jq-toast-single {
    width: 250px !important;
    float: right;
    margin: 0px 20px 5px 0 !important;
}

.linkedinPopup .form-top .form-group {
    max-width: 100%;
    flex: 0 0 100%;
}

.linkedinPopup .form-group label {
    text-align: left;
    color: #000;
}

.linkedinPopup .form-bottom {
    margin: 0 auto;
}

.downloadcv {
    color: #292F35 !important;
    font-weight: 700;
    display: flex;
    justify-content: flex-end;
    width: 100%;
    font-size: 14px;
    align-items: center;
    margin-top: 30px;
    font-family: var(--head-font);
    text-transform: uppercase;
}

.downloadcv i {
    margin-right: 5px;
}


/*Login pages*/

.et-signupForm .content-wrap {
    box-shadow: none;
}

.et-signupForm .start-bg {
    background: none;
}

.et-signup {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    align-items: center;
}

.et-signup .et-header {
    display: flex;
    justify-content: space-between;
    padding: 10px 50px 10px 50px;
    width: 100%;
    height: 100px;
    align-items: center;
}

.et-signup .et-header .et-logo {
    width: 110px;
}

.et-signup .et-header .et-sale-logo {
    width: 200px;
}

.et-signup .et-header img {
    /* width: 100%;*/
}

.et-container {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.et-container .et-left {
    flex: 0 0 50%;
    max-width: 50%;
    height: 100vh;
    position: relative;
}

.et-container .et-left span {
    background-size: cover;
    background-position: 0 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
}

.signupForm .et-container .et-left span {
    height: auto;
}

.signupForm .fliptimer .flip-container {
    margin: 0 auto 50px
}

.et-container .et-left span img {
    width: 100%;
}

.et-container .et-left h1 {
    background: #fff;
    color: #000;
    font-size: 36px;
    text-align: center;
    width: 100%;
    padding: 10px 30px;
    position: absolute;
    bottom: 0;
    left: 0;
    margin: 0;
    height: 70px;
}

.et-container .et-right {
    flex: 0 0 50%;
    max-width: 50%;
    height: 100vh;
    position: relative;
}

.et-signupForm .loginform {
    max-width: 100%;
    padding: 30px 50px 30px;
    height: 100vh;
    overflow-y: auto;
}

.et-signupForm .loginform .phd-logo {
    width: 200px;
    margin: 0px auto 30px;
}

 ::-webkit-scrollbar-track {
    border-radius: 4px;
    background-color: #dddddd;
}

 ::-webkit-scrollbar {
    width: 8px;
    background-color: #e7e7e7;
    border-radius: 4px;
}

 ::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: rgba(0, 0, 0, 0.53);
}

.et-signupForm .et-signinform .loginform {
    max-width: 60%;
    height: auto;
    overflow-y: auto;
    margin: 0 auto;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    background: none;
}

.et-signupForm .loginform .login-top {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.et-signupForm .loginform .login-top h3 {
    margin: 0 0 30px 0;
}

.et-signupForm .loginform .login-top p {
    color: #000;
}

.et-signupForm .submit {
    justify-content: flex-start;
}

.et-signupForm .et-signinform .form-bottom-group {
    justify-content: flex-end;
}

.et-signupForm .et-signinform .form-btn-group {
    margin-top: -50px;
}

.et-success .loginform {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.et-success h2 {
    color: #333;
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 35px;
    text-align: center;
    display: table;
    margin: 0 auto 30px;
    line-height: 45px;
    font-family: var(--head-font);
}

.et-success p {
    color: #000;
    text-align: left;
    font-size: 16px;
    margin-top: 30px;
}

.common-footer {
    display: flex;
    padding: 5px 40px;
    border-top: 1px solid rgb(0, 0, 0, 0.1);
    justify-content: space-between;
    color: rgba(0, 0, 0, 0.7);
    display: none;
}

.common-footer p {
    font-weight: 500;
    margin-bottom: 0;
    line-height: 20px;
    font-size: 10px;
}

.login-process-pages .footer {
    padding-top: 0;
    background: none;
    display: none;
}

.login-process-pages .footer .footer-bottom {
    background: #fff;
}

.form-step .form-group .change-btn label.custom-file-upload {
    font-weight: 400;
}

.upload-demo.ready .upload-result {
    font-weight: 400;
}

.login-process-pages .footer-bottom {
    display: none;
}

.et-success .form-btn {
    margin: 30px auto;
}


/*23 may*/

.audit1-bg {
    position: relative;
    width: 100%;
    height: 100%;
    display: block;
}

.audit-static-btn {
    position: fixed;
    left: 0;
    top: 40%;
}

.audit-btn {
    background: var(--theme-color);
    text-align: center;
    text-transform: uppercase;
    font-family: var(--head-font);
    font-weight: 600;
    padding: 10px 15px 6px;
    font-size: 12px;
    transition: all 300ms linear;
    border-radius: 0px 4px 4px 0px;
    display: block;
    color: #fff;
    margin-bottom: 15px;
}

.audit-btn:hover {
    background: var(--theme-color);
}

.audit-btn img {
    width: 24px;
    display: block;
    margin: 0 auto 5px;
}

.audit-static-btn.static-btn-right {
    left: auto;
    right: 0;
}

.audit-static-btn.static-btn-right .audit-btn {
    margin-bottom: 15px;
    border-radius: 4px 0px 0px 4px;
}

.profile-width-height .popup-body {
    height: 480px;
    overflow-y: scroll;
}


/*First floor*/

.firstfloor-bg {
    position: relative;
    width: 100%;
    height: 100%;
    display: block;
}

.floorbreakout-bg {
    position: relative;
    width: 100%;
    height: 100%;
    display: block;
}

.breakout-inner-bg {
    position: relative;
    width: 100%;
    height: 100%;
    display: block;
}

.breakout-overlay {
    width: 100%;
    max-width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.breakout-overlay iframe {
    width: 100%;
    height: 100%;
}

.breakout-play {
    width: 100%;
    height: 100%;
}

.breakout-play iframe {
    width: 100%;
    height: 100%;
}

.breakout-common .breakout-overlay {
    width: 100%;
    max-width: 34%;
    height: 35%;
    position: absolute;
    top: 20.5%;
    left: 0.7%;
}

.breakout-btns {
    position: absolute;
    bottom: -60px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 0 10%;
}

.breakout-zoom {
    background: var(--theme-color);
    display: flex;
    align-items: center;
    color: #fff;
    font-weight: 700;
    font-size: 18px;
    padding: 10px 20px;
    border-radius: 5px;
}

.breakout-zoom img {
    display: inline-block;
    width: 28px;
    margin: 0 10px 0 0;
    border-radius: 50%;
}

.breaklink1 {
    top: 21%;
    left: 41%;
}

.breaklink2 {
    top: 32%;
    left: 41%;
}

.breaklink3 {
    top: 43%;
    left: 41%;
}

.breaklink4 {
    top: 26%;
    left: 51%;
}

.breaklink5 {
    top: 38%;
    left: 51%;
}

.hint {
    width: 36px;
    height: 36px;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: 0 auto;
    transform: translateY(-50%);
}

.hint .circle {
    border: 15px solid #f3b41f;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
    /* animation */
    -webkit-animation: pulse 2s linear;
    -moz-animation: pulse 2s linear;
    animation: pulse 2s linear;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    opacity: 0;
}

.hint .circle.one {
    -webkit-animation-delay: 200ms;
}

.hint .circle.two {
    -webkit-animation-delay: 750ms;
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(0.1);
        opacity: 0.9;
    }
    25% {
        -webkit-transform: scale(0.3);
        opacity: 1;
    }
    50% {
        -webkit-transform: scale(0.6);
        opacity: .6;
    }
    75% {
        -webkit-transform: scale(.9);
        opacity: .3;
    }
    100% {
        -webkit-transform: scale(1);
        opacity: 0;
    }
}


/*
.hint {
    border-radius: 50%;
    margin: 10px;
    height: 24px;
    width: 24px;
    transform: scale(1);
    background: rgba(33, 113, 195, 1);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 1);
    animation: pulse-white 1s infinite;
    position: absolute;
    top: 40%;
    left: 0;
    right: 0;
    margin: 0 auto;
@keyframes pulse-white {
    0% {
        transform: scale(0.3);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    }
    25% {
        transform: scale(0.5);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3);
    }
     50% {
        transform: scale(0.7);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
    }
    75% {
        transform: scale(0.9);
        box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.9);
    }
    100% {
        transform: scale(1);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    }
}*/

.footer .footer-nav .footer-link .hint {
    display: none !important;
}

.portrait-content {
    display: none;
}

.videoslide {
    z-index: 9999;
    height: 100vh;
    overflow: hidden;
    width: 100%;
}

.videoslide .video-player {
    object-fit: cover;
    width: 100vw;
    height: 100vh;
    position: absolute;
    top: 0;
    left: 0;
}

.common-back-btn {
    position: absolute;
    color: #fff;
    font-size: 14px;
    font-family: var(--head-font);
    text-transform: uppercase;
    font-weight: 600;
    width: 10%;
    display: flex;
}

.common-back-btn i {
    margin-right: 10px;
    margin-top: 4px;
}

.break-back-btn {
    top: 5%;
    left: 10%;
}

.exhi_back_btn {
    left: 2%;
    top: 2%;
    font-size: 16px;
}

.error-page img {
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

.loadMoreData {
    background: rgba(0, 0, 0, 0.7);
    color: #fff;
    padding: 5px 10px;
    border-radius: 2px;
    transition: all 300ms linear;
    font-size: 14px;
}

.loadMoreData {
    background: #000;
}

.allloadMoreData {
    background: rgba(0, 0, 0, 0.7);
    color: #fff;
    padding: 5px 10px;
    border-radius: 2px;
    transition: all 300ms linear;
    font-size: 14px;
}

.allloadMoreData {
    background: #000;
}

.booth-prev-next {
    position: absolute;
    right: 2%;
    color: #fff;
    top: 15px;
    font-weight: 600;
    font-size: 16px;
}

.booth-prev-next .exhibit-next {
    padding-left: 20px;
    margin-left: 20px;
}

.networking-bg {
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
}

#cometchat_embed_synergy_container {
    width: 50%;
    height: 50%;
    max-width: 100%;
    position: absolute;
    top: 15%;
    left: 0;
    z-index: 99;
    right: 0;
    margin: 0 auto;
}

.resource-bg {
    position: relative;
    width: 100%;
    height: 100%;
    display: block;
}

.resource-content .booth-icons-box {
    top: 30%;
}

.resource-content .booth-icons-box .booth-icon-link {
    color: #fff;
    background: var(--theme-color);
    border-radius: 0;
    padding: 5px 20px 5px 20px;
    text-align: center;
    justify-content: center;
    text-transform: uppercase;
    font-weight: 600;
    transition: all 200ms linear;
    color: #fff;
}

.resource-content .booth-icons-box .booth-icon-link:hover {
    background: var(--theme-color);
}

.resource-content .booth-icons-box.booth-icon-right-box .booth-icon-link {
    padding: 5px 20px 5px 20px;
}


/*
.audits-video-center {
    width: calc(100% - 66%);
    height: calc(100% - 68%);
    z-index: 1;
    position: absolute;
    top: 19%;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.audits-video-center #video_div {
    width: 100%;
    height: 100%;
}

.audits-video-center #video_div iframe {
    width: 100%;
    height: 100%;
}

#video_div .breakout-zoom {
    position: absolute;
    width: 208px;
    background-color: #52ad5e;
    text-align: center;
    padding: 21px 15px;
    border-radius: 5px;
    color: #fff !important;
    left: 0;
    right: 0;
    margin: 0px auto;
    top: 104%;
    font-size: 15px;
}*/


/*Updated Css*/

.full-screen {
    position: absolute;
    top: 20px;
    right: 20px;
    color: #fff;
    background: var(--theme-color);
    padding: 8px 20px;
    border-radius: 30px;
    font-size: 16px;
}

.full-screen i {
    margin-right: 5px;
}

.hoarding1 {
    position: absolute;
    top: 22.2%;
    width: 8%;
    height: 25%;
    left: 20.8%;
    transform: skew(-1deg, 0deg);
}

.hoarding2 {
    position: absolute;
    top: 12.5%;
    width: 9.5%;
    height: 34%;
    left: 20.5%;
    transform: skew(0deg, 1deg);
}

.hoarding3 {
    position: absolute;
    top: 12.5%;
    width: 9.5%;
    height: 34%;
    left: 72%;
    transform: skew(1deg, 0deg);
}

.hoarding4 {
    position: absolute;
    top: 19.2%;
    width: 8.5%;
    height: 29%;
    left: 86%;
    transform: skew(0deg, 2deg)
}

.hoarding5 {
    position: absolute;
    top: 23%;
    width: 12.2%;
    height: 12%;
    left: 30.6%;
}

.hoarding6 {
    position: absolute;
    top: 23.5%;
    width: 12.5%;
    height: 12%;
    left: 58.6%;
}

.hoarding7 {
    position: absolute;
    top: 63.5%;
    width: 7%;
    height: 9%;
    left: 16.6%;
    transform: skew(2deg, -8deg);
}

.hoarding8 {
    position: absolute;
    top: 64%;
    width: 7.5%;
    height: 8%;
    left: 73.6%;
    transform: skew(1deg, 5deg);
}

.dynamic-slider .slick-list {
    width: 100%;
    height: 100%;
}

.dynamic-slider .slide-img {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}

.dynamic-slider .slick-slider {
    height: 100%;
    width: 100%;
    overflow: hidden;
    display: flex;
    align-items: center;
}

.dynamic-slider .slick-slide img {
    width: 100%;
}

.hoarding1 .slide2 .link_1 {
    position: absolute;
    top: 30%;
    width: 77%;
    height: 12%;
    left: 11%;
}

.hoarding1 .slide2 .link_2 {
    position: absolute;
    top: 63%;
    width: 77%;
    height: 12%;
    left: 11%;
}

.booth-details {
    background: #000;
    padding: 10px;
    opacity: 0;
    position: absolute;
    top: 43%;
    left: 0;
    width: 100%;
    height: auto;
    transition: opacity 300ms linear;
}

.exhibit-link:hover .booth-details {
    opacity: 0;
    padding: 0;
    /* opacity: 1; */
}

.booth-details p {
    color: #fff;
    margin: 0;
    font-size: 14px;
    line-height: 20px;
}

.audi-left-slider {
    position: absolute;
    left: 20%;
    top: 19%;
    width: 11.1%;
    height: 26.8%;
}

.audi-right-slider {
    position: absolute;
    left: 69%;
    top: 19%;
    width: 11%;
    height: 26.5%;
}

.audi-slider .slick-list {
    width: 100%;
    height: 100%;
}

.audi-slider .slide-img {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}

.audi-slider .slick-slider {
    height: 100%;
    width: 100%;
    overflow: hidden;
    display: flex;
    align-items: center;
}

.audi-slider .slick-slide img {
    width: 100%;
}

.bubble_message {
    width: 100%;
    float: left;
    min-height: 86vh;
    overflow-y: auto;
    border-right: 2px #dddddd solid;
}

.bubble {
    display: inline-block;
    position: relative;
    padding: 0px 4px;
    border-radius: 10px;
    border: 3px solid black;
    background: white;
    font-family: "Permanent Marker";
    clear: both;
    width: auto;
    font-size: 21px;
}

.bubble.right {
    float: left;
    margin: 6px 49px 83px 7px;
    width: 78%;
    padding: 4px 13px;
    /* min-height: 73px;*/
}

.bubble.right:before {
    border-radius: 0 0 100%;
    box-shadow: -2px -2px 0 0 #000 inset, -23px 0 0 0 #fff inset, -25px -2px 0 0 #000 inset;
    left: 0;
}

.bubble:before {
    content: '';
    position: absolute;
    bottom: -50px;
    height: 50px;
    width: 90px;
}

.bubble_message ul {
    margin: 0px;
    padding: 0px;
}

.bubble_message ul li {
    display: block;
    /*width: 50%;*/
    /* display: inline-block; */
    float: left;
}

.messageBoxRt label {
    color: #000;
    font-size: 15px;
}

.signature_board .popup-header {
    background: #9e9c9c;
}

.bubbleMsgIn {
    width: 100%;
    float: left;
}

.bubbleMsgIn ul {
    margin: 0px;
    padding: 0px;
}

.bubbleMsgIn ul li {
    display: block;
    /* width: 50%; */
    /* display: inline-block; */
    float: left;
}

.bubbleIn {
    display: inline-block;
    position: relative;
    padding: 3px 3px;
    border-radius: 10px;
    border: 2px solid black;
    background: white;
    font-family: "Permanent Marker";
    clear: both;
    width: 85%;
    font-size: 16px;
    color: #000;
    text-align: center;
}

.bubbleIn.right-side {
    float: left;
    margin: 6px 44px 23px 10px;
}

.mainBubble {
    position: absolute;
    top: 26%;
    right: 24%;
    height: 25%;
    width: 28%;
    padding: 5px 10px;
    overflow-y: auto;
    min-height: 220px;
}

.privacy-statements {
    padding: 20px !important;
}

.privacy-statements p {
    margin-bottom: 8px !important;
}

.privacy-statements a {
    color: #b11515 !important;
}

.bubbleIn:before {
    content: '';
    position: absolute;
    bottom: -12px;
    height: 10px;
    width: 70px;
}

.bubbleIn.right-side:before {
    border-radius: 0 0 100%;
    box-shadow: -2px -2px 0 0 #000 inset, -23px 0 0 0 #fff inset, -25px -2px 0 0 #000 inset;
    left: 0;
}

.document_css .signature_board {
    max-width: 100% !important;
    min-height: 100% !important;
    min-width: 100vw !important;
    width: 100% !important;
}

.innerMessageBubble {
    display: table;
    height: 100%;
    width: 100%;
}

.messageBoxRt {
    display: table-cell;
    height: 100%;
    /* vertical-align: middle; */
    margin-top: 42%;
    display: block;
}

#signature_text {
    display: inline-block;
    width: 100%;
}

.buttonTxt {
    text-align: center;
}

.buttonTxt .signatureBtn {
    padding: 11px 40px;
    border-radius: 2px;
    font-size: 17px;
    color: #fff;
    outline: none;
    border: 0;
    background: rgba(0, 0, 0, 0.7);
    font-weight: 400;
    cursor: pointer;
    text-transform: uppercase;
    margin: 18px 6px 0;
    transition: all 300ms linear;
    outline: none;
}

.buttonTxt div {
    font-size: 12px;
    margin: 6px 0 0px;
}

.sales_info-popup .signature_board .popup-body {
    height: 94vh;
}

.messageBoxRt textarea {
    min-height: 180px;
    border: 1px #bdbdbd solid;
    padding: 10px;
    text-transform: uppercase;
}

body #cometchat {
    padding-bottom: 0 !important;
}

.pagingInfo {
    position: absolute;
    top: 53%;
    right: 1%;
    color: var(--theme-color);
    font-size: 28px;
    z-index: 1;
    font-weight: 700;
}


/*media query*/

@media screen and (max-width: 900px) and (orientation: landscape) {
    .sales_info-popup .popup-body .row {
        margin: 0 auto;
    }
}

@media only screen and (min-device-width: 0px) and (max-device-width: 815px) and (orientation:portrait) {
    /* .login-process-pages .common-page, .login-process-pages .content-wrap, .login-process-pages .content{
        height: 100%;
    }*/
}


/*
@media screen and (min-width: 320px) and (max-width: 767px) and (orientation: landscape) {
  html {
    transform: rotate(-90deg);
    transform-origin: left top;
    width: 100vh;
    overflow-x: hidden;
    position: absolute;
    top: 100%;
    left: 0;
  }
}*/