/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.12,
* Autoprefixer: v10.4.4
* Browsers: last 6 version
*/


/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.12,
* Autoprefixer: v10.4.4
* Browsers: last 6 version
*/


/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.12,
* Autoprefixer: v10.4.4
* Browsers: last 6 version
*/


/* Catalog sample */


/* Turn.js Stylesheet */

:root {
    -ms-touch-action: pan-x pan-y;
    touch-action: pan-x pan-y;
    height: 100%
}

html,
body {
    margin: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    /* background-color: #dcdcdc; */
}


/* width */

::-webkit-scrollbar {
    width: 6px;
}


/* Track */

::-webkit-scrollbar-track {
    background: #f1f1f1;
}


/* Handle */

::-webkit-scrollbar-thumb {
    background: #888;
}


/* Handle on hover */

::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.test {
    /* background-color: red!important; */
    position: fixed!important;
    z-index: 100000000000000000000000!important;
}

.catalog-app {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#0e281c+1,214131+100 */
    background: #1d1d1b;
    /* Old browsers */
    /* FF3.6-15 */
    /* Chrome10-25,Safari5.1-6 */
    /* background: -webkit-gradient(linear,  left top, left bottom,  color-stop(1%, #0e281c),to(#214131)); */
    /* background: -o-linear-gradient(top,  #0e281c 1%,#214131 100%); */
    /* background: linear-gradient(to bottom,  #0e281c 1%,#214131 100%); W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    /* filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0e281c', endColorstr='#214131',GradientType=0 ); IE6-9 */
    background-size: cover;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}


/* .catalog-app::after {

  content: "";

  padding: 5px;

  width: 50%;

  position: absolute;

  top: 0;

  right: 0;

  background-color: #442463;

}



.catalog-app::before {

  content: "";

  padding: 5px;

  width: 50%;

  position: absolute;

  bottom: 0;

  left: 0;

  background-color: #9bc138;

} */

#lastpage {
    position: absolute;
    border-radius: 50%;
    top: 40%;
    right: 14%;
    z-index: 20;
    cursor: pointer;
    color: lightgray;
    font-size: 2rem;
}
#firstpage {
    position: absolute;
    border-radius: 50%;
    top: 40%;
    left: 14%;
    z-index: 20;
    cursor: pointer;
    color: lightgray;
    font-size: 2rem;
    display: none;
}
#next {
    position: absolute;
    border-radius: 50%;
    top: 50%;
    right: 14%;
    z-index: 20;
    cursor: pointer;
    color: lightgray;
    font-size: 2rem;
}
#previous {
    position: absolute;
    border-radius: 50%;
    top: 50%;
    left: 14%;
    z-index: 20;
    cursor: pointer;
    color: lightgray;
    font-size: 2rem;
    display: none;
}
.new_thumbnails {
    display: none;
    margin: 1rem auto 0;
    padding: 1rem 0;
    height: 120px;
    overflow: hidden;
    overflow-x: auto;
    max-width: 100vw;
    width: 100%;
    padding: 0;
    position: absolute;
    bottom: 6%;
    left: 0%;
    z-index: 100000;
    background-color: #e1e1e1;
    padding: 0.2rem 0;
}

.new_thumbnail {
    width: 4%;
    overflow: hidden;
    list-style: none;
    margin: 0 0.2rem;
    cursor: pointer;
    overflow: hidden;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    border: 3px solid transparent;
    display: inline-block;
    vertical-align: middle;
}

.new_thumbnail.is-active {
    opacity: 1;
    border-color: #fff;
}

.new_thumbnail img {
    width: 100%;
    height: auto;
    -o-object-fit: contain;
    object-fit: contain;
}

.no-selection {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.ui-flipbook .page,
.ui-flipbook .cover {
    background-color: white;
}

.ui-flipbook .page-wrapper {
    -webkit-perspective: 2000px;
    -ms-perspective: 2000px;
    perspective: 2000px;
}

.ui-region {
    position: absolute;
    overflow: hidden;
    z-index: 1;
    background-color: rgba(0, 102, 255, 0.15);
    border-radius: 5px;
    cursor: pointer;
}

.ui-region-hover {
    background-color: rgba(0, 102, 255, 0.3);
}

.ui-region-press {
    background-color: rgba(0, 102, 255, 0.5);
}

.ui-region-tooltip {
    font-size: 13px !important;
}

.ui-miniatures-slider {
    text-align: center;
    height: 180px;
    opacity: 0;
    z-index: 100;
    -webkit-transition: opacity 200ms;
    -o-transition: opacity 200ms;
    transition: opacity 200ms;
    -webkit-transition-delay: 100ms;
    -o-transition-delay: 100ms;
    transition-delay: 100ms;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.ui-miniatures-slider .container {
    margin-top: 25px;
    position: relative;
    height: 100px;
}

.ui-miniatures-slider .ui-page {
    background-color: white;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    cursor: pointer;
    -webkit-box-shadow: 0 -2px 6px rgba(0, 0, 0, 0.1);
    box-shadow: 0 -2px 6px rgba(0, 0, 0, 0.1);
}

.ui-miniatures-slider .page-img {
    width: calc(100% - 8px);
    height: calc(100% - 8px);
    margin: 4px;
    background-color: white;
}

.ui-miniatures-slider .left-page .page-img {
    width: calc(96%);
    margin-right: 0;
}

.ui-miniatures-slider .right-page .page-img {
    width: calc(96%);
    margin-left: 0;
}

.ui-miniatures-slider .focused-page {
    
}

.ui-miniatures-slider .animated-page {
    -webkit-transition: -webkit-transform ease-in-out 200ms;
    -o-transition: -o-transform ease-in-out 200ms;
    transition: -webkit-transform ease-in-out 200ms;
    -o-transition: transform ease-in-out 200ms;
    transition: transform ease-in-out 200ms;
    transition: transform ease-in-out 200ms, -webkit-transform ease-in-out 200ms;
}

.ui-miniatures-slider .page-number {
    font: lighter 10px arial;
    color: #000;
    text-shadow: 0 0 2px white;
    position: absolute;
    top: 8px;
    left: 0;
    width: 100%;
}

.show-miniatures .ui-miniatures-slider {
    opacity: 1;
}

.show-miniatures .show-miniatures #controls .ui-icon {
    color: #ccc;
}

.show-miniatures .show-miniatures #controls .ui-icon:hover {
    color: #eee;
}

