a {
    text-decoration: none;
}

:focus {
    outline: none;
    box-shadow: none;
}

.wrapper {
    max-width: 100%;
    margin: 0 auto;
}


/*---------------ENTERENCE---------------*/

.enterance {
    background: url(../images/entrance-bg-new.jpg) center center no-repeat;
    position: relative;
    width: 100%;
    margin: 0 auto;
    background-size: cover;
}

.relative_holder {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    /*height: 100vh;*/
    min-height: 100vh;
    height: 100%;
}

.hall .relative_holder {
    height: calc(100% - 70px);
}

.television {
    position: relative;
    /*margin: 5% 0 0 0;*/
}

.tvbanner {
    position: absolute;
    top: 11px;
    left: 11px;
}

.reception_standee {
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: flex-end;
    width: 100%;
    max-width: 1140px;
    margin-top: -50px;
}

.standee {
    position: relative;
}

.standeebanner {
    position: relative;
    top: 10px;
    left: 12px;
}

.banner_holder {
    display: flex;
    flex-wrap: wrap;
    width: 500px;
    justify-content: center;
    margin-top: 10px;
    margin-bottom: 0px;
}

.hanger_rod {
    width: 500px;
    height: 4px;
    background: rgba(57, 57, 57, 0.5);
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.hanging_banner_1 {
    height: 168px;
    /* width: 110px;
    background: url(../images/hanging_banner.png) top center no-repeat;
    filter: drop-shadow(0px 6px 4px rgba(0, 0, 0, 0.25));*/
}

.hanging_banner_2 {
    height: 168px;
    /*width: 110px;
    background: url(../images/hanging_banner.png) top center no-repeat;
    filter: drop-shadow(0px 6px 4px rgba(0, 0, 0, 0.25));*/
}

.enterance .hanging_banner_1 {
    margin-right: 20%;
}

.enterance .hanging_banner_2 {
    margin-left: 20%;
}

.button_group {
    display: flex;
    justify-content: center;
    margin: 10px 0;
}

.enter_btn {
    display: block;
    /*position: absolute;
    bottom: 50px;
    left: 30%;*/
    width: 189px;
    height: 37px;
    background: #F23F7C;
    border: 1px solid #C4C4C4;
    box-sizing: border-box;
    box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.25);
    border-radius: 6px;
    font-family: Roboto;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 36px;
    text-align: center;
    color: #FFFFFF;
}

.roundbtn_group {
    display: flex;
}

.roundBtn {
    display: flex;
    align-content: center;
    flex-direction: column;
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-size: 11px;
    line-height: 24px;
    color: #000000;
    margin: 0 10px;
}

