/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification\ 
for details on configuring this project to bundle and minify static web assets. */
body {
    font-family: 'geomanistregular', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", HelveticaNeue-Medium, Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}


.calendar-fully-booked {
    background-color: #ff5f68;
}
.calendar-selected {
    background-color: #5056b9;
}
.calendar-selectable {
    cursor: pointer;
}
.calendar-currentday {
    background-color: #42bdef;
}
/* ------------------ google map css end -------------------*/
/* ------------------ fontawesome override css start -------------------*/
.fa-trash-alt {
    color: red;
}

/* ------------------ fontawesome override css end -------------------*/
/* ------------------ bootstrap override css start -------------------*/
/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.container-fluid {
    padding: 0;
}
.container {
    padding: 0 15px 0 15px !important;
}
.store-name .container {
    padding: 0 30px 6px 30px !important;
    height: 60px;
}

.dropdown-menu {
    margin-top: 12px;
}
.table th, .table td {
    padding: 0.50rem;
}

.btn-outline-white {
    color: #fff;
    border-color: #fff;
}
.btn-outline-white:hover {
    color: #212529;
    background-color: #fff;
}
.control-label {
    font-weight: bold;
}
.validation-summary-errors ul {
    list-style: none;
    padding: 0;
}


@media (min-width: 1200px) {
    .row {
        margin: 0;
    }
}

/* Hide/rearrange for smaller screens */
@media screen and (max-width: 767px) {
    /* Hide captions */
    .carousel-caption {
        display: none;
    }
}

@media (min-width: 320px) {
    .text-sm-left {
        text-align: left !important;
    }

    .text-sm-right {
        text-align: right !important;
    }

    .text-sm-center {
        text-align: center !important;
    }
}

@media (min-width: 576px) {
    .text-sm-left {
        text-align: left !important;
    }

    .text-sm-right {
        text-align: right !important;
    }

    .text-sm-center {
        text-align: center !important;
    }
}

@media (min-width: 768px) {
    .text-md-left {
        text-align: left !important;
    }

    .text-md-right {
        text-align: right !important;
    }

    .text-md-center {
        text-align: center !important;
    }
}

@media (min-width: 992px) {
    .text-lg-left {
        text-align: left !important;
    }

    .text-lg-right {
        text-align: right !important;
    }

    .text-lg-center {
        text-align: center !important;
    }
}

@media (min-width: 1200px) {
    .text-xl-left {
        text-align: left !important;
    }

    .text-xl-right {
        text-align: right !important;
    }

    .text-xl-center {
        text-align: center !important;
    }
}

@media (min-width: 320px) {
    .col-sm {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }

    .col-sm-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }

    .col-sm-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }

    .col-sm-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }

    .col-sm-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-sm-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .col-sm-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }

    .col-sm-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-sm-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }

    .col-sm-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }

    .col-sm-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-sm-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }

    .col-sm-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }

    .col-sm-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .order-sm-first {
        -ms-flex-order: -1;
        order: -1;
    }

    .order-sm-last {
        -ms-flex-order: 13;
        order: 13;
    }

    .order-sm-0 {
        -ms-flex-order: 0;
        order: 0;
    }

    .order-sm-1 {
        -ms-flex-order: 1;
        order: 1;
    }

    .order-sm-2 {
        -ms-flex-order: 2;
        order: 2;
    }

    .order-sm-3 {
        -ms-flex-order: 3;
        order: 3;
    }

    .order-sm-4 {
        -ms-flex-order: 4;
        order: 4;
    }

    .order-sm-5 {
        -ms-flex-order: 5;
        order: 5;
    }

    .order-sm-6 {
        -ms-flex-order: 6;
        order: 6;
    }

    .order-sm-7 {
        -ms-flex-order: 7;
        order: 7;
    }

    .order-sm-8 {
        -ms-flex-order: 8;
        order: 8;
    }

    .order-sm-9 {
        -ms-flex-order: 9;
        order: 9;
    }

    .order-sm-10 {
        -ms-flex-order: 10;
        order: 10;
    }

    .order-sm-11 {
        -ms-flex-order: 11;
        order: 11;
    }

    .order-sm-12 {
        -ms-flex-order: 12;
        order: 12;
    }

    .offset-sm-0 {
        margin-left: 0;
    }

    .offset-sm-1 {
        margin-left: 8.333333%;
    }

    .offset-sm-2 {
        margin-left: 16.666667%;
    }

    .offset-sm-3 {
        margin-left: 25%;
    }

    .offset-sm-4 {
        margin-left: 33.333333%;
    }

    .offset-sm-5 {
        margin-left: 41.666667%;
    }

    .offset-sm-6 {
        margin-left: 50%;
    }

    .offset-sm-7 {
        margin-left: 58.333333%;
    }

    .offset-sm-8 {
        margin-left: 66.666667%;
    }

    .offset-sm-9 {
        margin-left: 75%;
    }

    .offset-sm-10 {
        margin-left: 83.333333%;
    }

    .offset-sm-11 {
        margin-left: 91.666667%;
    }
}

@media (min-width: 768px) {
    .col-md {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }

    .col-md-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }

    .col-md-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }

    .col-md-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }

    .col-md-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-md-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .col-md-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }

    .col-md-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-md-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }

    .col-md-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }

    .col-md-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-md-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }

    .col-md-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }

    .col-md-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .order-md-first {
        -ms-flex-order: -1;
        order: -1;
    }

    .order-md-last {
        -ms-flex-order: 13;
        order: 13;
    }

    .order-md-0 {
        -ms-flex-order: 0;
        order: 0;
    }

    .order-md-1 {
        -ms-flex-order: 1;
        order: 1;
    }

    .order-md-2 {
        -ms-flex-order: 2;
        order: 2;
    }

    .order-md-3 {
        -ms-flex-order: 3;
        order: 3;
    }

    .order-md-4 {
        -ms-flex-order: 4;
        order: 4;
    }

    .order-md-5 {
        -ms-flex-order: 5;
        order: 5;
    }

    .order-md-6 {
        -ms-flex-order: 6;
        order: 6;
    }

    .order-md-7 {
        -ms-flex-order: 7;
        order: 7;
    }

    .order-md-8 {
        -ms-flex-order: 8;
        order: 8;
    }

    .order-md-9 {
        -ms-flex-order: 9;
        order: 9;
    }

    .order-md-10 {
        -ms-flex-order: 10;
        order: 10;
    }

    .order-md-11 {
        -ms-flex-order: 11;
        order: 11;
    }

    .order-md-12 {
        -ms-flex-order: 12;
        order: 12;
    }

    .offset-md-0 {
        margin-left: 0;
    }

    .offset-md-1 {
        margin-left: 8.333333%;
    }

    .offset-md-2 {
        margin-left: 16.666667%;
    }

    .offset-md-3 {
        margin-left: 25%;
    }

    .offset-md-4 {
        margin-left: 33.333333%;
    }

    .offset-md-5 {
        margin-left: 41.666667%;
    }

    .offset-md-6 {
        margin-left: 50%;
    }

    .offset-md-7 {
        margin-left: 58.333333%;
    }

    .offset-md-8 {
        margin-left: 66.666667%;
    }

    .offset-md-9 {
        margin-left: 75%;
    }

    .offset-md-10 {
        margin-left: 83.333333%;
    }

    .offset-md-11 {
        margin-left: 91.666667%;
    }
}