.ui-tooltip {
    position: absolute;
    float: left;
    background: rgba(33, 33, 33, 0.8);
    padding: 5px 10px;
    font: 10px arial;
    color: white;
    letter-spacing: 1px;
    white-space: nowrap;
    z-index: 1000;
    opacity: 0;
    cursor: default;
    border-radius: 5px;
    -webkit-transition: opacity 0.1s;
    -o-transition: opacity 0.1s;
    transition: opacity 0.1s;
}

.ui-tooltip-visible {
    opacity: 1;
}

.ui-tooltip-top:before {
    bottom: -5px;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid rgba(33, 33, 33, 0.8);
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    left: 50%;
    margin-left: -4px;
}

.ui-tooltip-bottom:before {
    top: -5px;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid rgba(33, 33, 33, 0.8);
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    left: 50%;
    margin-left: -4px;
}

.ui-tooltip-left:before {
    right: -5px;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid rgba(33, 33, 33, 0.8);
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    top: 50%;
    margin-top: -4px;
}

.ui-tooltip-right:before {
    left: -5px;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-right: 5px solid rgba(33, 33, 33, 0.8);
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    top: 50%;
    margin-top: -4px;
}

#home {
    position: absolute;
    border-radius: 50%;
    top: 19%;
    right: 118%;
    z-index: 1000;
    cursor: pointer;
    color: #555;
    font-size: 1rem;
}

.last_page .toSection1 {
    position: absolute;
    left: 49%;
    bottom: 24.4%;
    background-color: transparent;
    z-index: 9999;
    width: 26%;
    height: 1%;
    display: block;
    cursor: pointer;
    background-color: transparent;
    outline: 0;
    border: 0;
}

.last_page .toSection2 {
    position: absolute;
    left: 49%;
    bottom: 23%;
    background-color: transparent;
    z-index: 9999;
    width: 26%;
    height: 1%;
    display: block;
    cursor: pointer;
    border: 0;
    outline: 0;
}

.last_page .toSection3 {
    position: absolute;
    left: 50%;
    bottom: 13.4%;
    background-color: transparent;
    z-index: 9999;
    width: 32%;
    height: 2%;
    display: block;
    cursor: pointer;
    border: 0;
    outline: 0;
}
.ui-menu {
    position: absolute;
    z-index: 100;
    background-color: #ccc;
    /* opacity: 0; */
    width: 355px;
    -webkit-transition: opacity 0.2s;
    -o-transition: opacity 0.2s;
    transition: opacity 0.2s;
    border-radius: 5px;
    display: none;
    bottom: 3.3vh;
    right: 8vh;
}

.ui-menu-wrapper {
    max-height: 60vh;
    overflow: hidden;
    overflow-y: auto;
}

.owl-carousel {
    position: absolute;
    max-width: 90vw;
    width: 100%;
    height: 77px;
    bottom: 3.5%;
    right: 5%;
    padding: .4rem 0;
    display: none;
    background-color: #ccc;
    z-index: 10;
}

.owl-carousel .item {
    width: 6vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-right: .2rem;
    cursor: pointer;
}

.margin_left {
    margin-left: .2rem;
}

.ui-menu .ui-menu-item {
    height: 34px;
    border-bottom: 1px solid #bbb;
    cursor: pointer;
}

.ui-menu .ui-menu-item:last-child {
    border-bottom: none;
}

.ui-menu .ui-menu-item-hover {
    background-color: #c0c0c0;
}

.ui-menu .ui-menu-item-hover:first-child {
    border-radius: 5px 5px 0 0;
}

.ui-menu .ui-menu-item-hover:last-child {
    border-radius: 0 0 5px 5px;
}

.ui-menu .ui-menu-item-desc {
    font: lighter 8px arial;
    padding: 0 11px;
    line-height: 34px;
}

.ui-menu .ui-selected-item .ui-menu-item-desc {
    font-weight: bold;
}

.ui-menu-visible {
    opacity: 1;
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
    .catalog-app {
        height: calc(100% - 20px);
    }
    .catalog-app {
        background-image: unset;
        /* background-color: #ffffff; */
    }
}

#viewer {
    width: 75%;
    margin: 0 auto;
    max-height: calc(42vw);
    overflow: hidden;
}

#miniatures {
    position: absolute;
    bottom: 54px;
    left: 0;
    width: 100%;
    height: 126px;
    background-color: rgba(220, 220, 220, 0.9);
}

.touch-device.display-single .ui-arrow-next-page,
.touch-device.display-single .ui-arrow-previous-page {
    display: block;
}

.first-page .ui-arrow-previous-page {
    opacity: 0;
}

.last-page .ui-arrow-next-page {
    opacity: 0;
}

.ui-spinner {
    background-image: url(../../../catalog/assets/img/loader@2x.gif);
    width: 24px;
    height: 24px;
    position: absolute;
    top: 50%;
    left: 50%;
    background-size: 100% 100%;
    margin-left: -12px;
    margin-top: -12px;
}

.first-page .ui-arrow-next-page {
    -webkit-animation: next-page 1s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;
    -moz-animation: next-page 1s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: ease-in-out;
    -o-animation: next-page 1s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: ease-in-out;
    -ms-animation: next-page 1s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: ease-in-out;
    animation: next-page 1s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
}

@-webkit-keyframes next-page {
    0% {
        -webkit-transform: translateX(0px);
        -ms-transform: translateX(0px);
        transform: translateX(0px);
    }
    50% {
        -webkit-transform: translateX(6px);
        -ms-transform: translateX(6px);
        transform: translateX(6px);
    }
    100% {
        -webkit-transform: translateX(0px);
        -ms-transform: translateX(0px);
        transform: translateX(0px);
    }
}

@keyframes next-page {
    0% {
        -webkit-transform: translateX(0px);
        -ms-transform: translateX(0px);
        transform: translateX(0px);
    }
    50% {
        -webkit-transform: translateX(6px);
        -ms-transform: translateX(6px);
        transform: translateX(6px);
    }
    100% {
        -webkit-transform: translateX(0px);
        -ms-transform: translateX(0px);
        transform: translateX(0px);
    }
}

.header_title {
    font-size: 1rem;
    line-height: 1.1;
    color: #fff;
    text-align: center;
    margin-bottom: 0.8rem;
    font-family: arial;
    margin-top: 0;
}

#controls {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 34px;
    text-align: center;
    z-index: 101;
    background-color: #e1e1e1;
}

#controls .all {
    -webkit-transition: opacity 0.5s;
    -o-transition: opacity 0.5s;
    transition: opacity 0.5s;
    background-color: rgba(220, 220, 220, 0.9);
    line-height: 54px;
}

#controls .ui-options {
    position: absolute;
    top: 0px;
    right: 15px;
    height: 44px;
    margin: 0 auto;
}

#controls #page-slider {
    margin-top: 5px;
}