.round_btn {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.round_btn:before {
    content: '';
    display: block;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: #F23F7C;
    border: 3px solid rgba(255, 255, 255, 0.44);
    box-sizing: border-box;
    box-shadow: inset 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.round_btn:after {
    content: '';
    display: block;
    border-radius: 50%;
    width: 55px;
    height: 5px;
    background: rgba(0, 0, 0, 0.15);
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.enter_btn:hover,
.round_btn:hover:before {
    background: #c31953;
}


/*---------------ENTERENCE END---------------*/


/*-----------HALL--------------*/

.header {
    width: 100%;
    background: white;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.hall {
    background: url(../images/hall-new-bg.jpg) center center no-repeat;
    background-size: cover;
    position: relative;
    width: 100%;
    margin: 0 auto;
}

.hall.single {
    background: url(../images/hall-new-bg.jpg) center center no-repeat;
    background-size: cover;
    position: relative;
    width: 100%;
    margin: 0 auto;
}

.hall .hanging_banner_1,
.hall .hanging_banner_2 {
    height: 90px;
}

.hall .hanging_banner_1 {
    margin-right: 20%;
}

.hall .hanging_banner_2 {
    margin-left: 20%;
}

.hall_name {
    font-family: Roboto;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    color: #000000;
    /* padding-top: 160px;*/
}

.hall .stallRow {
    display: flex;
    justify-content: space-around;
    max-width: 1140px;
}

.hall .stall_1 {
    position: relative;
    /* width: 363px;
    margin: 0px auto;*/
    width: 40%;
}

.hall .stall_2 {
    position: relative;
    /*width: 250px;
    margin: 0px auto;*/
    padding-top: 0px;
    width: 40%;
}

.stall_1 .stallcover {
    position: absolute;
    /*width: 225px;*/
    width: 70%;
    z-index: 2;
    /*top: 60px;*/
    top: 45px;
    left: 64px;
}

.stall_2 .stallcover {
    position: absolute;
    /* width: 155px;*/
    width: 70%;
    z-index: 2;
    top: 45px;
    left: 64px;
}

.hall .roundBtn {
    font-size: 10px;
    margin: 0 5px;
    text-align: center;
}

.hall .button_group {
    left: calc(50% - 197px);
}

.hall.two .stallRow {
    flex-wrap: wrap;
}

.hall2_stall_4 {
    position: relative;
    width: 30%;
    margin: 0 5%;
}

.hall2_stall_4 img:not(.stallcover) {
    width: 100%;
}

.hall2_stall_4 .stallcover {
    position: absolute;
    width: 68%;
    z-index: 2;
    top: 14%;
    left: 15%;
}

.hall2_stall_row {
    display: flex;
    margin-top: -50px;
}

.hall2_stall_3 {
    position: relative;
    width: 30%;
    margin: 0 5%;
}

.hall2_stall_3 img:not(.stallcover) {
    width: 100%;
}

.hall2_stall_3 .stallcover {
    position: absolute;
    width: 68%;
    z-index: 2;
    top: 14%;
    left: 15%;
}

.hall2_stall_2 {
    position: relative;
    width: 30%;
    margin: -8% 5% 0% 5%;
}

.hall2_stall_2 img:not(.stallcover) {
    width: 100%;
}

.hall2_stall_2 .stallcover {
    position: absolute;
    width: 68%;
    z-index: 2;
    top: 14%;
    left: 15%;
}

.hall2_stall_1 {
    position: relative;
    width: 30%;
    margin: -8% 5% 0% 5%;
}

.hall2_stall_1 img:not(.stallcover) {
    width: 100%;
}

.hall2_stall_1 .stallcover {
    position: absolute;
    width: 68%;
    z-index: 2;
    top: 14%;
    left: 15%;
}

.hall.three .stallRow {
    flex-wrap: wrap;
}

.hall3_stall_row {
    display: flex;
    margin-top: 0px;
}

.hall3_stall_5 {
    position: relative;
    width: 20%;
    margin: 0px 5%;
}

.hall3_stall_5 .stallcover {
    position: absolute;
    width: 79%;
    z-index: 2;
    top: 15%;
    left: 9%;
}

.hall3_stall_6 {
    position: relative;
    width: 20%;
    margin: 0px 5%;
}

.hall3_stall_6 .stallcover {
    position: absolute;
    width: 79%;
    z-index: 2;
    top: 15%;
    left: 9%;
}

.hall3_stall_4 {
    position: relative;
    width: 25%;
    margin: 0px auto;
}

.hall3_stall_4 .stallcover {
    position: absolute;
    width: 79%;
    z-index: 2;
    top: 15%;
    left: 9%;
}

.hall3_stall_3 {
    position: relative;
    width: 20%;
    margin: 0px 5%;
}

.hall3_stall_3 .stallcover {
    position: absolute;
    width: 79%;
    z-index: 2;
    top: 15%;
    left: 9%;
}

.hall3_stall_2 {
    position: relative;
    width: 25%;
    margin: 0px auto;
}

.hall3_stall_2 .stallcover {
    position: absolute;
    width: 79%;
    z-index: 2;
    top: 15%;
    left: 9%;
}

.hall3_stall_1 {
    position: relative;
    width: 25%;
    margin: 0px auto;
}

.hall3_stall_1 .stallcover {
    position: absolute;
    width: 79%;
    z-index: 2;
    top: 15%;
    left: 9%;
}


/*-----------HALL END--------------*/


/*-----------STALL--------------*/

.hall.single .hanging_banner_1,
.hall.single .hanging_banner_2 {
    height: 90px;
}

.stall_slider {
    width: 500px;
}

.stall_slider .owl-carousel .owl-nav button.owl-prev {
    position: absolute;
    left: -30px;
    top: 50%;
    width: 40px;
    height: 40px;
    background-color: #F23F7C;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 50%;
    color: #ffffff;
    font-size: 1.3em;
    line-height: 30px;
    font-family: 'Roboto';
}

.stall_slider .owl-carousel .owl-nav button.owl-prev.disabled {
    background-color: #f23f7c6b;
}

.stall_slider .owl-carousel .owl-nav button.owl-next {
    position: absolute;
    right: -30px;
    top: 50%;
    width: 40px;
    height: 40px;
    background-color: #F23F7C;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 50%;
    color: #ffffff;
    font-size: 1.3em;
    line-height: 30px;
    font-family: 'Roboto';
}

.stall_slider .owl-carousel .owl-nav button.owl-next.disabled {
    background-color: #f23f7c6b
}

.stall {
    position: relative;
}

.hall1 .download_catalog {
    position: absolute;
    width: 30px;
    height: 30px;
    bottom: 110px;
    right: 30px;
}

.hall1 .inquiry_form {
    position: absolute;
    bottom: 132px;
    left: 100px;
    width: 30px;
    height: 30px;
}

.hall1 .view_video {
    position: absolute;
    width: 30px;
    height: 30px;
    bottom: 200px;
    left: 165px;
}

.hall1 .view_gallery {
    position: absolute;
    width: 30px;
    height: 30px;
    bottom: 150px;
    right: 90px;
}

.hall1 .view_website {
    position: absolute;
    bottom: 35px;
    left: 45px;
    width: 30px;
    height: 30px;
}

.hall3 .download_catalog {
    position: absolute;
    width: 30px;
    height: 30px;
    bottom: 120px;
    right: 80px;
}

.hall3 .inquiry_form {
    position: absolute;
    bottom: 132px;
    left: 181px;
    width: 30px;
    height: 30px;
}

.hall3 .view_video {
    position: absolute;
    width: 30px;
    height: 30px;
    bottom: 200px;
    left: 165px;
}

.hall3 .view_gallery {
    position: absolute;
    width: 30px;
    height: 30px;
    bottom: 150px;
    right: 190px;
}

.hall3 .view_website {
    position: absolute;
    bottom: 35px;
    left: 110px;
    width: 30px;
    height: 30px;
}

.stall_social .web {
    width: 20px;
    height: 20px;
    position: absolute;
    right: 181px;
    top: 17px;
}

.stall_social .insta {
    width: 20px;
    height: 20px;
    position: absolute;
    right: 159px;
    top: 17px;
}

.stall_social .fb {
    width: 20px;
    height: 20px;
    position: absolute;
    right: 136px;
    top: 17px;
}

.stall_social .twitter {
    width: 20px;
    height: 20px;
    position: absolute;
    right: 112px;
    top: 17px;
}

.stall_social .yt {
    width: 20px;
    height: 20px;
    position: absolute;
    right: 87px;
    top: 17px;
}


/*-----------STALL ENDS--------------*/


/*-----------POPUP STARTS--------------*/

.popup.fancybox-content {
    padding: 25px;
}

#stall1_brochure.popup.fancybox-content {
    padding: 40px;
}

.popup h2 {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    color: #F23F7C;
    margin-bottom: 25px;
}

.popup label {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    color: #696969;
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.popup label span {
    width: 75px;
}

input[type=text],
input[type=email] {
    background: #F8F8F8;
    border: 1px solid #C4C4C4;
    box-sizing: border-box;
    border-radius: 4px;
    height: 35px;
    margin-left: 25px;
    padding: 0px 5px;
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    width: 200px;
}

label.termscheckbox {
    margin-left: 95px;
    font-size: 12px;
}

input[type="submit"] {
    width: 165px;
    height: 35px;
    background: #F23F7C;
    border: 1px solid #F23F7C;
    box-sizing: border-box;
    border-radius: 4px;
    color: white;
    font-family: Roboto;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 16px;
    margin: 15px auto 0 auto;
    display: block;
}

.downloadlist {
    list-style: none;
    margin: 0;
    padding: 0;
}

.downloadlist li {
    padding-left: 0px;
    display: flex;
    align-items: center;
}

.downloadlist li:before {
    content: '';
    width: 30px;
    height: 30px;
    background: url(../images/download-icon.png) top center no-repeat;
    margin-right: 5px;
}

.downloadlist li {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    color: #696969;
    margin: 15px 0;
}

.downloadlist li a {
    color: #696969;
    text-decoration: none;
}

.downloadlist li a:hover {
    color: #F23F7C;
    text-decoration: none;
}

.terms_holder {
    background: #F3F3F3;
    box-shadow: -4px 0px 10px -22px rgba(0, 0, 0, 0.25);
    position: fixed;
    z-index: 99994;
    width: 300px;
    top: 0;
    right: -300px;
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 16px;
    color: #393939;
    padding: 25px;
    height: 100vh;
    overflow-y: auto;
}

.close_terms {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    float: right;
}

.terms_content h2 {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    color: #F23F7C;
    margin-bottom: 15px;
}

.terms_content ul,
.terms_content ol {
    padding-left: 15px;
}


/*-----------POPUP ENDS--------------*/

@media all and (min-width:500px) and (max-width:1024px) {
    body,
    html {
        overflow-x: hidden;
    }
    .button_group {
        bottom: 20px;
        left: 0%;
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 100%;
    }
    .roundbtn_group {
        margin-top: 15px;
    }
    /*---------------ENTERENCE END---------------*/
    /*---------------HALL---------------*/
    .hall {
        background: url(../images/hall-bg-mobile.jpg) 50% -60px no-repeat;
        position: relative;
        width: 100%;
        margin: 0 auto;
    }
    .hall .hanging_banner_1,
    .hall .hanging_banner_2 {
        height: 90px;
    }
    .hall_name {
        font-family: Roboto;
        font-style: normal;
        font-weight: bold;
        font-size: 14px;
        line-height: 16px;
        text-align: center;
        color: #000000;
    }
    .hall .stallRow {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around;
    }
    .hall .stall_1 {
        position: relative;
        width: 40%;
    }
    .hall .stall_2 {
        position: relative;
        padding-top: 0px;
        width: 40%;
    }
    .stall_1 .stallcover {
        position: absolute;
        width: 70%;
        z-index: 2;
        top: 19%;
        left: 12%
    }
    .stall_2 .stallcover {
        position: absolute;
        width: 70%;
        z-index: 2;
        top: 19%;
        left: 12%
    }
    .hall .roundBtn {
        font-size: 10px;
        margin: 0 5px;
        text-align: center;
    }
    .hall .button_group {
        left: 0;
    }
    .hall .hanging_banner_1 {
        left: 15%;
    }
    .hall .hanging_banner_2 {
        right: 15%;
    }
    .hall.two .stallRow {
        flex-wrap: wrap;
    }
    .hall2_stall_4 {
        position: relative;
        width: 30%;
        margin: 0 5%;
    }
    .hall2_stall_4 img:not(.stallcover) {
        width: 100%;
    }
    .hall2_stall_4 .stallcover {
        position: absolute;
        width: 68%;
        z-index: 2;
        top: 14%;
        left: 15%;
    }
    .hall2_stall_row {
        display: flex;
        margin-top: -50px;
    }
    .hall2_stall_3 {
        position: relative;
        width: 30%;
        margin: 0 5%;
    }
    .hall2_stall_3 img:not(.stallcover) {
        width: 100%;
    }
    .hall2_stall_3 .stallcover {
        position: absolute;
        width: 68%;
        z-index: 2;
        top: 14%;
        left: 15%;
    }
    .hall2_stall_2 {
        position: relative;
        width: 30%;
        margin: -5% 0 0 0;
    }
    .hall2_stall_2 img:not(.stallcover) {
        width: 100%;
    }
    .hall2_stall_2 .stallcover {
        position: absolute;
        width: 68%;
        z-index: 2;
        top: 14%;
        left: 15%;
    }
    .hall2_stall_1 {
        position: relative;
        width: 30%;
        margin: -5% 0 0 0;
    }
    .hall2_stall_1 img:not(.stallcover) {
        width: 100%;
    }
    .hall2_stall_1 .stallcover {
        position: absolute;
        width: 68%;
        z-index: 2;
        top: 14%;
        left: 15%;
    }
    .hall3_stall_5 {
        position: relative;
        width: 25%;
        margin: 0px auto;
    }
    .hall3_stall_6 {
        position: relative;
        width: 25%;
        margin: 0px auto;
    }
    .hall3_stall_3 {
        position: relative;
        width: 25%;
        margin: 0px auto;
    }
    .hall3_stall_4 {
        position: relative;
        width: 30%;
        margin: 0px auto;
    }
    .hall3_stall_1 {
        position: relative;
        width: 30%;
        margin: 0px auto;
    }
    .hall3_stall_2 {
        position: relative;
        width: 30%;
        margin: 0px auto;
    }
    /*---------------HALL END---------------*/
    /*-----------STALL--------------*/
    .hall.single .hanging_banner_1,
    .hall.single .hanging_banner_2 {
        height: 150px;
    }
    .stall_slider {
        width: 500px;
    }
    .stall {
        position: relative;
    }
    .hall1 .download_catalog {
        position: absolute;
        width: 30px;
        height: 30px;
        bottom: 110px;
        right: 30px;
    }
    .hall1 .inquiry_form {
        position: absolute;
        bottom: 132px;
        left: 100px;
        width: 30px;
        height: 30px;
    }
    .hall1 .view_video {
        position: absolute;
        width: 30px;
        height: 30px;
        bottom: 200px;
        left: 165px;
    }
    .hall1 .view_gallery {
        position: absolute;
        width: 30px;
        height: 30px;
        bottom: 150px;
        right: 90px;
    }
    .hall1 .view_website {
        position: absolute;
        bottom: 35px;
        left: 45px;
        width: 30px;
        height: 30px;
    }
    .hall3 .download_catalog {
        position: absolute;
        width: 30px;
        height: 30px;
        bottom: 120px;
        right: 80px;
    }
    .hall3 .inquiry_form {
        position: absolute;
        bottom: 132px;
        left: 181px;
        width: 30px;
        height: 30px;
    }
    .hall3 .view_video {
        position: absolute;
        width: 30px;
        height: 30px;
        bottom: 200px;
        left: 165px;
    }
    .hall3 .view_gallery {
        position: absolute;
        width: 30px;
        height: 30px;
        bottom: 150px;
        right: 110px;
    }
    .hall3 .view_website {
        position: absolute;
        bottom: 35px;
        left: 110px;
        width: 30px;
        height: 30px;
    }
    /*-----------STALL ENDS--------------*/
}

@media all and (min-width:320px) and (max-width:499px) {
    body,
    html {
        overflow-x: hidden;
    }
    .relative_holder {
        position: relative;
        width: 100%;
        max-width: 499px;
        min-width: 320px;
    }
    .button_group {
        bottom: 20px;
        left: 0%;
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 100%;
    }
    .banner_holder {
        width: 100%;
    }
    .homepage .banner_holder {
        width: 100%;
    }
    .homepage .television {
        height: 59px;
    }
    .homepage .tvholder {
        width: 90%;
        margin-top: -30px;
    }
    .homepage .hp-hanging-banner {
        width: 90%;
        margin: 0 auto;
    }
    .hanger_rod {
        width: 90%;
    }
    .enterance .hanging_banner_1 {
        margin-right: 10%;
    }
    .enterance .hanging_banner_2 {
        margin-left: 10%;
    }
    /*---------------ENTERENCE END---------------*/
    .hall {
        background: url(../images/hall-bg-mobile.jpg) 50% -60px no-repeat;
        position: relative;
        width: 100%;
        margin: 0 auto;
    }
    .hall .hanging_banner_1,
    .hall .hanging_banner_2 {
        height: 90px;
    }
    .hall .hanging_banner_1 img,
    .hall .hanging_banner_2 img {
        width: 80%;
        margin: 0 auto;
    }
    .hall.single .hanging_banner_1,
    .hall.single .hanging_banner_2 {
        height: 90px;
    }
    .hall_name {
        font-family: Roboto;
        font-style: normal;
        font-weight: bold;
        font-size: 14px;
        line-height: 16px;
        text-align: center;
        color: #000000;
    }
    .hall .stallRow {
        display: flex;
        justify-content: space-around;
        flex-wrap: wrap;
    }
    .hall .stall_1 {
        position: relative;
        width: 90%;
        margin: 0px auto;
    }
    .hall .stall_2 {
        position: relative;
        width: 60%;
        margin: 0px auto;
        padding-top: 0px;
    }
    .stall_1 .stallcover {
        position: absolute;
        width: 65%;
        z-index: 2;
        top: 20%;
        left: 17%;
    }
    .stall_2 .stallcover {
        position: absolute;
        width: 65%;
        z-index: 2;
        top: 20%;
        left: 17%;
    }
    .hall .roundBtn {
        font-size: 10px;
        margin: 0 5px;
        text-align: center;
        line-height: 14px;
    }
    .hall .button_group {
        left: 0;
    }
    .hall .hanging_banner_1 {
        margin-right: 2%;
    }
    .hall .hanging_banner_2 {
        margin-left: 2%;
    }
    .hall2_stall_4 {
        margin: 0 20%;
        flex-basis: 40%;
    }
    .hall2_stall_3 {
        margin: -10% 0 0 0;
        flex-basis: 50%;
    }
    .hall2_stall_2 {
        margin: -10% 0 0 0;
        flex-basis: 50%;
    }
    .hall2_stall_1 {
        margin: -12% 5% 0 5%;
        flex-basis: 60%;
    }
    .hall3_stall_5 {
        flex-basis: 35%;
        margin: 0 0 0 10%;
    }
    .hall3_stall_6 {
        flex-basis: 35%;
        margin: 0 10% 0 0;
    }
    .hall3_stall_3 {
        flex-basis: 40%;
        margin: 0 0 0 8%;
    }
    .hall3_stall_4 {
        flex-basis: 40%;
        margin: 0 8% 0 0;
    }
    .hall3_stall_1 {
        flex-basis: 45%;
        margin: 0 0 0 5%;
    }
    .hall3_stall_2 {
        flex-basis: 45%;
        margin: 0 5% 0 0;
    }
    /*-----------STALL--------------*/
    .stall_slider {
        width: 300px;
    }
    .stall {
        position: relative;
    }
    .hall1 .download_catalog {
        position: absolute;
        width: 30px;
        height: 30px;
        bottom: 50px;
        right: 15px;
    }
    .hall1 .inquiry_form {
        position: absolute;
        bottom: 65px;
        left: 55px;
        width: 30px;
        height: 30px;
    }
    .hall1 .view_video {
        position: absolute;
        width: 30px;
        height: 30px;
        bottom: 120px;
        left: 195px;
    }
    .hall1 .view_gallery {
        position: absolute;
        width: 30px;
        height: 30px;
        bottom: 80px;
        right: 50px;
    }
    .hall1 .view_website {
        position: absolute;
        bottom: 0px;
        left: 45px;
        width: 30px;
        height: 30px;
    }
    .hall3 .download_catalog {
        position: absolute;
        width: 30px;
        height: 30px;
        bottom: 50px;
        right: 20px;
    }
    .hall3 .inquiry_form {
        position: absolute;
        bottom: 65px;
        left: 110px;
        width: 30px;
        height: 30px;
    }
    .hall3 .view_video {
        position: absolute;
        width: 30px;
        height: 30px;
        bottom: 200px;
        left: 165px;
    }
    .hall3 .view_gallery {
        position: absolute;
        width: 30px;
        height: 30px;
        bottom: 105px;
        right: 105px;
    }
    .hall3 .view_website {
        position: absolute;
        bottom: 0px;
        left: 60px;
        width: 30px;
        height: 30px;
    }
    /*-----------STALL ENDS--------------*/
    .reception_standee {
        width: 85%;
    }
    .stall_social .web {
        position: absolute;
        right: 110px;
        top: 10px;
        width: 15px;
        height: 15px;
    }
    .stall_social .insta {
        width: 15px;
        height: 15px;
        position: absolute;
        right: 94px;
        top: 10px;
    }
    .stall_social .fb {
        width: 15px;
        height: 15px;
        position: absolute;
        right: 80px;
        top: 10px;
    }
    .stall_social .twitter {
        width: 15px;
        height: 15px;
        position: absolute;
        right: 66px;
        top: 10px;
    }
    .stall_social .yt {
        width: 15px;
        height: 15px;
        position: absolute;
        right: 51px;
        top: 10px;
    }
}

.pulse {
    display: block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #5271ff;
    cursor: pointer;
    box-shadow: 0 0 0 rgba(82, 113, 255, 0.4);
    animation: pulse 2s infinite;
}

.pulse:hover {
    animation: none;
}

@-webkit-keyframes pulse {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(82, 113, 255, 0.4);
    }
    70% {
        -webkit-box-shadow: 0 0 0 10px rgba(82, 113, 255, 0);
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(82, 113, 255, 0);
    }
}

@keyframes pulse {
    0% {
        -moz-box-shadow: 0 0 0 0 rgba(82, 113, 255, 0.4);
        box-shadow: 0 0 0 0 rgba(82, 113, 255, 0.4);
    }
    70% {
        -moz-box-shadow: 0 0 0 10px rgba(82, 113, 255, 0);
        box-shadow: 0 0 0 10px rgba(82, 113, 255, 0);
    }
    100% {
        -moz-box-shadow: 0 0 0 0 rgba(82, 113, 255, 0);
        box-shadow: 0 0 0 0 rgba(82, 113, 255, 0);
    }
}