/* common reset */
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    /* font: inherit;  */
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
}

.navbar-nav ol,
.navbar-nav ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* END: common reset */

html,
body {
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    overflow: hidden;
    font-family: "asap", sans-serif;
    pointer-events: all;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0.25);
}

a {
    color: #333333;
}

b {
    text-transform: uppercase;
    letter-spacing: 1pt;
}

.navbar-nav ol,
.navbar-nav ul,
.navbar-nav li {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;


}

.anno {
    font-size: 14px;
    width: 200px;
    background-color: rgba(0, 0, 0, 0.25);
    position: absolute;
    z-index: 999;
    padding: 10px;
    text-align: center;
    display: none;
    visibility: hidden;
    color: #ffffff;
}

.standard-annotation {
    font-family: "asap", sans-serif;
    font-weight: normal;
}

.logo {

    height: auto;
    position: absolute;
    top: 50px;
    left: 50px;
    z-index: 999;
    max-width: 200px;
    width: 100%;
}

  

#skipButton,
#replayButton,
#backButton,
#ctaButton {
    /* position:absolute;
    
    top: 50px;
    right: 10px;
    width: 60px;
    height: 60px; */
    z-index: 8;

    cursor: pointer;
    pointer-events: all;
}

#skipButton img,
#replayButton img,
#backButton img,
#ctaButton img {
    width: 100%;
    height: 100%;
}

.page-content {
    height: 100vh;
    padding: 0 10px;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

#ctaButton {
    bottom: 110px;
}

.d-f {
    display: flex;
}

.j-c-c {
    justify-content: center;
}

.f-d-c {
    flex-direction: column;
}

.j-c-s-b {
    justify-content: space-between;
    align-items: center;
    margin: 0;
    font-size: 15px;
}

.j-c-f-e {
    justify-content: flex-end;
}

.j-c-f-s {
    justify-content: flex-start;
}

.a-i-c {
    align-items: center;
}

.f-w-w {
    flex-wrap: wrap;
}

.header-content {
    padding-top: 10px;
}

.is-hidden {
    display: none !important;
    visibility: hidden !important;
}

.is-visible {
    display: block;
    visibility: visible;
}


@font-face {
    font-family: "asap";
    font-weight: normal;
    font-style: normal;
    src: url('media/scene.babylon/fonts/Asap-Regular.otf');
}

@font-face {
    font-family: "asap";
    font-weight: bold;
    font-style: normal;
    src: url('media/scene.babylon/fonts/Asap-Bold.otf');

}

@font-face {
    font-family: "asap";
    font-weight: normal;
    font-style: italic;
    src: url('media/scene.babylon/fonts/Asap-Italic.otf');

}

@font-face {
    font-family: "asap";
    font-weight: bold;
    font-style: italic;
    src: url('media/scene.babylon/fonts/Asap-BoldItalic.otf');

}




.intro {
    position: absolute;
    top: 70px;
    width: 450px;
    left: 55px;

    /* margin-left: -300px; */
    font: "asap" #373335 bolder 14px;
    text-align: left;



}

/* b {font: "asap" bold;} */



#introHolder {
    position: absolute;
    bottom: 110px;
    left: 0;
    right: 0;
    text-align: center;
    padding: 2vw;
    background-color: rgba(0, 0, 0, .7);

}

#introHolder p {
    color: white;
}

.mainAppContainer a {
    color: #ffffff;
    text-decoration: none;
    /* display: inline-block;  */
}

html body a:hover,
html body a:focus,
html body a:active,
html body a.active {
    color: #ffffff;
}

.mainAppContainer .container {
    margin: 35px;
}

.mainAppContainer header,
.mainAppContainer footer,
.mainAppContainer,
html body footer {
    width: 100%;
}

.mainAppContainer header {
    position: fixed;
    top: 0;
    z-index: 10;
}

.mainAppContainer header .container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: center;
}

.mainAppContainer header .container .logo {
    z-index: 999;
}

.mainAppContainer header .container .arrow-back {
    max-width: 200px;
    width: 100%;
}

.mainAppContainer footer {
    display: flex;
    position: fixed;
    justify-content: center;
    align-items: center;
    bottom: 53px;
    z-index: 2;
}