#controls .ui-icon {
    width: 44px;
    height: 44px;
    display: inline-block;
    color: #555;
    cursor: pointer;
    -webkit-transition: color 0.1s;
    -o-transition: color 0.1s;
    transition: color 0.1s;
}

#controls .ui-ui-icon-on {
    background-color: #666;
    color: white !important;
    text-shadow: 0 0 2px #333;
    border-radius: 5px;
}

#controls .ui-icon:hover {
    color: #333;
}

.fa-solid,
.fas {
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
}

#controls .ui-icon .fa {
    float: left;
    line-height: 32px;
    width: 44px;
}

#controls #ui-icon-zoom {
    position: relative;
    z-index: 101;
}

#controls #ui-icon-expand-options {
    position: absolute;
    top: 5px;
    right: 5px;
    font-size: 24px;
    background-color: rgba(220, 220, 220, 0.9);
    border-radius: 5px;
    width: 44px;
    height: 44px;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: opacity 0.5s;
    -o-transition: opacity 0.5s;
    transition: opacity 0.5s;
}

.hide-controls #controls {
    display: none;
}

.hide-controls #viewer {
    height: 100%;
}

@media screen and (max-width: 1000px) {
    #controls #page-slider {
        position: relative;
        z-index: 2;
    }
    #controls .ui-options .ui-icon {
        -webkit-transition: all 0.2s cubic-bezier(0.515, 0.01, 0.225, 1.345);
        -o-transition: all 0.2s cubic-bezier(0.515, 0.01, 0.225, 1.345);
        transition: all 0.2s cubic-bezier(0.515, 0.01, 0.225, 1.345);
    }
    #controls .ui-options #ui-icon-toggle {
        display: inline-block !important;
        font-size: 24px;
    }
    #controls #ui-icon-expand-options {
        position: absolute;
        bottom: 5px;
        right: 5px;
        width: 44px;
        height: 44px;
        cursor: pointer;
        pointer-events: auto;
    }
    #controls .ui-slider {
        -webkit-transition: all 0.2s;
        -o-transition: all 0.2s;
        transition: all 0.2s;
    }
    #controls.extend-ui-options {
        /*#ui-icon-expand-options{

      display: none;

    }*/
    }
    #controls.extend-ui-options #page-slider {
        -webkit-transform: translate3d(-250px, 0px, 0px);
        -ms-transform: translate3d(-250px, 0px, 0px);
        transform: translate3d(-250px, 0px, 0px);
    }
    #controls.extend-ui-options .ui-icon:nth-child(1),
    #controls.extend-ui-options .ui-icon:nth-child(2),
    #controls.extend-ui-options .ui-icon:nth-child(3),
    #controls.extend-ui-options .ui-icon:nth-child(4),
    #controls.extend-ui-options .ui-icon:nth-child(5) {
        pointer-events: auto;
        opacity: 1;
    }
    #controls.extend-ui-options #ui-icon-toggle {
        color: #999;
        -webkit-transform: rotateZ(90deg);
        -ms-transform: rotateZ(90deg);
        transform: rotateZ(90deg);
    }
}

#controls.hidden-controls .all {
    opacity: 0;
    pointer-events: none;
}

#controls.hidden-controls #ui-icon-expand-options {
    opacity: 1;
    pointer-events: auto;
}

.zoom-slider .ui-slider:hover .handler,
.horizontal-zoom-slider .ui-slider:hover .handler {
    opacity: 0.8;
}

html:-webkit-full-screen #controls #ui-icon-full-screen .fa:before {
    content: "\f066";
}

html:full-screen #controls #ui-icon-full-screen .fa:before {
    content: "\f066";
}

.zoom-slider {
    position: absolute;
    z-index: 100;
    width: 44px;
    height: 150px;
    opacity: 0;
    -webkit-transform: translateY(100%);
    -webkit-transition: -webkit-transform 0.1s, opacity 0.2s;
    -o-transition: -o-transform 0.1s, opacity 0.2s;
    -webkit-transition: opacity 0.2s, -webkit-transform 0.1s;
    transition: opacity 0.2s, -webkit-transform 0.1s;
    -o-transition: transform 0.1s, opacity 0.2s;
    transition: transform 0.1s, opacity 0.2s;
    transition: transform 0.1s, opacity 0.2s, -webkit-transform 0.1s;
    top: 0;
    left: -100px;
    -webkit-transition-delay: 0.1s;
    -o-transition-delay: 0.1s;
    transition-delay: 0.1s;
}

.zoom-slider .ui-slider {
    width: 44px;
    height: 90px;
    cursor: default;
    display: inline-block;
    vertical-align: center;
    cursor: pointer;
    opacity: 1;
}

.zoom-slider .bg {
    width: 44px;
    height: 150px;
    border-radius: 10px;
    background-color: #ccc;
}

.zoom-slider .ui-slider .bar {
    width: 6px;
    height: 90px;
    background-color: rgba(0, 0, 0, 0.5);
    margin-top: 19px;
    margin-left: 19px;
    float: left;
    overflow: hidden;
    border-radius: 5px;
}

.zoom-slider .ui-slider .progress {
    position: relative;
    width: 6px;
}

.zoom-slider .ui-slider .progress-width {
    margin-top: 3px;
    margin-left: 0;
    width: 6px;
    height: 84px;
    -webkit-transition: all 100ms;
    -o-transition: all 100ms;
    transition: all 100ms;
}

.zoom-slider .ui-slider .handler {
    float: left;
    height: 6px;
    width: 6px;
    background-color: white;
    position: absolute;
    top: auto;
    right: auto;
    left: 0;
    bottom: -3px;
    opacity: 0.8;
    border-radius: 5px;
    -webkit-transition: all 100ms;
    -o-transition: all 100ms;
    transition: all 100ms;
}

.zoom-slider.show-zoom-slider {
    opacity: 1;
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
}

#controls .ui-options #ui-icon-toggle {
    display: none;
}

.ui-share-box {
    position: fixed;
    top: 0;
    left: -10000px;
    width: 100%;
    height: 100%;
    z-index: 101;
    background-color: rgba(0, 0, 0, 0.7);
    opacity: 0;
    -webkit-transition: opacity 0.2s;
    -o-transition: opacity 0.2s;
    transition: opacity 0.2s;
}

.ui-share-box .ui-share-options {
    font-size: 40px;
    overflow: auto;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    height: 80px;
    text-align: center;
}

.ui-share-box .ui-share-options .ui-icon {
    width: 60px;
    height: 60px;
    display: inline-block;
    cursor: pointer;
}

