@font-face {
    font-family: nokia;
    src: url('media/scene.babylon/fonts/Nokia-Pure-Text-T.ttf');

}


@font-face {
    font-family: nokiaHeadline;
    src: url('media/scene.babylon/fonts/Nokia-Pure-Text-T-Bold.ttf');

}



/* 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, ol, ul, li,
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, figure, figcaption, footer, header, main, 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; }
ol, 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: nokia, sans-serif;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0.25);
}
a {
    color: #333333;
}
.mainAppContainer header, .mainAppContainer main, .mainAppContainer footer, .mainAppContainer, html body footer {
    width: 100%; }
    .mainAppContainer header, .mainAppContainer main {
    position: fixed;
    top: 0; 
    z-index: 10;}
    .mainAppContainer header .container, .mainAppContainer main .container {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: justify;
      justify-content: space-between; }
      .mainAppContainer header .container .logo {
      z-index: 999; }
        .mainAppContainer header .container .arrow-back {
        max-width: 140px;
        width: 100%; }

#skipButton, #replayButton, #backButton, #ctaButton {
    /* position:absolute;
    
    top: 50px;
    right: 10px;
    width: 60px;
    height: 60px; */
    z-index: 8;
    
    cursor: pointer;
    pointer-events: all;
}
#handIcon {
    /* text-align: center; */
   top:50%;
   left: 50%;
   margin-top: -100px;
   margin-left: -100px;
    /* vertical-align: middle; */
    pointer-events: none;
    position: absolute;
}
#handAnim {
    position: absolute;
    z-index: 2;
    width: 200px;
}
#handOval {
    position: absolute;
    z-index: 1;
    width: 200px;
}
#skipButton img, #replayButton img, #backButton img,#ctaButton img {
    width: 100%;
    height: 100%;
}
/* canvases */
#renderCanvas, #renderAnnotations {
    width: 100%;
    height: calc(100% - 66px);
    position: absolute;
    top: 0;
    left: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    outline: none;
}
#renderAnnotations {
    pointer-events:none;
}
.cursor-pointer-important {
    cursor: pointer !important;
}

/* overlay */
#overlay {
    background: rgba(0,0,0,0.5);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: none;
   
}
#blackout {
    background: rgba(0,0,0,1);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    pointer-events: all;
    z-index: 100;
}


/* annotations */
.standard-annotation {
   
    line-height: 120%;

}
.standard-annotation h1 {
    line-height: 120%;
    margin:0;
    padding: 0;
    font-size: 120%;
    font-weight: bold;
}


.annotation {
    position: absolute;
    background-color: rgba(0, 0, 0, 0.4);
    color: white;
    padding: 10px;
    box-shadow: 0px 5px 24px 0px rgba(0,0,0,0.33);
    display: none;
    width: 200px;
    pointer-events: auto;
    user-select: none;
    cursor: pointer;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0.25);
    border-bottom: 0.5px solid rgba(255, 255, 255, 0.904);
}
.annotation::after {
    content: "[click annotation to close]";
    display: block;
    margin: 12px 0 8px 0;
    font-size: 11px;
}

.annotation > h1 {
    margin: 8px;
    font-size: 16px;
}
.annotation > h2 {
    margin: 8px;
    font-size: 16px;
}
.annotation > p {
    margin: 8px;
    font-size: 12px;
}
/*#annoOne { width: 400px; }*/
/*#annoTwo { width: 300px; }*/
/*#annoThree { width: 300px; }*/
.anno-close-btn {
    position: absolute;
    top: 0px;
    right: 0px;
    background: url("close_icon.png") no-repeat;
    background-size: 24px 24px;
    width: 24px;
    height: 24px;
    cursor: pointer;
    /* border: 1px solid rgba(255,255,255,0.8); */
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0.25);
    pointer-events: auto;
    display: none;
}
.annotation.top > .anno-close-btn {
    top: -1px;
}
.anno-corner-line-svg {
    height: 30px;
    width: 250px;
    position: absolute;
    pointer-events: none;
    bottom: -30px;
    right: 0;
}

/* loader */
.loader {
    width: 100%;
    height: calc(100% - 66px);
    position: absolute;
    top: 0;
    left: 0;
    background-color:black;
    /* background-image: url(preview.jpg); */
    background-size: cover;
    background-position: center;
    color: white;
}
.loader-cont {
    display: table;
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
}
.loader-text {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    width: 100%;
    height: 100%;
}