.mainAppContainer footer .container {
    display: -ms-flexbox;
    display: flex;
    /* -ms-flex-pack: end; */
    justify-content: space-between
}

.mainAppContainer footer .container .button-back {
    max-width: 40px;
    width: 100%;
    position: fixed;
    bottom: 64px;
    left: 27%;
    cursor: pointer;
    pointer-events: all;
}

.mainAppContainer footer .container .button-next {
    max-width: 40px;
    width: 100%;
    position: fixed;
    bottom: 64px;
    right: 27%;
    cursor: pointer;
    pointer-events: all;
}

.handIcon {
    width: 100%;
    position: fixed;
    bottom: 64px;
    right: 27%;
    cursor: pointer;
    z-index: 12;
}

.mainAppContainer footer .button-photo {
    cursor: pointer;
    pointer-events: all;
    bottom: 110px;
    left: 0px;
    position: absolute;
    width: 40px;



}

.button-photo2 {
    cursor: pointer;
    pointer-events: all;
    bottom: 110px;
    left: 62px;
    position: absolute;
    width: 40px;
}

.button-photo3 {
    cursor: pointer;
    pointer-events: all;
    bottom: 110px;
    left: 125px;
    position: absolute;
    width: 40px;
}

.photo-box {
    display: flex;
    flex-direction: row;
}

.gui {
    position: absolute;
    display: flex;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 20;
    justify-content: right;
    align-content: center;
}

.menudrag {
    background-color: rgb(255, 255, 255);
    opacity: 0.898;
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 62%);
    padding: 14px 20px;

    box-sizing: border-box;
    font-size: 14px;
    font-weight: 600;
    min-width: 500px;
    max-width: 600px;
    max-height: 50px;
    position: fixed;
    cursor: pointer;
    pointer-events: all;
}

.menudrag p {
    margin: 0px 0px 0px 100px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}

.menuImage {
    position: absolute;
    width: 30px;
    right: 10px;
    bottom: 5px;
}

.pageshed {
    font-size: 14px;
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 62%);
    width: calc(100% - 60px);
    padding: 15px;
    font-weight: 700;
    align-items: center;
    background-color: rgb(235, 235, 235);
    opacity: 0.8;
}

.pageshed a {
    align-items: center;
    display: flex;
}

.pageshedw {
    position: absolute;
    padding-top: 0px;
    max-width: 555px;
    /* margin: 0 auto; */
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}

.pageshed .close {
    width: 16px;
    height: 16px;
    display: inline-block;
    background-image: url("viewer-assets/menu_icon.png");
    background-size: 100% 100%;
    pointer-events: all;
    cursor: pointer;
}

.slick-dots {
    position: absolute;
    bottom: -45px;

    display: block;

    /*width: 100%;*/
    padding: 0;

    list-style: none;

    text-align: center;
}

.slick-dots li {
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;


    display: flex;
    align-items: center;
    justify-content: center;
}


.slick-dots .dot {
    display: block;

    width: 5px;
    height: 5px;
    padding: 5px;

    color: transparent;
    border: 0;
    outline: none;
    background: rgba(0, 0, 0, .5);
    border-radius: 10px;
}

.slick-dots .selected-dot {
    background: white;
}

.slick-dots {
    display: flex !important;
    justify-content: center;
    position: relative !important;
    padding: 15px !important;
    background-color: #147eab;
    border-radius: 25px;
    max-width: 700px;
    margin: 16px 0;
    bottom: 30px !important;
}

.slick-dots li {
    list-style: none;
    margin: 0 15px !important;
}

.slick-dots li button {
    background-color: rgb(11 75 100) !important;
    color: rgb(11 75 100) !important;
    width: 12px !important;
    height: 12px !important;
    border-radius: 50%;
    outline: none;
    border: none;
}

.slick-dots li button:before {
    color: rgb(11 75 100) !important;
    font-size: 0 !important;
}

.slick-dots .slick-active button {
    background-color: white;

}

.slick-dots .slick-active button:before {
    color: white !important;
    font-size: 0;
}

.slider {
    max-width: 560px;
    width: calc(100% - 40px);
    height: 10%;
    /*width: 100%;*/
}