@media (min-width: 992px) {
    .col-lg {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }

    .col-lg-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }

    .col-lg-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }

    .col-lg-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }

    .col-lg-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-lg-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .col-lg-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }

    .col-lg-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-lg-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }

    .col-lg-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }

    .col-lg-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-lg-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }

    .col-lg-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }

    .col-lg-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .order-lg-first {
        -ms-flex-order: -1;
        order: -1;
    }

    .order-lg-last {
        -ms-flex-order: 13;
        order: 13;
    }

    .order-lg-0 {
        -ms-flex-order: 0;
        order: 0;
    }

    .order-lg-1 {
        -ms-flex-order: 1;
        order: 1;
    }

    .order-lg-2 {
        -ms-flex-order: 2;
        order: 2;
    }

    .order-lg-3 {
        -ms-flex-order: 3;
        order: 3;
    }

    .order-lg-4 {
        -ms-flex-order: 4;
        order: 4;
    }

    .order-lg-5 {
        -ms-flex-order: 5;
        order: 5;
    }

    .order-lg-6 {
        -ms-flex-order: 6;
        order: 6;
    }

    .order-lg-7 {
        -ms-flex-order: 7;
        order: 7;
    }

    .order-lg-8 {
        -ms-flex-order: 8;
        order: 8;
    }

    .order-lg-9 {
        -ms-flex-order: 9;
        order: 9;
    }

    .order-lg-10 {
        -ms-flex-order: 10;
        order: 10;
    }

    .order-lg-11 {
        -ms-flex-order: 11;
        order: 11;
    }

    .order-lg-12 {
        -ms-flex-order: 12;
        order: 12;
    }

    .offset-lg-0 {
        margin-left: 0;
    }

    .offset-lg-1 {
        margin-left: 8.333333%;
    }

    .offset-lg-2 {
        margin-left: 16.666667%;
    }

    .offset-lg-3 {
        margin-left: 25%;
    }

    .offset-lg-4 {
        margin-left: 33.333333%;
    }

    .offset-lg-5 {
        margin-left: 41.666667%;
    }

    .offset-lg-6 {
        margin-left: 50%;
    }

    .offset-lg-7 {
        margin-left: 58.333333%;
    }

    .offset-lg-8 {
        margin-left: 66.666667%;
    }

    .offset-lg-9 {
        margin-left: 75%;
    }

    .offset-lg-10 {
        margin-left: 83.333333%;
    }

    .offset-lg-11 {
        margin-left: 91.666667%;
    }
}

@media (min-width: 1200px) {
    .col-xl {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }

    .col-xl-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }

    .col-xl-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }

    .col-xl-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }

    .col-xl-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-xl-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .col-xl-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }

    .col-xl-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-xl-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }

    .col-xl-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }

    .col-xl-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-xl-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }

    .col-xl-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }

    .col-xl-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .order-xl-first {
        -ms-flex-order: -1;
        order: -1;
    }

    .order-xl-last {
        -ms-flex-order: 13;
        order: 13;
    }

    .order-xl-0 {
        -ms-flex-order: 0;
        order: 0;
    }

    .order-xl-1 {
        -ms-flex-order: 1;
        order: 1;
    }

    .order-xl-2 {
        -ms-flex-order: 2;
        order: 2;
    }

    .order-xl-3 {
        -ms-flex-order: 3;
        order: 3;
    }

    .order-xl-4 {
        -ms-flex-order: 4;
        order: 4;
    }

    .order-xl-5 {
        -ms-flex-order: 5;
        order: 5;
    }

    .order-xl-6 {
        -ms-flex-order: 6;
        order: 6;
    }

    .order-xl-7 {
        -ms-flex-order: 7;
        order: 7;
    }

    .order-xl-8 {
        -ms-flex-order: 8;
        order: 8;
    }

    .order-xl-9 {
        -ms-flex-order: 9;
        order: 9;
    }

    .order-xl-10 {
        -ms-flex-order: 10;
        order: 10;
    }

    .order-xl-11 {
        -ms-flex-order: 11;
        order: 11;
    }

    .order-xl-12 {
        -ms-flex-order: 12;
        order: 12;
    }

    .offset-xl-0 {
        margin-left: 0;
    }

    .offset-xl-1 {
        margin-left: 8.333333%;
    }

    .offset-xl-2 {
        margin-left: 16.666667%;
    }

    .offset-xl-3 {
        margin-left: 25%;
    }

    .offset-xl-4 {
        margin-left: 33.333333%;
    }

    .offset-xl-5 {
        margin-left: 41.666667%;
    }

    .offset-xl-6 {
        margin-left: 50%;
    }

    .offset-xl-7 {
        margin-left: 58.333333%;
    }

    .offset-xl-8 {
        margin-left: 66.666667%;
    }

    .offset-xl-9 {
        margin-left: 75%;
    }

    .offset-xl-10 {
        margin-left: 83.333333%;
    }

    .offset-xl-11 {
        margin-left: 91.666667%;
    }
}

@media (min-width: 320px) {
    .d-sm-none {
        display: none !important;
    }

    .d-sm-inline {
        display: inline !important;
    }

    .d-sm-inline-block {
        display: inline-block !important;
    }

    .d-sm-block {
        display: block !important;
    }

    .d-sm-table {
        display: table !important;
    }

    .d-sm-table-row {
        display: table-row !important;
    }

    .d-sm-table-cell {
        display: table-cell !important;
    }

    .d-sm-flex {
        display: -ms-flexbox !important;
        display: flex !important;
    }

    .d-sm-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}