.ui-share-box .ui-share-options .ui-icon i {
    margin: 10px;
    color: #ccc;
    -webkit-transition: all 0.1s;
    -o-transition: all 0.1s;
    transition: all 0.1s;
}

.ui-share-box .ui-share-options .has-hint i {
    color: white;
    text-shadow: 0 0 10px white;
}

.ui-share-box .close-mark {
    width: 25px;
    height: 25px;
    display: block;
    position: absolute;
    top: 20px;
    right: 20px;
    background-image: url(../../../catalog/assets/img/arrows@2x.png);
    background-size: 60px 120px;
    background-position: 0 60px;
    cursor: pointer;
    opacity: 0.8;
}

.ui-share-box .close-mark:hover {
    opacity: 1;
}

.ui-share-box.show-ui-share-box {
    left: 0px;
    opacity: 1;
}


/****** custom menu ******/

.custom-menu,
.custom-menu-mobile {
    position: absolute;
    z-index: 100000;
    bottom: 4px;
    left: 3%;
}

.custom-menu>* {
    display: inline-block;
}

.custom-menu-mobile>div>span,
.custom-menu-mobile>div>span {
    display: block;
}

.custom-menu-mobile span,
.custom-menu-mobile span {
    cursor: pointer;
}

a {
    text-decoration: unset;
    color: unset;
}

.custom-menu>span {
    position: relative;
    color: #272727;
    font-family: arial;
    margin: 3px;
    background: url(../media/images/blue.png);
    font-size: 13px;
    padding: 12px 19px 15px;
    background-size: 100% 100%;
    font-weight: 600;
    min-width: 51px;
    text-align: center;
}

.custom-menu>span:nth-child(even) {
    background-image: url(../media/images/orange.png);
}

.upmenu span,
.custom-menu-mobile>span {
    text-align: center;
    display: block;
    padding-bottom: 8px;
}