.slider {
    max-width: 560px;
    width: calc(100% - 40px);
    /*width: 100%;*/
}

.alertblacksl {
    background-color: rgba(0, 0, 0, 0.596);
    /*box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.71);*/
    color: white;
    padding: 15px;
    box-sizing: border-box;

    width: 99% !important;
    height: 10% !important;
    margin: 0 0.5% 3% 0.5%
}

.alertblacksl p {
    font-size: 14px;
    line-height: 1.5;
}

.slick-initialized .slick-slide {
    box-shadow: none !important;
    background-color: inherit !important;
}

.slick-slide {
    position: relative;
}

span.next,
span.prev {
    cursor: pointer;

}



.sliderwr {
    display: flex;
    position: absolute;
    bottom: 9%;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    /* width: calc(100% - 80
px
); */
    /* margin-top: auto; */
    margin-bottom: auto;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}

.sliderwr .minimized p {
    display: none;
}

.sliderwr .minimized .hide-button {
    transform: rotateZ(180deg);

}

.sliderwr .hide-button {
    pointer-events: all;
    cursor: pointer;
}

.sliderarr {
    width: 100%;
    max-width: 580px;
    z-index: 10;
    position: relative;
}



.fs-12 {
    font-size: 14px !important;
}

.menudrag p {
    margin: 0;

}

.w-100 {
    width: 100%;
}

.mt-20 {
    margin-top: 20px !important;
}

.menu {
    position: absolute;
    top: 30px;
    left: 0;
    padding: 0;
    display: none;
    z-index: 2;
    min-width: 300px;
}

.menu li {
    background-color: rgb(235, 235, 235);
    opacity: 0.8;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.62);
    box-sizing: border-box;
    padding: 15px 20px;
    margin-top: 2px;
    font-size: 14px;
    /*width: 450px;*/
    list-style: none;

}

.menu a {
    text-decoration: none;
    color: #000;
    text-transform: uppercase;

}

/* new menu styling */

.dd {

    width: 80%;
    display: flex;
    flex-direction: row;
    align-content: flex-start;
    align-items: center;
}

.dd-a {
    width: 100%;
}

.dd input {
    top: 0px;
    /* left: 220px; */
    opacity: 0;
    display: block;
    padding: 0px;
    margin: 0px 0px 0px 0px;
    border: 0;
    position: absolute;
    height: 95%;
    width: 100%;
    z-index: 2;
}

.dd input:hover {
    cursor: pointer;
}


.dd input:checked~.dd-c {
    transform: scaleY(0.95);
    -webkit-transform: scaleY(0.95);

}

.dd input:checked~.dd-a .arrowm {
    /* transform: rotateZ(20deg); */
    background-position: revert;

}

.dd-c {
    width: 100%;
    display: block;
    position: absolute;
    height: auto;

    transform: scaleY(0);
    transform-origin: top left;
    left: 0px;
   bottom:35%;


}

.dd-c ul {
    margin: 0;
    padding: 0;

    list-style-type: none;
}

.dd-c li {
    bottom: 100%;
}

.chapterLabel {
    padding: 8px;
    word-break: keep-all;
    white-space: nowrap;
    display: block;
    position: relative;
    background: rgba(255, 255, 255, 0.5);
    margin: 2px 0;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
}

.chapterLabel:hover {
    background: rgb(150, 239, 241);
}

.dd-c a {
    display: block;
    position: relative;
    text-decoration: none;
    color: #000;
}

.is-active {

    background: #147eab;
    pointer-events: none;
}

@media only screen and (max-width: 1300px) {
    .menudrag {
        /* left: 25%; */

        max-width: 450px;

    }

    .dd input {
        /* left: 212px; */
    }

    .mainAppContainer footer .container .button-back {

        left: 24%;

    }

    .mainAppContainer footer .container .button-next {

        right: 22%;

    }

    .handIcon {
        right: 22%;
    }

    .sliderwr {
        bottom: 9%;

    }
}