@media (min-width: 576px) {
    .d-sm-none {
        display: none !important;
    }

    .d-sm-inline {
        display: inline !important;
    }

    .d-sm-inline-block {
        display: inline-block !important;
    }

    .d-sm-block {
        display: block !important;
    }

    .d-sm-table {
        display: table !important;
    }

    .d-sm-table-row {
        display: table-row !important;
    }

    .d-sm-table-cell {
        display: table-cell !important;
    }

    .d-sm-flex {
        display: -ms-flexbox !important;
        display: flex !important;
    }

    .d-sm-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}

@media (min-width: 768px) {
    .d-md-none {
        display: none !important;
    }

    .d-md-inline {
        display: inline !important;
    }

    .d-md-inline-block {
        display: inline-block !important;
    }

    .d-md-block {
        display: block !important;
    }

    .d-md-table {
        display: table !important;
    }

    .d-md-table-row {
        display: table-row !important;
    }

    .d-md-table-cell {
        display: table-cell !important;
    }

    .d-md-flex {
        display: -ms-flexbox !important;
        display: flex !important;
    }

    .d-md-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}

@media (min-width: 992px) {
    .d-lg-none {
        display: none !important;
    }

    .d-lg-inline {
        display: inline !important;
    }

    .d-lg-inline-block {
        display: inline-block !important;
    }

    .d-lg-block {
        display: block !important;
    }

    .d-lg-table {
        display: table !important;
    }

    .d-lg-table-row {
        display: table-row !important;
    }

    .d-lg-table-cell {
        display: table-cell !important;
    }

    .d-lg-flex {
        display: -ms-flexbox !important;
        display: flex !important;
    }

    .d-lg-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}

@media (min-width: 1200px) {
    .d-xl-none {
        display: none !important;
    }

    .d-xl-inline {
        display: inline !important;
    }

    .d-xl-inline-block {
        display: inline-block !important;
    }

    .d-xl-block {
        display: block !important;
    }

    .d-xl-table {
        display: table !important;
    }

    .d-xl-table-row {
        display: table-row !important;
    }

    .d-xl-table-cell {
        display: table-cell !important;
    }

    .d-xl-flex {
        display: -ms-flexbox !important;
        display: flex !important;
    }

    .d-xl-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}

.navbar-brand
{
    margin-right:0;
}
.navbar-expand-lg .navbar-nav .nav-link {
    padding-left: 0.8rem;
}

/* ------------------ bootstrap override css end -------------------*/
/* ------------------------ custom/template css start ----------------------*/
.body-content {
    min-height: 700px;
}
.control-label-required-field {
    font-weight:bold;
}
.nav-wrapper-transparent {
    background-color: #574b90;
    border: none;
    height: 120px;
    font-size:14px;
}
.plano-banner-bg-blue-big,
.plano-banner-bg-blue-big img {
    background-color: #87d6e3;
    max-height: 600px;
}
.plano-banner-bg-blue-big .img-thumbnail,
.plano-banner-bg-blue-small .img-thumbnail{
    border: none;
 }
.plano-banner-bg-blue-small,
.plano-banner-bg-blue-small img {
    background-color: #87d6e3;
    max-height: 320px;
}
.plano-banner-small-link {
    position: absolute;
    margin-top: -90px;
    margin-left: -60px;
}
.plano-banner-bg-darkblue {
    background-color: #291440;
    padding: 10px !important;
    color: white;
}
.plano-logo-img {
    height: 48px;
    margin-top: -4px;
}

.eyecheck {
    font-size: 20px;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: 1.55px;
    text-align: left;
    color: #ffffff;
    padding: 0;
    font-weight: 800;
}
.eyecheck-sm {
    font-size: 27px;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    text-align: left;
    color: #ffffff;
    padding: 0;
}
.mobile-menu-icon {
    width: 29px;
}
.plano-color {
    color: #41cbd8;
}

/* ------------------ header/footer css end -------------------*/
.map-footer-icon-transparent {
    border: none;
    padding-top: 10px;
}
.map-footer-icon-wrapper {
    min-width: 145px;
}