.upmenu {
    position: absolute;
    bottom: 35px;
    background: -o-linear-gradient(bottom, #dadada, white);
    background: -webkit-gradient(linear, left bottom, left top, from(#dadada), to(white));
    background: linear-gradient(0deg, #dadada, white);
    border-radius: 6px 5px 0 0;
    padding: 10px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    font-size: 13px;
    min-width: 79px;
    display: block;
}

.custom-menu-mobile>div {
    bottom: 52px;
    position: absolute;
    text-align: center;
    background: -o-linear-gradient( bottom, #d4d4d4, white);
    background: -webkit-gradient( linear, left bottom, left top, from(#d4d4d4), to(white));
    background: linear-gradient( 0deg, #d4d4d4, white);
    padding: 13px;
    border-radius: 5px 5px 0 0;
}

.showmenu {
    display: none!important;
}

.noheight {
    max-height: 0;
    overflow: hidden;
    display: block;
    padding: 0!important;
}

.custom-menu-mobile>div>span:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}

.custom-menu-mobile>div>span {
    font-size: 15px;
    font-family: arial;
    border-bottom: 1px solid #bfbfbf;
    margin-bottom: 5px;
    color: #353535;
}


/****** end custom menu ******/

@media screen and (max-width: 400px) {
    .ui-share-box .ui-share-options {
        font-size: 30px !important;
    }
    .ui-share-box .ui-share-options .ui-icon {
        width: 50px !important;
        height: 50px !important;
    }
    .ui-share-box .ui-share-options {
        height: 50px !important;
    }
}


/* Customiz */

.ui-flipbook .page {
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
}


/****/

.custom-menu-mobile>span {
    font-size: 15px;
    font-family: arial;
    padding: 10px;
    background: -o-linear-gradient( bottom, gainsboro, white);
    background: -webkit-gradient( linear, left bottom, left top, from(gainsboro), to(white));
    background: linear-gradient( 0deg, gainsboro, white);
    border-radius: 10px;
    margin-bottom: 10px;
}

span.inner span:last-child {
    border-top: 1px solid #b5b5b5;
    padding-top: 3px;
    display: inline-block;
    margin-top: 5px;
}

span.inner {
    display: block;
    padding: 10px 0;
    cursor: unset;
}

.custom-menu-mobile {
    display: none;
}

.opacity {
    opacity: 0.5;
}

.custom-menu-mobile * {
    cursor: unset!important;
}

.custom-menu .menu1 {
    cursor: pointer;
}

@media(max-width:900px) {
    .custom-menu {
        display: none;
    }
    .custom-menu-mobile {
        display: block;
    }
}


/*********************************************/

.display-double .page.page-even::after {
    content: " ";
    position: absolute;
    top: -20%;
    right: 0;
    width: 113%;
    height: 140%;
    -webkit-box-shadow: 0px 0px 37px 18px #00000082 inset;
    box-shadow: 0px 0px 37px 18px #00000082 inset;
}

.display-double .page.page-odd::after {
    content: " ";
    position: absolute;
    top: -20%;
    left: 0;
    width: 113%;
    height: 140%;
    -webkit-box-shadow: 0px 0px 37px 18px #000000b5 inset;
    box-shadow: 0px 0px 37px 18px #000000b5 inset;
}

.page:active {
    cursor: -webkit-grabbing!important;
    cursor: grabbing!important;
}

.page {
    cursor: -webkit-grab!important;
    cursor: grab!important;
}

.page {
    overflow: hidden!important;
}


/********************************/

@media (max-width: 1024px) {
    .header_title {
        font-size: .6rem;
        line-height: 1.1;
        color: #fff;
        text-align: center;
        margin-bottom: 0.8rem;
        font-family: arial;
    }
}

@media only screen and (min-width:600px) and (max-width: 1700px) {
    #viewer {
        width: 95%;
        margin: 0 auto;
        max-height: calc(45vw) !important;
        overflow: hidden;
        overflow-y: hidden;
        position: relative;

    }
}
@media(min-width:600px) {

    .fa-ellipsis-h:before {
        display: none
    }
}
@media(max-width:667px) and (orientation: landscape){

    #viewer {
       
        max-height: calc(40vw) !important;
     
    }
}


/* landscape mode */

.landscape-mode {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 120;
    color: #333;
    display: none;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #e1e1e1;
    /* background-image: radial-gradient(#0c2141, #004285); */
    padding: 1rem 0.5rem;
}

.landscape-mode .content {
    padding: 3rem 1rem;
    background-color: #fff;
    text-align: center;
    text-transform: uppercase;
    color: #333;
    font-size: 1.1rem;
    line-height: 1.1;
    border-radius: 10px;
    font-weight: bold;
}
b{
    /* text-transform: uppercase; */
}

.menuLink {
    position: absolute;
    right: 2%;
    top: 2%;
    background-color: transparent;
    z-index: 999999999;
    width: 5%;
    height: 7%;
}
/* slide1 */
.slide1 .join_ssbd {
    position: absolute;
    left: 29%;
    bottom: 11%;
    background-color: transparent;
    z-index: 999999999;
    width: 13%;
    height: 4%;
  }
  .slide1 .web {
    position: absolute;
    left: 6%;
    bottom: 3%;
    background-color: transparent;
    z-index: 999999999;
    width: 22%;
    height: 4%;
}
  .slide1 .social1 {
    position: absolute;
    left: 29.5%;
    top: 93.2%;
    background-color: transparent;
    z-index: 999999999;
    width: 4%;
    height: 3.5%;
  }
  
  .slide1 .social2 {
    position: absolute;
    left: 34%;
    top: 92.9%;
    background-color: transparent;
    z-index: 999999999;
    width: 4%;
    height: 3.5%;
  }
  .slide1 .social3 {
    position: absolute;
    left: 38.5%;
    top: 93.5%;
    background-color: transparent;
    z-index: 999999999;
    width: 4%;
    height: 3.2%;
  }

/* slide2 */

.slide2 .toSection1 {
    position: absolute;
    left: 36%;
    top: 11%;
    background-color: transparent;
    z-index: 999999999;
    width: 58%;
    height: 3%;
  }
  
  .slide2 .toSection1 {
    position: absolute;
    left: 17%;
    top: 11%;
    background-color: transparent;
    z-index: 999999999;
    width: 31%;
  }
  .slide2 .toSection2 {
    position: absolute;
    left: 17%;
    top: 16%;
    background-color: transparent;
    z-index: 999999999;
    width: 31%;
    height: 3%;
  }
  .slide2 .toSection3 {
    position: absolute;
    left: 17%;
    top: 20%;
    background-color: transparent;
    z-index: 999999999;
    width: 31%;
    height: 3%;
  }
  .slide2 .toSection4 {
    position: absolute;
    left: 17%;
    top: 49%;
    background-color: transparent;
    z-index: 999999999;
    width: 31%;
    height: 3%;
  }
  .slide2 .toSection5 {
    position: absolute;
    left: 18%;
    top: 71%;
    background-color: transparent;
    z-index: 999999999;
    width: 30%;
    height: 4%;
  }
  .slide2 .toSection6 {
    position: absolute;
    left: 18%;
    top: 76%;
    background-color: transparent;
    z-index: 999999999;
    width: 30%;
    height: 3%;
  }
  .slide2 .toSection7 {
    position: absolute;
    left: 17%;
    top: 80%;
    background-color: transparent;
    z-index: 999999999;
    width: 30%;
    height: 3%;
  }
  
  .slide2 .toSection8 {
    position: absolute;
    left: 17%;
    top: 84%;
    background-color: transparent;
    z-index: 999999999;
    width: 30%;
    height: 3%;
  }
  
  .slide2 .toSection9 {
    position: absolute;
    left: 17%;
    top: 89%;
    background-color: transparent;
    z-index: 999999999;
    width: 30%;
    height: 3%;
  }

  .page6 .youtubeLink {
    position: absolute;
    left: 5%;
    bottom: 4.2%;
    background-color: transparent;
    z-index: 999999999;
    width: 51%;
    height: 2.5%;
}

.page12 .joinLink {
    position: absolute;
    left: 63%;
    top: 25%;
    background-color: transparent;
    z-index: 999999999;
    width: 23%;
    height: 5%;
}
/* page14 */
.page14 .ref1 {
    position: absolute;
    left: 7%;
    top: 69.4%;
    background-color: transparent;
    z-index: 999999999;
    width: 25%;
    height: 1%;
}
.page14 .ref2 {
    position: absolute;
    left: 7%;
    top: 73.5%;
    background-color: transparent;
    z-index: 999999999;
    width: 25%;
    height: 1%;
}
.page14 .ref3 {
    position: absolute;
    left: 6.5%;
    top: 77.5%;
    background-color: transparent;
    z-index: 999999999;
    width: 26%;
    height: 1%;
}
.page14 .ref4 {
    position: absolute;
    left: 7%;
    top: 81.5%;
    background-color: transparent;
    z-index: 999999999;
    width: 25%;
    height: 1%;
}
/* page17 */
.page17 .ref1 {
    position: absolute;
    left: 7%;
    top: 18%;
    background-color: transparent;
    z-index: 999999999;
    width: 25%;
    height: 1%;
} 
.page17 .ref2 {
    position: absolute;
    left: 7%;
    top: 21.7%;
    background-color: transparent;
    z-index: 999999999;
    width: 25%;
    height: 1%;
} 
.page17 .ref3 {
    position: absolute;
    left: 6.5%;
    top: 25.7%;
    background-color: transparent;
    z-index: 999999999;
    width: 26%;
    height: 1%;
}
.page17 .ref4 {
    position: absolute;
    left: 7%;
    top: 28.5%;
    background-color: transparent;
    z-index: 999999999;
    width: 38%;
    height: 1%;
}
.page17 .email-list{
    position: absolute;
    left: 59%;
    top: 67.5%;
    background-color: transparent;
    z-index: 999999999;
    width: 18%;
    height: 5%;
}

/* page20 */
.page20 .ref1 {
    position: absolute;
    left: 7%;
    top: 81.4%;
    background-color: transparent;
    z-index: 999999999;
    width: 25%;
    height: 1%;
}
.page20 .ref2 {
    position: absolute;
    left: 7%;
    top: 85.5%;
    background-color: transparent;
    z-index: 999999999;
    width: 25%;
    height: 1%;
}
.page20 .ref3 {
    position: absolute;
    left: 6.5%;
    top: 89.5%;
    background-color: transparent;
    z-index: 999999999;
    width: 26%;
    height: 1%;
}
.page20 .ref4 {
    position: absolute;
    left: 7%;
    top: 93.5%;
    background-color: transparent;
    z-index: 999999999;
    width: 25%;
    height: 1%;
}

/* page23 */
.page23 .ref1 {
    position: absolute;
    left: 7%;
    top: 44%;
    background-color: transparent;
    z-index: 999999999;
    width: 25%;
    height: 1%;
} 
.page23 .ref2 {
    position: absolute;
    left: 7%;
    top: 47.7%;
    background-color: transparent;
    z-index: 999999999;
    width: 25%;
    height: 1%;
} 
.page23 .ref3 {
    position: absolute;
    left: 6.5%;
    top: 51.7%;
    background-color: transparent;
    z-index: 999999999;
    width: 26%;
    height: 1%;
}
.page23 .ref4 {
    position: absolute;
    left: 7%;
    top: 56%;
    background-color: transparent;
    z-index: 999999999;
    width: 38%;
    height: 1%;
}
/* page27 */
.page27 .ref1 {
    position: absolute;
    left: 7%;
    top: 27.8%;
    background-color: transparent;
    z-index: 999999999;
    width: 25%;
    height: 1%;
} 
.page27 .ref2 {
    position: absolute;
    left: 7%;
    top: 30.7%;
    background-color: transparent;
    z-index: 999999999;
    width: 25%;
    height: 1%;
} 
.page27 .ref3 {
    position: absolute;
    left: 6.5%;
    top: 34.5%;
    background-color: transparent;
    z-index: 999999999;
    width: 26%;
    height: 1%;
}
.page27 .ref4 {
    position: absolute;
    left: 7%;
    top: 38.5%;
    background-color: transparent;
    z-index: 999999999;
    width: 68%;
    height: 1%;
}
.page27 .ref5 {
    position: absolute;
    left: 7%;
    top: 42.3%;
    background-color: transparent;
    z-index: 999999999;
    width: 70%;
    height: 1%;
}
.page27 .social1 {
    position: absolute;
    left: 41%;
    top: 89%;
    background-color: transparent;
    z-index: 999999999;
    width: 6%;
    height: 4%;
}
.page27 .social2 {
    position: absolute;
    left: 47%;
    top: 89%;
    background-color: transparent;
    z-index: 999999999;
    width: 6%;
    height: 4%;
}
.page27 .social3 {
    position: absolute;
    left: 53%;
    top: 89%;
    background-color: transparent;
    z-index: 999999999;
    width: 6%;
    height: 4%;
}
/* pag30 */
.page30 .ref1 {
    position: absolute;
    left: 7%;
    top: 47.4%;
    background-color: transparent;
    z-index: 999999999;
    width: 26%;
    height: 1%;
}
.page30 .ref2 {
    position: absolute;
    left: 7%;
    top: 52%;
    background-color: transparent;
    z-index: 999999999;
    width: 27%;
    height: 1%;
}
.page30 .ref3 {
    position: absolute;
    left: 6.5%;
    top: 56.5%;
    background-color: transparent;
    z-index: 999999999;
    width: 27%;
    height: 1%;
}
.page30 .ref4 {
    position: absolute;
    left: 7%;
    top: 61.5%;
    background-color: transparent;
    z-index: 999999999;
    width: 25%;
    height: 1%;
}
.page30 .ref5 {
    position: absolute;
    left: 7%;
    top: 65.5%;
    background-color: transparent;
    z-index: 999999999;
    width: 27%;
    height: 1%;
}
.page30 .ref6 {
    position: absolute;
    left: 7%;
    top: 70.5%;
    background-color: transparent;
    z-index: 999999999;
    width: 27%;
    height: 1%;
}
.page30 .ref7 {
    position: absolute;
    left: 7%;
    top: 74.5%;
    background-color: transparent;
    z-index: 999999999;
    width: 26%;
    height: 1%;
}
.page30 .ref8 {
    position: absolute;
    left: 7%;
    top: 79.5%;
    background-color: transparent;
    z-index: 999999999;
    width: 30%;
    height: 1%;
}
.page30 .ref9 {
    position: absolute;
    left: 69%;
    top: 81.5%;
    background-color: transparent;
    z-index: 999999999;
    width: 25%;
    height: 1%;
}

/* pag32 */
.page32 .ref1 {
    position: absolute;
    left: 13%;
    top: 19.4%;
    background-color: transparent;
    z-index: 999999999;
    width: 35%;
    height: 1%;
    
}
.page32 .ref2 {
    position: absolute;
    left: 13%;
    top: 27%;
    background-color: transparent;
    z-index: 999999999;
    width: 35%;
    height: 1%;
    
}
.page32 .ref3 {
    position: absolute;
    left: 12.5%;
    top: 36.2%;
    background-color: transparent;
    z-index: 999999999;
    width: 34%;
    height: 1%;
    
}

/* pag33 */
.page33 .ref1 {
    position: absolute;
    left: 9%;
    top: 17%;
    background-color: transparent;
    z-index: 999999999;
    width: 35%;
    height: 2%;
    
}
.page33 .ref2 {
    position: absolute;
    left: 9%;
    top: 25%;
    background-color: transparent;
    z-index: 999999999;
    width: 35%;
    height: 2%;
    
}
.page33 .social1 {
    position: absolute;
    left: 78.5%;
    top: 88.5%;
    background-color: transparent;
    z-index: 999999999;
    width: 7%;
    height: 4%;
    
}
.page33 .social2 {
    position: absolute;
    left: 86.5%;
    top: 88.5%;
    background-color: transparent;
    z-index: 999999999;
    width: 7%;
    height: 4%;
    
}
.page33 .social3 {
    position: absolute;
    left: 70.5%;
    top: 94.5%;
    background-color: transparent;
    z-index: 999999999;
    width: 27%;
    height: 2%;
    
}


/* pag35 */
.page35 .ref1 {
    position: absolute;
    left: 6%;
    top: 70%;
    background-color: transparent;
    z-index: 999999999;
    width: 35%;
    height: 2%;
    
}
.page35 .ref2 {
    position: absolute;
    left: 7%;
    top: 77%;
    background-color: transparent;
    z-index: 999999999;
    width: 41%;
    height: 2%;
    
}
.page35 .ref3 {
    position: absolute;
    left: 7.5%;
    top: 83.5%;
    background-color: transparent;
    z-index: 999999999;
    width: 25%;
    height: 2%;
    
}
.page35 .ref4 {
    position: absolute;
    left: 7.5%;
    top: 88.5%;
    background-color: transparent;
    z-index: 999999999;
    width: 28%;
    height: 2%;
    
}

/* pag38 */
.page38 .ref1 {
    position: absolute;
    left: 6%;
    top: 65%;
    background-color: transparent;
    z-index: 999999999;
    width: 35%;
    height: 2%;
    
}
.page38 .ref2 {
    position: absolute;
    left: 7%;
    top: 71%;
    background-color: transparent;
    z-index: 999999999;
    width: 41%;
    height: 2%;
    
}
.page38 .ref3 {
    position: absolute;
    left: 7.5%;
    top: 78.5%;
    background-color: transparent;
    z-index: 999999999;
    width: 35%;
    height: 2%;
    
}
/* pag39 */
.page39 .ref1 {
    position: absolute;
    left: 11%;
    top: 69%;
    background-color: transparent;
    z-index: 999999999;
    width: 35%;
    height: 2%;
    
}
.page39 .ref2 {
    position: absolute;
    left: 10%;
    top: 78%;
    background-color: transparent;
    z-index: 999999999;
    width: 41%;
    height: 2%;
    
}
.page39 .ref3 {
    position: absolute;
    left: 10.5%;
    top: 85.5%;
    background-color: transparent;
    z-index: 999999999;
    width: 40%;
    height: 2%;
    
}
/* pag42 */
.page42 .ref1 {
    position: absolute;
    left: 6%;
    top: 16%;
    background-color: transparent;
    z-index: 999999999;
    width: 35%;
    height: 1%;
    
}
.page42 .ref2 {
    position: absolute;
    left: 6%;
    top: 19%;
    background-color: transparent;
    z-index: 999999999;
    width: 41%;
    height: 1%;
    
}
.page42 .ref3 {
    position: absolute;
    left: 5.5%;
    top: 22.5%;
    background-color: transparent;
    z-index: 999999999;
    width: 40%;
    height: 1%;
    
}
.page42 .ref4 {
    position: absolute;
    left: 5.5%;
    top: 26.5%;
    background-color: transparent;
    z-index: 999999999;
    width: 40%;
    height: 1%;
    
}
.page42 .ref5 {
    position: absolute;
    left: 5.5%;
    top: 30%;
    background-color: transparent;
    z-index: 999999999;
    width: 40%;
    height: 1%;
    
}
.page42 .ref6 {
    position: absolute;
    left: 5.5%;
    top: 33.5%;
    background-color: transparent;
    z-index: 999999999;
    width: 40%;
    height: 1%;
    
}
/* pag45 */
.page45 .ref1 {
    position: absolute;
    left: 6%;
    top: 79.5%;
    background-color: transparent;
    z-index: 999999999;
    width: 35%;
    height: 1%;
    
}
.page45 .ref2 {
    position: absolute;
    left: 6%;
    top: 86%;
    background-color: transparent;
    z-index: 999999999;
    width: 41%;
    height: 1%;
    
}
.page45 .ref3 {
    position: absolute;
    left: 5.5%;
    top: 90.5%;
    background-color: transparent;
    z-index: 999999999;
    width: 40%;
    height: 1%;
    
}
/* pag49 */
.page49 .ref1 {
    position: absolute;
    left: 52%;
    top: 67%;
    background-color: transparent;
    z-index: 999999999;
    width: 35%;
    height: 1%;
    
}
.page49 .ref2 {
    position: absolute;
    left: 52%;
    top: 72.5%;
    background-color: transparent;
    z-index: 999999999;
    width: 41%;
    height: 1%;
    
}

/* pag51 */
.page51 .ref1 {
    position: absolute;
    left: 5%;
    top: 44.5%;
    background-color: transparent;
    z-index: 999999999;
    width: 35%;
    height: 1%;
    
}
.page51 .ref2 {
    position: absolute;
    left: 5%;
    top: 49%;
    background-color: transparent;
    z-index: 999999999;
    width: 41%;
    height: 1%;
    
}
.page51 .ref3 {
    position: absolute;
    left: 4.5%;
    top: 53.5%;
    background-color: transparent;
    z-index: 999999999;
    width: 40%;
    height: 1%;
    
}
.page51 .ref4 {
    position: absolute;
    left: 5.5%;
    top: 58.9%;
    background-color: transparent;
    z-index: 999999999;
    width: 40%;
    height: 1%;
    
}
.page51 .ref5 {
    position: absolute;
    left: 5.5%;
    top: 64.9%;
    background-color: transparent;
    z-index: 999999999;
    width: 40%;
    height: 1%;
    
}
.page51 .ref6 {
    position: absolute;
    left: 5.5%;
    top: 70.7%;
    background-color: transparent;
    z-index: 999999999;
    width: 40%;
    height: 1%;
    
}
.page51 .apply-now {
    position: absolute;
    left: 53.5%;
    top: 88.5%;
    background-color: transparent;
    z-index: 999999999;
    width: 12%;
    height: 3%;
    
}
/* pag53 */
.page53 .youtube {
    position: absolute;
    left: 45.5%;
    top: 86.5%;
    background-color: transparent;
    z-index: 999999999;
    width: 19%;
    height: 3%;
    
}
/* pag56 */
.page56 .link1 {
    position: absolute;
    left: 13.5%;
    top: 23.5%;
    background-color: transparent;
    z-index: 999999999;
    width: 19%;
    height: 3%;
    
}
.page56 .link2 {
    position: absolute;
    left: 13.5%;
    top: 41.5%;
    background-color: transparent;
    z-index: 999999999;
    width: 19%;
    height: 3%;
    
}
.page57 .link1 {
    position: absolute;
    left: 5.5%;
    top: 24.5%;
    background-color: transparent;
    z-index: 999999999;
    width: 87%;
    height: 3%;
    
}
.page58 .link1 {
    position: absolute;
    left: 40.5%;
    top: 58.5%;
    background-color: transparent;
    z-index: 999999999;
    width: 19%;
    height: 3%;
}
/* page62 */
.page62 .web {
    position: absolute;
    left: 55%;
    bottom: 3%;
    background-color: transparent;
    z-index: 999999999;
    width: 23%;
    height: 4%;
    
  }
  
  .page62 .social1 {
    position: absolute;
    left: 79.5%;
    top: 93.2%;
    background-color: transparent;
    z-index: 999999999;
    width: 4%;
    height: 3.5%;
    
  }
  
  .page62 .social2 {
    position: absolute;
    left: 84%;
    top: 92.9%;
    background-color: transparent;
    z-index: 999999999;
    width: 4%;
    height: 3.5%;
    
  }
  .page62 .social3 {
    position: absolute;
    left: 88.5%;
    top: 93.5%;
    background-color: transparent;
    z-index: 999999999;
    width: 4%;
    height: 3.2%;
    
  }
@media (max-width: 1366px) {
    .ui-menu {
        bottom: 4.3vh;
        right: 20vh;
    }
    .owl-carousel {
        bottom: 3%;
    }
}

@media (max-width: 1366px) {
    .ui-menu {
        bottom: 5.3vh;
        right: 20vh;
    }
}

@media (max-width: 1024px) {
    .owl-carousel {
        height: 56px;
    }
    .ui-menu {
        bottom: 4.3vh;
        right: 20vh;
    }
    #viewer {
        max-height: calc(40vw) 
    }
    #lastpage, #next {
        right: 3%;
        font-size: 1.5rem;
    }
    
    #firstpage, #previous {
        left: 3%;
        font-size: 1.5rem;
    }
}

@media (max-width: 992px) {
    .ui-menu {
        bottom: 8.3vh;
        right: 20vh;
    }
    #viewer {
        max-height: calc(30vw);
    }
    #lastpage, #next {
        right: 3%;
        font-size: 1.5rem;
        
    }
    
    #firstpage, #previous {
        left: 3%;
        font-size: 1.5rem;
        
    }
}