/* EOF new menu styling */
@media only screen and (max-width: 1100px) {
    .menudrag {
        /* left: 25%; */

        max-width: 450px;

    }

    .dd input {
        /* left: 190px; */
    }

    .mainAppContainer footer .container .button-back {

        left: 14%;

    }

    .mainAppContainer footer .container .button-next {

        right: 10%;

    }

    .handIcon {
        right: 200px;
    }

    .sliderwr {
        bottom: 9%;

    }
}

@media only screen and (max-width: 800px) {
    .gui {

        justify-content: center;
        align-content: flex-end;
    }


    .dd input {
        /* left: 120px; */
    }

    .logo {

        height: auto;
        position: absolute;
        top: 20px;
        left: 20px;

        max-width: 105px;
        width: 100%;
    }

    .intro {
        position: absolute;
        top: 20px;
        max-width: 320px;
        width: 70%;
        left: 25px;

        /* margin-left: -300px; */
        font: "asap" #373335 bold 10px;
        text-align: left;



    }

    .menudrag {
        background-color: rgb(255, 255, 255);
        opacity: 0.898;
        box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 62%);
        padding: 14px 20px;
        /* bottom:10%;
        left:160px; */
        box-sizing: border-box;
        font-size: 14px;
        font-weight: 600;
        max-width: 400px;
        min-width: 400px;
        position: fixed;
        cursor: pointer;
        pointer-events: all;

    }

    .mainAppContainer footer .container .button-back {
        max-width: 100px;
        width: 60%;
        position: fixed;
        bottom: 64px;
        left: 125px;
        cursor: pointer;
        pointer-events: all;
    }

    .mainAppContainer footer .container .button-next {
        max-width: 100px;
        width: 60%;
        position: fixed;
        bottom: 64px;
        right: 2%;
        cursor: pointer;
        pointer-events: all;
    }

    .handIcon {
        right: 25px;
        bottom: 64px;
    }

    .menu li {
        background-color: rgb(235, 235, 235);
        opacity: 0.8;
        box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.62);
        box-sizing: border-box;
        padding: 11px 11px;
        margin-top: 4px;
        font-size: 13px;
        /*width: 450px;*/
        list-style: none;

    }

    /* .mainAppContainer footer .container .button-back {
            max-width: 50px;
            width: 20%;
            position: absolute;
            bottom: 40px;
            left: 0px;   
            cursor: pointer;
            pointer-events: all;
        }
        
    .mainAppContainer footer .container .button-next { 
            max-width: 50px;
            width: 20%;
            position: absolute;
            bottom:40px;
            right:90px;
            cursor: pointer;
            pointer-events: all;
            } */
    .pageshed {
        font-size: 12px;
        box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 62%);
        width: calc(100% - 200px);
        margin-top: 0px;
        padding: 8px;
        font-weight: 500;
        align-items: center;
        background-color: rgb(235, 235, 235);
        opacity: 0.8;
    }

    .pageshed a {
        align-items: center;
        display: flex;
    }

    .pageshedw {
        position: absolute;
        padding-top: 0px;
        max-width: 555px;
        /* margin: 0 auto; */
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto;
    }



    .sliderwr {
        display: flex;
        position: absolute;
        bottom: 120px;
        justify-content: center;
        flex-direction: column;
        align-items: center;
        /* width: calc(100% - 80
            px
            ); */
        /* margin-top: auto; */
        margin-bottom: auto;
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto;
    }

    .slider {
        max-width: 480px;
        width: calc(100% - 70px);
        height: 10%;
        /*width: 100%;*/
    }

    .slick-dots {
        position: absolute;
        bottom: -45px;

        display: block;

        /*width: 100%;*/
        padding: 0;

        list-style: none;

        text-align: center;
    }

    .slick-dots li {
        position: relative;

        display: inline-block;

        width: 10px;
        height: 10px;
        margin: 0 3px;
        padding: 0;


        display: flex;
        align-items: center;
        justify-content: center;
    }


    .slick-dots .dot {
        display: block;

        width: 3px;
        height: 3px;
        padding: 3px;

        color: transparent;
        border: 0;
        outline: none;
        background: rgba(0, 0, 0, .5);
        border-radius: 8px;
    }

    .slick-dots .selected-dot {
        background: white;
    }

    .slick-dots {
        display: flex !important;
        justify-content: center;
        position: relative !important;
        padding: 10px !important;
        background-color: #147eab;
        border-radius: 15px;
        max-width: 500px;
        margin: 16px 0;
        bottom: 0 !important;
    }

    .slick-dots li {
        list-style: none;
        margin: 0 10px !important;
    }

    .slick-dots li button {
        background-color: rgb(11 75 100) !important;
        color: rgb(11 75 100) !important;
        width: 12px !important;
        height: 12px !important;
        border-radius: 50%;
        outline: none;
        border: none;
    }

    .slick-dots li button:before {
        color: rgb(11 75 100) !important;
        font-size: 0 !important;
    }

    .slick-dots .slick-active button {
        background-color: white;

    }

    .slick-dots .slick-active button:before {
        color: white !important;
        font-size: 0;
    }

    .mainAppContainer footer .button-photo {
        cursor: pointer;
        pointer-events: all;
        bottom: 181px;
        left: 32.5px;
        position: absolute;
        width: 40px;



    }

    .button-photo2 {
        cursor: pointer;
        pointer-events: all;
        bottom: 150px;
        left: 32.5px;
        position: absolute;
        width: 40px;
    }

    .button-photo3 {
        cursor: pointer;
        pointer-events: all;
        bottom: 120px;
        left: 32.5px;
        position: absolute;
        width: 40px;
    }

    .photo-box {
        display: flex;
        flex-direction: column;
    }
}