/* bottom bar */
.bottom-bar{
    pointer-events: auto;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    max-height: 66px;
    background: #000000;
}

/* footer */
.footer {
    position: absolute;
    left: 0;
    bottom: 0;
}
.footer-logo-link {
    position: absolute;
    display: block;
    left: 11px;
    bottom: 16px;
    height: 35px;
    cursor: pointer;
}
.footer-logo-link > img {
    display: block;
    width: auto;
    height: 100%;
}
.footer-more-info {
    position: absolute;
    margin: 0;
    padding: 0;
    background: rgb(231, 229, 229);
    width: 155px;
    height: 35px;
    bottom: 16px;
    left: 65px;
    transition: opacity .5s ease-in-out;
}

.footer-more-info span {
    position: absolute;
    color: #000;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    line-height: normal;
    left: 15px;
    top: 6.5px;
}

.footer-more-info:before {
    content: "";
    position: absolute;
    left: -15px;
    top: 9px;
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-right: 16px solid rgb(231, 229, 229);
    border-bottom: 8px solid transparent;
}

.footer-more-info a {
    text-decoration: underline;
    font-weight: 900;
    color: #000;
    cursor: pointer;
}

/* toolbox */
.toolbox-cont {
    position: absolute;
    bottom: 31px;
    transform: translate(0, 50%);
    right: 0;
    padding: 0px 18px;
}
.toolbox-btn {
    display: block;
    box-sizing: border-box;
    float: left;
    margin-right: 19px;
    overflow: hidden;
    width: 32px;
    height: 32px;
    cursor: pointer;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0.25);
    user-select: none;
}
.toolbox-btn:last-of-type {
    margin: 0 0 0 -4px;
}
@media (max-width: 380px) {
    .toolbox-cont {
        padding: 0px 10px;
    }
    .toolbox-btn {
        margin-right: 10px;
    }
}
@media (max-width: 340px) {
    .toolbox-btn:last-of-type {
        margin-right: -4px;
    }
}

.toolbox-btn img {
    width: 100%;
    height: 100%;
}
/* toolbox menu */
.toolbox-menu {
    position: absolute;
    bottom: 52px;
    right: 0px;
    background: rgba(0, 0, 0, 1.0);
    font-family: nokia, sans-serif;
    font-size: 16px;
    color: white;
    padding: 9px 20px 9px 18px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    visibility: hidden;
    opacity: 0;
    transition: opacity 300ms;
}
.toolbox-menu.visible {
    visibility: visible;
    opacity: 1;
}
.toolbox-menu-item {
    padding: 5px 0;
    cursor: pointer;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    user-select: none;
    height: 20px;
}
.toolbox-menu-item.radio::before {
    content: " ";
    font-family: monospace;
    width: 21px;
    display: inline-block;
}
.toolbox-menu-item.radio.active::before {
    content: "✓";
}

/* appctrl */
.appctrl-cont {
    position: absolute;
    right: 0;
    /* top: 6px; */

    /* for single btn */
    top: 10px;
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
}
body {
    margin: 0;
    background: #c5c5c5;
}
/* main {
    display: block;
} */
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}
hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}
pre {
    font-family: monospace, monospace;
    font-size: 1em;
}
a {
    background-color: transparent;
}
abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted;
}
b,strong {
    font-weight: bolder;
}
code,kbd,samp {
    font-family: monospace, monospace;
    font-size: 1em;
}
small {
    font-size: 80%;
}
sub,sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sub {
    bottom: -0.25em;
}
sup {
    top: -0.5em;
}
img {
    border-style: none;
}
button,input,optgroup,select,textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}



button,input {
    overflow: visible;
}
button,select {
    text-transform: none;
}
button,[type="button"],[type="reset"],[type="submit"] {
    -webkit-appearance: button;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}