/* ------------------ map infowindow css end -------------------*/
.grid-header-icon-transparent {
    /*background: rgba(170, 218, 255, 0.8);*/
    border: none;
    padding-top: 10px;
}
.grid-store {
    border-left: 1px solid #e5e5e5;
    border-top: 1px solid #e5e5e5;
    margin-bottom: 30px;
    -webkit-box-shadow: 3px 3px 2px -1px rgba(0,0,0,0.75);
    -moz-box-shadow: 3px 3px 2px -1px rgba(0,0,0,0.75);
    box-shadow: 3px 3px 2px -1px rgba(0,0,0,0.75);
}
.grid-store .grid-banner {
    width: 100%;
    min-height: 172px;
    border-bottom: 1px solid #e5e5e5;
}
.grid-store .grid-banner img {
    width: 100%;
    min-height: 172px;
    max-height: 235px;
}
.grid-store .grid-banner .store-name {
    font-weight: bold;
    margin-top: -26px;
    background-color: rgb(255,255,0);
    opacity: 0.9;
    position: absolute;
    padding: 5px 10px;
    min-width: 50%;
    font-size: 11px;
    width: 90%;
}
.grid-store .grid-address {
    padding: 5px 10px;
    min-height: 150px;
    color: black;
}
.grid-store .grid-address > div {
    padding-top: 2px;
}
.grid-store .grid-address .grid-phone > label {
    margin-bottom: 0;
}
.grid-store .grid-link {
    padding: 5px 10px;
    background-color: #e5e5e5;
}
.org-detail-link:hover {
    text-decoration: none;
}
.organization-view .grid-store .grid-org-info {
    margin: 0;
    padding: 10px;
}
.org-type-premium {
    background-color: #575ca3 !important;
    opacity: 0.8;
    color: #fff;
}
.org-type-basic {
    background-color: #84c9d5 !important;
    opacity: 0.8;
    color: #fff;
}
.organization-view .grid-store .store-name {
    font-weight: bold;
}
.organization-view .grid-store .grid-org-type {
    font-size: 12px;
    font-weight: 500;
}
.custom-pagination-2 {
}
.custom-pagination-2  a {
    border: none;
    padding: 2px;
}
.custom-pagination-2 a i {
    font-size: 25px;
    color: gold;
}
.custom-pagination-2 .page-no {
    border: 1px solid silver;
    padding: 5px 6px 1px 6px;
}
.custom-pagination-2 .page-text {
    font-weight: 700;
    font-size: 12px;
}
.pad-left-0 {
    padding-left: 0 !important;
}
.pad-right-0 {
    padding-right: 0 !important;
}
.pad-l-r-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.pad-l-r-34 {
    padding-left: 34px !important;
    padding-right: 34px !important;
}
.bg-plano {
    background-color: #6ccad5;
}
.btn-plano-default {
    background-color: #574b90;
    border: none;
    color: #fff;
    font-weight: bold;
}
.btn-plano-default:hover {
    background-color: #291440;
    color: #fff;
    font-weight: bold;
}
.btn-purple-bg {
    background-color: #565ba8;
    border-color: #565ba8;
    font-size: 24px;
}
.btn-purple-bg:hover {
    background-color: #282162;
    border-color: #282162;
}
.btn-margin-left-8 {
    margin-left: 8px !important;
}
.btn-margin-right-8 {
    margin-right: 8px !important;
}
.section-header {
    position: relative;
    padding: 0.75rem 1.25rem;
    margin-bottom: 1rem;
    /* border: 1px solid transparent; */
    font-size: large;
    font-weight: 600;
}
.datetimepicker {
    max-width: 244px !important;
}
.timepicker {
    max-width: 80px !important;
}
.number-textbox {
    max-width: 160px !important;
}
.margin-right-25 {
    margin-right: 25px;
}
.search-by-active {
    color: #ffce4a;
    font-weight: 500;
}
.search-by-inactive {
    color: #e3e3e3;
}
.view-as-map-active {
    background: url('https://planoeyecheck.com/images/map-active.png') no-repeat center right;
    width: 35px;
    height: 63px;
    margin-right: 5px;
}
.view-as-map-inactive {
    background: url('https://planoeyecheck.com/images/map-inactive.png') no-repeat center right;
    width: 35px;
    height: 63px;
    margin-right: 5px;
}
.view-as-grid-active {
    background: url('https://planoeyecheck.com/images/grid-active.png') no-repeat center right;
    width: 35px;
    height: 63px;
}
.view-as-grid-inactive {
    background: url('https://planoeyecheck.com/images/grid-inactive.png') no-repeat center right;
    width: 35px;
    height: 63px;
}
.store-detail-link:hover {
    text-decoration: none;
}
.store-detail-banner,
.store-detail-banner img {
    max-height: 420px;
    width: 100%;
}
.store-detail-banner .store-name {
    font-weight: bold;
    margin-top: -64px;
    background-color: rgb(255,255,0);
    opacity: 0.7;
    padding: 2px 0;
    font-size: 40px;
    width: 100%;
}
.store-detail-banner .store-name h1 {
    font-size: 40px;
    display: inline;
}
.book-now-link-wrapper {
    float: right;
}
.book-now-link-div {
    width: 200px;
    height: 200px;
    margin-top: -131px;
    position: absolute;
    margin-left: -200px;
}
.book-now-link {
    background: url(https://planoeyecheck.com/images/book-now.png) no-repeat center center;
    background-size: cover;
    width: 200px;
    height: 200px;
    position: relative;
}
.store-detail-body {
    background-color: #e3e3e3;
}
.store-detail-body .container {
    background-color: #fff;
    padding: 0;
}
.store-detail-section-title {
    font-size: 25px;
    margin-bottom: 12px;
    padding-top: 20px;
}

.store-detail {
    
}
.store-detail > div {
    word-wrap: break-word;
}
.store-detail .store-detail-logo img {
    height: 50px;
}
.store-detail .store-detail-content img {
    max-height: 368px;
    width: 100%;
}
.store-detail .store-detail-title {
    padding-top:20px;
    font-weight: bold;
    font-size: 18px;
}
.store-detail .store-detail-logo .discount-percentage {
    font-size: 11px;
    font-weight: bold;
    margin-top: -17px;
    display: flow-root;
    margin-left: 37px;
}
.store-detail .store-detail-opening-hours > label {
    margin: 0;
    width: 50px;
}
.store-location img {
    height: 20px;
}
#booking {
    padding-top: 30px;
    padding-bottom: 30px;
}
.booking-form-container {
    background: url(https://planoeyecheck.com/images/circle-background.png) no-repeat center center;
    background-size: cover;
    background-color: #87d6e3;
    min-height: 500px;
}
#divAppointmentRequestPartialContent {
    
}
.do-booking-info {
    min-height: 760px;
}
.done-booking-info {
    background: url(https://planoeyecheck.com/images/ors-picture-circle.png) no-repeat center center;
    background-size: cover;
    background-color: #87d6e3;
    min-height: 650px;

}
.done-booking-info-circle {
    background-color: white;
    border-radius: 100%;
    padding: 100px;
}
.done-booking-info-circle .parent-name {
    font-size: 20px;
}
.done-booking-info-circle .appointment-label {
    font-weight:bold;
}
.done-booking-info-circle .booking-time {
    font-size: 30px;
}
.done-booking-info-circle .store-name {
    font-size: 20px;
}
.done-booking-info-circle .child-label {
    font-weight:bold;
}
.done-booking-info-circle .child-name {
    font-size: 20px;
}
.login-profile-blue-bg {
    background-color: #282162
}
.header-filler-high {
    min-height: 70px;
}
.circle-col-4 {
    background-color: white;
    border-radius: 100%;
    padding: 80px;
}
.circle-col-4 label {
    font-size: 20px;
    font-weight: 500;
}
.circle-col-4 span {
    font-size: 12px;
}
.circle-col-4 .form-group label {
    font-size: 15px;
}
.login-left-col,
.login-right-col {
    font-size: 17px;
}
.login-left-col .title,
.login-right-col .title {
    font-size: 25px;
}
.login-left-col div img {
    width: 105px;
}
.login-right-col div img {
    width: 50px;
    margin-right: 12px;
}
.profile-register-container {
    background-color: #fff;
    border-radius: 5px;
    padding: 0 15px;
}
.profile-register-container .title {
    font-size: 35px;
}
.plano-run img {
    width: 210px;
}
.profile-register-container .provacy-policy {
    font-size: 14px;
}
.profile-register-container .provacy-policy a {
    font-size: 14px;
    padding: 0 5px 5px 5px;
}
.email-verification .title {
    font-size: 35px;
    color: gray;
}
.email-verification .description {
    font-size: 18px;
    color: gray;
}
.profile-view-container {
    color: #fff;
}
.profile-view-container h2 {
    color: #ffce4a;
}
.profile-view-container .parent-profile img {
    width: 120px;
    height: 120px;
    border-radius: 100%;
    background-color: white;
    padding: 2px;
    border: none;
}
.profile-view-container .child-profile div a {
    color: silver;
}
.profile-view-container .child-profile div a:hover {
    color: #ffc107 !important;
    text-decoration: none;
}
.profile-view-container .child-profile .btn i {
    background-color: white;
    border-radius: 100%;
    padding: 1px;
    font-size: 19px;
    margin-right: 5px;
}
.profile-view-container .child-profile .btn span {
    font-size: 16px;
    text-decoration: none;
    position: absolute;
}
.profile-view-container .child-profile .child-list {
    /*max-height: 400px;*/
}
.profile-view-container .child-profile img {
    width: 70px;
    height: 70px;
    border-radius: 100%;
    background-color: white;
    padding: 2px;
    border: none;
    margin-right: 20px;
}
.faq-header {
    background-color: #e4e4e4;
    padding: 10px 0 2px;
}
.faq-header h2 {
    font-size: 26px;
}
/*.pp-ol-list ol {
    padding-left: 18px;
}
.pp-ol-list li {
    padding-left: 10px;
    padding-bottom: 12px;
}
.pp-ol-list ol {
    margin-top: 12px;
}*/
.pp-ol-list ol {
    counter-reset: item;
    padding-left: 0;
    margin-top: 12px;
}
.pp-ol-list li {
    display: flex;
    padding-bottom: 12px;
}
.pp-ol-list li:before {
  content: counters(item, ".") ".";
  counter-increment: item
}
.pp-ol-list li span {
    padding-left: 12px;
}
.appointment-detail {
    border-bottom: 1px solid gray;
} 
.lg-text {
    font-size: x-large;
}
.pending {
    color: gray;
}
.confirmed {
    color: skyblue;
}
.cancelled {
    color: #ffce4a;
}
.missed {
    color: red;
}
.completed {
    color: green;
}
.div-map-vew-margin {
    margin-top: 77px;
}
.div-grid-vew-margin {
    margin-top: 104px;
}
.what-is-plano-eyecheck {
    font-size: x-large;
    font-weight: 900;
    text-align: center;
}
.regular-eye-check-ups {
    font-size: x-large;
    text-align: center;
    color: #363636;
    font-weight: lighter;
}
.plano-eyecheck-is-an-online-platform {
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #3b3b3b;
}
.regular-eye-check-ups-remainder-wrapper {
    max-width: 580px;
}
.regular-eye-check-ups-remainder {
    text-align: left;
    font-size: 14px;
    font-weight: 800;
    color: #3b3b3b;
    margin-left: 115px;
}
.how-do-i-book-an-eye-examination-list {
    text-align: left;
    font-size: 14px;
    font-weight: 800;
    color: #3b3b3b;
    margin-left: 55px;
}
.language-selector {
    margin-top: 6px;
    padding: 0.2rem 0.4rem;
    margin-left: 7px;
    color: #f8f9fa;
    border-color: #f8f9fa;
}
.language-selector:hover, 
.language-selector:focus,
.language-selector:active {
    background-color: #291440;
    color: #f8f9fa;
    border-color: #f8f9fa;
}
.language-selector:not(:disabled):not(.disabled):active, 
.language-selector:not(:disabled):not(.disabled).active, 
.show > .language-selector.dropdown-toggle {
    color: #fff;
   background-color: #291440;
    border-color: #6c757d;
}

/* ------------------------------- custom/template css --------------------------------*/
/* ------------------------ custom/template responsive css start ----------------------*/
@media (min-width: 320px) and (max-width: 576px) {
    .plano-logo-img-sm {
        height: 21px;
        margin-top: -4px;
    }
    .eyecheck-sm {
        font-size: 23px;
        font-stretch: normal;
        font-style: normal;
        letter-spacing: normal;
        text-align: left;
        color: #ffffff;
        padding: 0;
    }
    .gm-style-iw-d, .gm-style-iw-c {
        max-width: 298px !important;
    }
    .plano-banner-bg-blue-big {
        margin-top: 44px;
    }
    .plano-banner-bg-blue-small {
        margin-top: 50px;
    }
    .book-now-link-div-sm {
        width: 100px;
        height: 100px;
        position: absolute;
        margin-left: -100px;
    }
    .book-now-link-div-sm a {
        width: 100px;
        height: 100px;
        position: relative;
    }
    .book-now-link-sm {
        background: url(https://planoeyecheck.com/images/book-now.png) no-repeat center center;
        background-size: cover;
        width: 100px;
        height: 100px;
        position: relative;
    }
    .regular-eye-check-ups-remainder-sm {
        text-align: left;
        font-size: 14px;
        font-weight: 800;
        color: #3b3b3b;
        margin-left: 0;
    }

    .how-do-i-book-an-eye-examination-list-sm {
        text-align: left;
        font-size: 14px;
        font-weight: 800;
        color: #3b3b3b;
        margin-left: 0;
    }
    .div-map-vew-margin-sm {
        margin-top: 23px;
    }
    .div-grid-vew-margin-sm {
        margin-top: 35px;
    }
}
@media (min-width: 577px) and (max-width: 830px) {
    .div-map-vew-margin-sm {
        margin-top: 69px;
    }
    .div-grid-vew-margin-sm {
        margin-top: 85px;
    }
}
@media (min-width: 320px) {
    .store-detail-banner .store-name-sm {
        font-weight: bold;
        margin-top: -60px;
        background-color: rgb(255,255,0);
        opacity: 0.7;
        padding: 0;
        font-size: 24px;
        width: 100%;
    }
    .store-detail-banner .store-name-sm h1 {
        font-size: 13px;
        margin: 2px 0;
    }
    .table th, .table td {
        padding: 0.06rem;
    }
    .done-booking-info-circle {
        background-color: white;
        border-radius: 100%;
        padding: 56px;
    }
    .plano-banner-small-link {
        position: absolute;
        margin-top: -40px;
        margin-left: -60px;
    }
    .circle-col-4 {
        background-color: white;
        border-radius: 100%;
        padding: 35px;
        margin-bottom: 30px;
    }
    .pad-lr-sm-0-15 {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
}
@media (min-width: 370px) {
    .table th, .table td {
        padding: 0.23rem;
    }
    .store-detail-banner .store-name-sm h1 {
        font-size: 16px;
        margin-bottom: 0;
    }
}
@media (min-width: 400px) {
    .store-detail-banner .store-name-sm {
        font-weight: bold;
        margin-top: -64px;
        background-color: rgb(255,255,0);
        opacity: 0.7;
        padding: 2px 0;
        font-size: 24px;
        width: 100%;
    }
    .store-detail-banner .store-name-sm h1 {
        font-size: 16px;
        margin-bottom: 0;
    }
    .table th, .table td {
        padding: 0.33rem;
    }
    .done-booking-info-circle {
        background-color: white;
        border-radius: 100%;
        padding: 75px;
    }
    .plano-banner-small-link {
        position: absolute;
        margin-top: -40px;
        margin-left: -60px;
    }
    .circle-col-4 {
        background-color: white;
        border-radius: 100%;
        padding: 35px;
        margin-bottom: 30px;
    }
    .pad-lr-sm-0-15 {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
}
@media (min-width: 576px) {
    .store-detail-banner .store-name-sm {
        font-weight: bold;
        margin-top: -40px;
        background-color: rgb(255,255,0);
        opacity: 0.7;
        padding: 2px 0;
        font-size: 24px;
        width: 100%;
    }
    .store-detail-banner .store-name-sm h1 {
        font-size: 30px;
        margin-bottom: 0;
    }
    .done-booking-info-circle {
        background-color: white;
        border-radius: 100%;
        padding: 75px;
    }
    .plano-banner-small-link {
        position: absolute;
        margin-top: -90px;
        margin-left: -60px;
    }
    .circle-col-4 {
        background-color: white;
        border-radius: 100%;
        padding: 80px;
        margin-bottom: 30px;
    }
    .pad-lr-sm-0-15 {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
}
@media (min-width: 768px) {
    .store-detail-banner .store-name-md {
        font-weight: bold;
        margin-top: -55px;
        background-color: rgb(255,255,0);
        opacity: 0.7;
        padding: 2px 0;
        font-size: 34px;
        width: 100%;
    }
    .store-detail-banner .store-name-md h1 {
        font-size: 30px;
        margin:2px 0;
    }
    .done-booking-info-circle {
        background-color: white;
        border-radius: 100%;
        padding: 106px;
    }
    .plano-banner-small-link {
        position: absolute;
        margin-top: -90px;
        margin-left: -60px;
    }
    .circle-col-4 {
        background-color: white;
        border-radius: 100%;
        padding: 80px;
        margin: auto;
        margin-bottom: 30px;
    }
    .pad-lr-md-0-15 {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .book-now-link-div-md {
        width: 150px;
        height: 150px;
        margin-top: -102px;
        position: absolute;
        margin-left: -117px;
    }
    .book-now-link-md {
        background: url(https://planoeyecheck.com/images/book-now.png) no-repeat center center;
        background-size: cover;
        width: 150px;
        height: 150px;
        position: relative;
    }
}

@media (min-width: 992px) {
    .store-detail-banner .store-name-lg {
        font-weight: bold;
        margin-top: -64px;
        background-color: rgb(255,255,0);
        opacity: 0.7;
        padding: 2px 0;
        font-size: 40px;
        width: 100%;
    }
    .store-detail-banner .store-name-lg h1 {
        font-size: 40px;
        margin: 4px 0;
    }
    .done-booking-info-circle {
        background-color: white;
        border-radius: 100%;
        padding: 70px;
    }
    .plano-banner-small-link {
        position: absolute;
        margin-top: -90px;
        margin-left: -60px;
    }
    .circle-col-4 {
        background-color: white;
        border-radius: 100%;
        padding: 80px;
    }
    .pad-lr-lg-0-15 {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
}

@media (min-width: 1200px) {
    .store-detail-banner .store-name-lg {
        font-weight: bold;
        margin-top: -64px;
        background-color: rgb(255,255,0);
        opacity: 0.7;
        padding: 2px 0;
        font-size: 40px;
        width: 100%;
    }
    .store-detail-banner .store-name-lg h1 {
        font-size: 40px;
        margin: 4px 0;
    }
    .done-booking-info-circle {
        background-color: white;
        border-radius: 100%;
        padding: 90px;
    }
    .plano-banner-small-link {
        position: absolute;
        margin-top: -90px;
        margin-left: -60px;
    }
    .circle-col-4 {
        background-color: white;
        border-radius: 100%;
        padding: 80px;
    }
    .pad-lr-lg-0-15 {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
    .book-now-link-div-lg {
        width: 200px;
        height: 200px;
        margin-top: -131px;
        position: absolute;
        margin-left: -200px;
    }
    .book-now-link-lg {
        background: url(https://planoeyecheck.com/images/book-now.png) no-repeat center center;
        background-size: cover;
        width: 200px;
        height: 200px;
        position: relative;
    }
}

/* ------------------------ custom/template css end ---------------------- */

.hidden {
    display: none;
}

/* Show search icon in smaller screens to scroll down to serach section */
@media screen and (max-width: 767px) {
    .btn-nav-search-section {
        display: block;
        margin-right: 4px;
    }

        .btn-nav-search-section:hover {
            cursor: pointer;
        }
}
@media (max-width: 380px) and (min-width: 320px) {

    .mapper-feature {
        margin-top: 2px;
        margin-left: 12px;
    }

    .premium-feature-img {
        margin-left: -25px;
        width: 41px;
        margin-top: 4px;
    }

    .standard-feature-img {
        margin-left: -5px;
        margin-top: -152px;
        width: 40px;
    }

    .exclusive-feature-img {
        margin-left: 22px;
        width: 25px;
        margin-top: -170px;
    }    

    .premium-feature-lable {
        margin-top: 5px;
        margin-left: -30px;
        width: 117px;
    }

    .standard-feature-lable {
        margin-top: 73px;
        margin-left: -50px;
        width: 66px;
    }

    .exclusive-feature-lable {
        margin-top: 73px;
        margin-left: -51px;
        width: 60px;
    }

    .premium-feature-lable-cn {
        margin-top: 5px;
        margin-left: -47px;
        width: 117px;
    }

    .standard-feature-lable-cn {
        margin-top: 73px;
        margin-left: -64px;
        width: 80px;
    }

    .exclusive-feature-lable-cn {
        margin-top: 31px;
        margin-left: -5px;
        width: 65px;
    }

    .premium-feature-img-cn {
        margin-left: -30px;
        width: 41px;
        margin-top: 4px;
    }

    .standard-feature-img-cn {
        margin-left: 0px;
        margin-top: -100px;
        width: 40px;
    }

    .exclusive-feature-img-cn {
        margin-left: 14px;
        width: 25px;
        margin-top: 17px;
    }
      

    .premium-feature-img-jp {
        margin-left: -24px;
        width: 41px;
        margin-top: 4px;
    }

    .standard-feature-img-jp {
        margin-left: -3px;
        margin-top: -152px;
        width: 40px;
    }

    .exclusive-feature-img-jp {
        margin-left: 13px;
        width: 25px;
        margin-top: 12px;
    }

    .premium-feature-lable-jp {
        margin-top: 5px;
        margin-left: -47px;
        width: 117px;
    }

    .standard-feature-lable-jp {
        margin-top: 73px;
        margin-left: -50px;
        width: 66px;
    }

    .exclusive-feature-lable-jp {
        margin-top: 36px;
        margin-left: 4px;
        width: 60px;
    }

    .premium-feature-img-kr {
        margin-left: -18px;
        width: 41px;
        margin-top: 4px;
    }

    .standard-feature-img-kr {
        margin-left: 2px;
        margin-top: 3px;
        width: 40px;
    }

    .exclusive-feature-img-kr {
        margin-left: 22px;
        width: 25px;
        margin-top: -170px;
    }

    .premium-feature-lable-kr {
        margin-top: 5px;
        margin-left: -42px;
        width: 117px;
    }

    .standard-feature-lable-kr {
        margin-top: 9px;
        margin-left: -11px;
        width: 78px;
    }

    .exclusive-feature-lable-kr {
        margin-top: 73px;
        margin-left: -51px;
        width: 60px;
    }
    .store-name-header .store-name-exclusive-lable {
        position: absolute;
        bottom: 0;
        font-size: 12px;
        font-weight: normal;
        left: 50px;
    }

    .store-name-header .store-name-dot {
        position: absolute;
        bottom: 0;
        left: 32px;
        margin-bottom: 2px;
    }
}

@media (max-width: 990px) and (min-width: 380px) {

    .mapper-feature {
        margin-top: 2px;
        margin-left: 12px;
    }

    .premium-feature-img {
        margin-left: -34px;
        width: 41px;
        margin-top: 7px;
    }

    .standard-feature-img {
        margin-left: -6px;
        margin-top: -152px;
        width: 40px;
    }

    .exclusive-feature-img {
        margin-left: 30px;
        width: 25px;
        margin-top: -170px;
    }

    .premium-feature-lable {
        margin-top: 4px;
        margin-left: -41px;
        width: 117px;
    }

    .standard-feature-lable {
        margin-top: 73px;
        margin-left: -50px;
        width: 66px;
    }

    .exclusive-feature-lable {
        margin-top: 73px;
        margin-left: -51px;
        width: 60px;
    }

    .premium-feature-img-cn {
        margin-left: -28px;
        width: 40px;
        margin-top: 12px;
    }

    .standard-feature-img-cn {
        margin-left: -6px;
        margin-top: -95px;
        width: 40px;
    }

    .exclusive-feature-img-cn {
        margin-left: 22px;
        width: 25px;
        margin-top: -114px;
    }

    .premium-feature-lable-cn {
        margin-top: 2px;
        margin-left: -47px;
        width: 117px;
    }

    .standard-feature-lable-cn {
        margin-top: 74px;
        margin-left: -65px;
        width: 82px;
    }

    .exclusive-feature-lable-cn {
        margin-top: 73px;
        margin-left: -48px;
        width: 70px;
    }

    .premium-feature-img-jp {
        margin-left: -8px;
        width: 40px;
        margin-top: 6px;
    }

    .standard-feature-img-jp {
        margin-left: 5px;
        margin-top: -152px;
        width: 40px;
    }

    .exclusive-feature-img-jp {
        margin-left: 18px;
        width: 25px;
        margin-top: -170px;
    }

    .premium-feature-lable-jp {
        margin-top: 2px;
        margin-left: -47px;
        width: 117px;
    }

    .standard-feature-lable-jp {
        margin-top: 73px;
        margin-left: -50px;
        width: 66px;
    }

    .exclusive-feature-lable-jp {
        margin-top: 73px;
        margin-left: -42px;
        width: 60px;
    }

    .premium-feature-img-kr {
        margin-left: -12px;
        width: 40px;
        margin-top: 3px;
    }

    .standard-feature-img-kr {
        margin-left: 16px;
        margin-top: -152px;
        width: 40px;
    }

    .exclusive-feature-img-kr {
        margin-left: 20px;
        width: 25px;
        margin-top: -170px;
    }

    .premium-feature-lable-kr {
        margin-top: 8px;
        margin-left: -41px;
        width: 117px;
    }

    .standard-feature-lable-kr {
        margin-top: 73px;
        margin-left: -50px;
        width: 66px;
    }

    .exclusive-feature-lable-kr {
        margin-top: 73px;
        margin-left: -40px;
        width: 60px;
    }

    .store-name-header .store-name-exclusive-lable {
        position: absolute;
        bottom: 0;
        font-size: 12px;
        font-weight: normal;
        left: 50px;
    }

    .store-name-header .store-name-dot {
        position: absolute;
        bottom: 0;
        left: 32px;
        margin-bottom: 2px;
    }
}

@media  (min-width: 992px) {
    .mapper-feature {
        margin-top: 52px;
        margin-left: 30px;
    }

    .premium-feature-img {
        margin-left: 81px;
        width: 34px
    }

    .standard-feature-img {
        margin-left: 60px;
        width: 34px
    }

    .exclusive-feature-img {
        margin-left: 53px;
        width: 20px;
        margin-top:8px;
    }

    .premium-feature-lable {
        margin-top: 10px;
        margin-left: 39px;
        width: 140px;
    }

    .standard-feature-lable {
        margin-top: 10px;
        margin-left: 20px;
        width: 140px;
    }

    .exclusive-feature-lable {
        margin-top: 30px;
        margin-left: 25px;
        width: 140px;
    }

    .premium-feature-img-cn {
        margin-left: 81px;
        width: 34px
    }

    .standard-feature-img-cn {
        margin-left: 52px;
        width: 34px
    }

    .exclusive-feature-img-cn {
        margin-left: 26px;
        width: 20px;
        margin-top: 8px;
    }

    .premium-feature-lable-cn {
        margin-top: 10px;
        margin-left: 58px;
        width: 140px;
    }

    .standard-feature-lable-cn {
        margin-top: 10px;
        margin-left: 30px;
        width: 140px;
    }

    .exclusive-feature-lable-cn {
        margin-top: 30px;
        margin-left: 9px;
        width: 140px;
    }

    .premium-feature-img-jp {
        margin-left: 81px;
        width: 34px
    }

    .standard-feature-img-jp {
        margin-left: 60px;
        width: 34px
    }

    .exclusive-feature-img-jp {
        margin-left: 26px;
        width: 20px;
        margin-top: 8px;
    }

    .premium-feature-lable-jp {
        margin-top: 10px;
        margin-left: 35px;
        width: 145px;
    }

    .standard-feature-lable-jp {
        margin-top: 10px;
        margin-left: 35px;
        width: 140px;
    }

    .exclusive-feature-lable-jp {
        margin-top: 30px;
        margin-left: 6px;
        width: 140px;
    }

    .premium-feature-img-kr {
        margin-left: 58px;
        width: 34px
    }

    .standard-feature-img-kr {
        margin-left: 52px;
        width: 34px
    }

    .exclusive-feature-img-kr {
        margin-left: 26px;
        width: 20px;
        margin-top: 8px;
    }

    .premium-feature-lable-kr {
        margin-top: 10px;
        margin-left: 8px;
        width: 140px;
    }

    .standard-feature-lable-kr {
        margin-top: 10px;
        margin-left: 20px;
        width: 140px;
    }

    .exclusive-feature-lable-kr {
        margin-top: 30px;
        margin-left: 5px;
        width: 140px;
    }

    .store-name-header .store-name-exclusive-lable {
        position: absolute;
        bottom: 0;
        font-size: 12px;
        font-weight: normal;
        left: 155px;
    }

    .store-name-header .store-name-dot {
        position: absolute;
        bottom: 0;
        left: 137px;
        margin-bottom: 2px;
    }
}
@media (max-width: 830px) and (min-width: 577px) {
    .mapper-feature {
        margin-top: 2px;
        margin-left: 18px;
    }

    .premium-feature-img {
        margin-left: 20px;
        margin-top: -76px;
        width: 34px;
    }

    .standard-feature-img {
        margin-left: 79px;
        margin-top: 0px;
        width: 34px;
    }

    .exclusive-feature-img {
        margin-left: 94px;
        width: 20px;
        margin-top: 10px;
    }

    .premium-feature-lable {
        margin-top: 54px;
        margin-left: -76px;
        width: 140px;
    }

    .standard-feature-lable {
        margin-top: 2px;
        margin-left: 40px;
        width: 140px;
    }

    .exclusive-feature-lable {
        margin-top: 20px;
        margin-left: 57px;
        width: 140px;
    }

    .premium-feature-img-cn {
        margin-left: -4px;
        width: 34px;
        margin-top: -78px;
    }

    .standard-feature-img-cn {
        margin-left: 50px;
        width: 34px;
        margin-top: 14px;
    }

    .exclusive-feature-img-cn {
        margin-left: 70px;
        width: 20px;
        margin-top: 21px;
    }

    .premium-feature-lable-cn {
        margin-top: 68px;
        margin-left: -58px;
        width: 140px;
    }

    .standard-feature-lable-cn {
        margin-top: 4px;
        margin-left: 25px;
        width: 140px;
    }

    .exclusive-feature-lable-cn {
        margin-top: 28px;
        margin-left: 60px;
        width: 140px;    
    }

    .premium-feature-img-jp {
        margin-left: 17px;
        width: 34px;
        margin-top: -87px;
    }

    .standard-feature-img-jp {
        margin-left: 60px;
        width: 34px;
        margin-top: 16px;
    }

    .exclusive-feature-img-jp {
        margin-left: 83px;
        width: 20px;
        margin-top: 27px;
    }

    .premium-feature-lable-jp {
        margin-top: 70px;
        margin-left: -87px;
        width: 145px;
    }

    .standard-feature-lable-jp {
        margin-top: 4px;
        margin-left: 35px;
        width: 140px;
    }

    .exclusive-feature-lable-jp {
        margin-top: 24px;
        margin-left: 62px;
        width: 140px;
    }

    .premium-feature-img-kr {
        margin-left: 18px;
        width: 34px;
        margin-top: -81px;
    }

    .standard-feature-img-kr {
        margin-left: 70px;
        width: 34px;
        margin-top: 10px;
    }

    .exclusive-feature-img-kr {
        margin-left: 88px;
        width: 20px;
        margin-top: 25px;
    }

    .premium-feature-lable-kr {
        margin-top: 62px;
        margin-left: -88px;
        width: 145px;
    }

    .standard-feature-lable-kr {
        margin-top: 4px;
        margin-left: 34px;
        width: 140px;
    }

    .exclusive-feature-lable-kr {
        margin-top: 22px;
        margin-left: 65px;
        width: 140px;
    }

    .store-name-header .store-name-exclusive-lable {
        position: absolute;
        bottom: 0;
        font-size: 12px;
        font-weight: normal;
        left: 155px;
    }

    .store-name-header .store-name-dot {
        position: absolute;
        bottom: 0;
        left: 137px;
        margin-bottom: 2px;
    }
}

.dot {
    height: 12px;
    width: 12px;
    background-color: rgb(223, 224, 79);
    border-radius: 50%;
    display: inline-block;
}

.store-exclusive-note {
    float: right;
}
.store-name-header{
    position: relative;
}


.store-section-seperator {
    background-color: #2e2b2b;
}
.store-detail-feature {
    font-weight: bold;
    font-size: 18px;
}

figure {
    display: inline-block;
    position: relative;
    margin: 0;
}

.slider {
    width: 50%;
    margin: 100px auto;
}

.slick-slide {
    margin: 0px 20px;
}

.slick-slide img {
        width: 100%;
    }

.promotion-wrapper {
    width: 500px;
    height: 180px;
}
.promotion-detail-wrapper {
    height: 70px;
    background-color: #e3e3e3
}

.feature-slide-align {
    margin-top: -90px;
    margin-left: -48px;
    margin-right: 12px;
}

@media (max-width: 600px) {
    .slick-prev:before,
    .slick-next:before {
        display:none;
    }

    .feature-slide-align {
        margin-top: -90px;
        margin-left: -28px;
        margin-right: 12px;
    }

    .promotion-wrapper {
        width: 350px;
        height: 120px;    
    }
    .promotion-detail-wrapper {
        height: 50px;
        background-color: #e3e3e3
    }
}

@media (min-width: 320px) {
    .promotion-wrapper {
        width: 350px;
        height: 120px;
    }
    .promotion-detail-wrapper {
        height: auto;
        width:350px;
        background-color: #e3e3e3
    }
}

.slick-slide {
    transition: all ease-in-out .3s;
}

.section-icon {
    width: 2%;
    height: 4%;
    margin-left: 82px;
    position: absolute;
    margin-top: -24px;
}