@media only screen and (max-width: 740px) {}

@media only screen and (max-width: 600px) {
    .gui {

        justify-content: center;
        align-content: flex-end;
    }


    .logo {

        height: auto;
        position: absolute;
        top: 20px;
        left: 20px;

        max-width: 105px;
        width: 100%;
    }

    .intro {
        position: absolute;
        top: 20px;
        max-width: 320px;
        width: 70%;
        left: 25px;

        /* margin-left: -300px; */
        font: "asap" #373335 bold 10px;
        text-align: left;



    }


    .menudrag {
        background-color: rgb(255, 255, 255);
        opacity: 0.898;
        box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 62%);
        padding: 14px 20px;
        /* bottom:10%;
        left: 75px; */
        box-sizing: border-box;
        font-size: 11px;
        font-weight: 300;
        max-width: 260px;
        min-width: 260px;
        position: fixed;
        cursor: pointer;
        pointer-events: all;
        left:20%

    }

    .mainAppContainer footer .container .button-back {
        max-width: 100px;
        width: 60%;
        position: fixed;
        bottom: 64px;
        left: 0px;
        cursor: pointer;
        pointer-events: all;
    }

    .mainAppContainer footer .container .button-next {
        max-width: 100px;
        width: 60%;
        position: fixed;
        bottom: 64px;
        right: -15%;
        cursor: pointer;
        pointer-events: all;
    }

    .handIcon {
        bottom: 64px;
        right: 20px;
    }

    .menu li {
        background-color: rgb(235, 235, 235);
        opacity: 0.8;
        box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.62);
        box-sizing: border-box;
        padding: 11px 11px;
        margin-top: 4px;
        font-size: 13px;
        /*width: 450px;*/
        list-style: none;

    }

    .pageshed {
        font-size: 12px;
        box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 62%);
        width: calc(100% - 80px);
        margin-top: 50px;
        padding: 12px;
        font-weight: 500;
        align-items: center;
        background-color: rgb(235, 235, 235);
        opacity: 0.8;
    }

    .pageshed a {
        align-items: center;
        display: flex;
    }

    .pageshedw {
        position: absolute;
        padding-top: 0px;
        max-width: 555px;
        /* margin: 0 auto; */
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto;
    }



    .sliderwr {
        display: flex;
        position: absolute;
        bottom: 120px;
        justify-content: center;
        flex-direction: column;
        align-items: center;
        /* width: calc(100% - 80
            px
            ); */
        /* margin-top: auto; */
        margin-bottom: auto;
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto;
    }

    .slider {
        max-width: 480px;
        width: calc(100% - 70px);
        height: 10%;
        /*width: 100%;*/
    }

    .slick-dots {
        position: absolute;
        bottom: -45px;

        display: block;

        /*width: 100%;*/
        padding: 0;

        list-style: none;

        text-align: center;
    }

    .slick-dots li {
        position: relative;

        display: inline-block;

        width: 10px;
        height: 10px;
        margin: 0 3px;
        padding: 0;


        display: flex;
        align-items: center;
        justify-content: center;
    }


    .slick-dots .dot {
        display: block;

        width: 3px;
        height: 3px;
        padding: 3px;

        color: transparent;
        border: 0;
        outline: none;
        background: rgba(0, 0, 0, .5);
        border-radius: 8px;
    }

    .slick-dots .selected-dot {
        background: white;
    }

    .slick-dots {
        display: flex !important;
        justify-content: center;
        position: relative !important;
        padding: 10px !important;
        background-color: #147eab;
        border-radius: 15px;
        max-width: 500px;
        margin: 16px 0;
        bottom: 0 !important;
    }

    .slick-dots li {
        list-style: none;
        margin: 0 10px !important;
    }

    .slick-dots li button {
        background-color: rgb(11 75 100) !important;
        color: rgb(11 75 100) !important;
        width: 12px !important;
        height: 12px !important;
        border-radius: 50%;
        outline: none;
        border: none;
    }

    .slick-dots li button:before {
        color: rgb(11 75 100) !important;
        font-size: 0 !important;
    }

    .slick-dots .slick-active button {
        background-color: white;

    }

    .slick-dots .slick-active button:before {
        color: white !important;
        font-size: 0;
    }

    .mainAppContainer footer .button-photo {
        cursor: pointer;
        pointer-events: all;
        bottom: 181px;
        left: 32.5px;
        position: absolute;
        width: 40px;



    }

    .button-photo2 {
        cursor: pointer;
        pointer-events: all;
        bottom: 150px;
        left: 32.5px;
        position: absolute;
        width: 40px;
    }

    .button-photo3 {
        cursor: pointer;
        pointer-events: all;
        bottom: 120px;
        left: 32.5px;
        position: absolute;
        width: 40px;
    }

    .photo-box {
        display: flex;
        flex-direction: column;
    }

    .dd input {
        top: 0px;

        opacity: 0;
        display: block;
        padding: 0px;
        margin: 0px 0px 0px 0px;
        border: 0;
        position: absolute;
        height: 95%;
        width: 100%;
        z-index: 2;
    }
}