fieldset {
    padding: 0.35em 0.75em 0.625em;
}
legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}
progress {
    vertical-align: baseline;
}
textarea {
    overflow: auto;
}
[type="checkbox"],[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}
[type="number"]::-webkit-inner-spin-button,[type="number"]::-webkit-outer-spin-button {
    height: auto;
}
[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}
details {
    display: block;
}
summary {
    display: list-item;
}
template {
    display: none;
}
[hidden] {
    display: none;
}
body{
    margin: 0;
    font-family:Arial;
    font-weight: normal;
}
.page-content{
    height: 100vh;
    width: 100%;
    padding: 0 10px;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
}
.sideText {
    left: 62%;
    font-size: 5vh;
    line-height: 6vh;
    font-family: 'nokia';
    color: white;
    top: 40%;
    position: absolute;
    pointer-events: none;
}
.sideText strong {
    font-size: 6vh;
    font-family: 'nokiaHeadline';
}

.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;
}
.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;
}
.logobaner{
    background-color: white;
    padding: 10px;
    box-shadow:0px 0px 10px 0px rgba(0, 0, 0,  0.62);
}

.logobaner img{
    /*width: 130px;*/
    height: 19px;
}
.arrowm{

    width: 20px;
    height: 11px;
    font-size: 30px;
    background: url("media/scene.babylon/images/down.svg");
    background-repeat: no-repeat;
    background-position: right;
    cursor: pointer;
    background-size: 100%;
}
.rotate180{
    transform: rotateZ(180deg);
    background-position: revert;

}

.is-hidden {
    display: none;
}

.is-seen {
    display: block;
}


.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: 300px;
    position: relative;
    cursor: pointer;
    pointer-events: all;
}

.pageshed{
    font-size: 14px;
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 62%);
    width: calc(100% - 40px);
    padding: 20px;
    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: 50px;
    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/close_black.png");
    background-size: 100% 100%;
    pointer-events: all;
    cursor: pointer;
}




.fs-12{
    font-size: 12px !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: 100%;
  }
  .dd-a {
    width: 100%;
  }

  .dd input {
    top:0;
    opacity:0;
    display:block;
    padding:0;
    margin:0;
    border:0;
    position:absolute;
    height:95%;
    width:95%;
    z-index: 2;
  }
  .dd input:hover {
    cursor:pointer;
  }


  .dd input:checked ~ .dd-c {
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
  }
  .dd input:checked  ~ .dd-a .arrowm {
    transform: rotateZ(180deg);
      background-position: revert;

  }

  .dd-c{
    width: 100%;
    display:block;
    position: absolute;
    height:auto;
    transform: scaleY(0);
    transform-origin: top left;
    left: 0px;
    top:46px;


  }
  .dd-c ul {
    margin:0;
    padding:0;
    list-style-type: none;
  }
  .dd-c li {
    padding:15px;
    word-break: keep-all;
    white-space:nowrap;
    display:block;
    position:relative;
    background: rgba(255, 255, 255, 0.5);
    margin:3px 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);
  }
  .dd-c li:hover {background: rgba(255, 255, 255, 1);}
  .dd-c a {
    display:block;
    position:relative;
    text-decoration: none;

    color:#000;
  }

/* EOF new menu styling */





.buying{
    position: absolute;
    bottom: 80px;
    right: 10px;
    width: 100%;
    box-sizing: border-box;
}

.buying p{
    margin: 0;
    padding-right: 100px;
    color: #fff;
}
.buying>div{
    background-color: #147eab;
    width: auto;
    min-width: 230px;
    color: rgb(184 219 230);
    padding: 12px 30px;
    background-size: 100%;
    background-repeat: no-repeat;
    height: inherit;
    font-size: 14px;
    display: flex;
    cursor: pointer;
    align-items: center;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    box-shadow:0px 0px 10px 0px rgba(0, 0, 0,  0.62);
}
.optionsarr{
    color: rgb(184 219 230);
    background: url("media/scene.babylon/images/CTA.svg");

}
.optionsarr img{
    width: 10px;
}
.buying a{
    text-decoration: none;
}
.alertblack{
    background-color: #00000045;
    color: white;
    padding: 20px;
    box-sizing: border-box;
    max-width: 600px;
    margin-left: 40px;
}