@media (max-width: 772px) {

    .owl-carousel {
        height: 48px;
    }
    .ui-menu {
        bottom: 8.3vh;
        right: 4vh;
    }
}

@media (max-width: 570px) {
    #lastpage, #next {
        right: 3%;
        font-size: 1.5rem;
        top: 47%;
    }
    #next {
        top: 54%; 
    }
    #previous {
  
        top: 54% !important
    }
    #firstpage, #previous {
        left: 3%;
        font-size: 1.5rem;
        top: 47%;
    }
    #flipbook {
        top: 0 !important;
    }
    #viewer {
        max-height: calc(66%);
    }
    .ui-menu {
        bottom: 8.3vh;
        right: 2vh;
        width: 300px;
    }
}
@media (max-width:480px)  {
    .nextStyleCss{
        /* display: none !important; */
        /* top: 50%; */
    }
    .previousStyleCss{
        /* display: none !important; */
    }
  }
/* loader */

#loader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    min-height: 100vh;
    height: 100%;
    z-index: 99999999999999;
    background: rgba(0, 0, 0, 0.98);
    /* display: none; */
  }
  
  #loader {
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #fff2eb;
    z-index: 1001;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
  }
  
  #loader:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #123d68;
    -webkit-animation: spin 3s linear infinite;
    animation: spin 3s linear infinite;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
  }
  
  #loader:after {
    content: "";
    position: absolute;
    top: 15px;
    right: 15px;
    left: 15px;
    bottom: 15px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #d65525;
    -webkit-animation: spin 1.5s linear infinite;
    animation: spin 1.5s linear infinite;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
  }
  
  #loader-wrapper .loader-section {
    position: fixed;
    top: 0;
    width: 51%;
    height: 100%;
    /* background: rgba(0, 0, 0, 0.8); */
    z-index: 1000;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  
  #loader-wrapper .loader-section.section-left {
    left: 0;
  }
  
  #loader-wrapper .loader-section.section-right {
    right: 0;
  }
  .flex_data div p {
    padding: 0rem 1rem;
  }
  /* .gameWin1-content {
    display: none;
  } */
  @-webkit-keyframes spin {
    0% {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
    }
  
    100% {
      -webkit-transform: rotate(360deg);
      transform: rotate(360deg);
    }
  }
  
  @keyframes spin {
    0% {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
    }
  
    100% {
      -webkit-transform: rotate(360deg);
      transform: rotate(360deg);
    }
  }
  .index1{
    position: absolute;
    left: 9%;
    top: 31.5%;
    background-color: transparent;
    z-index: 999999999;
    width: 38%;
    height: 4%;
}
.index2{
    position: absolute;
    left: 10%;
    top: 43%;
    background-color: transparent;
    z-index: 999999999;
    width: 37%;
    height: 4%;
}
.index3{
    position: absolute;
    left: 13%;
    top: 53.5%;
    background-color: transparent;
    z-index: 999999999;
    width: 35%;
    height: 3%;
}
.index4{
    position: absolute;
    left: 14%;
    top: 72.5%;
    background-color: transparent;
    z-index: 999999999;
    width: 34%;
    height: 3%;
}
.index5{
    position: absolute;
    left: 50%;
    top: 42%;
    background-color: transparent;
    z-index: 999999999;
    width: 37%;
    height: 4%;
}