@media only screen and (max-width: 420px) {
    .gui {

        justify-content: center;
        align-content: flex-end;
    }


    .logo {

        height: auto;
        position: absolute;
        top: 20px;
        left: 20px;

        max-width: 90px;
        width: 100%;
    }

    .intro {
        position: absolute;
        top: 20px;
        max-width: 220px;
        width: 50%;
        left: 25px;

        /* margin-left: -300px; */
        font: "asap" #373335 bold 10px;
        text-align: left;



    }

   

    .menudrag {
        background-color: rgb(255, 255, 255);
        opacity: 0.898;
        box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 62%);
        padding: 16px 10px;
        /* bottom: 10%;
        left:47px; */
        box-sizing: border-box;
        font-size: 12px;
        font-weight: 300;
        max-width: 300px;
        min-width: 280px;
        position: fixed;
        cursor: pointer;
        pointer-events: all;
        left: 14%;

    }

    .menu li {
        background-color: rgb(235, 235, 235);
        opacity: 0.8;
        box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.62);
        box-sizing: border-box;
        padding: 10px 10px;
        margin-top: 2px;
        font-size: 12px;
        /*width: 450px;*/
        list-style: none;

    }

    .mainAppContainer footer .container .button-back {
        max-width: 40px;
        width: 20%;
        position: fixed;
        bottom: 64px;
        left: 0px;
        cursor: pointer;
        pointer-events: all;
    }

    .mainAppContainer footer .container .button-next {
        max-width: 40px;
        width: 20%;
        position: fixed;
        bottom: 64px;
        right: -2%;
        cursor: pointer;
        pointer-events: all;
    }

    .handIcon {
        bottom: 64px;
        right: 8px;
        bottom: 64px;
    }

    .pageshed {
        font-size: 11px;
        box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 62%);
        width: calc(100% - 100px);
        margin-top: 40px;
        padding: 12px;
        font-weight: 500;
        align-items: center;
        background-color: rgb(235, 235, 235);
        opacity: 0.8;
    }

    .pageshed a {
        align-items: center;
        display: flex;
    }

    .pageshedw {
        position: absolute;
        padding-top: 0px;
        max-width: 555px;
        /* margin: 0 auto; */
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto;
    }

    .sliderwr {
        display: flex;
        position: absolute;
        bottom: 100px;
        justify-content: center;
        flex-direction: column;
        align-items: center;
        /* width: calc(100% - 80
        px
        ); */
        /* margin-top: auto; */
        margin-bottom: auto;
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto;
    }

    .slider {
        max-width: 460px;
        width: calc(100% - 60px);
        height: 10%;
        /*width: 100%;*/
    }

    .slick-dots {
        position: absolute;
        bottom: -45px;

        display: block;

        /*width: 100%;*/
        padding: 0;

        list-style: none;

        text-align: center;
    }

    .slick-dots li {
        position: relative;

        display: inline-block;

        width: 10px;
        height: 10px;
        margin: 0 3px;
        padding: 0;


        display: flex;
        align-items: center;
        justify-content: center;
    }


    .slick-dots .dot {
        display: block;

        width: 3px;
        height: 3px;
        padding: 3px;

        color: transparent;
        border: 0;
        outline: none;
        background: rgba(0, 0, 0, .5);
        border-radius: 8px;
    }

    .slick-dots .selected-dot {
        background: white;
    }

    .slick-dots {
        display: flex !important;
        justify-content: center;
        position: relative !important;
        padding: 10px !important;
        background-color: #147eab;
        border-radius: 15px;
        max-width: 500px;
        margin: 16px 0;
        bottom: 10px !important;
    }

    .slick-dots li {
        list-style: none;
        margin: 0 10px !important;
    }

    .slick-dots li button {
        background-color: rgb(11 75 100) !important;
        color: rgb(11 75 100) !important;
        width: 12px !important;
        height: 12px !important;
        border-radius: 50%;
        outline: none;
        border: none;
    }

    .slick-dots li button:before {
        color: rgb(11 75 100) !important;
        font-size: 0 !important;
    }

    .slick-dots .slick-active button {
        background-color: white;

    }

    .slick-dots .slick-active button:before {
        color: white !important;
        font-size: 0;
    }

    .mainAppContainer footer .button-photo {
        cursor: pointer;
        pointer-events: all;
        bottom: 181px;
        left: 32.5px;
        position: absolute;
        width: 40px;



    }

    .button-photo2 {
        cursor: pointer;
        pointer-events: all;
        bottom: 150px;
        left: 32.5px;
        position: absolute;
        width: 40px;
    }

    .button-photo3 {
        cursor: pointer;
        pointer-events: all;
        bottom: 120px;
        left: 32.5px;
        position: absolute;
        width: 40px;
    }

    .photo-box {
        display: flex;
        flex-direction: column;
    }

    .dd input {
        top: 0px;

        opacity: 0;
        display: block;
        padding: 0px;
        margin: 0px 0px 0px 0px;
        border: 0;
        position: absolute;
        height: 95%;
        width: 100%;
        z-index: 2;

    }

    .dd-c {
        bottom: 30%;
    }
}