.alertblack h4{
    margin: 0 0 15px 0;
}
.alertblack p{
    margin: 0;
    text-align: justify;
    font-size: 20px;
}
.alertwr{
    position: absolute;
    top: 200px;
    width: 100%;
    left: 0;
}
.colorpanel{
    background-color: rgba(174, 174, 174, 0);
    padding: 5px 10px;
    height: max-content;
    width: max-content;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    max-width: 220px;
    z-index: 1;
    /*border-radius: 10px;*/
}
.colorpanel2{
    background-color: #124191a8;
    padding: 5px 10px;
    height: max-content;
    width: max-content;
    max-width: 220px;
    z-index: 1;
    /*border-radius: 10px;*/
}
.box{
    display: flex;
    justify-content: center;
    max-width: 150px;
}
.coloritem{
    display: flex;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    align-items: center;
    margin-right: 25px;
    margin-top: 25px;
    border: 3px solid #eee;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    justify-content: center;
    pointer-events: all;
    cursor: pointer;
}
.pageshed{
    font-size: 14px;
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 62%);
    width: calc(100% - 40px);
    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{
    padding-top: 50px;
    max-width: 555px;
    /* margin: 0 auto; */
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}
.close{
    width: 16px;
    height: 16px;
    display: inline-block;
    background-image: url("media/scene.babylon/images/Cancel.png");
    background-size: 100% 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: 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: 0 !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: 20px;
    box-sizing: border-box;

    width: 99% !important;
    height: 10% !important;
    margin: 0 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: 64px;
    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;
}

.sliderbuttons{
    display: none;
}
.treepage{
    max-width: 555px;
    margin-bottom: 16px;
}

.sliderarr{
    width: 100%;
    max-width: 680px;
    z-index: 10;
    position: relative;
}
/* .sliderarr span{
   /*margin-top: -20px;*/
/* } */ */
.sliderheader{
    cursor: pointer;
    font-size:14px;
}
.prev{
    margin: 9px 0;
    display: inline-block;
    position: absolute;
    z-index: 10;
    top: -68px;
    font-size: 18px;
    padding: 10px;
    left: 20px;
    cursor: pointer;
    pointer-events: all;

}
.next{
    margin: 9px 0;
    display: inline-block;
    position: absolute;
    z-index: 10;
    top: -68px;
    font-size: 18px;
    right: 20px;
    padding: 10px;
    cursor: pointer;
    pointer-events: all;
}
@media only screen and (max-width: 800px) {

}
@media only screen and (max-width: 767px) {
    .page-content{
        padding: 0 20px;
    }
    .sliderwr{

        width: calc(100% - 20px) !important;
        max-width: 600px;
        bottom: 124px;
    }
    .buying{
        position: absolute;
        bottom: 140px;
        right: 10px;
        width: 100%;
        box-sizing: border-box;
    }
    .buying>div {
        font-size: 14px;
        min-width:180px;
        padding: 10px 14px;
        box-sizing: border-box;
    }
    .buying p{
        padding-right: inherit;
        font-size: 11px;
    }
    .alertblack p{

        font-size: 18px;
    }
    .alertblack{
        margin-left: 10px;
    }
    .slider{
        width: calc(100% - 20px);
    } */
    .sliderwr{
        width: calc(100% - 20px);
    }
    .pageshedw{
        padding-top:50px ;
    }
    .alertblack{

        max-width: 300px;
    }
    .menudrag {
        height: inherit;
        min-width: 180px;
        font-size: 11px;
        padding: 15px 14px;

    }
    .treepage{
        max-width: inherit;
    }
    .arrowm{
        -webkit-background-size:15px 15px;
        background-size:15px 15px;
    }
    .menu{
        min-width: 180px;

    }
    .logobaner img {
        /*width: 90px;*/
        height: 16px;
    }

    .prev{
        left: 10px;
    }
    .next{
        right: 10px;
    }
    .slick-dots li{

        margin:0 5px !important;
    }
    .prev{
        left: 40px;
    }
    .next{
        right: 40px;
    }
    .sliderheader{
        font-size:13px;

    }
    /*.alertblacksl p{*/
        /*line-height: 1.3;*/
        /*font-size: 18px;*/
    /*}*/
    .slick-slide img {
        display: block;
        max-width: 15px;
    }

    .page-content{
        padding: 0 10px;
    }
    .optionsarr img{
        width: 7px;
    }
    .logobaner {

        padding: 11px;
    }

    .menu{
        top:30px;
    }
    .menu li{

        font-size: 11px;
        padding: 14px 14px;
    }
    .alertblack{
        max-width: 300px;
    }
    .colorpanel{
        margin-top: 10px;
        margin-right: 10px;
    }

}