.index6{
    position: absolute;
    left: 50%;
    top: 59.5%;
    background-color: transparent;
    z-index: 999999999;
    width: 33%;
    height: 4%;
}
.index7{
    position: absolute;
    left: 35%;
    top: 66.5%;
    background-color: transparent;
    z-index: 999999999;
    width: 61%;
    height: 4%;
}
.index8{
    position: absolute;
    left: 34%;
    top: 71%;
    background-color: transparent;
    z-index: 999999999;
    width: 61%;
    height: 4%;
}
button{
    background-color: transparent;
    border: none;
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0,0,0);
    display: flex;
    align-items: center;
    justify-content: center;
}
/*  */
.overlay-hidden {
    display: none !important;
  }
  
  .loading-overlay {
    background: rgb(0 0 0 );
  
    color: #fff;
  
    position: fixed;
  
    left: 0;
  
    top: 0;
  
    width: 100%;
  
    height: 100%;
  
    z-index: 99999;
  
    display: -webkit-box;
  
    display: -ms-flexbox;
  
    display: flex;
  
    -webkit-box-align: center;
  
    -ms-flex-align: center;
  
    align-items: center;
  
    -webkit-box-pack: center;
  
    -ms-flex-pack: center;
  
    justify-content: center;
  }
  
  .reverse-spinner {
    position: relative;
  
    height: 150px;
  
    width: 150px;
  
    border: 6px solid transparent;
  
    border-top-color: #231f20;
  
    border-left-color: #231f20;
  
    border-radius: 50%;
  
    -webkit-animation: spin 1.5s linear infinite;
  
    animation: spin 1.5s linear infinite;
  }
  
  .reverse-spinner::before {
    position: absolute;
  
    top: 15px;
  
    left: 15px;
  
    right: 15px;
  
    bottom: 15px;
  
    content: "";
  
    border: 6px solid transparent;
  
    border-top-color: #d8b74e;
  
    border-left-color: #d8b74e;
  
    border-radius: 50%;
  
    -webkit-animation: spinBack 1s linear infinite;
  
    animation: spinBack 1s linear infinite;
  }
  
  @-webkit-keyframes spin {
    from {
      -webkit-transform: rotate(0);
  
      transform: rotate(0);
    }
  
    to {
      -webkit-transform: rotate(360deg);
  
      transform: rotate(360deg);
    }
  }
  
  @keyframes spin {
    from {
      -webkit-transform: rotate(0);
  
      transform: rotate(0);
    }
  
    to {
      -webkit-transform: rotate(360deg);
  
      transform: rotate(360deg);
    }
  }
  
  
  @keyframes spinBack {
    from {
      -webkit-transform: rotate(0);
  
      transform: rotate(0);
    }
  
    to {
      -webkit-transform: rotate(-720deg);
  
      transform: rotate(-720deg);
    }
  }
  @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
    #viewer {

        max-height: calc(60vw) !important;
       
    }
}
@media only screen and (min-device-width: 820px) and (max-device-width: 1180px) and (orientation: portrait) {
    #viewer {

        max-height: calc(40vw) !important;
       
    }
}