@media only screen and (max-width: 380px) {
    .gui {

        justify-content: center;
        align-content: flex-end;
    }


    .logo {

        height: auto;
        position: absolute;
        top: 20px;
        left: 20px;

        max-width: 90px;
        width: 100%;
    }

    .intro {
        position: absolute;
        top: 20px;
        max-width: 220px;
        width: 50%;
        left: 25px;

        /* margin-left: -300px; */
        font: "asap" #373335 bold 10px;
        text-align: left;



    }

  

    .menudrag {
        background-color: rgb(255, 255, 255);
        opacity: 0.898;
        box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 62%);
        padding: 15px 10px;
        /* bottom: 10%;
        left:37px; */
        box-sizing: border-box;
        font-size: 10px;
        font-weight: 300;
        max-width: 290px;
        min-width: 270px;
        position: fixed;
        cursor: pointer;
        pointer-events: all;
        left: 13.5%;

    }

    .menu li {
        background-color: rgb(235, 235, 235);
        opacity: 0.8;
        box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.62);
        box-sizing: border-box;
        padding: 10px 10px;
        margin-top: 2px;
        font-size: 12px;
        /*width: 450px;*/
        list-style: none;

    }

    .mainAppContainer footer .container .button-back {
        max-width: 40px;
        width: 20%;
        position: fixed;
        bottom: 64px;
        left: 0px;
        cursor: pointer;
        pointer-events: all;
    }

    .mainAppContainer footer .container .button-next {
        max-width: 40px;
        width: 20%;
        position: fixed;
        bottom: 64px;
        right: -2%;;
        cursor: pointer;
        pointer-events: all;
    }

    .handIcon {
        bottom: 64px;
        right: -7px;
        bottom: 64px;
    }

    .pageshed {
        font-size: 11px;
        box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 62%);
        width: calc(100% - 100px);
        margin-top: 40px;
        padding: 12px;
        font-weight: 500;
        align-items: center;
        background-color: rgb(235, 235, 235);
        opacity: 0.8;
    }

    .pageshed a {
        align-items: center;
        display: flex;
    }

    .pageshedw {
        position: absolute;
        padding-top: 0px;
        max-width: 555px;
        /* margin: 0 auto; */
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto;
    }

    .sliderwr {
        display: flex;
        position: absolute;
        bottom: 100px;
        justify-content: center;
        flex-direction: column;
        align-items: center;
        /* width: calc(100% - 80
        px
        ); */
        /* margin-top: auto; */
        margin-bottom: auto;
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto;
    }

    .slider {
        max-width: 460px;
        width: calc(100% - 60px);
        height: 10%;
        /*width: 100%;*/
    }

    .slick-dots {
        position: absolute;
        bottom: -45px;

        display: block;

        /*width: 100%;*/
        padding: 0;

        list-style: none;

        text-align: center;
    }

    .slick-dots li {
        position: relative;

        display: inline-block;

        width: 10px;
        height: 10px;
        margin: 0 3px;
        padding: 0;


        display: flex;
        align-items: center;
        justify-content: center;
    }


    .slick-dots .dot {
        display: block;

        width: 3px;
        height: 3px;
        padding: 3px;

        color: transparent;
        border: 0;
        outline: none;
        background: rgba(0, 0, 0, .5);
        border-radius: 8px;
    }

    .slick-dots .selected-dot {
        background: white;
    }

    .slick-dots {
        display: flex !important;
        justify-content: center;
        position: relative !important;
        padding: 10px !important;
        background-color: #147eab;
        border-radius: 15px;
        max-width: 500px;
        margin: 16px 0;
        bottom: 10px !important;
    }

    .slick-dots li {
        list-style: none;
        margin: 0 10px !important;
    }

    .slick-dots li button {
        background-color: rgb(11 75 100) !important;
        color: rgb(11 75 100) !important;
        width: 12px !important;
        height: 12px !important;
        border-radius: 50%;
        outline: none;
        border: none;
    }

    .slick-dots li button:before {
        color: rgb(11 75 100) !important;
        font-size: 0 !important;
    }

    .slick-dots .slick-active button {
        background-color: white;

    }

    .slick-dots .slick-active button:before {
        color: white !important;
        font-size: 0;
    }

    .mainAppContainer footer .button-photo {
        cursor: pointer;
        pointer-events: all;
        bottom: 181px;
        left: 32.5px;
        position: absolute;
        width: 40px;



    }

    .button-photo2 {
        cursor: pointer;
        pointer-events: all;
        bottom: 150px;
        left: 32.5px;
        position: absolute;
        width: 40px;
    }

    .button-photo3 {
        cursor: pointer;
        pointer-events: all;
        bottom: 120px;
        left: 32.5px;
        position: absolute;
        width: 40px;
    }

    .photo-box {
        display: flex;
        flex-direction: column;
    }

    .dd input {
        top: 0px;

        opacity: 0;
        display: block;
        padding: 0px;
        margin: 0px 0px 0px 0px;
        border: 0;
        position: absolute;
        height: 95%;
        width: 100%;
        z-index: 2;

    }

    .dd-c {
        top: -385px;
    }
}